From e242e1a5093b0326ecf55543c73e8863b22c4748 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 7 Aug 2019 13:01:04 +0200 Subject: [PATCH] Set up old PHP applications on Haless --- configuration/default.nix | 115 +- .../presets/nginx/cphp-application.nix | 6 + configuration/presets/nginx/php.nix | 13 + configuration/sources/cryto-books/check2.php | 34 + configuration/sources/cryto-books/include.php | 149 + configuration/sources/cryto-books/index.php | 67 + configuration/sources/cryto-books/jqui.js | 791 ++ configuration/sources/cryto-books/script.js | 11 + configuration/sources/cryto-books/search.php | 155 + configuration/sources/cryto-books/style.css | 228 + .../sources/cryto-learn/classes/item.php | 148 + .../sources/cryto-learn/classes/topic.php | 131 + configuration/sources/cryto-learn/cphp | 1 + configuration/sources/cryto-learn/dump.json | 1 + .../sources/cryto-learn/includes/base.php | 28 + configuration/sources/cryto-learn/index.html | 25 + configuration/sources/cryto-learn/index.php | 14 + .../sources/cryto-learn/locales/english.lng | 24 + .../cryto-learn/modules/api/search.php | 53 + .../sources/cryto-learn/modules/ui/index.php | 18 + configuration/sources/cryto-learn/rewrite.php | 33 + .../sources/cryto-learn/static/spinner.gif | Bin 0 -> 1849 bytes configuration/sources/cryto-learn/style.css | 138 + .../cryto-learn/templates/ui/index.tpl | 140 + .../sources/cryto-todo/classes/item.php | 49 + .../sources/cryto-todo/classes/user.php | 166 + configuration/sources/cryto-todo/cphp | 1 + .../sources/cryto-todo/includes/base.php | 48 + configuration/sources/cryto-todo/index.php | 17 + .../sources/cryto-todo/locales/english.lng | 24 + .../sources/cryto-todo/modules/add.php | 32 + .../sources/cryto-todo/modules/done.php | 17 + .../sources/cryto-todo/modules/list.php | 51 + .../sources/cryto-todo/modules/login.php | 36 + .../sources/cryto-todo/modules/logout.php | 21 + .../sources/cryto-todo/modules/register.php | 42 + .../sources/cryto-todo/modules/skip.php | 21 + configuration/sources/cryto-todo/rewrite.php | 44 + .../cryto-todo/static/fancybox/blank.gif | Bin 0 -> 43 bytes .../static/fancybox/fancybox_loading.gif | Bin 0 -> 3866 bytes .../static/fancybox/fancybox_overlay.png | Bin 0 -> 1003 bytes .../static/fancybox/fancybox_sprite.png | Bin 0 -> 1362 bytes .../static/fancybox/jquery.fancybox.css | 249 + .../static/fancybox/jquery.fancybox.pack.js | 45 + .../sources/cryto-todo/static/pure-custom.css | 785 ++ .../sources/cryto-todo/static/script.js | 3 + .../sources/cryto-todo/static/style.css | 175 + .../sources/cryto-todo/templates/list.tpl | 170 + configuration/sources/test-php/index.php | 1 + configuration/sources/vps-list/calc.php | 17 + .../vps-list/classes/class.country.php | 22 + .../vps-list/classes/class.location.php | 29 + .../vps-list/classes/class.paymentmethod.php | 20 + .../classes/class.plan.locationoption.php | 23 + .../sources/vps-list/classes/class.plan.php | 47 + .../classes/class.plan.priceoption.php | 21 + .../vps-list/classes/class.provider.php | 29 + .../vps-list/classes/class.technology.php | 16 + .../classes/class.virtualizationplatform.php | 16 + configuration/sources/vps-list/cphp/base.php | 30 + .../sources/vps-list/cphp/class.base.php | 143 + .../vps-list/cphp/class.databaserecord.php | 381 + .../sources/vps-list/cphp/class.localizer.php | 64 + .../sources/vps-list/cphp/class.templater.php | 112 + .../components/component.errorhandler.php | 60 + .../cphp/components/component.formbuilder.php | 379 + .../components/component.formbuilder_test.php | 6 + .../cphp/components/component.router.php | 40 + .../vps-list/cphp/components/formbuilder_test | 6 + .../vps-list/cphp/include.constants.php | 13 + .../vps-list/cphp/include.datetime.php | 169 + .../vps-list/cphp/include.dependencies.php | 90 + .../vps-list/cphp/include.exceptions.php | 12 + .../vps-list/cphp/include.memcache.php | 145 + .../sources/vps-list/cphp/include.misc.php | 90 + .../sources/vps-list/cphp/include.mysql.php | 16 + .../sources/vps-list/cphp/include.session.php | 5 + ...ui-bg_diagonals-medium_15_3d4b8a_40x40.png | Bin 0 -> 249 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_gloss-wave_16_121212_500x100.png | Bin 0 -> 1968 bytes .../ui-bg_highlight-hard_55_555555_1x100.png | Bin 0 -> 115 bytes .../ui-bg_highlight-soft_35_adadad_1x100.png | Bin 0 -> 103 bytes .../ui-bg_highlight-soft_60_dddddd_1x100.png | Bin 0 -> 106 bytes .../ui-bg_inset-soft_15_121212_1x100.png | Bin 0 -> 103 bytes .../images/ui-icons_666666_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_aaaaaa_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_bbbbbb_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_c98000_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cccccc_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_f29a00_256x240.png | Bin 0 -> 4369 bytes .../custom-theme/jquery-ui-1.8.18.custom.css | 287 + .../ui-bg_diagonals-thick_15_0b3e6f_40x40.png | Bin 0 -> 260 bytes .../ui-bg_dots-medium_30_0b58a2_4x4.png | Bin 0 -> 98 bytes .../images/ui-bg_dots-small_20_333333_2x2.png | Bin 0 -> 83 bytes .../images/ui-bg_dots-small_30_a32d00_2x2.png | Bin 0 -> 84 bytes .../images/ui-bg_dots-small_40_00498f_2x2.png | Bin 0 -> 83 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_40_292929_40x100.png | Bin 0 -> 180 bytes .../ui-bg_gloss-wave_20_111111_500x100.png | Bin 0 -> 1620 bytes .../images/ui-icons_00498f_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_98d2fb_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_9ccdfc_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_ffffff_256x240.png | Bin 0 -> 4369 bytes .../css/dot-luv/jquery-ui-1.8.18.custom.css | 565 + .../vps-list/css/jquery.dataTables.css | 219 + .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_75_ffffff_40x100.png | Bin 0 -> 178 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 120 bytes .../images/ui-bg_glass_65_ffffff_1x400.png | Bin 0 -> 105 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 111 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 110 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 101 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../smoothness/jquery-ui-1.8.18.custom.css | 565 + configuration/sources/vps-list/css/table.css | 522 + configuration/sources/vps-list/css/vps.css | 679 + .../sources/vps-list/images/Sorting icons.psd | Bin 0 -> 27490 bytes .../sources/vps-list/images/back_disabled.png | Bin 0 -> 1361 bytes .../sources/vps-list/images/back_enabled.png | Bin 0 -> 1379 bytes .../vps-list/images/back_enabled_hover.png | Bin 0 -> 1375 bytes .../sources/vps-list/images/favicon.ico | Bin 0 -> 894 bytes .../vps-list/images/forward_disabled.png | Bin 0 -> 1363 bytes .../vps-list/images/forward_enabled.png | Bin 0 -> 1380 bytes .../vps-list/images/forward_enabled_hover.png | Bin 0 -> 1379 bytes .../vps-list/images/icons/dedicated.png | Bin 0 -> 636 bytes .../sources/vps-list/images/icons/no.png | Bin 0 -> 655 bytes .../sources/vps-list/images/icons/shared.png | Bin 0 -> 631 bytes .../sources/vps-list/images/icons/unknown.png | Bin 0 -> 502 bytes .../sources/vps-list/images/icons/yes.png | Bin 0 -> 537 bytes .../sources/vps-list/images/sort_asc.png | Bin 0 -> 1118 bytes .../vps-list/images/sort_asc_disabled.png | Bin 0 -> 1050 bytes .../sources/vps-list/images/sort_both.png | Bin 0 -> 1136 bytes .../sources/vps-list/images/sort_desc.png | Bin 0 -> 1127 bytes .../vps-list/images/sort_desc_disabled.png | Bin 0 -> 1045 bytes configuration/sources/vps-list/index.php | 313 + .../sources/vps-list/js/FixedColumns.js | 314 + .../sources/vps-list/js/jquery-1.7.1.min.js | 4 + .../js/jquery-ui-1.8.18.custom.min.js | 356 + .../vps-list/js/jquery.dataTables.min.js | 11619 ++++++++++++++++ configuration/sources/vps-list/js/old.js | 81 + .../sources/vps-list/js/sorttable.js | 495 + configuration/sources/vps-list/js/vps.js | 519 + .../sources/vps-list/locales/dutch.lng | 24 + .../sources/vps-list/locales/english.lng | 24 + configuration/sources/vps-list/quickadd.php | 334 + .../vps-list/templates/element.vps.tpl | 101 + .../sources/vps-list/templates/frame.tpl | 67 + .../sources/vps-list/templates/page.add.tpl | 4 + .../vps-list/templates/page.donate.tpl | 24 + .../sources/vps-list/templates/page.list.tpl | 200 + .../sources/vps-list/templates/page.main.tpl | 1 + 158 files changed, 23625 insertions(+), 13 deletions(-) create mode 100644 configuration/presets/nginx/cphp-application.nix create mode 100644 configuration/presets/nginx/php.nix create mode 100644 configuration/sources/cryto-books/check2.php create mode 100644 configuration/sources/cryto-books/include.php create mode 100644 configuration/sources/cryto-books/index.php create mode 100644 configuration/sources/cryto-books/jqui.js create mode 100644 configuration/sources/cryto-books/script.js create mode 100644 configuration/sources/cryto-books/search.php create mode 100644 configuration/sources/cryto-books/style.css create mode 100644 configuration/sources/cryto-learn/classes/item.php create mode 100644 configuration/sources/cryto-learn/classes/topic.php create mode 160000 configuration/sources/cryto-learn/cphp create mode 100644 configuration/sources/cryto-learn/dump.json create mode 100644 configuration/sources/cryto-learn/includes/base.php create mode 100644 configuration/sources/cryto-learn/index.html create mode 100644 configuration/sources/cryto-learn/index.php create mode 100644 configuration/sources/cryto-learn/locales/english.lng create mode 100644 configuration/sources/cryto-learn/modules/api/search.php create mode 100644 configuration/sources/cryto-learn/modules/ui/index.php create mode 100644 configuration/sources/cryto-learn/rewrite.php create mode 100644 configuration/sources/cryto-learn/static/spinner.gif create mode 100644 configuration/sources/cryto-learn/style.css create mode 100644 configuration/sources/cryto-learn/templates/ui/index.tpl create mode 100644 configuration/sources/cryto-todo/classes/item.php create mode 100644 configuration/sources/cryto-todo/classes/user.php create mode 160000 configuration/sources/cryto-todo/cphp create mode 100644 configuration/sources/cryto-todo/includes/base.php create mode 100644 configuration/sources/cryto-todo/index.php create mode 100644 configuration/sources/cryto-todo/locales/english.lng create mode 100644 configuration/sources/cryto-todo/modules/add.php create mode 100644 configuration/sources/cryto-todo/modules/done.php create mode 100644 configuration/sources/cryto-todo/modules/list.php create mode 100644 configuration/sources/cryto-todo/modules/login.php create mode 100644 configuration/sources/cryto-todo/modules/logout.php create mode 100644 configuration/sources/cryto-todo/modules/register.php create mode 100644 configuration/sources/cryto-todo/modules/skip.php create mode 100644 configuration/sources/cryto-todo/rewrite.php create mode 100644 configuration/sources/cryto-todo/static/fancybox/blank.gif create mode 100644 configuration/sources/cryto-todo/static/fancybox/fancybox_loading.gif create mode 100644 configuration/sources/cryto-todo/static/fancybox/fancybox_overlay.png create mode 100644 configuration/sources/cryto-todo/static/fancybox/fancybox_sprite.png create mode 100644 configuration/sources/cryto-todo/static/fancybox/jquery.fancybox.css create mode 100755 configuration/sources/cryto-todo/static/fancybox/jquery.fancybox.pack.js create mode 100644 configuration/sources/cryto-todo/static/pure-custom.css create mode 100644 configuration/sources/cryto-todo/static/script.js create mode 100644 configuration/sources/cryto-todo/static/style.css create mode 100644 configuration/sources/cryto-todo/templates/list.tpl create mode 100644 configuration/sources/test-php/index.php create mode 100644 configuration/sources/vps-list/calc.php create mode 100644 configuration/sources/vps-list/classes/class.country.php create mode 100644 configuration/sources/vps-list/classes/class.location.php create mode 100644 configuration/sources/vps-list/classes/class.paymentmethod.php create mode 100644 configuration/sources/vps-list/classes/class.plan.locationoption.php create mode 100644 configuration/sources/vps-list/classes/class.plan.php create mode 100644 configuration/sources/vps-list/classes/class.plan.priceoption.php create mode 100644 configuration/sources/vps-list/classes/class.provider.php create mode 100644 configuration/sources/vps-list/classes/class.technology.php create mode 100644 configuration/sources/vps-list/classes/class.virtualizationplatform.php create mode 100644 configuration/sources/vps-list/cphp/base.php create mode 100644 configuration/sources/vps-list/cphp/class.base.php create mode 100644 configuration/sources/vps-list/cphp/class.databaserecord.php create mode 100644 configuration/sources/vps-list/cphp/class.localizer.php create mode 100644 configuration/sources/vps-list/cphp/class.templater.php create mode 100644 configuration/sources/vps-list/cphp/components/component.errorhandler.php create mode 100644 configuration/sources/vps-list/cphp/components/component.formbuilder.php create mode 100644 configuration/sources/vps-list/cphp/components/component.formbuilder_test.php create mode 100644 configuration/sources/vps-list/cphp/components/component.router.php create mode 100644 configuration/sources/vps-list/cphp/components/formbuilder_test create mode 100644 configuration/sources/vps-list/cphp/include.constants.php create mode 100644 configuration/sources/vps-list/cphp/include.datetime.php create mode 100644 configuration/sources/vps-list/cphp/include.dependencies.php create mode 100644 configuration/sources/vps-list/cphp/include.exceptions.php create mode 100644 configuration/sources/vps-list/cphp/include.memcache.php create mode 100644 configuration/sources/vps-list/cphp/include.misc.php create mode 100644 configuration/sources/vps-list/cphp/include.mysql.php create mode 100644 configuration/sources/vps-list/cphp/include.session.php create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-bg_diagonals-medium_15_3d4b8a_40x40.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-bg_gloss-wave_16_121212_500x100.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-bg_highlight-hard_55_555555_1x100.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-bg_highlight-soft_35_adadad_1x100.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-bg_highlight-soft_60_dddddd_1x100.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-bg_inset-soft_15_121212_1x100.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-icons_666666_256x240.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-icons_aaaaaa_256x240.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-icons_bbbbbb_256x240.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-icons_c98000_256x240.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-icons_cccccc_256x240.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-icons_cd0a0a_256x240.png create mode 100755 configuration/sources/vps-list/css/custom-theme/images/ui-icons_f29a00_256x240.png create mode 100755 configuration/sources/vps-list/css/custom-theme/jquery-ui-1.8.18.custom.css create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-bg_flat_40_292929_40x100.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-icons_00498f_256x240.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-icons_98d2fb_256x240.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-icons_9ccdfc_256x240.png create mode 100755 configuration/sources/vps-list/css/dot-luv/images/ui-icons_ffffff_256x240.png create mode 100755 configuration/sources/vps-list/css/dot-luv/jquery-ui-1.8.18.custom.css create mode 100755 configuration/sources/vps-list/css/jquery.dataTables.css create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-icons_222222_256x240.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-icons_2e83ff_256x240.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-icons_454545_256x240.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-icons_888888_256x240.png create mode 100755 configuration/sources/vps-list/css/smoothness/images/ui-icons_cd0a0a_256x240.png create mode 100755 configuration/sources/vps-list/css/smoothness/jquery-ui-1.8.18.custom.css create mode 100755 configuration/sources/vps-list/css/table.css create mode 100755 configuration/sources/vps-list/css/vps.css create mode 100644 configuration/sources/vps-list/images/Sorting icons.psd create mode 100644 configuration/sources/vps-list/images/back_disabled.png create mode 100644 configuration/sources/vps-list/images/back_enabled.png create mode 100644 configuration/sources/vps-list/images/back_enabled_hover.png create mode 100644 configuration/sources/vps-list/images/favicon.ico create mode 100644 configuration/sources/vps-list/images/forward_disabled.png create mode 100644 configuration/sources/vps-list/images/forward_enabled.png create mode 100644 configuration/sources/vps-list/images/forward_enabled_hover.png create mode 100644 configuration/sources/vps-list/images/icons/dedicated.png create mode 100644 configuration/sources/vps-list/images/icons/no.png create mode 100644 configuration/sources/vps-list/images/icons/shared.png create mode 100644 configuration/sources/vps-list/images/icons/unknown.png create mode 100644 configuration/sources/vps-list/images/icons/yes.png create mode 100644 configuration/sources/vps-list/images/sort_asc.png create mode 100644 configuration/sources/vps-list/images/sort_asc_disabled.png create mode 100644 configuration/sources/vps-list/images/sort_both.png create mode 100644 configuration/sources/vps-list/images/sort_desc.png create mode 100644 configuration/sources/vps-list/images/sort_desc_disabled.png create mode 100644 configuration/sources/vps-list/index.php create mode 100644 configuration/sources/vps-list/js/FixedColumns.js create mode 100644 configuration/sources/vps-list/js/jquery-1.7.1.min.js create mode 100644 configuration/sources/vps-list/js/jquery-ui-1.8.18.custom.min.js create mode 100644 configuration/sources/vps-list/js/jquery.dataTables.min.js create mode 100644 configuration/sources/vps-list/js/old.js create mode 100644 configuration/sources/vps-list/js/sorttable.js create mode 100644 configuration/sources/vps-list/js/vps.js create mode 100644 configuration/sources/vps-list/locales/dutch.lng create mode 100644 configuration/sources/vps-list/locales/english.lng create mode 100644 configuration/sources/vps-list/quickadd.php create mode 100644 configuration/sources/vps-list/templates/element.vps.tpl create mode 100644 configuration/sources/vps-list/templates/frame.tpl create mode 100644 configuration/sources/vps-list/templates/page.add.tpl create mode 100644 configuration/sources/vps-list/templates/page.donate.tpl create mode 100644 configuration/sources/vps-list/templates/page.list.tpl create mode 100644 configuration/sources/vps-list/templates/page.main.tpl diff --git a/configuration/default.nix b/configuration/default.nix index e8af5c4..80740ac 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -1,17 +1,22 @@ let nixpkgsOptions = {}; pkgs = (import (fetchTarball "https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz") nixpkgsOptions); + pkgs1803 = (import (fetchTarball "https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz") nixpkgsOptions); presets = { base = (import ./presets/base.nix); kvm = (import ./presets/kvm.nix); }; -in { + nginxPresets = { + php = (import ./presets/nginx/php.nix); + cphpApplication = (import ./presets/nginx/cphp-application.nix); + }; +in { network = { inherit pkgs; description = "Cryto"; }; - "machine-haless-03.cryto.net" = { + "machine-haless-03.cryto.net" = { pkgs, lib, config, ... }@args: { system.stateVersion = "19.03"; imports = [ @@ -20,15 +25,19 @@ in { ./hardware-configurations/machine-haless-03.nix ]; + deployment.healthChecks.http = [ + { scheme = "http"; port = 80; path = "/"; host = "todo.cryto.net"; description = "todo.cryto.net is up"; } + { scheme = "http"; port = 80; path = "/"; host = "books.cryto.net"; description = "books.cryto.net is up"; } + { scheme = "http"; port = 80; path = "/"; host = "learn.cryto.net"; description = "learn.cryto.net is up"; } + { scheme = "http"; port = 80; path = "/"; host = "vps-list.cryto.net"; description = "vps-list.cryto.net is up"; } + ]; + networking.firewall.allowedTCPPorts = [ 80 ]; services.nginx = { enable = true; virtualHosts = { - "haless-new.cryto.net" = { - # locations."/" = { - # root = ""; - # }; + "haless-new.cryto.net" = { /* FIXME: hostname */ locations."/shadow" = { alias = ./sources/shadow-generator; }; @@ -36,15 +45,95 @@ in { alias = ./sources/knex-mirror; }; }; + "books.cryto.net" = lib.mkMerge [ + (nginxPresets.php args) /* Temporary hack until I can figure out the mkMerge evaluation order issue */ + { + root = pkgs.stdenv.mkDerivation { + name = "cryto-books"; + src = ./sources/cryto-books; + + installPhase = '' + mkdir -p $out/ + cp -r $src/* $out/ + cp ${../private/cryto-books/credentials.php} $out/credentials.php + ''; + }; + } + ]; + "todo.cryto.net" = lib.mkMerge [ + (nginxPresets.php args) /* Temporary hack until I can figure out the mkMerge evaluation order issue */ + (nginxPresets.cphpApplication (pkgs.stdenv.mkDerivation { + name = "cryto-todo"; + src = ./sources/cryto-todo; + + installPhase = '' + mkdir -p $out/public_html + cp -r $src/* $out/public_html + cp ${../private/cryto-todo/config.json} $out/config.json + ''; + })) + ]; + "learn.cryto.net" = lib.mkMerge [ + (nginxPresets.php args) /* Temporary hack until I can figure out the mkMerge evaluation order issue */ + (nginxPresets.cphpApplication (pkgs.stdenv.mkDerivation { + name = "cryto-learn"; + src = ./sources/cryto-learn; + + installPhase = '' + mkdir -p $out/public_html + cp -r $src/* $out/public_html + cp ${../private/cryto-learn/config.json} $out/config.json + ''; + })) + ]; + "vps-list.cryto.net" = lib.mkMerge [ + (nginxPresets.php args) /* Temporary hack until I can figure out the mkMerge evaluation order issue */ + (nginxPresets.cphpApplication (pkgs.stdenv.mkDerivation { + name = "vps-list"; + src = ./sources/vps-list; + + installPhase = '' + mkdir -p $out/public_html + mkdir -p $out/public_html/cphp + + cp -r $src/* $out/public_html + cp ${../private/vps-list/config.php} $out/public_html/cphp/config.php + ''; + })) + ]; }; }; - # services.phpfpm = { - # pools = { - # main = { - # listen = "/var/run/phpfpm-main.sock"; - # }; - # }; - # }; + services.mysql = { + enable = true; + package = pkgs.mysql55; + }; + + services.phpfpm = { + extraConfig = '' + log_level = notice + ''; + phpPackage = pkgs1803.php56; + pools = { + main = { + listen = "/var/run/phpfpm-main.sock"; + extraConfig = '' + user = nobody + listen.owner = nginx + listen.group = nginx + listen.mode = 0660 + + pm = dynamic + pm.max_children = 75 + pm.start_servers = 10 + pm.min_spare_servers = 5 + pm.max_spare_servers = 20 + pm.max_requests = 500 + + catch_workers_output = yes + ''; + }; + }; + }; }; } diff --git a/configuration/presets/nginx/cphp-application.nix b/configuration/presets/nginx/cphp-application.nix new file mode 100644 index 0000000..d31ae3f --- /dev/null +++ b/configuration/presets/nginx/cphp-application.nix @@ -0,0 +1,6 @@ +package: { + root = "${package}/public_html/"; + locations."/" = { + tryFiles = "$uri $uri/ /rewrite.php?$args"; + }; +} diff --git a/configuration/presets/nginx/php.nix b/configuration/presets/nginx/php.nix new file mode 100644 index 0000000..6fdcef1 --- /dev/null +++ b/configuration/presets/nginx/php.nix @@ -0,0 +1,13 @@ +{ config, ... }: + { + locations."/" = { + index = "index.php"; + }; + locations."~ \.php$" = { + extraConfig = '' + fastcgi_split_path_info ^(.+\.php)(/.+)$; + fastcgi_pass unix:${config.services.phpfpm.pools.main.listen}; + fastcgi_index index.php; + ''; + }; + } diff --git a/configuration/sources/cryto-books/check2.php b/configuration/sources/cryto-books/check2.php new file mode 100644 index 0000000..b9fbe57 --- /dev/null +++ b/configuration/sources/cryto-books/check2.php @@ -0,0 +1,34 @@ +data[0]['BookId']; +print_r($max . " total\n"); + +$query = "SELECT BookId FROM files GROUP BY `BookId`"; +$result = mysql_query_cached($query, 1); + +foreach($result->data as $row) +{ + $found[$row['BookId']] = true; +} + +for($i = 1; $i <= $max; $i++) +{ + if(!isset($found[$i])) + { + echo("{$i} missing!\n"); + } + else + { + //echo("{$i} isset."); + } +} + +echo("derp"); + +//print_r($found); +?> diff --git a/configuration/sources/cryto-books/include.php b/configuration/sources/cryto-books/include.php new file mode 100644 index 0000000..ff2075a --- /dev/null +++ b/configuration/sources/cryto-books/include.php @@ -0,0 +1,149 @@ +connect($memcache_server, $memcache_port); + + if($memcache_established !== false) + { + $memcache_connected = true; + } + else + { + $memcache_connected = false; + } +} + +function mc_get($key) +{ + global $memcache_enabled, $memcache_connected, $memcache; + + if($memcache_enabled === false || $memcache_connected === false) + { + return false; + } + else + { + $get_result = $memcache->get($key); + if($get_result !== false) + { + return $get_result; + } + else + { + return false; + } + } +} + +function mc_set($key, $value, $expiry) +{ + global $memcache_enabled, $memcache_connected, $memcache_compressed, $memcache; + + if($memcache_enabled === false || $memcache_connected === false) + { + return false; + } + else + { + if($memcache_compressed === true) + { + $flag = MEMCACHE_COMPRESSED; + } + else + { + $flag = false; + } + + $set_result = $memcache->set($key, $value, $flag, $expiry); + return $set_result; + } +} + +function mc_delete($key) +{ + global $memcache_enabled, $memcache_connected, $memcache; + + if($memcache_enabled === false || $memcache_connected === false) + { + return false; + } + else + { + return $memcache->delete($key); + } +} + +function mysql_query_cached($query, $expiry = 60) +{ + if($res = mc_get(md5($query) . md5($query . "x"))) + { + $return_object->source = "memcache"; + $return_object->data = $res; + return $return_object; + } + else + { + if($res = mysql_query($query)) + { + $found = false; + + while($row = mysql_fetch_assoc($res)) + { + $return_object->data[] = $row; + $found = true; + } + + if($found === true) + { + $return_object->source = "database"; + mc_set(md5($query) . md5($query . "x"), $return_object->data, $expiry); + return $return_object; + } + else + { + return false; + } + } + else + { + return false; + } + } +} + +function file_get_contents_cached($path, $expiry = 3600) +{ + if($res = mc_get(md5($path) . md5($path . "x"))) + { + $return_object->source = "memcache"; + $return_object->data = $res; + return $return_object; + } + else + { + if($result = file_get_contents($path)) + { + $return_object->source = "disk"; + $return_object->data = $result; + mc_set(md5($path) . md5($path . "x"), $return_object->data, $expiry); + return $return_object; + } + else + { + return false; + } + } +} +?> diff --git a/configuration/sources/cryto-books/index.php b/configuration/sources/cryto-books/index.php new file mode 100644 index 0000000..b703e76 --- /dev/null +++ b/configuration/sources/cryto-books/index.php @@ -0,0 +1,67 @@ +data as $category) +{ + $format = htmlspecialchars($category['Format']); + $inputboxes .= ""; +} +$inputboxes .= ""; +?> + + + + Cryto Books + + + + + + + +
+
+ +
+ We are currently experiencing some technical issues. If you get no or little results for your search, please try again later. +
+ +
+ +
+
+ +
+
+ + +
+ + diff --git a/configuration/sources/cryto-books/jqui.js b/configuration/sources/cryto-books/jqui.js new file mode 100644 index 0000000..14c9064 --- /dev/null +++ b/configuration/sources/cryto-books/jqui.js @@ -0,0 +1,791 @@ +/*! + * jQuery UI 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI + */ +(function(c,j){function k(a,b){var d=a.nodeName.toLowerCase();if("area"===d){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&l(a)}return(/input|select|textarea|button|object/.test(d)?!a.disabled:"a"==d?a.href||b:b)&&l(a)}function l(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.16", +keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({propAttr:c.fn.prop||c.fn.attr,_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d= +this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this,"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this, +"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position");if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart": +"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,m,n){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(m)g-=parseFloat(c.curCSS(f,"border"+this+"Width",true))||0;if(n)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight, +outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h,d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){return k(a,!isNaN(c.attr(a,"tabindex")))},tabbable:function(a){var b=c.attr(a, +"tabindex"),d=isNaN(b);return(d||b>=0)&&k(a,!d)}});c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&& +a.element[0].parentNode)for(var e=0;e0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted= +false;a.target==this._mouseDownEvent.target&&b.data(a.target,this.widgetName+".preventClickEvent",true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); +;/* + * jQuery UI Position 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Position + */ +(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY, +left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+= +k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+(parseInt(c.curCSS(this,"marginRight",true))||0),w=m+q+(parseInt(c.curCSS(this,"marginBottom",true))||0),i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-= +m/2;i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left= +d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+= +a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b), +g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery); +;/* + * jQuery UI Draggable 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Draggables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(d){d.widget("ui.draggable",d.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper== +"original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(a){var b= +this.options;if(this.helper||b.disabled||d(a.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(a);if(!this.handle)return false;if(b.iframeFix)d(b.iframeFix===true?"iframe":b.iframeFix).each(function(){d('
').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")});return true},_mouseStart:function(a){var b=this.options; +this.helper=this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}); +this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions();d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);d.ui.ddmanager&&d.ui.ddmanager.dragStart(this,a);return true}, +_mouseDrag:function(a,b){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b= +false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b=d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if((!this.element[0]||!this.element[0].parentNode)&&this.options.helper=="original")return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&&this.options.revert.call(this.element,b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration, +10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop",a)!==false&&this._clear();return false},_mouseUp:function(a){this.options.iframeFix===true&&d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)});d.ui.ddmanager&&d.ui.ddmanager.dragStop(this,a);return d.ui.mouse.prototype._mouseUp.call(this,a)},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle|| +!d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone().removeAttr("id"):this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&& +a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a={left:+a[0],top:+a[1]||0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent= +this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"), +10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"), +10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment=="parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[a.containment=="document"?0:d(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,a.containment=="document"?0:d(window).scrollTop()-this.offset.relative.top-this.offset.parent.top, +(a.containment=="document"?0:d(window).scrollLeft())+d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a.containment=="document"?0:d(window).scrollTop())+(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&&a.containment.constructor!=Array){a=d(a.containment);var b=a[0];if(b){a.offset();var c=d(b).css("overflow")!= +"hidden";this.containment=[(parseInt(d(b).css("borderLeftWidth"),10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0),(parseInt(d(b).css("borderTopWidth"),10)||0)+(parseInt(d(b).css("paddingTop"),10)||0),(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"), +10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom];this.relative_container=a}}else if(a.containment.constructor==Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+ +this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&& +!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,h=a.pageY;if(this.originalPosition){var g;if(this.containment){if(this.relative_container){g=this.relative_container.offset();g=[this.containment[0]+g.left,this.containment[1]+g.top,this.containment[2]+g.left,this.containment[3]+g.top]}else g=this.containment;if(a.pageX-this.offset.click.leftg[2])e=g[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>g[3])h=g[3]+this.offset.click.top}if(b.grid){h=b.grid[1]?this.originalPageY+Math.round((h-this.originalPageY)/b.grid[1])*b.grid[1]:this.originalPageY;h=g?!(h-this.offset.click.topg[3])?h:!(h-this.offset.click.topg[2])?e:!(e-this.offset.click.left=0;i--){var j=c.snapElements[i].left,l=j+c.snapElements[i].width,k=c.snapElements[i].top,m=k+c.snapElements[i].height;if(j-e=j&&f<=l||h>=j&&h<=l||fl)&&(e>= +i&&e<=k||g>=i&&g<=k||ek);default:return false}};d.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(a,b){var c=d.ui.ddmanager.droppables[a.options.scope]||[],e=b?b.type:null,g=(a.currentItem||a.element).find(":data(droppable)").andSelf(),f=0;a:for(;f').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(), +top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle= +this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!e(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne", +nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var d=0;d');/sw|se|ne|nw/.test(f)&&g.css({zIndex:++a.zIndex});"se"==f&&g.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[f]=".ui-resizable-"+f;this.element.append(g)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor== +String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),l=0;l=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,l);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection(); +this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){if(!a.disabled){e(this).removeClass("ui-resizable-autohide");b._handles.show()}},function(){if(!a.disabled)if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy(); +var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a= +false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(),d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"}); +this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff= +{width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio:this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis]; +if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);this._updateVirtualBoundaries(b.shiftKey);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize",b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false}, +_mouseStop:function(b){this.resizing=false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height;f=f?0:c.sizeDiff.width;f={width:c.helper.width()-f,height:c.helper.height()-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f, +{top:g,left:d}));c.helper.height(c.size.height);c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",b);this._helper&&this.helper.remove();return false},_updateVirtualBoundaries:function(b){var a=this.options,c,d,f;a={minWidth:k(a.minWidth)?a.minWidth:0,maxWidth:k(a.maxWidth)?a.maxWidth:Infinity,minHeight:k(a.minHeight)?a.minHeight:0,maxHeight:k(a.maxHeight)?a.maxHeight: +Infinity};if(this._aspectRatio||b){b=a.minHeight*this.aspectRatio;d=a.minWidth/this.aspectRatio;c=a.maxHeight*this.aspectRatio;f=a.maxWidth/this.aspectRatio;if(b>a.minWidth)a.minWidth=b;if(d>a.minHeight)a.minHeight=d;if(cb.width,h=k(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width=a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height,l=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&l)b.left=i-a.minWidth;if(d&&l)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left= +null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b=this.helper||this.element,a=0;a');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+ +a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+ +c}},se:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]); +b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});e.extend(e.ui.resizable,{version:"1.8.16"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(), +10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})};if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize,function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top- +f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var l=e(this),q=e(this).data("resizable-alsoresize"),p={},r=j&&j.length?j:l.parents(a.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,function(n,o){if((n=(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(l.css("position"))){c._revertToRelativePosition=true;l.css({position:"absolute",top:"auto",left:"auto"})}l.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType? +e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options,c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})};if(b._revertToRelativePosition){b._revertToRelativePosition=false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a= +e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName),g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height-g};g=parseInt(a.element.css("left"),10)+(a.position.left-a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing, +step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize",b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement= +e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0,top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d=e(a),f=[];e(["Top","Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset; +var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h;g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options,d=a.containerOffset,f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left: +a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left:0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?d.top:0}a.offset.left=a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top- +d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position"));if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(d+a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition, +f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&&!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&&/static/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25, +display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable");b.ghost&&b.ghost.css({position:"relative",height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b= +e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height= +d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b,10)||0},k=function(b){return!isNaN(parseInt(b,10))}})(jQuery); +;/* + * jQuery UI Selectable 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), +selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("
")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, +c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting", +c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d= +this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.righti||a.bottomb&&a.rightg&&a.bottom *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){var a=this.options;this.containerCache={};this.element.addClass("ui-sortable"); +this.refresh();this.floating=this.items.length?a.axis==="x"||/left|right/.test(this.items[0].item.css("float"))||/inline|table-cell/.test(this.items[0].item.css("display")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a=== +"disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this,arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&& +!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem=c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top, +left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]}; +this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment();if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!= +document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a); +return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0], +e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a,c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset(); +c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp({target:null});this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"): +this.currentItem.show();for(var b=this.containers.length-1;b>=0;b--){this.containers[b]._trigger("deactivate",null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}if(this.placeholder){this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null, +dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem):d(this.domPosition.parent).prepend(this.currentItem)}return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")}, +toArray:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute||"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+jg&&b+la[this.floating?"width":"height"]?j:g0?"down":"up")},_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith(); +if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h=d.data(f[g],"sortable");if(h&&h!=this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"), +this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)});return d(b)},_removeCurrentsFromItems:function(){for(var a=this.currentItem.find(":data(sortable-item)"),b=0;b=0;f--)for(var g=d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable");if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h=0;b--){var c=this.items[b];if(!(c.instance!=this.currentContainer&&this.currentContainer&&c.item[0]!=this.currentItem[0])){var e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b= +this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top=e.top;this.containers[b].containerCache.width=this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f= +d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!e)f.style.visibility="hidden";return f},update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")|| +0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b=null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out", +a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length===1){this.containers[c]._trigger("over",a,this._uiHash(this));this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h- +f)this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g- +this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?f:!(f-this.offset.click.left=0;e--)if(d.ui.contains(this.containers[e].element[0],this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive",g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this, +this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out",g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop", +a,this._uiHash());for(e=0;e li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix"); +a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"); +if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var h=d.closest(".ui-accordion-header");a.active=h.length?h:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion", +function(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a= +this.options;if(a.icons){c("").addClass("ui-icon "+a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("tabIndex"); +this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons(); +b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); +a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+ +c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options; +if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header); +if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(), +e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,autoHeight:e.autoHeight|| +e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false", +"aria-selected":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.16", +animations:{slide:function(a,b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),h=0,f={},g={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/); +f[i]={value:j[1],unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide", +paddingTop:"hide",paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery); +;/* + * jQuery UI Autocomplete 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + */ +(function(d){var e=0;d.widget("ui.autocomplete",{options:{appendTo:"body",autoFocus:false,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},pending:0,_create:function(){var a=this,b=this.element[0].ownerDocument,g;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!(a.options.disabled||a.element.propAttr("readOnly"))){g= +false;var f=d.ui.keyCode;switch(c.keyCode){case f.PAGE_UP:a._move("previousPage",c);break;case f.PAGE_DOWN:a._move("nextPage",c);break;case f.UP:a._move("previous",c);c.preventDefault();break;case f.DOWN:a._move("next",c);c.preventDefault();break;case f.ENTER:case f.NUMPAD_ENTER:if(a.menu.active){g=true;c.preventDefault()}case f.TAB:if(!a.menu.active)return;a.menu.select(c);break;case f.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!= +a.element.val()){a.selectedItem=null;a.search(null,c)}},a.options.delay);break}}}).bind("keypress.autocomplete",function(c){if(g){g=false;c.preventDefault()}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)}; +this.menu=d("
    ").addClass("ui-autocomplete").appendTo(d(this.options.appendTo||"body",b)[0]).mousedown(function(c){var f=a.menu.element[0];d(c.target).closest(".ui-menu-item").length||setTimeout(function(){d(document).one("mousedown",function(h){h.target!==a.element[0]&&h.target!==f&&!d.ui.contains(f,h.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,f){f=f.item.data("item.autocomplete");false!==a._trigger("focus",c,{item:f})&&/^key/.test(c.originalEvent.type)&& +a.element.val(f.value)},selected:function(c,f){var h=f.item.data("item.autocomplete"),i=a.previous;if(a.element[0]!==b.activeElement){a.element.focus();a.previous=i;setTimeout(function(){a.previous=i;a.selectedItem=h},1)}false!==a._trigger("select",c,{item:h})&&a.element.val(h.value);a.term=a.element.val();a.close(c);a.selectedItem=h},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu"); +d.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");this.menu.element.remove();d.Widget.prototype.destroy.call(this)},_setOption:function(a,b){d.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(d(b||"body",this.element[0].ownerDocument)[0]);a==="disabled"&& +b&&this.xhr&&this.xhr.abort()},_initSource:function(){var a=this,b,g;if(d.isArray(this.options.source)){b=this.options.source;this.source=function(c,f){f(d.ui.autocomplete.filter(b,c.term))}}else if(typeof this.options.source==="string"){g=this.options.source;this.source=function(c,f){a.xhr&&a.xhr.abort();a.xhr=d.ajax({url:g,data:c,dataType:"json",autocompleteRequest:++e,success:function(h){this.autocompleteRequest===e&&f(h)},error:function(){this.autocompleteRequest===e&&f([])}})}}else this.source= +this.options.source},search:function(a,b){a=a!=null?a:this.element.val();this.term=this.element.val();if(a.length").data("item.autocomplete",b).append(d("").text(b.label)).appendTo(a)},_move:function(a,b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b);else this.search(null,b)},widget:function(){return this.menu.element}});d.extend(d.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, +"\\$&")},filter:function(a,b){var g=new RegExp(d.ui.autocomplete.escapeRegex(b),"i");return d.grep(a,function(c){return g.test(c.label||c.value||c)})}})})(jQuery); +(function(d){d.widget("ui.menu",{_create:function(){var e=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(a){if(d(a.target).closest(".ui-menu-item a").length){a.preventDefault();e.select(a)}});this.refresh()},refresh:function(){var e=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex", +-1).mouseenter(function(a){e.activate(a,d(this).parent())}).mouseleave(function(){e.deactivate()})},activate:function(e,a){this.deactivate();if(this.hasScroll()){var b=a.offset().top-this.element.offset().top,g=this.element.scrollTop(),c=this.element.height();if(b<0)this.element.scrollTop(g+b);else b>=c&&this.element.scrollTop(g+b-c+a.height())}this.active=a.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",e,{item:a})},deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id"); +this._trigger("blur");this.active=null}},next:function(e){this.move("next",".ui-menu-item:first",e)},previous:function(e){this.move("prev",".ui-menu-item:last",e)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(e,a,b){if(this.active){e=this.active[e+"All"](".ui-menu-item").eq(0);e.length?this.activate(b,e):this.activate(b,this.element.children(a))}else this.activate(b, +this.element.children(a))},nextPage:function(e){if(this.hasScroll())if(!this.active||this.last())this.activate(e,this.element.children(".ui-menu-item:first"));else{var a=this.active.offset().top,b=this.element.height(),g=this.element.children(".ui-menu-item").filter(function(){var c=d(this).offset().top-a-b+d(this).height();return c<10&&c>-10});g.length||(g=this.element.children(".ui-menu-item:last"));this.activate(e,g)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active|| +this.last()?":first":":last"))},previousPage:function(e){if(this.hasScroll())if(!this.active||this.first())this.activate(e,this.element.children(".ui-menu-item:last"));else{var a=this.active.offset().top,b=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var g=d(this).offset().top-a+b-d(this).height();return g<10&&g>-10});result.length||(result=this.element.children(".ui-menu-item:first"));this.activate(e,result)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active|| +this.first()?":last":":first"))},hasScroll:function(){return this.element.height()").addClass("ui-button-text").html(this.options.label).appendTo(a.empty()).text(),e=this.options.icons,f=e.primary&&e.secondary,d=[];if(e.primary||e.secondary){if(this.options.text)d.push("ui-button-text-icon"+(f?"s":e.primary?"-primary":"-secondary"));e.primary&&a.prepend("");e.secondary&&a.append("");if(!this.options.text){d.push(f?"ui-button-icons-only": +"ui-button-icon-only");this.hasTitle||a.attr("title",c)}}else d.push("ui-button-text-only");a.addClass(d.join(" "))}}});b.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(a,c){a==="disabled"&&this.buttons.button("option",a,c);b.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){var a=this.element.css("direction")=== +"ltr";this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass(a?"ui-corner-left":"ui-corner-right").end().filter(":last").addClass(a?"ui-corner-right":"ui-corner-left").end().end()},destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return b(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy"); +b.Widget.prototype.destroy.call(this)}})})(jQuery); +;/* + * jQuery UI Dialog 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js + * jquery.ui.draggable.js + * jquery.ui.mouse.js + * jquery.ui.position.js + * jquery.ui.resizable.js + */ +(function(c,l){var m={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},n={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true},o=c.attrFn||{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true,click:true};c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false, +position:{my:"center",at:"center",collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&&c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var a=this,b=a.options,d=b.title||" ",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("
    ")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+ +b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&!i.isDefaultPrevented()&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("
    ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g), +h=c('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("").addClass("ui-dialog-title").attr("id", +e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose=b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body"); +a.uiDialog.remove();a.originalTitle&&a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d,e;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!== +b.uiDialog[0]){e=c(this).css("z-index");isNaN(e)||(d=Math.max(d,e))}});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.scrollTop(),scrollLeft:d.element.scrollLeft()};c.ui.dialog.maxZ+=1; +d.uiDialog.css("z-index",c.ui.dialog.maxZ);d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target=== +f[0]&&e.shiftKey){g.focus(1);return false}}});c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._isOpen=true;a._trigger("open");return a}},_createButtons:function(a){var b=this,d=false,e=c("
    ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("
    ").addClass("ui-dialog-buttonset").appendTo(e);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a, +function(){return!(d=true)});if(d){c.each(a,function(f,h){h=c.isFunction(h)?{click:h,text:f}:h;var i=c('').click(function(){h.click.apply(b.element[0],arguments)}).appendTo(g);c.each(h,function(j,k){if(j!=="click")j in o?i[j](k):i.attr(j,k)});c.fn.button&&i.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close", +handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g=d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition, +originalSize:f.originalSize,position:f.position,size:f.size}}a=a===l?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize", +f,b(h))},stop:function(f,h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop",f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0],e;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "): +[a[0],a[1]];if(b.length===1)b[1]=b[0];c.each(["left","top"],function(g,f){if(+b[g]===b[g]){d[g]=b[g];b[g]=f}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(e=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(c.extend({of:window},a));e||this.uiDialog.hide()},_setOptions:function(a){var b=this,d={},e=false;c.each(a,function(g,f){b._setOption(g,f); +if(g in m)e=true;if(g in n)d[g]=f});e&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",d)},_setOption:function(a,b){var d=this,e=d.uiDialog;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?e.addClass("ui-dialog-disabled"): +e.removeClass("ui-dialog-disabled");break;case "draggable":var g=e.is(":data(draggable)");g&&!b&&e.draggable("destroy");!g&&b&&d._makeDraggable();break;case "position":d._position(b);break;case "resizable":(g=e.is(":data(resizable)"))&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case "title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||" "));break}c.Widget.prototype._setOption.apply(d,arguments)},_size:function(){var a= +this.options,b,d,e=this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();d=Math.max(0,a.minHeight-b);if(a.height==="auto")if(c.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();e||this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height- +b,0));this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.16",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "), +create:function(a){if(this.instances.length===0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){if(c(d.target).zIndex()").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(),height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){var b=c.inArray(a,this.instances);b!=-1&&this.oldInstances.push(this.instances.splice(b,1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var d=0;c.each(this.instances,function(){d=Math.max(d,this.css("z-index"))});this.maxZ=d},height:function(){var a,b;if(c.browser.msie&& +c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return a").appendTo(this.element).addClass("ui-slider-range ui-widget-header"+(b.range==="min"||b.range==="max"?" ui-slider-range-"+b.range:""))}for(var j=c.length;j"); +this.handles=c.add(d(e.join("")).appendTo(a.element));this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(g){g.preventDefault()}).hover(function(){b.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(b.disabled)d(this).blur();else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(g){d(this).data("index.ui-slider-handle", +g)});this.handles.keydown(function(g){var k=true,l=d(this).data("index.ui-slider-handle"),i,h,m;if(!a.options.disabled){switch(g.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:k=false;if(!a._keySliding){a._keySliding=true;d(this).addClass("ui-state-active");i=a._start(g,l);if(i===false)return}break}m=a.options.step;i=a.options.values&&a.options.values.length? +(h=a.values(l)):(h=a.value());switch(g.keyCode){case d.ui.keyCode.HOME:h=a._valueMin();break;case d.ui.keyCode.END:h=a._valueMax();break;case d.ui.keyCode.PAGE_UP:h=a._trimAlignValue(i+(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:h=a._trimAlignValue(i-(a._valueMax()-a._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(i===a._valueMax())return;h=a._trimAlignValue(i+m);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(i===a._valueMin())return;h=a._trimAlignValue(i- +m);break}a._slide(g,l,h);return k}}).keyup(function(g){var k=d(this).data("index.ui-slider-handle");if(a._keySliding){a._keySliding=false;a._stop(g,k);a._change(g,k);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy(); +return this},_mouseCapture:function(a){var b=this.options,c,f,e,j,g;if(b.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:a.pageX,y:a.pageY});f=this._valueMax()-this._valueMin()+1;j=this;this.handles.each(function(k){var l=Math.abs(c-j.values(k));if(f>l){f=l;e=d(this);g=k}});if(b.range===true&&this.values(1)===b.min){g+=1;e=d(this.handles[g])}if(this._start(a,g)===false)return false; +this._mouseSliding=true;j._handleIndex=g;e.addClass("ui-state-active").focus();b=e.offset();this._clickOffset=!d(a.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:a.pageX-b.left-e.width()/2,top:a.pageY-b.top-e.height()/2-(parseInt(e.css("borderTopWidth"),10)||0)-(parseInt(e.css("borderBottomWidth"),10)||0)+(parseInt(e.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(a,g,c);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(a){var b= +this._normValueFromMouse({x:a.pageX,y:a.pageY});this._slide(a,this._handleIndex,b);return false},_mouseStop:function(a){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(a,this._handleIndex);this._change(a,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(a){var b;if(this.orientation==="horizontal"){b= +this.elementSize.width;a=a.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{b=this.elementSize.height;a=a.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}b=a/b;if(b>1)b=1;if(b<0)b=0;if(this.orientation==="vertical")b=1-b;a=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+b*a)},_start:function(a,b){var c={handle:this.handles[b],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(b); +c.values=this.values()}return this._trigger("start",a,c)},_slide:function(a,b,c){var f;if(this.options.values&&this.options.values.length){f=this.values(b?0:1);if(this.options.values.length===2&&this.options.range===true&&(b===0&&c>f||b===1&&c1){this.options.values[a]=this._trimAlignValue(b);this._refreshValue();this._change(null,a)}else if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;f=arguments[0];for(e=0;e=this._valueMax())return this._valueMax();var b=this.options.step>0?this.options.step:1,c=(a-this._valueMin())%b;a=a-c;if(Math.abs(c)*2>=b)a+=c>0?b:-b;return parseFloat(a.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var a= +this.options.range,b=this.options,c=this,f=!this._animateOff?b.animate:false,e,j={},g,k,l,i;if(this.options.values&&this.options.values.length)this.handles.each(function(h){e=(c.values(h)-c._valueMin())/(c._valueMax()-c._valueMin())*100;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";d(this).stop(1,1)[f?"animate":"css"](j,b.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(h===0)c.range.stop(1,1)[f?"animate":"css"]({left:e+"%"},b.animate);if(h===1)c.range[f?"animate":"css"]({width:e- +g+"%"},{queue:false,duration:b.animate})}else{if(h===0)c.range.stop(1,1)[f?"animate":"css"]({bottom:e+"%"},b.animate);if(h===1)c.range[f?"animate":"css"]({height:e-g+"%"},{queue:false,duration:b.animate})}g=e});else{k=this.value();l=this._valueMin();i=this._valueMax();e=i!==l?(k-l)/(i-l)*100:0;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[f?"animate":"css"](j,b.animate);if(a==="min"&&this.orientation==="horizontal")this.range.stop(1,1)[f?"animate":"css"]({width:e+"%"}, +b.animate);if(a==="max"&&this.orientation==="horizontal")this.range[f?"animate":"css"]({width:100-e+"%"},{queue:false,duration:b.animate});if(a==="min"&&this.orientation==="vertical")this.range.stop(1,1)[f?"animate":"css"]({height:e+"%"},b.animate);if(a==="max"&&this.orientation==="vertical")this.range[f?"animate":"css"]({height:100-e+"%"},{queue:false,duration:b.animate})}}});d.extend(d.ui.slider,{version:"1.8.16"})})(jQuery); +;/* + * jQuery UI Tabs 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"
    ",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:"
  • #{label}
  • "},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&& +e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b= +d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]|| +(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); +this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected= +this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); +if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))[0]))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected")); +this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+ +g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal", +function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")}; +this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected= +-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier."; +d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e= +d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b, +e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]); +j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove(); +if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null, +this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this}, +load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c, +"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this}, +url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.16"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k'))}function N(a){return a.bind("mouseout", +function(b){b=d(b.target).closest("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a");b.length&&b.removeClass("ui-state-hover ui-datepicker-prev-hover ui-datepicker-next-hover")}).bind("mouseover",function(b){b=d(b.target).closest("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a");if(!(d.datepicker._isDisabledDatepicker(J.inline?a.parent()[0]:J.input[0])||!b.length)){b.parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"); +b.addClass("ui-state-hover");b.hasClass("ui-datepicker-prev")&&b.addClass("ui-datepicker-prev-hover");b.hasClass("ui-datepicker-next")&&b.addClass("ui-datepicker-next-hover")}})}function H(a,b){d.extend(a,b);for(var c in b)if(b[c]==null||b[c]==C)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.16"}});var B=(new Date).getTime(),J;d.extend(M.prototype,{markerClassName:"hasDatepicker",maxRows:4,log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv}, +setDefaults:function(a){H(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=f}}}e=a.nodeName.toLowerCase();f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a,b){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g, +"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:N(d('
    '))}},_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker", +function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b);b.settings.disabled&&this._disableDatepicker(a)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&&b.append.remove();if(c){b.append=d(''+c+"");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c== +"focus"||c=="both")a.focus(this._showDatepicker);if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('').addClass(this._triggerClass).html(f==""?c:d("").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker(): +d.datepicker._showDatepicker(a[0]);return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;gh){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a,c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a, +b){var c=d(a);if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b),true);this._updateDatepicker(b);this._updateAlternate(b);b.settings.disabled&&this._disableDatepicker(a);b.dpDiv.css("display","block")}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+= +1;this._dialogInput=d('');this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}H(a.settings,e||{});b=b&&b.constructor==Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/ +2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b= +d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a,"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e= +a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled=false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span"){b=b.children("."+this._inlineClass);b.children().removeClass("ui-state-disabled");b.find("select.ui-datepicker-month, select.ui-datepicker-year").removeAttr("disabled")}this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=d(a),c=d.data(a, +"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span"){b=b.children("."+this._inlineClass);b.children().addClass("ui-state-disabled");b.find("select.ui-datepicker-month, select.ui-datepicker-year").attr("disabled","disabled")}this._disabledInputs=d.map(this._disabledInputs,function(f){return f== +a?null:f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false;for(var b=0;b-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a);d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true},_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=d("input", +a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);if(d.datepicker._curInst&&d.datepicker._curInst!=b){d.datepicker._datepickerShowing&&d.datepicker._triggerOnClose(d.datepicker._curInst);d.datepicker._curInst.dpDiv.stop(true,true)}var c=d.datepicker._get(b,"beforeShow");c=c?c.apply(a,[a,b]):{};if(c!==false){H(b.settings,c);b.lastVal=null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value= +"";if(!d.datepicker._pos){d.datepicker._pos=d.datepicker._findPos(a);d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos=null;b.dpDiv.empty();b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b); +c=d.datepicker._checkOffset(b,c,e);b.dpDiv.css({position:d.datepicker._inDialog&&d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){var i=b.dpDiv.find("iframe.ui-datepicker-cover");if(i.length){var g=d.datepicker._getBorders(b.dpDiv);i.css({left:-g[0],top:-g[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex(d(a).zIndex()+1);d.datepicker._datepickerShowing= +true;d.effects&&d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}}},_updateDatepicker:function(a){this.maxRows=4;var b=d.datepicker._getBorders(a.dpDiv);J=a;a.dpDiv.empty().append(this._generateHTML(a));var c=a.dpDiv.find("iframe.ui-datepicker-cover");c.length&&c.css({left:-b[0],top:-b[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()}); +a.dpDiv.find("."+this._dayOverClass+" a").mouseover();b=this._getNumberOfMonths(a);c=b[1];a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");c>1&&a.dpDiv.addClass("ui-datepicker-multi-"+c).css("width",17*c+"em");a.dpDiv[(b[0]!=1||b[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl");a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&& +!a.input.is(":disabled")&&a.input[0]!=document.activeElement&&a.input.focus();if(a.yearshtml){var e=a.yearshtml;setTimeout(function(){e===a.yearshtml&&a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);e=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(), +h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),j=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e-g):0);b.top-=Math.min(b.top,b.top+f>j&&j>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b= +this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1||d.expr.filters.hidden(a));)a=a[b?"previousSibling":"nextSibling"];a=d(a).offset();return[a.left,a.top]},_triggerOnClose:function(a){var b=this._get(a,"onClose");if(b)b.apply(a.input?a.input[0]:null,[a.input?a.input.val():"",a])},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b); +this._curInst=null};d.effects&&d.effects[a]?b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();d.datepicker._triggerOnClose(b);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")}, +_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"): +0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e["selected"+(c=="M"? +"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay=d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=d(a); +this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a);else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,"altField"); +if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b=a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"? +b.toString():b+"";if(b=="")return null;var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff;e=typeof e!="string"?e:(new Date).getFullYear()%100+parseInt(e,10);for(var f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort,g=(c?c.monthNames:null)||this._defaults.monthNames,j=c=-1,l=-1,u=-1,k=false,o=function(p){(p=A+1-1){j=1;l=u;do{e=this._getDaysInMonth(c,j-1);if(l<=e)break;j++;l-=e}while(1)}v=this._daylightSavingAdjust(new Date(c,j-1,l));if(v.getFullYear()!=c||v.getMonth()+1!=j||v.getDate()!=l)throw"Invalid date";return v},ATOM:"yy-mm-dd", +COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames: +null)||this._defaults.monthNames;var i=function(o){(o=k+1 +12?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay=a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear||a.input&& +a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(),b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),j=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay? +new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),k=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n=this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=k&&nn;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-j,1)),this._getFormatConfig(a)); +n=this._canAdjustMonth(a,-1,m,g)?''+n+"":f?"":''+n+"";var s=this._get(a,"nextText");s=!h?s:this.formatDate(s,this._daylightSavingAdjust(new Date(m, +g+j,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?''+s+"":f?"":''+s+"";j=this._get(a,"currentText");s=this._get(a,"gotoCurrent")&& +a.currentDay?u:b;j=!h?j:this.formatDate(j,s,this._getFormatConfig(a));h=!a.inline?'":"";e=e?'
    '+(c?h:"")+(this._isInRange(a,s)?'":"")+(c?"":h)+"
    ":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;j=this._get(a,"showWeek");s=this._get(a,"dayNames");this._get(a,"dayNamesShort");var q=this._get(a,"dayNamesMin"),A=this._get(a,"monthNames"),v=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),D=this._get(a,"showOtherMonths"),K=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var E=this._getDefaultDate(a),w="",x=0;x1)switch(G){case 0:y+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]-1:y+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:y+=" ui-datepicker-group-middle";t="";break}y+='">'}y+='
    '+(/all|left/.test(t)&& +x==0?c?f:n:"")+(/all|right/.test(t)&&x==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,k,o,x>0||G>0,A,v)+'
    ';var z=j?'":"";for(t=0;t<7;t++){var r=(t+h)%7;z+="=5?' class="ui-datepicker-week-end"':"")+'>'+q[r]+""}y+=z+"";z=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay, +z);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;z=Math.ceil((t+z)/7);this.maxRows=z=l?this.maxRows>z?this.maxRows:z:z;r=this._daylightSavingAdjust(new Date(m,g,1-t));for(var Q=0;Q";var R=!j?"":'";for(t=0;t<7;t++){var I=p?p.apply(a.input?a.input[0]:null,[r]):[true,""],F=r.getMonth()!=g,L=F&&!K||!I[0]||k&&ro;R+='";r.setDate(r.getDate()+1);r=this._daylightSavingAdjust(r)}y+=R+""}g++;if(g>11){g=0;m++}y+="
    '+this._get(a,"weekHeader")+"
    '+this._get(a,"calculateWeek")(r)+""+(F&&!D?" ":L?''+ +r.getDate()+"":''+r.getDate()+"")+"
    "+(l?""+(i[0]>0&&G==i[1]-1?'
    ':""):"");O+=y}w+=O}w+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'': +"");a._keyEvent=false;return w},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='
    ',o="";if(h||!j)o+=''+i[b]+"";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='"}u||(k+=o+(h||!(j&&l)?" ":""));if(!a.yearshtml){a.yearshtml="";if(h||!l)k+=''+c+"";else{g=this._get(a,"yearRange").split(":");var s=(new Date).getFullYear();i=function(q){q=q.match(/c[+-].*/)?c+parseInt(q.substring(1),10):q.match(/[+-].*/)?s+parseInt(q,10):parseInt(q,10);return isNaN(q)?s:q};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b, +e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='";k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+=(h||!(j&&l)?" ":"")+o;k+="
    ";return k},_adjustInstDate:function(a,b,c){var e=a.drawYear+(c=="Y"?b:0),f=a.drawMonth+ +(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");b=c&&ba?a:b},_notifyChange:function(a){var b=this._get(a,"onChangeMonthYear");if(b)b.apply(a.input? +a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-this._daylightSavingAdjust(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a);c=this._daylightSavingAdjust(new Date(c, +e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a,"dayNamesShort"),dayNames:this._get(a, +"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker=function(a){if(!this.length)return this; +if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));return this.each(function(){typeof a== +"string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new M;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.16";window["DP_jQuery_"+B]=d})(jQuery); +;/* + * jQuery UI Progressbar 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("
    ").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); +this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100* +this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggle(a>this.min).toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.16"})})(jQuery); +;/* + * jQuery UI Effects 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */ +jQuery.effects||function(f,j){function m(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1], +16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return n.transparent;return n[f.trim(c).toLowerCase()]}function s(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return m(b)}function o(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle, +a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function p(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in t||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function u(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d= +a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function l(c){if(!c||typeof c==="number"||f.fx.speeds[c])return true;if(typeof c==="string"&&!f.effects[c])return true;return false}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor", +"borderTopColor","borderColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=s(b.elem,a);b.end=m(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var n={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0, +0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211, +211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},q=["add","remove","toggle"],t={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b, +d){if(f.isFunction(b)){d=b;b=null}return this.queue(function(){var e=f(this),g=e.attr("style")||" ",h=p(o.call(this)),r,v=e.attr("class");f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});r=p(o.call(this));e.attr("class",v);e.animate(u(h,r),{queue:false,duration:a,easing:b,complete:function(){f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments);f.dequeue(this)}})})}; +f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this, +[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.16",save:function(c,a){for(var b=0;b").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}), +d=document.activeElement;c.wrap(b);if(c[0]===d||f.contains(c[0],d))f(d).focus();b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(e,g){a[g]=c.css(g);if(isNaN(parseInt(a[g],10)))a[g]="auto"});c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return b.css(a).show()},removeWrapper:function(c){var a,b=document.activeElement; +if(c.parent().is(".ui-effects-wrapper")){a=c.parent().replaceWith(c);if(c[0]===b||f.contains(c[0],b))f(b).focus();return a}return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)}); +return d.call(this,b)},_show:f.fn.show,show:function(c){if(l(c))return this._show.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(l(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(l(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this, +arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/ +2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b, +d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c, +a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a==e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b, +d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+ +e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery); +;/* + * jQuery UI Effects Fade 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Fold 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","bottom","left","right"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1], +10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); +;/* + * jQuery UI Effects Highlight 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&& +this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Pulsate 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ +(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); +b.dequeue()})})}})(jQuery); +; \ No newline at end of file diff --git a/configuration/sources/cryto-books/script.js b/configuration/sources/cryto-books/script.js new file mode 100644 index 0000000..9a08e67 --- /dev/null +++ b/configuration/sources/cryto-books/script.js @@ -0,0 +1,11 @@ +function toggle_all() +{ + if($('#type_all')[0].checked == true) + { + $('.type_checkbox').attr('checked', true); + } + else + { + $('.type_checkbox').attr('checked', false); + } +} diff --git a/configuration/sources/cryto-books/search.php b/configuration/sources/cryto-books/search.php new file mode 100644 index 0000000..4e0f5d2 --- /dev/null +++ b/configuration/sources/cryto-books/search.php @@ -0,0 +1,155 @@ +data as $category) +{ + $format = htmlspecialchars($category['Format']); + + $checked = ""; + foreach($_GET['filetype'] as $type) + { + if($type == $format) + { + $checked = " checked"; + } + } + + $inputboxes .= ""; +} +$inputboxes .= ""; +?> + + + + Cryto Books + + + + + + + + +
    + + +
    +
    +
    + Appreciate this service? Consider making a donation!
    Want to know more about the Cryto Coding Collective? + Have a look here. +
    +
    + data as $row) + { + $id = $row['Id']; + $query = "SELECT * FROM files WHERE `BookId` = '$id' AND ({$type})"; + if($res = mysql_query_cached($query)) + { + $s_title = strip_tags(stripslashes($row['Title'])); + $s_authors = strip_tags(stripslashes($row['Authors'])); + $s_description = strip_tags(stripslashes($row['Description'])); + $s_thumbnail = strip_tags(stripslashes($row['Thumbnail'])); + $s_files = "Download as: "; + + if(trim($s_description) == "") + { + $s_description = "There is no description for this book."; + } + + foreach($res->data as $file_row) + { + $s_formatname = strip_tags(stripslashes($file_row['Format'])); + $s_formaturl = strip_tags(stripslashes($file_row['Url'])); + + $s_files .= "{$s_formatname}"; + } + + + echo("
    +
    +
    + + {$s_title} + + + {$s_authors} + +
    +
    + {$s_files} +
    +
    +
    +
    + + {$s_description} +
    +
    +
    +
    "); + $found = true; + } + } + } + + if($found === false) + { + echo("No books were found that match your query."); + } + ?> +
    + + diff --git a/configuration/sources/cryto-books/style.css b/configuration/sources/cryto-books/style.css new file mode 100644 index 0000000..76593ed --- /dev/null +++ b/configuration/sources/cryto-books/style.css @@ -0,0 +1,228 @@ +body +{ + font-family: Lora, serif; + padding: 0px; + margin: 0px; +} + +h1 +{ + font-size: 22px; + margin-bottom: 3px; +} + +.clear +{ + clear: both; +} + +.logo +{ + margin: 0px auto; + margin-top: 45px; + margin-bottom: 20px; + padding: 15px 25px; + width: 520px; + border: 1px solid black; + font-family: Alice, serif; + font-size: 86px; + text-align: center; +} + +.logo .slogan +{ + font-size: 27px; + text-align: right; +} + +.searchbar +{ + position: relative; + margin: 0px auto; + padding: 8px; + width: 850px; + height: 36px; + overflow: hidden; + font-family: Lora, serif; + font-size: 30px; + border: 1px solid black; + border-radius: 17px; +} + +.searchbar input +{ + position: absolute; + top: 0px; + bottom: 0px; + left: 116px; + right: 0px; + font-family: Lora, serif; + font-size: 30px; + border: 0px; + background-color: transparent; +} + +.searchoptions +{ + margin-top: 15px; + text-align: center; +} + +.searchoptions label +{ + margin-right: 15px; + margin-left: 2px; + font-size: 21px; +} + +.searchbutton +{ + margin-top: 25px; + text-align: center; +} + +.searchbutton button +{ + padding: 9px 24px; + border: 2px solid black; + border-radius: 10px; + font-size: 24px; + background-color: white; +} + +.searchbutton button:hover +{ + background-color: #F0F0F0; +} + +.copyright +{ + margin: 0px auto; + margin-top: 20px; + width: 750px; + text-align: justify; + font-size: 14px; +} + +.metadata +{ + padding: 9px; + border-top: 1px solid black; +} + +.item:first-child .metadata +{ + border-top: none; +} + +.metadata:hover +{ + background-color: #E3E3E3; + cursor: pointer; +} + +.names +{ + float: left; + font-size: 19px; +} + +.title +{ + font-weight: bold; + margin-right: 10px; +} + +.files +{ + float: right; +} + +.files a +{ + margin-left: 4px; + color: black; +} + +.description +{ + display: none; + padding: 10px; + text-align: justify; +} + +.results +{ + padding: 8px; +} + +.header +{ + border-bottom: 1px solid black; +} + +.header-logo +{ + float: left; + margin: 10px; + padding: 8px; + font-family: Alice, serif; + font-size: 75px; +} + +.header-search +{ + float: right; + margin: 16px 28px; + text-align: right; + max-width: 60%; +} + +.header-search input.query +{ + width: 310px; + border: 1px black solid; +} + +.notes +{ + font-size: 14px; +} + +.promo +{ + margin: 10px auto; + padding: 9px; + width: 700px; + font-weight: bold; + text-align: center; + background-color: #F3F3F3; + border: 1px solid black; +} + +.thumb +{ + float: left; + margin: 11px; + margin-top: 4px; + margin-bottom: 6px; + padding: 2px; + border: 1px solid black; +} + +.links +{ + margin: 0px auto; + margin-top: 15px; + width: 500px; + text-align: justify; +} + +.warning +{ + padding: 6px; + background-color: #FEFFB8; + border: 1px solid #ABA901; + margin: 7px auto; + width: 500px; +} diff --git a/configuration/sources/cryto-learn/classes/item.php b/configuration/sources/cryto-learn/classes/item.php new file mode 100644 index 0000000..2cc0002 --- /dev/null +++ b/configuration/sources/cryto-learn/classes/item.php @@ -0,0 +1,148 @@ + array( + 'Title' => "Title", + 'Description' => "Description", + 'SourceUrl' => "SourceUrl", + 'ItemUrl' => "ItemUrl" + ), + 'numeric' => array( + 'Type' => "Type", + 'Provider' => "Provider", + 'Views' => "Views", + 'TopicId' => "TopicId", + 'ParentId' => "ParentId" + ), + 'boolean' => array( + 'HasTopic' => "HasTopic" + ), + 'timestamp' => array( + 'CreationDate' => "Date", + 'StartDate' => "StartDate", + 'EndDate' => "EndDate" + ), + 'topic' => array( + 'Topic' => "TopicId" + ), + 'item' => array( + 'Parent' => "ParentId" + ) + ); + + public function __get($name) + { + switch($name) + { + case "sTypeName": + return $this->GetTypeName(); + break; + case "sProviderName": + return $this->GetProviderName(); + break; + default: + return parent::__get($name); + break; + } + } + + public function GetTypeName() + { + switch($this->sType) + { + case 1: + return "topic"; + case 2: + return "course"; + case 3: + return "video"; + case 4: + return "article"; + case 5: + return "exercise"; + case 6: + return "quiz"; + case 7: + return "test"; + case 8: + return "book"; + case 9: + return "audiobook"; + default: + return "unknown"; + } + } + + public function GetProviderName() + { + switch($this->sProvider) + { + case 1: + return "Khan University"; + case 2: + return "Coursera"; + case 3: + return "University of Reddit"; + default: + return "Unknown"; + } + } + + public function GetChildren() + { + try + { + return Item::CreateFromQuery("SELECT * FROM items WHERE `ParentId` = :ParentId", array(':ParentId' => $this->sId)); + } + catch (NotFoundException $e) + { + return array(); + } + } + + public function AsDataset($fetch_children = true) + { + $child_data = array(); + + if($fetch_children == true) + { + foreach($this->GetChildren() as $child) + { + $child_data[] = $child->AsDataset(); + } + } + + return array( + "title" => $this->uTitle, + "description" => $this->uDescription, + "url" => $this->uItemUrl, + "source" => $this->uSourceUrl, + "created" => $this->sCreationDate, + "start" => $this->sStartDate, + "end" => $this->sEndDate, + "type" => $this->sTypeName, + "provider" => $this->sProviderName, + "views" => $this->sViews, + "children" => $child_data + ); + } +} diff --git a/configuration/sources/cryto-learn/classes/topic.php b/configuration/sources/cryto-learn/classes/topic.php new file mode 100644 index 0000000..1b7d1f2 --- /dev/null +++ b/configuration/sources/cryto-learn/classes/topic.php @@ -0,0 +1,131 @@ + array( + 'Title' => "Title", + 'ProviderId' => "ProviderId", + 'Description' => "Description" + ), + 'numeric' => array( + 'ParentId' => "ParentId", + 'Provider' => "Provider" + ), + 'boolean' => array( + 'NeedsEnrollment' => "NeedsEnrollment" + ), + 'timestamp' => array( + 'CreationDate' => "Created", + 'StartDate' => "StartDate", + 'EndDate' => "EndDate" + ), + 'topic' => array( + 'Parent' => "ParentId" + ) + ); + + public function __get($name) + { + switch($name) + { + case "sProviderName": + return $this->GetProviderName(); + break; + default: + return parent::__get($name); + break; + } + } + + public function GetProviderName() + { + switch($this->sProvider) + { + case 1: + return "Khan University"; + case 2: + return "Coursera"; + case 3: + return "University of Reddit"; + default: + return "Unknown"; + } + } + + public function AsDataset($fetch_children = true, $fetch_items = true) + { + $child_data = array(); + + if($fetch_children == true) + { + foreach($this->GetChildren() as $child) + { + $child_data[] = $child->AsDataset(); + } + } + + $item_data = array(); + + if($fetch_items == true) + { + foreach($this->GetItems() as $item) + { + $item_data[] = $item->AsDataset(); + } + } + + return array( + "title" => $this->uTitle, + "description" => $this->uDescription, + "created" => $this->sCreationDate, + "start" => $this->sStartDate, + "end" => $this->sEndDate, + "provider" => $this->sProviderName, + "needs_enrollment" => $this->sNeedsEnrollment, + "children" => $child_data, + "items" => $item_data + ); + } + + public function GetItems() + { + try + { + return Item::CreateFromQuery("SELECT * FROM items WHERE `TopicId` = :TopicId", array(':TopicId' => $this->sId)); + } + catch (NotFoundException $e) + { + return array(); + } + } + + public function GetChildren() + { + try + { + return Topic::CreateFromQuery("SELECT * FROM topics WHERE `ParentId` = :ParentId", array(':ParentId' => $this->sId)); + } + catch (NotFoundException $e) + { + return array(); + } + } +} diff --git a/configuration/sources/cryto-learn/cphp b/configuration/sources/cryto-learn/cphp new file mode 160000 index 0000000..249284e --- /dev/null +++ b/configuration/sources/cryto-learn/cphp @@ -0,0 +1 @@ +Subproject commit 249284e4880e6a0ecad9a051854f5fe9eab94f8f diff --git a/configuration/sources/cryto-learn/dump.json b/configuration/sources/cryto-learn/dump.json new file mode 100644 index 0000000..575a21d --- /dev/null +++ b/configuration/sources/cryto-learn/dump.json @@ -0,0 +1 @@ +[{"title":"Machine Learning","description":"Learn about the most effective machine learning techniques, and gain practice implementing them and getting them to work for yourself.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-04-23","description":"This course provided a broad introduction to machine learning, datamining, and statistical pattern recognition. Course content included several methods in supervised learning and unsupervised learning, illustrated through case studies and applications.","url":"https:\/\/class.coursera.org\/ml\/","source":"https:\/\/class.coursera.org\/ml\/","created":null,"start":1335139200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"12-002: 2012-08-20","description":"Congratulations! You have successfully completed the online Machine Learning course (ml-class.org). To successfully complete the course, students were required to watch lectures, review questions and complete programming assignments. ","url":"https:\/\/class.coursera.org\/ml-2012-002\/","source":"https:\/\/class.coursera.org\/ml-2012-002\/","created":null,"start":1345420800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/ml-003\/","source":"https:\/\/class.coursera.org\/ml-003\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Probabilistic Graphical Models","description":"In this class, you will learn the basics of the PGM representation and how to construct them, using both human knowledge and machine learning techniques.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-03-19","description":"Congratulations! You have successfully completed the free online offering of Probabilistic \nGraphical Models. To successfully complete the this free online class, students were required to watch lectures, complete problem sets, and take a final exam. ","url":"https:\/\/class.coursera.org\/pgm\/","source":"https:\/\/class.coursera.org\/pgm\/","created":null,"start":1332115200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"12-002: 2012-09-24","description":"Congratulations! You have successfully completed the free online offering of Probabilistic \nGraphical Models. To successfully complete the this free online class, students were required to watch lectures, complete problem sets, and take a final exam. ","url":"https:\/\/class.coursera.org\/pgm-2012-002\/","source":"https:\/\/class.coursera.org\/pgm-2012-002\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003: 2013-04-08","description":"","url":"https:\/\/class.coursera.org\/pgm-003\/","source":"https:\/\/class.coursera.org\/pgm-003\/","created":null,"start":1365379200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Human-Computer Interaction","description":"Helping you build human-centered design skills, so that you have the principles and methods to create excellent interfaces with any technology.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-05-28","description":"This course analyzed techniques of design such as rapid prototyping and evaluating interface alternatives, and how these practices inform the design of technology. Specific topics included mock-ups, field testing, principles of perception and controlled online experiments.","url":"https:\/\/class.coursera.org\/hci\/","source":"https:\/\/class.coursera.org\/hci\/","created":null,"start":1338163200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"12-002: 2012-09-24","description":"This course analyzed techniques of design such as rapid prototyping and evaluating interface alternatives, and how these practices inform the design of technology. Specific topics included mock-ups, field testing, principles of perception and evaluating designs with people.","url":"https:\/\/class.coursera.org\/hci-2012-002\/","source":"https:\/\/class.coursera.org\/hci-2012-002\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/hci-003\/","source":"https:\/\/class.coursera.org\/hci-003\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Natural Language Processing","description":"In this class, you will learn fundamental algorithms and mathematical models for processing natural language, and how these can be used to solve practical problems.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-03-12","description":"Course content included the topics of spelling correction, sentiment analysis, information extraction, syntactic parsing, meaning extraction and question answering, based on underlying theory drawn from probability, statistics, linguistics, and algorithms.","url":"https:\/\/class.coursera.org\/nlp\/","source":"https:\/\/class.coursera.org\/nlp\/","created":null,"start":1331510400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/nlp-002\/","source":"https:\/\/class.coursera.org\/nlp-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Algorithms: Design and Analysis, Part 1","description":"In this course you will learn several fundamental principles of algorithm design: divide-and-conquer methods, graph algorithms, practical data structures, randomized algorithms, and more.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-03-12","description":"Congratulations! You have successfully completed the free online offering of Design and Analysis of Algorithms I. To successfully complete this free online class, students were required to watch lectures, complete quizzes and automated exercises, and take a final exam. ","url":"https:\/\/class.coursera.org\/algo\/","source":"https:\/\/class.coursera.org\/algo\/","created":null,"start":1331510400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"12-002: 2012-06-11","description":"Congratulations! You have successfully completed the free online offering of Design and Analysis of Algorithms I. To successfully complete this free online class, students were required to watch lectures, complete quizzes and automated exercises, and take a final exam. ","url":"https:\/\/class.coursera.org\/algo-2012-002\/","source":"https:\/\/class.coursera.org\/algo-2012-002\/","created":null,"start":1339372800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/algo-003\/","source":"https:\/\/class.coursera.org\/algo-003\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Cryptography I","description":"Learn about the inner workings of cryptographic primitives and how to apply this knowledge in real-world applications!","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-03-12","description":"This course examined cryptographic theory and deployed protocols. Applications included stream and block ciphers, message integrity, collision-resistant hashing, authenticated encryption and public key encryption.","url":"https:\/\/class.coursera.org\/crypto\/","source":"https:\/\/class.coursera.org\/crypto\/","created":null,"start":1331510400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"12-002: 2012-06-11","description":"Congratulations! You have successfully completed the free online offering of Cryptography. To successfully complete this free online class, students were required to watch lectures, complete weekly problem sets and take a final exam.","url":"https:\/\/class.coursera.org\/crypto-2012-002\/","source":"https:\/\/class.coursera.org\/crypto-2012-002\/","created":null,"start":1339372800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"12-003: 2012-08-27","description":"This course examined cryptographic primitives in theory and in deployed protocols. Topics included public-key encryption, digital signatures, authentication protocols, zero-knowledge and distributed protocols.","url":"https:\/\/class.coursera.org\/crypto-2012-003\/","source":"https:\/\/class.coursera.org\/crypto-2012-003\/","created":null,"start":1346025600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"004: 2012-11-05","description":"This course examined cryptographic primitives in theory and in deployed protocols. Topics included public-key encryption, digital signatures, authentication protocols, zero-knowledge and distributed protocols.","url":"https:\/\/class.coursera.org\/crypto-004\/","source":"https:\/\/class.coursera.org\/crypto-004\/","created":null,"start":1352073600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"005: 2013-01-14","description":"","url":"https:\/\/class.coursera.org\/crypto-005\/","source":"https:\/\/class.coursera.org\/crypto-005\/","created":null,"start":1358121600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Model Thinking","description":"In this class, you will learn how to think with models and use them to make sense of the complex world around us.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001 (date undetermined)","description":"This course provided an introduction on how to think using models. Specific topics included, among others, decision-making, tipping points, economic models, crowd dynamics, Markov processes, game theory and predictive thinking.","url":"https:\/\/class.coursera.org\/modelthinking\/","source":"https:\/\/class.coursera.org\/modelthinking\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"12-002: 2012-09-03","description":"This course provided an introduction on how to think using models. Specific topics included, among others, decision-making, tipping points, economic models, crowd dynamics, Markov processes, game theory and predictive thinking.","url":"https:\/\/class.coursera.org\/modelthinking-2012-002\/","source":"https:\/\/class.coursera.org\/modelthinking-2012-002\/","created":null,"start":1346630400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003: 2013-03-04","description":"","url":"https:\/\/class.coursera.org\/modelthinking-003\/","source":"https:\/\/class.coursera.org\/modelthinking-003\/","created":null,"start":1362355200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Computer Science 101","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-04-23","description":"Congratulations! You have successfully completed the free online offering of CS101. Success depends on passing a large range of computer topic questions. More importantly, passing requires you to code up solutions to our large number of small Javascript problems. Well done!","url":"https:\/\/class.coursera.org\/cs101\/","source":"https:\/\/class.coursera.org\/cs101\/","created":null,"start":1335139200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/cs101-002\/","source":"https:\/\/class.coursera.org\/cs101-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/cs101-selfservice\/","source":"https:\/\/class.coursera.org\/cs101-selfservice\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Automata","description":"This course covers finite automata, context-free grammars, Turing machines, undecidable problems, and intractable problems (NP-completeness).","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-04-23","description":"The course covered four broad areas: (1) Finite automata and regular expressions, (2) Context-free grammars, (3) Turing machines and decidability, and (4) the theory of intractability, or NP-complete problems.","url":"https:\/\/class.coursera.org\/automata\/","source":"https:\/\/class.coursera.org\/automata\/","created":null,"start":1335139200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/automata-002\/","source":"https:\/\/class.coursera.org\/automata-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Logic","description":"In this course, you will learn how to formalize information and reason systematically to produce logical conclusions. We will also examine logic technology and its applications - in mathematics, science, engineering, business, law, and so forth.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-04-23","description":"This course covered formalized information and systematic reasoning through logical sentences. Additionally, it examined logic technology and its applications through interactive demonstrations and exercises.","url":"https:\/\/class.coursera.org\/intrologic\/","source":"https:\/\/class.coursera.org\/intrologic\/","created":null,"start":1335139200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"12-002: 2012-09-24","description":"This course is a rigorous introduction to Logic. It covers the encoding of information as logical sentences, logical reasoning, and an introduction to logic technology and its applications. Logics covered include Propositional Logic, Herbrand Logic, and First-Order Logic.","url":"https:\/\/class.coursera.org\/intrologic-2012-002\/","source":"https:\/\/class.coursera.org\/intrologic-2012-002\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003: 2013-04-01","description":"","url":"https:\/\/class.coursera.org\/intrologic-003\/","source":"https:\/\/class.coursera.org\/intrologic-003\/","created":null,"start":1364774400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Compilers","description":"This course will discuss the major ideas used today in the implementation of programming language compilers. You will learn how a program written in a high-level language designed for humans is systematically translated into a program written in low-level assembly more suited to machines!","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-04-23","description":"The content of this course on programming language compilers included lexical analysis, parsing, syntax-directed translation, abstract syntax trees, types and type checking, intermediate languages, dataflow analysis, program optimization, code generation and runtime systems.","url":"https:\/\/class.coursera.org\/compilers\/","source":"https:\/\/class.coursera.org\/compilers\/","created":null,"start":1335139200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003: 2012-10-01","description":"","url":"https:\/\/class.coursera.org\/compilers-2012-002\/","source":"https:\/\/class.coursera.org\/compilers-2012-002\/","created":null,"start":1349049600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/compilers-selfservice\/","source":"https:\/\/class.coursera.org\/compilers-selfservice\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"004 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/compilers-003\/","source":"https:\/\/class.coursera.org\/compilers-003\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Computer Vision: The Fundamentals","description":"In this course, we will study the concepts and algorithms behind some of the remarkable successes of computer vision - capabilities such as face detection, handwritten digit recognition, reconstructing three-dimensional models of cities and more.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-04-23","description":"","url":"https:\/\/class.coursera.org\/vision\/","source":"https:\/\/class.coursera.org\/vision\/","created":null,"start":1335139200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/vision-002\/","source":"https:\/\/class.coursera.org\/vision-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Game Theory","description":"The course covers the basics: representing games and strategies, the extensive form (which computer scientists call game trees), repeated and stochastic games, coalitional games, and Bayesian games (modeling things like auctions).","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-03-19","description":"The course provided an introduction to mathematical modeling of strategic interaction among rational (and irrational) agents. Specific topics included the extensive form (\"game trees\"), Bayesian games, and repeated and stochastic games.","url":"https:\/\/class.coursera.org\/gametheory\/","source":"https:\/\/class.coursera.org\/gametheory\/","created":null,"start":1332115200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-01-07","description":"","url":"https:\/\/class.coursera.org\/gametheory-2012-002\/","source":"https:\/\/class.coursera.org\/gametheory-2012-002\/","created":null,"start":1357516800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/gametheory-003\/","source":"https:\/\/class.coursera.org\/gametheory-003\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Modern & Contemporary American Poetry","description":"ModPo is a fast-paced introduction to modern and contemporary U.S. poetry, from Dickinson and Whitman to the present. Participants (who need no prior experience with poetry) will learn how to read poems that are supposedly \"difficult.\"","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-10","description":"This certificate confirms that its bearer has successfully completed Modern and Contemporary American Poetry, taught by Al Filreis in 2012.","url":"https:\/\/class.coursera.org\/modernpoetry\/","source":"https:\/\/class.coursera.org\/modernpoetry\/","created":null,"start":1347235200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-09-07","description":"","url":"https:\/\/class.coursera.org\/modernpoetry-002\/","source":"https:\/\/class.coursera.org\/modernpoetry-002\/","created":null,"start":1378512000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Sociology","description":"In this class we will cover the essentials of sociology, to help you better understand your own life and situations far from your experience.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-06-11","description":"","url":"https:\/\/class.coursera.org\/soc101-2012-001\/","source":"https:\/\/class.coursera.org\/soc101-2012-001\/","created":null,"start":1339372800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"12-002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/soc101-002\/","source":"https:\/\/class.coursera.org\/soc101-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Computer Architecture","description":"In this course, you will learn to design the computer architecture of complex modern microprocessors.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-30","description":"","url":"https:\/\/class.coursera.org\/comparch-2012-001\/","source":"https:\/\/class.coursera.org\/comparch-2012-001\/","created":null,"start":1348963200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Statistics One","description":"Statistics One is designed to be a friendly introduction to very simple, very basic, fundamental concepts in statistics.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-03","description":"","url":"https:\/\/class.coursera.org\/stats1-2012-001\/","source":"https:\/\/class.coursera.org\/stats1-2012-001\/","created":null,"start":1346630400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Algorithms, Part I","description":"This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations. Part I covers basic iterable data types, sorting, and searching algorithms.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-08-12","description":"","url":"https:\/\/class.coursera.org\/algs4partI-2012-001\/","source":"https:\/\/class.coursera.org\/algs4partI-2012-001\/","created":null,"start":1344729600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-02-04","description":"","url":"https:\/\/class.coursera.org\/algs4partI-002\/","source":"https:\/\/class.coursera.org\/algs4partI-002\/","created":null,"start":1359936000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/algs4partI-003\/","source":"https:\/\/class.coursera.org\/algs4partI-003\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Algorithms, Part II","description":"This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of Java implementations.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"002: 2013-03-18","description":"","url":"https:\/\/class.coursera.org\/algs4partII-001\/","source":"https:\/\/class.coursera.org\/algs4partII-001\/","created":null,"start":1363564800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Listening to World Music","description":"Learn the ideas and vocabulary for listening to world music, and examine the music of several world music cultures and how they have entered into mainstream popular culture.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-07-23","description":"Listening to World Music includes thinking about music of the world in terms of ethics, copyright and ownership issues, the relationship of world music traditions to globalization and the entertainment industry, and the process of listening itself.","url":"https:\/\/class.coursera.org\/worldmusic-2012-001\/","source":"https:\/\/class.coursera.org\/worldmusic-2012-001\/","created":null,"start":1343001600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/worldmusic-002\/","source":"https:\/\/class.coursera.org\/worldmusic-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Greek and Roman Mythology","description":"This course will focus on the myths of ancient Greece and Rome, as a way of exploring the nature of myth and the function it plays for individuals, societies, and nations.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-24","description":"This course introduces broad themes in the study of mythology through a concentration on Greek and Roman primary materials. We read core texts from Homer, Hesiod, Aeschylus, Sophocles, Euripides, Vergil, and Ovid, and introduce a range of methods to analyze them. ","url":"https:\/\/class.coursera.org\/mythology-2012-001\/","source":"https:\/\/class.coursera.org\/mythology-2012-001\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/mythology-002\/","source":"https:\/\/class.coursera.org\/mythology-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Calculus: Single Variable","description":"This course provides a brisk, entertaining treatment of differential and integral calculus, with an emphasis on conceptual understanding and applications to the engineering, physical, and social sciences.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-07","description":"","url":"https:\/\/class.coursera.org\/calcsing-2012-001\/","source":"https:\/\/class.coursera.org\/calcsing-2012-001\/","created":null,"start":1357516800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Networked Life","description":"Networked Life will explore recent scientific efforts to explain social, economic and technological structures -- and the way these structures interact -- on many different scales, from the behavior of individuals or small groups to that of complex networks such as the Internet and the global economy.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-10","description":"This course is an introduction to the emerging science and mathematics behind large-scale social, economic, technological and other types of networks. A central theme is the interaction between network structure and dynamics in models of contagion and strategic behavior.","url":"https:\/\/class.coursera.org\/networks-2012-001\/","source":"https:\/\/class.coursera.org\/networks-2012-001\/","created":null,"start":1347235200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/networks-002\/","source":"https:\/\/class.coursera.org\/networks-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Gamification","description":"Gamification is the application of game elements and digital game design techniques to non-game problems, such as business and social impact challenges. This course will teach you the mechanisms of gamification, why it has such tremendous potential, and how to use it effectively.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-08-27","description":"This course provides an introduction to gamification as a business practice, describes relevant psychological and design concepts, and explains how to apply game thinking effectively in a variety of contexts.","url":"https:\/\/class.coursera.org\/gamification-2012-001\/","source":"https:\/\/class.coursera.org\/gamification-2012-001\/","created":null,"start":1346025600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/gamification-002\/","source":"https:\/\/class.coursera.org\/gamification-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Health Policy and the Affordable Care Act","description":"This course will explore the many problems of the American health care system and discuss the specific ways that the Affordable Care Act will impact access, quality, costs, as well as medical innovation.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-06-25","description":"This course discussed the history of health care reform in the USA, focusing on the Patient Protection and Affordable Care Act (2010). Issues were framed in terms of health care costs and cost growth, quality of care, access to health care, and innovation in health care.","url":"https:\/\/class.coursera.org\/healthpolicy-2012-001\/","source":"https:\/\/class.coursera.org\/healthpolicy-2012-001\/","created":null,"start":1340582400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/healthpolicy-002\/","source":"https:\/\/class.coursera.org\/healthpolicy-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Vaccines","description":"This course will discuss issues regarding vaccines and vaccine safety: the history, science, benefits, and risks of vaccines, together with the controversies surrounding vaccines and answers to common questions that parents have about vaccines.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-06-25","description":"This course discussed issues regarding vaccines and vaccine safety, including the history, science, benefits, and risks of vaccines. In addition, it addressed the controversies surrounding vaccines and provided answers to common questions that parents have about vaccines.","url":"https:\/\/class.coursera.org\/vaccines-2012-001\/","source":"https:\/\/class.coursera.org\/vaccines-2012-001\/","created":null,"start":1340582400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/vaccines-002\/","source":"https:\/\/class.coursera.org\/vaccines-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Fundamentals of Pharmacology","description":"In this class you will learn how drugs affect the body, how they alter disease processes and how they might produce toxicity. We will discuss how new drugs are tested and developed prior to them being used for patient care. We will describe how personalization of medicine will become a common day reality in patient care.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-06-25","description":null,"url":"https:\/\/class.coursera.org\/pharm101-2012-001\/","source":"https:\/\/class.coursera.org\/pharm101-2012-001\/","created":null,"start":1340582400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/pharm101-002\/","source":"https:\/\/class.coursera.org\/pharm101-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Cardiac Arrest, Hypothermia, and Resuscitation Science","description":"This course will explore new breakthroughs in the treatment of patients during cardiac arrest and after successful resuscitation, including new approaches to cardiopulmonary resuscitation (CPR) and post-arrest care.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/rosc-001\/","source":"https:\/\/class.coursera.org\/rosc-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Basic Behavioral Neurology","description":"This course will survey fundamental principles of cognitive and behavioral neurology. The emphasis of the course will be on the neural mechanisms underlying aspects of cognition and on diseases that affect intellect and behavior. No prior background in neurology, medicine, or neuroscience is required.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/neurobehavior-001\/","source":"https:\/\/class.coursera.org\/neurobehavior-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Social Network Analysis","description":"This course will use social network analysis, both its theory and computational tools, to make sense of the social and information networks that have been fueled and rendered accessible by the internet.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-24","description":"This interdisciplinary course uses social network analysis to understand how networks form, how they are structured, and how this structure influences processes occurring over networks.","url":"https:\/\/class.coursera.org\/sna-2012-001\/","source":"https:\/\/class.coursera.org\/sna-2012-001\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-03-04","description":"","url":"https:\/\/class.coursera.org\/sna-002\/","source":"https:\/\/class.coursera.org\/sna-002\/","created":null,"start":1362355200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Securing Digital Democracy","description":"In this course, you'll learn what every citizen should know about the security risks--and future potential — of electronic voting and Internet voting.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-03","description":null,"url":"https:\/\/class.coursera.org\/digitaldemocracy-2012-001\/","source":"https:\/\/class.coursera.org\/digitaldemocracy-2012-001\/","created":null,"start":1346630400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Finance","description":"This course will introduce you to frameworks and tools to measure value; both for corporate and personal assets. It will also help you in decision-making, again at both the corporate and personal levels.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2012-07-23","description":"You have successfully completed the course, Introduction to Finance, an online, non-credit course, authorized by the University of Michigan and taught by Professor Gautam Kaul of the University of Michigan.","url":"https:\/\/class.coursera.org\/introfinance-2012-001\/","source":"https:\/\/class.coursera.org\/introfinance-2012-001\/","created":null,"start":1343001600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/introfinance-002\/","source":"https:\/\/class.coursera.org\/introfinance-002\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"003 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/introfinance-003\/","source":"https:\/\/class.coursera.org\/introfinance-003\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Fantasy and Science Fiction: The Human Mind, Our Modern World","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-07-23","description":"This course explored Fantasy in general and Science Fiction in specific both as art and as insights into ourselves and our world.","url":"https:\/\/class.coursera.org\/fantasysf-2012-001\/","source":"https:\/\/class.coursera.org\/fantasysf-2012-001\/","created":null,"start":1343001600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-01-22","description":"","url":"https:\/\/class.coursera.org\/fantasysf-002\/","source":"https:\/\/class.coursera.org\/fantasysf-002\/","created":null,"start":1358812800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Internet History, Technology, and Security","description":"What is the Internet? How was it created? How does it work?","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-07-23","description":"This course examined how the Internet and World-Wide-Web came to be, starting from the emergence of electronic digital technology in World War II to the present-day Internet. This certificate is for the first time the course was ever taught from July through October 2012.","url":"https:\/\/class.coursera.org\/insidetheinternet-2012-001\/","source":"https:\/\/class.coursera.org\/insidetheinternet-2012-001\/","created":null,"start":1343001600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-03-01","description":"","url":"https:\/\/class.coursera.org\/insidetheinternet-002\/","source":"https:\/\/class.coursera.org\/insidetheinternet-002\/","created":null,"start":1362096000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Computer Vision: From 3D Reconstruction to Visual Recognition","description":"This course delivers a systematic overview of computer vision, emphasizing two key issues in modeling vision: space and meaning. We will study the fundamental theories and important algorithms of computer vision together, starting from the analysis of 2D images, and culminating in the holistic understanding of a 3D scene.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/computervision-001\/","source":"https:\/\/class.coursera.org\/computervision-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Experimental Genome Science","description":"Each of our cells contains nearly identical copies of our genome, which provides instructions that allow us to develop and function. This course serves as an introduction to the main laboratory and theoretical aspects of genomics and is divided into themes: genomes, genetics, functional genomics, systems biology, single cell approaches, proteomics, and applications.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2012-10-15","description":"","url":"https:\/\/class.coursera.org\/genomescience-2012-001\/","source":"https:\/\/class.coursera.org\/genomescience-2012-001\/","created":null,"start":1350259200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/genomescience-002\/","source":"https:\/\/class.coursera.org\/genomescience-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"A History of the World since 1300","description":"This course will examine the ways in which the world has grown more integrated yet more divided over the past 700 years.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-17","description":"","url":"https:\/\/class.coursera.org\/wh1300-2012-001\/","source":"https:\/\/class.coursera.org\/wh1300-2012-001\/","created":null,"start":1347840000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Analytic Combinatorics, Part I","description":"This course teaches a calculus that enables precise quantitative predictions of large combinatorial structures. Part I covers generating functions and real asymptotics and then introduces the symbolic method in the context of applications in the analysis of algorithms and basic structures such as permutations, trees, strings, words, and mappings.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-02-08","description":"","url":"https:\/\/class.coursera.org\/introACpartI-001\/","source":"https:\/\/class.coursera.org\/introACpartI-001\/","created":null,"start":1360281600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Analytic Combinatorics, Part II","description":"This course teaches a calculus that enables precise quantitative predictions of large combinatorial structures. Part II introduces the symbolic method to derive functional relations among ordinary, exponential, and multivariate generating functions, and methods in complex analysis for deriving accurate asymptotics from the GF equations.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/introACpartII-001\/","source":"https:\/\/class.coursera.org\/introACpartII-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Networks: Friends, Money, and Bytes","description":"A course driven by 20 practical questions about wireless, web, and the Internet, about how products from companies like Apple, Google, Facebook, Netflix, Amazon, Ericsson, HP, Skype and AT&T work.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-17","description":"","url":"https:\/\/class.coursera.org\/friendsmoneybytes-2012-001\/","source":"https:\/\/class.coursera.org\/friendsmoneybytes-2012-001\/","created":null,"start":1347840000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-02-04","description":"","url":"https:\/\/class.coursera.org\/friendsmoneybytes-002\/","source":"https:\/\/class.coursera.org\/friendsmoneybytes-002\/","created":null,"start":1359936000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Neuroethics","description":"This course will examine the ethical, legal and social issues raised by neuroscience. Topics will include the implications of new knowledge of the brain for our understanding of selfhood, for the meaning of privacy, for the distinction between therapy and enhancement, and for national security.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/neuroethics-001\/","source":"https:\/\/class.coursera.org\/neuroethics-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Rationing and Allocating Scarce Medical Resources","description":"This course will explore the complex challenges of allocating scare medical resources at both the micro and macro level. Students will learn the theories behind allocation and use modern examples to explore how society makes the difficult decisions that arise when there is not enough to go around.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/rationing-001\/","source":"https:\/\/class.coursera.org\/rationing-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Bioelectricity: A Quantitative Approach","description":"Nerves, the heart, and the brain are electrical. How do these things work? This course presents fundamental principles, described quantitatively.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-24","description":"This class focused on how to think about electrically active tissue in terms of underlying mechanisms, and how to analyze the mechanisms quantitatively as well as describe them qualitatively. ","url":"https:\/\/class.coursera.org\/bioelectricity-2012-001\/","source":"https:\/\/class.coursera.org\/bioelectricity-2012-001\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-02-04","description":"","url":"https:\/\/class.coursera.org\/bioelectricity-002\/","source":"https:\/\/class.coursera.org\/bioelectricity-002\/","created":null,"start":1359936000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Healthcare Innovation and Entrepreneurship","description":"This interdisciplinary course focuses on sustainable innovation, introducing entrepreneurial students to the realities of problem identification and solution design within the complex world of healthcare.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-04-15","description":"","url":"https:\/\/class.coursera.org\/healthcareinnovation-001\/","source":"https:\/\/class.coursera.org\/healthcareinnovation-001\/","created":null,"start":1365984000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introductory Human Physiology","description":"In this course, students learn to recognize and to apply the basic concepts that govern integrated body function (as an intact organism) in the body's nine organ systems.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-02-25","description":"This human physiology course emphasizes recognition and application of basic concepts that govern integrated body function as an intact organism and of its nine organ systems, as well as some clinical aspects of failure of these systems. ","url":"https:\/\/class.coursera.org\/humanphysio-001\/","source":"https:\/\/class.coursera.org\/humanphysio-001\/","created":null,"start":1361750400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Genetics and Evolution","description":"A whirlwind introduction to evolution and genetics, from basic principles to current applications, including how disease genes are mapped and how we leverage evolutionary concepts to aid humanity.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2012-10-10","description":"A whirlwind introduction to evolution and genetics, from basic principles to current applications, including how disease genes are mapped and how we leverage evolutionary concepts to aid humanity.\n","url":"https:\/\/class.coursera.org\/geneticsevolution-2012-001\/","source":"https:\/\/class.coursera.org\/geneticsevolution-2012-001\/","created":null,"start":1349827200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-01-04","description":"","url":"https:\/\/class.coursera.org\/geneticsevolution-002\/","source":"https:\/\/class.coursera.org\/geneticsevolution-002\/","created":null,"start":1357257600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Astronomy","description":"An introduction to astronomy through a broad survey of what we know about the universe and how we know it.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-11-27","description":"","url":"https:\/\/class.coursera.org\/introastro-2012-001\/","source":"https:\/\/class.coursera.org\/introastro-2012-001\/","created":null,"start":1353974400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Think Again: How to Reason and Argue","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-11-26","description":"","url":"https:\/\/class.coursera.org\/thinkagain-2012-001\/","source":"https:\/\/class.coursera.org\/thinkagain-2012-001\/","created":null,"start":1353888000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Medical Neuroscience","description":"Explore the structure and function of the human central nervous system. Learn why knowledge of human neuroanatomy, neurophysiology, neural plasticity, and new discovery in the brain sciences matters for clinical practice.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-03-25","description":"","url":"https:\/\/class.coursera.org\/medicalneuro-001\/","source":"https:\/\/class.coursera.org\/medicalneuro-001\/","created":null,"start":1364169600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Learn to Program: The Fundamentals","description":"Behind every mouse click and touch-screen tap, there is a computer program that makes things happen. This course introduces the fundamental building blocks of programming and teaches you how to write fun and useful programs using the Python language.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-24","description":"This course provides an introduction to computer programming using Python. Topics include elementary data types (numeric types, strings, lists, tuples, dictionaries and files), control flow (if, for, while), functions, modules, objects, methods, fields and mutability.","url":"https:\/\/class.coursera.org\/programming1-2012-001\/","source":"https:\/\/class.coursera.org\/programming1-2012-001\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/programming1-002\/","source":"https:\/\/class.coursera.org\/programming1-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Data Analysis","description":"Learn about the most effective data analysis methods to solve problems and achieve insight.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-22","description":"","url":"https:\/\/class.coursera.org\/dataanalysis-001\/","source":"https:\/\/class.coursera.org\/dataanalysis-001\/","created":null,"start":1358812800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Principles of Obesity Economics","description":"The resources available to individuals and society and the prices of goods in the market shape our choices - even about the food we eat and the weight at which we live. This course explores the economic motivation for consumer choice and the economic role of government in markets related to obesity.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-10-22","description":"This course explores how consumer choices lead to individuals being different weights and discusses whether there is an economic rationale for government intervention in the markets most closely related to food and activity choices. ","url":"https:\/\/class.coursera.org\/obesityecon-2012-001\/","source":"https:\/\/class.coursera.org\/obesityecon-2012-001\/","created":null,"start":1350864000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/obesityecon-002\/","source":"https:\/\/class.coursera.org\/obesityecon-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Computing for Data Analysis","description":"This course is about learning the fundamental computing skills necessary for effective data analysis. You will learn to program in R and to use R for reading data, writing functions, making informative graphs, and applying modern statistical methods.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-24","description":"In this course students learn programming in R, reading data into R, creating data graphics, accessing and installing R packages, writing R functions, debugging, and organizing and commenting R code. ","url":"https:\/\/class.coursera.org\/compdata-2012-001\/","source":"https:\/\/class.coursera.org\/compdata-2012-001\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-01-02","description":"","url":"https:\/\/class.coursera.org\/compdata-002\/","source":"https:\/\/class.coursera.org\/compdata-002\/","created":null,"start":1357084800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Clinical Problem Solving","description":"Participants will learn how to move efficiently from patient signs and symptoms to a rational and prioritized set of diagnostic possibilities and will learn how to study and read to facilitate this process.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-02-11","description":"","url":"https:\/\/class.coursera.org\/clinprobsolv-001\/","source":"https:\/\/class.coursera.org\/clinprobsolv-001\/","created":null,"start":1360540800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Learn to Program: Crafting Quality Code","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-25","description":"","url":"https:\/\/class.coursera.org\/programming2-001\/","source":"https:\/\/class.coursera.org\/programming2-001\/","created":null,"start":1364169600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Nutrition for Health Promotion and Disease Prevention","description":"This course covers the basics of normal nutrition for optimal health outcomes and evidence-based diets for a variety of diseases.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/nutrition-001\/","source":"https:\/\/class.coursera.org\/nutrition-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Mathematical Biostatistics Boot Camp","description":"This class presents the fundamental probability and statistical concepts used in elementary data analysis. It will be taught at an introductory level for students with junior or senior college-level mathematical training including a working knowledge of calculus. A small amount of linear algebra and programming are useful for the class, but not required. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-24","description":"This course puts forward key mathematical and statistical topics to help students understand biostatistics at a deeper level. Successful students have a basic understanding of the goals, assumptions, benefits and negatives of probability modeling in the medical sciences.","url":"https:\/\/class.coursera.org\/biostats-2012-001\/","source":"https:\/\/class.coursera.org\/biostats-2012-001\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-04-16","description":"","url":"https:\/\/class.coursera.org\/biostats-002\/","source":"https:\/\/class.coursera.org\/biostats-002\/","created":null,"start":1366070400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Contraception: Choices, Culture and Consequences","description":"Learn about the wide range of contraceptive methods, and the public health implications related to access to information and choices about reproductive health.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/contraception-001\/","source":"https:\/\/class.coursera.org\/contraception-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Aboriginal Worldviews and Education","description":"This course will explore indigenous ways of knowing and how this knowledge can inform education to the benefit of all students.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-02-25","description":"","url":"https:\/\/class.coursera.org\/aboriginaled-001\/","source":"https:\/\/class.coursera.org\/aboriginaled-001\/","created":null,"start":1361750400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Health for All Through Primary Care","description":"This course explores why primary health care is central for achieving Health for All. It provides examples of how primary health care has been instrumental in approaching this goal in selected populations and how the principles of primary health care can guide future policies and actions.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-23","description":"","url":"https:\/\/class.coursera.org\/healthforall-001\/","source":"https:\/\/class.coursera.org\/healthforall-001\/","created":null,"start":1358899200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"An Introduction to the U.S. Food System: Perspectives from Public Health","description":"Explore how food intersects with public health and the environment as it moves from field to plate.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-23","description":"This online course provides an introduction to the U.S. food system and how food production practices and what we choose to eat impacts the world in which we live. ","url":"https:\/\/class.coursera.org\/foodsys-001\/","source":"https:\/\/class.coursera.org\/foodsys-001\/","created":null,"start":1358899200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Community Change in Public Health","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-10-22","description":null,"url":"https:\/\/class.coursera.org\/communitychange-2012-001\/","source":"https:\/\/class.coursera.org\/communitychange-2012-001\/","created":null,"start":1350864000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-04-22","description":"","url":"https:\/\/class.coursera.org\/communitychange-002\/","source":"https:\/\/class.coursera.org\/communitychange-002\/","created":null,"start":1366588800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Neural Networks for Machine Learning","description":"Learn about artificial neural networks and how they're being used for machine learning, as applied to speech and object recognition, image segmentation, modeling language and human motion, etc. We'll emphasize both the basic algorithms and the practical tricks needed to get them to work well.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-10-01","description":"The course covered learning techniques for many different types of neural network including deep feed-forward networks, recurrent networks and Boltzmann Machines. It covered recent applications to speech, vision, and language, and used hands-on programming assignments.","url":"https:\/\/class.coursera.org\/neuralnets-2012-001\/","source":"https:\/\/class.coursera.org\/neuralnets-2012-001\/","created":null,"start":1349049600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Vaccine Trials: Methods and Best Practices","description":"This course will explore the process of evaluating investigational vaccines in clinical trials including informed consent, recruitment, enrollment, safety evaluation, and quality data collection.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-10-29","description":"This course explores the process of evaluating investigational vaccines in clinical trials, including informed consent, recruitment, enrollment, safety evaluation, and quality data collection.","url":"https:\/\/class.coursera.org\/vacctrials-2012-001\/","source":"https:\/\/class.coursera.org\/vacctrials-2012-001\/","created":null,"start":1351468800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/vacctrials-002\/","source":"https:\/\/class.coursera.org\/vacctrials-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Social Context of Mental Health and Illness","description":"Learn how social factors promote mental health, influence the onset and course of mental illness, and affect how mental illnesses are diagnosed and treated.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-28","description":"This advanced undergraduate course is an introduction to mental health as it is understood and practiced in the North American context. ","url":"https:\/\/class.coursera.org\/mentalhealth-001\/","source":"https:\/\/class.coursera.org\/mentalhealth-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/mentalhealth-002\/","source":"https:\/\/class.coursera.org\/mentalhealth-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Galaxies and Cosmology","description":"An introduction to the modern extragalactic astronomy and cosmology, the physical universe, big bang, formation and evolution of galaxies, quasars, and large-scale structure.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-07","description":"","url":"https:\/\/class.coursera.org\/cosmo-2012-001\/","source":"https:\/\/class.coursera.org\/cosmo-2012-001\/","created":null,"start":1357516800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Principles of Economics for Scientists","description":"Quantitative and model-based introduction to basic ideas in economics, and applications to a wide range of real world problems.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-07","description":"","url":"https:\/\/class.coursera.org\/econ1scientists-2012-001\/","source":"https:\/\/class.coursera.org\/econ1scientists-2012-001\/","created":null,"start":1357516800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Drugs and the Brain","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-12-01","description":"(1) Drugs, receptors, & neuroscience. Resting potentials. Equivalent circuits.\n(2) Effects on ion channels and G protein pathways.\n(3) Neurotransmitter transporters. Recreational drugs. Nicotine Addiction.\nDrugs for (4) Neurodegenerative diseases, (5) Psychiatric diseases. \n","url":"https:\/\/class.coursera.org\/drugsandbrain-2012-001\/","source":"https:\/\/class.coursera.org\/drugsandbrain-2012-001\/","created":null,"start":1354320000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Control of Mobile Robots","description":"Learn about how to make mobile robots move in effective, safe, predictable, and collaborative ways using modern control theory.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/conrob-001\/","source":"https:\/\/class.coursera.org\/conrob-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Energy 101","description":"As a society and individually, we use energy every moment of our lives to improve our quality of life. Energy 101 will develop the big picture and connect the details of our energy use, technology, infrastructure, impact, and future.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/energy101-001\/","source":"https:\/\/class.coursera.org\/energy101-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Computational Investing, Part I","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2012-10-22","description":"This course helps you discover how modern electronic markets work, why stock prices change in the ways they do, and how computation can help our understanding of them and to build algorithms and visualizations to inform investing practice.","url":"https:\/\/class.coursera.org\/compinvesting1-2012-001\/","source":"https:\/\/class.coursera.org\/compinvesting1-2012-001\/","created":null,"start":1350864000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-02-22","description":"","url":"https:\/\/class.coursera.org\/compinvesting1-002\/","source":"https:\/\/class.coursera.org\/compinvesting1-002\/","created":null,"start":1361491200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Computational Photography","description":"Learn about the basics of how computation has impacted the entire workflow of photography, from how images are captured, manipulated and collaborated on and shared.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-02-25","description":"","url":"https:\/\/class.coursera.org\/compphoto-001\/","source":"https:\/\/class.coursera.org\/compphoto-001\/","created":null,"start":1361750400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"An Introduction to Interactive Programming in Python","description":"This course is designed to be a fun introduction to the basics of programming in Python. Our main focus will be on building simple interactive games such as Pong, Blackjack and Asteroids.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-10-15","description":"","url":"https:\/\/class.coursera.org\/interactivepython-2012-001\/","source":"https:\/\/class.coursera.org\/interactivepython-2012-001\/","created":null,"start":1350259200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/interactivepython-002\/","source":"https:\/\/class.coursera.org\/interactivepython-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Fundamentals of Online Education: Planning and Application","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/foe-001\/","source":"https:\/\/class.coursera.org\/foe-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Fundamentals of Electrical Engineering","description":"This course probes fundamental ideas in electrical engineering, seeking to understand how electrical signals convey information, how bits can represent smooth signals like music and how modern communication systems work.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-21","description":"","url":"https:\/\/class.coursera.org\/eefun-001\/","source":"https:\/\/class.coursera.org\/eefun-001\/","created":null,"start":1358726400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Analytical Chemistry","description":"If chemistry is the science of stuff, then analytical chemistry answers the question: what is it? And how much of it do you have? This advanced chemistry course covers the basics of quantitative analysis and analytical chemistry in a one semester format.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/analyticalchem-001\/","source":"https:\/\/class.coursera.org\/analyticalchem-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Chemistry: Concept Development and Application","description":"This introduction to fundamental chemical concepts of atomic and molecular structure will emphasize the development of these concepts from experimental observations and scientific reasoning.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/genchem1-001\/","source":"https:\/\/class.coursera.org\/genchem1-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Nanotechnology: The Basics","description":"Nanotechnology is an emerging area that engages almost every technical discipline – from chemistry to computer science – in the study and application of extremely tiny materials.  This short course allows any technically savvy person to go one layer beyond the surface of this broad topic to see the real substance behind the very small.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/nanotech-001\/","source":"https:\/\/class.coursera.org\/nanotech-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Artificial Intelligence Planning","description":"The course aims to provide a foundation in artificial intelligence techniques for planning, with an overview of the wide spectrum of different problems and approaches, including their underlying theory and their applications.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-28","description":"The course provided a foundation in artificial intelligence techniques for planning, with an overview of the wide spectrum of different problems and approaches, including their underlying theory and their applications.","url":"https:\/\/class.coursera.org\/aiplan-001\/","source":"https:\/\/class.coursera.org\/aiplan-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Building an Information Risk Management Toolkit","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-07","description":"","url":"https:\/\/class.coursera.org\/inforisk-2012-001\/","source":"https:\/\/class.coursera.org\/inforisk-2012-001\/","created":null,"start":1357516800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Computational Methods for Data Analysis","description":"
    Exploratory and objective data analysis methods applied to the physical, engineering, and biological sciences.<\/div>\n
    <\/div>","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-07","description":"","url":"https:\/\/class.coursera.org\/compmethods-2012-001\/","source":"https:\/\/class.coursera.org\/compmethods-2012-001\/","created":null,"start":1357516800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Computational Neuroscience","description":"Understanding how the brain works is one of the fundamental challenges in science today. This course will introduce you to basic computational techniques for analyzing, modeling, and understanding the behavior of cells and circuits in the brain. You do not need to have any prior background in neuroscience to take this course.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/compneuro-001\/","source":"https:\/\/class.coursera.org\/compneuro-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Astrobiology and the Search for Extraterrestrial Life","description":"Learn about the origin and evolution of life and the search for life beyond the Earth.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-28","description":"The course provides an introduction to astrobiology and the search for extraterrestrial life covering the diverse areas of science from physics to social sciences which make up the interdisciplinary field of astrobiology.","url":"https:\/\/class.coursera.org\/astrobio-001\/","source":"https:\/\/class.coursera.org\/astrobio-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Scientific Computing","description":"Investigate the flexibility and power of project-oriented computational analysis, and enhance communication of information by creating visual representations of scientific data.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-24","description":"","url":"https:\/\/class.coursera.org\/scientificcomp-2012-001\/","source":"https:\/\/class.coursera.org\/scientificcomp-2012-001\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-01-07","description":"","url":"https:\/\/class.coursera.org\/scientificcomp-002\/","source":"https:\/\/class.coursera.org\/scientificcomp-002\/","created":null,"start":1357516800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Information Security and Risk Management in Context","description":"Learn to defend and protect vital company information using the latest technology and defense strategies. Analyze internal and external threats to proactively prevent information attacks. Gain experience by solving real-world problems and leave the class equipped to establish and oversee information security.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-26","description":"","url":"https:\/\/class.coursera.org\/inforiskman-2012-001\/","source":"https:\/\/class.coursera.org\/inforiskman-2012-001\/","created":null,"start":1348617600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-01-07","description":"","url":"https:\/\/class.coursera.org\/inforiskman-002\/","source":"https:\/\/class.coursera.org\/inforiskman-002\/","created":null,"start":1357516800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Computer Networks","description":"The Internet is a computer network that millions of people use every day. Understand the design strategies used to solve computer networking problems while you learn how the Internet works.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-14","description":"","url":"https:\/\/class.coursera.org\/comnetworks-2012-001\/","source":"https:\/\/class.coursera.org\/comnetworks-2012-001\/","created":null,"start":1358121600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Data Science","description":"Join the data revolution. Companies are searching for data scientists. This specialized field demands multiple skills not easy to obtain through conventional curricula. Introduce yourself to the basics of data science and leave armed with practical experience programming massive databases.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/datasci-001\/","source":"https:\/\/class.coursera.org\/datasci-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Philosophy","description":"This course will introduce you to some of the most important areas of research in contemporary philosophy. Each week a different philosopher will talk you through some of the most important questions and issues in their area of expertise.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/introphil-001\/","source":"https:\/\/class.coursera.org\/introphil-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Equine Nutrition","description":"This course will cover many aspects of equine nutrition ranging from anatomy and physiology of the gastrointestinal tract to dietary management of horses\/ponies affected with nutrition-related disorders.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/equinenutrition-001\/","source":"https:\/\/class.coursera.org\/equinenutrition-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Critical Thinking in Global Challenges","description":"In this course you will develop and enhance your ability to think critically, assess information and develop reasoned arguments in the context of the global challenges facing society today.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/criticalthinking-001\/","source":"https:\/\/class.coursera.org\/criticalthinking-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"E-learning and Digital Cultures","description":"This course will explore how digital cultures and learning cultures connect, and what this means for e-learning theory and practice. Follow this course at #edcmooc.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-28","description":"This basic level undergraduate course examines the intersection of digital cultures and e-learning. Drawing on digital culture in its popular and academic forms, this course explores critical and creative approaches to multimodal literacy and digital media.","url":"https:\/\/class.coursera.org\/edc-001\/","source":"https:\/\/class.coursera.org\/edc-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Functional Programming Principles in Scala","description":"Learn about functional programming, and how it can be effectively combined with object-oriented programming. Gain practice in writing clean functional code, using the Scala programming language.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-18","description":"This advanced undergraduate programming course covers the principles of functional programming using Scala, including the use of functions as values, recursion, immutability, pattern matching, higher-order functions and collections, and lazy evaluation.","url":"https:\/\/class.coursera.org\/progfun-2012-001\/","source":"https:\/\/class.coursera.org\/progfun-2012-001\/","created":null,"start":1347926400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-03-25","description":"","url":"https:\/\/class.coursera.org\/progfun-002\/","source":"https:\/\/class.coursera.org\/progfun-002\/","created":null,"start":1364169600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Programming Languages","description":"Investigate the basic concepts behind programming languages, with a strong emphasis on the techniques and benefits of functional programming. Use the programming languages ML, Racket, and Ruby in ways that will teach you how the pieces of a language fit together to create more than the sum of the parts. Gain new software skills and the concepts needed to learn new languages on your own.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-14","description":"","url":"https:\/\/class.coursera.org\/proglang-2012-001\/","source":"https:\/\/class.coursera.org\/proglang-2012-001\/","created":null,"start":1358121600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Digital Signal Processing","description":"Learn the fundamentals of digital signal processing theory and discover the myriad ways DSP makes everyday life more productive and fun.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-02-18","description":"","url":"https:\/\/class.coursera.org\/dsp-001\/","source":"https:\/\/class.coursera.org\/dsp-001\/","created":null,"start":1361145600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/dsp-002\/","source":"https:\/\/class.coursera.org\/dsp-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Hardware\/Software Interface","description":"Examines key computational abstraction levels below modern high-level languages.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/hardware-001\/","source":"https:\/\/class.coursera.org\/hardware-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"A Beginner's Guide to Irrational Behavior","description":"In this course we will learn about some of the many ways in which people behave in less than rational ways, and how we might overcome these problems.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-03-25","description":"","url":"https:\/\/class.coursera.org\/behavioralecon-001\/","source":"https:\/\/class.coursera.org\/behavioralecon-001\/","created":null,"start":1364169600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Mathematical Thinking","description":"Learn how to think the way mathematicians do - a powerful cognitive process developed over thousands of years.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-17","description":"This entry level undergraduate course introduces the central elements of mathematical thinking: the logical combinators, quantifiers, logical thinking, proof structure, and proof techniques. Examples are taken from elementary number theory and beginning real analysis.","url":"https:\/\/class.coursera.org\/maththink-2012-001\/","source":"https:\/\/class.coursera.org\/maththink-2012-001\/","created":null,"start":1347840000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-03-04","description":"","url":"https:\/\/class.coursera.org\/maththink-002\/","source":"https:\/\/class.coursera.org\/maththink-002\/","created":null,"start":1362355200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"An Introduction to Operations Management","description":"This course will teach you how to analyze and improve business processes, be it in services or in manufacturing. You will learn how to improve productivity, how to provide more choice to customers, how to reduce response times, and how to improve quality.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-24","description":"This course covered the content of a quarter-long MBA core course with a focus on analyzing and improving business processes across a range of manufacturing and service applications.","url":"https:\/\/class.coursera.org\/operations-2012-001\/","source":"https:\/\/class.coursera.org\/operations-2012-001\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/operations-002\/","source":"https:\/\/class.coursera.org\/operations-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Design: Creation of Artifacts in Society","description":"Combine fundamental concepts with hands-on design challenges to become a better designer.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-10-22","description":"This graduate-level course emphasizes basic design process: define, explore, select, and refine. Lectures and design challenges test students' ability to apply course concepts to solve real problems.","url":"https:\/\/class.coursera.org\/design-2012-001\/","source":"https:\/\/class.coursera.org\/design-2012-001\/","created":null,"start":1350864000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-04-29","description":"TBD","url":"https:\/\/class.coursera.org\/design-002\/","source":"https:\/\/class.coursera.org\/design-002\/","created":null,"start":1367193600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Cryptography II","description":"Learn about the inner workings of cryptographic primitives and protocols and how to apply this knowledge in real-world applications.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-04-08","description":"","url":"https:\/\/class.coursera.org\/crypto2-2013-001\/","source":"https:\/\/class.coursera.org\/crypto2-2013-001\/","created":null,"start":1365379200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Algorithms: Design and Analysis, Part 2","description":"In this course you will learn several fundamental principles of advanced algorithm design: greedy algorithms and applications; dynamic programming and applications; NP-completeness and what it means for the algorithm designer; the design and analysis of heuristics; and more.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-12-03","description":"","url":"https:\/\/class.coursera.org\/algo2-2012-001\/","source":"https:\/\/class.coursera.org\/algo2-2012-001\/","created":null,"start":1354492800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Heterogeneous Parallel Programming","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-11-28","description":"","url":"https:\/\/class.coursera.org\/hetero-2012-001\/","source":"https:\/\/class.coursera.org\/hetero-2012-001\/","created":null,"start":1354060800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"VLSI CAD: Logic to Layout","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/vlsicad-001\/","source":"https:\/\/class.coursera.org\/vlsicad-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Creative, Serious and Playful Science of Android Apps","description":"This course introduces the fundamental computer science principles that power today’s apps. You will also learn to create your own Android app using Java and standard software development tools.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/androidapps101-001\/","source":"https:\/\/class.coursera.org\/androidapps101-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Modern World: Global History since 1760","description":"This is a survey of modern history from a global perspective. It begins with the revolutions of the late 1700s, tracks the transformation of the world during the 1800s, and analyzes the cataclysms of last century, concluding with the new phase of world history we are experiencing today.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-14","description":"","url":"https:\/\/class.coursera.org\/modernworld-2012-001\/","source":"https:\/\/class.coursera.org\/modernworld-2012-001\/","created":null,"start":1358121600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"How Things Work 1","description":"An introduction to physics in the context of everyday objects.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-04","description":"","url":"https:\/\/class.coursera.org\/howthingswork1-001\/","source":"https:\/\/class.coursera.org\/howthingswork1-001\/","created":null,"start":1362355200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Know Thyself","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-04","description":"","url":"https:\/\/class.coursera.org\/knowthyself-001\/","source":"https:\/\/class.coursera.org\/knowthyself-001\/","created":null,"start":1362355200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Grow to Greatness: Smart Growth for Private Businesses, Part I","description":"This course focuses on the common growth challenges faced by existing private businesses when they attempt to grow substantially.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/growtogreatness-001\/","source":"https:\/\/class.coursera.org\/growtogreatness-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Sustainability","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-08-27","description":null,"url":"https:\/\/class.coursera.org\/sustain-2012-001\/","source":"https:\/\/class.coursera.org\/sustain-2012-001\/","created":null,"start":1346025600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2013-03-11","description":null,"url":"https:\/\/class.coursera.org\/sustain-002\/","source":"https:\/\/class.coursera.org\/sustain-002\/","created":null,"start":1362960000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Planet Earth","description":"Planet Earth, an overview of geology, discusses how earthquakes, volcanoes, mountain building, floods, ice ages, evolution, climate, and plate tectonics have interacted over deep time to produce a our dynamic island in space, and its unique landscapes.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/earth-001\/","source":"https:\/\/class.coursera.org\/earth-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Microeconomics Principles","description":"Introduction to the functions of individual decision-makers, both consumers and producers, within the larger economic system. Primary emphasis on the nature and functions of product markets, the theory of the firm under varying conditions of competition and monopoly, and the role of government in promoting efficiency in the economy.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/microecon-001\/","source":"https:\/\/class.coursera.org\/microecon-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introductory Organic Chemistry - Part 1","description":"This is a organic chemistry course surveying introductory topics in structure and reactivity with an emphasis on structural fundamentals including electronic structure, conformation and stereochemistry.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/orgchem1a-001\/","source":"https:\/\/class.coursera.org\/orgchem1a-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introductory Organic Chemistry - Part 2","description":"Organic chemistry course surveying introductory topics in structure and reactivity with an emphasis on elementary reaction mechanisms.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/orgchem1b-001\/","source":"https:\/\/class.coursera.org\/orgchem1b-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Intermediate Organic Chemistry - Part 1","description":"Organic chemistry course covering intermediate topics in structure and reactivity with emphasis on electronic structure, pericyclic reactions and aromatic heterocycles.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/orgchem2a-001\/","source":"https:\/\/class.coursera.org\/orgchem2a-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Intermediate Organic Chemistry - Part 2","description":"Organic chemistry course covering intermediate topics in structure and reactivity with special applications to the life sciences.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/orgchem2b-001\/","source":"https:\/\/class.coursera.org\/orgchem2b-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":null,"description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"2013-001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/java-fr-2013-001\/","source":"https:\/\/class.coursera.org\/java-fr-2013-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Web Intelligence and Big Data","description":"This course is being simulateously offered at the Indian Institute of Technology Delhi as well as the Indraprastha Institute of Information Technology Delhi. This course is about building `web-intelligence' applications exploiting big data sources arising social media, mobile devices and sensors, using new big-data platforms based on the 'map-reduce' parallel programming paradigm.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"002: 2012-08-27","description":"This course is about building `web-intelligence' applications exploiting big data sources arising social media, mobile devices and sensors, using new big-data platforms based on the 'map-reduce' parallel programming paradigm.","url":"https:\/\/class.coursera.org\/bigdata-2012-001\/","source":"https:\/\/class.coursera.org\/bigdata-2012-001\/","created":null,"start":1346025600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/bigdata-002\/","source":"https:\/\/class.coursera.org\/bigdata-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Organizational Analysis","description":"In this introductory course, you will learn multiple theories of organizational behavior and apply them to actual cases of organizational change.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-24","description":null,"url":"https:\/\/class.coursera.org\/organalysis-2012-001\/","source":"https:\/\/class.coursera.org\/organalysis-2012-001\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Computational Finance and Financial Econometrics","description":"Learn mathematical and statistical tools and techniques used in quantitative and computational finance. Use the open source R statistical programming language to analyze financial data, estimate statistical models, and construct optimized portfolios. Analyze real world data and solve real world problems.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-04","description":"","url":"https:\/\/class.coursera.org\/compfinance-2012-001\/","source":"https:\/\/class.coursera.org\/compfinance-2012-001\/","created":null,"start":1346716800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002: 2012-12-17","description":"","url":"https:\/\/class.coursera.org\/compfinance-002\/","source":"https:\/\/class.coursera.org\/compfinance-002\/","created":null,"start":1355702400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Image and video processing: From Mars to Hollywood with a stop at the hospital","description":"In this class you will look behind the scenes of image and video processing, from the basic and classical tools to the most modern and advanced algorithms.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-01-14","description":"","url":"https:\/\/class.coursera.org\/images-2012-001\/","source":"https:\/\/class.coursera.org\/images-2012-001\/","created":null,"start":1358121600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Grow to Greatness: Smart Growth for Private Businesses, Part II","description":"This course focuses on the common human resource (\"people\") challenges faced by existing private businesses when they attempt to grow substantially.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2013-04-29","description":"","url":"https:\/\/class.coursera.org\/GTG-2013-001\/","source":"https:\/\/class.coursera.org\/GTG-2013-001\/","created":null,"start":1367193600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Writing in the Sciences","description":"This course teaches scientists to become more effective writers, using practical examples and exercises. Topics include: principles of good writing, tricks for writing faster and with less anxiety, the format of a scientific manuscript, and issues in publication and peer review.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"12-001: 2012-09-24","description":"This 8-week graduate-level course teaches scientists to become more effective writers, using practical examples and exercises. Topics: principles of good writing, tricks for writing faster, the format of a scientific manuscript, and issues in publication and peer review.","url":"https:\/\/class.coursera.org\/sciwrite-2012-001\/","source":"https:\/\/class.coursera.org\/sciwrite-2012-001\/","created":null,"start":1348444800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Health Informatics in the Cloud","description":"A non-technical introduction to the contemporary application of computing to healthcare delivery, public health and community-based clinical research.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/healthinformatics-001\/","source":"https:\/\/class.coursera.org\/healthinformatics-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":null,"description":"Designed for teachers and learners in every setting - in school and out, in formal learning environments or at home - this course is an introduction to the theory and practice of well-structured talk that builds the mind.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/accountabletalk-001\/","source":"https:\/\/class.coursera.org\/accountabletalk-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Nutrition and Physical Activity for Health","description":"This course will provide a coherent, understandable look at the evidence on how nutrition and physical activity impact health through lower morbidity, longevity, and quality of life.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/nutritionforhealth-001\/","source":"https:\/\/class.coursera.org\/nutritionforhealth-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"A Look at Nuclear Science and Technology","description":"This course will focus on the theory, design and operation of commercial nuclear power reactors. The course will also touch on contemporary issues regarding nuclear power generation including: the nuclear fuel cycle, the economics of nuclear power, and nuclear non-proliferation.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-06-10","description":"","url":"https:\/\/class.coursera.org\/nuclearscience-001\/","source":"https:\/\/class.coursera.org\/nuclearscience-001\/","created":null,"start":1370822400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Clinical Terminology for International Students","description":"This course is for undergraduate or graduate students in the health professions who are English language learners and who are planning or currently experiencing clinical practice education in the United States. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/clinicalterminology-001\/","source":"https:\/\/class.coursera.org\/clinicalterminology-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Disaster Preparedness","description":"During this course, students will gain an understanding of the Disaster Cycle, concentrating on the Mitigation Phase. They will examine disaster planning on a personal level developing a disaster plan and examine Awareness and Attitude during disasters and daily life.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/disasterprep-001\/","source":"https:\/\/class.coursera.org\/disasterprep-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Women and the Civil Rights Movement","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-02-25","description":"","url":"https:\/\/class.coursera.org\/womencivilrights-001\/","source":"https:\/\/class.coursera.org\/womencivilrights-001\/","created":null,"start":1361750400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Developing Innovative Ideas for New Companies","description":"Explore how to identify and develop great ideas into great companies. Learn how to identify opportunities based on real customer needs. Develop solid business models. Create successful companies.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/innovativeideas-001\/","source":"https:\/\/class.coursera.org\/innovativeideas-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Fundamentals of Personal Financial Planning","description":"Explore the basic personal financial planning concepts. Learn how to define and reach your financial goals. Apply the framework of personal financial planning to monitor your own finances, with special emphasis on lifecycle-specific topics, such as saving for education, student loans, or wealth management and estate planning.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-14","description":"","url":"https:\/\/class.coursera.org\/financialplanning-001\/","source":"https:\/\/class.coursera.org\/financialplanning-001\/","created":null,"start":1358121600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Exploring Quantum Physics","description":"An introduction to quantum physics with emphasis on topics at the frontiers of research, and developing understanding through exercise.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-25","description":"","url":"https:\/\/class.coursera.org\/eqp-001\/","source":"https:\/\/class.coursera.org\/eqp-001\/","created":null,"start":1364169600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Machine Learning","description":"Why write programs when the computer can instead learn them from data? In this class you will learn how to make this happen, from the simplest machine learning algorithms to quite sophisticated ones. Enjoy!","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/machlearning-001\/","source":"https:\/\/class.coursera.org\/machlearning-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Animal Behaviour","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/animalbehav-001\/","source":"https:\/\/class.coursera.org\/animalbehav-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Epigenetic Control of Gene Expression","description":"Each mammalian cell has the same genes, yet performs distinct functions. This is achieved by epigenetic control of gene expression; the switching on and switching off of genes. This course will cover the principles of epigenetic control of gene expression, how epigenetic control contributes to cellular differentiation and development, and how it goes wrong in disease.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/epigenetics-001\/","source":"https:\/\/class.coursera.org\/epigenetics-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Discrete Optimization","description":"Tired of solving Sudokus by hand? This class teaches you how to solve complex search problems with discrete optimization, including constraint programming, local search, and mixed-integer programming.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/optimization-001\/","source":"https:\/\/class.coursera.org\/optimization-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Principles of Macroeconomics","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/macroeconomics-001\/","source":"https:\/\/class.coursera.org\/macroeconomics-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Software Defined Networking","description":"In this course, you will learn about software defined networking and how it is changing the way communications networks are managed, maintained, and secured.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-05-27","description":"","url":"https:\/\/class.coursera.org\/sdn-001\/","source":"https:\/\/class.coursera.org\/sdn-001\/","created":null,"start":1369612800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Modern and the Postmodern","description":"This course examines how the idea of \"the modern\" develops at the end of the 18th century and how being modern (or progressive, or hip) became one of the crucial criteria for understanding and evaluating cultural change during the last two hundred years. Are we still in modernity, or have we moved beyond the modern to the postmodern?","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-02-04","description":"","url":"https:\/\/class.coursera.org\/modernpostmodern-001\/","source":"https:\/\/class.coursera.org\/modernpostmodern-001\/","created":null,"start":1359936000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Systems Biology","description":"An introduction to current concepts of how cellular molecules come together to form systems, how these systems exhibit emergent properties, and how these properties are used to make cellular decisions.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/sysbio-001\/","source":"https:\/\/class.coursera.org\/sysbio-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Network Analysis in Systems Biology","description":"An introduction to network analysis and statistical methods used in contemporary Systems Biology and Systems Pharmacology research. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/netsysbio-001\/","source":"https:\/\/class.coursera.org\/netsysbio-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Microeconomics for Managers","description":"This course is designed to introduce students to basic microeconomic theory at a relatively rapid pace without the use of complicated mathematics. The focus will be on fundamental economic principles that can be used by managers to think about business problems, including those that arise from coordinating workers and managers inside firms and from dealing with outside market forces and government policies.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-21","description":"","url":"https:\/\/class.coursera.org\/microeconomics-001\/","source":"https:\/\/class.coursera.org\/microeconomics-001\/","created":null,"start":1358726400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Dynamical Modeling Methods for Systems Biology","description":"An introduction to dynamical modeling techniques used in contemporary Systems Biology research.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/dynamicalmodeling-001\/","source":"https:\/\/class.coursera.org\/dynamicalmodeling-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Tissue Engineering","description":"Step into the world of Tissue Engineering, a rapidly expanding field of applied biology aiming to create artificial organs for transplantation, basic research, or drug development.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/tissue101-001\/","source":"https:\/\/class.coursera.org\/tissue101-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Climate Change","description":"This course develops an interdisciplinary understanding of the social, political, economic and scientific perspectives on climate change.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/climatechange-001\/","source":"https:\/\/class.coursera.org\/climatechange-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Generating the Wealth of Nations","description":"A survey of the history of economic development in the world in the past 300 years.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/wealthofnations-001\/","source":"https:\/\/class.coursera.org\/wealthofnations-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Exercise Physiology: Understanding the Athlete Within","description":"Learn about the physiological responses to acute and chronic exercise and their relevance for athletic performance.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/exphys-001\/","source":"https:\/\/class.coursera.org\/exphys-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Passion Driven Statistics","description":"With existing data, you will develop skills in data analysis and basic statistics by exploring your own research question.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-25","description":"","url":"https:\/\/class.coursera.org\/pdstatistics-001\/","source":"https:\/\/class.coursera.org\/pdstatistics-001\/","created":null,"start":1364169600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Pharmacy","description":"This course is a survey of the profession of pharmacy including its history, evolving scope of practice, ethical foundations, regulation, educational and career opportunities, and more. We will also explore topics relating to medication use and drug development.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-09-09","description":"This course constituted a survey of the profession of pharmacy including its history, scope of practice, educational pathways, ethical foundations, regulation, career opportunities, and future. Additionally, topics of medication use and drug development were explored.","url":"https:\/\/class.coursera.org\/intropharma-001\/","source":"https:\/\/class.coursera.org\/intropharma-001\/","created":null,"start":1378684800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Principles of Public Health","description":"Principles of Public Health introduces the major concepts and principles of public health and the determinants of health status in communities. Emphasizes the ecological model that focuses on the linkages and relationships among multiple natural and social determinants affecting health.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/publichealth-001\/","source":"https:\/\/class.coursera.org\/publichealth-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Generation Rx: The Science Behind Prescription Drug Abuse","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-09-09","description":"This introductory undergraduate course investigates the problem of prescription drug abuse from a scientific perspective and includes an overview of drug pharmacology.","url":"https:\/\/class.coursera.org\/genrx-001\/","source":"https:\/\/class.coursera.org\/genrx-001\/","created":null,"start":1378684800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Ancient Greeks","description":"This is a survey of ancient Greek history from the Bronze Age to the death of Socrates in 399 BCE. Along with studying the most important events and personalities, we will consider broader issues such as political and cultural values and methods of historical interpretation. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-18","description":"","url":"https:\/\/class.coursera.org\/ancientgreeks-001\/","source":"https:\/\/class.coursera.org\/ancientgreeks-001\/","created":null,"start":1363564800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Modern European Mysticism and Psychological Thought","description":"The course will examine the psychological thought of the modern mystical traditions in Europe. We shall focus on two topics with wider cultural implications: The soul and the heart. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/mysticthought-001\/","source":"https:\/\/class.coursera.org\/mysticthought-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Synapses, Neurons and Brains ","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/bluebrain-001\/","source":"https:\/\/class.coursera.org\/bluebrain-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Coding the Matrix: Linear Algebra through Computer Science Applications","description":"Learn the concepts and methods of linear algebra, and how to use them to think about computational problems arising in computer science. Coursework includes building on the concepts to write small programs and run them on real data. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/matrix-001\/","source":"https:\/\/class.coursera.org\/matrix-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Digital Sound Design","description":"Sounds and music are embedded in almost every aspect of daily life. This course will provide an overview of the fundamental principles of sound and the factors that determine our audio perception. It will also explore techniques of recording, mixing, processing, synthesis, sampling, analysis, and editing of digital audio.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/digitalsounddesign-001\/","source":"https:\/\/class.coursera.org\/digitalsounddesign-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/digitalsounddesign-002\/","source":"https:\/\/class.coursera.org\/digitalsounddesign-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Immigration and U.S. Citizenship","description":"What does it mean for an immigrant to become a U.S. citizen? Through a background of historical and policy perspectives, this course will examine U.S. law governing how citizenship is acquired, the constitutional and international law foundations underlying immigration regulation, the role of the federal government in regulating immigration, and immigration law reform. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-04-29","description":"","url":"https:\/\/class.coursera.org\/immigration-001\/","source":"https:\/\/class.coursera.org\/immigration-001\/","created":null,"start":1367193600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"AIDS","description":"This course will discuss HIV\/AIDS in the US and around the world including its history, science, and culture as well as recent developments in prevention education, biomedical research, vaccine development, HIV testing, and current treatments. The course will also include a review of past, present, and potential future controversies surrounding HIV\/AIDS.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-02-25","description":"","url":"https:\/\/class.coursera.org\/aids-001\/","source":"https:\/\/class.coursera.org\/aids-001\/","created":null,"start":1361750400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Language of Hollywood: Storytelling, Sound, and Color","description":"This Film History course explores how fundamental changes in film technology affected popular Hollywood storytelling. We will consider the transition to sound, and the introduction of color.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-02-04","description":"","url":"https:\/\/class.coursera.org\/hollywood-001\/","source":"https:\/\/class.coursera.org\/hollywood-001\/","created":null,"start":1359936000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Fiction of Relationship","description":"What is the nature of our relationship to others and the world? How can literature help us see these relationships more clearly? This course seeks to explore such questions through adventurous readings of ten great works of narrative fiction from the 18th to the 20th century.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/relationship-001\/","source":"https:\/\/class.coursera.org\/relationship-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Science from Superheroes to Global Warming","description":"Explore how science works and what constitutes \"good\" science through case studies drawn from a wide spectrum of people's experience, for example superheros, movies, and real world issues such as global warming. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-21","description":"","url":"https:\/\/class.coursera.org\/scientificthinking-001\/","source":"https:\/\/class.coursera.org\/scientificthinking-001\/","created":null,"start":1358726400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Useful Genetics","description":"This course will give you a thorough understanding of gene function and inheritance, and will enable you to apply this understanding to real-world issues, both personal and societal.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-05-01","description":"","url":"https:\/\/class.coursera.org\/usefulgenetics-001\/","source":"https:\/\/class.coursera.org\/usefulgenetics-001\/","created":null,"start":1367366400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Archaeology's Dirty Little Secrets","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/secrets-001\/","source":"https:\/\/class.coursera.org\/secrets-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Intermediate Algebra","description":"This course is taught so that students will acquire a solid foundation in algebra. The course concentrates on the various functions that are important to the study of calculus.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/algebra-001\/","source":"https:\/\/class.coursera.org\/algebra-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Pre-Calculus","description":"This class prepares students for eligibility to enroll in the first semester of single variable calculus.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-28","description":"","url":"https:\/\/class.coursera.org\/precalculus-001\/","source":"https:\/\/class.coursera.org\/precalculus-001\/","created":null,"start":1359331200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Biology: DNA to Organisms","description":"Through this class you should be able to explain basic concepts in cellular and molecular biology using correct terminology, as well as develop critical thinking and problem-solving skills that can be applied to all of your studies of biology.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/introbiology-001\/","source":"https:\/\/class.coursera.org\/introbiology-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Science, Technology, and Society in China I: Basic Concepts","description":"What is science? What is technology? How do science and technology inform developments in the social sphere? How are science and technology shaped by society? How have scientific and technological developments evolved over time? In this course, we will examine these issues and attempt answering these and many other questions!","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/stschina1-001\/","source":"https:\/\/class.coursera.org\/stschina1-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Sports and Society","description":"This course explores the role of sports around the world, and how the games we watch and play shape identity, culture, and society. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-04-30","description":"","url":"https:\/\/class.coursera.org\/sports-001\/","source":"https:\/\/class.coursera.org\/sports-001\/","created":null,"start":1367280000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Science of Gastronomy","description":"This course introduces students to elements of science lying behind cooking and cuisine preparation. The ultimate goal is to help students recognize the importance of scientific principles being applied in everyday life, so that they will appreciate and be able to apply some of these principles in their future cooking practice.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/scigast-001\/","source":"https:\/\/class.coursera.org\/scigast-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"A New History for a New China, 1700-2000: New Data and New Methods, Part 1","description":"The purpose of this course is to summarize some of the new directions in Chinese history and Chinese social science produced by the discovery and analysis of new historical data, in particular archival documents and datasets, and to organize this knowledge in a framework that encourages learning about China in comparative perspective.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/newchinahistory1-001\/","source":"https:\/\/class.coursera.org\/newchinahistory1-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Improvisation","description":"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.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-04-22","description":"","url":"https:\/\/class.coursera.org\/improvisation-001\/","source":"https:\/\/class.coursera.org\/improvisation-001\/","created":null,"start":1366588800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Guitar","description":"Grasp the essentials needed to begin playing acoustic or electric guitar. You'll learn an easy approach to get you playing quickly, through a combination of exploring the instrument, performance technique, and basic music theory. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-04-22","description":"","url":"https:\/\/class.coursera.org\/guitar-001\/","source":"https:\/\/class.coursera.org\/guitar-001\/","created":null,"start":1366588800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/guitar-002\/","source":"https:\/\/class.coursera.org\/guitar-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Songwriting","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-01","description":"","url":"https:\/\/class.coursera.org\/songwriting-001\/","source":"https:\/\/class.coursera.org\/songwriting-001\/","created":null,"start":1362096000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Property and Liability: An Introduction to Law and Economics","description":"Think about the oldest and most familiar principles of American law, property and proportional liability, in a new and surprising way, and learn to apply economic reasoning to an especially important and interesting aspect of life. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-18","description":"","url":"https:\/\/class.coursera.org\/lawandecon-001\/","source":"https:\/\/class.coursera.org\/lawandecon-001\/","created":null,"start":1363564800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Music Production","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-01","description":"","url":"https:\/\/class.coursera.org\/musicproduction-001\/","source":"https:\/\/class.coursera.org\/musicproduction-001\/","created":null,"start":1362096000,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Linear and Discrete Optimization","description":"The course is an introduction to linear and discrete optimization - an important part of computational mathematics with a wide range of applications in many areas of everyday life.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-02-18","description":"","url":"https:\/\/class.coursera.org\/linearopt-001\/","source":"https:\/\/class.coursera.org\/linearopt-001\/","created":null,"start":1361145600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Financial Engineering and Risk Management","description":"This course is an introduction to the theory and practice of financial engineering and risk management. We consider the pricing of derivatives, portfolio optimization and risk management and cast a critical eye on how these are used in practice.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-02-11","description":"","url":"https:\/\/class.coursera.org\/fe-001\/","source":"https:\/\/class.coursera.org\/fe-001\/","created":null,"start":1360540800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Natural Language Processing","description":"Have you ever wondered how to build a system that automatically translates between languages? Or a system that can understand natural language instructions from a human? This class will cover the fundamentals of mathematical and computational models of language, and the application of these models to key problems in natural language processing.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-02-11","description":"","url":"https:\/\/class.coursera.org\/nlangp-001\/","source":"https:\/\/class.coursera.org\/nlangp-001\/","created":null,"start":1360540800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Climate Literacy: Navigating Climate Conversations","description":"Climate Literacy tackles the scientific and socio-political dimensions of climate change. This course introduces the basics of the climate system, models and predictions, human and natural impacts, mitigative and adaptive responses, and the evolution of climate policy.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/climateliteracy-001\/","source":"https:\/\/class.coursera.org\/climateliteracy-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Creative Programming for Digital Media & Mobile Apps","description":"For anyone who would like to apply their technical skills to creative work ranging from video games to art installations to interactive music, and also for artists who would like to use programming in their artistic practice.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-06-01","description":"","url":"https:\/\/class.coursera.org\/digitalmedia-001\/","source":"https:\/\/class.coursera.org\/digitalmedia-001\/","created":null,"start":1370044800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Leading Strategic Innovation in Organizations","description":"Improve your ability to manage creativity and to lead an innovation strategy in businesses, schools, hospitals, governments, and other complex organizations and institutions, by diagnosing likely innovation failures before they occur.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-05","description":"","url":"https:\/\/class.coursera.org\/innovation-001\/","source":"https:\/\/class.coursera.org\/innovation-001\/","created":null,"start":1362441600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]},{"title":"002 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/innovation-002\/","source":"https:\/\/class.coursera.org\/innovation-002\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Malicious Software and its Underground Economy: Two Sides to Every Story","description":"Learn about traditional and mobile malware, the security threats they represent, state-of-the-art analysis and detection techniques, and the underground ecosystem that drives such a profitable but illegal business.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-06-01","description":"","url":"https:\/\/class.coursera.org\/malsoftware-001\/","source":"https:\/\/class.coursera.org\/malsoftware-001\/","created":null,"start":1370044800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Systematic Program Design","description":"This course is about learning to program well: building programs that are elegant, well tested and easy to maintain. The course is intended for students with no programming experience, but many former students who already knew how to program have said it made them better programmers. The course structure allows you to choose a programming language to target.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/programdesign-001\/","source":"https:\/\/class.coursera.org\/programdesign-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Pattern-Oriented Software Architectures for Concurrent and Networked Software","description":"In this course we will learn how to apply patterns, pattern languages, and frameworks to alleviate the complexity of developing concurrent and networked software. \n","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-04","description":"","url":"https:\/\/class.coursera.org\/posa-001\/","source":"https:\/\/class.coursera.org\/posa-001\/","created":null,"start":1362355200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Nutrition, Health, and Lifestyle: Issues and Insights","description":"This seven week course will explore nutrition concepts that take center stage in mainstream media outlets and become conversation topics among consumers interested in food choice as it relates to optimal health and physical performance.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/lifenutr-001\/","source":"https:\/\/class.coursera.org\/lifenutr-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Fundamentals of Human Nutrition","description":"This introductory course provides an overview of the principles of nutritional science. Subject matter includes description and functions of nutrients, digestion and absorption, effects of nutrient deficiencies and toxicities, requirements, food sources, nutrient interactions, dietary guidelines, and the role of nutrition in health and disease.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-22","description":"This course provides an introduction to nutritional science principles including: micro and macronutrient nutriture; dietary guidelines; nutrient processing and metabolism; effects of deficiency and toxicity; and the role of nutrition in health and disease.","url":"https:\/\/class.coursera.org\/humannutrition-001\/","source":"https:\/\/class.coursera.org\/humannutrition-001\/","created":null,"start":1358812800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Global Sustainable Energy: Past, Present and Future","description":"Students will explore energy consumption patterns including individuals, countries and the entire globe. These patterns will include all sectors of the global economy from fully developed countries to developing nations. New energy sources will be investigated and international solutions to future needs will be analyzed.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/globalenergy-001\/","source":"https:\/\/class.coursera.org\/globalenergy-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"How Music Works","description":"How Music Works is an exploration of the mechanics of musical composition and expression, examining the internal workings of music to uncover how and why music impacts the human psyche.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/howmusicworks-001\/","source":"https:\/\/class.coursera.org\/howmusicworks-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Sustainable Agricultural Land Management ","description":"This course will cover the agricultural and urban water quality issues in Florida, their bases, land and nutrient management strategies, and the science and policy behind the best management practices (BMPs). Students will learn to evaluate BMP research and analyze its role in determining practices and policies that protect water quality.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/sustainableag-001\/","source":"https:\/\/class.coursera.org\/sustainableag-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Data Management for Clinical Research","description":"Learn critical concepts and practical methods to support research data planning, collection, storage and dissemination.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/datamanagement-001\/","source":"https:\/\/class.coursera.org\/datamanagement-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Why We Need Psychology","description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-06-01","description":"","url":"https:\/\/class.coursera.org\/needpsych-001\/","source":"https:\/\/class.coursera.org\/needpsych-001\/","created":null,"start":1370044800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Camera Never Lies","description":"Film, images & historical interpretation in the 20th century for those who have a general interest in photojournalism, and films based on historical events.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-06-01","description":"","url":"https:\/\/class.coursera.org\/lyingcamera-001\/","source":"https:\/\/class.coursera.org\/lyingcamera-001\/","created":null,"start":1370044800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"English Common Law: Structure and Principles","description":"For students or professionals who have an interest in learning about the development and application of the law in a common law jurisdiction. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-06-01","description":"","url":"https:\/\/class.coursera.org\/engcomlaw-001\/","source":"https:\/\/class.coursera.org\/engcomlaw-001\/","created":null,"start":1370044800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Online Games: Literature, New Media, and Narrative","description":"For both newcomers and hard-core gamers who want to reflect on their passion, this course will explore what happens to stories, paintings, and films when they are turned into online games.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/onlinegames-001\/","source":"https:\/\/class.coursera.org\/onlinegames-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Economic Issues, Food & You","description":"This course emphasizes the role of economics regarding its influence on food prices, the environment, and government policies. The primary objective of this course is to explore the basic tool kit of economic concepts that will enable students to critically analyze the choices they face as consumers and world citizens.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/ecfoodandyou-001\/","source":"https:\/\/class.coursera.org\/ecfoodandyou-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Foundations of Business Strategy","description":"Learn how to analyze an organization's strategy and make recommendations to improve its value creation by building your strategist's toolkit.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-04","description":"","url":"https:\/\/class.coursera.org\/strategy101-001\/","source":"https:\/\/class.coursera.org\/strategy101-001\/","created":null,"start":1362355200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"MOS Transistors","description":"Learn how MOS transistors work, and how to model them. The understanding provided in this course is essential not only for device modelers, but also for designers of high-performance circuits.\n","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/mosfet-001\/","source":"https:\/\/class.coursera.org\/mosfet-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Surviving Disruptive Technologies","description":" The purpose of this course is to help participants and the organizations they encounter survive the waves of technological disruptions facing business, government, education and their daily lives.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-25","description":"","url":"https:\/\/class.coursera.org\/sdt-001\/","source":"https:\/\/class.coursera.org\/sdt-001\/","created":null,"start":1364169600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Principles of Microeconomics","description":"Learn how markets work, what they accomplish well and what their limitations are.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"002: 2013-04-08","description":"","url":"https:\/\/class.coursera.org\/steinmicro-002\/","source":"https:\/\/class.coursera.org\/steinmicro-002\/","created":null,"start":1365379200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Social Psychology","description":"Ever wonder why people do what they do? This course offers some answers based on the latest research from social psychology.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-07-08","description":"","url":"https:\/\/class.coursera.org\/socialpsychology-001\/","source":"https:\/\/class.coursera.org\/socialpsychology-001\/","created":null,"start":1373241600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Calculus One","description":"Calculus One is a first introduction to differential and integral calculus, emphasizing engaging examples from everyday life.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-01-07","description":"This undergraduate course is a one semester introduction to the\ndifferential and integral calculus, covering the definition,\ntechniques, and applications of limits, derivatives, and integrals.","url":"https:\/\/class.coursera.org\/calc1-001\/","source":"https:\/\/class.coursera.org\/calc1-001\/","created":null,"start":1357516800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Introduction to Engineering Mechanics","description":"This course is an introduction to learning and applying the principles required to solve engineering mechanics problems. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/statics1-001\/","source":"https:\/\/class.coursera.org\/statics1-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Law of the European Union: An Introduction","description":"The EU is the most successful supranational legal order to which 27 Member States have transferred sovereign rights. This course explores the functioning of the unique creature that is the EU, the impact of its laws on states, citizens and companies, and the current challenges it faces.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/introeulaw-001\/","source":"https:\/\/class.coursera.org\/introeulaw-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":null,"description":null,"created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-02-18","description":"","url":"https:\/\/class.coursera.org\/analysenumerique-001\/","source":"https:\/\/class.coursera.org\/analysenumerique-001\/","created":null,"start":1361145600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"A Brief History of Humankind","description":"The course surveys the entire length of human history, from the evolution of various human species in the Stone Age up to the political and technological revolutions of the twenty-first century.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/humankind-001\/","source":"https:\/\/class.coursera.org\/humankind-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Genes and the Human Condition (From Behavior to Biotechnology)","description":"To acquire an understanding of the fundamental concepts of genomics and biotechnology, and their implications for human biology, evolution, medicine, social policy and individual life path choices in the 21st century. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-04-22","description":"","url":"https:\/\/class.coursera.org\/genes-001\/","source":"https:\/\/class.coursera.org\/genes-001\/","created":null,"start":1366588800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"General Game Playing","description":"Learn about General Game Playing (GGP) and develop GGP programs capable of competing against humans and other programs in GGP competitions .","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-04-01","description":"","url":"https:\/\/class.coursera.org\/ggp-001\/","source":"https:\/\/class.coursera.org\/ggp-001\/","created":null,"start":1364774400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Startup Engineering","description":"Learn the engineering skills needed to build a technology startup from the ground up.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"This MS-level course teaches engineering, design, and marketing in the context of mobile HTML5 development. Final projects are nontrivial open-source mobile apps.","url":"https:\/\/class.coursera.org\/startup-001\/","source":"https:\/\/class.coursera.org\/startup-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"TechniCity","description":"We live in real-time, technologically enhanced cities.
    Explore the sweeping changes that our cities are undergoing as a result of networks, sensors, and communication technology.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-05-04","description":"This advanced undergraduate\/early graduate course covers how sensors, networks and engagement work together to create real-time, technologically enhanced cities.","url":"https:\/\/class.coursera.org\/techcity-001\/","source":"https:\/\/class.coursera.org\/techcity-001\/","created":null,"start":1367625600,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Survey of Music Technology","description":"Learn to make music with digital audio workstation software, understand the theory and history behind music production tools, and write your own computer programs to make new music and sounds.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-08-26","description":"","url":"https:\/\/class.coursera.org\/musictech-001\/","source":"https:\/\/class.coursera.org\/musictech-001\/","created":null,"start":1377475200,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"\"Pay Attention!!\" ADHD Through the Lifespan","description":"This course reviews current scientific knowledge and clinical approaches to Attention-Deficit\/Hyperactivity Disorder (ADHD) and examines its impact on development, functioning and health outcomes.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-18","description":"","url":"https:\/\/class.coursera.org\/adhd-001\/","source":"https:\/\/class.coursera.org\/adhd-001\/","created":null,"start":1363564800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"English Composition I: Achieving Expertise","description":"You will gain a foundation for college-level writing valuable for nearly any field. Students will learn how to read carefully, write effective arguments, understand the writing process, engage with others' ideas, cite accurately, and craft powerful prose. We will create a workshop environment. ","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-03-18","description":"","url":"https:\/\/class.coursera.org\/composition-001\/","source":"https:\/\/class.coursera.org\/composition-001\/","created":null,"start":1363564800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Games without Chance: Combinatorial Game Theory ","description":"This course will cover the mathematical theory and analysis of simple games without chance moves.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-02-25","description":"","url":"https:\/\/class.coursera.org\/cgt-001\/","source":"https:\/\/class.coursera.org\/cgt-001\/","created":null,"start":1361750400,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Corporate Finance","description":"This course is intended to provide a market-oriented framework for analyzing the major\ntypes of financial decisions made by corporations. Lectures and readings will provide an\nintroduction to present value techniques, capital budgeting principles, asset valuation, the operation and efficiency of financial markets, the financial decisions of firms, and derivatives.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001 (date undetermined)","description":"","url":"https:\/\/class.coursera.org\/finance-001\/","source":"https:\/\/class.coursera.org\/finance-001\/","created":null,"start":null,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"Writing II: Rhetorical Composing","description":"Writing II engages you in a series of interactive reading, research, and composing activities along with assignments designed to help you become a more effective consumer and producer of alphabetic, visual and multimodal texts.","created":null,"start":null,"end":null,"provider":"Coursera","needs_enrollment":true,"children":[],"items":[{"title":"001: 2013-04-22","description":"","url":"https:\/\/class.coursera.org\/writing2-001\/","source":"https:\/\/class.coursera.org\/writing2-001\/","created":null,"start":1366588800,"end":null,"type":"course","provider":"Coursera","views":null,"children":[]}]},{"title":"The Root of All Knowledge","description":"All concepts fit into the root of all knowledge","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"New and Noteworthy","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Radio Interview: Sal on AirTalk talking about his new book","description":"Sal talks with Larry Mantle about The One World School House (http:\/\/www.amazon.com\/dp\/1455508381?tag=khanacad-20)","url":"http:\/\/www.youtube.com\/watch?v=l-QFT7XNeb4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sal-on-airtalk-talking-about-his-new-book","created":1351010346,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26409","children":[]},{"title":"Math Mechanics of Thai Banking Crisis","description":"Going through the mechanics of how a Thai financial institution can lose their shirt when their currency devalues.","url":"http:\/\/www.youtube.com\/watch?v=9p3HNMe-oAI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/math-mechanics-of-thai-banking-crisis","created":1337622982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21761","children":[]},{"title":"Financial Crisis in Thailand Caused by Speculative Attack","description":"How a currency crisis in Thailand led to a banking crisis in the 1990s","url":"http:\/\/www.youtube.com\/watch?v=lA3sjWwu5-s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/financial-crisis-in-thailand-caused-by-speculative-attack","created":1337622957,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18033","children":[]},{"title":"LeBron Asks: What are the chances of making 10 free throws in a row?","description":"LeBron James asks Sal how to determine the probability of making 10 free throws in a row","url":"http:\/\/www.youtube.com\/watch?v=iMqCSgqzmiQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lebron-asks-about-the-chances-of-making-10-free-throws","created":1335798982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"168184","children":[]},{"title":"Primaries and Caucuses","description":"How states choose their delegates for the national party conventions (video content under CC-BY-SA license)","url":"http:\/\/www.youtube.com\/watch?v=z_QeYCg4yJ8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/primaries-and-caucuses","created":1314957754,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71462","children":[]},{"title":"Electoral College","description":"How we elect our President in the United States","url":"http:\/\/www.youtube.com\/watch?v=oTbvYGH_Hiw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electoral-college","created":1314957754,"start":null,"end":null,"type":"video","provider":"Khan University","views":"180539","children":[]},{"title":"Hellenistic: Apollonius, Boxer at Rest","description":"Apollonius, Boxer at Rest, c. 100 B.C.E., bronze, Hellenistic Period (Palazzo Massimo, Museo Nazionale Romano, Rome). Speakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=FvsSPJoJB3k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/apollonius--boxer-at-rest--c--100-b-c-e","created":1345664219,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6940","children":[]},{"title":"Divisibility Intuition","description":"Example of Sal working on KA Divisibility Module: http:\/\/www.khanacademy.org\/math\/arithmetic\/factors-multiples\/e\/divisibility_intuition","url":"http:\/\/www.youtube.com\/watch?v=AHRh3EpJQH0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/divisibility-intuition","created":1341324882,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37140","children":[]},{"title":"Bernini, Ecstasy of Saint Teresa","description":"Gian Lorenzo Bernini, Ecstasy of Saint Theresa, 1647-52 (Cornaro Chapel, Santa Maria della Vittoria, Rome)","url":"http:\/\/www.youtube.com\/watch?v=RKcJvjP9zgY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bernini---ecstasy-of-st--theresa","created":1332270735,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8653","children":[]},{"title":"PPACA or \"Obamacare\"","description":"Basic overview of what is sometimes referred to as \"Obamacare\"","url":"http:\/\/www.youtube.com\/watch?v=8nW9L7cSop4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ppaca--or--obamacare","created":1341516354,"start":null,"end":null,"type":"video","provider":"Khan University","views":"84082","children":[]},{"title":"The Language Advocates","description":"","url":"http:\/\/www.youtube.com\/watch?v=9BUDq62Ghic&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-language-advocates","created":1348272265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11461","children":[]},{"title":"Why Europe is worried about Greece","description":"Why the Greek situation is scary for Europe as a whole","url":"http:\/\/www.youtube.com\/watch?v=xc-TSAQkqJ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-europe-is-worried-about-greece","created":1337623103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"98810","children":[]},{"title":"How and why Greece would leave the Euro (part 3)","description":"The pain and mechanics of leaving the Euro","url":"http:\/\/www.youtube.com\/watch?v=jkmwAJMERrY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-and-why-greece-would-leave-the-euro--part-3","created":1337623081,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60356","children":[]},{"title":"Monte Carlo Simulation to Answer LeBron's Question","description":"When down 3 with 30 seconds left, is it better to take a hard 3 or an easy 2 and try to get another possession? Simulation at: http:\/\/www.khanacademy.org\/cs\/basketball-decisions\/1024155511","url":"http:\/\/www.youtube.com\/watch?v=-fCVxTTAtFQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monte-carlo-simulation-to-answer-lebron-s-question","created":1350581997,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37622","children":[]},{"title":"Greek Debt Recession and Austerity (part 1)","description":"A primer of why Greece is in a tough situation (more in future videos)","url":"http:\/\/www.youtube.com\/watch?v=9p10aMu1Glo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/greek-debt-recession-and-austerity--part-1","created":1337623007,"start":null,"end":null,"type":"video","provider":"Khan University","views":"127562","children":[]},{"title":"Greek Financial Crisis (part 2)","description":"What Greece could have done if it had its own currency","url":"http:\/\/www.youtube.com\/watch?v=CkNArgNPI2Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/greek-financial-crisis--part-2","created":1337623030,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72934","children":[]},{"title":"Why Dividing by Zero is Undefined","description":"Thinking about why dividing by zero is left undefined","url":"http:\/\/www.youtube.com\/watch?v=SQzjzStU1RQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-dividing-by-zero-is-undefined","created":1340636826,"start":null,"end":null,"type":"video","provider":"Khan University","views":"141843","children":[]},{"title":"The fundamental theorem of arithmetic","description":"Ben Eater and Sal walk through the \"Fundamental theorem of arithmetic\" module: http:\/\/www.khanacademy.org\/math\/arithmetic\/factors-multiples\/e\/the_fundamental_theorem_of_arithmetic","url":"http:\/\/www.youtube.com\/watch?v=uzvopM4PZLw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-fundamental-theorem-of-arithmetic","created":1341324999,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37238","children":[]},{"title":"The Why of the 3 Divisibility Rule","description":"Why you can add the digits to see if something is divisible by 3","url":"http:\/\/www.youtube.com\/watch?v=NehkLV77ITk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-why-of-the-3-divisibility-rule","created":1341324638,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34865","children":[]},{"title":"1. Bit-zee","description":"Bit-zee is a project designed to inspire students to explore math and science. It was created from everyday items (a hair dryer, tap light, alarm clock, digital camera, and a universal remote).","url":"http:\/\/www.youtube.com\/watch?v=CcziDRr5Myc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee classroom","created":1349759829,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12237","children":[]},{"title":"Super Yoga Plans- Basic Variables and Equations","description":"Beginning to evaluate which yoga plan is better for me","url":"http:\/\/www.youtube.com\/watch?v=3tRc6mUumFk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/super-yoga-plans--basic-variables-and-equations","created":1350582673,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25453","children":[]},{"title":"Super Yoga Plans- Solving One-Step Equations","description":"Solving one-step equations to see how many sessions can be attended","url":"http:\/\/www.youtube.com\/watch?v=hq1bUM2tyg0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/super-yoga-plans--solving-one-step-equations","created":1350582725,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17980","children":[]},{"title":"King's Cupcakes: Solving Systems by Elimination","description":"Using simple elimination to figure out how many cupcakes are eaten by children and adults","url":"http:\/\/www.youtube.com\/watch?v=xCIHAjsZCE0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/king-s-cupcakes---solving-systems-by-elimination","created":1351532956,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12698","children":[]},{"title":"How many bags of potato chips do people eat?","description":"Using elimination to solve a system of equations","url":"http:\/\/www.youtube.com\/watch?v=VuJEidLhY1E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-many-bags-of-potato-chips-do-people-eat","created":1351616374,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12399","children":[]},{"title":"Hundred Days and Waterloo","description":"Napoleon's escapes from Elba and retakes control only to be defeated at Waterloo","url":"http:\/\/www.youtube.com\/watch?v=ufymsKi9S3U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hundred-days-and-waterloo","created":1349969597,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17859","children":[]},{"title":"Trolls, Tolls, and Systems of Equations","description":"A troll forces us to use algebra to figure out the make-up of his currency. We end up setting up a system of equations","url":"http:\/\/www.youtube.com\/watch?v=OcNt-36QKu8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trolls--tolls--and-systems-of-equations","created":1350665801,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36965","children":[]},{"title":"Transfer Pricing and Tax Havens","description":"How a corporation can set up a tax haven and use it through transfer pricing.","url":"http:\/\/www.youtube.com\/watch?v=TLSYwkWCIzA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/transfer-pricing-and-tax-havens","created":1350432532,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17947","children":[]},{"title":"Conditional Probability Visualized","description":"Conditional probability visualized using trees.","url":"http:\/\/www.youtube.com\/watch?v=Zxm4Xxvzohk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bayes-theorem-visualized","created":1359014146,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3256","children":[]}]},{"title":"Math","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Arithmetic and pre-algebra","description":"The first math topic. Start here if you want to learn the basics (or just want to make sure you know these topics). After this, you should be ready for algebra. This topic includes videos from the former developmental math playlists.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Addition and subtraction","description":"Adding and subtracting positive and negative whole numbers. Starts with 1+1=2 and covers carrying, borrowing, and word problems.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Intro to addition and subtraction","description":"Adding and subtracting is the basis of all mathematics. This tutorial introduces you to one-digit addition and subtraction. You might become pretty familiar with the number line too!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Basic Addition","description":"Introduction to addition. Multiple visual ways to represent addition.","url":"http:\/\/www.youtube.com\/watch?v=AuX7nPBqDts&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-addition","created":1298219425,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1615649","children":[]},{"title":"Number line 1","description":"Drag a dot to a positive integer on the number line","url":"http:\/\/www.khanacademy.org\/exercise\/number_line","source":"http:\/\/www.khanacademy.org\/exercise\/number_line","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"1-digit addition","description":"Add two 1-digit numbers","url":"http:\/\/www.khanacademy.org\/exercise\/addition_1","source":"http:\/\/www.khanacademy.org\/exercise\/addition_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Basic Subtraction","description":"Introduction to subtraction","url":"http:\/\/www.youtube.com\/watch?v=aNqG4ChKShI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-subtraction","created":1298219425,"start":null,"end":null,"type":"video","provider":"Khan University","views":"359518","children":[]},{"title":"1-digit subtraction","description":"Subtract two 1-digit numbers","url":"http:\/\/www.khanacademy.org\/exercise\/subtraction_1","source":"http:\/\/www.khanacademy.org\/exercise\/subtraction_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Two digit addition and subtraction","description":"In this tutorial, we'll start adding and subtracting numbers that have two (yes, two!) digits. We won't be doing any carrying or borrowing (you'll learn what those are shortly) so you can see that adding or subtracting two digit numbers is really just an extension of what you already know.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Addition 2","description":"Adding 2-digit numbers","url":"http:\/\/www.youtube.com\/watch?v=t2L3JFOqTEk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-2","created":1298219425,"start":null,"end":null,"type":"video","provider":"Khan University","views":"445761","children":[]},{"title":"Example: Adding two digit numbers (no carrying)","description":"Adding Whole Numbers and Applications 1","url":"http:\/\/www.youtube.com\/watch?v=b22tMEc6Kko&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-whole-numbers-and-applications-1","created":1298219943,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75288","children":[]},{"title":"2-digit addition","description":"Add two 2-digit numbers, no carrying","url":"http:\/\/www.khanacademy.org\/exercise\/addition_2","source":"http:\/\/www.khanacademy.org\/exercise\/addition_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Subtraction 2","description":"Different ways to view subtraction","url":"http:\/\/www.youtube.com\/watch?v=incKJchBCLo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtraction-2","created":1298219426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"253388","children":[]},{"title":"Example: 2-digit subtraction (no borrowing)","description":"Subtracting Whole Numbers","url":"http:\/\/www.youtube.com\/watch?v=sAw71J2kYJE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-whole-numbers","created":1311031858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78261","children":[]},{"title":"2 and 3-digit subtraction","description":"Subtract two 2-3 digit numbers without borrowing","url":"http:\/\/www.khanacademy.org\/exercise\/subtraction_2","source":"http:\/\/www.khanacademy.org\/exercise\/subtraction_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Level 2 Addition","description":"Adding a 2 digit number to a 1 digit number. Introduction to carrying.","url":"http:\/\/www.youtube.com\/watch?v=27Kp7HJYj2c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/level-2-addition","created":1298219425,"start":null,"end":null,"type":"video","provider":"Khan University","views":"229847","children":[]}]},{"title":"Addition with carrying","description":"You're somewhat familar with adding, say, 17+12 or 21+32, but what happens for 13+19? Essentially, what happens when I max out the \"ones place\". In this tutorial, we'll introduce you to the powerful tool of carrying and why it works.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Addition 3","description":"Practice carrying digits to add multiple digit numbers","url":"http:\/\/www.youtube.com\/watch?v=e_SpXIw_Qts&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-3","created":1298219425,"start":null,"end":null,"type":"video","provider":"Khan University","views":"274692","children":[]},{"title":"Addition with carrying","description":"Add two 3-digit numbers with carrying","url":"http:\/\/www.khanacademy.org\/exercise\/addition_3","source":"http:\/\/www.khanacademy.org\/exercise\/addition_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Representing numbers","description":"Identify the number represented by hundreds, tens, and ones blocks","url":"http:\/\/www.khanacademy.org\/exercise\/representing_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/representing_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Addition 4","description":"More practice carrying with multiple digit numbers","url":"http:\/\/www.youtube.com\/watch?v=fOXo4p4WDKM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-4","created":1298219425,"start":null,"end":null,"type":"video","provider":"Khan University","views":"224579","children":[]},{"title":"4-digit addition with carrying","description":"Add two 3- or 4-digit numbers with carrying","url":"http:\/\/www.khanacademy.org\/exercise\/addition_4","source":"http:\/\/www.khanacademy.org\/exercise\/addition_4","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Subtraction with borrowing (regrouping)","description":"You can subtract 21 from 45, but are a bit perplexed trying to subtract 26 from 45 (how do you subtract the 6 in 26 from the 5 in 45). This tutorial is your answer. You'll see that we can essentially \"regroup\" the value in a number from one place to another to solve your problem. This is also often called borrowing (although it is like \"borrowing\" sugar from your neighbor in that you never give it back).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Subtraction 3: Introduction to Borrowing or Regrouping","description":"Introduction to borrowing and regrouping","url":"http:\/\/www.youtube.com\/watch?v=ZaqOUE3H1mE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtraction-3---introduction-to-borrowing-or-regrouping","created":1298219426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"345551","children":[]},{"title":"Why borrowing works","description":"An explanation of why (not how) borrowing\/regrouping works when subtracting numbers","url":"http:\/\/www.youtube.com\/watch?v=fWan_T0enj4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-borrowing-works","created":1298219426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"165385","children":[]},{"title":"Subtraction with borrowing","description":"Subtract two 3- or 4-digit numbers. Borrow once","url":"http:\/\/www.khanacademy.org\/exercise\/subtraction_3","source":"http:\/\/www.khanacademy.org\/exercise\/subtraction_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Level 4 Subtraction","description":"Subtraction of multi-digit numbers involving borrowing","url":"http:\/\/www.youtube.com\/watch?v=omUfrXtHtN0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/level-4-subtraction","created":1298219426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"208208","children":[]},{"title":"4-digit subtraction with borrowing ","description":"Subtract two 4-digit numbers. Borrow twice","url":"http:\/\/www.khanacademy.org\/exercise\/subtraction_4","source":"http:\/\/www.khanacademy.org\/exercise\/subtraction_4","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Alternate mental subtraction method","description":"How I subtract in my head","url":"http:\/\/www.youtube.com\/watch?v=GBtcGO44e-A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alternate-mental-subtraction-method","created":1298219426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"139566","children":[]}]},{"title":"Addition and subtraction word problems","description":"You feel comfortable with adding and subtracting multi-digit numbers. Now you can apply some of your skills to solve problems that arise in the real world (often called \"word problems\").","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Subtraction Word Problem","description":"Subtraction Word Problem","url":"http:\/\/www.youtube.com\/watch?v=QY8vv7eVVJE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtraction-word-problem","created":1311031858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75395","children":[]},{"title":"Addition and subtraction word problems","description":"Word problems with addition and subtraction of positive integers. Some carrying and borrowing.","url":"http:\/\/www.khanacademy.org\/exercise\/arithmetic_word_problems_1","source":"http:\/\/www.khanacademy.org\/exercise\/arithmetic_word_problems_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Multiplication and division","description":"Multiplying and dividing positive and negative whole numbers, understanding place value, and rounding numbers.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Multiplication fun","description":"If 3 kids each have two robot possums, how many total robot possums do we have?\n\nYou liked addition, but now your ready to go to the next level. Depending on how you view it, multiplication is about repeated addition or scaling a number or seeing what number you get when you have another number multiple times. If that last sentence made little sense, you might enjoy this tutorial.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Basic Multiplication","description":"Introduction to multiplication","url":"http:\/\/www.youtube.com\/watch?v=mvOkMYCygps&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-multiplication","created":1298219426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"600143","children":[]},{"title":"Basic multiplication","description":"Multiply 1-digit numbers by 0, 1, 2, 3, 5, or 10.","url":"http:\/\/www.khanacademy.org\/exercise\/multiplication_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/multiplication_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplication 2: The Multiplication Tables","description":"Introduction to the multiplication tables from 2-9.","url":"http:\/\/www.youtube.com\/watch?v=xO_1bYgoQvA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplication-2--the-multiplication-tables","created":1298219426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"436177","children":[]},{"title":"Example: Ways to represent multiplication","description":"Multiplying Whole Numbers and Applications 1","url":"http:\/\/www.youtube.com\/watch?v=Yw3EoxC_GXU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-whole-numbers-and-applications-1","created":1298219943,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71708","children":[]},{"title":"Multiplying 1-digit numbers","description":"Multiply two 1-digit numbers. Some problems include multiplying by 10.","url":"http:\/\/www.khanacademy.org\/exercise\/multiplication_1","source":"http:\/\/www.khanacademy.org\/exercise\/multiplication_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplication 3: 10,11,12 times tables","description":"Multiplication 3: Learning to multiply 10, 11, and 12.","url":"http:\/\/www.youtube.com\/watch?v=qihoczo1Ujk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplication-3--10-11-12-times-tables","created":1298219427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"195891","children":[]},{"title":"Example: 1-digit multiplication word problem","description":"Multiplying Whole Numbers and Applications 6","url":"http:\/\/www.youtube.com\/watch?v=bS6EmYzpou4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-whole-numbers-and-applications-6","created":1311031858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36110","children":[]}]},{"title":"Delightful division","description":"Every time you split your avocado harvest with your 10 pet robot possums, you've been dividing. You don't farm avocados? You only have 8 robot possums? No worries. I'm sure you've divided as well.\n\nMultiplication is awesome, but you're ready for the next step. Division is the art of trying to split things into equal groups. Like subtraction undoes addition, division also undoes multiplication. After this tutorial, you'll have a basic understanding of all of the core operations in arithmetic!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Division 1","description":"Introduction to division","url":"http:\/\/www.youtube.com\/watch?v=MTzTqvzWzm8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/division-1","created":1298219427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"429587","children":[]},{"title":"Basic division","description":"Divide by 1, 2, 3, 5, 10. No remainders","url":"http:\/\/www.khanacademy.org\/exercise\/division_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/division_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Division 2","description":"Dividing into larger numbers. Introduction to long division and remainders.","url":"http:\/\/www.youtube.com\/watch?v=8Ft5iHhauJ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/division-2","created":1298219427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"359476","children":[]},{"title":"1-digit division","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/division_1","source":"http:\/\/www.khanacademy.org\/exercise\/division_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Expressing division in multiple ways","description":"Dividing Whole Numbers and Applications 1","url":"http:\/\/www.youtube.com\/watch?v=4I9iibPLdBw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-whole-numbers-and-applications-1","created":1298219944,"start":null,"end":null,"type":"video","provider":"Khan University","views":"91035","children":[]},{"title":"Multiplication and division word problems","description":"Word problems with multiplication and division of positive numbers.","url":"http:\/\/www.khanacademy.org\/exercise\/arithmetic_word_problems_2","source":"http:\/\/www.khanacademy.org\/exercise\/arithmetic_word_problems_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"The distributive property","description":"The distributive property is an idea that shows up over and over again in mathematics. It is the idea that 5 x (3 + 4) = (5 x 3) + (5 x 4). If that last statement made complete sense, no need to watch this tutorial. If it didn't or you don't know why it's true, then this tutorial might be a good way to pass the time :)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The Distributive Property","description":"The Distributive Property","url":"http:\/\/www.youtube.com\/watch?v=gl_-E6iVAg4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-distributive-property","created":1298219945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"235598","children":[]},{"title":"The Distributive Property 2","description":"The Distributive Property 2","url":"http:\/\/www.youtube.com\/watch?v=Badvask-UDU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-distributive-property-2","created":1298219945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72164","children":[]},{"title":"Distributive Property Example 1","description":"ck12 Distributive Property example","url":"http:\/\/www.youtube.com\/watch?v=ewEorPD4kdA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/distributive-property-example-1","created":1298219774,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75823","children":[]},{"title":"Distributive property","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/distributive_property","source":"http:\/\/www.khanacademy.org\/exercise\/distributive_property","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Order of operations","description":"If you have the expression \"3 + 4 x 5\", do you add the 3 to the 4 first or multiply the 4 and 5 first? To clear up confusion here, the math world has defined which operation should get priority over others. This is super important. You won't really be able to to any involved math if you don't get this clear. But don't worry, this tutorial has your back.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Order of Operations","description":"Order of Operations","url":"http:\/\/www.youtube.com\/watch?v=ClYdw4d4OmA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-order-of-operations","created":1298220677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"374672","children":[]},{"title":"Order of Operations","description":"Order of Operations","url":"http:\/\/www.youtube.com\/watch?v=GiSpzFKI5_w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/order-of-operations","created":1298219946,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108519","children":[]},{"title":"Order of Operations 1","description":"Order of Operations","url":"http:\/\/www.youtube.com\/watch?v=gjrGd9TjjnY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/order-of-operations-1","created":1298220019,"start":null,"end":null,"type":"video","provider":"Khan University","views":"85694","children":[]},{"title":"More Complicated Order of Operations Example","description":"More Complicated Order of Operations Example","url":"http:\/\/www.youtube.com\/watch?v=piIcRV2dx7E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-complicated-order-of-operations-example","created":1298220677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"152873","children":[]},{"title":"Order of operations","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/order_of_operations","source":"http:\/\/www.khanacademy.org\/exercise\/order_of_operations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Order of Operations examples","description":"Evaluating expressions using order of operations","url":"http:\/\/www.youtube.com\/watch?v=3Po3nfITsok&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/order-of-operations-example","created":1298219773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"158108","children":[]}]},{"title":"Place value","description":"You've been counting for a while now. It's second nature to go from \"9\" to \"10\" or \"99\" to \"100\", but what are you really doing when you add another digit? How do we represent so many numbers (really as many as we want) with only 10 number symbols (0, 1, 2, 3, 4, 5, 6, 7, 8, 9)?\n\nIn this tutorial you'll learn about place value. This is key to better understanding what you're really doing when you count, carry, regroup, multiply and divide with mult-digit numbers. If you really think about it, it might change your worldview forever!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Place Value 1","description":"Place Value 1","url":"http:\/\/www.youtube.com\/watch?v=jxA8MffVmPs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/place-value-1","created":1298219942,"start":null,"end":null,"type":"video","provider":"Khan University","views":"260577","children":[]},{"title":"Place Value 2","description":"Place Value 2","url":"http:\/\/www.youtube.com\/watch?v=wd4cRAoBOiE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/place-value-2","created":1298219942,"start":null,"end":null,"type":"video","provider":"Khan University","views":"104379","children":[]},{"title":"Place Value 3","description":"Place Value 3","url":"http:\/\/www.youtube.com\/watch?v=iK0y39rjBgQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/place-value-3","created":1298219942,"start":null,"end":null,"type":"video","provider":"Khan University","views":"90981","children":[]},{"title":"Place value","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/place_value","source":"http:\/\/www.khanacademy.org\/exercise\/place_value","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Multi-digit multiplication","description":"You know your multiplication tables and are ready to learn how to multiply *any* number (actually, any whole number). Imagine the possibilities! This tutorial will make you unstoppable.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"2-digit times 1-digit number","description":"Multiplying a 2-digit times a 1-digit number","url":"http:\/\/www.youtube.com\/watch?v=OYYYc7ygd38&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplication-4--2-digit-times-1-digit-number","created":1298219427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"207743","children":[]},{"title":"Multiplying 3 digits by 1 digit","description":"Multiply 2- or 3-digit numbers by 1-digit numbers. No carrying.","url":"http:\/\/www.khanacademy.org\/exercise\/multiplication_1.5","source":"http:\/\/www.khanacademy.org\/exercise\/multiplication_1.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"2-digit times a 2-digit number","description":"Multiplying a 2-digit number times a 2-digit number","url":"http:\/\/www.youtube.com\/watch?v=t8m0NalQtEk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplication-5---2-digit-times-a-2-digit-number","created":1298219427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"240292","children":[]},{"title":"Example: Two digit multiplication","description":"Multiplying Whole Numbers and Applications 4","url":"http:\/\/www.youtube.com\/watch?v=tx2Niw7aJJ8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-whole-numbers-and-applications-4","created":1298219944,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57294","children":[]},{"title":"Example: 2-digit time 2-digit","description":"Multiplying Whole Numbers and Applications 2","url":"http:\/\/www.youtube.com\/watch?v=0WUXQNjdRvM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-whole-numbers-and-applications-2","created":1298219943,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58121","children":[]},{"title":"Multiplication with carrying","description":"Multiply 2-digits by 1-digit, with carrying.","url":"http:\/\/www.khanacademy.org\/exercise\/multiplication_2","source":"http:\/\/www.khanacademy.org\/exercise\/multiplication_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiple Digit Numbers","description":"Working our way up to multiplying multiple-digit numbers with each other","url":"http:\/\/www.youtube.com\/watch?v=-h3Oqhl8fPg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplication-6--multiple-digit-numbers","created":1298219427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"163269","children":[]},{"title":"Multi-digit multiplication","description":"Multiply 2 digits by 3 digits with carrying","url":"http:\/\/www.khanacademy.org\/exercise\/multiplication_4","source":"http:\/\/www.khanacademy.org\/exercise\/multiplication_4","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying 3 digits by 2 digits","description":"Multiply 1 or 2 digits by 3 digits, with carrying","url":"http:\/\/www.khanacademy.org\/exercise\/multiplication_3","source":"http:\/\/www.khanacademy.org\/exercise\/multiplication_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplication 7: Old video giving more examples","description":"2 examples of multiplying a 3 digit number times a 2 digit number. 1 example of multiplying a 3 digit number times a 3 digit number.","url":"http:\/\/www.youtube.com\/watch?v=_k3aWF6_b4w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplication-7--old-video-giving-more-examples","created":1298219427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"137913","children":[]}]},{"title":"Loooong division!","description":"You know your multiplication tables and are getting the hang of basic division. In this tutorial, we will journey into the world of loooong division (sometimes, referred to as \"long division\", but that's not as much fun to say).\n\nAfter this tutorial, you'll be able to divide any whole number by any other. The fun will not stop!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"More long division and remainder examples","description":"More long division and remainder examples","url":"http:\/\/www.youtube.com\/watch?v=NcADzGz3bSI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/division-3--more-long-division-and-remainder-examples","created":1298219428,"start":null,"end":null,"type":"video","provider":"Khan University","views":"266965","children":[]},{"title":"Division without remainders","description":"Divide 3 digits by 1 digit, no remainder","url":"http:\/\/www.khanacademy.org\/exercise\/division_2","source":"http:\/\/www.khanacademy.org\/exercise\/division_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multi-digit division without remainders","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/division_1.5","source":"http:\/\/www.khanacademy.org\/exercise\/division_1.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Division with remainders","description":"Divide 3 digits by 1 digit. Quotients have remainders.","url":"http:\/\/www.khanacademy.org\/exercise\/division_3","source":"http:\/\/www.khanacademy.org\/exercise\/division_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplication and division word problems 2","description":"Word problems with simple multiplication and division. Some problems have remainders.","url":"http:\/\/www.khanacademy.org\/exercise\/arithmetic_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/arithmetic_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multi-digit division","description":"Divide multi-digit numbers.","url":"http:\/\/www.khanacademy.org\/exercise\/division_4","source":"http:\/\/www.khanacademy.org\/exercise\/division_4","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Level 4 division","description":"Dividing a two digit number into a larger number","url":"http:\/\/www.youtube.com\/watch?v=gHTH6PKfpMc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/level-4-division","created":1298219428,"start":null,"end":null,"type":"video","provider":"Khan University","views":"349877","children":[]},{"title":"Counting 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/counting_1","source":"http:\/\/www.khanacademy.org\/exercise\/counting_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Rounding whole numbers","description":"If you're looking to create an army of robot dogs, will it really make a difference if you have 10,300 dogs, 9,997 dogs or 10,005 dogs? Probably not. All you really care about is how many dogs you have to, say, the nearest thousand (10,000 dogs).\n\nIn this tutorial, you'll learn about conventions for rounding whole numbers. Very useful when you might not need to (or cannot) be completely precise.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Rounding Whole Numbers 1","description":"Rounding Whole Numbers 1","url":"http:\/\/www.youtube.com\/watch?v=_qzs1zozTBo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rounding-whole-numbers-1","created":1298219942,"start":null,"end":null,"type":"video","provider":"Khan University","views":"163617","children":[]},{"title":"Rounding Whole Numbers 2","description":"Rounding Whole Numbers 2","url":"http:\/\/www.youtube.com\/watch?v=fh8gkPW_6g4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rounding-whole-numbers-2","created":1298219942,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70023","children":[]},{"title":"Rounding Whole Numbers 3","description":"Rounding Whole Numbers 3","url":"http:\/\/www.youtube.com\/watch?v=3jBfLaLrk6I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rounding-whole-numbers-3","created":1298219942,"start":null,"end":null,"type":"video","provider":"Khan University","views":"76379","children":[]},{"title":"Rounding whole numbers","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/rounding_whole_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/rounding_whole_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Lattice multiplication","description":"Tired of \"standard multiplication\". In this tutorial we'll explore a different way. Not only is lattice multiplication interesting, it'll help us appreciate that there are many ways to do things. We'll also try to grasp why it works in the first place. Enjoy!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Lattice Multiplication","description":"Introduction to lattice multiplication","url":"http:\/\/www.youtube.com\/watch?v=gS6TfWUv97I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lattice-multiplication","created":1298219427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"217067","children":[]},{"title":"Why Lattice Multiplication Works","description":"Understanding why lattice multiplication works","url":"http:\/\/www.youtube.com\/watch?v=S3z4XqC_YSc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-lattice-multiplication-works","created":1298219427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"109956","children":[]}]},{"title":"Partial quotient division","description":"Feeling constrained by traditional long division? Want to impress your friends, family and even your enemies? Well, partial quotient division may be for you (or it might not). This very optional tutorial will show you that there are many ways to slice a walnut (just made up that colloquialism).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Partial Quotient Division","description":"An alternate to traditional long division","url":"http:\/\/www.youtube.com\/watch?v=R486L0M5cWk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/partial-quotient-division","created":1316512848,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56964","children":[]},{"title":"Partial Quotient Method of Division 2","description":"Another example of doing long division using the partial quotient method","url":"http:\/\/www.youtube.com\/watch?v=omFelSZvaJc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/partial-quotient-method-of-division-2","created":1316512848,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32449","children":[]}]},{"title":"Factors and multiples","description":"Understanding and finding factors and multiples. After these videos, you'll be ready for fractions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Divisibility tests","description":"Whether you are trying to impress your dog's friends (who are obsessed with figuring out number divisibility) or quickly factor a number, it can be very useful to tell whether a number is divisible by another. This tutorial walks through some of the more standard divisibility methods and describes why they work.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Divisibility Tests for 2, 3, 4, 5, 6, 9, 10","description":"Worked example of basic divisibility tests","url":"http:\/\/www.youtube.com\/watch?v=Df9h5t64NlQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/divisibility-tests-for-2--3--4--5--6--9--10","created":1356157673,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22358","children":[]},{"title":"Recognizing Divisibility","description":"Recognizing Divisibility","url":"http:\/\/www.youtube.com\/watch?v=2G_Jr_XpnY4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/recognizing-divisibility","created":1298219946,"start":null,"end":null,"type":"video","provider":"Khan University","views":"99462","children":[]},{"title":"The Why of the 9 Divisibility Rule","description":"Why you can test divisibility by 9 by just adding the digits","url":"http:\/\/www.youtube.com\/watch?v=XAzFGx3Ruig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-why-of-the-9-divisibility-rule","created":1356157579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10990","children":[]},{"title":"Divisibility tests","description":"Use divisibility tests to check if large numbers are divisible by 2, 3, 4, 5, 9, or 10.","url":"http:\/\/www.khanacademy.org\/exercise\/divisibility_tests","source":"http:\/\/www.khanacademy.org\/exercise\/divisibility_tests","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Divisibility and factors","description":"In this tutorial, we'll begin to think about the numbers that \"make up\" the number. This will be useful throughout our study of math. Whether we are adding fractions, exploring mystical number patterns, or breaking computer codes, factoring numbers are key! Eye of the tiger!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Finding Factors of a Number","description":"Finding Factors of a Number","url":"http:\/\/www.youtube.com\/watch?v=vcn2ruTOwFo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-factors-of-a-number","created":1298219946,"start":null,"end":null,"type":"video","provider":"Khan University","views":"116047","children":[]},{"title":"Divisibility 0.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/divisibility_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/divisibility_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Divisibility intuition","description":"Find the factors of a number using a visual tool.","url":"http:\/\/www.khanacademy.org\/exercise\/divisibility_intuition","source":"http:\/\/www.khanacademy.org\/exercise\/divisibility_intuition","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Prime numbers","description":"Prime numbers have been studied by mathematicians and mystics for ages (seriously). They are both basic and mysterious. The more you explore them, the more you will realize that the universe is a fascinating place. This tutorial will introduce you to the magical world of prime numbers.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Prime Numbers","description":"Identifying prime numbers","url":"http:\/\/www.youtube.com\/watch?v=mIStB5X4U8M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/prime-numbers","created":1305242771,"start":null,"end":null,"type":"video","provider":"Khan University","views":"236795","children":[]},{"title":"Recognizing Prime Numbers","description":"Recognizing Prime Numbers","url":"http:\/\/www.youtube.com\/watch?v=3h4UK62Qrbo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/recognizing-prime-numbers","created":1311031860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"90111","children":[]},{"title":"Prime numbers","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/prime_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/prime_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Composite numbers","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/composite_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/composite_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Prime factorization","description":"You know what prime numbers are and how to identify them. In this tutorial, we'll see that *all* positive whole numbers can be broken down into products of prime numbers (In some way, prime numbers are the \"atoms\" of the number world that can be multiplied to create any other number). Besides being a fascinating idea, it is also extremely useful. Prime factorization can be used to decrypt encrypted information!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Prime Factorization","description":"Prime Factorization","url":"http:\/\/www.youtube.com\/watch?v=ZKKDTfHcsG0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/prime-factorization","created":1298219946,"start":null,"end":null,"type":"video","provider":"Khan University","views":"244967","children":[]},{"title":"Prime factorization","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/prime_factorization","source":"http:\/\/www.khanacademy.org\/exercise\/prime_factorization","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"The fundamental theorem of arithmetic","description":"Find the prime factorization of a number.","url":"http:\/\/www.khanacademy.org\/exercise\/the_fundamental_theorem_of_arithmetic","source":"http:\/\/www.khanacademy.org\/exercise\/the_fundamental_theorem_of_arithmetic","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Common Divisibility Examples","description":"Common Divisibility Examples","url":"http:\/\/www.youtube.com\/watch?v=zWcfVC-oCNw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/common-divisibility-examples","created":1302393621,"start":null,"end":null,"type":"video","provider":"Khan University","views":"112649","children":[]},{"title":"Divisibility","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/divisibility","source":"http:\/\/www.khanacademy.org\/exercise\/divisibility","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Least common multiple","description":"Life is good, but it can always get better. Just imagine being able to find the smallest number that is a multiple of two other numbers! Other than making your life more fulfilling, it will allow you to do incredible things like adding fractions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Least Common Multiple","description":"Example of figuring out the least common multiple of two nunmbers","url":"http:\/\/www.youtube.com\/watch?v=cH-jaMCzIRk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/least-common-multiple","created":1298219428,"start":null,"end":null,"type":"video","provider":"Khan University","views":"300737","children":[]},{"title":"Least Common Multiple (LCM)","description":"Least Common Multiple (LCM)","url":"http:\/\/www.youtube.com\/watch?v=D6yHKOYJiso&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/least-common-multiple--lcm","created":1311031860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"93876","children":[]},{"title":"Least common multiple","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/least_common_multiple","source":"http:\/\/www.khanacademy.org\/exercise\/least_common_multiple","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Greatest common divisor","description":"You know how to find factors of a number. But what about factors that are common to two numbers? Even better, imagine the largest factors that are common to two numbers. I know. Too exciting!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Greatest Common Divisor","description":"4 example problems of determining the greatest common factor of two numbers by factoring the 2 numbers first","url":"http:\/\/www.youtube.com\/watch?v=jFd-6EPfnec&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/greatest-common-divisor","created":1298219428,"start":null,"end":null,"type":"video","provider":"Khan University","views":"260039","children":[]},{"title":"Greatest common divisor","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/greatest_common_divisor","source":"http:\/\/www.khanacademy.org\/exercise\/greatest_common_divisor","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"LCM and GCD word problems","description":"Least common multiple and greatest common divisor (or greatest common factor) word problems","url":"http:\/\/www.khanacademy.org\/exercise\/least_common_multiple_and_greatest_common_divisor_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/least_common_multiple_and_greatest_common_divisor_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Negative numbers and absolute value","description":"Extending our understanding of numbers below 0. Thinking about \"absolute\" distance from 0.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Negative number basics","description":"What is a \"negative number\"? What happens when I add or subtract one of these?\n\nIf you come to this tutorial armed with the basics of adding an subtracting numbers, you'll learn about what happens in the world below zero! You will learn what negative numbers are and how we can add and subtract them.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Negative Numbers Introduction","description":"","url":"http:\/\/www.youtube.com\/watch?v=Hlal9ME2Aig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/negative-numbers-introduction","created":1298220676,"start":null,"end":null,"type":"video","provider":"Khan University","views":"324567","children":[]},{"title":"Number line 2","description":"Identify positive and negative integers on the number line","url":"http:\/\/www.khanacademy.org\/exercise\/number_line_2","source":"http:\/\/www.khanacademy.org\/exercise\/number_line_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Ordering Negative Numbers","description":"Ordering negative numbers from least to greatest","url":"http:\/\/www.youtube.com\/watch?v=VW6UrPKPInA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ordering-negative-numbers","created":1314180032,"start":null,"end":null,"type":"video","provider":"Khan University","views":"74566","children":[]},{"title":"Ordering negative numbers","description":"Put negative integers in order","url":"http:\/\/www.khanacademy.org\/exercise\/ordering_negative_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/ordering_negative_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Number line 3","description":"Identify positive and negative integers on the number line based on placement of other numbers","url":"http:\/\/www.khanacademy.org\/exercise\/number_line_3","source":"http:\/\/www.khanacademy.org\/exercise\/number_line_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Adding and subtracting negative numbers","description":"You understand that negative numbers represent how far we are \"below zero\". Now you are ready to add and subtract them! In this tutorial, we will explain, give examples, and give practice adding and subtracting negative numbers. \n\nThis is a super-important concept for the rest of your mathematical career so, no pressure, learn it as well as you can!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Example: Adding negative numbers","description":"Adding Negative Numbers","url":"http:\/\/www.youtube.com\/watch?v=AcpIO62x2oo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-negative-numbers","created":1310772456,"start":null,"end":null,"type":"video","provider":"Khan University","views":"223257","children":[]},{"title":"Example: Adding integers with different signs","description":"Adding integers with different signs","url":"http:\/\/www.youtube.com\/watch?v=NrVvu7cM8_o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-integers-with-different-signs","created":1298220018,"start":null,"end":null,"type":"video","provider":"Khan University","views":"225806","children":[]},{"title":"Adding negative numbers","description":"Adding positive and negative single-digit numbers","url":"http:\/\/www.khanacademy.org\/exercise\/adding_negative_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/adding_negative_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Why Subtracting a Negative Equivalent to Adding a Positive","description":"Intuition as to why subtracting a negative number is equivalent to adding the absolute value of that number","url":"http:\/\/www.youtube.com\/watch?v=lBscLuttQq0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-subtracting-a-negative-equivalent-to-adding-a-positive","created":1356131100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12476","children":[]},{"title":"Adding and subtracting negative numbers","description":"Add and subtract positive and negative single-digit integers","url":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_negative_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_negative_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding decimals of different signs word problem","description":"","url":"http:\/\/www.youtube.com\/watch?v=fFdOr8U4mnI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u09-l1-t2-we4-adding-real-numbers-application","created":1325070020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27316","children":[]},{"title":"Adding\/Subtracting negative numbers","description":"Adding and subtracting negative numbers","url":"http:\/\/www.youtube.com\/watch?v=C38B33ZywWs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-subtracting-negative-numbers","created":1298220676,"start":null,"end":null,"type":"video","provider":"Khan University","views":"489969","children":[]}]},{"title":"Multiplying and dividing negative numbers","description":"It is starting to dawn on you that negative numbers are incredibly awesome. So awesome that you are feeling embarrassed to think how excited you are about them!\n\nWell, the journey is just beginning. In this tutorial we will think about multiplying and dividing numbers throughout the number line!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Multiplying Positive and Negative Numbers","description":"Basics of multiplication with negative numbers","url":"http:\/\/www.youtube.com\/watch?v=47wjId9k2Hs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-positive-and-negative-numbers","created":1340128642,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46575","children":[]},{"title":"Why a Negative Times a Negative is a Positive","description":"Why negative number products are defined in the way they are.","url":"http:\/\/www.youtube.com\/watch?v=rK4sXm_MPWo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-a-negative-times-a-negative-is-a-positive","created":1340381801,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65876","children":[]},{"title":"Why a Negative Times a Negative Makes Intuitive Sense","description":"Using the repeated addition model of multiplication to think about multiplying negative numbers","url":"http:\/\/www.youtube.com\/watch?v=pzQY-9Nmtws&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-a-negative-times-a-negative-makes-intuitive-sense","created":1356135048,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12575","children":[]},{"title":"Dividing Positive and Negative Numbers","description":"Basics of dividing with negative numbers","url":"http:\/\/www.youtube.com\/watch?v=bQ-KR3clFgs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-positive-and-negative-numbers","created":1340128665,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37836","children":[]},{"title":"Example: Multiplying numbers with different signs","description":"U09_L2_T4_we1 Multiplying negative real numbers","url":"http:\/\/www.youtube.com\/watch?v=4ve7OaCnDLs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-negative-real-numbers","created":1298220018,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12548","children":[]},{"title":"Multiplying and dividing negative numbers","description":"Multiply or divide positive and negative integers. No remainder.","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_and_dividing_negative_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_and_dividing_negative_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Negative number word problems","description":"Word problems with addition, subtraction, multiplication, and division of positive and negative numbers.","url":"http:\/\/www.khanacademy.org\/exercise\/negative_number_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/negative_number_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying and dividing negative numbers","description":"Multiplying and dividing negative numbers","url":"http:\/\/www.youtube.com\/watch?v=d8lP5tR2R3Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-and-dividing-negative-numbers","created":1298220676,"start":null,"end":null,"type":"video","provider":"Khan University","views":"204083","children":[]}]},{"title":"Absolute value","description":"You'll find absolute value absolutely straightforward--it is just the \"distance from zero\". If you have a positive number, it is its own absolute value. If you have a negative number, just make it positive to get the absolute value. \n\nAs you see as you develop mathematically, this idea will eventually extended to more contexts and dimensions, so super important that you understand this core concept now.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Absolute Value and Number Lines","description":"Absolute Value and Number Lines","url":"http:\/\/www.youtube.com\/watch?v=frBJEYvyd-8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-and-number-lines","created":1298219288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"98028","children":[]},{"title":"Absolute Value 1","description":null,"url":"http:\/\/www.youtube.com\/watch?v=NvGTCzAfvr0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-1","created":1298219288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"198503","children":[]},{"title":"Finding absolute values","description":"Find the absolute value of a given number.","url":"http:\/\/www.khanacademy.org\/exercise\/absolute_value","source":"http:\/\/www.khanacademy.org\/exercise\/absolute_value","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Absolute Value of Integers","description":"Absolute Value of Integers","url":"http:\/\/www.youtube.com\/watch?v=r6hS_8nm1jM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-of-integers","created":1298220017,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56954","children":[]},{"title":"Comparing Absolute Values","description":"Evaluating and comparing absolute values","url":"http:\/\/www.youtube.com\/watch?v=hKkBlcnU9pw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-absolute-values","created":1314180032,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38536","children":[]},{"title":"Comparing absolute values","description":"Compare the absolute values of two numbers, or compare the absolute value of one number to another number.","url":"http:\/\/www.khanacademy.org\/exercise\/comparing_absolute_values","source":"http:\/\/www.khanacademy.org\/exercise\/comparing_absolute_values","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"CA Algebra I: Number Properties and Absolute Value","description":"1-7, number properties and absolute value equations","url":"http:\/\/www.youtube.com\/watch?v=ZouQdHSyelg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--number-properties-and-absolute-value","created":1298219647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"141713","children":[]}]},{"title":"Decimals and percent","description":"Understanding decimals conceptually, using operations with decimals, rounding and estimating with decimals, and converting decimals.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Conceptualizing decimals and place notation","description":"You've been using decimals all of your life. When you pay $0.75 at a vending machine, 0.75 is a decimal. When you see the ratings of gymnastics judges at the Olympics (\"9.5, 9.4, 7.5 (booooo)\"), those are decimals. This tutorial will help you understand this powerful tool all the better. Before you know it, you'll be representing numbers that are in-between whole numbers all the time!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Decimal Place Value","description":"Decimal Place Value","url":"http:\/\/www.youtube.com\/watch?v=x-Dqe5U1TXA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/decimal-place-value","created":1298219981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"119582","children":[]},{"title":"Decimal Place Value 2","description":"Decimal Place Value 2","url":"http:\/\/www.youtube.com\/watch?v=AuD2TX-90Cc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/decimal-place-value-2","created":1298219981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58613","children":[]},{"title":"Comparing Decimals","description":"Comparing Decimals","url":"http:\/\/www.youtube.com\/watch?v=HCC96awA-FM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-decimals","created":1298219982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55262","children":[]},{"title":"Understanding decimals place value","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/understanding_decimals_place_value","source":"http:\/\/www.khanacademy.org\/exercise\/understanding_decimals_place_value","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Decimals on a Number Line","description":"Decimals on a Number Line","url":"http:\/\/www.youtube.com\/watch?v=LpLnmuAyNWg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/decimals-on-a-number-line","created":1311031860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"77768","children":[]},{"title":"Decimals on the number line 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/decimals_on_the_number_line_1","source":"http:\/\/www.khanacademy.org\/exercise\/decimals_on_the_number_line_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Points on a number line","description":"Points on a number line","url":"http:\/\/www.youtube.com\/watch?v=uC09taczvOo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/points-on-a-number-line","created":1298220018,"start":null,"end":null,"type":"video","provider":"Khan University","views":"205643","children":[]},{"title":"Decimals on the number line 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/decimals_on_the_number_line_2","source":"http:\/\/www.khanacademy.org\/exercise\/decimals_on_the_number_line_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Adding and subtracting decimals","description":"You get the general idea of decimal is and what the digits in different places represent (place value). Now you're ready to do something with the decimals. Adding and subtracting is a good place to start. This will allow you to add your families expenses to figure out if your little brother is laundering money (perhaps literally). Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Adding Decimals","description":"Adding Decimals","url":"http:\/\/www.youtube.com\/watch?v=w616LEmrHVE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-decimals","created":1298219982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"110216","children":[]},{"title":"Adding decimals 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/adding_decimals_2","source":"http:\/\/www.khanacademy.org\/exercise\/adding_decimals_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding decimals 0.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/adding_decimals_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/adding_decimals_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Subtracting Decimals","description":"Subtracting Decimals","url":"http:\/\/www.youtube.com\/watch?v=Eq4mVCd-yyo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-decimals","created":1298219982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71590","children":[]},{"title":"Subtracting decimals 0.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/subtracting_decimals_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/subtracting_decimals_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding decimals","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/adding_decimals","source":"http:\/\/www.khanacademy.org\/exercise\/adding_decimals","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Subtracting Decimals Word Problem","description":"Subtracting Decimals Word Problem","url":"http:\/\/www.youtube.com\/watch?v=hy_bDS3aHO4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-decimals-word-problem","created":1298219982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34435","children":[]},{"title":"Subtracting decimals","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/subtracting_decimals","source":"http:\/\/www.khanacademy.org\/exercise\/subtracting_decimals","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding and subtracting decimals word problems","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_decimals_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_decimals_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Subtracting decimals (old)","description":"Subtracting decimal numbers","url":"http:\/\/www.youtube.com\/watch?v=0mOH-qNGM7M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-decimals--old","created":1298219426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"144806","children":[]}]},{"title":"Multiplying decimals","description":"The real world is seldom about whole numbers. If you precisely measure anything, you're likely to get a decimal. If you don't know how to multiply these decimals, then you won't be able to do all the powerful things that multiplication can do in the real world (figure out your commission as a robot possum salesperson, determining how much shag carpet you need for your secret lair, etc.).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Multiplying Decimals","description":"Multiplying Decimals","url":"http:\/\/www.youtube.com\/watch?v=JEHejQphIYc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-decimals","created":1298219982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"159800","children":[]},{"title":"Multiplying Decimals 3","description":"Multiplying Decimals 3","url":"http:\/\/www.youtube.com\/watch?v=W7dImsrVa0Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mulitplyling-decimals-3","created":1298219983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41241","children":[]},{"title":"Multiplication 8: Multiplying decimals (Old video)","description":"Multiplying decimals (www.khanacademy.org)","url":"http:\/\/www.youtube.com\/watch?v=m5z6pOsxF_8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mulitplication-8--multiplying-decimals--old-video","created":1298219427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"188025","children":[]},{"title":"Multiplying decimals","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_decimals","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_decimals","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying a Decimal by a Power of 10","description":"Multiplying a Decimal by a Power of 10","url":"http:\/\/www.youtube.com\/watch?v=mV0RxDZG05A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-a-decimal-by-a-power-of-10","created":1310772454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52447","children":[]},{"title":"Dividing a Decimal by a Power of 10","description":"Dividing a Decimal by a Power of 10","url":"http:\/\/www.youtube.com\/watch?v=W_VhVHRal6o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-a-decimal-by-a-power-of-10","created":1310772454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39477","children":[]},{"title":"Understanding moving the decimal","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/understanding_moving_the_decimal","source":"http:\/\/www.khanacademy.org\/exercise\/understanding_moving_the_decimal","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Dividing decimals","description":"You can add, subtract and multiply decimals. You know you'd feel a bit empty if you couldn't divide them as well. But something more powerful is going to happen. If you are like us, you never quite liked those pesky remainders when dividing whole numbers. Well, those pesky remainders better watch out because they are going to be divided too!!!! Ah ha ha ha ha!!!!!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Dividing decimal","description":"Dividing decimal numbers","url":"http:\/\/www.youtube.com\/watch?v=S0uuK7SQcA8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-decimal","created":1298219428,"start":null,"end":null,"type":"video","provider":"Khan University","views":"399785","children":[]},{"title":"Dividing Decimals","description":"Dividing Decimals","url":"http:\/\/www.youtube.com\/watch?v=Nqts8zW8RxM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-decimals","created":1298219982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"151124","children":[]},{"title":"Dividing Decimals 2.1","description":".1 Dividing Decimals 2.1","url":"http:\/\/www.youtube.com\/watch?v=HLGCq2h4ihY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-decimals-2-1","created":1298219982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48762","children":[]},{"title":"Dividing decimals 0.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/dividing_decimals_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/dividing_decimals_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Dividing decimals 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/dividing_decimals_1","source":"http:\/\/www.khanacademy.org\/exercise\/dividing_decimals_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Dividing decimals 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/dividing_decimals_2","source":"http:\/\/www.khanacademy.org\/exercise\/dividing_decimals_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Dividing decimals","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/dividing_decimals","source":"http:\/\/www.khanacademy.org\/exercise\/dividing_decimals","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Converting between fractions and decimals","description":"Both fractions and decimals are desperate to capture that little part of our heart that desires to express non-whole numbers. But must we commit? Can't we have business in the front and party in the back (younger people should luck up the word \"mullet\" to see a hair-style worth considering for your next trip to the barber)? Can't it look like a pump, but feel like a sneaker? Well, if 18-wheelers can turn into self-righteous robots, then why can't decimals and fractions turn into each other?","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Decimals and Fractions","description":"Decimals and Fractions","url":"http:\/\/www.youtube.com\/watch?v=NzIoHQfStoM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/decimals-and-fractions","created":1298219981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"170776","children":[]},{"title":"Converting fractions to decimals","description":"How to express a fraction as a decimal","url":"http:\/\/www.youtube.com\/watch?v=Gn2pdkvdbGQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-fractions-to-decimals","created":1298219428,"start":null,"end":null,"type":"video","provider":"Khan University","views":"575541","children":[]},{"title":"Converting fractions to decimals (ex1)","description":"Converting fractions to decimals (ex1)","url":"http:\/\/www.youtube.com\/watch?v=NM8qTo361ic&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-fractions-to-decimals--ex1","created":1343082113,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23474","children":[]},{"title":"Converting fractions to decimals (ex2)","description":"Converting fractions to decimals (ex2)","url":"http:\/\/www.youtube.com\/watch?v=sCVyvfOLI6U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-fractions-to-decimals--ex2","created":1343082122,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16503","children":[]},{"title":"Converting Fractions to Decimals Example","description":"Converting Fractions to Decimals","url":"http:\/\/www.youtube.com\/watch?v=Y1V5mZaMfTk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-fractions-to-decimals-example","created":1311031860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"90191","children":[]},{"title":"Converting decimals to fractions 1 (ex 1)","description":"Converting decimals to fractions 1 (ex 1)","url":"http:\/\/www.youtube.com\/watch?v=DR2DYe7PI74&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-decimals-to-fractions-1--ex-1","created":1343081999,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20599","children":[]},{"title":"Converting decimals to fractions 1 (ex 2)","description":"Converting decimals to fractions 1 (ex 2)","url":"http:\/\/www.youtube.com\/watch?v=9P80OLC6wKY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-decimals-to-fractions-1--ex-2","created":1343082019,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13999","children":[]},{"title":"Converting decimals to fractions 1 (ex 3)","description":"Converting decimals to fractions 1 (ex 3)","url":"http:\/\/www.youtube.com\/watch?v=OS1g4PDdNdM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-decimals-to-fractions-1--ex-3","created":1343082032,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13074","children":[]},{"title":"Converting decimals to fractions 2 (ex 1)","description":"Converting decimals to fractions 2 (ex 1)","url":"http:\/\/www.youtube.com\/watch?v=EGr3KC55sfU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-decimals-to-fractions-2--ex-1","created":1343082051,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10684","children":[]},{"title":"Converting decimals to fractions 2 (ex 2)","description":"Converting decimals to fractions 2 (ex 2)","url":"http:\/\/www.youtube.com\/watch?v=qbMe4f2yvKs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-decimals-to-fractions-2--ex-2","created":1343082063,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10966","children":[]}]},{"title":"Intro to percentages","description":"At least 50% of the math that you end up doing in your real life will involve percentages. We're not really sure about that figure, but it sounds authoritative. Anyway, unless you've watched this tutorial, you're really in no position to argue otherwise.\n\nAs you'll see \"percent\" literally means \"per cent\" or \"per hundred\". It's a pseudo-decimally thing that our society likes to use even though decimals or fractions alone would have done the trick. Either way, we're 100% sure you'll find this useful.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Describing the Meaning of Percent","description":"Describing the Meaning of Percent","url":"http:\/\/www.youtube.com\/watch?v=Lvr2YsxG10o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/describing-the-meaning-of-percent","created":1298219983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"117600","children":[]},{"title":"Describing the Meaning of Percent 2","description":"Describing the Meaning of Percent 2","url":"http:\/\/www.youtube.com\/watch?v=MokI3Fi8jpc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/describing-the-meaning-of-percent-2","created":1298219984,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55348","children":[]},{"title":"Converting percents to decimals","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/converting_percents_to_decimals","source":"http:\/\/www.khanacademy.org\/exercise\/converting_percents_to_decimals","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Representing a number as a decimal, percent, and fraction","description":"Representing a number as a decimal, percent, and fraction","url":"http:\/\/www.youtube.com\/watch?v=-gB1y-PMWfs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/representing-a-number-as-a-decimal--percent--and-fraction","created":1298219984,"start":null,"end":null,"type":"video","provider":"Khan University","views":"115316","children":[]},{"title":"Converting decimals to percents (ex 1)","description":"Converting decimals to percents (ex 1)","url":"http:\/\/www.youtube.com\/watch?v=5z568fLBQyQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-decimals-to-percents--ex-1","created":1343082086,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27381","children":[]},{"title":"Converting decimals to percents (ex 2)","description":"Converting decimals to percents (ex 2)","url":"http:\/\/www.youtube.com\/watch?v=3_caioiRu5I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-decimals-to-percents--ex-2","created":1343082098,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17708","children":[]},{"title":"Converting decimals to percents","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/converting_decimals_to_percents","source":"http:\/\/www.khanacademy.org\/exercise\/converting_decimals_to_percents","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Identifying Percent Amount and Base","description":"Identifying Percent Amount and Base","url":"http:\/\/www.youtube.com\/watch?v=JaScdH47PYg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/identifying-percent-amount-and-base","created":1310772454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57888","children":[]},{"title":"Representing a number as a decimal, percent, and fraction 2","description":"Representing a number as a decimal, percent, and fraction 2","url":"http:\/\/www.youtube.com\/watch?v=Hkwfibux88s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/representing-a-number-as-a-decimal--percent--and-fraction-2","created":1298219984,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70383","children":[]},{"title":"Ordering numeric expressions","description":"Ordering numbers expressed as decimals, fractions, and percentages","url":"http:\/\/www.youtube.com\/watch?v=Llt-KkHugRQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ordering-numeric-expressions_DUP_3","created":1328266843,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73426","children":[]}]},{"title":"Percent word problems","description":"Whether you're calculating a tip at your favorite restaurant or figuring out how many decades you'll be paying your student debt because of the interest, percents will show up again and again and again in your life. This tutorial will expose you to some of these problems before they show up in your actual life so you can handle them with ease (kind of like a vaccine for the brain). Enjoy.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Growing by a percentage","description":"Growing a quantity by a percentage","url":"http:\/\/www.youtube.com\/watch?v=X2jVap1YgwI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/growing-by-a-percentage","created":1298219226,"start":null,"end":null,"type":"video","provider":"Khan University","views":"156168","children":[]},{"title":"Solving Percent Problems","description":"U05_L2_T1_we1 Solving Percent Problems","url":"http:\/\/www.youtube.com\/watch?v=TvSKeTFsaj4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-percent-problems","created":1298219984,"start":null,"end":null,"type":"video","provider":"Khan University","views":"112350","children":[]},{"title":"Solving Percent Problems 2","description":"Solving Percent Problems 2","url":"http:\/\/www.youtube.com\/watch?v=N4kDzoQOngY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-percent-problems-2","created":1298219984,"start":null,"end":null,"type":"video","provider":"Khan University","views":"77857","children":[]},{"title":"Solving Percent Problems 3","description":"Solving Percent Problems 3","url":"http:\/\/www.youtube.com\/watch?v=DAikW24_O0A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-percent-problems-3","created":1298219984,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61527","children":[]},{"title":"Discount tax and tip word problems","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/discount_tax_and_tip_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/discount_tax_and_tip_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Markup and commission word problems","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/markup_and_commission_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/markup_and_commission_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Estimating and rounding with decimals","description":"Laziness is usually considered a bad thing. But sometimes, it is useful to be lazy in a smart way. Why do a big, hairy calculation if you just need a rough estimate? Why keep track of 2.345609 when you only need 2.35? \n\nThis tutorial will get you comfortable with sometimes being a little rough with numbers. By being able to round and estimate them, it'll only add one more tool to your toolkit.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Rounding Decimals","description":"Rounding Decimals","url":"http:\/\/www.youtube.com\/watch?v=_MIn3zFkEcc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rounding-decimals","created":1298219982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"112054","children":[]},{"title":"Rounding numbers","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/rounding_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/rounding_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Estimation with Decimals","description":"Estimation with Decimals","url":"http:\/\/www.youtube.com\/watch?v=BkwI6Uu0vi4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/estimation-with-decimals","created":1298219983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57998","children":[]},{"title":"Estimation with decimals","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/estimation_with_decimals","source":"http:\/\/www.khanacademy.org\/exercise\/estimation_with_decimals","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Significant figures","description":"There is a strong temptation in life to appear precise, even when you are aren't accurate. If you precisely measure one dimension of a carpet to be 3.256 meters and eyeball the other dimensional to be \"roughly 2 meters\", can you really claim that the area is 7.512 square meters (3.256 x 2)? Isn't that a little misleading? \n\nThis tutorial gets us thinking about this conundrum and gives us the best practices that scientists and engineers use to not mislead each other.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Significant Figures","description":"Introduction to significant figures","url":"http:\/\/www.youtube.com\/watch?v=eCJ76hz7jPM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/significant-figures","created":1303428399,"start":null,"end":null,"type":"video","provider":"Khan University","views":"209435","children":[]},{"title":"More on Significant Figures","description":"Understanding the \"rules of thumb\" for significant figures","url":"http:\/\/www.youtube.com\/watch?v=eMl2z3ezlrQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-significant-figures","created":1303428399,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61485","children":[]},{"title":"Addition and Subtraction with Significant Figures","description":"Addition and Subtraction with Significant Figures","url":"http:\/\/www.youtube.com\/watch?v=xHgPtFUbAeU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-and-subtraction-with-significant-figures","created":1303514854,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52687","children":[]},{"title":"Multiplying and Dividing with Significant Figures","description":"Multiplying and dividing with significant figures","url":"http:\/\/www.youtube.com\/watch?v=iorZdz4dsBU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-and-dividing-with-significant-figures","created":1303428399,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57614","children":[]},{"title":"Significant figures","description":"Determine how many significant figures a given number has.","url":"http:\/\/www.khanacademy.org\/exercise\/significant_figures_1","source":"http:\/\/www.khanacademy.org\/exercise\/significant_figures_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Fractions","description":"Understanding fractions conceptually, using operations with fractions, and converting fractions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Understanding fractions","description":"If you don't understand fractions, you won't be even 1\/3 educated. Glasses will seem half empty rather than half full. You'll be lucky to not be duped into some type of shady real-estate scheme or putting far too many eggs in your cake batter.\n\nGood thing this tutorial is here. You'll see that fractions allow us to view the world in entirely new ways. You'll see that everything doesn't have to be a whole. You'll be able to slice and dice and then put it all back together (and if you order now, we'll throw in a spatula warmer for no extra charge).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Numerator and Denominator of a Fraction","description":"Numerator and Denominator of a Fraction","url":"http:\/\/www.youtube.com\/watch?v=3XOt1fjWKi8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/numerator-and-denominator-of-a-fraction","created":1298219946,"start":null,"end":null,"type":"video","provider":"Khan University","views":"232190","children":[]},{"title":"Recognizing fractions 0.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/recognizing_fractions_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/recognizing_fractions_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Identifying Fraction Parts","description":"Identifying Fraction Parts","url":"http:\/\/www.youtube.com\/watch?v=-a_w0_VAo6U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/identifying-fraction-parts","created":1298219946,"start":null,"end":null,"type":"video","provider":"Khan University","views":"129931","children":[]},{"title":"Recognizing fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/recognizing_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/recognizing_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Fractions on the number line 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/fractions_on_the_number_line_1","source":"http:\/\/www.khanacademy.org\/exercise\/fractions_on_the_number_line_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Fraction word problems 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/fraction_word_problems_1","source":"http:\/\/www.khanacademy.org\/exercise\/fraction_word_problems_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Equivalent fractions and simplified form","description":"There are literally infinite ways to represent any fraction (or number for that matter). Don't believe us? Let's take 1\/3. 2\/6, 3\/9, 4\/12 ... 10001\/30003 are all equivalent fractions (and we could keep going)! \n\nIf you know the basics of what a fraction is, this is a great tutorial for recognizing when fractions are equivalent and then simplifying them as much as possible!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Equivalent fractions","description":"Introduces the concept of equivalent fractions","url":"http:\/\/www.youtube.com\/watch?v=U2ovEuEUxXQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equivalent-fractions","created":1298219428,"start":null,"end":null,"type":"video","provider":"Khan University","views":"300916","children":[]},{"title":"Equivalent Fractions Example","description":"Equivalent Fractions","url":"http:\/\/www.youtube.com\/watch?v=0JW9P_T4P_Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equivalent-fractions-example","created":1298219946,"start":null,"end":null,"type":"video","provider":"Khan University","views":"173711","children":[]},{"title":"Comparing Fractions","description":"Comparing Fractions","url":"http:\/\/www.youtube.com\/watch?v=Io9i1JkKgN4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-fractions","created":1298219979,"start":null,"end":null,"type":"video","provider":"Khan University","views":"115080","children":[]},{"title":"Fractions in lowest terms","description":"Fractions in lowest terms","url":"http:\/\/www.youtube.com\/watch?v=WPimvspI0_c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fractions-in-lowest-terms","created":1298219947,"start":null,"end":null,"type":"video","provider":"Khan University","views":"140407","children":[]},{"title":"Finding Common Denominators","description":"Finding Common Denominators","url":"http:\/\/www.youtube.com\/watch?v=lxjmR4pYIVU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-common-denominators","created":1311031860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"79190","children":[]},{"title":"Simplifying fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/simplifying_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/simplifying_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Ordering Fractions","description":"Finding common denominators of multiple fraction to order them","url":"http:\/\/www.youtube.com\/watch?v=N8dIOmk_lHs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ordering-fractions","created":1314180032,"start":null,"end":null,"type":"video","provider":"Khan University","views":"92381","children":[]},{"title":"Comparing Fractions 2","description":"Comparing Fractions","url":"http:\/\/www.youtube.com\/watch?v=2dbasvm3iG0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-fractions-2","created":1310772454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81017","children":[]},{"title":"Comparing fractions 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/comparing_fractions_1","source":"http:\/\/www.khanacademy.org\/exercise\/comparing_fractions_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Equivalent fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/equivalent_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/equivalent_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Equivalent fractions 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/equivalent_fractions_2","source":"http:\/\/www.khanacademy.org\/exercise\/equivalent_fractions_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Comparing fractions 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/comparing_fractions_2","source":"http:\/\/www.khanacademy.org\/exercise\/comparing_fractions_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Ordering fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/ordering_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/ordering_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Fractions cut and copy 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/fractions_cut_and_copy_1","source":"http:\/\/www.khanacademy.org\/exercise\/fractions_cut_and_copy_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Adding and subtracting fractions","description":"You've already got 2 cups of sugar in the cupboard. Your grandmother's recipe for disgustingly-sweet-fudge-cake calls for 3 and 1\/3 cups of sugar. How much sugar do you need to borrow from you robot neighbor?\n\nAdding and subtracting fractions is key. It might be a good idea to look at the equivalent fractions tutorial before tackling this one.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Adding Fractions with Like Denominators","description":"Adding Fractions with Like Denominators","url":"http:\/\/www.youtube.com\/watch?v=EJjnEau6aeI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-fractions-with-like-denominators","created":1298219980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"193185","children":[]},{"title":"Adding fractions with common denominators","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/adding_fractions_with_common_denominators","source":"http:\/\/www.khanacademy.org\/exercise\/adding_fractions_with_common_denominators","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Subtracting Fractions","description":"Subtracting Fractions","url":"http:\/\/www.youtube.com\/watch?v=UbUdyE1_b9g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting--fractions","created":1298219981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"147666","children":[]},{"title":"Subtracting fractions with common denominators","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/subtracting_fractions_with_common_denominators","source":"http:\/\/www.khanacademy.org\/exercise\/subtracting_fractions_with_common_denominators","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding and subtracting fractions","description":"How to add and subtract fractions.","url":"http:\/\/www.youtube.com\/watch?v=52ZlXsFJULI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-and-subtracting-fractions","created":1298220483,"start":null,"end":null,"type":"video","provider":"Khan University","views":"668036","children":[]},{"title":"Adding Fractions with Unlike Denominators","description":"Adding Fractions with Unlike Denominators","url":"http:\/\/www.youtube.com\/watch?v=OVMceVL_CEQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-fractions-with-unlike-denominators","created":1298219980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"288246","children":[]},{"title":"Adding fractions (ex 1)","description":"Adding fractions (ex 1)","url":"http:\/\/www.youtube.com\/watch?v=TuId1spuyoc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-fractions--ex-1","created":1341262491,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24870","children":[]},{"title":"Adding fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/adding_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/adding_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Subtracting fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/subtracting_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/subtracting_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding and subtracting fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding fractions with different signs","description":"Adding fractions with different signs","url":"http:\/\/www.youtube.com\/watch?v=QS1LMomm0Gk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-fractions-with-different-signs","created":1298220018,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43431","children":[]},{"title":"Adding fractions examples","description":"","url":"http:\/\/www.youtube.com\/watch?v=BKEtsv9MbyY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-of-rational--numbers","created":1298219774,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20991","children":[]}]},{"title":"Multiplying and dividing fractions","description":"What is 2\/3 of 2\/3? If I divide a dozen donuts into donut thirds, how many donut pieces will I have?\n\nMultiplying and dividing fractions is not only super-useful, but super-fun as well.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Multiplying Fractions","description":"Multiplying Fractions","url":"http:\/\/www.youtube.com\/watch?v=CTKMK1ZGLuk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-fractions","created":1298219979,"start":null,"end":null,"type":"video","provider":"Khan University","views":"233558","children":[]},{"title":"Multiplying fractions 0.5","description":"Multiplying positive fractions with simplification","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_fractions_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_fractions_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying Fractions Word Problem","description":"Multiplying Fractions Word Problem","url":"http:\/\/www.youtube.com\/watch?v=YJgIGwTysk0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-fractions-word-problem","created":1298219980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"64417","children":[]},{"title":"Multiplying fractions word problems","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_fractions_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_fractions_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Dividing fractions","description":"Dividing fractions","url":"http:\/\/www.youtube.com\/watch?v=zQMU-lsMb3U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-fractions","created":1298220677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"389899","children":[]},{"title":"Dividing Fractions Example","description":"Dividing Fractions","url":"http:\/\/www.youtube.com\/watch?v=tnkPY4UqJ44&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-fractions-example","created":1298219980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"123505","children":[]},{"title":"Dividing fractions 0.5","description":"Dividing positive fractions with simplification","url":"http:\/\/www.khanacademy.org\/exercise\/dividing_fractions_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/dividing_fractions_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Dividing fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/dividing_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/dividing_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Dividing Fractions Word Problem","description":"Dividing Fractions Word Problem","url":"http:\/\/www.youtube.com\/watch?v=PQsgXNggV7Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-fractions-word-problem","created":1298219980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68878","children":[]},{"title":"Dividing fractions word problems","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/dividing_fractions_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/dividing_fractions_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Mixed numbers and improper fractions","description":"We can often have fractions whose numerators are not less than the denominators (like 23\/4 or 3\/2 or even 6\/6). These top-heavy friends are called improper fractions. Since they represent a whole or more (in absolute terms), they can also be expressed as a combination of a whole number and a \"proper fraction\" (one where the numerator is less than the denominator) which is called a \"mixed number.\" They are both awesome ways of representing a number and getting acquainted with both (as this tutorial does) is super useful in life!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Proper and Improper Fractions","description":"Proper and Improper Fractions","url":"http:\/\/www.youtube.com\/watch?v=2h8XiqSnzaU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proper-and-improper-fractions","created":1310772452,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70425","children":[]},{"title":"Fractions on the number line 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/fractions_on_the_number_line_2","source":"http:\/\/www.khanacademy.org\/exercise\/fractions_on_the_number_line_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Comparing improper fractions and mixed numbers","description":"Worked examples comparing improper fractions and mixed numbers","url":"http:\/\/www.youtube.com\/watch?v=R8YKuGJ0plI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-improper-fractions-and-mixed-numbers","created":1343081111,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18534","children":[]},{"title":"Mixed numbers and improper fractions","description":"Converting mixed numbers to improper fractions and improper fractions to mixed numbers","url":"http:\/\/www.youtube.com\/watch?v=1xuf6ZKF1_I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mixed-numbers-and-improper-fractions","created":1298219428,"start":null,"end":null,"type":"video","provider":"Khan University","views":"292199","children":[]},{"title":"Comparing improper fractions and mixed numbers","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/comparing_improper_fractions_and_mixed_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/comparing_improper_fractions_and_mixed_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Converting Mixed Numbers to Improper Fractions","description":"Converting Mixed Numbers to Improper Fractions","url":"http:\/\/www.youtube.com\/watch?v=-sA-vI2a2mM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-mixed-numbers-to-improper-fractions","created":1310772452,"start":null,"end":null,"type":"video","provider":"Khan University","views":"87055","children":[]},{"title":"Changing a Mixed Number to an Improper Fraction","description":"U02_L1_T2_we2 Changing a Mixed Number to an Improper Fraction","url":"http:\/\/www.youtube.com\/watch?v=xkg7370cpjs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/changing-a-mixed-number-to-an-improper-fraction","created":1298219946,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48640","children":[]},{"title":"Changing an Improper Fraction to a Mixed Number","description":"Changing an Improper Fraction to a Mixed Number","url":"http:\/\/www.youtube.com\/watch?v=8JyPzTeA_8w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/changing-an-improper-fraction-to-a-mixed-number","created":1298219946,"start":null,"end":null,"type":"video","provider":"Khan University","views":"92048","children":[]},{"title":"Converting mixed numbers and improper fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/converting_mixed_numbers_and_improper_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/converting_mixed_numbers_and_improper_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Ordering improper fractions and mixed numbers","description":"Worked examples ordering mixed numbers and improper fractions","url":"http:\/\/www.youtube.com\/watch?v=4Ql6o932ZFU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ordering-improper-fractions-and-mixed-numbers","created":1356744604,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4797","children":[]},{"title":"Ordering improper fractions and mixed numbers","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/ordering_improper_fractions_and_mixed_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/ordering_improper_fractions_and_mixed_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Fractions cut and copy 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/fractions_cut_and_copy_2","source":"http:\/\/www.khanacademy.org\/exercise\/fractions_cut_and_copy_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Fractions on the number line 3","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/fractions_on_the_number_line_3","source":"http:\/\/www.khanacademy.org\/exercise\/fractions_on_the_number_line_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Mixed number addition and subtraction","description":"You know the basics of what mixed numbers are. You're now ready to add and subtract them. This tutorial gives you plenty of examples and practice in this core skill!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Adding Mixed Numbers","description":"Adding Mixed Numbers","url":"http:\/\/www.youtube.com\/watch?v=4TBVB4hLQhY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-mixed-numbers","created":1298219981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"101704","children":[]},{"title":"Adding Mixed Numbers with Unlike Denominators","description":"Adding Mixed Numbers with Unlike Denominators","url":"http:\/\/www.youtube.com\/watch?v=CfBYGFm5gPA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-mixed-numbers-with-unlike-denominators","created":1298219981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"90653","children":[]},{"title":"Adding Mixed Numbers Word Problem","description":"Adding Mixed Numbers Word Problem","url":"http:\/\/www.youtube.com\/watch?v=o0arqcKC7QE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-mixed-numbers-word-problem","created":1298219981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39324","children":[]},{"title":"Subtracting Mixed Numbers","description":"Subtracting Mixed Numbers","url":"http:\/\/www.youtube.com\/watch?v=WF7L2waDwLw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-mixed-numbers","created":1298219981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"107212","children":[]},{"title":"Subtracting Mixed Numbers 2","description":"Subtracting Mixed Numbers 2","url":"http:\/\/www.youtube.com\/watch?v=4LYtLMmDuzw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-mixed-numbers-2","created":1298219981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"64254","children":[]},{"title":"Subtracting Mixed Numbers Word Problem","description":"Subtracting Mixed Numbers Word Problem","url":"http:\/\/www.youtube.com\/watch?v=tj9oLZYA-AQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-mixed-numbers-word-problem","created":1298219981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32506","children":[]},{"title":"Adding subtracting mixed numbers 0.5 (ex 1)","description":"Adding subtracting mixed numbers 0.5 (ex 1)","url":"http:\/\/www.youtube.com\/watch?v=EGy1W24EPEI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-subtracting-mixed-numbers-0-5--ex-1","created":1343080946,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16881","children":[]},{"title":"Adding subtracting mixed numbers 0.5 (ex 2)","description":"Adding subtracting mixed numbers 0.5 (ex 2)","url":"http:\/\/www.youtube.com\/watch?v=q19UnHEofOA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-subtracting-mixed-numbers-0-5--ex-2","created":1343080967,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11961","children":[]},{"title":"Adding subtracting mixed numbers 0.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/adding_subtracting_mixed_numbers_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/adding_subtracting_mixed_numbers_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding subtracting mixed numbers 1 (ex 1)","description":"Adding subtracting mixed numbers 1 (ex 1)","url":"http:\/\/www.youtube.com\/watch?v=8Eb5MWwcMMY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-subtracting-mixed-numbers-1--ex-1","created":1343080982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13089","children":[]},{"title":"Adding subtracting mixed numbers 1 (ex 2)","description":"Adding subtracting mixed numbers 1 (ex 2)","url":"http:\/\/www.youtube.com\/watch?v=_btQus9HV_I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-subtracting-mixed-numbers-1--ex-2","created":1343080994,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11615","children":[]},{"title":"Adding subtracting mixed numbers 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/adding_subtracting_mixed_numbers_1","source":"http:\/\/www.khanacademy.org\/exercise\/adding_subtracting_mixed_numbers_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Mixed number multiplication and division","description":"My recipe calls for a cup and a half of blueberries and serves 10 people. But I have 23 people coming over. How many cups of blueberries do I need?\n\nYou know that mixed numbers and improper fractions are two sides of the same coin (and you can convert between the two). In this tutorial we'll learn to multiply and divide mixed numbers (mainly by converting them into improper fractions first).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Multiplying Fractions and Mixed Numbers","description":"Multiplying Fractions and Mixed Numbers","url":"http:\/\/www.youtube.com\/watch?v=p729tFmpOXg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-fractions-and-mixed-numbers","created":1298219980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"111655","children":[]},{"title":"Multiplying Mixed Numbers","description":"Multiplying Mixed Numbers","url":"http:\/\/www.youtube.com\/watch?v=RPhaidW0dmY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying--mixed-numbers","created":1298219980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"110948","children":[]},{"title":"Multiplying mixed numbers 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_mixed_numbers_1","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_mixed_numbers_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Reciprocal of a Mixed Number","description":"Reciprocal of a Mixed Number","url":"http:\/\/www.youtube.com\/watch?v=6YYiiixYz9A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reciprocal-of-a-mixed-number","created":1298219980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47463","children":[]},{"title":"Dividing Mixed Numbers","description":"Dividing Mixed Numbers","url":"http:\/\/www.youtube.com\/watch?v=51-U-Jkq79A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-mixed-numbers","created":1298219980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67711","children":[]},{"title":"Dividing Mixed Numbers and Fractions","description":"Dividing Mixed Numbers and Fractions","url":"http:\/\/www.youtube.com\/watch?v=aNeCGxJVG7w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-mixed-numbers-and-fractions","created":1298219980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"87609","children":[]}]},{"title":"Decimals and fractions","description":"If you already know a bit about both decimals and fractions, this tutorial will help build a bridge between the two. Through a bunch of examples and practice, you'll be able operate in both worlds. Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Converting fractions to decimals","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/converting_fractions_to_decimals","source":"http:\/\/www.khanacademy.org\/exercise\/converting_fractions_to_decimals","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Converting decimals to fractions 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/converting_decimals_to_fractions_1","source":"http:\/\/www.khanacademy.org\/exercise\/converting_decimals_to_fractions_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Converting decimals to fractions 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/converting_decimals_to_fractions_2","source":"http:\/\/www.khanacademy.org\/exercise\/converting_decimals_to_fractions_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Ordering numbers","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/ordering_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/ordering_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Number sets","description":"The world of numbers can be split up into multiple \"sets\", many of which overlap with each other (integers, rational numbers, irrational numbers, etc.). This tutorial works through examples that expose you to the terminology of the various sets and how you can differentiate them.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Number Sets","description":"Number Sets","url":"http:\/\/www.youtube.com\/watch?v=Ksu1lo312BM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/number-sets","created":1310772456,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46317","children":[]},{"title":"Number Sets 1","description":"Number Sets 1","url":"http:\/\/www.youtube.com\/watch?v=aqsIWLqlDhE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/number-sets-1","created":1298219398,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36690","children":[]},{"title":"Number Sets 2","description":"Number Sets 2","url":"http:\/\/www.youtube.com\/watch?v=qfQv8GzyjB4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/number-sets-2","created":1298219398,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22606","children":[]},{"title":"Number Sets 3","description":"Number Sets 3","url":"http:\/\/www.youtube.com\/watch?v=psyWUUkI-aw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/number-sets-3","created":1298219398,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18976","children":[]}]},{"title":"Ratios, proportions, units and rates","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Ratios and proportions","description":"Would you rather go to a college with a high teacher-to-student ratio or a low one? What about the ratio of girls-to-boys? What is the ratio of eggs to butter in your favorite dessert?\n\nRatios show up EVERYWHERE in life. This tutorial introduces you to what they (and proportions) are and how to make good use of them!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Ratios (new HD version)","description":"What a ratio is. Simple ratio problems.","url":"http:\/\/www.youtube.com\/watch?v=HpdMJaKaXXc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-ratios--new-hd-version","created":1298219227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"300671","children":[]},{"title":"Ratios as Fractions in Simplest Form","description":"Ratios as Fractions in Simplest Form","url":"http:\/\/www.youtube.com\/watch?v=JWmCiZwoyMs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ratios-as-fractions-in-simplest-form","created":1298219983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"112317","children":[]},{"title":"Expressing ratios as fractions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/expressing_ratios_as_fractions","source":"http:\/\/www.khanacademy.org\/exercise\/expressing_ratios_as_fractions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Simplifying Rates and Ratios","description":"Simplifying Rates and Ratios","url":"http:\/\/www.youtube.com\/watch?v=p5nomPfUF9k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-rates-and-ratios","created":1298219983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81994","children":[]},{"title":"Ratio word problems","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/ratio_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/ratio_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Writing proportions","description":"Setting up proportions to solve a word problem","url":"http:\/\/www.youtube.com\/watch?v=96ZEmUbnuU8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/writing-proportions","created":1314180021,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61996","children":[]},{"title":"Ratio and Proportion","description":"Ratio and Proportion","url":"http:\/\/www.youtube.com\/watch?v=WfqgFBGet7s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ratio-and-proportion","created":1298219775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97863","children":[]},{"title":"Understanding Proportions","description":"Understanding Proportions","url":"http:\/\/www.youtube.com\/watch?v=V3FvaClh6LY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/understanding-proportions","created":1298219983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106449","children":[]},{"title":"Writing proportions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/writing_proportions","source":"http:\/\/www.khanacademy.org\/exercise\/writing_proportions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Proportions 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/proportions_1","source":"http:\/\/www.khanacademy.org\/exercise\/proportions_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Proportions 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/proportions_2","source":"http:\/\/www.khanacademy.org\/exercise\/proportions_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Rates","description":"How fast can a robot possum fly? What is the rate at which a hungry you can consume avocados? \n\nThis tutorial helps you make sense of these fundamental questions in life.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Usain Bolt's Average Speed","description":"Figuring out Usain Bolt's average speed over 100m when he broke the world record in 2009","url":"http:\/\/www.youtube.com\/watch?v=mt6Nq0dzFjo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/usain-bolt-s-average-speed","created":1356745323,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20586","children":[]},{"title":"Finding Unit Rates","description":"Finding Unit Rates","url":"http:\/\/www.youtube.com\/watch?v=Zm0KaIw-35k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-unit-rates","created":1298219983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"77804","children":[]},{"title":"Finding Unit Prices","description":"Finding Unit Prices","url":"http:\/\/www.youtube.com\/watch?v=d7rAlcNHDUI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-unit-prices","created":1298219983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42281","children":[]},{"title":"Rate problems 0.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/rate_problems_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/rate_problems_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Rate problems 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/rate_problems_1","source":"http:\/\/www.khanacademy.org\/exercise\/rate_problems_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Rate problems 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/rate_problems_2","source":"http:\/\/www.khanacademy.org\/exercise\/rate_problems_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Unit conversion","description":"Wait, I'm in Europe and my car only tells my distance traveled in kilometers! But I'm used to a units of distance devised by the Romans to measure the average length of 1000 paces of a soldier (the \"mile\")! How do I operate? \n\nThis tutorial is about the fundamental skill of unit conversion. Sal's cousin Nadia being a bit confused with this was actually the reason why he started tutoring her (which led to the creation of the Khan Academy).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Unit conversion","description":"Metric unit conversion","url":"http:\/\/www.youtube.com\/watch?v=w0nqd_HXHPQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unit-conversion","created":1298220678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"252392","children":[]},{"title":"Converting units of length","description":"Converting units of length","url":"http:\/\/www.youtube.com\/watch?v=AGFO-ROxH_I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-units-of-length","created":1298220016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42763","children":[]},{"title":"Conversion between metric units","description":"Conversion between metric units","url":"http:\/\/www.youtube.com\/watch?v=SYkmadc2wOI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conversion-between-metric-units","created":1298220017,"start":null,"end":null,"type":"video","provider":"Khan University","views":"86885","children":[]},{"title":"Converting within the metric system","description":"Converting within the metric system","url":"http:\/\/www.youtube.com\/watch?v=uHaKyNplino&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-within-the-metric-system","created":1298220017,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60508","children":[]},{"title":"Speed translation","description":"Translating speed units","url":"http:\/\/www.youtube.com\/watch?v=aTjNDKlz8G4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/speed-translation","created":1298220678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70247","children":[]},{"title":"Converting pounds to ounces","description":"Converting pounds to ounces","url":"http:\/\/www.youtube.com\/watch?v=IrvEHVn-fks&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-pounds-to-ounces","created":1298220016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28789","children":[]},{"title":"Converting Gallons to quarts pints and cups","description":"Converting Gallons to quarts pints and cups","url":"http:\/\/www.youtube.com\/watch?v=4uQtJDf7drU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-gallons-to-quarts-pints-and-cups","created":1298220016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37202","children":[]},{"title":"Comparing Celsius and Farenheit temperature scales","description":"Comparing Celsius and Farenheit temperature scales","url":"http:\/\/www.youtube.com\/watch?v=aASUZqJCHHA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-celsius-and-farenheit-temperature-scales","created":1298220017,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24451","children":[]},{"title":"Converting Fahrenheit to Celsius","description":"Converting Fahrenheit to Celsius","url":"http:\/\/www.youtube.com\/watch?v=NqbkvEK46xM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-farenheit-to-celsius","created":1310772456,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29763","children":[]},{"title":"Applying the Metric System","description":"U06_L2_T3_we1 Applying the Metric System","url":"http:\/\/www.youtube.com\/watch?v=CDvPPsB3nEM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-the-metric-system","created":1298220017,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13945","children":[]},{"title":"U.S. Customary and Metric units","description":"U.S. Customary and Metric units","url":"http:\/\/www.youtube.com\/watch?v=y2RHWA7t0WM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u-s--customary-and-metric-units","created":1298220016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48222","children":[]},{"title":"Converting Yards into Inches","description":"U06_L1_T1_we1 Converting Yards into Inches","url":"http:\/\/www.youtube.com\/watch?v=8C5kAIKLcZo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-yards-into-inches","created":1298219984,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16491","children":[]},{"title":"Unit Conversion with Fractions","description":"Unit Conversion with Fractions","url":"http:\/\/www.youtube.com\/watch?v=jFSenp9ueaI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unit-conversion-with-fractions","created":1310772454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17556","children":[]},{"title":"Units","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/units","source":"http:\/\/www.khanacademy.org\/exercise\/units","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Performing arithmetic calculations on units of volume","description":"Performing arithmetic calculations on units of volume","url":"http:\/\/www.youtube.com\/watch?v=hShqXKpI6KA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/performing-arithmetic-calculations-on-units-of-volume","created":1298220016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13841","children":[]},{"title":"Application problems involving units of weight","description":"Application problems involving units of weight","url":"http:\/\/www.youtube.com\/watch?v=gnCL_0uA6Ds&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/application-problems-involving-units-of-weight","created":1298220016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10961","children":[]},{"title":"Solving application problems involving units of volume","description":"Solving application problems involving units of volume","url":"http:\/\/www.youtube.com\/watch?v=KgoXx_58QyQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-application-problems-involving-units-of-volume","created":1298220016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11934","children":[]},{"title":"Unit Conversion Example: Drug Dosage","description":"Unit Conversion Example: Drug Dosage","url":"http:\/\/www.youtube.com\/watch?v=ScvuRb6vsz4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unit-conversion-example--drug-dosage","created":1298220678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56859","children":[]},{"title":"Perimeter and Unit Conversion","description":"Perimeter and Unit Conversion","url":"http:\/\/www.youtube.com\/watch?v=q9XCrpLPfGk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perimeter-and-unit-conversion","created":1310772456,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10552","children":[]}]},{"title":"Exponents, radicals, and scientific notation","description":"Understanding and solving exponents without algebra.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"The world of exponents","description":"Addition was nice. Multiplication was cooler. In the mood for a new operation that grows numbers even faster? Ever felt like expressing repeated multiplication with less writing? Ever wanted to describe how most things in the universe grow and shrink? Well, exponents are your answer!\n\nThis tutorial covers everything from basic exponents to negative and fractional ones. It assumes you remember your multiplication, negative numbers and fractions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Level 1 Exponents","description":"Basic Exponents","url":"http:\/\/www.youtube.com\/watch?v=8htcZca0JIA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/level-1-exponents","created":1298220677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"353946","children":[]},{"title":"Understanding Exponents 2","description":"Understanding Exponents 2","url":"http:\/\/www.youtube.com\/watch?v=5qfOViJda_g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/understanding-exponents-2","created":1298219945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106403","children":[]},{"title":"Understanding Exponents","description":"Understanding Exponents","url":"http:\/\/www.youtube.com\/watch?v=mJ1P4A-KA8k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/understanding-exponents","created":1298219945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"180685","children":[]},{"title":"Positive and zero exponents","description":"Integers raised to positive integers. Non-zero integers raised to the zero power. 0, -1, and 1 raised to very large positive integers.","url":"http:\/\/www.khanacademy.org\/exercise\/exponents_1","source":"http:\/\/www.khanacademy.org\/exercise\/exponents_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Level 2 Exponents","description":"negative exponents","url":"http:\/\/www.youtube.com\/watch?v=1Nt-t9YJM8k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/level-2-exponents","created":1298220677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"297596","children":[]},{"title":"Negative Exponent Intuition","description":"Intuition on why a^-b = 1\/(a^b) (and why a^0 =1)","url":"http:\/\/www.youtube.com\/watch?v=Tqpcku0hrPU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/negative-exponent-intuition","created":1298220677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"123107","children":[]},{"title":"Negative exponents","description":"Fractional and integer bases raised to negative integer exponents.","url":"http:\/\/www.khanacademy.org\/exercise\/exponents_2","source":"http:\/\/www.khanacademy.org\/exercise\/exponents_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Zero, Negative, and Fractional Exponents","description":"Zero, Negative, and Fractional Exponents","url":"http:\/\/www.youtube.com\/watch?v=tOuCdKqO6-s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/zero--negative--and-fractional-exponents","created":1298219811,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97576","children":[]},{"title":"Level 3 exponents","description":"fractional exponents","url":"http:\/\/www.youtube.com\/watch?v=aYE26a5E1iU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/level-3-exponents","created":1298220677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"302278","children":[]},{"title":"Evaluating exponential expressions","description":"Evaluating exponential expressions","url":"http:\/\/www.youtube.com\/watch?v=0uCslW40VHQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-exponential-expressions","created":1298220056,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33847","children":[]},{"title":"Fractional exponents","description":"Fractional and integer bases raised to positive and negative fractional exponents. ","url":"http:\/\/www.khanacademy.org\/exercise\/exponents_3","source":"http:\/\/www.khanacademy.org\/exercise\/exponents_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Negative fractional exponents","description":"Fractional bases raised to primarily negative fractional exponents.","url":"http:\/\/www.khanacademy.org\/exercise\/exponents_4","source":"http:\/\/www.khanacademy.org\/exercise\/exponents_4","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Radical radicals","description":"A strong contender for coolest symbol in mathematics is the radical. What is it? How does it relate to exponents? How is the square root different than the cube root? How can I simplify, multiply and add these things? \n\nThis tutorial assumes you know the basics of exponents and exponent properties and takes you through the radical world for radicals (and gives you some good practice along the way)!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Understanding Square Roots","description":"Understanding Square Roots","url":"http:\/\/www.youtube.com\/watch?v=ROIfbUQrSY4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/understanding-square-roots","created":1298219945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97542","children":[]},{"title":"Square roots","description":"Find the square root of a perfect square positive integer.","url":"http:\/\/www.khanacademy.org\/exercise\/square_roots","source":"http:\/\/www.khanacademy.org\/exercise\/square_roots","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Approximating Square Roots","description":"Approximating Square Roots","url":"http:\/\/www.youtube.com\/watch?v=EFVrAk61xjE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/approximating-square-roots","created":1308785279,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40853","children":[]},{"title":"Estimating square roots","description":"Approximate the square roots of numbers which are not perfect squares.","url":"http:\/\/www.khanacademy.org\/exercise\/square_roots_2","source":"http:\/\/www.khanacademy.org\/exercise\/square_roots_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Finding Cube Roots","description":"Finding Cube Roots","url":"http:\/\/www.youtube.com\/watch?v=DKh16Th8x6o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-cube-roots","created":1308871663,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47302","children":[]},{"title":"Cube roots","description":"Find the cube root of a perfect cube positive integer.","url":"http:\/\/www.khanacademy.org\/exercise\/cube_roots","source":"http:\/\/www.khanacademy.org\/exercise\/cube_roots","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Simplifying radicals","description":"Using exponent rules to simplify radicals or square roots","url":"http:\/\/www.youtube.com\/watch?v=6QJtWfIiyZo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-radicals","created":1298220677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"342025","children":[]},{"title":"More Simplifying Radical Expressions","description":"More Simplifying Radical Expressions","url":"http:\/\/www.youtube.com\/watch?v=VWlFMfPVmkU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-simplifying-radical-expressions","created":1298219814,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58177","children":[]},{"title":"Simplifying Radical Expressions1","description":"Simplifying Radical Expressions1","url":"http:\/\/www.youtube.com\/watch?v=drhoIgAhlQM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-radical-expressions1","created":1298219327,"start":null,"end":null,"type":"video","provider":"Khan University","views":"84668","children":[]},{"title":"Simplifying Radical Expressions 2","description":"Simplifying Radical Expressions 2","url":"http:\/\/www.youtube.com\/watch?v=F5iMsjwFLX8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-radical-expressions-2","created":1298219327,"start":null,"end":null,"type":"video","provider":"Khan University","views":"76395","children":[]},{"title":"Simplifying Radical Expressions 3","description":"Simplifying Radical Expressions 3","url":"http:\/\/www.youtube.com\/watch?v=s9i2aVKyxTY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-radical-expressions-3","created":1298219328,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57516","children":[]},{"title":"Square Roots and Real Numbers","description":"","url":"http:\/\/www.youtube.com\/watch?v=BpBh8gvMifs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/square-roots-and-real-numbers","created":1298219774,"start":null,"end":null,"type":"video","provider":"Khan University","views":"94180","children":[]},{"title":"Simplifying radicals","description":"Express radicals in simplest form.","url":"http:\/\/www.khanacademy.org\/exercise\/simplifying_radicals","source":"http:\/\/www.khanacademy.org\/exercise\/simplifying_radicals","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying radicals","description":"Multiply expressions containing radicals.","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_radicals","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_radicals","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding and subtracting radicals","description":"Add and subtract expressions containing radicals.","url":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_radicals","source":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_radicals","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Exponent properties","description":"Tired of hairy exponent expressions? Feel compelled to clean them up? Well, this tutorial might just give you the tools you need.\n\nIf you know a bit about exponents, you'll learn a ton more in this tutorial as you learn about the rules for simplifying exponents.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Exponent Rules Part 1","description":"Introduction to exponent rules","url":"http:\/\/www.youtube.com\/watch?v=kITJ6qH7jS0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-rules-part-1","created":1298220677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"296005","children":[]},{"title":"Exponent Rules Part 2","description":"2 more exponent rules with an introduction to composite problems","url":"http:\/\/www.youtube.com\/watch?v=rEtuPhl6930&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-rules-part-2","created":1298220677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"166166","children":[]},{"title":"Exponent Properties Involving Quotients","description":"Exponent Properties Involving Quotients","url":"http:\/\/www.youtube.com\/watch?v=AR1uqNbjM5s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-properties-involving-quotients","created":1298219811,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33830","children":[]},{"title":"Exponent rules","description":"Solve exponent problems by adding, subtracting, or multiplying exponents.","url":"http:\/\/www.khanacademy.org\/exercise\/exponent_rules","source":"http:\/\/www.khanacademy.org\/exercise\/exponent_rules","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Scientific notation","description":"Scientists and engineers often have to deal with super huge (like 6,000,000,000,000,000,000,000) and super small numbers (like 0.0000000000532) . How can they do this without tiring their hands out? How can they look at a number and understand how large or small it is without counting the digits? The answer is to use scientific notation.\n\nIf you come to this tutorial with a basic understanding of positive and negative exponents, it should leave you with a new appreciation for representing really huge and really small numbers!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Scientific Notation (old)","description":"Introduction to Scientific Notation","url":"http:\/\/www.youtube.com\/watch?v=trdbaV4TaAo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scientific-notation--old","created":1298220678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68882","children":[]},{"title":"Scientific Notation Examples","description":"More scientific notation examples","url":"http:\/\/www.youtube.com\/watch?v=0Dd-y_apbRw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scientific-notation-examples","created":1298220678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58896","children":[]},{"title":"Scientific notation intuition","description":"Move a decimal point to express a number in scientific notation.","url":"http:\/\/www.khanacademy.org\/exercise\/scientific_notation_intuition","source":"http:\/\/www.khanacademy.org\/exercise\/scientific_notation_intuition","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Scientific Notation","description":"Scientific Notation","url":"http:\/\/www.youtube.com\/watch?v=i6lfVUp5RW8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scientific-notation","created":1298219811,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56043","children":[]},{"title":"Scientific Notation I","description":"Scientific Notation I","url":"http:\/\/www.youtube.com\/watch?v=6phoVfGKKec&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scientific-notation-i","created":1298220057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32628","children":[]},{"title":"Scientific Notation 3 (new)","description":"Scientific Notation 3","url":"http:\/\/www.youtube.com\/watch?v=dD71fFNwVJw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scientific-notation-3--new","created":1298220058,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15685","children":[]},{"title":"Scientific Notation Example 2","description":"Scientific Notation 2","url":"http:\/\/www.youtube.com\/watch?v=xxAFh-qHPPA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scientific-notation-example-2","created":1298220057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31282","children":[]},{"title":"Scientific notation","description":"Express a number in scientific notation.","url":"http:\/\/www.khanacademy.org\/exercise\/scientific_notation","source":"http:\/\/www.khanacademy.org\/exercise\/scientific_notation","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Scientific notation 3","description":"Scientific notation 3","url":"http:\/\/www.youtube.com\/watch?v=XJBwJjP2_hM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scientific-notation-3","created":1298219327,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28516","children":[]},{"title":"Multiplying in Scientific Notation","description":"u11_l1_t4_we_int Multiplying in Scientific Notation","url":"http:\/\/www.youtube.com\/watch?v=67jn5Zv-myg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-in-scientific-notation","created":1325070021,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16508","children":[]},{"title":"Multiplying and dividing scientific notation","description":"Express a product or quotient in scientific notation.","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_and_dividing_scientific_notation","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_and_dividing_scientific_notation","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Exponent expressions and equations","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Simplifying expressions with exponents","description":"Combine like terms in expressions with variables using exponent rules.","url":"http:\/\/www.khanacademy.org\/exercise\/simplifying_expressions_with_exponents","source":"http:\/\/www.khanacademy.org\/exercise\/simplifying_expressions_with_exponents","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Radical equations","description":"Solve equations containing square roots of variables.","url":"http:\/\/www.khanacademy.org\/exercise\/radical_equations","source":"http:\/\/www.khanacademy.org\/exercise\/radical_equations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Simplifying logarithms","description":"Simplify logarithms in the form log_base (number) = answer.","url":"http:\/\/www.khanacademy.org\/exercise\/logarithms_1","source":"http:\/\/www.khanacademy.org\/exercise\/logarithms_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Simplifying logarithms 2","description":"Simplify logarithms where the result can be a negative or rational number.","url":"http:\/\/www.khanacademy.org\/exercise\/logarithms_1.5","source":"http:\/\/www.khanacademy.org\/exercise\/logarithms_1.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Operations with logarithms","description":"Add, subtract, multiply, and divide with logarithms.","url":"http:\/\/www.khanacademy.org\/exercise\/logarithms_2","source":"http:\/\/www.khanacademy.org\/exercise\/logarithms_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Interpreting data","description":"Getting familiar with constructing and interpreting various types of charts, graphs and tables.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Reading and interpretting data","description":"This tutorial is less about statistics and more about interpreting data--whether it is presented as a table, pictograph, bar graph or line graph. Good for someone new to these ideas. For a student in high school or college looking to learn statistics, it might make sense to skip (although it might not hurt either).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Reading tables 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/reading_tables_1","source":"http:\/\/www.khanacademy.org\/exercise\/reading_tables_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Reading tables 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/reading_tables_2","source":"http:\/\/www.khanacademy.org\/exercise\/reading_tables_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Stem-and-leaf Plots","description":"Stem-and-leaf Plots","url":"http:\/\/www.youtube.com\/watch?v=LEFE1km5ROY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u08-l1-t2-we3-stem-and-leaf-plots","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63556","children":[]},{"title":"Reading stem and leaf plots","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/reading_stem_and_leaf_plots","source":"http:\/\/www.khanacademy.org\/exercise\/reading_stem_and_leaf_plots","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Reading Pictographs","description":"Reading Pictographs","url":"http:\/\/www.youtube.com\/watch?v=qrVvpYt3Vl0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reading-pictographs","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54349","children":[]},{"title":"Reading pictographs 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/reading_pictographs_1","source":"http:\/\/www.khanacademy.org\/exercise\/reading_pictographs_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Reading pictographs 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/reading_pictographs_2","source":"http:\/\/www.khanacademy.org\/exercise\/reading_pictographs_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Reading Bar Graphs","description":"Reading Bar Graphs","url":"http:\/\/www.youtube.com\/watch?v=kiQ6MUQZHSs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reading-bar-graphs","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50939","children":[]},{"title":"Histograms","description":"Histograms","url":"http:\/\/www.youtube.com\/watch?v=4eLJGG2Ad30&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/histograms","created":1298219815,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37676","children":[]},{"title":"Reading bar charts 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/reading_bar_charts_1","source":"http:\/\/www.khanacademy.org\/exercise\/reading_bar_charts_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Creating bar charts 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/creating_bar_charts_1","source":"http:\/\/www.khanacademy.org\/exercise\/creating_bar_charts_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Reading bar charts 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/reading_bar_charts_2","source":"http:\/\/www.khanacademy.org\/exercise\/reading_bar_charts_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Reading bar charts 3","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/reading_bar_charts_3","source":"http:\/\/www.khanacademy.org\/exercise\/reading_bar_charts_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Reading Line Graphs","description":"Reading Line Graphs","url":"http:\/\/www.youtube.com\/watch?v=36v2EXZRzUE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u08-l1-t2-we2-reading-line-graphs","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33324","children":[]},{"title":"Reading line charts 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/reading_line_charts_1","source":"http:\/\/www.khanacademy.org\/exercise\/reading_line_charts_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Reading Pie Graphs (Circle Graphs)","description":"Reading Pie Graphs (Circle Graphs)","url":"http:\/\/www.youtube.com\/watch?v=4JqH55rLGKY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reading-pie-graphs--circle-graphs","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36114","children":[]},{"title":"Misleading Line Graphs","description":"Misleading Line Graphs","url":"http:\/\/www.youtube.com\/watch?v=gs-OPF3KEGU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/misleading-line-graphs","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34461","children":[]}]},{"title":"Arithmetic properties","description":"Putting names to properties of common arithmetic operations","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Arithmetic properties","description":"2 + 3 = 3 + 2, 6 x 4 = 4 x 6. Adding zero to a number does not change the number. Likewise, multiplying a number by 1 does not change it.\n\nYou may already know these things from working through other tutorials, but some people (not us) like to give these properties names that sound far more complicated than the property themselves. This tutorial (which we're not a fan of), is here just in case you're asked to identify the \"Commutative Law of Multiplication\". We believe the important thing isn't the fancy label, but the underlying idea (which isn't that fancy).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Commutative Law of Addition","description":"Commutative Law of Addition","url":"http:\/\/www.youtube.com\/watch?v=HwSszh3L358&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/commutative-law-of-addition","created":1298219945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"224210","children":[]},{"title":"Commutative Property for Addition","description":"Commutative Property for Addition","url":"http:\/\/www.youtube.com\/watch?v=UeG_EYd-0xw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/commutative-property-for-addition","created":1298220019,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53331","children":[]},{"title":"Commutative Law of Multiplication","description":"Commutative Law of Multiplication","url":"http:\/\/www.youtube.com\/watch?v=ENKH97PYssg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/commutative-law-of-multiplication","created":1298219945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"83019","children":[]},{"title":"Associative Law of Addition","description":"Associative Law of Addition","url":"http:\/\/www.youtube.com\/watch?v=oTKVXJ7TcbA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/associative-law-of-addition","created":1298219945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"136997","children":[]},{"title":"Associative Law of Multiplication","description":"Associative Law of Multiplication","url":"http:\/\/www.youtube.com\/watch?v=5RzDVNob0-0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/associative-law-of-multiplication","created":1298219945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72568","children":[]},{"title":"Properties of numbers 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/properties_of_numbers_1","source":"http:\/\/www.khanacademy.org\/exercise\/properties_of_numbers_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Number properties terminology 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/number_properties_terminology_1","source":"http:\/\/www.khanacademy.org\/exercise\/number_properties_terminology_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Identity Property of 1","description":"Identity Property of 1","url":"http:\/\/www.youtube.com\/watch?v=6nZp2QGeQ9k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/identity-property-of-1","created":1298219944,"start":null,"end":null,"type":"video","provider":"Khan University","views":"74431","children":[]},{"title":"Identity property of 1 (second example)","description":"Identity property of 1","url":"http:\/\/www.youtube.com\/watch?v=_86K0yQ8BQY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/identity-property-of-1--second-example","created":1298220019,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43410","children":[]},{"title":"Identity property of 0","description":"Identity property of 0","url":"http:\/\/www.youtube.com\/watch?v=uXTRmzXlorI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/identity-property-of-0","created":1298220018,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40287","children":[]},{"title":"Inverse Property of Addition","description":"The simple idea that a number plus its negative is 0","url":"http:\/\/www.youtube.com\/watch?v=bjVn4WGmNis&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverse-property-of-addition","created":1316599239,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39046","children":[]},{"title":"Inverse Property of Multiplication","description":"Simple idea that multiplying by a numbers multiplicative inverse gets you back to one","url":"http:\/\/www.youtube.com\/watch?v=XMwnJUprid8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverse-property-of-multiplication","created":1316599239,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72469","children":[]},{"title":"Properties of numbers 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/properties_of_numbers_2","source":"http:\/\/www.khanacademy.org\/exercise\/properties_of_numbers_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Telling time","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Telling time 0.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/telling_time_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/telling_time_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Telling time","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/telling_time","source":"http:\/\/www.khanacademy.org\/exercise\/telling_time","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Telling time 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/telling_time_2","source":"http:\/\/www.khanacademy.org\/exercise\/telling_time_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Algebra","description":"Conceptual videos and worked examples from basic algebra through algebra 2. Includes videos from the former algebra worked examples playlists. ","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Introduction to algebra","description":"Videos exploring why algebra was developed and how it helps us explain our world.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Overview and history of algebra","description":"Did you realize that the word \"algebra\" comes from Arabic (just like \"algorithm\" and \"al jazeera\" and \"Aladdin\")? And what is so great about algebra anyway? \n\nThis tutorial doesn't explore algebra so much as it introduces the history and ideas that underpin it.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Origins of Algebra","description":"Where did the word \"Algebra\" and its underlying ideas come from","url":"http:\/\/www.youtube.com\/watch?v=_LDR1_Prveo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/origins-of-algebra","created":1328859008,"start":null,"end":null,"type":"video","provider":"Khan University","views":"231115","children":[]},{"title":"Abstract-ness","description":"The general idea behind the word 'abstract'","url":"http:\/\/www.youtube.com\/watch?v=ZOYRb2sYrL0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/abstract-ness","created":1328861053,"start":null,"end":null,"type":"video","provider":"Khan University","views":"137438","children":[]},{"title":"The Beauty of Algebra","description":"Why the abstraction of mathematics is so fundamental","url":"http:\/\/www.youtube.com\/watch?v=kpCJyQ2usJ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-beauty-of-algebra","created":1328812980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"742165","children":[]},{"title":"Descartes and Cartesian Coordinates","description":"Bridging algebra and geometry. What makes linear equations so linear.","url":"http:\/\/www.youtube.com\/watch?v=N4nrdf0yYfM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/descartes-and-cartesian-coordinates","created":1329345860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"174313","children":[]},{"title":"Why all the letters in Algebra?","description":"Jesse Roe and Sal Khan talk about why we use letters in algebra","url":"http:\/\/www.youtube.com\/watch?v=Tm98lnrlbMA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-all-the-letters-in-algebra","created":1356745523,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17681","children":[]}]},{"title":"The why of algebra","description":"Much of algebra seems obsessed with \"doing the same thing to both sides\". Why is this? How can we develop an intuition for which algebraic operations are valid and which ones aren't?\n\nThis tutorial takes a high-level, conceptual walk-through of what an equation represents and why we do the same thing to both sides of it.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Why we do the same thing to both sides: simple equations","description":"Thinking about how to solve for an unknown mystery mass","url":"http:\/\/www.youtube.com\/watch?v=5FBDqY41GjU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-we-do-the-same--thing-to-both-sides--simple-equations","created":1344361820,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72977","children":[]},{"title":"Representing a relationship with a simple equation","description":"Why we can represent the unknown mass problem as a simple equation","url":"http:\/\/www.youtube.com\/watch?v=XN48Ba9Ncr8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/representing-a-relationship-with-a-simple-equation","created":1344362027,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45277","children":[]},{"title":"One-Step Equation Intuition","description":"Why we solve one-step equations the way we do.","url":"http:\/\/www.youtube.com\/watch?v=kbqO0YTUyAY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/one-step-equation-intuition","created":1344362635,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40990","children":[]},{"title":"One step equation intuition exercise intro","description":"Intro to our exercise available at: http:\/\/www.khanacademy.org\/math\/algebra\/solving-linear-equations-and-inequalities\/e\/one_step_equation_intuition","url":"http:\/\/www.youtube.com\/watch?v=kZoFI_fcC74&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/one-step-equation-intuition-exercise-intro","created":1347387644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32625","children":[]},{"title":"Adding and subtracting the same thing from both sides","description":"Two worked examples of solving simple equations","url":"http:\/\/www.youtube.com\/watch?v=jWpiMu5LNdg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-and-subtracting-the-same-thing-from-both-sides","created":1347396448,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40589","children":[]},{"title":"Intuition why we divide both sides","description":"Conceptual understanding of why one needs to divide both sides of an equation to solve for a variable","url":"http:\/\/www.youtube.com\/watch?v=Ye13MIPv6n0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intuition-why-we-divide-both-sides","created":1344362564,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38149","children":[]},{"title":"Why we do the same thing to both sides: two-step equations","description":"","url":"http:\/\/www.youtube.com\/watch?v=_y_Q3_B2Vh8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-we-do-the-same--thing-to-both-sides--two-step-equations","created":1344362657,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34427","children":[]},{"title":"Why we do the same thing to both sides: multi-step equations","description":"","url":"http:\/\/www.youtube.com\/watch?v=vkhYFml0w6c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-we-do-the-same--thing-to-both-sides-multi-step-equations","created":1344362686,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29895","children":[]},{"title":"Why we do the same thing to both sides basic systems","description":"","url":"http:\/\/www.youtube.com\/watch?v=h9ZgZimXn2Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-we-do-the-same--thing-to-both-sides-basic-systems","created":1344362717,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21899","children":[]}]},{"title":"Yoga plans","description":"This tutorial is a survey of all the core ideas in a traditional first-year algebra course. It is by no means comprehensive (that's what the other 600+ videos are for), but it will hopefully whet your appetite for more algebra!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Super Yoga Plans- Plotting Points","description":"Visualizing the relationship between sessions attended and total cost","url":"http:\/\/www.youtube.com\/watch?v=Ke8k8CNxwog&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/super-yoga-plans--plotting-points","created":1350582837,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14521","children":[]},{"title":"Super Yoga Plans- Solving Systems by Substitution","description":"Continuing our Yoga plan debate by determining where the lines representing the two plans intersect","url":"http:\/\/www.youtube.com\/watch?v=dawGZs4TaTU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/super-yoga-plans--solving-systems-by-substitution","created":1350582962,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14104","children":[]},{"title":"Super Yoga Plans- Solving Systems by Elimination","description":"Another way to solve for the number of sessions at which both plans cost the same","url":"http:\/\/www.youtube.com\/watch?v=8XoQH1MVLew&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/super-yoga-plans--solving-systems-by-elimination","created":1350583009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12944","children":[]}]},{"title":"Linear equations","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Variables and expressions","description":"Wait, why are we using letters in math? How can an 'x' represent a number? What number is it? I must figure this out!!! Yes, you must.\n\nThis tutorial is great if you're just beginning to delve into the world of algebraic variables and expressions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What is a variable?","description":"Understanding that a variable is just a symbol that can represent different values","url":"http:\/\/www.youtube.com\/watch?v=tHYis-DP0oU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-a-variable","created":1347120845,"start":null,"end":null,"type":"video","provider":"Khan University","views":"116243","children":[]},{"title":"Why aren't we using the multiplication sign","description":"Why we avoid using the traditional multiplication sign in algebra.","url":"http:\/\/www.youtube.com\/watch?v=vDaIKB19TvY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-aren-t-we-using-the-multiplication-sign","created":1347120905,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50443","children":[]},{"title":"Example: evaluating an expression","description":"Variables and Expressions 1","url":"http:\/\/www.youtube.com\/watch?v=AJNDeVt9UOo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/variables-and-expressions-1","created":1298220017,"start":null,"end":null,"type":"video","provider":"Khan University","views":"158418","children":[]},{"title":"Example: evaluate a formula using substitution","description":"Evaluate a formula using substitution","url":"http:\/\/www.youtube.com\/watch?v=tC1SfxRvtmM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluate-a-formula-using-substitution","created":1298220020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70687","children":[]},{"title":"Evaluating exponential expressions 2","description":"Evaluating exponential expressions 2","url":"http:\/\/www.youtube.com\/watch?v=NEaLgGi4Vh4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-exponential-expressions-2","created":1298220056,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25409","children":[]},{"title":"Evaluating expressions in one variable","description":"Evaluate equations in one variable for a given value.","url":"http:\/\/www.khanacademy.org\/exercise\/evaluating_expressions_1","source":"http:\/\/www.khanacademy.org\/exercise\/evaluating_expressions_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Expressions with two variables","description":"Basics of expression with two variables","url":"http:\/\/www.youtube.com\/watch?v=KdfSUbEFums&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/expressions-with-two-variables","created":1347120950,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58096","children":[]},{"title":"Example: Evaluating expressions with 2 variables","description":"Evaluating Expressions with Two Variables","url":"http:\/\/www.youtube.com\/watch?v=BXHNzUaIRR0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-expressions-with-two-variables","created":1311031862,"start":null,"end":null,"type":"video","provider":"Khan University","views":"135548","children":[]},{"title":"Evaluating expressions in 2 variables","description":"Evaluate expressions in 2 variables for given values. Includes some exponents.","url":"http:\/\/www.khanacademy.org\/exercise\/evaluating_expressions_2","source":"http:\/\/www.khanacademy.org\/exercise\/evaluating_expressions_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Algebraic Expression Least Common Multiple","description":"Algebraic Expression Least Common Multiple","url":"http:\/\/www.youtube.com\/watch?v=MNeNHoCXoGU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebraic-expression-least-common-multiple","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38544","children":[]},{"title":"Examples of evaluating variable expressions","description":"","url":"http:\/\/www.youtube.com\/watch?v=aoXUWSwiDzE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/variable-expressions","created":1298219773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"87338","children":[]}]},{"title":"The why of algebra","description":"Algebra seems mysterious to me. I really don't \"get\" what an equation represents. Why do we do the same thing to both sides?\n\nThis tutorial is a conceptual journey through the basics of algebra. It is made for someone just beginning their algebra adventure. But even folks who feel pretty good that they know how to manipulate equations might pick up a new intuition or two.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"One step equation intuition","description":"Explore why we do the same things to both sides of an equation","url":"http:\/\/www.khanacademy.org\/exercise\/one_step_equation_intuition","source":"http:\/\/www.khanacademy.org\/exercise\/one_step_equation_intuition","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"One step equations 0.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/one_step_equations_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/one_step_equations_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Super Yoga plans","description":"This tutorial is a survey of the major themes in basic algebra in five videos! From basic equations to graphing to systems, it has it all. Great for someone looking for a gentle, but broad understanding of the use of algebra. Also great for anyone unsure of which gym plan they should pick!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Manipulating expressions","description":"Using the combined powers of Chuck Norris and polar bears (which are much less powerful than Mr. Norris) to better understand what expressions represent and how we can manipulate them.\n\nGreat tutorial if you want to understand that expressions are just a way to express things!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Combining like terms","description":"Leveraging the power of Chuck Norris to understand combining like terms in expressions","url":"http:\/\/www.youtube.com\/watch?v=CLWpkv6ccpA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/combining-like-terms","created":1347120988,"start":null,"end":null,"type":"video","provider":"Khan University","views":"59406","children":[]},{"title":"Combining like terms","description":"Combining like terms with positive and negative numbers","url":"http:\/\/www.khanacademy.org\/exercise\/combining_like_terms_1","source":"http:\/\/www.khanacademy.org\/exercise\/combining_like_terms_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Combining like terms and the distributive property","description":"Doing a few more involved examples of simplifying expressions","url":"http:\/\/www.youtube.com\/watch?v=3NHSwiv_pSE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/combining-like-terms-and-the-distributive-property","created":1347121053,"start":null,"end":null,"type":"video","provider":"Khan University","views":"59656","children":[]},{"title":"Distributive property with variables","description":"Simplify expressions using the distributive property.","url":"http:\/\/www.khanacademy.org\/exercise\/distributive_property_with_variables","source":"http:\/\/www.khanacademy.org\/exercise\/distributive_property_with_variables","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Combining like terms with distribution","description":"Combine like terms with positive and negative numbers using distribution","url":"http:\/\/www.khanacademy.org\/exercise\/combining_like_terms_2","source":"http:\/\/www.khanacademy.org\/exercise\/combining_like_terms_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Writing expressions","description":"Write a mathematical expression from a sentence.","url":"http:\/\/www.khanacademy.org\/exercise\/writing_expressions_1","source":"http:\/\/www.khanacademy.org\/exercise\/writing_expressions_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Writing expressions 2","description":"Write a mathematical expression from sentences. Requires distribution.","url":"http:\/\/www.khanacademy.org\/exercise\/writing_expressions_2","source":"http:\/\/www.khanacademy.org\/exercise\/writing_expressions_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Combining Like Terms 1","description":"","url":"http:\/\/www.youtube.com\/watch?v=P6_sK8hRWCA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/combining-like-terms-1","created":1356745044,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5982","children":[]},{"title":"Combining Like Terms 2","description":"Simplifying expression with like terms","url":"http:\/\/www.youtube.com\/watch?v=1DgDt6gCUKs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/combining-like-terms-2","created":1356745080,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5568","children":[]},{"title":"Combining Like Terms 3","description":"Hairier example of combining like terms in an expression","url":"http:\/\/www.youtube.com\/watch?v=FNnmseBlvaY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/combining-like-terms-3","created":1356745111,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4984","children":[]}]},{"title":"Equations for beginners","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Variables Expressions and Equations","description":"Introduction and examples of variables, expressions and equations","url":"http:\/\/www.youtube.com\/watch?v=vDqOoI-4Z6M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/variables-expressions-and-equations","created":1329512416,"start":null,"end":null,"type":"video","provider":"Khan University","views":"305751","children":[]},{"title":"Simple Equations","description":"Introduction to basic algebraic equations of the form Ax=B","url":"http:\/\/www.youtube.com\/watch?v=9Ek61w1LxSc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-equations","created":1298219225,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1385730","children":[]},{"title":"Solving One-Step Equations","description":"Solving One-Step Equations","url":"http:\/\/www.youtube.com\/watch?v=VidnbCEOGdg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-one-step-equations","created":1298220019,"start":null,"end":null,"type":"video","provider":"Khan University","views":"133537","children":[]},{"title":"Solving One-Step Equations 2","description":"Solving One-Step Equations 2","url":"http:\/\/www.youtube.com\/watch?v=DqeMQHomwAU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-one-step-equations-2","created":1298220020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"102768","children":[]},{"title":"One Step Equations","description":"One Step Equations","url":"http:\/\/www.youtube.com\/watch?v=9DxrF6Ttws4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/one-step-equations","created":1298219774,"start":null,"end":null,"type":"video","provider":"Khan University","views":"136183","children":[]},{"title":"One step equations","description":"Solve equations in one step.","url":"http:\/\/www.khanacademy.org\/exercise\/one_step_equations","source":"http:\/\/www.khanacademy.org\/exercise\/one_step_equations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"One-step equations with multiplication","description":"Solve equations in one step.","url":"http:\/\/www.khanacademy.org\/exercise\/linear_equations_1","source":"http:\/\/www.khanacademy.org\/exercise\/linear_equations_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Two-Step Equations","description":"Two-Step Equations","url":"http:\/\/www.youtube.com\/watch?v=tuVd355R-OQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/two-step-equations","created":1298219774,"start":null,"end":null,"type":"video","provider":"Khan University","views":"118976","children":[]},{"title":"Solving Ax+B = C","description":"slightly more complicated equations","url":"http:\/\/www.youtube.com\/watch?v=XoEn1LfVoTo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equations-2","created":1298219225,"start":null,"end":null,"type":"video","provider":"Khan University","views":"561748","children":[]},{"title":"Example: Dimensions of a garden","description":"Application problems with equation in one variable","url":"http:\/\/www.youtube.com\/watch?v=iimpwYBiKNg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/application-problems-with-equation-in-one-variable","created":1298220020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42013","children":[]},{"title":"2-step equations","description":"Solve equations in two steps.","url":"http:\/\/www.khanacademy.org\/exercise\/linear_equations_2","source":"http:\/\/www.khanacademy.org\/exercise\/linear_equations_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Two-step equation with x\/4 term","description":"Solving Equations 1","url":"http:\/\/www.youtube.com\/watch?v=p5e5mf_G3FI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-equations-1","created":1298219287,"start":null,"end":null,"type":"video","provider":"Khan University","views":"305567","children":[]}]},{"title":"More fancy equations for beginners","description":"You've been through \"Equation examples for beginners\" and are feeling good. Well, this tutorial continues that journey by addressing equations that are just a bit more fancy. By the end of this tutorial, you really will have some of the core algebraic tools in your toolkit!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Variables on both sides","description":"Equations with the variable on both sides.","url":"http:\/\/www.youtube.com\/watch?v=f15zA0PhSek&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equations-3","created":1298219225,"start":null,"end":null,"type":"video","provider":"Khan University","views":"396730","children":[]},{"title":"Example 1: Variables on both sides","description":"Multi-step equations 1","url":"http:\/\/www.youtube.com\/watch?v=CGS0vihzSlc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multi-step-equations-1","created":1298220020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65626","children":[]},{"title":"Example 2: Variables on both sides","description":"Solving Equations 2","url":"http:\/\/www.youtube.com\/watch?v=1c5HY3z4k8M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-equations-2","created":1298219287,"start":null,"end":null,"type":"video","provider":"Khan University","views":"125083","children":[]},{"title":"Equation Special Cases","description":"Equation Special Cases","url":"http:\/\/www.youtube.com\/watch?v=zKotuhQWIRg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equation-special-cases","created":1298220020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37102","children":[]},{"title":"Equations with variables on both sides","description":"Solve equations with a variable on both sides.","url":"http:\/\/www.khanacademy.org\/exercise\/linear_equations_3","source":"http:\/\/www.khanacademy.org\/exercise\/linear_equations_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Basic linear equation word problem","description":"Constructing and solving a basic equation based on a word problem.","url":"http:\/\/www.youtube.com\/watch?v=roHvNNFXr4k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-linear-equation-word-problem","created":1356047926,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2724","children":[]},{"title":"Linear equation word problems","description":"Word problems that require setting up multi-step equations to solve","url":"http:\/\/www.khanacademy.org\/exercise\/linear_equation_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/linear_equation_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Percent word problems","description":"I paid $5.00 for some tanning lotion (ok, I've never really bought tanning lotion) after a 35% discount. How can we find the full price?\n\nYou know how to take a percentage. In this tutorial, we use our newfound powers to solve equations to tackle fascinating percentage problems.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Another Percent Word Problem","description":"Finding the full price when you know the discount price","url":"http:\/\/www.youtube.com\/watch?v=d1oNF88SAgg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/another-percent-word-problem","created":1298219227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"120938","children":[]},{"title":"Percent Problems","description":"Percent Problems from Chapter 3 of ck12.org Algebra I textbook","url":"http:\/\/www.youtube.com\/watch?v=1LtBcfk1uHg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/percent-problems","created":1298219775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"95786","children":[]},{"title":"Another percent example","description":"Word problem solving strategies from chapter 3 of ck12.org Algebra I book","url":"http:\/\/www.youtube.com\/watch?v=LRKMoqrMbGw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/word-problem-solving-3","created":1298219775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46885","children":[]},{"title":"Percentage word problems 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/percentage_word_problems_1","source":"http:\/\/www.khanacademy.org\/exercise\/percentage_word_problems_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Percentage word problems 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/percentage_word_problems_2","source":"http:\/\/www.khanacademy.org\/exercise\/percentage_word_problems_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Solving for a variable","description":"You feel comfortable solving for an unknown. But life is all about stepping outside of your comfort zone--it's the only way you can grow! This tutorial takes solving equations to another level by making things a little more abstract. You will now solve for a variable, but it will be in terms of other variables. Don't worry, we think you'll find it quite therapeutic once you get the hang of it.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Rearrange formulas to isolate specific variables","description":"Rearrange formulas to isolate specific variables","url":"http:\/\/www.youtube.com\/watch?v=eTSVTTg_QZ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rearrange-formulas-to-isolate-specific-variables","created":1298220020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48157","children":[]},{"title":"Solving for a Variable","description":"Solving for a Variable","url":"http:\/\/www.youtube.com\/watch?v=fnuIT7EhAvs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-for-a-variable","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68749","children":[]},{"title":"Solving for a Variable 2","description":"Solving for a Variable 2","url":"http:\/\/www.youtube.com\/watch?v=BR5yFOt0zao&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-for-a-variable-2","created":1298219288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"77932","children":[]},{"title":"Example: Solving for a variable","description":"Example of solving for a variable","url":"http:\/\/www.youtube.com\/watch?v=Aig1hkq3OsU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example-of-solving-for-a-variable","created":1298219287,"start":null,"end":null,"type":"video","provider":"Khan University","views":"111298","children":[]},{"title":"Solving equations in terms of a variable","description":"Solve an equation in terms of a variable.","url":"http:\/\/www.khanacademy.org\/exercise\/solving_for_a_variable","source":"http:\/\/www.khanacademy.org\/exercise\/solving_for_a_variable","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Converting repeating decimals to fractions","description":"You know that converting a fraction into a decimal can sometimes result in a repeating decimal. For example: 2\/3 = 0.666666..., and 1\/7 = 0.142857142857... \n\nBut how do you convert a repeating decimal into a fraction? As we'll see in this tutorial, a little bit of algebra magic can do the trick!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Converting Repeating Decimals to Fractions 1","description":"Examples of how to convert basic repeating decimals to fractions","url":"http:\/\/www.youtube.com\/watch?v=FPNhCVZlbJs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/coverting-repeating-decimals-to-fractions-1","created":1320228133,"start":null,"end":null,"type":"video","provider":"Khan University","views":"84703","children":[]},{"title":"Converting 1-digit repeating decimals to fractions","description":"Convert 1-digit repeating decimals to fractions","url":"http:\/\/www.khanacademy.org\/exercise\/converting_repeating_decimals_to_fractions_1","source":"http:\/\/www.khanacademy.org\/exercise\/converting_repeating_decimals_to_fractions_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Converting Repeating Decimals to Fractions 2","description":"Converting more interesting repeating decimals to fractions","url":"http:\/\/www.youtube.com\/watch?v=Ihws0d-WLzU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/coverting-repeating-decimals-to-fractions-2","created":1320228133,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49616","children":[]},{"title":"Converting multi-digit repeating decimals to fractions","description":"Convert multi-digit repeating decimals to fractions","url":"http:\/\/www.khanacademy.org\/exercise\/converting_repeating_decimals_to_fractions_2","source":"http:\/\/www.khanacademy.org\/exercise\/converting_repeating_decimals_to_fractions_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Age word problems","description":"In 72 years, Sal will be 3 times as old as he is today (although he might not be... um... capable of doing much). How old is Sal today?\n\nThese classic questions have plagued philosophers through the ages. Actually, they haven't. But they have plagued algebra students! Even though few people ask questions like this in the real-world, these are strangely enjoyable problems.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Ex 1 Age word problem","description":"Imran is 18. Diya is 2. How many years will it take for Imran to be 3 times as old as Diya?","url":"http:\/\/www.youtube.com\/watch?v=W-5liMGKgHA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ex-1-age-word-problem","created":1356032351,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5166","children":[]},{"title":"Ex 2 Age word problem","description":"In 40 years, Imran will be 11 times as old as he is right now. How old is he right now?","url":"http:\/\/www.youtube.com\/watch?v=KyHvVJWjW6Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ex-2-age-word-problem","created":1356032390,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3440","children":[]},{"title":"Ex 3 Age word problem","description":"William is 4 times as old as Ben. 12 years ago, William was 7 times as old as Ben. How old is Ben now?","url":"http:\/\/www.youtube.com\/watch?v=RGbA2IyJILY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ex-3-age-word-problem","created":1356032413,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3872","children":[]},{"title":"Age word problems","description":"Solve age word problems with a system of equations.","url":"http:\/\/www.khanacademy.org\/exercise\/age_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/age_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Absolute value equations","description":"You are absolutely tired of not knowing how to deal with equations that have absolute values in them. Well, this tutorial might help.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Absolute Value Equations","description":"Absolute Value Equations","url":"http:\/\/www.youtube.com\/watch?v=u6zDpUL5RkU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-equations","created":1298219777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106039","children":[]},{"title":"Absolute Value Equations Example 1","description":"Absolute Value Equations","url":"http:\/\/www.youtube.com\/watch?v=LRlVWC0FMQc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-equations-example-1","created":1298220056,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44063","children":[]},{"title":"Absolute Value Equation Example 2","description":"Example of solving an absolute value equation","url":"http:\/\/www.youtube.com\/watch?v=jaizi_1IB5c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-equation-example-2","created":1298219288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"96964","children":[]},{"title":"Absolute Value Equations","description":"Absolute Value Equations","url":"http:\/\/www.youtube.com\/watch?v=ZEml96_kyN4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u02-l2-t2-we1-absolute-value-equations-avi","created":1298219401,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14654","children":[]},{"title":"Absolute Value Equations 1","description":"Absolute Value Equations 1","url":"http:\/\/www.youtube.com\/watch?v=GwjiR2_7A7Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-equations-1","created":1298219288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"80906","children":[]},{"title":"Absolute value equations","description":"Solve absolute value equations. Some have no solution.","url":"http:\/\/www.khanacademy.org\/exercise\/absolute_value_equations","source":"http:\/\/www.khanacademy.org\/exercise\/absolute_value_equations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Absolute Value Inequalities","description":"Absolute Value Inequalities","url":"http:\/\/www.youtube.com\/watch?v=iI_2Piwn_og&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-inequalities","created":1298219777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"105084","children":[]},{"title":"Absolute value inequalities Example 1","description":"Absolute value inequalities, graph solution on number line","url":"http:\/\/www.youtube.com\/watch?v=TvUCe6Bomy4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-inequalities-example-1","created":1298219291,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54494","children":[]},{"title":"Absolute Inequalities 2","description":"Absolute Inequalities 2","url":"http:\/\/www.youtube.com\/watch?v=x5EJG_rAtkY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-inequalities-2","created":1298219291,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35355","children":[]},{"title":"Absolute value inequalities example 3","description":"Absolute value inequalities 3","url":"http:\/\/www.youtube.com\/watch?v=y9MGpOGQVqQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-inequalities-example-3","created":1298219291,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40291","children":[]}]},{"title":"Simplifying complicated equations","description":"You feel good about your rapidly developing equation-solving ability. Now you're ready to fully flex your brain. \n\nIn this tutorial, we'll explore equations that don't look so simple at first, but that, with a bit of skill, we can turn into equations that don't cause any stress! Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Ex 1 Multi step equation","description":"Turning a rational equation into a linear equation.","url":"http:\/\/www.youtube.com\/watch?v=PPvd4X3Wv5I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ex-1-multi-step-equation","created":1356043483,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5114","children":[]},{"title":"Ex 2 Multi-step equation","description":"Turning a non-linear equation into a linear one.","url":"http:\/\/www.youtube.com\/watch?v=Z7C69xP08d8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ex-2-multi-step-equation","created":1356043519,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3628","children":[]},{"title":"Multi-step equations","description":"Solve equations with variables in numerator and denominator. Solutions can be fractions.","url":"http:\/\/www.khanacademy.org\/exercise\/linear_equations_4","source":"http:\/\/www.khanacademy.org\/exercise\/linear_equations_4","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Solving Equations with the Distributive Property","description":"Solving Equations with the Distributive Property","url":"http:\/\/www.youtube.com\/watch?v=YZBStgZGyDY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-equations-with-the-distributive-property","created":1298219287,"start":null,"end":null,"type":"video","provider":"Khan University","views":"143789","children":[]},{"title":"Solving equations with the distributive property 2","description":"Solving equations with the distributive property 2","url":"http:\/\/www.youtube.com\/watch?v=PL9UYj2awDc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-equations-with-the-distributive-property-2","created":1298219287,"start":null,"end":null,"type":"video","provider":"Khan University","views":"83523","children":[]},{"title":"Ex 2: Distributive property to simplify ","description":"Multi-step equations 2","url":"http:\/\/www.youtube.com\/watch?v=CJyVct57-9s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multi-step-equations-2","created":1298220020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55624","children":[]},{"title":"Ex 1: Distributive property to simplify ","description":"Multi-Step Equations","url":"http:\/\/www.youtube.com\/watch?v=a5uNoOnEy_A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multi-step-equations","created":1298219774,"start":null,"end":null,"type":"video","provider":"Khan University","views":"103720","children":[]},{"title":"Ex 3: Distributive property to simplify ","description":"Equations with Variables on Both Sides","url":"http:\/\/www.youtube.com\/watch?v=xMsG9hvqzbY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equations-with-variables-on-both-sides","created":1298219775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100497","children":[]},{"title":"Multistep equations with distribution","description":"Solve linear equations like -(5x+1)=9x-5","url":"http:\/\/www.khanacademy.org\/exercise\/multistep_equations_with_distribution","source":"http:\/\/www.khanacademy.org\/exercise\/multistep_equations_with_distribution","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Evaluating expressions with unknown variables","description":"When solving equations, there is a natural hunger to figure out what an unknown is equal to. This is especially the case if we want to evaluate an expression that the unknown is part of. This tutorial exposes us to a class of solvable problems that challenges this hunger and forces us to be the thinking human beings that we are!\n\nIn case you're curious, these types of problems are known to show up on standardized exams to see if you are really a thinking human (as opposed to a robot possum).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Evaluating expressions where individual variable values are unknown","description":"Working through a few examples where we need to evaluate an expression, but we don't know the individual variable values","url":"http:\/\/www.youtube.com\/watch?v=TIwGXn4NalM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-expressions-where-individual-variable-values-are-unknown","created":1356033473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2817","children":[]},{"title":"Evaluating expressions with unknown variables 2","description":"A few more examples where we are asked to evaluate an expression with multiple uknown variables","url":"http:\/\/www.youtube.com\/watch?v=CLQRZ2UbQ4Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-expressions-with-unknown-variables-2","created":1356034538,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2589","children":[]},{"title":"Expressions with unknown variables","description":"Multiplying variable expressions given their sums.","url":"http:\/\/www.khanacademy.org\/exercise\/expressions_with_unknown_variables","source":"http:\/\/www.khanacademy.org\/exercise\/expressions_with_unknown_variables","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Expressions with unknown variables 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/expressions_with_unknown_variables_2","source":"http:\/\/www.khanacademy.org\/exercise\/expressions_with_unknown_variables_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"More equation practice","description":"This tutorial is for you if you already have the basics of solving equations and are looking to put your newfound powers to work in more examples.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Basic Rate Problem","description":"Basic Rate Problem","url":"http:\/\/www.youtube.com\/watch?v=7WXijfIZh64&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-rate-problem","created":1298219289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50872","children":[]},{"title":"Early Train Word Problem","description":"Fun word problem that is almost a brain teaser.","url":"http:\/\/www.youtube.com\/watch?v=uA3m8vbd2wc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/early-train-word-problem","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44512","children":[]},{"title":"Patterns in Sequences 1","description":"Patterns in Sequences 1","url":"http:\/\/www.youtube.com\/watch?v=Zj-a_9cd5jc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/patterns-in-sequences-1","created":1298219288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61141","children":[]},{"title":"Patterns in Sequences 2","description":"Patterns in Sequences 2","url":"http:\/\/www.youtube.com\/watch?v=zIcxrhyJs6M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/patterns-in-sequences-2","created":1298219288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43119","children":[]},{"title":"Equations of Sequence Patterns","description":"Equations of Sequence Patterns","url":"http:\/\/www.youtube.com\/watch?v=_3BnyEr5fG4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equations-of-sequence-patterns","created":1298219288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44501","children":[]},{"title":"Finding the 100th Term in a Sequence","description":"Finding the 100th Term in a Sequence","url":"http:\/\/www.youtube.com\/watch?v=JtsyP0tnVRY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-the-100th-term-in-a-sequence","created":1298219288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45838","children":[]},{"title":"Challenge example: Sum of integers","description":"Sum of Consecutive Odd Integers","url":"http:\/\/www.youtube.com\/watch?v=d8De3xcVmnw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sum-of-consecutive-odd-integers","created":1298219287,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81511","children":[]},{"title":"Integer sums","description":"Adding sums of consecutive integers","url":"http:\/\/www.youtube.com\/watch?v=W254ewkkMck&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/integer-sums","created":1298219226,"start":null,"end":null,"type":"video","provider":"Khan University","views":"169866","children":[]},{"title":"2003 AIME II Problem 1","description":"2003 AIME II Problem 1","url":"http:\/\/www.youtube.com\/watch?v=JPQ8cfOsYxo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-1","created":1298219854,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47938","children":[]},{"title":"Bunch of examples","description":"","url":"http:\/\/www.youtube.com\/watch?v=rUT0pa87m7E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/patterns-and-equations","created":1298219773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31167","children":[]}]},{"title":"Old school equations with Sal","description":"Some of Sal's oldest (and roughest) videos on algebra. Great tutorial if you want to see what Khan Academy was like around 2006. You might also like it if you feel like Sal has lost his magic now that he doesn't use the cheapest possible equipment to make the videos.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Algebra: Linear Equations 1","description":"equations of the form AX=B","url":"http:\/\/www.youtube.com\/watch?v=bAerID24QJ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra--linear-equations-1","created":1298220492,"start":null,"end":null,"type":"video","provider":"Khan University","views":"607247","children":[]},{"title":"Algebra: Linear Equations 2","description":"solving equations of the form AX+B=C","url":"http:\/\/www.youtube.com\/watch?v=DopnmxeMt-s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra--linear-equations-2","created":1298220492,"start":null,"end":null,"type":"video","provider":"Khan University","views":"265399","children":[]},{"title":"Algebra: Linear Equations 3","description":"Linear equations with multiple variable and constant terms","url":"http:\/\/www.youtube.com\/watch?v=Zn-GbH2S0Dk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra--linear-equations-3","created":1298220493,"start":null,"end":null,"type":"video","provider":"Khan University","views":"210147","children":[]},{"title":"Algebra: Linear Equations 4","description":"Solving linear equations with variable expressions in the denominators of fractions","url":"http:\/\/www.youtube.com\/watch?v=9IUEk9fn2Vs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra--linear-equations-4","created":1298219225,"start":null,"end":null,"type":"video","provider":"Khan University","views":"633602","children":[]},{"title":"Averages","description":"Introduction to averages and algebra problems involving averages.","url":"http:\/\/www.youtube.com\/watch?v=9VZsMY15xeU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/averages","created":1298219226,"start":null,"end":null,"type":"video","provider":"Khan University","views":"190436","children":[]},{"title":"Taking percentages","description":"Taking a percentage of a number.","url":"http:\/\/www.youtube.com\/watch?v=_SpE4hQ8D_o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/taking-percentages","created":1298219226,"start":null,"end":null,"type":"video","provider":"Khan University","views":"280424","children":[]},{"title":"More percent problems","description":"Slightly harder percent problems","url":"http:\/\/www.youtube.com\/watch?v=4oeoIOan_h4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-percent-problems","created":1298219227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"109923","children":[]},{"title":"Age word problems 1","description":"Age word problems","url":"http:\/\/www.youtube.com\/watch?v=bAUT_Pux73w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/age-word-problems-1","created":1298219227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"205764","children":[]},{"title":"Age word problems 2","description":"Second set of age word problems","url":"http:\/\/www.youtube.com\/watch?v=pPqPj8CAPvI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/age-word-problems-2","created":1298219228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97945","children":[]},{"title":"Age word problems 3","description":"Part 3 of the presentation on age word problems","url":"http:\/\/www.youtube.com\/watch?v=DplUpe3oyWo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/age-word-problems-3","created":1298219228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"90729","children":[]}]},{"title":"Linear inequalities","description":"Exploring a world where both sides aren't equal anymore!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Basic inequalities","description":"In this tutorial you'll discover that much of the logic you've used to solve equations can also be applied to think about inequalities!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Inequalities on a number line","description":"Inequalities on a number line","url":"http:\/\/www.youtube.com\/watch?v=dTwZ5N126gw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inequalities-on-a-number-line","created":1298220020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"83348","children":[]},{"title":"Inequalities on a number line","description":"Write equations of inequalities graphed on number lines. Identify number line graphs of inequalities.","url":"http:\/\/www.khanacademy.org\/exercise\/inequalities_on_a_number_line","source":"http:\/\/www.khanacademy.org\/exercise\/inequalities_on_a_number_line","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Interpreting Inequalities","description":"Interpreting Inequalities","url":"http:\/\/www.youtube.com\/watch?v=wo7DSaPP8hQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interpreting-inequalities","created":1298219291,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66166","children":[]},{"title":"Inequalities Using Addition and Subtraction","description":"Inequalities Using Addition and Subtraction","url":"http:\/\/www.youtube.com\/watch?v=UTs4uZhu5t8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inequalities-using-addition-and-subtraction","created":1298219777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44870","children":[]},{"title":"Inequalities Using Multiplication and Division","description":"Inequalities Using Multiplication and Division","url":"http:\/\/www.youtube.com\/watch?v=PNXozoJWsWc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inequalities-using-multiplication-and-division","created":1298219777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42526","children":[]},{"title":"Inequalities","description":"Inequalities","url":"http:\/\/www.youtube.com\/watch?v=FZ2APP6-grU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inequalities","created":1298219291,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46678","children":[]},{"title":"One-Step Inequalities","description":"One-Step Inequalities","url":"http:\/\/www.youtube.com\/watch?v=17a443nL7Qw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/one-step-inequalities","created":1298220020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"77941","children":[]},{"title":"One-Step Inequalities 2","description":"One-Step Inequalities 2","url":"http:\/\/www.youtube.com\/watch?v=D1cKk48kz-E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/one-step-inequalities-2","created":1298220021,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48904","children":[]},{"title":"Solving Inequalities","description":"Solving Inequalities","url":"http:\/\/www.youtube.com\/watch?v=y7QLay8wrW8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-inequalities","created":1298219291,"start":null,"end":null,"type":"video","provider":"Khan University","views":"103449","children":[]},{"title":"One step inequalities","description":"Solve inequalities in one step.","url":"http:\/\/www.khanacademy.org\/exercise\/one_step_inequalities","source":"http:\/\/www.khanacademy.org\/exercise\/one_step_inequalities","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Inequality examples","description":"","url":"http:\/\/www.youtube.com\/watch?v=hJ-_OoCHTks&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equations-and-inequalities","created":1298219773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61007","children":[]},{"title":"Multi-Step Inequalities","description":"Compound Inequalities","url":"http:\/\/www.youtube.com\/watch?v=xOxvyeSl0uA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multi-step-inequalities","created":1328266868,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58675","children":[]},{"title":"Multi-Step Inequalities 2","description":"Multi-Step Inequalities 2","url":"http:\/\/www.youtube.com\/watch?v=XOAn5z8mkvI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multi-step-inequalities-2","created":1298220055,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33944","children":[]},{"title":"Multi-Step Inequalities 3","description":" Multi-Step Inequalities","url":"http:\/\/www.youtube.com\/watch?v=SgKBBUFaGb4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multi-step-inequalities-3","created":1310772456,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12616","children":[]},{"title":"Multi-step linear inequalities","description":"Solve linear inequalities in multiple steps.","url":"http:\/\/www.khanacademy.org\/exercise\/linear_inequalities","source":"http:\/\/www.khanacademy.org\/exercise\/linear_inequalities","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Writing and using inequalities 2","description":"Writing and using inequalities 2","url":"http:\/\/www.youtube.com\/watch?v=cCMpin3Te4s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/writing-and-using-inequalities-2","created":1298219291,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25632","children":[]},{"title":"Writing and using inequalities 3","description":"Writing and using inequalities 3","url":"http:\/\/www.youtube.com\/watch?v=pbLiN8D9gAk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/writing-and-using-inequalities-3","created":1298219292,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20511","children":[]}]},{"title":"Compound and absolute value inequalities","description":"You're starting to get comfortable with a world where everything isn't equal. In this tutorial, we'll add more constraints to think of at the same time. You may not realize it, but the ability to understand and manipulate compound and absolute value inequalities is key to many areas of science, engineering, and manufacturing (especially when tolerances are concerned)!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Compound Inequalities","description":"Compound Inequalities","url":"http:\/\/www.youtube.com\/watch?v=A3xPhzs-KBI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compound-inequalities","created":1298219777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70725","children":[]},{"title":"Compound Inequalities","description":"Compound Inequalities","url":"http:\/\/www.youtube.com\/watch?v=0YErxSShF0A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compund-inequalities","created":1298220056,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31435","children":[]},{"title":"Compound Inequalities 2","description":"Compound Inequalities 2","url":"http:\/\/www.youtube.com\/watch?v=d2cnQ5ahHgE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compund-inequalities-2","created":1298220056,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28180","children":[]},{"title":"Compound Inequalities 3","description":"Compound Inequalities 3","url":"http:\/\/www.youtube.com\/watch?v=cvB8b4AACyE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compound-inequalities-3","created":1310772457,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20832","children":[]},{"title":"Compound Inequalities 4","description":"Compound Inequalities 4","url":"http:\/\/www.youtube.com\/watch?v=ZF_cZ-GX9PI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compound-inequalities-4","created":1298220056,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19423","children":[]},{"title":"Compound inequalities","description":"Solve compound inequalities.","url":"http:\/\/www.khanacademy.org\/exercise\/compound_inequalities","source":"http:\/\/www.khanacademy.org\/exercise\/compound_inequalities","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Absolute Value Inequalities Example 2","description":"Absolute Value Inequalities","url":"http:\/\/www.youtube.com\/watch?v=YKQLZOq4HTA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/absolute-value-inequalities-example-2","created":1298220056,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27114","children":[]},{"title":"Writing and using inequalities","description":"Writing and using inequalities","url":"http:\/\/www.youtube.com\/watch?v=RHe9X2HDEjA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/writing-and-using-inequalities","created":1298219291,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43400","children":[]}]},{"title":"Graphing points, equations and inequalities","description":"Understanding the coordinate plane, slope, and intercept. Writing, solving, and graphing linear equations and inequalities.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Coordinate plane","description":"How can we communicate exactly where something is in two dimensions? Who was this Descartes character? \n\nIn this tutorial, we cover the basics of the coordinate plane. We then delve into graphing points and determining whether a point is a solution of an equation. This will be a great tutorial experience if you are just starting to ramp up your understanding of graphing or need some fundamental review.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The Coordinate Plane","description":"","url":"http:\/\/www.youtube.com\/watch?v=VhNkWdLGpmA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-coordinate-plane","created":1298219775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72283","children":[]},{"title":"Plot ordered pairs","description":"Plot ordered pairs","url":"http:\/\/www.youtube.com\/watch?v=5ctsUsvIp8w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/plot-ordered-pairs","created":1321959624,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37893","children":[]},{"title":"Graphing points","description":"Plot a given point on the coordinate plane.","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_points","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_points","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Quadrants of Coordinate Plane","description":"Quadrants of Coordinate Plane","url":"http:\/\/www.youtube.com\/watch?v=1op92ojA6q0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadrants-of-coordinate-plane","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61919","children":[]},{"title":"Graphing points and naming quadrants","description":"Graph a point and indicate which quadrant it is in on the coordinate plane.","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_points_2","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_points_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Points on the coordinate plane","description":"Determine which of several given ordered pairs is not graphed on the coordinate plane.","url":"http:\/\/www.khanacademy.org\/exercise\/identifying_points_1","source":"http:\/\/www.khanacademy.org\/exercise\/identifying_points_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Graphing solutions to equations","description":"In this tutorial, we'll work through examples that show how a line can be viewed as all of coordinates whose x and y values satisfy a linear equation. Likewise, a linear equation can be viewed as describing a relationship between the x and y values on a line.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Ordered pair solutions of equations","description":" Ordered pair solutions of equations","url":"http:\/\/www.youtube.com\/watch?v=HUn4XwV7o9I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ordered-pair-solutions-of-equations","created":1328758739,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62546","children":[]},{"title":"Ordered Pair Solutions of Equations 2","description":"Ordered Pair Solutions of Equations","url":"http:\/\/www.youtube.com\/watch?v=SSNA9gaAOVc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ordered-pair-solutions-of-equations-2","created":1325070023,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10200","children":[]},{"title":"Plotting (x,y) relationships","description":"Plotting (x,y) relationships t2","url":"http:\/\/www.youtube.com\/watch?v=86NwKBcOlow&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/plotting--x-y--relationships","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45359","children":[]},{"title":"Graphs of Linear Equations","description":"","url":"http:\/\/www.youtube.com\/watch?v=rgvysb9emcQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphs-of-linear-equations","created":1298219775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65163","children":[]},{"title":"Application problem with graph","description":"Application problem with graph","url":"http:\/\/www.youtube.com\/watch?v=ljROszF_rqs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/application-problem-with-graph","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24551","children":[]},{"title":"Ordered pair solutions to linear equations","description":"Determine which ordered pair represents a solution to a graph or equation.","url":"http:\/\/www.khanacademy.org\/exercise\/identifying_points_2","source":"http:\/\/www.khanacademy.org\/exercise\/identifying_points_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Interpreting Linear Graphs","description":"Interpreting Linear Graphs","url":"http:\/\/www.youtube.com\/watch?v=xR9r38mZjK4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interpreting-linear-graphs","created":1320922935,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40268","children":[]},{"title":"Exploring linear relationships","description":"Exploring linear relationships","url":"http:\/\/www.youtube.com\/watch?v=qPx7i1jwXX4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exploring-linear-relationships","created":1298219289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46054","children":[]},{"title":"Recognizing Linear Functions","description":"Recognizing Linear Functions","url":"http:\/\/www.youtube.com\/watch?v=AZroE4fJqtQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/recognizing-linear-functions","created":1298219289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45026","children":[]},{"title":"Identifying linear relationships","description":"Based on graphs of lines, determine whether one variable decreases, increases, or stays the same as the other increases.","url":"http:\/\/www.khanacademy.org\/exercise\/interpreting_linear_equations","source":"http:\/\/www.khanacademy.org\/exercise\/interpreting_linear_equations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Graphing lines 1","description":"Graphing linear equations","url":"http:\/\/www.youtube.com\/watch?v=2UrcUfBizyw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra--graphing-lines-1","created":1298219225,"start":null,"end":null,"type":"video","provider":"Khan University","views":"317287","children":[]}]},{"title":"Graphing lines using x and y intercepts","description":"There are many ways to graph a line and this tutorial covers one of the simpler ones. Since you only need two points for a line, let's find what value an equation takes on when x = 0 (essentially the y-intercept) and what value it takes on when y = 0 (the x-intercept). Then we can graph the line by going through those two points.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Graphing using X and Y intercepts","description":"Graphing using X and Y intercepts","url":"http:\/\/www.youtube.com\/watch?v=6m642-2D3V4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-using-x-and-y-intercepts","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35662","children":[]},{"title":"Graphing Using Intercepts","description":"","url":"http:\/\/www.youtube.com\/watch?v=6zixwWZ88tk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-using-intercepts","created":1298219775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33256","children":[]},{"title":"X and Y intercepts","description":"X and Y intercepts","url":"http:\/\/www.youtube.com\/watch?v=xGmef7lFc5w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/x--and-y-intercepts","created":1298219290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"151277","children":[]},{"title":"X and Y intercepts 2","description":"X and Y intercepts 2","url":"http:\/\/www.youtube.com\/watch?v=405boztgZig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/x-and-y-intercepts-2","created":1298219290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57257","children":[]},{"title":"Solving for the x-intercept","description":"Solve linear equations for the x-intercept","url":"http:\/\/www.khanacademy.org\/exercise\/solving_for_the_x-intercept","source":"http:\/\/www.khanacademy.org\/exercise\/solving_for_the_x-intercept","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Slope","description":"If you've ever struggled to tell someone just how steep something is, you'll find the answer here. In this tutorial, we cover the idea of the slope of a line. We also think about how slope relates to the equation of a line and how you can determine the slope or y-intercept given some clues.\n\nThis tutorial is appropriate for someone who understands the basics of graphing equations and want to dig a bit deeper. After this tutorial, you will be prepared to start thinking deeper about the equation of a line.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Slope of a line","description":"Slope of a line","url":"http:\/\/www.youtube.com\/watch?v=R948Tsyq4vA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/slope-of-a-line","created":1298219289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"161787","children":[]},{"title":"Slope of a Line 2","description":"Slope of a Line 2","url":"http:\/\/www.youtube.com\/watch?v=WkspBxrzuZo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/slope-of-a-line-2","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34923","children":[]},{"title":"Slope and Rate of Change","description":"","url":"http:\/\/www.youtube.com\/watch?v=Iqws-qzyZwc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/slope-and-rate-of-change","created":1298219775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71572","children":[]},{"title":"Graphical Slope of a Line","description":"Graphical Slope of a Line","url":"http:\/\/www.youtube.com\/watch?v=81SseQCpGws&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphical-slope-of-a-line","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28157","children":[]},{"title":"Slope of a Line 3","description":"Slope of a Line 3","url":"http:\/\/www.youtube.com\/watch?v=CFSHq099Mx0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/slope-of-a-line-3","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22945","children":[]},{"title":"Slope Example","description":"Slope Example","url":"http:\/\/www.youtube.com\/watch?v=jTCZfMMcHBo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/slope-example","created":1298219290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51525","children":[]},{"title":"Hairier Slope of Line","description":"u13 l2 t1 we int Hairier Slope of Line","url":"http:\/\/www.youtube.com\/watch?v=oUV_yL7FjYc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hairier-slope-of-line","created":1325070023,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16552","children":[]},{"title":"Identifying slope of a line","description":"Select the graph that represents a given slope. ","url":"http:\/\/www.khanacademy.org\/exercise\/slope_of_a_line","source":"http:\/\/www.khanacademy.org\/exercise\/slope_of_a_line","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Slope and Y-intercept Intuition","description":"Using the \"Graph of a line\" module to understand how a line's graph changes when its slope or y-intercept is changed.","url":"http:\/\/www.youtube.com\/watch?v=8sz1IPjBRS8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/slope-and-y-intercept-intuition","created":1298219226,"start":null,"end":null,"type":"video","provider":"Khan University","views":"149576","children":[]},{"title":"Line graph intuition","description":"Adjust the slope and y-intercept of a line to make it go through given points.","url":"http:\/\/www.khanacademy.org\/exercise\/line_graph_intuition","source":"http:\/\/www.khanacademy.org\/exercise\/line_graph_intuition","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Algebra: Slope","description":"Figuring out the slope of a line","url":"http:\/\/www.youtube.com\/watch?v=hXP1Gv9IMBo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra--slope","created":1298219226,"start":null,"end":null,"type":"video","provider":"Khan University","views":"331961","children":[]},{"title":"Algebra: Slope 2","description":"Second part of determining the slope of a line","url":"http:\/\/www.youtube.com\/watch?v=Kk9IDameJXk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra--slope-2","created":1298219226,"start":null,"end":null,"type":"video","provider":"Khan University","views":"182823","children":[]},{"title":"Algebra: Slope 3","description":"Part 3 of slope","url":"http:\/\/www.youtube.com\/watch?v=8XffLj2zvf4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra--slope-3","created":1298219226,"start":null,"end":null,"type":"video","provider":"Khan University","views":"127113","children":[]}]},{"title":"Equation of a line","description":"You know a bit about slope and intercepts, but want to know more about all the ways you can represent the equation of a line including slope-intercept form, point-slope form, and standard form.\n\nThis tutorial will satisfy that curiosity!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Graphing a line in slope intercept form","description":"Graphing a line in slope intercept form","url":"http:\/\/www.youtube.com\/watch?v=uk7gS3cZVp4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-a-line-in-slope-intercept-form","created":1298219290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"101907","children":[]},{"title":"Converting to slope-intercept form","description":"Converting to slope-intercept form","url":"http:\/\/www.youtube.com\/watch?v=V6Xynlqc_tc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/converting-to-slope-intercept-form","created":1298219290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57117","children":[]},{"title":"Graphing linear equations","description":"Graph a linear equation on the coordinate plane.","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_linear_equations","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_linear_equations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Linear Equations in Slope Intercept Form","description":"Linear Equations in Slope Intercept Form","url":"http:\/\/www.youtube.com\/watch?v=5fkh01mClLU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-equations-in-slope-intercept-form","created":1298219776,"start":null,"end":null,"type":"video","provider":"Khan University","views":"124848","children":[]},{"title":"Graphs Using Slope-Intercept Form","description":"","url":"http:\/\/www.youtube.com\/watch?v=9wOalujeZf4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphs-using-slope-intercept-form","created":1298219775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61842","children":[]},{"title":"Word Problem Solving 4","description":"Word Problem Solving 4","url":"http:\/\/www.youtube.com\/watch?v=5EdbPz1ZVn0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/word-problem-solving-4","created":1298219776,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23154","children":[]},{"title":"Equation of a line 1","description":"Equation of a line","url":"http:\/\/www.youtube.com\/watch?v=AqFwKecNaTk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equation-of-a-line-1","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34250","children":[]},{"title":"Equation of a line 2","description":"Equation of a line 2","url":"http:\/\/www.youtube.com\/watch?v=MxiqyE2uMCo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equation-of-a-line-2","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21143","children":[]},{"title":"Equation of a Line hairier example","description":"u13 l2 t2 we INT Equation of a Line hairier example","url":"http:\/\/www.youtube.com\/watch?v=k8EfLFvUI5U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equation-of-a-line-hairier-example","created":1325070023,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9864","children":[]},{"title":"Equation of a line 3","description":"Equation of a line 3","url":"http:\/\/www.youtube.com\/watch?v=XMJ72mtMn4Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equation-of-a-line-3","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19148","children":[]},{"title":"Solving for the y-intercept","description":"Solve linear equations for the y-intercept.","url":"http:\/\/www.khanacademy.org\/exercise\/solving_for_the_y-intercept","source":"http:\/\/www.khanacademy.org\/exercise\/solving_for_the_y-intercept","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Slope intercept form","description":"Write an equation in slope-intercept form based on values given in a table.","url":"http:\/\/www.khanacademy.org\/exercise\/slope_intercept_form","source":"http:\/\/www.khanacademy.org\/exercise\/slope_intercept_form","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Linear Equations in Point Slope Form","description":"Linear Equations in Point Slope Form","url":"http:\/\/www.youtube.com\/watch?v=zqCokP2vDGo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-equations-in-point-slope-form","created":1298219776,"start":null,"end":null,"type":"video","provider":"Khan University","views":"87257","children":[]},{"title":"Point slope form","description":"Given 2 points, write an equation in point-slope form.","url":"http:\/\/www.khanacademy.org\/exercise\/point_slope_form","source":"http:\/\/www.khanacademy.org\/exercise\/point_slope_form","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Linear Equations in Standard Form","description":"Linear Equations in Standard Form","url":"http:\/\/www.youtube.com\/watch?v=BaQXFstxCMo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-equations-in-standard-form","created":1298219776,"start":null,"end":null,"type":"video","provider":"Khan University","views":"90232","children":[]},{"title":"Point-slope and standard form","description":"Point-slope and standard form","url":"http:\/\/www.youtube.com\/watch?v=-6Fu2T_RSGM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/point-slope-and-standard-form","created":1298219290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97694","children":[]},{"title":"Converting between slope-intercept and standard form","description":"Convert linear equations between slope-intercept and standard forms.","url":"http:\/\/www.khanacademy.org\/exercise\/converting_between_slope_intercept_and_standard_form","source":"http:\/\/www.khanacademy.org\/exercise\/converting_between_slope_intercept_and_standard_form","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Converting between point-slope and slope-intercept","description":"Convert linear equations between point-slop and slope-intercept forms.","url":"http:\/\/www.khanacademy.org\/exercise\/converting_between_point_slope_and_slope_intercept","source":"http:\/\/www.khanacademy.org\/exercise\/converting_between_point_slope_and_slope_intercept","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Finding the equation of a line","description":"Given x and y values, write the equation of a line.","url":"http:\/\/www.khanacademy.org\/exercise\/equation_of_a_line","source":"http:\/\/www.khanacademy.org\/exercise\/equation_of_a_line","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Equations from tables","description":"Write a linear equation based on values in a given table.","url":"http:\/\/www.khanacademy.org\/exercise\/plugging_in_values","source":"http:\/\/www.khanacademy.org\/exercise\/plugging_in_values","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Fitting a Line to Data","description":"Fitting a Line to Data","url":"http:\/\/www.youtube.com\/watch?v=OhUkMQtBGmE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fitting-a-line-to-data","created":1298219776,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20103","children":[]}]},{"title":"More analytic geometry","description":"You're familiar with graphing lines, slope and y-intercepts. Now we are going to go further into analytic geometry by thinking about distances between points, midpoints, parallel lines and perpendicular ones. Enjoy!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Midpoint Formula","description":"Midpoint Formula","url":"http:\/\/www.youtube.com\/watch?v=Ez_-RwV9WVo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/midpoint-formula","created":1298219814,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65960","children":[]},{"title":"Midpoint formula","description":"Find the midpoint of a segment on the coordinate plane, or find the endpoint of a segment given one point and the midpoint.","url":"http:\/\/www.khanacademy.org\/exercise\/midpoint_formula","source":"http:\/\/www.khanacademy.org\/exercise\/midpoint_formula","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Distance Formula","description":"How to find the distance between lines using the Pythagorean Formula","url":"http:\/\/www.youtube.com\/watch?v=nyZuite17Pc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/distance-formula","created":1298219814,"start":null,"end":null,"type":"video","provider":"Khan University","views":"89732","children":[]},{"title":"Distance formula","description":"Use the Pythagorean theorem to find the distance between two points on the coordinate plane.","url":"http:\/\/www.khanacademy.org\/exercise\/distance_formula","source":"http:\/\/www.khanacademy.org\/exercise\/distance_formula","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Perpendicular Line Slope","description":"u13 l2 t3 we1 Perpendicular Line Slope","url":"http:\/\/www.youtube.com\/watch?v=ndPq7gbin7A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perpendicular-line-slope","created":1325070023,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5134","children":[]},{"title":"Equations of Parallel and Perpendicular Lines","description":"Equations of Parallel and Perpendicular Lines","url":"http:\/\/www.youtube.com\/watch?v=9hryH94KFJA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equations-of-parallel-and-perpendicular-lines","created":1298219776,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71100","children":[]},{"title":"Parallel Line Equation","description":"Parallel Line Equation","url":"http:\/\/www.youtube.com\/watch?v=4Cmv7dUgggU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parallel-line-equation","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21927","children":[]},{"title":"Parallel Lines","description":"Parallel Lines","url":"http:\/\/www.youtube.com\/watch?v=T-aCweuimis&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parallel-lines","created":1298219290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56831","children":[]},{"title":"Parallel Lines 2","description":"Parallel Lines 2","url":"http:\/\/www.youtube.com\/watch?v=lOWXZFP8Vuc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parallel-lines-2","created":1298219290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29635","children":[]},{"title":"Parallel lines 3","description":"Parallel lines 3","url":"http:\/\/www.youtube.com\/watch?v=y5yNi08cr6I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parallel-lines-3","created":1298219290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22911","children":[]},{"title":"Perpendicular Lines","description":"Perpendicular Lines","url":"http:\/\/www.youtube.com\/watch?v=0671cRNjeKI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perpendicular-lines","created":1298219291,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50512","children":[]},{"title":"Perpendicular lines 2","description":"Perpendicular lines 2","url":"http:\/\/www.youtube.com\/watch?v=TsEhZRT16LU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perpendicular-lines-2","created":1298219291,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28077","children":[]},{"title":"Equations of parallel and perpendicular lines","description":"Determine the equation of a line parallel or perpendicular to the given line. Determine the relationship between two linear equations.","url":"http:\/\/www.khanacademy.org\/exercise\/line_relationships","source":"http:\/\/www.khanacademy.org\/exercise\/line_relationships","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Distance between point and line","description":"Find the distance between a point and a line. Some horizontal and vertical lines.","url":"http:\/\/www.khanacademy.org\/exercise\/distance_between_point_and_line","source":"http:\/\/www.khanacademy.org\/exercise\/distance_between_point_and_line","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Algebra: Slope and Y-intercept intuition","description":"Getting a feel for slope and y-intercept","url":"http:\/\/www.youtube.com\/watch?v=Nhn-anmubYU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra--slope-and-y-intercept-intuition","created":1298219226,"start":null,"end":null,"type":"video","provider":"Khan University","views":"285283","children":[]},{"title":"Algebra: Equation of a line","description":"Determining the equation of a line","url":"http:\/\/www.youtube.com\/watch?v=gvwKv6F69F0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra--equation-of-a-line","created":1298219226,"start":null,"end":null,"type":"video","provider":"Khan University","views":"233232","children":[]},{"title":"CA Algebra I: Slope and Y-intercept","description":"27-32, figuring out the slope, y-intercept and equation of a line","url":"http:\/\/www.youtube.com\/watch?v=31v-n2ND2VE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--slope-and-y-intercept","created":1298219647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47311","children":[]}]},{"title":"Graphing linear inequalities","description":"In this tutorial we'll see how to graph linear inequalities on the coordinate plane. We'll also learn how to determine if a particular point is a solution of an inequality.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Graphing Inequalities","description":"Graphing Inequalities","url":"http:\/\/www.youtube.com\/watch?v=unSBFwK881s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-inequalities","created":1298219777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68863","children":[]},{"title":"Solving and graphing linear inequalities in two variables 1","description":"Solving and graphing linear inequalities in two variables","url":"http:\/\/www.youtube.com\/watch?v=EoCeL4SPIcA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-and-graphing-linear-inequalities-in-two-variables-1","created":1298219292,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67614","children":[]},{"title":"Graphing Linear Inequalities in Two Variables Example 2","description":"Graphing Linear Inequalities in Two Variables","url":"http:\/\/www.youtube.com\/watch?v=FnrqBgot3jM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-linear-inequalities-in-two-variables-example-2","created":1298219402,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24432","children":[]},{"title":"Graphing Inequalities 2","description":"Graphing Inequalities 2","url":"http:\/\/www.youtube.com\/watch?v=-aTy1ED1m5I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-inequalities-2","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24303","children":[]},{"title":"Graphing linear inequalities in two variables 3","description":"Graphing linear inequalities in two variables","url":"http:\/\/www.youtube.com\/watch?v=YBYu5aZPLeg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-linear-inequalities-in-two-variables-3","created":1298219324,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43776","children":[]},{"title":"Graphs of inequalities","description":"Write an inequality from a given graph","url":"http:\/\/www.khanacademy.org\/exercise\/graphs_of_inequalities","source":"http:\/\/www.khanacademy.org\/exercise\/graphs_of_inequalities","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Graphing linear inequalities","description":"Graph a linear inequality on the coordinate plane. Determine whether the line should be solid or dotted, and shade the proper side.","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_inequalities","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_inequalities","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Graphing Inequalities 1","description":"Graphing Inequalities","url":"http:\/\/www.youtube.com\/watch?v=2oGsLdAWxlk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-inequalities-1","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28629","children":[]},{"title":"Graphing and solving linear inequalities","description":"Graph a linear inequality on the coordinate plane. Determine whether given ordered pairs are solutions.","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_inequalities_2","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_inequalities_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"CA Algebra I: Graphing Inequalities","description":"21-26, graphing inequalities and testing assertions","url":"http:\/\/www.youtube.com\/watch?v=KZ8Vw_Nim8U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--graphing-inequalities","created":1298219647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34499","children":[]}]},{"title":"Systems of equations and inequalities","description":"Solving a system of equations or inequalities in two variables by elimination, substitution, and graphing.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"A system for solving the King's problems","description":"Whether in the real world or a cliche fantasy one, systems of equations are key to solving super-important issues like \"the make-up of change in a troll's pocket\" or \"how can order the right amount of potato chips for a King's party.\" Join us as we cover (and practice with examples and exercises) all of the major ways of solving a system: graphically, elimination, and substitution. This tutorial will also help you think about when system might have no solution or an infinite number of solutions. Very, very exciting stuff!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Solving the Troll Riddle Visually","description":"Solving the system of equations visually. Now we can save the prince\/princess","url":"http:\/\/www.youtube.com\/watch?v=H-HfmyUzPw8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-the-troll-riddle-visually","created":1350668300,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26391","children":[]},{"title":"Solving Systems Graphically","description":"Some practice solving systems graphically (exercises available at http:\/\/www.khanacademy.org\/math\/algebra\/systems-of-eq-and-ineq\/e\/graphing_systems_of_equations )","url":"http:\/\/www.youtube.com\/watch?v=VhH2nEDCd68&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-graphically","created":1351527924,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15561","children":[]},{"title":"Graphing systems of equations","description":"Graph a system of equations in slope-intercept or standard form","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_systems_of_equations","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_systems_of_equations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Simple Elimination Practice","description":"Practice solving systems of equations through simple elimination (exercise at http:\/\/www.khanacademy.org\/math\/algebra\/systems-of-eq-and-ineq\/e\/systems_of_equations_with_elimination_0.5 )","url":"http:\/\/www.youtube.com\/watch?v=QrHsibKBVwI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-elimination-practice","created":1351536964,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11529","children":[]},{"title":"Systems of equations with simple elimination","description":"Solve systems of equation with one-step elimination (e.g., x-values or y-values cancel each other out).","url":"http:\/\/www.khanacademy.org\/exercise\/systems_of_equations_with_elimination_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/systems_of_equations_with_elimination_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Systems with Elimination Practice","description":"Example of solving systems of equations with elimination","url":"http:\/\/www.youtube.com\/watch?v=u5dPUHjagSI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/systems-with-elimination-practice","created":1351634692,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7027","children":[]},{"title":"Systems of equations with elimination","description":"Solving systems of equations with elimination.","url":"http:\/\/www.khanacademy.org\/exercise\/systems_of_equations_with_elimination","source":"http:\/\/www.khanacademy.org\/exercise\/systems_of_equations_with_elimination","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Talking bird solves systems with substitution","description":"Solving systems of equations with substitution.","url":"http:\/\/www.youtube.com\/watch?v=2EwPpga_XPw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-with-substitution","created":1351644378,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9336","children":[]},{"title":"Practice using substitution for systems","description":"Example doing Khan Academy systems of equations exercise at: http:\/\/www.khanacademy.org\/math\/algebra\/systems-of-eq-and-ineq\/e\/systems_of_equations_with_substitution","url":"http:\/\/www.youtube.com\/watch?v=GWZKz4F9hWM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/practice-using-substitution-for-systems","created":1351702039,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7329","children":[]},{"title":"Systems of equations with substitution","description":"Solve systems of equations using substitution","url":"http:\/\/www.khanacademy.org\/exercise\/systems_of_equations_with_substitution","source":"http:\/\/www.khanacademy.org\/exercise\/systems_of_equations_with_substitution","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Systems of equations","description":"Solve systems of equations with substitution and elimination.","url":"http:\/\/www.khanacademy.org\/exercise\/systems_of_equations","source":"http:\/\/www.khanacademy.org\/exercise\/systems_of_equations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Systems of equations word problems","description":"Word problems with systems of equations.","url":"http:\/\/www.khanacademy.org\/exercise\/systems_of_equations_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/systems_of_equations_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Super fast systems of equations","description":"Have no time for trolls, kings and parrots and just want to get to the essence of system. This might be a good tutorial for you. As you can see, this stuff is so important that we're covering it in several tutorials!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Solving Linear Systems by Graphing","description":"Solving Linear Systems by Graphing","url":"http:\/\/www.youtube.com\/watch?v=5a6zpfl50go&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-linear-systems-by-graphing","created":1298219777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41427","children":[]},{"title":"Solving Linear Systems by Substitution","description":"Solving Linear Systems by Substitution","url":"http:\/\/www.youtube.com\/watch?v=V7H1oUHXPkg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-linear-systems-by-substitution","created":1298219777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63964","children":[]},{"title":"Solving Systems of Equations by Elimination","description":"Solving Systems of Equations by Elimination","url":"http:\/\/www.youtube.com\/watch?v=vA-55wZtLeE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-of-equations-by-elimination","created":1298219777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70437","children":[]},{"title":"Solving Systems of Equations by Multiplication","description":"Solving Systems of Equations by Multiplication","url":"http:\/\/www.youtube.com\/watch?v=wYrxKGt_bLg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-of-equations-by-multiplication","created":1298219778,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34055","children":[]},{"title":"Special Types of Linear Systems","description":"Special Types of Linear Systems","url":"http:\/\/www.youtube.com\/watch?v=5qkyuHIE2GM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/special-types-of-linear-systems","created":1298219810,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18808","children":[]},{"title":"Solutions to systems of equations","description":"Determine how many solutions exist to a given system of equations (one, zero, infinite).","url":"http:\/\/www.khanacademy.org\/exercise\/solutions_to_systems_of_equations","source":"http:\/\/www.khanacademy.org\/exercise\/solutions_to_systems_of_equations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Old video on systems of equations","description":"systems of equations","url":"http:\/\/www.youtube.com\/watch?v=nok99JOhcjo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/systems-of-equations","created":1298219227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"212472","children":[]}]},{"title":"Solving systems graphically","description":"This tutorial focuses on solving systems graphically. This is covered in several other tutorials, but this one gives you more examples than you can shake a chicken at. Pause the videos and try to do them before Sal does.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Testing a solution for a system of equations","description":"Testing a solution for a system of equations","url":"http:\/\/www.youtube.com\/watch?v=SkMNREAMNvc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/testing-a-solution-for-a-system-of-equations","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11540","children":[]},{"title":"Graphing Systems of Equations","description":"Graphing Systems of Equations","url":"http:\/\/www.youtube.com\/watch?v=MRAIgJmRmag&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphings-systems-of-equations","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32752","children":[]},{"title":"Graphical Systems Application Problem","description":"Graphical Systems Application Problem","url":"http:\/\/www.youtube.com\/watch?v=3mimxluSVBo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphical-systems-application-problem","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7857","children":[]},{"title":"Example 2: Graphically Solving Systems","description":"Solving systems by graphing 2","url":"http:\/\/www.youtube.com\/watch?v=BNHLzEv6Mjg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-by-graphing-2","created":1298219324,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32782","children":[]},{"title":"Example 3: Graphically Solving Systems","description":"Solving systems by graphing 3","url":"http:\/\/www.youtube.com\/watch?v=F5Nb6cIRZLU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-by-graphing-3","created":1298219325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36651","children":[]}]},{"title":"Thinking about solutions to systems","description":"You know how to solve systems of equations (for the most part). This tutorial will take things a bit deeper by exploring cases when you might have no solutions or an infinite number of them.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Inconsistent systems of equations","description":"Systems of equations without a solution","url":"http:\/\/www.youtube.com\/watch?v=NJRyxmommqQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inconsistent-systems-of-equations","created":1351702004,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6539","children":[]},{"title":"Infinite solutions to systems","description":"Consistent, but dependent systems of equations","url":"http:\/\/www.youtube.com\/watch?v=MpRUEGD2-_c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/infinite-solutions-to-systems","created":1351702085,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13330","children":[]},{"title":"Consistent and Inconsistent Systems","description":"Consistent and Inconsistent Systems","url":"http:\/\/www.youtube.com\/watch?v=Ix8Nne-a-KQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/consistent-and-inconsistent-systems","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14694","children":[]},{"title":"Independent and Dependent Systems","description":" Independent and Dependent Systems","url":"http:\/\/www.youtube.com\/watch?v=WSpF5uvApLA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/independent-and-dependent-systems","created":1328758739,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15461","children":[]},{"title":"Practice thinking about number of solutions to systems","description":"Going through a few examples on the Khan Academy practice exercise: http:\/\/www.khanacademy.org\/math\/algebra\/systems-of-eq-and-ineq\/e\/solutions_to_systems_of_equations","url":"http:\/\/www.youtube.com\/watch?v=SuB1gkto9LU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/practice-thinking-about-number-of-solutions-to-systems","created":1351702109,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11504","children":[]}]},{"title":"Solving systems with substitution","description":"This tutorial is focused on solving systems through substitution. This is covered in several other tutorials, but this one focuses on substitution with more examples than you can shake a dog at. As always, pause the video and try to solve before Sal does.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Example 1: Solving systems by substitution","description":"Solving systems by substitution 1","url":"http:\/\/www.youtube.com\/watch?v=HJV_HY0Sh0s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-by-substitution-1","created":1298219325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78921","children":[]},{"title":"Example 2: Solving systems by substitution","description":"Solving systems by substitution 2","url":"http:\/\/www.youtube.com\/watch?v=wB3QCk0MGuw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-by-substitution-2","created":1298219325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60020","children":[]},{"title":"Example 3: Solving systems by substitution","description":"Solving systems by substitution 3","url":"http:\/\/www.youtube.com\/watch?v=0BgUKHTW37E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-by-substitution-3","created":1298219325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41601","children":[]},{"title":"The Substitution Method","description":" The Substitution Method","url":"http:\/\/www.youtube.com\/watch?v=uzyd_mIJaoc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-substitution-method","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45836","children":[]},{"title":"Substitution Method 2","description":"Substitution Method 2","url":"http:\/\/www.youtube.com\/watch?v=2VeqrZ_PMiY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/substitution-method-2","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21723","children":[]},{"title":"Substitution Method 3","description":"Substitution Method 3","url":"http:\/\/www.youtube.com\/watch?v=v6L8--MlnKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/substitution-method-3","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14942","children":[]}]},{"title":"Solving systems with elimination (addition-elimination)","description":"You can solve a system of equations with either substitution or elimination. This tutorial focuses with a ton of examples on elimination. It is covered in other tutorials, but we give you far more examples here. You'll learn best if you pause the videos and try to do the problem before Sal does.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Example 1: Solving systems by elimination","description":"Solving systems by elimination","url":"http:\/\/www.youtube.com\/watch?v=z1hz8-Kri1E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-by-elimination","created":1298219325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78459","children":[]},{"title":"Example 2: Solving systems by elimination","description":"Solving systems by elimination 2","url":"http:\/\/www.youtube.com\/watch?v=Y6JsEja15Vk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-by-elimination-2","created":1298219325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45843","children":[]},{"title":"Addition Elimination Method 1","description":"Addition Elimination Method 1","url":"http:\/\/www.youtube.com\/watch?v=0P0SCQf-hWQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-elimination-method-1","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27628","children":[]},{"title":"Addition Elimination Method 2","description":"Addition Elimination Method 2","url":"http:\/\/www.youtube.com\/watch?v=hJOqGkWElNs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-elimination-method-2","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16676","children":[]},{"title":"Addition Elimination Method 3","description":"Addition Elimination Method 3","url":"http:\/\/www.youtube.com\/watch?v=mKu0L46Qed4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-elimination-method-3","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12382","children":[]},{"title":"Addition Elimination Method 4","description":"Addition Elimination Method 4","url":"http:\/\/www.youtube.com\/watch?v=DxSmZ0MDSxM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-elimination-method-4","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10284","children":[]},{"title":"Example 3: Solving systems by elimination","description":"Solving systems by elimination 3","url":"http:\/\/www.youtube.com\/watch?v=Dqp6xOeR3Ls&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-systems-by-elimination-3","created":1298219325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29269","children":[]}]},{"title":"Systems of equations word problems","description":"This tutorial doesn't involve talking parrots and greedy trolls, but it takes many of the ideas you might have learned in that tutorial and applies them to word problems. These include rate problems, mixture problems, and others. If you can pause and solve the example videos before Sal does, we'd say that you have a pretty good grasp of systems. Enjoy!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Example 4: Solving a word problem with substitution","description":"Algebraic Word Problem","url":"http:\/\/www.youtube.com\/watch?v=cNlwi6lUCEM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebraic-word-problem","created":1298219287,"start":null,"end":null,"type":"video","provider":"Khan University","views":"110675","children":[]},{"title":"Mixture problems 1","description":"Mixture problems 1","url":"http:\/\/www.youtube.com\/watch?v=5Dzdrb8MKBg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mixture-problems-1","created":1298219326,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38924","children":[]},{"title":"Mixture problems 2","description":"Mixture problems 2","url":"http:\/\/www.youtube.com\/watch?v=OBVGQt1Eeug&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mixture-problems-2","created":1298219326,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31769","children":[]},{"title":"Mixture problems 3","description":"Mixture problems 3","url":"http:\/\/www.youtube.com\/watch?v=JVlfQEhzLMM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mixture-problems-3","created":1298219326,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20614","children":[]},{"title":"Systems and rate problems","description":"Systems and rate problems","url":"http:\/\/www.youtube.com\/watch?v=at4T4n4JYNc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/systems-and-rate-problems","created":1298219325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40944","children":[]},{"title":"Systems and rate problems 2","description":"Systems and rate problems 2","url":"http:\/\/www.youtube.com\/watch?v=H5w55UbIZTw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/systems-and-rate-problems-2","created":1298219325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20038","children":[]},{"title":"Systems and rate problems 3","description":"Systems and rate problems 3","url":"http:\/\/www.youtube.com\/watch?v=hTBQUibtnBk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/systems-and-rate-problems-3","created":1298219325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13634","children":[]},{"title":"Officer on Horseback","description":"Not quite a brain teaser but fun nonetheless!","url":"http:\/\/www.youtube.com\/watch?v=IPJAi5zWu9U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/officer-on-horseback","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42135","children":[]},{"title":"Two Passing Bicycles Word Problem","description":"Algebra word problem involving two bicycles passing each other.","url":"http:\/\/www.youtube.com\/watch?v=Nx4Xk5S4HQA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/two-passing-bicycles-word-problem","created":1298219265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47943","children":[]},{"title":"Passed Bike Word Problem","description":"Fun algebra word problem involving a train passing a bike.","url":"http:\/\/www.youtube.com\/watch?v=P03ljxjy8Nw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/passed-bike-word-problem","created":1298219265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27010","children":[]},{"title":"Passing Trains","description":"Trains passing at different rates.","url":"http:\/\/www.youtube.com\/watch?v=qLLjD-g_9ms&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/passing-trains","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45616","children":[]},{"title":"Overtaking Word Problem","description":"3 people overtaking each other at different rates","url":"http:\/\/www.youtube.com\/watch?v=LYWUHaWwY0c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/overtaking-word-problem","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31814","children":[]},{"title":"Problem Solving Word Problems 2","description":"","url":"http:\/\/www.youtube.com\/watch?v=s1QN7sSfBM8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/problem-solving-word-problems-2","created":1298219774,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31600","children":[]}]},{"title":"Systems of inequalities","description":"You feel comfortable with systems of equations, but you begin to realize that the world is not always fair. Not everything is equal! In this short tutorial, we will explore systems of inequalities. We'll graph them. We'll think about whether a point satisfies them. We'll even give you as much practice as you need. All for 3 easy installments of... just kidding, it's free (although the knowledge obtained in priceless). A good deal if we say so ourselves!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Testing Solutions for a System of Inequalities","description":"Testing Solutions for a System of Inequalities","url":"http:\/\/www.youtube.com\/watch?v=XzYNh2wpO0A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/testing-solutions-for-a-system-of-inequalities","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7968","children":[]},{"title":"Graphical System of Inequalities","description":"Graphical System of Inequalities","url":"http:\/\/www.youtube.com\/watch?v=CA4S7S-3Lg4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphical-system-of-inequalities","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13197","children":[]},{"title":"Graphing systems of inequalities 2","description":"Graphing systems of inequalities 2","url":"http:\/\/www.youtube.com\/watch?v=YjT3QYfoy4Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-systems-of-inequalities-2","created":1298219326,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26292","children":[]},{"title":"Graphing Systems of Inequalities","description":"Graphing Systems of Inequalities","url":"http:\/\/www.youtube.com\/watch?v=BUmLw5m6F9s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u06-l3-t1-we3-graphing-systems-of-inequalities","created":1298219401,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9027","children":[]},{"title":"Graphing systems of inequalities","description":"Graph a system of linear inequalities.","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_systems_of_inequalities","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_systems_of_inequalities","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Graphing and solving systems of inequalities","description":"Graph a system of inequalities, and determine whether ordered pairs are solutions.","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_systems_of_inequalities_2","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_systems_of_inequalities_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"System of Inequalities Application","description":"System of Inequalities Application","url":"http:\/\/www.youtube.com\/watch?v=G0fH6blRMHI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/system-of-inequalities-application","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12087","children":[]},{"title":"CA Algebra I: Systems of Inequalities","description":"33-37, systems of equations and inequalities","url":"http:\/\/www.youtube.com\/watch?v=1piZ8oYWh3E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--systems-of-inequalities","created":1298219648,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24202","children":[]}]},{"title":"Fancier systems of equations","description":"Two equations with two unknowns not challenging enough for you? How about three equations with three unknowns? Visualizing lines in 2-D too easy? Well, now you're going to visualize intersecting planes in 3-D, baby. (Okay, we admit that it is weird for a website to call you \"baby.\") Tired of linear systems? Well, we might just bring a little nonlinearity into your life, honey. (You might want to brush up on your solving quadratics before tackling the non-linear systems.) As always, try to pause the videos and do them before Sal does!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Systems of Three Variables","description":"Systems of Three Variables","url":"http:\/\/www.youtube.com\/watch?v=pANZpI9sOYg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/systems-of-three-variables","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28487","children":[]},{"title":"Systems of Three Variables 2","description":"Systems of Three Variables 2","url":"http:\/\/www.youtube.com\/watch?v=f7cX-Ar2cEM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/systems-of-three-variables-2","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14347","children":[]},{"title":"Solutions to Three Variable System","description":" Solutions to Three Variable System","url":"http:\/\/www.youtube.com\/watch?v=K38zMmtjxEw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solutions-to-three-variable-system","created":1328758739,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11491","children":[]},{"title":"Solutions to Three Variable System 2","description":"u14 l3 t1 we4 Solutions to Three Variable System","url":"http:\/\/www.youtube.com\/watch?v=145zOBT0LD4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solutions-to-three-variable-system-2","created":1325070008,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2598","children":[]},{"title":"Three Equation Application Problem","description":"Three Equation Application Problem","url":"http:\/\/www.youtube.com\/watch?v=TJaHNxJk5-4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/three-equation-application-problem","created":1300300072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8166","children":[]},{"title":"Non-Linear Systems of Equations 1","description":"Non-Linear Systems of Equations 1","url":"http:\/\/www.youtube.com\/watch?v=hjigR_rHKDI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/non-linear-systems-of-equations-1","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28908","children":[]},{"title":"Non-Linear Systems of Equations 2","description":"Non-Linear Systems of Equations 2","url":"http:\/\/www.youtube.com\/watch?v=XPf8LMu7QSw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/non-linear-systems-of-equations-2","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16869","children":[]},{"title":"Non-Linear Systems of Equations 3","description":"Non-Linear Systems of Equations 3","url":"http:\/\/www.youtube.com\/watch?v=FksgVpM_iXs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/non-linear-systems-of-equations-3","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14068","children":[]}]},{"title":"Functions","description":"Identifying, solving, and graphing various types of functions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Introduction to functions (old tutorial)","description":"You've already been using functions in algebra, but just didn't realize it. Now you will. By introducing a little more notation and a few new ideas, you'll hopefully realize that functions are a very, very powerful tool.\n\nThis tutorial is an old one that Sal made in the early days of Khan Academy. It is rough on the edges (and in between the edges), but it does go through the basic idea of what a function is and how we can define and evaluate functions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to functions","description":"An introduction to functions.","url":"http:\/\/www.youtube.com\/watch?v=VhokQhjl5t0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-functions","created":1298219229,"start":null,"end":null,"type":"video","provider":"Khan University","views":"419822","children":[]},{"title":"Difference between Equations and Functions","description":"Jesse Roe and Sal talk about the difference between equations and functions","url":"http:\/\/www.youtube.com\/watch?v=l3iXON1xEC4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/difference-between-equations-and-functions","created":1356745199,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10455","children":[]},{"title":"Function example problems","description":"Linear Function Graphs","url":"http:\/\/www.youtube.com\/watch?v=EmTvdKkAUtE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-function-graphs","created":1298219776,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44870","children":[]},{"title":"Ex: Constructing a function","description":"Basic Linear Function","url":"http:\/\/www.youtube.com\/watch?v=YB1XuQ1Pc5s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-linear-function","created":1298219289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62074","children":[]},{"title":"Functions Part 2","description":"More examples of solving function problems","url":"http:\/\/www.youtube.com\/watch?v=XEblO51pF5I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/functions-part-2","created":1298219229,"start":null,"end":null,"type":"video","provider":"Khan University","views":"269296","children":[]},{"title":"Functions as Graphs","description":"","url":"http:\/\/www.youtube.com\/watch?v=jQ-fS2lsslU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/functions-as-graphs","created":1298219773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45594","children":[]},{"title":"Understanding function notation","description":"Find the value of a function for a given x based on a graph.","url":"http:\/\/www.khanacademy.org\/exercise\/functions_1","source":"http:\/\/www.khanacademy.org\/exercise\/functions_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Functions (Part III)","description":"Even more examples of function exercises. Introduction of a graph as definition of a function.","url":"http:\/\/www.youtube.com\/watch?v=5fcRSie63Hs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/functions--part-iii","created":1298219229,"start":null,"end":null,"type":"video","provider":"Khan University","views":"157372","children":[]},{"title":"Functions (part 4)","description":"An example of a functions problem submitted by a youtube viewer","url":"http:\/\/www.youtube.com\/watch?v=rbt51hXmzig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/functions--part-4","created":1298219229,"start":null,"end":null,"type":"video","provider":"Khan University","views":"122952","children":[]},{"title":"Sum of Functions","description":"Sum of Functions","url":"http:\/\/www.youtube.com\/watch?v=n34dqyVCXs4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sum-of-functions","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17797","children":[]},{"title":"Difference of Functions","description":"Difference of Functions","url":"http:\/\/www.youtube.com\/watch?v=KvMyZY9upuA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/difference-of-functions","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13207","children":[]},{"title":"Product of Functions","description":"Product of Functions","url":"http:\/\/www.youtube.com\/watch?v=JKvmAexeMgY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/product-of-functions","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15032","children":[]},{"title":"Quotient of Functions","description":"Quotient of functions and factoring by grouping","url":"http:\/\/www.youtube.com\/watch?v=u9v_bakOIcU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quotient-of-functions","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16194","children":[]},{"title":"Evaluating expressions with function notation","description":"Find the value of a function for a given x based on a graph, and perform operations with that value.","url":"http:\/\/www.khanacademy.org\/exercise\/functions_2","source":"http:\/\/www.khanacademy.org\/exercise\/functions_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Evaluating composite functions","description":"Find the function of a function.","url":"http:\/\/www.khanacademy.org\/exercise\/functions_3","source":"http:\/\/www.khanacademy.org\/exercise\/functions_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Domain of a function","description":"Figuring out the domain of a function","url":"http:\/\/www.youtube.com\/watch?v=U-k5N1WPk4g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/domain-of-a-function","created":1298219229,"start":null,"end":null,"type":"video","provider":"Khan University","views":"260297","children":[]},{"title":"Domain of a function","description":"Given the equation of a function, determine the domain.","url":"http:\/\/www.khanacademy.org\/exercise\/domain_of_a_function","source":"http:\/\/www.khanacademy.org\/exercise\/domain_of_a_function","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Domain and range","description":"What values can you and can you not input into a function? What values can the function output? The domain is the set of values that the function is defined for (i.e., the values that you can input into a function). The range is the set of values that the function output can take on.\n\nThis tutorial covers the ideas of domain and range through multiple worked examples. These are really important ideas as you study higher mathematics.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Domain and Range of a Relation","description":"Domain and Range of a Relation","url":"http:\/\/www.youtube.com\/watch?v=g3LrOw1JMi8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/domain-and-range-of-a-relation","created":1320487224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23554","children":[]},{"title":"Domain and Range of a Function Given a Formula","description":"Domain and Range of a Function Given a Formula","url":"http:\/\/www.youtube.com\/watch?v=za0QJRZ-yQ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/domain-and-range-of-a-function-given-a-formula","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35011","children":[]},{"title":"Domain and Range 1","description":"Domain and Range 1","url":"http:\/\/www.youtube.com\/watch?v=C6F33Ir-sY4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/domain-and-range-1","created":1298219289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"92520","children":[]},{"title":"Domain of a Radical Function","description":"Domain of a Radical Function","url":"http:\/\/www.youtube.com\/watch?v=4h54s7BBPpA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/domain-of-a-radical-function","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20255","children":[]},{"title":"Domain and Range 2","description":"Domain and Range 2","url":"http:\/\/www.youtube.com\/watch?v=0lY4PcCYoyE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/domain-and-range-2","created":1298219289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57254","children":[]},{"title":"Domain and Range of a Function","description":"","url":"http:\/\/www.youtube.com\/watch?v=O0uUVH8dRiU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/domain-and-range-of-a-function","created":1298219773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"162541","children":[]},{"title":"Range of a function","description":"Given the equation of a quadratic function, determine the range.","url":"http:\/\/www.khanacademy.org\/exercise\/range_of_a_function","source":"http:\/\/www.khanacademy.org\/exercise\/range_of_a_function","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Domain and range","description":"Given the graph of a function, determine its domain or range.","url":"http:\/\/www.khanacademy.org\/exercise\/domain_and_range_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/domain_and_range_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Relationships and valid functions","description":"Relationships can be any association between sets of numbers while functions have only one output for a given input. This tutorial works through a bunch of examples of testing whether something is a valid function. As always, we really encourage you to pause the videos and try the problems before Sal does!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Relations and Functions","description":"Relations and Functions","url":"http:\/\/www.youtube.com\/watch?v=Uz0MtFlLD-k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/relations-and-functions","created":1320487224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35088","children":[]},{"title":"Functional Relationships 1","description":"Functional Relationships 1","url":"http:\/\/www.youtube.com\/watch?v=5cK86VKoBPw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/functional-relationships-1","created":1298219288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67013","children":[]},{"title":"Testing if a relationship is a function","description":"Testing if a relationship is a function","url":"http:\/\/www.youtube.com\/watch?v=3SO1BQQ9_1E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/testing-if-a-relationship-is-a-function","created":1298219289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56615","children":[]},{"title":"Graphical Relations and Functions","description":"Graphical Relations and Functions","url":"http:\/\/www.youtube.com\/watch?v=qGmJ4F3b5W8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphical-relations-and-functions","created":1320487224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28953","children":[]}]},{"title":"Function inverses","description":"Functions associate a set of inputs with a set of outputs (in fancy language, they \"map\" one set to another). But can we go the other way around? Are there functions that can start with the outputs as inputs and produce the original inputs as outputs? Yes, there are! They are called function inverses!\n\nThis tutorial works through a bunch of examples to get you familiar with the world of function inverses.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Function Inverses","description":"Introduction to Function Inverses","url":"http:\/\/www.youtube.com\/watch?v=W84lObmOp8M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-function-inverses","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"130355","children":[]},{"title":"Function Inverse Example 1","description":"Function Inverse Example 1","url":"http:\/\/www.youtube.com\/watch?v=wSiamij_i_k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/function-inverse-example-1","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"123828","children":[]},{"title":"Function Inverses Example 2","description":"Function Inverses Example 2","url":"http:\/\/www.youtube.com\/watch?v=aeyFb2eVH1c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/function-inverses-example-2","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61684","children":[]},{"title":"Function Inverses Example 3","description":"Function Inverses Example 3","url":"http:\/\/www.youtube.com\/watch?v=Bq9cq9FZuNM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/function-inverses-example-3","created":1298219267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52462","children":[]},{"title":"Inverses of functions","description":"Determine the inverse of a function based on the equation and graph.","url":"http:\/\/www.khanacademy.org\/exercise\/inverses_of_functions","source":"http:\/\/www.khanacademy.org\/exercise\/inverses_of_functions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Graphing functions","description":"You've already graphed functions when you graphed lines and curves in other topics so this really isn't anything new. Now we'll do a few more examples in this tutorial, but we'll use the function notation to make things a bit more explicit.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Ex 1: Evaluating a function","description":"Evaluating Functions","url":"http:\/\/www.youtube.com\/watch?v=E9YEUQR9NAU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-functions","created":1320487224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21165","children":[]},{"title":"Ex 2: Graphing a basic function","description":"Graphing a Basic Function","url":"http:\/\/www.youtube.com\/watch?v=2-dUHLHeyTY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-a--basic-function","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51515","children":[]},{"title":"Ex 3: Graphing a quadratic function","description":"Graphing a Quadratic Function","url":"http:\/\/www.youtube.com\/watch?v=nh3_IGxHA5A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-a-quadratic-function","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9288","children":[]},{"title":"Ex 4: Graphing radical functions","description":"Graphing Radical Functions","url":"http:\/\/www.youtube.com\/watch?v=Mi6OJ4TAufY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-radical-functions","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15564","children":[]},{"title":"Ex: Graphing exponential functions","description":"Graphing Exponential Functions","url":"http:\/\/www.youtube.com\/watch?v=9SOSfRNCQZQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-exponential-functions","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38075","children":[]},{"title":"Views of a function","description":"Representing functions in multiple ways","url":"http:\/\/www.khanacademy.org\/exercise\/views_of_a_function","source":"http:\/\/www.khanacademy.org\/exercise\/views_of_a_function","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"New operator definitions","description":"Are you bored of the traditional operators of addition, subtraction, multiplication and division? Do even exponents seem a little run-of-the-mill?\n\nWell in this tutorial, we will--somewhat arbitrarily--define completely new operators and notation (which are essentially new function definitions without the function notation). Not only will this tutorial expand your mind, it could be the basis of a lot of fun at your next dinner party!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"New operator definitions","description":"Getting comfortable with evaluating newly defined function operators","url":"http:\/\/www.youtube.com\/watch?v=ND-Bbp_q46s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/new-operator-definitions","created":1312414022,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60127","children":[]},{"title":"New operator definitions 1","description":"Given the definition of a new operator, evaluate an expression that contains that operator.","url":"http:\/\/www.khanacademy.org\/exercise\/new_definitions_1","source":"http:\/\/www.khanacademy.org\/exercise\/new_definitions_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"New definitions 2","description":"Worked examples of working with newly defined operators","url":"http:\/\/www.youtube.com\/watch?v=soUmhhuF08Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/new-definitions-2","created":1356744752,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2211","children":[]},{"title":"New operator definitions 2","description":"Given the definition of 2 new operators, evaluate an expression that contains that operator.","url":"http:\/\/www.khanacademy.org\/exercise\/new_definitions_2","source":"http:\/\/www.khanacademy.org\/exercise\/new_definitions_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Direct and inverse variation","description":"Whether you are talking about how force relates to acceleration or how the cost of movie tickets relates to the number of people going, it is not uncommon in this universe for things to vary directly. Similarly, when you are, say, talking about how hunger might relate to seeing roadkill, things can vary inversely.\n\nThis tutorial digs deeper into these ideas with a bunch of examples of direct and inverse variation.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Direct and Inverse Variation","description":"Understanding direct and inverse variation","url":"http:\/\/www.youtube.com\/watch?v=92U67CUy9Gc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/direct-and-inverse-variation","created":1302998348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67225","children":[]},{"title":"Recognizing Direct and Inverse Variation","description":"Examples of variables varying directly and inversely","url":"http:\/\/www.youtube.com\/watch?v=3_DxJwDTbyQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/recognizing-direct-and-inverse-variation","created":1302998348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24696","children":[]},{"title":"Proportionality Constant for Direct Variation","description":"Proportionality Constant for Direct Variation","url":"http:\/\/www.youtube.com\/watch?v=c6-FJRda_Vc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proportionality-constant-for-direct-variation","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24405","children":[]},{"title":"Direct and inverse variation","description":"Select a function that indicates direct or inverse variation between two variables.","url":"http:\/\/www.khanacademy.org\/exercise\/direct_and_inverse_variation","source":"http:\/\/www.khanacademy.org\/exercise\/direct_and_inverse_variation","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Direct Variation Models","description":"Direct Variation Models","url":"http:\/\/www.youtube.com\/watch?v=9M-B5qU7ezY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/direct-variation-models","created":1298219776,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30327","children":[]},{"title":"Direct Variation 1","description":"Direct Variation 1","url":"http:\/\/www.youtube.com\/watch?v=rSadG6EtJmY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/direct-variation-1","created":1298219289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63177","children":[]},{"title":"Inverse Variation Application","description":"Inverse Variation Application","url":"http:\/\/www.youtube.com\/watch?v=lkP-E2LUnjA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverse-variation-application","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11632","children":[]},{"title":"Direct Inverse and Joint Variation","description":"Direct Inverse and Joint Variation","url":"http:\/\/www.youtube.com\/watch?v=v-k5L0BPOmc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/direct-inverse-and-joint-variation","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12396","children":[]},{"title":"Direct Variation Application","description":"Direct Variation Application","url":"http:\/\/www.youtube.com\/watch?v=ZsjfUUJUq9s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/direct-variation-application","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19636","children":[]}]},{"title":"Quadratics","description":"Solving quadratics through factoring, completing the square, graphing, and the quadratic equation.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Factoring quadratics","description":"Just saying the word \"quadratic\" will make you feel smart and powerful. Try it. Imagine how smart and powerful you would actually be if you know what a quadratic is. Even better, imagine being able to completely dominate these \"quadratics\" with new found powers of factorization. Well, dream no longer.\n\nThis tutorial will be super fun. Just bring to it your equation solving skills, your ability to multiply binomials and a non-linear way of thinking!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Factoring quadratic expressions","description":"Factoring Quadratic Expressions","url":"http:\/\/www.youtube.com\/watch?v=eF6zYNzlZKQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-quadratic-expressions","created":1298219812,"start":null,"end":null,"type":"video","provider":"Khan University","views":"268473","children":[]},{"title":"Examples: Factoring simple quadratics","description":"A few examples of factoring quadratics","url":"http:\/\/www.youtube.com\/watch?v=1kfq0aR3ASs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-polynomials-1","created":1355517480,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6075","children":[]},{"title":"Example 1: Factoring quadratic expressions","description":"Factoring trinomials with a leading 1 coefficient","url":"http:\/\/www.youtube.com\/watch?v=nOZTe8jU2g4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-trinomials-with-a-leading-1-coefficient","created":1298220087,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65042","children":[]},{"title":"Factoring polynomials 1","description":"Factor polynomials that are not perfect squares, where A=1","url":"http:\/\/www.khanacademy.org\/exercise\/factoring_polynomials_1","source":"http:\/\/www.khanacademy.org\/exercise\/factoring_polynomials_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example 1: Solving a quadratic equation by factoring","description":"U09_L2_T2_we1 Solving Quadratic Equations by Factoring.avi","url":"http:\/\/www.youtube.com\/watch?v=2ZzuZvz33X0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/Example 1: Solving a quadratic equation by factoring","created":1298219364,"start":null,"end":null,"type":"video","provider":"Khan University","views":"96756","children":[]},{"title":"Example 2: Solving a quadratic equation by factoring","description":"U09_L2_T2_we2 Solving Quadratic Equations by Factoring 2.avi","url":"http:\/\/www.youtube.com\/watch?v=04RpkdaNzr8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/Example 2: Solving a quadratic equation by factoring","created":1298219364,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55202","children":[]},{"title":"Example 3: Solving a quadratic equation by factoring","description":"U09_L2_T2_we3 Solving Quadratic Equations by Factoring 3.avi","url":"http:\/\/www.youtube.com\/watch?v=vl9o9XEfXtw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/Example 3: Solving a quadratic equation by factoring","created":1298219364,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35026","children":[]},{"title":"Example 4: Solving a quadratic equation by factoring","description":" Applications Problem Factoring Quadratics","url":"http:\/\/www.youtube.com\/watch?v=STcsaKuW-24&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/Example 4: Solving a quadratic equation by factoring","created":1298220088,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17499","children":[]},{"title":"Example: Graphing a quadratic","description":"Quadratic Functions 1","url":"http:\/\/www.youtube.com\/watch?v=CuPgmA7ytWA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-functions-1","created":1298219364,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69742","children":[]},{"title":"Solving quadratics by factoring","description":"Factor quadratics to find the x-intercepts. Solve a polynomial by factoring.","url":"http:\/\/www.khanacademy.org\/exercise\/solving_quadratics_by_factoring","source":"http:\/\/www.khanacademy.org\/exercise\/solving_quadratics_by_factoring","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example 1: Factoring trinomials with a common factor","description":"Factoring trinomials with a common factor","url":"http:\/\/www.youtube.com\/watch?v=GMoqg_s4Dl4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-trinomials-with-a-common-factor","created":1298220087,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55200","children":[]},{"title":"Factoring polynomials 2","description":"Factor polynomials that are not perfect squares, where A is not 1","url":"http:\/\/www.khanacademy.org\/exercise\/factoring_polynomials_2","source":"http:\/\/www.khanacademy.org\/exercise\/factoring_polynomials_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Solving quadratics by factoring 2","description":"Solve quadratics by factoring, where A is not 1","url":"http:\/\/www.khanacademy.org\/exercise\/solving_quadratics_by_factoring_2","source":"http:\/\/www.khanacademy.org\/exercise\/solving_quadratics_by_factoring_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Factoring Special Products","description":"Factoring Special Products","url":"http:\/\/www.youtube.com\/watch?v=BI_jmI4xRus&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-special-products","created":1298219812,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51288","children":[]},{"title":"Example 1: Factoring difference of squares","description":"Factoring difference of squares","url":"http:\/\/www.youtube.com\/watch?v=tvnOWIoeeaU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-difference-of-squares","created":1298220088,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42516","children":[]},{"title":"Example 2: Factoring difference of squares","description":"Factoring difference of squares","url":"http:\/\/www.youtube.com\/watch?v=YahJQvY396o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u09-l2-t1-we3-factoring-special-products-3","created":1298219363,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20142","children":[]},{"title":"Factoring difference of squares 1","description":"Factoring differences of squares into the form (x+b)*(x-b)","url":"http:\/\/www.khanacademy.org\/exercise\/factoring_difference_of_squares_1","source":"http:\/\/www.khanacademy.org\/exercise\/factoring_difference_of_squares_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Factoring difference of squares 2","description":"Factoring differences of squares into the form (Ax+b)*(Ax-b)","url":"http:\/\/www.khanacademy.org\/exercise\/factoring_difference_of_squares_2","source":"http:\/\/www.khanacademy.org\/exercise\/factoring_difference_of_squares_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Factoring difference of squares 3","description":"Factoring a difference of squares in the format C(Ax+b)*(Ax-b)","url":"http:\/\/www.khanacademy.org\/exercise\/factoring_difference_of_squares_3","source":"http:\/\/www.khanacademy.org\/exercise\/factoring_difference_of_squares_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Factoring perfect square trinomials","description":"Factoring perfect square trinomials","url":"http:\/\/www.youtube.com\/watch?v=liRNTieIU_k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-perfect-square-trinomials","created":1298220088,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46460","children":[]},{"title":"Example: Factoring a fourth degree expression","description":"Factoring Special Products 2","url":"http:\/\/www.youtube.com\/watch?v=o-ZbdYVGehI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-special-products-2","created":1298219363,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28003","children":[]},{"title":"Example: Factoring special products","description":"Factoring Special Products 1","url":"http:\/\/www.youtube.com\/watch?v=XuwldEyWjH0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u09-l2-t1-we1-factoring-special-products-1","created":1298219363,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28938","children":[]},{"title":"Factor by Grouping and Factoring Completely","description":"Factor by Grouping and Factoring Completely","url":"http:\/\/www.youtube.com\/watch?v=X7B_tH4O-_s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factor-by-grouping-and-factoring-completely","created":1298219812,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108525","children":[]},{"title":"Graphs of Quadratic Functions","description":"Graphs of Quadratic Functions","url":"http:\/\/www.youtube.com\/watch?v=RjkTEyO5Zso&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphs-of-quadratic-functions","created":1298219812,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75177","children":[]},{"title":"Example: Basic grouping","description":"Factoring Trinomials by Grouping 1","url":"http:\/\/www.youtube.com\/watch?v=HXIj16mjfgk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-trinomials-by-grouping-1","created":1298219363,"start":null,"end":null,"type":"video","provider":"Khan University","views":"112198","children":[]},{"title":"Example 1: Factoring by grouping","description":"Factoring trinomials with a non-1 leading coefficient by grouping","url":"http:\/\/www.youtube.com\/watch?v=ISPxJ6JXT8o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-trinomials-with-a-non-1-leading-coefficient-by-grouping","created":1298220088,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52967","children":[]},{"title":"Example 2: Factoring by grouping","description":"U09_L1_T2_we2 Factoring Trinomials by Grouping 2","url":"http:\/\/www.youtube.com\/watch?v=QQhkEGp-YQQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ex2-factoring-quad","created":1298219363,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61856","children":[]},{"title":"Example 3: Factoring by grouping","description":"Factoring simple quadratic expressions","url":"http:\/\/www.youtube.com\/watch?v=fVIZmOQBS5M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u09-l1-t2-we3-factoring-trinomials","created":1298219363,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36640","children":[]},{"title":"Example 4: Factoring by grouping","description":"Factoring Trinomials by Grouping 4","url":"http:\/\/www.youtube.com\/watch?v=u1SAo2GiX8A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-trinomials-by-grouping-4","created":1298219363,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53066","children":[]},{"title":"Example 5: Factoring by grouping","description":"Factoring Trinomials by Grouping 5","url":"http:\/\/www.youtube.com\/watch?v=R-rhSQzFJL0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-trinomials-by-grouping-5","created":1298219363,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35003","children":[]},{"title":"Example 6: Factoring by grouping","description":"Factoring Trinomials by Grouping 6","url":"http:\/\/www.youtube.com\/watch?v=d-2Lcp0QKfI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-trinomials-by-grouping-6","created":1298219363,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34945","children":[]},{"title":"Factoring polynomials by grouping","description":"Factor polynomials by grouping","url":"http:\/\/www.khanacademy.org\/exercise\/factoring_polynomials_by_grouping_1","source":"http:\/\/www.khanacademy.org\/exercise\/factoring_polynomials_by_grouping_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Factoring polynomials with two variables","description":"Factor a polynomial with two variables into expressions","url":"http:\/\/www.khanacademy.org\/exercise\/factoring_polynomials_with_two_variables","source":"http:\/\/www.khanacademy.org\/exercise\/factoring_polynomials_with_two_variables","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Completing the square","description":"You're already familiar with factoring quadratics, but have begun to realize that it only is useful in certain cases. Well, this tutorial will introduce you to something far more powerful and general. Even better, it is the bridge to understanding and proving the famous quadratic formula.\n\nWelcome to the world of completing the square!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Solving Quadratic Equations by Square Roots","description":"Solving Quadratic Equations by Square Roots","url":"http:\/\/www.youtube.com\/watch?v=55G8037gsKY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-quadratic-equations-by-square-roots","created":1298219812,"start":null,"end":null,"type":"video","provider":"Khan University","views":"64210","children":[]},{"title":"Example: Solving simple quadratic","description":"Simple Quadratic Equation","url":"http:\/\/www.youtube.com\/watch?v=RweAgQwLdMs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-quadratic-equation","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15170","children":[]},{"title":"Solving quadratics by taking the square root","description":"Solve quadratics by taking the square root.","url":"http:\/\/www.khanacademy.org\/exercise\/solving_quadratics_by_taking_the_square_root","source":"http:\/\/www.khanacademy.org\/exercise\/solving_quadratics_by_taking_the_square_root","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Solving Quadratic Equations by Completing the Square","description":"Solving Quadratic Equations by Completing the Square","url":"http:\/\/www.youtube.com\/watch?v=bNQY0z76M5A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-quadratic-equations-by-completing-the-square","created":1298219812,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54846","children":[]},{"title":"Completing the square (old school)","description":"Solving a quadratic by completing the square.","url":"http:\/\/www.youtube.com\/watch?v=gzm-uhj06q8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/completing-the-square","created":1298219228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"322602","children":[]},{"title":"Example: Completing perfect square trinomials","description":"Completing Perfect Square Trinomials","url":"http:\/\/www.youtube.com\/watch?v=tYv-Pchyu0Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/completing-perfect-square-trinomials","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16752","children":[]},{"title":"Example 1: Completing the square","description":"U10_L1_T2_we1 Completing the Square 1","url":"http:\/\/www.youtube.com\/watch?v=VvuuRpJbbHE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ex1-completing-the-square","created":1298219364,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66509","children":[]},{"title":"Example 2: Completing the square","description":"U10_L1_T2_we2 Completing the Square 2","url":"http:\/\/www.youtube.com\/watch?v=6agzj3A9IgA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ex2-completing-the-square","created":1298219364,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33695","children":[]},{"title":"Example 3: Completing the square","description":"U10_L1_T2_we3 Completing the Square 3","url":"http:\/\/www.youtube.com\/watch?v=02h9yhc7ruc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ex3-completing-the-square","created":1298219364,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32640","children":[]},{"title":"Example 4: Completing the square","description":"Completing the Square 4","url":"http:\/\/www.youtube.com\/watch?v=95tChNVzodY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/completing-the-square-4","created":1298219364,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24615","children":[]},{"title":"Example 5: Completing the square","description":"Completing the Square to Solve Quadratic Equations","url":"http:\/\/www.youtube.com\/watch?v=TV5kDqiJ1Os&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/completing-the-square-to-solve-quadratic-equations","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24630","children":[]},{"title":"Completing the square 1","description":"Find the roots of a quadratic equation by completing the square. Can also be solved by factoring.","url":"http:\/\/www.khanacademy.org\/exercise\/completing_the_square_1","source":"http:\/\/www.khanacademy.org\/exercise\/completing_the_square_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Completing the square 2","description":"Find the roots of a quadratic by completing the square.","url":"http:\/\/www.khanacademy.org\/exercise\/completing_the_square_2","source":"http:\/\/www.khanacademy.org\/exercise\/completing_the_square_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"The quadratic formula (quadratic equation)","description":"Probably one of the most famous tools in mathematics, the quadratic formula (a.k.a. quadratic equation) helps you think about the roots of ANY quadratic (even ones that have no real roots)! As you'll see, it is just the by-product of completing the square, but understanding and applying the formula will take your algebra skills to new heights.\n\nIn theory, one could apply the quadratic formula in a brainless way without understanding factoring or completing the square, but that's lame and uninteresting. We recommend coming to this tutorial with a solid background in both of those techniques. Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"How to Use the Quadratic Formula","description":"Introduction to using the quadratic formula.","url":"http:\/\/www.youtube.com\/watch?v=i7idZfS8t8w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/using-the-quadratic-formula","created":1298219813,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54011","children":[]},{"title":"Example: Quadratics in standard form","description":"Quadratic Equations in Standard Form","url":"http:\/\/www.youtube.com\/watch?v=ty4Ohya4hdE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-equations-in-standard-form","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39443","children":[]},{"title":"Proof of Quadratic Formula","description":"Proof of Quadratic Formula","url":"http:\/\/www.youtube.com\/watch?v=r3SEkdtpobo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof-of-quadratic-formula","created":1298219813,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22439","children":[]},{"title":"Example 1: Using the quadratic formula","description":"Quadratic Formula 1","url":"http:\/\/www.youtube.com\/watch?v=iulx0z1lz8M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-formula-1","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"79596","children":[]},{"title":"Example 2: Using the quadratic formula","description":"Quadratic Formula 2","url":"http:\/\/www.youtube.com\/watch?v=CLrImGKeuEI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-formula-2","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28817","children":[]},{"title":"Example 3: Using the quadratic formula","description":"Quadratic Formula 3","url":"http:\/\/www.youtube.com\/watch?v=XUvKjC21fYU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-formula-3","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21731","children":[]},{"title":"Example 4: Applying the quadratic formula","description":"Application Problem with Quadratic Formula","url":"http:\/\/www.youtube.com\/watch?v=OZtqz_xw0SQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/application-problem-with-quadratic-formula","created":1310599673,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11674","children":[]},{"title":"Example 5: Using the quadratic formula","description":"Applying the Quadratic Formula","url":"http:\/\/www.youtube.com\/watch?v=_E3gx_yQhHQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-the-quadratic-formula","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15962","children":[]},{"title":"Quadratic formula","description":"Use the quadratic formula to find the roots of a quadratic function.","url":"http:\/\/www.khanacademy.org\/exercise\/quadratic_equation","source":"http:\/\/www.khanacademy.org\/exercise\/quadratic_equation","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Complex roots for a quadratic","description":"Complex Roots from the Quadratic Formula","url":"http:\/\/www.youtube.com\/watch?v=dnjK4DPqh0k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complex-roots-from-the-quadratic-formula","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31673","children":[]},{"title":"Discriminant of Quadratic Equations","description":"Discriminant of Quadratic Equations","url":"http:\/\/www.youtube.com\/watch?v=JBSDQLZtjFo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/discriminant-of-quadratic-equations","created":1298219813,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33189","children":[]},{"title":"Discriminant for Types of Solutions for a Quadratic","description":"Discriminant for Types of Solutions for a Quadratic","url":"http:\/\/www.youtube.com\/watch?v=1213qW5k55I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/discriminant-for-types-of-solutions-for-a-quadratic","created":1310599673,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15320","children":[]},{"title":"Solutions to quadratic equations","description":"Determine how many solutions a quadratic equation has and whether they are rational, irrational, or complex","url":"http:\/\/www.khanacademy.org\/exercise\/solutions_to_quadratic_equations","source":"http:\/\/www.khanacademy.org\/exercise\/solutions_to_quadratic_equations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Graphing quadratics","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Example: Roots and vertex of a parabola","description":"Quadratic Functions 3","url":"http:\/\/www.youtube.com\/watch?v=TgKBc3Igx1I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-functions-3","created":1298219364,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42618","children":[]},{"title":"Example: Parabola vertex and axis of symmetry","description":"Quadratic Functions 2","url":"http:\/\/www.youtube.com\/watch?v=dfoXtodyiIA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-functions-2","created":1298219364,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52132","children":[]},{"title":"Examples: Graphing and interpreting quadratics","description":"36-38, shifting quadratic graphs and finding x-intercepts (roots)","url":"http:\/\/www.youtube.com\/watch?v=X9rTIwc1wRU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--shifting-quadratic-graphs","created":1298219661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31780","children":[]},{"title":"Applying Quadratic Functions 1","description":"Applying Quadratic Functions 1","url":"http:\/\/www.youtube.com\/watch?v=Zoa485PqK_M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-quadratic-functions-1","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20937","children":[]},{"title":"Applying Quadratic Functions 2","description":"Applying Quadratic Functions 2","url":"http:\/\/www.youtube.com\/watch?v=HtN86WyZ6zY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-quadratic-functions-2","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13070","children":[]},{"title":"Applying Quadratic Functions 3","description":"Applying Quadratic Functions 3","url":"http:\/\/www.youtube.com\/watch?v=huZBkYgGrKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-quadratic-functions-3","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9739","children":[]},{"title":"Graphing parabolas in standard form","description":"Graph a parabola given the equation in the form ax^2+bx+c","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_parabolas_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_parabolas_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Parabola Focus and Directrix 1","description":"Parabola as the locus of all points equidistant from a point and a line","url":"http:\/\/www.youtube.com\/watch?v=ZJf9shWlMz0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parabola-focus-and-directrix-1","created":1298219265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"140282","children":[]},{"title":"Focus and Directrix of a Parabola 2","description":"Finding the focus and directrix of a parabola","url":"http:\/\/www.youtube.com\/watch?v=1Jm9rREA-uA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/focus-and-directrix-of-a-parabola-2","created":1298219265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66357","children":[]},{"title":"Vertex of a parabola","description":"Find the vertex of a parabola in standard form.","url":"http:\/\/www.khanacademy.org\/exercise\/vertex_of_a_parabola","source":"http:\/\/www.khanacademy.org\/exercise\/vertex_of_a_parabola","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Graphing parabolas in vertex form","description":"Graph a parabola given the equation in the form a(x+b)^2+c","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_parabolas_1","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_parabolas_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Graphing parabolas in all forms","description":"Graph a parabola in vertex or standard form.","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_parabolas_2","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_parabolas_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Parabola intuition 3","description":"Make one parabola overlap with another by adjusting the focus coordinates and directrix. Find the equation of the parabola.","url":"http:\/\/www.khanacademy.org\/exercise\/parabola_intuition_3","source":"http:\/\/www.khanacademy.org\/exercise\/parabola_intuition_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Quadratic inequalities","description":"You are familiar with factoring quadratic expressions and solving quadratic equations. Well, as you might guess, not everything in life has to be equal.\n\nIn this short tutorial we will look at quadratic inequalities.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Quadratic Inequalities","description":"Solving quadratic inequalities using factoring","url":"http:\/\/www.youtube.com\/watch?v=ZNtzWpU80-0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-inequalities","created":1298219229,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108265","children":[]},{"title":"Quadratic Inequalities (Visual Explanation)","description":"How to solve a quadratic inequality. Visual intuition of what a quadratic inequality means.","url":"http:\/\/www.youtube.com\/watch?v=xdiBjypYFRQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-inequalities--visual-explanation","created":1298219229,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75883","children":[]}]},{"title":"Quadratic odds and ends","description":"This tutorial has a bunch of extra, but random, videos on quadratics. A completely optional tutorial that you may or may not want to look at. If you do, watch it last. There are some Sal oldies here and some random examples.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Solving a quadratic by factoring","description":"factoring quadratics","url":"http:\/\/www.youtube.com\/watch?v=N30tN9158Kc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-a-quadratic-by-factoring","created":1298219228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"215750","children":[]},{"title":"CA Algebra I: Factoring Quadratics","description":"44-47, factoring quadratics","url":"http:\/\/www.youtube.com\/watch?v=K5ggNnKTmNM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--factoring-quadratics","created":1298219648,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43167","children":[]},{"title":"Algebra II: Quadratics and Shifts","description":"32-35, Solving quadratics and graph shifts","url":"http:\/\/www.youtube.com\/watch?v=GHDrDdu6vrU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--quadratics-and-shifts","created":1298219661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44049","children":[]},{"title":"CA Algebra I: Completing the Square","description":"48-52, completing the square","url":"http:\/\/www.youtube.com\/watch?v=8M4c8TB3Cdc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--completing-the-square","created":1298219648,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37981","children":[]},{"title":"Introduction to the quadratic equation","description":"Introduction to using the quadratic equation to solve 2nd degree polynomials","url":"http:\/\/www.youtube.com\/watch?v=IWigvJcCAJ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-quadratic-equation","created":1298219228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"231976","children":[]},{"title":"Quadratic Equation part 2","description":"2 more examples of solving equations using the quadratic equation","url":"http:\/\/www.youtube.com\/watch?v=y19jYxzY8Y8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-equation-part-2","created":1298219228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"150560","children":[]},{"title":"Quadratic Formula (proof)","description":"Deriving the quadratic formula by completing the square.","url":"http:\/\/www.youtube.com\/watch?v=mDmRYfma9C0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadratic-formula--proof","created":1298219229,"start":null,"end":null,"type":"video","provider":"Khan University","views":"121471","children":[]},{"title":"CA Algebra I: Quadratic Equation","description":"53-57, Quadratic Equation","url":"http:\/\/www.youtube.com\/watch?v=tSNtCg7o7bA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--quadratic-equation","created":1298219648,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27530","children":[]},{"title":"CA Algebra I: Quadratic Roots","description":"58-62, x-intercepts of a quadratic function","url":"http:\/\/www.youtube.com\/watch?v=uA6mcx4FMN8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--quadratic-roots","created":1298219648,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22138","children":[]}]},{"title":"Exponent expressions and equations","description":"Solving exponential and radical expressions and equations. Using scientific notation and significant figures.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Exponent properties","description":"You first learned about exponents in pre-algebra. You're now ready to apply many of those same principles using abstract variables. Welcome to exponents in algebra!\n\nIn this tutorial, you will learn about how to manipulate expressions with exponents in them. We'll give lots of example to make sure you see a lot of scenarios. For optimal learning (and fun), pause the video before Sal does an example.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Negative and Positive Exponents","description":"Negative and Positive Exponents","url":"http:\/\/www.youtube.com\/watch?v=JUGmviJC_pk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/negative-and-positive-exponents","created":1325070021,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33405","children":[]},{"title":"Evaluating exponential expressions 3","description":" Evaluating exponential expressions 3","url":"http:\/\/www.youtube.com\/watch?v=U8kmaUXaPJY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-exponential-expressions-3","created":1298220057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17598","children":[]},{"title":"Exponent Properties 1","description":"When multiplying numbers with common base, add exponents","url":"http:\/\/www.youtube.com\/watch?v=-TpiL4J_yUA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-properties-1","created":1298220057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46622","children":[]},{"title":"Exponent Properties 2","description":"Exponent Properties 2","url":"http:\/\/www.youtube.com\/watch?v=tvj42WdKlH4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-properties-2","created":1298220057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36706","children":[]},{"title":"Exponent Properties 3","description":"Exponent Properties 3","url":"http:\/\/www.youtube.com\/watch?v=Of8ezQj1hRk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-properties-3","created":1298220057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31249","children":[]},{"title":"Exponent Properties 4","description":"Exponent Properties 4","url":"http:\/\/www.youtube.com\/watch?v=X6zD3SoN3iY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-properties-4","created":1298220057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29590","children":[]},{"title":"Exponent Properties 5","description":"Exponent Properties 5","url":"http:\/\/www.youtube.com\/watch?v=4jhG7g5qgO0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-properties-5","created":1298220057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26298","children":[]},{"title":"Exponent Properties 6","description":"Exponent Properties 6","url":"http:\/\/www.youtube.com\/watch?v=BwmTemng9lc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-properties-6","created":1298220057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25192","children":[]},{"title":"Exponent Properties 7","description":"Exponent Properties 7","url":"http:\/\/www.youtube.com\/watch?v=IF-8VOiEOes&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-properties-7","created":1298220057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28375","children":[]},{"title":"Simplifying Square Roots","description":"Simplifying Square Roots","url":"http:\/\/www.youtube.com\/watch?v=uggD8mwglyc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-square-roots","created":1308785279,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51244","children":[]},{"title":"Simplifying Square Roots Comment Response","description":"Thinking about the domain of the expression to determine if we need the absolute value sign","url":"http:\/\/www.youtube.com\/watch?v=qFFhdLlX220&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-square-roots-comment-response","created":1308871663,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19145","children":[]},{"title":"Radical Equivalent to Rational Exponents","description":"Radical Equivalent to Rational Exponents","url":"http:\/\/www.youtube.com\/watch?v=jO4wOQQiVZg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/radical-equivalent-to-rational-exponents","created":1308871663,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25221","children":[]},{"title":"Radical Equivalent to Rational Exponents 2","description":"Radical Equivalent to Rational Exponents 2","url":"http:\/\/www.youtube.com\/watch?v=zlRKO21qEpQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/radical-equivalent-to-rational-exponents-2","created":1308871663,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20975","children":[]},{"title":"Radical Expressions with Higher Roots","description":"Radical Expressions with Higher Roots","url":"http:\/\/www.youtube.com\/watch?v=iX7ivCww2ws&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/radical-expressions-with-higher-roots","created":1298219813,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48461","children":[]},{"title":"Adding and Simplifying Radicals","description":"Adding and Simplifying Radicals","url":"http:\/\/www.youtube.com\/watch?v=egNq4tSfi1I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-and-simplifying-radicals","created":1308958104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52376","children":[]},{"title":"Subtracting and Simplifying Radicals","description":"Subtracting and Simplifying Radicals","url":"http:\/\/www.youtube.com\/watch?v=qH4IQfDD1Nw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-and-simplifying-radicals","created":1308958104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22380","children":[]},{"title":"Multiply and Simplify a Radical Expression 1","description":"Multiply and Simply a Radical Expression","url":"http:\/\/www.youtube.com\/watch?v=GEeKOeGHddY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiply-and-simplify-a-radical-expression-1","created":1308958104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30445","children":[]},{"title":"Multiply and Simplify a Radical Expression 2","description":"Multiply and Simply a Radical Expression","url":"http:\/\/www.youtube.com\/watch?v=sBvRJUwXJPo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiply-and-simplify-a-radical-expression-2","created":1308958104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21841","children":[]},{"title":"Exponent Properties Involving Products","description":"Exponent Properties Involving Products","url":"http:\/\/www.youtube.com\/watch?v=zM_p7tfWvLU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponent-properties-involving-products","created":1298219811,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35437","children":[]},{"title":"Rational Exponents and Exponent Laws","description":"Rational Exponents and Exponent Laws","url":"http:\/\/www.youtube.com\/watch?v=NuccqpiUHrk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rational-exponents-and-exponent-laws","created":1308871663,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36852","children":[]},{"title":"Simplifying Cube Roots","description":"Simplifying Cube Roots","url":"http:\/\/www.youtube.com\/watch?v=c-wtvEdEoVs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-cube-roots","created":1308871663,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23077","children":[]},{"title":"More Rational Exponents and Exponent Laws","description":"More Rational Exponents and Exponent Laws","url":"http:\/\/www.youtube.com\/watch?v=rco7DMcy-oE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-rational-exponents-and-exponent-laws","created":1308871663,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22475","children":[]},{"title":"How to Rationalize a Denominator","description":"How to Rationalize a Denominator","url":"http:\/\/www.youtube.com\/watch?v=gY5TvlHg4Vk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-to-rationalize-a-denominator","created":1298219814,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70626","children":[]},{"title":"Simplifying Expressions with Exponents","description":"Simplifying Expressions with Exponents","url":"http:\/\/www.youtube.com\/watch?v=tdO4UOLW9d8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-expressions-with-exponents","created":1298219327,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73284","children":[]},{"title":"Simplifying Expressions with Exponents 2","description":"Simplifying Expressions with Exponents 2","url":"http:\/\/www.youtube.com\/watch?v=xnLcxdM8OD8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-expressions-with-exponents-2","created":1298219327,"start":null,"end":null,"type":"video","provider":"Khan University","views":"74754","children":[]},{"title":"Simplifying Expressions with Exponents 3","description":"Simplifying Expressions with Exponents 3","url":"http:\/\/www.youtube.com\/watch?v=zwUnRQbWPJU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-expressions-with-exponents-3","created":1298219327,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33350","children":[]},{"title":"Fractional Exponent Expressions 1","description":"Fractional Exponent Expressions 1","url":"http:\/\/www.youtube.com\/watch?v=xjCnmPvcmOo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fractional-exponent-expressions-1","created":1298219328,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48925","children":[]},{"title":"Fractional Exponent Expressions 2","description":"Fractional Exponent Expressions 2","url":"http:\/\/www.youtube.com\/watch?v=4F6cFLnAAFc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fractional-exponent-expressions-2","created":1298219328,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29244","children":[]},{"title":"Fractional Exponent Expressions 3","description":"Fractional Exponent Expressions 3","url":"http:\/\/www.youtube.com\/watch?v=Ay0B6Kh9Y3Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fractional-exponent-expressions-3","created":1298219328,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22877","children":[]}]},{"title":"Radical equations","description":"You're enjoying algebra and equations, but you miss radicals. Wouldn't it be unbelievably awesome if you could solve equations with radicals in them. Well, your dreams can come true.\n\nIn this tutorial, we work through a bunch of examples to help you understand how to solve radical equations. As always, pause the videos and try to solve the example before Sal does.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Solving Radical Equations","description":"Solving Radical Equations","url":"http:\/\/www.youtube.com\/watch?v=pFFoAGIEyJc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-radical-equations","created":1308958104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28101","children":[]},{"title":"Extraneous Solutions to Radical Equations","description":"Extraneous Solutions to Radical Equations","url":"http:\/\/www.youtube.com\/watch?v=711pdW8TbbY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/extraneous-solutions-to-radical-equations","created":1298219814,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27879","children":[]},{"title":"Solving Radical Equations 1","description":"Solving Radical Equations 1","url":"http:\/\/www.youtube.com\/watch?v=y4C81qAa3pY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-radical-equations-1","created":1298219328,"start":null,"end":null,"type":"video","provider":"Khan University","views":"79968","children":[]},{"title":"Solving Radical Equations 2","description":"Solving Radical Equations 2","url":"http:\/\/www.youtube.com\/watch?v=b6WtwQddAcY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-radical-equations-2","created":1298219328,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42703","children":[]},{"title":"Solving Radical Equations 3","description":"Solving Radical Equations 3","url":"http:\/\/www.youtube.com\/watch?v=g6nGcnVB8BM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-radical-equations-3","created":1298219328,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39201","children":[]},{"title":"Applying Radical Equations 1","description":"Applying Radical Equations 1","url":"http:\/\/www.youtube.com\/watch?v=U3JxFFdKCKM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-radical-equations-1","created":1298219328,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16462","children":[]},{"title":"Applying Radical Equations 2","description":"Applying Radical Equations 2","url":"http:\/\/www.youtube.com\/watch?v=YghRP8S2K-4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-radical-equations-2","created":1298219328,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11356","children":[]},{"title":"Applying Radical Equations 3","description":"Applying Radical Equations 3","url":"http:\/\/www.youtube.com\/watch?v=npUtXLjTnxg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-radical-equations-3","created":1298219328,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11277","children":[]}]},{"title":"Polynomials","description":"Using polynomial expressions and factoring polynomials.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Polynomial basics","description":"\"Polynomials\" sound like a fancy word, but you just have to break down the root words. \"Poly\" means \"many\". So we're just talking about \"many nomials\" and everyone knows what a \"nomial\" is. Okay, most of us don't. Well, a polynomials has \"many\" terms. \n\nFrom understanding what a \"term\" is to basic simplification, addition and subtraction of polynomials, this tutorial will get you very familiar with the world of many \"nomials.\" :)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Terms coefficients and exponents in a polynomial","description":"Terms coefficients and exponents in a polynomial","url":"http:\/\/www.youtube.com\/watch?v=REiDXCN0lGU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/terms-coefficients-and-exponents-in-a-polynomial","created":1298220058,"start":null,"end":null,"type":"video","provider":"Khan University","views":"59838","children":[]},{"title":"Interesting Polynomial Coefficient Problem","description":"Finding the coefficients of a third degree polynomial given 2 roots and the y-intercept","url":"http:\/\/www.youtube.com\/watch?v=hypi8QPsFEk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interesting-polynomial-coefficient-problem","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39429","children":[]},{"title":"Polynomials1","description":"Polynomials1","url":"http:\/\/www.youtube.com\/watch?v=EvvxBdNIUeQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polynomials1","created":1298219329,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45332","children":[]},{"title":"Polynomials 2","description":"Polynomials 2","url":"http:\/\/www.youtube.com\/watch?v=IGs7IB48Fvg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polynomials-2","created":1298219329,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29901","children":[]},{"title":"Evaluating a polynomial at a given value","description":"Evaluating a polynomial at a given value","url":"http:\/\/www.youtube.com\/watch?v=03yq7XsErqo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-a-polynomial-at-a-given-value","created":1298220058,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27725","children":[]},{"title":"Simply a polynomial","description":"Simply a polynomial","url":"http:\/\/www.youtube.com\/watch?v=vN0aL-_vIKM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simply-a-polynomial","created":1298220058,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54269","children":[]},{"title":"Adding Polynomials","description":"Adding Polynomials","url":"http:\/\/www.youtube.com\/watch?v=Oe1PKI_6-38&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-polynomials","created":1298220058,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35687","children":[]},{"title":"Example: Adding polynomials with multiple variables","description":"Basic example of simplifying a polynomial expression with multiple variables.","url":"http:\/\/www.youtube.com\/watch?v=jroamh6SIo0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example--adding-polynomials-with-multiple-variables","created":1353339384,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2337","children":[]},{"title":"Addition and Subtraction of Polynomials","description":"Addition and Subtraction of Polynomials","url":"http:\/\/www.youtube.com\/watch?v=ZgFXL6SEUiI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-and-subtraction-of-polynomials","created":1298219811,"start":null,"end":null,"type":"video","provider":"Khan University","views":"88217","children":[]},{"title":"Adding and Subtracting Polynomials 1","description":"Adding and Subtracting Polynomials 1","url":"http:\/\/www.youtube.com\/watch?v=ahdKdxsTj8E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-and-subtracting-polynomials-1","created":1298219329,"start":null,"end":null,"type":"video","provider":"Khan University","views":"82266","children":[]},{"title":"Adding and Subtracting Polynomials 2","description":"Adding and Subtracting Polynomials 2","url":"http:\/\/www.youtube.com\/watch?v=ZGl2ExHwdak&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-and-subtracting-polynomials-2","created":1298219329,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42828","children":[]},{"title":"Adding and Subtracting Polynomials 3","description":"Adding and Subtracting Polynomials 3","url":"http:\/\/www.youtube.com\/watch?v=DMyhUb1pZT0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-and-subtracting-polynomials-3","created":1298219362,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29967","children":[]},{"title":"Subtracting Polynomials","description":"Subtracting Polynomials","url":"http:\/\/www.youtube.com\/watch?v=5ZdxnFspyP8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-polynomials","created":1298220058,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24276","children":[]},{"title":"Subtracting polynomials with multiple variables","description":"Subtracting polynomials with multiple variables","url":"http:\/\/www.youtube.com\/watch?v=AqMT_zB9rP8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-polynomials-with-multiple-variables","created":1298220060,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15879","children":[]},{"title":"Adding and subtracting polynomials","description":"Add or subtract polynomials","url":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_polynomials","source":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_polynomials","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Multiplying monomials, binomials and polynomials in general","description":"No algebraic arsenal is complete without the ability to multiply expressions. In this tutorial, we'll review some basic exponent properties and the distributive property when multiplying single terms. We'll then see that multiplying anything fancier (binomials, polynomials, etc.) is just an extension of the distributive property that you first learned in elementary school. We do cover the FOIL method as well because some schools teach this, but we think it is lame and not real learning. The distributive property is FAR more powerful and general.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Multiplying Monomials","description":"Multiplying Monomials","url":"http:\/\/www.youtube.com\/watch?v=ssY1dFl7d30&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-monomials","created":1298220058,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24606","children":[]},{"title":"Dividing Monomials","description":"Dividing Monomials","url":"http:\/\/www.youtube.com\/watch?v=4Eax48gDg9g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-monomials","created":1298220059,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34410","children":[]},{"title":"Multiplying and Dividing Monomials 1","description":"Multiplying and Dividing Monomials 1","url":"http:\/\/www.youtube.com\/watch?v=p_61XhXdlxI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-and-dividing--monomials-1","created":1298219329,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37640","children":[]},{"title":"Multiplying and Dividing Monomials 2","description":"Multiplying and Dividing Monomials 2","url":"http:\/\/www.youtube.com\/watch?v=Rtje3kbC9lM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-and-dividing-monomials-2","created":1298219329,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21848","children":[]},{"title":"Multiplying and Dividing Monomials 3","description":"Multiplying and Dividing Monomials 3","url":"http:\/\/www.youtube.com\/watch?v=abuhkDhowyc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-and-dividing-monomials-3","created":1298219329,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23598","children":[]},{"title":"Monomial Greatest Common Factor","description":"Monomial Greatest Common Factor","url":"http:\/\/www.youtube.com\/watch?v=_01wqwsb66E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monomial-greatest-common-factor","created":1298220087,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47335","children":[]},{"title":"Factoring and the Distributive Property","description":"Factoring and the Distributive Property","url":"http:\/\/www.youtube.com\/watch?v=auQU-9KNG74&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-and-the-distributive-property","created":1298219362,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69212","children":[]},{"title":"Factoring and the Distributive Property 2","description":"Factoring and the Distributive Property 2","url":"http:\/\/www.youtube.com\/watch?v=499MvHFrqUU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-and-the-distributive-property-2","created":1298219362,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46619","children":[]},{"title":"Factoring and the Distributive Property 3","description":"Factoring and the Distributive Property 3","url":"http:\/\/www.youtube.com\/watch?v=MZl6Mna0leQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-and-the-distributive-property-3","created":1298219363,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39151","children":[]},{"title":"Multiplying Binomials with Radicals","description":"Multiplying Binomials with Radicals","url":"http:\/\/www.youtube.com\/watch?v=yAH3722GrP8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-binomials-with-radicals","created":1308958104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15628","children":[]},{"title":"Multiplication of Polynomials","description":"Multiplication of Polynomials","url":"http:\/\/www.youtube.com\/watch?v=fGThIRpWEE4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplication-of-polynomials","created":1298219812,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42126","children":[]},{"title":"Multiplying Binomials","description":"Multiplying Binomials","url":"http:\/\/www.youtube.com\/watch?v=ZMLFfTX615w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-binomials","created":1298220058,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31085","children":[]},{"title":"Multiplying Polynomials1","description":"Multiplying Polynomials1","url":"http:\/\/www.youtube.com\/watch?v=HB48COey2O8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-polynomials1","created":1298219362,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50437","children":[]},{"title":"Multiplying Polynomials 2","description":"Multiplying Polynomials 2","url":"http:\/\/www.youtube.com\/watch?v=J1HAY8E3gms&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-polynomials-2","created":1298219362,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26782","children":[]},{"title":"Square a Binomial","description":"Square a Binomial","url":"http:\/\/www.youtube.com\/watch?v=xjkbR7Gjgjs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/square-a-binomial","created":1298220059,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23749","children":[]},{"title":"Special Products of Binomials","description":"Special Products of Binomials","url":"http:\/\/www.youtube.com\/watch?v=bFtjG45-Udk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/special-products-of-binomials","created":1298219812,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39244","children":[]},{"title":"Special Polynomials Products 1","description":"Special Polynomials Products 1","url":"http:\/\/www.youtube.com\/watch?v=h6HmHjkA034&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/special-polynomials-products-1","created":1298220059,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12342","children":[]},{"title":"Factor polynomials using the GCF","description":" Factor polynomials using the GCF","url":"http:\/\/www.youtube.com\/watch?v=_sIuZHYrdWM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factor-polynomials-using-the-gcf","created":1298220087,"start":null,"end":null,"type":"video","provider":"Khan University","views":"76186","children":[]},{"title":"Special Products of Polynomials 1","description":"Special Products of Polynomials 1","url":"http:\/\/www.youtube.com\/watch?v=4GcNzvILqtM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/special-products-of-polynomials-1","created":1298219362,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26839","children":[]},{"title":"Special Products of Polynomials 2","description":"Special Products of Polynomials 2","url":"http:\/\/www.youtube.com\/watch?v=4fQeHtSdw80&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/special-products-of-polynomials-2","created":1298219362,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15916","children":[]},{"title":"Multiplying expressions 0.5","description":"Multiplying expressions in the form (x+b)(x-b), (x+b)^2, or (x-b)^2","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_expressions_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_expressions_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Factoring linear binomials","description":"Factor expressions like 3x-9","url":"http:\/\/www.khanacademy.org\/exercise\/factoring_linear_binomials","source":"http:\/\/www.khanacademy.org\/exercise\/factoring_linear_binomials","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying expressions 1","description":"Multiplying expressions in the form of polynomials (not perfect squares).","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_expressions_1","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_expressions_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying Monomials by Polynomials","description":"Multiplying Monomials by Polynomials","url":"http:\/\/www.youtube.com\/watch?v=pD2-H15ucNE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-monomials-by-polynomials","created":1298220058,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21927","children":[]},{"title":"Multiplying Polynomials","description":"Multiplying Polynomials","url":"http:\/\/www.youtube.com\/watch?v=yJzLYa-_Y1k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-polynomials","created":1298220059,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34897","children":[]},{"title":"Multiplying Polynomials 3","description":"Multiplying Polynomials 3","url":"http:\/\/www.youtube.com\/watch?v=bamcYQDzVTw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-polynomials-3","created":1298219362,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24040","children":[]},{"title":"More multiplying polynomials","description":"More multiplying polynomials","url":"http:\/\/www.youtube.com\/watch?v=D6mivA_8L8U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-multiplying-polynomials","created":1298220060,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10817","children":[]},{"title":"Multiplying polynomials","description":"Multiply two expressions with variables and exponents to get a polynomial","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_polynomials","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_polynomials","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Level 1 multiplying expressions","description":"(Ax+By)(Ax+By)","url":"http:\/\/www.youtube.com\/watch?v=Sc0e6xrRJYY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/level-1-multiplying-expressions","created":1298219228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"101030","children":[]}]},{"title":"Dividing polynomials","description":"You know what polynomials are. You know how to add, subtract, and multiply them. Unless you are completely incurious, you must be wondering how to divide them!\n\nIn this tutorial we'll explore how we divide polynomials--both through algebraic long division and synthetic division. (We like classic algebraic long division more since you can actually understand what you're doing.)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Polynomial Division","description":"Polynomial Division","url":"http:\/\/www.youtube.com\/watch?v=FXgV9ySNusc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polynomial-division","created":1298219815,"start":null,"end":null,"type":"video","provider":"Khan University","views":"104579","children":[]},{"title":"Polynomial divided by monomial","description":"Polynomial divided by monomial","url":"http:\/\/www.youtube.com\/watch?v=UquFdMg6Z_U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polynomial-divided-by-monomial","created":1298220059,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23460","children":[]},{"title":"Dividing multivariable polynomial with monomial","description":"Dividing multivariable polynomial with monomial","url":"http:\/\/www.youtube.com\/watch?v=Yu00YJ3tAlo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-multivariable-polynomial-with-monomial","created":1298220060,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20306","children":[]},{"title":"Dividing polynomials 1","description":"Dividing polynomials 1","url":"http:\/\/www.youtube.com\/watch?v=8Wxw9bpKEGQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-polynomials-1","created":1298220059,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51744","children":[]},{"title":"Dividing polynomials with remainders","description":"Dividing polynomials with remainders","url":"http:\/\/www.youtube.com\/watch?v=pLCmwHsDYqo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-polynomials-with-remainders","created":1298220059,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34517","children":[]},{"title":"Synthetic Division","description":"Basic algorithm for Synthetic Division","url":"http:\/\/www.youtube.com\/watch?v=1byR9UEQJN0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/synthetic-division","created":1344371100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30820","children":[]},{"title":"Synthetic Division Example 2","description":"Another example of applying the basic synthetic division algorithm","url":"http:\/\/www.youtube.com\/watch?v=3Ee_huKclEQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/synthetic-division-example-2","created":1344371144,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12335","children":[]},{"title":"Why Synthetic Division Works","description":"Demonstrating why synthetic division gives you the same result as traditional algebraic long division","url":"http:\/\/www.youtube.com\/watch?v=-nlMXVrgtjw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-synthetic-division-works","created":1344371215,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9608","children":[]},{"title":"Factoring Sum of Cubes","description":"Factoring Sum of Cubes","url":"http:\/\/www.youtube.com\/watch?v=Touv2APcBRw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factoring-sum-of-cubes","created":1298220088,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34575","children":[]},{"title":"Difference of Cubes Factoring","description":"u12 l2 t3 we2 Difference of Cubes Factoring","url":"http:\/\/www.youtube.com\/watch?v=CxcP4ylUP5w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/difference-of-cubes-factoring","created":1325070023,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8333","children":[]},{"title":"Algebraic Long Division","description":"Dividing one polynomial into another","url":"http:\/\/www.youtube.com\/watch?v=4u8_AMacu-Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebraic-long-division","created":1298219230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"110529","children":[]},{"title":"Algebra II: Simplifying Polynomials","description":"17-22, simplifying polynomials and algebraic expressions","url":"http:\/\/www.youtube.com\/watch?v=WB7gPfsv6rQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--simplifying-polynomials","created":1298219661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"88035","children":[]}]},{"title":"Ratios and rational expressions","description":"You have probably been wondering whether our powers of algebraic problem solving break down if we divide by the variable or we have entire expressions in denominator of a fraction. Well, they don't! In this topic, you'll learn how to interpret and manipulate algebraic ratios and rational expressions (when you have one algebraic expression divided by another)!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Ratios with algebra","description":"You remember a thing or two about ratios and proportions from you pre-algebra days. Well, how can we use these same ideas to solve problems in algebra.\n\nThis tutorial re-introduces ratios in an algebraic context and helps us solve some awesome problems!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The Golden Ratio","description":"An introduction to one of the most amazing ideas\/numbers in mathematics","url":"http:\/\/www.youtube.com\/watch?v=5zosU6XTgSY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-golden-ratio","created":1317895347,"start":null,"end":null,"type":"video","provider":"Khan University","views":"118258","children":[]},{"title":"Ratio problem with basic algebra (new HD)","description":"A slightly more involved ratio problem with algebra","url":"http:\/\/www.youtube.com\/watch?v=ITVQrzDSekU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ratio-problem-with-basic-algebra--new-hd","created":1298219227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"91043","children":[]},{"title":"More advanced ratio problem--with Algebra (HD version)","description":"More advance ratio problem with algebra.","url":"http:\/\/www.youtube.com\/watch?v=ItA_hhRtUuw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-advanced-ratio-problem--with-algebra--hd-version","created":1298219227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65672","children":[]},{"title":"Advanced ratio problems","description":"More advanced ratio problems","url":"http:\/\/www.youtube.com\/watch?v=PASSD2OcU0c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/advanced-ratio-problems","created":1298219227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75746","children":[]},{"title":"Alternate Solution to Ratio Problem (HD Version)","description":"An alternate solution to the advanced ratio problem in the last video.","url":"http:\/\/www.youtube.com\/watch?v=-xyTz0WZ1W4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alternate-solution-to-ratio-problem--hd-version","created":1298219227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37105","children":[]},{"title":"Another Take on the Rate Problem","description":"Another Take on the Rate Problem","url":"http:\/\/www.youtube.com\/watch?v=hAy_bavEVCQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/another-take-on-the-rate-problem","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10099","children":[]},{"title":"Adding and Subtracting Rational Expressions","description":"Adding and Subtracting Rational Expressions","url":"http:\/\/www.youtube.com\/watch?v=y_DweTAEYWk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-and-subtracting-rational-expressions","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27873","children":[]},{"title":"Find an Unknown in a Proportion","description":"t2 Find an Unknown in a Proportion","url":"http:\/\/www.youtube.com\/watch?v=GO5ajwbFqVQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/find-an-unknown-in-a-proportion","created":1310772454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50755","children":[]},{"title":"Find an Unknown in a Proportion 2","description":"t2 Find an Unknown in a Proportion 2","url":"http:\/\/www.youtube.com\/watch?v=4ywTWCaLmXE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/find-an-unknown-in-a-proportion-2","created":1310772454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78473","children":[]}]},{"title":"Simplifying rational expressions","description":"You get a rational expression when you divide one polynomial by another. If you have a good understanding of factoring quadratics, you'll be able to apply this skill here to help realize where a rational expression may not be defined and how we can go about simplifying it.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Simplifying Rational Expressions Introduction","description":"Simplifying Rational Expressions","url":"http:\/\/www.youtube.com\/watch?v=7Uos1ED3KHI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-rational-expressions-introduction","created":1298219815,"start":null,"end":null,"type":"video","provider":"Khan University","views":"80433","children":[]},{"title":"Simplifying Rational Expressions 1","description":"U11_L1_T1_we1 Simplifying Rational Expressions 1","url":"http:\/\/www.youtube.com\/watch?v=XChok8XlF90&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-rational-expressions-1","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21818","children":[]},{"title":"Simplifying Rational Expressions 2","description":"U11_L1_T1_we2 Simplifying Rational Expressions 2","url":"http:\/\/www.youtube.com\/watch?v=dstNU7It-Ro&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-rational-expressions-2","created":1298219365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16564","children":[]},{"title":"Simplifying Rational Expressions 3","description":"U11_L1_T1_we3 Simplifying Rational Expressions 3","url":"http:\/\/www.youtube.com\/watch?v=ey_b3aPsRl8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-rational-expressions-3","created":1298219366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13148","children":[]}]},{"title":"Rational expressions and equations","description":"Have you ever wondered what would happen if you divide one polynomial by another? What if you set that equal to something else? Would it be as unbelievably epic as you suspect it would be?\n\nWell, rational expressions are just algebraic expressions formed by dividing one expression by another. We get a rational equation if we set that equal to something else. In this tutorial, we work through examples to understand and apply rational expressions and equations.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Adding and Subtracting Rational Expressions 2","description":"U11_L1_T3_we2 Adding and Subtracting Rational Expressions 2","url":"http:\/\/www.youtube.com\/watch?v=3tmFTHOP6Pc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-and-subtracting-rational-expressions-2","created":1298219366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15783","children":[]},{"title":"Adding and Subtracting Rational Expressions 3","description":"U11_L1_T3_we3 Adding and Subtracting Rational Expressions 3","url":"http:\/\/www.youtube.com\/watch?v=IKsi-DQU2zo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-and-subtracting-rational-expressions-3","created":1298219366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14727","children":[]},{"title":"Rational Equations","description":"Rational Equations","url":"http:\/\/www.youtube.com\/watch?v=bRwJ-QCz9XU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rational-equations","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24121","children":[]},{"title":"Subtracting Rational Expressions","description":"Subtracting Rational Expressions","url":"http:\/\/www.youtube.com\/watch?v=YO_SwIKGMqQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-rational-expressions","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14790","children":[]},{"title":"Simplifying First for Subtracting Rational Expressions","description":"Simplifying First for Subtracting Rational Expressions","url":"http:\/\/www.youtube.com\/watch?v=tmpa8Q240XY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simplifying-first-for-subtracting-rational-expressions","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12410","children":[]},{"title":"Solving Rational Equations 1","description":"Solving Rational Equations 1","url":"http:\/\/www.youtube.com\/watch?v=Yaeze9u6Cv8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-rational-equations-1","created":1298219366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42304","children":[]},{"title":"Solving Rational Equations 2","description":"Solving Rational Equations 2","url":"http:\/\/www.youtube.com\/watch?v=RdYA8ZpqdJE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-rational-equations-2","created":1298219366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29164","children":[]},{"title":"Solving Rational Equations 3","description":"Solving Rational Equations 3","url":"http:\/\/www.youtube.com\/watch?v=5wUJLMWZ5Fw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-rational-equations-3","created":1298219398,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24040","children":[]},{"title":"Applying Rational Equations 1","description":"Applying Rational Equations 1","url":"http:\/\/www.youtube.com\/watch?v=gD7A1LA4jO8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-rational-equations-1","created":1298219398,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12611","children":[]},{"title":"Applying Rational Equations 2","description":"Applying Rational Equations 2","url":"http:\/\/www.youtube.com\/watch?v=E1j8W64NQ0Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-rational-equations-2","created":1298219398,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9206","children":[]},{"title":"Applying Rational Equations 3","description":"Applying Rational Equations 3","url":"http:\/\/www.youtube.com\/watch?v=B0Z4s38YIgQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/applying-rational-equations-3","created":1298219398,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8760","children":[]},{"title":"Multiplying and Simplifying Rational Expressions","description":"Multiplying and Simplifying Rational Expressions","url":"http:\/\/www.youtube.com\/watch?v=x6FFjiHPlSI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-and-simplifying-rational-expressions","created":1308699007,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18490","children":[]},{"title":"Multiplying and Dividing Rational Expressions 1","description":"Multiplying and Dividing Rational Expressions 1","url":"http:\/\/www.youtube.com\/watch?v=3GL69IA2q4s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-and-dividing-rational-expressions-1","created":1298219366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"59627","children":[]},{"title":"Multiplying and Dividing Rational Expressions 2","description":"Multiplying and Dividing Rational Expressions 2","url":"http:\/\/www.youtube.com\/watch?v=f-wz_ZzSDdg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-and-dividing-rational-expressions-2","created":1298219366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34489","children":[]},{"title":"Multiplying and Dividing Rational Expressions 3","description":".1 Multiplying and Dividing Rational Expressions 3","url":"http:\/\/www.youtube.com\/watch?v=gcnk8TnzsLc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-and-dividing-rational-expressions-3","created":1298219366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28992","children":[]},{"title":"Extraneous Solutions to Rational Equations","description":"Extraneous Solutions to Rational Equations","url":"http:\/\/www.youtube.com\/watch?v=bml74_PsfwA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/extraneous-solutions-to-rational-equations","created":1308699009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10082","children":[]},{"title":"Rational Inequalities","description":"Two ways to solve a rational inequality (or an inequality involving a fractional expression)","url":"http:\/\/www.youtube.com\/watch?v=ZjeMdXV0QMg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rational-inequalities","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48203","children":[]},{"title":"Rational Inequalities 2","description":"Slightly harder rational inequality problem","url":"http:\/\/www.youtube.com\/watch?v=2RnS3fSHVV8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rational-inequalities-2","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33187","children":[]},{"title":"Rationalizing Denominators of Expressions","description":"Rationalizing Denominators of Expressions","url":"http:\/\/www.youtube.com\/watch?v=Z3db5itCIiQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rationalizing-denominators-of-expressions","created":1308958104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18903","children":[]}]},{"title":"Graphing rational functions","description":"Rational functions are often not defined at certain points and have very interesting behavior has the input variable becomes very large in magnitude. This tutorial explores how to graph these functions, paying attention to these special features. We'll talk a lot about vertical and horizontal asymptotes.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Asymptotes of Rational Functions","description":"Asymptotes of Rational Functions","url":"http:\/\/www.youtube.com\/watch?v=2N62v_63SBo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/asymptotes-of-rational-functions","created":1298219815,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97280","children":[]},{"title":"Another Rational Function Graph Example","description":"Another Rational Function Graph Example","url":"http:\/\/www.youtube.com\/watch?v=ReEMqdZEEX0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/another-rational-function-graph-example","created":1298219815,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33630","children":[]},{"title":"A Third Example of Graphing a Rational Function","description":"A Third Example of Graphing a Rational Function","url":"http:\/\/www.youtube.com\/watch?v=p7ycTWq6BFk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a-third-example-of-graphing-a-rational-function","created":1298219815,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22071","children":[]}]},{"title":"Partial fraction expansion","description":"If you add several rational expressions with lower degree denominator, you are likely to get a sum with a higher degree denominator (which is the least-common multiple of the lower-degree ones). This tutorial lets us think about going the other way--start with a rational expression with a higher degree denominator and break it up as the sum of simpler rational expressions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Partial Fraction Expansion 1","description":"Introduction to partial fraction expansion","url":"http:\/\/www.youtube.com\/watch?v=S-XKGBesRzk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/partial-fraction-expansion-1","created":1298219265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"184430","children":[]},{"title":"Partial Fraction Expansion 2","description":"A more complex problem","url":"http:\/\/www.youtube.com\/watch?v=6FrPLJY0rqM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/partial-fraction-expansion-2","created":1298219265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"95703","children":[]},{"title":"Partial Fraction Expansion 3","description":"Dealing with repeated factors","url":"http:\/\/www.youtube.com\/watch?v=A52fEdPn9lg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/partial-fraction-expansion-3","created":1298219265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66395","children":[]}]},{"title":"Pythagorean theorem","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Pythagorean Theorem","description":"Pythagorean Theorem","url":"http:\/\/www.youtube.com\/watch?v=AEIzy1kNRqo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pythagorean-theorem","created":1298219814,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49908","children":[]},{"title":"Pythagorean theorem","description":"Find the leg or hypotenuse of a right triangle using the Pythagorean theorem.","url":"http:\/\/www.khanacademy.org\/exercise\/pythagorean_theorem_1","source":"http:\/\/www.khanacademy.org\/exercise\/pythagorean_theorem_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Logarithms","description":"Log-a-what? No, this tutorial is about neither chopped wood nor music (actually logarithms do have applications in music), but it is fascinating nonetheless.\n\nYou know how to take an exponent. Now you can think about what exponent you have to raise a number to to get another number. Yes, I agree--unstoppable fun for the whole family. No, seriously, logarithms are used everywhere (including to measure earthquakes and sound).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Logarithm basics","description":"If you understand how to take an exponent and you're looking to take your mathematical game to a new level, then you've found the right tutorial. Put simply and confusingly, logarithms are inverse operators to exponents (just as subtraction to addition or division to multiplication). As you'll see, taking a logarithm of something tells you what exponent you need to raise a base to to get that number.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Logarithms","description":"Intro to logarithms. Learning that logarithms are just a way of expressing \"the exponent that you have to raise a base to to get another number\"","url":"http:\/\/www.youtube.com\/watch?v=Z5myJ8dg_rM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/logarithms","created":1356048891,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17049","children":[]},{"title":"Ex: Converting an exponential to logarithmic statement","description":" Logarithmic Equations 2","url":"http:\/\/www.youtube.com\/watch?v=vtStuLV-HvQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/logarithmic-equations-2","created":1320836434,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20547","children":[]},{"title":"Fancier logarithm expressions","description":"Examples of logarithms that evaluate to fractional and negative values.","url":"http:\/\/www.youtube.com\/watch?v=eTWCARmrzJ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fancier-logarithm-expressions","created":1356049574,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10693","children":[]},{"title":"Graphing Logarithmic Functions","description":" Graphing Logarithmic Functions","url":"http:\/\/www.youtube.com\/watch?v=DuYgVVU_BwY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-logarithmic-functions","created":1320836434,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27337","children":[]},{"title":"Introduction to Logarithms","description":"An introduction to logarithms","url":"http:\/\/www.youtube.com\/watch?v=mQTWzLpCcW0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-logarithms","created":1298220483,"start":null,"end":null,"type":"video","provider":"Khan University","views":"555177","children":[]}]},{"title":"Logarithm properties","description":"You want to go deeper in your understanding of logarithms. This tutorial does just that by exploring properties of logarithms that will help you manipulate them in entirely new ways (mostly falling out of exponent properties).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to logarithm properties","description":"Introduction to the first two logarithm properties.","url":"http:\/\/www.youtube.com\/watch?v=PupNgv49_WY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-logarithm-properties","created":1298220678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"269726","children":[]},{"title":"Introduction to logarithm properties (part 2)","description":"Second part of the introduction to logarithm properties.","url":"http:\/\/www.youtube.com\/watch?v=TMmxKZaCqe0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-logarithm-properties--part-2","created":1298220678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"171647","children":[]},{"title":"Logarithm of a Power","description":"Logarithm of a Power","url":"http:\/\/www.youtube.com\/watch?v=Pb9V374iOas&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/logarithm-of-a-power","created":1320836435,"start":null,"end":null,"type":"video","provider":"Khan University","views":"87389","children":[]},{"title":"Sum of Logarithms with Same Base","description":"Sum of Logarithms with Same Base","url":"http:\/\/www.youtube.com\/watch?v=pkGrXzakRFs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sum-of-logarithms-with-same-base","created":1320836434,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65457","children":[]},{"title":"Using Multiple Logarithm Properties to Simplify","description":"Using Multiple Logarithm Properties to Simplify","url":"http:\/\/www.youtube.com\/watch?v=RhzXX5PbsuQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/using-multiple-logarithm-properties-to-simplify","created":1320836435,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44656","children":[]},{"title":"Change of Base Formula","description":" Change of Base Formula","url":"http:\/\/www.youtube.com\/watch?v=OkFdDqW9xxM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/change-of-base-formula","created":1320836435,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45886","children":[]},{"title":"Proof: log a + log b = log ab","description":"Proof of the logarithm property: log a + log b = log ab","url":"http:\/\/www.youtube.com\/watch?v=FP2arCfAfBY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--log-a---log-b---log-ab","created":1298219229,"start":null,"end":null,"type":"video","provider":"Khan University","views":"138000","children":[]},{"title":"Proof: log_a (B) = (log_x (B))\/(log_x (A))","description":"Proof of the logarithm property \nlog_a (B) = (log_x (B))\/(log_x (A))","url":"http:\/\/www.youtube.com\/watch?v=cKOtT4WnZb4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--log-a--b-----log-x--b----log-x--a","created":1298219230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51411","children":[]},{"title":"Proof: A(log B) = log (B^A), log A - log B = log (A\/B)","description":"Proofs of the logarithm properties: A(log B) = log (B^A) and log A - log B = log (A\/B)","url":"http:\/\/www.youtube.com\/watch?v=yEAxG_D1HDw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--a-log-b----log--b-a---log-a---log-b---log--a-b","created":1298219229,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71367","children":[]},{"title":"Logarithmic Equations","description":"Logarithmic Equations","url":"http:\/\/www.youtube.com\/watch?v=fyshrv6YDVY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/logarithmic-equations","created":1320750033,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67638","children":[]},{"title":"Solving Logarithmic Equations","description":"Solving Logarithmic Equations","url":"http:\/\/www.youtube.com\/watch?v=Kv2iHde7Xgw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-logarithmic-equations","created":1320922827,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78454","children":[]},{"title":"Solving Logarithmic Equations","description":" Solving Logarithmic Equations","url":"http:\/\/www.youtube.com\/watch?v=oqAYqT70EBQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-logarithmic-equations_DUP_1","created":1320836434,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8643","children":[]},{"title":"Logarithmic Scale","description":"Understanding how logarithmic scale is different from linear scale and why it could be useful","url":"http:\/\/www.youtube.com\/watch?v=sBhEi4L91Sg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/logarithmic-scale","created":1314352817,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68047","children":[]},{"title":"Richter Scale","description":"The basics of the logarithmic Richter and Moment Magnitude Scales to measure earthquakes","url":"http:\/\/www.youtube.com\/watch?v=RFn-IGlayAg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/richter-scale","created":1315303366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28831","children":[]}]},{"title":"Natural logarithms","description":"e is a special number that shows up throughout nature (you will appreciate this more and more as you develop your mathematical understanding). Given this, logarithms with base e have a special name--natural logarithms. In this tutorial, we will learn to evaluate and graph this special function.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Natural Logarithm with a Calculator","description":"Natural Logarithm with a Calculator","url":"http:\/\/www.youtube.com\/watch?v=Dpo_-GrMpNE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/natural-logarithm-with-a-calculator","created":1320836435,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37073","children":[]},{"title":"Calculator for Natural Logarithms","description":"Calculator for Natural Logarithms","url":"http:\/\/www.youtube.com\/watch?v=r0eFSS8CN-Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculator-for-natural-logarithms","created":1320922827,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20735","children":[]},{"title":"Graphing Natural Logarithm Function","description":"Graphing Natural Logarithm Function","url":"http:\/\/www.youtube.com\/watch?v=xmjy-0TxgI8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-natural-logarithm-function","created":1320836435,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34964","children":[]}]},{"title":"Conic sections","description":"Identifying and graphing circles, ellipses, parabolas, and hyperbolas.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Conic section basics","description":"What is a conic other than a jazz singer from New Orleans? Well, as you'll see in this tutorial, a conic section is formed when you intersect a plane with cones. You end up with some familiar shapes (like circles and ellipses) and some that are a bit unexpected (like hyperbolas). This tutorial gets you set up with the basics and is a good foundation for going deeper into the world of conic sections.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Conic Sections","description":"What are conic sections and why are they called \"conic sections\"?","url":"http:\/\/www.youtube.com\/watch?v=0A7RR0oy2ho&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-conic-sections","created":1298219230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"182904","children":[]},{"title":"Recognizing conic sections","description":"Determine if the graph of a conic section shows a circle, hyperbola, parabola, or ellipse.","url":"http:\/\/www.khanacademy.org\/exercise\/recognizing_conic_sections","source":"http:\/\/www.khanacademy.org\/exercise\/recognizing_conic_sections","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Circles","description":"You've seen circles your entire life. You've even studied them a bit in math class. Now we go further, taking a deep look at the equations of circles.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Conic Sections: Intro to Circles","description":"Introduction to the Circle","url":"http:\/\/www.youtube.com\/watch?v=6r1GQCxyMKI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conic-sections--intro-to-circles","created":1298219230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108829","children":[]},{"title":"Graphing circles","description":"Graph circles from equations in standard form","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_circles","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_circles","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Equation of a circle in factored form","description":"Find the center and radius of a circle given the equation in factored form.","url":"http:\/\/www.khanacademy.org\/exercise\/equation_of_a_circle_1","source":"http:\/\/www.khanacademy.org\/exercise\/equation_of_a_circle_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Equation of a circle in non-factored form","description":"Find the center and radius of a circle given the equation in unfactored form.","url":"http:\/\/www.khanacademy.org\/exercise\/equation_of_a_circle_2","source":"http:\/\/www.khanacademy.org\/exercise\/equation_of_a_circle_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Graphing circles 2","description":"Graph circles from equations in general form","url":"http:\/\/www.khanacademy.org\/exercise\/graphing_circles_2","source":"http:\/\/www.khanacademy.org\/exercise\/graphing_circles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Ellipses","description":"What would you call a circle that isn't a circle? One that is is is taller or fatter rather than being perfectly round? An ellipse. (All circles are special cases of ellipses.)\n\nIn this tutorial we go deep into the equations and graphs of ellipses.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Conic Sections: Intro to Ellipses","description":"Introduction to the ellipse.","url":"http:\/\/www.youtube.com\/watch?v=lvAYFUIEpFI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conic-sections--intro-to-ellipses","created":1298219264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"117118","children":[]},{"title":"Equation of an ellipse","description":"Find the center and major and minor radius of an ellipse given its equation.","url":"http:\/\/www.khanacademy.org\/exercise\/equation_of_an_ellipse","source":"http:\/\/www.khanacademy.org\/exercise\/equation_of_an_ellipse","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Foci of an Ellipse","description":"Calculating the foci (or focuses) of an Ellipse.","url":"http:\/\/www.youtube.com\/watch?v=QR2vxfwiHAU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/foci-of-an-ellipse","created":1298219265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"91040","children":[]}]},{"title":"Parabolas","description":"You've seen parabolas already when you graphed quadratic functions. Now we will look at them from a conic perspective. In particular we will look at them as the set of all points equidistant from a point (focus) and a line (directrix). Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Parabola intuition 1","description":"Make one parabola overlap with another by adjusting the leading coefficient and vertex coordinates.","url":"http:\/\/www.khanacademy.org\/exercise\/parabola_intuition_1","source":"http:\/\/www.khanacademy.org\/exercise\/parabola_intuition_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Parabola intuition 2","description":"Make one parabola overlap with another by adjusting the focus coordinates and directrix.","url":"http:\/\/www.khanacademy.org\/exercise\/parabola_intuition_2","source":"http:\/\/www.khanacademy.org\/exercise\/parabola_intuition_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Hyperbolas","description":"It is no hyperbole to say that hyperbolas are awesome. In this tutorial, we look closely at this wacky conic section. We pay special attention to its graph and equation.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Conic Sections: Intro to Hyperbolas","description":"Introduction to the hyperbola","url":"http:\/\/www.youtube.com\/watch?v=pzSyOTkAsY4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conic-sections--intro-to-hyperbolas","created":1298219264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108704","children":[]},{"title":"Conic Sections: Hyperbolas 2","description":"Continuation of the intro to hyperbolas","url":"http:\/\/www.youtube.com\/watch?v=hl58vTCqVIY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conic-sections--hyperbolas-2","created":1298219264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56567","children":[]},{"title":"Conic Sections: Hyperbolas 3","description":"Part 3 of the intro to hyperbolas","url":"http:\/\/www.youtube.com\/watch?v=lGQw-W1PxBE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conic-sections--hyperbolas-3","created":1298219264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46204","children":[]},{"title":"Equation of a hyperbola","description":"Find the asymptotes of a hyperbola based on the equation.","url":"http:\/\/www.khanacademy.org\/exercise\/equation_of_a_hyperbola","source":"http:\/\/www.khanacademy.org\/exercise\/equation_of_a_hyperbola","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Foci of a Hyperbola","description":"Introduction to the foci (focuses) of a hyperbola","url":"http:\/\/www.youtube.com\/watch?v=S0Fd2Tg2v7M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/foci-of-a-hyperbola","created":1298219265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55998","children":[]},{"title":"Proof: Hyperbola Foci","description":"Proof of the hyperbola foci formula","url":"http:\/\/www.youtube.com\/watch?v=HPRFmu7JsKU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--hyperbola-foci","created":1298219265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29575","children":[]}]},{"title":"Identifying conics from equations","description":"You're familiar with the graphs and equations of all of the conic sections. Now you want practice identifying them given only their equations. You, my friend, are about to click on exactly the right tutorial.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Identifying Conics 1","description":"Part 1 of identifying and graphic conic sections","url":"http:\/\/www.youtube.com\/watch?v=LSJuu4Qm2qQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/identifying-conics-1","created":1298219264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75304","children":[]},{"title":"Identifying Conics 2","description":"Part 2 of identifying and graphing conic sections","url":"http:\/\/www.youtube.com\/watch?v=cvA4VN1dpuY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/identifying-conics-2","created":1298219264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41574","children":[]},{"title":"Conic Identification 3","description":"Let's identify (and graph) a couple of more conics!","url":"http:\/\/www.youtube.com\/watch?v=Dru0RHgfp2g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conic-identification-3","created":1298219264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36634","children":[]},{"title":"Algebra ||: Conic Sections","description":"39-42, Parabola, Hyperbolas, etc.","url":"http:\/\/www.youtube.com\/watch?v=74oju-0NExU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-----conic-sections","created":1298219661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41730","children":[]}]},{"title":"Matrices","description":"Understanding and solving matrices.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Basic matrix operations","description":"Keanu Reeves' virtual world in the The Matrix (I guess we can call all three movies \"The Matrices\") have more in common with this tutorial than you might suspect. Matrices are ways of organizing numbers. They are used extensively in computer graphics, simulations and information processing in general. The super-intelligent artificial intelligences that created The Matrix for Keanu must have used many matrices in the process.\n\nThis tutorial introduces you to what a matrix is and how we define some basic operations on them.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to matrices","description":"What a matrix is. How to add and subtract them.","url":"http:\/\/www.youtube.com\/watch?v=xyAuNHPsq-g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-matrices","created":1298220365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"546589","children":[]},{"title":"Matrix dimensions","description":"Identify the dimensions of a matrix","url":"http:\/\/www.khanacademy.org\/exercise\/matrix_dimensions","source":"http:\/\/www.khanacademy.org\/exercise\/matrix_dimensions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Scalar matrix multiplication","description":"Multiply a matrix by a scalar","url":"http:\/\/www.khanacademy.org\/exercise\/scalar_matrix_multiplication","source":"http:\/\/www.khanacademy.org\/exercise\/scalar_matrix_multiplication","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Matrix addition and subtraction","description":"Add and subtract matrices","url":"http:\/\/www.khanacademy.org\/exercise\/matrix_addition_and_subtraction","source":"http:\/\/www.khanacademy.org\/exercise\/matrix_addition_and_subtraction","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Matrix transpose","description":"Transpose a matrix","url":"http:\/\/www.khanacademy.org\/exercise\/matrix_transpose","source":"http:\/\/www.khanacademy.org\/exercise\/matrix_transpose","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Matrix multiplication","description":"You know what a matrix is, how to add them and multiply them by a scalar. Now we'll define multiplying one matrix by another matrix. The process may seem bizarre at first (and maybe even a little longer than that), but there is a certain naturalness to the process. When you study more advanced linear algebra and computer science, it has tons of applications (computer graphics, simulations, etc.)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Matrix multiplication (part 1)","description":"Multiplying two 2x2 matrices.","url":"http:\/\/www.youtube.com\/watch?v=aKhhYguY0DQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matrix-multiplication--part-1","created":1298220365,"start":null,"end":null,"type":"video","provider":"Khan University","views":"394942","children":[]},{"title":"Matrix multiplication (part 2)","description":"More on multiplying matrices.","url":"http:\/\/www.youtube.com\/watch?v=OAh573i_qn8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matrix-multiplication--part-2","created":1298220366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"222034","children":[]},{"title":"Defined and undefined matrix operations","description":"Determine whether the addition, subtraction, or multiplication of two matrices is defined","url":"http:\/\/www.khanacademy.org\/exercise\/defined_and_undefined_matrix_operations","source":"http:\/\/www.khanacademy.org\/exercise\/defined_and_undefined_matrix_operations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying a matrix by a vector","description":"Multiply a matrix by a vector","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_a_matrix_by_a_vector","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_a_matrix_by_a_vector","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying a matrix by a matrix","description":"Multiply two matrices","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_a_matrix_by_a_matrix","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_a_matrix_by_a_matrix","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Inverting matrices","description":"Multiplying by the inverse of a matrix is the closest thing we have to matrix division. Like multiplying a regular number by its reciprocal to get 1, multiplying a matrix by its inverse gives us the identity matrix (1 could be thought of as the \"identity scalar\").\n\nThis tutorial will walk you through this sometimes involved process which will become bizarrely fun once you get the hang of it.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Idea Behind Inverting a 2x2 Matrix","description":"What the inverse of a matrix is. Examples of inverting a 2x2 matrix.","url":"http:\/\/www.youtube.com\/watch?v=iUQR0enP7RQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverse-matrix--part-1","created":1298220366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"404267","children":[]},{"title":"Finding the Determinant of a 2x2 matrix","description":"Hint for finding the determinant of a 2x2 matrix","url":"http:\/\/www.youtube.com\/watch?v=OU9sWHk_dlw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-the-determinant-of-a-2x2-matrix","created":1352311996,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3116","children":[]},{"title":"Inverse of a 2x2 matrix","description":"Example of calculating the inverse of a 2x2 matrix","url":"http:\/\/www.youtube.com\/watch?v=01c12NaUQDw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverse-of-a-2x2-matrix","created":1352313168,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7250","children":[]},{"title":"Matrix inverse 2x2","description":"Find the inverse of a 2x2 matrix","url":"http:\/\/www.khanacademy.org\/exercise\/matrix_inverse_2x2","source":"http:\/\/www.khanacademy.org\/exercise\/matrix_inverse_2x2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Matrices to solve a system of equations","description":"Using the inverse of a matrix to solve a system of equations.","url":"http:\/\/www.youtube.com\/watch?v=AUqeb9Z3y3k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matrices-to-solve-a-system-of-equations","created":1298220366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"288576","children":[]},{"title":"Matrices to solve a vector combination problem","description":"Using matrices to figure out if some combination of 2 vectors can create a 3rd vector","url":"http:\/\/www.youtube.com\/watch?v=gsNgdVdAT1o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matrices-to-solve-a-vector-combination-problem","created":1298220366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"102336","children":[]},{"title":"Finding the determinant of a 3x3 matrix method 1","description":"","url":"http:\/\/www.youtube.com\/watch?v=v4MenooI1J0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-the-determinant-of-a-3x3-matrix-method-1","created":1352313278,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3881","children":[]},{"title":"Finding the determinant of a 3x3 matrix method 2","description":"","url":"http:\/\/www.youtube.com\/watch?v=u00I3MCrspU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-the-determinant-of-a-3x3-matrix-method-2","created":1352313302,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2618","children":[]},{"title":"Matrix determinant","description":"Find the determinant of a matrix","url":"http:\/\/www.khanacademy.org\/exercise\/matrix_determinant","source":"http:\/\/www.khanacademy.org\/exercise\/matrix_determinant","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Inverting 3x3 part 1: Calculating Matrix of Minors and Cofactor Matrix","description":"Beginning our quest to invert a 3x3 matrix. We calculate the matrix of minors and the cofactor matrix.","url":"http:\/\/www.youtube.com\/watch?v=xZBbfLLfVV4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverting-3x3-part-1--calculating-matrix-of-minors-and-cofactor-matrix","created":1352313216,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6398","children":[]},{"title":"Inverting 3x3 part 2: Determinant and Adjugate of a Matrix","description":"Finishing up our 3x3 matrix inversion","url":"http:\/\/www.youtube.com\/watch?v=ArcrdMkEmKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverting-3x3-part-2--determinant-and-adjugate-of-a-matrix","created":1352313236,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5201","children":[]},{"title":"Inverting matrices (part 2)","description":"Inverting a 3x3 matrix","url":"http:\/\/www.youtube.com\/watch?v=S4n-tQZnU6o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverting-matrices--part-2","created":1298220366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"220584","children":[]},{"title":"Inverting Matrices (part 3)","description":"Using Gauss-Jordan elimination to invert a 3x3 matrix.","url":"http:\/\/www.youtube.com\/watch?v=obts_JDS6_Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverting-matrices--part-3","created":1298220366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"160102","children":[]},{"title":"Matrix inverse 3x3","description":"Find the inverse of a 3x3 matrix","url":"http:\/\/www.khanacademy.org\/exercise\/matrix_inverse_3x3","source":"http:\/\/www.khanacademy.org\/exercise\/matrix_inverse_3x3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Singular Matrices","description":"When and why you can't invert a matrix.","url":"http:\/\/www.youtube.com\/watch?v=UqyN7-tRS00&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singular-matrices","created":1298220366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"120646","children":[]}]},{"title":"Reduced row echelon form","description":"You've probably already appreciated that there are many ways to solve a system of equations. Well, we'll introduce you to another one in this tutorial. Reduced row echelon form has us performing operations on matrices to get them in a form that helps us solve the system.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Matrices: Reduced Row Echelon Form 1","description":"Solving a system of linear equations by putting an augmented matrix into reduced row echelon form","url":"http:\/\/www.youtube.com\/watch?v=L0CmbneYETs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matrices--reduced-row-echelon-form-1","created":1298220368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"142680","children":[]},{"title":"Matrices: Reduced Row Echelon Form 2","description":"Another example of solving a system of linear equations by putting an augmented matrix into reduced row echelon form","url":"http:\/\/www.youtube.com\/watch?v=lP1DGtZ8Wys&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matrices--reduced-row-echelon-form-2","created":1298220368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53747","children":[]},{"title":"Matrices: Reduced Row Echelon Form 3","description":"And another example of solving a system of linear equations by putting an augmented matrix into reduced row echelon form","url":"http:\/\/www.youtube.com\/watch?v=JVDrlTdzxiI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matrices--reduced-row-echelon-form-3","created":1298220368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42092","children":[]}]},{"title":"Imaginary and complex numbers","description":"Understanding and solving equations with imaginary numbers.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"The imaginary unit i","description":"This is where math starts to get really cool. It may see strange to define a number whose square is negative one. Why do we do this? Because it fits a nice niche in the math ecosystem and can be used to solve problems in engineering and science (not to mention some of the coolest fractals are based on imaginary and complex numbers). The more you think about it, you might realize that all numbers, not just i, are very abstract.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to i and Imaginary Numbers","description":"Introduction to i and imaginary numbers","url":"http:\/\/www.youtube.com\/watch?v=ysVcAYo7UPI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-i-and-imaginary-numbers","created":1310426775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108054","children":[]},{"title":"Calculating i Raised to Arbitrary Exponents","description":"Calculating i raised to arbitrarily high exponents","url":"http:\/\/www.youtube.com\/watch?v=QiwfF83NWNA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculating-i-raised-to-arbitrary-exponents","created":1310426775,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62135","children":[]},{"title":"Imaginary unit powers","description":"Solve problems with base i (square root of -1) raised to a positive exponent","url":"http:\/\/www.khanacademy.org\/exercise\/imaginary_unit_powers","source":"http:\/\/www.khanacademy.org\/exercise\/imaginary_unit_powers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Imaginary Roots of Negative Numbers","description":"Imaginary Roots of Negative Numbers","url":"http:\/\/www.youtube.com\/watch?v=s03qez-6JMA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/imaginary-roots-of-negative-numbers","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22239","children":[]},{"title":"i as the Principal Root of -1 (a little technical)","description":"i as the principal square root of -1","url":"http:\/\/www.youtube.com\/watch?v=rYG1D5lUE4I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/i-as-the-principal-root-of--1--a-little-technical","created":1310513219,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47501","children":[]}]},{"title":"Complex numbers","description":"Let's start constructing numbers that have both a real and imaginary part. We'll call them complex. We can even plot them on the complex plane and use them to find the roots of ANY quadratic equation. The fun must not stop!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Complex Numbers","description":"Complex Numbers","url":"http:\/\/www.youtube.com\/watch?v=MEuPzvh0roM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complex-numbers","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40728","children":[]},{"title":"Complex Numbers (part 1)","description":"Introduction to complex numbers. Adding, subtracting and multiplying complex numbers.","url":"http:\/\/www.youtube.com\/watch?v=kpywdu1afas&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complex-numbers--part-1","created":1298219228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"337303","children":[]},{"title":"Complex Numbers (part 2)","description":"Dividing complex numbers. Complex conjugates.","url":"http:\/\/www.youtube.com\/watch?v=bPqB9a1uk_8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complex-numbers--part-2","created":1298219228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"187185","children":[]},{"title":"The complex plane","description":"Plot complex numbers on the complex plane.","url":"http:\/\/www.khanacademy.org\/exercise\/the_complex_plane","source":"http:\/\/www.khanacademy.org\/exercise\/the_complex_plane","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding Complex Numbers","description":"Adding Complex Numbers","url":"http:\/\/www.youtube.com\/watch?v=SfbjqVyQljk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-complex-numbers","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18135","children":[]},{"title":"Subtracting Complex Numbers","description":"Subtracting Complex Numbers","url":"http:\/\/www.youtube.com\/watch?v=tvXRaZbIjO8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/subtracting-complex-numbers","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12301","children":[]},{"title":"Adding and subtracting complex numbers","description":"Add or subtract complex numbers. Identify the real and imaginary parts.","url":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_complex_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/adding_and_subtracting_complex_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Multiplying Complex Numbers","description":"Multiplying Complex Numbers","url":"http:\/\/www.youtube.com\/watch?v=cWn6g8Qqvs4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/multiplying-complex-numbers","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20881","children":[]},{"title":"Multiplying complex numbers","description":"Multiply complex numbers. Identify the real and imaginary parts.","url":"http:\/\/www.khanacademy.org\/exercise\/multiplying_complex_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/multiplying_complex_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Dividing Complex Numbers","description":"Dividing Complex Numbers","url":"http:\/\/www.youtube.com\/watch?v=Z8j5RDOibV4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dividing-complex-numbers","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22742","children":[]},{"title":"Dividing complex numbers","description":"Divide complex numbers. Identify the real and imaginary parts.","url":"http:\/\/www.khanacademy.org\/exercise\/dividing_complex_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/dividing_complex_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Complex Conjugates Example","description":"Complex Conjugates","url":"http:\/\/www.youtube.com\/watch?v=dbxJ6LD0344&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complex-conjugates-example","created":1310599672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20542","children":[]},{"title":"Absolute value of complex numbers","description":"Find the absolute value of a complex number.","url":"http:\/\/www.khanacademy.org\/exercise\/absolute_value_of_complex_numbers","source":"http:\/\/www.khanacademy.org\/exercise\/absolute_value_of_complex_numbers","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Algebra II: Imaginary and Complex Numbers","description":"23-26, mostly imaginary and complex numbers","url":"http:\/\/www.youtube.com\/watch?v=C-2Ln0pK3kY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--imaginary-and-complex-numbers","created":1298219661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50903","children":[]}]},{"title":"Geometry","description":"This is a first year, high-school level course on Geometry (which is based on Euclid's elements). It revisits many of the basic geometrical concepts studied in earlier courses, but addresses them with more mathematical rigor. There is strong focus on proving theorems and results from basic postulates.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Points, lines, and planes","description":"This topic introduces the basic conceptual tools that underpin our journey through Euclidean geometry. These include the ideas of points, lines, line segments, rays, and planes.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Introduction to Euclidean geometry","description":"Roughly 2400 years ago, Euclid of Alexandria wrote Elements which served as the world's geometry textbook until recently. Studied by Abraham Lincoln in order to sharpen his mind and truly appreciate mathematical deduction, it is still the basis of what we consider a first year course in geometry.\n\nThis tutorial gives a bit of this background and then lays the conceptual foundation of points, lines, circles and planes that we will use as we journey through the world of Euclid.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Euclid as the Father of Geometry","description":"Euclid and his Elements (and how much Abraham Lincoln liked them)","url":"http:\/\/www.youtube.com\/watch?v=WqzK3UAXaHs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/euclid-as-the-father-of-geometry","created":1330468616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"135200","children":[]},{"title":"Language and Notation of Basic Geometry","description":"Understanding basic ideas in geometry and how we represent them with symbols","url":"http:\/\/www.youtube.com\/watch?v=il0EJrY64qE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/language-and-notation-of-basic-geometry","created":1330468016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65131","children":[]},{"title":"Lines, Line Segments, and Rays","description":"Difference between lines, line segments, and rays","url":"http:\/\/www.youtube.com\/watch?v=JcqCf762y9w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lines--line-segments--and-rays","created":1314180035,"start":null,"end":null,"type":"video","provider":"Khan University","views":"130046","children":[]},{"title":"Measuring segments","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/measuring_segments","source":"http:\/\/www.khanacademy.org\/exercise\/measuring_segments","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Points lines and planes","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/points_lines_and_planes","source":"http:\/\/www.khanacademy.org\/exercise\/points_lines_and_planes","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Identifying Rays","description":"Identifying Rays","url":"http:\/\/www.youtube.com\/watch?v=w9jEq6dmqPg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/identifying-rays","created":1321009238,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26157","children":[]},{"title":"Recognizing rays lines and line segments","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/recognizing_rays_lines_and_line_segments","source":"http:\/\/www.khanacademy.org\/exercise\/recognizing_rays_lines_and_line_segments","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Congruent segments","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/congruent_segments","source":"http:\/\/www.khanacademy.org\/exercise\/congruent_segments","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Segment addition","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/segment_addition","source":"http:\/\/www.khanacademy.org\/exercise\/segment_addition","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Midpoint of a segment","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/midpoint_of_a_segment","source":"http:\/\/www.khanacademy.org\/exercise\/midpoint_of_a_segment","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Language and Notation of the Circle","description":"Formal definition of a circle. Tangent and secant lines. Diameters and radii. major and minor arcs","url":"http:\/\/www.youtube.com\/watch?v=U2W7HPyC0cM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/language-and-notation-of-the-circle","created":1316599243,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57069","children":[]}]},{"title":"Angles and intersecting lines","description":"This topic continues our journey through the world of Euclid by helping us understand angles and how they can relate to each other.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Angle basics and measurement","description":"This tutorial will define what an angle is and help us think about how to measure them. If you're new to angles, this is a great place to start.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Angle Basics","description":"Definition of an angle. How to denote an angle using points on the angle (including the vertex)","url":"http:\/\/www.youtube.com\/watch?v=H-de6Tkxej8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angle-basics","created":1316685653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"111265","children":[]},{"title":"Measuring Angles in Degrees","description":"How to measure an angle in degrees","url":"http:\/\/www.youtube.com\/watch?v=92aLiyeQj0w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/measuring-angles-in-degrees","created":1316685653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69160","children":[]},{"title":"Using a Protractor","description":"","url":"http:\/\/www.youtube.com\/watch?v=dw41PMWek6U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/using-a-protractor","created":1316685653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48138","children":[]},{"title":"Measuring Angles","description":"Using the KA virtual protractor to measure angles","url":"http:\/\/www.youtube.com\/watch?v=wJ37GJyViU8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/measuring-angles","created":1314180035,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73786","children":[]},{"title":"Measuring angles","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/measuring_angles","source":"http:\/\/www.khanacademy.org\/exercise\/measuring_angles","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Acute Right and Obtuse Angles","description":"The difference between acute, obtuse and right angles","url":"http:\/\/www.youtube.com\/watch?v=ALhv3Rlydig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acute-right-and-obtuse-angles","created":1302739204,"start":null,"end":null,"type":"video","provider":"Khan University","views":"59195","children":[]},{"title":"Angle types","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/angle_types","source":"http:\/\/www.khanacademy.org\/exercise\/angle_types","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Complementary and Supplementary Angles","description":"Basics of complementary, supplementary, adjacent and straight angles. Also touching on what it means to be perpendicular","url":"http:\/\/www.youtube.com\/watch?v=BTnAlNSgNsY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complementary-and-supplementary-angles","created":1316685653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78320","children":[]},{"title":"Exploring angle pairs","description":"Find vertical angles, adjacent angles, and linearly paired angles.","url":"http:\/\/www.khanacademy.org\/exercise\/exploring_angle_pairs_1","source":"http:\/\/www.khanacademy.org\/exercise\/exploring_angle_pairs_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Complementary and supplementary angles","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/complementary_and_supplementary_angles","source":"http:\/\/www.khanacademy.org\/exercise\/complementary_and_supplementary_angles","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Angle addition postulate","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/angle_addition_postulate","source":"http:\/\/www.khanacademy.org\/exercise\/angle_addition_postulate","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Angles between intersecting and parallel lines","description":"Welcome. I'd like to introduce you to Mr. Angle. Nice to meet you. So nice to meet you. \n\nThis tutorial introduces us to angles. It includes how we measure them, how angles relate to each other and properties of angles created from various types of intersecting lines. Mr. Angle is actually far more fun than you might initially presume him to be.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Angles at the intersection of two lines","description":"Figuring out angles at the intersection of two lines","url":"http:\/\/www.youtube.com\/watch?v=_7aUxFzTG5w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angles-at-the-intersection-of-two-lines","created":1316685653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40578","children":[]},{"title":"Vertical angles","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/vertical_angles","source":"http:\/\/www.khanacademy.org\/exercise\/vertical_angles","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Vertical angles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/vertical_angles_2","source":"http:\/\/www.khanacademy.org\/exercise\/vertical_angles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Proof-Vertical Angles are Equal","description":"Proving that vertical angles are equal","url":"http:\/\/www.youtube.com\/watch?v=wRBMmiNHQaE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof-vertical-angles-are-equal","created":1316685653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45971","children":[]},{"title":"Angles Formed by Parallel Lines and Transversals","description":"Parallel lines, transversal lines, corresponding angles","url":"http:\/\/www.youtube.com\/watch?v=H-E5rlpCVu4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angles-formed-by-parallel-lines-and-transversals","created":1316685653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52052","children":[]},{"title":"CA Geometry: Deducing Angle Measures","description":"46-50, deducing the measure of angles","url":"http:\/\/www.youtube.com\/watch?v=_HJljJuVHLw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--deducing-angle-measures","created":1298219678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21343","children":[]},{"title":"Parallel lines 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/parallel_lines_1","source":"http:\/\/www.khanacademy.org\/exercise\/parallel_lines_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Parallel lines 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/parallel_lines_2","source":"http:\/\/www.khanacademy.org\/exercise\/parallel_lines_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Corresponding angles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/corresponding_angles_2","source":"http:\/\/www.khanacademy.org\/exercise\/corresponding_angles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Same side exterior angles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/same_side_exterior_angles_2","source":"http:\/\/www.khanacademy.org\/exercise\/same_side_exterior_angles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Same side interior angles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/same_side_interior_angles_2","source":"http:\/\/www.khanacademy.org\/exercise\/same_side_interior_angles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Alternate interior angles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/alternate_interior_angles_2","source":"http:\/\/www.khanacademy.org\/exercise\/alternate_interior_angles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Alternate exterior angles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/alternate_exterior_angles_2","source":"http:\/\/www.khanacademy.org\/exercise\/alternate_exterior_angles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Congruent angles","description":"Determine which angles must be congruent when parallel lines are crossed by a transversal.","url":"http:\/\/www.khanacademy.org\/exercise\/congruent_angles","source":"http:\/\/www.khanacademy.org\/exercise\/congruent_angles","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Identifying Parallel and Perpendicular Lines","description":"Identifying Parallel and Perpendicular Lines","url":"http:\/\/www.youtube.com\/watch?v=aq_XL6FrmGs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/identifying-parallel-and-perpendicular-lines","created":1321009238,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28282","children":[]}]},{"title":"Angles with triangles and polygons","description":"Do the angles in a triangle always add up to the same thing? Would I ask it if they didn't? What do we know about the angles of a triangle if two of the sides are congruent (an isosceles triangle) or all three are congruent (an equilateral)? This tutorial is the place to find out.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Proof - Sum of Measures of Angles in a Triangle are 180","description":"Proof that the sum of the measures of the angles in a triangle are 180","url":"http:\/\/www.youtube.com\/watch?v=OPG-9IFnJnI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof---sum-of-measures-of-angles-in-a-triangle-are-180","created":1316772054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67827","children":[]},{"title":"Triangle Angle Example 1","description":"Figuring out angles in a triangle. A little about exterior angles being the sum of the remote interior angles","url":"http:\/\/www.youtube.com\/watch?v=hmj3_zbz2eg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/triangle-angle-example-1","created":1316772054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61624","children":[]},{"title":"Triangle Angle Example 2","description":"Another example finding angles in triangles","url":"http:\/\/www.youtube.com\/watch?v=eTwnt4G5xE4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/triangle-angle-example-2","created":1316772054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33218","children":[]},{"title":"Triangle Angle Example 3","description":"Multiple ways to solve for the angles of multiple triangles","url":"http:\/\/www.youtube.com\/watch?v=iqeGTtyzQ1I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/triangle-angle-example-3","created":1316772054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29314","children":[]},{"title":"Challenging Triangle Angle Problem","description":"Interesting problem finding the sums of particular exterior angles of an irregular pentagon","url":"http:\/\/www.youtube.com\/watch?v=95logvV8nXY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/challenging-triangle-angle-problem","created":1316772054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26456","children":[]},{"title":"Proof - Corresponding Angle Equivalence Implies Parallel Lines","description":"Proof by contradiction that corresponding angle equivalence implies parallel lines","url":"http:\/\/www.youtube.com\/watch?v=9_3OxtdqmqE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof---corresponding-angle-equivalence-implies-parallel-lines","created":1316772054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30766","children":[]},{"title":"Finding more angles","description":"Example of angle hunting!","url":"http:\/\/www.youtube.com\/watch?v=0gzSreH8nUI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-more-angles","created":1316772054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21410","children":[]},{"title":"Angles 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/angles_1","source":"http:\/\/www.khanacademy.org\/exercise\/angles_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Angles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/angles_2","source":"http:\/\/www.khanacademy.org\/exercise\/angles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Sum of Interior Angles of a Polygon","description":"Showing a generalized way to find the sum of the interior angles of any polygon","url":"http:\/\/www.youtube.com\/watch?v=qG3HnRccrQU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sum-of-interior-angles-of-a-polygon","created":1317636048,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60381","children":[]},{"title":"Angles of a polygon","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/angles_of_a_polygon","source":"http:\/\/www.khanacademy.org\/exercise\/angles_of_a_polygon","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Sum of the exterior angles of convex polygon","description":"More elegant way to find the sum of the exterior angles of a convex polygon","url":"http:\/\/www.youtube.com\/watch?v=W9B3VYdC5T8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sum-of-the-exterior-angles-of-convex-polygon","created":1317059189,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27843","children":[]}]},{"title":"Sal's old angle videos","description":"These are some of the classic, original angle video that Sal had done way back when (like 2007). Other tutorials are more polished than this one, but this one has charm. Also not bad if you're looking for more examples of angles between intersected lines, transversals and parallel lines.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to angles (old)","description":"What an angle is. Angles in a circle. Complementary and supplementary angles.","url":"http:\/\/www.youtube.com\/watch?v=2439OIVBgPg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-angles--old","created":1298220207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"269383","children":[]},{"title":"Angles (part 2)","description":"More on complementary and supplementary angles. Introduction to opposite angles.","url":"http:\/\/www.youtube.com\/watch?v=zrqzG6xKa1A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angles--part-2","created":1298220207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"144384","children":[]},{"title":"Angles (part 3)","description":"Angles formed when a transversal intersects parallel lines.","url":"http:\/\/www.youtube.com\/watch?v=NLg6hfoKKlE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angles--part-3","created":1298220207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"101296","children":[]},{"title":"Angles formed between transversals and parallel lines","description":"Angles of parallel lines","url":"http:\/\/www.youtube.com\/watch?v=gRKZaojKeP0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angles-formed-between-transversals-and-parallel-lines","created":1298220207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"74831","children":[]},{"title":"Angles of parallel lines 2","description":"Angles of parallel lines examples","url":"http:\/\/www.youtube.com\/watch?v=0eDwckZOffc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angles-of-parallel-lines-2","created":1298220207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61121","children":[]},{"title":"The Angle Game","description":"Using what we know to solve for angles in the Angle Game.","url":"http:\/\/www.youtube.com\/watch?v=kqU_ymV581c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-angle-game","created":1298220207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"136550","children":[]},{"title":"Angle Game (part 2)","description":"More examples of the Angle Game.","url":"http:\/\/www.youtube.com\/watch?v=ko-cYG3d6ec&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angle-game--part-2","created":1298220207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63666","children":[]}]},{"title":"Congruent triangles","description":"If you can take one figure and flip, shift and rotate (not resize) it to be identical to another figure, then the two figures are congruent. This topic explores this foundational idea in geometry.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Congruence postulates","description":"We begin to seriously channel Euclid in this tutorial to really, really (no, really) prove things--in particular, that triangles are congruents. You'll appreciate (and love) what rigorous proofs are. It will sharpen your mind and make you a better friend, relative and citizen (and make you more popular in general). Don't have too much fun.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Congruent Triangles and SSS","description":"What it means for triangles to be congruent","url":"http:\/\/www.youtube.com\/watch?v=CJrVOf_3dN0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/congruent-triangles-and-sss","created":1316858462,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56456","children":[]},{"title":"SSS to Show a Radius is Perpendicular to a Chord that it Bisects","description":"More on the difference between a theorem and axiom. Proving a cool result using SSS","url":"http:\/\/www.youtube.com\/watch?v=TgDk06Qayxw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sss-to-show-a-radius-is-perpendicular-to-a-chord-that-it-bisects","created":1316858462,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18365","children":[]},{"title":"Other Triangle Congruence Postulates","description":"SSS, SAS, ASA and AAS postulates for congruent triangles. Showing AAA is only good for similarity and SSA is good for neither","url":"http:\/\/www.youtube.com\/watch?v=8Ld8Csu4sEs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/other-triangle-congruence-postulates","created":1316858462,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29256","children":[]},{"title":"Two column proof showing segments are perpendicular","description":"Using triangle congruency postulates to show that two intersecting segments are perpendicular","url":"http:\/\/www.youtube.com\/watch?v=fSu1LKnhM5Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/two-column-proof-showing-segments-are-perpendicular","created":1316858462,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25283","children":[]},{"title":"Finding Congruent Triangles","description":"Using the SSS, ASA, SAS, and AAS postulates to find congruent triangles","url":"http:\/\/www.youtube.com\/watch?v=d5UCZ9hO8X4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-congruent-triangles","created":1317117653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23899","children":[]},{"title":"Congruency postulates","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/congruency_postulates","source":"http:\/\/www.khanacademy.org\/exercise\/congruency_postulates","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"More on why SSA is not a postulate","description":"SSA special cases including RSH","url":"http:\/\/www.youtube.com\/watch?v=f8svAm237xM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-why-ssa-is-not-a-postulate","created":1317117653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23327","children":[]},{"title":"Perpendicular Radius Bisects Chord","description":"Simple proof using RSH postulate to show that a radius perpendicular to a chord bisects it","url":"http:\/\/www.youtube.com\/watch?v=q7eF5Ci944U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perpendicular-radius-bisects-chord","created":1318068040,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22746","children":[]},{"title":"Congruent Triangle Proof Example","description":"Proving that a point is the midpoint via triangle congruency","url":"http:\/\/www.youtube.com\/watch?v=RFesGHsuFZw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/congruent-triangle-proof-example","created":1317117653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27147","children":[]},{"title":"Congruent Triangle Example 2","description":"Showing that segments have the same length","url":"http:\/\/www.youtube.com\/watch?v=Xc3oHzKXVh8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/congruent-triangle-example-2","created":1317117653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16461","children":[]},{"title":"Congruent triangles 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/congruent_triangles_1","source":"http:\/\/www.khanacademy.org\/exercise\/congruent_triangles_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Congruent triangles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/congruent_triangles_2","source":"http:\/\/www.khanacademy.org\/exercise\/congruent_triangles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Congruence and isosceles and equilateral triangles","description":"This tutorial uses our understanding of congruence postulates to prove some neat properties of isosceles and equilateral triangles.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Congruent legs and base angles of Isosceles Triangles","description":"Showing that congruent legs imply equal base angles and vice versa","url":"http:\/\/www.youtube.com\/watch?v=7UISwx2Mr4c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/congruent-legs-and-base-angles-of-isosceles-triangles","created":1317376850,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19763","children":[]},{"title":"Equilateral Triangle Sides and Angles Congruent","description":"Showing that all of the angles of an equilateral triangle are 60 degrees","url":"http:\/\/www.youtube.com\/watch?v=CYNUwiUzlPk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equilateral-triangle-sides-and-angles-congruent","created":1317376850,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15557","children":[]},{"title":"Equilateral and Isosceles Example Problems","description":"Three example problems involving isosceles and equilateral triangles. 2 from Art of Problem Solving (by Richard Ruscyk) book","url":"http:\/\/www.youtube.com\/watch?v=7FTNWE7RTfQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equilateral-and-isosceles-example-problems","created":1317376850,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15269","children":[]},{"title":"Triangle types","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/triangle_types","source":"http:\/\/www.khanacademy.org\/exercise\/triangle_types","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Triangle angles 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/triangle_angles_1","source":"http:\/\/www.khanacademy.org\/exercise\/triangle_angles_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Another Isosceles Example Problem","description":"Possible angles for an isosceles triangle","url":"http:\/\/www.youtube.com\/watch?v=ceDV0QBpcMA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/another-isosceles-example-problem","created":1317376850,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10314","children":[]},{"title":"Example involving an isosceles triangle and parallel lines","description":"Integrating what we know about isosceles triangles and parallel lines","url":"http:\/\/www.youtube.com\/watch?v=CVKAro3HUxQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example-involving-an-isosceles-triangle-and-parallel-lines","created":1317376850,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10419","children":[]},{"title":"Figuring out all the angles for congruent triangles example","description":"Another example of using congruency to figure out a bunch of angles","url":"http:\/\/www.youtube.com\/watch?v=aDCXPdzyS0s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/figuring-out-all-the-angles-for-congruent-triangles-example","created":1317376850,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11687","children":[]},{"title":"Basic Triangle Proofs Module Example","description":"Simple worked example of using http:\/\/www.khanacademy.org\/math\/geometry\/triangles\/e\/geometry_proofs_intro","url":"http:\/\/www.youtube.com\/watch?v=gHMPEkoFVko&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-triangle-proofs-module-example","created":1344641994,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15368","children":[]},{"title":"Basic Triangle Proofs Module Example 2","description":"Another example of using http:\/\/www.khanacademy.org\/math\/geometry\/triangles\/e\/geometry_proofs_intro","url":"http:\/\/www.youtube.com\/watch?v=NDeDnfuoDQM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-triangle-proofs-module-example-2","created":1344642014,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6762","children":[]},{"title":"Basic triangle proofs","description":"1 and 2-step triangle congruency proofs.","url":"http:\/\/www.khanacademy.org\/exercise\/geometry_proofs_intro","source":"http:\/\/www.khanacademy.org\/exercise\/geometry_proofs_intro","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Fill-in-the-blank triangle proofs example 1","description":"Sal works through an example of http:\/\/www.khanacademy.org\/math\/geometry\/triangles\/e\/geometry_proofs_1","url":"http:\/\/www.youtube.com\/watch?v=e4CGX2LXMX0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fill-in-the-blank-triangle-proofs-example-1","created":1344642028,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8943","children":[]},{"title":"Fill-in-the-blank triangle proofs example 2","description":"Worked example for this type of module: http:\/\/www.khanacademy.org\/math\/geometry\/triangles\/e\/geometry_proofs_1","url":"http:\/\/www.youtube.com\/watch?v=UTQ6z7_dlSk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fill-in-the-blank-triangle-proofs-example-2","created":1344642054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6433","children":[]},{"title":"Fill-in-the-blank triangle proofs","description":"Fill in the blanks in a triangle congruency proof.","url":"http:\/\/www.khanacademy.org\/exercise\/geometry_proofs_1","source":"http:\/\/www.khanacademy.org\/exercise\/geometry_proofs_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Wrong statements in proofs example 1","description":"Example of working through this module: http:\/\/www.khanacademy.org\/math\/geometry\/triangles\/e\/geometry_proofs_2","url":"http:\/\/www.youtube.com\/watch?v=3RYME7HTJ8c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/wrong-statements-in-proofs-example-1","created":1344642041,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5127","children":[]},{"title":"Wrong statements in triangle proofs","description":"Identify the wrong statement in a proof about triangle congruency.","url":"http:\/\/www.khanacademy.org\/exercise\/geometry_proofs_2","source":"http:\/\/www.khanacademy.org\/exercise\/geometry_proofs_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Problem involving angle derived from square and circle","description":"Challenging problem to find an angle","url":"http:\/\/www.youtube.com\/watch?v=3n0LvI99-KM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/problem-involving-angle-derived-from-square-and-circle","created":1320314763,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5774","children":[]}]},{"title":"Perimeter, area and volume","description":"A broad set of tutorials covering perimeter area and volume with and without algebra.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Perimeter and area of rectangles","description":"How long of a fence do you need? How big is your house? How big is your waistline? What's your hat size? These are fundamentally important questions that need to be answered!\n\nThis is a tutorial to give you the basics of what perimeter, circumference (really the perimeter of a circle) and area are and then applies the ideas to triangles, rectangles and circles. This is more of review for students who are going through the main geometry narrative and can be skipped if yo u remember it from grade-school.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Area and Perimeter","description":"Area of rectangles and triangles. Perimeter of rectangles.","url":"http:\/\/www.youtube.com\/watch?v=kqqmJiJez6o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/area-and-perimeter","created":1298220208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"231169","children":[]},{"title":"Perimeter 1","description":"Calculate the perimeter of a shape from its side lengths.","url":"http:\/\/www.khanacademy.org\/exercise\/perimeter_1","source":"http:\/\/www.khanacademy.org\/exercise\/perimeter_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Perimeter of squares and rectangles","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/perimeter_of_squares_and_rectangles","source":"http:\/\/www.khanacademy.org\/exercise\/perimeter_of_squares_and_rectangles","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Area 1","description":"Find the area of a rectangle given its length and width.","url":"http:\/\/www.khanacademy.org\/exercise\/area_1","source":"http:\/\/www.khanacademy.org\/exercise\/area_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Area of squares and rectangles","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/area_of_squares_and_rectangles","source":"http:\/\/www.khanacademy.org\/exercise\/area_of_squares_and_rectangles","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Perimeter and area of triangles","description":"You first learned about perimeter and area when you were in grade school. In this tutorial, we will revisit those ideas with a more mathy lense. We will use our prior knowledge of congruence to really start to prove some neat (and useful) results (including some that will be useful in our study of similarity).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Perimeter and Area Basics","description":"Definitions of perimeter and area.","url":"http:\/\/www.youtube.com\/watch?v=LoaBd-sPzkU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perimeter-and-area-basics","created":1317463257,"start":null,"end":null,"type":"video","provider":"Khan University","views":"202486","children":[]},{"title":"Triangle Area Proofs","description":"Proving that the area of any triangle is 1\/2 b x h","url":"http:\/\/www.youtube.com\/watch?v=YOYQys52sPs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/triangle-area-proofs","created":1317463257,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24692","children":[]},{"title":"Area of triangles","description":"Find the area of right, acute, and obtuse triangles from a diagram.","url":"http:\/\/www.khanacademy.org\/exercise\/area_of_triangles_1","source":"http:\/\/www.khanacademy.org\/exercise\/area_of_triangles_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Interesting Perimeter and Area Problems","description":"Three example problems involving perimeter and area","url":"http:\/\/www.youtube.com\/watch?v=vWXMDIazHjA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interesting-perimeter-and-area-problems","created":1317463257,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22173","children":[]},{"title":"Area of Diagonal Generated Triangles of Rectangle are Equal","description":"Area of Diagonal Generated Triangles of Rectangle are Equal","url":"http:\/\/www.youtube.com\/watch?v=YTRimTJ5nX4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/area-of-diagonal-generated-triangles-of-rectangle-are-equal","created":1298220209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20043","children":[]},{"title":"Area of an Equilateral Triangle","description":"Finding the formula for the area of an equilateral triangle with side s","url":"http:\/\/www.youtube.com\/watch?v=UKQ65tiIQ6o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/area-of-an-equilateral-triangle","created":1317895245,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27911","children":[]},{"title":"Challenging Perimeter Problem","description":"Perimeter of rectangle covered by 9 non-overlapping squares. From 200) American Invitational Math Exam","url":"http:\/\/www.youtube.com\/watch?v=1uWZNW5PF-s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/challenging-perimeter-problem","created":1317463257,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15023","children":[]}]},{"title":"Triangle inequality theorem","description":"The triangle inequality theorem is, on some level, kind of simple. But, as you'll see as you go into high level mathematics, it is often used in fancy proofs.\n\nThis tutorial introduces you to what it is and gives you some practice understanding the constraints on the dimensions of a triangle.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Triangle inqequality theorem","description":"Intuition behind the triangle inequality theorem","url":"http:\/\/www.youtube.com\/watch?v=KlKYvbigBqs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/triangle-inqequality-theorem","created":1356052738,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10309","children":[]},{"title":"Triangle inequality theorem","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/triangle_inequality_theorem","source":"http:\/\/www.khanacademy.org\/exercise\/triangle_inequality_theorem","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Koch snowflake fractal","description":"Named after Helge von Koch, the Kock snowflake is one of the first fractals to be discovered. It is created by adding smaller and smaller equilateral bumps to an existing equilateral triangle. Quite amazingly, it produces a figure of infinite perimeter and finite area!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Koch Snowflake Fractal","description":"A shape that has an infinite perimeter but finite area","url":"http:\/\/www.youtube.com\/watch?v=azBNsPa1WC4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/koch-snowflake-fractal","created":1317463257,"start":null,"end":null,"type":"video","provider":"Khan University","views":"64891","children":[]},{"title":"Area of Koch Snowflake (part 1) - Advanced","description":"Starting to figure out the area of a Koch Snowflake (which has an infinite perimeter)","url":"http:\/\/www.youtube.com\/watch?v=64bH_27Ehoc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/area-of-koch-snowflake--part-1----advanced","created":1317895245,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13606","children":[]},{"title":"Area of Koch Snowflake (part 2) - Advanced","description":"Summing an infinite geometric series to finally find the finite area of a Koch Snowflake","url":"http:\/\/www.youtube.com\/watch?v=vBlR2xNAGmo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/area-of-koch-snowflake--part-2----advanced","created":1317895245,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9180","children":[]}]},{"title":"Heron's formula","description":"Named after Heron of Alexandria, Heron's formula is a power (but often overlooked) method for finding the area of ANY triangle. In this tutorial we will explain how to use it and then prove it!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Heron's Formula","description":"Using Heron's Formula to determine the area of a triangle while only knowing the lengths of the sides","url":"http:\/\/www.youtube.com\/watch?v=-YI6UC4qVEY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/heron-s-formula","created":1298220208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73578","children":[]},{"title":"Heron's formula","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/herons_formula","source":"http:\/\/www.khanacademy.org\/exercise\/herons_formula","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Part 1 of Proof of Heron's Formula","description":"Part 1 of the proof of Heron's Formula","url":"http:\/\/www.youtube.com\/watch?v=AreOMvPCxv8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/part-1-of-proof-of-heron-s-formula","created":1298220208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42385","children":[]},{"title":"Part 2 of the Proof of Heron's Formula","description":"Showing that the expression in part 1 is identical to Heron's Formula","url":"http:\/\/www.youtube.com\/watch?v=nZu7IZLhJRI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/part-2-of-the-proof-of-heron-s-formula","created":1298220209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31267","children":[]}]},{"title":"Circumference and area of circles","description":"Circles are everywhere. How can we measure how big they are? Well, we could think about the distance around the circle (circumference). Another option would be to think about how much space it takes up on our paper (area). Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Circles: Radius, Diameter and Circumference","description":"Understanding the relationship between the radius diameter and circumference of a circle.","url":"http:\/\/www.youtube.com\/watch?v=jyLRpr2P0MQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/circles--radius--diameter-and-circumference","created":1298220208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"276185","children":[]},{"title":"Parts of a Circle","description":"Parts of a Circle","url":"http:\/\/www.youtube.com\/watch?v=04N79tItPEA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parts-of-a-circle","created":1320922828,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55566","children":[]},{"title":"Radius diameter and circumference","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/radius_diameter_and_circumference","source":"http:\/\/www.khanacademy.org\/exercise\/radius_diameter_and_circumference","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Area of a Circle","description":"Area of a Circle","url":"http:\/\/www.youtube.com\/watch?v=ZyOhRgnFmIY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/area-of-a-circle","created":1320922828,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24834","children":[]},{"title":"Area of a circle","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/area_of_a_circle","source":"http:\/\/www.khanacademy.org\/exercise\/area_of_a_circle","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Perimeter and area of non-standard shapes","description":"Not everything in the world is a rectangle, circle or triangle. In this tutorial, we give you practice at finding the perimeters and areas of these less-than-standard shapes!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Quadrilateral Overview","description":"Basics of quadrilaterals including concave, convex ones. Parallelograms, rectangles, rhombi and squares","url":"http:\/\/www.youtube.com\/watch?v=Ka82QC4QvGA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadrilateral-overview","created":1319709718,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50476","children":[]},{"title":"Quadrilateral Properties","description":"Quadrilateral Properties","url":"http:\/\/www.youtube.com\/watch?v=5CeBlu260Rw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quadrilateral-properties","created":1320922828,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25904","children":[]},{"title":"Area of a Parallelogram","description":"Showing that the area of a parallelogram is base times height","url":"http:\/\/www.youtube.com\/watch?v=tFhBAeZVTMw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/area-of-a-parallelogram","created":1320228117,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39768","children":[]},{"title":"Area of parallelograms","description":"Find the area of parallelograms given base and height.","url":"http:\/\/www.khanacademy.org\/exercise\/area_of_parallelograms","source":"http:\/\/www.khanacademy.org\/exercise\/area_of_parallelograms","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Area of trapezoids, rhombi, and kites","description":"Find areas of trapezoids, rhombi, and kites given important lengths.","url":"http:\/\/www.khanacademy.org\/exercise\/areas_of_trapezoids_rhombi_and_kites","source":"http:\/\/www.khanacademy.org\/exercise\/areas_of_trapezoids_rhombi_and_kites","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Perimeter of a Polygon","description":"Perimeter of a Polygon","url":"http:\/\/www.youtube.com\/watch?v=5ZCKr4wTQvI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perimeter-of-a-polygon","created":1321009238,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53047","children":[]},{"title":"Perimeter and Area of a Non-Standard Polygon","description":"Perimeter and Area of a Non-Standard Polygon","url":"http:\/\/www.youtube.com\/watch?v=7S1MLJOG-5A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perimeter-and-area-of-a-non-standard-polygon","created":1321009238,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49704","children":[]}]},{"title":"Volume and surface area","description":"Tired of perimeter and area and now want to measure 3-D space-take-upness. Well you've found the right tutorial. Enjoy!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Solid Geometry Volume","description":"Volume of triangular prisms and cubes","url":"http:\/\/www.youtube.com\/watch?v=ZqzAOZ9pP9Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solid-geometry-volume","created":1302739204,"start":null,"end":null,"type":"video","provider":"Khan University","views":"99051","children":[]},{"title":"Cylinder Volume and Surface Area","description":"Finding the volume and surface area of a cylinder","url":"http:\/\/www.youtube.com\/watch?v=gL3HxBQyeg0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cylinder-volume-and-surface-area","created":1302739204,"start":null,"end":null,"type":"video","provider":"Khan University","views":"141678","children":[]},{"title":"Volume of a Sphere","description":"Volume of a Sphere","url":"http:\/\/www.youtube.com\/watch?v=IelS2vg7JO8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/volume-of-a-sphere","created":1321009238,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43142","children":[]},{"title":"Solid geometry","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/solid_geometry","source":"http:\/\/www.khanacademy.org\/exercise\/solid_geometry","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Similarity","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Triangle similarity","description":"This tutorial explains a similar (but not congruent) idea to congruency (if that last sentence made sense, you might not need this tutorial). Seriously, we'll take a rigorous look at similarity and think of some reasonable postulates for it. We'll then use these to prove some results and solve some problems. The fun must not stop!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Similar Triangle Basics","description":"Introduction to what it means for triangles to be similar","url":"http:\/\/www.youtube.com\/watch?v=9ThXDY9Y3oU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/similar-triangle-basics","created":1317549641,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27885","children":[]},{"title":"Similarity Postulates","description":"Thinking about what we need to know whether two triangles are similar","url":"http:\/\/www.youtube.com\/watch?v=7bO0TmJ6Ba4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/similarity-postulates","created":1317549641,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18785","children":[]},{"title":"Similar triangles 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/similar_triangles_1","source":"http:\/\/www.khanacademy.org\/exercise\/similar_triangles_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Similar triangles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/similar_triangles_2","source":"http:\/\/www.khanacademy.org\/exercise\/similar_triangles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Similar Triangle Example Problems","description":"Multiple examples looking for similarity of triangles","url":"http:\/\/www.youtube.com\/watch?v=Ly86lwq_2gc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/similar-triangle-example-problems","created":1317722451,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14990","children":[]},{"title":"Similarity Example Problems","description":"Two example problems involving similarity","url":"http:\/\/www.youtube.com\/watch?v=R-6CAr_zEEk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/similarity-example-problems","created":1317549641,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12004","children":[]},{"title":"Solving similar triangles 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/solving_similar_triangles_1","source":"http:\/\/www.khanacademy.org\/exercise\/solving_similar_triangles_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Similarity example where same side plays different roles","description":"The same side not corresponding to itself in two similar triangles","url":"http:\/\/www.youtube.com\/watch?v=Tal_fgREll0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/similarity-example-where-same-side-plays-different-roles","created":1317722451,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8412","children":[]},{"title":"Solving similar triangles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/solving_similar_triangles_2","source":"http:\/\/www.khanacademy.org\/exercise\/solving_similar_triangles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Challenging Similarity Problem","description":"Interesting similarity problem where we don't have a lot of information to work with","url":"http:\/\/www.youtube.com\/watch?v=7aGEvpHaNJ8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/challenging-similarity-problem","created":1317722451,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9790","children":[]},{"title":"Finding Area Using Similarity and Congruence","description":"Example of using similarity and congruence to find the area of a triangle","url":"http:\/\/www.youtube.com\/watch?v=EqNzr56h1Ic&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-area-using-similarity-and-congruence","created":1317750709,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10747","children":[]}]},{"title":"Old school similarity","description":"These videos may look similar (pun-intended) to videos in another playlist but they are older, rougher and arguably more charming. These are some of the original videos that Sal made on similarity. They are less formal than those in the \"other\" similarity tutorial, but, who knows, you might like them more.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Similar triangles","description":"Introduction to similar triangles","url":"http:\/\/www.youtube.com\/watch?v=BI-rtfZVXy0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/similar-triangles","created":1298220207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"132083","children":[]},{"title":"Similar triangles (part 2)","description":"More on similar triangles","url":"http:\/\/www.youtube.com\/watch?v=qO2cTx6DwCA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/similar-triangles--part-2","created":1298220207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66185","children":[]}]},{"title":"Right triangles","description":"Triangles are not always right (although they are never wrong), but when they are it opens up an exciting world of possibilities. Not only are right triangles cool in their own right (pun intended), they are the basis of very important ideas in analytic geometry (the distance between two points in space) and trigonometry.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Pythagorean theorem","description":"Named after the Greek philosopher who lived nearly 2600 years ago, the Pythagorean theorem is as good as math theorems get (Pythagoras also started a religious movement). It's simple. It's beautiful. It's powerful.\n\nIn this tutorial, we will cover what it is and how it can be used. We have another tutorial that gives you as many proofs of it as you might need.\n\nIn thi","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The Pythagorean Theorem","description":"Introduction to the Pythagorean Theorem","url":"http:\/\/www.youtube.com\/watch?v=AA6RfgP-AHU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-pythagorean-theorem","created":1298220208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"154856","children":[]},{"title":"Pythagorean Theorem II","description":"More Pythagorean Theorem examples. Introduction to 45-45-90 triangles.","url":"http:\/\/www.youtube.com\/watch?v=nMhJLn5ives&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pythagorean-theorem-ii","created":1298220208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"91091","children":[]}]},{"title":"Pythagorean theorem proofs","description":"The Pythagorean theorem is one of the most famous ideas in all of mathematics. This tutorial proves it. Then proves it again... and again... and again. More than just satisfying any skepticism of whether the Pythagorean theorem is really true (only one proof would be sufficient for that), it will hopefully open your mind to new and beautiful ways to prove something very powerful.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Garfield's proof of the Pythagorean Theorem","description":"James Garfield's proof of the Pythagorean Theorem.","url":"http:\/\/www.youtube.com\/watch?v=EINpkcphsPQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/garfield-s-proof-of-the-pythagorean-theorem","created":1354725102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13244","children":[]},{"title":"Bhaskara's proof of Pythagorean Theorem","description":"An elegant visual proof of the Pythagorean Theorem developed by the 12th century Indian mathematician Bhaskara.","url":"http:\/\/www.youtube.com\/watch?v=1ul8g55dYA4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bhaskara-s-proof-of-pythagorean-theorem-avi","created":1354726013,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8477","children":[]},{"title":"Pythagorean Theorem Proof Using Similarity","description":"Proof of the Pythagorean Theorem using similarity","url":"http:\/\/www.youtube.com\/watch?v=LrS5_l-gk94&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pythagorean-theorem-proof-using-similarity","created":1317750709,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20370","children":[]},{"title":"Another Pythagorean Theorem Proof","description":"Visually proving the Pythagorean Theorem","url":"http:\/\/www.youtube.com\/watch?v=rcBaqkGp7CA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/another-pythagorean-theorem-proof","created":1354726242,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5251","children":[]}]},{"title":"Special right triangles","description":"We hate to pick favorites, but there really are certain right triangles that are more special than others. In this tutorial, we pick them out, show why they're special, and prove it! These include 30-60-90 and 45-45-90 triangles (the numbers refer to the measure of the angles in the triangle).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"30-60-90 Triangle Side Ratios Proof","description":"Proving the ratios between the sides of a 30-60-90 triangle","url":"http:\/\/www.youtube.com\/watch?v=SFL4stapeUs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/30-60-90-triangle-side-ratios-proof","created":1317808854,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20979","children":[]},{"title":"45-45-90 Triangle Side Ratios","description":"Showing the ratios of the sides of a 45-45-90 triangle are 1:1:sqrt(2)","url":"http:\/\/www.youtube.com\/watch?v=McINBOFCGH8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/45-45-90-triangle-side-ratios","created":1317808854,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21893","children":[]},{"title":"30-60-90 Triangle Example Problem","description":"Using what we know about 30-60-0 triangles to solve what at first seems to be a challenging problem","url":"http:\/\/www.youtube.com\/watch?v=dgHksfBFbjk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/30-60-90-triangle-example-problem","created":1317895246,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13871","children":[]},{"title":"Special right triangles","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/pythagorean_theorem_2","source":"http:\/\/www.khanacademy.org\/exercise\/pythagorean_theorem_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Area of a Regular Hexagon","description":"Using what we know about triangles to find the area of a regular hexagon","url":"http:\/\/www.youtube.com\/watch?v=LrxZMdQ6tiw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/area-of-a-regular-hexagon","created":1320314763,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27001","children":[]},{"title":"45-45-90 Triangles","description":"Introduction to 45-45-90 Triangles","url":"http:\/\/www.youtube.com\/watch?v=tSHitjFIjd8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/45-45-90-triangles","created":1298220208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106142","children":[]},{"title":"Intro to 30-60-90 Triangles","description":"A few more 45-45-90 examples and an introduction to 30-60-90 triangles.","url":"http:\/\/www.youtube.com\/watch?v=Qwet4cIpnCM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intro-to-30-60-90-triangles","created":1298220208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"112726","children":[]},{"title":"30-60-90 Triangles II","description":"More examples using 30-60-90 triangles.","url":"http:\/\/www.youtube.com\/watch?v=3mLUJSoh6i0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/30-60-90-triangles-ii","created":1298220208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67645","children":[]}]},{"title":"Special properties and parts of triangles","description":"You probably like triangles. You think they are useful. They show up a lot. What you'll see in this topic is that they are far more magical and mystical than you ever imagined!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Perpendicular bisectors","description":"In this tutorial, we study lines that are perpendicular to the sides of a triangle and divide them in two (perpendicular bisectors). As we'll prove, they intersect at a unique point called the cicumcenter (which, quite amazingly, is equidistant to the vertices). We can then create a circle (circumcircle) centered at this point that goes through all the vertices. \n\nThis tutorial is the extension of the core narrative of the Geometry \"course\". After this, you might want to look at the tutorial on angle bisectors.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Circumcenter of a Triangle","description":"Multiple proofs showing that a point is on a perpendicular bisector of a segment if and only if it is equidistant from the endpoints. Using this to establish the circumcenter, circumradius, and circumcircle for a triangle","url":"http:\/\/www.youtube.com\/watch?v=KXZ6w91DioU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/circumcenter-of-a-triangle","created":1318068040,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20779","children":[]},{"title":"Circumcenter of a Right Triangle","description":"Showing that the midpoint of the hypotenuse is the circumcenter","url":"http:\/\/www.youtube.com\/watch?v=VejCw2NlE60&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/circumcenter-of-a-right-triangle","created":1318068040,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9945","children":[]},{"title":"Three Points Defining a Circle","description":"Three points uniquely define a circle. The center of a circle is the circumcenter of any triangle the circle is circumscribed about.","url":"http:\/\/www.youtube.com\/watch?v=4_xhiP6g2ow&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/three-points-defining-a-circle","created":1318500054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23275","children":[]},{"title":"Area Circumradius Formula Proof","description":"Proof of the formula relating the area of a triangle to its circumradius","url":"http:\/\/www.youtube.com\/watch?v=x_aax6LSRtE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/area-circumradius-formula-proof","created":1298219855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6886","children":[]},{"title":"2003 AIME II Problem 7","description":"Area of rhombus from circumradii of triangles","url":"http:\/\/www.youtube.com\/watch?v=jpKjXtywTlQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-7","created":1298220209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15532","children":[]}]},{"title":"Angle bisectors","description":"This tutorial experiments with lines that divide the angles of a triangle in two (angle bisectors). As we'll prove, all three angle bisectors actually intersect at one point called the incenter (amazing!). We'll also prove that this incenter is equidistant from the sides of the triangle (even more amazing!). This allows us to create a circle centered at the incenter that is tangent to the sides of the triangle (not surprisingly called the \"incircle\").","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Point Line Distance and Angle Bisectors","description":"Thinking about the distance between a point and a line. Proof that a point on an angle bisector is equidistant to the sides of the angle and a point equidistant to the sides is on an angle bisector","url":"http:\/\/www.youtube.com\/watch?v=yj4oS-27Q3k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/point-line-distance-and-angle-bisectors","created":1318500054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17900","children":[]},{"title":"Incenter and incircles of a triangle","description":"Using angle bisectors to find the incenter and incircle of a triangle","url":"http:\/\/www.youtube.com\/watch?v=21vbBiCVijE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/incenter-and-incircles-of-a-triangle","created":1318500054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16897","children":[]},{"title":"Inradius Perimeter and Area","description":"Showing that area is equal to inradius times semiperimeter","url":"http:\/\/www.youtube.com\/watch?v=5NjgcPri07E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inradius-perimeter-and-area","created":1318586440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11668","children":[]},{"title":"Angle Bisector Theorem Proof","description":"What the angle bisector theorem is and its proof","url":"http:\/\/www.youtube.com\/watch?v=TpIBLnRAslI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angle-bisector-theorem-proof","created":1318500054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18596","children":[]},{"title":"Angle Bisector Theorem Examples","description":"Using the angle bisector theorem to solve for sides of a triangle","url":"http:\/\/www.youtube.com\/watch?v=PlY3e_-9JUA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angle-bisector-theorem-examples","created":1318586440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15945","children":[]},{"title":"Angle bisector theorem","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/angle_bisector_theorem","source":"http:\/\/www.khanacademy.org\/exercise\/angle_bisector_theorem","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Medians and centroids","description":"You've explored perpendicular bisectors and angle bisectors, but you're craving to study lines that intersect the vertices of a a triangle AND bisect the opposite sides. Well, you're luck because that (medians) is what we are going to study in this tutorial. We'll prove here that the medians intersect at a unique point (amazing!) called the centroid and divide the triangle into six mini triangles of equal area (even more amazing!). The centroid also always happens to divide all the medians in segments with lengths at a 1:2 ration (stupendous!).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Triangle Medians and Centroids","description":"Seeing that the centroid is 2\/3 of the way along every median","url":"http:\/\/www.youtube.com\/watch?v=GiGLhXFBtRg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/triangle-medians-and-centroids","created":1298220209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29184","children":[]},{"title":"Triangle Medians and Centroids (2D Proof)","description":"Showing that the centroid is 2\/3 of the way along a median","url":"http:\/\/www.youtube.com\/watch?v=Vc09LURoMQ8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/triangle-medians-and-centroids--2d-proof","created":1298220209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15523","children":[]},{"title":"Medians divide into smaller triangles of equal area","description":"Showing that the three medians of a triangle divide it into six smaller triangles of equal area. Brief discussion of the centroid as well","url":"http:\/\/www.youtube.com\/watch?v=Xt4sT0fV9Pw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/medians-divide-into-smaller-triangles-of-equal-area","created":1318586440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7600","children":[]},{"title":"Exploring Medial Triangles","description":"What a medial triangle is and its properties","url":"http:\/\/www.youtube.com\/watch?v=Rsi5mzEaCPw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exploring-medial-triangles","created":1318586440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6160","children":[]},{"title":"Proving that the Centroid is 2-3rds along the Median","description":"Showing that the centroid divides each median into segments with a 2:1 ratio (or that the centroid is 2\/3 along the median)","url":"http:\/\/www.youtube.com\/watch?v=i0VS3eEGjiQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proving-that-the-centroid-is-2-3rds-along-the-median","created":1318932048,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7168","children":[]},{"title":"Median Centroid Right Triangle Example","description":"Example involving properties of medians","url":"http:\/\/www.youtube.com\/watch?v=k45QTFCHSVs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/median-centroid-right-triangle-example","created":1318932048,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7988","children":[]}]},{"title":"Altitudes","description":"Ok. You knew triangles where cool, but you never imagined they were this cool! Well, this tutorial will take things even further. After perpendicular bisectors, angle bisector and medians, the only other thing (that I can think of) is a line that intersects a vertex and the opposite side (called an altitude). As we'll see, these are just as cool as the rest and, as you may have guessed, intersect at a unique point called the orthocenter (unbelievable!).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Proof - Triangle Altitudes are Concurrent (Orthocenter)","description":"Showing that any triangle can be the medial triangle for some larger triangle. Using this to show that the altitudes of a triangle are concurrent (at the orthocenter).","url":"http:\/\/www.youtube.com\/watch?v=aGwT2-RERXY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof---triangle-altitudes-are-concurrent--orthocenter","created":1318932048,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12850","children":[]},{"title":"Common Orthocenter and Centroid","description":"Showing that a triangle with the same point as the orthocenter and centroid is equilateral","url":"http:\/\/www.youtube.com\/watch?v=pDZIvyeqX1o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/common-orthocenter-and-centroid","created":1319623250,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8252","children":[]}]},{"title":"Bringing it all together","description":"This tutorial brings together all of the major ideas in this topic. First, it starts off with a light-weight review of the various ideas in the topic. It then goes into a heavy-weight proof of a truly, truly, truly amazing idea. It was amazing enough that orthocenters, circumcenters, and centroids exist , but we'll see in the videos on Euler lines that they sit on the same line themselves (incenters must be feeling lonely)!!!!!!!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Review of Triangle Properties","description":"Comparing perpendicular bisectors to angle bisectors to medians to altitudes","url":"http:\/\/www.youtube.com\/watch?v=KUhdMbx5ges&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/review-of-triangle-properties","created":1319191248,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10863","children":[]},{"title":"Euler Line","description":"The magic and mystery of the Euler Line","url":"http:\/\/www.youtube.com\/watch?v=tUqyJgmGY7k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/euler-line","created":1319191249,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14157","children":[]},{"title":"Euler's Line Proof","description":"Proving the somewhat mystical result that the circumcenter, centroid and orthocenter","url":"http:\/\/www.youtube.com\/watch?v=t_EgAi574sM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/euler-s-line-proof","created":1319536843,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10236","children":[]}]},{"title":"Quadrilaterals","description":"Not all things with four sides have to be squares or rectangles! We will now broaden our understanding of quadrilaterals!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Quadrilateral types","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/quadrilateral_types","source":"http:\/\/www.khanacademy.org\/exercise\/quadrilateral_types","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Proof - Opposite Sides of Parallelogram Congruent","description":"Proving that a figure is a parallelogram if and only if opposite sides are congruent","url":"http:\/\/www.youtube.com\/watch?v=LhrGS4-Dd9I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof---opposite-sides-of-parallelogram-congruent","created":1320141795,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17126","children":[]},{"title":"Proof - Diagonals of a Parallelogram Bisect Each Other","description":"Proving that a quadrilateral is a parallelogram if and only if its diagonals bisect each other","url":"http:\/\/www.youtube.com\/watch?v=TErJ-Yr67BI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof---diagonals-of-a-parallelogram-bisect-each-other","created":1320141795,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18699","children":[]},{"title":"Proof - Opposite Angles of Parallelogram Congruent","description":"Showing that opposite angles of a parallelogram are congruent","url":"http:\/\/www.youtube.com\/watch?v=oIV1zM8qlpk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof---opposite-angles-of-parallelogram-congruent","created":1320141795,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15025","children":[]},{"title":"Quadrilateral angles","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/quadrilateral_angles","source":"http:\/\/www.khanacademy.org\/exercise\/quadrilateral_angles","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Proof - Rhombus Diagonals are Perpendicular Bisectors","description":"Proving that the diagonals of a rhombus are perpendicular","url":"http:\/\/www.youtube.com\/watch?v=GDcVdBAnBdU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof---rhombus-diagonals-are-perpendicular-bisectors","created":1320141795,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14326","children":[]},{"title":"Proof - Rhombus Area Half Product of Diagonal Length","description":"Showing that we can find the area of a rhombus by taking half the product of the lengths of the diagonals","url":"http:\/\/www.youtube.com\/watch?v=3FManXv4mZM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof---rhombus-area-half-product-of-diagonal-length","created":1320228117,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8974","children":[]},{"title":"Whether a Special Quadrilateral Can Exist","description":"Proving whether a special quadrilateral can exist","url":"http:\/\/www.youtube.com\/watch?v=6dIMIBO_2mc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/whether-a-special-quadrilateral-can-exist","created":1342042592,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4949","children":[]},{"title":"Rhombus Diagonals","description":"Proof that the diagonals of a rhombus are perpendicular bisectors of each other","url":"http:\/\/www.youtube.com\/watch?v=_QTFeOvPcbY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rhombus-diagonals","created":1298220209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24632","children":[]}]},{"title":"Circles","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Circles and arcs","description":"Relate the length of an arc to the circumference of a whole circle.","url":"http:\/\/www.khanacademy.org\/exercise\/circles_and_arcs","source":"http:\/\/www.khanacademy.org\/exercise\/circles_and_arcs","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Areas of circles and sectors","description":"Relate the area of a sector to the area of a whole circle.","url":"http:\/\/www.khanacademy.org\/exercise\/areas_of_circles_and_sectors","source":"http:\/\/www.khanacademy.org\/exercise\/areas_of_circles_and_sectors","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Inscribed and Central Angles","description":"Showing that an inscribed angle is half of a central angle that subtends the same arc","url":"http:\/\/www.youtube.com\/watch?v=MyzGVbCHh5M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inscribed-and-central-angles","created":1298220209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70916","children":[]},{"title":"Inscribed angles 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/inscribed_angles_1","source":"http:\/\/www.khanacademy.org\/exercise\/inscribed_angles_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Inscribed angles 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/inscribed_angles_2","source":"http:\/\/www.khanacademy.org\/exercise\/inscribed_angles_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Inscribed angles 3","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/inscribed_angles_3","source":"http:\/\/www.khanacademy.org\/exercise\/inscribed_angles_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Right Triangles Inscribed in Circles (Proof)","description":"Proof showing that a triangle inscribed in a circle having a diameter as one side is a right triangle","url":"http:\/\/www.youtube.com\/watch?v=b0U1NxbRU4w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/right-triangles-inscribed-in-circles--proof","created":1298220209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55707","children":[]},{"title":"Area of Inscribed Equilateral Triangle (some basic trig used)","description":"Problem that requires us to figure out the area of an equilateral triangle inscribed in a circle (A little trigonometry used)","url":"http:\/\/www.youtube.com\/watch?v=UmiZK6Hgm6c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/area-of-inscribed-equilateral-triangle--some-basic-trig-used","created":1298220209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44891","children":[]}]},{"title":"Logical reasoning","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Converse, inverse, and contrapositive","description":"Find converses, inverses, and contrapositives of conditional statements. ","url":"http:\/\/www.khanacademy.org\/exercise\/converse_inverse_and_contrapositive","source":"http:\/\/www.khanacademy.org\/exercise\/converse_inverse_and_contrapositive","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Conditional statements","description":"Rewrite conditional statements in \"if-then\" form.","url":"http:\/\/www.khanacademy.org\/exercise\/conditional_statements_2","source":"http:\/\/www.khanacademy.org\/exercise\/conditional_statements_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Logical arguments and deductive reasoning","description":"Use given conditional statements to come to a logical conclusion, if possible.","url":"http:\/\/www.khanacademy.org\/exercise\/logical_arguments_deductive_reasoning","source":"http:\/\/www.khanacademy.org\/exercise\/logical_arguments_deductive_reasoning","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Conditional statements and truth value","description":"If some statement is true, determine what other statements must also be true.","url":"http:\/\/www.khanacademy.org\/exercise\/conditional_statements_and_truth_value","source":"http:\/\/www.khanacademy.org\/exercise\/conditional_statements_and_truth_value","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Transformations","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Axis of symmetry","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/axis_of_symmetry","source":"http:\/\/www.khanacademy.org\/exercise\/axis_of_symmetry","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Translations of polygons","description":"Applying translations to polygons in the coordinate plane","url":"http:\/\/www.khanacademy.org\/exercise\/translations_of_points_and_polygons","source":"http:\/\/www.khanacademy.org\/exercise\/translations_of_points_and_polygons","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Rotation of polygons","description":"Applying rotations to polygons in the coordinate plane","url":"http:\/\/www.khanacademy.org\/exercise\/rotation_of_polygons","source":"http:\/\/www.khanacademy.org\/exercise\/rotation_of_polygons","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Area, perimeter, and volume","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Shaded areas","description":"Find the areas of shaded regions which are combinations of squares, triangles, and circles. ","url":"http:\/\/www.khanacademy.org\/exercise\/shaded_areas","source":"http:\/\/www.khanacademy.org\/exercise\/shaded_areas","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Angles","description":"Identifying, measuring, and calculating angles.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Identifying Complementary and Supplementary Angles","description":"Identifying Complementary and Supplementary Angles","url":"http:\/\/www.youtube.com\/watch?v=o-TWOYoxjUo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/identifying-complementary-and-supplementary-angles","created":1321009238,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21972","children":[]},{"title":"Acute Obtuse and Right Angles","description":"Acute Obtuse and Right Angles","url":"http:\/\/www.youtube.com\/watch?v=qdYx4qk2UHU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acute-obtuse-and-right-angles","created":1321009238,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19086","children":[]},{"title":"Angle-a-trons","description":"This is a follow-up from Being a Plant part 2 ( http:\/\/youtu.be\/lOIP_Z_-0Hs )","url":"http:\/\/www.youtube.com\/watch?v=o6W6P8JZW0o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angle-a-trons","created":1327973557,"start":null,"end":null,"type":"video","provider":"Khan University","views":"204670","children":[]},{"title":"Finding Missing Angles","description":"Finding Missing Angles","url":"http:\/\/www.youtube.com\/watch?v=z8BoVhTkaBw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-missing-angles","created":1321009238,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20851","children":[]}]},{"title":"Triangles","description":"Identifying types of triangles, using principles of similarity and congruence, and applying and proving triangle postulates.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Congruent and Similar Triangles","description":"Congruent and Similar Triangles","url":"http:\/\/www.youtube.com\/watch?v=0mKmYxuMirE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/congruent-and-similar-triangles","created":1320922827,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22408","children":[]},{"title":"Application of Similar Triangles","description":"Application of Similar Triangles","url":"http:\/\/www.youtube.com\/watch?v=UgiRvl6iJzc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/application-of-similar-triangles","created":1320922828,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7964","children":[]},{"title":"Introduction to the Pythagorean Theorem","description":"Right triangles and the Pythagorean Theorem","url":"http:\/\/www.youtube.com\/watch?v=s9t7rNhaBp8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-pythagorean-theorem","created":1327696157,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73648","children":[]},{"title":"Pythagorean Theorem 1","description":"Pythagorean Theorem 1","url":"http:\/\/www.youtube.com\/watch?v=JVrkLIcA2qw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pythagorean-theorem-1","created":1298219327,"start":null,"end":null,"type":"video","provider":"Khan University","views":"76133","children":[]},{"title":"Pythagorean Theorem 2","description":"Pythagorean Theorem 2","url":"http:\/\/www.youtube.com\/watch?v=O64YFlX1_aI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pythagorean-theorem-2","created":1298219327,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36230","children":[]},{"title":"Pythagorean Theorem 3","description":"Pythagorean Theorem 3","url":"http:\/\/www.youtube.com\/watch?v=T0IOrRETWhI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pythagorean-theorem-3","created":1298219327,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30717","children":[]}]},{"title":"Worked Examples","description":"Sal does the 80 problems from the released questions from the California Standards Test for Geometry. Basic understanding of Algebra I necessary.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"CA Geometry: deductive reasoning","description":"1-3, deductive reasoning and congruent angles","url":"http:\/\/www.youtube.com\/watch?v=GluohfOedQE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--deductive-reasoning","created":1298219677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70614","children":[]},{"title":"CA Geometry: Proof by Contradiction","description":"4-6, proof by contradiction","url":"http:\/\/www.youtube.com\/watch?v=u6O0YHyarlI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--proof-by-contradiction","created":1298219677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40414","children":[]},{"title":"CA Geometry: More Proofs","description":"7-10, more proofs (10 continued in next video)","url":"http:\/\/www.youtube.com\/watch?v=4PPMnI8-Zsc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--more-proofs","created":1298219677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40344","children":[]},{"title":"CA Geometry: Similar Triangles 1","description":"10-14, similar triangles","url":"http:\/\/www.youtube.com\/watch?v=bWTtHKSEcdI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--similar-triangles-1","created":1298219677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26185","children":[]},{"title":"CA Geometry: Similar Triangles 2","description":"15-16, similar triangles","url":"http:\/\/www.youtube.com\/watch?v=iOLN43V1Lmw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--similar-triangles-2","created":1298219677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24020","children":[]},{"title":"CA Geometry: More on congruent and similar triangles","description":"17-20, more similar and congruent triangles","url":"http:\/\/www.youtube.com\/watch?v=FVSgVMVZZ-4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--more-on-congruent-and-similar-triangles","created":1298219677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24688","children":[]},{"title":"CA Geometry: Triangles and Parallelograms","description":"21-25, triangles and parallelograms","url":"http:\/\/www.youtube.com\/watch?v=h0FFEBHBufo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--triangles-and-parallelograms","created":1298219677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33705","children":[]},{"title":"CA Geometry: Area, Pythagorean Theorem","description":"26-30, area, circumference, pythagorean theorem","url":"http:\/\/www.youtube.com\/watch?v=jRrRqMJbHKc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--area--pythagorean-theorem","created":1298219677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23091","children":[]},{"title":"CA Geometry: Area, Circumference, Volume","description":"31-35, area, circumference and volume","url":"http:\/\/www.youtube.com\/watch?v=BJSk1joCQsM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--area--circumference--volume","created":1298219678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39152","children":[]},{"title":"CA Geometry: Pythagorean Theorem, Area","description":"36-40, Pythagorean Theorem and Area","url":"http:\/\/www.youtube.com\/watch?v=vaOXkt7uuac&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--pythagorean-theorem--area","created":1298219678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20411","children":[]},{"title":"CA Geometry: Exterior Angles","description":"41-45, polygons, exterior angles","url":"http:\/\/www.youtube.com\/watch?v=Ncg1HB5uVLc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--exterior-angles","created":1298219678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22033","children":[]},{"title":"CA Geometry: Pythagorean Theorem, Compass Constructions","description":"51-55, Pythagorean Theorem, compass constructions","url":"http:\/\/www.youtube.com\/watch?v=6EY0E3z-hsU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--pythagorean-theorem--compass-constructions","created":1298219678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17087","children":[]},{"title":"CA Geometry: Compass Construction","description":"56-60, compass construction, coordinates","url":"http:\/\/www.youtube.com\/watch?v=79lagkER9qY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--compass-construction","created":1298219678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21251","children":[]},{"title":"CA Geometry: Basic Trigonometry","description":"61-65, basic trigonometry","url":"http:\/\/www.youtube.com\/watch?v=MyvRxKM0xns&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--basic-trigonometry","created":1298219678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34019","children":[]},{"title":"CA Geometry: More Trig","description":"66-70, more trigonometry","url":"http:\/\/www.youtube.com\/watch?v=8YBQQ0GeusM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--more-trig","created":1298219678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14001","children":[]},{"title":"CA Geometry: Circle Area Chords Tangent","description":"71-75, area, chords, tangents of circles","url":"http:\/\/www.youtube.com\/watch?v=FJIZPvE3O1A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--circle-area-chords-tangent","created":1298219678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44478","children":[]},{"title":"CA Geometry: Secants and Translations","description":"76-80, secants and graph translations","url":"http:\/\/www.youtube.com\/watch?v=Mp838qprwyY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-geometry--secants-and-translations","created":1298219678,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23522","children":[]}]},{"title":"Trigonometry and precalculus","description":"Videos and exercises on trigonometry. Watch the \"Geometry\" playlist first if you have trouble understanding the topics covered here.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Graphing lines","description":"Thinking about graphing on a coordinate plane, slope and other analytic geometry.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"The coordinate plane","description":"How can we communicate exactly where something is in two dimensions? Who was this Descartes character? \n\nIn this tutorial, we cover the basics of the coordinate plane. We then delve into graphing points and determining whether a point is a solution of an equation. This will be a great tutorial experience if you are just starting to ramp up your understanding of graphing or need some fundamental review.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Slope","description":"If you've ever struggled to tell someone just how steep something is, you'll find the answer here. In this tutorial, we cover the idea of the slope of a line. We also think about how slope relates to the equation of a line and how you can determine the slope or y-intercept given some clues.\n\nThis tutorial is appropriate for someone who understands the basics of graphing equations and want to dig a bit deeper. After this tutorial, you will be prepared to start thinking deeper about the equation of a line.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Equation of a line","description":"You know a bit about slope and intercepts, but want to know more about all the ways you can represent the equation of a line including slope-intercept form, point-slope form, and standard form.\n\nThis tutorial will satisfy that curiosity!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Midpoint and distance","description":"This tutorial covers some of the basics of analytic geometry: the distance between two points and the coordinate of the midpoint of two points.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Equations of parallel and perpendicular lines","description":"You're familiar with graphing lines, slope and y-intercepts. Now we are going to go further into analytic geometry by thinking about the equations of parallel and perpendicular lines. Enjoy!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Graphing inequalities","description":"In this tutorial we'll see how to graph linear inequalities on the coordinate plane. We'll also learn how to determine if a particular point is a solution of an inequality.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Functions and their graphs","description":"Revisiting what a function is and how we can define and visualize one.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Introduction to functions","description":"You've already been using functions in algebra, but just didn't realize it. Now you will. By introducing a little more notation and a few new ideas, you'll hopefully realize that functions are a very, very powerful tool.\n\nThis tutorial is an old one that Sal made in the early days of Khan Academy. It is rough on the edges (and in between the edges), but it does go through the basic idea of what a function is and how we can define and evaluate functions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Domain and range","description":"What values can you and can you not input into a function? What values can the function output? The domain is the set of values that the function is defined for (i.e., the values that you can input into a function). The range is the set of values that the function output can take on.\n\nThis tutorial covers the ideas of domain and range through multiple worked examples. These are really important ideas as you study higher mathematics.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Function inverses","description":"Functions associate a set of inputs with a set of outputs (in fancy language, they \"map\" one set to another). But can we go the other way around? Are there functions that can start with the outputs as inputs and produce the original inputs as outputs? Yes, there are! They are called function inverses!\n\nThis tutorial works through a bunch of examples to get you familiar with the world of function inverses.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Analyzing functions","description":"You know a function when you see one, but are curious to start looking deeper at their properties. Some functions seem to be mirror images around the y-axis while others seems to be flipped mirror images while others are neither. How can we shift and reflect them? \n\nThis tutorial addresses these questions by covering even and odd functions. It also covers how we can shift and reflect them. Enjoy!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Recognizing Odd and Even Functions","description":"Even and odd functions","url":"http:\/\/www.youtube.com\/watch?v=8VgmBe3ulb8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/recognizing-odd-and-even-functions","created":1302998348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65889","children":[]},{"title":"Connection between even and odd numbers and functions","description":"A possible reason why even functions are called \"even\" and odd functions are called \"odd\"","url":"http:\/\/www.youtube.com\/watch?v=jFazrvLodrA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/connection-between-even-and-odd-numbers-and-functions","created":1302998348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20997","children":[]},{"title":"Even and odd functions","description":"Determine if a graphed function is even, odd, or neither.","url":"http:\/\/www.khanacademy.org\/exercise\/even_and_odd_functions","source":"http:\/\/www.khanacademy.org\/exercise\/even_and_odd_functions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Shifting functions","description":"Graphs of Square Root Functions","url":"http:\/\/www.youtube.com\/watch?v=outcfkh69U0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphs-of-square-root-functions","created":1298219813,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28350","children":[]},{"title":"Shifting and reflecting functions","description":"Determine the equation for one graphed function in terms of another.","url":"http:\/\/www.khanacademy.org\/exercise\/shifting_and_reflecting_functions","source":"http:\/\/www.khanacademy.org\/exercise\/shifting_and_reflecting_functions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Undefined and indeterminate answers","description":"In second grade you may have raised your hand in class and asked what you get when you divide by zero. The answer was probably \"it's not defined.\" In this tutorial we'll explore what that (and \"indeterminate\") means and why the math world has left this gap in arithmetic. (They could define something divided by 0 as 7 or 9 or 119.57 but have decided not to.)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Why Zero Divided by Zero is Undefined\/Indeterminate","description":"Multiple arguments for what we could get when we divide zero by zero. We will later see that this can be considered indeterminate","url":"http:\/\/www.youtube.com\/watch?v=PDReqvXfkBA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-zero-divided-by-zero-is-undefined-indeterminate","created":1340636861,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40440","children":[]},{"title":"Undefined and Indeterminate","description":"Why 0\/0 is considered to be indeterminate","url":"http:\/\/www.youtube.com\/watch?v=lHdlHTsXbZg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/undefined-and-indeterminate","created":1340637891,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33591","children":[]}]},{"title":"More mathy functions","description":"In this tutorial, we'll start to use and define functions in more \"mathy\" or formal ways.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"A more formal understanding of functions","description":"A more formal understanding of functions","url":"http:\/\/www.youtube.com\/watch?v=BQMyeQOLvpg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a-more-formal-understanding-of-functions","created":1298220370,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37346","children":[]},{"title":"Introduction to the inverse of a function","description":"Introduction to the inverse of a function","url":"http:\/\/www.youtube.com\/watch?v=-eAzhBZgq28&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--introduction-to-the-inverse-of-a-function","created":1298220405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32316","children":[]}]},{"title":"Polynomial and rational functions","description":"Exploring quadratics and higher degree polynomials. Also in-depth look at rational functions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Factoring quadratics","description":"Just saying the word \"quadratic\" will make you feel smart and powerful. Try it. Imagine how smart and powerful you would actually be if you know what a quadratic is. Even better, imagine being able to completely dominate these \"quadratics\" with new found powers of factorization. Well, dream no longer.\n\nThis tutorial will be super fun. Just bring to it your equation solving skills, your ability to multiply binomials and a non-linear way of thinking!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Completing the square and the quadratic formula","description":"You're already familiar with factoring quadratics, but have begun to realize that it only is useful in certain cases. Well, this tutorial will introduce you to something far more powerful and general. Even better, it is the bridge to understanding and proving the famous quadratic formula.\n\nWelcome to the world of completing the square!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Graphing quadratics","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Quadratic inequalities","description":"You are familiar with factoring quadratic expressions and solving quadratic equations. Well, as you might guess, not everything in life has to be equal.\n\nIn this short tutorial we will look at quadratic inequalities.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Polynomials","description":"\"Polynomials\" sound like a fancy word, but you just have to break down the root words. \"Poly\" means \"many\". So we're just talking about \"many nomials\" and everyone knows what a \"nomial\" is. Okay, most of us don't. Well, a polynomials has \"many\" terms. \n\nFrom understanding what a \"term\" is to basic simplification, addition and subtraction of polynomials, this tutorial will get you very familiar with the world of many \"nomials.\" :)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Binomial theorem","description":"You can keep taking the powers of a binomial by hand, but, as we'll see in this tutorial, there is a much more elegant way to do it using the binomial theorem and\/or Pascal's Triangle.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Binomial Theorem (part 1)","description":"Introduction to raising (a+b)^n","url":"http:\/\/www.youtube.com\/watch?v=Cv4YhIMfbeM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/binomial-theorem--part-1","created":1298220698,"start":null,"end":null,"type":"video","provider":"Khan University","views":"184802","children":[]},{"title":"Binomial Theorem (part 2)","description":"Binomial Theorem and Pascal's Triangle","url":"http:\/\/www.youtube.com\/watch?v=-fFWWt1m9k0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/binomial-theorem--part-2","created":1298220698,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97642","children":[]},{"title":"Binomial Theorem (part 3)","description":"Intuition behind why binomial expansion involves combinatorics","url":"http:\/\/www.youtube.com\/watch?v=xF_hJaXUNfE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/binomial-theorem--part-3","created":1298220698,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62521","children":[]}]},{"title":"Simplifying rational expressions","description":"You get a rational expression when you divide one polynomial by another. If you have a good understanding of factoring quadratics, you'll be able to apply this skill here to help realize where a rational expression may not be defined and how we can go about simplifying it.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Rational functions","description":"Have you ever wondered what would happen if you divide one polynomial by another? What if you set that equal to something else? Would it be as unbelievably epic as you suspect it would be?","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Asymptotes and graphing rational functions","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Partial fraction expansion","description":"If you add several rational expressions with lower degree denominator, you are likely to get a sum with a higher degree denominator (which is the least-common multiple of the lower-degree ones). This tutorial lets us think about going the other way--start with a rational expression with a higher degree denominator and break it up as the sum of simpler rational expressions.\n\nThis has many uses throughout mathematics. In particular, it is key when taking inverse Laplace transforms in differential equations (which you'll take, and rock, after calculus).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Exponential and logarithmic functions","description":"An look at exponential and logarithmic functions including many of their properties and graphs.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Exponential growth and decay","description":"From compound interest to population growth to half lives of radioactive materials, it all comes down to exponential growth and decay.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Exponential Growth Functions","description":"Exponential Growth Functions","url":"http:\/\/www.youtube.com\/watch?v=6WMZ7J0wwMI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponential-growth-functions","created":1298219811,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53401","children":[]},{"title":"Word Problem Solving- Exponential Growth and Decay","description":"Word Problem Solving- Exponential Growth and Decay","url":"http:\/\/www.youtube.com\/watch?v=m5Tf6vgoJtQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/word-problem-solving--exponential-growth-and-decay","created":1298219811,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43416","children":[]},{"title":"Exponential Growth","description":"Exponential growth involving bacteria (some calculus in part c).","url":"http:\/\/www.youtube.com\/watch?v=JWfTckls59k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponential-growth","created":1298219580,"start":null,"end":null,"type":"video","provider":"Khan University","views":"115726","children":[]}]},{"title":"Logarithmic functions","description":"This tutorial shows you what a logarithmic function is. It will then go on to show the many times in nature and science that these type of functions are useful to describe what is happening.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Vi and Sal Explore How We Think About Scale","description":"Vi Hart (http:\/\/www.youtube.com\/vihart) and Sal talk about how we humans perceive things nonlinearly","url":"http:\/\/www.youtube.com\/watch?v=4xfOq00BzJA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vi-and-sal-explore-how-we-think-about-scale","created":1314352817,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45050","children":[]},{"title":"Vi and Sal Talk About the Mysteries of Benford's Law","description":"Vi Hart visits Khan Academy and talks about Benford's Law with Sal","url":"http:\/\/www.youtube.com\/watch?v=6KmeGpjeLZ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vi-and-sal-talk-about-the-mysteries-of-benford-s-law","created":1314352817,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23996","children":[]},{"title":"Benford's Law Explanation (Sequel to Mysteries of Benford's Law)","description":"Vi and Sal talk through the intuition of Benford's law (part 2)","url":"http:\/\/www.youtube.com\/watch?v=SZUDoEdjTzg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/benford-s-law-explanation--sequel-to-mysteries-of-benford-s-law","created":1314352817,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15348","children":[]}]},{"title":"Continuous compounding and e","description":"This tutorial introduces us to one of the derivations (from finance and continuously compounding interest) of the irrational number 'e' which is roughly 2.71...","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to interest","description":"What interest is. Simple versus compound interest.","url":"http:\/\/www.youtube.com\/watch?v=GtaoP0skPWc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-interest","created":1298220134,"start":null,"end":null,"type":"video","provider":"Khan University","views":"519876","children":[]},{"title":"Interest (part 2)","description":"More on simple and compound interest","url":"http:\/\/www.youtube.com\/watch?v=t4zfiBw0hwM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interest--part-2","created":1298220134,"start":null,"end":null,"type":"video","provider":"Khan University","views":"177461","children":[]},{"title":"Introduction to compound interest and e","description":"Compounding interest multiple times a year.","url":"http:\/\/www.youtube.com\/watch?v=qEB6y4DklNY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-compound-interest-and-e","created":1298220137,"start":null,"end":null,"type":"video","provider":"Khan University","views":"130995","children":[]},{"title":"Compound Interest and e (part 2)","description":"Compounding 100% annual interest continuously over a year converges to e (2.71...)","url":"http:\/\/www.youtube.com\/watch?v=dzMvqJMLy9c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compound-interest-and-e--part-2","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"87077","children":[]},{"title":"Compound Interest and e (part 3)","description":"Continuously compounding $P in principal at an annual interest rate of r for a year ends up with a final payment of $Pe^r","url":"http:\/\/www.youtube.com\/watch?v=sQYpUJV8foY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compound-interest-and-e--part--3","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67475","children":[]},{"title":"Compound Interest and e (part 4)","description":"Continuously compounding for multiple years.","url":"http:\/\/www.youtube.com\/watch?v=VAxHMTJRhmY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compound-interest-and-e--part-4","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53491","children":[]}]},{"title":"Basic Trigonometry","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Basic trigonometric ratios","description":"In this tutorial, you will learn all the trigonometry that you are likely to remember in ten years (assuming you are a lazy non-curious, non-lifelong learner). But even in that non-ideal world where you forgot everything else, you'll be able to do more than you might expect with the concentrated knowledge you are about to get.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Basic Trigonometry","description":"Introduction to trigonometry","url":"http:\/\/www.youtube.com\/watch?v=Jsiy4TxgIME&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-trigonometry","created":1298220908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"503044","children":[]},{"title":"Trigonometry 0.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/trigonometry_0.5","source":"http:\/\/www.khanacademy.org\/exercise\/trigonometry_0.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Basic Trigonometry II","description":"A few more examples using SOH CAH TOA","url":"http:\/\/www.youtube.com\/watch?v=G-T_6hCdMQc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-trigonometry-ii","created":1298220908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"293929","children":[]},{"title":"Trigonometry 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/trigonometry_1","source":"http:\/\/www.khanacademy.org\/exercise\/trigonometry_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Using soh cah toa","description":"Worked example evaluating sine and cosine using soh cah toa definition.","url":"http:\/\/www.youtube.com\/watch?v=I3jyBUyjg48&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example--using-soh-cah-toa","created":1353106543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14650","children":[]},{"title":"Example: The six trig ratios","description":"Worked example where we walk through finding the major trig ratios","url":"http:\/\/www.youtube.com\/watch?v=Q7htxHDN8LE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example--the-six-trig-ratios","created":1353105084,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11725","children":[]},{"title":"Reciprocal trig functions","description":"Understand the right triangle definition of sec, csc, and cot functions","url":"http:\/\/www.khanacademy.org\/exercise\/reciprocal_trig_funcs","source":"http:\/\/www.khanacademy.org\/exercise\/reciprocal_trig_funcs","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Using trig to solve for missing information","description":"Worked example using trig ratios to solve for missing information and evaluate other trig ratios","url":"http:\/\/www.youtube.com\/watch?v=rufFQZDDXCE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example--using-trig-to-solve-for-missing-information","created":1353106259,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13642","children":[]},{"title":"Trigonometry 1.5","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/trigonometry_1.5","source":"http:\/\/www.khanacademy.org\/exercise\/trigonometry_1.5","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Calculator to evaluate a trig function","description":"Worked example showing how to use typical calculators to evaluate trigonometric functions","url":"http:\/\/www.youtube.com\/watch?v=fIeHfVQhx-c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example--calculator-to-evaluate-a-trig-function","created":1353106407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5824","children":[]},{"title":"Example: Trig to solve the sides and angles of a right triangle","description":"Worked example using trigonometry to solve for the lengths of the sides of a right triangle given one of the non-right angles.","url":"http:\/\/www.youtube.com\/watch?v=l5VbdqRjTXc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example--trig-to-solve-the-sides-and-angles-of-a-right-triangle","created":1353106746,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7386","children":[]},{"title":"Trigonometry 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/trigonometry_2","source":"http:\/\/www.khanacademy.org\/exercise\/trigonometry_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Solving a 30-60-90 triangle","description":"This worked example can be done without trigonometry, but we do show how knowledge of 30-60-90 triangles can be helpful when evaluating trig functions","url":"http:\/\/www.youtube.com\/watch?v=XixMVHl8taQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/30-60-90-triangles-and-trig","created":1353110637,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10473","children":[]},{"title":"Using Trig Functions","description":"Using Trigonometric functions to solve the sides of a right triangle","url":"http:\/\/www.youtube.com\/watch?v=znR9tW4AiZI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/using-trig-functions","created":1298220908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"356716","children":[]},{"title":"Using Trig Functions Part II","description":"A couple of more examples of using Trig functions to solve the sides of a triangle.","url":"http:\/\/www.youtube.com\/watch?v=RoXmKYjpLGk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/using-trig-functions-part-ii","created":1298220908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"165379","children":[]}]},{"title":"Radians","description":"Most people know that you can measure angles with degrees, but only exceptionally worldly people know that radians can be an exciting alternative. As you'll see, degrees are somewhat arbitrary (if we lived on a planet that took 600 days to orbit its star, we'd probably have 600 degrees in a full revolution). Radians are pure. Seriously, they are measuring the angle in terms of how long the arc that subtends them is (measured in radiuseseses). If that makes no sense, imagine measuring a bridge with car lengths. If that still doesn't make sense, watch this tutorial!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to radians","description":"Understanding the definition and motivation for radians and the relationship between radians and degrees","url":"http:\/\/www.youtube.com\/watch?v=EnwWxMZVBeg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-radians","created":1353347587,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13214","children":[]},{"title":"Radian and degree conversion practice","description":"A little practice converting between radians and degrees and vice versa","url":"http:\/\/www.youtube.com\/watch?v=z8vj8tUCkxY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/radian-and-degree-conversion-practice","created":1353347642,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8683","children":[]},{"title":"Example: Radian measure and arc length","description":"Worked example that thinks about the relationship between an arc length and the angle that is subtended by the arc.","url":"http:\/\/www.youtube.com\/watch?v=axGgnXyuiTg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/radian-measure-and-arc-length","created":1353111390,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4343","children":[]},{"title":"Example: Converting degrees to radians","description":"Worked example to help understand how we covert radians to degrees","url":"http:\/\/www.youtube.com\/watch?v=O3jvUZ8wvZs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/we-converting-degrees-to-radians","created":1353111486,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4243","children":[]},{"title":"Degrees to radians","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/degrees_to_radians","source":"http:\/\/www.khanacademy.org\/exercise\/degrees_to_radians","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Converting radians to degrees","description":"Worked example showing how to convert radians to degrees","url":"http:\/\/www.youtube.com\/watch?v=z0-1gBy1ykE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/we-converting-radians-to-degrees","created":1353111556,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3313","children":[]},{"title":"Radians to degrees","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/radians_to_degrees","source":"http:\/\/www.khanacademy.org\/exercise\/radians_to_degrees","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Radians and degrees","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/radians_and_degrees","source":"http:\/\/www.khanacademy.org\/exercise\/radians_and_degrees","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Radians and degrees","description":"What a radian is. Converting radians to degrees and vice versa.","url":"http:\/\/www.youtube.com\/watch?v=9zspW8u6kQM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/radians-and-degrees","created":1298220908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"441823","children":[]}]},{"title":"Unit circle definition of trigonometric functions","description":"You're beginning to outgrow SOH CAH TOA. It breaks down for angles greater than or equal to 90. It breaks down for negative angles. Sometimes in life, breaking a bad relationship early is good for both parties. \n\nLucky for you, you don't have to stay lonely for long. We're about to introduce you to a much more robust way to define trigonometric functions. Don't want to get too hopeful, but this might be a keeper.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Unit circle definition of trig functions","description":"Extending SOH CAH TOA so that we can define trig functions for a broader class of angles","url":"http:\/\/www.youtube.com\/watch?v=1m9p9iubMLU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unit-circle-definition-of-trig-functions-1","created":1353362195,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15702","children":[]},{"title":"Example: Unit circle definition of sin and cos","description":"Unit circle definition to calculate sin and cos of multiple angles","url":"http:\/\/www.youtube.com\/watch?v=C0UNN5_re9o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/we-unit-circle-definition-to-calculate-sin-and-cos-of-multiple-angles","created":1353111677,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7130","children":[]},{"title":"Example: Using the unit circle definition of trig functions","description":"Worked example using our knowledge of 30-60-90 triangles and similarity to evaluate tan, cos and sin.","url":"http:\/\/www.youtube.com\/watch?v=v3kKCoIhyDM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example-unit-circ-def","created":1353110900,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4587","children":[]},{"title":"Example: Trig function values using unit circle definition","description":"Worked example that uses the unit circle definition to evaluate trig functions","url":"http:\/\/www.youtube.com\/watch?v=QLOssxcOXWo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/finding-trig-function-values-using-unit-circle-definition","created":1353111003,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4212","children":[]},{"title":"Example: The signs of sine and cosecant","description":"Using the unit circle definition to think out the sin and cosine of a negative angle.","url":"http:\/\/www.youtube.com\/watch?v=3eLgON_u1j8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-sign-of-sine","created":1353111110,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2542","children":[]},{"title":"Unit Circle Manipulative","description":"Walk-through of the Khan Academy Unit Circle Manipulative: http:\/\/www.khanacademy.org\/math\/trigonometry\/e\/unit_circle","url":"http:\/\/www.youtube.com\/watch?v=Jni7E2RH43s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unit-circle-manipulative","created":1356746088,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5884","children":[]},{"title":"Unit circle","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/unit_circle","source":"http:\/\/www.khanacademy.org\/exercise\/unit_circle","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Trigonometry word problems (part 1)","description":"The first part of a problem when the captain of a ship goes off track.","url":"http:\/\/www.youtube.com\/watch?v=1vamogV81Y8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trigonometry-word-problems--part-1","created":1298220910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"115334","children":[]},{"title":"Trigonometry word problems (part 2)","description":"The second part of the problem of the off-track ship captain","url":"http:\/\/www.youtube.com\/watch?v=4CNnPgabrLE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trigonometry-word-problems--part-2","created":1298220910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55079","children":[]},{"title":"Ferris Wheel Trig Problem","description":"Trigonometry problems dealing with the height of two people on a ferris wheen","url":"http:\/\/www.youtube.com\/watch?v=clXSqjs1wgQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ferris-wheel-trig-problem","created":1298220910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66891","children":[]},{"title":"Ferris Wheel Trig Problem (part 2)","description":"Part 2 of the ferris wheel problems. Graph of h(t)=9-8cos(18t)","url":"http:\/\/www.youtube.com\/watch?v=_Kw4hLGMkm4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ferris-wheel-trig-problem--part-2","created":1298220910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32121","children":[]}]},{"title":"Graphs of trig functions","description":"The unit circle definition allows us to define sine and cosine over all real numbers. Doesn't that make you curious what the graphs might look like? Well this tutorial will scratch that itch (and maybe a few others). Have fun.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Example: Graph, domain, and range of sine function","description":"Graphing a sin curve to think about its domain and range.","url":"http:\/\/www.youtube.com\/watch?v=sjUhr0HkLUg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/we-graph--domain--and-range-of-sine-function","created":1353111799,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6368","children":[]},{"title":"Example: Graph of cosine","description":"Basic interpretation of the graph of the cosine function","url":"http:\/\/www.youtube.com\/watch?v=SdHwokUU8xI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/we-graph-of-cosine-function","created":1353111877,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4308","children":[]},{"title":"Example: Intersection of sine and cosine","description":"Thinking about where the graphs of sin and cos intersect.","url":"http:\/\/www.youtube.com\/watch?v=fp9DZYmiSC4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/we-graphs-of-sine-and-cosine-functions","created":1353111944,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2889","children":[]},{"title":"Example: Amplitude and period","description":"Determining the amplitude and period of a trig function","url":"http:\/\/www.youtube.com\/watch?v=SBqnRja4CW4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/we-amplitude-and-period","created":1353112022,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5209","children":[]},{"title":"Example: Amplitude and period transformations","description":"Understanding how the amplitude and period changes as coefficients change.","url":"http:\/\/www.youtube.com\/watch?v=0zCcFSO8ouE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example--amplitude-and-period-transformations","created":1353112095,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4126","children":[]},{"title":"Example: Amplitude and period cosine transformations","description":"Visualizing changes in amplitude and period for a cosine function","url":"http:\/\/www.youtube.com\/watch?v=uBVhtGL9y88&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amplitude-and-period-cosine-transformations","created":1353112179,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2286","children":[]},{"title":"Example: Figure out the trig function","description":"Determining a trig function given its graph","url":"http:\/\/www.youtube.com\/watch?v=TGgOCc5hoHA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matching-a-trigonometric-function-to-its-graph","created":1353112241,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3110","children":[]},{"title":"Graphs of sine and cosine","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/graphs_of_sine_and_cosine","source":"http:\/\/www.khanacademy.org\/exercise\/graphs_of_sine_and_cosine","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Graph of the sine function","description":"Using the unit circle definition of the sine function to make a graph of it.","url":"http:\/\/www.youtube.com\/watch?v=2zoiW4PdVKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graph-of-the-sine-function","created":1298220909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"205716","children":[]},{"title":"Graphs of trig functions","description":"Exploring the graphs of trig functions","url":"http:\/\/www.youtube.com\/watch?v=QmxMPPkZpME&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphs-of-trig-functions","created":1298220909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"184559","children":[]},{"title":"Graphing trig functions","description":"Analyzing the amplitude and periods of the sine and cosine functions.","url":"http:\/\/www.youtube.com\/watch?v=vHYI93UV5Kg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-trig-functions","created":1298220909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"230332","children":[]},{"title":"More trig graphs","description":"Determining the equations of trig functions by inspecting their graphs.","url":"http:\/\/www.youtube.com\/watch?v=NIG3l8oWKYE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-trig-graphs","created":1298220909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108068","children":[]},{"title":"Determining the equation of a trigonometric function","description":"Determining the amplitude and period of sine and cosine functions.","url":"http:\/\/www.youtube.com\/watch?v=yvW5l9W1hgE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/determining-the-equation-of-a-trigonometric-function","created":1298220909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"132916","children":[]}]},{"title":"Inverse trig functions","description":"Someone has taken the sine of an angle and got 0.85671 and they won't tell you what the angle is!!! You must know it! But how?!!!\n\nInverse trig functions are here to save your day (they often go under the aliases arcsin, arccos, and arctan).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Inverse Trig Functions: Arcsin","description":"Introduction to the inverse trig function arcsin","url":"http:\/\/www.youtube.com\/watch?v=JGU74wbZMLg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverse-trig-functions--arcsin","created":1298220911,"start":null,"end":null,"type":"video","provider":"Khan University","views":"169653","children":[]},{"title":"Inverse Trig Functions: Arccos","description":"Understanding the inverse cosine or arccos function","url":"http:\/\/www.youtube.com\/watch?v=eTDaJ4ebK28&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverse-trig-functions--arccos","created":1298220911,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67760","children":[]},{"title":"Inverse Trig Functions: Arctan","description":"Understanding the arctan or inverse tangent function.","url":"http:\/\/www.youtube.com\/watch?v=Idxeo49szW0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverse-trig-functions--arctan","created":1298220911,"start":null,"end":null,"type":"video","provider":"Khan University","views":"79169","children":[]},{"title":"Example: Calculator to evaluate inverse trig function","description":"Example using calculator to evaluate inverse tangent function","url":"http:\/\/www.youtube.com\/watch?v=4M62l7m1FJ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example---calculator-to-evaluate-inverse-trig-function","created":1353106477,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1972","children":[]},{"title":"Inverse trig functions","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/inverse_trig_functions","source":"http:\/\/www.khanacademy.org\/exercise\/inverse_trig_functions","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Long live Tau","description":"Pi (3.14159...) seems to get all of the attention in mathematics. On some level this is warranted. The ratio of the circumference of a circle to the diameter. Seems pretty pure. But what about the ratio of the circumference to the radius (which is two times pi and referred to as \"tau\")? Now that you know a bit of trigonometry, you'll discover in videos made by Sal and Vi that \"tau\" may be much more deserving of the throne!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Tau versus Pi","description":"Why Tau might be a better number to look at than Pi","url":"http:\/\/www.youtube.com\/watch?v=1jDDfkKKgmc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tau-versus-pi","created":1310426772,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71588","children":[]},{"title":"Pi Is (still) Wrong.","description":"Please excuse the simple math and spelling errors. You shouldn't believe anything I say without double-checking even at the best of times.\n\nGo here: http:\/\/tauday.com\/\nand here: http:\/\/www.math.utah.edu\/~palais\/pi.html\n\nMe: http:\/\/vihart.com","url":"http:\/\/www.youtube.com\/watch?v=jG7vhMMXagQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pi-is--still--wrong","created":1327973783,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1233527","children":[]}]},{"title":"Trig identities and examples","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Trigonometric identities","description":"If you're starting to sense that there may be more to trig functions than meet the eye, you are sensing right. In this tutorial you'll discover exciting and beautiful and elegant and hilarious relationships between our favorite trig functions (and maybe a few that we don't particularly like).\n\nWarning: Many of these videos are the old, rougher Sal with the cheap equipment!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Trigonometric Identities","description":"Introduction to trigonometric identities","url":"http:\/\/www.youtube.com\/watch?v=OLzXqIqZZz0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trigonometric-identities","created":1298220909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"339784","children":[]},{"title":"Trig identities 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/trig_identities_1","source":"http:\/\/www.khanacademy.org\/exercise\/trig_identities_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Pythagorean identities","description":"Simplify expressions using Pythagorean trig identities","url":"http:\/\/www.khanacademy.org\/exercise\/pythagorean_identities","source":"http:\/\/www.khanacademy.org\/exercise\/pythagorean_identities","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Proof: sin(a+b) = (cos a)(sin b) + (sin a)(cos b)","description":"Proof of the trig identity sin(a+b) = (cos a)(sin b) + (sin a)(cos b)","url":"http:\/\/www.youtube.com\/watch?v=zw0waJCEc-w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--sin-a-b------cos-a--sin-b-----sin-a--cos-b","created":1298220909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"167665","children":[]},{"title":"Proof: cos(a+b) = (cos a)(cos b)-(sin a)(sin b)","description":"Proof of the trig identity: cos(a+b) = (cos a)(cos b)-(sin a)(sin b)","url":"http:\/\/www.youtube.com\/watch?v=V3-xCPDzQ1Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--cos-a-b-----cos-a--cos-b---sin-a--sin-b","created":1298220909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"85807","children":[]},{"title":"Trig identities part 2 (part 4 if you watch the proofs)","description":"More playing around with trig identities","url":"http:\/\/www.youtube.com\/watch?v=ZWSoyUxAQW0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trig-identities-part-2--parr-4-if-you-watch-the-proofs","created":1298220910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"137767","children":[]},{"title":"Trig identies part 3 (part 5 if you watch the proofs)","description":"Continuation of the playing around with trig identities","url":"http:\/\/www.youtube.com\/watch?v=JXCiFbEMTZ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trig-identies-part-3--part-5-if-you-watch-the-proofs","created":1298220910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81449","children":[]},{"title":"Addition and subtraction trig identities","description":"Computing expressions using trig addition and subtraction identities","url":"http:\/\/www.khanacademy.org\/exercise\/trig_addition_identities","source":"http:\/\/www.khanacademy.org\/exercise\/trig_addition_identities","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Law of cosines","description":"Introduction to the law of cosines to solve for a side of a triangle when 2 sides and an angle are known.","url":"http:\/\/www.youtube.com\/watch?v=pGaDcOMdw48&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/law-of-cosines","created":1298220910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"146975","children":[]},{"title":"Law of cosines","description":"Solve missing triangle measures using the law of cosines","url":"http:\/\/www.khanacademy.org\/exercise\/law_of_cosines","source":"http:\/\/www.khanacademy.org\/exercise\/law_of_cosines","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Navigation Word Problem","description":"Trigonometry problem involving two ships colliding.","url":"http:\/\/www.youtube.com\/watch?v=XTWZ_M8d-4g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/navigation-word-problem","created":1298220910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58839","children":[]},{"title":"Proof: Law of Sines","description":"A simple proof of the Law of Sines","url":"http:\/\/www.youtube.com\/watch?v=APNkWrD-U1k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--law-of-sines","created":1298220910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"113758","children":[]},{"title":"Law of sines","description":"Solve missing triangle measures using the law of sines","url":"http:\/\/www.khanacademy.org\/exercise\/law_of_sines","source":"http:\/\/www.khanacademy.org\/exercise\/law_of_sines","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"More trig examples","description":"This tutorial is a catch-all for a bunch of things that we haven't been able (for lack of time or ability) to categorize into other tutorials :(","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Fun Trig Problem","description":"A trig problem involving the quadratic equation.","url":"http:\/\/www.youtube.com\/watch?v=itpI12TeNIg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fun-trig-problem","created":1298220910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42338","children":[]},{"title":"Polar Coordinates 1","description":"Introduction to polar coordinates","url":"http:\/\/www.youtube.com\/watch?v=jexMSlSDubM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polar-coordinates-1","created":1298220699,"start":null,"end":null,"type":"video","provider":"Khan University","views":"156092","children":[]},{"title":"Polar Coordinates 2","description":"Conversion from Cartesian to Polar Coordinates","url":"http:\/\/www.youtube.com\/watch?v=zGpbSGj_vfE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polar-coordinates-2","created":1298220699,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97035","children":[]},{"title":"Polar Coordinates 3","description":"Converting between Cartesian and Polar functions","url":"http:\/\/www.youtube.com\/watch?v=9iqN12hCn10&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polar-coordinates-3","created":1298220699,"start":null,"end":null,"type":"video","provider":"Khan University","views":"83446","children":[]},{"title":"Trigonometry Identity Review\/Fun","description":"Revisiting the proofs of some trigonometry identities.","url":"http:\/\/www.youtube.com\/watch?v=a70-dYvDJZY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trigonometry-identity-review-fun","created":1298220911,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61496","children":[]},{"title":"IIT JEE Trigonometry Problem 1","description":"2010 IIT JEE Paper I #29 Trigonometry problem","url":"http:\/\/www.youtube.com\/watch?v=X7GT9JKoAbo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-trigonometry-problem-1","created":1298220316,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66258","children":[]},{"title":"IIT JEE Trigonometric Maximum","description":"2010 IIT JEE Paper 1 Problem 48 Trigonometric Maximum","url":"http:\/\/www.youtube.com\/watch?v=tzR9jUCSniQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-trigonometric-maximum","created":1298220319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12069","children":[]},{"title":"IIT JEE Trigonometric Constraints","description":"2010 IIT JEE Paper 1 Problem 47 Trigonometric Constraints","url":"http:\/\/www.youtube.com\/watch?v=EjtjdJZ2x8w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-trigonometric-constraints","created":1298220319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9609","children":[]},{"title":"Trigonometric System Example","description":"2010 IIT JEE Paper 1 Problem 55 Trigonometric System","url":"http:\/\/www.youtube.com\/watch?v=Y2ed-g8Lpdc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trigonometric-system-example","created":1298220320,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12220","children":[]},{"title":"2003 AIME II Problem 11.avi","description":"A little trigonometry to figure out the area of a triangle","url":"http:\/\/www.youtube.com\/watch?v=smtrrefmC40&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-11-avi","created":1298219856,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8893","children":[]},{"title":"2003 AIME II Problem 14","description":"Trigonometry and geometry to find the area of an equilateral (but not regular) hexagon","url":"http:\/\/www.youtube.com\/watch?v=Ec-BKdC8vOo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-14","created":1298219856,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12574","children":[]}]},{"title":"Parametric equations and polar coordinates","description":"An alternative to Cartesian coordinates.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Parametric equations","description":"Here we will explore representing our x's and y's in terms of a third variable or parameter (often 't'). Not only can we describe new things, but it can be super useful for describing things like particle motion in physics.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Parametric Equations 1","description":"Introduction to parametric equations","url":"http:\/\/www.youtube.com\/watch?v=m6c6dlmUT1c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parametric-equations-1","created":1298220699,"start":null,"end":null,"type":"video","provider":"Khan University","views":"149467","children":[]},{"title":"Parametric Equations 2","description":"Eliminating the parameter","url":"http:\/\/www.youtube.com\/watch?v=wToSIQJ2o_8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parametric-equations-2","created":1298220700,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69993","children":[]},{"title":"Parametric Equations 3","description":"Removing the parameter from a more interesting example","url":"http:\/\/www.youtube.com\/watch?v=57BiI_iD3-U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parametric-equations-3","created":1298220700,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57183","children":[]},{"title":"Parametric Equations 4","description":"Parametric Equations that \"move\" along the same path","url":"http:\/\/www.youtube.com\/watch?v=IReD6c_njOY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parametric-equations-4","created":1298220700,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44482","children":[]}]},{"title":"Polar coordinates","description":"Feel that Cartesian coordinates are too \"square\". That they bias us towards lines and away from cool spirally things. Well polar coordinates be just what you need!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Conic sections","description":"A detailed look at shapes that are prevalent in science: conic sections","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Conic section basics","description":"What is a conic other than a jazz singer from New Orleans? Well, as you'll see in this tutorial, a conic section is formed when you intersect a plane with cones. You end up with some familiar shapes (like circles and ellipses) and some that are a bit unexpected (like hyperbolas). This tutorial gets you set up with the basics and is a good foundation for going deeper into the world of conic sections.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Circles","description":"You've seen circles your entire life. You've even studied them a bit in math class. Now we go further, taking a deep look at the equations of circles.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Ellipses","description":"What would you call a circle that isn't a circle? One that is is is taller or fatter rather than being perfectly round? An ellipse. (All circles are special cases of ellipses.)\n\nIn this tutorial we go deep into the equations and graphs of ellipses.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Parabolas","description":"You've seen parabolas already when you graphed quadratic functions. Now we will look at them from a conic perspective. In particular we will look at them as the set of all points equidistant from a point (focus) and a line (directrix). Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Hyperbolas","description":"It is no hyperbole to say that hyperbolas are awesome. In this tutorial, we look closely at this wacky conic section. We pay special attention to its graph and equation.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Conics from equations","description":"You're familiar with the graphs and equations of all of the conic sections. Now you want practice identifying them given only their equations. You, my friend, are about to click on exactly the right tutorial.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Conics in the IIT JEE","description":"Do you think that the math exams that you have to take are hard? Well, if you have the stomach, try the problem(s) in this tutorial. They are not only conceptually difficult, but they are also hairy.\n\nDon't worry if you have trouble with this. Most of us would. The IIT JEE is an exam administered to 200,000 students every year in India to select which 2000 go to the competitive IITs. They need to make sure that most of the students can't do most of the problems so that they can really whittle the applicants down.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Tangent Line Hyperbola Relationship (very optional)","description":"How a tangent line relates to a hyperbola. Might be useful for some competitive exams where there isn't time to derive (like we are doing in this video)","url":"http:\/\/www.youtube.com\/watch?v=c_8QQbVQKU0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tangent-line-hyperbola-relationship--very-optional","created":1298220319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6244","children":[]},{"title":"IIT JEE Circle Hyperbola Common Tangent Part 1","description":"2010 IIT JEE Paper 1 Problem 45 Circle Hyperbola Common Tan","url":"http:\/\/www.youtube.com\/watch?v=MhLfun2Vask&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-circle-hyperbola-common-tangent-part-1","created":1298220318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6996","children":[]},{"title":"IIT JEE Circle Hyperbola Common Tangent Part 2","description":"2010 IIT JEE Paper 1 Problem 45 Circle Hyperbola Common Tangent Part 2","url":"http:\/\/www.youtube.com\/watch?v=0imeUgSxR10&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-circle-hyperbola-common-tangent-part-2","created":1298220318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4238","children":[]},{"title":"IIT JEE Circle Hyperbola Common Tangent Part 3","description":"2010 IIT JEE Paper 1 Problem 45 Circle Hyperbola Common Tangent Part 3","url":"http:\/\/www.youtube.com\/watch?v=RomnHMWSLoE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-circle-hyperbola-common-tangent-part-3","created":1298220319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3193","children":[]},{"title":"IIT JEE Circle Hyperbola Common Tangent Part 4","description":"2010 IIT JEE Paper 1 Problem 45 Circle Hyperbola Common Tangent Part 4","url":"http:\/\/www.youtube.com\/watch?v=eGo8C2Jshzs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-circle-hyperbola-common-tangent-part-4","created":1298220319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2945","children":[]},{"title":"IIT JEE Circle Hyperbola Common Tangent Part 5","description":"2010 IIT JEE Paper 1 Problem 45 Circle Hyperbola Common Tangent Part 5","url":"http:\/\/www.youtube.com\/watch?v=rPoqpQcgNv4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-circle-hyperbola-common-tangent-part-5","created":1298220319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3527","children":[]},{"title":"IIT JEE Circle Hyperbola Intersection","description":"2010 IIT JEE Paper 1 Problem 46 Circle Hyperbola Intersection","url":"http:\/\/www.youtube.com\/watch?v=6g3DPg2HqGw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-circle-hyperbola-intersection","created":1298220318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7412","children":[]}]},{"title":"Systems of equations and inequalities","description":"What happens when we have many variables but also many constraints.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Solving systems of equations for the king","description":"Whether in the real world or a cliche fantasy one, systems of equations are key to solving super-important issues like \"the make-up of change in a troll's pocket\" or \"how can order the right amount of potato chips for a King's party.\" Join us as we cover (and practice with examples and exercises) all of the major ways of solving a system: graphically, elimination, and substitution. This tutorial will also help you think about when system might have no solution or an infinite number of solutions. Very, very exciting stuff!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Systems of inequalities","description":"You feel comfortable with systems of equations, but you begin to realize that the world is not always fair. Not everything is equal! In this short tutorial, we will explore systems of inequalities. We'll graph them. We'll think about whether a point satisfies them. We'll even give you as much practice as you need. All for 3 easy installments of... just kidding, it's free (although the knowledge obtained in priceless). A good deal if we say so ourselves!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Fancier systems","description":"Two equations with two unknowns not challenging enough for you? How about three equations with three unknowns? Visualizing lines in 2-D too easy? Well, now you're going to visualize intersecting planes in 3-D, baby. (Okay, we admit that it is weird for a website to call you \"baby.\") Tired of linear systems? Well, we might just bring a little nonlinearity into your life, honey. (You might want to brush up on your solving quadratics before tackling the non-linear systems.) As always, try to pause the videos and do them before Sal does!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Sequences and induction","description":"An assortment of concepts in math that help us deal with sequences and proofs.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Induction","description":"Proof by induction is a core tool. This tutorial walks you through the general idea that if 1) something is true for a base case (say when n=1) and 2) if it is true for n, then it is also true for n+1, then it must be true for all n! Amazing!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Proof by Induction","description":"Proving an expression for the sum of all positive integers up to and including n by induction","url":"http:\/\/www.youtube.com\/watch?v=wblW_M_HVQ8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof-by-induction","created":1313002142,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78519","children":[]},{"title":"Alternate Proof to Induction for Integer Sum","description":"Another way to prove the expression for the sum of all positive integers up to and including n","url":"http:\/\/www.youtube.com\/watch?v=1wnIsgUivEQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alternate-proof-to-induction-for-integer-sum","created":1313002142,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10681","children":[]}]},{"title":"Sequences and series","description":"This sequence (pun intended) of videos and exercises will help us explore ordered lists of objects--even infinite ones--that often have some pattern to them. We will then explore constructing sequences where the nth term is the sum of the first n terms of another sequence (series). This is surprisingly useful in a whole series (pun intended) of applications from finance to drug dosage.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Sequences and Series (part 1)","description":"Introduction to the arithmetic and geometric series","url":"http:\/\/www.youtube.com\/watch?v=VgVJrSJxkDk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sequences-and-series--part-1","created":1298219579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"334243","children":[]},{"title":"Sequences and series (part 2)","description":"Finding the sum of an infinite geometric series.","url":"http:\/\/www.youtube.com\/watch?v=U_8GRLJplZg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sequences-and-series--part-2","created":1298219579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"224835","children":[]},{"title":"Exercise - Write a Fibonacci Function","description":"Introduction to the Fibonacci Sequence and a programming challenge","url":"http:\/\/www.youtube.com\/watch?v=Bdbc1ZC-vhw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exercise---write-a-fibonacci-function","created":1309476606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37081","children":[]},{"title":"Geometric Sequences (Introduction)","description":"Geometric Sequences (Introduction)","url":"http:\/\/www.youtube.com\/watch?v=pXo0bG4iAyg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/geometric-sequences--introduction","created":1298219811,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53116","children":[]},{"title":"Geometric series sum to figure out mortgage payments","description":"Figuring out the formula for fixed mortgage payments using the sum of a geometric series","url":"http:\/\/www.youtube.com\/watch?v=i05-okb1EJg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/geometric-series-sum-to-figure-out-mortgage-payments","created":1298219266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28629","children":[]},{"title":"2003 AIME II Problem 8","description":"Sequence from the product of 2 arithmetic sequences","url":"http:\/\/www.youtube.com\/watch?v=ZFN63oTeYzc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-8","created":1298219855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11159","children":[]},{"title":"Series Sum Example","description":"2010 IIT JEE Paper 1 Problem 54 Series Sum","url":"http:\/\/www.youtube.com\/watch?v=A6fbDssPeac&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/series-sum-example","created":1298220320,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20393","children":[]}]},{"title":"Deductive and inductive reasoning","description":"You will hear the words \"deductive reasoning\" and \"inductive reasoning\" throughout your life. This very optional tutorial will give you context for what these mean.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Difference between inductive and deductive reasoning","description":"Deductive Reasoning 1","url":"http:\/\/www.youtube.com\/watch?v=GEId0GonOZM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/deductive-reasoning-1","created":1298219400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25854","children":[]},{"title":"Deductive Reasoning 2","description":"Deductive Reasoning 2","url":"http:\/\/www.youtube.com\/watch?v=VMEV__2wW3E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/deductive-reasoning-2","created":1298219400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14385","children":[]},{"title":"Deductive Reasoning 3","description":"Deductive Reasoning 3","url":"http:\/\/www.youtube.com\/watch?v=lYLaaMObgkw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/deductive-reasoning-3","created":1298219400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9732","children":[]},{"title":"Inductive Reasoning 1","description":"Inductive Reasoning 1","url":"http:\/\/www.youtube.com\/watch?v=MnQ7Lizkpqk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u12-l1-t3-we1-inductive-reasoning-1","created":1298219400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19570","children":[]},{"title":"Inductive Reasoning 2","description":"Inductive Reasoning 2","url":"http:\/\/www.youtube.com\/watch?v=ZSsBh4Ybbj8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inductive-reasoning-2","created":1298219400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18428","children":[]},{"title":"Inductive Reasoning 3","description":"Inductive Reasoning 3","url":"http:\/\/www.youtube.com\/watch?v=pgfWkaySFGY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inductive-reasoning-3","created":1298219400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12989","children":[]},{"title":"Inductive Patterns","description":"Inductive Patterns","url":"http:\/\/www.youtube.com\/watch?v=GvbrtnEYRpY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u03-l1-t1-we2-inductive-patterns","created":1298219402,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10270","children":[]}]},{"title":"Probability and combinatorics","description":"Basics of probability and combinatorics","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Basic probability","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Basic Probability","description":"An introduction to probability","url":"http:\/\/www.youtube.com\/watch?v=uzkc-qNVoOk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-probability","created":1312414050,"start":null,"end":null,"type":"video","provider":"Khan University","views":"359571","children":[]},{"title":"Example: Marbles from a bag","description":"The probability of picking a yellow marble from a bag.","url":"http:\/\/www.youtube.com\/watch?v=yUaI0JriZtY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-probability","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"89685","children":[]},{"title":"Example: Picking a non-blue marble","description":"Example of figuring out the probability of picking a non-blue marble from a bag.","url":"http:\/\/www.youtube.com\/watch?v=mLE-SlOZToc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability-1-module-examples","created":1302739234,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100714","children":[]},{"title":"Example: Picking a yellow marble","description":"Working out the probability of pulling a yellow marble from a bag of multi-colored marbles.","url":"http:\/\/www.youtube.com\/watch?v=cdRLBOnLTDk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/events-and-outcomes-1","created":1298219400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29377","children":[]},{"title":"Probability 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/probability_1","source":"http:\/\/www.khanacademy.org\/exercise\/probability_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Venn diagrams and the addition rule","description":"What is the probability of getting a diamond or an ace from a deck of cards? Well I could get a diamond that is not an ace, an ace that is not a diamond, or the ace of diamonds. This tutorial helps us think these types of situations through a bit better (especially with the help of our good friend, the Venn diagram).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Probability with Playing Cards and Venn Diagrams","description":"Probability of compound events. The Addition Rule. Common Core Standard 457 S-CP.7","url":"http:\/\/www.youtube.com\/watch?v=obZzOq_wSCg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability-with-playing-cards-and-venn-diagrams","created":1312414050,"start":null,"end":null,"type":"video","provider":"Khan University","views":"148616","children":[]},{"title":"Addition Rule for Probability","description":"Venn diagrams and the addition rule for probability","url":"http:\/\/www.youtube.com\/watch?v=QE2uR6Z-NcU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-rule-for-probability","created":1312656566,"start":null,"end":null,"type":"video","provider":"Khan University","views":"121536","children":[]}]},{"title":"Compound, independent events","description":"What is the probability of making three free throws in a row (LeBron literally asks this in this tutorial).\n\nIn this tutorial, we'll explore compound events happening where the probability of one event is not dependent on the outcome of another (compound, independent, events).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Compound Probability of Independent Events","description":"Probability of particular sequences of flips","url":"http:\/\/www.youtube.com\/watch?v=xSc4oLA9e8o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compound-probability-of-independent-events","created":1312915773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"94264","children":[]},{"title":"Getting At Least One Heads","description":"Probability of getting at least one heads in multiple flips of a fair coin","url":"http:\/\/www.youtube.com\/watch?v=mkyZ45KQYi4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/getting-at-least-one-heads","created":1312915773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67273","children":[]},{"title":"Example: Probability of rolling doubles","description":"Thinking about the probability of rolling doubles on a pair of dice","url":"http:\/\/www.youtube.com\/watch?v=O4Qnsubo2tg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/events-and-outcomes-2","created":1298219400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3179","children":[]},{"title":"LeBron Asks: What are the chances of three free throws versus one three pointer?","description":"LeBron James asks Sal Khan if it is easier to make three free throws or one three-pointer.","url":"http:\/\/www.youtube.com\/watch?v=PddbEVNMgTY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lebron-asks-about-free-throws-versus-three-pointers","created":1346824560,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34840","children":[]},{"title":"Frequency Probability and Unfair Coins","description":"A different way of thinking about probability when we don't have equally likely events","url":"http:\/\/www.youtube.com\/watch?v=RI874OSJp1U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/frequency-probability-and-unfair-coins","created":1312915773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49540","children":[]},{"title":"Example: Getting two questions right on an exam","description":"Probability of two independent events occuring.","url":"http:\/\/www.youtube.com\/watch?v=VWAfEbgf1Po&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/independent-events-2","created":1298219401,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37704","children":[]},{"title":"Example: Rolling even three times","description":"Another example showing the probability of rolling an even number three times in a row.","url":"http:\/\/www.youtube.com\/watch?v=2MYA8Ba2PvM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/independent-events-3","created":1298219401,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31825","children":[]},{"title":"Independent probability","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/independent_probability","source":"http:\/\/www.khanacademy.org\/exercise\/independent_probability","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Dependent events","description":"What's the probability of picking two \"e\" from the bag in scrabble (assuming that I don't replace the tiles). Well, the probability of picking an 'e' on your second try depends on what happened in the first (if you picked an 'e' the first time around, then there is one less 'e' in the bag). This is just one of many, many type of scenarios involving dependent probability.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to dependent probability","description":"Deciding whether you want to play a game at a strange casino.","url":"http:\/\/www.youtube.com\/watch?v=VjLEoo3hIoM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-dependent-probability","created":1354732274,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9155","children":[]},{"title":"Example: Dependent probability","description":"Thinking about how the probability of an event can be dependent on another event occuring.","url":"http:\/\/www.youtube.com\/watch?v=xPUm5SUVzTE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dependent-probability-example-1","created":1306193228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60195","children":[]},{"title":"Example: Is an event independent or dependent?","description":"Independent Events 1","url":"http:\/\/www.youtube.com\/watch?v=Za7G_eWKiF4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/independent-events-1","created":1298219400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43877","children":[]},{"title":"Example: Bag of unfair coins","description":"Example where the probability of an outcome is dependent on which coin you happen to pick","url":"http:\/\/www.youtube.com\/watch?v=7BkcNLOf56w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dependent-probability-example-2","created":1306193228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35111","children":[]},{"title":"Dependent probability","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/dependent_probability","source":"http:\/\/www.khanacademy.org\/exercise\/dependent_probability","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Monty Hall Problem","description":"Presentation and analysis of the famous Monty Hall Problem","url":"http:\/\/www.youtube.com\/watch?v=Xp6V_lO1ZKA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monty-hall-problem","created":1340931308,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29071","children":[]}]},{"title":"Permutations and combinations","description":"If want to display your Chuck Norris dolls on your desk at school and there is only room for five of them. Unfortunately, you own 50. How many ways can you pick the dolls and arrange them on your desk? What if you don't what order they are in or how they are posed (okay, of course you care about their awesome poses)?","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Permutations","description":"Introduction to permutations","url":"http:\/\/www.youtube.com\/watch?v=XqQTXW7XfYA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/permutations","created":1298220698,"start":null,"end":null,"type":"video","provider":"Khan University","views":"223310","children":[]},{"title":"Combinations","description":"Introduction to combinations","url":"http:\/\/www.youtube.com\/watch?v=bCxMhncR7PU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/combinations","created":1298220698,"start":null,"end":null,"type":"video","provider":"Khan University","views":"184994","children":[]},{"title":"Counting 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/counting_2","source":"http:\/\/www.khanacademy.org\/exercise\/counting_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Ways to arrange colors","description":"Thinking about how many ways you can pick four colors from a group of 6","url":"http:\/\/www.youtube.com\/watch?v=oQpKtm5TtxU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/permutations-and-combinations-1","created":1298219401,"start":null,"end":null,"type":"video","provider":"Khan University","views":"112129","children":[]},{"title":"Example: 9 card hands","description":"Thinking about how many ways we can construct a hand of 9 cards","url":"http:\/\/www.youtube.com\/watch?v=SbpoyXTpC84&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/permutations-and-combinations-3","created":1298219401,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68444","children":[]},{"title":"Example: Ways to pick officers","description":"How many ways can we pick officers for our organization?","url":"http:\/\/www.youtube.com\/watch?v=v9NLtiVt3XY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/permutations-and-combinations-2","created":1298219401,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69156","children":[]},{"title":"Permutations","description":"Introductory permutation problems.","url":"http:\/\/www.khanacademy.org\/exercise\/permutations_1","source":"http:\/\/www.khanacademy.org\/exercise\/permutations_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Combinations","description":"Introductory combination problems","url":"http:\/\/www.khanacademy.org\/exercise\/combinations_1","source":"http:\/\/www.khanacademy.org\/exercise\/combinations_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Permutations and combinations","description":"Permutations and Combinations with overcounting","url":"http:\/\/www.khanacademy.org\/exercise\/permutations_and_combinations_2","source":"http:\/\/www.khanacademy.org\/exercise\/permutations_and_combinations_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Probability using combinatorics","description":"This tutorial will apply the permutation and combination tools you learned in the last tutorial to problems of probability. You'll finally learn that there may be better \"investments\" than poring all your money into the Powerball Lottery.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Example: Probability through counting outcomes","description":"The probability of getting exactly 2 heads when flipping three coins. Thinking about this by visualy depicting all of the outcomes.","url":"http:\/\/www.youtube.com\/watch?v=3_otNr9kRuY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/events-and-outcomes-3","created":1298219400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17385","children":[]},{"title":"Example: All the ways you can flip a coin","description":"Manually going through the combinatorics to determine the probability of an event occuring","url":"http:\/\/www.youtube.com\/watch?v=3UlE8gyKbkU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/coin-flipping-example","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33064","children":[]},{"title":"Getting Exactly Two Heads (Combinatorics)","description":"A different way to think about the probability of getting 2 heads in 4 flips","url":"http:\/\/www.youtube.com\/watch?v=8TIben0bJpU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/getting-exactly-two-heads--combinatorics","created":1313002173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52703","children":[]},{"title":"Probability and Combinations (part 2)","description":"Making at least 3 out of 5 free throws.","url":"http:\/\/www.youtube.com\/watch?v=W7DmsJKLoxc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability-and-combinations--part-2","created":1298220728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63985","children":[]},{"title":"Probability using Combinations","description":"Probability of getting exactly 3 heads in 8 flips of a fair coin.","url":"http:\/\/www.youtube.com\/watch?v=Xqfcy1rqMbI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability-using-combinations","created":1298220728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"105966","children":[]},{"title":"Exactly Three Heads in Five Flips","description":"Probability of exactly 3 heads in 5 flips using combinations","url":"http:\/\/www.youtube.com\/watch?v=udG9KhNMKJw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exactly-three-heads-in-five-flips","created":1313002173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45155","children":[]},{"title":"Example: Different ways to pick officers","description":"Thinking about the different ways we can pick officers in order to find the probability of one situation in particular.","url":"http:\/\/www.youtube.com\/watch?v=l9ft9jpriNA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability-of-dependent-events","created":1298219401,"start":null,"end":null,"type":"video","provider":"Khan University","views":"59990","children":[]},{"title":"Example: Combinatorics and probability","description":"Probability of getting a set of cards","url":"http:\/\/www.youtube.com\/watch?v=ccrYD6iX_SY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability-of-dependent-events-2","created":1298219401,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47608","children":[]},{"title":"Example: Lottery probability","description":"What is the probability of winning a 4-number lottery?","url":"http:\/\/www.youtube.com\/watch?v=DIjlllgq3dc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/permutations-and-combinations-4","created":1298219401,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52233","children":[]},{"title":"Mega Millions Jackpot Probability","description":"Probability of winning the Mega Millions jackpot","url":"http:\/\/www.youtube.com\/watch?v=gyqodNhM3EU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mega-millions-jackpot-probability","created":1332974206,"start":null,"end":null,"type":"video","provider":"Khan University","views":"80108","children":[]},{"title":"Generalizing with Binomial Coefficients (bit advanced)","description":"Conceptual understanding of where the formula for binomial coefficients come from","url":"http:\/\/www.youtube.com\/watch?v=AOsWph2FNLw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/generalizing-with-binomial-coefficients--bit-advanced","created":1313002173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45175","children":[]},{"title":"Conditional Probability and Combinations","description":"Probability that I picked a fair coin given that I flipped 4 out of 6 heads.","url":"http:\/\/www.youtube.com\/watch?v=xw6utjoyMi4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conditional-probability-and-combinations","created":1298220728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"126318","children":[]},{"title":"Birthday Probability Problem","description":"The probability that at least 2 people in a room of 30 share the same birthday.","url":"http:\/\/www.youtube.com\/watch?v=9G0w61pZPig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/birthday-probability-problem","created":1298220728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75514","children":[]},{"title":"Probability with permutations and combinations","description":"Probability questions using permutations and combinations of objects","url":"http:\/\/www.khanacademy.org\/exercise\/probability_with_perm_comb","source":"http:\/\/www.khanacademy.org\/exercise\/probability_with_perm_comb","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Imaginary and complex numbers","description":"Understanding i and the complex plane","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"The imaginary unit i","description":"This is where math starts to get really cool. It may see strange to define a number whose square is negative one. Why do we do this? Because it fits a nice niche in the math ecosystem and can be used to solve problems in engineering and science (not to mention some of the coolest fractals are based on imaginary and complex numbers). The more you think about it, you might realize that all numbers, not just i, are very abstract.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Complex numbers","description":"Let's start constructing numbers that have both a real and imaginary part. We'll call them complex. We can even plot them on the complex plane and use them to find the roots of ANY quadratic equation. The fun must not stop!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Complex Conjugates","description":"Complex Conjugates","url":"http:\/\/www.youtube.com\/watch?v=BZxZ_eEuJBM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complex-conjugates","created":1298220700,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21439","children":[]}]},{"title":"Intro to complex analysis","description":"You know what imaginary and complex numbers are, but want to start digging a bit deeper. In this tutorial, we will explore different ways of representing a complex number and finding its roots.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Basic Complex Analysis","description":"Argand Diagram, magnitude, modulus, argument, exponential form","url":"http:\/\/www.youtube.com\/watch?v=FwuPXchH2rA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-complex-analysis","created":1298220700,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47772","children":[]},{"title":"Exponential form to find complex roots","description":"Using exponential form to find complex roots","url":"http:\/\/www.youtube.com\/watch?v=N0Y8ia57C24&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponential-form-to-find-complex-roots","created":1298220700,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34810","children":[]}]},{"title":"Challenging complex number problems","description":"This tutorial goes through a fancy problem from the IIT JEE exam in India (competitive exam for getting into their top engineering schools). Whether or not you live in India, this is a good example to test whether you are a complex number rock star.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"IIT JEE Complex Numbers (part 1)","description":"2010 IIT JEE Paper 1 Problem 39 Complex Numbers (part 1)","url":"http:\/\/www.youtube.com\/watch?v=_5ei_I02huY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-complex-numbers--part-1","created":1298220317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22745","children":[]},{"title":"IIT JEE Complex Numbers (part 2)","description":"2010 IIT JEE Paper 1 Problem 39 Complex Numbers (part 2)","url":"http:\/\/www.youtube.com\/watch?v=pQwoBOpVoWw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-complex-numbers--part-2","created":1298220318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10381","children":[]},{"title":"IIT JEE Complex Numbers (part 3)","description":"2010 IIT JEE Paper 1 Problem 39 Complex Numbers (part 3)","url":"http:\/\/www.youtube.com\/watch?v=FwA_UZkI-JM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-complex-numbers--part-3","created":1298220318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7526","children":[]},{"title":"Complex Determinant Example","description":"2010 IIT JEE Paper 1 Problem 53 Complex Determinant","url":"http:\/\/www.youtube.com\/watch?v=E7OkUomRq1Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complex-determinant-example","created":1298220320,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9867","children":[]}]},{"title":"Hyperbolic trig functions","description":"Motivation and understanding of hyperbolic trig functions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Intro to hyperbolic trigonometric functions","description":"You know your regular trig functions that are defined with the help of the unit circle. We will now define a new class of functions constructed from exponentials that have an eery resemblance to those classic trig functions (but are still quite different).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Hyperbolic Trig Function Inspiration","description":"Exploring a motivation for even defining hyperbolic sine and cosine","url":"http:\/\/www.youtube.com\/watch?v=zd3RyRk6wYI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hyperbolic-trig-function-inspiration","created":1356744370,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7026","children":[]},{"title":"Hyperbolic Trig Functions and the Unit Hyperbola","description":"Why they are called hyperbolic trigonometric functions","url":"http:\/\/www.youtube.com\/watch?v=Wfpb-fniSSk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hyperbolic-trig-functions-and-the-unit-hyperbola","created":1356744467,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5162","children":[]}]},{"title":"Limits","description":"Preview of the calculus topic of limits","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Limit basics","description":"Limits are the core tool that we build upon for calculus. Many times, a function can be undefined at a point, but we can thinking about what the function \"approaches\" as it gets closer and closer to that point (this is the \"limit\"). Other times, the function may be defined at a point, but it may approach a different limit. There are many, many times where the function value is the same as the limit at a point. Either way, this is a powerful tool as we start thinking about slope of a tangent line to a curve.\n\nIf you have a decent background in algebra (graphing and functions in particular), you'll hopefully enjoy this tutorial!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to limits","description":"Introduction to limits","url":"http:\/\/www.youtube.com\/watch?v=riXcZT2ICjA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-limits--hd","created":1305847490,"start":null,"end":null,"type":"video","provider":"Khan University","views":"615811","children":[]},{"title":"Introduction to Limits","description":"Introduction to the intuition behind limits","url":"http:\/\/www.youtube.com\/watch?v=W0VWO4asgmk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-limits","created":1298219539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"684799","children":[]},{"title":"Limits 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/limits_1","source":"http:\/\/www.khanacademy.org\/exercise\/limits_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Limits 2","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/limits_2","source":"http:\/\/www.khanacademy.org\/exercise\/limits_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Limit Examples (part 1)","description":"Some limit exercises","url":"http:\/\/www.youtube.com\/watch?v=GGQngIp0YGI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limit-examples--part-1","created":1298219539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"605746","children":[]},{"title":"Limit Examples (part 2)","description":"More limit examples","url":"http:\/\/www.youtube.com\/watch?v=YRw8udexH4o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limit-examples--part-2","created":1298219539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"402958","children":[]},{"title":"Limit Examples (part3)","description":"More limit examples","url":"http:\/\/www.youtube.com\/watch?v=gWSDDopD9sk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limit-examples--part3","created":1298219539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"368439","children":[]},{"title":"Limit Examples w\/ brain malfunction on first prob (part 4)","description":"3 interesting limit examples (correct answer for problem 1 is 3\/16 (6\/(4*8) NOT 6\/(4+8))","url":"http:\/\/www.youtube.com\/watch?v=xjkSE9cPqzo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limit-examples-w--brain-malfunction-on-first-prob--part-4","created":1298219539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"277596","children":[]},{"title":"More Limits","description":"More limit examples","url":"http:\/\/www.youtube.com\/watch?v=rkeU8_4nzKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-limits","created":1298219539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"170856","children":[]}]},{"title":"Calculus","description":"Topics covered in the first two or three semesters of college calculus. Everything from limits to derivatives to integrals to vector calculus. Should understand the topics in the pre-calculus playlist first (the limit videos are in both playlists)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Limits","description":"Limit introduction, squeeze theorem, and epsilon-delta definition of limits","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Limits","description":"Limits are the core tool that we build upon for calculus. Many times, a function can be undefined at a point, but we can thinking about what the function \"approaches\" as it gets closer and closer to that point (this is the \"limit\"). Other times, the function may be defined at a point, but it may approach a different limit. There are many, many times where the function value is the same as the limit at a point. Either way, this is a powerful tool as we start thinking about slope of a tangent line to a curve.\n\nIf you have a decent background in algebra (graphing and functions in particular), you'll hopefully enjoy this tutorial!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Limit at a point of discontinuity","description":"","url":"http:\/\/www.youtube.com\/watch?v=Y7sqB1e4RBI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limit-at-a-point-of-discontinuity","created":1358896713,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2484","children":[]},{"title":"Determining which limit statements are true","description":"","url":"http:\/\/www.youtube.com\/watch?v=_WOr9-_HbAM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/determining-which-limit-statements-are-true","created":1358896756,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1865","children":[]},{"title":"Limit properties","description":"","url":"http:\/\/www.youtube.com\/watch?v=lSwsAFgWqR8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limit-properties","created":1358896795,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2890","children":[]},{"title":"Limit example 1","description":"","url":"http:\/\/www.youtube.com\/watch?v=EAa3J_nDkoI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limit-example-1","created":1358896859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2351","children":[]}]},{"title":"Old limits tutorial","description":"This tutorial covers much of the same material as the \"Limits\" tutorial, but does it with Sal's original \"old school\" videos. The sound, resolution or handwriting isn't as good, but some people find them more charming.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Limits and infinity","description":"You have a basic understanding of what a limit is. Now, in this tutorial, we can explore situation where we take the limit as x approaches negative or positive infinity (and situations where the limit itself could be unbounded).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Limits and infinity","description":"","url":"http:\/\/www.youtube.com\/watch?v=a2Ia_ZlUCaQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limits-and-infinity","created":1358900817,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3195","children":[]},{"title":"Limits at positive and negative infinity","description":"","url":"http:\/\/www.youtube.com\/watch?v=gv9ogppphso&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limits-at-positive-and-negative-infinity","created":1358900915,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1409","children":[]},{"title":"More limits at infinity","description":"","url":"http:\/\/www.youtube.com\/watch?v=KcqO1fX9b_I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-limits-at-infinity","created":1358900959,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1324","children":[]},{"title":"Limits with two horizontal asymptotes","description":"","url":"http:\/\/www.youtube.com\/watch?v=xks4cETlN58&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limits-with-two-horizontal-asymptotes","created":1358961109,"start":null,"end":null,"type":"video","provider":"Khan University","views":"899","children":[]}]},{"title":"Squeeze theorem","description":"If a function is always smaller than one function and always greater than another (i.e. it is always between them), then if the upper and lower function converge to a limit at a point, then so does the one in between. Not only is this useful for proving certain tricky limits (we use it to prove lim (x ? 0) of (sin x)\/x, but it is a useful metaphor to use in life (seriously). :)\n\nThis tutorial is useful but optional. It is covered in most calculus courses, but it is not necessary to progress on to the \"Introduction to derivatives\" tutorial.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Squeeze Theorem","description":"Intuition (but not a proof) of the Squeeze Theorem.","url":"http:\/\/www.youtube.com\/watch?v=igJdDN-DPgA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/squeeze-theorem","created":1298219539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"291343","children":[]},{"title":"Proof: lim (sin x)\/x","description":"Using the squeeze theorem to prove that the limit as x approaches 0 of (sin x)\/x =1","url":"http:\/\/www.youtube.com\/watch?v=Ve99biD1KtA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--lim--sin-x--x","created":1298219539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"375475","children":[]}]},{"title":"Epsilon delta definition of limits","description":"This tutorial introduces a \"formal\" definition of limits. So put on your ball gown and\/or tuxedo to party with Mr. Epsilon Delta (no, this is not referring to a fraternity).\n\nThis tends to be covered early in a traditional calculus class (right after basic limits), but we have mixed feelings about that. It is cool and rigorous, but also very \"mathy\" (as most rigorous things are). Don't fret if you have trouble with it the first time. If you have a basic conceptual understanding of what limits are (from the \"Limits\" tutorial), you're ready to start thinking about taking derivatives.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Limit intuition review","description":"","url":"http:\/\/www.youtube.com\/watch?v=5i8HLmVTcRQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limit-intuition-review","created":1358881307,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2750","children":[]},{"title":"Building the idea of epsilon-delta definition","description":"","url":"http:\/\/www.youtube.com\/watch?v=ljzn4SADuZc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/building-the-idea-of-epsilon-delta-definition","created":1358881356,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2906","children":[]},{"title":"Epsilon-delta definition of limits","description":"","url":"http:\/\/www.youtube.com\/watch?v=w70af5Ou70M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/epsilon-delta-definition-of-limits","created":1358881408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3549","children":[]},{"title":"Proving a limit using epsilon-delta definition","description":"","url":"http:\/\/www.youtube.com\/watch?v=0sCttufU-jQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proving-a-limit-using-epsilon-delta-definition","created":1358881448,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7631","children":[]},{"title":"Limits to define continuity","description":"","url":"http:\/\/www.youtube.com\/watch?v=kdEQGfeC0SE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limits-to-define-continuity","created":1358971137,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1629","children":[]},{"title":"Epsilon Delta Limit Definition 1","description":"Introduction to the Epsilon Delta Definition of a Limit.","url":"http:\/\/www.youtube.com\/watch?v=-ejyeII0i5c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/epsilon-delta-limit-definition-1","created":1298219540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"244612","children":[]},{"title":"Epsilon Delta Limit Definition 2","description":"Using the epsilon delta definition to prove a limit","url":"http:\/\/www.youtube.com\/watch?v=Fdu5-aNJTzU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/epsilon-delta-limit-definition-2","created":1298219540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"166295","children":[]}]},{"title":"Taking derivatives","description":"Calculating derivatives. Power rule. Product and quotient rules. Chain Rule. Implicit differentiation. Derivatives of common functions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Introduction to differential calculus","description":"The topic that is now known as \"calculus\" was really called \"the calculus of differentials\" when first devised by Newton (and Leibniz) roughly four hundred years ago. To Newton, differentials were infinitely small \"changes\" in numbers that previous mathematics didn't know what to do with. Think this has no relevence to you? Well how would you figure out how fast something is going *right* at this moment (you'd have to figure out the very, very small change in distance over an infinitely small change in time)? This tutorial gives a gentle introduction to the world of Newton and Leibniz.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Newton Leibniz and Usain Bolt","description":"Why we study differential calculus","url":"http:\/\/www.youtube.com\/watch?v=EKvHQc3QEow&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/newton-leibniz-and-usain-bolt","created":1329427969,"start":null,"end":null,"type":"video","provider":"Khan University","views":"240414","children":[]}]},{"title":"Introduction to derivatives","description":"Discover what magic we can derive when we take a derivative, which is the slope of the tangent line at any point on a curve.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Slope and slope of a tangent line","description":"Understanding that the derivative is just the slope of a curve at a point (or the slope of the tangent line)","url":"http:\/\/www.youtube.com\/watch?v=ANyVpMS3HL4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus--derivatives-1--new-hd-version","created":1298219540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"463340","children":[]},{"title":"Calculating slope of tangent line using derivative definition","description":"Calculus-Derivative: Finding the slope (or derivative) of a curve at a particular point.","url":"http:\/\/www.youtube.com\/watch?v=IePCHjMeFkE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus--derivatives-2--new-hd-version","created":1298219540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"256991","children":[]},{"title":"The derivative of f(x)=x^2 for any x","description":"Calculus-Derivative: Finding the derivative of y=x^2","url":"http:\/\/www.youtube.com\/watch?v=HEH_oKNLgUU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus--derivatives-2-5--new-hd-version","created":1298219540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"204989","children":[]},{"title":"Derivatives 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/derivatives_1","source":"http:\/\/www.khanacademy.org\/exercise\/derivatives_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Calculus: Derivatives 1","description":"Finding the slope of a tangent line to a curve (the derivative). Introduction to Calculus.","url":"http:\/\/www.youtube.com\/watch?v=rAof9Ld5sOg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus--derivatives-1","created":1298219540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"660952","children":[]},{"title":"Calculus: Derivatives 2","description":"More intuition of what a derivative is. Using the derivative to find the slope at any point along f(x)=x^2","url":"http:\/\/www.youtube.com\/watch?v=ay8838UZ4nM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus--derivatives-2","created":1298219540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"252522","children":[]}]},{"title":"Visualizing derivatives","description":"You understand that a derivative can be viewed as the slope of the tangent line at a point or the instantaneous rate of change of a function with respect to x. This tutorial will deepen your ability to visualize and conceptualize derivatives through videos and exercises.\n\nWe think you'll find this tutorial incredibly fun and satisfying (seriously).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Derivative Intuition Module","description":"Sal walking through the derivative intuition module made by Ben Eater","url":"http:\/\/www.youtube.com\/watch?v=HtvikVD9aa0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/derivative-intuition-module","created":1319191218,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73655","children":[]},{"title":"Derivative intuition","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/derivative_intuition","source":"http:\/\/www.khanacademy.org\/exercise\/derivative_intuition","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Intuitively drawing the derivative of a function","description":"","url":"http:\/\/www.youtube.com\/watch?v=eVme7kuGyuo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intuitively-drawing-the-derivative-of-a-function","created":1358960109,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1148","children":[]},{"title":"Intuitively drawing the anitderivative of a function","description":"","url":"http:\/\/www.youtube.com\/watch?v=61ecnr8m04U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intuitively-drawing-the-anitderivative-of-a-function","created":1358959965,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1160","children":[]},{"title":"Visualizing derivatives exercise","description":"Exercise available at https:\/\/www.khanacademy.org\/math\/calculus\/differential-calculus\/derivative_intro\/e\/visualizing_derivatives\n\nExercise made by Stephanie Chang","url":"http:\/\/www.youtube.com\/watch?v=EeIXVN1zUeM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/visualizing-derivatives-exercise","created":1358882921,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1844","children":[]},{"title":"Visualizing derivatives","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/visualizing_derivatives","source":"http:\/\/www.khanacademy.org\/exercise\/visualizing_derivatives","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Power rule","description":"Calculus is about to seem strangely straight forward. You've spent some time using the definition of a derivative to find the slope at a point. In this tutorial, we'll derive and apply the derivative for any term in a polynomial.\n\nBy the end of this tutorial, you'll have the power to take the derivative of any polynomial like it's second nature!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Power Rule","description":"","url":"http:\/\/www.youtube.com\/watch?v=bRZmfc1YFsQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/power-rule","created":1357780072,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5177","children":[]},{"title":"Is the power rule reasonable","description":"","url":"http:\/\/www.youtube.com\/watch?v=BYTfCnR9Sl0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/is-the-power-rule-reasonable","created":1357780094,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4319","children":[]},{"title":"Derivative properties and polynomial derivatives","description":"","url":"http:\/\/www.youtube.com\/watch?v=mzOBlH32qdk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/derivative-properties-and-polynomial-derivatives","created":1357780126,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5381","children":[]},{"title":"Power rule","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/power_rule","source":"http:\/\/www.khanacademy.org\/exercise\/power_rule","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Proof: d\/dx(x^n)","description":"Proof that d\/dx(x^n) = n*x^(n-1)","url":"http:\/\/www.youtube.com\/watch?v=dZnc3PtNaN4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--d-dx-x-n","created":1298219541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"112277","children":[]},{"title":"Proof: d\/dx(sqrt(x))","description":"Proof that d\/dx (x^.5) = .5x^(-.5)","url":"http:\/\/www.youtube.com\/watch?v=789aMeepbxI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--d-dx-sqrt-x","created":1298219541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63162","children":[]},{"title":"Power rule introduction","description":"Determining the derivatives of simple polynomials.","url":"http:\/\/www.youtube.com\/watch?v=z1lwai-lIzY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus--derivatives-3","created":1298219540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"283584","children":[]}]},{"title":"Product and quotient rules","description":"You can figure out the derivative of f(x). You're also good for g(x). But what about f(x) times g(x)? This is what the product rule is all about. \n\nThis tutorial is all about the product rule. It also covers the quotient rule (which really is just a special case of the product rule).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Product Rule","description":"The product rule. Examples using the Product and Chain rules.","url":"http:\/\/www.youtube.com\/watch?v=h78GdGiRmpM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/product-rule","created":1298219541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"243025","children":[]},{"title":"Product rule","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/product_rule","source":"http:\/\/www.khanacademy.org\/exercise\/product_rule","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Quotient rule and common derivatives","description":"Why the quotient rule is the same thing as the product rule. Introduction to the derivative of e^x, ln x, sin x, cos x, and tan x","url":"http:\/\/www.youtube.com\/watch?v=E_1gEtiGPNI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quotient-rule","created":1298219541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"224822","children":[]},{"title":"Equation of a tangent line","description":"Finding the equation of the line tangent to f(x)=xe^x when x=1","url":"http:\/\/www.youtube.com\/watch?v=1KwW1v__T_0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equation-of-a-tangent-line","created":1298219576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"93948","children":[]},{"title":"Quotient rule","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/quotient_rule","source":"http:\/\/www.khanacademy.org\/exercise\/quotient_rule","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Derivatives of common functions","description":"The first video in this tutorial starts off strangely with an example of the quotient rule (which this tutorial is not about), but that video then goes into the derivatives of several functions that show up a lot in mathematics: sin(x), cos(x), e^x, and ln(x). It then goes on to prove that the derivative really are what we claim them to be. Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Special derivatives","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/special_derivatives","source":"http:\/\/www.khanacademy.org\/exercise\/special_derivatives","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Proof: d\/dx(ln x) = 1\/x","description":"Taking the derivative of ln x","url":"http:\/\/www.youtube.com\/watch?v=yUpDRpkUhf4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--d-dx-ln-x----1-x","created":1298219541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"127241","children":[]},{"title":"Proof: d\/dx(e^x) = e^x","description":"Proof that the derivative of e^x is e^x.","url":"http:\/\/www.youtube.com\/watch?v=sSE6_fK3mu0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--d-dx-e-x----e-x","created":1298219541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"93247","children":[]},{"title":"Proofs of derivatives of ln(x) and e^x","description":"Doing both proofs in the same video to clarify any misconceptions that the original proof was \"circular\".","url":"http:\/\/www.youtube.com\/watch?v=3nQejB-XPoY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proofs-of-derivatives-of-ln-x--and-e-x","created":1298219541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"101449","children":[]}]},{"title":"Chain rule","description":"You can take the derivatives of f(x) and g(x), but what about f(g(x)) or g(f(x))? The chain rule gives us this ability. Because most complex and hairy functions can be thought of the composition of several simpler ones (ones that you can find derivatives of), you'll be able to take the derivative of almost any function after this tutorial. Just imagine.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The Chain Rule","description":"Part 4 of derivatives. Introduction to the chain rule.","url":"http:\/\/www.youtube.com\/watch?v=XIQ-KnsAsbg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-chain-rule","created":1298219540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"449090","children":[]},{"title":"Chain Rule Examples","description":"Examples using the Chain Rule","url":"http:\/\/www.youtube.com\/watch?v=6_lmiPDedsY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chain-rule-examples","created":1298219540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"288601","children":[]},{"title":"Even More Chain Rule","description":"Even more examples using the chain rule.","url":"http:\/\/www.youtube.com\/watch?v=DYb-AN-lK94&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/even-more-chain-rule","created":1298219541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"234706","children":[]},{"title":"More examples using multiple rules","description":"More examples of taking derivatives","url":"http:\/\/www.youtube.com\/watch?v=aEP4C_kvcO4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/derivatives--part-9","created":1298219541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"183659","children":[]},{"title":"Chain rule 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/chain_rule_1","source":"http:\/\/www.khanacademy.org\/exercise\/chain_rule_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Extreme Derivative Word Problem (advanced)","description":"A difficult but interesting derivative word problem","url":"http:\/\/www.youtube.com\/watch?v=viaPc8zDcRI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/extreme-derivative-word-problem--advanced","created":1298219541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"88730","children":[]}]},{"title":"Implicit differentiation","description":"Like people, mathematical relations are not always explicit about their intentions. In this tutorial, we'll be able to take the derivative of one variable with respect to another even when they are implicitly defined (like \"x^2 + y^2 = 1\").","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Implicit Differentiation","description":"Taking the derivative when y is defined implicitly.","url":"http:\/\/www.youtube.com\/watch?v=sL6MC-lKOrw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/implicit-differentiation","created":1298219542,"start":null,"end":null,"type":"video","provider":"Khan University","views":"404950","children":[]},{"title":"Implicit Differentiation (part 2)","description":"A hairier implicit differentiation problem.","url":"http:\/\/www.youtube.com\/watch?v=PUsMyhds5S4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/implicit-differentiation--part-2","created":1298219542,"start":null,"end":null,"type":"video","provider":"Khan University","views":"165421","children":[]},{"title":"More implicit differentiation","description":"2 more implicit differentiation examples","url":"http:\/\/www.youtube.com\/watch?v=hrg1hCzg3W0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-implicit-differentiation","created":1298219542,"start":null,"end":null,"type":"video","provider":"Khan University","views":"103018","children":[]},{"title":"More chain rule and implicit differentiation intuition","description":"More intuition behind the chain rule and how it applies to implicit differentiation.","url":"http:\/\/www.youtube.com\/watch?v=XHBkQW_XuA4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-chain-rule-and-implicit-differentiation-intuition","created":1298219542,"start":null,"end":null,"type":"video","provider":"Khan University","views":"114527","children":[]},{"title":"Trig Implicit Differentiation Example","description":"Implicit differentiation example that involves the tangent function","url":"http:\/\/www.youtube.com\/watch?v=6xvwyE67CeM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trig-implicit-differentiation-example","created":1298219542,"start":null,"end":null,"type":"video","provider":"Khan University","views":"92108","children":[]},{"title":"Calculus: Derivative of x^(x^x)","description":"Calculus: Derivative of x^(x^x)","url":"http:\/\/www.youtube.com\/watch?v=N5kkwVoAtkc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus--derivative-of-x--x-x","created":1298219542,"start":null,"end":null,"type":"video","provider":"Khan University","views":"94586","children":[]}]},{"title":"Derivative applications","description":"Minima, maxima, and critical points. Rates of change. Optimization. Rates of change. L'Hopital's rule. Mean value theorem.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Critical points and graphing with calculus","description":"A whole slew of fun concepts related to graphing with calculus","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Maxima Minima Slope Intuition","description":"Intuition on what happens to the slope\/derivative and second derivatives at local maxima and minima.","url":"http:\/\/www.youtube.com\/watch?v=tpHz0gZfVss&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/maxima-minima-slope-intuition","created":1298219543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"133579","children":[]},{"title":"Inflection Points and Concavity Intuition","description":"Understanding concave upwards and downwards portions of graphs and the relation to the derivative. Inflection point intuition","url":"http:\/\/www.youtube.com\/watch?v=dIE22eL6q90&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inflection-points-and-concavity-intuition","created":1298219543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"144706","children":[]},{"title":"Monotonicity Theorem","description":"Using the monotonicity theorem to determine when a function is increasing or decreasing.","url":"http:\/\/www.youtube.com\/watch?v=WrEcQsa-1ME&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monotonicity-theorem","created":1298219543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72296","children":[]},{"title":"Calculus: Maximum and minimum values on an interval","description":"2 examples of finding the maximum and minimum points on an interval.","url":"http:\/\/www.youtube.com\/watch?v=gzmSKrwiG3g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus--maximum-and-minimum-values-on-an-interval","created":1298219543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"227193","children":[]},{"title":"Calculus: Graphing Using Derivatives","description":"Graphing functions using derivatives.","url":"http:\/\/www.youtube.com\/watch?v=hIgnece9ins&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus--graphing-using-derivatives","created":1298219543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"113759","children":[]},{"title":"Calculus Graphing with Derivatives Example","description":"Using the first and second derivatives to identify critical points and inflection points and to graph the function.","url":"http:\/\/www.youtube.com\/watch?v=zC_dTaEY2AY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus-graphing-with-derivatives-example","created":1298219543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66880","children":[]},{"title":"Graphing with Calculus","description":"More graphing with calculus.","url":"http:\/\/www.youtube.com\/watch?v=ojcp0GJKluM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/graphing-with-calculus","created":1298219543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60351","children":[]}]},{"title":"Optimization with calculus","description":"Using calculus to solve optimization problems","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Optimization with Calculus 1","description":"Find two numbers whose products is -16 and the sum of whose squares is a minimum.","url":"http:\/\/www.youtube.com\/watch?v=Ef22yTJDUZI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optimization-with-calculus-1","created":1298219543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"230459","children":[]},{"title":"Optimization with Calculus 2","description":"Find the volume of the largest open box that can be made from a piece of cardboard 24 inches square by cutting equal squares from the corners and turning up the sides.","url":"http:\/\/www.youtube.com\/watch?v=3GYv-BZYYdg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optimization-with-calculus-2","created":1298219543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"139157","children":[]},{"title":"Optimization with Calculus 3","description":"A wire of length 100 centimeters is cut into two pieces; one is bent to form a square, and the other is bent to form an equilateral triangle. Where should the cut be made if (a) the sum of the two areas is to be a minimum; (b) a maximum? (Allow the possibility of no cut.)","url":"http:\/\/www.youtube.com\/watch?v=i8Wtu-kdDC4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optimization-with-calculus-3","created":1298219543,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106205","children":[]},{"title":"Optimization with Calculus 4","description":"Minimizing the cost of material for an open rectangular box.","url":"http:\/\/www.youtube.com\/watch?v=T8sG4Sb3g7Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optimization--example-4","created":1298219544,"start":null,"end":null,"type":"video","provider":"Khan University","views":"83466","children":[]}]},{"title":"Rates of change","description":"Solving rate-of-change problems using calculus","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to rate-of-change problems","description":"Using derivatives to solve rate-of-change problems","url":"http:\/\/www.youtube.com\/watch?v=Zyq6TmQVBxk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-rate-of-change-problems","created":1298219544,"start":null,"end":null,"type":"video","provider":"Khan University","views":"170327","children":[]},{"title":"Rates-of-change (part 2)","description":"Another (simpler) example of using the chain rule to determine rates-of-change","url":"http:\/\/www.youtube.com\/watch?v=xmgk8_l3lig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rates-of-change--part-2","created":1298219576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"105219","children":[]},{"title":"Ladder rate-of-change problem","description":"The classic falling ladder problem","url":"http:\/\/www.youtube.com\/watch?v=hD3U65CcZ0Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ladder-rate-of-change-problem","created":1298219576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"88188","children":[]}]},{"title":"Mean value theorem","description":"If over the last hour on the highway, you averaged 60 miles per hour, then you must have been going exactly 60 miles per hour at some point. This is the gist of the mean value theorem (which generalizes the idea for any continuous, differentiable function).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Mean Value Theorem","description":"Intuition behind the Mean Value Theorem","url":"http:\/\/www.youtube.com\/watch?v=bGNMXfaNR5Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mean-value-theorem","created":1298219576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"164781","children":[]}]},{"title":null,"description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=PdSzruR5OeE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-l-hopital-s-rule","created":1298219542,"start":null,"end":null,"type":"video","provider":"Khan University","views":"161735","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=BiVOC3WocXs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/l-hopital-s-rule-example-1","created":1298219542,"start":null,"end":null,"type":"video","provider":"Khan University","views":"119085","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=FJo18AwLfuI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/l-hopital-s-rule-example-2","created":1298219542,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73684","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=MeVFZjT-ABM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/l-hopital-s-rule-example-3","created":1298219542,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69700","children":[]},{"title":null,"description":"","url":"http:\/\/www.khanacademy.org\/exercise\/lhopitals_rule","source":"http:\/\/www.khanacademy.org\/exercise\/lhopitals_rule","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Indefinite and definite integrals","description":"Indefinite integral as anti-derivative. Definite integral as area under a curve. Integration by parts. U-substitution. Trig substitution.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Riemann sums and definite integration","description":"In this tutorial, we'll think about how we can find the area under a curve. We'll first approximate this with rectangles (and trapezoids)--generally called Riemann sums. We'll then think about find the exact area by having the number of rectangles approach infinity (they'll have infinitesimal widths) which we'll use the definite integral to denote.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Simple Riemann approximation using rectangles","description":"","url":"http:\/\/www.youtube.com\/watch?v=dEAk0BHBYCM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-riemann-approximation-using-rectangles","created":1359067310,"start":null,"end":null,"type":"video","provider":"Khan University","views":"974","children":[]},{"title":"Generalizing a left Riemann sum with equally spaced rectangles","description":"","url":"http:\/\/www.youtube.com\/watch?v=ViqrHGae7FA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/generalizing-a-left-riemann-sum-with-equally-spaced-rectangles","created":1359067348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1612","children":[]},{"title":"Rectangular and trapezoidal Riemann approximations","description":"","url":"http:\/\/www.youtube.com\/watch?v=naRUWPvsQbQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rectangular-and-trapezoidal-riemann-approximations","created":1359067415,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1015","children":[]},{"title":"Trapezoidal approximation of area under curve","description":"","url":"http:\/\/www.youtube.com\/watch?v=1p0NHR5w0Lc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trapezoidal-approximation-of-area-under-curve","created":1359067541,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1054","children":[]},{"title":"Riemann sums and integrals","description":"","url":"http:\/\/www.youtube.com\/watch?v=CXCtqBlEZ7g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/riemann-sums-and-integrals","created":1359067699,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1570","children":[]},{"title":"Intuition for Second Fundamental Theorem of Calculus","description":"","url":"http:\/\/www.youtube.com\/watch?v=Cz_GWNdf_68&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intuition-for-second-fundamental-theorem-of-calculus","created":1359067650,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1308","children":[]},{"title":"Evaluating simple definite integral","description":"","url":"http:\/\/www.youtube.com\/watch?v=xR4AnXDBnsw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-simple-definite-integral","created":1359070483,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1503","children":[]}]},{"title":"Indefinite integral as anti-derivative","description":"You are very familiar with taking the derivative of a function. Now we are going to go the other way around--if I give you a derivative of a function, can you come up with a possible original function. In other words, we'll be taking the anti-derivative!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The Indefinite Integral or Anti-derivative","description":"An introduction to indefinite integration of polynomials.","url":"http:\/\/www.youtube.com\/watch?v=xRspb-iev-g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-indefinite-integral-or-anti-derivative","created":1298219576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"389376","children":[]},{"title":"Indefinite integrals (part II)","description":"Examples of taking the indefinite integral (or anti-derivative) of polynomials.","url":"http:\/\/www.youtube.com\/watch?v=mHvSYRUEWnE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/indefinite-integrals--part-ii","created":1298219576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"276094","children":[]},{"title":"Indefinite Integration (part III)","description":"Integration by doing the chain rule in reverse.","url":"http:\/\/www.youtube.com\/watch?v=77-najNh4iY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/indefinite-integration--part-iii","created":1298219576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"253018","children":[]},{"title":"Indefinite Integration (part IV)","description":"Integration by substitution (or the reverse-chain-rule)","url":"http:\/\/www.youtube.com\/watch?v=VJ9VRUDQyK8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/indefinite-integration--part-iv","created":1298219576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"208699","children":[]}]},{"title":"Integration by parts","description":"When we wanted to take the derivative of f(x)g(x) in differential calculus, we used the product rule. In this tutorial, we use the product rule to derive a powerful way to take the anti-derivative of a class of functions--integration by parts.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Indefinite Integration (part V)","description":"Introduction to Integration by Parts (kind of the reverse-product rule)","url":"http:\/\/www.youtube.com\/watch?v=Pra6r20geXU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/indefinite-integration--part-v","created":1298219576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"180702","children":[]},{"title":"Integration by Parts (part 6 of Indefinite Integration)","description":"Example using Integration by Parts","url":"http:\/\/www.youtube.com\/watch?v=ouYZiIh8Ctc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/integration-by-parts--part-6-of-indefinite-integration","created":1298219577,"start":null,"end":null,"type":"video","provider":"Khan University","views":"224228","children":[]},{"title":"Indefinite Integration (part 7)","description":"Another example using integration by parts.","url":"http:\/\/www.youtube.com\/watch?v=F-OsMq7QKEQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/indefinite-integration--part-7","created":1298219577,"start":null,"end":null,"type":"video","provider":"Khan University","views":"142041","children":[]}]},{"title":"U-substitution","description":"U-substitution is a must-have tool for any integrating arsenal (tools aren't normally put in arsenals, but that sounds better than toolkit). It is essentially the reverise chain rule. U-substitution is very useful for any integral where an expression is of the form g(f(x))f'(x)(and a few other cases). Over time, you'll be able to do these in your head without necessarily even explicitly substituting. \n\nWhy the letter \"u\"? Well, it could have been anything, but this is the convention. I guess why not the letter \"u\" :)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"U-substitution","description":"Using U-substitution to find the anti-derivative of a function. Seeing that U-substitution is the inverse of the chain rule.","url":"http:\/\/www.youtube.com\/watch?v=b76wePnIBdU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u-substitution","created":1356733757,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7604","children":[]},{"title":"U-substitution example 2","description":"Another example of using U-subsitution","url":"http:\/\/www.youtube.com\/watch?v=Zp5z0wa0kgo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u-substitution-example-2","created":1356733792,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4652","children":[]},{"title":"U-substitution Example 3","description":"Manipulating the expression to make u-substitution a little more obvious.","url":"http:\/\/www.youtube.com\/watch?v=oqCfqIcbE10&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u-substitution-example-3","created":1356733834,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4311","children":[]},{"title":"U-substitution with ln(x)","description":"Doing u-substitution with ln(x)","url":"http:\/\/www.youtube.com\/watch?v=OLO64d4Y1qI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u-substitution-with-ln-x","created":1356733889,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4110","children":[]},{"title":"Doing u-substitution twice (second time with w)","description":"Example where we do substitution twice to get the integral into a reasonable form","url":"http:\/\/www.youtube.com\/watch?v=ShpI3gPgLBA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doing-u-substitution-twice--second-time-with-w","created":1356733926,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3770","children":[]},{"title":"U-substitution and back substitution","description":"Using u-substitution and \"back substituting\" for x to simplify an expression","url":"http:\/\/www.youtube.com\/watch?v=J-NC1M6obKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u-substitution-and-back-substitution","created":1356733978,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3668","children":[]},{"title":"U-substitution with definite integral","description":"Example of using u-substitution to evaluate a definite integral","url":"http:\/\/www.youtube.com\/watch?v=7hCsQOKOYS8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/u-substitution-with-definite-integral","created":1356734076,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9320","children":[]},{"title":"(2^ln x)\/x Antiderivative Example","description":"Finding ?(2^ln x)\/x dx","url":"http:\/\/www.youtube.com\/watch?v=C5Lbjbyr1t4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2-ln-x--x--antiderivative-example","created":1298219615,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40518","children":[]},{"title":"Another u-substitution example","description":"Finding the antiderivative using u-substitution.","url":"http:\/\/www.youtube.com\/watch?v=IAbSeAk5RJU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/another-u-subsitution-example","created":1298219577,"start":null,"end":null,"type":"video","provider":"Khan University","views":"127434","children":[]}]},{"title":"Definite integrals","description":"Until now, we have been viewing integrals as anti-derivatives. Now we explore them as the area under a curve between two boundaries (we will now construct definite integrals by defining the boundaries). This is the real meat of integral calculus!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to definite integrals","description":"Using the definite integral to solve for the area under a curve. Intuition on why the antiderivative is the same thing as the area under a curve.","url":"http:\/\/www.youtube.com\/watch?v=0RdI3-8G4Fs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-definite-integrals","created":1298219577,"start":null,"end":null,"type":"video","provider":"Khan University","views":"259817","children":[]},{"title":"Definite integrals (part II)","description":"More on why the antiderivative and the area under a curve are essentially the same thing.","url":"http:\/\/www.youtube.com\/watch?v=6PaFm_Je5A0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/definite-integrals--part-ii","created":1298219577,"start":null,"end":null,"type":"video","provider":"Khan University","views":"185562","children":[]},{"title":"Definite Integrals (area under a curve) (part III)","description":"More on why the antiderivative and the area under a curve are essentially the same thing.","url":"http:\/\/www.youtube.com\/watch?v=7wUHJ7JQ-gs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/definite-integrals--area-under-a-curve---part-iii","created":1298219577,"start":null,"end":null,"type":"video","provider":"Khan University","views":"172144","children":[]},{"title":"Definite Integrals (part 4)","description":"Examples of using definite integrals to find the area under a curve","url":"http:\/\/www.youtube.com\/watch?v=11Bt6OhIeqA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/definite-integrals--part-4","created":1298219577,"start":null,"end":null,"type":"video","provider":"Khan University","views":"132219","children":[]},{"title":"Definite Integrals (part 5)","description":"More examples of using definite integrals to calculate the area between curves","url":"http:\/\/www.youtube.com\/watch?v=CmXmRNFrtFw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/definite-integrals--part-5","created":1298219577,"start":null,"end":null,"type":"video","provider":"Khan University","views":"111877","children":[]},{"title":"Definite integral with substitution","description":"Solving a definite integral with substitution (or the reverse chain rule)","url":"http:\/\/www.youtube.com\/watch?v=CbUx0S8BCtA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/definite-integral-with-substitution","created":1298219577,"start":null,"end":null,"type":"video","provider":"Khan University","views":"129044","children":[]},{"title":"Challenging definite integration","description":"2010 IIT JEE Paper 1 Problem 52 Periodic Definite Integral. The second term at about minute 14 should have a positive sign. Luckily, it doesn't effect the final answer!","url":"http:\/\/www.youtube.com\/watch?v=CZdziIlYIfI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/periodic-definite-integral","created":1298219578,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27966","children":[]}]},{"title":"Trig substitution","description":"We will now do another substitution technique (the other was u-substitution) where we substitute variables with trig functions. This allows us to leverage some trigonometric identities to simplify the expression into one that it is easier to take the anti-derivative of.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Integrals: Trig Substitution 1","description":"Example of using trig substitution to solve an indefinite integral","url":"http:\/\/www.youtube.com\/watch?v=n4EK92CSuBE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/integrals--trig-substitution-1","created":1298219577,"start":null,"end":null,"type":"video","provider":"Khan University","views":"172864","children":[]},{"title":"Integrals: Trig Substitution 2","description":"Another example of finding an anti-derivative using trigonometric substitution","url":"http:\/\/www.youtube.com\/watch?v=fD7MbnXbTls&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/integrals--trig-substitution-2","created":1298219578,"start":null,"end":null,"type":"video","provider":"Khan University","views":"93017","children":[]},{"title":"Integrals: Trig Substitution 3 (long problem)","description":"Example using trig substitution (and trig identities) to solve an integral.","url":"http:\/\/www.youtube.com\/watch?v=sw2p2tUIFpc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/integrals--trig-substitution-3--long-problem","created":1298219578,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72320","children":[]}]},{"title":"Solid of revolution","description":"Using definite integrals with the shell and disc methods to find volumes of solids of revolution.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Disc method","description":"You know how to use definite integrals to find areas under curves. We now take that idea for \"spin\" by thinking about the volumes of things created when you rotate functions around various lines. \n\nThis tutorial focuses on the \"disc method\" and the \"washer method\" for these types of problems.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Disk method around x-axis","description":"Finding the solid of revolution (constructed by revolving around the x-axis) using the disc method.","url":"http:\/\/www.youtube.com\/watch?v=btGaOTXxXs8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/disk-method-around-x-axis","created":1357693696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3206","children":[]},{"title":"Generalizing disc method around x-axis","description":"Generalizing what we did in the last video for f(x) to get the \"formula\" for using the disc method around the x-axis","url":"http:\/\/www.youtube.com\/watch?v=vmS3cTaxKdA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/generalizing-disc-method-around-x-axis","created":1357693660,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1895","children":[]},{"title":"Disc method around y-axis","description":"Finding the volume of a figure that is rotated around the y-axis using the disc method","url":"http:\/\/www.youtube.com\/watch?v=43AS7bPUORc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/disc-method-around-y-axis","created":1357693603,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2140","children":[]},{"title":"Disc method (washer method) for rotation around x-axis","description":"Finding the volume of a solid of revolution that is defined between two functions","url":"http:\/\/www.youtube.com\/watch?v=vhMl755vR5Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/disc-method--washer-method--for-rotation-around-x-axis","created":1357693557,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2025","children":[]},{"title":"Generalizing the washer method","description":"Looking at the example from the last video in a more generalized way","url":"http:\/\/www.youtube.com\/watch?v=Thvc2s9aUP4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/generalizing-the-washer-method","created":1357693519,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1655","children":[]},{"title":"Disc method rotation around horizontal line","description":"Solid of revolution constructing by rotating around line that is not an axis","url":"http:\/\/www.youtube.com\/watch?v=XdzcU5JbVcA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/disc-method-rotation-around-horizontal-line","created":1357693479,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1529","children":[]},{"title":"Washer method rotating around non-axis","description":"Washer method when rotating around a horizontal line that is not the x-axis","url":"http:\/\/www.youtube.com\/watch?v=OFNGpKGg9IQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/washer-method-rotating-around-non-axis","created":1357693389,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1926","children":[]},{"title":"Part 2 of washer for non axis rotation","description":"Doing some hairy algebra and arithmetic to evaluate the definite integral from the last video","url":"http:\/\/www.youtube.com\/watch?v=LKzpw_HUKNQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/part-2-of-washer-for-not-axis-rotation","created":1357693348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1492","children":[]},{"title":"Disc method rotating around vertical line","description":"Volume of solid created by rotating around vertical line that is not the y-axis using the disc method.","url":"http:\/\/www.youtube.com\/watch?v=jxf7XqvZWWg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/disc-method-rotating-around-vertical-line","created":1357693279,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1720","children":[]},{"title":"Calculating integral disc method around vertical line","description":"Let's calculate the integral from the last video.","url":"http:\/\/www.youtube.com\/watch?v=eLdhifUUMmk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculating-integral-disc-method-around-vertical-line","created":1357693218,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2048","children":[]},{"title":"Washer or ring method for vertical line rotation","description":"Setting up the definite integral for the volume of a solid of revolution around a vertical line using the \"washer\" or \"ring\" method.","url":"http:\/\/www.youtube.com\/watch?v=WAPZihVUmzE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/washer-or-ring-method-for-vertical-line-rotation","created":1357750778,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1770","children":[]},{"title":"Evaluating integral for washer method around vertical line","description":"Evaluating integral set up in the last video using washer method.","url":"http:\/\/www.youtube.com\/watch?v=i-Rb4_n929k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-integral-for-washer-method-around-vertical-line","created":1357750818,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2101","children":[]}]},{"title":"Shell method","description":"You want to rotate a function around a vertical line, but do all your integrating in terms of x and f(x), then the shell method is your new friend. It is similarly fantastic when you want to rotate around a horizontal line but integrate in terms of y.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Shell method for rotating around vertical line","description":"Introducing the shell method for rotation around a vertical line.","url":"http:\/\/www.youtube.com\/watch?v=6Ozz3J-LRrY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/shell-method-for-rotating-around-vertical-line","created":1357750858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1861","children":[]},{"title":"Evaluating integral for shell method example","description":"Evaluating the definite integral set up using the shell method","url":"http:\/\/www.youtube.com\/watch?v=5ZGCqKAl_CA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-integral-for-shell-method-example","created":1357750894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1599","children":[]},{"title":"Shell method for rotating around horizontal line","description":"Example showing how to find the volume of a solid of revolution (constructed by rotating around the x-axis) using the shell method (this could have been done with the disk method as well).","url":"http:\/\/www.youtube.com\/watch?v=R-Qu3QWOEiA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/shell-method-for-rotating-around-horizontal-line","created":1357750934,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1520","children":[]},{"title":"Shell method with two functions of x","description":"Using the shell method to rotate around a vertical line.","url":"http:\/\/www.youtube.com\/watch?v=SfWrVNyP9E8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/shell-method-with-two-functions-of-x","created":1357771441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1558","children":[]},{"title":"Calculating integral with shell method","description":"Evaluating integral set up with shell method for two functions.","url":"http:\/\/www.youtube.com\/watch?v=16aKF_eDGdw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculating-integral-with-shell-method","created":1357771504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1719","children":[]},{"title":"Shell method with two functions of y","description":"","url":"http:\/\/www.youtube.com\/watch?v=OelluIKIkCY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/shell-method-with-two-functions-of-y","created":1357771552,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1394","children":[]},{"title":"Part 2 of shell method with 2 functions of y","description":"","url":"http:\/\/www.youtube.com\/watch?v=zg3-miF4qeg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/part-2-of-shell-method-with-2-functions-of-y","created":1357771610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"900","children":[]}]},{"title":"Solid of revolution volume","description":"Using definite integration, we know how to find the area under a curve. But what about the volume of the 3-D shape generated by rotating a section of the curve about one of the axes (or any horizontal or vertical line for that matter). This in an older tutorial that is now covered in other tutorials.\n\nThis tutorial will give you a powerful tool and stretch your powers of 3-D visualization!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Disc method: function rotated about x-axis","description":"Figuring out the volume of a function rotated about the x-axis.","url":"http:\/\/www.youtube.com\/watch?v=R_aqSL-q6_8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solid-of-revolution--part-1","created":1298219578,"start":null,"end":null,"type":"video","provider":"Khan University","views":"181195","children":[]},{"title":"Disc method (rotating f(x) about x axis)","description":"The volume of y=sqrt(x) between x=0 and x=1 rotated around x-axis","url":"http:\/\/www.youtube.com\/watch?v=iUzfsUOl3-A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solid-of-revolution---part-2","created":1298219578,"start":null,"end":null,"type":"video","provider":"Khan University","views":"107061","children":[]},{"title":"Volume of a sphere","description":"Figuring out the equation for the volume of a sphere.","url":"http:\/\/www.youtube.com\/watch?v=tqfU9mC2yFU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solid-of-revolution--part-3","created":1298219578,"start":null,"end":null,"type":"video","provider":"Khan University","views":"89220","children":[]},{"title":"Disc method with outer and inner function boundaries","description":"More volumes around the x-axis.","url":"http:\/\/www.youtube.com\/watch?v=OtmjNuiTHp0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solid-of-revolution--part-4","created":1298219578,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81899","children":[]},{"title":"Shell method to rotate around y-axis","description":"Use the \"shell method\" to rotate about the y-axis","url":"http:\/\/www.youtube.com\/watch?v=NIdqkwocNuE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solid-of-revolution--part-5","created":1298219578,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97194","children":[]},{"title":"Disk method: rotating x=f(y) around the y-axis","description":"Using the disk method around the y-axis.","url":"http:\/\/www.youtube.com\/watch?v=F2psxMnGdUw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solid-of-revolution--part-6","created":1298219578,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72811","children":[]},{"title":"Shell method around a non-axis line","description":"Taking the revolution around something other than one of the axes.","url":"http:\/\/www.youtube.com\/watch?v=IZ8W-h764Cc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solid-of-revolution--part-7","created":1298219579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"64227","children":[]},{"title":"Shell method around a non-axis line 2","description":"The last part of the problem in part 7","url":"http:\/\/www.youtube.com\/watch?v=4Flj9plmKGQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solid-of-revolution--part-8","created":1298219579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46649","children":[]}]},{"title":"Sequences, series and function approximation","description":"Sequences, series and approximating functions. Maclaurin and Taylor series.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Sequences and series review","description":"You want to learn about Maclaurin and Taylor series but are a little rough on your sequences and series. This tutorial will get you brushed up on the concepts, vocabulary and ideas behind sequences and series.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Maclaurin and Taylor series","description":"In this tutorial, we will learn to approximate differentiable functions with polynomials. Beyond just being super cool, this can be useful for approximating functions so that they are easier to calculate, differentiate or integrate. So whether you will have to write simulations or become a bond trader (bond traders use polynomial approximation to estimate changes in bond prices given interest rate changes and vice versa), this tutorial could be fun.\n\nIf that isn't motivation enough, we also come up with one of the most epic and powerful conclusions in all of mathematics in this tutorial: Euler's identity.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Maclaurin and Taylor Series Intuition","description":"Approximating a function at 0 using a polynomial","url":"http:\/\/www.youtube.com\/watch?v=epgwuzzDHsQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/maclauren-and-taylor-series-intuition","created":1305674693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"110544","children":[]},{"title":"Cosine Taylor Series at 0 (Maclaurin)","description":"Approximating f(x)=cos x using a Maclauren Series (special case of a Taylor series at x=0)","url":"http:\/\/www.youtube.com\/watch?v=WWe7pZjc4s8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cosine-taylor-series-at-0--maclaurin","created":1305674693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47212","children":[]},{"title":"Sine Taylor Series at 0 (Maclaurin)","description":"Sine Taylor Series at 0 (Maclaurin)","url":"http:\/\/www.youtube.com\/watch?v=LlKvubIqHc8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sine-taylor-series-at-0--maclaurin","created":1305675968,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35323","children":[]},{"title":"Taylor Series at 0 (Maclaurin) for e to the x","description":"Taylor Series at 0 (Maclaurin) for e to the x","url":"http:\/\/www.youtube.com\/watch?v=JYQqml4-4q4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/taylor-series-at-0--maclaurin--for-e-to-the-x","created":1305675970,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43956","children":[]},{"title":"Euler's Formula and Euler's Identity","description":"Rationale for Euler's Formula and Euler's Identity","url":"http:\/\/www.youtube.com\/watch?v=mgNtPOgFje0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/euler-s-formula-and-euler-s-identity","created":1305761097,"start":null,"end":null,"type":"video","provider":"Khan University","views":"88633","children":[]},{"title":"Visualizing Taylor Series Approximations","description":"Using Wolfram Alpha to approximate sin(x)","url":"http:\/\/www.youtube.com\/watch?v=8dMLK2Wueaw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/visualizing-taylor-series-approximations","created":1305761097,"start":null,"end":null,"type":"video","provider":"Khan University","views":"64636","children":[]},{"title":"Generalized Taylor Series Approximation","description":"Approximating a function around a non-zero x value","url":"http:\/\/www.youtube.com\/watch?v=1LxhXqD3_CE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/generalized-taylor-series-approximation","created":1305761097,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38370","children":[]},{"title":"Visualizing Taylor Series for e^x","description":"Visualizing Taylor Series for e^x","url":"http:\/\/www.youtube.com\/watch?v=AFMXixBVP-0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/visualizing-taylor-series-for-e-x","created":1305761097,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24888","children":[]},{"title":"Error or Remainder of a Taylor Polynomial Approximation","description":"Understanding the properties of the remainder or error function for an Nth degree Taylor approximation of a function","url":"http:\/\/www.youtube.com\/watch?v=wgkRH5Uoavk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/error-or-remainder-of-a-taylor-polynomial-approximation","created":1316167227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30421","children":[]},{"title":"Proof: Bounding the Error or Remainder of a Taylor Polynomial Approximation","description":"Proof of the Lagrange Error Bound (the bound of the error)","url":"http:\/\/www.youtube.com\/watch?v=yUUPP70Fhpo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--bounding-the-error-or-remainder-of-a-taylor-polynomial-approximation","created":1316167227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22739","children":[]}]},{"title":"Sal's old Maclaurin and Taylor series tutorial","description":"Everything in this tutorial is covered (with better resolution and handwriting) in the \"other\" Maclaurin and Taylor series tutorial, but this one has a bit of old-school charm so we are keeping it here for historical reasons.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Polynomial approximation of functions (part 1)","description":"Using a polynomial to approximate a function at f(0).","url":"http:\/\/www.youtube.com\/watch?v=sy132cgqaiU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polynomial-approximation-of-functions--part-1","created":1298219579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106685","children":[]},{"title":"Polynomial approximation of functions (part 2)","description":"Approximating a function with a polynomial by making the derivatives equal at f(0) (Maclauren Series)","url":"http:\/\/www.youtube.com\/watch?v=3JG3qn7-Sac&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polynomial-approximation-of-functions--part-2","created":1298219579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44060","children":[]},{"title":"Approximating functions with polynomials (part 3)","description":"A glimpse of the mystery of the Universe as we approximate e^x with an infinite series.","url":"http:\/\/www.youtube.com\/watch?v=XZDGrbyz0v0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/approximating-functions-with-polynomials--part-3","created":1298219579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40677","children":[]},{"title":"Polynomial approximation of functions (part 4)","description":"Approximating cos x with a Maclaurin series.","url":"http:\/\/www.youtube.com\/watch?v=gcJeg4SdIpU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polynomial-approximation-of-functions--part-4","created":1298219579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36981","children":[]},{"title":"Polynomial approximations of functions (part 5)","description":"MacLaurin representation of sin x","url":"http:\/\/www.youtube.com\/watch?v=9AoDucUmO20&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polynomial-approximations-of-functions--part-5","created":1298219579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28316","children":[]},{"title":"Polynomial approximation of functions (part 6)","description":"A pattern emerges!","url":"http:\/\/www.youtube.com\/watch?v=-gRNRBCG3Ow&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polynomial-approximation-of-functions--part-6","created":1298219579,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29755","children":[]},{"title":"Polynomial approximation of functions (part 7)","description":"The most amazing conclusion in mathematics!","url":"http:\/\/www.youtube.com\/watch?v=bC5Lahh4Aus&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polynomial-approximation-of-functions--part-7","created":1298219580,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39359","children":[]},{"title":"Taylor Polynomials","description":"Approximating a function with a Taylor Polynomial","url":"http:\/\/www.youtube.com\/watch?v=8SsC5st4LnI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/taylor-polynomials","created":1298219580,"start":null,"end":null,"type":"video","provider":"Khan University","views":"140594","children":[]}]},{"title":"AP Calculus practice questions","description":"Sample questions from the A.P. Calculus AB and BC exams (both multiple choice and free answer).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Calculus AB example questions","description":"Many of you are planning on taking the Calculus AB advanced placement exam. These are example problems taken directly from previous years' exams. Even if you aren't taking the exam, these are very useful problem for making sure you understand your calculus (as always, best to pause the videos and try them yourself before Sal does).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"2011 Calculus AB Free Response #1a","description":"Determining whether speed is increasing. Difference between speed and acceleration","url":"http:\/\/www.youtube.com\/watch?v=ppBJWf_Wdmc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--1a","created":1315908026,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21365","children":[]},{"title":"2011 Calculus AB Free Response #1 parts b c d","description":"Integration to find average value of a function. Using a graphing calculator to calculate definite integrals.","url":"http:\/\/www.youtube.com\/watch?v=QackTJWqOjA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--1-parts-b-c-d","created":1315562426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12149","children":[]},{"title":"2011 Calculus AB Free Response #2 (a & b)","description":"Approximating rate of change and total area under a curve. Trapezoidal sums to approximate integrals","url":"http:\/\/www.youtube.com\/watch?v=Z3X6QqezqUg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--2--a---b","created":1315476024,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11098","children":[]},{"title":"2011 Calculus AB Free Response #2 (c & d)","description":"Second fundamental theorem of calculus application","url":"http:\/\/www.youtube.com\/watch?v=2axaRJQkfVk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--2--c---d","created":1315476024,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8548","children":[]},{"title":"2011 Calculus AB Free Response #3 (a & b)","description":"Equation of a tangent line and area between curves","url":"http:\/\/www.youtube.com\/watch?v=9UhChwcVWq8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--3--a---b","created":1315476024,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7371","children":[]},{"title":"2011 Calculus AB Free Response #3 (c)","description":"Disk method to find the volume of a solid generated by rotation of a function","url":"http:\/\/www.youtube.com\/watch?v=v-H_7o7EMoU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--3--c","created":1315476024,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6010","children":[]},{"title":"2011 Calculus AB Free Response #4a","description":"Taking derivatives and integrals of strangely defined functions","url":"http:\/\/www.youtube.com\/watch?v=tnoPnyvVjyc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--4a","created":1315562426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7223","children":[]},{"title":"2011 Calculus AB Free Response #4b","description":"Absolute maximum over an interval. Critical points and differentiability.","url":"http:\/\/www.youtube.com\/watch?v=OvMBNVi5bLY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--4b","created":1315562426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6553","children":[]},{"title":"2011 Calculus AB Free Response #4c","description":"Finding the points of inflection for a strangely defined function","url":"http:\/\/www.youtube.com\/watch?v=M_ADc9jkBig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--4c","created":1315562426,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4869","children":[]},{"title":"2011 Calculus AB Free Response #4d","description":"Mean Value Theorem and differentiability","url":"http:\/\/www.youtube.com\/watch?v=yX3JpmEgNHo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--4d","created":1315648822,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4669","children":[]},{"title":"2011 Calculus AB Free Response #5a","description":"Using a tangent line to extrapolate a function from a known initial condition","url":"http:\/\/www.youtube.com\/watch?v=n9UvuzI2fq0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--5a","created":1315648822,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5945","children":[]},{"title":"2011 Calculus AB Free Response #5b","description":"Using the second derivative to judge whether an approximation with the tangent line is an overestimate or underestimate","url":"http:\/\/www.youtube.com\/watch?v=hAAIgNzBGg0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--5b","created":1315648822,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5082","children":[]},{"title":"2011 Calculus AB Free Response #5c.","description":"Solving a differential equation using separation of variables","url":"http:\/\/www.youtube.com\/watch?v=R-2Uw10QgIo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--5c","created":1315648822,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5376","children":[]},{"title":"2011 Calculus AB Free Response #6a","description":"Continuity of piecewise-defined functions","url":"http:\/\/www.youtube.com\/watch?v=fr-8tjLoeDw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--6a","created":1315908026,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10434","children":[]},{"title":"2011 Calculus AB Free Response #6b","description":"Derivative of a piecewise-defined function","url":"http:\/\/www.youtube.com\/watch?v=RuEJzPQ_N10&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--6b","created":1315908026,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6999","children":[]},{"title":"2011 Calculus AB Free Response #6c","description":"Average value of a piecewise-defined function on an interval","url":"http:\/\/www.youtube.com\/watch?v=ucghWyc2_qs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-ab-free-response--6c","created":1315908026,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4447","children":[]}]},{"title":"Calculus BC sample questions","description":"The Calculus BC AP exam is a super set of the AB exam. It covers everything in AB as well as some of the more advanced topics in integration, sequences and function approximation. This tutorial is great practice for anyone looking to test their calculus mettle!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"AP Calculus BC Exams: 2008 1 a","description":"Part 1a of the 2008 BC free response","url":"http:\/\/www.youtube.com\/watch?v=upO6Mh862PI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ap-calculus-bc-exams--2008-1-a","created":1298219580,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36910","children":[]},{"title":"AP Calculus BC Exams: 2008 1 b&c","description":"Parts b and c of problem 1 (free response)","url":"http:\/\/www.youtube.com\/watch?v=xPb6HLM3xEQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ap-calculus-bc-exams--2008-1-b-c","created":1298219580,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16436","children":[]},{"title":"AP Calculus BC Exams: 2008 1 c&d","description":"parts c&d of problem 1 in the 2008 AP Calculus BC free response","url":"http:\/\/www.youtube.com\/watch?v=_l0Mfsu__gU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ap-calculus-bc-exams--2008-1-c-d","created":1298219580,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14090","children":[]},{"title":"AP Calculus BC Exams: 2008 1 d","description":"Part 1d of the 2008 AP Calculus BC exam (free response)","url":"http:\/\/www.youtube.com\/watch?v=sPTuCE5zd3s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ap-calculus-bc-exams--2008-1-d","created":1298219580,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12149","children":[]},{"title":"Calculus BC 2008 2 a","description":"2a of 2008 Calculus BC exam (free response)","url":"http:\/\/www.youtube.com\/watch?v=xvvI_QRYxBY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus-bc-2008-2-a","created":1298219580,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13501","children":[]},{"title":"Calculus BC 2008 2 b &c","description":"Parts 2b and 2c of the 2008 BC exam (free response)","url":"http:\/\/www.youtube.com\/watch?v=S4oOSgTj9C8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus-bc-2008-2-b--c","created":1298219580,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10005","children":[]},{"title":"Calculus BC 2008 2d","description":"Part 2d of the 2008 Calculus BC exam free-response section","url":"http:\/\/www.youtube.com\/watch?v=o_vMb655dFk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus-bc-2008-2d","created":1298219580,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9509","children":[]},{"title":"2011 Calculus BC Free Response #1a","description":"Velocity and acceleration vectors for particle","url":"http:\/\/www.youtube.com\/watch?v=wtLTb_VaI-k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-bc-free-response--1a","created":1315908026,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5907","children":[]},{"title":"2011 Calculus BC Free Response #1 (b & c)","description":"Position and slope of particle's path at a given time","url":"http:\/\/www.youtube.com\/watch?v=73eSiVcg4tQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-bc-free-response--1--b---c","created":1315908026,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3733","children":[]},{"title":"2011 Calculus BC Free Response #1d","description":"Arc length for a curve","url":"http:\/\/www.youtube.com\/watch?v=v-4QScXlN0o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-bc-free-response--1d","created":1315994422,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5793","children":[]},{"title":"2011 Calculus BC Free Response #3a","description":"Arc length of a function","url":"http:\/\/www.youtube.com\/watch?v=_G9JwTwjulA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-bc-free-response--3a","created":1315994422,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4636","children":[]},{"title":"2011 Calculus BC Free Response #3 (b & c)","description":"Volume of a solid of rotation and Chain Rule for rates of change.","url":"http:\/\/www.youtube.com\/watch?v=lpXCvX6ZenM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-bc-free-response--3--b---c","created":1315994422,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3546","children":[]},{"title":"2011 Calculus BC Free Response #6a","description":"Taylor Series approximation of sin(x)","url":"http:\/\/www.youtube.com\/watch?v=1BGlbx67B6s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-bc-free-response--6a","created":1315994422,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5240","children":[]},{"title":"2011 Calculus BC Free Response #6b","description":"Taylor Series for cos x at x=0","url":"http:\/\/www.youtube.com\/watch?v=NQazgcu8c7s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-bc-free-response--6b","created":1316080823,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3951","children":[]},{"title":"2011 Calculus BC Free Response #6c","description":"Calculating the 6th derivative at 0 from the Taylor Series approximation","url":"http:\/\/www.youtube.com\/watch?v=l1hJABkcuYI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-bc-free-response--6c","created":1316080823,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5253","children":[]},{"title":"2011 Calculus BC Free Response #6d","description":"Lagrange error bound for Taylor Polynomial approximation","url":"http:\/\/www.youtube.com\/watch?v=m6oMgtGsAa4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-calculus-bc-free-response--6d","created":1316167227,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10724","children":[]}]},{"title":"Double and triple integrals","description":"Volume under a surface with double integrals. Triple integrals as well.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Double integrals","description":"A single definite integral can be used to find the area under a curve. with double integrals, we can start thinking about the volume under a surface!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Double Integral 1","description":"Introduction to the double integral","url":"http:\/\/www.youtube.com\/watch?v=85zGYB-34jQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/double-integral-1","created":1298219614,"start":null,"end":null,"type":"video","provider":"Khan University","views":"117672","children":[]},{"title":"Double Integrals 2","description":"Figuring out the volume under z=xy^2","url":"http:\/\/www.youtube.com\/watch?v=TdLD2Zh-nUQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/double-integrals-2","created":1298219614,"start":null,"end":null,"type":"video","provider":"Khan University","views":"74770","children":[]},{"title":"Double Integrals 3","description":"Let's integrate dy first!","url":"http:\/\/www.youtube.com\/watch?v=z8BM6cHifPA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/double-integrals-3","created":1298219614,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52458","children":[]},{"title":"Double Integrals 4","description":"Another way to conceptualize the double integral.","url":"http:\/\/www.youtube.com\/watch?v=twT-WZChfZ8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/double-integrals-4","created":1298219614,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46859","children":[]},{"title":"Double Integrals 5","description":"Finding the volume when we have variable boundaries.","url":"http:\/\/www.youtube.com\/watch?v=hrIPO8mQqtw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/double-integrals-5","created":1298219614,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46942","children":[]},{"title":"Double Integrals 6","description":"Let's evaluate the double integrals with y=x^2 as one of the boundaries.","url":"http:\/\/www.youtube.com\/watch?v=0pv0QtOi5l8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/double-integrals-6","created":1298219614,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42005","children":[]}]},{"title":"Triple integrals","description":"This is about as many integrals we can use before our brains explode. Now we can sum variable quantities in three-dimensions (what is the mass of a 3-D wacky object that has variable mass)!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Triple Integrals 1","description":"Introduction to the triple integral","url":"http:\/\/www.youtube.com\/watch?v=vr0sTKbV7lI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/triple-integrals-1","created":1298219614,"start":null,"end":null,"type":"video","provider":"Khan University","views":"85908","children":[]},{"title":"Triple Integrals 2","description":"Using a triple integral to find the mass of a volume of variable density.","url":"http:\/\/www.youtube.com\/watch?v=vxQvL_WhBGU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/triple-integrals-2","created":1298219614,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52323","children":[]},{"title":"Triple Integrals 3","description":"Figuring out the boundaries of integration.","url":"http:\/\/www.youtube.com\/watch?v=ZN2PfqZ4ihM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/triple-integrals-3","created":1298219615,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58253","children":[]}]},{"title":"Partial derivatives, gradient, divergence, curl","description":"Thinking about forms of derivatives in multi-dimensions and for vector-valued functions: partial derivatives, gradient, divergence and curl.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Partial derivatives","description":"Let's jump out of that boring (okay, it wasn't THAT boring) 2-D world into the exciting 3-D world that we all live and breath in. Instead of functions of x that can be visualized as lines, we can have functions of x and y that can be visualized as surfaces. But does the idea of a derivative still make sense? Of course it does! As long as you specify what direction you're going in. Welcome to the world of partial derivatives!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Partial Derivatives","description":"Introduction to partial derivatives.","url":"http:\/\/www.youtube.com\/watch?v=1CMDS4-PKKQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/partial-derivatives","created":1298219581,"start":null,"end":null,"type":"video","provider":"Khan University","views":"171198","children":[]},{"title":"Partial Derivatives 2","description":"More on partial derivatives","url":"http:\/\/www.youtube.com\/watch?v=-u0mqFqpMNY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/partial-derivatives-2","created":1298219613,"start":null,"end":null,"type":"video","provider":"Khan University","views":"89954","children":[]}]},{"title":"Gradient","description":"Ever walk on hill (or any wacky surface) and wonder which way would be the fastest way up (or down). Now you can figure this out exactly with the gradient.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Gradient 1","description":"Introduction to the gradient","url":"http:\/\/www.youtube.com\/watch?v=U7HQ_G_N6vo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gradient-1","created":1298219613,"start":null,"end":null,"type":"video","provider":"Khan University","views":"118121","children":[]},{"title":"Gradient of a scalar field","description":"Intuition of the gradient of a scalar field (temperature in a room) in 3 dimensions.","url":"http:\/\/www.youtube.com\/watch?v=OB8b8aDGLgE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gradient-of-a-scalar-field","created":1298219613,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75850","children":[]}]},{"title":"Divergence","description":"Is a vector field \"coming together\" or \"drawing apart\" at a given point in space. The divergence is a vector operator that gives us a scalar value at any point in a vector field. If it is positive, then we are diverging. Otherwise, we are converging!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Divergence 1","description":"Introduction to the divergence of a vector field.","url":"http:\/\/www.youtube.com\/watch?v=JAXyLhvZ-Vg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/divergence-1","created":1298219613,"start":null,"end":null,"type":"video","provider":"Khan University","views":"101871","children":[]},{"title":"Divergence 2","description":"The intuition of what the divergence of a vector field is.","url":"http:\/\/www.youtube.com\/watch?v=tOX3RkH2guE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/divergence-2","created":1298219613,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47658","children":[]},{"title":"Divergence 3","description":"Analyzing a vector field using its divergence.","url":"http:\/\/www.youtube.com\/watch?v=U6Re4xT0o4w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/divergence-3","created":1298219613,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41446","children":[]}]},{"title":"Curl","description":"Curl measures how much a vector field is \"spinning\". A bit of a pain to calculate, but could come in handy when we work with Stokes' and Greens' theorems later on.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Curl 1","description":"Introduction to the curl of a vector field","url":"http:\/\/www.youtube.com\/watch?v=Mt4dpGFVsYc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/curl-1","created":1298219613,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63335","children":[]},{"title":"Curl 2","description":"The mechanics of calculating curl.","url":"http:\/\/www.youtube.com\/watch?v=hTSyVgBa1T0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/curl-2","created":1298219614,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37234","children":[]},{"title":"Curl 3","description":"More on curl","url":"http:\/\/www.youtube.com\/watch?v=fYzoiWIBjP8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/curl-3","created":1298219614,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33740","children":[]}]},{"title":"Line integrals and Green's theorem","description":"Line integral of scalar and vector-valued functions. Green's theorem and 2-D divergence theorem.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Line integrals for scalar functions","description":"With traditional integrals, our \"path\" was straight and linear (most of the time, we traversed the x-axis). Now we can explore taking integrals over any line or curve (called line integrals).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to the Line Integral","description":"Introduction to the Line Integral","url":"http:\/\/www.youtube.com\/watch?v=_60sKaoRmhU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-line-integral","created":1298219615,"start":null,"end":null,"type":"video","provider":"Khan University","views":"93554","children":[]},{"title":"Line Integral Example 1","description":"Concrete example using a line integral","url":"http:\/\/www.youtube.com\/watch?v=uXjQ8yc9Pdg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/line-integral-example-1","created":1298219615,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69014","children":[]},{"title":"Line Integral Example 2 (part 1)","description":"Line integral over a closed path (part 1)","url":"http:\/\/www.youtube.com\/watch?v=wyTjyQMVvc4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/line-integral-example-2--part-1","created":1298219615,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42065","children":[]},{"title":"Line Integral Example 2 (part 2)","description":"Part 2 of an example of taking a line integral over a closed path","url":"http:\/\/www.youtube.com\/watch?v=Qqanbd3gLhw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/line-integral-example-2--part-2","created":1298219615,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26703","children":[]}]},{"title":"Position vector functions and derivatives","description":"In this tutorial, we will explore position vector functions and think about what it means to take a derivative of one. Very valuable for thinking about what it means to take a line integral along a path in a vector field (next tutorial).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Position Vector Valued Functions","description":"Using a position vector valued function to describe a curve or path","url":"http:\/\/www.youtube.com\/watch?v=sBldw95xMD4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/position-vector-valued-functions","created":1298219615,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48813","children":[]},{"title":"Derivative of a position vector valued function","description":"Visualizing the derivative of a position vector valued function","url":"http:\/\/www.youtube.com\/watch?v=E9Q_Lc0g1xE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/derivative-of-a-position-vector-valued-function","created":1298219615,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34408","children":[]},{"title":"Differential of a vector valued function","description":"Understanding the differential of a vector valued function","url":"http:\/\/www.youtube.com\/watch?v=FYMn61HLw1k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/differential-of-a-vector-valued-function","created":1298219615,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24338","children":[]},{"title":"Vector valued function derivative example","description":"Concrete example of the derivative of a vector valued function to better understand what it means","url":"http:\/\/www.youtube.com\/watch?v=vcwvzUVLPw0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vector-valued-function-derivative-example","created":1298219615,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25789","children":[]}]},{"title":"Line integrals in vector fields","description":"You've done some work with line integral with scalar functions and you know something about parameterizing position-vector valued functions. In that case, welcome! You are now ready to explore a core tool math and physics: the line integral for vector fields. Need to know the work done as a mass is moved through a gravitational field. No sweat with line integrals.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Line Integrals and Vector Fields","description":"Using line integrals to find the work done on a particle moving through a vector field","url":"http:\/\/www.youtube.com\/watch?v=t3cJYNdQLYg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/line-integrals-and-vector-fields","created":1298219616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63101","children":[]},{"title":"Using a line integral to find the work done by a vector field example","description":"Using a line integral to find the work done by a vector field example","url":"http:\/\/www.youtube.com\/watch?v=AFF8FXxt5os&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/using-a-line-integral-to-find-the-work-done-by-a-vector-field-example","created":1298219616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44868","children":[]},{"title":"Parametrization of a Reverse Path","description":"Understanding how to parametrize a reverse path for the same curve.","url":"http:\/\/www.youtube.com\/watch?v=eGRZKkmI_fo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parametrization-of-a-reverse-path","created":1298219616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23316","children":[]},{"title":"Scalar Field Line Integral Independent of Path Direction","description":"Showing that the line integral of a scalar field is independent of path direction","url":"http:\/\/www.youtube.com\/watch?v=99pD1-6ZpuM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scalar-field-line-integral-independent-of-path-direction","created":1298219616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22464","children":[]},{"title":"Vector Field Line Integrals Dependent on Path Direction","description":"Showing that, unlike line integrals of scalar fields, line integrals over vector fields are path direction dependent","url":"http:\/\/www.youtube.com\/watch?v=fuSOY9r1R6w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vector-field-line-integrals-dependent-on-path-direction","created":1298219616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27478","children":[]},{"title":"Path Independence for Line Integrals","description":"Showing that if a vector field is the gradient of a scalar field, then its line integral is path independent","url":"http:\/\/www.youtube.com\/watch?v=K_fgnCJOI8I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/path-independence-for-line-integrals","created":1298219616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29622","children":[]},{"title":"Closed Curve Line Integrals of Conservative Vector Fields","description":"Showing that the line integral along closed curves of conservative vector fields is zero","url":"http:\/\/www.youtube.com\/watch?v=I2dbzp0zHuw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/closed-curve-line-integrals-of-conservative-vector-fields","created":1298219616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25183","children":[]},{"title":"Example of Closed Line Integral of Conservative Field","description":"Example of taking a closed line integral of a conservative field","url":"http:\/\/www.youtube.com\/watch?v=Q9t1LghwdGc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example-of-closed-line-integral-of-conservative-field","created":1298219616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18347","children":[]},{"title":"Second Example of Line Integral of Conservative Vector Field","description":"Using path independence of a conservative vector field to solve a line integral","url":"http:\/\/www.youtube.com\/watch?v=LpY8Qa3IP1w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/second-example-of-line-integral-of-conservative-vector-field","created":1298219616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17087","children":[]}]},{"title":"Green's theorem","description":"It is sometimes easier to take a double integral (a particular double integral as we'll see) over a region and sometimes easier to take a line integral around the boundary. Green's theorem draws the connection between the two so we can go back and forth. This tutorial proves Green's theorem and then gives a few examples of using it. If you can take line integrals through vector fields, you're ready for Mr. Green.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Green's Theorem Proof Part 1","description":"Part 1 of the proof of Green's Theorem","url":"http:\/\/www.youtube.com\/watch?v=l5zJvZKfMYE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/green-s-theorem-proof-part-1","created":1298219616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57808","children":[]},{"title":"Green's Theorem Proof (part 2)","description":"Part 2 of the proof of Green's Theorem","url":"http:\/\/www.youtube.com\/watch?v=qdFD-0OWBRo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/green-s-theorem-proof--part-2","created":1298219617,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26459","children":[]},{"title":"Green's Theorem Example 1","description":"Using Green's Theorem to solve a line integral of a vector field","url":"http:\/\/www.youtube.com\/watch?v=gGXnILbrhsM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/green-s-theorem-example-1","created":1298219617,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58992","children":[]},{"title":"Green's Theorem Example 2","description":"Another example applying Green's Theorem","url":"http:\/\/www.youtube.com\/watch?v=sSyPAAyL8nQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/green-s-theorem-example-2","created":1298219617,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31246","children":[]}]},{"title":"2-D Divergence theorem","description":"Using Green's theorem (which you should already be familiar with) to establish that the \"flux\" through the boundary of a region is equal to the double integral of the divergence over the region. We'll also talk about why this makes conceptual sense.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Constructing a unit normal vector to a curve","description":"Figuring out a unit normal vector at any point along a curve defined by a position vector function","url":"http:\/\/www.youtube.com\/watch?v=_9x2cqO7-Ig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/constructing-a-unit-normal-vector-to-a-curve","created":1338239275,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7443","children":[]},{"title":"2 D Divergence Theorem","description":"Using Green's Theorem to establish a two dimensional version of the Divergence Theorem","url":"http:\/\/www.youtube.com\/watch?v=eoJGBr-tJXo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2-d-divergence-theorem","created":1338239301,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11715","children":[]},{"title":"Conceptual clarification for 2-D Divergence Theorem","description":"Understanding the line integral as flux through a boundary","url":"http:\/\/www.youtube.com\/watch?v=qs0hRHfnzTQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conceptual-clarification-for-2-d-divergence-theorem","created":1338239350,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3948","children":[]}]},{"title":"Surface integrals and Stokes' theorem","description":"Parameterizing a surface. Surface integrals. Stokes' theorem.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Parameterizing a surface","description":"You can parameterize a line with a position vector valued function and understand what a differential means in that context already. This tutorial will take things further by parametrizing surfaces (2 parameters baby!) and have us thinking about partial differentials.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Parametrizing a Surface with Two Parameters","description":"Introduction to Parametrizing a Surface with Two Parameters","url":"http:\/\/www.youtube.com\/watch?v=owKAHXf1y1A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-parametrizing-a-surface-with-two-parameters","created":1298219617,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37823","children":[]},{"title":"Determining a Position Vector-Valued Function for a Parametrization of Two Parameters","description":"Determining a Position Vector-Valued Function for a Parametrization of Two Parameters","url":"http:\/\/www.youtube.com\/watch?v=bJ_09eoCmag&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/determining-a-position-vector-valued-function-for-a-parametrization-of-two-parameters","created":1298219617,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21658","children":[]}]},{"title":"Surface integrals","description":"Finding line integrals to be a bit boring? Well, this tutorial will add new dimension to your life by explore what surface integrals are and how we can calculate them.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Partial Derivatives of Vector-Valued Functions","description":"Partial Derivatives of Vector-Valued Functions","url":"http:\/\/www.youtube.com\/watch?v=c7ByaI3T7Dc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/partial-derivatives-of-vector-valued-functions","created":1298219617,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21695","children":[]},{"title":"Introduction to the Surface Integral","description":"Introduction to the surface integral","url":"http:\/\/www.youtube.com\/watch?v=9k97m8oWnaY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-surface-integral","created":1298219617,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52812","children":[]},{"title":"Example of calculating a surface integral part 1","description":"Example of calculating a surface integral part 1","url":"http:\/\/www.youtube.com\/watch?v=7sQCcGlK2bY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example-of-calculating-a-surface-integral-part-1","created":1298219617,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35906","children":[]},{"title":"Example of calculating a surface integral part 2","description":"Example of calculating a surface integral part 2","url":"http:\/\/www.youtube.com\/watch?v=qQAhhithHa8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example-of-calculating-a-surface-integral-part-2","created":1298219617,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15634","children":[]},{"title":"Example of calculating a surface integral part 3","description":"Example of calculating a surface integral part 3","url":"http:\/\/www.youtube.com\/watch?v=s2_NTiISZl4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example-of-calculating-a-surface-integral-part-3","created":1298219617,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18753","children":[]},{"title":"Surface Integral Example Part 1 - Parameterizing the Unit Sphere","description":"Visualizing a suitable parameterization","url":"http:\/\/www.youtube.com\/watch?v=E_Hwhp74Rhc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/surface-integral-example-part-1---parameterizing-the-unit-sphere","created":1338239396,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8911","children":[]},{"title":"Surface Integral Example Part 2 - Calculating the Surface Differential","description":"Taking the cross product to calculate the surface differential in terms of the parameters","url":"http:\/\/www.youtube.com\/watch?v=tyVCA_8MUV4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/surface-integral-example-part-2---calculating-the-surface-differential","created":1338239500,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4817","children":[]},{"title":"Surface Integral Example Part 3 - The Home Stretch","description":"Using a few trigonometric identities to finally calculate the value of the surface integral","url":"http:\/\/www.youtube.com\/watch?v=uzOXGgAgmPs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/surface-integral-example-part-3---the-home-stretch","created":1338239547,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4139","children":[]},{"title":"Surface Integral Ex2 part 1 - Parameterizing the Surface","description":"Parametrizing a surface that can be explictly made a function of x and y.","url":"http:\/\/www.youtube.com\/watch?v=PpUWpxAb39w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/surface-integral-ex2-part-1---parameterizing-the-surface","created":1338499088,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4534","children":[]},{"title":"Surface Integral Ex2 part 2 - Evaluating Integral","description":"Evaluating the surface integral","url":"http:\/\/www.youtube.com\/watch?v=ItW5CxLsLSo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/surface-integral-ex2-part-2---evaluating-integral","created":1338499114,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4063","children":[]},{"title":"Surface Integral Ex3 part 1 - Parameterizing the Outside Surface","description":"Breaking apart a larger surface into its components","url":"http:\/\/www.youtube.com\/watch?v=EOpzN8ZHqpU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/surface-integral-ex3-part-1---parameterizing-the-outside-surface","created":1338499135,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4052","children":[]},{"title":"Surface Integral Ex3 part 2 - Evaluating the Outside Surface","description":"Evaluating the surface integral over the outside of the chopped cylinder","url":"http:\/\/www.youtube.com\/watch?v=xGiILI906C4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/surface-integral-ex3-part-2---evaluating-the-outside-surface","created":1338499174,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2748","children":[]},{"title":"Surface Integral Ex3 part 3 - Top surface","description":"Parametrizing the top surface","url":"http:\/\/www.youtube.com\/watch?v=wiVWafc3JBM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/surface-integral-ex3-part-3---top-surface","created":1338499189,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2698","children":[]},{"title":"Surface Integral Ex3 part 4 - Home Stretch","description":"Evaluating the third surface integral and coming to the final answer","url":"http:\/\/www.youtube.com\/watch?v=bhrmEy0wvD0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/surface-integral-ex3-part-4---home-stretch","created":1338499210,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3141","children":[]}]},{"title":"Flux in 3-D and constructing unit normal vectors to surface","description":"Flux can be view as the rate at which \"stuff\" passes through a surface. Imagine a next placed in a river and imagine the water that is flowing directly across the net in a unit of time--this is flux (and it would depend on the orientation of the net, the shape of the net, and the speed and direction of the current). It is an important idea throughout physics and is key for understanding Stokes' theorem and the divergence theorem.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Conceptual Understanding of Flux in Three Dimensions","description":"Conceptual understanding of flux across a two-dimensional surface","url":"http:\/\/www.youtube.com\/watch?v=ivg3dLTarbs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conceputal-understanding-of-flux-in-three-dimensions","created":1338499239,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10020","children":[]},{"title":"Constructing a unit normal vector to a surface","description":"Deriving a unit normal vector from the surface parametrization","url":"http:\/\/www.youtube.com\/watch?v=usH9VUi2-Xg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/constructing-a-unit-normal-vector-to-a-surface","created":1338499262,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9328","children":[]},{"title":"Vector representation of a Surface Integral","description":"Different ways of representing a flux integral","url":"http:\/\/www.youtube.com\/watch?v=NCwwfvPEVn8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vector-representation-of-a-surface-integral","created":1338499293,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11805","children":[]}]},{"title":"Stokes' theorem intuition and application","description":"Stokes' theorem relates the line integral around a surface to the curl on the surface. This tutorial explores the intuition behind Stokes' theorem, how it is an extension of Green's theorem to surfaces (as opposed to just regions) and gives some examples using it. We prove Stokes' theorem in another tutorial. Good to come to this tutorial having experienced the tutorial on \"flux in 3D\".","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Stokes' Theorem Intuition","description":"Conceptual understanding of why the curl of a vector field along a surface would relate to the line integral around the surface's boundary","url":"http:\/\/www.youtube.com\/watch?v=9iaYNaENVH4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes--theorem-intuition","created":1340740054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11145","children":[]},{"title":"Green's and Stokes' Theorem Relationship","description":"Seeing that Green's Theorem is just a special case of Stokes' Theorem","url":"http:\/\/www.youtube.com\/watch?v=TPov_v9mLWc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/green-s-and-stokes--theorem-relationship","created":1340740103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3296","children":[]},{"title":"Orienting Boundary with Surface","description":"Determining the proper orientation of the boundary given the orientation of the surface","url":"http:\/\/www.youtube.com\/watch?v=84NkvxfMPtM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/orienting-boundary-with-surface","created":1340740346,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2031","children":[]},{"title":"Orientation and Stokes","description":"Determining the proper orientation of a boundary given the orientation of the normal vector","url":"http:\/\/www.youtube.com\/watch?v=U6U4HhR3Fqc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/orientation-and-stokes","created":1340745882,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1767","children":[]},{"title":"Conditions for Stokes Theorem","description":"Understanding when you can use Stokes. Piecewise-smooth lines and surfaces","url":"http:\/\/www.youtube.com\/watch?v=yDB-191sa2M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conditions-for-stokes-theorem","created":1340931380,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7039","children":[]},{"title":"Stokes Example Part 1","description":"Starting to apply Stokes theorem to solve a line integral","url":"http:\/\/www.youtube.com\/watch?v=E2MRMdaPKcc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes-example-part-1","created":1340931409,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10115","children":[]},{"title":"Part 2 Parameterizing the Surface","description":"","url":"http:\/\/www.youtube.com\/watch?v=9bwy85M1Zxg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/part-2---parameterizing-the-surface","created":1340931573,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7410","children":[]},{"title":"Stokes Example Part 3 - Surface to Double Integral","description":"Converting the surface integral to a double integral","url":"http:\/\/www.youtube.com\/watch?v=VPz4bCQDGgk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes-example-part-3---surface-to-double-integral","created":1340931641,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8219","children":[]},{"title":"Stokes Example Part 4 - Curl and Final Answer","description":"Finding the curl of the vector field and then evaluating the double integral in the parameter domain","url":"http:\/\/www.youtube.com\/watch?v=clL2jLXtX4I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes-example-part-4---curl-and-final-answer","created":1340931675,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6440","children":[]},{"title":"Evaluating Line Integral Directly - Part 1","description":"Showing that we didn't need to use Stokes' Theorem to evaluate this line integral","url":"http:\/\/www.youtube.com\/watch?v=A57_63yP1UU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-line-integral-directly---part-1","created":1356741445,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2134","children":[]},{"title":"Evaluating Line Integral Directly - Part 2","description":"Finishing up the line integral with a little trigonometric integration","url":"http:\/\/www.youtube.com\/watch?v=Jhu1M53AF0E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evaluating-line-integral-directly---part-2","created":1356741501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1969","children":[]}]},{"title":"Proof of Stokes' theorem","description":"You know what Stokes' theorem is and how to apply it, but are craving for some real proof that it is true. Well, you've found the right tutorial!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Stokes' Theorem Proof Part 1","description":"The beginning of a proof of Stokes' theorem for a special class of surfaces. Finding the curl of our vector field.","url":"http:\/\/www.youtube.com\/watch?v=qIBqvr5_QqQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes--theorem-proof-part-1","created":1356740406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6498","children":[]},{"title":"Stokes' Theorem Proof Part 2","description":"Figuring out a parameterization of our surface and representing dS","url":"http:\/\/www.youtube.com\/watch?v=apWQoMKVmW4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes--theorem-proof-part-2","created":1356740479,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2674","children":[]},{"title":"Stokes' Theorem Proof Part 3","description":"Writing our surface integral as a double integral over the domain of our parameters","url":"http:\/\/www.youtube.com\/watch?v=4o4P7KrkzXg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes--theorem-proof-part-3","created":1356740520,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2842","children":[]},{"title":"Stokes' Theorem Proof Part 4","description":"Starting to work on the line integral about the surface","url":"http:\/\/www.youtube.com\/watch?v=1og25U-d3_8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes--theorem-proof-part-4","created":1356740550,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1703","children":[]},{"title":"Stokes' Theorem Proof Part 5","description":"Working on the integrals...","url":"http:\/\/www.youtube.com\/watch?v=a29qZSRDBdE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes--theorem-proof-part-5","created":1356740585,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1385","children":[]},{"title":"Stokes' Theorem Proof Part 6","description":"More manipulating the integrals...","url":"http:\/\/www.youtube.com\/watch?v=02gVmoObrjM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes--theorem-proof-part-6","created":1356740620,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1362","children":[]},{"title":"Stokes' Theorem Proof Part 7","description":"Using Green's Theorem to complete the proof","url":"http:\/\/www.youtube.com\/watch?v=YT6XwkcPcsw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stokes--theorem-proof-part-7","created":1356740657,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2373","children":[]}]},{"title":"Divergence theorem","description":"Divergence theorem intuition. Divergence theorem examples and proofs. Types of regions in 3D.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Divergence theorem (3D)","description":"An earlier tutorial used Green's theorem to prove the divergence theorem in 2-D, this tutorial gives us the 3-D version (what most people are talking about when they refer to the \"divergence theorem\"). We will get an intuition for it (that the flux through a close surface--like a balloon--should be equal to the divergence across it's volume). We will use it in examples. We will prove it in another tutorial.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"3-D Divergence Theorem Intuition","description":"Intuition behind the Divergence Theorem in three dimensions","url":"http:\/\/www.youtube.com\/watch?v=XyiQ2dwJHXE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/3-d-divergence-theorem-intuition","created":1356741785,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3981","children":[]},{"title":"Why we got zero flux in Divergence Theorem Example 1","description":"Intuition as to why we go no net flux in the last worked example","url":"http:\/\/www.youtube.com\/watch?v=iFpyKTuC7jY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-we-got-zero-flux-in-divergence-theorem-example-1","created":1356741881,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2406","children":[]}]},{"title":"Types of regions in three dimensions","description":"This tutorial classifies regions in three dimensions. Comes in useful for some types of double integrals and we use these ideas to prove the divergence theorem.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Type I Regions in Three Dimensions","description":"Definition of Type 1 regions. Visualizing what is and isn't a Type I region","url":"http:\/\/www.youtube.com\/watch?v=A11AfJ2-3rE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/type-i-regions-in-three-dimensions","created":1356741968,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2540","children":[]},{"title":"Type II Regions in Three Dimensions","description":"Definition and intuition for Type 2 Regions","url":"http:\/\/www.youtube.com\/watch?v=pZ_2bATPi2I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/type-ii-regions-in-three-dimensions","created":1356742016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1023","children":[]},{"title":"Type III Regions in Three Dimensions","description":"Definition and intuition for type 3 regions","url":"http:\/\/www.youtube.com\/watch?v=bxGnbVOtRYo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/type-iii-regions-in-three-dimensions","created":1356742055,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2015","children":[]}]},{"title":"Divergence theorem proof","description":"You know what the divergence theorem is, you can apply it and you conceptually understand it. This tutorial will actually prove it to you (references types of regions which are covered in the \"types of regions in 3d\" tutorial.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Divergence Theorem Proof (part 1)","description":"Setting up the proof for the divergence theorem","url":"http:\/\/www.youtube.com\/watch?v=vCAFlt4pQSQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/divergence-theorem-proof--part-1","created":1356742158,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4040","children":[]},{"title":"Divergence Theorem Proof (part 2)","description":"Breaking up the surface integral","url":"http:\/\/www.youtube.com\/watch?v=OM3e-J3euXo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/divergence-theorem-proof--part-2","created":1356742193,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1429","children":[]},{"title":"Divergence Theorem Proof (part 3)","description":"Evaluating the surface integral","url":"http:\/\/www.youtube.com\/watch?v=3_W6bGuTfzU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/divergence-theorem-proof--part-3","created":1356742223,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1353","children":[]},{"title":"Divergence Theorem Proof (part 4)","description":"More evaluation of the surface integral","url":"http:\/\/www.youtube.com\/watch?v=lUD7ti47IQc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/divergence-theorem-proof--part-4","created":1356742322,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1183","children":[]},{"title":"Divergence Theorem Proof (part 5)","description":"Home stretch. Proving the Type I part","url":"http:\/\/www.youtube.com\/watch?v=DrRsXhln4S8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/divergence-theorem-proof--part-5","created":1356742375,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2030","children":[]}]},{"title":"Probability and statistics","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Independent and dependent events","description":"Introduction to probability. Independent and dependent events. Compound events. Mutual exclusive events. Addition rule for probability.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Basic probability","description":"Can I pick a red frog out of a bag that only contains marbles? Is it smart to buy a lottery ticket?\n\nEven if we are unsure about whether something will happen, can we start to be mathematical about the \"chances\" of an event (essentially realizing that some things are more likely than others). This tutorial will introduce us to the tools that allow us to think about random events.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Venn diagrams and adding probabilities","description":"What is the probability of getting a diamond or an ace from a deck of cards? Well I could get a diamond that is not an ace, an ace that is not a diamond, or the ace of diamonds. This tutorial helps us think these types of situations through a bit better (especially with the help of our good friend, the Venn diagram).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Compound, independent events","description":"What is the probability of making three free throws in a row (LeBron literally asks this in this tutorial).\n\nIn this tutorial, we'll explore compound events happening where the probability of one event is not dependent on the outcome of another (compound, independent, events).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Dependent probability","description":"What's the probability of picking two \"e\" from the bag in scrabble (assuming that I don't replace the tiles). Well, the probability of picking an 'e' on your second try depends on what happened in the first (if you picked an 'e' the first time around, then there is one less 'e' in the bag). This is just one of many, many type of scenarios involving dependent probability.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Old school probability (very optional)","description":"Sal's old videos on probability. Covered better in other tutorials but here because some people actually like these better.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Probability (part 1)","description":"What probability is.","url":"http:\/\/www.youtube.com\/watch?v=3ER8OkqBdpE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability--part-1","created":1298220727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"410716","children":[]},{"title":"Probability (part 2)","description":"Let's flip a coin.","url":"http:\/\/www.youtube.com\/watch?v=6E_NVnboMB8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability--part-2","created":1298220727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"229059","children":[]},{"title":"Probability (part 3)","description":"More on probability.","url":"http:\/\/www.youtube.com\/watch?v=wBDOCvHYckE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability--part-3","created":1298220727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"164155","children":[]},{"title":"Probability (part 4)","description":"More on free throws.","url":"http:\/\/www.youtube.com\/watch?v=W581OBM9rAY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability--part-4","created":1298220727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"121300","children":[]},{"title":"Probability (part 5)","description":"Probability of getting a certain number roll in Monopoly","url":"http:\/\/www.youtube.com\/watch?v=2XToWi9j0Tk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability--part-5","created":1298220727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"103223","children":[]},{"title":"Probability (part 6)","description":"Introduction to conditional probability","url":"http:\/\/www.youtube.com\/watch?v=xf3vfczoCho&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability--part-6","created":1298220727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"134709","children":[]},{"title":"Probability (part 7)","description":"More on conditional probability. Touch on Bayes' Theorem.","url":"http:\/\/www.youtube.com\/watch?v=BLcgeLALLnc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability--part-7","created":1298220727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"124588","children":[]},{"title":"Probability (part 8)","description":"Introduction to Bayes' Theorem","url":"http:\/\/www.youtube.com\/watch?v=VVr8snbaxZg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability--part-8","created":1298220727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"105594","children":[]},{"title":"Introduction to Random Variables","description":"Introduction to random variables and probability distribution functions.","url":"http:\/\/www.youtube.com\/watch?v=IYdiKeQ9xEI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-random-variables","created":1298220728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"278938","children":[]}]},{"title":"Probability and combinatorics","description":"Permutations and combinations. Using combinatorics to solve questions in probability.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Permutations and combinations","description":"If want to display your Chuck Norris dolls on your desk at school and there is only room for five of them. Unfortunately, you own 50. How many ways can you pick the dolls and arrange them on your desk? What if you don't what order they are in or how they are posed (okay, of course you care about their awesome poses)?","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Probability using combinatorics","description":"This tutorial will apply the permutation and combination tools you learned in the last tutorial to problems of probability. You'll finally learn that there may be better \"investments\" than poring all your money into the Powerball Lottery.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Random variables and probability distributions","description":"Random variables. Expected value. Probability distributions (both discrete and continuous). Binomial distribution. Poisson processes.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Random variables and probability distributions","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Random Variables","description":"Basic idea and definitions of random variables","url":"http:\/\/www.youtube.com\/watch?v=3v9w79NhsfI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/random-variables","created":1354817883,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8310","children":[]},{"title":"Discrete and continuous random variables","description":"Defining discrete and continuous random variables. Working through examples of both discrete and continuous random variables.","url":"http:\/\/www.youtube.com\/watch?v=dOr0NKyD31Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/discrete-and-continuous-random-variables","created":1354818433,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7636","children":[]},{"title":"Probability Density Functions","description":"Probability density functions for continuous random variables.","url":"http:\/\/www.youtube.com\/watch?v=Fvi9A_tEmXQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability-density-functions","created":1298220728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"333540","children":[]},{"title":"Expected Value: E(X)","description":"Expected value of a random variable","url":"http:\/\/www.youtube.com\/watch?v=j__Kredt7vY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/expected-value--e-x","created":1298220729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"215366","children":[]},{"title":"Expected value","description":"Compute the expected value given a set of outcomes, probabilities, and payoffs","url":"http:\/\/www.khanacademy.org\/exercise\/expected_value","source":"http:\/\/www.khanacademy.org\/exercise\/expected_value","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Law of Large Numbers","description":"Introduction to the law of large numbers","url":"http:\/\/www.youtube.com\/watch?v=VpuN8vCQ--M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/law-of-large-numbers","created":1298220729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"104598","children":[]},{"title":"Term Life Insurance and Death Probability","description":"Understanding an insurance company's sense of my chances of dying.","url":"http:\/\/www.youtube.com\/watch?v=NSSoMafbBqQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/term-life-insurance-and-death-probability","created":1303255630,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29076","children":[]}]},{"title":"Binomial distribution","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Binomial Distribution 1","description":"Introduction to the binomial distribution","url":"http:\/\/www.youtube.com\/watch?v=O12yTz_8EOw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/binomial-distribution-1","created":1298220728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"347319","children":[]},{"title":"Binomial Distribution 2","description":"More on the binomial distribution","url":"http:\/\/www.youtube.com\/watch?v=FI8xtVaI068&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/binomial-distribution-2","created":1298220728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"169740","children":[]},{"title":"Binomial Distribution 3","description":"Basketball binomial distribution","url":"http:\/\/www.youtube.com\/watch?v=vKNpQ_KTXvE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/binomial-distribution-3","created":1298220729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"126300","children":[]},{"title":"Binomial Distribution 4","description":"Using Excel to visualize the basketball binomial distribution","url":"http:\/\/www.youtube.com\/watch?v=H0ZgOGWUcJw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/binomial-distribution-4","created":1298220729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100213","children":[]},{"title":"Expected Value of Binomial Distribution","description":"Expected value of a binomial distributed random variable","url":"http:\/\/www.youtube.com\/watch?v=SqcxYnNlI3Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/expected-value-of-binomial-distribution","created":1298220729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"116699","children":[]}]},{"title":"Poisson process","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Poisson Process 1","description":"Introduction to Poisson Processes and the Poisson Distribution.","url":"http:\/\/www.youtube.com\/watch?v=3z-M6sbGIZ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/poisson-process-1","created":1298220729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"167665","children":[]},{"title":"Poisson Process 2","description":"More of the derivation of the Poisson Distribution.","url":"http:\/\/www.youtube.com\/watch?v=Jkr4FSrNEVY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/poisson-process-2","created":1298220729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"92848","children":[]}]},{"title":"Descriptive statistics","description":"Measures of central tendency and dispersion. Mean, median, mode, variance, and standard deviation.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Measures of central tendency","description":"This is the foundational tutorial for the rest of statistics. We start thinking about how you can represent a set of numbers with one number that somehow represents the \"center\". We then talk about the differences between populations, samples, parameters and statistics.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Statistics intro: mean, median and mode","description":"Using the mean, median and mode to try to represent data","url":"http:\/\/www.youtube.com\/watch?v=h8EYEJ32oQ8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/statistics-intro--mean--median-and-mode","created":1353078997,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30851","children":[]},{"title":"Example: Finding mean, median and mode","description":"Mean Median and Mode","url":"http:\/\/www.youtube.com\/watch?v=k3aKKasOmIw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mean-median-and-mode","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"153459","children":[]},{"title":"Mean median and mode","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/mean_median_and_mode","source":"http:\/\/www.khanacademy.org\/exercise\/mean_median_and_mode","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Exploring Mean and Median Module","description":"Ben Eater and Sal work through the mean and median module: http:\/\/www.khanacademy.org\/math\/statistics\/e\/exploring_mean_and_median","url":"http:\/\/www.youtube.com\/watch?v=n6xCyzOP900&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exploring-mean-and-median-module","created":1356745922,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7162","children":[]},{"title":"Exploring mean and median","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/exploring_mean_and_median","source":"http:\/\/www.khanacademy.org\/exercise\/exploring_mean_and_median","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Average word problems","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/average_word_problems","source":"http:\/\/www.khanacademy.org\/exercise\/average_word_problems","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Sample mean versus population mean.","description":"The conceptual and notational differences between a parameter for a population and a statistic calculated from a sample.","url":"http:\/\/www.youtube.com\/watch?v=k5EbijWu-Ss&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/statistics--sample-vs--population-mean","created":1298220855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15813","children":[]}]},{"title":"Box-and-whisker plots","description":"Whether you're looking at scientific data or stock price charts, box-and-whisker plots can show up in your life. This tutorial covers what they are, how to read them and how to construct them. We'd consider this tutorial very optional, but it is a good application of dealing with medians and ranges.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Reading Box-and-Whisker Plots","description":"Reading Box-and-Whisker Plots","url":"http:\/\/www.youtube.com\/watch?v=b2C9I8HuCe4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reading-box-and-whisker-plots","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38749","children":[]},{"title":"Constructing a box-and-whisker plot","description":"Constructing a box and whisker plot to analyze data.","url":"http:\/\/www.youtube.com\/watch?v=09Cx7xuIXig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/constructing-a-box-and-whisker-plot","created":1353532566,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10478","children":[]},{"title":"Box-and-Whisker Plots","description":"Box-and-Whisker Plots","url":"http:\/\/www.youtube.com\/watch?v=-M0Fi0ijnJs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/box-and-whisker-plots","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"84123","children":[]},{"title":"Creating box and whisker plots","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/creating_box_and_whisker_plots","source":"http:\/\/www.khanacademy.org\/exercise\/creating_box_and_whisker_plots","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Example: Range and mid-range","description":"Range and Mid-range","url":"http:\/\/www.youtube.com\/watch?v=7DtWXEPB_AI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/range-and-mid-range","created":1321354832,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61185","children":[]}]},{"title":"Variance and standard deviation","description":"We have tools (like the arithmetic mean) to measure central tendency and are now curious about representing how much the data in a set varies from that central tendency. In this tutorial we introduce the variance and standard deviation (which is just the square root of the variance) as two commonly used tools for doing this.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Variance of a population","description":"Variance as a measure of, on average, how far the data points in a population are from the population mean","url":"http:\/\/www.youtube.com\/watch?v=dvoHB9djouc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/variance-of-a-population","created":1353431962,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14632","children":[]},{"title":"Sample variance","description":"Thinking about how we can estimate the variance of a population by looking at the data in a sample.","url":"http:\/\/www.youtube.com\/watch?v=iHXdzfF7UEs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sample-variance","created":1353523843,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12896","children":[]},{"title":"Review and intuition why we divide by n-1 for the unbiased sample variance","description":"Reviewing the population mean, sample mean, population variance, sample variance and building an intuition for why we divide by n-1 for the unbiased sample variance","url":"http:\/\/www.youtube.com\/watch?v=KkaU2ur3Ymw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/review-and-intuition-why-we-divide-by-n-1-for-the-unbiased-sample-variance","created":1353524000,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10759","children":[]},{"title":"Simulation showing bias in sample variance","description":"Simulation by Peter Collingridge giving us a better understanding of why we divide by (n-1) when calculating the unbiased sample variance. Simulation available at: http:\/\/www.khanacademy.org\/cs\/challenge-unbiased-estimate-of-population-variance\/1169428428","url":"http:\/\/www.youtube.com\/watch?v=Cn0skMJ2F3c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simulation-showing-bias-in-sample-variance","created":1353975475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8450","children":[]},{"title":"Another simulation giving evidence that (n-1) gives us an unbiased estimate of variance","description":"Another visualization providing evidence that dividing by n-1 truly gives an unbiased estimate of population variance. Simulation at: http:\/\/www.khanacademy.org\/cs\/unbiased-variance-visualization\/1167453164","url":"http:\/\/www.youtube.com\/watch?v=F2mfEldxsPI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/another-simulation-giving-evidence-that--n-1--gives-us-an-unbiased-estimate-of-variance","created":1353975773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5457","children":[]},{"title":"Simulation providing evidence that (n-1) gives us unbiased estimate","description":"Simulation by KA user tetef showing that dividing by (n-1) gives us an unbiased estimate of population variance. Simulation at: http:\/\/www.khanacademy.org\/cs\/will-it-converge-towards-1\/1167579097","url":"http:\/\/www.youtube.com\/watch?v=0QS4VHPV4JA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simulation-providing-evidence-that--n-1--gives-us-unbiased-estimate","created":1353975550,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6338","children":[]},{"title":"Variance","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/variance","source":"http:\/\/www.khanacademy.org\/exercise\/variance","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Statistics: Standard Deviation","description":"Review of what we've learned. Introduction to the standard deviation.","url":"http:\/\/www.youtube.com\/watch?v=HvDqbzu0i0E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/statistics--standard-deviation","created":1298220856,"start":null,"end":null,"type":"video","provider":"Khan University","views":"497993","children":[]},{"title":"Exploring Standard Deviation 1 Module","description":"Ben Eater and Sal Khan talk through the Khan Academy Standard Deviation 1 Module: http:\/\/www.khanacademy.org\/math\/statistics\/e\/exploring_standard_deviation_1","url":"http:\/\/www.youtube.com\/watch?v=4kA-IOFwUN4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exploring-standard-deviation-1-module","created":1356746010,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6044","children":[]},{"title":"Exploring standard deviation 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/exploring_standard_deviation_1","source":"http:\/\/www.khanacademy.org\/exercise\/exploring_standard_deviation_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Standard deviation","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/standard_deviation","source":"http:\/\/www.khanacademy.org\/exercise\/standard_deviation","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Statistics: Alternate Variance Formulas","description":"Playing with the formula for variance of a population.","url":"http:\/\/www.youtube.com\/watch?v=sRVGcYGjUk8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/statistics--alternate-variance-formulas","created":1298220856,"start":null,"end":null,"type":"video","provider":"Khan University","views":"130571","children":[]}]},{"title":"Sal's old statistics videos","description":"This tutorial covers central tendency and dispersion. It is redundant with the other tutorials on this topic, but it has the benefit of messy handwriting and a cheap microphone. This is Sal circa 2007 so take it all with a grain of salt (or just skip it altogether).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Statistics: The Average","description":"Introduction to descriptive statistics and central tendency. Ways to measure the average of a set: median, mean, mode","url":"http:\/\/www.youtube.com\/watch?v=uhxtUt_-GyM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/statistics--the-average","created":1298220855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"517895","children":[]},{"title":"Statistics: Variance of a Population","description":"Variance of a population.","url":"http:\/\/www.youtube.com\/watch?v=6JFzI1DDyyk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/statistics--variance-of-a-population","created":1298220855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"273265","children":[]},{"title":"Statistics: Sample Variance","description":"Using the variance of a sample to estimate the variance of a population","url":"http:\/\/www.youtube.com\/watch?v=Qf3RMGXR-h8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/statistics--sample-variance","created":1298220856,"start":null,"end":null,"type":"video","provider":"Khan University","views":"243062","children":[]}]},{"title":"Regression","description":"Fitting a line to points. Linear regression. R-squared.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Linear regression and correlation","description":"Even when there might be a rough linear relationship between two variables, the data in the real-world is never as clean as you want it to be. This tutorial helps you think about how you can best fit a line to the relationship between two variables.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Estimating the line of best fit","description":"Given a random assortment of points, find the best fit line for them.","url":"http:\/\/www.khanacademy.org\/exercise\/plotting_the_line_of_best_fit","source":"http:\/\/www.khanacademy.org\/exercise\/plotting_the_line_of_best_fit","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Correlation and Causality","description":"Understanding why correlation does not imply causality (even though many in the press and some researchers often imply otherwise)","url":"http:\/\/www.youtube.com\/watch?v=ROpbdO-gRUo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/correlation-and-causality","created":1313703773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61729","children":[]},{"title":"Squared Error of Regression Line","description":"Introduction to the idea that one can find a line that minimizes the squared distances to the points","url":"http:\/\/www.youtube.com\/watch?v=6OvhLPS7rj4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/squared-error-of-regression-line","created":1298220894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48248","children":[]},{"title":"Proof (Part 1) Minimizing Squared Error to Regression Line","description":"Proof (Part 1) Minimizing Squared Error to Regression Line","url":"http:\/\/www.youtube.com\/watch?v=mIx2Oj5y9Q8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--part-1--minimizing-squared-error-to-regression-line","created":1298220894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33338","children":[]},{"title":"Proof Part 2 Minimizing Squared Error to Line","description":"Proof Part 2 Minimizing Squared Error to Line","url":"http:\/\/www.youtube.com\/watch?v=f6OnoxctvUk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof-part-2-minimizing-squared-error-to-line","created":1298220894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21934","children":[]},{"title":"Proof (Part 3) Minimizing Squared Error to Regression Line","description":"Proof (Part 3) Minimizing Squared Error to Regression Line","url":"http:\/\/www.youtube.com\/watch?v=u1HhUB3NP8g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--part-3--minimizing-squared-error-to-regression-line","created":1298220894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23979","children":[]},{"title":"Proof (Part 4) Minimizing Squared Error to Regression Line","description":"Proof (Part 4) Minimizing Squared Error to Regression Line","url":"http:\/\/www.youtube.com\/watch?v=8RSTQl0bQuw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--part-4--minimizing-squared-error-to-regression-line","created":1298220894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19074","children":[]},{"title":"Regression Line Example","description":"Regression Line Example","url":"http:\/\/www.youtube.com\/watch?v=GAmzwIkGFgE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/regression-line-example","created":1298220894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"76811","children":[]},{"title":"Second Regression Example","description":"Second Regression Example","url":"http:\/\/www.youtube.com\/watch?v=ww_yT9ckPWw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/second-regression-example","created":1298220894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24596","children":[]},{"title":"R-Squared or Coefficient of Determination","description":"R-Squared or Coefficient of Determination","url":"http:\/\/www.youtube.com\/watch?v=lng4ZgConCM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/r-squared-or-coefficient-of-determination","created":1298220894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56080","children":[]},{"title":"Calculating R-Squared","description":"Calculating R-Squared to see how well a regression line fits data","url":"http:\/\/www.youtube.com\/watch?v=Fc5t_5r_7IU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculating-r-squared","created":1298220894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37469","children":[]},{"title":"Covariance and the Regression Line","description":"Covariance, Variance and the Slope of the Regression Line","url":"http:\/\/www.youtube.com\/watch?v=ualmyZiPs9w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/covariance-and-the-regression-line","created":1298220895,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46895","children":[]}]},{"title":"Inferential statistics","description":"Making inferences based on sample data. Confidence intervals. Margin of error. Hypothesis testing.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Normal distribution","description":"The normal distribution (often referred to as the \"bell curve\" is at the core of most of inferential statistics. By assuming that most complex processes result in a normal distribution (we'll see why this is reasonable), we can gauge the probability of it happening by chance.\n\nTo best enjoy this tutorial, it is good to come to it understanding what probability distributions and random variables are. You should also be very familiar with the notions of population and sample mean and standard deviation.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to the Normal Distribution","description":"Exploring the normal distribution","url":"http:\/\/www.youtube.com\/watch?v=hgtMWR3TFnY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-normal-distribution","created":1298220857,"start":null,"end":null,"type":"video","provider":"Khan University","views":"176444","children":[]},{"title":"Normal Distribution Excel Exercise","description":"(Long-26 minutes) Presentation on spreadsheet to show that the normal distribution approximates the binomial distribution for a large number of trials.","url":"http:\/\/www.youtube.com\/watch?v=yTGEMoaWDCQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/normal-distribution-excel-exercise","created":1298220857,"start":null,"end":null,"type":"video","provider":"Khan University","views":"98332","children":[]},{"title":"ck12.org Normal Distribution Problems: Qualitative sense of normal distributions","description":"Discussion of how \"normal\" a distribution might be","url":"http:\/\/www.youtube.com\/watch?v=79duxPXpyKQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ck12-org-normal-distribution-problems--qualitative-sense-of-normal-distributions","created":1298220857,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54488","children":[]},{"title":"ck12.org Normal Distribution Problems: Empirical Rule","description":"Using the empirical rule (or 68-95-99.7 rule) to estimate probabilities for normal distributions","url":"http:\/\/www.youtube.com\/watch?v=OhRr26AfFBU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ck12-org-normal-distribution-problems--empirical-rule","created":1298220857,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75483","children":[]},{"title":"ck12.org Normal Distribution Problems: z-score","description":"Z-score practice","url":"http:\/\/www.youtube.com\/watch?v=Wp2nVIzBsE8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ck12-org-normal-distribution-problems--z-score","created":1298220857,"start":null,"end":null,"type":"video","provider":"Khan University","views":"113178","children":[]},{"title":"ck12.org Exercise: Standard Normal Distribution and the Empirical Rule","description":"Using the Empirical Rule with a standard normal distribution","url":"http:\/\/www.youtube.com\/watch?v=2fzYE-Emar0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ck12-org-exercise--standard-normal-distribution-and-the-empirical-rule","created":1298220857,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55593","children":[]},{"title":"Empirical rule","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/empirical_rule","source":"http:\/\/www.khanacademy.org\/exercise\/empirical_rule","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"ck12.org: More Empirical Rule and Z-score practice","description":"More Empirical Rule and Z-score practice","url":"http:\/\/www.youtube.com\/watch?v=itQEwESWDKg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ck12-org--more-empirical-rule-and-z-score-practice","created":1298220858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54700","children":[]},{"title":"Z scores 1","description":"Find the z-score of a particular measurement given the mean and standard deviation.","url":"http:\/\/www.khanacademy.org\/exercise\/z_scores_1","source":"http:\/\/www.khanacademy.org\/exercise\/z_scores_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Z scores 2","description":"Use a z-table to find the probability of a particular measurement.","url":"http:\/\/www.khanacademy.org\/exercise\/z_scores_2","source":"http:\/\/www.khanacademy.org\/exercise\/z_scores_2","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Z scores 3","description":"Use a z-table to find the probability that a particular measurement is in a range.","url":"http:\/\/www.khanacademy.org\/exercise\/z_scores_3","source":"http:\/\/www.khanacademy.org\/exercise\/z_scores_3","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Sampling distribution","description":"In this tutorial, we experience one of the most exciting ideas in statistics--the central limit theorem. Without it, it would be a lot harder to make any inferences about population parameters given sample statistics. It tells us that, regardless of what the population distribution looks like, the distribution of the sample means (you'll learn what that is) can be normal.\n\nGood idea to understand a bit about normal distributions before diving into this tutorial.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Central Limit Theorem","description":"Introduction to the central limit theorem and the sampling distribution of the mean","url":"http:\/\/www.youtube.com\/watch?v=JNm3M9cqWyc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/central-limit-theorem","created":1298220858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"158341","children":[]},{"title":"Sampling Distribution of the Sample Mean","description":"The central limit theorem and the sampling distribution of the sample mean","url":"http:\/\/www.youtube.com\/watch?v=FXZ2O1Lv-KE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sampling-distribution-of-the-sample-mean","created":1298220858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"122063","children":[]},{"title":"Sampling Distribution of the Sample Mean 2","description":"More on the Central Limit Theorem and the Sampling Distribution of the Sample Mean","url":"http:\/\/www.youtube.com\/watch?v=NYd6wzYkQIM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sampling-distribution-of-the-sample-mean-2","created":1298220858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75846","children":[]},{"title":"Standard Error of the Mean","description":"Standard Error of the Mean (a.k.a. the standard deviation of the sampling distribution of the sample mean!)","url":"http:\/\/www.youtube.com\/watch?v=J1twbrHel3o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/standard-error-of-the-mean","created":1298220858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"135564","children":[]},{"title":"Sampling Distribution Example Problem","description":"Figuring out the probability of running out of water on a camping trip","url":"http:\/\/www.youtube.com\/watch?v=0ZstEh_8bYc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sampling-distribution-example-problem","created":1298220858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73415","children":[]}]},{"title":"Confidence intervals","description":"We all have confidence intervals (\"I'm the king of the world!!!!\") and non-confidence intervals (\"No one loves me\"). That is not what this tutorial is about.\n\nThis tutorial takes what you already know about the central limit theorem, sampling distributions, and z-scores and uses these tools to dive into the world of inferential statistics. It may seem magical at first, but from our sample, we can now make inferences about the probability of our population mean actually being in an interval.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Confidence Interval 1","description":"Estimating the probability that the true population mean lies within a range around a sample mean.","url":"http:\/\/www.youtube.com\/watch?v=bekNKJoxYbQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/confidence-interval-1","created":1298220858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"144762","children":[]},{"title":"Confidence Interval Example","description":"Confidence Interval Example","url":"http:\/\/www.youtube.com\/watch?v=SeQeYVJZ2gE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/confidence-interval-example","created":1298220859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81981","children":[]},{"title":"Small Sample Size Confidence Intervals","description":"Constructing small sample size confidence intervals using t-distributions","url":"http:\/\/www.youtube.com\/watch?v=K4KDLWENXm0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/small-sample-size-confidence-intervals","created":1298220859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44867","children":[]}]},{"title":"Bernoulli distributions and margin of error","description":"Ever wondered what pollsters are talking about when they said that there is a 3% \"margin of error\" in their results. Well, this tutorial will not only explain what it means, but give you the tools and understanding to be a pollster yourself!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Mean and Variance of Bernoulli Distribution Example","description":"Mean and Variance of Bernoulli Distribution Example","url":"http:\/\/www.youtube.com\/watch?v=O8vB1eInP_8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mean-and-variance-of-bernoulli-distribution-example","created":1298220858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40669","children":[]},{"title":"Bernoulli Distribution Mean and Variance Formulas","description":"Bernoulli Distribution Mean and Variance Formulas","url":"http:\/\/www.youtube.com\/watch?v=ry81_iSHt6E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bernoulli-distribution-mean-and-variance-formulas","created":1298220858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35377","children":[]},{"title":"Margin of Error 1","description":"Finding the 95% confidence interval for the proportion of a population voting for a candidate.","url":"http:\/\/www.youtube.com\/watch?v=OwPSuHXmiPw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/margin-of-error-1","created":1298220858,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56172","children":[]},{"title":"Margin of Error 2","description":"Finding the 95% confidence interval for the proportion of a population voting for a candidate.","url":"http:\/\/www.youtube.com\/watch?v=YclQE2XtaLw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/margin-of-error-2","created":1298220859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28892","children":[]}]},{"title":"Hypothesis testing with one sample","description":"This tutorial helps us answer one of the most important questions not only in statistics, but all of science: how confident are we that a result from a new drug or process is not due to random chance but due to an actual impact.\n\nIf you are familiar with sampling distributions and confidence intervals, you're ready for this adventure!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Hypothesis Testing and P-values","description":"Hypothesis Testing and P-values","url":"http:\/\/www.youtube.com\/watch?v=-FtlH4svqx4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hypothesis-testing-and-p-values","created":1298220859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"248033","children":[]},{"title":"One-Tailed and Two-Tailed Tests","description":"One-Tailed and Two-Tailed Tests","url":"http:\/\/www.youtube.com\/watch?v=mvye6X_0upA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/one-tailed-and-two-tailed-tests","created":1298220859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"99263","children":[]},{"title":"Type 1 Errors","description":"Type 1 Errors","url":"http:\/\/www.youtube.com\/watch?v=EowIec7Y8HM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/type-1-errors","created":1298220859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61848","children":[]},{"title":"Z-statistics vs. T-statistics","description":"Z-statistics vs. T-statistics","url":"http:\/\/www.youtube.com\/watch?v=5ABpqVSx33I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/z-statistics-vs--t-statistics","created":1298220859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"152218","children":[]},{"title":"Small Sample Hypothesis Test","description":"Small Sample Hypothesis Test","url":"http:\/\/www.youtube.com\/watch?v=D2sMsmL0ScQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/small-sample-hypothesis-test","created":1298220859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66302","children":[]},{"title":"T-Statistic Confidence Interval","description":"T-Statistic Confidence Interval (for small sample sizes)","url":"http:\/\/www.youtube.com\/watch?v=hV4pdjHCKuA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/t-statistic-confidence-interval","created":1298220859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81734","children":[]},{"title":"Large Sample Proportion Hypothesis Testing","description":"Large Sample Proportion Hypothesis Testing","url":"http:\/\/www.youtube.com\/watch?v=1JT9oODsClE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/large-sample-proportion-hypothesis-testing","created":1298220859,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40304","children":[]}]},{"title":"Hypothesis testing with two samples","description":"You're already familiar with hypothesis testing with one sample. In this tutorial, we'll go further by testing whether the difference between the means of two samples seems to be unlikely purely due to chance.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Variance of Differences of Random Variables","description":"Variance of Differences of Random Variables","url":"http:\/\/www.youtube.com\/watch?v=rLdoKZ7w0xI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/variance-of-differences-of-random-variables","created":1298220860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30289","children":[]},{"title":"Difference of Sample Means Distribution","description":"Difference of Sample Means Distribution","url":"http:\/\/www.youtube.com\/watch?v=TcIDXqmt74A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/difference-of-sample-means-distribution","created":1298220860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31279","children":[]},{"title":"Confidence Interval of Difference of Means","description":"Confidence Interval of Difference of Means","url":"http:\/\/www.youtube.com\/watch?v=hxZ6uooEJOk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/confidence-interval-of-difference-of-means","created":1298220860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36444","children":[]},{"title":"Clarification of Confidence Interval of Difference of Means","description":"Clarification of Confidence Interval of Difference of Means","url":"http:\/\/www.youtube.com\/watch?v=yQsCMnz9wO8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/clarification-of-confidence-interval-of-difference-of-means","created":1298220860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19528","children":[]},{"title":"Hypothesis Test for Difference of Means","description":"Hypothesis Test for Difference of Means","url":"http:\/\/www.youtube.com\/watch?v=N984XGLjQfs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hypothesis-test-for-difference-of-means","created":1298220860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48812","children":[]},{"title":"Comparing Population Proportions 1","description":"Comparing Population Proportions 1","url":"http:\/\/www.youtube.com\/watch?v=a1Ye5RcWOqg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-population-proportions-1","created":1298220860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27682","children":[]},{"title":"Comparing Population Proportions 2","description":"Comparing Population Proportions 2","url":"http:\/\/www.youtube.com\/watch?v=MNbat1lrJW4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-population-proportions-2","created":1298220860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17363","children":[]},{"title":"Hypothesis Test Comparing Population Proportions","description":"Hypothesis Test Comparing Population Proportions","url":"http:\/\/www.youtube.com\/watch?v=dvSa_tx04hw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hypothesis-test-comparing-population-proportions","created":1298220893,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28298","children":[]}]},{"title":"Chi-square probability distribution","description":"You've gotten good at hypothesis testing when you can make assumptions about the underlying distributions. In this tutorial, we'll learn about a new distribution (the chi-square one) and how it can help you (yes, you) infer what an underlying distribution even is!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Chi-Square Distribution Introduction","description":"Chi-Square Distribution Introduction","url":"http:\/\/www.youtube.com\/watch?v=dXB3cUGnaxQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chi-square-distribution-introduction","created":1298220895,"start":null,"end":null,"type":"video","provider":"Khan University","views":"85130","children":[]},{"title":"Pearson's Chi Square Test (Goodness of Fit)","description":"Pearson's Chi Square Test (Goodness of Fit)","url":"http:\/\/www.youtube.com\/watch?v=2QeDRsxSF9M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pearson-s-chi-square-test--goodness-of-fit","created":1298220895,"start":null,"end":null,"type":"video","provider":"Khan University","views":"99164","children":[]},{"title":"Contingency Table Chi-Square Test","description":"Contingency Table Chi-Square Test","url":"http:\/\/www.youtube.com\/watch?v=hpWdDmgsIRE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/contingency-table-chi-square-test","created":1298220895,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45331","children":[]}]},{"title":"Analysis of variance","description":"You already know a good bit about hypothesis testing with one or two samples. Now we take things further by making inferences based on three or more samples. We'll use the very special F-distribution to do it (F stands for \"fabulous\").","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"ANOVA 1 - Calculating SST (Total Sum of Squares)","description":"Analysis of Variance 1 - Calculating SST (Total Sum of Squares)","url":"http:\/\/www.youtube.com\/watch?v=EFdlFoHI_0I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/anova-1---calculating-sst--total-sum-of-squares","created":1298220895,"start":null,"end":null,"type":"video","provider":"Khan University","views":"87023","children":[]},{"title":"ANOVA 2 - Calculating SSW and SSB (Total Sum of Squares Within and Between).avi","description":"Analysis of Variance 2 - Calculating SSW and SSB (Total Sum of Squares Within and Between).avi","url":"http:\/\/www.youtube.com\/watch?v=j9ZPMlVHJVs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/anova-2---calculating-ssw-and-ssb--total-sum-of-squares-within-and-between--avi","created":1298220895,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58558","children":[]},{"title":"ANOVA 3 -Hypothesis Test with F-Statistic","description":"Analysis of Variance 3 -Hypothesis Test with F-Statistic","url":"http:\/\/www.youtube.com\/watch?v=Xg8_iSkJpAE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/anova-3--hypothesis-test-with-f-statistic","created":1298220895,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70080","children":[]}]},{"title":"Differential equations","description":"Topics covered in a first year course in differential equations. Need to understand basic differentiation and integration from Calculus playlist before starting here.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"First order differential equations","description":"Differential equations with only first derivatives.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Intro to differential equations","description":"How is a differential equation different from a regular one? Well, the solution is a function (or a class of functions), not a number. How do you like me now (that is what the differential equation would say in response to your shock)!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What is a differential equation","description":"What a differential equation is and some terminology.","url":"http:\/\/www.youtube.com\/watch?v=-_POEWfygmU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-a-differential-equation","created":1298220099,"start":null,"end":null,"type":"video","provider":"Khan University","views":"590201","children":[]},{"title":"Simple Differential Equations","description":"3 basic differential equations that can be solved by taking the antiderivatives of both sides.","url":"http:\/\/www.youtube.com\/watch?v=C8mudsCSmcU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-differential-equations","created":1298219578,"start":null,"end":null,"type":"video","provider":"Khan University","views":"123802","children":[]}]},{"title":"Separable equations","description":"Arguably the 'easiest' class of differential equations. Here we use our powers of algebra to \"separate\" the y's from the x's on two different sides of the equation and then we just integrate!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Separable Differential Equations","description":"Introduction to separable differential equations.","url":"http:\/\/www.youtube.com\/watch?v=C5-lz0hcqsE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/separable-differential-equations","created":1298220099,"start":null,"end":null,"type":"video","provider":"Khan University","views":"272957","children":[]},{"title":"Separable differential equations 2","description":"Another separable differential equation example.","url":"http:\/\/www.youtube.com\/watch?v=xVWCfMe97ws&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/separable-differential-equations-2","created":1298220099,"start":null,"end":null,"type":"video","provider":"Khan University","views":"151097","children":[]}]},{"title":"Exact equations and integrating factors","description":"A very special class of often non-linear differential equations. If you know a bit about partial derivatives, this tutorial will help you know how to 'exactly' solve these!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Exact Equations Intuition 1 (proofy)","description":"Chain rule using partial derivatives (not a proof; more intuition).","url":"http:\/\/www.youtube.com\/watch?v=iEpqcdaJNTQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exact-equations-intuition-1--proofy","created":1298220099,"start":null,"end":null,"type":"video","provider":"Khan University","views":"129244","children":[]},{"title":"Exact Equations Intuition 2 (proofy)","description":"More intuitive building blocks for exact equations.","url":"http:\/\/www.youtube.com\/watch?v=a7wYAtMjORQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exact-equations-intuition-2--proofy","created":1298220100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73094","children":[]},{"title":"Exact Equations Example 1","description":"First example of solving an exact differential equation.","url":"http:\/\/www.youtube.com\/watch?v=Pb04ntcDJcQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exact-equations-example-1","created":1298220100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"123567","children":[]},{"title":"Exact Equations Example 2","description":"Some more exact equation examples","url":"http:\/\/www.youtube.com\/watch?v=utQi1ZhF__Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exact-equations-example-2","created":1298220100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61183","children":[]},{"title":"Exact Equations Example 3","description":"One more exact equation example","url":"http:\/\/www.youtube.com\/watch?v=eu_GFuU7tLI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exact-equations-example-3","created":1298220100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52260","children":[]},{"title":"Integrating factors 1","description":"Using an integrating factor to make a differential equation exact","url":"http:\/\/www.youtube.com\/watch?v=j511hg7Hlbg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/integrating-factors-1","created":1298220100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"134754","children":[]},{"title":"Integrating factors 2","description":"Now that we've made the equation exact, let's solve it!","url":"http:\/\/www.youtube.com\/watch?v=0NyeDUhKwBE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/integrating-factors-2","created":1298220100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72196","children":[]}]},{"title":"Homogeneous equations","description":"In this equations, all of the fat is fully mixed in so it doesn't collect at the top. No (that would be homogenized equations).\n\nActually, the term \"homogeneous\" is way overused in differential equations. In this tutorial, we'll look at equations of the form y'=(F(y\/x)).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"First order homegenous equations","description":"Introduction to first order homogenous equations.","url":"http:\/\/www.youtube.com\/watch?v=9Wfn-WWV1aY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/first-order-homegenous-equations","created":1298220100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"142853","children":[]},{"title":"First order homogeneous equations 2","description":"Another example of using substitution to solve a first order homogeneous differential equations.","url":"http:\/\/www.youtube.com\/watch?v=6YRGEsQWZzY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/first-order-homogenous-equations-2","created":1298220100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"101311","children":[]}]},{"title":"Second order linear equations","description":"Linear differential equations that contain second derivatives","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Linear homogeneous equations","description":"To make your life interesting, we'll now use the word \"homogeneous\" in a way that is not connected to the way we used the term when talking about first-order equations. As you'll see, second order linear homogeneous equations can be solved with a little bit of algebra (and a lot of love).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"2nd Order Linear Homogeneous Differential Equations 1","description":"Introduction to 2nd order, linear, homogeneous differential equations with constant coefficients.","url":"http:\/\/www.youtube.com\/watch?v=UFWAu8Ptth0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2nd-order-linear-homogeneous-differential-equations-1","created":1298220100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"146822","children":[]},{"title":"2nd Order Linear Homogeneous Differential Equations 2","description":"Let's find the general solution!","url":"http:\/\/www.youtube.com\/watch?v=SPVqgkOZMAc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2nd-order-linear-homogeneous-differential-equations-2","created":1298220100,"start":null,"end":null,"type":"video","provider":"Khan University","views":"94341","children":[]},{"title":"2nd Order Linear Homogeneous Differential Equations 3","description":"Let's use some initial conditions to solve for the particular solution","url":"http:\/\/www.youtube.com\/watch?v=UyCwAFQt4v0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2nd-order-linear-homogeneous-differential-equations-3","created":1298220101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78711","children":[]},{"title":"2nd Order Linear Homogeneous Differential Equations 4","description":"Another example with initial conditions!","url":"http:\/\/www.youtube.com\/watch?v=3uO_uPb9H8w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2nd-order-linear-homogeneous-differential-equations-4","created":1298220101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75465","children":[]}]},{"title":"Complex and repeated roots of characteristic equation","description":"Thinking about what happens when you have complex or repeated roots for your characteristic equation.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Complex roots of the characteristic equations 1","description":"What happens when the characteristic equations has complex roots?!","url":"http:\/\/www.youtube.com\/watch?v=6xEO4BeawzA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complex-roots-of-the-characteristic-equations-1","created":1298220101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"88621","children":[]},{"title":"Complex roots of the characteristic equations 2","description":"What happens when the characteristic equation has complex roots?","url":"http:\/\/www.youtube.com\/watch?v=jJyRrIZ595c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complex-roots-of-the-characteristic-equations-2","created":1298220101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57848","children":[]},{"title":"Complex roots of the characteristic equations 3","description":"Lets do an example with initial conditions!","url":"http:\/\/www.youtube.com\/watch?v=rGaM6pwqhB0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/complex-roots-of-the-characteristic-equations-3","created":1298220101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43977","children":[]},{"title":"Repeated roots of the characteristic equation","description":"What happens when the characteristic equation only has 1 repeated root?","url":"http:\/\/www.youtube.com\/watch?v=NW9JfMvIsxw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/repeated-roots-of-the-characteristic-equation","created":1298220101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50716","children":[]},{"title":"Repeated roots of the characteristic equations part 2","description":"An example where we use initial conditions to solve a repeated-roots differential equation.","url":"http:\/\/www.youtube.com\/watch?v=YezsgIlcb68&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/repeated-roots-of-the-characterisitic-equations-part-2","created":1298220101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33183","children":[]}]},{"title":"Method of undetermined coefficients","description":"Now we can apply some of our second order linear differential equations skills to nonhomogeneous equations. Yay!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Undetermined Coefficients 1","description":"Using the method of undetermined coefficients to solve nonhomogeneous linear differential equations.","url":"http:\/\/www.youtube.com\/watch?v=znE4Nq9NJCQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/undetermined-coefficients-1","created":1298220101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"104364","children":[]},{"title":"Undetermined Coefficients 2","description":"Another example using undetermined coefficients.","url":"http:\/\/www.youtube.com\/watch?v=hbJ2o9EUmJ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/undetermined-coefficients-2","created":1298220101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71926","children":[]},{"title":"Undetermined Coefficients 3","description":"Another example where the nonhomogeneous part is a polynomial","url":"http:\/\/www.youtube.com\/watch?v=I3vIAzMcm4Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/undetermined-coefficients-3","created":1298220101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58913","children":[]},{"title":"Undetermined Coefficients 4","description":"Putting it all together!","url":"http:\/\/www.youtube.com\/watch?v=vAepSNDLZRM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/undetermined-coefficients-4","created":1298220102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51771","children":[]}]},{"title":"Laplace transform","description":"Transforms and the Laplace transform in particular. Convolution integrals.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Laplace transform","description":"We now use one of the coolest techniques in mathematics to transform differential equations into algebraic ones. You'll also learn about transforms in general!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Laplace Transform 1","description":"Introduction to the Laplace Transform","url":"http:\/\/www.youtube.com\/watch?v=OiNh2DswFt4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-1","created":1298220102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"298043","children":[]},{"title":"Laplace Transform 2","description":"Laplace transform of e^at","url":"http:\/\/www.youtube.com\/watch?v=33TYoybjqPg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-2","created":1298220102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"150364","children":[]},{"title":"L{sin(at)}) - transform of sin(at)","description":"Laplace Transform of sin(at) (part 1)","url":"http:\/\/www.youtube.com\/watch?v=gMcs6RF_LrQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-3--l-sin-at","created":1298220102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"125901","children":[]},{"title":"Part 2 of the transform of the sin(at)","description":"Part 2 of getting the Laplace transform of sin(at)","url":"http:\/\/www.youtube.com\/watch?v=-cApVwKR1Ps&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-4","created":1298220102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106555","children":[]}]},{"title":"Properties of the Laplace transform","description":"You know how to use the definition of the Laplace transform. In this tutorial, we'll explore some of the properties of the transform that will start start to make it clear why they are so useful for differential equations.\n\nThis tutorial is paired well with the tutorial on using the \"Laplace transform to solve differential equations\". In fact you might come back to this tutorial over and over as you solve more and more problems.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Laplace as linear operator and Laplace of derivatives","description":"Useful properties of the Laplace Transform","url":"http:\/\/www.youtube.com\/watch?v=E2VxbufzuWQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-5","created":1298220102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"96647","children":[]},{"title":"Laplace Transform of cos t and polynomials","description":"Laplace transform of cosine and polynomials!","url":"http:\/\/www.youtube.com\/watch?v=fyJkXBvcA2Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-6","created":1298220102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81025","children":[]},{"title":"\"Shifting\" transform by multiplying function by exponential","description":"A grab bag of things to know about the Laplace Transform.","url":"http:\/\/www.youtube.com\/watch?v=_X_QwpXsdOs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-laplace-transform-tools","created":1298220102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"59468","children":[]},{"title":"Laplace Transform of : L{t}","description":"Determining the Laplace Transform of t","url":"http:\/\/www.youtube.com\/watch?v=qhKJ1DG9kYY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-of---l-t","created":1298220103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41409","children":[]},{"title":"Laplace Transform of t^n: L{t^n}","description":"Laplace Transform of t^n: L{t^n}","url":"http:\/\/www.youtube.com\/watch?v=pZIaUx3UQoA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-of--t-n--l-t-n","created":1298220103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34900","children":[]},{"title":"Laplace Transform of the Unit Step Function","description":"Introduction to the unit step function and its Laplace Transform","url":"http:\/\/www.youtube.com\/watch?v=4Mr7aEHQr8E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-of-the-unit-step-function","created":1298220103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108371","children":[]},{"title":"Inverse Laplace Examples","description":"Using our toolkit to take some inverse Laplace Transforms","url":"http:\/\/www.youtube.com\/watch?v=BbqbvSig6Mc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inverse-laplace-examples","created":1298220103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63629","children":[]},{"title":"Dirac Delta Function","description":"Introduction to the Dirac Delta Function","url":"http:\/\/www.youtube.com\/watch?v=4qfdCwys2ew&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dirac-delta-function","created":1298220103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"82418","children":[]},{"title":"Laplace Transform of the Dirac Delta Function","description":"Figuring out the Laplace Transform of the Dirac Delta Function","url":"http:\/\/www.youtube.com\/watch?v=vhfjEpQWWeE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-of-the-dirac-delta-function","created":1298220103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45622","children":[]}]},{"title":"Laplace transform to solve a differential equation","description":"You know a good bit about taking Laplace transform and useful properties of the transform. You are dying to actually apply these skills to an actual differential equation. Wait no longer!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Laplace Transform to solve an equation","description":"Using the Laplace Transform to solve an equation we already knew how to solve.","url":"http:\/\/www.youtube.com\/watch?v=3uYb-RhM7lU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-to-solve-an-equation","created":1298220102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"149075","children":[]},{"title":"Laplace Transform solves an equation 2","description":"Second part of using the Laplace Transform to solve a differential equation.","url":"http:\/\/www.youtube.com\/watch?v=EdQ7Q9VoF44&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-transform-solves-an-equation-2","created":1298220102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97170","children":[]},{"title":"Using the Laplace Transform to solve a nonhomogeneous eq","description":"Solving a non-homogeneous differential equation using the Laplace Transform","url":"http:\/\/www.youtube.com\/watch?v=nlUG4OKN1IY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/using-the-laplace-transform-to-solve-a-nonhomogenous-eq","created":1298220103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65158","children":[]},{"title":"Laplace\/Step Function Differential Equation","description":"Hairy differential equation involving a step function that we use the Laplace Transform to solve.","url":"http:\/\/www.youtube.com\/watch?v=R0JY8oWsuOY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/laplace-step-function-differential-equation","created":1298220103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65187","children":[]}]},{"title":"The convolution integral","description":"This tutorial won't be as convoluted as you might suspect. We'll see what multiplying transforms in the s-domain give us in the time domain.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to the Convolution","description":"Introduction to the Convolution","url":"http:\/\/www.youtube.com\/watch?v=IW4Reburjpc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-convolution","created":1298220103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100081","children":[]},{"title":"The Convolution and the Laplace Transform","description":"Understanding how the product of the Transforms of two functions relates to their convolution.","url":"http:\/\/www.youtube.com\/watch?v=TJgBEI3drUc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-convolution-and-the-laplace-transform","created":1298220103,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56046","children":[]},{"title":"Using the Convolution Theorem to Solve an Initial Value Prob","description":"Using the Convolution Theorem to solve an initial value problem","url":"http:\/\/www.youtube.com\/watch?v=rfyq32mHcYs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/using-the-convolution-theorem-to-solve-an-initial-value-prob","created":1298220104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46115","children":[]}]},{"title":"Linear algebra","description":"Matrices, vectors, vector spaces, transformations, eigenvectors\/values. Covers all topics in a first year college linear algebra course. This is an advanced course normally taken by science or engineering majors after taking at least two semesters of calculus (although calculus really isn't a prereq) so don't confuse this with regular high school algebra.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Vectors and spaces","description":"Let's get our feet (and probably the rest of our body) wet in thinking in terms of vectors and spaces.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Vectors","description":"We will begin our journey through linear algebra by defining and conceptualizing what a vector is (rather than starting with matrices and matrix operations like in a more basic algebra course) and defining some basic operations (like addition, subtraction and scalar multiplication).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Vectors","description":"Introduction to Vectors","url":"http:\/\/www.youtube.com\/watch?v=5cWB52I-SF0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--introduction-to-vectors","created":1298220366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"240710","children":[]},{"title":"Vector Examples","description":"Visually understanding basic vector operations","url":"http:\/\/www.youtube.com\/watch?v=r4bH66vYjss&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--vector-examples","created":1298220367,"start":null,"end":null,"type":"video","provider":"Khan University","views":"130809","children":[]},{"title":"Scaling vectors","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/scaling_vectors","source":"http:\/\/www.khanacademy.org\/exercise\/scaling_vectors","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Adding vectors","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/adding_vectors","source":"http:\/\/www.khanacademy.org\/exercise\/adding_vectors","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Parametric Representations of Lines","description":"Parametric Representations of Lines in R2 and R3","url":"http:\/\/www.youtube.com\/watch?v=hWhs2cIj7Cw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--parametric-representations-of-lines","created":1298220367,"start":null,"end":null,"type":"video","provider":"Khan University","views":"93571","children":[]}]},{"title":"Linear combinations and spans","description":"Given a set of vectors, what other vectors can you create by adding and\/or subtracting scalar multiples of those vectors. The set of vectors that you can create through these linear combinations of the original set is called the \"span\" of the set.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Linear Combinations and Span","description":"Understanding linear combinations and spans of vectors","url":"http:\/\/www.youtube.com\/watch?v=Qm_OS-8COwU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-combinations-and-span","created":1298220367,"start":null,"end":null,"type":"video","provider":"Khan University","views":"145803","children":[]}]},{"title":"Linear dependence and independent","description":"If no vector in a set can be created from a linear combination of the other vectors in the set, then we say that the set in linearly independent. Linear independent sets are great because there aren't any extra, unnecessary vectors lying around in the set :)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Linear Independence","description":"Introduction to linear dependence and independence","url":"http:\/\/www.youtube.com\/watch?v=CrV1xCWdY-g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--introduction-to-linear-independence","created":1298220367,"start":null,"end":null,"type":"video","provider":"Khan University","views":"122167","children":[]},{"title":"More on linear independence","description":"More examples determining linear dependence or independence.","url":"http:\/\/www.youtube.com\/watch?v=Alhcv5d_XOs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-linear-independence","created":1298220367,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75634","children":[]},{"title":"Span and Linear Independence Example","description":"Determining whether 3 vectors are linearly independent and\/or span R3","url":"http:\/\/www.youtube.com\/watch?v=9kW6zFK5E5c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/span-and-linear-independence-example","created":1298220367,"start":null,"end":null,"type":"video","provider":"Khan University","views":"105040","children":[]}]},{"title":"Subspaces and the basis for a subspace","description":"In this tutorial, we'll define what a \"subspace\" is --essentially a subset of vectors that has some special properties. We'll then think of a set of vectors that can most efficiently be use to construct a subspace which we will call a \"basis\".","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Linear Subspaces","description":"Introduction to linear subspaces of Rn","url":"http:\/\/www.youtube.com\/watch?v=pMFv6liWK4M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-subspaces","created":1298220367,"start":null,"end":null,"type":"video","provider":"Khan University","views":"147378","children":[]},{"title":"Basis of a Subspace","description":"Understanding the definition of a basis of a subspace","url":"http:\/\/www.youtube.com\/watch?v=zntNi3-ybfQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--basis-of-a-subspace","created":1298220367,"start":null,"end":null,"type":"video","provider":"Khan University","views":"167897","children":[]}]},{"title":"Vector dot and cross products","description":"In this tutorial, we define two ways to \"multiply\" vectors-- the dot product and the cross product. As we progress, we'll get an intuitive feel for their meaning, how they can used and how the two vector products relate to each other.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Vector Dot Product and Vector Length","description":"Definitions of the vector dot product and vector length","url":"http:\/\/www.youtube.com\/watch?v=WNuIhXo39_k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vector-dot-product-and-vector-length","created":1298220367,"start":null,"end":null,"type":"video","provider":"Khan University","views":"84336","children":[]},{"title":"Proving Vector Dot Product Properties","description":"Proving the \"associative\", \"distributive\" and \"commutative\" properties for vector dot products.","url":"http:\/\/www.youtube.com\/watch?v=rVQ3G9epCjw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proving-vector-dot-product-properties","created":1298220367,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47225","children":[]},{"title":"Proof of the Cauchy-Schwarz Inequality","description":"Proof of the Cauchy-Schwarz Inequality","url":"http:\/\/www.youtube.com\/watch?v=r2PogGDl8_U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof-of-the-cauchy-schwarz-inequality","created":1298220368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73393","children":[]},{"title":"Vector Triangle Inequality","description":"Proving the triangle inequality for vectors in Rn","url":"http:\/\/www.youtube.com\/watch?v=PsNidCBr5II&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--vector-triangle-inequality","created":1298220368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38735","children":[]},{"title":"Defining the angle between vectors","description":"Introducing the idea of an angle between two vectors","url":"http:\/\/www.youtube.com\/watch?v=5AWob_z74Ks&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/defining-the-angle-between-vectors","created":1298220368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52356","children":[]},{"title":"Defining a plane in R3 with a point and normal vector","description":"Determining the equation for a plane in R3 using a point on the plane and a normal vector","url":"http:\/\/www.youtube.com\/watch?v=UJxgcVaNTqY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/defining-a-plane-in-r3-with-a-point-and-normal-vector","created":1298220368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48898","children":[]},{"title":"Cross Product Introduction","description":"Introduction to the cross product","url":"http:\/\/www.youtube.com\/watch?v=pJzmiywagfY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--cross-product-introduction","created":1298220368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48430","children":[]},{"title":"Proof: Relationship between cross product and sin of angle","description":"Proof: Relationship between the cross product and sin of angle between vectors","url":"http:\/\/www.youtube.com\/watch?v=7MKA2QlKvHc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--relationship-between-cross-product-and-sin-of-angle","created":1298220368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27551","children":[]},{"title":"Dot and Cross Product Comparison\/Intuition","description":"Dot and Cross Product Comparison\/Intuition","url":"http:\/\/www.youtube.com\/watch?v=tdwFdzVqito&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dot-and-cross-product-comparison-intuition","created":1298220368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38531","children":[]},{"title":"Vector Triple Product Expansion (very optional)","description":"A shortcut for having to evaluate the cross product of three vectors","url":"http:\/\/www.youtube.com\/watch?v=b7JTVLc_aMk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vector-triple-product-expansion--very-optional","created":1298220319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15722","children":[]},{"title":"Normal vector from plane equation","description":"Figuring out a normal vector to a plane from its equation","url":"http:\/\/www.youtube.com\/watch?v=gw-4wltP5tY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/normal-vector-from-plane-equation","created":1298220319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35015","children":[]},{"title":"Point distance to plane","description":"Distance between a point and a plane in three dimensions","url":"http:\/\/www.youtube.com\/watch?v=7rIFO8hct9g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/point-distance-to-plane","created":1298220320,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24370","children":[]},{"title":"Distance Between Planes","description":"2010 IIT JEE Paper 1 Problem 51 Distance Between Planes","url":"http:\/\/www.youtube.com\/watch?v=v8plb6V8BQo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/distance-between-planes","created":1298220320,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20500","children":[]}]},{"title":"Matrices for solving systems by elimination","description":"This tutorial is a bit of an excursion back to you Algebra II days when you first solved systems of equations (and possibly used matrices to do so). In this tutorial, we did a bit deeper than you may have then, with emphasis on valid row operations and getting a matrix into reduced row echelon form.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Null space and column space","description":"We will define matrix-vector multiplication and think about the set of vectors that satisfy Ax=0 for a given matrix A (this is the null space of A). We then proceed to think about the linear combinations of the columns of a matrix (column space). Both of these ideas help us think the possible solutions to the Matrix-vector equation Ax=b.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Matrix Vector Products","description":"Defining and understanding what it means to take the product of a matrix and a vector","url":"http:\/\/www.youtube.com\/watch?v=7Mo4S2wyMg4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matrix-vector-products","created":1298220369,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39480","children":[]},{"title":"Introduction to the Null Space of a Matrix","description":"Showing that the Null Space of a Matrix is a valid Subspace","url":"http:\/\/www.youtube.com\/watch?v=jCwRV1QL_Xs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-null-space-of-a-matrix","created":1298220369,"start":null,"end":null,"type":"video","provider":"Khan University","views":"90526","children":[]},{"title":"Null Space 2: Calculating the null space of a matrix","description":"Calculating the null space of a matrix","url":"http:\/\/www.youtube.com\/watch?v=qvyboGryeA8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/null-space-2--calculating-the-null-space-of-a-matrix","created":1298220369,"start":null,"end":null,"type":"video","provider":"Khan University","views":"91373","children":[]},{"title":"Null Space 3: Relation to Linear Independence","description":"Understanding how the null space of a matrix relates to the linear independence of its column vectors","url":"http:\/\/www.youtube.com\/watch?v=vFctYRhK2M0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/null-space-3--relation-to-linear-independence","created":1298220369,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44082","children":[]},{"title":"Column Space of a Matrix","description":"Introduction to the column space of a matrix","url":"http:\/\/www.youtube.com\/watch?v=st6D5OdFV9M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/column-space-of-a-matrix","created":1298220369,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52096","children":[]},{"title":"Null Space and Column Space Basis","description":"Figuring out the null space and a basis of a column space for a matrix","url":"http:\/\/www.youtube.com\/watch?v=_uTAdf_AsfQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/null-space-and-column-space-basis","created":1298220369,"start":null,"end":null,"type":"video","provider":"Khan University","views":"80293","children":[]},{"title":"Visualizing a Column Space as a Plane in R3","description":"Determining the planar equation for a column space in R3","url":"http:\/\/www.youtube.com\/watch?v=EGNlXtjYABw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/visualizing-a-column-space-as-a-plane-in-r3","created":1298220369,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22419","children":[]},{"title":"Proof: Any subspace basis has same number of elements","description":"Proof: Any subspace basis has same number of elements","url":"http:\/\/www.youtube.com\/watch?v=Zn2K8UIT8r4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--any-subspace-basis-has-same-number-of-elements","created":1298220369,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19935","children":[]},{"title":"Dimension of the Null Space or Nullity","description":"Dimension of the Null Space or Nullity","url":"http:\/\/www.youtube.com\/watch?v=abYAUqs_n6I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dimension-of-the-null-space-or-nullity","created":1298220369,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45269","children":[]},{"title":"Dimension of the Column Space or Rank","description":"Dimension of the Column Space or Rank","url":"http:\/\/www.youtube.com\/watch?v=JUgrBkPteTg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dimension-of-the-column-space-or-rank","created":1298220369,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50116","children":[]},{"title":"Showing relation between basis cols and pivot cols","description":"Showing that linear independence of pivot columns implies linear independence of the corresponding columns in the original equation","url":"http:\/\/www.youtube.com\/watch?v=BfVjTOjvI30&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/showing-relation-between-basis-cols-and-pivot-cols","created":1298220370,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17590","children":[]},{"title":"Showing that the candidate basis does span C(A)","description":"Showing that just the columns of A associated with the pivot columns of rref(A) do indeed span C(A).","url":"http:\/\/www.youtube.com\/watch?v=CkQOCnLWPUA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/showing-that-the-candidate-basis-does-span-c-a","created":1298220370,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13555","children":[]}]},{"title":"Matrix transformations","description":"Understanding how we can map one set of vectors to another set. Matrices used to define linear transformations.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Functions and linear transformations","description":"People have been telling you forever that linear algebra and matrices are useful for modeling, simulations and computer graphics, but it has been a little non-obvious. This tutorial will start to draw the lines by re-introducing you functions (a bit more rigor than you may remember from high school) and linear functions\/transformations in particular.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Vector Transformations","description":"Introduction to the notion of vector transformations","url":"http:\/\/www.youtube.com\/watch?v=gAbadNuQEjI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vector-transformations","created":1298220370,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56560","children":[]},{"title":"Linear Transformations","description":"Introduction to linear transformations","url":"http:\/\/www.youtube.com\/watch?v=4PCktDZJH8E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-transformations","created":1298220370,"start":null,"end":null,"type":"video","provider":"Khan University","views":"134430","children":[]},{"title":"Matrix Vector Products as Linear Transformations","description":"Matrix Vector Products as Linear Transformations","url":"http:\/\/www.youtube.com\/watch?v=ondmopWLiEg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matrix-vector-products-as-linear-transformations","created":1298220370,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53242","children":[]},{"title":"Linear Transformations as Matrix Vector Products","description":"Showing how ANY linear transformation can be represented as a matrix vector product","url":"http:\/\/www.youtube.com\/watch?v=PErhLkQcpZ8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-transformations-as-matrix-vector-products","created":1298220370,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67392","children":[]},{"title":"Image of a subset under a transformation","description":"Exploring what happens to a subset of the domain under a transformation","url":"http:\/\/www.youtube.com\/watch?v=MIAmN5kgp3k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/image-of-a-subset-under-a-transformation","created":1298220370,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27411","children":[]},{"title":"im(T): Image of a Transformation","description":"Showing that the image of a subspace under a transformation is also a subspace. Definition of the image of a Transformation.","url":"http:\/\/www.youtube.com\/watch?v=hZ827mfh1Jo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/im-t----image-of-a-transformation","created":1298220402,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30753","children":[]},{"title":"Preimage of a set","description":"Definition of preimage of a set","url":"http:\/\/www.youtube.com\/watch?v=zVsGtU8lIWs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/preimage-of-a-set","created":1298220402,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14772","children":[]},{"title":"Preimage and Kernel Example","description":"Example involving the preimage of a set under a transformation. Definition of kernel of a transformation.","url":"http:\/\/www.youtube.com\/watch?v=6yrPU8rYOhs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/preimage-and-kernel-example","created":1298220402,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32482","children":[]},{"title":"Sums and Scalar Multiples of Linear Transformations","description":"Sums and Scalar Multiples of Linear Transformations. Definitions of matrix addition and scalar multiplication.","url":"http:\/\/www.youtube.com\/watch?v=wHuY97vss18&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sums-and-scalar-multiples-of-linear-transformations","created":1298220402,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14196","children":[]},{"title":"More on Matrix Addition and Scalar Multiplication","description":"More on Matrix Addition and Scalar Multiplication","url":"http:\/\/www.youtube.com\/watch?v=Z19-ObbmHJE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-matrix-addition-and-scalar-multiplication","created":1298220402,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16502","children":[]}]},{"title":"Linear transformation examples","description":"In this tutorial, we do several examples of actually constructing transformation matrices. Very useful if you've got some actual transforming to do (especially scaling, rotating and projecting) ;)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Linear Transformation Examples: Scaling and Reflections","description":"Creating scaling and reflection transformation matrices (which are diagonal)","url":"http:\/\/www.youtube.com\/watch?v=qkfODKmZ-x4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-transformation-examples--scaling-and-reflections","created":1298220402,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39884","children":[]},{"title":"Linear Transformation Examples: Rotations in R2","description":"Linear Transformation Examples: Rotations in R2","url":"http:\/\/www.youtube.com\/watch?v=lPWfIq5DzqI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-transformation-examples--rotations-in-r2","created":1298220404,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40638","children":[]},{"title":"Rotation in R3 around the X-axis","description":"Construction a rotation transformation in R3","url":"http:\/\/www.youtube.com\/watch?v=gkyuLPzfDV0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rotation-in-r3-around-the-x-axis","created":1298220404,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24956","children":[]},{"title":"Unit Vectors","description":"What unit vectors are and how to construct them","url":"http:\/\/www.youtube.com\/watch?v=lQn7fksaDq0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unit-vectors","created":1298220404,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49741","children":[]},{"title":"Introduction to Projections","description":"Determining the projection of a vector on s line","url":"http:\/\/www.youtube.com\/watch?v=27vT-NWuw0M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-projections","created":1298220404,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40826","children":[]},{"title":"Expressing a Projection on to a line as a Matrix Vector prod","description":"Expressing a Projection on to a line as a Matrix Vector prod","url":"http:\/\/www.youtube.com\/watch?v=JK-8XNIoAkI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/expressing-a-projection-on-to-a-line-as-a-matrix-vector-prod","created":1298220404,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22025","children":[]}]},{"title":"Transformations and matrix multiplication","description":"You probably remember how to multiply matrices from high school, but didn't know why or what it represented. This tutorial will address this. You'll see that multiplying two matrices can be view as the composition of linear transformations.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Compositions of Linear Transformations 1","description":"Introduction to compositions of Linear Transformations","url":"http:\/\/www.youtube.com\/watch?v=f_DTiXZpb8M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compositions-of-linear-transformations-1","created":1298220404,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21503","children":[]},{"title":"Compositions of Linear Transformations 2","description":"Providing the motivation for definition of matrix products","url":"http:\/\/www.youtube.com\/watch?v=BuqcKpe5ZQs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compositions-of-linear-transformations-2","created":1298220404,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11793","children":[]},{"title":"Matrix Product Examples","description":"Example of taking the product of two matrices","url":"http:\/\/www.youtube.com\/watch?v=x1z0hOyjapU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--matrix-product-examples","created":1298220404,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18096","children":[]},{"title":"Matrix Product Associativity","description":"Showing that matrix products are associative","url":"http:\/\/www.youtube.com\/watch?v=Hhc96U_HvQE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matrix-product-associativity","created":1298220404,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8481","children":[]},{"title":"Distributive Property of Matrix Products","description":"Showing that matrix products exhibit the distributive property","url":"http:\/\/www.youtube.com\/watch?v=oMWTMj78cwc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/distributive-property-of-matrix-products","created":1298220404,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8604","children":[]}]},{"title":"Inverse functions and transformations","description":"You can use a transformation\/function to map from one set to another, but can you invert it? In other words, is there a function\/transformation that given the output of the original mapping, can output the original input (this is much clearer with diagrams). \n\nThis tutorial addresses this question in a linear algebra context. Since matrices can represent linear transformations, we're going to spend a lot of time thinking about matrices that represent the inverse transformation.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Proof: Invertibility implies a unique solution to f(x)=y","description":"Proof: Invertibility implies a unique solution to f(x)=y for all y in co-domain of f.","url":"http:\/\/www.youtube.com\/watch?v=7GEUgRcnfVE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--invertibility-implies-a-unique-solution-to-f-x--y","created":1298220405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12376","children":[]},{"title":"Surjective (onto) and Injective (one-to-one) functions","description":"Introduction to surjective and injective functions","url":"http:\/\/www.youtube.com\/watch?v=xKNX8BUWR0g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/surjective--onto--and-injective--one-to-one--functions","created":1298220405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60739","children":[]},{"title":"Relating invertibility to being onto and one-to-one","description":"Relating invertibility to being onto (surjective) and one-to-one (injective)","url":"http:\/\/www.youtube.com\/watch?v=QIU1daMN8fw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/relating-invertibility-to-being-onto-and-one-to-one","created":1298220405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14067","children":[]},{"title":"Determining whether a transformation is onto","description":"Determining whether a transformation is onto","url":"http:\/\/www.youtube.com\/watch?v=eR8vEdJTvd0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/determining-whether-a-transformation-is-onto","created":1298220405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18758","children":[]},{"title":"Exploring the solution set of Ax=b","description":"Exploring the solution set of Ax=b (non homogeneous equations)","url":"http:\/\/www.youtube.com\/watch?v=1PsNIzUJPkc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--exploring-the-solution-set-of-ax-b","created":1298220405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29395","children":[]},{"title":"Matrix condition for one-to-one trans","description":"Showing that the rank of the of an mxn transformation matrix has to be an for the transformation to be one-to-one (injective)","url":"http:\/\/www.youtube.com\/watch?v=M3FuL9qKTBs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--matrix-condition-for-one-to-one-trans","created":1298220405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19795","children":[]},{"title":"Simplifying conditions for invertibility","description":"Showing that a transformation is invertible if and only if rref(A) is equal to the identity matrix","url":"http:\/\/www.youtube.com\/watch?v=Yz2OosyMTmY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--simplifying-conditions-for-invertibility","created":1298220405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12271","children":[]},{"title":"Showing that Inverses are Linear","description":"Showing that inverse transformations are also linear","url":"http:\/\/www.youtube.com\/watch?v=mr9Tow8hpCg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--showing-that-inverses-are-linear","created":1298220405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8414","children":[]}]},{"title":"Finding inverses and determinants","description":"We've talked a lot about inverse transformations abstractly in the last tutorial. Now, we're ready to actually compute inverses. We start from \"documenting\" the row operations to get a matrix into reduced row echelon form and use this to come up with the formula for the inverse of a 2x2 matrix. After this we define a determinant for 2x2, 3x3 and nxn matrices.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Deriving a method for determining inverses","description":"Determining a method for constructing inverse transformation matrices","url":"http:\/\/www.youtube.com\/watch?v=6DpzCKJBsz0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--deriving-a-method-for-determining-inverses","created":1298220405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12963","children":[]},{"title":"Example of Finding Matrix Inverse","description":"Example of calculating the inverse of a matrix","url":"http:\/\/www.youtube.com\/watch?v=r9aTLTN16V4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--example-of-finding-matrix-inverse","created":1298220406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29107","children":[]},{"title":"Formula for 2x2 inverse","description":"Figuring out the formula for a 2x2 matrix. Defining the determinant.","url":"http:\/\/www.youtube.com\/watch?v=eEUK_ThrHuQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--formula-for-2x2-inverse","created":1298220406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20079","children":[]},{"title":"3x3 Determinant","description":"Determinants: Finding the determinant of a 3x3 matrix","url":"http:\/\/www.youtube.com\/watch?v=0c7dt2SQfLw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--3x3-determinant","created":1298220406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63248","children":[]},{"title":"nxn Determinant","description":"Defining the determinant for nxn matrices. An exampled of a 4x4 determinant.","url":"http:\/\/www.youtube.com\/watch?v=H9BWRYJNIv4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--nxn-determinant","created":1298220406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49875","children":[]},{"title":"Determinants along other rows\/cols","description":"Finding the determinant by going along other rows or columns","url":"http:\/\/www.youtube.com\/watch?v=nu87kfmwNfU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--determinants-along-other-rows-cols","created":1298220406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17691","children":[]},{"title":"Rule of Sarrus of Determinants","description":"A alternative \"short cut\" for calculating 3x3 determinants (Rule of Sarrus)","url":"http:\/\/www.youtube.com\/watch?v=4xFIi0JF2AM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--rule-of-sarrus-of-determinants","created":1298220406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20909","children":[]}]},{"title":"More determinant depth","description":"In the last tutorial on matrix inverses, we first defined what a determinant is and gave several examples of computing them. In this tutorial we go deeper. We will explore what happens to the determinant under several circumstances and conceptualize it in several ways.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Determinant when row multiplied by scalar","description":"The determinant when a row is multiplied by a scalar","url":"http:\/\/www.youtube.com\/watch?v=32rdijPB-rA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--determinant-when-row-multiplied-by-scalar","created":1298220406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12786","children":[]},{"title":"(correction) scalar multiplication of row","description":"Correction of last video showing that the determinant when one row is multiplied by a scalar is equal to the scalar times the determinant","url":"http:\/\/www.youtube.com\/watch?v=WY6QG0mZ7uQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra---correction--scalar-muliplication-of-row","created":1298220406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7025","children":[]},{"title":"Determinant when row is added","description":"The determinant when one matrix has a row that is the sum of the rows of other matrices (and every other term is identical in the 3 matrices)","url":"http:\/\/www.youtube.com\/watch?v=VrB3LaSD_uo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--determinant-when-row-is-added","created":1298220406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9874","children":[]},{"title":"Duplicate Row Determinant","description":"Determinant of a matrix with duplicate rows","url":"http:\/\/www.youtube.com\/watch?v=gYv8sttBIqs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--duplicate-row-determinant","created":1298220406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7020","children":[]},{"title":"Determinant after row operations","description":"What happens to the determinant when we perform a row operation","url":"http:\/\/www.youtube.com\/watch?v=kpG7xySkivg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--determinant-after-row-operations","created":1298220407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12350","children":[]},{"title":"Upper Triangular Determinant","description":"The determinant of an upper triangular matrix","url":"http:\/\/www.youtube.com\/watch?v=VX7K8iqoiRc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--upper-triangular-determinant","created":1298220407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18814","children":[]},{"title":"Simpler 4x4 determinant","description":"Calculating a 4x4 determinant by putting in in upper triangular form first.","url":"http:\/\/www.youtube.com\/watch?v=QV0jsTiobU4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--simpler-4x4-determinant","created":1298220407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67657","children":[]},{"title":"Determinant and area of a parallelogram","description":"Realizing that the determinant of a 2x2 matrix is equal to the area of the parallelogram defined by the column vectors of the matrix","url":"http:\/\/www.youtube.com\/watch?v=n-S63_goDFg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra---determinant-and-area-of-a-parallelogram","created":1298220407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17884","children":[]},{"title":"Determinant as Scaling Factor","description":"Viewing the determinant of the transformation matrix as a scaling factor of regions","url":"http:\/\/www.youtube.com\/watch?v=g3MqSdO5Ubc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--determinant-as-scaling-factor","created":1298220407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12067","children":[]}]},{"title":"Transpose of a matrix","description":"We now explore what happens when you switch the rows and columns of a matrix!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Transpose of a Matrix","description":"Transpose of a matrix","url":"http:\/\/www.youtube.com\/watch?v=2t0003_sxtU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--transpose-of-a-matrix","created":1298220407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34330","children":[]},{"title":"Determinant of Transpose","description":"Proof by induction that transposing a matrix does not change its determinant","url":"http:\/\/www.youtube.com\/watch?v=x-GV2v0dRNE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra---determinant-of-transpose","created":1298220407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16112","children":[]},{"title":"Transpose of a Matrix Product","description":"Taking the transpose of the product of two matrices","url":"http:\/\/www.youtube.com\/watch?v=UdHgWK13x5I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--transpose-of-a-matrix-product","created":1311895657,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9037","children":[]},{"title":"Transposes of sums and inverses","description":"Transposes of sums and inverses","url":"http:\/\/www.youtube.com\/watch?v=Br_8t58mdeI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra---transposes-of-sums-and-inverses","created":1298220407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8095","children":[]},{"title":"Transpose of a Vector","description":"Transpose of a column vector. Matrix-matrix products using vectors","url":"http:\/\/www.youtube.com\/watch?v=lSoaMCNKfAg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--transpose-of-a-vector","created":1298220407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11207","children":[]},{"title":"Rowspace and Left Nullspace","description":"Rowspace and Left Nullspace","url":"http:\/\/www.youtube.com\/watch?v=qBfc57x_RSg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--rowspace-and-left-nullspace","created":1298220407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18502","children":[]},{"title":"Visualizations of Left Nullspace and Rowspace","description":"Relationship between left nullspace, rowspace, column space and nullspace.","url":"http:\/\/www.youtube.com\/watch?v=GW8ZPjGlk24&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--visualizations-of-left-nullspace-and-rowspace","created":1298220408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8124","children":[]},{"title":"Rank(A) = Rank(transpose of A)","description":"Rank(A) = Rank(transpose of A)","url":"http:\/\/www.youtube.com\/watch?v=tqqVOWm9YsU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--rank-a----rank-transpose-of-a","created":1298220408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23762","children":[]},{"title":"Showing that A-transpose x A is invertible","description":"Showing that (transpose of A)(A) is invertible if A has linearly independent columns","url":"http:\/\/www.youtube.com\/watch?v=ESSMQH6Y5OA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--showing-that-a-transpose-x-a-is-invertible","created":1298220440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8885","children":[]}]},{"title":"Alternate coordinate systems (bases)","description":"We explore creating and moving between various coordinate systems.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Orthogonal complements","description":"We will know explore the set of vectors that is orthogonal to every vector in a second set (this is the second set's orthogonal complement).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Orthogonal Complements","description":"Orthogonal Complements as subspaces.","url":"http:\/\/www.youtube.com\/watch?v=QOTjdgmNqlg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--orthogonal-complements","created":1298220408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40631","children":[]},{"title":"dim(V) + dim(orthogonal complement of V)=n","description":"Showing that if V is a subspace of Rn, then dim(V) + dim(V's orthogonal complement) = n","url":"http:\/\/www.youtube.com\/watch?v=pGhBfkBqok0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--dim-v----dim-orthogonal-complement-of-v--n","created":1298220408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11385","children":[]},{"title":"Representing vectors in Rn using subspace members","description":"Showing that any member of Rn can be represented as a unique sum of a vector in subspace V and a vector in the orthogonal complement of V.","url":"http:\/\/www.youtube.com\/watch?v=M6lFqkqvUgo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--representing-vectors-in-rn-using-subspace-members","created":1298220440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9337","children":[]},{"title":"Orthogonal Complement of the Orthogonal Complement","description":"Finding that the orthogonal complement of the orthogonal complement of V is V","url":"http:\/\/www.youtube.com\/watch?v=zlI8mx8Hc8o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg---orthogonal-complement-of-the-orthogonal-complement","created":1298220440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11507","children":[]},{"title":"Orthogonal Complement of the Nullspace","description":"The orthogonal complement of the nullspace and left nullspace.","url":"http:\/\/www.youtube.com\/watch?v=LE_aQAur7nI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--orthogonal-complement-of-the-nullspace","created":1298220440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8860","children":[]},{"title":"Unique rowspace solution to Ax=b","description":"Showing that, for any b that is in the column space of A, there is a unique member of the row space that is the \"smallest\" solution to Ax=b","url":"http:\/\/www.youtube.com\/watch?v=czIYvs9zj2g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--unique-rowspace-solution-to-ax-b","created":1298220440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7576","children":[]},{"title":"Rowspace Solution to Ax=b example","description":"Visualizing the rowspace solution to Ax=b","url":"http:\/\/www.youtube.com\/watch?v=qdf2CuMGdKs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-alg--rowspace-solution-to-ax-b-example","created":1298220440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10464","children":[]}]},{"title":"Orthogonal projections","description":"This is one of those tutorials that bring many ideas we've been building together into something applicable. Orthogonal projections (which can sometimes be conceptualized as a \"vector's shadow\" on a subspace if the light source is above it) can be used in fields varying from computer graphics and statistics!\n\nIf you're familiar with orthogonal complements, then you're ready for this tutorial!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Projections onto Subspaces","description":"Projections onto subspaces","url":"http:\/\/www.youtube.com\/watch?v=5B8XluiqdHM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--projections-onto-subspaces","created":1298220440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20022","children":[]},{"title":"Visualizing a projection onto a plane","description":"Visualizing a projection onto a plane. Showing that the old and new definitions of projections aren't that different.","url":"http:\/\/www.youtube.com\/watch?v=uWbZlJURkfA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-alg--visualizing-a-projection-onto-a-plane","created":1298220441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11250","children":[]},{"title":"A Projection onto a Subspace is a Linear Transforma","description":"Showing that a projection onto a subspace is a linear transformation","url":"http:\/\/www.youtube.com\/watch?v=cTyNpXB92bQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--a-projection-onto-a-subspace-is-a-linear-transforma","created":1298220441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9015","children":[]},{"title":"Subspace Projection Matrix Example","description":"Example of a transformation matrix for a projection onto a subspace","url":"http:\/\/www.youtube.com\/watch?v=QTcSBB3uVP0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--subspace-projection-matrix-example","created":1298220441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18879","children":[]},{"title":"Another Example of a Projection Matrix","description":"Figuring out the transformation matrix for a projection onto a subspace by figuring out the matrix for the projection onto the subspace's orthogonal complement first","url":"http:\/\/www.youtube.com\/watch?v=XhCSHu6dHb8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--another-example-of-a-projection-matrix","created":1298220441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9301","children":[]},{"title":"Projection is closest vector in subspace","description":"Showing that the projection of x onto a subspace is the closest vector in the subspace to x","url":"http:\/\/www.youtube.com\/watch?v=b269qpILOpk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-alg--projection-is-closest-vector-in-subspace","created":1298220441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8550","children":[]},{"title":"Least Squares Approximation","description":"The least squares approximation for otherwise unsolvable equations","url":"http:\/\/www.youtube.com\/watch?v=MC7l96tW8V8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--least-squares-approximation","created":1298220441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41879","children":[]},{"title":"Least Squares Examples","description":"An example using the least squares solution to an unsolvable system","url":"http:\/\/www.youtube.com\/watch?v=8mAZYv5wIcE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--least-squares-examples","created":1298220441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37831","children":[]},{"title":"Another Least Squares Example","description":"Using least squares approximation to fit a line to points","url":"http:\/\/www.youtube.com\/watch?v=QkepM8Vv3kw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--another-least-squares-example","created":1298220441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20510","children":[]}]},{"title":"Change of basis","description":"Finding a coordinate system boring. Even worse, does it make certain transformations difficult (especially transformations that you have to do over and over and over again)? Well, we have the tool for you: change your coordinate system to one that you like more. Sound strange? Watch this tutorial and it will be less so. Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Coordinates with Respect to a Basis","description":"Understanding alternate coordinate systems","url":"http:\/\/www.youtube.com\/watch?v=uvgru6FcyxU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--coordinates-with-respect-to-a-basis","created":1298220441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26138","children":[]},{"title":"Change of Basis Matrix","description":"Using a change of basis matrix to get us from one coordinate system to another.","url":"http:\/\/www.youtube.com\/watch?v=1j5WnqwMdCk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--change-of-basis-matrix","created":1298220442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58562","children":[]},{"title":"Invertible Change of Basis Matrix","description":"Using an invertible change of basis matrix to go between different coordinate systems","url":"http:\/\/www.youtube.com\/watch?v=meibWcbGqt4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--invertible-change-of-basis-matrix","created":1298220442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14776","children":[]},{"title":"Transformation Matrix with Respect to a Basis","description":"Finding the transformation matrix with respect to a non-standard basis","url":"http:\/\/www.youtube.com\/watch?v=PiuhTj0zCf4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--transformation-matrix-with-respect-to-a-basis","created":1298220442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37938","children":[]},{"title":"Alternate Basis Transformation Matrix Example","description":"Example of finding the transformation matrix for an alternate basis","url":"http:\/\/www.youtube.com\/watch?v=lCRGNykWqFI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--alternate-basis-tranformation-matrix-example","created":1298220442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14702","children":[]},{"title":"Alternate Basis Transformation Matrix Example Part 2","description":"Showing that the transformation matrix with respect to basis B actually works. Brief point on why someone would want to operate in a different basis to begin with.","url":"http:\/\/www.youtube.com\/watch?v=EyORbCPUAd4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--alternate-basis-tranformation-matrix-example-part-2","created":1298220442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8846","children":[]},{"title":"Changing coordinate systems to help find a transformation matrix","description":"Changing our coordinate system to find the transformation matrix with respect to standard coordinates","url":"http:\/\/www.youtube.com\/watch?v=K_na_j1Msfg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--changing-coordinate-systems-to-help-find-a-transformation-matrix","created":1298220442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17228","children":[]}]},{"title":"Orthonormal bases and the Gram-Schmidt Process","description":"As we'll see in this tutorial, it is hard not to love a basis where all the vectors are orthogonal to each other and each have length 1 (hey, this sounds pretty much like some coordinate systems you've known for a long time!). We explore these orthonormal bases in some depth and also give you a great tool for creating them: the Gram-Schmidt Process (which would also be a great name for a band).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Orthonormal Bases","description":"Looking at sets and bases that are orthonormal -- or where all the vectors have length 1 and are orthogonal to each other.","url":"http:\/\/www.youtube.com\/watch?v=7BFx8pt2aTQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--introduction-to-orthonormal-bases","created":1298220442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36437","children":[]},{"title":"Coordinates with respect to orthonormal bases","description":"Seeing that orthonormal bases make for good coordinate systems","url":"http:\/\/www.youtube.com\/watch?v=SWbis2zWIvo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--coordinates-with-respect-to-orthonormal-bases","created":1298220442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13328","children":[]},{"title":"Projections onto subspaces with orthonormal bases","description":"Projections onto subspaces with orthonormal bases","url":"http:\/\/www.youtube.com\/watch?v=we829K4NOq8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--projections-onto-subspaces-with-orthonormal-bases","created":1298220442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11969","children":[]},{"title":"Finding projection onto subspace with orthonormal basis example","description":"Example of finding the transformation matrix for the projection onto a subspace with an orthonormal basis","url":"http:\/\/www.youtube.com\/watch?v=SUoqA9srY1Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--finding-projection-onto-subspace-with-orthonormal-basis-example","created":1298220442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12285","children":[]},{"title":"Example using orthogonal change-of-basis matrix to find transformation matrix","description":"Example using orthogonal change-of-basis matrix to find transformation matrix","url":"http:\/\/www.youtube.com\/watch?v=gfVY7cW7VLQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg--example-using-orthogonal-change-of-basis-matrix-to-find-transformation-matrix","created":1298220443,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12915","children":[]},{"title":"Orthogonal matrices preserve angles and lengths","description":"Showing that orthogonal matrices preserve angles and lengths","url":"http:\/\/www.youtube.com\/watch?v=yDwIfYjKEeo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lin-alg---orthogonal-matrices-preserve-angles-and-lengths","created":1298220443,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12584","children":[]},{"title":"The Gram-Schmidt Process","description":"Finding an orthonormal basis for a subspace using the Gram-Schmidt Process","url":"http:\/\/www.youtube.com\/watch?v=rHonltF77zI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--the-gram-schmidt-process","created":1298220443,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55567","children":[]},{"title":"Gram-Schmidt Process Example","description":"Using Gram-Schmidt to find an orthonormal basis for a plane in R3","url":"http:\/\/www.youtube.com\/watch?v=tu1GPtfsQ7M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--gram-schmidt-process-example","created":1298220443,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37052","children":[]},{"title":"Gram-Schmidt example with 3 basis vectors","description":"Gram-Schmidt example with 3 basis vectors","url":"http:\/\/www.youtube.com\/watch?v=ZRRG386v6DI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra---gram-schmidt-example-with-3-basis-vectors","created":1298220443,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30270","children":[]}]},{"title":"Eigen-everything","description":"Eigenvectors, eigenvalues, eigenspaces! We will not stop with the \"eigens\"! Seriously though, eigen-everythings have many applications including finding \"good\" bases for a transformation (yes, \"good\" is a technical term in this context).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Eigenvalues and Eigenvectors","description":"What eigenvectors and eigenvalues are and why they are interesting","url":"http:\/\/www.youtube.com\/watch?v=PhfbEr2btGQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--introduction-to-eigenvalues-and-eigenvectors","created":1298220443,"start":null,"end":null,"type":"video","provider":"Khan University","views":"179366","children":[]},{"title":"Proof of formula for determining Eigenvalues","description":"Proof of formula for determining Eigenvalues","url":"http:\/\/www.youtube.com\/watch?v=rfm0wQObxjk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--proof-of-formula-for-determining-eigenvalues","created":1298220443,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49977","children":[]},{"title":"Example solving for the eigenvalues of a 2x2 matrix","description":"Example solving for the eigenvalues of a 2x2 matrix","url":"http:\/\/www.youtube.com\/watch?v=pZ6mMVEE89g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--example-solving-for-the-eigenvalues-of-a-2x2-matrix","created":1298220443,"start":null,"end":null,"type":"video","provider":"Khan University","views":"88032","children":[]},{"title":"Finding Eigenvectors and Eigenspaces example","description":"Finding the eigenvectors and eigenspaces of a 2x2 matrix","url":"http:\/\/www.youtube.com\/watch?v=3-xfmbdzkqc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra---finding-eigenvectors-and-eigenspaces-example","created":1298220443,"start":null,"end":null,"type":"video","provider":"Khan University","views":"147740","children":[]},{"title":"Eigenvalues of a 3x3 matrix","description":"Determining the eigenvalues of a 3x3 matrix","url":"http:\/\/www.youtube.com\/watch?v=11dNghWC4HI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra--eigenvalues-of-a-3x3-matrix","created":1298220443,"start":null,"end":null,"type":"video","provider":"Khan University","views":"141674","children":[]},{"title":"Eigenvectors and Eigenspaces for a 3x3 matrix","description":"Eigenvectors and eigenspaces for a 3x3 matrix","url":"http:\/\/www.youtube.com\/watch?v=3Md5KCCQX-0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra---eigenvectors-and-eigenspaces-for-a-3x3-matrix","created":1298220444,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108030","children":[]},{"title":"Showing that an eigenbasis makes for good coordinate systems","description":"Showing that an eigenbasis makes for good coordinate systems","url":"http:\/\/www.youtube.com\/watch?v=C2PC9185gIw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-algebra---showing-that-an-eigenbasis-makes-for-good-coordinate-systems","created":1298220444,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26145","children":[]}]},{"title":"Applied math","description":"Apply Mathematics to problems we have faced from prehistoric through modern times...","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Information Theory","description":"The math behind human, animal and machine communication.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What is Information Theory?","description":"A broad introduction to this field of study","url":"http:\/\/www.youtube.com\/watch?v=p0ASFxKS9sg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intro-information-theory","created":1347719921,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17093","children":[]},{"title":"Prehistory: Proto-writing","description":"The origin of pictographic & ideographic writing systems.","url":"http:\/\/www.youtube.com\/watch?v=69-YUSazuic&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/language-of-coins-2-8--proto-writing","created":1350258661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8107","children":[]},{"title":"Ptolemaic: Rosetta Stone","description":"Rosetta Stone, 196 B.C.E., granite, 114.4 cm x 72.3 x 27.9 cm or 45 x 28.5 x 11 inches, Ptolemaic Period (British Museum, London). Speakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=OFXY9-pec1I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rosetta-stone--196-b-c-e","created":1332270689,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35141","children":[]},{"title":"Ancient History: The Alphabet","description":"History of the Alphabet. This video introduces the Hieroglyphic, Cuneiform, Hieratic, Demotic & Phoenician writing systems.","url":"http:\/\/www.youtube.com\/watch?v=MM6BrZwkBRA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/history-of-the-alphabet--language-of-coins--3-9","created":1353647384,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6400","children":[]},{"title":"Source Encoding","description":"Introduction to coding theory!","url":"http:\/\/www.youtube.com\/watch?v=musBo7Kafic&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/source-encoding--language-of-coins--4-9","created":1354753153,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5404","children":[]},{"title":"Visual Telegraphs (case study)","description":"The history of visual telegraphs","url":"http:\/\/www.youtube.com\/watch?v=WrNDeYjcCJA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/history-of-optical-telegraphs--language-of-coins--5-9","created":1358213150,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3407","children":[]}]},{"title":"Ancient Cryptography","description":"Explore how we have hidden secret messages through history.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What is Cryptography?","description":"What is cryptography?","url":"http:\/\/www.youtube.com\/watch?v=Kf9KjCKmDcU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intro-to-cryptography","created":1332894841,"start":null,"end":null,"type":"video","provider":"Khan University","views":"82231","children":[]},{"title":"Probability Space","description":"How to understand & calculate probability visually","url":"http:\/\/www.youtube.com\/watch?v=1dPMsJ7I6BY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/probability-space","created":1332895066,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46594","children":[]},{"title":"The Caesar Cipher","description":"The Caesar Cipher","url":"http:\/\/www.youtube.com\/watch?v=sMOZf4GN3oc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caesar-cipher","created":1332895157,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50955","children":[]},{"title":"Polyalphabetic Cipher","description":"How to create a lighter fingerprint?","url":"http:\/\/www.youtube.com\/watch?v=BgFJD7oCmDE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polyalphabetic-cipher","created":1334170052,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36283","children":[]},{"title":"The One-Time Pad","description":"The perfect cipher","url":"http:\/\/www.youtube.com\/watch?v=FlIG3TvQCBQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/one-time-pad","created":1334170113,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36718","children":[]},{"title":"Frequency Stability","description":"What is the difference between a coin flip and a blind guess?","url":"http:\/\/www.youtube.com\/watch?v=vVXbgbMp0oY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/frequency-stability","created":1328220828,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49344","children":[]},{"title":"The Enigma Encryption Machine (case study)","description":"WW2 Encryption is explored with a focus on the Enigma.","url":"http:\/\/www.youtube.com\/watch?v=2cqbeSVhLBM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/case-study--ww2-encryption-machines","created":1335318567,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27572","children":[]},{"title":"Perfect Secrecy","description":"Claude Shannon's idea of perfect secrecy: no amount of computational power can help improve your ability to break a perfectly secrect encryption scheme.","url":"http:\/\/www.youtube.com\/watch?v=cAt6MYoGqJ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perfect-secrecy","created":1335318634,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21698","children":[]},{"title":"Pseudorandom Number Generators","description":"Random vs. Pseudorandom Number Generators","url":"http:\/\/www.youtube.com\/watch?v=itaMNuWLzJo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/random-vs--pseudorandom-number-generators","created":1336422318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35351","children":[]}]},{"title":"Modern Cryptography","description":"20th century solutions to new problems in Cryptography","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The Fundamental Theorem of Arithmetic","description":"Independent realization from an ancestor's perspective","url":"http:\/\/www.youtube.com\/watch?v=8CluknrLeys&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-fundamental-theorem-of-arithmetic-1","created":1332894895,"start":null,"end":null,"type":"video","provider":"Khan University","views":"83207","children":[]},{"title":"Public Key Cryptography: what is it?","description":"What do we need public key cryptography?","url":"http:\/\/www.youtube.com\/watch?v=ko62sibi668&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diffie-hellman-key-exchange--part-1","created":1353963306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3374","children":[]},{"title":"The Discrete Logarithm Problem","description":"A mathematical lock using modular arithmetic","url":"http:\/\/www.youtube.com\/watch?v=bjWOG50PfdI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/discrete-logarithm-problem","created":1353969384,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3651","children":[]},{"title":"Diffie-Hellman Key Exchange","description":"Walkthrough of Diffie-Hellman Key Exchange","url":"http:\/\/www.youtube.com\/watch?v=dRUVG7YI1_k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diffie-hellman-key-exchange--part-2","created":1353969432,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2725","children":[]},{"title":"RSA Encryption: step 1","description":"Introduction to why we would need RSA","url":"http:\/\/www.youtube.com\/watch?v=dleUxfghd5I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intro-to-rsa-encryption","created":1353969455,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2954","children":[]},{"title":"RSA Encryption: step 2","description":"Setting up a trapdoor one-way function","url":"http:\/\/www.youtube.com\/watch?v=j4KhCT6kJvY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rsa-encryption--step-2","created":1353969487,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2384","children":[]},{"title":"RSA Encryption: step 3","description":"RSA Encryption (step 3)","url":"http:\/\/www.youtube.com\/watch?v=wHiBGONmxwA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rsa-encryption--step-3","created":1353969508,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2204","children":[]},{"title":"Euler's Totient Function","description":"Measuring the divisibility of a number","url":"http:\/\/www.youtube.com\/watch?v=Rp8-ZAHPbg4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/euler-s-totient-function--phi-function","created":1353969621,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2999","children":[]},{"title":"RSA Encryption: step 4","description":"RSA worked example","url":"http:\/\/www.youtube.com\/watch?v=e_auEoqetec&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rsa-encryption--part-4","created":1353969645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2379","children":[]},{"title":"What should we learn next?","description":"Help decide what's next! What do you want to learn?","url":"http:\/\/www.youtube.com\/watch?v=A9Km337z15k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/checkpoint--advanced-lessons","created":1344457671,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7155","children":[]}]},{"title":"Primality Testing","description":"Why do Primes make some problems fundamentally hard? Build algorithms to find out!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Primality Test","description":"Setting up the problem of a primality test","url":"http:\/\/www.youtube.com\/watch?v=9AfjgLZ6pLM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/prime-number-adventure","created":1347394194,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6934","children":[]},{"title":"Running Time","description":"What is a computer? How should we define the time needed to execute an algorithm?","url":"http:\/\/www.youtube.com\/watch?v=Hj3fnXT07Rg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/time-space-complexity--prime-number-adventure-part-2","created":1348703398,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4436","children":[]},{"title":"Computer Memory (space)","description":"What is the limit of computer memory?","url":"http:\/\/www.youtube.com\/watch?v=Q4ihOCocaVw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-computer-memory---prime-adventure-part-7","created":1354237728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3681","children":[]},{"title":"Algorithmic Efficiency","description":"How can we improve the speed of a (deterministic) primality test?","url":"http:\/\/www.youtube.com\/watch?v=98Wc6IoFpoc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algorithmic-efficiency","created":1348705903,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8252","children":[]},{"title":"Sieve of Eratosthenes","description":"Sieve of Eratosthenes allows us to generate a list of primes.","url":"http:\/\/www.youtube.com\/watch?v=twrfyZPZkrQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sieve-of-eratosthenes--prime-adventure-part-4","created":1350863133,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6268","children":[]},{"title":"Primality Test with Sieve","description":"An attempt at an optimal trial division primality test using the Sieve of Eratosthenes.","url":"http:\/\/www.youtube.com\/watch?v=f4Gd_vhe_SU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/trial-division-primality-test-using-a-sieve--prime-adventure-part-5","created":1350863201,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3897","children":[]},{"title":"The Prime Number Theorem","description":"How can we estimate the number of primes up to x?","url":"http:\/\/www.youtube.com\/watch?v=3RfYfMjZ5w0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/prime-number-theorem--the-density-of-primes","created":1351894071,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7031","children":[]},{"title":"Time Space Tradeoff","description":"what is our memory limit? How can save time at the expense of space?","url":"http:\/\/www.youtube.com\/watch?v=MiqpLC0VWj4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/time-space-tradeoff","created":1356063057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1096","children":[]},{"title":"What's Next?","description":"Take a breath.\n\narticle coming soon!","url":"","source":"","created":null,"start":null,"end":null,"type":"article","provider":"Khan University","views":null,"children":[]}]},{"title":"Randomized Algorithms","description":"Would a coin flip speed up a decision process?","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Randomized Algorithms (intro)","description":"How could random numbers speed up a decision algorithm?","url":"http:\/\/www.youtube.com\/watch?v=GkSWotgd-Nc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/randomized-algorithms--prime-adventure-part-8","created":1358761737,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1204","children":[]}]},{"title":"Brain teasers","description":"Random logic puzzles and brain teasers. Fun to do and useful for many job interviews!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Liar Truth-teller Brain Teaser","description":"How to get correct advice when you can only ask one question from either a liar or a truth-teller (when you don't know who is what)","url":"http:\/\/www.youtube.com\/watch?v=69rDtSpshAw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/liar-truthteller-brain-teaser","created":1298219517,"start":null,"end":null,"type":"video","provider":"Khan University","views":"683629","children":[]},{"title":"Toggler Brain Teaser","description":"Separating the truthteller from the togglers!","url":"http:\/\/www.youtube.com\/watch?v=l3OkPYhDi9w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/toggler-brain-teaser","created":1298219517,"start":null,"end":null,"type":"video","provider":"Khan University","views":"334606","children":[]},{"title":"Alien Abduction Brain Teaser","description":"Saving Earth from becoming a mushroom farm.","url":"http:\/\/www.youtube.com\/watch?v=K4pocYXOmTQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alien-abduction-brain-teaser","created":1298219517,"start":null,"end":null,"type":"video","provider":"Khan University","views":"308827","children":[]},{"title":"Blue Forehead Room Brain Teaser","description":"What happens when 100 perfect logicians have to figure out if they each have a blue forehead?","url":"http:\/\/www.youtube.com\/watch?v=rBaCDC52NOY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/brain-teaser--blue-forehead-room","created":1298219517,"start":null,"end":null,"type":"video","provider":"Khan University","views":"201860","children":[]},{"title":"Blue Forehead Room Solution","description":"Do not watch before Blue Forehead Room. THIS IS THE SOLUTION!","url":"http:\/\/www.youtube.com\/watch?v=-xYkTJFbuM0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/blue-forehead-room-solution","created":1298219517,"start":null,"end":null,"type":"video","provider":"Khan University","views":"155463","children":[]},{"title":"Forehead Numbers Brain Teaser","description":"The perfect logicians are at it again.","url":"http:\/\/www.youtube.com\/watch?v=jqpQPxWj8gE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/forehead-numbers-brain-teaser","created":1298219517,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106252","children":[]},{"title":"Light Bulb Switching Brain Teaser","description":"Turning light bulbs on and off.","url":"http:\/\/www.youtube.com\/watch?v=WNhxkpmVQYw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/light-bulb-switching-brain-teaser","created":1298219517,"start":null,"end":null,"type":"video","provider":"Khan University","views":"196405","children":[]},{"title":"Path Counting Brain Teaser","description":"Counting paths in a square","url":"http:\/\/www.youtube.com\/watch?v=9QduzzW10uA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/path-counting-brain-teaser","created":1298219517,"start":null,"end":null,"type":"video","provider":"Khan University","views":"84407","children":[]},{"title":"3-D Path Counting Brain Teaser","description":"Extending the path counting to three dimensions","url":"http:\/\/www.youtube.com\/watch?v=wRxzDOloS3o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/3-d-path-counting-brain-teaser","created":1298219517,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100901","children":[]}]},{"title":"Vi Hart","description":"Recreational mathematics and inspirational videos by resident mathemusician Vi Hart","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Doodling in Math: Spirals, Fibonacci, and Being a Plant [1 of 3]","description":"Part 2: http:\/\/youtu.be\/lOIP_Z_-0Hs\nPart 3: http:\/\/youtu.be\/14-NdQwKz9w\nRe: Pineapple under the Sea: http:\/\/youtu.be\/gBxeju8dMho","url":"http:\/\/www.youtube.com\/watch?v=ahXIMUkSXX0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math--spirals--fibonacci--and-being-a-plant--1-of-3","created":1327972656,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1382582","children":[]},{"title":"Doodling in Math Class: Spirals, Fibonacci, and Being a Plant [2 of 3]","description":"Part 1: http:\/\/youtu.be\/ahXIMUkSXX0\nPart 3: http:\/\/youtu.be\/14-NdQwKz9w\nMore on Angle-a-trons: http:\/\/www.youtube.com\/watch?v=o6W6P8JZW0o\n\nNote: Beautiful spirally non-Fibonacci pinecones are very rare! If you find one, keep it.","url":"http:\/\/www.youtube.com\/watch?v=lOIP_Z_-0Hs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math-class--spirals--fibonacci--and-being-a-plant--2-of-3","created":1327972687,"start":null,"end":null,"type":"video","provider":"Khan University","views":"554127","children":[]},{"title":"Doodling in Math: Spirals, Fibonacci, and Being a Plant [Part 3 of 3]","description":"Part 1: http:\/\/youtu.be\/ahXIMUkSXX0\nPart 2: http:\/\/youtu.be\/lOIP_Z_-0Hs\nHow to find the Lucas Angle: http:\/\/youtu.be\/RRNQAaTVa_A\n\nReferences:\n\nOnly good article I could find on the subject: http:\/\/www.sciencenews.org\/view\/generic\/id\/8479\/title\/Math_Trek__The_Mathematical_Lives_of_Plants\n\nBook of Numbers: http:\/\/books.google.com\/books?id=0--3rcO7dMYC&pg=PA113&lpg=PA113&dq=conway+phyllotaxis&source=bl&ots=-bTLzWkMtB&sig=XnbL9nRYQoWOCbvWdZPAlVa3Co0&hl=en&sa=X&ei=2afqTui9L6OUiAKapaC7BA&ved=0CCkQ6AEwAQ#v=onepage&q&f=false \n\nDouady and Couder paper with the magnetized droplets: http:\/\/www.math.ntnu.no\/~jarlet\/Douady96.pdf\n\nPretty sane page on phyllotaxis: http:\/\/www.math.smith.edu\/phyllo\/","url":"http:\/\/www.youtube.com\/watch?v=14-NdQwKz9w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math--spirals--fibonacci--and-being-a-plant--part-3-of-3","created":1327972730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"541359","children":[]},{"title":"Doodling in Math Class: Binary Trees","description":"Thank you to all the people I know whose math classes do not require such pastimes!\n\nMore videos\/info: http:\/\/vihart.com\/doodling\n\nDoodling Snakes + Graphs: ttp:\/\/www.youtube.com\/watch?v=heKK95DAKms\nDoodling Stars: http:\/\/www.youtube.com\/watch?v=CfJzrmS9UfY\n\nhttp:\/\/vihart.com","url":"http:\/\/www.youtube.com\/watch?v=e4MSN6IImpI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math-class--binary-trees","created":1327972927,"start":null,"end":null,"type":"video","provider":"Khan University","views":"592060","children":[]},{"title":"Doodling in Math Class: Stars","description":"More videos\/info: http:\/\/vihart.com\/doodling\n\nCheck out this cool star-making applet Ruurtjan sent me: http:\/\/stars.ruurtjan.com\n\nDoodling Infinity Elephants: http:\/\/www.youtube.com\/watch?v=DK5Z709J2eo\nDoodling Snakes + Graphs: http:\/\/www.youtube.com\/watch?v=heKK95DAKms\nDoodling Binary Trees: http:\/\/www.youtube.com\/watch?v=e4MSN6IImpI\n\nhttp:\/\/vihart.com","url":"http:\/\/www.youtube.com\/watch?v=CfJzrmS9UfY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math-class--stars","created":1327972951,"start":null,"end":null,"type":"video","provider":"Khan University","views":"650956","children":[]},{"title":"Doodling in Math Class: Snakes + Graphs","description":"More videos\/info: http:\/\/vihart.com\/doodling\n\nDoodling Stars: http:\/\/www.youtube.com\/watch?v=CfJzrmS9UfY\nDoodling Binary Trees: http:\/\/www.youtube.com\/watch?v=e4MSN6IImpI\n\nhttp:\/\/vihart.com","url":"http:\/\/www.youtube.com\/watch?v=heKK95DAKms&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math-class--snakes---graphs","created":1327973036,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1460638","children":[]},{"title":"Doodling in Math Class: Infinity Elephants","description":"More videos\/info: http:\/\/vihart.com\/doodling\n\nDoodling Snakes + Graphs: http:\/\/www.youtube.com\/watch?v=heKK95DAKms\nDoodling Stars: http:\/\/www.youtube.com\/watch?v=CfJzrmS9UfY\nDoodling Binary Trees: http:\/\/www.youtube.com\/watch?v=e4MSN6IImpI\n\nhttp:\/\/vihart.com","url":"http:\/\/www.youtube.com\/watch?v=DK5Z709J2eo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math-class--infinity-elephants","created":1327972973,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1889569","children":[]},{"title":"Doodling in Math: Sick Number Games","description":"I don't even know if this makes sense. Boo cold.\n\nhttp:\/\/en.wikipedia.org\/wiki\/Ulam_spiral\n\nDoodling in Math Class videos: http:\/\/vihart.com\/doodling","url":"http:\/\/www.youtube.com\/watch?v=Yhlv5Aeuo_k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math--sick-number-games","created":1327973083,"start":null,"end":null,"type":"video","provider":"Khan University","views":"662975","children":[]},{"title":"Doodling in Math Class: Squiggle Inception","description":"How to draw squiggles like a Hilbert.","url":"http:\/\/www.youtube.com\/watch?v=ik2CZqsAw28&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math-class--squiggle-inception","created":1327973913,"start":null,"end":null,"type":"video","provider":"Khan University","views":"801300","children":[]},{"title":"Doodling in Math Class: Triangle Party","description":"Triangles!","url":"http:\/\/www.youtube.com\/watch?v=o6KlpIWhbcw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math-class--triangle-party","created":1327973957,"start":null,"end":null,"type":"video","provider":"Khan University","views":"472838","children":[]},{"title":"Mobius Story: Wind and Mr. Ug","description":null,"url":"http:\/\/www.youtube.com\/watch?v=4mdEsouIXGM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/m-bius-story--wind-and-mr--ug","created":1327973315,"start":null,"end":null,"type":"video","provider":"Khan University","views":"667171","children":[]},{"title":"Math Improv: Fruit by the Foot","description":"Playing mathematically with fruits by the foot.\nMobius Story, Wind and Mr. Ug: http:\/\/www.youtube.com\/watch?v=4mdEsouIXGM\nMobius Candy buttons: http:\/\/www.youtube.com\/watch?v=OOLIB3cjFqw\nMobius Music box: http:\/\/www.youtube.com\/watch?v=3iMI_uOM_fY\n\nDoodling Snakes + Graphs (Useful for drawing Borromean rings): http:\/\/youtu.be\/heKK95DAKms","url":"http:\/\/www.youtube.com\/watch?v=Am-a5x9DGjg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/math-improv--fruit-by-the-foot","created":1334710008,"start":null,"end":null,"type":"video","provider":"Khan University","views":"330429","children":[]},{"title":"Wau: The Most Amazing, Ancient, and Singular Number","description":"What other amazing properties of Wau can you think of? Leave them in the comments.","url":"http:\/\/www.youtube.com\/watch?v=GFLkou8NvJo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/wau--the-most-amazing--ancient--and-singular-number","created":1334710139,"start":null,"end":null,"type":"video","provider":"Khan University","views":"561044","children":[]},{"title":"Are Shakespeare's Plays Encoded within Pi?","description":"Happy Pi Day! Also see: Pi is (still) Wrong: http:\/\/youtu.be\/jG7vhMMXagQ\nPi in Binary Hand Dance: http:\/\/youtu.be\/OCYZTg3jahU\nSpecial thanks to Toby (or not Toby) for playing Dog Hamlet.\n\nThis cool website lets you search the first 200,000,000 digits of Pi. See if your phone number or encoded name is in there! http:\/\/www.angio.net\/pi\/piquery\n\nSeven Sonnets:\n\nAre Shakespeare's plays encoded within Pi? \nThe truth is: we don't know, but we suspect\nThey're somewhere in those digits. And now I\nWill show why we don't know if we're correct.\n\nYou see, we think the digits do behave\nAs if they were a random sequence, and\nSo many mathematicians tried to brave\nThis question, but we still don't understand.\n\nPi isn't random: each digit must be\nExactly what the definition states.\nIt's pseudo-random, far as we can see,\nBut it's the subject of intense debates.\n\nNow I'll explain, with this parameter:\nIt's all in iambic pentameter.\n\nYou may have heard of this scenario:\nA thousand monkeys type at keyboards 'till\nThey write the works of Shakespeare. Even though,\nIn one life it's a task they can't fulfill.\n\nIf you allow their kids to carry on,\nAll through the generations working hard,\nThey will evolve before they come upon\nA single sonnet written by the Bard.\n\nBut still, the theory's sound! And it is true\nThat with a random and infinite set\nOf letters, that eventu-ally you\nWill find whatever words you want to get.\n\nHowever, on this thing you can depend:\nBefore you do, the universe will end.\n\n\nPi is a number, and that's why I can\nCompletely guarantee no part will be\n9-1-3-7-5-2-2-8-ten\n4-7-9-H-A-M-L-E-T.\n\nYou'd have to make up something, like a code\nWhere zero-one is A, Oh-three is C,\nOr you could also choose some other mode,\nOh-2 could be \"to be or not to be.\"\n\nBut let's go with this system, where a Y\nIs 2-5, O's one five, and R's eighteen,\nAnd next comes zero 9 which is an I,\nOh-three, eleven. Yorick's name is seen!\n\nDoes Pi say anything? How does it go?\n1-4-1-5. I guess the answer's \"no.\"\n\n\nIf you desire to search Pi for a thing\nLike Hamlet, as if you'd 'discover' it,\nWithout a copy used for referencing,\nYou wouldn't know if you'd recovered it.\n\nIn fact, it's almost certain, so beware:\nBefore you get to Hamlet, if you slog\nThrough all the digits, you'll find versions where\nThere's just one thing changed: Hamlet is a dog.\n\nDog Hamlet is so awesome and he goes\nOn infinitely many adventures.\nIn this infinite space everyone knows\nDog Hamlet's king. Sometimes he has dentures.\n\nUnless Pi isn't normal. I'll admit:\nPi might not have a single Dog Hamlet.\n\n\nA normal number is a number where,\nIf you take any pattern of length Z\nYou'll definitely find the pattern there,\nAnd others that length, with' same frequency.\n\nLength 1 would just be every digit, so\nAll digits happen infinity times.\nAnd all two-digit numbers also go\nIn there somewhere. If you list all the primes,\n\nYou get the Copeland-Erdos constant, which\nIs one of few known normal numbers. Or\nTake every number in order and stitch\nThem all together. And we know there's more.\n\nMost numbers must be of the normal kind,\nBut somehow they are hard for us to find.\n\n\nWe think that Pi is normal. Also e\nAnd square root 2 and other stuff like that.\nWe don't know how to prove that they must be,\nThat Pi contains Macbeth where he's a cat.\n\nIf you've got every combination of\nDigits of every length, that will include\nA Romeo and Juliet in love\nWho meet in time and live and end the feud.\n\nAnd since the strings of numbers must occur\nWith equal frequency to other strings\nOf the same length, it don't matter whether\nYou choose this code or other permutings.\n\nPerhaps somewhere Dog Hamlet and Catbeth\nAre chillin', bustin' ghosts, avoiding death.\n\n\nThere's simple open problems about pi,\nLike whether every digit, oh through nine,\nKeeps happening. We can't figure out why\n6 shouldn't stop appearing, down the line.\n\nIt seems ridiculous, to think that 2\nOccurs finitely many times. I fear,\nThat without proof, we can't say it's not true.\nAlas, poor Yorick may never appear.\n\nBut the exciting thing is that I think\nThese problems will be solved before too long.\nAnd then this video will really stink\nBecause all this not-knowing will be wrong.\n\nDon't worry; I look forward to its fall.\n'Till then, a happy Pi Day to you all.","url":"http:\/\/www.youtube.com\/watch?v=uXoh6vi6J5U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/are-shakespeare-s-plays-encoded-within-pi","created":1331756595,"start":null,"end":null,"type":"video","provider":"Khan University","views":"304962","children":[]},{"title":"What is up with Noises? (The Science and Mathematics of Sound, Frequency, and Pitch)","description":"Accuracy not guaranteed. Get Audacity and play! http:\/\/audacity.sourceforge.net\/\n\nCorrection: it is the \"Basilar\" membrane, which is what I say, but somehow between recording the script and actually drawing the stuff I got confused and thought I just pronounced my Vs poorly. Always sad to have such a simple and glaring error in something I put hundreds of hours of work into, but a \"Vasilar\" membrane can be the kind that a Vi draws to explain Viola Vibrations, I guess! Making up new words is just so prolightfully awstastic.\n\nProps to my Bro for excellent and creative swing pushing, and to my Mamma for filming it.\n\nExtra special thanks to my generous donators, without whom I would not have been able to create this video. Because of your support, I have the equipment, time, and take-out Thai food necessary for doing stuff like this.","url":"http:\/\/www.youtube.com\/watch?v=i_0DXxNeaQ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-up-with-noises---the-science-and-mathematics-of-sound--frequency--and-pitch","created":1327973942,"start":null,"end":null,"type":"video","provider":"Khan University","views":"755979","children":[]},{"title":"Open Letter to Nickelodeon, Re: SpongeBob's Pineapple under the Sea","description":"SpongeBob background designer's response: \"OK, I guess the jig is up... I'm tired of living a lie.\" See his full message and pineapple redesign: http:\/\/kennypittenger.blogspot.com\/2012\/01\/called-out.html\n\nP.S. http:\/\/youtu.be\/sFTwc8kHSu4\nFor more on Fibonacci and Plants: http:\/\/youtu.be\/ahXIMUkSXX0\nFor more snail: http:\/\/youtu.be\/xbsAUq_nvxE","url":"http:\/\/www.youtube.com\/watch?v=gBxeju8dMho&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/open-letter-to-nickelodeon--re--spongebob-s-pineapple-under-the-sea","created":1334710173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"685503","children":[]},{"title":"How To Snakes","description":"Snakes!\n\nSnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakesnakes.\n\nme: vihart.com\n\nYou can get a box here:\nhttp:\/\/www.amazon.com\/dp\/B003I6USDW?tag=vihartcom-20","url":"http:\/\/www.youtube.com\/watch?v=Gx5D09s5X6U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-to-snakes","created":1327973744,"start":null,"end":null,"type":"video","provider":"Khan University","views":"729417","children":[]},{"title":"Origami Proof of the Pythagorean Theorem","description":"Leave your homework in the comments. Extra points for clarity and conciseness!\n\nSpecial thanks to my peeps at NYU where the idea for this video popped up during discussion.","url":"http:\/\/www.youtube.com\/watch?v=z6lL83wl31E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/origami-proof-of-the-pythagorean-theorem","created":1327973893,"start":null,"end":null,"type":"video","provider":"Khan University","views":"614142","children":[]},{"title":"9.999... reasons that .999... = 1","description":"Point Nine Repeating Equals One!\n9.999... reasons in 9.999... minutes.\n\nBonus points if you can name all 9.999... lords a-leaping.\n\nDear YouTube, wouldn't it be nice if I could include the full script with this video? A larger character limit would not be unreasonable.","url":"http:\/\/www.youtube.com\/watch?v=TINfzxSnnIE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/9-999----reasons-that--999------1","created":1334710250,"start":null,"end":null,"type":"video","provider":"Khan University","views":"584030","children":[]},{"title":"Fractal Fractions","description":"How to make snazzy-lookin' fractal equations using simple algebra.\n\nFor more abacabadabacaba: http:\/\/www.abacaba.org\/\nand http:\/\/books.google.com\/books?id=QpPlxwSa8akC&pg=PA60&lpg=PA60&dq=abacabadabacaba+%22martin+gardner%22&source=bl&ots=92eAyvrZGV&sig=J2uvF2DAyn9kY8nSarSy-XIXW74&hl=en&sa=X&ei=Np45T4K9GYixiQK92NG2Bg&ved=0CCEQ6AEwAA#v=onepage&q&f=false","url":"http:\/\/www.youtube.com\/watch?v=a5z-OEIfw3s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fractal-fractions","created":1334710212,"start":null,"end":null,"type":"video","provider":"Khan University","views":"189439","children":[]},{"title":"Binary Hand Dance","description":"Thanks to my bro for the music! He's at christopherhart2010@gmail.com\n\nThanks to my other bro for hand dancin' and throwing money at me, and special thanks to my mamma and grandma for their guest appearances.","url":"http:\/\/www.youtube.com\/watch?v=OCYZTg3jahU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/binary-hand-dance","created":1327973422,"start":null,"end":null,"type":"video","provider":"Khan University","views":"376791","children":[]},{"title":"Re: Visual Multiplication and 48\/2(9+3)","description":"A quick response to some mathy things going around.","url":"http:\/\/www.youtube.com\/watch?v=a-e8fzqv3CE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/re--visual-multiplication-and-48-2-9-3","created":1327973451,"start":null,"end":null,"type":"video","provider":"Khan University","views":"459513","children":[]},{"title":"The Gauss Christmath Special","description":"Christmas ain't over yet. The 12th day is Jan. 6th!\n\nYou can get just the song here: http:\/\/vihart.com\/music\/gauss12days.mp3\n\nhttp:\/\/vihart.com","url":"http:\/\/www.youtube.com\/watch?v=sxnX5_LbBDU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-gauss-christmath-special","created":1327973278,"start":null,"end":null,"type":"video","provider":"Khan University","views":"439845","children":[]},{"title":"Rhapsody on the Proof of Pi = 4","description":"Correction: when I mark where pi is on the graph, I meant pi\/2!\nNote: If this video were supposed to be teaching you, I'd probably have to make it boring and say that in one sense of limits, spoiler alert, you actually do approach a circle and a line, solving the apparent paradox by saying that the invariant of length does not hold over infinity. Luckily I am an artist, and this is a Rhapsody, and instead of \"learning,\" you get to actually think, if you like.","url":"http:\/\/www.youtube.com\/watch?v=D2xYjiL8yyE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rhapsody-on-the-proof-of-pi---4","created":1335896837,"start":null,"end":null,"type":"video","provider":"Khan University","views":"471483","children":[]},{"title":"Doodle Music","description":"A visual and musical expression of mathematical symmetry groups. The transformations done to the video are equivalent to the transformations done to the notes.\n\nThese type of repeating patterns are called frieze patterns. A couple wallpaper groups are also represented.","url":"http:\/\/www.youtube.com\/watch?v=Av_Us6xHkUc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodle-music","created":1335896864,"start":null,"end":null,"type":"video","provider":"Khan University","views":"540841","children":[]},{"title":"What was up with Pythagoras?","description":"Pythagoras had a problem with beans and irrationality. What really happened? I don't know! The square root of two is irrational, and beans are delicious.","url":"http:\/\/www.youtube.com\/watch?v=X1E7I7_r3Cw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-was-up-with-pythagoras","created":1339550951,"start":null,"end":null,"type":"video","provider":"Khan University","views":"462721","children":[]},{"title":"A Song About A Circle Constant","description":"Happy Tau Day! This is a song about Tau! Other Tau things you should see:Pi is (still) Wrong: http:\/\/youtu.be\/jG7vhMMXagQ What Tau Sounds Like: http:\/\/youtu.be\/3174T-3-59QThe Tau Manifesto: http:\/\/tauday.com\/","url":"http:\/\/www.youtube.com\/watch?v=FtxmFlMLYRI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a-song-about-a-circle-constant","created":1340905290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"272882","children":[]},{"title":"Dialogue for 2","description":"A dialogue with the number 2, with special guest Brady Haran of Numberphile and other channels!\nhttp:\/\/www.youtube.com\/user\/numberphile\nhttp:\/\/www.youtube.com\/user\/periodicvideos\nhttp:\/\/www.youtube.com\/user\/sixtysymbols","url":"http:\/\/www.youtube.com\/watch?v=dBVoIUASFS0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dialogue-for-2","created":1345826867,"start":null,"end":null,"type":"video","provider":"Khan University","views":"225252","children":[]},{"title":"Doodling in Math Class: Connecting Dots","description":"Anti-parabola propoganda, plus musing on math class, cardioids, connect the dots, envelopes of lines, even a bit of origami.\n\nExtra points to a certain Andrea whose line-enveloped Hilbert curve inspired me to finish this video.","url":"http:\/\/www.youtube.com\/watch?v=v-pyuaThp-c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doodling-in-math-class--connecting-dots","created":1345826907,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1100278","children":[]},{"title":"Hexaflexagons","description":"Hooraaaay flexagons! Next hexaflexagon video in one week. Happy October!More info coming soon.","url":"http:\/\/www.youtube.com\/watch?v=VIVIegSt81k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hexaflexagons","created":1349110823,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4919744","children":[]},{"title":"Hexaflexagons 2","description":"This video is based on, and in honor of, Martin Gardner's column from 1956, \"Hexaflexagons,\" which can be found here: http:\/\/maa.org\/pubs\/focus\/Gardner_Hexaflexagons12_1956.pdf. For more information, see the top comment below.","url":"http:\/\/www.youtube.com\/watch?v=paQ10POrZh8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hexaflexagons-2","created":1349715414,"start":null,"end":null,"type":"video","provider":"Khan University","views":"610774","children":[]},{"title":"Hexaflexagon Safety Guide","description":"Don't let a flexigatastrophe happen to you! Happy Hexaflexagon Month, in honor of Martin Gardner. Yes, we've been encouraging recreational use of hexaflexagons and even hexaflexagon parties to happen on Oct. 21, but be sure to flex responsibly.This is my third hexaflexagon video this month. The first two are also awesome.Hexaflexagons: http:\/\/youtu.be\/VIVIegSt81k Hexaflexagons 2: http:\/\/youtu.be\/paQ10POrZh8To learn more about flexagons, Martin Gardner, or hosting a hexaflexagon party, go here: http:\/\/www.puzzles.com\/hexaflexagonI stole the \"hexaflexadyslexia\" joke from @matthetube: https:\/\/twitter.com\/matthetube\/status\/255446894128529408I'm @vihartvihart. Happy Flexing!","url":"http:\/\/www.youtube.com\/watch?v=AmN0YyaTD60&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hexaflexagon-safety-guide","created":1350322224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"423880","children":[]},{"title":"Flex Mex","description":"Might as well.","url":"http:\/\/www.youtube.com\/watch?v=GTwrVAbV56o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/flex-mex","created":1353536986,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1263475","children":[]},{"title":"Optimal Potatoes","description":"With Thanksgiving just around the corner here in the US, it is important to know how to arrange mathed potatoes on your plate for maximum gravy. Also shown are bread spheres, butter prism, and gelatinous cranberry cylinder. \n\nGreen Bean Matherole: http:\/\/youtu.be\/XwIs1nlDQ2I\nBorromean Onion Rings: http:\/\/youtu.be\/4tsjCND2ZfM\nTurduckenen-duckenen: http:\/\/youtu.be\/pjrI91J6jOw","url":"http:\/\/www.youtube.com\/watch?v=F5RyVWI4Onk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optimal-potatoes","created":1353537047,"start":null,"end":null,"type":"video","provider":"Khan University","views":"247084","children":[]},{"title":"Green Bean Matherole","description":"This Thanksgiving, make sure your table isn't missing the all-important green bean matherole. Pick your favorite vector field and have at it!\n\nMathed Potatoes: http:\/\/youtu.be\/F5RyVWI4Onk\nBorromean Onion Rings: http:\/\/youtu.be\/4tsjCND2ZfM\nTurduckenen-duckenen: http:\/\/youtu.be\/pjrI91J6jOw","url":"http:\/\/www.youtube.com\/watch?v=XwIs1nlDQ2I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/green-bean-matherole","created":1353537124,"start":null,"end":null,"type":"video","provider":"Khan University","views":"294523","children":[]},{"title":"Borromean Onion Rings","description":"Borromean Onion Rings, the perfect way to top your Green Bean Matherole! Borromean onion rings were invented by special guest Marc ten Bosch (http:\/\/marctenbosch.com). Also shown are gelatinous cranberry cylinder, bread spheres and butter prism, mathed potatoes, apple pie, and pumpkin tau.\n\nMathed Potatoes: http:\/\/youtu.be\/F5RyVWI4Onk\nGreen Bean Matherole: http:\/\/youtu.be\/XwIs1nlDQ2I\nTurduckenen-duckenen: http:\/\/youtu.be\/pjrI91J6jOw","url":"http:\/\/www.youtube.com\/watch?v=4tsjCND2ZfM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/borromean-onion-rings","created":1353537162,"start":null,"end":null,"type":"video","provider":"Khan University","views":"235073","children":[]},{"title":"Thanksgiving Turduckenen-duckenen","description":"Forget turducken... I'm stuffing my turkey with two ducks, stuffed with four hens, stuffed with eight quail eggs. Honestly, I do not recommend trying this yourself.\n\nSo what's your favourite naming scheme: breadth-first, depth-first, or inordered binary tree traversal?\n\nMathed Potatoes: http:\/\/youtu.be\/F5RyVWI4Onk\nGreen Bean Matherole: http:\/\/youtu.be\/XwIs1nlDQ2I\nBorromean Onion Rings: http:\/\/youtu.be\/4tsjCND2ZfM","url":"http:\/\/www.youtube.com\/watch?v=pjrI91J6jOw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thanksgiving-turduckenen-duckenen","created":1353537209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"229876","children":[]},{"title":"Snowflakes, Starflakes, and Swirlflakes","description":"Unusual variations on the paper snowflake.","url":"http:\/\/www.youtube.com\/watch?v=8EmhGOQ-DNQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/snowflakes--starflakes--and-swirlflakes","created":1355463279,"start":null,"end":null,"type":"video","provider":"Khan University","views":"358985","children":[]}]},{"title":"Science & Economics","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Biology","description":"Covers topics seen in a first year college or high school biology course.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Evolution and natural selection","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Evolution and Natural Selection","description":"Introduction to evolution, variation in a population and natural selection","url":"http:\/\/www.youtube.com\/watch?v=GcjgWov7mTM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-evolution-and-natural-selection","created":1298219472,"start":null,"end":null,"type":"video","provider":"Khan University","views":"670947","children":[]},{"title":"Intelligent Design and Evolution","description":"The argument that evolution speaks to being the most \"intelligent design\"","url":"http:\/\/www.youtube.com\/watch?v=qxOEz9aPZNY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intelligent-design-and-evolution","created":1298219472,"start":null,"end":null,"type":"video","provider":"Khan University","views":"268018","children":[]},{"title":"Evolution Clarification","description":"Clarifying some points on evolution and intelligent design","url":"http:\/\/www.youtube.com\/watch?v=nh1R-gyY7es&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/evolution-clarification","created":1298219472,"start":null,"end":null,"type":"video","provider":"Khan University","views":"158995","children":[]},{"title":"Natural Selection and the Owl Butterfly","description":"How the \"Owl Butterfly\" may have gotten the spot on its wings.","url":"http:\/\/www.youtube.com\/watch?v=dR_BFmDMRaI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/natural-selection-and-the-owl-butterfly","created":1298219472,"start":null,"end":null,"type":"video","provider":"Khan University","views":"139331","children":[]},{"title":"DNA","description":"An introduction to DNA","url":"http:\/\/www.youtube.com\/watch?v=_-vZ_g7K6P0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dna","created":1298219472,"start":null,"end":null,"type":"video","provider":"Khan University","views":"759210","children":[]},{"title":"Variation in a Species","description":"How variation can be introduced into a species.","url":"http:\/\/www.youtube.com\/watch?v=DuArVnT1i-E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/variation-in-a-species","created":1298219473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"168200","children":[]}]},{"title":"Cells and cell division","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Diffusion and Osmosis","description":"Diffusion and Osmosis","url":"http:\/\/www.youtube.com\/watch?v=aubZU0iWtgI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diffusion-and-osmosis","created":1298219475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"344724","children":[]},{"title":"Parts of a cell","description":"Parts of a cell: nucleus, ribosomes, endoplasmic reticulum, Golgi bodies, mitochondria, chloroplasts, vacuoles, and vesicles","url":"http:\/\/www.youtube.com\/watch?v=Hmwvj9X4GNY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parts-of-a-cell","created":1298219475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"610355","children":[]},{"title":"Chromosomes, Chromatids, Chromatin, etc.","description":"The vocabulary of DNA: chromosomes, chromatids, chromatin, transcription, translation, and replication","url":"http:\/\/www.youtube.com\/watch?v=s9HPNwXd9fk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chromosomes--chromatids--chromatin--etc","created":1298219473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"390306","children":[]},{"title":"Mitosis, Meiosis and Sexual Reproduction","description":"Mitosis, meiosis and sexual reproduction. Understanding gametes, zygotes, and haploid \/ diploid numbers.","url":"http:\/\/www.youtube.com\/watch?v=kaSIjIzAtYA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mitosis--meiosis-and-sexual-reproduction","created":1298219473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"417539","children":[]},{"title":"Phases of Mitosis","description":"Explanation of the phases of mitosis.","url":"http:\/\/www.youtube.com\/watch?v=LLKX_4DHE3I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/phases-of-mitosis","created":1298219473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"508427","children":[]},{"title":"Phases of Meiosis","description":"The phases of Meiosis.","url":"http:\/\/www.youtube.com\/watch?v=ijLc52LmFQg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/phases-of-meiosis","created":1298219473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"479098","children":[]},{"title":"Embryonic Stem Cells","description":"An overview of early development of a zygote to an embryo. Embryonic and somatic stem cells.","url":"http:\/\/www.youtube.com\/watch?v=-yCIMk1x0Pk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/embryonic-stem-cells","created":1298219473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"134932","children":[]},{"title":"Cancer","description":"An introduction to what cancer is and how it is the by-product of broken DNA replication","url":"http:\/\/www.youtube.com\/watch?v=RZhL7LDPk8w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cancer","created":1298219473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"235373","children":[]}]},{"title":"Heredity and genetics","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Heredity","description":"Heredity and Classical Genetics. Dominant and recessive traits. Heterozygous and homozygous genotypes.","url":"http:\/\/www.youtube.com\/watch?v=eEUvRrhmcxM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-heredity","created":1298219473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"270887","children":[]},{"title":"Punnett Square Fun","description":"Dihybrid crosses. Independent assortment. Incomplete dominance. Codominance and multiple alleles.","url":"http:\/\/www.youtube.com\/watch?v=D5ymMYcLtv0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/punnett-square-fun","created":1298219473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"216392","children":[]},{"title":"Hardy-Weinberg Principle","description":"Understanding allele and genotype frequency in population in Hardy-Weinberg Equilibrium.","url":"http:\/\/www.youtube.com\/watch?v=4Kbruik_LOo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hardy-weinberg-principle","created":1298219473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"191643","children":[]},{"title":"Sex-Linked Traits","description":"Chromosomal basis for gender. Sex-linked traits.","url":"http:\/\/www.youtube.com\/watch?v=-ROhfKyxgCo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sex-linked-traits","created":1298219474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"160207","children":[]},{"title":"Genetics 101 Part 1: What are genes?","description":"Find out about the basics of cells, chromosomes, and the genes contained in your DNA.","url":"http:\/\/www.youtube.com\/watch?v=ubq4eu_TDFc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/genetics-101-part-1--what-are-genes","created":1334788685,"start":null,"end":null,"type":"video","provider":"Khan University","views":"140557","children":[]},{"title":"Genetics 101 Part 2: What are SNPs?","description":"Learn about the variations in human DNA called SNPs, and how they can be used to understand relationships between people.","url":"http:\/\/www.youtube.com\/watch?v=tJjXpiWKMyA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/genetics-101-part-2--what-are-snps","created":1334804795,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50305","children":[]},{"title":"Genetics 101 Part 3: Where do your genes come from?","description":"Find out how chromosomes and genes are passed down from parent to child.","url":"http:\/\/www.youtube.com\/watch?v=-Yg89GY61DE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/genetics-101-part-3--where-do-your-genes-come-from","created":1334804822,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41160","children":[]},{"title":"Genetics 101 Part 4: What are Phenotypes?","description":"Discover how your observable traits, or phenotypes, are the result of interactions between your genes and environment.","url":"http:\/\/www.youtube.com\/watch?v=kLpr6t4-eLI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/genetics-101-part-4--what-are-phenotypes","created":1334789573,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36014","children":[]}]},{"title":"Tree of life","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Taxonomy and the Tree of Life","description":"The science of taxonomy and where humans fit into the tree of life","url":"http:\/\/www.youtube.com\/watch?v=oHvLlS_Sc54&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/taxonomy-and-the-tree-of-life","created":1320228066,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58933","children":[]},{"title":"Species","description":"What a species is and isn't. Ligers, tiglons, mule, hinnies, and dogs","url":"http:\/\/www.youtube.com\/watch?v=Tmt4zrDK3dA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/species","created":1320228066,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34561","children":[]},{"title":"Ape Clarification","description":"Ape Clarification - that they have no tails","url":"http:\/\/www.youtube.com\/watch?v=oFGkYA_diDA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ape-clarification","created":1301061750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"134268","children":[]},{"title":"Bacteria","description":"Introduction to bacteria","url":"http:\/\/www.youtube.com\/watch?v=TDoGrbpJJ14&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bacteria","created":1298219474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"264015","children":[]},{"title":"Viruses","description":"Introduction to viruses","url":"http:\/\/www.youtube.com\/watch?v=0h5Jd7sgQWY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/viruses","created":1298219474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"211228","children":[]},{"title":"Human Prehistory 101: Prologue","description":"Award winning video introduces human prehistory starting over 200,000 years ago. Who were our first human ancestors? Where did they live?","url":"http:\/\/www.youtube.com\/watch?v=Mm-IxK1GrYE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/human-prehistory-101--prologue","created":1334788446,"start":null,"end":null,"type":"video","provider":"Khan University","views":"105487","children":[]},{"title":"Human Prehistory 101 Part 1: Out of (Eastern) Africa","description":"Second in a series of videos that introduces human prehistory, this video describes how our human ancestors spread throughout Africa and then into other regions such as Australia and Europe. How did they reach Australia so early on? What happened when our ancestors encountered Neanderthals?","url":"http:\/\/www.youtube.com\/watch?v=8183HPmA2_I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/human-prehistory-101-part-1--out-of--eastern--africa","created":1334788501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21054","children":[]},{"title":"Human Prehistory 101 Part 2: Weathering The Storm","description":"Third in a series of videos that introduces human prehistory, this video describes how early humans continued to defy the odds and populated the Americas during the last ice age.","url":"http:\/\/www.youtube.com\/watch?v=T9Nw66RCMhg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/human-prehistory-101-part-2--weathering-the-storm","created":1334788524,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15687","children":[]},{"title":"Human Prehistory 101 Part 3: Agriculture Rocks Our World","description":"","url":"http:\/\/www.youtube.com\/watch?v=IVHD9wGlbho&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/human-prehistory-101-part-3--agriculture-rocks-our-world","created":1334788593,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15780","children":[]},{"title":"Human Prehistory 101: Epilogue","description":"","url":"http:\/\/www.youtube.com\/watch?v=F-zRXHAo4-U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/human-prehistory-101--epilogue","created":1334788399,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14314","children":[]}]},{"title":"Cellular respiration","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"ATP: Adenosine Triphosphate","description":"Introduction to ATP or Adenosine Triphosphate","url":"http:\/\/www.youtube.com\/watch?v=YQfWiDlFEcA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/atp--adenosine-triphosphate","created":1298219474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"326623","children":[]},{"title":"Introduction to Cellular Respiration","description":"Introduction to cellular respiration, glycolysis, the Kreb's Cycle, and the electron transport chain","url":"http:\/\/www.youtube.com\/watch?v=2f7YwCtHcgk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-cellular-respiration","created":1298219474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"615617","children":[]},{"title":"Oxidation and Reduction Review From Biological Point-of-View","description":"Taking a looking at oxidation and reduction in a biological context","url":"http:\/\/www.youtube.com\/watch?v=orI2m6IarJg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oxidation-and-reduction-review-from-biological-point-of-view","created":1298219474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"172717","children":[]},{"title":"Oxidation and Reduction in Cellular Respiration","description":"Oxidation and reduction in cellular respiration. Reconciling the biology and chemistry definitions of oxidation and reduction.","url":"http:\/\/www.youtube.com\/watch?v=_KyyVhlUDNU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oxidation-and-reduction-in-cellular-respiration","created":1298219474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"169289","children":[]},{"title":"Krebs \/ Citric Acid Cycle","description":"Overview of the Krebs or Citric Acid Cycle","url":"http:\/\/www.youtube.com\/watch?v=juM2ROSLWfw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/krebs---citric-acid-cycle","created":1298219474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"917130","children":[]},{"title":"Glycolysis","description":"Overview of glycolysis","url":"http:\/\/www.youtube.com\/watch?v=FE2jfTXAJHg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/glycolysis","created":1298219474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"478981","children":[]},{"title":"Electron Transport Chain","description":"Overview of the Electron Transport Chain","url":"http:\/\/www.youtube.com\/watch?v=mfgCcFXUZRk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electron-transport-chain","created":1298219474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"520912","children":[]},{"title":"Oxidative Phosphorylation and Chemiosmosis","description":"Oxidative Phosphorylation and Chemiosmosis (along with slight correction of previous video)","url":"http:\/\/www.youtube.com\/watch?v=W_Q17tqw_7A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oxidative-phosphorylation-and-chemiosmosis","created":1298219475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"247959","children":[]}]},{"title":"Photosynthesis","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Photosynthesis","description":"Overview of photosythesis","url":"http:\/\/www.youtube.com\/watch?v=-rsYk4eCKnA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/photosynthesis","created":1298219475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"431126","children":[]},{"title":"Photosynthesis: Light Reactions 1","description":"Details on the light-dependent reactions of photosynthesis","url":"http:\/\/www.youtube.com\/watch?v=GR2GA7chA_c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/photosynthesis--light-reactions-1","created":1298219475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"386188","children":[]},{"title":"Photosynthesis: Light Reactions and Photophosphorylation","description":"More detail on the light reactions and photophorylation","url":"http:\/\/www.youtube.com\/watch?v=yfR36PMWegg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/photosynthesis---light-reactions-and-photophosphorylation","created":1298219475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"188563","children":[]},{"title":"Photosynthesis: Calvin Cycle","description":"The Calvin Cycle or the light-independent (dark) reactions of photosythesis","url":"http:\/\/www.youtube.com\/watch?v=slm6D2VEXYs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/photosynthesis---calvin-cycle","created":1298219475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"289478","children":[]},{"title":"Photorespiration","description":"More detail on the Calvin Cycle and Photorespiration","url":"http:\/\/www.youtube.com\/watch?v=EQvTEFCANTM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/photorespiration","created":1298219475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"95576","children":[]},{"title":"C-4 Photosynthesis","description":"C-4 Photosynthesis: How some plants avoid photorespiration","url":"http:\/\/www.youtube.com\/watch?v=7ynX_F-SwNY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/c-4-photosynthesis","created":1298219475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108937","children":[]},{"title":"CAM Plants","description":"How CAM Plants are able to fix carbon at night so they don't have to keep their stomata open during the day","url":"http:\/\/www.youtube.com\/watch?v=xp6Zj24h8uA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cam-plants","created":1298219475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"80201","children":[]}]},{"title":"Human biology","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The Lungs and Pulmonary System","description":"The pulmonary system including the lungs, larynx, trachea, bronchi, bronchioles, alveoli and thoracic diaphragm","url":"http:\/\/www.youtube.com\/watch?v=SPGRkexI_cs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-lungs-and-pulmonary-system","created":1298219476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"271166","children":[]},{"title":"Red blood cells","description":"Oxygen uptake by hemoglobin in red blood cells","url":"http:\/\/www.youtube.com\/watch?v=fLKOBQ6cZHA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/red-blood-cells","created":1298219476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"142075","children":[]},{"title":"Circulatory System and the Heart","description":"Introduction to the circulatory system and the heart","url":"http:\/\/www.youtube.com\/watch?v=QhiVnFvshZg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/circulatory-system-and-the-heart","created":1298219476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"442285","children":[]},{"title":"Hemoglobin","description":"Hemoglobin and its role in the circulatory system","url":"http:\/\/www.youtube.com\/watch?v=LWtXthfG9_M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hemoglobin","created":1298219476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"163568","children":[]},{"title":"Anatomy of a Neuron","description":"Introduction to the neuron and its anatomy","url":"http:\/\/www.youtube.com\/watch?v=ob5U8zPbAX4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/anatomy-of-a-neuron","created":1298219476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"289314","children":[]},{"title":"Sodium Potassium Pump","description":"How a sodium potassium pump can maintain a voltage gradient across a cell or neuron's membrane","url":"http:\/\/www.youtube.com\/watch?v=C_H-ONQFjpQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sodium-potassium-pump","created":1298219476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"238509","children":[]},{"title":"Correction to Sodium and Potassium Pump Video","description":"Correction to Sodium and Potassium Pump Video","url":"http:\/\/www.youtube.com\/watch?v=ye3rTjLCvAU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/correction-to-sodium-and-potassium-pump-video","created":1298219476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"93072","children":[]},{"title":"Electrotonic and Action Potentials","description":"How electrotonic and action potentials propagate down cells","url":"http:\/\/www.youtube.com\/watch?v=gkQtRec2464&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electrotonic-and-action-potentials","created":1298219476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"185865","children":[]},{"title":"Saltatory Conduction in Neurons","description":"Saltatory conduction or how neurons use both electrotonic and action potentials to have signals move quickly while not losing strength.","url":"http:\/\/www.youtube.com\/watch?v=7wgb7ggzFNs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/saltatory-conduction-in-neurons","created":1298219476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"115678","children":[]},{"title":"Neuronal Synapses (Chemical)","description":"How one neuron can stimulate (or inhibit) another neuron at a chemical synapse","url":"http:\/\/www.youtube.com\/watch?v=Tbq-KZaXiL4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/neuronal-synapses--chemical","created":1298219476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"190943","children":[]},{"title":"Myosin and Actin","description":"How myosin and actin interact to produce mechanical force.","url":"http:\/\/www.youtube.com\/watch?v=zopoN2i7ALQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/myosin-and-actin","created":1298219477,"start":null,"end":null,"type":"video","provider":"Khan University","views":"140460","children":[]},{"title":"Tropomyosin and troponin and their role in regulating muscle contraction","description":"Tropomyosin and troponin and their role in regulating muscle contraction. How calcium ion concentration dictates whether a muscle is contracting or not.","url":"http:\/\/www.youtube.com\/watch?v=LiOfeSsjrB8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tropomyosin-and-troponin-and-their-role-in-regulating-muscle-contraction","created":1298219477,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100567","children":[]},{"title":"Role of the Sarcoplasmic Reticulum in Muscle Cells","description":"The role of the sarcoplasmic reticulum in controlling calcium ion concentrations within the muscle cell","url":"http:\/\/www.youtube.com\/watch?v=SauhB2fYQkM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/role-of-the-sarcoplasmic-reticulum-in-muscle-cells","created":1298219477,"start":null,"end":null,"type":"video","provider":"Khan University","views":"85940","children":[]},{"title":"Anatomy of a muscle cell","description":"Understanding the structure of a muscle cell","url":"http:\/\/www.youtube.com\/watch?v=uY2ZOsCnXIA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/anatomy-of-a-muscle-cell","created":1298219477,"start":null,"end":null,"type":"video","provider":"Khan University","views":"147935","children":[]},{"title":"The Kidney and Nephron","description":"Overview of how the nephrons in the kidney filter blood and reabsorb water and other molecules.","url":"http:\/\/www.youtube.com\/watch?v=cc8sUv2SuaY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-kidney-and-nephron","created":1298219509,"start":null,"end":null,"type":"video","provider":"Khan University","views":"477429","children":[]},{"title":"Secondary Active Transport in the Nephron","description":"Secondary Active Transport in the Nephron","url":"http:\/\/www.youtube.com\/watch?v=czY5nyvZ7cU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/secondary-active-transport-in-the-nephron","created":1298219509,"start":null,"end":null,"type":"video","provider":"Khan University","views":"110048","children":[]}]},{"title":"Immunology","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Role of Phagocytes in Innate or Nonspecific Immunity","description":"Role of phagocytes in innate or nonspecific immunity. Neutrophils, macrophages, and dendritic cells. MHC II.","url":"http:\/\/www.youtube.com\/watch?v=O1N2rENXq_Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/role-of-phagocytes-in-innate-or-nonspecific-immunity","created":1298219477,"start":null,"end":null,"type":"video","provider":"Khan University","views":"164842","children":[]},{"title":"Types of immune responses: Innate and Adaptive. Humoral vs. Cell-Mediated","description":"Overview of types of immune responses. Difference between innate and adaptive immunity. Differences between humoral adaptive immunity and cell-mediated adaptive immunity.","url":"http:\/\/www.youtube.com\/watch?v=rp7T4IItbtM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/types-of-immune-responses--innate-and-adaptive---humoral-vs--cell-mediated","created":1298219508,"start":null,"end":null,"type":"video","provider":"Khan University","views":"255916","children":[]},{"title":"B Lymphocytes (B cells)","description":"Overview of B cells (B lymphocytes) and how they are activated and produce antibodies","url":"http:\/\/www.youtube.com\/watch?v=Z36dUduOk1Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/b-lymphocytes--b-cells","created":1298219508,"start":null,"end":null,"type":"video","provider":"Khan University","views":"246829","children":[]},{"title":"Professional Antigen Presenting Cells (APC) and MHC II complexes","description":"How professional antigen presenting cells present parts of engulfed pathogens on MHC II complexes (major histocompatibility complexes).","url":"http:\/\/www.youtube.com\/watch?v=j_kSmmEpvQk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/professional-antigen-presenting-cells--apc--and-mhc-ii-complexes","created":1298219508,"start":null,"end":null,"type":"video","provider":"Khan University","views":"142750","children":[]},{"title":"Helper T Cells","description":"Introduction to helper T cells and their role in activating B cells","url":"http:\/\/www.youtube.com\/watch?v=uwMYpTYsNZM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/helper-t-cells","created":1298219508,"start":null,"end":null,"type":"video","provider":"Khan University","views":"266490","children":[]},{"title":"Cytotoxic T Cells","description":"How cytotoxic T cells get activated by MHC-I\/antigen complexes and then proceed to kill infected cells","url":"http:\/\/www.youtube.com\/watch?v=oqI4skjr6lQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cytotoxic-t-cells","created":1298219508,"start":null,"end":null,"type":"video","provider":"Khan University","views":"130084","children":[]},{"title":"Review of B cells, CD4+ T cells and CD8+ T cells","description":"Review of B cells, CD4+ T cells and CD8+ T cells","url":"http:\/\/www.youtube.com\/watch?v=xaz5ftvZCyI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/review-of-b-cells---cd4--t-cells-and-cd8--t-cells","created":1298219508,"start":null,"end":null,"type":"video","provider":"Khan University","views":"199708","children":[]},{"title":"Inflammatory Response","description":"Overview of the inflammatory response","url":"http:\/\/www.youtube.com\/watch?v=FXSuEIMrPQk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inflammatory-response","created":1298219509,"start":null,"end":null,"type":"video","provider":"Khan University","views":"221305","children":[]}]},{"title":"Chemistry","description":"Videos on chemistry (roughly covering a first-year high school or college course).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Introduction to the Atom","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Elements and Atoms","description":"How elements relate to atoms. The basics of how protons, electrons and neutrons make up an atom.","url":"http:\/\/www.youtube.com\/watch?v=IFKnq9QM6_A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/elements-and-atoms","created":1312241285,"start":null,"end":null,"type":"video","provider":"Khan University","views":"563041","children":[]},{"title":"Introduction to the atom","description":"The atom, proton, neutron and electron","url":"http:\/\/www.youtube.com\/watch?v=1xSQlwWGT8M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-atom","created":1298219692,"start":null,"end":null,"type":"video","provider":"Khan University","views":"786292","children":[]}]},{"title":"Orbitals and Electrons","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Orbitals","description":"An introduction to orbitals","url":"http:\/\/www.youtube.com\/watch?v=yBrp8uvNAhI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/orbitals","created":1298219692,"start":null,"end":null,"type":"video","provider":"Khan University","views":"584646","children":[]},{"title":"More on orbitals and electron configuration","description":"More intuition on orbitals. Touching on electron configuration.","url":"http:\/\/www.youtube.com\/watch?v=FmQoSenbtnU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-orbitals-and-electron-configuration","created":1298219692,"start":null,"end":null,"type":"video","provider":"Khan University","views":"395136","children":[]},{"title":"Electron Configurations","description":"Introduction to using the periodic table to determine electron configurations","url":"http:\/\/www.youtube.com\/watch?v=RJlEH5Jz80w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electron-configurations","created":1298219692,"start":null,"end":null,"type":"video","provider":"Khan University","views":"445315","children":[]},{"title":"Electron Configurations 2","description":"Figuring out configurations for the d-block elements","url":"http:\/\/www.youtube.com\/watch?v=YURReI6OJsg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electron-configurations-2","created":1298219692,"start":null,"end":null,"type":"video","provider":"Khan University","views":"238385","children":[]},{"title":"Valence Electrons","description":"Looking at valence electrons to figure out reactivity","url":"http:\/\/www.youtube.com\/watch?v=1TZA171yxY4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/valence-electrons","created":1298219692,"start":null,"end":null,"type":"video","provider":"Khan University","views":"360670","children":[]}]},{"title":"Periodic table, trends, and bonding","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Groups of the Periodic Table","description":"Properties of alkali, alkaline earth and transition metals. Halogens and noble gases.","url":"http:\/\/www.youtube.com\/watch?v=LDHg7Vgzses&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/groups-of-the-periodic-table","created":1298219693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"386216","children":[]},{"title":"Periodic Table Trends: Ionization Energy","description":"What an ion is. Using the periodic table to understand how difficult it is to ionize an atom.","url":"http:\/\/www.youtube.com\/watch?v=ywqg9PorTAw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/periodic-table-trends--ionization-energy","created":1298219693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"357666","children":[]},{"title":"Other Periodic Table Trends","description":"Electronegativity, metallic nature and atomic radius.","url":"http:\/\/www.youtube.com\/watch?v=XMLd-O6PgVs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/other-periodic-table-trends","created":1298219693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"213711","children":[]},{"title":"Ionic, Covalent, and Metallic Bonds","description":"Introduction to ionic, covalent, polar covalent and metallic bonds.","url":"http:\/\/www.youtube.com\/watch?v=CGA8sRwqIFg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ionic--covalent--and-metallic-bonds","created":1298219693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"527978","children":[]}]},{"title":"Chemical reactions (stoichiometry)","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Molecular and Empirical Formulas","description":"Introduction to molecular and empirical formulas. Calculating molecular mass.","url":"http:\/\/www.youtube.com\/watch?v=gfBcM3uvWfs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/molecular-and-empirical-formulas","created":1298219693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"328430","children":[]},{"title":"The Mole and Avogadro's Number","description":"Introduction to the idea of a mole as a number (vs. an animal)","url":"http:\/\/www.youtube.com\/watch?v=AsqEkF7hcII&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-mole-and-avogadro-s-number","created":1298219693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"463790","children":[]},{"title":"Formula from Mass Composition","description":"Figuring out the empirical formula from a molecules mass composition","url":"http:\/\/www.youtube.com\/watch?v=xatVrAh2U0E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/formula-from-mass-composition","created":1298219693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"203555","children":[]},{"title":"Another mass composition problem","description":"Another exercise converting a mass composition to an empirical formula.","url":"http:\/\/www.youtube.com\/watch?v=sXOIIEZh6qg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/another-mass-composition-problem","created":1298219693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"104374","children":[]},{"title":"Balancing Chemical Equations","description":"The art of balancing equations in chemistry!","url":"http:\/\/www.youtube.com\/watch?v=RnGu3xO2h74&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/balancing-chemical-equations","created":1298219693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"830614","children":[]},{"title":"Balancing chemical equations","description":"Practice balancing chemical equations","url":"http:\/\/www.khanacademy.org\/exercise\/balancing_chemical_equations","source":"http:\/\/www.khanacademy.org\/exercise\/balancing_chemical_equations","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Stoichiometry","description":"Introduction to stoichiometry","url":"http:\/\/www.youtube.com\/watch?v=SjQG3rKSZUQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stoichiometry","created":1298219694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"386932","children":[]},{"title":"Ideal stoichiometry","description":"Determine the amount (in moles) of a product from a given amount of one reactant.","url":"http:\/\/www.khanacademy.org\/exercise\/ideal_stoichiometry","source":"http:\/\/www.khanacademy.org\/exercise\/ideal_stoichiometry","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Stoichiometry: Limiting Reagent","description":"Stoichiometry problem where we have a limiting reagent!","url":"http:\/\/www.youtube.com\/watch?v=rESzyhPOJ7I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stoichiometry--limiting-reagent","created":1298219694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"353012","children":[]},{"title":"Limiting reagent stoichiometry","description":"Determine the amount (in grams) of a product from given amounts of two reactants, one of which is limiting.","url":"http:\/\/www.khanacademy.org\/exercise\/limiting_reagent_stoichiometry","source":"http:\/\/www.khanacademy.org\/exercise\/limiting_reagent_stoichiometry","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]},{"title":"Spectrophotometry Introduction","description":"Spectrophotometry, Transmittance, Absorbance and the Beer-Lambert Law","url":"http:\/\/www.youtube.com\/watch?v=qbCZbP6_j48&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/spectrophotometry-introduction","created":1298219734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73887","children":[]},{"title":"Spectrophotometry Example","description":"Spectrophotometry Example - Determining concentration based on absorbance","url":"http:\/\/www.youtube.com\/watch?v=VqAa_cmZ7OY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/spectrophotometry-example","created":1298219734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27655","children":[]}]},{"title":"Ideal gas laws","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Ideal Gas Equation: PV=nRT","description":"Intuition behind the ideal gas equation: PV=nRT.","url":"http:\/\/www.youtube.com\/watch?v=WScwPIPqZa0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ideal-gas-equation--pv-nrt","created":1298219694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"258694","children":[]},{"title":"Ideal Gas Equation Example 1","description":"Figuring out the number of moles of gas we have using the ideal gas equation: PV=nRT.","url":"http:\/\/www.youtube.com\/watch?v=erjMiErRgSQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ideal-gas-equation-example-1","created":1298219694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"157615","children":[]},{"title":"Ideal Gas Equation Example 2","description":"PV\/T is a constant. Figuring out the volume of an ideal gas at standard temperature and pressure (STP).","url":"http:\/\/www.youtube.com\/watch?v=GwoX_BemwHs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ideal-gas-equation-example-2","created":1298219694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"96365","children":[]},{"title":"Ideal Gas Equation Example 3","description":"Figuring out the mass of Oxygen we have.","url":"http:\/\/www.youtube.com\/watch?v=69V-60sga3M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ideal-gas-equation-example-3","created":1298219694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65163","children":[]},{"title":"Ideal Gas Example 4","description":"Figuring out the molar mass of a mystery molecule at STP.","url":"http:\/\/www.youtube.com\/watch?v=Osl6HEDZZ-E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ideal-gas-example-4","created":1298219694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61775","children":[]},{"title":"Partial Pressure","description":"Figuring out the partial pressures of various gases in a container.","url":"http:\/\/www.youtube.com\/watch?v=d4bqNf37mBY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/partial-pressure","created":1298219694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"127418","children":[]},{"title":"Vapor Pressure Example","description":"Vapor pressure example using the Ideal Gas Law","url":"http:\/\/www.youtube.com\/watch?v=-QpkmwIoMaY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vapor-pressure-example","created":1298219768,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26897","children":[]}]},{"title":"States of matter","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"States of Matter","description":"Introduction to the states or phases of matter.","url":"http:\/\/www.youtube.com\/watch?v=pKvo0XWZtjo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/states-of-matter","created":1298219694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"162028","children":[]},{"title":"States of Matter Follow-Up","description":"More on Plasma and Hydrogen bonds.","url":"http:\/\/www.youtube.com\/watch?v=WenwtcuqOj8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/states-of-matter-follow-up","created":1298219695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63705","children":[]},{"title":"Specific Heat, Heat of Fusion and Vaporization","description":"Specifict heat and phase changes: Calculating how much heat is needed to convert 200g of ice at -10C to 110 degree steam.","url":"http:\/\/www.youtube.com\/watch?v=zz4KbvF_X-0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/specific-heat--heat-of-fusion-and-vaporization","created":1298219695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"161237","children":[]},{"title":"Chilling Water Problem","description":"How much ice at -10 degrees C is necessary to get 500g of water down to 0 degrees C?","url":"http:\/\/www.youtube.com\/watch?v=lsXcKgjg8Hs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chilling-water-problem","created":1298219695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54692","children":[]},{"title":"Phase Diagrams","description":"Understanding and interpreting phase diagrams","url":"http:\/\/www.youtube.com\/watch?v=Qp87Z4m8R-w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/phase-diagrams","created":1298219695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"123226","children":[]},{"title":"Van Der Waals Forces","description":"Van Der Waals Forces: London Dispersion Forces, Dipole Attractions, and Hydrogen Bonds.","url":"http:\/\/www.youtube.com\/watch?v=8qfzpJvsp04&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/van-der-waals-forces","created":1298219695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"210625","children":[]},{"title":"Covalent Networks, Metallic, and Ionic Crystals","description":"Covalent Networks, Metallic, and Ionic Crystals: Some of the strongest molecular structures.","url":"http:\/\/www.youtube.com\/watch?v=Rw_pDVbnfQk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/covalent-networks--metallic--and-ionic-crystals","created":1298219695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"85368","children":[]},{"title":"Vapor Pressure","description":"Vapor Pressure, Volatility, and Evaporation","url":"http:\/\/www.youtube.com\/watch?v=hA5jddDYcyg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vapor-pressure","created":1298219695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"113445","children":[]},{"title":"Suspensions, Colloids and Solutions","description":"Suspensions, Colloids and Solutions. The difference between Molarity and Molality.","url":"http:\/\/www.youtube.com\/watch?v=3ROWXs3jtQU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/suspensions--colloids-and-solutions","created":1298219695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"118901","children":[]},{"title":"Solubility","description":"Solubility of salt and gas solutes in liquid solvent.","url":"http:\/\/www.youtube.com\/watch?v=zjIVJh4JLNo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solubility","created":1298219695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"175019","children":[]},{"title":"Boiling Point Elevation and Freezing Point Suppression","description":"Raising or lowering the boiling or freezing point of a solution by adding solute.","url":"http:\/\/www.youtube.com\/watch?v=z9LxdqYntlU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/boiling-point-elevation-and-freezing-point-supression","created":1298219695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"92838","children":[]},{"title":"Change of State Example","description":"Specific Heat Capacity and Enthalpy of Vaporization example","url":"http:\/\/www.youtube.com\/watch?v=tvO0358YUYM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/change-of-state-example","created":1298219768,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19793","children":[]}]},{"title":"Reaction rates","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Kinetics","description":"Kinetics, activation energy, activated complex and catalysts.","url":"http:\/\/www.youtube.com\/watch?v=__zy-oOLPug&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-kinetics","created":1298219696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"178575","children":[]},{"title":"Reactions in Equilibrium","description":"Equilibrium reactions and constants.","url":"http:\/\/www.youtube.com\/watch?v=CGJjjm7-DJ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reactions-in-equilibrium","created":1298219696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"187297","children":[]},{"title":"Mini-Video on Ion Size","description":"Correcting a mistake and learning a bit about ion size","url":"http:\/\/www.youtube.com\/watch?v=HBi8xjMchZc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mini-video-on-ion-size","created":1298219696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47428","children":[]},{"title":"Keq Intuition (mathy and not necessary to progress)","description":"A probabilistic look at how molecules react to develop the intuition behind the equilibrium constant formula.","url":"http:\/\/www.youtube.com\/watch?v=ONBJo7dXJm8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/keq-intuition--mathy-and-not-necessary-to-progress","created":1298219696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"59003","children":[]},{"title":"Keq derivation intuition (can skip; bit mathy)","description":"A more concrete attempt at showing how the probabilities of molecules reacting is related to their concentration.","url":"http:\/\/www.youtube.com\/watch?v=psLX080RQR8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/keq-derivation-intuition--can-skip--bit-mathy","created":1298219696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34126","children":[]},{"title":"Heterogeneous Equilibrium","description":"Ignoring the solution or the solid state molecules when calculating the equilibrium constant.","url":"http:\/\/www.youtube.com\/watch?v=TsXlTWgyItw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/heterogenous-equilibrium","created":1298219696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67310","children":[]},{"title":"Le Chatelier's Principle","description":"Le Chatelier's Principle regarding the \"stressing\" of reactions in equilibrium","url":"http:\/\/www.youtube.com\/watch?v=4-fEvpVNTlE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/le-chatelier-s-principle","created":1298219696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"236925","children":[]},{"title":"Introduction to pH, pOH, and pKw","description":"Autoionization of water into hydronium and hydroxide ions. pH, pOH, and pKa.","url":"http:\/\/www.youtube.com\/watch?v=2q4vSKwaBtw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-ph--poh--and-pkw","created":1298219696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"188764","children":[]}]},{"title":"Acids and bases","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Acid Base Introduction","description":"Arrhenius, Bronsted Lowry, and Lewis Acids and Bases.","url":"http:\/\/www.youtube.com\/watch?v=vShCnTY1-T0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acid-base-introduction","created":1298219696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"384313","children":[]},{"title":"pH, pOH of Strong Acids and Bases","description":"Calculating the pH or pOH of strong acids and bases.","url":"http:\/\/www.youtube.com\/watch?v=tS2YJPmKOFQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ph--poh-of-strong-acids-and-bases","created":1298219696,"start":null,"end":null,"type":"video","provider":"Khan University","views":"187094","children":[]},{"title":"pH of a Weak Acid","description":"Calculating the pH of a weak acid","url":"http:\/\/www.youtube.com\/watch?v=dencuBNp_Ck&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ph-of-a-weak-acid","created":1298219697,"start":null,"end":null,"type":"video","provider":"Khan University","views":"122702","children":[]},{"title":"pH of a Weak Base","description":"pH of .2 M of NH3 (weak base).","url":"http:\/\/www.youtube.com\/watch?v=gDJtOIxDu78&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ph-of-a-weak-base","created":1298219697,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62144","children":[]},{"title":"Conjugate Acids and Bases","description":"Introduction to conjugate acids and bases","url":"http:\/\/www.youtube.com\/watch?v=0LM6wPpypxM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conjugate-acids-and-bases","created":1298219697,"start":null,"end":null,"type":"video","provider":"Khan University","views":"148158","children":[]},{"title":"pKa and pKb Relationship","description":"The pKa and pKb relationship between conjugate acids and bases (both of which are weak).","url":"http:\/\/www.youtube.com\/watch?v=3Gm4nAAc3zc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pka-and-pkb-relationship","created":1298219697,"start":null,"end":null,"type":"video","provider":"Khan University","views":"111538","children":[]},{"title":"Buffers and Hendersen-Hasselbalch","description":"Buffers and the Hendersen-Hasselbalch equation","url":"http:\/\/www.youtube.com\/watch?v=LJmFbcaxDPE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/buffers-and-hendersen-hasselbalch","created":1298219697,"start":null,"end":null,"type":"video","provider":"Khan University","views":"117575","children":[]},{"title":"Strong Acid Titration","description":"Strong acid titration and equivalence point","url":"http:\/\/www.youtube.com\/watch?v=299o6c-Fkz4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/strong-acid-titration","created":1298219697,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106001","children":[]},{"title":"Weak Acid Titration","description":"Equivalence point when titrating a weak acid","url":"http:\/\/www.youtube.com\/watch?v=gbpc_JBG1F0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/weak-acid-titration","created":1298219729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73186","children":[]},{"title":"Half Equivalence Point","description":"Figuring out the pKa of an unknown weak acid from the half equivalence point","url":"http:\/\/www.youtube.com\/watch?v=1u0PU2BcxKg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/half-equivalence-point","created":1298219730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52962","children":[]},{"title":"Titration Roundup","description":"Making sure you fully understand titration curves","url":"http:\/\/www.youtube.com\/watch?v=BBIGR0RAMtY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/titration-roundup","created":1298219730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55712","children":[]},{"title":"Acid Base Titration","description":"Using acid-base titration to find mass of oxalic acid","url":"http:\/\/www.youtube.com\/watch?v=XjFNmfLv9_Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acid-base-titration","created":1298219734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62356","children":[]}]},{"title":"Oxidation reduction","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Oxidation States","description":"Oxidation and reduction. Oxidation states.","url":"http:\/\/www.youtube.com\/watch?v=_fNNQfGGYr4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-oxidation-states","created":1298219730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"176755","children":[]},{"title":"More on Oxidation States","description":"More practice calculating oxidation states","url":"http:\/\/www.youtube.com\/watch?v=GA88JI4AymY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-oxidation-states","created":1298219730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"86041","children":[]},{"title":"Hydrogen Peroxide Correction","description":"Correcting an error in the last video regarding hydrogen peroxide.","url":"http:\/\/www.youtube.com\/watch?v=YPjtG5PA-iY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hydrogen-peroxide-correction","created":1298219730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33547","children":[]},{"title":"Redox Reactions","description":"Oxidation reduction (or redox) reactions","url":"http:\/\/www.youtube.com\/watch?v=yp60-oVxrT4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/redox-reactions","created":1298219730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"309086","children":[]},{"title":"Galvanic Cells","description":"Redox reactions to drive Galvanic Cells.","url":"http:\/\/www.youtube.com\/watch?v=N4L3dDIixSU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/galvanic-cells","created":1298219730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"122229","children":[]}]},{"title":"Radioactive decay","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Types of Decay","description":"Alpha, Beta, Gamma Decay and Positron Emission","url":"http:\/\/www.youtube.com\/watch?v=3koOwozY4oc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/types-of-decay","created":1298219730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"102403","children":[]},{"title":"Half-Life","description":"Introduction to half-life","url":"http:\/\/www.youtube.com\/watch?v=9REPnibO4IQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/half-life","created":1298219730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100116","children":[]},{"title":"Exponential Decay Formula Proof (can skip, involves Calculus)","description":"Showing that N(t)=Ne^(-kt) describes the amount of a radioactive substance we have at time T. For students with background in Calculus. Not necessary for intro chemistry class.","url":"http:\/\/www.youtube.com\/watch?v=H7nrVDV8ahc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exponential-decay-formula-proof--can-skip--involves-calculus","created":1298219730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33322","children":[]},{"title":"Introduction to Exponential Decay","description":"Introduction to Exponential Decay","url":"http:\/\/www.youtube.com\/watch?v=HTDop6eEsaA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-exponential-decay","created":1298219731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39108","children":[]},{"title":"More Exponential Decay Examples","description":"A few more examples of exponential decay.","url":"http:\/\/www.youtube.com\/watch?v=Hqzakjo_dYg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-exponential-decay-examples","created":1298219731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21810","children":[]}]},{"title":"Physics","description":"Projectile motion, mechanics and electricity and magnetism. Solid understanding of algebra and a basic understanding of trigonometry necessary.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"One-dimensional motion","description":"In this tutorial we begin to explore ideas of velocity and acceleration. We do exciting things like throw things off of cliffs (far safer on paper than in real life) and see how high a ball will fly in the air.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Displacement, velocity and time","description":"This tutorial is the backbone of your understanding of kinematics (i.e., the motion of objects). You might already know that distance = rate x time. This tutorial essentially reviews that idea with a vector lens (we introduce you to vectors here as well). So strap your belts (actually this might not be necessary since we don't plan on decelerating in this tutorial) and prepare for a gentle ride of foundational physics knowledge.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Vectors and Scalars","description":"Distance, displacement, speed and velocity. Difference between vectors and scalars","url":"http:\/\/www.youtube.com\/watch?v=ihNZlp7iUHE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-vectors-and-scalars","created":1307834793,"start":null,"end":null,"type":"video","provider":"Khan University","views":"418406","children":[]},{"title":"Calculating Average Velocity or Speed","description":"Example of calculating speed and velocity","url":"http:\/\/www.youtube.com\/watch?v=oRKxmXwLvUU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculating-average-velocity-or-speed","created":1307834793,"start":null,"end":null,"type":"video","provider":"Khan University","views":"247460","children":[]},{"title":"Solving for Time","description":"Simple example of solving for time given distance and rate","url":"http:\/\/www.youtube.com\/watch?v=awzOvyMKeMA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solving-for-time","created":1307834793,"start":null,"end":null,"type":"video","provider":"Khan University","views":"145645","children":[]},{"title":"Displacement from Time and Velocity Example","description":"Worked example of calculating displacement from time and velocity","url":"http:\/\/www.youtube.com\/watch?v=lQ-dvt3V4yQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/displacement-from-time-and-velocity-example","created":1307834793,"start":null,"end":null,"type":"video","provider":"Khan University","views":"125476","children":[]}]},{"title":"Acceleration","description":"In a world full of unbalanced forces (which you learn more about when you study Newton's laws), you will have acceleration (which is the rate in change of velocity). Whether you're thinking about how fast a Porsche can get to 60mph or how long it takes for a passenger plane to get to the necessary speed for flight, this tutorial will help.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Acceleration","description":"Calculating the acceleration of a Porshe","url":"http:\/\/www.youtube.com\/watch?v=FOkQszg1-j8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acceleration","created":1308007599,"start":null,"end":null,"type":"video","provider":"Khan University","views":"177780","children":[]},{"title":"Airbus A380 Take-off Time","description":"Figuring how long it takes an a380 to take off given a constant acceleration","url":"http:\/\/www.youtube.com\/watch?v=p4DTormtEG0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/airbus-a380-take-off-time","created":1308007599,"start":null,"end":null,"type":"video","provider":"Khan University","views":"94393","children":[]},{"title":"Airbus A380 Take-off Distance","description":"How long of a runway does as a380 need","url":"http:\/\/www.youtube.com\/watch?v=fQt69_Q2CTw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/airbus-a380-take-off-distance","created":1308007599,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61560","children":[]},{"title":"Why Distance is Area under Velocity-Time Line","description":"Understanding why distance is area under velocity-time line","url":"http:\/\/www.youtube.com\/watch?v=d-_eqgj5-K8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-distance-is-area-under-velocity-time-line","created":1308007599,"start":null,"end":null,"type":"video","provider":"Khan University","views":"84220","children":[]}]},{"title":"Kinematic formulas and projectile motion","description":"We don't believe in memorizing formulas and neither should you (unless you want to live your life as a shadow of your true potential). This tutorial builds on what we know about displacement, velocity and acceleration to solve problems in kinematics (including projectile motion problems). Along the way, we derive (and re-derive) some of the classic formulas that you might see in your physics book.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Average Velocity for Constant Acceleration","description":"Calculating average velocity when acceleration is constant","url":"http:\/\/www.youtube.com\/watch?v=MAS6mBRZZXA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/average-velocity-for-constant-acceleration","created":1308007599,"start":null,"end":null,"type":"video","provider":"Khan University","views":"86251","children":[]},{"title":"Acceleration of Aircraft Carrier Takeoff","description":"Using what we know about takeoff velocity and runway length to determine acceleration","url":"http:\/\/www.youtube.com\/watch?v=VYgSXBjEA8I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acceleration-of-aircraft-carrier-takeoff","created":1308007599,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51860","children":[]},{"title":"Deriving Displacement as a Function of Time, Acceleration and Initial Velocity","description":"Deriving displacement as a function of time, constant acceleration and initial velocity","url":"http:\/\/www.youtube.com\/watch?v=wlB0x9W-qBU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/deriving-displacement-as-a-function-of-time--acceleration-and-initial-velocity","created":1308180442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61807","children":[]},{"title":"Plotting Projectile Displacement, Acceleration, and Velocity","description":"Plotting projectile displacement, acceleration, and velocity as a function to change in time","url":"http:\/\/www.youtube.com\/watch?v=T0zpF_j7Mvo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/plotting-projectile-displacement--acceleration--and-velocity","created":1308180442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60440","children":[]},{"title":"Projectile Height Given Time","description":"Figuring out how high a ball gets given how long it spends in the air","url":"http:\/\/www.youtube.com\/watch?v=IYS4Bd9F3LA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/projectile-height-given-time","created":1308180442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47530","children":[]},{"title":"Deriving Max Projectile Displacement Given Time","description":"Deriving a formula for maximum projectile displacement as a function of elapsed time","url":"http:\/\/www.youtube.com\/watch?v=P7LKEkcNibo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/deriving-max-projectile-displacement-given-time","created":1308180442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30088","children":[]},{"title":"Impact Velocity From Given Height","description":"Determining how fast something will be traveling upon impact when it is released from a given height","url":"http:\/\/www.youtube.com\/watch?v=2ZgBJxT9pbU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/impact-velocity-from-given-height","created":1308180442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32271","children":[]},{"title":"Viewing g as the value of Earth's Gravitational Field Near the Surface","description":"Viewing g as the value of Earth's gravitational field near the surface rather than the acceleration due to gravity near Earth's surface for an object in freefall","url":"http:\/\/www.youtube.com\/watch?v=1E3Z_R5AHdg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/viewing-g-as-the-value-of-earth-s-gravitational-field-near-the-surface","created":1322564528,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17340","children":[]}]},{"title":"Old videos on projectile motion","description":"This tutorial has some of the old videos that Sal first did around 2007. This content is covered elsewhere, but some folks like the raw (and masculine) simplicity of these first lessons (Sal added the bit about \"masculine\").","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Projectile motion (part 1)","description":"Using the equations of motion to figure out things about falling objects","url":"http:\/\/www.youtube.com\/watch?v=15zliAL4llE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/projectile-motion--part-1","created":1298220570,"start":null,"end":null,"type":"video","provider":"Khan University","views":"223830","children":[]},{"title":"Projectile motion (part 2)","description":"A derivation of a new motion equation","url":"http:\/\/www.youtube.com\/watch?v=emdHj6WodLw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/projectile-motion--part-2","created":1298220570,"start":null,"end":null,"type":"video","provider":"Khan University","views":"103246","children":[]},{"title":"Projectile motion (part 3)","description":"An example of solving for the final velocity when you know the change in distance, time, initial velocity, and acceleration","url":"http:\/\/www.youtube.com\/watch?v=Y5cSGxdDHz4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/projectile-motion--part-3","created":1298220570,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73910","children":[]},{"title":"Projectile motion (part 4)","description":"Solving for time when you are given the change in distance, acceleration, and initial velocity","url":"http:\/\/www.youtube.com\/watch?v=-W3RkgvLrGI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/projectile-motion--part-4","created":1298220570,"start":null,"end":null,"type":"video","provider":"Khan University","views":"59706","children":[]},{"title":"Projectile motion (part 5)","description":"How fast was the ball that you threw upwards?","url":"http:\/\/www.youtube.com\/watch?v=dlpmllTx5MY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/projectile-motion--part-5","created":1298220570,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50752","children":[]}]},{"title":"Two-dimensional motion","description":"You understand velocity and acceleration well in one-dimension. Now we can explore scenarios that are even more fun. With a little bit of trigonometry (you might want to review your basic trig, especially what sin and cos are), we can think about whether a baseball can clear the \"green monster\" at Fenway Park.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Two-dimensional projectile motion","description":"Let's escape from the binds of one-dimension (where we were forced to launch things straight up) and start launching at angles. With a little bit of trig (might want to review sin and cos) we'll be figuring out just how long and far something can travel.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Visualizing Vectors in 2 Dimensions","description":"Visualizing, adding and breaking down vectors in 2 dimensions","url":"http:\/\/www.youtube.com\/watch?v=xp6ibuI8UuQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/visualizing-vectors-in-2-dimensions","created":1308266786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52993","children":[]},{"title":"Projectile at an Angle","description":"Figuring out the horizontal displacement for a projectile launched at an angle","url":"http:\/\/www.youtube.com\/watch?v=ZZ39o1rAZWY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/projectile-at-an-angle","created":1308266786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66333","children":[]},{"title":"Different Way to Determine Time in Air","description":"Another way to determine time in the air given an initial vertical velocity","url":"http:\/\/www.youtube.com\/watch?v=_NWc3C3cTNA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/different-way-to-determine-time-in-air","created":1308266786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31088","children":[]},{"title":"Launching and Landing on Different Elevations","description":"More complicated example involving launching and landing at different elevations","url":"http:\/\/www.youtube.com\/watch?v=a5QnXi_lZII&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/launching-and-landing-on-different-elevations","created":1308266786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29852","children":[]},{"title":"Total Displacement for Projectile","description":"Reconstructing the total displacement vector for a projectile","url":"http:\/\/www.youtube.com\/watch?v=UXORCpvKYiI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/total-displacement-for-projectile","created":1308266786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28067","children":[]},{"title":"Total Final Velocity for Projectile","description":"Calculating the total final velocity for a projectile landing at a different altitude (mistake near end: I write 29.03 when it should be 26.03 m\/s and the final total magnitude should be 26.55 m\/s 78.7 degrees below horizontal","url":"http:\/\/www.youtube.com\/watch?v=sTp4cI9VyCU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/total-final-velocity-for-projectile","created":1308266786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22252","children":[]},{"title":"Correction to Total Final Velocity for Projectile","description":"Correction to \"Total Final Velocity for Projectile\" Video","url":"http:\/\/www.youtube.com\/watch?v=DNoDJlB0ygU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/correction-to-total-final-velocity-for-projectile","created":1308266786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12873","children":[]},{"title":"Projectile on an Incline","description":"Challenging problem of a projectile on an inclined plane","url":"http:\/\/www.youtube.com\/watch?v=jNESnky3RVg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/projectile-on-an-incline","created":1308266786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25962","children":[]},{"title":"Unit Vectors and Engineering Notation","description":"Using unit vectors to represent the components of a vector","url":"http:\/\/www.youtube.com\/watch?v=2QjdcVTgTTA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unit-vectors-and-engineering-notation","created":1308353190,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24964","children":[]},{"title":"Clearing the Green Monster at Fenway","description":"Setting up the problem to determine the minimum velocity to hit a ball with to clear the Green Monster","url":"http:\/\/www.youtube.com\/watch?v=2Epyz-OFRn8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/clearing-the-green-monster-at-fenway","created":1308353190,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33453","children":[]},{"title":"Green Monster at Fenway Part 2","description":"Solving the problem to determine the minimum velocity to hit a ball with to clear the Green Monster","url":"http:\/\/www.youtube.com\/watch?v=3nwdtdPAjnY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/green-monster-at-fenway-part-2","created":1308353190,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15277","children":[]},{"title":"Unit Vector Notation","description":"Expressing a vector as the scaled sum of unit vectors","url":"http:\/\/www.youtube.com\/watch?v=FaF3v-ezbSk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unit-vector-notation","created":1298220606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"96021","children":[]},{"title":"Unit Vector Notation (part 2)","description":"More on unit vector notation. Showing that adding the x and y components of two vectors is equivalent to adding the vectors visually using the head-to-tail method","url":"http:\/\/www.youtube.com\/watch?v=595Tiga1gIg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unit-vector-notation--part-2","created":1298220606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36920","children":[]},{"title":"Projectile Motion with Ordered Set Notation","description":"Solving the second part to the projectile motion problem (with wind gust) using ordered set vector notation","url":"http:\/\/www.youtube.com\/watch?v=jl_gQ-eL3xo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/projectile-motion-with-ordered-set-notation","created":1298220607,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16583","children":[]}]},{"title":"Optimal angle for a projectile","description":"This tutorial tackles a fundamental question when trying to launch things as far as possible (key if you're looking to capture a fort with anything from water balloons to arrows). With a bit of calculus, we'll get to a fairly intuitive answer.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Optimal angle for a projectile part 1","description":"","url":"http:\/\/www.youtube.com\/watch?v=RhUdv0jjfcE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optimal-angle-for-a-projectile-part-1","created":1298220571,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34059","children":[]},{"title":"Optimal angle for a projectile part 2 - Hangtime","description":"Optimal angle for a projectile part 2 - Hangtime","url":"http:\/\/www.youtube.com\/watch?v=XtAB9GOfLiM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optimal-angle-for-a-projectile-part-2---hangtime","created":1298220571,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24443","children":[]},{"title":"Optimal angle for a projectile part 3 - Horizontal distance as a function of angle (and speed)","description":"Horizontal distance as a function of angle (and speed)","url":"http:\/\/www.youtube.com\/watch?v=-h_x8TwC1ik&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optimal-angle-for-a-projectile-part-3---horizontal-distance-as-a-function-of-angle--and-speed","created":1298220571,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22584","children":[]},{"title":"Optimal angle for a projectile part 4 Finding the optimal angle and distance with a bit of calculus","description":"","url":"http:\/\/www.youtube.com\/watch?v=snw0BrCBQYQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optimal-angle-for-a-projectile-part-4---finding-the-optimal-angle-and-distance-with-a-bit-of-calculus","created":1298220571,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22464","children":[]}]},{"title":"Centripetal acceleration","description":"Why do things move in circles? Seriously. Why does *anything* ever move in a circle (straight lines seem much more natural). ? Is something moving in a circle at a constant speed accelerating? If so, in what direction? This tutorial will help you get mind around this super-fun topic.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Race Cars with Constant Speed Around Curve","description":"When acceleration could involve a change in direction and not speed","url":"http:\/\/www.youtube.com\/watch?v=ITA1rW5UraU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/race-cars-with-constant-speed-around-curve","created":1308007599,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49561","children":[]},{"title":"Centripetal Force and Acceleration Intuition","description":"The direction of the force in cases of circular motion at constant speeds","url":"http:\/\/www.youtube.com\/watch?v=vZOk8NnjILg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/centripetal-force-and-acceleration-intuition","created":1322046106,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58847","children":[]},{"title":"Visual Understanding of Centripetal Acceleration Formula","description":"Visual understanding of how centripetal acceleration relates to velocity and radius","url":"http:\/\/www.youtube.com\/watch?v=NH1_sO8QY3o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/visual-understanding-of-centripetal-acceleration-formula","created":1322046106,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35766","children":[]},{"title":"Calculus proof of centripetal acceleration formula","description":"Proving that a = v^2\/r","url":"http:\/\/www.youtube.com\/watch?v=XjCEumlJBno&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculus-proof-of-centripetal-acceleration-formula","created":1322046106,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19326","children":[]},{"title":"Loop De Loop Question","description":"Asks students to find the minimum speed necessary to complete the loop de loop","url":"http:\/\/www.youtube.com\/watch?v=wjZb3zPuoeA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/loop-de-loop-question","created":1322132501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25528","children":[]},{"title":"Loop De Loop Answer part 1","description":"Figuring out the minimum speed at the top of the loop de loop to stay on the track","url":"http:\/\/www.youtube.com\/watch?v=4SQDybFjhRE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/loop-de-loop-answer-part-1","created":1322132501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22535","children":[]},{"title":"Loop De Loop Answer part 2","description":"Figuring out the car's average speed while completing the loop de loop","url":"http:\/\/www.youtube.com\/watch?v=zcnnZz2pCSg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/loop-de-loop-answer-part-2","created":1322132501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15222","children":[]}]},{"title":"Forces and Newton's Laws of Motion","description":"This tutorial is the meat of much of classical physics. We think about what a force is and how Newton changed the world's (and possibly your) view of how reality works.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Newton's laws of motion","description":"This tutorial will expose you to the foundation of classical mechanics--Newton's laws. On one level they are intuitive, on another lever they are completely counter-intuitive. Challenge your take on reality and watch this tutorial. There world will look very different after you're done.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Newton's First Law of Motion","description":"Basic primer on Newton's First Law of Motion","url":"http:\/\/www.youtube.com\/watch?v=5-ZFOhHQS68&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/newton-s-1st-law-of-motion","created":1342462222,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60793","children":[]},{"title":"Newton's First Law of Motion Concepts","description":"A little quiz on some of the ideas in Newton's first law","url":"http:\/\/www.youtube.com\/watch?v=D1NubiWCpQg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/newton-s-first-law-of-motion-concepts","created":1342462324,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40131","children":[]},{"title":"Newton's First Law of Motion","description":"Newton's First Law (Galileo's Law of Inertia).","url":"http:\/\/www.youtube.com\/watch?v=CQYELiTtUs8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/newton-s-first-law-of-motion","created":1308093985,"start":null,"end":null,"type":"video","provider":"Khan University","views":"227158","children":[]},{"title":"Newton's Second Law of Motion","description":"Newton's Second Law of Motion: F=ma","url":"http:\/\/www.youtube.com\/watch?v=ou9YMWlJgkE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/newton-s-second-law-of-motion","created":1308093985,"start":null,"end":null,"type":"video","provider":"Khan University","views":"168603","children":[]},{"title":"Newton's Third Law of Motion","description":"Every action has an equal and opposite reaction","url":"http:\/\/www.youtube.com\/watch?v=By-ggTfeuJU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/newton-s-third-law-of-motion","created":1308093985,"start":null,"end":null,"type":"video","provider":"Khan University","views":"134493","children":[]}]},{"title":"Normal force and contact force","description":"A dog is balancing on one arm on my head. Is my head applying a force to the dog's hand? If it weren't, wouldn't there be nothing to offset the pull of gravity causing the acrobatic dog to fall? What would we call this force? Can we have a general term from the component of a contact force that acts perpendicular to the plane of contact? These are absolutely normal questions to ask.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Normal Force and Contact Force","description":"The force that keeps a block of ice from falling towards the center of the earth","url":"http:\/\/www.youtube.com\/watch?v=1WOrgrIcQZU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/normal-force-and-contact-force","created":1308439634,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53059","children":[]},{"title":"Normal Force in an Elevator","description":"How the normal force changes when an elevator accelerates","url":"http:\/\/www.youtube.com\/watch?v=hoRsHNSrMpc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/normal-force-in-an-elevator","created":1308612400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50314","children":[]}]},{"title":"Balanced and unbalanced forces","description":"You will often hear physics professors be careful to say \"net force\" or \"unbalanced force\" rather than just \"force\". Why? This tutorial explains why and might give you more intuition about Newton's laws in the process.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Balanced and Unbalanced Forces","description":"Primer on identifying balanced and unbalanced forces","url":"http:\/\/www.youtube.com\/watch?v=oNgo9bbDi7Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/balanced-and-unbalanced-forces","created":1342042733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35669","children":[]},{"title":"Unbalanced Forces and Motion","description":"Thinking about what is true about how unbalanced forces relate to motion and acceleration","url":"http:\/\/www.youtube.com\/watch?v=IgYUR7aFY-c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unbalanced-forces-and-motion","created":1342042788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27091","children":[]}]},{"title":"Slow sock on Lubricon VI","description":"This short tutorial will have you dealing with orbiting frozen socks in order to understand whether you understand Newton's Laws. We also quiz you a bit during the videos just to make sure that you aren't daydreaming about what you would do with a frozen sock.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Slow Sock on Lubricon VI","description":"What would happen to a slowly moving frozen sock on a frictionless planet","url":"http:\/\/www.youtube.com\/watch?v=CEdXvoAv_oM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/slow-sock-on-lubricon-vi","created":1342042894,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5694","children":[]},{"title":"Normal Forces on Lubricon VI","description":"Whether the normal force balances the force of gravity for a frozen sock or banana","url":"http:\/\/www.youtube.com\/watch?v=hJ18CrKU3Zc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/normal-forces-on-lubricon-vi","created":1342043085,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7310","children":[]}]},{"title":"Inclined planes and friction","description":"We've all slid down slides\/snow-or-mud-covered-hills\/railings at some point in our life (if not, you haven't really lived) and noticed that the smoother the surface the more we would accelerate (try to slide down a non-snow-or-mud-covered hill). This tutorial looks into this in some depth. We'll look at masses on inclined planes and think about static and kinetic friction.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Inclined Plane Force Components","description":"Figuring out the components of the force due to gravity that are parallel and perpendicular to the surface of an inclined plane","url":"http:\/\/www.youtube.com\/watch?v=TC23wD34C7k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inclined-plane-force-components","created":1308612400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"96364","children":[]},{"title":"Ice Accelerating Down an Incline","description":"Figuring out the acceleration of ice down a plane made of ice","url":"http:\/\/www.youtube.com\/watch?v=Mz2nDXElcoM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ice-accelerating-down-an-incline","created":1308612400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50119","children":[]},{"title":"Force of Friction Keeping the Block Stationary","description":"Block of wood kept stationary by the force of friction (Correction made in next video)","url":"http:\/\/www.youtube.com\/watch?v=v8ODIMqbQ44&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/force-of-friction-keeping-the-block-stationary","created":1308612400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68152","children":[]},{"title":"Correction to Force of Friction Keeping the Block Stationary","description":"Correction to Force of Friction Keeping the Block Stationary","url":"http:\/\/www.youtube.com\/watch?v=BukTc4q9BMc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/correction-to-force-of-friction-keeping-the-block-stationary","created":1308612400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28940","children":[]},{"title":"Force of Friction Keeping Velocity Constant","description":"Calculating the coefficient of kinetic friction (correction made in next video)","url":"http:\/\/www.youtube.com\/watch?v=iA7Thhnzc64&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/force-of-friction-keeping-velocity-constant","created":1308612400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43579","children":[]},{"title":"Intuition on Static and Kinetic Friction Comparisons","description":"Why static friction is harder to overcome than kinetic friction","url":"http:\/\/www.youtube.com\/watch?v=J9BWNiOSGlc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intuition-on-static-and-kinetic-friction-comparisons","created":1308612400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36316","children":[]},{"title":"Static and Kinetic Friction Example","description":"Thinking about the coefficients of static and kinetic friction","url":"http:\/\/www.youtube.com\/watch?v=ZA_D4O6l1lo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/static-and-kinetic-friction-example","created":1308612400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72469","children":[]}]},{"title":"Tension","description":"Bad commute? Baby crying? Bills to pay? Looking to take a bath with some Calgon (do a search on YouTube for context) to ease your tension? This tutorial has nothing (actually little, not nothing) to do with that.\n\nSo far, most of the forces we've been dealing with are forces of \"pushing\"--contact forces at the macro level because of atoms not wanting to get to close at the micro level. Now we'll deal with \"pulling\" force or tension (at a micro level this is the force of attraction between bonded atoms).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Tension","description":"An introduction to tension. Solving for the tension(s) in a set of wires when a weight is hanging from them.","url":"http:\/\/www.youtube.com\/watch?v=_UrfHFEBIpU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-tension","created":1298220572,"start":null,"end":null,"type":"video","provider":"Khan University","views":"199764","children":[]},{"title":"Introduction to Tension (Part 2)","description":"A slightly more difficult tension problem.","url":"http:\/\/www.youtube.com\/watch?v=zwDJ1wVr7Is&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tension--part-2","created":1298220572,"start":null,"end":null,"type":"video","provider":"Khan University","views":"121154","children":[]},{"title":"Tension in an accelerating system and pie in the face","description":"The second part to the complicated problem. We figure out the tension in the wire connecting the two masses. Then we figure our how much we need to accelerate a pie for it to safely reach a man's face.","url":"http:\/\/www.youtube.com\/watch?v=52wxpYnS64U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tension-in-an-accelerating-system-and-pie-in-the-face","created":1298220573,"start":null,"end":null,"type":"video","provider":"Khan University","views":"79586","children":[]}]},{"title":"Work and energy","description":"Work and energy. Potential energy. Kinetic energy. Mechanical advantage. Springs and Hooke's law.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Work and energy","description":"You're doing a lot more work than you realize (most of which goes unpaid). This tutorial will have you seeing the world in terms of potentials and energy and work (which is more fun than you can possibly imagine).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to work and energy","description":"Introduction to work and energy","url":"http:\/\/www.youtube.com\/watch?v=2WS1sG9fhOk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-work-and-energy","created":1298220574,"start":null,"end":null,"type":"video","provider":"Khan University","views":"260998","children":[]},{"title":"Work and Energy (part 2)","description":"More on work. Introduction to Kinetic and Potential Energies.","url":"http:\/\/www.youtube.com\/watch?v=3mier94pbnU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/work-and-energy--part-2","created":1298220574,"start":null,"end":null,"type":"video","provider":"Khan University","views":"165902","children":[]},{"title":"Conservation of Energy","description":"Using the law of conservation of energy to see how potential energy is converted into kinetic energy","url":"http:\/\/www.youtube.com\/watch?v=kw_4Loo1HR4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conservation-of-energy","created":1298220574,"start":null,"end":null,"type":"video","provider":"Khan University","views":"185501","children":[]},{"title":"Work\/Energy problem with Friction","description":"A conservation of energy problem where all of the energy is not conserved.","url":"http:\/\/www.youtube.com\/watch?v=YvacYWgygaA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/work-energy-problem-with-friction","created":1298220574,"start":null,"end":null,"type":"video","provider":"Khan University","views":"131041","children":[]}]},{"title":"Mechanical advantage","description":"If you have every used a tool of any kind (including the bones in your body), you have employed mechanical advantage. Whether you used an incline plane to drag something off of a pick-up truck or the back of a hammer to remove a nail, the world of mechanical advantage surrounds us.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to mechanical advantage","description":"Introduction to simple machines, mechanical advantage and moments.","url":"http:\/\/www.youtube.com\/watch?v=pfzJ-z5Ij48&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-mechanical-advantage","created":1298220574,"start":null,"end":null,"type":"video","provider":"Khan University","views":"79004","children":[]},{"title":"Mechanical Advantage (part 2)","description":"More on mechanical advantage, levers and moments.","url":"http:\/\/www.youtube.com\/watch?v=DiBXxWBrV24&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mechanical-advantage--part-2","created":1298220574,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42764","children":[]},{"title":"Mechanical Advantage (part 3)","description":"Introduction to pulleys and wedges","url":"http:\/\/www.youtube.com\/watch?v=vSsK7Rfa3yA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mechanical-advantage--part-3","created":1298220574,"start":null,"end":null,"type":"video","provider":"Khan University","views":"141313","children":[]}]},{"title":"Springs and Hooke's Law","description":"Weighing machines of all sorts employ springs that take a certain amount of force to keep compressed or stretched to a certain point. Hooke's law will give us all the tools to weigh in on the subject ourselves and spring into action (yes, the puns are annoying us too)!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Intro to springs and Hooke's Law","description":"Introduction to Hooke's Law","url":"http:\/\/www.youtube.com\/watch?v=ZzwuHS9ldbY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intro-to-springs-and-hooke-s-law","created":1298220608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"121248","children":[]},{"title":"Potential energy stored in a spring","description":"Work needed to compress a spring is the same thing as the potential energy stored in the compressed spring.","url":"http:\/\/www.youtube.com\/watch?v=eVl5zs6Lqy0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/potential-energy-stored-in-a-spring","created":1298220608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"82465","children":[]},{"title":"Spring potential energy example (mistake in math)","description":"A spring, a frozen loop-d-loop and more! (See if you can find the mistake I made and get the right answer!)","url":"http:\/\/www.youtube.com\/watch?v=P3QV9ktuYlQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/spring-potential-energy-example--mistake-in-math","created":1298220608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44513","children":[]}]},{"title":"Impacts and linear momentum","description":"Linear momentum. Conservation of momentum. Elastic collisions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Momentum","description":"Depending on your view of things, this may be the most violent of our tutorials. Things will crash and collide. We'll learn about momentum and how it is transferred. Whether you're playing pool (or \"billiards\") or deciding whether you want to get tackled by the 300lb. guy, this tutorial is of key importance.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Momentum","description":"What momentum is. A simple problem involving momentum.","url":"http:\/\/www.youtube.com\/watch?v=XFhntPxow0U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-momentum","created":1298220573,"start":null,"end":null,"type":"video","provider":"Khan University","views":"224813","children":[]},{"title":"Momentum: Ice skater throws a ball","description":"A simple conservation of momentum problem involving an ice skater and a ball","url":"http:\/\/www.youtube.com\/watch?v=vPkkCOlGND4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/momentum--ice-skater-throws-a-ball","created":1298220573,"start":null,"end":null,"type":"video","provider":"Khan University","views":"114263","children":[]},{"title":"2-dimensional momentum problem","description":"An example of conservation of momentum in two dimensions.","url":"http:\/\/www.youtube.com\/watch?v=CFygKiTB-4A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2-dimensional-momentum-problem","created":1298220573,"start":null,"end":null,"type":"video","provider":"Khan University","views":"114397","children":[]},{"title":"2-dimensional momentum problem (part 2)","description":"We finish the 2-dimensional momentum problem","url":"http:\/\/www.youtube.com\/watch?v=leudxqivIJI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2-dimensional-momentum-problem--part-2","created":1298220573,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58560","children":[]}]},{"title":"Moments, torque and angular momentum","description":"Thinking about making things rotate. Center of mass, torque, moments and angular velocity.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Torque, moments and angular momentum","description":"Until this tutorial, we have been completely ignoring that things rotate. In this tutorial, we'll explore why they rotate and how they do it. It will leave your head spinning (no, it won't, but seemed like a fun thing to say given the subject matter).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Center of Mass","description":"Introduction to the center of mass","url":"http:\/\/www.youtube.com\/watch?v=VrflZifKIuw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/center-of-mass","created":1298220606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"146071","children":[]},{"title":"Introduction to Torque","description":"An introduction to torque","url":"http:\/\/www.youtube.com\/watch?v=QhuJn8YBtmg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-torque","created":1298220606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"222008","children":[]},{"title":"Moments","description":"Introduction to moments","url":"http:\/\/www.youtube.com\/watch?v=ESusD8HRLBI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/moments","created":1298220606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"166790","children":[]},{"title":"Moments (part 2)","description":"2 more moment problems.","url":"http:\/\/www.youtube.com\/watch?v=peXbz0frV74&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/moments--part-2","created":1298220606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73071","children":[]},{"title":"Relationship between angular velocity and speed","description":"How angular velocity relates to speed","url":"http:\/\/www.youtube.com\/watch?v=zAx61CO5mDw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/relationship-between-angular-velocity-and-speed","created":1322046106,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100569","children":[]},{"title":"Conservation of angular momentum","description":"Angular momentum is constant when there is no net torque.","url":"http:\/\/www.youtube.com\/watch?v=s_R8d3isJDA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conservation-of-angular-momemtum","created":1298220607,"start":null,"end":null,"type":"video","provider":"Khan University","views":"92681","children":[]}]},{"title":"Gravitation","description":"Classical gravity. How masses attract each other (according to Newton).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Newton's law of gravitation","description":"Why are you sticking to your chair (ignoring the spilled glue)? Why does the earth orbit the sun (or does it)? How high could I throw my dog on the moon?\n\nGravitation defines our everyday life and the structure of the universe. This tutorial will introduce it to you in the Newtonian sense.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Gravity","description":"Basics of gravity and the Law of Universal Gravitation","url":"http:\/\/www.youtube.com\/watch?v=Xcel427Ezl0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-gravity","created":1307834793,"start":null,"end":null,"type":"video","provider":"Khan University","views":"104087","children":[]},{"title":"Mass and Weight Clarification","description":"Difference between mass and weight","url":"http:\/\/www.youtube.com\/watch?v=IuBoeDihLUc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mass-and-weight-clarification","created":1308093985,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63017","children":[]},{"title":"Gravity for Astronauts in Orbit","description":"Why do astronauts appear weightless despite being near the Earth?","url":"http:\/\/www.youtube.com\/watch?v=oIZV-ixRTcY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gravity-for-astronauts-in-orbit","created":1307921190,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53265","children":[]},{"title":"Would a Brick or Feather Fall Faster","description":"What would fall faster on the moon?","url":"http:\/\/www.youtube.com\/watch?v=36Rym2q4H94&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/would-a-brick-or-feather-fall-faster","created":1308093990,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57266","children":[]},{"title":"Acceleration Due to Gravity at the Space Station","description":"What is the acceleration due to gravity at the space station","url":"http:\/\/www.youtube.com\/watch?v=R5CRZONOHCU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acceleration-due-to-gravity-at-the-space-station","created":1322132501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17433","children":[]},{"title":"Space Station Speed in Orbit","description":"Speed necessary for the space station to stay in orbit","url":"http:\/\/www.youtube.com\/watch?v=9BNkmfHYYYI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/space-station-speed-in-orbit","created":1322132501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16223","children":[]},{"title":"Introduction to Newton's Law of Gravitation","description":"A little bit on gravity","url":"http:\/\/www.youtube.com\/watch?v=391txUI76gM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-newton-s-law-of-gravitation","created":1298220607,"start":null,"end":null,"type":"video","provider":"Khan University","views":"116020","children":[]},{"title":"Gravitation (part 2)","description":"A little bit more on gravity","url":"http:\/\/www.youtube.com\/watch?v=8i0j3j16yFk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gravitation--part-2","created":1298220607,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60957","children":[]}]},{"title":"Oscillatory motion","description":"Pendulums. Slinkies. You when you have to use the bathroom but it is occupied. These all go back and forth over and over and over again. This tutorial explores this type of motion.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Harmonic motion","description":"Every watch a slinky gyrate back and forth. This is harmonic motion (a special class of oscillatory motion). In this tutorial we'll see how we can model and deal with this type of phenomena.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Harmonic Motion","description":"Intuition behind the motion of a mass on a spring (some calculus near the end).","url":"http:\/\/www.youtube.com\/watch?v=Nk2q-_jkJVs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-harmonic-motion","created":1298220608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"134260","children":[]},{"title":"Harmonic Motion Part 2 (calculus)","description":"We test whether Acos(wt) can describe the motion of the mass on a spring by substituting into the differential equation F=-kx","url":"http:\/\/www.youtube.com\/watch?v=xoUppFlif04&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/harmonic-motion-part-2--calculus","created":1298220483,"start":null,"end":null,"type":"video","provider":"Khan University","views":"82526","children":[]},{"title":"Harmonic Motion Part 3 (no calculus)","description":"Figuring out the period, frequency, and amplitude of the harmonic motion of a mass attached to a spring.","url":"http:\/\/www.youtube.com\/watch?v=oqBHBO8cqLI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/harmonic-motion-part-3--no-calculus","created":1298220608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65778","children":[]}]},{"title":"Fluids","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Fluids (part 1)","description":"What a fluid is. Difference between liquids and gasses (both fluids).","url":"http:\/\/www.youtube.com\/watch?v=Pn5YEMwQb4Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-1","created":1298220608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"201469","children":[]},{"title":"Fluids (part 2)","description":"Pressure and Pascal's Principal.","url":"http:\/\/www.youtube.com\/watch?v=lWDtFHDVqqk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-2","created":1298220608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"107060","children":[]},{"title":"Fluids (part 3)","description":"Pressure in a fluid at depth","url":"http:\/\/www.youtube.com\/watch?v=5EWjlpc0S00&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-3","created":1298220608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81129","children":[]},{"title":"Fluids (part 4)","description":"Using our understanding of fluid pressure to figure out the height of a column of mercury.","url":"http:\/\/www.youtube.com\/watch?v=i6gz9VFyYks&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-4","created":1298220609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63582","children":[]},{"title":"Fluids (part 5)","description":"Introduction to Archimedes' principle and buoyant force.","url":"http:\/\/www.youtube.com\/watch?v=vzID7ds600c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-5","created":1298220609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65519","children":[]},{"title":"Fluids (part 6)","description":"A couple of problems involving Archimedes' principle and buoyant forces.","url":"http:\/\/www.youtube.com\/watch?v=wwjtuZ5vTvc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-6","created":1298220609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58530","children":[]},{"title":"Fluids (part 7)","description":"Introduction to the study of moving fluids.","url":"http:\/\/www.youtube.com\/watch?v=G4CgOF4ccXk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-7","created":1298220609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55529","children":[]},{"title":"Fluids (part 8)","description":"Beginning of the proof of Bernoulli's Equation.","url":"http:\/\/www.youtube.com\/watch?v=uqyLOuAzbvo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-8","created":1298220609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50250","children":[]},{"title":"Fluids (part 9)","description":"Second part of the Bernoulli's Equation proof. Beginning of a problem that uses the equation.","url":"http:\/\/www.youtube.com\/watch?v=QX2YLR09Q78&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-9","created":1298220609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42222","children":[]},{"title":"Fluids (part 10)","description":"Second part of the example that uses Bernoulli's equation.","url":"http:\/\/www.youtube.com\/watch?v=NGpJPz44JYc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-10","created":1298220609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36700","children":[]},{"title":"Fluids (part 11)","description":"Clarification of the problem in part 10","url":"http:\/\/www.youtube.com\/watch?v=HnfBFeLunk4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-11","created":1298220609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30230","children":[]},{"title":"Fluids (part 12)","description":"Complete example of a Bernoulli's Equation exercise.","url":"http:\/\/www.youtube.com\/watch?v=xlJYYM5TWoA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fluids--part-12","created":1298220609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40343","children":[]}]},{"title":"Thermodynamics","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Thermodynamics (part 1)","description":"Intuition of how gases generate pressure in a container and why pressure x volume is proportional to the combined kinetic energy of the molecules in the volume.","url":"http:\/\/www.youtube.com\/watch?v=tQcB9BLUoVI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thermodynamics--part-1","created":1298220609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"344362","children":[]},{"title":"Thermodynamics (part 2)","description":"Example problem that pv=pv. Introduction to temperature.","url":"http:\/\/www.youtube.com\/watch?v=x34OTtDE5q8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thermodynamics--part-2","created":1298220610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"130429","children":[]},{"title":"Thermodynamics (part 3)","description":"Introduction to Kelvin. Example of a problem involving the ideal gas law","url":"http:\/\/www.youtube.com\/watch?v=HvYUKRMT0VI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thermodynamics--part-3","created":1298220610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"92250","children":[]},{"title":"Thermodynamics (part 4)","description":"Introduction to the concept of a mole. Universal gas constant R. PV=nRT","url":"http:\/\/www.youtube.com\/watch?v=5B1i26dUwME&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thermodynamics--part-4","created":1298220610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71708","children":[]},{"title":"Thermodynamics (part 5)","description":"Example problem involving PV=nRT","url":"http:\/\/www.youtube.com\/watch?v=UekR9J31a2o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thermodynamics--part-5","created":1298220610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71494","children":[]},{"title":"Macrostates and Microstates","description":"The difference between macrostates and microstates. Thermodynamic equilibrium.","url":"http:\/\/www.youtube.com\/watch?v=5EU-y1VF7g4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/macrostates-and-microstates","created":1298219731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30770","children":[]},{"title":"Quasistatic and Reversible Processes","description":"Using theoretically quasi-static and\/or reversible processes to stay pretty much at equilibrium.","url":"http:\/\/www.youtube.com\/watch?v=lKq-10ysDb4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quasistatic-and-reversible-processes","created":1298219731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30814","children":[]},{"title":"First Law of Thermodynamics\/ Internal Energy","description":"First law of thermodynamic and Internal Energy","url":"http:\/\/www.youtube.com\/watch?v=Xb05CaG7TsQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/first-law-of-thermodynamics--internal-energy","created":1298219731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"302047","children":[]},{"title":"More on Internal Energy","description":"Getting more intuition of internal energy, heat, and work","url":"http:\/\/www.youtube.com\/watch?v=aOSlXuDO4UU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-internal-energy","created":1298219731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68367","children":[]},{"title":"Work from Expansion","description":"How a system can do work by expanding","url":"http:\/\/www.youtube.com\/watch?v=obeGVTOZyfE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/work-from-expansion","created":1298219731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47686","children":[]},{"title":"PV-diagrams and Expansion Work","description":"Why work from expansion is the area under the curve of a PV-diagram","url":"http:\/\/www.youtube.com\/watch?v=M5uOIy-JTmo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pv-diagrams-and-expansion-work","created":1298219731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57772","children":[]},{"title":"Proof: U=(3\/2)PV or U=(3\/2)nRT","description":"Conceptual proof that the internal energy of an ideal gas system is 3\/2 PV.","url":"http:\/\/www.youtube.com\/watch?v=qSFY7GKhSRs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--u--3-2-pv-or-u--3-2-nrt","created":1298219731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31495","children":[]},{"title":"Work Done by Isothermic Process","description":"Isothermic and Adiabatic processes. Calculating the work done by an isothermic process. Seeing that it is the same as the heat added.","url":"http:\/\/www.youtube.com\/watch?v=iiFWoXQPOJc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/work-done-by-isothermic-process","created":1298219731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56446","children":[]},{"title":"Carnot Cycle and Carnot Engine","description":"Introduction to the Carnot Cycle and Carnot Heat Engine","url":"http:\/\/www.youtube.com\/watch?v=aAfBSJObd6Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/carnot-cycle-and-carnot-engine","created":1298219732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"102117","children":[]},{"title":"Proof: Volume Ratios in a Carnot Cycle","description":"Proof of the volume ratios in a Carnot Cycle","url":"http:\/\/www.youtube.com\/watch?v=ixRtSV3CXPA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--volume-ratios-in-a-carnot-cycle","created":1298219732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21983","children":[]},{"title":"Proof: S (or Entropy) is a valid state variable","description":"Prroof that S (or entropy) is a valid state variable.","url":"http:\/\/www.youtube.com\/watch?v=sPz5RrFus1Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--s--or-entropy--is-a-valid-state-variable","created":1298219732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38294","children":[]},{"title":"Thermodynamic Entropy Definition Clarification","description":"Clarifying that the thermodynamic definition of Entropy requires a reversible system.","url":"http:\/\/www.youtube.com\/watch?v=PFcGiMLwjeY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thermodynamic-entropy-definition-clarification","created":1298219732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"124673","children":[]},{"title":"Reconciling Thermodynamic and State Definitions of Entropy","description":"Long video explaining why entropy is a measure of the number of states a system can take on (mathy, but mind-blowing).","url":"http:\/\/www.youtube.com\/watch?v=WLKEVfLFau4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reconciling-thermodynamic-and-state-definitions-of-entropy","created":1298219732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38550","children":[]},{"title":"Entropy Intuition","description":"A discussion of what entropy is and what it isn't.","url":"http:\/\/www.youtube.com\/watch?v=xJf6pHqLzs0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/entropy-intuition","created":1298219732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"116645","children":[]},{"title":"Maxwell's Demon","description":"Maxwell's Demon: A thought experiment that seems to defy the 2nd Law of Thermodynamics","url":"http:\/\/www.youtube.com\/watch?v=aKRDvSZ-igA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/maxwell-s-demon","created":1298219732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54129","children":[]},{"title":"More on Entropy","description":"More clarification as to what entropy is and what entropy is not.","url":"http:\/\/www.youtube.com\/watch?v=dFFzAP2OZ3E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-entropy","created":1298219732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35200","children":[]},{"title":"Efficiency of a Carnot Engine","description":"Definition of efficiency for a heat engine. Efficiency of a Carnot Engine.","url":"http:\/\/www.youtube.com\/watch?v=M_5KYncYNyc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/efficiency-of-a-carnot-engine","created":1298219732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32777","children":[]},{"title":"Carnot Efficiency 2: Reversing the Cycle","description":"Seeing how we can scale and or reverse a Carnot Engine (to make a refrigerator)","url":"http:\/\/www.youtube.com\/watch?v=pQWwP7YYH6o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/carnot-efficiency-2---reversing-the-cycle","created":1298219732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17421","children":[]},{"title":"Carnot Efficiency 3: Proving that it is the most efficient","description":"Proving that a Carnot Engine is the most efficient engine","url":"http:\/\/www.youtube.com\/watch?v=LUoUb4hGMH8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/carnot-efficiency-3---proving-that-it-is-the-most-efficient","created":1298219733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14628","children":[]},{"title":"Enthalpy","description":"Understanding why enthalpy can be viewed as \"heat content\" in a constant pressure system.","url":"http:\/\/www.youtube.com\/watch?v=fucyI7Ouj2c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/enthalpy","created":1298219733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"259323","children":[]},{"title":"Heat of Formation","description":"Standard heat of formation or standard enthalpy change of formation.","url":"http:\/\/www.youtube.com\/watch?v=PK_JXzYcme0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/heat-of-formation","created":1298219733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"84203","children":[]},{"title":"Hess's Law and Reaction Enthalpy Change","description":"Using Hess's Law and standard heats of formation to determine the enthalpy change for reactions","url":"http:\/\/www.youtube.com\/watch?v=chXMpDwjBDk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hess-s-law-and-reaction-enthalpy-change","created":1298219733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"151271","children":[]},{"title":"Gibbs Free Energy and Spontaneity","description":"Intuition behind why spontaneity is driven by enthalpy, entropy and temperature. Introduction to Gibbs free energy.","url":"http:\/\/www.youtube.com\/watch?v=ViAmQivKif0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gibbs-free-energy-and-spontaneity","created":1298219733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"111962","children":[]},{"title":"Gibbs Free Energy Example","description":"Determining if a reaction is spontaneous by calculating the change in Gibbs Free Energy.","url":"http:\/\/www.youtube.com\/watch?v=sG1ZAdYi13A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gibbs-free-energy-example","created":1298219733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"59844","children":[]},{"title":"More rigorous Gibbs Free Energy\/ Spontaneity Relationship","description":"More formal understanding of why a negative change in Gibbs Free Energy implies a spontaneous, irreversible reaction.","url":"http:\/\/www.youtube.com\/watch?v=7aur5h44pV4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-rigorous-gibbs-free-energy--spontaneity-relationship","created":1298219733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28819","children":[]},{"title":"A look at a seductive but wrong Gibbs\/Spontaneity Proof","description":"A look at why the \"proof\" of the relation between changes in Gibbs Free Energy and Spontaneity is wrong in many textbooks.","url":"http:\/\/www.youtube.com\/watch?v=yYbzJs6vgv8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a-look-at-a-seductive-but-wrong-gibbs-spontaneity-proof","created":1298219733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14191","children":[]},{"title":"Stoichiometry Example Problem 1","description":"Figuring grams of reactants and product produced from reaction of phosphorous and chlorine","url":"http:\/\/www.youtube.com\/watch?v=jFv6k2OV7IU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stoichiometry-example-problem-1","created":1298219733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61027","children":[]},{"title":"Stoichiometry Example Problem 2","description":"Stoichiometry Example Problem 2","url":"http:\/\/www.youtube.com\/watch?v=eQf_EAYGo-k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stoichiometry-example-problem-2","created":1298219733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48396","children":[]},{"title":"Limiting Reactant Example Problem 1","description":"Limiting Reactant Example Problem 1","url":"http:\/\/www.youtube.com\/watch?v=YNriRslOk9A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/limiting-reactant-example-problem-1","created":1298219734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54608","children":[]},{"title":"Empirical and Molecular Formulas from Stoichiometry","description":"Empirical and Molecular Formulas from Stoichiometry","url":"http:\/\/www.youtube.com\/watch?v=FycJ8X67xEU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/empirical-and-molecular-formulas-from-stoichiometry","created":1298219734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30822","children":[]},{"title":"Example of Finding Reactant Empirical Formula","description":"Example of Finding Reactant Empirical Formula","url":"http:\/\/www.youtube.com\/watch?v=66ziUq6vRko&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example-of-finding-reactant-empirical-formula","created":1298219734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13867","children":[]},{"title":"Stoichiometry of a Reaction in Solution","description":"Stoichiometry of a Reaction in Solution","url":"http:\/\/www.youtube.com\/watch?v=EKZSwjVR594&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stoichiometry-of-a-reaction-in-solution","created":1298219734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35118","children":[]},{"title":"Another Stoichiometry Example in a Solution","description":"Another Stoichiometry Example in a Solution","url":"http:\/\/www.youtube.com\/watch?v=_qrQKBB2jt8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/another-stoichiometry-example-in-a-solution","created":1298219734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19935","children":[]},{"title":"Molecular and Empirical Forumlas from Percent Composition","description":"Molecular and Empirical Forumlas from Percent Composition. Example 2.9 from Kotz Chemistry book","url":"http:\/\/www.youtube.com\/watch?v=_H009sTvYE0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/molecular-and-empirical-forumlas-from-percent-composition","created":1298219734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54533","children":[]},{"title":"Hess's Law Example","description":"Hess's Law Example","url":"http:\/\/www.youtube.com\/watch?v=8bCL8TQZFKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hess-s-law-example","created":1298219768,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51213","children":[]}]},{"title":"Electricity and magnetism","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Electrostatics (part 1): Introduction to Charge and Coulomb's Law","description":"Introduction to Charge and Coulomb's Law (video from May 2008 that I forgot to upload)","url":"http:\/\/www.youtube.com\/watch?v=NXMgvrS8Gr8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electrostatics--part-1---introduction-to-charge-and-coulomb-s-law","created":1298220610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"265455","children":[]},{"title":"Electrostatics (part 2)","description":"Electric Fields","url":"http:\/\/www.youtube.com\/watch?v=0YOGrTNgGhE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electrostatics--part-2","created":1298220610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"167293","children":[]},{"title":"Proof (Advanced): Field from infinite plate (part 1)","description":"Electric field generated by a uniformly charged, infinite plate","url":"http:\/\/www.youtube.com\/watch?v=prLfVucoxpw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--advanced---field-from-infinite-plate--part-1","created":1298220610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"82342","children":[]},{"title":"Proof (Advanced): Field from infinite plate (part 2)","description":"We see that the infinite, uniformly charged plate generates a constant electric field (independent of the height above the plate)","url":"http:\/\/www.youtube.com\/watch?v=TxwE4_dXo8s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/proof--advanced---field-from-infinite-plate--part-2","created":1298220610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39396","children":[]},{"title":"Electric Potential Energy","description":"Introduction to electric potential","url":"http:\/\/www.youtube.com\/watch?v=elJUghWSVh4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electric-potential-energy","created":1298220610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"211504","children":[]},{"title":"Electric Potential Energy (part 2-- involves calculus)","description":"Electric potential energy difference in a varying field","url":"http:\/\/www.youtube.com\/watch?v=CqsYCIjSm9A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electric-potential-energy--part-2---involves-calculus","created":1298220610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97819","children":[]},{"title":"Voltage","description":"Difference between electrical potential (voltage) and electrical potential energy","url":"http:\/\/www.youtube.com\/watch?v=zqGvUbvVQXg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/voltage","created":1298220611,"start":null,"end":null,"type":"video","provider":"Khan University","views":"164135","children":[]},{"title":"Capacitance","description":"Introduction to the capacitance of a two place capacitor","url":"http:\/\/www.youtube.com\/watch?v=ngOC4eUQl8Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/capacitance","created":1298220611,"start":null,"end":null,"type":"video","provider":"Khan University","views":"167144","children":[]},{"title":"Circuits (part 1)","description":"Introduction to electricity, circuits, current and resistance","url":"http:\/\/www.youtube.com\/watch?v=3o8_EARoMtg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/circuits--part-1","created":1298220611,"start":null,"end":null,"type":"video","provider":"Khan University","views":"300912","children":[]},{"title":"Circuits (part 2)","description":"Resistors in series","url":"http:\/\/www.youtube.com\/watch?v=7vHh1sfZ5KE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/circuits--part-2","created":1298220643,"start":null,"end":null,"type":"video","provider":"Khan University","views":"151505","children":[]},{"title":"Circuits (part 3)","description":"Resistors in parallel","url":"http:\/\/www.youtube.com\/watch?v=ZrMw7P6P2Gw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/circuits--part-3","created":1298220643,"start":null,"end":null,"type":"video","provider":"Khan University","views":"131459","children":[]},{"title":"Circuits (part 4)","description":"A hairy resistance problem","url":"http:\/\/www.youtube.com\/watch?v=3NcIK0s3IwU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/circuits--part-4","created":1298220644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"118034","children":[]},{"title":"Cross product 1","description":"Introduction to the cross product","url":"http:\/\/www.youtube.com\/watch?v=zA0fvwtvgvA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cross-product-1","created":1298220644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"94911","children":[]},{"title":"Cross Product 2","description":"A little more intuition on the cross product.","url":"http:\/\/www.youtube.com\/watch?v=o_puKe_lTKk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cross-product-2","created":1298220644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50234","children":[]},{"title":"Cross Product and Torque","description":"The cross product and the direction of torque.","url":"http:\/\/www.youtube.com\/watch?v=s38l6nmTrvM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cross-product-and-torque","created":1298220644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60330","children":[]},{"title":"Introduction to Magnetism","description":"An introduction to magnetism","url":"http:\/\/www.youtube.com\/watch?v=8Y4JSp5U82I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-magnetism","created":1298220644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"253183","children":[]},{"title":"Magnetism 2","description":"Magnetic fields and their effects on moving electrical charges","url":"http:\/\/www.youtube.com\/watch?v=NnlAI4ZiUrQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-2","created":1298220644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"148442","children":[]},{"title":"Magnetism 3","description":"Whats happens when a speeding proton goes through a magnetic field","url":"http:\/\/www.youtube.com\/watch?v=LTuGQy4rmmo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-3","created":1298220644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100495","children":[]},{"title":"Magnetism 4","description":"Part 2 of the proton through a magnetic field problem","url":"http:\/\/www.youtube.com\/watch?v=b1QFKLZC11U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-4","created":1298220644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"77148","children":[]},{"title":"Magnetism 5","description":"Magnetic force on a wire carrying current.","url":"http:\/\/www.youtube.com\/watch?v=jQ2nD8ZGeEw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-5","created":1298220644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73890","children":[]},{"title":"Magnetism 6: Magnetic field due to current","description":"See how a wire carrying a current creates a magnetic field.","url":"http:\/\/www.youtube.com\/watch?v=Ri557hvwhcM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-6--magnetic-field-due-to-current","created":1298220644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"107104","children":[]},{"title":"Magnetism 7","description":"The magnetic force that two current-carrying wires exert on each other.","url":"http:\/\/www.youtube.com\/watch?v=l3hw0twZSCc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-7","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"64292","children":[]},{"title":"Magnetism 8","description":"More on the forces exerted by 2 current carrying wires on each other.","url":"http:\/\/www.youtube.com\/watch?v=4tctB1wZNiI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-8","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52312","children":[]},{"title":"Magnetism 9: Electric Motors","description":"Using a magnetic field to exert torque on a rotating circuit.","url":"http:\/\/www.youtube.com\/watch?v=pAgPfr7MkkU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-9--electric-motors","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"74924","children":[]},{"title":"Magnetism 10: Electric Motors","description":"Why the circuit will keep flipping over.","url":"http:\/\/www.youtube.com\/watch?v=cePkWyXRvIQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-10--electric-motors","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41808","children":[]},{"title":"Magnetism 11: Electric Motors","description":"Using a commutator to solve the flipping problem and create an electric motor.","url":"http:\/\/www.youtube.com\/watch?v=XMkUDyl1ZRo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-11--electric-motors","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39569","children":[]},{"title":"Magnetism 12: Induced Current in a Wire","description":"Induced current and EMF in a moving wire from a magnetic field.","url":"http:\/\/www.youtube.com\/watch?v=KuUMUvwvML8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magnetism-12--induced-current-in-a-wire","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"83639","children":[]},{"title":"The dot product","description":"Introduction to the vector dot product.","url":"http:\/\/www.youtube.com\/watch?v=KDHuWxy53uM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-dot-product","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100313","children":[]},{"title":"Dot vs. Cross Product","description":"Understanding the differences between the dot and cross products","url":"http:\/\/www.youtube.com\/watch?v=E34CftP455k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dot-vs--cross-product","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"87906","children":[]},{"title":"Calculating dot and cross products with unit vector notation","description":"Calculating the dot and cross products when vectors are presented in their x, y, and z (or i,j, and k) components.","url":"http:\/\/www.youtube.com\/watch?v=enr7JqvehJs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculating-dot-and-cross-products-with-unit-vector-notation","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60864","children":[]}]},{"title":"Waves and optics","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Waves","description":"Introduction to transverse and longitudinal waves","url":"http:\/\/www.youtube.com\/watch?v=c38H6UKt3_I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-waves","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"145698","children":[]},{"title":"Amplitude, Period, Frequency and Wavelength of Periodic Waves","description":"Amplitude, period, frequency and wavelength of periodic waves","url":"http:\/\/www.youtube.com\/watch?v=tJW_a6JeXD8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amplitude--period--frequency-and-wavelength-of-periodic-waves","created":1298220645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"156927","children":[]},{"title":"Introduction to the Doppler Effect","description":"Introduction to the Doppler Effect","url":"http:\/\/www.youtube.com\/watch?v=dc7l7Qqa8xk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-doppler-effect","created":1298220646,"start":null,"end":null,"type":"video","provider":"Khan University","views":"74875","children":[]},{"title":"Doppler effect formula when source is moving away","description":"Doppler effect formula when source is moving away","url":"http:\/\/www.youtube.com\/watch?v=KkJ0wL9f2VY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doppler-effect-formula-when-source-is-moving-away","created":1298220646,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27970","children":[]},{"title":"When the source and the wave move at the same velocity","description":"When the source and the wave move at the same velocity","url":"http:\/\/www.youtube.com\/watch?v=4Xgk3vusxT8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/when-the-source-and-the-wave-move-at-the-same-velocity","created":1298220646,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21451","children":[]},{"title":"Mach Numbers","description":"Mach numbers","url":"http:\/\/www.youtube.com\/watch?v=VlaGxYjnoPY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mach-numbers","created":1298220646,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21486","children":[]},{"title":"Specular and Diffuse Reflection","description":"Specular and Diffuse Reflection","url":"http:\/\/www.youtube.com\/watch?v=sd0BOnN6aNY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/specular-and-diffuse-reflection","created":1298220646,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38842","children":[]},{"title":"Specular and Diffuse Reflection 2","description":"Specular and Diffuse Reflection 2","url":"http:\/\/www.youtube.com\/watch?v=XR52dXLyz-M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/specular-and-diffuse-reflection-2","created":1298220646,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23067","children":[]},{"title":"Refraction and Snell's Law","description":"Refraction and Snell's Law","url":"http:\/\/www.youtube.com\/watch?v=y55tzg_jW9I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/refraction-and-snell-s-law","created":1298220646,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73091","children":[]},{"title":"Refraction in Water","description":"Refraction in Water","url":"http:\/\/www.youtube.com\/watch?v=jxptCXHLxKQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/refraction-in-water","created":1298220646,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39795","children":[]},{"title":"Snell's Law Example 1","description":"Snell's Law Example 1","url":"http:\/\/www.youtube.com\/watch?v=HahjsBApxLE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/snell-s-law-examples-1","created":1298220646,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42851","children":[]},{"title":"Snell's Law Example 2","description":"Snell's Law Example 2","url":"http:\/\/www.youtube.com\/watch?v=10LuSfZZa3E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/snell-s-law-example-2","created":1298220647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24188","children":[]},{"title":"Total Internal Reflection","description":"Critical incident angle and total internal reflection","url":"http:\/\/www.youtube.com\/watch?v=WRuatAcd2WY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/total-internal-reflection","created":1298220647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49177","children":[]},{"title":"Virtual Image","description":"Virtual Image","url":"http:\/\/www.youtube.com\/watch?v=nrOg85VPQgw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/virtual-image","created":1298220647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49663","children":[]},{"title":"Parabolic Mirrors and Real Images","description":"Parabolic Mirrors and Real Images","url":"http:\/\/www.youtube.com\/watch?v=8X1AS9qD5AQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parabolic-mirrors-and-real-images","created":1298220647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40857","children":[]},{"title":"Parabolic Mirrors 2","description":"Parabolic Mirrors 2","url":"http:\/\/www.youtube.com\/watch?v=7m0u6dxA5Xo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parabolic-mirrors-2","created":1298220647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27175","children":[]},{"title":"Convex Parabolic Mirrors","description":"Convex Parabolic Mirrors","url":"http:\/\/www.youtube.com\/watch?v=dWY25vb1ZB0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/convex-parabolic-mirrors","created":1298220647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29315","children":[]},{"title":"Convex Lenses","description":"Convex Lenses","url":"http:\/\/www.youtube.com\/watch?v=K0sjZ5nqQ7g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/convex-lenses","created":1298220647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55689","children":[]},{"title":"Convex Lens Examples","description":"Convex Lens Examples","url":"http:\/\/www.youtube.com\/watch?v=xxF_mdoZom0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/convex-lens-examples","created":1298220647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36217","children":[]},{"title":"Doppler effect formula for observed frequency","description":"Doppler effect formula for observed frequency","url":"http:\/\/www.youtube.com\/watch?v=kGrk6V8tWDY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doppler-effect-formula-for-observed-frequency","created":1298220646,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38487","children":[]},{"title":"Concave Lenses","description":"Concave Lenses","url":"http:\/\/www.youtube.com\/watch?v=Vh70PyitQzo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/concave-lenses","created":1298220647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38492","children":[]},{"title":"Object Image and Focal Distance Relationship (Proof of Formula)","description":"Object Image and Focal Distance Relationship (Proof of Formula)","url":"http:\/\/www.youtube.com\/watch?v=rse0I7rZ8jM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/object-image-and-focal-distance-relationship--proof-of-formula","created":1298220647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28426","children":[]},{"title":"Object Image Height and Distance Relationship","description":"Object Image Height and Distance Relationship","url":"http:\/\/www.youtube.com\/watch?v=acQYX4nwhCk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/object-image-height-and-distance-relationship","created":1298220648,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20153","children":[]}]},{"title":"Cosmology and astronomy","description":"Videos attempting to grasp a little bit about our Universe (many of the topics associated with \"Big History\")","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Scale of the Universe","description":"Things in our universe can be unimaginably large and small. In this topic, we'll try to imagine the unimaginable!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Scale of the small and large","description":"We humans have trouble comprehending something larger than, say, our planet (and even that isn't easy to conceptualize) and smaller than, say, a cell (once again, still not easy to think about). This tutorial explores the scales of the universe well beyond that of normal human comprehension, but does so in a way that makes them at least a little more understandable. \n\nHow does a bacteria compare to an atom? What about a galaxy to a star? Turn on your inertial dampeners. You're in store for quite a ride!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Scale of the Large","description":"Attempting to comprehend the scale of the large","url":"http:\/\/www.youtube.com\/watch?v=5FEjrStgcF8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scale-of-the-large","created":1305676077,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23184","children":[]},{"title":"Scale of the Small","description":"From honey bees to cells, virus, and atoms -- understanding the scale of the very small","url":"http:\/\/www.youtube.com\/watch?v=ERKx3Oa2omo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scale-of-the-small","created":1305847589,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97421","children":[]}]},{"title":"Light and fundamental forces","description":"This tutorial gives an overview of light and the fundamental four forces. You won't have a degree in physics after this, but it'll give you some good context for understanding cosmology and the universe we are experiencing. It should be pretty understandable by someone with a very basic background in science.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Light","description":"Light and electromagnetic radiation","url":"http:\/\/www.youtube.com\/watch?v=rLNM8zI4Q_M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-light","created":1310513317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"194556","children":[]},{"title":"Four Fundamental Forces","description":"Gravity, Weak, Electromagnetic and Strong","url":"http:\/\/www.youtube.com\/watch?v=FEF6PxWOvsk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/four-fundamental-forces","created":1298219873,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58282","children":[]}]},{"title":"Scale of earth, sun, galaxy and universe","description":"The Earth is huge, but it is tiny compared to the Sun (which is super huge). But the Sun is tiny compared to the solar system which is tiny compared to the distance to the next star. Oh, did we mention that there are over 100 billion stars in our galaxy (which is about 100,000 light years in diameter) which is one of hundreds of billions of galaxies in just the observable universe (which might be infinite for all we know). Don't feel small. We find it liberating. Your everyday human stresses are nothing compared to this enormity that we are a part of. Enjoy the fact that we get to be part of this vastness!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Scale of Earth and Sun","description":"Scale of Earth and Sun","url":"http:\/\/www.youtube.com\/watch?v=GZx3U0dbASg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scale-of-earth-and--sun","created":1298219872,"start":null,"end":null,"type":"video","provider":"Khan University","views":"337263","children":[]},{"title":"Scale of Solar System","description":"Scale of Solar System","url":"http:\/\/www.youtube.com\/watch?v=GP53b__h4ew&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scale-of-solar-system","created":1298219872,"start":null,"end":null,"type":"video","provider":"Khan University","views":"166431","children":[]},{"title":"Scale of Distance to Closest Stars","description":"Scale of Distance to Closest Stars","url":"http:\/\/www.youtube.com\/watch?v=jEeJkkMXt6c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scale-of-distance-to-closest-stars","created":1298219872,"start":null,"end":null,"type":"video","provider":"Khan University","views":"103083","children":[]},{"title":"Scale of the Galaxy","description":"Scale of the Galaxy","url":"http:\/\/www.youtube.com\/watch?v=rcLnMe1ELPA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/scale-of-the-galaxy","created":1298219872,"start":null,"end":null,"type":"video","provider":"Khan University","views":"102000","children":[]},{"title":"Intergalactic Scale","description":"Intergalactic Scale","url":"http:\/\/www.youtube.com\/watch?v=JiE_kNk3ucI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intergalactic-scale","created":1298219872,"start":null,"end":null,"type":"video","provider":"Khan University","views":"85355","children":[]},{"title":"Hubble Image of Galaxies","description":"Hubble Image of Galaxies","url":"http:\/\/www.youtube.com\/watch?v=Wl4re38deh0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hubble-image-of-galaxies","created":1298219872,"start":null,"end":null,"type":"video","provider":"Khan University","views":"92892","children":[]}]},{"title":"Time scale of the cosmos","description":"Not only is the universe unimaginable large (possibly infinite), but it is also unimaginably old. If you were feeling small in space, wait until you realize that all of human history is but a tiny blip in the history of the universe.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Cosmological Time Scale 1","description":"Cosmological Time Scale 1","url":"http:\/\/www.youtube.com\/watch?v=DRtLXagrMHw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cosmological-time-scale-1","created":1298219873,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38319","children":[]},{"title":"Cosmological Time Scale 2","description":"Cosmological Time Scale 2","url":"http:\/\/www.youtube.com\/watch?v=LO7-3MpWijU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cosmological-time-scale-2","created":1298219873,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28910","children":[]}]},{"title":"Big bang and expansion of the universe","description":"What does it mean for the universe to expand? Was the \"big bang\" an explosion of some sort or a rapid expansion of space-time (it was the latter)? If the universe was\/is expanding, what is \"outside\" it? How do we know how far\/old things are?\n\nThis tutorial addresses some of the oldest questions known to man.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Big Bang Introduction","description":"","url":"http:\/\/www.youtube.com\/watch?v=eUF59jCFcyQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/big-bang-introduction","created":1298219873,"start":null,"end":null,"type":"video","provider":"Khan University","views":"125148","children":[]},{"title":"Radius of Observable Universe","description":"Radius of Observable Universe","url":"http:\/\/www.youtube.com\/watch?v=6nVysrZQnOQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/radius-of-observable-universe","created":1298219873,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69605","children":[]},{"title":"(Correction) Radius of Observable Universe","description":"(Correction) Radius of Observable Universe","url":"http:\/\/www.youtube.com\/watch?v=b6VQv76BQDs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/correction--radius-of-observable-universe","created":1298219873,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42704","children":[]},{"title":"Red Shift","description":"Red Shift","url":"http:\/\/www.youtube.com\/watch?v=mx2M_ZKXM_c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/red-shift","created":1298219873,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62217","children":[]},{"title":"Cosmic Background Radiation","description":"Cosmic Background Radiation","url":"http:\/\/www.youtube.com\/watch?v=sxbPwl_KRuA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cosmic-background-radiation","created":1298219873,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51488","children":[]},{"title":"Cosmic Background Radiation 2","description":"Cosmic Background Radiation 2 - Redshift of the Cosmic Background Radiation","url":"http:\/\/www.youtube.com\/watch?v=06z7Q8TWPyU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cosmic-background-radiation-2","created":1298219873,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31531","children":[]},{"title":"Hubble's Law","description":"Hubble's Law","url":"http:\/\/www.youtube.com\/watch?v=1V9wVmO0Tfg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hubble-s-law","created":1298219874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38975","children":[]},{"title":"A Universe Smaller than the Observable","description":"A Universe Smaller than the Observable","url":"http:\/\/www.youtube.com\/watch?v=0w9R_foNLrg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a-universe-smaller-than-the-observable","created":1298219874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44514","children":[]}]},{"title":"Stars, black holes and galaxies","description":"Our universe is defined by stars. This topic explores how they came to be and where they end up. This includes a discussion of black holes and galaxies.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Life and death of stars","description":"Stars begin when material drifting in space condenses due to gravity to be dense enough for fusion to occur. Depending on the volume and make-up of this material, the star could then develop into very different things--from supernovae, to neutron stars, to black holes. \n\nThis tutorial explores the life of stars and will have you appreciating the grand weirdness of our reality.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Birth of Stars","description":"Birth of Stars","url":"http:\/\/www.youtube.com\/watch?v=i-NNWI8Ccas&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/birth-of-stars","created":1298219873,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67925","children":[]},{"title":"Accreting mass due to gravity simulation","description":"","url":"http:\/\/www.youtube.com\/watch?v=hD4ySbQYYyA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/accreting-mass-due-to-gravity-simulation","created":1357583161,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6784","children":[]},{"title":"Becoming a Red Giant","description":"Becoming a Red Giant","url":"http:\/\/www.youtube.com\/watch?v=kJSOqlcFpJw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/becoming-a-red-giant","created":1298219874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40922","children":[]},{"title":"White and Black Dwarfs","description":"White and Black Dwarfs","url":"http:\/\/www.youtube.com\/watch?v=EdYyuUUY-nc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/white-and-black-dwarfs","created":1298219874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37396","children":[]},{"title":"Star Field and Nebula Images","description":"Star Field and Nebula Images","url":"http:\/\/www.youtube.com\/watch?v=w3IKEa_GOYs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/star-field-and-nebula-images","created":1298219874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27090","children":[]},{"title":"Lifecycle of Massive Stars","description":"Lifecycle of Massive Stars","url":"http:\/\/www.youtube.com\/watch?v=UhIwMAhZpCo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lifecycle-of-massive-stars","created":1298219874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29786","children":[]},{"title":"Supernova (Supernovae)","description":"Supernova (Supernovae)","url":"http:\/\/www.youtube.com\/watch?v=qOwCpnQsDLM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/supernova--supernovae","created":1298219875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37353","children":[]},{"title":"Supernova clarification","description":"Supernova clarification","url":"http:\/\/www.youtube.com\/watch?v=QMv4kxATfzs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/supernova-clarification","created":1298219875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22001","children":[]},{"title":"Black Holes","description":"Black Holes","url":"http:\/\/www.youtube.com\/watch?v=JoL2pO3O0rg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/black-holes","created":1298219875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"163393","children":[]},{"title":"Supermassive Black Holes","description":"Supermassive Black Holes","url":"http:\/\/www.youtube.com\/watch?v=DxkkAHnqlpY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/supermassive-black-holes","created":1298219875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42430","children":[]}]},{"title":"Quasars and galactive collisions","description":"Quasars are the brightest objects in the universe. The gamma rays from them could sterilize a solar system (i.e. obliterate life). What do we think these objects are? Why don't we see any close by (which we should be thankful for)? Could they tell us what our own galaxy may have been like 1 billion or so years ago?","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Quasars","description":"Quasars","url":"http:\/\/www.youtube.com\/watch?v=4LmIyMyAuN0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quasars","created":1298219875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53890","children":[]},{"title":"Quasar Correction","description":"Quasar Correction","url":"http:\/\/www.youtube.com\/watch?v=PX_XSnVWlNc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quasar-correction","created":1298219875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19670","children":[]},{"title":"Galactic Collisions","description":"Collision of the Milky Way Galaxy with Andromeda (forming \"Milkomeda\")","url":"http:\/\/www.youtube.com\/watch?v=QXYbGZ3T3_k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/galactic-collisions","created":1298219875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"91836","children":[]}]},{"title":"Stellar parallax","description":"We've talked a lot about distances to stars, but how do we know? Stellar parallax--which looks at how much a star shifts in the sky when Earth is at various points in its orbit--is the oldest technique we have for measuring how far stars are.\n\nIt is great for \"nearby\" stars even with precise instruments (i.e, in our part of our galaxy). To measure distance further, we have to start thinking about Cepheid variables (other tutorial).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Parallax in Observing Stars","description":"Parallax in Observing Stars","url":"http:\/\/www.youtube.com\/watch?v=ETzUpoqZIHY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parallax-in-observing-stars","created":1298219874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31528","children":[]},{"title":"Stellar Parallax","description":"Another version of the stellar parallax introduction","url":"http:\/\/www.youtube.com\/watch?v=omvNINaRdxg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stellar-parallax","created":1310426986,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23933","children":[]},{"title":"Stellar Distance Using Parallax","description":"Stellar Distance Using Parallax","url":"http:\/\/www.youtube.com\/watch?v=lVadjWOjvV8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stellar-distance-using-parallax","created":1298219874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22853","children":[]},{"title":"Stellar Parallax Clarification","description":"Stellar Parallax Clarification","url":"http:\/\/www.youtube.com\/watch?v=6FP-hLuAlr4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stellar-parallax-clarification","created":1298219874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16799","children":[]},{"title":"Parsec Definition","description":"Parsec Definition","url":"http:\/\/www.youtube.com\/watch?v=6zV3JEjLoyE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parsec-definition","created":1298219874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26789","children":[]}]},{"title":"Cepheid variables","description":"Stellar parallax can be used for \"nearby\" stars, but what if we want to measure further out? Well this tutorial will expose you to a class of stars that helps us do this. Cepheids are large, bright, variable stars that are visible in other galaxies. We know how bright they should be and can gauge how far they are by how bright they look to us.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Cepheid Variables 1","description":"Cepheid Variables 1","url":"http:\/\/www.youtube.com\/watch?v=BWs-ONRDDG4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cepheid-variables-1","created":1298219875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27259","children":[]},{"title":"Why Cepheids Pulsate","description":"Why Cepheids Pulsate","url":"http:\/\/www.youtube.com\/watch?v=X_3QAB3o4Vw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-cepheids-pulsate","created":1298219875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19875","children":[]},{"title":"Why Gravity Gets So Strong Near Dense Objects","description":"Why Gravity Gets So Strong Near Dense Objects","url":"http:\/\/www.youtube.com\/watch?v=RpOHZc6cDIw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-gravity-gets-so-strong-near-dense-objects","created":1298219875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"88479","children":[]}]},{"title":"Earth geological and climactic history","description":"What is the Earth made up of and how do we know? What causes the seasons? Are there longer-ranging cycles in Earth's climate?","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Plate techtonics","description":"Is it a coincidence that Africa and South America could fit like puzzle pieces? Why do earthquakes happen where they do? What about volcanoes and mountains? Are all of these ideas linked? Yes they are.\n\nThis tutorial on plate-techtonics explains how and why the continents have shifted over time. In the process, we also explore the structure of the Earth, all the way down to the core.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Plate Tectonics-- Difference between crust and lithosphere","description":"Plate Tectonics Introduction and Difference between crust and lithosphere","url":"http:\/\/www.youtube.com\/watch?v=f2BWsPVN7c4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/plate-tectonics---difference-between-crust-and-lithosphere","created":1298219876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32553","children":[]},{"title":"Structure of the Earth","description":"Structure of the Earth - crust, mantle, core","url":"http:\/\/www.youtube.com\/watch?v=4AxZ-6MOznY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/structure-of-the-earth","created":1298219876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41065","children":[]},{"title":"Plate Tectonics -- Evidence of plate movement","description":"Plate Tectonics -- Evidence of plate movement","url":"http:\/\/www.youtube.com\/watch?v=6EdsBabSZ4g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/plate-tectonics----evidence-of-plate-movement","created":1298219876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"98813","children":[]},{"title":"Plate Tectonics -- Geological Features of Divergent Plate Boundaries","description":"Plate Tectonics -- Geological Features of Divergent Plate Boundaries","url":"http:\/\/www.youtube.com\/watch?v=FK1s1-OJ5BE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/plate-tectonics----geological-features-of-divergent-plate-boundaries","created":1298219876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30085","children":[]},{"title":"Plate Tectonics-- Geological features of Convergent Plate Boundaries","description":"Geological features of Convergent Plate Boundaries","url":"http:\/\/www.youtube.com\/watch?v=Y0eWnOZpSpQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/plate-tectonics---geological-features-of-convergent-plate-boundaries","created":1298219876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26514","children":[]},{"title":"Plates Moving Due to Convection in Mantle","description":"Plates Moving Due to Convection in Mantle","url":"http:\/\/www.youtube.com\/watch?v=f8GK2oEN-uI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/plates-moving-due-to-convection-in-mantle","created":1298219877,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23244","children":[]},{"title":"Hawaiian Islands Formation","description":"Hawaiian Islands formed by stationary hot spot under Pacific plate","url":"http:\/\/www.youtube.com\/watch?v=D1eibbfAEVk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hawaiian-islands-formation","created":1298219877,"start":null,"end":null,"type":"video","provider":"Khan University","views":"64990","children":[]},{"title":"Pangaea","description":"Pangaea - the idea of Pangaea and some of the evidence behind it","url":"http:\/\/www.youtube.com\/watch?v=axB6uhEx628&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pangaea","created":1298219909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81557","children":[]},{"title":"Compositional and Mechanical Layers of the Earth","description":"Crust, mantle, core, lithosphere, asthenosphere, mesosphere, outer core, inner core","url":"http:\/\/www.youtube.com\/watch?v=hHteUIS0OFY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compositional-and-mechanical-layers-of-the-earth","created":1298219877,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19659","children":[]},{"title":"How we know about the Earth's core","description":"S-wave shadow and P-wave detection patterns give us information about the core","url":"http:\/\/www.youtube.com\/watch?v=KL0i1RSnpfI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-we-know-about-the-earth-s-core","created":1298219909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30248","children":[]}]},{"title":"Seismic waves and how we know Earth's structure","description":"How do we know what the Earth is made up of? Has someone dug to the core? No, but we humans have been able to see how earth quake (seismic) waves have been bent and reflected through our plant to get a reasonable idea of what is down there.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Seismic Waves","description":"S-waves and P-waves","url":"http:\/\/www.youtube.com\/watch?v=NhioAAdYDJM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/seismic-waves","created":1298219877,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24092","children":[]},{"title":"Why S-Waves Only Travel in Solids","description":"Why S-Waves Only Travel in Solids","url":"http:\/\/www.youtube.com\/watch?v=BTWLwoaNeBA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-s-waves-only-travel-in-solids","created":1298219909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13753","children":[]},{"title":"Refraction of Seismic Waves","description":"Refraction of Seismic Waves","url":"http:\/\/www.youtube.com\/watch?v=UNZ171fDja4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/refraction-of-seismic-waves","created":1298219909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13608","children":[]},{"title":"The Mohorovicic Seismic Discontinuity","description":"The Mohorovicic Seismic Discontinuity- boundary between crust and mantle (or Moho)","url":"http:\/\/www.youtube.com\/watch?v=yAQSucmHrAk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-mohorovicic-seismic-discontinuity","created":1298219909,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13566","children":[]}]},{"title":"Earth's rotation and tilt","description":"What causes the seasons? Even more, can Earth's climate change over long period just to \"wobbles\" in its orbit? This tutorial explains it all. You'll know more about orbits (and precession and Milankovitch cycles) than you ever thought possible. Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Seasons Aren't Dictated by Closeness to Sun","description":"Why our closeness to the sun does not dictate the seasons","url":"http:\/\/www.youtube.com\/watch?v=SJUd5du0T08&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/seasons-aren-t-dictated-by-closeness-to-sun","created":1310599666,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21553","children":[]},{"title":"How Earth's Tilt Causes Seasons","description":"How being Earth's tilt causes seasons","url":"http:\/\/www.youtube.com\/watch?v=05qDIjKevJo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-earth-s-tilt-causes-seasons","created":1310599666,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50186","children":[]},{"title":"Are Southern Hemisphere Seasons More Severe?","description":"Are Southern Hemisphere seasons more severe because of the eccentricity in Earth's orbit?","url":"http:\/\/www.youtube.com\/watch?v=umvNQj-zmq4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/are-southern-hemisphere-seasons-more-severe","created":1310686081,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11947","children":[]},{"title":"Milankovitch Cycles Precession and Obliquity","description":"How changes in Earth's rotation can effect Earth's seasons and climate","url":"http:\/\/www.youtube.com\/watch?v=ZD8THEz18gc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/milankovitch-cycles---precession-and-obliquity","created":1310599666,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18207","children":[]},{"title":"Precession Causing Perihelion to Happen Later","description":"Clarifying the effect of axial precession on the calendar and the date of perihelion and aphelion","url":"http:\/\/www.youtube.com\/watch?v=2o-Sef6wllg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/precession-causing-perihelion-to-happen-later","created":1310686081,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7369","children":[]},{"title":"What Causes Precession and Other Orbital Changes","description":"What causes precession and other orbital changes","url":"http:\/\/www.youtube.com\/watch?v=nL6LMX8-bPY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-causes-precession-and-other-orbital-changes","created":1310686081,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7421","children":[]},{"title":"Apsidal Precession (Perihelion Precession) and Milankovitch Cycles","description":"Apsidal Precession (Perihelion Precession)","url":"http:\/\/www.youtube.com\/watch?v=m6lMGoZTJnc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/apsidal-precession--perihelion-precession--and-milankovitch-cycles","created":1310686081,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7282","children":[]}]},{"title":"Life on Earth and in the Universe","description":"When and how did life emerge on Earth? How did humanity develop a civilization? Is there other intelligent life out there?","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"History of life on Earth","description":"Earth is over 4.5 billion years old. How do we know this? When did life first emerge? \n\nFrom the dawn of Earth as a planet to the first primitive life forms to our \"modern\" species, this tutorial is an epic journey of the history of life on Earth.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Earth Formation","description":"How the Earth is a the byproduct of a local supernova","url":"http:\/\/www.youtube.com\/watch?v=VbNXh0GaLYo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/earth-formation","created":1298219876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"121118","children":[]},{"title":"Beginnings of Life","description":"Life and photosynthesis start to thrive in the Archean Eon","url":"http:\/\/www.youtube.com\/watch?v=nYFuxTXDj90&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/beginnings-of-life","created":1298219876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51236","children":[]},{"title":"Ozone Layer and Eukaryotes Show Up in the Proterozoic Eon","description":"Ozone Layer and Eukaryotes Show Up in the Proterozoic Eon. Great Oxygenation Event (Oxygen Catastrophe)","url":"http:\/\/www.youtube.com\/watch?v=E1P79uFLCMc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ozone-layer-and-eukaryotes-show-up-in-the-proterozoic-eon","created":1298219876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23335","children":[]},{"title":"Biodiversity Flourishes in Phanerozoic Eon","description":"Cambrian explosion and biodiversity in the Phanerozoic Eon","url":"http:\/\/www.youtube.com\/watch?v=MS7x2hDEhrw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/biodiversity-flourishes-in-phanerozoic-eon","created":1298219876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20143","children":[]},{"title":"First living things on land clarification","description":"First living things on land clarification (This video copyrighted under Create Commons Attribution and Share-Alike CC-BY-SA license)","url":"http:\/\/www.youtube.com\/watch?v=3gUE_P9T-Wk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/first-living-things-on-land-clarification","created":1298219876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20361","children":[]}]},{"title":"Humanity on Earth","description":"Where do we think humans come from? How and why have we developed as a species. This tutorial attempts to give an overview of these truly fundamental questions.\n\nFrom human evolution (which is covered in more depth in the biology playlist) to the development of agriculture, this tutorial will give you an appreciation of where we've been (and maybe where we're going).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Human Evolution Overview","description":"From the extinction of the dinosaurs to humanity","url":"http:\/\/www.youtube.com\/watch?v=frE1rjhH77Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/human-evolution-overview","created":1306625248,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61499","children":[]},{"title":"Understanding Calendar Notation","description":"Difference between BC, BCE, AD and CE. A little bit about the birth of Jesus as well.","url":"http:\/\/www.youtube.com\/watch?v=EKKe7DBZVhI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/understanding-calendar-notation","created":1306798125,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16097","children":[]},{"title":"Correction Calendar Notation","description":"Correcting the time difference calculation by taking into account that there is no year 0","url":"http:\/\/www.youtube.com\/watch?v=N06Jy-gQog8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/correction-calendar-notation","created":1307143766,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10010","children":[]},{"title":"Development of Agriculture and Writing","description":"The Paleolithic and Neolithic eras of the Stone Age.","url":"http:\/\/www.youtube.com\/watch?v=iU58AIjh3YA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/development-of-agriculture-and-writing","created":1307748483,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15102","children":[]},{"title":"Firestick Farming","description":"How the indigenous Australians used fire to change their environment","url":"http:\/\/www.youtube.com\/watch?v=mwUyaeWxJhA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/firestick-farming","created":1314352935,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26550","children":[]},{"title":"Collective Learning","description":"How symbolic language drives collective learning and how this is one of the truly differentiating aspects of human beings relative to the rest of the animal kingdom","url":"http:\/\/www.youtube.com\/watch?v=NqR_dtZu4Mo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/collective-learning","created":1322132430,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14280","children":[]},{"title":"Thomas Malthus and Population Growth","description":"Thomas Malthus's views on population. Malthusian limits.","url":"http:\/\/www.youtube.com\/watch?v=r1ywppAJ1xs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thomas-malthus-and-population-growth","created":1325156449,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40669","children":[]},{"title":"Land Productivity Limiting Human Population","description":"Thinking about how we get Calories from the land limits human population densities","url":"http:\/\/www.youtube.com\/watch?v=xM8szz4VB28&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/land-productivity-limiting-human-population","created":1324983624,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12293","children":[]},{"title":"Energy Inputs for Tilling a Hectare of Land","description":"Thinking about energy consumption for tilling land","url":"http:\/\/www.youtube.com\/watch?v=5I9dH5im24U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/energy-inputs-for-tilling-a-hectare-of-land","created":1325070029,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6499","children":[]},{"title":"Random Predictions for 2060","description":"Sal's random predictions for the year 2060","url":"http:\/\/www.youtube.com\/watch?v=E4rbS0oxg30&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/random-predictions-for-2060","created":1325070029,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36661","children":[]}]},{"title":"Measuring age on Earth","description":"Geologists and archaeologists will tell you how old things are or when they happened, but how do they know? This tutorial answers this question by covering some of the primary techniques of \"dating\" (not in the romantic sense).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Chronometric Revolution","description":"Discussion of the relatively recent changes in our ability as a species to shine light on our deep past","url":"http:\/\/www.youtube.com\/watch?v=5mNTvtjDnP8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chronometric-revolution","created":1319536925,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7130","children":[]},{"title":"Carbon 14 Dating 1","description":"Carbon 14 Dating 1","url":"http:\/\/www.youtube.com\/watch?v=8wYvKeSK1IY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/carbon-14-dating-1","created":1298219768,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36895","children":[]},{"title":"Carbon 14 Dating 2","description":"Carbon 14 Dating 2","url":"http:\/\/www.youtube.com\/watch?v=4YUtnod-YuE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/carbon-14-dating-2","created":1298219768,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15812","children":[]},{"title":"Potassium-Argon (K-Ar) Dating","description":"How K-Ar dating can be used to date very old volcanic rock and the things that might be buried in between","url":"http:\/\/www.youtube.com\/watch?v=NMZ5kJEviD0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/potassium-argon--k-ar--dating","created":1319277728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9495","children":[]},{"title":"K-Ar Dating Calculation","description":"Working through a calculation for K-Ar dating (good to have some prior experience with e and logarithms)","url":"http:\/\/www.youtube.com\/watch?v=iLFcSfzrlMk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/k-ar-dating-calculation","created":1319277728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6886","children":[]}]},{"title":"Life in the Universe","description":"Are dolphins the only intelligent life in the universe? We don't know for sure, but this tutorial gives a framework for thinking about the problem.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Detectable Civilizations in our Galaxy 1","description":"A framework for thinking about how many detectable civilizations are out there.","url":"http:\/\/www.youtube.com\/watch?v=YYEgq1bweN4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/detectable-civilizations-in-our-galaxy-1","created":1305934128,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55852","children":[]},{"title":"Detectable Civilizations in our Galaxy 2","description":"Why do we even care about the Drake Equation. Thinking about the fraction of a planet's life when a civilization might be detectable.","url":"http:\/\/www.youtube.com\/watch?v=jN03g05TSWM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/detectable-civilizations-in-our-galaxy-2","created":1306020458,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21026","children":[]},{"title":"Detectable Civilizations in our Galaxy 3","description":"Reconciling with the traditional Drake Equation","url":"http:\/\/www.youtube.com\/watch?v=LRmwUsxNSL0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/detectable-civilizations-in-our-galaxy-3","created":1306020458,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15782","children":[]},{"title":"Detectable Civilizations in our Galaxy 4","description":"Taking a shot at estimating the number of detectable civilizations","url":"http:\/\/www.youtube.com\/watch?v=T5DGZIsfK-0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/detectable-civilizations-in-our-galaxy-4","created":1306020458,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14529","children":[]},{"title":"Detectable Civilizations in our Galaxy 5","description":"More reasons why we haven't detected anything yet.","url":"http:\/\/www.youtube.com\/watch?v=xL9ejqb53ms&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/detectable-civilizations-in-our-galaxy-5","created":1306193305,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16825","children":[]}]},{"title":"Organic chemistry","description":"Sal and Jay cover topics covered in college organic chemistry course. Basic understanding of basic high school or college chemistry assumed (although there is some review).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"General chemistry review","description":"A review of hybrid orbitals, dot structures, electronegativity, polarity, and acid\/base chemistry","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Hybridization","description":"It's the liger of orbitals and essential to organic chemistry! In this tutorial, Sal discusses the hybridization of orbitals.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"sp3 Hybridized Orbitals and Sigma Bonds","description":"sp3 Hybridized Orbitals and Sigma Bonds","url":"http:\/\/www.youtube.com\/watch?v=u1eGSL6J6Fo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sp3-hybridized-orbitals-and-sigma-bonds","created":1298220502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"219424","children":[]},{"title":"Pi bonds and sp2 Hybridized Orbitals","description":"Pi bonds and sp2 Hybridized Orbitals","url":"http:\/\/www.youtube.com\/watch?v=lJX8DxoPRfk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pi-bonds-and-sp2-hybridized-orbitals","created":1298220502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"162898","children":[]}]},{"title":"Dot structures","description":"In this tutorial, Jay reminds you how to draw the dot structures of simple organic molecules.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"dot structures I: single bonds","description":"","url":"http:\/\/www.youtube.com\/watch?v=BIZNBfBuu1w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dot-structures-i--single-bonds-1","created":1358106937,"start":null,"end":null,"type":"video","provider":"Khan University","views":"931","children":[]},{"title":"dot structures II: multiple bonds","description":"","url":"http:\/\/www.youtube.com\/watch?v=WLGTx6sSIOc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dot-structures-ii--multiple-bonds-1","created":1358106980,"start":null,"end":null,"type":"video","provider":"Khan University","views":"660","children":[]}]},{"title":"Hybrid orbitals","description":"In this tutorial, Jay goes over sp3, sp2, and sp hybridization.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"sp3 hybrid orbitals","description":"","url":"http:\/\/www.youtube.com\/watch?v=6JiUN2IQANc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sp3-hybrid-orbitals-jay","created":1358106691,"start":null,"end":null,"type":"video","provider":"Khan University","views":"911","children":[]},{"title":"tetrahedral bond angle proof","description":"","url":"http:\/\/www.youtube.com\/watch?v=2UTr46btzaY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tetrahedral-bond-angle-proof","created":1357162056,"start":null,"end":null,"type":"video","provider":"Khan University","views":"881","children":[]},{"title":"sp2 hybrid orbitals","description":"","url":"http:\/\/www.youtube.com\/watch?v=f7haUfnQzWE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sp2-hybrid-orbitals-jay","created":1358106759,"start":null,"end":null,"type":"video","provider":"Khan University","views":"619","children":[]},{"title":"sp hybrid orbitals","description":"","url":"http:\/\/www.youtube.com\/watch?v=GoxbWnTiox4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sp-hybrid-orbitals-jay","created":1358106840,"start":null,"end":null,"type":"video","provider":"Khan University","views":"698","children":[]},{"title":"more hybridization","description":"","url":"http:\/\/www.youtube.com\/watch?v=kfGBr_EQr8A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-hybridization-jay","created":1358106887,"start":null,"end":null,"type":"video","provider":"Khan University","views":"462","children":[]}]},{"title":"Electronegativity and polarity","description":"What is the most important concept to understand in undergraduate organic chemistry? Of course, it's electronegativity! In this tutorial, Jay explains the concept of electronegativity and shows how it applies to polarity, intermolecular forces, and physical properties.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"electronegativity","description":"","url":"http:\/\/www.youtube.com\/watch?v=8tCF6OWJ8o0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electronegativity","created":1356984652,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2490","children":[]},{"title":"molecular polarity","description":"","url":"http:\/\/www.youtube.com\/watch?v=H3IGK8OcnMw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/molecular-polarity","created":1356984704,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1935","children":[]},{"title":"intermolecular forces","description":"","url":"http:\/\/www.youtube.com\/watch?v=OYWCp-wva6w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intermolecular-forces","created":1356984739,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1631","children":[]},{"title":"physical properties","description":"","url":"http:\/\/www.youtube.com\/watch?v=NdTywUcMOz4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/physical-properties","created":1356984799,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1023","children":[]}]},{"title":"Acid\/base","description":"Do you remember the basics of acid\/base chemistry? In this tutorial, Jay reminds you of a few definitions, shows you how the stability of the conjugate base affects the acidity of the molecule, and demonstrates the importance of pKa values.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"acid base intro and pka derivation","description":"","url":"http:\/\/www.youtube.com\/watch?v=091Uutri8C0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acid-base-intro-and-pka-derivation","created":1356985266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1385","children":[]},{"title":"lewis acid and base","description":"","url":"http:\/\/www.youtube.com\/watch?v=f9kgA1DDE6U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lewis-acid-and-base","created":1356985601,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3150","children":[]},{"title":"stabilization of conjugate base I: atom and solvent effects","description":"Besides the stabilizing effect of the solvent, the conjugate bases to isopropyl alcohol and tert-butanol are destabilized by the presence of the methyl groups. Alkyl groups (like methyl groups) are said to be \"electron donating\" through an effect called hyperconjugation. Since electrons repel other electrons, the negative formal charges of the conjugate bases are destabilized by the presence of the \"electron donating\" alkyl groups. Hyperconjugation will be explained in a future video.","url":"http:\/\/www.youtube.com\/watch?v=lf8Qdt9kOg8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stabilization-of-conjugate-base-i--atom-and-solvent-effects","created":1356985318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"928","children":[]},{"title":"stabilization of conjugate base II: resonance","description":"You can draw another resonance structure for the phenoxide anion (for a total of 5).","url":"http:\/\/www.youtube.com\/watch?v=e28pzOOVfHI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stabilization-of-conjugate-base-ii--resonance","created":1356985427,"start":null,"end":null,"type":"video","provider":"Khan University","views":"835","children":[]},{"title":"stabilization of conjugate base III: induction and orbital effects","description":"","url":"http:\/\/www.youtube.com\/watch?v=4o3a7H32b4k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stabilization-of-conjugate-base-iii--induction-and-orbital-effects","created":1356985478,"start":null,"end":null,"type":"video","provider":"Khan University","views":"568","children":[]},{"title":"pka table","description":"","url":"http:\/\/www.youtube.com\/watch?v=wlYmdsRQyN0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pka-table","created":1356985516,"start":null,"end":null,"type":"video","provider":"Khan University","views":"540","children":[]},{"title":"estimation of Keq (quantitative)","description":"","url":"http:\/\/www.youtube.com\/watch?v=t3lFrAFvthM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/estimation-of-keq--quantitative","created":1356985562,"start":null,"end":null,"type":"video","provider":"Khan University","views":"389","children":[]}]},{"title":"Organic structures","description":"bond-line structures, functional groups, formal charges, resonance structures, oxidation and reduction","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Bond-line structures","description":"In this tutorial, Jay explains how bond-line structures are used as a form of organic shorthand so that organic chemists can be lazy and not label carbon and hydrogen atoms. Bond-line structures are then used to draw a few constitutional isomers.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"bond-line structures","description":"Correction: On the last example, I said double bond and then corrected myself by saying triple bond.","url":"http:\/\/www.youtube.com\/watch?v=M1DYNhTaDog&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bond-line-structures","created":1356984849,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4920","children":[]},{"title":"3-D bond-line structures","description":"","url":"http:\/\/www.youtube.com\/watch?v=W-PoNMSawwQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/3-d-bond-line-structures","created":1356984890,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1127","children":[]},{"title":"structural (constitutional) isomers","description":"","url":"http:\/\/www.youtube.com\/watch?v=P4QrhyrlrRU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/structural--constitutional--isomers","created":1356984928,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2321","children":[]}]},{"title":"Functional groups","description":"In this tutorial, Jay puts the \"fun\" back into recognizing functional groups.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"functional groups I","description":"","url":"http:\/\/www.youtube.com\/watch?v=KqjENf-ym-I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/functional-groups-i","created":1356984961,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2176","children":[]},{"title":"functional groups II","description":"","url":"http:\/\/www.youtube.com\/watch?v=IOD5Wb-FKyw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/functional-groups-ii","created":1356985008,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1002","children":[]}]},{"title":"Formal charge and resonance","description":"Positive and negative charges are everywhere in orgo! In this tutorial, Jay shows you how to assign formal charges to molecules and how to draw resonance structures.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"formal charge I","description":"","url":"http:\/\/www.youtube.com\/watch?v=Ha80KzSW5rk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/formal-charge-i","created":1356985046,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1382","children":[]},{"title":"formal charge II","description":"","url":"http:\/\/www.youtube.com\/watch?v=wXIhWqunQgc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/formal-charge-ii","created":1356985106,"start":null,"end":null,"type":"video","provider":"Khan University","views":"645","children":[]},{"title":"resonance structures I","description":"","url":"http:\/\/www.youtube.com\/watch?v=-7D5D_72JVQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/resonance-structures-i","created":1356985147,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1456","children":[]},{"title":"resonance structures II","description":"","url":"http:\/\/www.youtube.com\/watch?v=PQ9JKXSP8xA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/resonance-structures-ii","created":1356985182,"start":null,"end":null,"type":"video","provider":"Khan University","views":"802","children":[]},{"title":"resonance structures III","description":"","url":"http:\/\/www.youtube.com\/watch?v=EKYDyv-EL_Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/resonance-structures-iii","created":1356985219,"start":null,"end":null,"type":"video","provider":"Khan University","views":"594","children":[]}]},{"title":"Oxidation and reduction","description":"LEO the Lion goes GERRRR!!!! If that is all that you remember about redox from general chemistry, then this tutorial is for you! Jay shows you how to assign oxidation states in organic molecules.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"oxidation states I","description":"","url":"http:\/\/www.youtube.com\/watch?v=1C4ETKeTMq8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oxidation-states-i","created":1356986460,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1176","children":[]},{"title":"oxidation states II","description":"","url":"http:\/\/www.youtube.com\/watch?v=wgJJlnlGREo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oxidation-states-ii","created":1356986502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"534","children":[]}]},{"title":"Alkanes and cycloalkanes","description":"naming alkanes and cycloalkanes, conformations of alkanes and cycloalkanes, and free radical reactions","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Naming alkanes","description":"In this tutorial, Sal shows how to name alkanes.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Representing Structures of Organic Molecules","description":"Representing Structures of Organic Molecules","url":"http:\/\/www.youtube.com\/watch?v=pMoA65Dj-zk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/representing-structures-of-organic-molecules","created":1298220501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"300457","children":[]},{"title":"Naming Simple Alkanes","description":"Naming Simple Alkanes","url":"http:\/\/www.youtube.com\/watch?v=NRFPvLp3r3g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/naming-simple-alkanes","created":1298220501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"197857","children":[]},{"title":"Naming Alkanes with Alkyl Groups","description":"Naming Alkanes with Alkyl Groups","url":"http:\/\/www.youtube.com\/watch?v=KKAD-OOOHxg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/naming-alkanes-with-alkyl-groups","created":1298220501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"161944","children":[]},{"title":"Correction - 2-Propylheptane should never be the name!","description":"Correction - 2-Propylheptane should never be the name!","url":"http:\/\/www.youtube.com\/watch?v=CFBKfgGTP98&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/correction---2-propylheptane-should-never-be-the-name","created":1298220501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"94144","children":[]},{"title":"Common and Systematic Naming-Iso, Sec and Tert Prefixes","description":"Common and Systematic Naming-Iso, Sec and Tert Prefixes","url":"http:\/\/www.youtube.com\/watch?v=TJUm860AjNw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/common-and-systematic-naming-iso--sec-and-tert-prefixes","created":1298220502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"137105","children":[]},{"title":"Organic Chemistry Naming Examples 1","description":"Organic Chemistry Naming Examples 1","url":"http:\/\/www.youtube.com\/watch?v=96D7RHUQvMA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-organic-chemistry-naming-examples-1","created":1298220502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"195284","children":[]},{"title":"Organic Chemistry Naming Examples 2","description":"Organic Chemistry Naming Examples 2","url":"http:\/\/www.youtube.com\/watch?v=CJRQ8gOjq4E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/organic-chemistry-naming-examples-2","created":1298220502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"114247","children":[]},{"title":"Organic Chemistry Naming Examples 3","description":"Organic Chemistry Naming Examples 3","url":"http:\/\/www.youtube.com\/watch?v=Se-ekDNhCDk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/organic-chemistry-naming-examples-3","created":1298220502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"79409","children":[]},{"title":"Organic Chemistry Naming Examples 4","description":"Organic Chemistry Naming Examples 4","url":"http:\/\/www.youtube.com\/watch?v=25axjMBeMxE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/organic-chemistry-naming-examples--4","created":1298220502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"64017","children":[]},{"title":"Organic Chemistry Naming Examples 5","description":"Organic Chemistry Naming Examples 5","url":"http:\/\/www.youtube.com\/watch?v=6BR0Q5e74bs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/organic-chemistry-naming-examples-5","created":1298220502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57518","children":[]}]},{"title":"Conformations","description":"In this tutorial, Sal draws Newman projections and also explains chair and boat conformations for cyclohexane.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Newman Projections","description":"Newman Projections","url":"http:\/\/www.youtube.com\/watch?v=IkmM4CPnqF0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/newman-projections","created":1298220503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"114725","children":[]},{"title":"Newman Projections 2","description":"Newman Projections 2","url":"http:\/\/www.youtube.com\/watch?v=ryJvNEHcuDg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/newman-projections-2","created":1298220503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69553","children":[]},{"title":"Chair and Boat Shapes for Cyclohexane","description":"Chair and Boat Shapes for Cyclohexane","url":"http:\/\/www.youtube.com\/watch?v=YUEkOBvJSNg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chair-and-boat-shapes-for-cyclohexane","created":1298220503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"101537","children":[]},{"title":"Double Newman Diagram for Methcyclohexane","description":"Double Newman Diagram for Methcyclohexane","url":"http:\/\/www.youtube.com\/watch?v=I6LsWSXx8fg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/double-newman-diagram-for-methcyclohexane","created":1298220503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49617","children":[]}]},{"title":"Naming alkanes, cycloalkanes, and bicyclic compounds","description":"Do you speak the language of organic chemistry? In this tutorial, Jay shows you how to be fluent in naming alkanes, cycloalkanes, and bicyclic compounds.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"alkane and cycloalkane nomenclature I","description":"","url":"http:\/\/www.youtube.com\/watch?v=F8RCR_1jIAk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alkane-and-cycloalkane-nomenclature-i","created":1356985653,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1486","children":[]},{"title":"alkane and cycloalkane nomenclature II","description":"Correction: 2,2,6,6,7-pentamethyloctane is the correct name. I put a dash instead of a comma between the 6 and the 7 on the video.","url":"http:\/\/www.youtube.com\/watch?v=9tEnXUuHkp4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alkane-and-cycloalkane-nomenclature-ii","created":1356985707,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1543","children":[]},{"title":"alkane and cycloalkane nomenclature III","description":"","url":"http:\/\/www.youtube.com\/watch?v=joQd0qVnX4M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alkane-and-cycloalkane-nomenclature-iii","created":1356985744,"start":null,"end":null,"type":"video","provider":"Khan University","views":"986","children":[]},{"title":"bicyclic compounds","description":"","url":"http:\/\/www.youtube.com\/watch?v=cM-SFbffb7k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bicyclic-compounds","created":1356986063,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3003","children":[]},{"title":"naming cubane","description":"","url":"http:\/\/www.youtube.com\/watch?v=ayKHmN90ncc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/naming-cubane","created":1356991266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"243","children":[]}]},{"title":"Conformations of alkanes and cycloalkanes","description":"In this tutorial, Jay shows the different conformations of straight chain alkanes and cyclohexane.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"conformations of ethane and propane","description":"","url":"http:\/\/www.youtube.com\/watch?v=_PmuqxHuk3o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conformations-of-ethane-and-propane","created":1356985797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1250","children":[]},{"title":"conformations of butane","description":"","url":"http:\/\/www.youtube.com\/watch?v=D__4BV3Mwhw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conformations-of-butane","created":1356985838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1095","children":[]},{"title":"conformations of cyclohexane I: chair and boat","description":"","url":"http:\/\/www.youtube.com\/watch?v=HuX62L3_7jo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conformations-of-cyclohexane-i--chair-and-boat","created":1356985876,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2584","children":[]},{"title":"conformations of cyclohexane II: monosubstituted","description":"For a link to a virtual molecular model set:\n\nhttp:\/\/www.chem.fsu.edu\/schwartz\/organic_links.html","url":"http:\/\/www.youtube.com\/watch?v=DdLDu5BCgck&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conformations-of-cyclohexane-ii--monosubstituted","created":1356985935,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1116","children":[]},{"title":"conformations of cyclohexane III: disubstituted","description":"","url":"http:\/\/www.youtube.com\/watch?v=lY15PASM_w8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conformations-of-cyclohexane-iii--disubstituted","created":1356985976,"start":null,"end":null,"type":"video","provider":"Khan University","views":"772","children":[]},{"title":"conformations of cyclohexane IV: trisubstituted","description":"","url":"http:\/\/www.youtube.com\/watch?v=KlagRKn1bgw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conformations-of-cyclohexane-iv--trisubstituted","created":1356986015,"start":null,"end":null,"type":"video","provider":"Khan University","views":"532","children":[]}]},{"title":"Free radical reaction","description":"In this tutorial, Sal introduces free radical reactions by showing the reaction of methane with chlorine.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Free Radical Reactions","description":"Free Radical Reactions","url":"http:\/\/www.youtube.com\/watch?v=5HgzsltWwK8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/free-radical-reactions","created":1298220505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"74020","children":[]}]},{"title":"Stereochemistry","description":"chirality, stereoisomers, assigning absolute configuration using the R,S system, optical activity, diastereomers, meso compounds, fischer projections","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Chirality and the R,S system","description":"Are you right handed or sinister-handed? Have you ever thought that you might not be as attractive as you look in the mirror? Welcome to the world of chirality.\n\nIn this tutorial, Sal explores molecules that have the same composition and bonding, but are fundamentally different because they are mirror images of each other (kind of like Tomax and Xamot--the Crimson Guard Commanders from GI Joe).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Chirality","description":"Introduction to Chirality","url":"http:\/\/www.youtube.com\/watch?v=tk-SNvCPLCE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-chirality","created":1298220503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"133326","children":[]},{"title":"Chiral Examples 1","description":"Chiral Examples 1","url":"http:\/\/www.youtube.com\/watch?v=0XSSPow5oAc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chiral-examples-1","created":1298220503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"120426","children":[]},{"title":"Chiral Examples 2","description":"Chiral Examples 2","url":"http:\/\/www.youtube.com\/watch?v=QQMZ1ljepWg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chiral-examples-2","created":1298220503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81693","children":[]},{"title":"Cahn-Ingold-Prelog System for Naming Enantiomers","description":"Cahn-Ingold-Prelog System for Naming Enantiomers","url":"http:\/\/www.youtube.com\/watch?v=DfO27juYly8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahn-ingold-prelog-system-for-naming-enantiomers","created":1298220503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"84743","children":[]},{"title":"R,S (Cahn-Ingold-Prelog) Naming System Example 2","description":"R,S (Cahn-Ingold-Prelog) Naming System Example 2","url":"http:\/\/www.youtube.com\/watch?v=peQsBg9P4ms&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/r-s--cahn-ingold-prelog--naming-system-example-2","created":1298220503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"93418","children":[]}]},{"title":"Chirality and absolute configuration","description":"Mirror, mirror on the wall . . . who is the fairest stereoisomer of all? In this tutorial, Jay explains chirality and how to determine the absolute configuration at a chirality center.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"chirality centers and stereoisomers","description":"","url":"http:\/\/www.youtube.com\/watch?v=ICvPJPqAdhc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chirality-centers-and-stereoisomers","created":1356986097,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2532","children":[]},{"title":"R,S system for determining absolute configuration","description":"","url":"http:\/\/www.youtube.com\/watch?v=o0Cu6yktMy8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/r-s-system-for-determining-absolute-configuration","created":1356986132,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3405","children":[]},{"title":"R,S system for cyclic compounds","description":"","url":"http:\/\/www.youtube.com\/watch?v=ygDkZqKOZWU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/r-s-system-for-cyclic-compounds","created":1356986178,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1785","children":[]}]},{"title":"Optical activity","description":"In this tutorial, Jay explains the concept of optical activity and demonstrates how to calculate specific rotation and enantiomeric excess.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"optical activity I: theory","description":"Correction: Specific rotation is usually given without units. Therefore, I should have left off the degrees sign on the carvone enantiomers.","url":"http:\/\/www.youtube.com\/watch?v=tkzi8etP7no&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optical-activity-i--theory","created":1356986249,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2073","children":[]},{"title":"optical activity II: calculations","description":"","url":"http:\/\/www.youtube.com\/watch?v=8bXRar4YiYA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optical-activity-ii--calculations","created":1356986300,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1458","children":[]}]},{"title":"Diastereomers and meso compounds","description":"In this tutorial, Sal and Jay define stereoisomers, diastereomers, and meso compounds.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Stereoisomers, Enantiomers, Diastereomers, Constitutional Isomers and Meso Compounds","description":"Stereoisomers, Enantiomers, Diastereomers, Constitutional Isomers and Meso Compounds","url":"http:\/\/www.youtube.com\/watch?v=457xnJv80O0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stereoisomers--enantiomers--diastereomers--constitutional-isomers-and-meso-compounds","created":1298220503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"222262","children":[]},{"title":"diastereomers","description":"","url":"http:\/\/www.youtube.com\/watch?v=NCye1rnnh6g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diastereomers","created":1356986339,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1776","children":[]},{"title":"meso compounds","description":"","url":"http:\/\/www.youtube.com\/watch?v=Laz_PjnCuYA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/meso-compounds","created":1356986381,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2437","children":[]}]},{"title":"Fischer projections","description":"In this tutorial, Jay shows how to draw a fischer projection and how to assign an absolute configuration to a chirality center in a fischer projection.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"fischer projections","description":"","url":"http:\/\/www.youtube.com\/watch?v=1X1Tf46ftFc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fischer-projections","created":1356986419,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2040","children":[]}]},{"title":"Substitution and elimination reactions","description":"SN1, SN2, E1, E2, nucleophiles, nucleophilicity, basicity","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"SN1 vs SN2","description":"In this tutorial, Sal analyzes the differences between SN1 and SN2 reactions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Naming Alkyl Halides","description":"Naming Alkyl Halides","url":"http:\/\/www.youtube.com\/watch?v=jiJdNWzETSk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/naming-alkyl-halides","created":1298220502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"82748","children":[]},{"title":"Sn2 Reactions","description":"Sn2 Reactions","url":"http:\/\/www.youtube.com\/watch?v=Z_85KXnBSYc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn2-reactions","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"175853","children":[]},{"title":"Sn1 Reactions","description":"Introduction to Sn1 reactions","url":"http:\/\/www.youtube.com\/watch?v=3e0ScEkz8oU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn1-reactions","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"172609","children":[]},{"title":"Steric Hindrance","description":"Steric Hindrance","url":"http:\/\/www.youtube.com\/watch?v=NypbNw1iJ-E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/steric-hindrance","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68649","children":[]},{"title":"Sn2 Stereochemistry","description":"Sn2 Stereochemistry","url":"http:\/\/www.youtube.com\/watch?v=QxIUeYAQRy0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn2-stereochemistry","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71350","children":[]},{"title":"Solvent Effects on Sn1 and Sn2 Reactions","description":"Solvent Effects on Sn1 and Sn2 Reactions","url":"http:\/\/www.youtube.com\/watch?v=8J0ys3z5wzo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/solvent-effects-on-sn1-and-sn2-reactions","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"91767","children":[]}]},{"title":"Nucleophilicity and basicity","description":"In this tutorial, Sal discusses the difference between nucleophilicity and basicity.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Nucleophilicity (Nucleophile Strength)","description":"Nucleophilicity (Nucleophile Strength)","url":"http:\/\/www.youtube.com\/watch?v=Z9Jh-Q59xso&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/nucleophilicity--nucleophile-strength","created":1298220505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"91154","children":[]},{"title":"Nucleophilicity vs. Basicity","description":"Nucleophilicity vs. Basicity . The difference between what it means to be a nucleophile and a base","url":"http:\/\/www.youtube.com\/watch?v=Mx7KM-k2MMo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/nucleophilicity-vs--basicity","created":1298220505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"76218","children":[]}]},{"title":"Elimination reactions","description":"In this tutorial, Sal explains the difference between an E1 and an E2 elimination reaction.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"E2 Reactions","description":"E2 Elimination Reactions","url":"http:\/\/www.youtube.com\/watch?v=J0gXdEAaSiA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e2-reactions","created":1298220505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"116380","children":[]},{"title":"E1 Reactions","description":"E1 Elimination Reactions","url":"http:\/\/www.youtube.com\/watch?v=U9dGHwsewNk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e1-reactions","created":1298220505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"113005","children":[]},{"title":"Zaitsev's Rule","description":"Zaitsev's Rule for E2 and E1 reactions","url":"http:\/\/www.youtube.com\/watch?v=2jO--kC3aqk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/zaitsev-s-rule","created":1298220505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"80887","children":[]}]},{"title":"SN1\/SN2\/E1\/E2","description":"In this tutorial, Sal compares the differences between E2, E1, SN2, and SN1 reactions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Comparing E2 E1 Sn2 Sn1 Reactions","description":"Comparing E2 E1 Sn2 Sn1 Reactions","url":"http:\/\/www.youtube.com\/watch?v=12Rvts2NR7M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-e2-e1-sn2-sn1-reactions","created":1298220505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"167073","children":[]},{"title":"E2 E1 Sn2 Sn1 Reactions Example 2","description":"E2 E1 Sn2 Sn1 Reactions Example 2","url":"http:\/\/www.youtube.com\/watch?v=vinEPfrqfiU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e2-e1-sn2-sn1-reactions-example-2","created":1298220505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"72274","children":[]},{"title":"E2 E1 Sn2 Sn1 Reactions Example 3","description":"E2 E1 Sn2 Sn1 Reactions Example 3","url":"http:\/\/www.youtube.com\/watch?v=MtwvLru62Qw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e2-e1-sn2-sn1-reactions-example-3","created":1298220505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61007","children":[]}]},{"title":"SN1 and SN2","description":"In this tutorial, Jay covers the definitions of nucleophile\/electrophile, The Schwartz Rules (may the Schwartz be with you!), and the differences between SN1 and SN2 reactions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"nucleophile\/electrophile and The Schwartz Rules","description":"","url":"http:\/\/www.youtube.com\/watch?v=O33b6B12YxI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/nucleophile-electrophile-and-the-schwartz-rules","created":1356986557,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1489","children":[]},{"title":"alkyl halide nomenclature","description":"","url":"http:\/\/www.youtube.com\/watch?v=VPYDW1_FsyM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alkyl-halide-nomenclature","created":1356988024,"start":null,"end":null,"type":"video","provider":"Khan University","views":"344","children":[]},{"title":"SN1 reaction: mechanism","description":"","url":"http:\/\/www.youtube.com\/watch?v=nwULacjb78c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn1-reaction--mechanism","created":1356988062,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1192","children":[]},{"title":"SN1 reaction: stereochemistry","description":"","url":"http:\/\/www.youtube.com\/watch?v=jUEzjS0IFxs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn1-reaction--stereochemistry","created":1356988105,"start":null,"end":null,"type":"video","provider":"Khan University","views":"737","children":[]},{"title":"SN2 mechanism and stereochemistry","description":"","url":"http:\/\/www.youtube.com\/watch?v=OiBnhcEA8M4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn2-mechanism-and-stereochemistry","created":1356988205,"start":null,"end":null,"type":"video","provider":"Khan University","views":"650","children":[]},{"title":"SN1 vs SN2: solvent effects","description":"","url":"http:\/\/www.youtube.com\/watch?v=ZRMSHG18aMY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn1-vs-sn2--solvent-effects","created":1356988251,"start":null,"end":null,"type":"video","provider":"Khan University","views":"468","children":[]},{"title":"SN1 vs SN2: summary","description":"","url":"http:\/\/www.youtube.com\/watch?v=cyZUgH4yoCo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn1-vs-sn2--summary","created":1356988289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"888","children":[]}]},{"title":"E1 and E2 reactions","description":"In this tutorial, Jay covers the E1 elimination mechanism, carbocation rearrangements, and the details of the E2 elimination reaction.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"E1 Elimination: mechanism","description":"","url":"http:\/\/www.youtube.com\/watch?v=28N_IRo9g4Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e1-elimination--mechanism","created":1356986758,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1346","children":[]},{"title":"E1 Elimination: regioselectivity and stereoselectivity","description":"","url":"http:\/\/www.youtube.com\/watch?v=qjZnIpZ-EcY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e1-elimination--regioselectivity-and-stereoselectivity","created":1356986804,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1425","children":[]},{"title":"carbocations and rearrangements","description":"","url":"http:\/\/www.youtube.com\/watch?v=fv9h29ZChfI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/carbocations-and-rearrangements","created":1356986866,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1063","children":[]},{"title":"E1 Elimination: carbocation rearrangements","description":"","url":"http:\/\/www.youtube.com\/watch?v=QqRjcPOt4Ss&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e1-elimination--carbocation-rearrangements","created":1356986912,"start":null,"end":null,"type":"video","provider":"Khan University","views":"698","children":[]},{"title":"E2 Elimination: mechanism","description":"","url":"http:\/\/www.youtube.com\/watch?v=YEEbMd2AGag&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e2-elimination--mechanism","created":1356986956,"start":null,"end":null,"type":"video","provider":"Khan University","views":"689","children":[]},{"title":"E2 Elimination: regioselectivity","description":"","url":"http:\/\/www.youtube.com\/watch?v=WLIwMlIdIxQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e2-elimination--regioselectivity","created":1356987039,"start":null,"end":null,"type":"video","provider":"Khan University","views":"529","children":[]},{"title":"E2 Elimination: stereoselectivity","description":"","url":"http:\/\/www.youtube.com\/watch?v=_oodhLhuD5U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e2-elimination--stereoselectivity","created":1356987093,"start":null,"end":null,"type":"video","provider":"Khan University","views":"637","children":[]},{"title":"E2 Elimination: stereospecificity","description":"","url":"http:\/\/www.youtube.com\/watch?v=ihXlnX3gJTU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e2-elimination--stereospecificity","created":1356987151,"start":null,"end":null,"type":"video","provider":"Khan University","views":"621","children":[]},{"title":"E2 Elimination: substituted cyclohexanes","description":"","url":"http:\/\/www.youtube.com\/watch?v=PP7T8vpT2KI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/e2-elimination--substituted-cyclohexanes","created":1356987198,"start":null,"end":null,"type":"video","provider":"Khan University","views":"397","children":[]}]},{"title":"SN1\/SN2\/E1\/E2","description":"In this tutorial, Jay discusses the strength of a nucleophile and the differences between SN1, SN2, E1, and E2 reactions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"nucleophilicity and basicity","description":"Correction: I forgot to draw a negative charge next to the first iodide anion.","url":"http:\/\/www.youtube.com\/watch?v=Iit8p6xzfr8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/nucleophilicity-and-basicity","created":1356988329,"start":null,"end":null,"type":"video","provider":"Khan University","views":"636","children":[]},{"title":"SN1 SN2 E1 E2 reactions: primary and tertiary alkyl halides","description":"","url":"http:\/\/www.youtube.com\/watch?v=pzHEtjAUVtY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn1-sn2-e1-e2-reactions--primary-and-tertiary-alkyl-halides","created":1356988376,"start":null,"end":null,"type":"video","provider":"Khan University","views":"860","children":[]},{"title":"SN1 SN2 E1 E2 reactions: secondary alkyl halides","description":"","url":"http:\/\/www.youtube.com\/watch?v=fwSGKbmuHFI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn1-sn2-e1-e2-reactions--secondary-alkyl-halides","created":1356988464,"start":null,"end":null,"type":"video","provider":"Khan University","views":"839","children":[]}]},{"title":"Alkenes and alkynes","description":"naming alkenes and alkynes, reactions of alkenes and alkynes, synthesis","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Naming alkenes","description":"In this tutorial, Sal names alkenes and discusses the E-Z system.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Naming Alkenes Examples","description":"Naming Alkenes Examples","url":"http:\/\/www.youtube.com\/watch?v=KWv5PaoHwPA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/naming-alkenes-examples","created":1298220502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"105021","children":[]},{"title":"Cis-Trans and E-Z Naming Scheme for Alkenes","description":"Cis-Trans and E-Z Naming Scheme for Alkenes","url":"http:\/\/www.youtube.com\/watch?v=oYoQpDtBLac&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cis-trans-and-e-z-naming-scheme-for-alkenes","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"119758","children":[]},{"title":"Entgegen-Zusammen Naming Scheme for Alkenes Examples","description":"Entgegen-Zusammen Naming Scheme for Alkenes Examples","url":"http:\/\/www.youtube.com\/watch?v=GFiizJ-jGVw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/entgegen-zusammen-naming-scheme-for-alkenes-examples","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70120","children":[]}]},{"title":"Alkene reactions","description":"In this tutorial, Sal introduces reaction mechanisms and demonstrates a few reactions of alkenes.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Reaction Mechanisms","description":"Introduction to Reaction Mechanisms . Addition reaction to an alkene","url":"http:\/\/www.youtube.com\/watch?v=Z_GWBW_GVGA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-reaction-mechanisms","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"142848","children":[]},{"title":"Markovnikov's Rule and Carbocations","description":"Markovnikov's Rule and Carbocations. Figuring out which addition reaction is more likely.","url":"http:\/\/www.youtube.com\/watch?v=X-VCk3WrGlM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/markovnikov-s-rule-and-carbocations","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"131719","children":[]},{"title":"Addition of Water (Acid-Catalyzed) Mechanism","description":"Addition of Water (Acid-Catalyzed) Mechanism","url":"http:\/\/www.youtube.com\/watch?v=sEiQm7IzUg8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-of-water--acid-catalyzed--mechanism","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"89877","children":[]},{"title":"Polymerization of Alkenes with Acid","description":"Polymerization of Alkenes with Acid","url":"http:\/\/www.youtube.com\/watch?v=tR-hzV5Tkxo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polymerization-of-alkenes-with-acid","created":1298220504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73611","children":[]}]},{"title":"Alkene nomenclature","description":"In this tutorial, Jay names alkenes, discusses the stability of alkenes, and introduces the E\/Z system.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Alkene intro and stability","description":"","url":"http:\/\/www.youtube.com\/watch?v=kDOepUPGhFs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alkene-intro-and-stability","created":1356986604,"start":null,"end":null,"type":"video","provider":"Khan University","views":"693","children":[]},{"title":"Alkene nomenclature","description":"","url":"http:\/\/www.youtube.com\/watch?v=g1ZZIee9zk0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alkene-nomenclature","created":1356986645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"705","children":[]},{"title":"cis\/trans and the E\/Z system","description":"","url":"http:\/\/www.youtube.com\/watch?v=sf7KAIP6fWQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cis-trans-and-the-e-z-system","created":1356986690,"start":null,"end":null,"type":"video","provider":"Khan University","views":"544","children":[]}]},{"title":"Alkene reactions","description":"In this tutorial, Jay explains the addition reactions of alkenes.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"hydrogenation","description":"","url":"http:\/\/www.youtube.com\/watch?v=fSk1Crn3R2E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hydrogenation","created":1356987814,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1111","children":[]},{"title":"hydrohalogenation","description":"","url":"http:\/\/www.youtube.com\/watch?v=iEKA0jUstPs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hydrohalogenation","created":1356987473,"start":null,"end":null,"type":"video","provider":"Khan University","views":"737","children":[]},{"title":"hydration","description":"","url":"http:\/\/www.youtube.com\/watch?v=dJhxphep_gY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hydration","created":1356987522,"start":null,"end":null,"type":"video","provider":"Khan University","views":"629","children":[]},{"title":"halogenation","description":"","url":"http:\/\/www.youtube.com\/watch?v=Yiy84xYQ3es&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/halogenation","created":1356991310,"start":null,"end":null,"type":"video","provider":"Khan University","views":"612","children":[]},{"title":"halohydrin formation","description":"","url":"http:\/\/www.youtube.com\/watch?v=FaOOx6IZxV8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/halohydrin-formation","created":1356991345,"start":null,"end":null,"type":"video","provider":"Khan University","views":"725","children":[]},{"title":"hydroboration-oxidation","description":"","url":"http:\/\/www.youtube.com\/watch?v=ak--LSQe7pk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hydroboration-oxidation","created":1356987746,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4044","children":[]},{"title":"epoxide formation and anti dihydroxylation","description":"","url":"http:\/\/www.youtube.com\/watch?v=KfTosrMs5W0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/epoxide-formation-and-anti-dihydroxylation","created":1356987855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"812","children":[]},{"title":"syn dihydroxylation","description":"","url":"http:\/\/www.youtube.com\/watch?v=76KtDSfWnkw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/syn-dihydroxylation","created":1356987906,"start":null,"end":null,"type":"video","provider":"Khan University","views":"453","children":[]},{"title":"ozonolysis","description":"","url":"http:\/\/www.youtube.com\/watch?v=Q_KsGV9VD54&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ozonolysis","created":1356987982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2549","children":[]}]},{"title":"Naming and preparing alkynes","description":"In this tutorial, Jay covers the nomenclature and preparation of alkynes, the acidity of terminal alkynes, and the alkylation of alkynes.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"alkyne nomenclature","description":"","url":"http:\/\/www.youtube.com\/watch?v=qZTeyhR1akA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alkyne-nomenclature","created":1356990908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"682","children":[]},{"title":"alkyne acidity and alkylation","description":"","url":"http:\/\/www.youtube.com\/watch?v=_-I3HdmyYfE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alkyne-acidity-and-alkylation","created":1356990948,"start":null,"end":null,"type":"video","provider":"Khan University","views":"631","children":[]},{"title":"preparation of alkynes","description":"Note that if a terminal alkyne is produced, the strong base will deprotonate the alkyne to form an alkynide anion. A proton source (like H2O) must be added to regenerate the terminal alkyne.","url":"http:\/\/www.youtube.com\/watch?v=HbDWBeRJboE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/preparation-of-alkynes","created":1356990986,"start":null,"end":null,"type":"video","provider":"Khan University","views":"707","children":[]}]},{"title":"Alkyne reactions","description":"In this tutorial, Jay shows the reactions of alkynes.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"reduction of alkynes","description":"","url":"http:\/\/www.youtube.com\/watch?v=RdFfIEDxo18&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reduction-of-alkynes","created":1356991025,"start":null,"end":null,"type":"video","provider":"Khan University","views":"793","children":[]},{"title":"hydrohalogenation of alkynes","description":"","url":"http:\/\/www.youtube.com\/watch?v=EbRxaBShveI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hydrohalogenation-of-alkynes","created":1356991066,"start":null,"end":null,"type":"video","provider":"Khan University","views":"477","children":[]},{"title":"hydration of alkynes","description":"","url":"http:\/\/www.youtube.com\/watch?v=AE1pkp-_cKE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hydration-of-alkynes","created":1356991102,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1019","children":[]},{"title":"hydroboration-oxidation of alkynes","description":"","url":"http:\/\/www.youtube.com\/watch?v=3KrqQXsWP1M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hydroboration-oxidation-of-alkynes","created":1356991136,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1045","children":[]},{"title":"halogenation and ozonolysis of alkynes","description":"","url":"http:\/\/www.youtube.com\/watch?v=bEJxFs0f35o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/halogenation-and-ozonolysis-of-alkynes","created":1356991181,"start":null,"end":null,"type":"video","provider":"Khan University","views":"616","children":[]}]},{"title":"Synthesis using alkynes","description":"In this tutorial, Jay demonstrates how to use Dr. Schwartz's organic flowsheet to solve synthesis problems involving alkynes. Always remember, pain is temporary, orgo is forever!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"synthesis using alkynes","description":"","url":"http:\/\/www.youtube.com\/watch?v=Rc1CezZgggM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/synthesis-using-alkynes","created":1356991222,"start":null,"end":null,"type":"video","provider":"Khan University","views":"726","children":[]}]},{"title":"Alcohols, ethers, epoxides, sulfides","description":"alcohols, ethers, epoxides, thiols, sulfides","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Alcohol nomenclature and properties","description":"It can clean a wound or kill your liver. Some religions ban it, others use it in their sacred rites. Some of the most stupid acts humanity every committed were done under its influence. It is even responsible for some of our births. \n\nIn this tutorial, Sal and Jay name alcohols and discuss their properties.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Alcohols","description":"Naming alcohols","url":"http:\/\/www.youtube.com\/watch?v=nQ7QSV4JRSs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alcohols","created":1298220505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"98680","children":[]},{"title":"Alcohol Properties","description":"Alcohol Properties","url":"http:\/\/www.youtube.com\/watch?v=Aa1CMokCch4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alcohol-properties","created":1298220506,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69646","children":[]},{"title":"alcohol nomenclature","description":"","url":"http:\/\/www.youtube.com\/watch?v=kFpLDQfEg1E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alcohol-nomenclature","created":1356991407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"904","children":[]},{"title":"physical properties of alcohols and preparation of alkoxides","description":"","url":"http:\/\/www.youtube.com\/watch?v=t6qlbcdn_6k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/physical-properties-of-alcohols-and-preparation-of-alkoxides","created":1356991442,"start":null,"end":null,"type":"video","provider":"Khan University","views":"685","children":[]}]},{"title":"Synthesis of alcohols","description":"In this tutorial, Jay shows how to synthesize alcohols using sodium borohydride, lithium aluminum hydride, and grignard reagents.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"preparation of alcohols using NaBH4","description":"","url":"http:\/\/www.youtube.com\/watch?v=ad5e-jy-eqs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/preparation-of-alcohols-using-nabh4","created":1356991510,"start":null,"end":null,"type":"video","provider":"Khan University","views":"748","children":[]},{"title":"preparation of alcohols using LiAlH4","description":"","url":"http:\/\/www.youtube.com\/watch?v=rNJPNlgmhbk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/preparation-of-alcohols-using-lialh4","created":1356991547,"start":null,"end":null,"type":"video","provider":"Khan University","views":"611","children":[]},{"title":"synthesis of alcohols using grignard reagents I","description":"","url":"http:\/\/www.youtube.com\/watch?v=itnwiwRpw4w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/synthesis-of-alcohols-using-grignard-reagents-i","created":1356991586,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1105","children":[]},{"title":"synthesis of alcohols using grignard reagents II","description":"","url":"http:\/\/www.youtube.com\/watch?v=DhwgNaRwscQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/synthesis-of-alcohols-using-grignard-reagents-ii","created":1356991622,"start":null,"end":null,"type":"video","provider":"Khan University","views":"591","children":[]}]},{"title":"Reactions of alcohols","description":"In this tutorial, Jay assigns oxidation states to alcohols, shows an oxidation mechanism using the Jones reagent, and shows the formation of nitrate esters from alcohols.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"oxidation of alcohols I: mechanism and oxidation states","description":"","url":"http:\/\/www.youtube.com\/watch?v=j-rBgs_p-bg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oxidation-of-alcohols-i--mechanism-and-oxidation-states","created":1356991750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"952","children":[]},{"title":"oxidation of alcohols II: examples","description":"","url":"http:\/\/www.youtube.com\/watch?v=wvwLy9ifmX0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oxidation-of-alcohols-ii--examples","created":1356991793,"start":null,"end":null,"type":"video","provider":"Khan University","views":"506","children":[]},{"title":"formation of nitrate esters","description":"","url":"http:\/\/www.youtube.com\/watch?v=_yvdb_0NGT8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/formation-of-nitrate-esters","created":1356991663,"start":null,"end":null,"type":"video","provider":"Khan University","views":"242","children":[]}]},{"title":"Nomenclature and properties of ethers","description":"In this tutorial, Sal and Jay name ethers and discuss the physical properties of ethers.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Ether Naming and Introduction","description":"Ether Naming and Introduction","url":"http:\/\/www.youtube.com\/watch?v=roUGDG1rhPI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ether-naming-and-introduction","created":1298220506,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54189","children":[]},{"title":"Ether nomenclature","description":"","url":"http:\/\/www.youtube.com\/watch?v=gW8za1t2nFg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ether-nomenclature","created":1356991835,"start":null,"end":null,"type":"video","provider":"Khan University","views":"478","children":[]},{"title":"Properties of ethers and crown ethers","description":"","url":"http:\/\/www.youtube.com\/watch?v=UlJmX9SLGRw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/properties-of-ethers-and-crown-ethers","created":1356991874,"start":null,"end":null,"type":"video","provider":"Khan University","views":"430","children":[]}]},{"title":"Synthesis and cleavage of ethers","description":"In this tutorial, Jay shows how to synthesize ethers using the Williamson ether synthesis and how to cleave an ether linkage using acid.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"williamson ether synthesis","description":"","url":"http:\/\/www.youtube.com\/watch?v=X9ypryY7hrQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/williamson-ether-synthesis","created":1356991915,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1313","children":[]},{"title":"acidic cleavage of ethers","description":"","url":"http:\/\/www.youtube.com\/watch?v=1k6MUeM-pEo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acidic-cleavage-of-ethers","created":1356991953,"start":null,"end":null,"type":"video","provider":"Khan University","views":"423","children":[]}]},{"title":"Nomenclature and preparation of epoxides","description":"In this tutorial, Sal and Jay name epoxides. Jay also shows the preparation of epoxides and includes the stereochemistry of the reaction.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Cyclic ethers and epoxide naming","description":"Cyclic ethers and epoxide naming","url":"http:\/\/www.youtube.com\/watch?v=5d63YMUxcS4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cyclic-ethers-and-epoxide-naming","created":1298220506,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30577","children":[]},{"title":"nomenclature and preparation of epoxides","description":"","url":"http:\/\/www.youtube.com\/watch?v=zGO-MlsdmgU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/nomenclature-and-preparation-of-epoxides","created":1356992003,"start":null,"end":null,"type":"video","provider":"Khan University","views":"404","children":[]},{"title":"preparation of epoxides: stereochemistry","description":"","url":"http:\/\/www.youtube.com\/watch?v=E9fw0EU4wpA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/preparation-of-epoxides--stereochemistry","created":1356992041,"start":null,"end":null,"type":"video","provider":"Khan University","views":"392","children":[]}]},{"title":"Ring-opening reactions of epoxides","description":"In this tutorial, Sal and Jay show the SN1 and SN2 ring opening reactions of epoxides.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Ring-opening Sn2 reaction of expoxides","description":"Ring-opening Sn2 reaction of expoxides","url":"http:\/\/www.youtube.com\/watch?v=hMguUHeYf0g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ring-opening-sn2-reaction-of-expoxides","created":1298220506,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33735","children":[]},{"title":"Sn1 and Sn2 epoxide opening discussion","description":"Sn1 and Sn2 epoxide opening discussion","url":"http:\/\/www.youtube.com\/watch?v=Ordpoq2dHAk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn1-and-sn2-epoxide-opening-discussion","created":1298220538,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23552","children":[]},{"title":"ring-opening reactions of epoxides: strong nucleophiles","description":"","url":"http:\/\/www.youtube.com\/watch?v=rWfs1hyguaM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ring-opening-reactions-of-epoxides--strong-nucleophiles","created":1356992083,"start":null,"end":null,"type":"video","provider":"Khan University","views":"370","children":[]},{"title":"ring opening reactions of epoxides: acid-catalyzed","description":"","url":"http:\/\/www.youtube.com\/watch?v=NRsM8kXtT5s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ring-opening-reactions-of-epoxides--acid-catalyzed","created":1356992213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"539","children":[]}]},{"title":"Thiols and sulfides","description":"In this tutorial, Jay shows how to prepare sulfides from thiols.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"preparation of sulfides","description":"","url":"http:\/\/www.youtube.com\/watch?v=MC8Mc6tSjYI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/preparation-of-sulfides","created":1356992132,"start":null,"end":null,"type":"video","provider":"Khan University","views":"493","children":[]}]},{"title":"Conjugation, Diels-Alder, and MO theory","description":"conjugation, conjugated dienes, addition reactions of conjugated dienes, diels-alder reaction","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Addition reactions of conjugated dienes","description":"In this tutorial, Jay shows the possible products for an addition to a conjugated diene and how the end product can be controlled by changing the reaction conditions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"addition reaction of conjugated dienes I: mechanism","description":"","url":"http:\/\/www.youtube.com\/watch?v=Lq6e0qU9Vr4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-reaction-of-conjugated-dienes-i--mechanism","created":1356992253,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1164","children":[]},{"title":"addition reaction of conjugated dienes II: example","description":"","url":"http:\/\/www.youtube.com\/watch?v=au8x68HSQ3E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-reaction-of-conjugated-dienes-ii--example","created":1356992301,"start":null,"end":null,"type":"video","provider":"Khan University","views":"736","children":[]},{"title":"addition reaction of conjugated dienes III: control","description":"","url":"http:\/\/www.youtube.com\/watch?v=orm6muAaZsA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/addition-reaction-of-conjugated-dienes-iii--control","created":1356992347,"start":null,"end":null,"type":"video","provider":"Khan University","views":"455","children":[]}]},{"title":"Diels-alder reaction","description":"In this tutorial, Jay shows the mechanism, stereochemistry, and regiochemistry for the classic Diels-Alder reaction.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"diels-alder I: mechanism","description":"","url":"http:\/\/www.youtube.com\/watch?v=NfZgy3tymmI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diels-alder-i--mechanism","created":1356992411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"909","children":[]},{"title":"diels-alder II: endo vs exo","description":"","url":"http:\/\/www.youtube.com\/watch?v=669H2TyI9oo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diels-alder-ii--endo-vs-exo","created":1356992458,"start":null,"end":null,"type":"video","provider":"Khan University","views":"739","children":[]},{"title":"diels-alder III: stereochemistry of dienophile","description":"","url":"http:\/\/www.youtube.com\/watch?v=HhNZPOl1-Bo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diels-alder-iii--stereochemistry-of-dienophile","created":1356992506,"start":null,"end":null,"type":"video","provider":"Khan University","views":"422","children":[]},{"title":"diels-alder IV: stereochemistry of diene","description":"","url":"http:\/\/www.youtube.com\/watch?v=IYiy0UlL8_E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diels-alder-iv--stereochemistry-of-diene","created":1356992546,"start":null,"end":null,"type":"video","provider":"Khan University","views":"327","children":[]},{"title":"diels-alder V: regiochemistry","description":"","url":"http:\/\/www.youtube.com\/watch?v=rW6eJHMLCqw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diels-alder-v--regiochemistry","created":1356992596,"start":null,"end":null,"type":"video","provider":"Khan University","views":"269","children":[]},{"title":"diels-alder VI: more regiochemistry","description":"","url":"http:\/\/www.youtube.com\/watch?v=jBE80sA2ciY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diels-alder-vi--more-regiochemistry","created":1356992639,"start":null,"end":null,"type":"video","provider":"Khan University","views":"174","children":[]},{"title":"diels-alder VII: intramolecular","description":"","url":"http:\/\/www.youtube.com\/watch?v=aZnbr8xyT4Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diels-alder-vii--intramolecular","created":1356974372,"start":null,"end":null,"type":"video","provider":"Khan University","views":"271","children":[]}]},{"title":"Aromatic compounds","description":"aromatic compounds, naming derivatives of benzene, electrophilic aromatic substitution reactions","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Aromatic compounds","description":"In this tutorial, Sal introduces aromatic compounds and Huckel's rule. He also shows how to name derivatives of benzene.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Aromatic Compounds and Huckel's Rule","description":"Aromatic Compounds and Huckel's Rule","url":"http:\/\/www.youtube.com\/watch?v=RaBI3lAACKg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/aromatic-compounds-and-huckel-s-rule","created":1298220538,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67844","children":[]},{"title":"Naming Benzene Derivatives Introduction","description":"Naming Benzene Derivatives Introduction","url":"http:\/\/www.youtube.com\/watch?v=A5r7wkwDID4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/naming-benzene-derivatives-introduction","created":1298220538,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42498","children":[]}]},{"title":"Reactions of benzene","description":"In this tutorial, Sal shows the mechanism of Electrophilic Aromatic Substitution and the reactions of bromination and Friedel-Crafts Acylation.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Resonance","description":"Resonance in benzene and the carbonate ion","url":"http:\/\/www.youtube.com\/watch?v=6XOm3Km7r30&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/resonance","created":1298220506,"start":null,"end":null,"type":"video","provider":"Khan University","views":"111718","children":[]},{"title":"Electrophilic Aromatic Substitution","description":"Electrophilic Aromatic Substitution","url":"http:\/\/www.youtube.com\/watch?v=fpq0eICjuSI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electrophilic-aromatic-substitution","created":1298220538,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54045","children":[]},{"title":"Bromination of Benzene","description":"Bromination of benzene catalyzed by iron bromide","url":"http:\/\/www.youtube.com\/watch?v=K2tIixiXGOM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bromination-of-benzene","created":1298220539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42939","children":[]},{"title":"Friedel Crafts Acylation","description":"Friedel Crafts Acylation","url":"http:\/\/www.youtube.com\/watch?v=vFfriC55fFw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/friedel-crafts-acylation","created":1298220539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42896","children":[]},{"title":"Friedel Crafts Acylation Addendum","description":"Friedel Crafts Acylation Addendum","url":"http:\/\/www.youtube.com\/watch?v=0YD5xSvseIw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/friedel-crafts-acylation-addendum","created":1298220539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14548","children":[]}]},{"title":"Aldehydes and ketones","description":"nomenclature and reactions of aldehydes and ketones","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Nomenclature of aldehydes and ketones","description":"In this tutorial, Sal names aldehydes and ketones.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Aldehyde Introduction","description":"Aldehyde introduction","url":"http:\/\/www.youtube.com\/watch?v=oeyBfrx5RJY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/aldehyde-introduction","created":1298220539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45685","children":[]},{"title":"Ketone Naming","description":"Ketone Naming","url":"http:\/\/www.youtube.com\/watch?v=wD15pD5pCt4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ketone-naming","created":1298220539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38877","children":[]}]},{"title":"Reactions of ketones","description":"In this tutorial, Sal shows the mechanism of Keto-Enol Tautomerization and the Aldol reaction.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Keto Enol Tautomerization","description":"Keto Enol Tautomerization","url":"http:\/\/www.youtube.com\/watch?v=SXbc4J1qWjE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/keto-enol-tautomerization","created":1298220540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36592","children":[]},{"title":"Aldol Reaction","description":"Aldol Reaction","url":"http:\/\/www.youtube.com\/watch?v=3XiHrsZNZko&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/aldol-reaction","created":1298220540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42442","children":[]}]},{"title":"Carboxylic acids and derivatives","description":"naming carboxylic acids, formation of carboxylic acid derivatives","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Naming carboxylic acids","description":"In this tutorial, Sal shows how to name carboxylic acids.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Carboxlic Acid Introduction","description":"Carboxlic Acid Introduction","url":"http:\/\/www.youtube.com\/watch?v=xheOq0XZ-so&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/carboxlic-acid-introduction","created":1298220540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32299","children":[]},{"title":"Carboxylic Acid Naming","description":"Carboxylic Acid Naming","url":"http:\/\/www.youtube.com\/watch?v=z8h7QgevqjM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/carboxylic-acid-naming","created":1298220540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31395","children":[]}]},{"title":"Formation of carboxylic acid derivatives","description":"In this tutorial, Sal shows the formation of carboxylic acid derivatives including esters, acyl chlorides, and amides.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Fisher Esterification","description":"Fisher Esterification of Carboxylic Acids","url":"http:\/\/www.youtube.com\/watch?v=dbdVMThH1n8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fisher-esterification","created":1298220540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35416","children":[]},{"title":"Acid Chloride Formation","description":"Acetic Acid to Acetyl Chloride mechanism. Can be generalized to forming any acid halide from a carboxylic acid","url":"http:\/\/www.youtube.com\/watch?v=XKk9K5xTgDA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acid-chloride-formation","created":1298220540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16428","children":[]},{"title":"Amides, Anhydrides, Esters and Acyl Chlorides","description":"Carboxylic Acid Derivatives - Amides, Anhydrides, Esters and Acyl Chlorides","url":"http:\/\/www.youtube.com\/watch?v=SRPQ62dR6b4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amides--anhydrides--esters-and-acyl-chlorides","created":1298220540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35659","children":[]},{"title":"Relative Stability of Amides Esters Anhydrides and Acyl Chlorides","description":"Relative Stability of Amides Esters Anhydrides and Acyl Chlorides","url":"http:\/\/www.youtube.com\/watch?v=NYI0bJK64MY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/relative-stability-of-amides-esters-anhydrides-and-acyl-chlorides","created":1298220540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12872","children":[]},{"title":"Amide Formation from Acyl Chloride","description":"Amide Formation from Acyl Chloride","url":"http:\/\/www.youtube.com\/watch?v=gMKtGulgGH8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amide-formation-from-acyl-chloride","created":1298220540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15397","children":[]}]},{"title":"Amines","description":"nomenclature and reactions of amines","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Naming amines","description":"In this tutorial, Sal shows how to name amines.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Amine Naming Introduction","description":"Amine Naming Introduction","url":"http:\/\/www.youtube.com\/watch?v=Kpov3GS6tjM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amine-naming-introduction","created":1298220539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41793","children":[]},{"title":"Amine Naming 2","description":"Amine Naming 2","url":"http:\/\/www.youtube.com\/watch?v=CJzuu_k9Nv0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amine-naming-2","created":1298220539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24602","children":[]}]},{"title":"Amines in reactions","description":"In this tutorial, Sal shows amines acting as nucleophiles in SN1 and SN2 reactions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Amine as Nucleophile in Sn2 Reaction","description":"Amine as Nucleophile in Sn2 Reaction","url":"http:\/\/www.youtube.com\/watch?v=O4dvuimcVBA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amine-as-nucleophile-in-sn2-reaction","created":1298220539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22999","children":[]},{"title":"Amine in Sn2 part 2","description":"Amine continuing to act as nucleophile to generate more products","url":"http:\/\/www.youtube.com\/watch?v=w8LS4fRQvMk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amine-in-sn2-part-2","created":1298220539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11166","children":[]},{"title":"Sn1 Amine Reaction","description":"Sn1 Amine Reaction","url":"http:\/\/www.youtube.com\/watch?v=pBAwbypjW9s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sn1-amine-reaction","created":1298220539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13296","children":[]}]},{"title":"Finance and capital markets","description":"Videos on finance and macroeconomics","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Interest and debt","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Compound interest basics","description":"Interest is the basis of modern capital markets. Depending on whether you are lending or borrowing, it can be viewed as a return on an asset (lending) or the cost of capital (borrowing).\n\nThis tutorial gives an introduction to this fundamental concept, including what it means to compound. It also gives a rule of thumb that might make it easy to do some rough interest calculations in your head.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Compound Interest","description":"Introduction to compound interest","url":"http:\/\/www.youtube.com\/watch?v=-qgdMTbTJlA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-compound-interest","created":1298220173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43961","children":[]},{"title":"The Rule of 72 for Compound Interest","description":"Using the Rule of 72 to approximate how long it will take for an investment to double at a given interest rate","url":"http:\/\/www.youtube.com\/watch?v=pLG5j6isgRs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-rule-of-72-for-compound-interest","created":1298220173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43494","children":[]}]},{"title":"Interest basics","description":"This is a good introduction to the basic concept of interest. We will warn you that it is an older video so Sal's sound and handwriting weren't quite up to snuff then.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Credit cards and loans","description":"Most of us have borrowed to buy something. Credit cards, in particular, can be quite convenient (but dangerous if not used in moderation).\n\nThis tutorial explains credit card interest, how credit card companies make money and a far more silly way of borrowing money called \"payday\" loans.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Annual Percentage Rate (APR) and Effective APR","description":"The difference between APR and effective APR","url":"http:\/\/www.youtube.com\/watch?v=P4h4QenI-uU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/annual-percentage-rate--apr--and-effective-apr","created":1298220173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38936","children":[]},{"title":"Institutional Roles in Issuing and Processing Credit Cards","description":"The institutions involved in processing your credit credit and how they relate to each other","url":"http:\/\/www.youtube.com\/watch?v=tvL7ox0ezCU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/institutional-roles-in-issuing-and-processing-credit-cards","created":1298220174,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16028","children":[]},{"title":"Payday Loans","description":"How Payday lending works","url":"http:\/\/www.youtube.com\/watch?v=BHTMuHvmarU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/payday-loans","created":1298220174,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26270","children":[]}]},{"title":"Continuous compound interest and e","description":"This is an older tutorial (notice the low-res, bad handwriting) about one of the coolest numbers in reality and how it falls out of our innate desire to compound interest continuously.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Present value","description":"If you gladly pay for a hamburger on Tuesday for a hamburger today, is it equivalent to paying for it today?\n\nA reasonable argument can be made that most everything in finance really boils down to \"present value\". So pay attention to this tutorial.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Time Value of Money","description":"Why when you get your money matters as much as how much money. Present and future value also discussed.","url":"http:\/\/www.youtube.com\/watch?v=As1QpFGlGbg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/time-value-of-money","created":1313174947,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31958","children":[]},{"title":"Introduction to Present Value","description":"A choice between money now and money later.","url":"http:\/\/www.youtube.com\/watch?v=ks33lMoxst0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-present-value","created":1298220134,"start":null,"end":null,"type":"video","provider":"Khan University","views":"227614","children":[]},{"title":"Present Value 2","description":"More choices as to when you get your money.","url":"http:\/\/www.youtube.com\/watch?v=4LSktB7Pk_c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/present-value-2","created":1298220134,"start":null,"end":null,"type":"video","provider":"Khan University","views":"138969","children":[]},{"title":"Present Value 3","description":"What happens when we change the discount rate?","url":"http:\/\/www.youtube.com\/watch?v=3SgVUlEcOBU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/present-value-3","created":1298220134,"start":null,"end":null,"type":"video","provider":"Khan University","views":"104190","children":[]},{"title":"Present Value 4 (and discounted cash flow)","description":"Lets change the discount rates depending on how far out the payments are.","url":"http:\/\/www.youtube.com\/watch?v=6WCfVjUTTEY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/present-value-4--and-discounted-cash-flow","created":1298220135,"start":null,"end":null,"type":"video","provider":"Khan University","views":"120393","children":[]}]},{"title":"Personal bankruptcy","description":"Back in the day (like medieval Europe), you would actually be thrown in jail if you couldn't pay your debts (debtor's prison). That seemed like a pretty awful thing to do (not to mention that lenders are much less likely to be paid by someone rotting in prison), so governments created an \"out\" called bankruptcy (which, as you'll see, is a pseudo-painful \"reset\" button on your finances).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Personal Bankruptcy: Chapters 7 and 13","description":"Chapter 7 and Chapter 13 personal bankruptcy. This video was sponsored by Visa, but I had complete editorial freedom as to its contents.","url":"http:\/\/www.youtube.com\/watch?v=9jGufOGo88A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/personal-bankruptcy---chapters-7-and-13","created":1298220173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21971","children":[]}]},{"title":"Housing","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Home equity and personal balance sheets","description":"This old and badly drawn tutorial covers a topic essential to anyone planning to not live in the woods -- your personal balance sheet. Since homes are usually the biggest part of these personal balance sheets, we cover that too.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Balance Sheets","description":"Using a home purchase to illustrate assets, liabilities and owner's equity.","url":"http:\/\/www.youtube.com\/watch?v=mxsYHiDVNlk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-balance-sheets","created":1298220135,"start":null,"end":null,"type":"video","provider":"Khan University","views":"209278","children":[]},{"title":"More on balance sheets and equity","description":"What happens to equity when the value of the assets increase or decrease","url":"http:\/\/www.youtube.com\/watch?v=U2Nw5T44zvY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-balance-sheets-and-equity","created":1298220135,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108160","children":[]},{"title":"Home equity loans","description":"Simple example of borrowing from equity to fuel consumption","url":"http:\/\/www.youtube.com\/watch?v=7rrSuhFC7I0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/home-equity-loans","created":1298220135,"start":null,"end":null,"type":"video","provider":"Khan University","views":"98407","children":[]}]},{"title":"Mortgages","description":"Most people buying a home need a mortgage to do so. This tutorial explains what a mortgage is and then actually does some math to figure out what your payments are (the last video is quite mathy so consider it optional).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Mortgage Loans","description":"Introduction to mortgage loans","url":"http:\/\/www.youtube.com\/watch?v=mhRL99LqxMc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-mortgage-loans","created":1298220173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35272","children":[]},{"title":"Mortgage Interest Rates","description":"Understanding how mortgage interest rates are quoted","url":"http:\/\/www.youtube.com\/watch?v=a58PSBX7BSY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mortgage-interest-rates","created":1313174947,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15699","children":[]}]},{"title":"Renting vs. buying a home","description":"Is it always better to buy than rent? What if home prices go up dramatically and rents don't? How can we compare home prices to rents to figure out what to do.\n\nThis older tutorial (low-res, bad handwriting) walks us through this. It is about housing but similar thinking can be applied to any rent-vs-buy decision (spoiler alert, Sal did eventually buy a home).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Renting vs. Buying a home","description":"The math of renting vs. buying a home. Challenging the notion that it is always better to buy.","url":"http:\/\/www.youtube.com\/watch?v=YL10H_EcB-E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/renting-vs--buying-a-home","created":1298220135,"start":null,"end":null,"type":"video","provider":"Khan University","views":"296881","children":[]},{"title":"Renting vs. buying a home (part 2)","description":"Factoring in appreciation and depreciation into the rent vs. buy decision.","url":"http:\/\/www.youtube.com\/watch?v=QA2TBiIsdT0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/renting-vs--buying-a-home--part-2","created":1298220135,"start":null,"end":null,"type":"video","provider":"Khan University","views":"149879","children":[]},{"title":"Renting vs. Buying (detailed analysis)","description":"Detailed analysis of the rent vs. buy decision.","url":"http:\/\/www.youtube.com\/watch?v=mtL_plJXv3c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/renting-vs--buying--detailed-analysis","created":1298220135,"start":null,"end":null,"type":"video","provider":"Khan University","views":"122278","children":[]}]},{"title":"Housing price conundrum","description":"Back before the 2008 credit crisis, Sal was perplexed by why housing prices were going up so fast and theorized that it was a bubble forming (he was right). \n\nThese pre-2008 videos are fun from a historical point-of-view since they were made before all the poo poo hit the fan.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The housing price conundrum","description":"Why did housing prices go up so much from 2000-2006 even though classical supply\/demand would not have called for it","url":"http:\/\/www.youtube.com\/watch?v=8IR5LefXVPY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-housing-price-conundrum","created":1298219914,"start":null,"end":null,"type":"video","provider":"Khan University","views":"251090","children":[]},{"title":"Housing price conundrum (part 2)","description":"How lower lending standards led to housing price inflation.","url":"http:\/\/www.youtube.com\/watch?v=wYAhlTHIBT4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/housing-price-conundrum--part-2","created":1298219914,"start":null,"end":null,"type":"video","provider":"Khan University","views":"138782","children":[]},{"title":"Housing Price Conundrum (part 3)","description":"Why did lending standards become more and more lax from 2000 to 2006?","url":"http:\/\/www.youtube.com\/watch?v=aAfMps_VyOY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/housing-price-conundrum--part-3","created":1298219914,"start":null,"end":null,"type":"video","provider":"Khan University","views":"121434","children":[]},{"title":"Housing Conundrum (part 4)","description":"The virtuous circle of housing price appreciation making defaults go down making lending lax making housing appreciate even more","url":"http:\/\/www.youtube.com\/watch?v=s6UYa2nwaDw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/housing-conundrum--part-4","created":1298219914,"start":null,"end":null,"type":"video","provider":"Khan University","views":"109490","children":[]}]},{"title":"Credit Crisis","description":"This tutorial talks about how the housing-bubble-induced credit crisis unfolded with a focus on the derivative securities that helped pump the bubble.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Mortgage-Backed Securities I","description":"Part I of the introduction to mortgage-backed securities","url":"http:\/\/www.youtube.com\/watch?v=oosYQHq2hwE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mortgage-backed-securities-i","created":1298219914,"start":null,"end":null,"type":"video","provider":"Khan University","views":"203587","children":[]},{"title":"Mortgage-backed securities II","description":"Part II of the introduction to mortgage-backed securities","url":"http:\/\/www.youtube.com\/watch?v=eYBlfxGIk28&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mortgage-backed-securities-ii","created":1298219914,"start":null,"end":null,"type":"video","provider":"Khan University","views":"144075","children":[]},{"title":"Mortgage-backed securities III","description":"More on mortgage-backed securities","url":"http:\/\/www.youtube.com\/watch?v=q0oSKmC3Mfc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mortgage-backed-securities-iii","created":1298219915,"start":null,"end":null,"type":"video","provider":"Khan University","views":"120716","children":[]},{"title":"Collateralized Debt Obligation (CDO)","description":"Introduction to collateralized debt obligations (to be listen to after series on mortgage-backed securities.","url":"http:\/\/www.youtube.com\/watch?v=XjoJ9UF2hqg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/collateralized-debt-obligation--cdo","created":1298219915,"start":null,"end":null,"type":"video","provider":"Khan University","views":"243601","children":[]},{"title":"Credit Default Swaps","description":"Introduction to credit default swaps","url":"http:\/\/www.youtube.com\/watch?v=a1lVOO9Y080&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/credit-default-swaps","created":1298219915,"start":null,"end":null,"type":"video","provider":"Khan University","views":"226147","children":[]},{"title":"Credit Default Swaps 2","description":"Systemic risks of credit default swaps. Financial weapons of mass destruction.","url":"http:\/\/www.youtube.com\/watch?v=neAFEvNsiqw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/credit-default-swaps-2","created":1298219915,"start":null,"end":null,"type":"video","provider":"Khan University","views":"140314","children":[]},{"title":"Wealth Destruction 1","description":"How bubbles destroy wealth.","url":"http:\/\/www.youtube.com\/watch?v=Q7HbtnOyKMg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/wealth-destruction-1","created":1298219915,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106011","children":[]},{"title":"Wealth Destruction 2","description":"How bubbles destroy wealth.","url":"http:\/\/www.youtube.com\/watch?v=eRImmzuExyg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/wealth-destruction-2","created":1298219915,"start":null,"end":null,"type":"video","provider":"Khan University","views":"73710","children":[]}]},{"title":"Paulson Bailout","description":"In the fall of 2008, it became clear that a cascade of bank failures was happening because of shoddy loans and exotic securities (both which fueled a now popping housing bubble). In an attempt to avoid a depression, the Treasury Secretary (Hank Paulson) wanted to pour $1 Trillion into the same banks that had created the mess.\n\nThis tutorial walks us through the beginnings of the mess and possible solutions. Historical note: it was created as the crisis was unfolding.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"CNN: Understanding the Crisis","description":"Video of Sal on CNN on October 10th discussing the credit crisis and a potential solution to it.","url":"http:\/\/www.youtube.com\/watch?v=_ZAlj2gu0eM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cnn--understanding-the-crisis","created":1298220483,"start":null,"end":null,"type":"video","provider":"Khan University","views":"152452","children":[]},{"title":"Bailout 1: Liquidity vs. Solvency","description":"Review of balance sheets. Difference between illiquidity and insolvency.","url":"http:\/\/www.youtube.com\/watch?v=ZUEjRYe7MRk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-1--liquidity-vs--solvency","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"132309","children":[]},{"title":"Bailout 2: Book Value","description":"Hypothetical bank balance sheet. What book value means.","url":"http:\/\/www.youtube.com\/watch?v=YJBqGM29_64&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-2--book-value","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"67626","children":[]},{"title":"Bailout 3: Book value vs. market value","description":"What it means when the market value of a stock is different from its book value.","url":"http:\/\/www.youtube.com\/watch?v=TUOQZjotyAQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-3--book-value-vs--market-value","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63962","children":[]},{"title":"Bailout 4: Mark-to-model vs. mark-to-market","description":"Different ways of accounting for an asset. Mark-to-model vs. mark-to-market.","url":"http:\/\/www.youtube.com\/watch?v=w_GZqhAR0I4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-4--mark-to-model-vs--mark-to-market","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55093","children":[]},{"title":"Bailout 5: Paying off the debt","description":"How the bank can liquidate assets to pay off debt that comes due.","url":"http:\/\/www.youtube.com\/watch?v=I8BLj7cRM7c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-5--paying-off-the-debt","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50924","children":[]},{"title":"Bailout 6: Getting an equity infusion","description":"The bank gets bailed out by an equity infusion from a sovereign wealth fund.","url":"http:\/\/www.youtube.com\/watch?v=jDNalKBb3aA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-6--getting-an-equity-infusion","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38343","children":[]},{"title":"Bailout 7: Bank goes into bankruptcy","description":"What happens when there is no equity infusion and the bank goes in to bankruptcy.","url":"http:\/\/www.youtube.com\/watch?v=MdIfefLcdoU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-7--bank-goes-into-bankruptcy","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40538","children":[]},{"title":"Bailout 8: Systemic Risk","description":"How the banks are connected. What happens when one bank fails.","url":"http:\/\/www.youtube.com\/watch?v=gX9aKDeAOz4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-8--systemic-risk","created":1298220138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42347","children":[]},{"title":"Bailout 9: Paulson's Plan","description":"What Paulson wants to do and why I don't like it.","url":"http:\/\/www.youtube.com\/watch?v=eBYbnYNl0rw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-9--paulson-s-plan","created":1298220139,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45220","children":[]},{"title":"Bailout 10: Moral Hazard","description":"Alternate plans and moral hazard.","url":"http:\/\/www.youtube.com\/watch?v=roap32sTgPk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-10--moral-hazard","created":1298220139,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45132","children":[]},{"title":"Bailout 11: Why these CDOs could be worth nothing","description":"Why a CDO could be worth nothing even though they are \"collateralized\".","url":"http:\/\/www.youtube.com\/watch?v=RkIM0Mbc8YQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-11--why-these-cdos-could-be-worth-nothing","created":1298220171,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45069","children":[]},{"title":"Bailout 12: Lone Star Transaction","description":"A real life example of a transaction involving CDOs.","url":"http:\/\/www.youtube.com\/watch?v=eZZkhSl8lMA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-12--lone-star-transaction","created":1298220171,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33987","children":[]},{"title":"Bailout 13: Does the bailout have a chance of working?","description":"Can the bailout work?","url":"http:\/\/www.youtube.com\/watch?v=R528WbVdC0I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-13--does-the-bailout-have-a-chance-of-working","created":1298219915,"start":null,"end":null,"type":"video","provider":"Khan University","views":"76727","children":[]},{"title":"Bailout 14: Possible Solution","description":"A solution that is MUCH fairer that has a MUCH better chance of working!","url":"http:\/\/www.youtube.com\/watch?v=BdmI14oSe4g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-14--possible-solution","created":1298220172,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42214","children":[]},{"title":"Bailout 15: More on the solution","description":"More on the \"Plutsky Plan\".","url":"http:\/\/www.youtube.com\/watch?v=-KrSxA9NCf0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bailout-15--more-on-the-solution","created":1298220172,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30245","children":[]}]},{"title":"Investment and consumption","description":"When are you using capital to create more things (investment) vs. for consumption (we all need to consume a bit to be happy). When you do invest, how do you compare risk to return? Can capital include human abilities?\n\nThis tutorial hodge-podge covers it all.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Risk and Reward Introduction","description":"Basic introduction to risk and reward","url":"http:\/\/www.youtube.com\/watch?v=mv5zucjq60k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/risk-and-reward-introduction","created":1307489184,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10664","children":[]},{"title":"Human Capital","description":"Basic overview of capital and human capital","url":"http:\/\/www.youtube.com\/watch?v=ivy1QmWUtQI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/human-capital","created":1307489184,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12003","children":[]},{"title":"Return on capital","description":"Introduction to return on capital and cost of capital. Using these concepts to decide where to invest.","url":"http:\/\/www.youtube.com\/watch?v=9T6ZPYYu_Dk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/return-on-capital","created":1298220137,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70259","children":[]},{"title":"Investment vs. Consumption 1","description":"The difference between investment and consumption.","url":"http:\/\/www.youtube.com\/watch?v=rEiLOB4FulY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/investment-vs--consumption-1","created":1298220171,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32309","children":[]},{"title":"Investment vs. Consumption 2","description":"More investment vs. consumption examples.","url":"http:\/\/www.youtube.com\/watch?v=xRjfRVXXFxU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/investment-vs--comsumption-2","created":1298220171,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20835","children":[]},{"title":"Back of Envelope Office Space Conundrum","description":"Back of the envelope calculation of which office space to rent","url":"http:\/\/www.youtube.com\/watch?v=bAU1MLRwh7c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/back-of-envelope-office-space-conundrum","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8006","children":[]}]},{"title":"Inflation","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Inflation basics","description":"$1 went a lot further in 1900 than today (you could probably buy a good meal for the family for $1 back then). Why? And how to we measure how-more-expensive-things-have-gotten (i.e., inflation)?","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Inflation Overview","description":"Basic understanding of Inflation","url":"http:\/\/www.youtube.com\/watch?v=mO6y4KON1e8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inflation-overview","created":1313174947,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14721","children":[]},{"title":"What is Inflation","description":"The basics of what price inflation is and how the CPI-U is calculated","url":"http:\/\/www.youtube.com\/watch?v=yahEP620480&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inflation","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30984","children":[]},{"title":"Inflation Data","description":"Looking at actual sequential and year-over-year inflation data","url":"http:\/\/www.youtube.com\/watch?v=DK1lCc9b7bg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inflation-data","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15160","children":[]},{"title":"CPI Index","description":"Discussion of inflation, the CPI index and owners' equivalent rent.","url":"http:\/\/www.youtube.com\/watch?v=pRIELoITIHI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cpi-index","created":1298219933,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52984","children":[]}]},{"title":"Inflation scenarios","description":"You know about inflation, but now want to look at how thing might play out in different scenarios. This tutorial focuses on when inflation is \"acceptable\" and when it isn't (and the causes and repercussions).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Moderate Inflation in a Good Economy","description":"Why there tends to be moderate inflation during good economies","url":"http:\/\/www.youtube.com\/watch?v=Z_DcXewHHA8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/moderate-inflation-in-a-good-economy","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18418","children":[]},{"title":"Stagflation","description":"How a supply shock can cause prices to rise and the economy to stagnate","url":"http:\/\/www.youtube.com\/watch?v=bTz_tx460EY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stagflation","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22629","children":[]},{"title":"Hyperinflation","description":"Basic of hyperinflation. Weimar Germany, Hungarian Pengo and Zibabwean Dollar","url":"http:\/\/www.youtube.com\/watch?v=AC_kjcuHpZw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hyperinflation","created":1311636418,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20942","children":[]}]},{"title":"Real and nominal return","description":"If the value of money is constantly changing, can we compare investment return in the future or past to that earned in the present? This tutorial focuses on how to do this (another good tutorial to watch is the one on \"present value\").","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Real and Nominal Return","description":"Inflation and real and nominal return","url":"http:\/\/www.youtube.com\/watch?v=cNm196bVE5A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/real-and-nominal-return","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15428","children":[]},{"title":"Calculating Real Return in Last Year Dollars","description":"Calculating real return in last year dollars","url":"http:\/\/www.youtube.com\/watch?v=GiB9Mkgkrek&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculating-real-return-in-last-year-dollars","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10468","children":[]},{"title":"Relation Between Nominal and Real Returns and Inflation","description":"Relation between nominal and real returns and inflation","url":"http:\/\/www.youtube.com\/watch?v=6ycEasF48zI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/relation-between-nominal-and-real-returns-and-inflation","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11838","children":[]}]},{"title":"Capacity utilization and inflation","description":"This tutorial starts with a very \"micro\" view of when firms decide to raise (or lower prices). It then jumps back to the macro view to discuss how capacity utilization can impact prices.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Economics of a Cupcake Factory","description":"Economics of a simple business leading up to a discussion on inflation\/deflation. Touching on income statements.","url":"http:\/\/www.youtube.com\/watch?v=XDIBJyNnLOU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/economics-of-a-cupcake-factory","created":1298219932,"start":null,"end":null,"type":"video","provider":"Khan University","views":"216919","children":[]},{"title":"Cupcake Economics 2","description":"More analysis of the cupcake business.","url":"http:\/\/www.youtube.com\/watch?v=-LTXzYXaAuk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cupcake-economics-2","created":1298219932,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81513","children":[]},{"title":"Cupcake Economics 3","description":"Using our spreadsheet to show why prices decrease when utilization is low and prices increase when utilization is high.","url":"http:\/\/www.youtube.com\/watch?v=8x1-TeDxblU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cupcake-economics-3","created":1298219932,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51850","children":[]},{"title":"Inflation, Deflation & Capacity Utilization","description":"A discussion of inflation and deflation","url":"http:\/\/www.youtube.com\/watch?v=LXrPdFn7Gn4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inflation--deflation---capacity-utilization","created":1298219932,"start":null,"end":null,"type":"video","provider":"Khan University","views":"79362","children":[]},{"title":"Inflation, Deflation & Capacity Utilization 2","description":"More on inflation and capacity utilization","url":"http:\/\/www.youtube.com\/watch?v=cugQ4z4cJF8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inflation--deflation---capacity-utilization-2","created":1298219932,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43726","children":[]},{"title":"Inflation & Deflation 3: Obama Stimulus Plan","description":"Is the stimulus large enough to offset the demand shock caused by the contraction in credit? Will it lead to inflation?","url":"http:\/\/www.youtube.com\/watch?v=sZRkERfzzn4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inflation---deflation-3--obama-stimulus-plan","created":1298219932,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58135","children":[]}]},{"title":"Deflation","description":"Prices don't always go up. They often go down. This might seem like a good thing, but it could be disastrous for a modern economy is it goes too far. This tutorial explains what deflation is, how it happens and what the effects of it might be.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Deflation","description":"Basics of deflation","url":"http:\/\/www.youtube.com\/watch?v=FPh6EDv0Eew&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/deflation","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18912","children":[]},{"title":"Velocity of Money Rather than Quantity Driving Prices","description":"How velocity of money can drive price increases","url":"http:\/\/www.youtube.com\/watch?v=stfSnPaaK04&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/velocity-of-money-rather-than-quantity-driving-prices","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15571","children":[]},{"title":"Deflation Despite Increases in Money Supply","description":"How you can have deflation even if the money supply increases","url":"http:\/\/www.youtube.com\/watch?v=t2AeULH_Ijw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/deflation-despite-increases-in-money-supply","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15477","children":[]},{"title":"Deflationary Spiral","description":"Basics of a deflationary spiral","url":"http:\/\/www.youtube.com\/watch?v=snX4Wf7PGts&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/deflationary-spiral","created":1311636418,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13915","children":[]}]},{"title":"Taxes","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Personal taxes","description":"Benjamin Franklin (and several other writers\/philosophers) tells us that \"In this world nothing can be said to be certain, except death and taxes.\" He's right. \n\nThis tutorial focus on personal income tax. Very important to watch if you ever plan on earning money (some of which the government will take for itself).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Basics of US Income Tax Rate Schedule","description":"Understanding that a marginal tax rate does not apply to all of income","url":"http:\/\/www.youtube.com\/watch?v=g7bVoRgV0vs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basics-of-us-income-tax-rate-schedule","created":1313174947,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12719","children":[]},{"title":"Tax Deductions Introduction","description":"Understanding what a tax deduction is","url":"http:\/\/www.youtube.com\/watch?v=GypHy3gnG5E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tax-deductions-introduction","created":1302739201,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15925","children":[]},{"title":"AMT Overview","description":"Overview of what the Alternative Minimum Tax is and its purpose","url":"http:\/\/www.youtube.com\/watch?v=T0CwhLHrE2k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amt-overview","created":1306452371,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8457","children":[]},{"title":"Alternative Minimum Tax","description":"The basics of the alternative minimum tax","url":"http:\/\/www.youtube.com\/watch?v=yrlLKwmb5dY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alternative-minimum-tax","created":1302739201,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14097","children":[]},{"title":"Estate Tax Introduction","description":"Overview of the estate tax","url":"http:\/\/www.youtube.com\/watch?v=eElHlE4j-vw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/estate-tax-introduction","created":1307489184,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8835","children":[]},{"title":"Estate Tax Basics","description":"Overview of the inheritance tax","url":"http:\/\/www.youtube.com\/watch?v=9nEBmsIsIYg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/estate-tax-basics","created":1312327625,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9630","children":[]}]},{"title":"Corporate taxation","description":"In exchange for being treated as a person-like-legal entity (and the limited liability this gives for its owners), most corporations pay taxes. This tutorial focuses on what corporations are, \"double taxation\" and a few ways that multinationals might try to get out of paying taxes.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Corporations and Limited Liability","description":"Why people set up corporations","url":"http:\/\/www.youtube.com\/watch?v=VnTlKcIigyY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/corporations-and-limited-liability","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12626","children":[]},{"title":"Is Limited Liability or Double Taxation Fair","description":"Thinking about whether limited liability or double taxation fair","url":"http:\/\/www.youtube.com\/watch?v=IiKKAw38ss0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/is-limited-liability-or-double-taxation-fair","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8686","children":[]}]},{"title":"Accounting and financial statements","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Cash versus accrual accounting","description":"Just keeping track of cash that goes in and out of a business doesn't always reflect what's going on. This tutorial compares cash and accrual accounting. Very valuable if you ever plan on starting or investing in any type of business (you might also discover a nascent passion for accounting)!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Cash Accounting","description":"Simple example of cash accounting","url":"http:\/\/www.youtube.com\/watch?v=FfdpupKByiU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cash-accounting","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47586","children":[]},{"title":"Accrual Basis of Accounting","description":"Simple example of accrual accounting","url":"http:\/\/www.youtube.com\/watch?v=NNhyZFHAzaA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/accrual-basis-of-accounting","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51636","children":[]},{"title":"Comparing Accrual and Cash Accounting","description":"Comparing Accrual and Cash Accounting","url":"http:\/\/www.youtube.com\/watch?v=LU_6amWC6H8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-accrual-and-cash-accounting","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31322","children":[]}]},{"title":"Three core financial statements","description":"Corporations use three financial statements to report what's going on: balance sheets, cash flow statements and income statements. They can be derived from each other and each give a valuable lens on the operations and condition of a business. \n\nAfter you know the basics of accrual accounting (available in another tutorial), this tutorial will give you tools you need to responsibly understand any business.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Balance Sheet and Income Statement Relationship","description":"Balance Sheet and Income Statement Relationship","url":"http:\/\/www.youtube.com\/watch?v=hZvjH3Az87A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/balance-sheet-and-income-statement-relationship","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"74045","children":[]},{"title":"Basic Cash Flow Statement","description":"Using a cash flow statement to reconcile net income with change in cash","url":"http:\/\/www.youtube.com\/watch?v=Mioqyv_IW3E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-cash-flow-statement","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70056","children":[]},{"title":"Doing the example with Accounts Payable growing","description":"Introduction to Accounts Payable","url":"http:\/\/www.youtube.com\/watch?v=57gz50uTPqM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/doing-the-example-with-accounts-payable-growing","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17542","children":[]},{"title":"Expensing a Truck leads to inconsistent performance","description":"Expensing a truck leads to strange looking income statement","url":"http:\/\/www.youtube.com\/watch?v=0E3PuHiDU9U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/expensing-a-truck-leads-to-inconsistent-performance","created":1301784440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11029","children":[]},{"title":"Fair Value Accounting","description":"Difference between Historical Cost and Fair Value Accounting","url":"http:\/\/www.youtube.com\/watch?v=s-5_H3z-Cv0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fair-value-accounting","created":1302739201,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21085","children":[]}]},{"title":"Depreciation and amortization","description":"How do you account for things that get \"used up\" or a cost that should be spread over time. This tutorial has your answer. Depreciation and amortization might sound fancy, but you'll hopefully find them to be quite understandable.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Depreciating the truck","description":"Depreciation the truck spreads out the expense","url":"http:\/\/www.youtube.com\/watch?v=iewvEGWARBY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/depreciating-the-truck","created":1301784440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13190","children":[]},{"title":"Depreciation in Cash Flow","description":"Depreciation in Cash Flow","url":"http:\/\/www.youtube.com\/watch?v=uX2w0b8Qlss&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/depreciation-in-cash-flow","created":1301784440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17555","children":[]},{"title":"Amortization and Depreciation","description":"Comparing depreciation and amortization","url":"http:\/\/www.youtube.com\/watch?v=eKw3Aq0vvbo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amortization-and-depreciation","created":1301784440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17078","children":[]}]},{"title":"Stocks and bonds","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Introduction to stocks","description":"Many people own stocks, but, unfortunately, most of them don't really understand what they own. This tutorial will keep you from being one of those people (not keep you from owning stock, but keep you from being ignorant about your investments).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What it means to buy a company's stock","description":"What it means to buy a company's stock","url":"http:\/\/www.youtube.com\/watch?v=WvITkPn83gc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-it-means-to-buy-a-company-s-stock","created":1298220136,"start":null,"end":null,"type":"video","provider":"Khan University","views":"105623","children":[]},{"title":"Bonds vs. Stocks","description":"The difference between a bond and a stock.","url":"http:\/\/www.youtube.com\/watch?v=rs1md3e4aYU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bonds-vs--stocks","created":1298220136,"start":null,"end":null,"type":"video","provider":"Khan University","views":"229046","children":[]}]},{"title":"Shorting stock","description":"Cane you sell something that you borrowed from someone else? Why, yes, you can and it is called \"shorting\". Why would you do this? Well, you can now make money if the price goes down. Is this bad? This tutorial has your answers.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Basic Shorting","description":"Basic Shorting","url":"http:\/\/www.youtube.com\/watch?v=jAOtWm_WZiE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-shorting","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34859","children":[]},{"title":"Shorting Stock","description":"What does it mean to short a stock?","url":"http:\/\/www.youtube.com\/watch?v=-IDmLERenrU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/shorting-stock","created":1298220136,"start":null,"end":null,"type":"video","provider":"Khan University","views":"93887","children":[]},{"title":"Shorting Stock 2","description":"More on the mechanics of shorting stock.","url":"http:\/\/www.youtube.com\/watch?v=ucAUriWEFo8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/shorting-stock-2","created":1298220136,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57209","children":[]},{"title":"Is short selling bad?","description":"A discussion of the virtues and\/or vices of short selling.","url":"http:\/\/www.youtube.com\/watch?v=zAkMhEqWFF0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/is-short-selling-bad","created":1298220137,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62284","children":[]}]},{"title":"Understanding company statements and capital structure","description":"If you understand what a stock is (also a good idea to look at the topic on accounting and financial statements), then you're ready to dig in a bit on a company's actual financials.\n\nThis tutorial does this to help you understand what the price of a company really is.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Gross and Operating Profit","description":"Difference between gross profit, operating profit, and net income.","url":"http:\/\/www.youtube.com\/watch?v=7MjHWw3p710&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gross-and-operating-profit","created":1357230493,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3922","children":[]},{"title":"Basic Capital Structure Differences","description":"Understanding basic capital structure differences","url":"http:\/\/www.youtube.com\/watch?v=YEZMReBbkP0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-capital-structure-differences","created":1301784440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17553","children":[]},{"title":"Market Capitalization","description":"Market versus book value of equity","url":"http:\/\/www.youtube.com\/watch?v=5lmHzAHbtzg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/market-capitalization","created":1301784440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15809","children":[]},{"title":"Market Value of Assets","description":"Market value of assets.","url":"http:\/\/www.youtube.com\/watch?v=nhW3Ri4b_V8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/market-value-of-assets","created":1301784440,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14707","children":[]}]},{"title":"Corporate metrics and valuation","description":"Life is full of people who will try to convince you that something is a good or bad idea by spouting technical jargon. Most of them have no idea what they are talking about. Don't be one of those people or their victims when it comes to stocks.\n\nFrom P\/E rations to EV\/EBITDA, we've got your back!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Price and Market Capitalization","description":"Introduction to price and market capitalization","url":"http:\/\/www.youtube.com\/watch?v=fa-VZ-SDxgY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/price-and-market-capitalization","created":1298220937,"start":null,"end":null,"type":"video","provider":"Khan University","views":"178100","children":[]},{"title":"Introduction to the Income Statement","description":"The income statement, revenue, gross profit, operating profit, net income, ROA and ROE.","url":"http:\/\/www.youtube.com\/watch?v=Z7C4cz2HkeY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-income-statement","created":1298220938,"start":null,"end":null,"type":"video","provider":"Khan University","views":"173217","children":[]},{"title":"Earnings and EPS","description":"Earnings, EPS (earnings per share) and how they relate to the income statement and balance sheet","url":"http:\/\/www.youtube.com\/watch?v=RouNXdkC0do&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/earnings-and-eps","created":1298220938,"start":null,"end":null,"type":"video","provider":"Khan University","views":"87619","children":[]},{"title":"Introduction to the Price-to-Earnings Ratio","description":"Price to Earnings Ration (or P\/E ratio).","url":"http:\/\/www.youtube.com\/watch?v=cppxO67e6eo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-price-to-earnings-ratio","created":1298220938,"start":null,"end":null,"type":"video","provider":"Khan University","views":"96533","children":[]},{"title":"P\/E Discussion","description":"Discussion of the price-to-earnings ratio","url":"http:\/\/www.youtube.com\/watch?v=V-rko8jgJ9o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/p-e-discussion","created":1298220938,"start":null,"end":null,"type":"video","provider":"Khan University","views":"65105","children":[]},{"title":"ROA Discussion 1","description":"A discussion of the various ways to measure return on assets","url":"http:\/\/www.youtube.com\/watch?v=Oh4H3BJX1ZI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/roa-discussion-1","created":1298220938,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62702","children":[]},{"title":"ROA Discussion 2","description":"More on the return on asset discussion.","url":"http:\/\/www.youtube.com\/watch?v=R_5slDeVCQk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/roa-discussion-2","created":1298220938,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39764","children":[]},{"title":"Depreciation","description":"Depreciation a capital asset","url":"http:\/\/www.youtube.com\/watch?v=a5sFUXkxyGc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/depreciation","created":1298220938,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52438","children":[]},{"title":"Amortization","description":"Introduction to amortization","url":"http:\/\/www.youtube.com\/watch?v=XfR3JSkSkJM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amortization","created":1298220938,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44412","children":[]},{"title":"P\/E Conundrum","description":"A situation where the price to earnings ratio seems to not fairly price an asset","url":"http:\/\/www.youtube.com\/watch?v=VrFbXxkl9JU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/p-e-conundrum","created":1298220938,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40917","children":[]},{"title":"Enterprise Value","description":"Solving the P\/E conundrum by looking at a different valuation metric (enterprise value)","url":"http:\/\/www.youtube.com\/watch?v=pa92UdJCaos&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/enterprise-value","created":1298220938,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57318","children":[]},{"title":"EBITDA","description":"Review of Enterprise Value and comparing it to EBITDA","url":"http:\/\/www.youtube.com\/watch?v=v4Fq9LEspzw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ebitda","created":1298220939,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71840","children":[]}]},{"title":"Life of a company--from birth to death","description":"This is an old set of videos, but if you put up with Sal's messy handwriting (it has since improved) and spotty sound, there is a lot to be learned here. In particular, this tutorial walks through starting, financing and taking public a company (and even talks about what happens if it has trouble paying its debts).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Raising money for a startup","description":"Raising money from an angel investor. Pre-money and post-money valuation.","url":"http:\/\/www.youtube.com\/watch?v=8OCjwBkMJ_E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/raising-money-for-a-startup","created":1298220136,"start":null,"end":null,"type":"video","provider":"Khan University","views":"379325","children":[]},{"title":"Getting a seed round from a VC","description":"Series A funding from a seed venture capitalist.","url":"http:\/\/www.youtube.com\/watch?v=-hJj5NpWUXQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/getting-a-seed-round-from-a-vc","created":1298220136,"start":null,"end":null,"type":"video","provider":"Khan University","views":"108334","children":[]},{"title":"Going back to the till: Series B","description":"More on the series A financing. Going back for another round with a series B financing.","url":"http:\/\/www.youtube.com\/watch?v=m28RAgUySGQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/going-back-to-the-till--series-b","created":1298220136,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68195","children":[]},{"title":"An IPO","description":"The initial public offering of our online sock company.","url":"http:\/\/www.youtube.com\/watch?v=ywOr4OYqXOs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/an-ipo","created":1298220136,"start":null,"end":null,"type":"video","provider":"Khan University","views":"101410","children":[]},{"title":"More on IPOs","description":"Public vs. Private Equity. Why people buy equity to begin with.","url":"http:\/\/www.youtube.com\/watch?v=opEy6iN9kqc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-ipos","created":1298220136,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52206","children":[]},{"title":"Equity vs. Debt","description":"Debt vs. Equity. Market Capitalization, Asset Value, and Enterprise Value.","url":"http:\/\/www.youtube.com\/watch?v=yQtUyBrRBx4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equity-vs--debt","created":1298220950,"start":null,"end":null,"type":"video","provider":"Khan University","views":"102764","children":[]},{"title":"Chapter 7:Bankruptcy Liquidation","description":"Introduction to bankruptcy liquidation (Chapter 7)","url":"http:\/\/www.youtube.com\/watch?v=-oW4M3vpuRM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chapter-7-bankruptcy-liquidation","created":1298220137,"start":null,"end":null,"type":"video","provider":"Khan University","views":"91806","children":[]},{"title":"Chapter 11: Bankruptcy Restructuring","description":"Chapter 11: Restructuring through a bankruptcy","url":"http:\/\/www.youtube.com\/watch?v=mxVWyzzMOXM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chapter-11--bankruptcy-restructuring","created":1298220137,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69785","children":[]}]},{"title":"Dilution","description":"When companies issue new shares, many people consider this a share \"dilution\"--implying that the value of each share has been \"watered down\" a bit. This tutorial walks through the mechanics and why--assuming management isn't doing something stupid--the shares might not be diluted at all.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Stock Dilution","description":"Why the value per share does not really get diluted when more shares are issued in a secondary offering","url":"http:\/\/www.youtube.com\/watch?v=tjQzJ7GY0GY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stock-dilution","created":1305242768,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17454","children":[]}]},{"title":"Mergers and acquisitions","description":"Companies often buy or merge with other companies using shares (which is sometimes less intuitive than when they use cash). This tutorial walks through the mechanics of how this happens and details what is likely to happen in the public markets because of the transaction (including opportunities for arbitrage).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Acquisitions with Shares","description":"Mechanics of a share-based acquisition","url":"http:\/\/www.youtube.com\/watch?v=DMd9mTyzj6k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/acquisitions-with-shares","created":1305242768,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10838","children":[]},{"title":"Price Behavior After Announced Acquisition","description":"Stock Price Behavior After Announced Acquisition with Shares","url":"http:\/\/www.youtube.com\/watch?v=7zBqVOuEKYE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/price-behavior-after-announced-acquisition","created":1305242768,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8395","children":[]},{"title":"Simple Merger Arb with Share Acquisition","description":"Showing how a merger arbitrage player might act if they were sure that a transaction would go through","url":"http:\/\/www.youtube.com\/watch?v=CzDA0WCdWHQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-merger-arb-with-share-acquisition","created":1305242768,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10261","children":[]}]},{"title":"Leveraged buy-outs","description":"Private equity firms often borrow money (use leverage) to buy companies. This tutorial explains how they do it and pay the debt.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Basic Leveraged Buyout (LBO)","description":"The mechanics of a simple leveraged buy-out","url":"http:\/\/www.youtube.com\/watch?v=LVMLs2z1JYg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basic-leveraged-buyout--lbo","created":1305242768,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29232","children":[]}]},{"title":"Bonds","description":"Both corporations and governments can borrow money by selling bonds. This tutorial explains how this works and how bond prices relate to interest rates. In general, understanding this not only helps you with your own investing, but gives you a lens on the entire global economy.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Corporate Debt versus Traditional Mortgages","description":"Understanding how most corporate debt is different than most personal mortgages","url":"http:\/\/www.youtube.com\/watch?v=rD25slnTqAE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/corporate-debt-versus-traditional-mortgages","created":1305415507,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8631","children":[]},{"title":"Introduction to Bonds","description":"What it means to buy a bond","url":"http:\/\/www.youtube.com\/watch?v=44cYyG0LSzQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-bonds","created":1298220173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"88499","children":[]},{"title":"Introduction to the yield curve","description":"Introduction to the treasury yield curve.","url":"http:\/\/www.youtube.com\/watch?v=b_cAxh44aNQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-the-yield-curve","created":1298220137,"start":null,"end":null,"type":"video","provider":"Khan University","views":"86509","children":[]},{"title":"Relationship between bond prices and interest rates","description":"Why bond prices move inversely to changes in interest rate","url":"http:\/\/www.youtube.com\/watch?v=kDRqSJIiTqU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/relationship-between-bond-prices-and-interest-rates","created":1298220173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81953","children":[]},{"title":"Treasury Bond Prices and Yields","description":"Why yields go down when prices go up","url":"http:\/\/www.youtube.com\/watch?v=mS7t91U9Qqg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/treasury-bond-prices-and-yields","created":1305156308,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22193","children":[]},{"title":"Annual Interest Varying with Debt Maturity","description":"Annual Interest Varying with Debt Maturity","url":"http:\/\/www.youtube.com\/watch?v=YdGZaqJZbGc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/annual-interest-varying-with-debt-maturity","created":1305156308,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11117","children":[]},{"title":"The Yield Curve","description":"The Yield Curve","url":"http:\/\/www.youtube.com\/watch?v=SwB9Fq5VRZY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-yield-curve","created":1305156308,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20811","children":[]}]},{"title":"Corporate bankruptcy","description":"Anybody or anything (you can decide if a corporation is a person) can have trouble paying its debts. This tutorial walks through what happens to a corporation in these circumstances.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Investment vehicles, insurance and retirement","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Mutual funds and ETFs","description":"If we're not in the mood to research and pick our own stocks, mutual funds and\/or ETFs might be a good option. This tutorial explains what they are and how they are different.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Open-Ended Mutual Fund (Part 1)","description":"Introduction to Open-Ended Mutual Funds","url":"http:\/\/www.youtube.com\/watch?v=DzYwB3uSU-c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/open-ended-mutual-fund--part-1","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22958","children":[]},{"title":"Open-End Mutual Fund Redemptions","description":"Understanding the mechanics of an open end mutual fund a bit better","url":"http:\/\/www.youtube.com\/watch?v=nW1rxuQft1o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/open-end-mutual-fund-redemptions","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16656","children":[]},{"title":"Closed-End Mutual Funds","description":"Comparing closed-end and open-ended mutual funds","url":"http:\/\/www.youtube.com\/watch?v=VpVu25KhozQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/closed-end-mutual-funds","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19744","children":[]},{"title":"Exchange Traded Funds (ETFs)","description":"Comparing ETF's, open-end, and closed-end funds","url":"http:\/\/www.youtube.com\/watch?v=SFdsY9Rdh6w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exchange-traded-funds--etfs","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33960","children":[]},{"title":"Open-Ended Mutual Funds","description":"Mutual fund basic","url":"http:\/\/www.youtube.com\/watch?v=Dy6SAdpAc8I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/open-ended-mutual-funds","created":1312327625,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11577","children":[]},{"title":"Ponzi Schemes","description":"Ponzi Schemes","url":"http:\/\/www.youtube.com\/watch?v=5UVpLPtgdF4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ponzi-schemes","created":1298220174,"start":null,"end":null,"type":"video","provider":"Khan University","views":"94674","children":[]}]},{"title":"Retirement accounts: IRAs and 401ks","description":"The government apparently wants us to save for retirement (not always obvious because it also wants us to spend as much as possible to pump the economy going into the next election cycle). To encourage this, it has created some ways to save that avoid or defer taxes: IRAs and 401ks.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Traditional IRAs","description":"Introduction to traditional IRA's (Individual Retirement Accounts)","url":"http:\/\/www.youtube.com\/watch?v=2K0ubOpyZt8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/traditional-iras","created":1298220173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27916","children":[]},{"title":"Roth IRAs","description":"Introduction to Roth IRA's","url":"http:\/\/www.youtube.com\/watch?v=HbQ2kmhIlHo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/roth-iras","created":1298220173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44246","children":[]},{"title":"401(k)s","description":"401(k)s (and how they compare to IRAs)","url":"http:\/\/www.youtube.com\/watch?v=YPP9igBVdkg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/401-k-s","created":1298220174,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35459","children":[]}]},{"title":"Life insurance","description":"It is a bit of a downer to think about, but we are all going to die. Do we care what happens to our loved ones (if they really are \"loved\" than the answer is obvious). This tutorial walks us through the options to insure our families against losing us. The reason why we stuck it in the \"investment vehicles\" topic is because it can also be an investment that we can use before we die.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Term and Whole Life","description":"The difference between term and whole life insurance","url":"http:\/\/www.youtube.com\/watch?v=r4NxMVZf6s4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/term-and-whole-life","created":1312327625,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7678","children":[]},{"title":"Term and Whole Life Insurance Policies","description":"Overview of the difference between term and whole life insurance policies","url":"http:\/\/www.youtube.com\/watch?v=VzhsZHTdZag&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/term-and-whole-life-insurance-policies","created":1307489184,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21234","children":[]},{"title":"Term and Whole Life Insurance Policies 2","description":"What happens to the cash payout in a whole life policy when someone dies?","url":"http:\/\/www.youtube.com\/watch?v=MYkR32QOdg0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/term-and-whole-life-insurance-policies-2","created":1307489184,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9655","children":[]}]},{"title":"Hedge funds","description":"Hedge funds have absolutely nothing to do with shrubbery. Their name comes from the fact that early hedge funds (and some current ones) tried to \"hedge\" their exposure to the market (so they could, in theory, do well in an \"up\" or \"down\" market as long as they were good at picking the good companies). Today, hedge funds represent a huge class investment funds. \n\nThey are far less regulated than, say, mutual funds. In exchange for this, they aren't allowed to market or take investments from \"unsophisticated\" investors. Some use their flexibility to mitigate risk, other use it to amplify it.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Hedge Funds Intro","description":"Overview of how hedge funds are different than mutual funds","url":"http:\/\/www.youtube.com\/watch?v=Qb7tbWuDc2U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hedge-funds-intro","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"90600","children":[]},{"title":"Hedge Fund Structure and Fees","description":"Understanding how hedge funds are structured and how the managers get paid","url":"http:\/\/www.youtube.com\/watch?v=EX1eFeaTiYM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hedge-fund-structure-and-fees","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39011","children":[]},{"title":"Are Hedge Funds Bad?","description":"Thinking about how hedge funds are different from other institutions","url":"http:\/\/www.youtube.com\/watch?v=vD2WJTIEVv0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/are-hedge-funds-bad","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31181","children":[]},{"title":"Hedge Funds, Venture Capital, and Private Equity","description":"Similarities in compensation structure for hedge funds, venture capital firms, and private equity investors","url":"http:\/\/www.youtube.com\/watch?v=bLQBbA8yh7c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hedge-funds--venture-capital--and-private-equity","created":1303255576,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37474","children":[]},{"title":"Hedge Fund Strategies - Long Short 1","description":"Setting up a simple long-short hedge (assuming the companies have similar beta or correlation with market)","url":"http:\/\/www.youtube.com\/watch?v=nTco9qQ2elM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hedge-fund-strategies---long-short--1","created":1305156309,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30742","children":[]},{"title":"Hedge Fund Strategies - Long Short 2","description":"Seeing how the long-short portfolio might do in different market conditions (assuming that the underlying thesis is right)","url":"http:\/\/www.youtube.com\/watch?v=5UUa0V-MAqI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hedge-fund-strategies---long-short--2","created":1305156309,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21473","children":[]},{"title":"Hedge Fund Strategies - Merger Arbitrage 1","description":"Simple case of merger arbitrage when there is an all cash acquisition","url":"http:\/\/www.youtube.com\/watch?v=3qP8OOr7pfI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hedge-fund-strategies---merger-arbitrage-1","created":1305156309,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19113","children":[]}]},{"title":"Money, banking and central banks","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Banking and Money","description":"We all use money and most of us use banks. Despite this, the actual working of the banking system is a bit of a mystery to most (especially fractional reserve banking).\n\nThis older tutorial (bad handwriting and resolution) starts from a basic society looking to do more than barter and incrementally builds to a modern society with fraction reserve banking. Through this process, you will hopefully gain a deep understanding of how money and banking works in our modern world.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Banking 1","description":"Introduction to how banks make money and the value they (potentially) add to society.","url":"http:\/\/www.youtube.com\/watch?v=E-HOz8T6tAo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-1","created":1298219452,"start":null,"end":null,"type":"video","provider":"Khan University","views":"497083","children":[]},{"title":"Banking 2: A bank's income statement","description":"Introduction to the income statement of a bank (and to income statements in general).","url":"http:\/\/www.youtube.com\/watch?v=h3lMANILkw0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-2--a-bank-s-income-statement","created":1298219452,"start":null,"end":null,"type":"video","provider":"Khan University","views":"254870","children":[]},{"title":"Banking 3: Fractional Reserve Banking","description":"Fractional reserve banking and the multiplier effect. Introduction to the money supply.","url":"http:\/\/www.youtube.com\/watch?v=nH2-37rTA8U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-3--fractional-reserve-banking","created":1298219453,"start":null,"end":null,"type":"video","provider":"Khan University","views":"211134","children":[]},{"title":"Banking 4: Multiplier effect and the money supply","description":"How \"money\" is created in a fractional reserve banking system. M0 and M1 definitions of the money suppy. The multiplier effect.","url":"http:\/\/www.youtube.com\/watch?v=F7r7l1VG-Tw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-4--multiplier-effect-and-the-money-supply","created":1298219453,"start":null,"end":null,"type":"video","provider":"Khan University","views":"181441","children":[]},{"title":"Banking 5: Introduction to Bank Notes","description":"Introduction to bank notes (which you are more familiar with than you realize).","url":"http:\/\/www.youtube.com\/watch?v=cNFLqhU4MN0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-5--introduction-to-bank-notes","created":1298219453,"start":null,"end":null,"type":"video","provider":"Khan University","views":"106926","children":[]},{"title":"Banking 6: Bank Notes and Checks","description":"More on how bank notes and checks can be used.","url":"http:\/\/www.youtube.com\/watch?v=IOzZVmgK3IM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-6--bank-notes-and-checks","created":1298219453,"start":null,"end":null,"type":"video","provider":"Khan University","views":"86596","children":[]},{"title":"Banking 7: Giving out loans without giving out gold","description":"How banks can give out loans without ever giving out gold.","url":"http:\/\/www.youtube.com\/watch?v=On3c86V5A_E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-7--giving-out-loans-without-giving-out-gold","created":1298219453,"start":null,"end":null,"type":"video","provider":"Khan University","views":"80611","children":[]},{"title":"Banking 8: Reserve Ratios","description":"How reserve requirements limit how much lending a bank can do.","url":"http:\/\/www.youtube.com\/watch?v=VP3nKDUw1jA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-8--reserve-ratios","created":1298219453,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78136","children":[]},{"title":"Banking 9: More on Reserve Ratios (Bad sound)","description":"Seeing how reserve ratios limit how much lending I can do.","url":"http:\/\/www.youtube.com\/watch?v=DFPBdbx0vFc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-9--more-on-reserve-ratios--bad-sound","created":1298219453,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56565","children":[]},{"title":"Banking 10: Introduction to leverage (bad sound)","description":"What leverage is. Why it is is good or bad. Leverage and insolvency.","url":"http:\/\/www.youtube.com\/watch?v=8fxilNdEQTo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-10---introduction-to-leverage--bad-sound","created":1298219453,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71060","children":[]},{"title":"Banking 11: A reserve bank","description":"Introduction to the idea of a reserve bank.","url":"http:\/\/www.youtube.com\/watch?v=M-4GWomLbpc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-11--a-reserve-bank","created":1298219453,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71666","children":[]},{"title":"Banking 12: Treasuries (government debt)","description":"Introduction to government debt and treasuries. What it means when we say that Federal Reserve Notes are issued by the Reserve bank but are an obligation of the Government.","url":"http:\/\/www.youtube.com\/watch?v=JBWdbzzYbtU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-12---treasuries--government-debt","created":1298219453,"start":null,"end":null,"type":"video","provider":"Khan University","views":"75290","children":[]},{"title":"Banking 13: Open Market Operations","description":"Tools of the Central Bank to increase the money supply.","url":"http:\/\/www.youtube.com\/watch?v=BTNarhvGX88&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-13--open-market-operations","created":1298219454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"77735","children":[]},{"title":"Banking 14: Fed Funds Rate","description":"How open market operations effect the rate at which banks lend to each other overnight.","url":"http:\/\/www.youtube.com\/watch?v=IniG1KkPS2c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-14--fed-funds-rate","created":1298219454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63844","children":[]},{"title":"Banking 15: More on the Fed Funds Rate","description":"More on the mechanics of the Federal Funds rate and how it increases the money supply.","url":"http:\/\/www.youtube.com\/watch?v=rgqFXkLAc-4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-15--more-on-the-fed-funds-rate","created":1298219454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42814","children":[]},{"title":"Banking 16: Why target rates vs. money supply","description":"The rationale for targeting interest rates instead of directly having a money supply target.","url":"http:\/\/www.youtube.com\/watch?v=yOgGhPIHnlA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-16--why-target-rates-vs--money-supply","created":1298219454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45344","children":[]},{"title":"Banking 17: What happened to the gold?","description":"Getting off the gold standard. A short discussion of the meaning of wealth.","url":"http:\/\/www.youtube.com\/watch?v=NFDMXwwzyIM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-17--what-happened-to-the-gold","created":1298219454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"90828","children":[]},{"title":"Banking 18: Big Picture Discussion","description":"Pros and Cons of various banking systems. More on gold.","url":"http:\/\/www.youtube.com\/watch?v=T9byZBGtGuw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/banking-18--big-picture-discussion","created":1298219454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"51271","children":[]},{"title":"The Discount Rate","description":"The discount rate and window. Lender of last resort.","url":"http:\/\/www.youtube.com\/watch?v=FxkTSjctXdk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-discount-rate","created":1298219454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"60532","children":[]},{"title":"Repurchase Agreements (Repo transactions)","description":"Mechanics of repurchase agreements (repo transactions\/loans)","url":"http:\/\/www.youtube.com\/watch?v=QWninXOAMXE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/repurchase-agreements--repo-transactions","created":1298219454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42831","children":[]},{"title":"Federal Reserve Balance Sheet","description":"Analysis of the federal reserve balance sheet as of Feb 2007.","url":"http:\/\/www.youtube.com\/watch?v=MILF-9GeMDQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/federal-reserve-balance-sheet","created":1298219454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69612","children":[]},{"title":"Fractional Reserve Banking Commentary 1","description":"Understanding the weak points of Fractional Reserve Banking","url":"http:\/\/www.youtube.com\/watch?v=ZyyaE3DIxhc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fractional-reserve-banking-commentary-1","created":1298219454,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55075","children":[]},{"title":"FRB Commentary 2: Deposit Insurance","description":"More on the weaknesses of fractional reserve banking. The FDIC and deposit insurance and its side effects.","url":"http:\/\/www.youtube.com\/watch?v=otstXFxMkl4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/frb-commentary-2--deposit-insurance","created":1298219455,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24769","children":[]},{"title":"FRB Commentary 3: Big Picture","description":"Summary of thoughts in last two videos. Discussion of why Fractional Reserve Banking is a subsidy to banks and allows them to arbitrage the yield curve.","url":"http:\/\/www.youtube.com\/watch?v=8SAMey9Gl5I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/frb-commentary-3--big-picture","created":1298219455,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27438","children":[]},{"title":"LIBOR","description":"London InterBank Offer Rate","url":"http:\/\/www.youtube.com\/watch?v=wBCowBiXV7A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/libor","created":1302739201,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58453","children":[]}]},{"title":"Quantative easing","description":"You know that the Federal Reserve (or central banks in general) controls the money supply and short-term interest rates. But how exactly do they do this. Even more, how is \"quantitative easing\" different than regular open market operations.\n\nThis tutorial explains it all in the context of the Federal Reserves attempts to stave off deflation during the 2008-2012 recession.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Fed Open Market Operations","description":"Fed Open Market Operations","url":"http:\/\/www.youtube.com\/watch?v=wDuCOxDxMzY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fed-open-market-operations","created":1305156308,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13883","children":[]},{"title":"Quantitative Easing","description":"Overview of quantitative easing","url":"http:\/\/www.youtube.com\/watch?v=kc_HjPT4NKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quantitative-easing","created":1305156308,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22974","children":[]},{"title":"More on Quantitative Easing (and Credit Easing)","description":"Understanding the difference between quantitative easing in Japan and the United States","url":"http:\/\/www.youtube.com\/watch?v=ZrKw-SLzNrw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-quantitative-easing--and-credit-easing","created":1305156309,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11610","children":[]},{"title":"Open market operations and Quantitative Easing Overview","description":"Basic difference between traditional open market operations and quantitative easing.","url":"http:\/\/www.youtube.com\/watch?v=TpLlJ8-AnQM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/open-market-operations-and-quantitative-easing-overview","created":1306452371,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10265","children":[]},{"title":"Another Quantitative Easing Video","description":"More on quantitative easing","url":"http:\/\/www.youtube.com\/watch?v=Lmd_CDwBXFs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/another-quantitative-easing-video","created":1306452371,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9359","children":[]},{"title":"US and Japanese Quantitative Easing","description":"Comparing quantitative easing in Japan to \"credit easing\" in the United States","url":"http:\/\/www.youtube.com\/watch?v=a-R8qpea6lc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/us-and-japanese-quantitative-easing","created":1306452371,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31529","children":[]}]},{"title":"2008 Bank bailout","description":"In 2008, the entire financial system was at a potential breaking point because of a popping housing bubble. This tutorial breaks down how the government attempted to address this (historical note: Sal made these videos as the crisis was unfolding).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Geithner Plan","description":"The poop really started to hit the fan in the fall of 2008. When the new administration took office in early 2009, the poop was still there. This is tutorial explains an attempt--probably not a well thought out one--to clean the poop and slow the fan.\n\nVideos on the Geithner Plan to solve the continuing banking crisis in early 2009.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Geithner Plan I","description":"Overview of the Geithner Plan and the problem it is supposed to solve.","url":"http:\/\/www.youtube.com\/watch?v=ervHbKa7R5g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/geithner-plan-i","created":1298220200,"start":null,"end":null,"type":"video","provider":"Khan University","views":"92868","children":[]},{"title":"Geithner Plan II","description":"More on the Geithner Plan. The problem of banks buying the assets from themselves.","url":"http:\/\/www.youtube.com\/watch?v=n-arbfLTCtI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/geithner-plan-ii","created":1298220200,"start":null,"end":null,"type":"video","provider":"Khan University","views":"89044","children":[]},{"title":"Geithner Plan 2.5","description":"More exotic ways that a bank could buy transfer exposure to the taxpayer.","url":"http:\/\/www.youtube.com\/watch?v=0FxRYePmogU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/geithner-plan-2-5","created":1298220200,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18235","children":[]},{"title":"Geithner Plan III","description":"Constructing an investment where an investor gets the same upside while the program limits the downside.","url":"http:\/\/www.youtube.com\/watch?v=_ka1HZS-Egc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/geithner-plan-iii","created":1298220200,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15764","children":[]},{"title":"Geithner Plan IV","description":"Quantifying the value of the put option","url":"http:\/\/www.youtube.com\/watch?v=ajl1UdtYUCA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/geithner-plan-iv","created":1298220200,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12163","children":[]},{"title":"Geithner 5: A better solution","description":"A better way to solve the \"liquidity\" and \"price discovery\" problem.","url":"http:\/\/www.youtube.com\/watch?v=kpqSeXpiM6k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/geithner-5--a-better-solution","created":1298220200,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21491","children":[]}]},{"title":"Foreign exchange and trade","description":"This tutorial walks through how China's undervaluing of its currency impacts trade and prices (which also fuels cheap borrowing for the U.S.).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Currency Exchange Introduction","description":"Introduction to how exchange rates can fluctuate","url":"http:\/\/www.youtube.com\/watch?v=itoNb1lb5hY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/currency-exchange-introduction","created":1298219925,"start":null,"end":null,"type":"video","provider":"Khan University","views":"189799","children":[]},{"title":"Currency Effect on Trade","description":"Currency Effect on Trade","url":"http:\/\/www.youtube.com\/watch?v=5HVCFrXQ9pw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/currency-effect-on-trade","created":1298219925,"start":null,"end":null,"type":"video","provider":"Khan University","views":"83998","children":[]},{"title":"Currency Effect on Trade Review","description":"Currency Effect on Trade Review","url":"http:\/\/www.youtube.com\/watch?v=Ysk1ySejuCQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/currency-effect-on-trade-review","created":1298219925,"start":null,"end":null,"type":"video","provider":"Khan University","views":"46754","children":[]},{"title":"Pegging the Yuan","description":"How the Chinese Central Bank could peg the Yuan to the dollar by printing Yuan and buying dollars (building up a dollar reserve)","url":"http:\/\/www.youtube.com\/watch?v=S-9iY1OgbDE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pegging-the-yuan","created":1298219925,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57644","children":[]},{"title":"Chinese Central Bank Buying Treasuries","description":"Chinese Central Bank Buying Treasuries","url":"http:\/\/www.youtube.com\/watch?v=MN4SWiEEqKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chinese-central-bank-buying-treasuries","created":1298219925,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52861","children":[]},{"title":"American-Chinese Debt Loop","description":"How the Chinese buying of American debt leads to lower interest rates","url":"http:\/\/www.youtube.com\/watch?v=m5xu4r0szaA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/american-chinese-debt-loop","created":1298219925,"start":null,"end":null,"type":"video","provider":"Khan University","views":"71767","children":[]},{"title":"Debt Loops Rationale and Effects","description":"Positive and negative effects of China's devaluing of their currency","url":"http:\/\/www.youtube.com\/watch?v=XBI7DqttyOQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/debt-loops-rationale-and-effects","created":1298219926,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41387","children":[]},{"title":"China keeps peg but diversifies holdings","description":"China keeps peg but diversifies holdings","url":"http:\/\/www.youtube.com\/watch?v=4aNoZjAhSr8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/china-keeps-peg-but-diversifies-holdings","created":1301061779,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21669","children":[]},{"title":"Carry Trade Basics","description":"The mechanics of the carry trade","url":"http:\/\/www.youtube.com\/watch?v=8In5PK1yUAA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/carry-trade-basics","created":1314439228,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16739","children":[]}]},{"title":"Chinese currency and U.S. debt","description":"This tutorial contains short videos that explain how China and the United States are intertwined through currency and debt. This is key for understanding the current global macro picture.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Floating Exchange Resolving Trade Imbalance","description":"Floating Exchange Resolving Trade Imbalance","url":"http:\/\/www.youtube.com\/watch?v=wNYFJsC8TZE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/floating-exchange-resolving-trade-imbalance","created":1301061780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18352","children":[]},{"title":"China Pegs to Dollar to Keep Trade Imbalance","description":"China Pegs to Dollar to Keep Trade Imbalance","url":"http:\/\/www.youtube.com\/watch?v=uTlh861MtYk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/china-pegs-to-dollar-to-keep-trade-imbalance","created":1301061780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23348","children":[]},{"title":"China buys US Bonds","description":"China buys US Bonds","url":"http:\/\/www.youtube.com\/watch?v=Dfkq9SOWxY8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/china-buys-us-bonds","created":1301061780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30329","children":[]},{"title":"Review of China US currency situation","description":"Review of China US currency situation","url":"http:\/\/www.youtube.com\/watch?v=DtlFQ_nNaQM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/review-of-china-us-currency-situation","created":1301061780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27710","children":[]},{"title":"Data on Chinese M1 Increase in 2010","description":"Data on Chinese M1 Increase in 2010","url":"http:\/\/www.youtube.com\/watch?v=4Azskeheo_g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/data-on-chinese-m1-increase-in-2010","created":1301061780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21352","children":[]},{"title":"Data on Chinese Foreign Assets Increase in 2010","description":"Data on Chinese Foreign Assets Increase in 2010","url":"http:\/\/www.youtube.com\/watch?v=a3NFAnHxpKw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/data-on-chinese-foreign-assets-increase-in-2010","created":1301061780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11989","children":[]},{"title":"Data on Chinese US Balance of Payments","description":"Data on Chinese US Balance of Payments","url":"http:\/\/www.youtube.com\/watch?v=iNemmT1hnzA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/data-on-chinese-us-balance-of-payments","created":1301061780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13251","children":[]},{"title":"Chinese inflation","description":"Chinese inflation","url":"http:\/\/www.youtube.com\/watch?v=R_-V6usZJsc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/chinese-inflation","created":1301061780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18026","children":[]},{"title":"Floating Exchange Effect on China","description":"Floating Exchange Effect on China","url":"http:\/\/www.youtube.com\/watch?v=vrGNXAGmfCM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/floating-exchange-effect-on-china","created":1301061780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14395","children":[]},{"title":"Floating Exchange Effect on US","description":"Floating Exchange Effect on US","url":"http:\/\/www.youtube.com\/watch?v=K0GF4FT51qY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/floating-exchange-effect-on-us","created":1301061780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14183","children":[]}]},{"title":"2011-2012 Greek Debt Crisis","description":"The Greek government incurred debt beyond its means but didn't have control over its own currency to inflate away its obligations. From austerity, to a bailout, to leaving the Eurozone, none of the options looked great.\n\nIn this tutorial, Sal walks through the situation Greece was in and its options (these videos were made as the crisis was unfolding).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Options, swaps, futures, MBSs, CDOs and other derivatives","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Put and call options","description":"Options allow investors and speculators to hedge downside (or upside). It allows them to trade on a belief that prices will change a lot--just not clear about direction. It allows them to benefit in any market (with leverage) if they speculate correctly.\n\nThis tutorial walks through option basics and even goes into some fairly sophisticated option mechanics.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"American Call Options","description":"American Call Options","url":"http:\/\/www.youtube.com\/watch?v=nnl3x1wo25g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/american-call-options","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50467","children":[]},{"title":"American Put Options","description":"American Put Options","url":"http:\/\/www.youtube.com\/watch?v=6CUcgUeQS-w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/american-put-options","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38160","children":[]},{"title":"Call Option as Leverage","description":"Call Option as Leverage","url":"http:\/\/www.youtube.com\/watch?v=N8h45mDI80s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/call-option-as-leverage","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30166","children":[]},{"title":"Put vs. Short and Leverage","description":"Put vs. Short and Leverage","url":"http:\/\/www.youtube.com\/watch?v=_q25hz5xLdk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/put-vs--short-and-leverage","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23846","children":[]},{"title":"Call Payoff Diagram","description":"Call Payoff Diagram","url":"http:\/\/www.youtube.com\/watch?v=MZQxeQYQCUg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/call-payoff-diagram","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24699","children":[]},{"title":"Put Payoff Diagram","description":"Put Payoff Diagram","url":"http:\/\/www.youtube.com\/watch?v=VST_U297pH0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/put-payoff-diagram","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19572","children":[]},{"title":"Long Straddle","description":"Long Straddle","url":"http:\/\/www.youtube.com\/watch?v=2HIRaOQDRho&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/long-straddle","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21137","children":[]},{"title":"Put as Insurance","description":"Put as Insurance","url":"http:\/\/www.youtube.com\/watch?v=i65NIcnHS9Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/put-as-insurance","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18093","children":[]},{"title":"Put-Call Parity","description":"Put-Call Parity","url":"http:\/\/www.youtube.com\/watch?v=m4mrd7sHCPM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/put-call-parity","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34378","children":[]},{"title":"Put Writer Payoff Diagrams","description":"Put Writer Payoff Diagrams","url":"http:\/\/www.youtube.com\/watch?v=WFuLVSz6n8M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/put-writer-payoff-diagrams","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14012","children":[]},{"title":"Call Writer Payoff Diagram","description":"Call Writer Payoff Diagram","url":"http:\/\/www.youtube.com\/watch?v=TdW3LdN5SJw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/call-writer-payoff-diagram","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11885","children":[]},{"title":"Arbitrage Basics","description":"Arbitrage Basics","url":"http:\/\/www.youtube.com\/watch?v=AuCH7fHZsZ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arbitrage-basics","created":1301061796,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31415","children":[]},{"title":"Put-Call Parity Arbitrage I","description":"Put-Call Parity Arbitrage I","url":"http:\/\/www.youtube.com\/watch?v=SCM4A0rBeOQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/put-call-parity-arbitrage-i","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27023","children":[]},{"title":"Put-Call Parity Arbitrage II","description":"Put-Call Parity Arbitrage II","url":"http:\/\/www.youtube.com\/watch?v=MHWmBggmIU0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/put-call-parity-arbitrage-ii","created":1300300079,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18022","children":[]},{"title":"Put-Call Parity Clarification","description":"Put-Call Parity Clarification","url":"http:\/\/www.youtube.com\/watch?v=Sc6zc8KR_NU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/put-call-parity-clarification","created":1301061796,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16126","children":[]},{"title":"Actual Option Quotes","description":"Actual Option Quotes","url":"http:\/\/www.youtube.com\/watch?v=3o82OwR78wU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/actual-option-quotes","created":1301061796,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15053","children":[]},{"title":"Option Expiration and Price","description":"Option Expiration and Price","url":"http:\/\/www.youtube.com\/watch?v=OrRDNKNHtlg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/option-expiration-and-price","created":1301061797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17448","children":[]}]},{"title":"Forward and futures contracts","description":"In many commodities markets, it is very helpful for buyers or sellers to lock-in future prices. This is what both forwards and futures allow for. This tutorial explains how they work and what the difference is between the two.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Forward Contract Introduction","description":"Forward Contract Introduction","url":"http:\/\/www.youtube.com\/watch?v=H9UEZdAnnt8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/forward-contract-introduction","created":1301061797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68111","children":[]},{"title":"Futures Introduction","description":"Futures Introduction","url":"http:\/\/www.youtube.com\/watch?v=3g6P0lRXotI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/futures-introduction","created":1301061797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"112538","children":[]},{"title":"Motivation for the Futures Exchange","description":"How an exchange can benefit from trading futures and how it can use margin to mitigate its risk","url":"http:\/\/www.youtube.com\/watch?v=iyrOGvbSS2U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/motivation-for-the-futures-exchange","created":1301061797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21496","children":[]},{"title":"Futures Margin Mechanics","description":"Understanding the mechanics of margin for futures. Initial and maintenance margin","url":"http:\/\/www.youtube.com\/watch?v=1t42z5U2uoc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/futures-margin-mechanics","created":1301061797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23288","children":[]},{"title":"Verifying Hedge with Futures Margin Mechanics","description":"Verifying Hedge with Futures Margin Mechanics","url":"http:\/\/www.youtube.com\/watch?v=1mnKCkmeaYs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/verifying-hedge-with-futures-margin-mechanics","created":1301061797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19120","children":[]},{"title":"Futures and Forward Curves","description":"Normal and Inverted Futures Curves","url":"http:\/\/www.youtube.com\/watch?v=AnATlMVA12E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/futures-and-forward-curves","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19980","children":[]},{"title":"Contango from Trader Perspective","description":"What a trader means when they say that a market is in contango","url":"http:\/\/www.youtube.com\/watch?v=C3KlN5kTWAs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/contango-from-trader-perspective","created":1307489182,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13586","children":[]},{"title":"Severe Contango Generally Bearish","description":"Thinking about why a severe contango could be bearish","url":"http:\/\/www.youtube.com\/watch?v=hYzN0w8FatU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/severe-contango-generally-bearish","created":1307489182,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10131","children":[]},{"title":"Backwardation Bullish or Bearish","description":"Thinking about why backwardation in commodities markets is bullish","url":"http:\/\/www.youtube.com\/watch?v=1CxRVVGGNJU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/backwardation-bullish-or-bearish","created":1307402784,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11602","children":[]},{"title":"Futures Curves II","description":"Futures Curves II","url":"http:\/\/www.youtube.com\/watch?v=UDe6zeabyQM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/futures-curves-ii","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12394","children":[]},{"title":"Contango","description":"","url":"http:\/\/www.youtube.com\/watch?v=wSqkieBUuo8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/contango","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16332","children":[]},{"title":"Backwardation","description":"Backwardation and the theory of Normal Backwardation","url":"http:\/\/www.youtube.com\/watch?v=LDuJ1AD7n54&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/backwardation","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12507","children":[]},{"title":"Contango and Backwardation Review","description":"Review of the difference uses of the words contango, backwardation, contango theory and theory of normal backwardation","url":"http:\/\/www.youtube.com\/watch?v=5YaSL-y46Hk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/contango-and-backwardation-review","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11197","children":[]},{"title":"Upper Bound on Forward Settlement Price","description":"Upper Bound on Forward Settlement Price","url":"http:\/\/www.youtube.com\/watch?v=FcRxdq7KGOQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/upper-bound-on-forward-settlement-price","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8221","children":[]},{"title":"Lower Bound on Forward Settlement Price","description":"Lower Bound on Forward Settlement Price","url":"http:\/\/www.youtube.com\/watch?v=_uDb0ZdGb8w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lower-bound-on-forward-settlement-price","created":1301529602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7216","children":[]},{"title":"Arbitraging Futures Contract","description":"","url":"http:\/\/www.youtube.com\/watch?v=0jk6uLZ1Tdc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arbitraging-futures-contract","created":1301061797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17679","children":[]},{"title":"Arbitraging Futures Contracts II","description":"Arbitraging Futures Contracts II","url":"http:\/\/www.youtube.com\/watch?v=5kFnAmmGXM4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arbitraging-futures-contracts-ii","created":1301061797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11020","children":[]},{"title":"Futures Fair Value in the Pre-Market","description":"What is the Futures Fair Value and how to traders use it as an indicator for stock price direction at market opening","url":"http:\/\/www.youtube.com\/watch?v=QiluvhVryI0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/futures-fair-value-in-the-pre-market","created":1311204413,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7555","children":[]},{"title":"Interpreting Futures Fair Value in the PreMarket","description":"How to interpret the market price of a futures contract relative to the fair value in the premarket","url":"http:\/\/www.youtube.com\/watch?v=owcmu4XxrHM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interpretting-futures-fair-value-in-the-premarket","created":1316253639,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6197","children":[]}]},{"title":"Mortgage-backed securities","description":"What started out as a creative way to spread risk ended up fueling a monster housing bubble. This tutorial explains what mortgage-backed securities are and how they work.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Mortgage Back Security Overview","description":"Basics of how a mortgage back security works","url":"http:\/\/www.youtube.com\/watch?v=dwleadLC2Dw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mortgage-back-security-overview","created":1311204408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25678","children":[]}]},{"title":"Collateralized debt obligations","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Collateralized Debt Obligation Overview","description":"How CDOs can give different investors different levels of risk and returns with the same underlying assets","url":"http:\/\/www.youtube.com\/watch?v=TEfyIsDRGCk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/collateralized-debt-obligation-overview","created":1311204408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26397","children":[]}]},{"title":"Credit default swaps","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Credit Default Swaps (CDS) Intro","description":"Introduction to credit default swaps and why they can be dangerous","url":"http:\/\/www.youtube.com\/watch?v=ccaCl1GKdJ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/credit-default-swaps--cds--intro","created":1311204408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33923","children":[]},{"title":"Use Cases for Credit Default Swaps","description":"How credit default swaps can be used as hedges, insurance or side-bets","url":"http:\/\/www.youtube.com\/watch?v=ewSw9tF9Z0E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/use-cases-for-credit-default-swaps","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6650","children":[]},{"title":"Financial Weapons of Mass Destruction","description":"Why Warren Buffett called Credit Default Swaps financial weapons of mass destruction","url":"http:\/\/www.youtube.com\/watch?v=MNUVuZu6heA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/financial-weapons-of-mass-destruction","created":1311377213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14065","children":[]}]},{"title":"Interest rate swaps","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Interest Rate Swap 1","description":"The basic dynamic of an interest rate swap","url":"http:\/\/www.youtube.com\/watch?v=PLjyj1FJqig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interest-rate-swap-1","created":1316253639,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26571","children":[]},{"title":"Interest Rate Swap 2","description":"","url":"http:\/\/www.youtube.com\/watch?v=xE43JrjCpjE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interest-rate-swap-2","created":1316253639,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19919","children":[]}]},{"title":"Current Economics","description":"Discussions of economic topics and how they relate to current events.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Unemployment","description":"Unemployment is a key metric for judging the health of an economy (and even political stability). This tutorial is a primer on what it is and how it's measured (which you might find surprising).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Unemployment","description":"Analyzing unemployment data to show that \"real\" unemployment is worse than the headline numbers show.","url":"http:\/\/www.youtube.com\/watch?v=vUOiOi-XaoQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unemployment","created":1298219932,"start":null,"end":null,"type":"video","provider":"Khan University","views":"66371","children":[]},{"title":"Unemployment Rate Primer (v2)","description":"How the unemployment rate is calculated","url":"http:\/\/www.youtube.com\/watch?v=cR7ycFYKyWo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unemployment-rate-primer--v2","created":1312327625,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5294","children":[]},{"title":"Unemployment Rate Primer","description":"Understanding how the headline unemployment rate (U-3) is calculated","url":"http:\/\/www.youtube.com\/watch?v=9DGbDx5xQNo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unemployment-rate-primer","created":1298219933,"start":null,"end":null,"type":"video","provider":"Khan University","views":"39137","children":[]},{"title":"Simple Analysis of Cost per Job Saved from Stimulus","description":"Simple analysis of cost per job saved from stimulus","url":"http:\/\/www.youtube.com\/watch?v=sSqxVMbml_k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-analysis-of-cost-per-job-saved-from-stimulus","created":1298219933,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27020","children":[]}]},{"title":"Microeconomics","description":"Topics covered in a traditional college level introductory microeconomics course","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Supply, demand and market equilibrium","description":"The core ideas in microeconomics. Supply, demand and equilibrium.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Introduction to economics","description":"This tutorial (that only has one video) is an overview of what economics is. In particular it will tell you the difference between microeconomics (the subject you're in right now) and macroeconomics. Really good first watch to give you some context on the world of economics.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Economics","description":"Basic introduction to what microeconomics and macroeconomics study. A bit on Adam Smith","url":"http:\/\/www.youtube.com\/watch?v=8JYP_wU1JTU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-economics","created":1340930981,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43222","children":[]}]},{"title":"The demand curve","description":"You've probably heard of supply and demand. Well, this tutorial focuses on the demand part. All else equal, do people want more or less of something if the price goes down (what would you do)? Not only will you get an intuition for the way we typically depict a demand curve, you'll get an understanding for what might shift it.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Law of Demand","description":"Example of the law of demand","url":"http:\/\/www.youtube.com\/watch?v=ShzPtU7IOXs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/law-of-demand","created":1325329210,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63499","children":[]},{"title":"Change in Expected Future Prices and Demand","description":"","url":"http:\/\/www.youtube.com\/watch?v=7siSvYs84fg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/change-in-expected-future-prices-and-demand","created":1357331460,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2490","children":[]},{"title":"Price of Related Products and Demand","description":"How changes in the price of related goods can shift demand","url":"http:\/\/www.youtube.com\/watch?v=-oClpRv7msg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/price-of-related-products-and-demand","created":1325329210,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31093","children":[]},{"title":"Changes in Income, Population, or Preferences","description":"How demand can be effected by changes in income, population or preferences","url":"http:\/\/www.youtube.com\/watch?v=do1HDIdfQkU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/changes-in-income--population--or-preferences","created":1325329210,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26209","children":[]},{"title":"Normal and Inferior Goods","description":"How the demand for some goods could actually go down if incomes go up","url":"http:\/\/www.youtube.com\/watch?v=wYuAwm-5-Bk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/normal-and-inferior-goods","created":1325329210,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33274","children":[]},{"title":"Inferior Goods Clarification","description":"More clarification on inferior and normal goods","url":"http:\/\/www.youtube.com\/watch?v=TAhRoJB34nw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inferior-goods-clarification","created":1325588413,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21561","children":[]}]},{"title":"The supply curve","description":"Now we'll focus on the \"supply\" part of supply and demand. Supply curves (as we typically depict them) come out of the idea that producers will make more if they get paid more.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Law of Supply","description":"Introduction to the Law of Supply","url":"http:\/\/www.youtube.com\/watch?v=3xCzhdVtdMI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/law-of-supply","created":1325588413,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45162","children":[]},{"title":"Factors Affecting Supply","description":"How the price of inputs, price of related goods, number of suppliers technology, and expected future prices affects the supply curve","url":"http:\/\/www.youtube.com\/watch?v=0isM0GF-rMI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/factors-affecting-supply","created":1325588413,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28436","children":[]},{"title":"Long Term Supply Curve","description":"","url":"http:\/\/www.youtube.com\/watch?v=ahaHgqwt_LA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/long-term-supply-curve-1","created":1357332048,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1685","children":[]}]},{"title":"Market equilibrium","description":"You understand demand and supply. This tutorial puts it all together by thinking about where the two curves intersect. This point represents the equilibrium price and quantity which is, in an ideal world, where the market would transact.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Market Equilibrium","description":"Equilibrium price and quantity for supply and demand","url":"http:\/\/www.youtube.com\/watch?v=PEMkfgrifDw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/market-equilibrium","created":1325588413,"start":null,"end":null,"type":"video","provider":"Khan University","views":"40596","children":[]},{"title":"Changes in Market Equilibrium","description":"How the equilibrium price or quantity might change due to changes in supply or demand","url":"http:\/\/www.youtube.com\/watch?v=NgPqyM3I_8o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/changes-in-market-equilibrium","created":1325588413,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30385","children":[]}]},{"title":"What drives oil prices","description":"This tutorial tries to address a very important question in the real world--what drives oil prices? And we will do it using the tools of the supply and demand curves.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Breakdown of Gas Prices","description":"Where the dollars at the pump go","url":"http:\/\/www.youtube.com\/watch?v=1YYy0DEOpoU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/breakdown-of-gas-prices","created":1332539545,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27957","children":[]},{"title":"Short-Run Oil Prices","description":"Thinking about what moves oil prices","url":"http:\/\/www.youtube.com\/watch?v=ZxtlcZ-d90o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/short-run-oil-prices","created":1332539896,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18603","children":[]}]},{"title":"Elasticity","description":"Price elasticity of demand and supply. How sensitive are things to change in price.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Price elasticity","description":"You're familiar with supply and demand curves already. In this tutorial we'll explore what implications their steepness (or lack of) implies. Price elasticity is a measure of how sensitive something is to price.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Price Elasticity of Demand","description":"Introduction to price elasticity of demand","url":"http:\/\/www.youtube.com\/watch?v=slP8XZ6Nq40&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/price-elasticity-of-demand","created":1325674807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62433","children":[]},{"title":"More on Elasticity of Demand","description":"Looking a bit deeper at why elasticity changes despite having a linear demand curve","url":"http:\/\/www.youtube.com\/watch?v=YOT8ryWzwbY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-elasticity-of-demand","created":1325674807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27974","children":[]},{"title":"Perfect Inelasticity and Perfect Elasticity of Demand","description":"Extreme examples of price elasticity of demand","url":"http:\/\/www.youtube.com\/watch?v=6udRtn5jSWk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perfect-inelasticity-and-perfect-elasticity-of-demand","created":1325674807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25848","children":[]},{"title":"Constant Unit Elasticity","description":"What a demand curve with constant unit elasticity would look like","url":"http:\/\/www.youtube.com\/watch?v=m7qXvQvWlY4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/constant-unit-elasticity","created":1325761214,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16583","children":[]},{"title":"Total Revenue and Elasticity","description":"Thinking about how total revenue and elasticity are related","url":"http:\/\/www.youtube.com\/watch?v=Udltkvm9HLc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/total-revenue-and-elasticity","created":1325761214,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23153","children":[]},{"title":"More on Total Revenue and Elasticity","description":"Clarification on the relationship between total revenue and elasticity","url":"http:\/\/www.youtube.com\/watch?v=KgrLUQYgIJE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-total-revenue-and-elasticity","created":1325761214,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13992","children":[]},{"title":"Cross Elasticity of Demand","description":"Price of one good effecting quantity demanded of another","url":"http:\/\/www.youtube.com\/watch?v=Ngv0Be9NxAw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cross-elasticity-of-demand","created":1325761214,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23278","children":[]},{"title":"Elasticity of Supply","description":"Thinking about elasticity of supply","url":"http:\/\/www.youtube.com\/watch?v=AAWsuFXojgo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/elasticity-of-supply","created":1325761214,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23086","children":[]},{"title":"Elasticity and Strange Percent Changes","description":"Why we calculate percent changes in a strange way when calculating elasticities","url":"http:\/\/www.youtube.com\/watch?v=fUxSB3yYIbs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/elasticity-and-strange-percent-changes","created":1325847609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11562","children":[]}]},{"title":"Consumer and producer surplus","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Consumer and producer surplus","description":"Many times, the equilibrium price is lower than the highest price some folks are willing to pay. For all consumers, this is called consumer surplus. Similarly, the price might be higher than the minimum price at which some are willing to produce. For all the producers, this is called producer surplus. This tutorial covers them both with an emphasis on the visual.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Demand Curve as Marginal Benefit Curve","description":"Thinking about a demand curve in terms of quantity driving price","url":"http:\/\/www.youtube.com\/watch?v=KrkbbRxdDZ8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/demand-curve-as-marginal-benefit-curve","created":1325847609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19742","children":[]},{"title":"Consumer Surplus Introduction","description":"Consumer surplus as difference between marginal benefit and price paid","url":"http:\/\/www.youtube.com\/watch?v=_6kwhF6hoqQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/consumer-surplus-introduction","created":1325847609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23080","children":[]},{"title":"Total Consumer Surplus as Area","description":"Looking at consumer surplus as area between the demand curve and the market price","url":"http:\/\/www.youtube.com\/watch?v=RBUBIRtn0xQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/total-consumer-surplus-as-area","created":1326193208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17077","children":[]},{"title":"Producer Surplus","description":"Looking at the supply curve as an opportunity cost curve. Understanding the producer surplus as the area between the supply curve and the market price","url":"http:\/\/www.youtube.com\/watch?v=-V-Y5klejSg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/producer-surplus","created":1326193208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19188","children":[]}]},{"title":"Deadweight loss","description":"We can often lose economic efficiency because of things like price floors, ceilings and taxes. This loss in surplus (people who have more marginal benefit than marginal cost are not buying or people who have more marginal cost than benefit are buying) is called deadweight loss.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Rent Control and Deadweight Loss","description":"How instituting a price ceiling lower than the equilibrium price reduces the total surplus (dead weight loss)","url":"http:\/\/www.youtube.com\/watch?v=ZrNKHCCVfB8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rent-control-and-deadweight-loss","created":1326279608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20561","children":[]},{"title":"Minimum Wage and Price Floors","description":"How a minimum wage might effect the labor market","url":"http:\/\/www.youtube.com\/watch?v=j0c2vmFGbtk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/minimum-wage-and-price-floors","created":1326279608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21374","children":[]},{"title":"Taxation and Dead Weight Loss","description":"The effect of taxation on the equilibrium price and quantity","url":"http:\/\/www.youtube.com\/watch?v=NuLlNAdrom4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/taxation-and-dead-weight-loss","created":1326452408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22329","children":[]},{"title":"Percentage Tax on Hamburgers","description":"What would happen if we have a percentage tax instead of a fixed dollar amount","url":"http:\/\/www.youtube.com\/watch?v=xwOTlMaerEQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/percentage-tax-on-hamburgers","created":1326452408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12966","children":[]},{"title":"Taxes and Perfectly Inelastic Demand","description":"Who bears the burden for the taxes when demand is inelastic","url":"http:\/\/www.youtube.com\/watch?v=lsn16U5DWD4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/taxes-and-perfectly-inelastic-demand","created":1326538807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12242","children":[]},{"title":"Taxes and Perfectly Elastic Demand","description":"Who bears the burden for a tax on a good with perfectly elastic demand","url":"http:\/\/www.youtube.com\/watch?v=z1yJPpGC3-o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/taxes-and-perfectly-elastic-demand","created":1326538807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13001","children":[]}]},{"title":"Public goods and externalities","description":"In many scenarios thinking only about producers' marginal cost or consumers' marginal benefit does not fully capture *all* of the costs or benefits from the production\/use of a product. In this tutorial, we explore these externalities (negative and positive ones) to think a bit deeper about ways to maximize total surplus not just for producers and consumers, but for society as a whole.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Negative Externalities","description":"Taking negative externalities into account when thinking about the optimal equilibrium price and quantity","url":"http:\/\/www.youtube.com\/watch?v=nBw6KvU51BE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/negative-externalities","created":1328061221,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17019","children":[]},{"title":"Taxes for Factoring in Negative Externalities","description":"How to factor in negative externalities through taxation","url":"http:\/\/www.youtube.com\/watch?v=UYShebe44Xs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/taxes-for-factoring-in-negative-externalities","created":1328061221,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9639","children":[]},{"title":"Positive Externalities","description":"Factoring in external benefits","url":"http:\/\/www.youtube.com\/watch?v=TSTLLFJbaA4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/positive-externalities","created":1328061221,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11302","children":[]},{"title":"Tragedy of the Commons","description":"How public resources can be abused","url":"http:\/\/www.youtube.com\/watch?v=0b2Tl0x-niw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tragedy-of-the-commons","created":1328061221,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10065","children":[]}]},{"title":"Scarcity, possibilities, preferences and opportunity cost","description":"How do you decide what to produce or trade? How can you maximize happiness in a world of scarcity. What are you giving up when you choose something (i.e., opportunity cost)?","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Production possibilities frontier","description":"This tutorial goes back to the basics. You are a hunter-gatherer with only so much time to hunt or gather. How do you allocate your time and energy to maximize you happiness? This is what we try to understand through our study of the production possibilities frontier and opportunity cost.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Production Possibilities Frontier","description":"Tradeoffs for a hunter gatherer and the production possibilities frontier. Ceteris Paribus","url":"http:\/\/www.youtube.com\/watch?v=_7VHfuWV-Qg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/production-possibilities-frontier","created":1325242807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"124272","children":[]},{"title":"Opportunity Cost","description":"Opportunity cost (and marginal cost) based on the PPF","url":"http:\/\/www.youtube.com\/watch?v=pkEiHZAtoro&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/opportunity-cost","created":1325242807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"82390","children":[]},{"title":"Increasing Opportunity Cost","description":"Why the opportunity cost may increase as you pursue more rabbits","url":"http:\/\/www.youtube.com\/watch?v=00fgAG6VrRQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/increasing-opportunity-cost","created":1325242807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45298","children":[]},{"title":"Allocative Efficiency and Marginal Benefit","description":"Marginal Utility and maximization","url":"http:\/\/www.youtube.com\/watch?v=MT4akJsAmb0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/allocative-efficiency-and-marginal-benefit","created":1325242807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44448","children":[]},{"title":"Economic Growth through Investment","description":"How investing for capital formation can expand the production possibilities frontier (PPF)","url":"http:\/\/www.youtube.com\/watch?v=a9aUMpGs6c8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/economic-growth-through-investment","created":1325242807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34520","children":[]}]},{"title":"Comparative advantage and gains from trade","description":"Should you try to produce everything yourself or only what you are best at and trade for everything else? What if you're better than your trading partners at everything? \n\nThis tutorial focuses on comparative advantage, specialization and gains from trade with a microeconomic lens.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Comparative Advantage Specialization and Gains from Trade","description":"How two parties can get better outcomes by specializing in their comparative advantage and trading","url":"http:\/\/www.youtube.com\/watch?v=xx9xNJlPOJo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparative-advantage-specialization-and-gains-from-trade","created":1325329210,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42339","children":[]},{"title":"Comparative Advantage and Absolute Advantage","description":"Showing that a party benefits from trade as long as there is a comparative advantage (and not necessarily an absolute advantage)","url":"http:\/\/www.youtube.com\/watch?v=xN3UV5FsBkU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparative-advantage-and-absolute-advantage","created":1325329210,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35655","children":[]}]},{"title":"Marginal utility and budget lines","description":"In this tutorial we look at the utility of getting one more of something and put numbers to it. We then use this to construct a budget line and think about indifference curves.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Marginal Utility","description":"Marginal utility and marginal benefit. How you would spend $5 on chocolate and fruit","url":"http:\/\/www.youtube.com\/watch?v=Kf9KhwryQNE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/marginal-utility","created":1326798007,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30878","children":[]},{"title":"Equalizing Marginal Utility per Dollar Spent","description":"Why the marginal utility for dollar spent should be theoritically equal for the last increment of either good purchased","url":"http:\/\/www.youtube.com\/watch?v=KbW6OiuRa1Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equalizing-marginal-utility-per-dollar-spent","created":1326798007,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13019","children":[]},{"title":"Deriving Demand Curve from Tweaking Marginal Utility per Dollar","description":"Seeing what happens to quantity demanded when price changes","url":"http:\/\/www.youtube.com\/watch?v=4-_-wQc3EGE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/deriving-demand-curve-from-tweaking-marginal-utility-per-dollar","created":1326798007,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11698","children":[]},{"title":"Budget Line","description":"What I can buy with my income","url":"http:\/\/www.youtube.com\/watch?v=Uq5Wzs96tiw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/budget-line","created":1326884408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18949","children":[]},{"title":"Indifference Curves and Marginal Rate of Substitution","description":"","url":"http:\/\/www.youtube.com\/watch?v=7G4BUm7M6MY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/indifference-curves-and-marginal-rate-of-substitution","created":1357318849,"start":null,"end":null,"type":"video","provider":"Khan University","views":"716","children":[]},{"title":"Optimal Point on Budget Line","description":"Using indifference curves to think about the point on the budget line that maximizes total utility","url":"http:\/\/www.youtube.com\/watch?v=nhSSu0Nzs30&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optimal-point-on-budget-line","created":1326884408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16500","children":[]},{"title":"Types of Indifference Curves","description":"Indifference curves for normal goods, substitutes and perfect complements","url":"http:\/\/www.youtube.com\/watch?v=kJ43GdU5Uzc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/types-of-indifference-curves","created":1326884408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22615","children":[]}]},{"title":"Production decisions and economic profit","description":"Economic profit vs. accounting profit. Average total cost (ATC) and marginal cost (MC). Marginal product of labor (MPL). Price discrimination.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Economic profit and opportunity cost","description":"Economic profit and accounting profit are two different things (the difference being that economic profit takes into account opportunity cost). Confused? This tutorial lays it all out with the example of a restaurant.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Economic Profit vs Accounting Profit","description":"Difference between a firm's accounting and economic profit","url":"http:\/\/www.youtube.com\/watch?v=06j_zPdPWOY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/economic-profit-vs-accounting-profit","created":1326970807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34403","children":[]},{"title":"Depreciation and Opportunity Cost of Capital","description":"How to account for things when you own the building instead of renting it","url":"http:\/\/www.youtube.com\/watch?v=ckBKDrKVIMU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/depreciation-and-opportunity-cost-of-capital","created":1327057207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13368","children":[]}]},{"title":"Average costs (ATC, MC) and marginal revenue (MR)","description":"In this tutorial, Sal uses the example of an orange juice business to help us understand the ideas of average total cost (ATC), marginal cost (MC) and marginal revenue (MR). We then use this understanding to answer the age-old question, \"how much orange juice should I produce?\" Finally, we use these ideas to construct a long-run supply curve. A must watch if you're interested in making juice!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Marginal Cost and Average Total Cost","description":"Looking at marginal and average total cost in the context of a juice business","url":"http:\/\/www.youtube.com\/watch?v=7t8gdc3YogM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/marginal-cost-and-average-total-cost","created":1327402807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27075","children":[]},{"title":"Marginal Revenue and Marginal Cost","description":"Thinking about a rational quantity of juice to produce","url":"http:\/\/www.youtube.com\/watch?v=xGkE0oHyNhk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/marginal-revenue-and-marginal-cost","created":1327402807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25801","children":[]},{"title":"Marginal Revenue Below Average Total Cost","description":"Why it is rational to produce at a loss","url":"http:\/\/www.youtube.com\/watch?v=ni0TL4pXG5w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/marginal-revenue-below-average-total-cost","created":1327402807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16295","children":[]},{"title":"Long Term Supply Curve and Economic Profit","description":"Understanding the long term supply curve in terms of economic profit","url":"http:\/\/www.youtube.com\/watch?v=CWiHA5XtqgU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/long-term-supply-curve-and-economic-profit","created":1327489209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18403","children":[]}]},{"title":"Average fixed, variable and marginal costs","description":"Using a spreadsheet, Sal walks through an example of average costs per line of code as a firm hires more engineers. Really good primer to understand what average fixed costs, average variable costs, average total costs (ATC) and average marginal costs (MC) are (and how they are calculated).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Fixed, Variable, and Marginal Cost.","description":"Thinking about average fixed, variable and marginal cost","url":"http:\/\/www.youtube.com\/watch?v=bBQVaRnHqLs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fixed--variable--and-marginal-cost","created":1327143607,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33620","children":[]},{"title":"Visualizing Average Costs and Marginal Costs as Slope","description":"Graphing variable cost, fixed cost and total cost","url":"http:\/\/www.youtube.com\/watch?v=k1iHDu9GrJE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/visualizing-average-costs-and-marginal-costs-as-slope","created":1327402807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18718","children":[]}]},{"title":"Labor and marginal product revenue","description":"Constructing a demand curve for an individual firm by thinking about how much increment benefit they get from an incremental employee (marginal product of labor (MPL) and marginal product revenue (MPR). We later think about how we can add these \"demand\" curves to construct a \"demand\" curve for the market for labor in this industry.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"A Firm's Marginal Product Revenue Curve","description":"Thinking about how much incremental benefit a firm gets from hiring one more person","url":"http:\/\/www.youtube.com\/watch?v=cwClnv9Y1Y0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a-firm-s-marginal-product-revenue-curve","created":1328180411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8489","children":[]},{"title":"How Many People to Hire Given the MPR curve","description":"Thinking about how many people it makes sense to hire. Brief discussion of a monopsony.","url":"http:\/\/www.youtube.com\/watch?v=p8PSIpMkEvA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-many-people-to-hire-given-the-mpr-curve","created":1328180411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6333","children":[]},{"title":"Adding Demand Curves","description":"How to add demand curves","url":"http:\/\/www.youtube.com\/watch?v=gHs3zuRek7o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-demand-curves","created":1328180411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5999","children":[]}]},{"title":"Price discrimination","description":"This short tutorial explores how a wine business can utilize first-degree price discrimination to maximize economic profit (it uses many of the ideas we've explored in the rest of this tutorial).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"First Degree Price Discrimination","description":"Charging different consumers different amounts in an attempt to optimize economic profit","url":"http:\/\/www.youtube.com\/watch?v=z0wg9ZPyL38&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/first-degree-price-discrimination","created":1328061221,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11380","children":[]}]},{"title":"Forms of competition","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Perfect competition","description":"This tutorial looks at markets that are deemed to have \"perfect competition.\" This means that there are many players with identical products, no barriers to entry, no advantage for existing players and good pricing information. Few to no real market completely matches this theoretical ideal, but many are close. Even the example we use in this tutorial (the airline industry) isn't quite perfect (you should think about why).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Perfect Competition","description":"Conditions for perfect competition. Looking at the airline industry","url":"http:\/\/www.youtube.com\/watch?v=_NznT4Cn8As&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/perfect-competition","created":1327489209,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32941","children":[]}]},{"title":"Monopoly","description":"No, we aren't talking about the board game although the game does try to approximate what this tutorial is about--notice that you can charge more rent at either Boardwalk or Park Place if you own both (you have a \"monopoly\" in the navy blue market).\n\nThe opposite of perfect competition is when you have only one firm operating. This tutorial explores what this firm would do to maximize economic profit.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Monopoly Basics","description":"Thinking about what would happen with one airline. The opposite of perfect competition","url":"http:\/\/www.youtube.com\/watch?v=77CApfQlTuE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monopoly-basics","created":1327489210,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31643","children":[]},{"title":"Monopolist Optimizing Price (part 1)- Total Revenue.","description":"Starting to think about how a monopolist would rationally optimize profits","url":"http:\/\/www.youtube.com\/watch?v=cczABrLd_uA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monopolist-optimizing-price--part-1---total-revenue","created":1327575608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18233","children":[]},{"title":"Monopolist Optimizing Price (part 2)- Marginal Revenue","description":"Plotting the marginal revenue curve for a monopolist","url":"http:\/\/www.youtube.com\/watch?v=s1UQQELPyrc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monopolist-optimizing-price--part-2---marginal-revenue","created":1327575608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14449","children":[]},{"title":"Monopolist Optimizing Price (part 3)- Dead Weight Loss.avi","description":"Showing that what is optimal for the monopolist is not optimal for society","url":"http:\/\/www.youtube.com\/watch?v=daxL1ZLrUzg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monopolist-optimizing-price--part-3---dead-weight-loss-avi","created":1327575608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12405","children":[]},{"title":"Optional Calculus Proof to Show that MR has Twice Slope of Demand","description":"Using some basic calculus to show that marginal revenue has twice the slope of the demand curve for a monopolist","url":"http:\/\/www.youtube.com\/watch?v=atI4QH2acuw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/optional-calculus-proof-to-show-that-mr-has-twice-slope-of-demand","created":1327575608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8235","children":[]},{"title":"Review of Revenue and Cost Graphs for a Monopoly","description":"","url":"http:\/\/www.youtube.com\/watch?v=A_lV-XArVeE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/review-of-revenue-and-cost-graphs-for-a-monopoly-1","created":1357320528,"start":null,"end":null,"type":"video","provider":"Khan University","views":"446","children":[]}]},{"title":"Between perfect competition and monopoly","description":"Most markets sit somewhere in-between perfect competition and monopolies. This tutorial explores some of those scenarios--from monopolistic competition to oligopolies and duopolies.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Oligopolies and Monopolistic Competition","description":"Thinking about different markets that are in-between monopolies and perfect competition","url":"http:\/\/www.youtube.com\/watch?v=PzDthFTzEa0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oligopolies-and-monopolisitc-competition","created":1327662012,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22166","children":[]},{"title":"Monopolistic Competition and Economic Profit","description":"Why it is hard for a monopolisitc competitor to make economic profit in the long run","url":"http:\/\/www.youtube.com\/watch?v=RUVsEovktGU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monopolistic-competition-and-economic-profit","created":1328061221,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19570","children":[]},{"title":"Oligopolies, Duopolies, Collusion, and Cartels","description":"Thinking about when oligopolies behave more like monopolies or perfect competitors","url":"http:\/\/www.youtube.com\/watch?v=N0L00FZnhtg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oligopolies--duopolies--collusion--and-cartels","created":1327748411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20426","children":[]}]},{"title":"Game theory and Nash equilibrium","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Nash equilibrium","description":"If you haven't watched the movie \"A Beautiful Mind\", you should. It is about John Nash (played by Russell Crowe) who won the Nobel Prize in economics for his foundational contributions to game theory. This is what this tutorial is about.\n\nNash put some structure around how players in a \"game\" can optimize their outcomes (if the movie is to be fully believed, this insight struck him when he realize that if all his friends hit on the most pretty girl, he should hit on the second-most pretty one). In this tutorial, we use the classic \"prisoner's dilemma\" to highlight this concept.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Prisoners' Dilemma and Nash Equilibrium","description":"Why two not-so-loyal criminals would want to snitch each other out","url":"http:\/\/www.youtube.com\/watch?v=UkXI-zPcDIM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/prisoners--dilemma-and-nash-equilibrium","created":1327748411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33561","children":[]},{"title":"More on Nash Equilibrium","description":"Looking more closely at the definition of Nash Equilibrium","url":"http:\/\/www.youtube.com\/watch?v=ewu_7Dmj_18&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-nash-equilibrium","created":1327748411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21563","children":[]}]},{"title":"Why parties in a cartel will cheat","description":"You know what Nash equilibrium is (from the other tutorial). Now we apply it to a scenario that is fairly realistic--parties to a cartel cheating.\n\nA cartel is a group of actors that agree (sometimes illegally) to coordinate their production\/pricing to maximize their collective economic profit. What we will see, however, is that this is not a \"Pareto optimal\" state and they will soon start producing more than agreed on.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Why Parties to Cartels Cheat","description":"Why duopolists would benefit to form a cartel and why it makes sense for them to cheat","url":"http:\/\/www.youtube.com\/watch?v=S6TvRDwgQag&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-parties-to-cartels-cheat","created":1328061221,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11181","children":[]},{"title":"Game Theory of Cheating Firms","description":"Pareto Optimality and more on Nash Equilibrium. Seeing how cheating duopolists parallels the prisoners dilemma","url":"http:\/\/www.youtube.com\/watch?v=XTMbRDRaviM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/game-theory-of-cheating-firms","created":1328061221,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20015","children":[]}]},{"title":"Macroeconomics","description":"Topics covered in a traditional college level introductory macroeconomics course","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"GDP - measuring national income","description":"Circular flow of income and expenditure. Gross domestic product.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Introduction to economics","description":"This very short tutorial gives us the big picture of what economics is all about and, in particular, compares macroeconomics (where you are now) to microeconomics.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"GDP and the circular flow of income and expenditures","description":"Economics can some times get confusing because one person's expenditure is another person's income which can then be used for expenditure and on and on and on. Seems very circular. It is.\n\nThis tutorial helps us grapple with this and introduces us to the primary tool economists use to measure a nations productivity\/income\/expenditure--GDP (gross domestic product).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Circular Flow of Income and Expenditures","description":"Understanding the flow of resources in the simplest possible economy","url":"http:\/\/www.youtube.com\/watch?v=Hfz1bwK5C4o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/circular-flow-of-income-and-expenditures","created":1328180411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57620","children":[]},{"title":"Parsing Gross Domestic Product","description":"Understanding what GDP does and doesn't measure.","url":"http:\/\/www.youtube.com\/watch?v=zh8XASZxo1Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parsing-gross-domestic-product","created":1328180411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31389","children":[]},{"title":"More on Final and Intermediate GDP Contributions","description":"What happens when a good is not finished in a period","url":"http:\/\/www.youtube.com\/watch?v=C1pHvEAKmLA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-on-final-and-intermediate-gdp-contributions","created":1328180411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18987","children":[]}]},{"title":"Components of GDP","description":"You already understand the circular nature of the economy and how GDP is defined from the last tutorial. Now let's think about how economists define the composition of GDP. In particular, we'll focus on consumption (C), investment (I), government spending (G) and net exports.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Investment and Consumption","description":"Difference between every day and economic notions of investment and consumption","url":"http:\/\/www.youtube.com\/watch?v=N9VIsauE0RA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/investment-and-consumption","created":1329246915,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25824","children":[]},{"title":"Income and Expenditure Views of GDP","description":"Looking at a simple model of an economy","url":"http:\/\/www.youtube.com\/watch?v=Z9b8nnvpim0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/income-and-expenditure-views-of-gdp","created":1329246943,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21751","children":[]},{"title":"Components of GDP","description":"Understanding the components of the expenditure view of GDP. Consumption, investment, government spending and net exports","url":"http:\/\/www.youtube.com\/watch?v=Rgr1vRjxzFg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/components-of-gdp","created":1329246971,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28631","children":[]},{"title":"Examples of Accounting for GDP","description":"Thinking about how different types of expenditures would be accounted for in GDP","url":"http:\/\/www.youtube.com\/watch?v=BMNj7-Okclk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/examples-of-accounting-for-gdp","created":1329247003,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21787","children":[]}]},{"title":"Real and nominal GDP","description":"The value of a currency is constantly changing (usually going down in terms of what you can buy). Given this, how can we compare GDP measured in dollars in one year to another year? This tutorial answers that question by introducing you to real GDP and GDP deflators.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Real GDP and Nominal GDP","description":"Using real GDP as a measure of actual productivity growth","url":"http:\/\/www.youtube.com\/watch?v=lBDT2w5Wl84&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/real-gdp-and-nominal-gdp","created":1329247032,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37734","children":[]},{"title":"GDP Deflator","description":"Relationship between the GDP deflator, nominal GDP and real GDP","url":"http:\/\/www.youtube.com\/watch?v=L-0LuSw2bTM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gdp-deflator","created":1329247053,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21274","children":[]},{"title":"Example Calculating Real GDP with a Deflator","description":"Simple example of calculating Real GDP from Nominal GDP","url":"http:\/\/www.youtube.com\/watch?v=v5YT8GlSxoU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/example-calculating-real-gdp-with-a-deflator","created":1329247082,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16887","children":[]}]},{"title":"Inflation - measuring the cost of living","description":"Inflation and deflation. CPI-U. Real and nominal return. Phillips Curve.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Measuring cost of living --inflation and the consumer price index","description":"We might generally sense that our cost of living is going up (inflation), but how can we measure it? This tutorial shows how it is done in the United States with the consumer price index (CPI).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Inflation","description":"Basics of price inflation and the CPI (consumer price index)","url":"http:\/\/www.youtube.com\/watch?v=AaR1mPrdbTc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-inflation","created":1329247114,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29287","children":[]},{"title":"Actual CPI-U Basket of Goods","description":"Exploring the actual weightings for the CPI-U basket of goods","url":"http:\/\/www.youtube.com\/watch?v=-JTw7gNwT6Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/actual-cpi-u-basket-of-goods","created":1329247153,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13882","children":[]}]},{"title":"Real and nominal return","description":"We think we're getting a certain return on our investments, but can we put it in terms of real purchasing power since the value of money is constantly changing? The answer is yes and this tutorial shows you how.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Deflation","description":"Prices don't always go up. Sometimes they go down (we call this deflation). This tutorial explains how this happens.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Inflationary and deflationary scenarios","description":"This tutorial walks through various scenarios of moderate and extreme price changes. Very good way to understand how activity in the economy may impact price (and vice versa).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"The Phillips Curve - Inflation and unemployment","description":"Economists have notices a correlation between unemployment and correlation (you may wan to guess what type of correlation). On some level, this tutorial is common sense, but it will give you fancy labels for this relation so that you can sound fancy at fancy parties.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Phillips Curve","description":"The observation that inflation and unemployment tend to be inversely correlated","url":"http:\/\/www.youtube.com\/watch?v=v7ZWTZ9NgU4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/phillips-curve","created":1329346360,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28808","children":[]}]},{"title":"Aggregate demand and aggregate supply","description":"Aggregate demand and aggregate supply. Keynesian thinking. Demand-pull and cost-push inflation. Fiscal and monetary policy.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Aggregate demand and aggregate supply","description":"This tutorial looks at supply and demand in aggregate-from the perspective of the entire economy (not just the market for one good or service). Instead of thinking of quantity of one good, we think of total output (GDP). Very useful model for thinking through macroeconomic events.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Aggregate Demand","description":"Understanding how aggregate demand is different from demand for a specific good or service. Justifications for the aggregate demand curve being downward sloping","url":"http:\/\/www.youtube.com\/watch?v=oLhohwfwf_U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/aggregate-demand","created":1332539201,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38560","children":[]},{"title":"Shifts in Aggregate Demand","description":"Factors that might shift aggregate demand","url":"http:\/\/www.youtube.com\/watch?v=scN-1B6plos&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/shifts-in-aggregate-demand","created":1332539236,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20847","children":[]},{"title":"Long-Run Aggregate Supply","description":"Thinking about why aggregate supply may not be influenced by prices in the long-run","url":"http:\/\/www.youtube.com\/watch?v=8W0iZk8Yxhs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/long-run-aggregate-supply","created":1332539269,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20666","children":[]},{"title":"Short Run Aggregate Supply","description":"Justifications for the aggregate supply curve to be upward sloping in the short-run","url":"http:\/\/www.youtube.com\/watch?v=3nbalsyibKU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/short-run-aggregate-supply","created":1332539285,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22739","children":[]}]},{"title":"Historical circumstances explained by AD\/AS","description":"In the last tutorial, we claimed that the aggregate demand and aggregate supply model (AD-AS) would be useful for analyzing macroeconomic events. Well, in this tutorial, we'll do exactly that.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Demand-Pull Inflation under Johnson","description":"Thinking about whether inflation in the late 1960s is consistent with the AD-AS model","url":"http:\/\/www.youtube.com\/watch?v=HdqbCvqTb20&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/demand-pull-inflation-under-johnson","created":1332539306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9679","children":[]},{"title":"Real GDP driving Price","description":"Thinking about how high utilization could drive price as another justification for an upward sloping short-run aggregate supply curve","url":"http:\/\/www.youtube.com\/watch?v=XsD7mqFDJs0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/real-gdp-driving-price","created":1332539368,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8517","children":[]},{"title":"Cost Push Inflation","description":"How an oil shock can slow the economy while causing inflation","url":"http:\/\/www.youtube.com\/watch?v=3A-nAw2tY_4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cost-push-inflation","created":1332539405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12017","children":[]}]},{"title":"The business cycle","description":"Economies never have a long steady march upwards. They constantly oscillate between growth and recession. This tutorial gives a little intuition for why that is.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The Business Cycle","description":"The business cycle and how it may be driven by emotion","url":"http:\/\/www.youtube.com\/watch?v=TXrOpjG4dUs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-business-cycle","created":1332539080,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25947","children":[]}]},{"title":"Monetary and fiscal policy","description":"Governments (and pseudo government entities like central banks) have two tools at their disposal to try to impact the business cycle --monetary and fiscal policy. This will help you understand what they are.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Monetary and Fiscal Policy","description":"Basic mechanics of monetary and fiscal policy","url":"http:\/\/www.youtube.com\/watch?v=ntxMOKXHlfo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monetary-and-fiscal-policy","created":1332539451,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41875","children":[]},{"title":"Tax Lever of Fiscal Policy","description":"How government can effect aggregate demand through tax policy","url":"http:\/\/www.youtube.com\/watch?v=BRXBCxKjiK8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tax-lever-of-fiscal-policy","created":1332539482,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14458","children":[]}]},{"title":"Keynesian thinking","description":"Whether you love him or hate him (or just consider him a friend that you respect but disagree with every-now-and-then), Keynes has helped define how many modern governments think about their economies. This tutorial explains how his thinking was a fundamental departure from classical economics.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Keynesian Economics","description":"Contrasting Keynesian and Classical Thinking","url":"http:\/\/www.youtube.com\/watch?v=hPkh8kOldU4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/keynesian-economics","created":1332539962,"start":null,"end":null,"type":"video","provider":"Khan University","views":"68109","children":[]},{"title":"Risks of Keynesian Thinking","description":"Why Keynesian thinking might not be ideal sometimes","url":"http:\/\/www.youtube.com\/watch?v=EVSkf7l7EuI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/risks-of-keynesian-thinking","created":1332539999,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22032","children":[]}]},{"title":"The monetary system","description":"Fractional reserve banking and the money supply.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Fractional reserve banking","description":"Most modern economies use a counter-intuitive model of banking called \"fractional reserve banking.\" It is counter-intuitive (and some people would say wrong) because it allows banks to lend out money that it tells depositors is available at any time and essentially involves private banks in money creation. It also creates the possibility of mass instability through bank runs that tend to be mitigated through government regulation and insurance (some would say government subsidy of banks).\n\nThis tutorial explains how fractional reserve lending works and outlines the good and bad. It also talks about the alternative of full reserve banking.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Overview of Fractional Reserve Banking","description":"Big picture of how money enters circulation and how lending can increase the money supply","url":"http:\/\/www.youtube.com\/watch?v=3mUi9IZb4T4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/overview-of-fractional-reserve-banking","created":1332540449,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12402","children":[]},{"title":"Weaknesses of Fractional Reserve Lending","description":"Weaknesses of Fractional Reserve Lending","url":"http:\/\/www.youtube.com\/watch?v=1HYSMxu-Dns&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/weaknesses-of-fractional-reserve-lending","created":1332540521,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10145","children":[]},{"title":"Full Reserve Banking","description":"Overview of full reserve banking in comparison to fractional reserve banking","url":"http:\/\/www.youtube.com\/watch?v=RGMcswR8DnY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/full-reserve-banking","created":1332540563,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11001","children":[]}]},{"title":"Money supply","description":"This short tutorial explains how we measure how much \"money\" there is out there. As we'll see, this isn't as straightforward as counting dollars in people's pockets, especially because there are multiple type of money.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Money Supply- M0 M1 and M2","description":"Different ways of measuring the money supply","url":"http:\/\/www.youtube.com\/watch?v=_LPh72gx6GE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/money-supply--m0-m1-and-m2","created":1332540629,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23512","children":[]}]},{"title":"Fractional reserve accounting","description":"If you already know a bit of what fractional reserve banking involves, this tutorial will take you deeper by looking at the actual accounting of central banks and banks.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Simple Fractional Reserve Accounting part 1","description":"","url":"http:\/\/www.youtube.com\/watch?v=VJgVdzicv_I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-fractional-reserve-accounting-part-1","created":1332893788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6821","children":[]},{"title":"Simple Fractional Reserve Accounting (part 2)","description":"How banks can actually create checking accounts under a fractional reserve system","url":"http:\/\/www.youtube.com\/watch?v=PASajlCGBTw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-fractional-reserve-accounting--part-2","created":1332893817,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5722","children":[]}]},{"title":"Interest as the price of money","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Interest as Rent for Money","description":"Thinking about interest as the price of money. Looking at money from a supply and demand perspective","url":"http:\/\/www.youtube.com\/watch?v=Lru0vKmkzR8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interest-as-rent-for-money","created":1330561407,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11558","children":[]},{"title":"Money Supply and Demand Impacting Interest Rates","description":"Examples showing how various factors can affect interest rates","url":"http:\/\/www.youtube.com\/watch?v=vItRHYu-A88&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/money-supply-and-demand-impacting-interest-rates","created":1330561529,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20618","children":[]}]},{"title":"Income and expenditure - Keynesian cross and IS-LM model","description":"Consumption function. Marginal propensity to consume and multiplier. Keynesian Cross and IS-LM model.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Marginal propensity to consume (MPC)","description":"If you earn a $1, you might spend some fraction of it. This can then be income for someone else. This can keep going. \n\nIn this tutorial, we'll explore how the incremental spend per incremental earnings (marginal propensity to consume) and the multiplier effect based on it can drive economic activity.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"MPC and Multiplier","description":"Introduction to the marginal propensity to consume and the multiplier","url":"http:\/\/www.youtube.com\/watch?v=O_Oozju3RRI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mpc-and-multiplier","created":1336421908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13202","children":[]},{"title":"Mathy Version of MPC and Multiplier (optional)","description":"Generalizing what we did in the last video with more math","url":"http:\/\/www.youtube.com\/watch?v=czfJKPN-HEo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mathy-version-of-mpc-and-multiplier--optional","created":1336421945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5682","children":[]}]},{"title":"Consumption function","description":"We are steadily building up the tools to understand the Keynesian Cross and the IS-LM model. In this tutorial, we begin to model consumption as a linear function of disposable income. Seems reasonable to me.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Consumption Function Basics","description":"The basic idea of a consumption function","url":"http:\/\/www.youtube.com\/watch?v=o5iot_ZsoV0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/consumption-function-basics","created":1336421979,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10136","children":[]},{"title":"Generalized Linear Consumption Function","description":"Generalizing a linear consumption function as a function of aggregate income","url":"http:\/\/www.youtube.com\/watch?v=N44RZtJ4jj4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/generalized-linear-consumption-function","created":1336422010,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5926","children":[]},{"title":"Consumption Function with Income Dependent Taxes","description":"Thinking about a consumption function where taxes are also a function of income (which is more realistic than constant taxes)","url":"http:\/\/www.youtube.com\/watch?v=wHPGFPIcILM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/consumption-function-with-income-dependent-taxes","created":1336422067,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5184","children":[]}]},{"title":"Keynesian Cross","description":"We now build on our consumption function models and start to explore ideas of planned expenditures as a function of output. When plotted with the actual output line, we get our Keynesian Cross which helps us think about whether the economy is operating at its potential.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Keynesian Cross","description":"Analyzing planned expenditures versus actual output using the Keynesian Cross","url":"http:\/\/www.youtube.com\/watch?v=sTw0e-hwYAQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/keynesian-cross","created":1336422199,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16119","children":[]},{"title":"Details on Shifting Aggregate Planned Expenditures","description":"Showing how a change in government spending can lead to a new equilibrium","url":"http:\/\/www.youtube.com\/watch?v=xF_Z4QK0tsA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/details-on-shifting-aggregate-planned-expenditures","created":1336422234,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6749","children":[]},{"title":"Keynesian Cross and the Multiplier","description":"More on shifting aggregate planned expenditures. Connecting to the multiplier","url":"http:\/\/www.youtube.com\/watch?v=aSY8XPGChAU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/keynesian-cross-and-the-multiplier","created":1336422260,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11362","children":[]}]},{"title":"IS-LM Model","description":"In this tutorial, we begin thinking about the impact of real interest rates on planned investment and output. We then use this to help us plot the IS curve. We then think about how, assuming a fixed money supply, as there is more economic activity, people are willing to pay more for money (helps us plot the LM curve). Finally, we use the IS-LM model to think about how fiscal policy can impact both GDP and real interest rates.\n\nYou should watch the Keynesian Cross tutorial before this one.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Investment and Real Interest Rates","description":"Intuition as to why high real interest rates lead to low investment and why low rates lead to high investment","url":"http:\/\/www.youtube.com\/watch?v=72p6uw5y-Rw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/investment-and-real-interest-rates","created":1336422289,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9998","children":[]},{"title":"Connecting the Keynesian Cross to the IS-Curve","description":"Introduction to the Investment\/Savings curve","url":"http:\/\/www.youtube.com\/watch?v=AW3bPaErUWU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/connecting-the-keynesian-cross-to-the-is-curve","created":1336422321,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9950","children":[]},{"title":"Loanable Funds Interpretation of IS Curve","description":"Thinking about how real GDP can drive real interest rates","url":"http:\/\/www.youtube.com\/watch?v=blbR5f2dq_g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/loanable-funds-interpretation-of-is-curve","created":1336422347,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7720","children":[]},{"title":"LM part of the IS-LM model","description":"How the theory of liquidity preference drives demand for money and the LM (liquidity preference-money supply) curve","url":"http:\/\/www.youtube.com\/watch?v=yro2jLBfyDQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lm-part-of-the-is-lm-model","created":1336422482,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14084","children":[]},{"title":"Government Spending and the IS-LM model","description":"How a change in fiscal policy shifts the IS curve","url":"http:\/\/www.youtube.com\/watch?v=pzQnc_0eZA8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/government-spending-and-the-is-lm-model","created":1336422519,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16672","children":[]}]},{"title":"Foreign exchange and trade","description":"Balance of payments. Current account. Capital account. Currency reserves and speculative attacks.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Balance of payments- current account and capital account","description":"In this tutorial we will see how trade and assets (including money) changing hands are fundamentally intertwined. Not only that, but we will see how this can be accounted for through the capital account (assets changing hands) and current account (trade).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Balance of Payments- Current Account","description":"Understanding the United States Current Account in 2011","url":"http:\/\/www.youtube.com\/watch?v=dirBYVjDk7A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/balance-of-payments--current-account","created":1336422561,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14134","children":[]},{"title":"Balance of Payments- Capital Account","description":"Understanding how changes in foreign ownership of assets effects balance of payments","url":"http:\/\/www.youtube.com\/watch?v=AimYG1jYD0A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/balance-of-payments--capital-account","created":1336422596,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11726","children":[]},{"title":"Why Current and Capital Accounts Net Out","description":"Intuition behind why the current account and capital account should balance","url":"http:\/\/www.youtube.com\/watch?v=tYmMEqro8D4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-current-and-capital-accounts-net-out","created":1336422635,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13151","children":[]}]},{"title":"Currency reserves","description":"This tutorial delves into how and why countries (usually their central banks) would want to keep other countries' currency in reserve. It then goes into why this sometime leaves the reserve-holding country open to a speculative attack (this is seriously high drama).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Accumulating Foreign Currency Reserves","description":"How and why a central bank would build foreign currency reserves","url":"http:\/\/www.youtube.com\/watch?v=HiphWQfB6J0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/accumulating-foreign-currency-reserves","created":1337622825,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11194","children":[]},{"title":"Using Reserves to Stabilize Currency","description":"How a central bank could use foreign currency reserves to keep its own currency from devaluing","url":"http:\/\/www.youtube.com\/watch?v=TZ7d5kjAlQw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/using-reserves-to-stablize-currency","created":1337622847,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11706","children":[]},{"title":"Speculative Attack on a Currency","description":"","url":"http:\/\/www.youtube.com\/watch?v=P2IWGlR1SHs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/speculative-attack-on-a-currency","created":1337622907,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22526","children":[]}]},{"title":"Computer science","description":"Introduction to programming and computer science","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to Programs Data Types and Variables","description":"Writing a basic program. Basics of data types, variables and conditional statements","url":"http:\/\/www.youtube.com\/watch?v=husPzLE6sZc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-programs-data-types-and-variables","created":1309476606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"409863","children":[]},{"title":"Binary Numbers","description":"Understanding how numbers are represented. Introduction to binary numbers","url":"http:\/\/www.youtube.com\/watch?v=ry1hpm1GXVI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/binary-numbers","created":1303255625,"start":null,"end":null,"type":"video","provider":"Khan University","views":"100930","children":[]},{"title":"Python Lists","description":"Understanding the basics of lists in Python","url":"http:\/\/www.youtube.com\/watch?v=zEyEC34MY1A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/python-lists","created":1309476606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"145416","children":[]},{"title":"For Loops in Python","description":"Basics of for loops in Python","url":"http:\/\/www.youtube.com\/watch?v=9LgyKiq_hU0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/for-loops-in-python","created":1309476606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97559","children":[]},{"title":"While Loops in Python","description":"Seeing that a while loop can do the same thing as a for loop","url":"http:\/\/www.youtube.com\/watch?v=D0Nb2Fs3Q8c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/while-loops-in-python","created":1309476606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"58220","children":[]},{"title":"Fun with Strings","description":"Experimenting and seeing what we can do with strings","url":"http:\/\/www.youtube.com\/watch?v=iZAtkS0F-Zo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fun-with-strings","created":1309562865,"start":null,"end":null,"type":"video","provider":"Khan University","views":"69085","children":[]},{"title":"Writing a Simple Factorial Program. (Python 2)","description":"Writing a simple factorial program with a \"for\" loop","url":"http:\/\/www.youtube.com\/watch?v=ZyYp1V84Xqc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/writing-a-simple-factorial-program---python-2","created":1309476606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70116","children":[]},{"title":"Stepping Through the Factorial Program","description":"Stepping through what happens when a user inputs a particular value into our factorial program","url":"http:\/\/www.youtube.com\/watch?v=dn9XjHz33O8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stepping-through-the-factorial-program","created":1309390168,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30340","children":[]},{"title":"Flowchart for the Factorial Program","description":"Flowchart for the factorial program","url":"http:\/\/www.youtube.com\/watch?v=EiR6cf8Towc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/flowchart-for-the-factorial-program","created":1309390168,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30349","children":[]},{"title":"Python 3 Not Backwards Compatible with Python 2","description":"Understanding why the example program would not run in Python 3 and how to fix it.","url":"http:\/\/www.youtube.com\/watch?v=WT-gS-8p7KA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/python-3-not-backwards-compatible-with-python-2","created":1309390168,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31553","children":[]},{"title":"Defining a Factorial Function","description":"Defining a function in Python","url":"http:\/\/www.youtube.com\/watch?v=JwO_25S_eWE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/defining-a-factorial-function","created":1309390168,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31194","children":[]},{"title":"Diagramming What Happens with a Function Call","description":"Variable scope and function calls","url":"http:\/\/www.youtube.com\/watch?v=6qCQB8E5bkI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/diagramming-what-happens-with-a-function-call","created":1309390168,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27133","children":[]},{"title":"Recursive Factorial Function","description":"Introduction to recursion.","url":"http:\/\/www.youtube.com\/watch?v=o920mj0NbhE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/recursive-factorial-function","created":1309390168,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30369","children":[]},{"title":"Comparing Iterative and Recursive Factorial Functions","description":"Comparing iterative and recursive factorial functions","url":"http:\/\/www.youtube.com\/watch?v=kx6DfrYfWnQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/comparing-iterative-and-recursive-factorial-functions","created":1309390168,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22018","children":[]},{"title":"Iterative Fibonacci Function Example","description":"One way to write a Fibonacci function iteratively","url":"http:\/\/www.youtube.com\/watch?v=94O_3QCvfqI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iterative-fibonacci-function-example","created":1309476606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26952","children":[]},{"title":"Stepping Through Iterative Fibonacci Function","description":"Understanding how the iterative fibonacci function works for a particular example","url":"http:\/\/www.youtube.com\/watch?v=-BE7FEouGeI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stepping-through-iterative-fibonacci-function","created":1309476606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16072","children":[]},{"title":"Recursive Fibonacci Example","description":"Using recursion to write a fibonacci function","url":"http:\/\/www.youtube.com\/watch?v=urPVT1lymzU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/recursive-fibonacci-example","created":1309476606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28229","children":[]},{"title":"Stepping Through Recursive Fibonacci Function","description":"Understanding why and how the recursive Fibonacci function works","url":"http:\/\/www.youtube.com\/watch?v=zg-ddPbzcKM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stepping-through-recursive-fibonacci-function","created":1309562865,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15830","children":[]},{"title":"Exercise - Write a Sorting Function","description":"Challenge to write a Python function that can sort a list in-place","url":"http:\/\/www.youtube.com\/watch?v=Qbl-RZS2-4g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exercise---write-a-sorting-function","created":1309562865,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21619","children":[]},{"title":"Insertion Sort Algorithm","description":"Visual description of the insertion sort algorithm","url":"http:\/\/www.youtube.com\/watch?v=lCzQvQr8Utw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/insertion-sort-algorithm","created":1309562865,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43249","children":[]},{"title":"Insertion Sort in Python","description":"Basic implementation of insertion sort algorithm","url":"http:\/\/www.youtube.com\/watch?v=lEA31vHiry4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/insertion-sort-in-python","created":1309562865,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26529","children":[]},{"title":"Stepping Through Insertion Sort Function","description":"Clarifying what \"break\" does and stepping through the insertion sort implementation","url":"http:\/\/www.youtube.com\/watch?v=6pyeMmJTefg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stepping-through-insertion-sort-function","created":1309562865,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13261","children":[]},{"title":"Simpler Insertion Sort Function","description":"Simplifying the while loop for the Insertion Sort function","url":"http:\/\/www.youtube.com\/watch?v=hh3AkOGnnpE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simpler-insertion-sort-function","created":1310426996,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19182","children":[]}]},{"title":"Healthcare and medicine","description":"Videos about medicine and the healthcare system. These videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have\nregarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Influenza","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What is the flu?","description":"Learn the difference between the cold and the flu, and how we sometimes can get fooled by viruses! Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=wiWRUuRDXvc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-the-flu","created":1358354965,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4290","children":[]},{"title":"Catching and Spreading the Flu","description":"Find out how the flu spreads from person to person, and who is at the greatest risk of getting complications of the flu. Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=6vy5CX6vK0I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/catching-and-spreading-the-flu","created":1358355004,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2019","children":[]},{"title":"Flu Surveillance","description":"Find out how many people get hospitalized and die from the flu each year, and learn how we can use the internet to keep tabs on the flu! Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=5ui43_O0RVQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/flu-surveillance","created":1358355057,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1136","children":[]},{"title":"When Flu Viruses Attack!","description":"Learn how flu viruses get into and out of your cells using Hemagglutinin and Neuraminidase proteins on their surface. Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=MNKXq7c3eQU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/when-flu-viruses-attack","created":1358355135,"start":null,"end":null,"type":"video","provider":"Khan University","views":"864","children":[]},{"title":"Three Types of Flu","description":"Learn about the three types of influenza virus (Type A, Type B, and Type C) and what makes them differ from one another. Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=XCdvo5fv-W0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/three-types-of-flu","created":1358355166,"start":null,"end":null,"type":"video","provider":"Khan University","views":"845","children":[]},{"title":"Naming the Flu: H - Something, N - Something","description":"We've all heard of H1N1 or H3N2; now you can understand what all of those names mean and find out why they are helpful in keeping track of the different flu virueses! Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=nVbgByJNLOo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/naming-the-flu--h---something--n---something","created":1358355196,"start":null,"end":null,"type":"video","provider":"Khan University","views":"647","children":[]},{"title":"Genetic Shift in Flu","description":"Find out how the genetic material in the Type A flu virus can get shuffled around to create brand new types of viruses! Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=-J--4Jc5FB0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/genetic-shift-in-flu","created":1358355224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"855","children":[]},{"title":"Flu Shift and Drift","description":"Learn how Type B Influenza virus has genetic drift, whereas Type A Influenza virus has genetic drift AND shift. Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=tjGGxA7AF9E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/flu-shift-and-drift","created":1358355258,"start":null,"end":null,"type":"video","provider":"Khan University","views":"527","children":[]},{"title":"Testing for the Flu","description":"Learn when testing for influenza makes sense, and the most common test that is used. Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=f93KCgI4DGM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/testing-for-the-flu","created":1358555044,"start":null,"end":null,"type":"video","provider":"Khan University","views":"320","children":[]},{"title":"Flu Vaccine Efficacy","description":"Find out just how useful the flu vaccine actually is at preventing the flu! Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=Ma9YxZiBiRU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/flu-vaccine-efficacy","created":1358555143,"start":null,"end":null,"type":"video","provider":"Khan University","views":"363","children":[]},{"title":"Two Flu Vaccines (TIV and LAIV)","description":"Understand the differences between TIV (dead virus) and LAIV (alive, but weakened virus) and who should get which one. Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=4mXv-Pa4CMM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/two-flu-vaccines--tiv-and-laiv","created":1358555109,"start":null,"end":null,"type":"video","provider":"Khan University","views":"255","children":[]},{"title":"Flu Vaccine Risks and Benefits","description":"Learn about some of the common and uncommon risks and benefits associated with the flu vaccine! Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=2h09oj26_H0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/flu-vaccine-risks-and-benefits","created":1358555176,"start":null,"end":null,"type":"video","provider":"Khan University","views":"457","children":[]},{"title":"5 Common Flu Vaccine Excuses","description":"Many people choose to avoid the flu vaccine each year. Review five popular excuses, and how they relate to common misunderstandings about the flu. Rishi is a pediatric infectious disease physician and works at Khan Academy.\n\nThese videos do not provide medical advice and are for informational purposes only. The videos are not intended to be a substitute for professional medical advice, diagnosis or treatment. Always seek the advice of a qualified health provider with any questions you may have regarding a medical condition. Never disregard professional medical advice or delay in seeking it because of something you have read or seen in any Khan Academy video.","url":"http:\/\/www.youtube.com\/watch?v=wDghWK_Rr_E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/5-common-flu-vaccine-excuses","created":1358555213,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2528","children":[]}]},{"title":"Blood","description":"Find out what's inside of blood","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What's Inside of Blood?","description":"Spin down your blood and find out what it's made up of. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=5MOn8X-tyFw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-s-inside-of-blood","created":1355523273,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8214","children":[]},{"title":"Hemoglobin moves O2 and CO2","description":"Learn the two ways that oxygen moves from the lungs to the tissues, and the three ways that carbon dioxide returns from the tissues to the lungs. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=QP8ImP6NCk8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hemoglobin-moves-o2-and-co2","created":1355523396,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3334","children":[]},{"title":"Bohr Effect vs. Haldane Effect","description":"Take a close look at how some friendly competition for Hemoglobin allows the body to more efficiently move oxygen and carbon Dioxide around. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=dHi9ctwDUnc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bohr-effect-vs--haldane-effect","created":1355533318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2528","children":[]},{"title":"Fetal Hemoglobin and Hematocrit","description":"Although mom controls the oxygen source, the fetus has a couple of clever tricks to get the most oxygen possible! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=SqE5S1qS7ZU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fetal-hemoglobin-and-hematocrit","created":1355533346,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1230","children":[]},{"title":"Oxygen Content","description":"Learn how oxygen content (CaO2) is related to Hemoglobin concentration (Hb), oxygen saturation (SaO2), and the partial pressure of oxygen (PaO2). Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=a19T5CX2b-g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oxygen-content","created":1355523349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1027","children":[]}]},{"title":"Blood Pressure","description":"Learn about blood pressure and how we measure it. Take a deeper dive and find out how blood pressure is related to resistance and flow!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What is blood pressure?","description":"Find out what a systolic and diastolic blood pressure mean. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=J97G6BeYW0I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-blood-pressure-1","created":1347569983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12752","children":[]},{"title":"Learn how a stethoscope can help determine blood pressure","description":"Learn how Dr. Korotkoff cleverly used a stethoscope to determine blood pressure, and that we still use his trick today! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=A8xO92u0VFs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/learn-how-a-stethoscope-can-help-determine-blood-pressure","created":1347570097,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4912","children":[]},{"title":"Resistance in a tube","description":"Learn how the size of a tube (it's radius) is related to its resistance to something flowing through. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=8X7yEzgurP8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/resistance-in-a-tube","created":1347570137,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2183","children":[]},{"title":"Adding up resistance in series and in parallel","description":"Learn about how resistance can be added up in series and in parallel (similar to electrical circuits!). Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=E-q9JpkGc-8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-up-resistance-in-series-and-in-parallel","created":1347570171,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1962","children":[]},{"title":"Adding up resistance problem","description":"Here's a chance to see if you can combine what you know to add up resistance in series AND in parallel. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=5lXw5_4R2B4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-up-resistance-problem","created":1347570201,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1286","children":[]},{"title":"Flow and Perfusion","description":"Learn the difference between blood flow (Volume\/time) and perfusion (Volume\/time\/amount of tissue). Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=ePwN6rHhNyU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/flow-and-perfusion","created":1354546733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"844","children":[]},{"title":"Putting it all together: Pressure, flow, and resistance","description":"See how pressure, flow, and resistance relate to one another and how they each affect the human body. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=F2uzWHppVrk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/putting-it-all-together--pressure--flow--and-resistance","created":1347570232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2206","children":[]},{"title":"Blood pressure changes over time","description":"See how increasing resistance in the blood vessels can cause blood pressure to rise over time. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=fy_muPF0390&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/blood-pressure-changes-over-time","created":1347570260,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1697","children":[]}]},{"title":"Blood Vessel Diseases","description":"Learn about how arteries differ from veins and how arteries can get damaged over time.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Arteries vs. Veins - What's the difference?","description":"Learn some important differences between arteries (high pressure\/low volume) and veins (low pressure\/high volume). Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=7b6LRebCgb4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arteries-vs--veins---what-s-the-difference","created":1347570489,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7386","children":[]},{"title":"Layers of a blood vessel","description":"Remember the 3 key layers of a blood vessel (Tunica intima, Tunica media, and Tunica externa) and how arteries, veins, and capillaries are all different from one another. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=VMwa6yC3r-s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/layers-of-a-blood-vessel","created":1347570520,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2617","children":[]},{"title":"Arteriosclerosis, Arteriolosclerosis, and Atherosclerosis","description":"Learn the difference between Arteriosclerosis, Arteriolosclerosis, and Atherosclerosis! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=_T60pBGcoQU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arteriosclerosis--arteriolosclerosis--and-atherosclerosis","created":1347570556,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1601","children":[]},{"title":"Atherosclerosis - Part 1","description":"See how Atherosclerosis (Fat in the blood vessel wall) hardens the arterial wall and makes it harder for blood to flow through. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=1qifvZnpKjU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/atherosclerosis---part-1","created":1347570585,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1628","children":[]},{"title":"Atherosclerosis - Part 2","description":"See how Atherosclerosis (Fat in the blood vessel wall) hardens the arterial wall and makes it harder for blood to flow through. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=N-mAEwzCwMM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/atherosclerosis---part-2","created":1347570616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1128","children":[]},{"title":"Arteriolosclerosis - Part 1","description":"See how hyaline arteriolosclerosis (Protein in the arterial wall) causes hardening of the blood vessels. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=1JudNLK1-Ck&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arteriolosclerosis---part-1","created":1347570645,"start":null,"end":null,"type":"video","provider":"Khan University","views":"800","children":[]},{"title":"Arteriolosclerosis - Part 2","description":"See how hyperplastic arteriolosclerosis (Protein in the arterial wall) makes it difficult for blood to go through blood vessels. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=EOnlvbWjFOE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arteriolosclerosis---part-2","created":1347570673,"start":null,"end":null,"type":"video","provider":"Khan University","views":"538","children":[]}]},{"title":"Blood Pressure Control","description":"Find out how the body works to maintain a normal blood pressure by sensing when its too high or too low and responding accordingly.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Regulation of blood pressure with baroreceptors","description":"Learn about how the arteries use nerve impulses to help regulate blood pressure. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=ajLgwCygHsc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/regulation-of-blood-pressure-with-baroreceptors","created":1347570724,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5437","children":[]},{"title":"Parts of a nephron","description":"Learn about the 5 major parts of the kidney's nephron. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=_vBJkK4eocA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parts-of-a-nephron","created":1347570762,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3430","children":[]},{"title":"General overview of the RAAS system - Cells and hormones","description":"Learn the important cells and hormones that are working together to control your blood pressure! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=BVUeCLt68Ik&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/general-overview-of-the-raas-system---cells-and-hormones","created":1348166604,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5215","children":[]},{"title":"Renin production in the kidneys","description":"Learn the three major triggers for Renin production by the Juxtaglomerular cells. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=AtlhAhONHyM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/renin-production-in-the-kidneys","created":1348166523,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3691","children":[]},{"title":"Activating Angiotensin 2","description":"See how Renin and ACE work to cut Angiotensinogen down to size! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=cUVS0AlRyw8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/activating-angiotensin-2","created":1348166483,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1484","children":[]},{"title":"Angiotensin 2 raises blood pressure","description":"See how Angiotensin 2 effects 4 target \"organs\" to increase blood pressure. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=Oges5YqDLHY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/angiotensin-2-raises-blood-pressure","created":1348166400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1925","children":[]},{"title":"Aldosterone raises blood pressure and lowers potassium","description":"See how Aldosterone effects the principal cells of the kidney to raise BP and lower potassium. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=64_ZfIemRGM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/aldosterone-raises-blood-pressure-and-lowers-potassium","created":1348166360,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2914","children":[]},{"title":"Aldosterone removes acid from the blood","description":"See how Aldosterone acts on the alpha-intercalated cell to remove protons (acid) from the blood. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=7HTy-6NLWGM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/aldosterone-removes-acid-from-the-blood","created":1348166173,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1080","children":[]},{"title":"ADH secretion","description":"Learn the key triggers for ADH secretion. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=8dQdfbE8kFU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adh-secretion","created":1348166039,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3049","children":[]},{"title":"ADH effects on blood pressure","description":"See how ADH acts on blood vessels and the kidney to raise blood pressure. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=Ot1We4_EfRE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adh-effects-on-blood-pressure","created":1348165950,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2054","children":[]},{"title":"Aldosterone and ADH","description":"Find out how Aldosterone and ADH cause changes in volume and osmolarity. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=Z0XPMFL45oo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/aldosterone-and-adh","created":1348770169,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3141","children":[]}]},{"title":"Fetal Circulation","description":"Find out how the heart and circulatory system work in the fetus!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Meet the Placenta!","description":"Learn how the needs of the fetus are met by the placenta, which is a special organ that belongs to both the mother and the fetus! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=VuTJPciLcnM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/meet-the-placenta","created":1354547522,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2837","children":[]},{"title":"Umbilical vessels and the Ductus Venosus","description":"Watch as fetal blood goes through umbilical vessels and takes a shortcut through the Ductus Venosus to make it back to the heart. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=XDF2QyQtd_Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/umbilical-vessels-and-the-ductus-venosus","created":1354547566,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1153","children":[]},{"title":"Flow through the Heart","description":"Learn how blood flows through the heart, and understand the difference between systemic and pulmonary blood flow. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=7XaftdE_h60&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/flow-through-the-heart","created":1349921905,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12272","children":[]},{"title":"Hypoxic Pulmonary Vasoconstriction","description":"Watch how blood gets diverted away from alveoli with low oxygen levels. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=SJ1gu_WRx5o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hypoxic-pulmonary-vasoconstriction","created":1354547488,"start":null,"end":null,"type":"video","provider":"Khan University","views":"971","children":[]},{"title":"Foramen Ovale and Ductus Arteriosus","description":"Watch how the fetal heart allows blood to simply bypass the lungs altogether using the Foramen Ovale and the Ductus Arteriosus! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=cgccQVcFLi4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/foramen-ovale-and-ductus-arteriosus","created":1355533225,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1494","children":[]},{"title":"Double Bohr Effect","description":"Learn how there are two distinct Bohr effects happening at the same time in the placenta. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=SL3I_RYjyZo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/double-bohr-effect","created":1355533400,"start":null,"end":null,"type":"video","provider":"Khan University","views":"574","children":[]},{"title":"Fetal Circulation Right Before Birth","description":"Watch how the blood flows through the fetal circulation and compare it to what happens in the baby's body. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=-IRkisEtzsk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fetal-circulation-right-before-birth","created":1355533455,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1805","children":[]},{"title":"Baby Circulation Right After Birth","description":"Watch how the blood flows through the baby's circulation and compare it to what happens in the fetus. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=jFn0dyU5wUw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/baby-circulation-right-after-birth","created":1355533484,"start":null,"end":null,"type":"video","provider":"Khan University","views":"848","children":[]},{"title":"Fetal Structures in an Adult","description":"Find out what happens to those nifty fetal structures once we get older. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=Oga0K4reWoY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fetal-structures-in-an-adult","created":1355533798,"start":null,"end":null,"type":"video","provider":"Khan University","views":"715","children":[]}]},{"title":"Arterial Stiffness","description":"Find out why having \"stiff arteries\" can increase blood pressure and cause uneven blood flow. It all comes back to the idea of \"total energy\"!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Compliance and Elastance","description":"Learn about compliance (and elastance) of arteries, veins, and lead pipes! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=cGhKJYfXW-c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compliance-and-elastance","created":1347570801,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1903","children":[]},{"title":"Bernoulli's equation of total energy","description":"Learn how total energy of a fluid helps explain why fluids can move from low pressure to high pressure! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=gYpokkRFvO8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bernoulli-s-equation-of-total-energy","created":1347570830,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1784","children":[]},{"title":"Stored elastic energy in large and middle sized arteries","description":"See how arteries behave like sling shots, shooting blood (not rocks) onwards! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=QcK7n-EqnQU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stored-elastic-energy-in-large-and-middle-sized-arteries","created":1347570869,"start":null,"end":null,"type":"video","provider":"Khan University","views":"649","children":[]},{"title":"Compliance - Decreased blood pressure","description":"Find out how compliance allows arteries to store elastic energy (and lower pressure). Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=RsYgjO5BiHU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compliance---decreased-blood-pressure","created":1347570898,"start":null,"end":null,"type":"video","provider":"Khan University","views":"746","children":[]},{"title":"Compliance - Increased blood flow","description":"Learn how compliant arteries allows for a \"Constant Pressure System\" like a modern water gun! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=LcyEXlCIkmA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/compliance---increased-blood-flow","created":1347570924,"start":null,"end":null,"type":"video","provider":"Khan University","views":"835","children":[]}]},{"title":"Healthy Lifestyle","description":"Learn some of the fundamentals behind staying healthy: Reducing your salt, keeping your weight in a healthy range, and exercising regularly.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Low salt diet","description":"Figure out the difference between \"salt\" and \"sodium\" and how much salt is recommended on a low sodium diet. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=54c_oPpTTP8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/low-salt-diet","created":1347570956,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7778","children":[]},{"title":"Spotting salty foods","description":"Find out how much sodium is in some common foods and how you can maintain a low sodium diet. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=O3A47Il5h1A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/spotting-salty-foods","created":1347570983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3373","children":[]},{"title":"Calculate your own Body Mass Index","description":"Find out how simple it is to calculate your BMI and the common BMI categories. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=5RXRr8PKunk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculate-your-own-body-mass-index","created":1347571016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4018","children":[]},{"title":"Introduction to exercise","description":"Learn the three fundamental categories of exercise and how you can incorporate exercise recommendations into a workout. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=gDxCHaW-WfI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-exercise","created":1347571196,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5955","children":[]},{"title":"11 major muscle groups","description":"This quick video goes over 11 major muscle groups in the body. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=rKE63BBouP8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/11-major-muscle-groups","created":1347571237,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5419","children":[]}]},{"title":"Endocrinology and Diabetes","description":"Learn about hormones and diabetes, as well as some important information on glucose control.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Intro to the Endocrine System","description":"Basic overview of hormones and the endocrine system","url":"http:\/\/www.youtube.com\/watch?v=f_Z1zsR9lFM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/intro-to-the-endocrine-system","created":1314784899,"start":null,"end":null,"type":"video","provider":"Khan University","views":"142669","children":[]},{"title":"Precocious Puberty","description":"At Stanford Medical School with Morgan Theis talking to Dr. Laura Bachrach talking about precocious puberty","url":"http:\/\/www.youtube.com\/watch?v=XhYQYVQq6K0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/precocious-puberty","created":1315908104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26030","children":[]},{"title":"Childhood Growth","description":"Sal talks with Dr. Laura Bachrach about childhood growth","url":"http:\/\/www.youtube.com\/watch?v=gF0aA-si89Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/childhood-growth","created":1315908104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27158","children":[]},{"title":"Glucose Insulin and Diabetes","description":"The basics of Type I and Type II diabetes","url":"http:\/\/www.youtube.com\/watch?v=rPLjSY00JlE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/glucose-insulin-and-diabetes","created":1301939375,"start":null,"end":null,"type":"video","provider":"Khan University","views":"200019","children":[]},{"title":"Blood Sugar Levels","description":"Normal and elevated blood sugar levels before (preprandia) and after (postprandial) a meal","url":"http:\/\/www.youtube.com\/watch?v=JSFiOF7xGfE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/blood-sugar-levels","created":1301939375,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78033","children":[]},{"title":"Glucose Concentration Conversion","description":"","url":"http:\/\/www.youtube.com\/watch?v=j37Mx24JHC4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/glucose-concentration-conversion","created":1308785241,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27860","children":[]},{"title":"A1C Levels","description":"Why measuring Hemoglobin A1c levels is an indicator of blood sugar levels (and diabetes)","url":"http:\/\/www.youtube.com\/watch?v=MOH33-jFOwo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a1c-levels","created":1302134366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45576","children":[]}]},{"title":"Health Care System","description":"Learn some basics about the Health Care system in the US","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Blue Cross and Blue Shield","description":"Sal and Dr. Baker talk a bit about Blue Cross and Blue Shield","url":"http:\/\/www.youtube.com\/watch?v=S9xdJgPWO-w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/blue-cross-and-blue-shield","created":1317722509,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20160","children":[]},{"title":"Conversation About Drug Pricing","description":"Dr. Lauwrence Baker talks to Sal about how drug prices are set","url":"http:\/\/www.youtube.com\/watch?v=8t-Un7yH99g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/conversation-about-drug-pricing","created":1317722509,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12299","children":[]},{"title":"Health Care Costs in US vs Europe","description":"A discussion about US health care costs","url":"http:\/\/www.youtube.com\/watch?v=6YU9HVS2GT0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/health-care-costs-in-us-vs-europe","created":1317722509,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29289","children":[]},{"title":"Healthcare System Overview","description":"The different roles in the healthcare system","url":"http:\/\/www.youtube.com\/watch?v=LMHxxvbzFqc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/healthcare-system-overview","created":1320141679,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38183","children":[]},{"title":"Paying Doctors","description":"Basics of how doctors get paid","url":"http:\/\/www.youtube.com\/watch?v=4J-dRA3MGc8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paying-doctors","created":1320141679,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29863","children":[]},{"title":"Medicare Overview","description":"Sal talks with Professor Laurence Baker of Stanford Medical School","url":"http:\/\/www.youtube.com\/watch?v=VpLKdKkpg68&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/medicare-overview","created":1320141679,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22217","children":[]}]},{"title":"Colon Disease","description":"Get a ring-side seat as a pathologist talks about colon cells under the microscope.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Normal Colon Tissue","description":"Dr. Andy Connolly from Stanford Medical School introduces Sal to what normal colon tissue looks like","url":"http:\/\/www.youtube.com\/watch?v=fif5ghe8JM0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/normal-colon-tissue","created":1313866224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25631","children":[]},{"title":"Hyperplasia in Colon Tissue","description":"Dr. Andy Connolly from Stanford Medical School shows Sal what hyperplasia in colon tissue looks like","url":"http:\/\/www.youtube.com\/watch?v=C0frzmxc5KU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hyperplasia-in-colon-tissue","created":1313866224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12683","children":[]},{"title":"Colon Dysplasia","description":"Dr. Andy Connolly shows Sal what cancerous colon tissue looks like","url":"http:\/\/www.youtube.com\/watch?v=CGrbnripinU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/colon-dysplasia","created":1313866224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15389","children":[]},{"title":"Cancerous Colon Tissue","description":"Dr. Andy Connolly of Stanford Medical School shows us what cancerous colon tissue looks like","url":"http:\/\/www.youtube.com\/watch?v=KyJs9H0vzTM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cancerous-colon-tissue","created":1313866224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19870","children":[]}]},{"title":"Cervical Spine","description":"Learn about the cervical (neck) spine through an Xray!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Adequacy of the Lateral Cervical Spine X-Ray","description":"Dr. Mahadevan from Stanford School of Medicine explains adequacy for lateral cervical (neck) x-rays","url":"http:\/\/www.youtube.com\/watch?v=cbkTTluHaTw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adequacy-of-the-lateral-cervical-spine-x-ray","created":1314093699,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20717","children":[]},{"title":"Assessing Alignment of the Lateral Cervical Spine (neck) X-Ray","description":"Dr. Mahadevan of Stanford Medical School shows Sal what misalignment in the neck could look like in an X-ray","url":"http:\/\/www.youtube.com\/watch?v=PV5u5xskBKM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/assessing-alignment-of-the-lateral-cervical-spine--neck--x-ray","created":1314093699,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15548","children":[]},{"title":"Cervical Spine Protection in Airway Management (not a substitute for formal training)","description":"Cervical Spine Protection in Airway Management. This is for education only. It is not a substitute for formal training or licensure. Every effort has been made in preparing this video to provide accurate and up-to-date information which is in accord accepted standards and practice at the time of production. We make no warranties on the information contained in the video because clinical standards are constantly changing through research and regulation. We disclaim all liability for direct or consequential damages resulting from the use of material contained in this video.","url":"http:\/\/www.youtube.com\/watch?v=DJY89_jC_ZY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cervical-spine-protection-in-airway-management--not-a-substitute-for-formal-training","created":1314093699,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11972","children":[]}]},{"title":"The Lungs","description":"Get a better understanding of how your lungs help you to sing and survive!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Meet the lungs","description":"Every time you take a breath, oxygen makes it way into your lungs. Follow along on that journey! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=qGiPZf7njqY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/meet-the-lungs","created":1353007574,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11290","children":[]},{"title":"People and plants","description":"Learn more about photosynthesis and cellular respiration through a classic story: Jack and the Beanstalk. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=lzWUG4H5QBo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/people-and-plants","created":1353007619,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2942","children":[]},{"title":"The Bronchial Tree","description":"Follow the path of an oxygen molecule as it makes its way from your mouth down to an alveolus! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=Z-yv3Yq4Aw4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-bronchial-tree","created":1353337130,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2903","children":[]},{"title":"Inhaling and Exhaling","description":"Find out exactly why air goes in and out of the lungs. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=mykrnTh1tz8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inhaling-and-exhaling","created":1354120917,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2595","children":[]},{"title":"How does Lung Volume Change?","description":"Learn about how muscle contraction and lung recoil actually help the lungs change their volume with every breath! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=dTsUyXXudvA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-does-lung-volume-change","created":1354120957,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2743","children":[]}]},{"title":"The Heart","description":"Get to know your heart and circulatory system!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Meet the heart!","description":"Find out exactly where the heart rests in your body and what it does. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=Vi1JK6IYVt8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/meet-the-heart","created":1349921856,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21753","children":[]},{"title":"Two Circulations in the Body","description":"Learn the difference between the pulmonary and systemic circulatory systems in the body. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=K57qjYYjgIY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/two-circulations-in-the-body","created":1354546632,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2866","children":[]},{"title":"Lub Dub","description":"Ever wonder why the heart sounds the way that it does? Opening and closing of heart valves makes the heart rhythm come alive with its lub dub beats... Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=-4kGMI-qQ3I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lub-dub","created":1349921949,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9219","children":[]},{"title":"Layers of the Heart","description":"Take a closer look at the heart, explore some of its interesting features and get to know the three layers that make up the heart. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=bm65xCS5ivo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/layers-of-the-heart","created":1349921986,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6021","children":[]}]},{"title":"Hypertension","description":"Learn all about hypertension: symptoms, diagnosis, and how lifestyle changes can make a difference!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What is hypertension?","description":"Learn the categories of hypertension for systolic and diastolic blood pressures. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=FBoYigdnLKQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-hypertension","created":1347570308,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4989","children":[]},{"title":"Hypertension symptoms and categories","description":"Learn the most common symptoms (or lack thereof!) and the two major categories of hypertension. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=8aeivxR1GDc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hypertension-symptoms-and-categories","created":1347570339,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2166","children":[]},{"title":"Hypertension effects on the blood vessels","description":"Learn about how hypertension can cause damage to the large\/middle sized arteries as well as the small arteries and arterioles. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=PYkaoQc-fLU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hypertension-effects-on-the-blood-vessels","created":1347570405,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2035","children":[]},{"title":"Hypertension effects on the heart","description":"Learn 2 major heart problems that hypertension can cause. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=0fWuPR1AsJ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hypertension-effects-on-the-heart","created":1347570374,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1834","children":[]},{"title":"4 lifestyle changes to help manage hypertension","description":"Remember that a good diet, exercise, losing weight, and quitting smoking can lower blood pressure! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=Y2B6j7poiKI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/4-lifestyle-changes-to-help-manage-hypertension","created":1347570439,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1878","children":[]}]},{"title":"Lab Values and Concentrations","description":"Ever wonder about your lab values and what they mean? Lab values measure amounts of electrolytes or cells in your blood and occasionally tell you about how hormones and enzymes are working! Dive deeper and get a good understanding of concentrations as well!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction to lab values and normal ranges","description":"Find out how health professionals use short-hand for labs and the meaning of normal ranges. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=_mGszRbve9s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/introduction-to-lab-values-and-normal-ranges","created":1348770616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6055","children":[]},{"title":"Units for common medical lab values","description":"Figure out how to interpret the units in common medical labs including the CBC, Chem 10, and LFTs. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=OLWvKdV4PHg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/units-for-common-medical-lab-values","created":1348770672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1822","children":[]},{"title":"What is an equivalent?","description":"Figure out how to calculate an equivalent and how it relates to a mole. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=If4Ar9lnB_4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-an-equivalent","created":1348770709,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1244","children":[]},{"title":"Molarity vs. Molality","description":"Learn how molarity and molality differ! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=4VltXjR64SU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/molarity-vs--molality","created":1348770747,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4771","children":[]},{"title":"Molarity vs. Osmolarity","description":"Learn about osmoles and figure out how to calculate osmolarity really easily. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=_saunfB-wCQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/molarity-vs--osmolarity","created":1348770841,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2819","children":[]},{"title":"Calculate your own osmolarity","description":"Learn how to use three lab values (Sodium, glucose, and BUN) to approximate your plasma osmolarity. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=H-qREcJqUhY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calculate-your-own-osmolarity","created":1348770780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1609","children":[]},{"title":"Molarity, Molality, Osmolarity, Osmolality, and Tonicity - What's the difference?","description":"See how each of these terms tells us something different about a solution. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=o_Bb43LApog&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/molarity--molality--osmolarity--osmolality--and-tonicity---what-s-the-difference","created":1348770875,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3872","children":[]},{"title":"Tonicity - comparing 2 solutions","description":"Find out how tonicity is determined by ions that don't move across membranes and how it affects the movement of water. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=VsW6NXZIUCQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tonicity---comparing-2-solutions","created":1348770903,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2050","children":[]}]},{"title":"Heart Disease and Stroke","description":"Find out what can cause a heart disease and stroke, and how the two are related!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Heart Disease and Heart Attacks","description":"Basics of heart disease, heart attacks, heart failure, angina, cardiac arrest. Special thanks to Edward J Perper, MD for help in clarifying certain aspects of this video. Licensed under CC-BY-SA","url":"http:\/\/www.youtube.com\/watch?v=vYnreB1duro&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/heart-disease-and-heart-attacks","created":1312327675,"start":null,"end":null,"type":"video","provider":"Khan University","views":"138944","children":[]},{"title":"Thrombo-emboli and Thromboembolisms","description":"Clarifying difference between a thrombus and an embolus (and between thrombosis and embolism)","url":"http:\/\/www.youtube.com\/watch?v=h0207xMD6b8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thrombo-emboli-and-thromboembolisms","created":1302134366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28958","children":[]},{"title":"Stenosis, ischemia and heart failure","description":"Clarifying a bunch of medical terms around heart disease","url":"http:\/\/www.youtube.com\/watch?v=3858MaULDdI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stenosis--ischemia-and-heart-failure","created":1302134366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38070","children":[]},{"title":"Strokes","description":"Basics of strokes","url":"http:\/\/www.youtube.com\/watch?v=xbyfeEW56Nc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/strokes","created":1302393558,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63031","children":[]}]},{"title":"Heart Muscle Contraction","description":"Find out more about heart muscles and what happens when they contract.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Three Types of Muscle","description":"Find out what makes smooth muscle, cardiac muscle, and skeletal muscle similar and different from one another. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=bwOE1MEginA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/three-types-of-muscle","created":1350790686,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4800","children":[]},{"title":"Heart Cells Up Close!","description":"Get a close-up view of the cardiac cells and see what makes them different from the other (skeletal and smooth) muscle cells. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=__afuK1CMpQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/heart-cells-up-close","created":1350790752,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2939","children":[]},{"title":"Calcium Puts Myosin to Work","description":"See exactly how Calcium binds Troponin-C and allows Myosin to do some work. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=vv6WBeqw2Nc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/calcium-puts-myosin-to-work","created":1350964497,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1935","children":[]},{"title":"Sympathetic Nerves Affect Myosin Activity","description":"Check out how the amount of Myosin that is tugging on your heart can change depending on your activity level! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=xAL0tbYU8QU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sympathetic-nerves-affect-myosin-activity","created":1350964530,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1237","children":[]},{"title":"Why Doesn't the Heart Rip?","description":"Understand LaPlace's law to see the effect that pressure, radius, and wall thickness each have on the \"wall stress\" in the left ventricle. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=cuwMrVoG2V8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-doesn-t-the-heart-rip","created":1351743794,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2566","children":[]}]},{"title":"Heart Depolarization","description":"Check out the flow of positive charge through the heart that happens every time your heart beats! Learn how the heart is able to keep a regular rate and rhythm throughout your life.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Membrane Potentials - Part 1","description":"Find out how a cell that is permeable to one ion can become charged (either positive or negative) if there is permeability and a concentration gradient. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=PtKAeihnbv0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/membrane-potentials---part-1","created":1349791101,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6333","children":[]},{"title":"Membrane Potentials - Part 2","description":"Find out how a cell that is permeable to one ion can become charged (either positive or negative) if there is permeability and a concentration gradient. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=eROhIFBGKuU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/membrane-potentials---part-2","created":1349791366,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2736","children":[]},{"title":"Permeability and Membrane Potentials","description":"Find out why a cell that is permeable to multiple ions has a membrane potential that is influenced by the ion with the highest permeability. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=920PtNX-WCE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/permeability-and-membrane-potentials","created":1349791325,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2251","children":[]},{"title":"Action Potentials in Pacemaker Cells","description":"Find out how the pacemaker cells use the movement of sodium, calcium, and potassium to get your heart beating! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=OQpFFiLdE0E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/action-potentials-in-pacemaker-cells","created":1349791037,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4546","children":[]},{"title":"Action Potentials in Cardiac Myocytes","description":"See how muscle cells in the heart contract by allowing Calcium to flow inside and bringing along some positive charge with it! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=rIVCuC-Etc0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/action-potentials-in-cardiac-myocytes","created":1349790963,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4978","children":[]},{"title":"Reseting Cardiac Concentration Gradients","description":"Watch as the heart cells use energy to reset the concentration gradients for all of the ions after the action potential has gone through. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=j2iY1cT2gEE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reseting-cardiac-concentration-gradients","created":1350358131,"start":null,"end":null,"type":"video","provider":"Khan University","views":"879","children":[]},{"title":"Electrical System of the Heart","description":"See where the pacemaker cells start the electrical wave of depolarization, and how it gets all the way to the ventricles of the heart. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=7K2icszdxQc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/electrical-system-of-the-heart","created":1349791190,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5527","children":[]},{"title":"Depolarization Waves Flowing through the Heart","description":"Get a clearer idea of what a \"Depolarization Wave\" means and how it goes from cell to cell through the entire heart! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=s5smas8uum4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/depolarization-waves-flowing-through-the-heart","created":1349791139,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2296","children":[]},{"title":"A Race to Keep Pace!","description":"Find out how the various pacemaker cells in the heart actually race against the clock to try to keep pace for the heart, and how the heart has not one but two back up systems! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=_yR9DBHMFXE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a-race-to-keep-pace","created":1350079976,"start":null,"end":null,"type":"video","provider":"Khan University","views":"877","children":[]},{"title":"Thinking about Heartbeats","description":"Find out what happens when things move very slowly through the AV Node! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=7TafYJLjhY4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thinking-about-heartbeats","created":1350358059,"start":null,"end":null,"type":"video","provider":"Khan University","views":"861","children":[]},{"title":"New Perspective on the Heart","description":"Take a look at the heart in cross section, looking down at it from the top! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=8zrJxuVW3u4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/new-perspective-on-the-heart","created":1350080019,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1218","children":[]}]},{"title":"Nerve Regulation of the Heart","description":"Learn how the sympathetic and parasympathetic nerves regulate your heart in so many different ways!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Changing the AV Node Delay - Chronotropic Effect","description":"Find out exactly how your autonomic nervous system has a chronotropic effect (i.e. timing) that changes the delay between the contraction of the atria and the ventricles! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=cmQtbpYihAI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/changing-the-av-node-delay---chronotropic-effect","created":1350277908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1469","children":[]},{"title":"Changing the Heart Rate - Chronotropic Effect","description":"Find out exactly how your autonomic nervous system has a chronotropic effect (i.e. timing) that changes speed of your heartbeat! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=3HvIKsQb6es&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/changing-the-heart-rate---chronotropic-effect","created":1350277860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1067","children":[]},{"title":"Increasing Ventricular Contractility - Inotropic effect","description":"Find out how the sympathetic nerves increase the heart's force of contraction and speed of relaxation! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=0eu-3FIRRz8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/increasing-ventricular-contractility---inotropic-effect","created":1350358299,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1071","children":[]},{"title":"Autonomic Nervous System Effects on the Heart","description":"Carefully go through each of the four major effects that the sympathetic and parasympathetic system has on your heart: Chronotropy, Dromotropy, Inotropy, and Lusitropy. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=KiouveG278Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/autonomic-nervous-system-effects-on-the-heart","created":1350791123,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2491","children":[]},{"title":"Getting a New Heart","description":"Think through the result of getting a new heart, and how the heart can still maintain homeostasis when the nerves are no longer around. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=dqmaxkxInZ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/getting-a-new-heart","created":1350791154,"start":null,"end":null,"type":"video","provider":"Khan University","views":"566","children":[]}]},{"title":"Pressure Volume Loops","description":"Watch as the pressure and amount of blood inside the left ventricle go up and down within fractions of a second!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Pressure in the Left Heart - Part 1","description":"Watch the pressure in the left heart go up and down with every heart beat! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=XTF0-54yJMk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pressure-in-the-left-heart---part-1","created":1351745853,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3375","children":[]},{"title":"Pressure in the Left Heart - Part 2","description":"Watch the pressure in the left heart go up and down with every heart beat! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=QM4f1vos6Vk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pressure-in-the-left-heart---part-2","created":1351745903,"start":null,"end":null,"type":"video","provider":"Khan University","views":"848","children":[]},{"title":"Pressure in the Left Heart - Part 3","description":"Watch the pressure in the left heart go up and down with every heart beat! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=E5PndKebh70&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pressure-in-the-left-heart---part-3","created":1351745951,"start":null,"end":null,"type":"video","provider":"Khan University","views":"616","children":[]},{"title":"Left Ventricular Pressure vs. Time","description":"Ever wonder exactly how the left ventricle's pressure changes over time? Find out in this color-coded video! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=SrL6TQbWKJE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/left-ventricular-pressure-vs--time","created":1352439519,"start":null,"end":null,"type":"video","provider":"Khan University","views":"453","children":[]},{"title":"Left Ventricular Volume vs. Time","description":"Left ventricular volume changes over time in a way that makes a curious looking graph. Learn more in this video! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=cJLbnWBU09E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/left-ventricular-volume-vs--time","created":1352439571,"start":null,"end":null,"type":"video","provider":"Khan University","views":"409","children":[]},{"title":"Drawing a Pressure-Volume Loop","description":"Use the left ventricular pressure and volume information to put together a cool new graph. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=R7_irilQ_-A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/drawing-a-pressure-volume-loop","created":1352439618,"start":null,"end":null,"type":"video","provider":"Khan University","views":"866","children":[]},{"title":"Understanding the Pressure-Volume Loop","description":"Figure out how all of those physiology terms: end-systolic, end-diastolic, pulse pressure, stroke volume, and ejection fraction, can be easily figured out using the pressure-volume loop. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=AnwPH5yU8rY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/understanding-the-pressure-volume-loop","created":1352439661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1082","children":[]},{"title":"End Diastolic Pressure-Volume Relationship (EDPVR)","description":"Find out what happens when the left ventricle is not allowed to contract, and instead you simply add and take away blood from it. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=h72iwhmB6zc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/end-diastolic-pressure-volume-relationship--edpvr","created":1352439693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"873","children":[]},{"title":"End Systolic Pressure-Volume Relationship (ESPVR)","description":"Find out what happens when the left ventricle is not allowed to relax, and instead you simply add and take away blood from it. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=byj5VLuLS6c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/end-systolic-pressure-volume-relationship--espvr","created":1352439721,"start":null,"end":null,"type":"video","provider":"Khan University","views":"624","children":[]},{"title":"Reimagine the Pressure Volume Relationship","description":"Understand what is happening at the cellular level to cause two identical left ventricular volumes to have such different pressures! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=BdlkhDHbN98&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reimagine-the-pressure-volume-relationship","created":1353337582,"start":null,"end":null,"type":"video","provider":"Khan University","views":"622","children":[]},{"title":"What is Preload?","description":"Some say Preload = End-Diastolic Pressure, others say Preload = End-Diastolic Volume, so which one is it? Watch and find out! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=DLD23lPv8eo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-preload","created":1352439741,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2732","children":[]}]},{"title":"Changing the PV Loop","description":"Find out how preload, afterload, and contractility work together to change your PV Loop (and affect stroke volume and cardiac output)!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What is afterload?","description":"Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=yOf3kDD3WIA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-afterload","created":1353007803,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1317","children":[]},{"title":"Increasing the Heart's Force of Contraction","description":"Find out exactly how stretch increases force of contraction in end-diastole, whereas more calcium increased force of contraction in end-systole. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=FttqXKdw_Xk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/increasing-the-heart-s-force-of-contraction","created":1353337501,"start":null,"end":null,"type":"video","provider":"Khan University","views":"720","children":[]},{"title":"What is Contractility?","description":"Contractility tells us how many myosin heads are working at the end of systole; a number that goes up or down with the level of sympathetic nerve stimulation. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=gmHH0wIXsog&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-contractility","created":1354120664,"start":null,"end":null,"type":"video","provider":"Khan University","views":"558","children":[]},{"title":"Getting Ea (Arterial Elastance) from the PV Loop","description":"Find out how to use the PV loop to draw the Ea (Arterial Elastance) line, and what it represents. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=NG7nbAcAFNc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/getting-ea--arterial-elastance--from-the-pv-loop","created":1354120694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"198","children":[]},{"title":"Arterial Elastance (Ea) and Afterload","description":"First, learn the difference between arterial elastance (Ea) and afterload. Then, understand how Ea is affected by changes in afterload, and in turn, how the PV loop can shift. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=BGIkU1yzBNM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arterial-elastance--ea--and-afterload","created":1354120721,"start":null,"end":null,"type":"video","provider":"Khan University","views":"341","children":[]},{"title":"Arterial Elastance (Ea) and Preload","description":"Understand how Ea is affected by changes in preload, and in turn, how the PV loop can shift. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=At8jOJ_rpzA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arterial-elastance--ea--and-preload","created":1354120753,"start":null,"end":null,"type":"video","provider":"Khan University","views":"221","children":[]},{"title":"Stroke Work in PV Loops and Boxes","description":"Watch how PV loops can be \"morphed\" into PV boxes to make drawing them and thinking about them much simpler. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=aFV9dk5PsPA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/stroke-work-in-pv-loops-and-boxes","created":1354120782,"start":null,"end":null,"type":"video","provider":"Khan University","views":"256","children":[]},{"title":"Contractility, Ea, and Preload Effects on PV Boxes","description":"See how contractility, Ea (arterial elastance), and preload each have an effect on PV Boxes. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=JRrm8TfBj1c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/contractility--ea--and-preload-effects-on-pv-boxes","created":1354120810,"start":null,"end":null,"type":"video","provider":"Khan University","views":"285","children":[]}]},{"title":"Preload and Afterload","description":"Find out exactly what preload and afterload mean, and why most of us use a handy shortcut to guess-timating what they are!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Preload and Pressure","description":"Find out how left ventricular end-diastolic pressure helps you make an educated guess about preload. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=S-4pFl3mjr8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/preload-and-pressure","created":1353007705,"start":null,"end":null,"type":"video","provider":"Khan University","views":"750","children":[]},{"title":"Preload Stretches out the Heart Cells","description":"Find out why stretching a heart cell in diastole affects how forcefully it contracts in systole. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=SCo1m7OEqac&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/preload-stretches-out-the-heart-cells","created":1353007725,"start":null,"end":null,"type":"video","provider":"Khan University","views":"612","children":[]},{"title":"Frank-Starling Mechanism","description":"Carefully follow 5 different preload scenarios to see how each one will have a different effect on how actin and myosin line up. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=5SO58NndlPI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/frank-starling-mechanism","created":1353007745,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1698","children":[]},{"title":"Sarcomere length-tension relationship","description":"Find out why the length of a sarcomere (in diastole) affects the amount of force that it can generate (in systole), and how that would look on a graph. Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=uVFqEi5j1v0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sarcomere-length-tension-relationship","created":1353007764,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1118","children":[]},{"title":"Active contraction vs. passive recoil","description":"Go through the similarities and differences between the sarcomere and a slingshot! Rishi is a pediatric infectious disease physician and works at Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=Ijret8P3kWM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/active-contraction-vs--passive-recoil","created":1353007785,"start":null,"end":null,"type":"video","provider":"Khan University","views":"346","children":[]}]},{"title":"Miscellaneous","description":"Enjoy this mix of videos on health care topics!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Bacterial Meningitis","description":"Dr. Charles Prober discusses prudent prescribing of antibiotics in the context of bacterial meningitis with 4th year medical student Morgan Theis","url":"http:\/\/www.youtube.com\/watch?v=CnXuSCaCNBo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bacterial-meningitis","created":1315908104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20527","children":[]},{"title":"Ritual of the Bedside Exam","description":"Dr. Abraham Verghese explains the ritual of the bedside exam","url":"http:\/\/www.youtube.com\/watch?v=w2QVg9mezcY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ritual-of-the-bedside-exam","created":1315908104,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31332","children":[]},{"title":"Systemic Thinking About Cancer","description":"Dr. David Agus discusses thinking systemically about cancer and other things","url":"http:\/\/www.youtube.com\/watch?v=7zk0ubr_lzo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/systemic-thinking-about-cancer","created":1317722575,"start":null,"end":null,"type":"video","provider":"Khan University","views":"77495","children":[]},{"title":"Inflammation","description":"Dr. David Agus talks about inflammation (while Sal repeatedly misspells it with one \"m\")","url":"http:\/\/www.youtube.com\/watch?v=GZ6I3T1RAnQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/inflammation","created":1317722509,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31792","children":[]}]},{"title":"LeBron asks","description":"LeBron James asks questions about math and science, and we answer!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"LeBron Asks: What muscles do we use when shooting a basket?","description":"LeBron James asks Sal Khan about which muscles we use when we shoot a basket.","url":"http:\/\/www.youtube.com\/watch?v=9qEaVwIXqR4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lebron-asks---what-muscles-do-we-use-when-shooting-a-basket","created":1346824263,"start":null,"end":null,"type":"video","provider":"Khan University","views":"49063","children":[]},{"title":"LeBron Asks: How does shooting a basketball illustrate Newton's 3rd Law?","description":"How does a basketball apply a force to the shooter's hand?","url":"http:\/\/www.youtube.com\/watch?v=R8qygu1RUOI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lebron-asks-about-newton-s-3rd-law","created":1346824312,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23243","children":[]},{"title":"LeBron Asks: If Earth's history were a basketball game, when did humans appear?","description":"LeBron James asks Sal about how long humanity has been around as compared to the history of the Earth","url":"http:\/\/www.youtube.com\/watch?v=13E90TAtZ30&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lebron-asks-about-comparing-earth-s-history-to-a-basketball-game","created":1346824379,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19442","children":[]},{"title":"LeBron Asks: Why does sweating cool you down?","description":"LeBron asks Sal why sweating helps cool the body down.","url":"http:\/\/www.youtube.com\/watch?v=jgnNhL2jSXY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lebron-asks--why-does-sweating-cool-you-down","created":1346823952,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16652","children":[]},{"title":"LeBron Asks: Why does humidity make it feel hotter?","description":"LeBron asks Sal why humidity makes it feel so much hotter.","url":"http:\/\/www.youtube.com\/watch?v=Jgliqx42_BA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lebron-asks---why-does-humidity-make-it-feel-hotter","created":1346824009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14618","children":[]}]},{"title":"MIT+K12","description":"Khan Academy is collaborating with MIT to develop videos on science and engineering projects. Through the MIT+K12 initiative, MIT students have created videos on hands-on projects, simulations and historic experiments. Enjoy!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Bridge Design and Destruction! (part 1)","description":"This is a two part video that introduces the different types of bridges. The bridge types will be introduced in historical order from simple (beam and arch) in the first video to more complex (truss and suspension) in the second video. This will show how bridges evolved as our designs and available materials expanded. The design of each bridge will be shown schematically along with the load distribution. The advantages and limitations of each type will be described. Video of actual bridges around Boston of the different types will be shown with the load distributions overlaid on freeze frames. Other iconic bridges will also be shown as still images with load distributions. Technical concepts covered will be tension, compression, bending, span, force balances, material selection and beam\/cable design. \n\nLicense: Creative Commons BY-NC-SA\nMore information at http:\/\/k12videos.mit.edu\/terms-conditions","url":"http:\/\/www.youtube.com\/watch?v=lBP7739C83s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bridge-design--and-destruction---part-1","created":1358890884,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1434","children":[]},{"title":"2D Equilibrium -- Balancing Games","description":"How does everything even out? Learn what 2D Equilibrium is and how it effects the balance of life.","url":"http:\/\/www.youtube.com\/watch?v=Gy_7ZMdpNy0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2d-equilibrium----balancing-games","created":1358397138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"910","children":[]},{"title":"Shifts in Equilibrium","description":"Equilibrium occurs when the overall state of a system is constant. Equilibrium can be static (nothing in the system is changing), or dynamic (little parts of the system are changing, but overall the state isn't changing). In my video, I'll demonstrate systems in both types of equilibrium, and how the equilibrium states can be shifted. \n\nLicense: Creative Commons BY-NC-SA\nMore information at http:\/\/k12videos.mit.edu\/terms-conditions","url":"http:\/\/www.youtube.com\/watch?v=KUSsRrOqynQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/shifts-in-equilibrium","created":1358458119,"start":null,"end":null,"type":"video","provider":"Khan University","views":"598","children":[]},{"title":"The Marangoni Effect: How to make a soap propelled boat!","description":"The differences of surface tension between soap and water can really make things go! This video shows some interesting demos illustrating the Marangoni Effect. Two liquids with different surface tensions will result in a surface tension gradient, resulting in a net force. This phenomena applies to each of the demonstrations shown. Watch a demonstration of how Marangoni stress can be used to propel small boats around (the \"soap-powered boat\").\n\nLicense: Creative Commons BY-NC-SA\nMore information at http:\/\/k12videos.mit.edu\/terms-conditions","url":"http:\/\/www.youtube.com\/watch?v=rq55eXGVvis&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-marangoni-effect--how-to-make-a-soap-propelled-boat","created":1357878347,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1974","children":[]},{"title":"Earth's Tilt 1: The Reason for the Seasons","description":"How can it be summer in North America and winter in Australia at the same time?!\n\nLicense: Creative Commons BY-NC-SA\nMore information at http:\/\/k12videos.mit.edu\/terms-conditions","url":"http:\/\/www.youtube.com\/watch?v=Pgq0LThW7QA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/earth-s-tilt-1--the-reason-for-the-seasons","created":1357173977,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5419","children":[]},{"title":"Earth's Tilt 2: Land of the Midnight Sun","description":"How can you tell when to go to bed when the sun never sets? Ask a reindeer from Norway.\n\nLicense: Creative Commons BY-NC-SA\nMore information at http:\/\/k12videos.mit.edu\/terms-conditions","url":"http:\/\/www.youtube.com\/watch?v=eUsWUiVCq5U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/earth-s-tilt-2--land-of-the-midnight-sun","created":1357174026,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1768","children":[]},{"title":"Homeostasis","description":"","url":"http:\/\/www.youtube.com\/watch?v=rSBbnHLR_cg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/homeostasis","created":1357174096,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3208","children":[]},{"title":"A Crash Course on Indoor Flying Robots","description":"Learn the physics behind how quadrotors fly and find out how they can by themselves without human help.","url":"http:\/\/www.youtube.com\/watch?v=SbbBzV6pcFg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/indoor-flying-robots","created":1335308375,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44519","children":[]},{"title":"The Invention of the Battery","description":"The invention of the battery with Alessandro Volta and Luigi Galvani","url":"http:\/\/www.youtube.com\/watch?v=elBVeO71_jY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-invention-of-the-battery","created":1335308888,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25387","children":[]},{"title":"The Forces on an Airplane","description":"How do airplanes fly? It's not magic. Learn about the forces that help (and hinder) airplane flight.","url":"http:\/\/www.youtube.com\/watch?v=aLJzEl5st8s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-forces-on-an-airplane","created":1335308943,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34483","children":[]},{"title":"Flocculation: Making Clean Water","description":"Making clean and tasty water with cool science!","url":"http:\/\/www.youtube.com\/watch?v=5uuQ77vAV_U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/flocculation","created":1335308993,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20620","children":[]},{"title":"A Voyage to Mars: Bone Loss in Space","description":"Why do bones get weaker with less gravity and how can we prevent bone loss in space?","url":"http:\/\/www.youtube.com\/watch?v=Tg_zP6csk9g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a-voyage-to-mars--bone-loss-in-space","created":1335309049,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11239","children":[]},{"title":"Bouncing Droplets: Superhydrophobic and Superhydrophilic Surfaces","description":"This video introduces the concept of surface tension, and shows how roughness can make a surface superhydrophobic or superhydrophilic. The Wenzel and Cassie-Baxter models are explained. Special thanks to the MIT BioInstrumentation Lab.","url":"http:\/\/www.youtube.com\/watch?v=PPJ0Khs7uWs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bouncing-droplets--superhydrophobic-and-superhydrophilic-surfaces","created":1335309138,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16167","children":[]},{"title":"Bread Mold Kills Bacteria","description":"How the penicillin in bread mold kills bacteria.","url":"http:\/\/www.youtube.com\/watch?v=pvEfyJc4QPA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bread-mold-kills-bacteria","created":1335309095,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12517","children":[]}]},{"title":"Projects","description":"This section highlights hands-on projects designed to inspire real world explorations and critical thinking.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Thermo Can","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Thermo Can","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Thermo Can","description":"This project shows how to power a boat with a candle.","url":"http:\/\/www.youtube.com\/watch?v=UQK7EAgRBpE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thermo-can","created":1349839791,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8423","children":[]}]},{"title":"Projectile Launcher","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Projectile Launcher","description":"This topic focuses on how to design and create products that solve real problems and bring academic content to life.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Ping pong ball launcher introduction","description":"This video highlights the projectile (ping pong ball) launcher","url":"http:\/\/www.youtube.com\/watch?v=rrAKZWfhzrE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ping-pong-ball-launcher-introduction","created":1349153575,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8777","children":[]},{"title":"Build a ping pong ball launcher ","description":"This project shows you how to build a ping pong and test an adjustable ping pong ball launcher.","url":"http:\/\/www.youtube.com\/watch?v=SlQDuTS6FR4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/build-a-ping-pong-ball-launcher","created":1348973132,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6746","children":[]},{"title":"Update and modify your ping pong ball launcher","description":"We upgrade our ping pong ball launcher to make it safer, more accurate and more reliable.","url":"http:\/\/www.youtube.com\/watch?v=Bdd1Lu5jN08&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/update-and-modify-your-ping-pong-ball-launcher","created":1348973264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2899","children":[]}]},{"title":"DC Motors","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"DC Motors","description":"In this section we investigate how dc motors work and what is inside of them.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Brushed DC motor explained","description":"In this video we look inside brushed DC motors like the one in our hair dryer.","url":"http:\/\/www.youtube.com\/watch?v=kpHnAUfRELA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/brushed-dc-motor-explained","created":1351717860,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5849","children":[]},{"title":"Build your own motor","description":"In this video we show you how to build a simple motor","url":"http:\/\/www.youtube.com\/watch?v=jabo8iTesqQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/build-your-own-motor","created":1351717324,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3904","children":[]},{"title":"Compare the hair dryer motor to the one you can build","description":"In this video we compare our hair dryer motor to the motor we built.","url":"http:\/\/www.youtube.com\/watch?v=V7P2dnrWDeQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/Compare-motors","created":1351655489,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1777","children":[]}]},{"title":"Reverse Engineering","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Reverse Engineering","description":"Videos exploring the way things work. These videos have recently been updated to include 1080p HD versions.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"What is inside an alarm clock radio?","description":"In this video we explore what is inside an alarm clock, how it is made, and how it works.","url":"http:\/\/www.youtube.com\/watch?v=xuQcB-oo-4U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-an-alarm-clock-radio-1","created":1347665910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9929","children":[]},{"title":"What is inside a hair dryer? (1 of 2)","description":"In this video we explore ground fault interrupt circuits and how they keep us safe.","url":"http:\/\/www.youtube.com\/watch?v=gFFvaLzhYew&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-a-hairdryer---1-of-2","created":1347666150,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3410","children":[]},{"title":"What is inside a hair dryer? (2 of 2)","description":"In this video we explore what is inside a hairdryer, how it is made, and how it works.","url":"http:\/\/www.youtube.com\/watch?v=Vq7EOmvU1eQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-of-a-hair-dryer---2-of-2","created":1347667311,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2546","children":[]},{"title":"What is inside a digital camera? (1 of 2)","description":"In this video we go inside the digital camera to discover what is inside and how it works.","url":"http:\/\/www.youtube.com\/watch?v=PSy6zQsk8z0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-a-digital-camera---1-of-2-1","created":1347667864,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1691","children":[]},{"title":"What is inside a digital camera? (2 of 2)","description":"In this video we compare different revisions of the same digital camera.","url":"http:\/\/www.youtube.com\/watch?v=DAvEI0rLrAw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-a-digital-camera---2-of-2","created":1347667523,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13500","children":[]},{"title":"What is inside a coffee maker?","description":"In this video we explore what is inside a coffee maker, how it is made, and how it works.","url":"http:\/\/www.youtube.com\/watch?v=XQTIKNXDAao&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-a-coffee-maker","created":1347668963,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3739","children":[]},{"title":"What is inside a DVD player? (1 of 5)","description":"In this video we explore the housing and functions of a DVD player.","url":"http:\/\/www.youtube.com\/watch?v=9R9vPcPyUwo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-a-dvd-player---1-of-5","created":1347669025,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3315","children":[]},{"title":"What is inside a DVD player? (2 of 5)","description":"In this video we explore the power supply inside a DVD player.","url":"http:\/\/www.youtube.com\/watch?v=a16uKH2K7gM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-a-dvd-player---2-of-5","created":1347669108,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1481","children":[]},{"title":"What is inside a DVD player? (3 of 5)","description":"In this video we explore the control board inside a DVD player.","url":"http:\/\/www.youtube.com\/watch?v=8VOcnNekTjw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-a-dvd-player---3-of-5","created":1347669221,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1487","children":[]},{"title":"What is inside a DVD player? (4 of 5)","description":"In this video we explore the DVD ROM components inside a DVD player.","url":"http:\/\/www.youtube.com\/watch?v=axP8LfkPvF0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-of-a-dvd-player---4-of-5","created":1347669309,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1504","children":[]},{"title":"What is inside a DVD player? (5 of 5)","description":"In this video we explore the laser assembly inside a DVD player.","url":"http:\/\/www.youtube.com\/watch?v=uQTG0x4qaYs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-a-dvd-player---5-of-5","created":1347669387,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1475","children":[]},{"title":"What is inside a universal remote control?","description":"In this video we explore what is inside a universal remote control, how it is made, and how it works.","url":"http:\/\/www.youtube.com\/watch?v=FH1L5NnuDXM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-of-a-universal-remote-control-1","created":1347669644,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3138","children":[]},{"title":"What is inside a tap light?","description":"In this video we go inside a tap light to discover what is inside and how it works.","url":"http:\/\/www.youtube.com\/watch?v=qLMsZKx_a8s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/what-is-inside-a-tap-light","created":1349925441,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1585","children":[]}]},{"title":"Spout Bot","description":"Spout is a small simple ultra-low cost \"beetle bot\" that is based on bots that can be found at MAKE, Instructables, RobotShop, Insectorids and other sites throughout the web.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Where did Spout come from?","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Atoms","description":null,"url":"","source":"","created":null,"start":null,"end":null,"type":"article","provider":"Khan University","views":null,"children":[]}]},{"title":"Bit-zee Bot","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Bit-zee Bot","description":"This project is a low cost robot made from every day items that are taken apart and described in the reverse engineering section","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"2. Bit-zee (long version)","description":"Bit-zee goes to school","url":"http:\/\/www.youtube.com\/watch?v=KmmFBC0gNSg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/Bit-zee-long-version","created":1350068430,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4444","children":[]},{"title":"3. Bit-zee Bot Introduction","description":"In this video we discuss some of the key parts of Bit-zee","url":"http:\/\/www.youtube.com\/watch?v=mwP5OHJe1ak&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-intro","created":1349833467,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5565","children":[]},{"title":"4. Bit-zee planning and propulsion","description":"The video covers the first stages of idea generation for Bit-zee and how to make Bit-zee move.","url":"http:\/\/www.youtube.com\/watch?v=Kq0Er6JBMmc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-planning-and-propulsion","created":1351800948,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2305","children":[]},{"title":"5. Bit-zee's bits","description":"In this video we take a quick a look at some of the parts we used to make Bit-zee. Although we highly recommend you create your own Bit-zee using parts from products that people would otherwise throw away.","url":"http:\/\/www.youtube.com\/watch?v=VnfpSf6YxuU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-s-bits","created":1351809402,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1875","children":[]},{"title":"6. Bit-zee's chassis\/frame","description":"In this video we show you how to craft the chassis for the Bit-zee using a $3 piece of Lexan and tap light housing","url":"http:\/\/www.youtube.com\/watch?v=jo1bjsBbcc8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-s-chassis--timelapse---mov","created":1352156397,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1373","children":[]},{"title":"7. Bit-zee's wheel mounts and fenders","description":"In this video we show you how to create Bit-zee's fenders out of hair dryer motor mounts and we also take you through how to mount the hair dryer motors in Bit-zee's frame.","url":"http:\/\/www.youtube.com\/watch?v=bP__iEY9yTs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-s-wheel-mounts-and-fenders","created":1352227878,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1192","children":[]},{"title":"8. Bit-zee's component mounting holes","description":"In this video we show you how and where to create the mounting holes in BIt-zee's Lexan base for the arduino, batteries, camera, on\/off switch and wire routing.","url":"http:\/\/www.youtube.com\/watch?v=YvUWkJcfp1w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-s-component-mounting-holes","created":1352235512,"start":null,"end":null,"type":"video","provider":"Khan University","views":"916","children":[]},{"title":"9. Bit-zee's batteries","description":"In this video we install 8 AA batteries in Bit-zee's frame using zip ties.","url":"http:\/\/www.youtube.com\/watch?v=L8NrBjd1aNo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-s-batteries","created":1352252231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"902","children":[]},{"title":"10. Improving the battery wires","description":"In this video we upgrade Bit-zee' battery wires from 32 gage to 18 gauge.","url":"http:\/\/www.youtube.com\/watch?v=h8S-dOQe1-0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/improving-the-battery-wires","created":1352417945,"start":null,"end":null,"type":"video","provider":"Khan University","views":"889","children":[]},{"title":"11. Connecting Bit-zee's power wires and on-off switch","description":"In this video we show you how to switch on and off Bit-zee's electrical power.","url":"http:\/\/www.youtube.com\/watch?v=ebGzJabI3mw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/connecting-bit-zee-s-power-wires-and-on-off-switch","created":1352417612,"start":null,"end":null,"type":"video","provider":"Khan University","views":"825","children":[]},{"title":"12. Bit-zee's motors","description":"In this video we re-wire Bit-zee's motors to include longer wires and then we re-attach them to his frame. This video shows more detail than the previous motor video and it is shot in real time. This video also shows how to route the wires.","url":"http:\/\/www.youtube.com\/watch?v=iU1oIFPM1-I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/wiring---installing-bit-zee-s-motors","created":1352256771,"start":null,"end":null,"type":"video","provider":"Khan University","views":"900","children":[]},{"title":"13. Why does Bit-zee need a motor controller?","description":"This video outlines in simple terms why a motor controller is needed and what it does","url":"http:\/\/www.youtube.com\/watch?v=7CqigPmXyv8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-does-bit-zee-need-a-motor-controller","created":1351654413,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1169","children":[]},{"title":"14. Bit-zee's motor controller","description":"In this video we take you step by step through building the L298 Motor driver. This controller allows you to use your Arduino to control the hair dryer motors used to move the Bit-zee bot.","url":"http:\/\/www.youtube.com\/watch?v=T4iRq8_ZmAA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/Bit-zee's-motor-controller","created":1351635249,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1492","children":[]},{"title":"15. Attaching and wiring Bit-zee's motor controller","description":"In this video we show you how to attach and wire the L-298 motor controller board to Bit-zee's frame.","url":"http:\/\/www.youtube.com\/watch?v=CSXP02Cl3zM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/attach-and-wire-bit-zee-s-motor-controller","created":1352418236,"start":null,"end":null,"type":"video","provider":"Khan University","views":"657","children":[]},{"title":"16. Attaching Bit-zee's Arduino","description":"In this video we show you how to connect Bit-zee's Arduino micro-controller to his frame.","url":"http:\/\/www.youtube.com\/watch?v=o0XKRK3a3cs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/attaching-bit-zee-s-arduino","created":1352311240,"start":null,"end":null,"type":"video","provider":"Khan University","views":"885","children":[]},{"title":"17. How to hotwire a digital camera","description":"This video shows you how to \"hotwire\" a digital camera. \n\nThis video outlines the first step in making our digital camera work in the Bit-zee robot. The required voltage for the camera was determined by adding the1.5 volt AAA batteries (there are three of them) together to get 4.5 volts (because the batteries are wired in series). Since new batteries usually have a voltage that exceeds their marked rating the camera can easily run on the 5 volts that the center terminal of our L298 motor controller provides.","url":"http:\/\/www.youtube.com\/watch?v=bhMQYdoh8EQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-to-hotwire-a-digital-camera","created":1352329602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1072","children":[]},{"title":"18. Attaching Bit-zee's digital camera","description":"In this video we show you how to attach Bit-zee's camera and route the wires","url":"http:\/\/www.youtube.com\/watch?v=8GhjZn2W8ns&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/attach-bit-zee-s-digital-camera","created":1352417378,"start":null,"end":null,"type":"video","provider":"Khan University","views":"628","children":[]},{"title":"19. Bit zee's 5 Volt power distribution board","description":"In this video we hack apart a bread board to create a 5 volt power distribution strip. The 5 volts comes from the center pin in the motor controller and the negative or ground comes from the ground pin on the motor controller.","url":"http:\/\/www.youtube.com\/watch?v=iqHZp79FhO8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-s-5-volt-power-distribution-board","created":1352430468,"start":null,"end":null,"type":"video","provider":"Khan University","views":"626","children":[]},{"title":"20. Hacking and attaching a digital recorder\/player to Bit-zee","description":"In this video we attach and wire a digital voice recorder to Bit-zee.","url":"http:\/\/www.youtube.com\/watch?v=efQjBTPhS_0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hacking-and-attaching-a-digital-recorder-player","created":1352508826,"start":null,"end":null,"type":"video","provider":"Khan University","views":"807","children":[]},{"title":"21. Making a power connector for the Arduino","description":"In this video we show you how to create a power connector for your arduino.","url":"http:\/\/www.youtube.com\/watch?v=4HkbFUoX0iI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/making-a-power-connector-for-the-arduino","created":1352514513,"start":null,"end":null,"type":"video","provider":"Khan University","views":"811","children":[]},{"title":"22. Attaching Bit-zee's prototype board","description":"In this video we attach Bit-zee's bread board","url":"http:\/\/www.youtube.com\/watch?v=DRz9B6SHWQ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/attaching-bit-zee-s-prototype-board","created":1355291558,"start":null,"end":null,"type":"video","provider":"Khan University","views":"530","children":[]},{"title":"23. Connecting the motor controller to the Arduino","description":"In this video we show you how to determine which wire is which and how to connect them to your Arduino.","url":"http:\/\/www.youtube.com\/watch?v=C9ITaG1_XoA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/connecting-the-motor-controller-to-the-arduino","created":1354069795,"start":null,"end":null,"type":"video","provider":"Khan University","views":"776","children":[]},{"title":"24. Connecting Bit-zee's camera to the Arduino","description":"In this video we wire Bit-zee's camera's shutter and power functions to some transistors on the bread board and then we connect the transistors to the Arduino.","url":"http:\/\/www.youtube.com\/watch?v=T2ZnxsBWU3E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/connecting-bit-zee-s--camera-to-the-arduino","created":1355291708,"start":null,"end":null,"type":"video","provider":"Khan University","views":"425","children":[]},{"title":"25. Bit-zee's bumper switches","description":"In this video we create and wire Bit-zee's bumper switches","url":"http:\/\/www.youtube.com\/watch?v=JEXhbd0JOWk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-s-bumper-switches","created":1355291819,"start":null,"end":null,"type":"video","provider":"Khan University","views":"374","children":[]},{"title":"26. Bit-zee's eyes","description":"In this video we create and wire Bit-zee's tri-color LED eyes","url":"http:\/\/www.youtube.com\/watch?v=lrIUaN_UKYs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-s-eyes","created":1355326882,"start":null,"end":null,"type":"video","provider":"Khan University","views":"404","children":[]},{"title":"27. Bit-zee's IR sensor","description":"In this video we connect, bend and wire Bit-zee's IR sensor. This sensor will allow Bit-zee to receive commands from a universal remote control.","url":"http:\/\/www.youtube.com\/watch?v=KNtVlP9Htnk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-s-ir-sensor","created":1355327082,"start":null,"end":null,"type":"video","provider":"Khan University","views":"418","children":[]},{"title":"28. Bit-zee's shell","description":"This video shows how Bit-zee's shell was modified to allow space for the bumper switches.","url":"http:\/\/www.youtube.com\/watch?v=87-DnbQatO8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bit-zee-s-shell","created":1355327207,"start":null,"end":null,"type":"video","provider":"Khan University","views":"378","children":[]},{"title":"29. Camera wiring update","description":"This video shows you how to reduce the complexity of your Bit-zee while improving the speed of your Bit-zee digital camera.","url":"http:\/\/www.youtube.com\/watch?v=KhyDlw99aSY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/camera-wiring-update","created":1355327318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"691","children":[]}]},{"title":"CS Exercises","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Variables 1","description":"","url":"http:\/\/www.khanacademy.org\/exercise\/cs_variables_1","source":"http:\/\/www.khanacademy.org\/exercise\/cs_variables_1","created":null,"start":null,"end":null,"type":"exercise","provider":"Khan University","views":null,"children":[]}]},{"title":"Humanities","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"History","description":"The history of the world (eventually)!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"United States History","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"US History Overview 1: Jamestown to the Civil War","description":"Jamestown to the Civil War","url":"http:\/\/www.youtube.com\/watch?v=ghgPq2wjQUQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/us-history-overview-1--jamestown-to-the-civil-war","created":1303601158,"start":null,"end":null,"type":"video","provider":"Khan University","views":"567219","children":[]},{"title":"US History Overview 2: Reconstruction to the Great Depression","description":"Reconstruction to the Great Depression","url":"http:\/\/www.youtube.com\/watch?v=zmBV87XA52Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/us-history-overview-2---reconstruction-to-the-great-depression","created":1303773976,"start":null,"end":null,"type":"video","provider":"Khan University","views":"153327","children":[]},{"title":"US History Overview 3: WWII to Vietnam","description":"World War II, Hitler, Cold War, Bay of Pigs, Cuban Missile Crisis and the Space Race","url":"http:\/\/www.youtube.com\/watch?v=j2eKaxU-8kA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/us-history-overview-3---wwii-to-vietnam","created":1303773976,"start":null,"end":null,"type":"video","provider":"Khan University","views":"143535","children":[]},{"title":"Appomattox Court House and Lincoln's Assassination","description":"From Lee's Surrender to Grant to Lincoln's Assassination","url":"http:\/\/www.youtube.com\/watch?v=Frpq_A7Ky_Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/appomattox-court-house-and-lincoln-s-assassination","created":1307489251,"start":null,"end":null,"type":"video","provider":"Khan University","views":"132729","children":[]},{"title":"Communism","description":"Overview of Communism and Marxist-Leninist States","url":"http:\/\/www.youtube.com\/watch?v=MmRgMAZyYN0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/communism","created":1304724373,"start":null,"end":null,"type":"video","provider":"Khan University","views":"193840","children":[]},{"title":"Korean War Overview","description":"Korean War Overview","url":"http:\/\/www.youtube.com\/watch?v=MEGyRgYJKEY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/korean-war-overview","created":1304724373,"start":null,"end":null,"type":"video","provider":"Khan University","views":"124759","children":[]},{"title":"Bay of Pigs Invasion","description":"Bay of Pigs Invasion","url":"http:\/\/www.youtube.com\/watch?v=XmkbAduMD_E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bay-of-pigs-invasion","created":1304033224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"103125","children":[]},{"title":"Cuban Missile Crisis","description":"Overview of the Cuban Missile Crisis","url":"http:\/\/www.youtube.com\/watch?v=VO40SpSBjbc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cuban-missile-crisis","created":1304033224,"start":null,"end":null,"type":"video","provider":"Khan University","views":"97499","children":[]},{"title":"Vietnam War","description":"Overview of the Vietnam War","url":"http:\/\/www.youtube.com\/watch?v=9e9GWdT2pEQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vietnam-war","created":1303946751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"145458","children":[]},{"title":"Pattern of US Cold War Interventions","description":"Comparing the patterns of Korea, Cuba and Vietnam","url":"http:\/\/www.youtube.com\/watch?v=aNkrawaaiZQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pattern-of-us-cold-war-interventions","created":1304810755,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53171","children":[]},{"title":"Allende and Pinochet in Chile","description":"Outline of the 1973 Allende Coup in Chile and Pinochet's Junta (this video under CC-BY-SA)","url":"http:\/\/www.youtube.com\/watch?v=Um92GZLCQ_Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/allende-and-pinochet-in-chile","created":1304983556,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48265","children":[]},{"title":"When Capitalism is Great and Not-so-great","description":"Understanding when capitalism can potentially undermine innovation, competition and merit","url":"http:\/\/www.youtube.com\/watch?v=8NJEeEUUhaI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/when-capitalism-is-great-and-not-so-great","created":1304724373,"start":null,"end":null,"type":"video","provider":"Khan University","views":"90343","children":[]},{"title":"20th Century Capitalism and Regulation in the United States","description":"Overview of cycles of regulation, de-regulation and government in 20th century US capitalism","url":"http:\/\/www.youtube.com\/watch?v=J33nVRyTeyU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/20th-century-capitalism-and-regulation-in-the-united-states","created":1304724373,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53441","children":[]}]},{"title":"Ancient and Medieval History","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Sumerian Art: Standard of Ur","description":"Standard of Ur, c. 2600-2400 B.C.E., 21.59 x 49.5 x 12 cm (British Museum)\n\nSpeakers: Dr. Steven Zucker & Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=Nok4cBt0V6w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/standard-of-ur--c--2600-2400-b-c-e","created":1338796815,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31297","children":[]},{"title":"Ancient Rome","description":"A project between Khan Academy and Rome Reborn - with Dr. Bernard Frischer","url":"http:\/\/www.youtube.com\/watch?v=VAgA6G75XsI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a-tour-through-ancient-rome-in-320-c-e","created":1337068810,"start":null,"end":null,"type":"video","provider":"Khan University","views":"52541","children":[]},{"title":"Ara Pacis","description":"Ara Pacis Augustae (Altar of Augustan Peace), 13-9 B.C.E.Speakers: Dr. Beth Harris & Dr. Steven ZuckerOn Smarthistory: http:\/\/smarthistory.khanacademy.org\/ara-pacis.htmlOn Khan Academy:","url":"http:\/\/www.youtube.com\/watch?v=kiMNT18c4Ko&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ara-pacis-augustae--altar-of-augustan-peace---13-9-b-c-e---rome","created":1349114475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9193","children":[]},{"title":"Sutton Hoo Ship Burial","description":"Sutton Hoo Ship Burial, c. 700 (British Museum, London)\n\nMultiple bronze, gold and silver objects of Anglo Saxon origin, found in Suffolk, England, including: a helmet, sceptre, sword, hanging bowl, bowls and spoons, shoulder clasps, a belt buckle, and purse lid.\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=dWxcQZBM3eQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sutton-hoo-ship-burial--c--700","created":1332270703,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14587","children":[]},{"title":"Coronation Mantle","description":null,"url":"http:\/\/www.youtube.com\/watch?v=JOkEfbaaK-o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/coronation-mantle--new","created":1338969609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6324","children":[]}]},{"title":"European History","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"French Revolution","description":"\"Let them eat cake!\" \"No, how about we cut your head off instead!\" \n\nThe French Revolution was ugly, bloody and idealistic. This tutorial covers the beginning of the end of the Bourbon rule (actually doesn't really go away for 60 years) and birth of France as a Republic (which will really take about 80 years).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"French Revolution (Part 1)","description":"Part 1 of the French Revolution. From the Convocation of the Estates General to the storming of the Bastille","url":"http:\/\/www.youtube.com\/watch?v=BDWqwcTtZa0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/french-revolution--part-1","created":1298220305,"start":null,"end":null,"type":"video","provider":"Khan University","views":"374509","children":[]},{"title":"French Revolution (Part 2)","description":"Royals try to escape. Champ De Mars Massacre. Declaration of Pillnitz. Movement towards becoming a Republic.","url":"http:\/\/www.youtube.com\/watch?v=0t4MF9ZoppM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/french-revolution--part-2","created":1298220305,"start":null,"end":null,"type":"video","provider":"Khan University","views":"123698","children":[]},{"title":"French Revolution (Part 3) - Reign of Terror","description":"The Reign of Terror","url":"http:\/\/www.youtube.com\/watch?v=BZmtnCqTWik&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/french-revolution--part-3----reign-of-terror","created":1298220306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"124695","children":[]},{"title":"French Revolution (Part 4) - The Rise of Napoleon Bonaparte","description":"The rise of Napoleon Bonaparte","url":"http:\/\/www.youtube.com\/watch?v=KYoB2mjNdr0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/french-revolution--part-4----the-rise-of-napoleon-bonaparte","created":1298220306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"104645","children":[]}]},{"title":"Napoleon Bonaparte","description":"A man with such a huge \"Napoleonic complex\", that they named it after him. A military genius with a ginormous ego, some people consider him a hero or a tyrant or both.\n\nFrance has successfully overthrown Louis XVI in 1789. It has gone through a many-year period of bloodshed and instability. The monarch's of Europe are not happy about this \"overthrow-your-king\" business. A 5'6'' Corsican establishes himself as a strong military tactician during the wars with other European powers and soon comes to power in France.\n\nThis tutorial covers the rise and fall of one of the most famous men in all of history: Napoleon Bonaparte (Napoleon I).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Napoleon and the Wars of the First and Second Coalitions","description":"Overview of the first two coalitions against France and Napoleon's roles in them.","url":"http:\/\/www.youtube.com\/watch?v=OzyH-1p9nAg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/napoleon-and-the-wars-of-the-first-and-second-coalitions","created":1298220306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"74004","children":[]},{"title":"Napoleon and the War of the Third Coalition","description":"Napoleon leads France to become the dominant power in Europe. Napoleon I becomes Emperor of France.","url":"http:\/\/www.youtube.com\/watch?v=yogD_-Op4Wc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/napoleon-and-the-war-of-the-third-coalition","created":1298220306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"55701","children":[]},{"title":"Napoleon and the War of the Fourth Coalition","description":"Napoleon takes on Prussia and Russia and wins again","url":"http:\/\/www.youtube.com\/watch?v=O3HxPDH-s7w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/napoleon-and-the-war-of-the-fourth-coalition","created":1298220306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37106","children":[]},{"title":"Napoleon's Peninsular Campaigns","description":"French forces get embroiled in the Iberian Peninsula","url":"http:\/\/www.youtube.com\/watch?v=ALJGz4r_VF0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/napoleon-s-peninsular-campaigns","created":1298220306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42903","children":[]},{"title":"French Invasion of Russia","description":"Napoleon's disastrous invasion of Russia","url":"http:\/\/www.youtube.com\/watch?v=F_ySQvjtAxQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/french-invasion-of-russia","created":1298220306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"70605","children":[]},{"title":"Napoleon Forced to Abdicate","description":"The Sixth Coalition forces Napoleon into exile on Elba","url":"http:\/\/www.youtube.com\/watch?v=CH6FQhlZn6k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/napoleon-forced-to-abdicate","created":1298220306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44972","children":[]}]},{"title":"France's many revolutions and republics","description":"Unlike the American Revolution which fairly cleanly transitioned the United States from British rule to a republic, France's process of democratization was much longer and more painful. This tutorial gives a scaffold of that (and gives some context for the book\/musical\/movie \"Les Miserables\").","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Les Miserables and France's many revolutions","description":"Overview of early 19th century French history and context for Les Miserables","url":"http:\/\/www.youtube.com\/watch?v=I4iwhvDhvKE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/les-miserables-and-france-s-many-revolutions","created":1357575498,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25154","children":[]}]},{"title":"Haitian Revolution","description":"Yes, you are right. Haiti is not in Europe. We put the tutorial here because it was a French colony and its own revolution is closely linked to that of France's.\n\nPossibly one of the saddest histories that a nation can have, this tutorial tries to give as much context as possible for the birth of Haiti.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Haitian Revolution (Part 1)","description":"Slaves rebel in Saint-Domingue (Haiti). Rise of Toussaint L'Ouverture.","url":"http:\/\/www.youtube.com\/watch?v=Qz5zFzvbib4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/haitian-revolution--part-1","created":1298220306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"99800","children":[]},{"title":"Haitian Revolution (Part 2)","description":"Dessalines takes on Leclerc and Rochambeau","url":"http:\/\/www.youtube.com\/watch?v=gU-5bjpAPmA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/haitian-revolution--part-2","created":1298220306,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47999","children":[]}]},{"title":"American Civics","description":"Videos about how government works in the United States.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"The Fiscal Cliff","description":"Sal compares the possible outcomes of the federal budget negotiations around the \"fiscal cliff.\"","url":"http:\/\/www.youtube.com\/watch?v=lV3LBiivTxw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-fiscal-cliff","created":1354241628,"start":null,"end":null,"type":"video","provider":"Khan University","views":"77845","children":[]},{"title":"More Fiscal Cliff Analysis","description":"A bit more in-depth analysis when thinking about the fiscal cliff.","url":"http:\/\/www.youtube.com\/watch?v=QwvJ6z49m-c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/more-fiscal-cliff-analysis","created":1354241805,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32901","children":[]},{"title":"Deficit and Debt Ceiling","description":"Basic of the deficit, debt and debt ceiling","url":"http:\/\/www.youtube.com\/watch?v=-05OfTp6ZEE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/deficit-and-debt-ceiling","created":1314957754,"start":null,"end":null,"type":"video","provider":"Khan University","views":"115037","children":[]},{"title":"Government's Financial Condition","description":"Difference between debt and operating costs. Seeing how large obligations are for social security and medicare","url":"http:\/\/www.youtube.com\/watch?v=LOiw5aBrm4Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/government-s-financial-condition","created":1314957754,"start":null,"end":null,"type":"video","provider":"Khan University","views":"61065","children":[]},{"title":"Social Security Intro","description":"Basics on how social security works","url":"http:\/\/www.youtube.com\/watch?v=gLHUCUv1e5Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/social-security-intro","created":1314957754,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62356","children":[]},{"title":"FICA Tax","description":"How the FICA tax is calculated and what it stands for","url":"http:\/\/www.youtube.com\/watch?v=UP9xy2eVj7s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fica-tax","created":1314957754,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45882","children":[]},{"title":"Medicare Sustainability","description":"How medicare is funded and why it is even less sustainable than social security","url":"http:\/\/www.youtube.com\/watch?v=o1Y0G8Z67iU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/medicare-sustainability","created":1314957754,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47333","children":[]},{"title":"SOPA and PIPA","description":"What SOPA and PIPA are at face value and what they could end up enabling","url":"http:\/\/www.youtube.com\/watch?v=tzqMoOk9NWc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sopa-and-pipa","created":1326921798,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1441194","children":[]},{"title":"Pension obligations","description":"Thinking about pensions, defined benefit plans, defined contribution plans and how pensions tend to get underfunded","url":"http:\/\/www.youtube.com\/watch?v=qBYa_QOWuaE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pension-obligations","created":1353523693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9422","children":[]},{"title":"Illinois pension obligations","description":"Using Illinois as an example of what happens when pension obligations are underfunded.","url":"http:\/\/www.youtube.com\/watch?v=Tczu_dvVuuk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/illinois-pension-obligations","created":1353523605,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21449","children":[]}]},{"title":"Art History","description":"Spontaneous conversations about works of art where the speakers are not afraid to disagree with each other or art history orthodoxy. Videos are made by Dr. Beth Harris and Dr. Steven Zucker along with other contributors and maintained at smarthistory.khanacademy.org<\/a>.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Introduction to Art History","description":"New to art? If so, this is a good place to start. We often think we should understand what we see and that we know what we like, but art can be challenging. It has meant different things at different moments in history. Art gives us access to the way other people have seen the world. Jump in and explore!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"The Basics","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Common Questions about Dates","description":null,"url":"","source":"","created":null,"start":null,"end":null,"type":"article","provider":"Khan University","views":null,"children":[]},{"title":"A Beginners Guide to the History of Western Culture","description":null,"url":"","source":"","created":null,"start":null,"end":null,"type":"article","provider":"Khan University","views":null,"children":[]},{"title":"Why Look at Art","description":"Why look at art? This was the question we posed to several of our colleagues at a conference for museum professionals. Special thanks to Laura Mann, Anna Velez, an anonymous professional, and David Torgersen whose voices and insights are included here.","url":"http:\/\/www.youtube.com\/watch?v=0OloYD_kSbU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-look-at-art","created":1348016447,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33301","children":[]},{"title":"The Skill of Describing","description":"","url":"http:\/\/www.youtube.com\/watch?v=h_pWZBOR4ec&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-skill-of-describing","created":1348016447,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23491","children":[]},{"title":"Warhol, Campbell's Soup Cans","description":"Andy Warhol, Campbell's Soup Cans, 1962 (The Museum of Modern Art)\n\nSpeakers: Sal Khan & Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=J2CtQD3OLRI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/andy-warhol-s-soup-cans--why-is-this-art","created":1346787772,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29456","children":[]},{"title":"Art as Concept: In Advance of the Broken Arm","description":"Art as Concept: Duchamp's Shovel\n\nMarcel Duchamp, In Advance of the Broken Arm, 1964 (fourth version, after lost original of November 1915) (MoMA)\n\nA conversation with Sal Khan & Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=MRv20I13vqM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/duchamp-s-shovel--art-as-concept","created":1346787771,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14488","children":[]},{"title":"Why Is That Important? Looking at Jackson Pollock","description":"Why is that Important?: Looking at Jackson Pollock\n\nA conversation with Sal Khan, Steven Zucker and Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=NT0SHjOowLA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/why-is-that-important---looking-at-jackson-pollock","created":1357884001,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2291","children":[]},{"title":"Art & Context: Monet's Cliff Walk at Pourville and Malevich's White on White","description":"Art & Context: Monet's Cliff Walk at Pourville & Malevich's Suprematist Composition: White on White\n\nA conversation with Sal Khan, Steven Zucker & Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=2aUFB9hQncQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/art---context","created":1347407225,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9817","children":[]},{"title":"Representation & Abstraction: Millais's Ophelia and Newman's Vir Heroicus Sublimis","description":"Representation & Abstraction: Looking at Millais and Newman\nJohn Everett Millais, Ophelia, 1851-2 (Tate Britain) and Barnett Newman, Vir Heroicus Sublimus, 1950-51 (MoMA)\n\nA conversation with Sal Khan, Beth Harris & Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=8-5DTsl1V5k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/representation---abstraction--looking-at-millais-and-newman","created":1346787772,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6783","children":[]},{"title":"Hirst, The Physical Impossibility of Death in the Mind of Someone Living","description":"Beth Harris, Sal Khan and Steven Zucker discuss the Damien Hirst sculpture, \"The Physical Impossibility of Death in the Mind of Someone Living,\" and issues of interpretation.","url":"http:\/\/www.youtube.com\/watch?v=uDuzy-t7GDA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hirst-s-shark--interpreting-contemporary-art","created":1346787773,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9814","children":[]}]},{"title":"Media","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":null,"description":"Speakers: David Drogin and Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=k4edY2aXgbY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/printmaking--woodcuts-and-engravings","created":1332270724,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9693","children":[]},{"title":"Tempera Paint","description":"Speakers: Dr. David Drogin and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=YqTbqKCiYJw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tempera-paint","created":1348016448,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6009","children":[]},{"title":"Oil Paint","description":"Speakers: Dr. Steven Zucker, Isaac Peterson, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=9dbb6oITDa0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oil-paint","created":1348016447,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8218","children":[]},{"title":"Bronze Casting","description":"Bronze Casting\n\nSpeakers: Dr. Beth Harris, Dr. David Drogin\n\nhttp:\/\/smarthistory.org\/bronze-casting.html","url":"http:\/\/www.youtube.com\/watch?v=XZHLmG8DRbY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bronze-casting","created":1348016448,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4618","children":[]},{"title":"Quarrying & Carving Marble","description":"Quarrying and Carving Marble Speakers: Dr. Beth Harris, Dr. David Drogin http:\/\/smarthistory.org\/carving-marble.html","url":"http:\/\/www.youtube.com\/watch?v=MvMI2r1RS78&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/quarrying-and-carving-marble","created":1348016448,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3764","children":[]}]},{"title":"- 400 C.E. Ancient Cultures","description":"Humans have been making art for tens of thousands of years, long before there was writing. Why was Egyptian art obsessed with death? Why did the ancient Greeks seek the perfect human form? How did the ancient Romans use art as state propaganda? Why was the naturalism of ancient Greek and Roman art abandoned with the rise of Christianity? This topic explores the art of the ancient world, from the Venus of Willendorf to a 6th-Century Chinese Bodhisattva.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Prehistoric","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Nude Woman (Venus of Willendorf)","description":"Nude Woman (Venus of Willendorf), c. 28,000-25,000 B.C.E., Limestone, 4 1\/4\" high (Naturhistorisches Museum, Vienna)","url":"http:\/\/www.youtube.com\/watch?v=ENAZqOoOVaI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/nude-woman--venus-of-willendorf---c--28-000-25-000-b-c-e","created":1338192014,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14092","children":[]}]},{"title":"Ancient Near East","description":"Was writing invented to record poetry or great literature? Nope. Writing was invented to help keep track of beer and other goods and services! The ancient Sumerians were nothing if not practical. Ancient cultures established the first cities and large scale architecture. From the Gates of the City of Ancient Babylon, to the ancient code of laws instituted by King Hammurabi, the Ancient Near East is strangely distant but also remarkably familiar.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction","description":"![The Euphrates River in 2005](http:\/\/khan.smarthistory.org\/assets\/images\/images\/Euphrates_River.jpg)\n\nThe Euphrates River in 2005\n\n###The Cradle of Civilization\nMesopotamia, the area between the Tigris and Euphrates Rivers (in modern day Iraq), is often referred to as the cradle of civilization because it is the first place where complex urban centers grew. The history of Mesopotamia, however, is inextricably tied to the greater region, which is comprised of the modern nations of Egypt, Iran, Syria, Jordan, Israel, Lebanon, the Gulf states and Turkey. We often refer to this region as the Near or Middle East. \n\n###What's in a Name?\nWhy is this region named this way? What is it in the middle of or near to? It is the proximity of these countries to the West (to Europe) that led this area to be termed \"the near east.\" Ancient Near Eastern Art has long been part of the history of Western art, but history didn't have to be written this way. It is largely because of the West's interests in the Biblcial \"Holy Land\" that ancient Near Eastern materials have been be regarded as part of the Western canon of the history of art. \n\n###The Land of the Bible\nAn interest in finding the locations of cities mentioned in the Bible (such as Nineveh and Babylon) inspired the original English and French 19th century archaeological expeditions to the Near East. These sites were discovered and their excavations revealed to the world a style of art which had been lost.\n\nAncient Near Eastern art remains popular today; in 2007 a 2.25 inch high, early 3rd millennium limestone sculpture, the Guennol Lioness, was sold for 57.2 million dollars, the second most expensive piece of sculpture sold at that time.\n\n###A Complex History\nThe history of the Ancient Near East is complex and the names of rulers and locations are often difficult to read, pronounce and spell. Moreover, this is a part of the world which today remains remote from the West culturally while political tensions have impeded mutual understanding. However, once you get a handle on the general geography of the area and its history, the art reveals itself as uniquely beautiful, intimate and fascinating in its complexity. \n\n###Geography and the Growth of Cities\nMesopotamia remains a region of stark geographical contrasts: vast deserts rimmed by rugged mountain ranges, punctuated by lush oases. Flowing through this topography are rivers and it was the irrigation systems that drew off the water from these rivers, specifically in southern Mesopotamia, that provided the support for the very early urban centers here.\n\nThe region lacks stone (for building), precious metals and timber. Historically, it has relied on the long-distance trade of its agricultural products to secure these materials. The large-scale irrigation systems and labor required for extensive farming was managed by a centralized authority. \n\nThe early development of this authority, over large numbers of people in an urban center, is really what distinguishes Mesopotamia and gives it a special position in the history of Western culture. Here, for the first time, thanks to ample food and a strong administrative class, the West develops a very high level of craft specialization and artistic production.\n\nText by Dr. Senta German","url":"","source":"","created":null,"start":null,"end":null,"type":"article","provider":"Khan University","views":null,"children":[]},{"title":"Sumerian Art: Great Lyre from the \"King's Grave\" at Ur","description":"Great Lyre from the \"King's Grave,\" c. 2650-2550 B.C.E., Gold, silver, lapis lazuli, shell, bitumen and wood (University of Pennsylvania Museum of Archaeology and Anthropology)\n\nSpeakers: Monica Hahn, Brian Seymour","url":"http:\/\/www.youtube.com\/watch?v=ZJm7Qgef3ks&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/great-lyre-from-the--king-s-grave---c--2650-2550-b-c-e","created":1332270687,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9968","children":[]},{"title":"Akkadian Art: Victory Stele of Naram-Sin","description":"Victory Stele of Naram-Sin, Akkadian, pink limestone, 2254-2218 B.C.E. (Louvre, Paris)\n\nThis monument depicts the Akkadian victory over the Lullubi Mountain people. In the12th century B.C.E., 1,000 years after it was originally made, the Elamite king, Shutruk-Nahhunte, attacked Babylon and, according to his later inscription, the stele was taken to Susa in what is now Iran.\n\nA stele is a vertical stone monument or marker often inscribed with text or relief carving.\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=OY79AuGZDNI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/victory-stele-of-naram-sin--2254-2218-b-c-e","created":1332270687,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14872","children":[]},{"title":"Babylonian Art: Law Code Stele of King Hammurabi","description":null,"url":"http:\/\/www.youtube.com\/watch?v=_w5NGOHbgTw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/law-code-stele-of-king-hammurabi--792-1750-b-c-e","created":1332270686,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23089","children":[]},{"title":"Assyrian Art: Human Headed Winged Lion and Bull (Lamassu)","description":"Human-headed winged lion and bull (lamassu), 883--859 B.C.E., Neo-Assyrian period, reign of Ashurnasirpal II, excavated at Nimrud (ancient Kalhu), northern Mesopotamia \n(Metropolitan Museum of Art)\nSpeakers: Monica Hahn, Brian Seymour","url":"http:\/\/www.youtube.com\/watch?v=4pwfuHY-AjI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/human-headed-winged-lion-and-bull--lamassu---883--859-b-c-e","created":1332270695,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7750","children":[]},{"title":"Neo-Babylonian Art: Ishtar Gate and Processional Way","description":"Reconstruction of the Ishtar Gate and Processional Way, Babylon, c. 575 B.C.E., glazed mud brick (Pergamon Museum, Berlin)","url":"http:\/\/www.youtube.com\/watch?v=U2iZ83oIZH0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ishtar-gate-and-processional-way--reconstruction---babylon--c--575-b-c-e","created":1334304007,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12718","children":[]}]},{"title":"Ancient Egypt","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Introduction","description":null,"url":"","source":"","created":null,"start":null,"end":null,"type":"article","provider":"Khan University","views":null,"children":[]},{"title":"Old Kingdom: Seated Scribe","description":null,"url":"http:\/\/www.youtube.com\/watch?v=cxs1d3N60UI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-seated-scribe---c--2620-2500-b-c-e","created":1332270687,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9996","children":[]},{"title":"New Kingdom: House Altar with Akhenaten, Nefertiti and Three Daughters","description":null,"url":"http:\/\/www.youtube.com\/watch?v=ryycDVWXDvc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/house-altar-depicting-akhenaten--nefertiti-and-three-daughters","created":1344487599,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4642","children":[]},{"title":"New Kingdom: Thutmose's Bust of Nefertiti","description":"Thutmose, Model Bust of Queen Nefertiti, c. 1340 BCE, limestone and plaster, New Kingdom, 18th dynasty, Amarna Period (Egyptian Museum and Papyrus Collection\/Neues Museum, Berlin)","url":"http:\/\/www.youtube.com\/watch?v=cZuYdIRAIAs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thutmose--bust-of-nefertiti--c--1340-bce","created":1344487600,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5469","children":[]},{"title":"New Kingdom: Ramesses II","description":"Ramesses II, Herakleopolis (Temple of Harsaphes), New Kingdom, Egypt, c. 1250 B.C.E. (University of Pennsylvania Museum of Archaeology and Anthropology)\n\nSpeakers: Monica Hahn, Brian Seymour\n\nhttp:\/\/smarthistory.org\/ancient-egypt.html","url":"http:\/\/www.youtube.com\/watch?v=PXUKfJ4XDk4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ramesses-ii--egypt--c--1250","created":1332270689,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12217","children":[]}]},{"title":"Ancient Greece","description":"The ancient Greeks kept busy. They produced painting and sculpture that was copied by the ancient Romans, by Renaissance and Baroque masters, and by the royal academies up until the 19th century. We still copy ancient Greek architecture, refer to their philosophy, use their geometry, perform their theatre, hold olympic games, and redefine their democracy.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Geometric: Terracotta Krater","description":"Krater, Terracotta, 42 5\/8 in. height (108.25 cm), c. 750--700 B.C.E., Geometric Period, Attic, \n\nattributed to the Hirschfeld Workshop (Metropolitan Museum of Art)\n\nSpeakers: Monica Hahn, Brian Seymour\nAttic refers to Attica, a historic region of Greece that included Athens.","url":"http:\/\/www.youtube.com\/watch?v=hfu1LZ8LTU0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/krater--ca--750--700-b-c-e","created":1332270698,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8290","children":[]},{"title":"Archaic: Exekias, Attic black figure amphora with Ajax and Achilles playing a game","description":"A conversation between Dr. Beth Harris and Dr. Steven Zucker in front of an Attic black figure amphora by Exekias (potter and painter), archaic period, c. 540-530 B.C.E., 61.1 cm high, found Vulci (Gregorian Etruscan Museum, Vatican)","url":"http:\/\/www.youtube.com\/watch?v=k2fdtepbkz8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/exekias--attic-black-figure-amphora-with-ajax-and-achilles-playing-a-game","created":1349114475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2823","children":[]},{"title":"Archaic: Mixing Vessel with Odysseus Escaping from the Cyclops's Cave","description":"Unknown, Mixing Vessel with Odysseus Escaping from the Cyclops's Cave, Archaic Period, 550-500 B.C.E. (Getty Villa)\n\nSpeakers: Dr. Beth Harris, Dr. Francesca Tronchin, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=BDo3L3vqE6M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mixing-vessel-with-odysseus-escaping-from-the-cyclops-s-cave--550-500-b-c-e","created":1332270688,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6715","children":[]},{"title":"Archaic: New York Kouros","description":"Kouros (youth), Archaic Greek, Attic,Archaic Period, c. 590--580 B.C.E. (Metropolitan Museum of Art)\n\nSpeakers: Monica Hahn, Brian Seymour","url":"http:\/\/www.youtube.com\/watch?v=JCTPh_QDlCY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/kouros--youth---archaic-greek--c--590--580-b-c-e","created":1332270692,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9018","children":[]},{"title":"Early Classical: Polykleitos, Doryphoros (Spear-Bearer)","description":"Polykleitos, Doryphoros (Spear-Bearer), Early Classical Period, Roman marble copy after a Greek bronze original from c. 450-440 B.C.E. (Museo Archaeologico Nazionale, Naples). Speakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=EAR9RAMg9NY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/polykleitos--doryphoros--spear-bearer","created":1345663028,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5127","children":[]},{"title":"Archaic and Early Classical: Ancient Greek Temples at Paestum, Italy","description":"Ancient Greek Temples at Paestum: Hera I, c. 560-530 B.C.E., Archaic Period; Hera II, c. 460 B.C.E., Classical Period; Temple of Minerva, c. 500 B.C.E. Archaic Period. A conversation with Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=_tNnI_w6TTQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ancient-greek-temples-at-paestum","created":1349114474,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4505","children":[]},{"title":"Archaic and Early Classical: East and West Pediments, Temple of Aphaia, Aegina","description":"East and West Pediments from the Temple of Aphaia, Aegina, Archaic\/Early Classical Periods, c. 490-480 B.C.E. (Glyptothek, Munich)\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=pdqOIg_QYSc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/east-and-west-pediments-from-the-temple-of-aphaia--aegina--c--490-480-b-c-e","created":1353353503,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1454","children":[]},{"title":"Classical: Myron, Discobolus (Discus Thrower), Roman copy of an ancient Greek bronze","description":"Myron, Discobolus (Discus Thrower), Roman copy of an ancient Greek bronze from c. 450 B.C.E., Classical Period (Palazzo Massimo alle Terme). \n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=OhJKDqZgNXg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/myron--discobolus--discus-thrower---roman-copy-of-an-ancient-greek-bronze-from-c--450--b-c-e","created":1353754809,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1544","children":[]},{"title":"Sculpture from the Parthenon's East Pediment","description":"Phidias (?), Sculpture from the East Pediment of the Parthenon, marble, c. 448-432 B.C.E., Classical Period (British Museum, London). Speakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=Ip6hmC2KIug&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/phidias------sculpture-from-the-east-pediment-of-the-parthenon--c--448-432-b-c-e","created":1332270686,"start":null,"end":null,"type":"video","provider":"Khan University","views":"41207","children":[]},{"title":"Classical: Parthenon Frieze","description":"Phidias(?), Parthenon Frieze, c. 438-32 B.C.E., pentelic marble, Classical Period (420 linear feet of the 525 that complete the frieze are in the British Museum). \n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=KzZF1lP4Rbk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/phidias-----parthenon-frieze--c--438-32-b-c-e","created":1332270690,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9527","children":[]},{"title":"Classical: Parthenon Metopes","description":"Battle of the Lapiths and Centaurs, Parthenon Metopes,\nsouth flank, marble, c. 440 B.C.E., Classical Period (British Museum, London). Speakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=XXl5h257iBA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/battle-of-the-lapiths-and-centaurs--parthenon-metope--c--440-b-c-e","created":1332270693,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6700","children":[]},{"title":"Classical: Caryatid and Column from the Erechtheion","description":"Caryatid (South Porch) and Ionic Column (North Porch), Erechtheion on the Acropolis, Athens, marble, 421-407 B.C.E., Classical Period (British Museum, London); Mnesicles may have been the architect. Speakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=X872rmThCF8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caryatid---ionic-column--erechtheion--421-407-b-c-e","created":1332270697,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4951","children":[]},{"title":"Late Classical: After Praxiteles, Venus (Roman Copy)","description":"Unknown sculptor, Venus after the Greek original by Praxiteles from the 4th century B.C.E.,\nRoman, 175-200 C.E., Late Classical Period (Getty Villa). Speakers: Dr. Beth Harris, Dr. Francesca Tronchin, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=hXQa7psqSTY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/unknown-sculptor--venus--4th-century-b-c-e","created":1332270688,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6551","children":[]},{"title":"Hellenistic: Barberini Faun","description":"Barberini Faun, c. 220 B.C.E., Hellenistic Period (Glyptothek, Munich). Speakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=KQ63wu7lsXo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/barberini-faun--c--220-b-c-e","created":1353353505,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1294","children":[]},{"title":"Hellenistic: Dying Gaul","description":"Dying Gaul, ancient Roman marble copy of a lost bronze Greek sculpture, c. 220 B.C.E., Hellenistic Period (Capitoline Museum). Speakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=3M4pu6YtzJU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dying-gaul--c--220-b-c-e","created":1332270701,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10052","children":[]},{"title":"Hellenistic: Nike of Samothrace","description":null,"url":"http:\/\/www.youtube.com\/watch?v=TPM1LuW3Y5w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/nike--winged-victory--of-samothrace--c--190-b-c-e","created":1332270700,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9475","children":[]},{"title":"Hellenistic: The Pergamon Altar","description":"The Pergamon Altar, c. 200-150 B.C.E., 35.64 x 33.4 meters, Hellenistic Period (Pergamon Museum, Berlin). Speakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=L3SIooVHV8E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-pergamon-altar--c--200-150-b-c-e","created":1334304007,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8979","children":[]},{"title":"Hellenistic: Alexander Mosaic","description":"Alexander Mosaic, c.100 B.C.E., copy (Pompeii) of a lost Greek painting, c. 315 B.C.E., Hellenistic Period (Archaeological Museum, Naples). Speakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=51UA1T89MzU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alexander-mosaic--c-100-b-c-e","created":1353582008,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1196","children":[]},{"title":"Hellenistic: Eros Sleeping and An Old Market Woman","description":"Statue of Sleeping Eros, Hellenistic or Augustan, 3rd Century B.C.E., Early 1st Century C.E.and Statue of an Old Market Woman, Early Imperial, Julio-Claudian, 1st Century C.E., both Hellenistic Period. \n\nSpeakers: Brian Seymour and Monica Hahn","url":"http:\/\/www.youtube.com\/watch?v=Vs2BfQ5_tjI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/statue-of-sleeping--eros-and-statue-of-an-old-market-woman","created":1332270701,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4684","children":[]}]},{"title":"Ancient Rome","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Digging Through Time","description":"Digging Through Time\n\nA conversation with Dr. Darius Arya and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=Z1RpVPbHgzU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/digging-through-time","created":1353353504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1475","children":[]},{"title":"Republican Period: Temple of Portunus","description":"Temple of Portunus (formerly known as, Fortuna Virilis), travertine, tufa, and stucco,\nc. 120-80 B.C.E., Rome \n\nA smarthistory.org video by Beth Harris and Steven Zucker.","url":"http:\/\/www.youtube.com\/watch?v=5u1Nrmdyd-A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/temple-of-portunus--rome--c--120-80-b-c-e","created":1332270702,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6090","children":[]},{"title":"Republican Period: Veristic Male Portrait","description":"Veristic male portrait, early 1st Century B.C.E., marble life size (Vatican Museums, Rome)\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=T0fq3XFfxrY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/veristic-male-portrait","created":1358953833,"start":null,"end":null,"type":"video","provider":"Khan University","views":"342","children":[]},{"title":"The Pantheon","description":"The Pantheon, Rome, c. 125\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=oaw3EGnJwVw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-pantheon--rome--c--125","created":1332270702,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11968","children":[]},{"title":"Augustus of Primaporta","description":"Augustus of Primaporta, 1st century C.E. (Vatican Museums)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=3i8iou6tXqY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/augustus-of-primaporta--1st-century-c-e---vatican-museums","created":1342425610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19357","children":[]},{"title":"Painted Garden, Villa of Livia","description":"Painted Garden, Villa of Livia, fresco, 30-20 B.C.E. (Museo Nazionale Romano, Palazzo Massimo, Rome)\n\nPlant species include: umbrella pine, oak, red fir, quince, pomegranate, myrtle, oleander, date palm, strawberry, laurel, viburnum, holm oak, boxwood, cypress, ivy, acanthus, rose, poppy, chrysanthemum, chamomile, fern, violet, and iris.","url":"http:\/\/www.youtube.com\/watch?v=PPyqEsyVmIQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/painted-garden--villa-of-livia","created":1344487599,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7722","children":[]},{"title":"Head of Augustus","description":"Roman, Head of Augustus, c. 27-25 BCE, bronze and glass, 46.2 cm high x 26.5 cm wide x 29.4 cm deep, (British Museum, London)\n\nSpeakers: Pippa Couch and Rachel Ropeik","url":"http:\/\/www.youtube.com\/watch?v=bhE7cHE4wF0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/head-of-augustus--c--27-25-b-c-e","created":1332270686,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23287","children":[]},{"title":"Dionysiac frieze, Villa of Mysteries, Pompeii","description":"Dionysian Cult Cycle (?), Villa of Mysteries, before 79 C.E., fresco, Pompeii,\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=SEzDiejb1a0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/villa-of-mysteries","created":1353353502,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2295","children":[]},{"title":"Colosseum","description":"Colosseum (Amphitheatrum Flavium), c. 70-80 C.E., Rome\n\nSpeakers: Valentina Follo (courtesy of Context Travel), Dr. Beth Harris, Dr. Steven Zucker\nCover photo by Julia Avra Ugoretz\n\nViews of the Colosseum were taken from the Rome Reborn model of ancient Rome with the permission of The Rome Reborn Project (www.romereborn.virginia.edu). The model is copyright 2004 by The Regents of the University of California. All rights reserved. This video illustrates the latest version of the model (2.1), which was created from January to May, 2010. It is available in higher resolution; for copies, please write to: http:\/\/bernard.d.frischer@gmail.com \n\nSpeakers: Valentina Follo (courtesy of Context Travel), Dr. Beth Harris, Dr. Steven Zucker\nCover photo by Julia Avra Ugoretz\n\nViews of the Colosseum were taken from the Rome Reborn model of ancient Rome with the permission of The Rome Reborn Project (www.romereborn.virginia.edu). The model is copyright 2004 by The Regents of the University of California. All rights reserved. This video illustrates the latest version of the model (2.1), which was created from January to May, 2010. It is available in higher resolution; for copies, please write to: http:\/\/bernard.d.frischer@gmail.com","url":"http:\/\/www.youtube.com\/watch?v=9wguQaBYKec&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/colosseum--amphitheatrum-flavium---c--70-80-c-e---rome","created":1332270687,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17993","children":[]},{"title":"Arch of Titus","description":"Arch of Titus, originally Pentelic marble, early 19h-century restoration is in travertine,\nc. 81 C.E. (Via Sacra, Rome)\n\nThe surviving original inscription reads:\n\n SENATVS\n POPVLVSQVE ROMANVS\n DIVO TITO DIVI VESPASIANI F[ILIO]\n VESPASIANO AVGVSTO \n\n Senate\n People of Rome\n to the divine Titus Vespasian Augustus son of Vespasian \n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=Huop6oiCgVg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-arch-of-titus--81-c-e","created":1332270687,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13312","children":[]},{"title":"Hadrian's Villa, Tivoli: A Virtual Tour","description":"A virtual tour of Hadrian's Villa using a 3D digital model of the villa created under the direction of Dr. Bernard Frischer.\n\nThe ruins of Hadrian's Villa, in the town of Tivoli, near Rome, is spread over an area of approximately 250 acres. Many of the structures were designed by the Emperor Hadrian who ruled from 117 until his death in 138 C.E. This virual rendering is based on current archeological research and has been created in consultation with art historians, archaeologists, and museum curators with expertise in this area. Please note, a few features are necessarily assumptions based on the best available evidence.\n\nSpeakers: Dr. Bernard Frischer and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=Nu_6X04EGHk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/a-tour-of-hadrian-s-villa-with-dr--bernard-frischer","created":1341561612,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8043","children":[]},{"title":"Maritime Theatre at Hadrian's Villa, Tivoli","description":"Maritime Theatre at Hadrian's Villa, Tivoli, Villa begun in 117 C.E. \n\nA conversation with Dr. Bernard Frischer and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=hGMwMlksZlM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/emperor-hadrian-s-private-retreat--the--maritime-theatre--at-hadrian-s-villa--tivoli","created":1357124410,"start":null,"end":null,"type":"video","provider":"Khan University","views":"853","children":[]},{"title":"Pair of Centaurs Fighting Cats of Prey from Hadrian's Villa, Tivoli","description":"Pair of Centaurs Fighting Cats of Prey from Hadrian's Villa, mosaic, c. 130 B.C.E. (Altes Museum, Berlin)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker \n\nSee this on Smarthistory: http:\/\/smarthistory.khanacademy.org\/pair-of-centaurs-fighting-cats-of-prey-from-hadrians-villa.html\n\nView this mosaic up close in the Google Art Project","url":"http:\/\/www.youtube.com\/watch?v=L5OkFR8GScU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pair-of-centaurs-fighting-cats-of-prey-from-hadrian-s-villa--c--130-b-c-e-1","created":1349114475,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1578","children":[]},{"title":"Column of Trajan","description":"Column of Trajan, Carrara marble, completed 113 C.E., Rome\nDedicated to Emperor Trajan (Marcus Ulpius Nerva Traianus b. 53 , d. 117 C.E.) in honor of his victory over Dacia (now Romania) 101-02 and 105-06 C.E.","url":"http:\/\/www.youtube.com\/watch?v=MFt3tHNevJg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/column-of-trajan--completed-113-c-e","created":1332270691,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7987","children":[]},{"title":"Medea Sarcophagus","description":"Medea Sarcophagus, 140 - 150 C.E., marble, 65 x 227 cm (Altes Museum, Berlin)","url":"http:\/\/www.youtube.com\/watch?v=wE7_9Xce6LM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/medea-sarcophagus--140---150-c-e","created":1334304007,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3936","children":[]},{"title":"Equestrian Sculpture of Marcus Aurelius","description":"Equestrian Sculpture of Marcus Aurelius, bronze, c. 173-76 C.E., (Capitoline Museums, Rome).\n\nThe original location of the sculpture is unknown though it had been housed in the Lateran Palace since the 8th century until it was placed in the center of the\nPiazza del Campidoglio by Michelangelo in 1538. The original is now indoors for\npurposes of conservation. Marcus Aurelius ruled 161-180 C.E.","url":"http:\/\/www.youtube.com\/watch?v=D4nK5uXuPXM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/equestrian-sculpture-of-marcus-aurelius---c--173-76-c-e","created":1332270701,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6502","children":[]},{"title":"Ludovisi Battle Sarcophagus","description":"Battle of the Romans and Barbarians (Ludovisi Battle Sarcophagus), c. 250-260 C.E. (Museo Nazionale Romano-Palazzo Altemps, Rome)\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=m4raOIxsbaU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/battle-of-the-romans-and-barbarians--ludovisi-battle-sarcophagus---c--250-260-c-e","created":1356519609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"729","children":[]},{"title":"Arch of Constantine","description":"Arch of Constantine, 315 C.E., Rome\n\nSpeakers: Valentina Follo, Dr. Beth Harris, Dr. Steven Zucker\n\nhttp:\/\/www.smarthistory.org\/arch-of-constantine.html\n\nhttp:\/\/www.smarthistory.org\/arch-of-constantine.html","url":"http:\/\/www.youtube.com\/watch?v=mK9y-sPn_AY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arch-of-constantine--315-c-e","created":1332270702,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7607","children":[]},{"title":"The Colossus of Constantine","description":"The Colossus of Constantine, c. 312-15, Palazzo dei Conservatori, Musei Capitolini, Rome\n\nA conversation between Dr. Beth Harris and Dr. Steven Zucker in front of the Colossus of Constantine.","url":"http:\/\/www.youtube.com\/watch?v=MuD06cnjtAM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/colossus-of-constantine","created":1353353504,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1335","children":[]}]},{"title":"Buddhist Art","description":"Buddhism began when Siddh?rtha renounced his princely life and succeeded in attaining enlightenment. As the philosophy and practice of Buddhism traveled, it was shaped and reshaped first across Northern India, Pakistan and Afghanistan and later in China, Japan and South East Asia. Learn how we trace the history of Buddhism through the representation of the historical Buddha and the many other buddhas that are still widely venerated today.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"China: Bodhisattva","description":"Bodhisattva, probably Avalokiteshvara (Guanyin), Northern Qi dynasty, c. 550-60, Shanxi Province, China, sandstone with pigments, 13-3\/4 feet \/ 419.1 cm high (Metropolitan Museum of Art, New York)","url":"http:\/\/www.youtube.com\/watch?v=8jFxkEQacVA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bodhisattva--probably-avalokiteshvara--guanyin---northern-qi-dynasty--c--550--60","created":1334304007,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4796","children":[]},{"title":"China: Buddha of Medicine Bhaishajyaguru (Yaoshi fo)","description":"Buddha of Medicine Bhaishajyaguru (Yaoshi fo), c. 1319, Yuan dynasty, water-based pigments on clay mixed with straw, 24 feet, 8 inches x 49 feet 7 inches \/ 751.8 cm x 1511.3 cm (Metropolitan Museum of Art, New York). In the Google Art Project: http:\/\/www.googleartproject.com\/collection\/the-metropolitan-museum-of-art\/artwork\/buddha-of-medicine-bhaishajyaguru-yaoshi-fo-unknown\/650012\/#","url":"http:\/\/www.youtube.com\/watch?v=CHfU9EDwOwU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/buddha-of-medicine-bhaishajyaguru--yaoshi-fo---c--1319","created":1334304008,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4616","children":[]},{"title":"Japan: Muromachi to Momoyama period Negoro ware ewer","description":"Negoro ware ewer, Negoro workshop, Muromachi period (1392-1573) to\nMomoyama period (1573-1615) second half of 16th century, lacquered wood, Wakayama prefecture, Japan (Portland Art Museum)","url":"http:\/\/www.youtube.com\/watch?v=_M_zc7DDZbU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/japanese-negoro-ware-ewer--latter-16th-century","created":1332270729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3172","children":[]}]},{"title":"400-1300 Medieval & Byzantine Eras","description":"Were the Middle Ages really all that dark? Hardly! How could we call the period that saw the building of Chartres Cathedral with its stunning stained-glass windows, dark? Sure, the Roman empire collapsed, but with the Christianization of Europe came magnificent churches, illuminated bibles, and intricately designed broaches. This period also saw the birth of Islam, the third great monotheistic religion.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Early Christian","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Sarcophagus of Junius Bassus","description":"Sarcophagus of Junius Bassus, marble, 359 C.E. (Treasury of Saint Peter's Basilica)\n\nPlease note that due to photography restrictions, the images used in the video above\nshow the plaster cast on display in the Vatican Museum. Nevertheless, the audio conversation\nwas recorded in the treasury in Saint Peter's Basilica, in front of the original sarcophagus.\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker \n\nhttp:\/\/www.smarthistory.org\/sarcophagus-of-junius-bassus.html","url":"http:\/\/www.youtube.com\/watch?v=UjX4ExCixWY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sarcophagus-of-junius-bassus--marble--359-c-e","created":1332270704,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8075","children":[]},{"title":"Santa Sabina","description":"Basilica of Santa Sabina, Rome, c. 432.","url":"http:\/\/www.youtube.com\/watch?v=VeZ3_VZytPw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basilica-of-santa-sabina--rome--c--432","created":1332270704,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4942","children":[]},{"title":"Santa Prassede (Praxedes)","description":"Mosaics, Santa Prassede, Rome, early 9th century \n\nMosaics from the early 9th century, under Pope Paschal. The church is dedicated to Saint Praxedes and her sister Saint Pudentiana, daughters of Saint Pudens. The sisters were martyred because they provided Christian burials for martyrs, against Roman law. \n\nA Smarthistory video with Richard Bowen (courtesy of Context Travel, and Drs. Beth Harris and Steven Zucker)","url":"http:\/\/www.youtube.com\/watch?v=6FL81EVJTUE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mosaics--santa-prassede--rome--early-9th-century","created":1332270704,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3555","children":[]},{"title":"Santa Maria Maggiore","description":"Basilica of Santa Maria Maggiore, Rome, 5th century A.D. \n\nA Smarthistory video with partner Context Travel. Speakers: Dr. Steven Zucker and Richard Bowen.","url":"http:\/\/www.youtube.com\/watch?v=S2P4I_hFnFI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/basilica-of-santa-maria-maggiore--rome--5th-century-a-d","created":1332270705,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5349","children":[]}]},{"title":"Anglo Saxon England","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Byzantine","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Byzantine Art: Justinian and His Attendants","description":"Justinian and His Attendants, 6th century, San Vitale, Ravenna\nA Smarthsitory.org video","url":"http:\/\/www.youtube.com\/watch?v=bJ2knbAEcY8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/justinian-and-his-attendants--6th-century--ravenna","created":1332270704,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14413","children":[]},{"title":"Ivory panel with Archangel","description":"Byzantine panel with archangel, Ivory leaf from diptych, c. 525-50, 16.8 x 5.6 x 0.35 in. (42.8 x 14.3 x 0.9 cm), probably from Constantinople (modern Istanbul, Turkey), (British Museum, London)\n\nThe British Museum translates the text at the top of the panel as: \"Receive the suppliant before you, despite his sinfulness.\"\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker\n\nhttp:\/\/www.smarthistory.org\/ivory-panel-with-archangel.html","url":"http:\/\/www.youtube.com\/watch?v=f7J0WQsajX8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/byzantine-panel-with-archangel--c--525-50","created":1332270705,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3726","children":[]},{"title":"Icon of Saint George (the \"Black George\")","description":"Icon of Saint George (the \"Black George\"), late 14th Century, tempera, gesso on linden (?) panel, 77.4 x 57 cm (British Museum, London) \n\nSpeakers: Pippa Couch and Rachel Ropeik","url":"http:\/\/www.youtube.com\/watch?v=OdRBzITeIcs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/icon-of-saint-george--the--black-george----late-14th-century","created":1332270709,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2281","children":[]},{"title":"Icon of the Triumph of Orthodoxy","description":"Icon of the Triumph of Orthodoxy (Byzantine), c. 1400, tempera and gold on wood, \n39 cm x 31 cm (British Museum, London)\n\nSpeakers: Pippa Couch and Rachel Ropeik","url":"http:\/\/www.youtube.com\/watch?v=ZH0P0uBY3PY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/icon-of-the-triumph-of-orthodoxy--byzantine---c--1400","created":1332270718,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1565","children":[]}]},{"title":"Romanesque","description":"Visogoths, Ostrogoths, and Vikings, oh my! Western Europe was not a peaceful place during the 600 years after the fall of the Roman Empire. Western Europe (what is now Italy, France, Spain, England, etc.) had been repeatedly invaded. The result was a fractured feudal society with little stability and little economic growth. Charlemagne and the Ottonians had partially and briefly unified the West, and of course the Church was a stabilizing institution, but it was only in the 11th Century that everything changed. Now there was finally enough peace and prosperity to allow for travel and for the widespread construction of large buildings. These were, with rare exceptions, the first large structures to be built in the West since the fall of the Romans so many centuries before. We call the period Romanesque (Roman-like) because the masons of this period looked back to the architecture of ancient Rome. The relative calm of the Romanesque period also meant it was possible to travel, and the faithful set out on pilgrimages in great numbers to visit holy relics in churches across Europe. This meant that ideas and styles also traveled, towns grew and churches were built and enlarged.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Last Judgment Tympanum, Cathedral of St. Lazare, Autun","description":"Last Judgment Tympanum, Central Portal on West facade of the Cathedral of St. Lazare, Autun, c. 1130-46","url":"http:\/\/www.youtube.com\/watch?v=PATkTJhAUhM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tympanum-of-the-last-judgment--autun","created":1337068811,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5609","children":[]},{"title":"Wise and Foolish Virgins, Sant Quirze de Pedret","description":"Circle of the Master of Pedret, The Wise and Foolish Virgins, south apse of the Epistle, Sant Quirze de Pedret, late 11th century to the beginning of 12th century, fresco transferred to canvas\n325 x 315 x 320 cm (Museu Nacional d'Art de Catalunya, Barcelona)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=ZXJMwIDx29Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-wise-and-foolish-virgins--late-11th-century-early-12th-century","created":1332835205,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4067","children":[]},{"title":"Virgin from Ger","description":"Virgin from Ger, second half of the 12th century, wood, tempera, and stucco,\n51.8 x 20.5 x 15.5 cm, From the parish church of Santa Coloma de Ger,\nBaixa Cerdanya (Museu Nacional d'Art de Cataunya Palau Nacional, Barcelona)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=KwYhMXjMlvc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/virgin-from-ger--second-half-of-the-12th-century","created":1332270703,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3948","children":[]},{"title":"Historiated Capitals, Church of Sant Miquel, Camarasa (Noguera)","description":"Historiated capitals from the crossing of the Church of Sant Miquel of the castle of Camarasa (Noguera), early 13th century, stone, 77 x 1.65 x 77.5 cm (Museu Nacional d'Art de Catalunya, Palau Nacional, Barcelona).","url":"http:\/\/www.youtube.com\/watch?v=hPYOMKQlU1g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/capitals--church-of-sant-miquel--early-13th-century","created":1332270705,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2525","children":[]}]},{"title":"Gothic","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Birth of the Gothic: Abbot Suger and the Ambulatory at St. Denis","description":"Ambulatory, Basilica of Saint Denis, Paris, 1140-44.\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=2EciWH-1ya4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/birth-of-the-gothic--abbot-suger-and-the-ambulatory-in-the-basilica-of-st--denis--1140-44","created":1337587210,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10514","children":[]},{"title":"Cathedral of Notre Dame de Chartres (Part 1)","description":"Part 1: Cathedral of Notre Dame de Chartres, c.1145 and 1194-c.1220\n\nThis video (1 of 3), focuses on the cathedral's pre-Gothic history, its sacred relic, and the westwerk's royal portal and jamb figures\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker\n\nFor more: http:\/\/smarthistory.org\/Gothic.html","url":"http:\/\/www.youtube.com\/watch?v=w8QRG-Xc6oU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/part-1--cathedral-of-notre-dame-de-chartres--c-1145-and-1194-c-1220","created":1332270706,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12136","children":[]},{"title":"Cathedral of Notre Dame de Chartres (part 2)","description":"Part 2: Cathedral of Notre Dame de Chartres, c.1145 and 1194-c.1220\n\nThis video (2 of 3), focuses on the cathedral's interior, its stained glass, nave, aisles, elevation, and choir\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker\n\nFor more: http:\/\/smarthistory.org\/Gothic.html","url":"http:\/\/www.youtube.com\/watch?v=dN5XRW7T0cc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/part-2--cathedral-of-notre-dame-de-chartres--c-1145-and-1194-c-1220","created":1353353506,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3632","children":[]},{"title":"Cathedral of Notre Dame de Chartres (part 3)","description":"Part 3: Cathedral of Notre Dame de Chartres, c.1145 and 1194-c.1220\n\nThis video (3 of 3), focuses on the symbolism of light, the cathedral's flying buttresses, transept, the iconography of the north rose window, and the north porch and its sculptural program\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker\n\nFor more: http:\/\/smarthistory.org\/Gothic.html","url":"http:\/\/www.youtube.com\/watch?v=vAtQB9wLkUA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/part-3--cathedral-of-notre-dame-de-chartres--c-1145-and-1194-c-1220","created":1353353506,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3412","children":[]},{"title":"Berlinghieri's St. Francis Altarpiece","description":"Bonaventura Berlinghieri, Altarpiece of St. Francis, c. 1235 (Church of San Francesco,\nPescia, Italy)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=ZK85rWtrklU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bonaventura-berlinghieri--altarpiece-of-st--francis--c--1235","created":1332270706,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5374","children":[]}]},{"title":"Islamic Art","description":"More than 1 billion people call themselves muslim and this monotheistic religion is now estimated to be the second largest in the world. Islamic culture was among the most advanced and tolerant during the Medieval era. Cities from Isfahan in the East to Grenada in the West became important centers of art and learning. This tutorial looks at the sculpture, tilework, costume and interior spaces of this brilliant culture.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Two Royal Figures (Saljuq Period)","description":"A conversation between Dr. Elizabeth Macaulay-Lewis and Dr. Steven Zucker in front of \n\"Two Royal Figures,\" Iran (Saljuq period), mid 11th - mid 12th c., painted and gilded stucco (Metropolitan Museum of Art)\n\nFor more information, visit: http:\/\/smarthistory.khanacademy.org.\/royal-figures-saljuq-period.html","url":"http:\/\/www.youtube.com\/watch?v=4S9Bqo_LX7k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/royal-figures--iran--saljuq-period","created":1340697671,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3334","children":[]},{"title":"Ilkhanid Mihrab","description":"Mihrab (prayer niche), 1354--55 (A.H. 755), just after the Ilkhanid period, Isfahan, Iran, polychrome glazed tiles, 135-1\/16 x 113-11\/16 inches \/ 343.1 x 288.7 cm (Metropolitan Museum of Art, New York)","url":"http:\/\/www.youtube.com\/watch?v=hXNFjOhrihI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ilkhanid-mihrab--1354-55--isfahan--iran--metropolitan-museum-of-art--new-york","created":1343164090,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2607","children":[]},{"title":"Hebrew Astrolabe","description":"Astrolabe, c. 1345-55, Brass (?), 4 1\/3 x 3 5\/8 x 7\/8 in. (11 x 9.2 x 2.18 cm), (British Museum, London)\n\nSpeakers: Pippa Couch, Rachel Ropeik\n\nhttp:\/\/smarthistory.org\/hebrew-astrolabe.html","url":"http:\/\/www.youtube.com\/watch?v=TsM6ls5G1Cc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/astrolabe--c--1345-55","created":1332270708,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5206","children":[]},{"title":"Qa'a: The Damascus Room","description":"Reception Room (Qa'a), Ottoman period, 1119 a.h. \/ 1707 a.d., Damascus, Syria, poplar, gesso relief with gold and tin leaf, glazes and paint; cypress, poplar, walnut, black mulberry, mother-of pearl, marble and other stones, stucco with glass, plaster, ceramic tiles, iron, brass, 22 feet and a 1\/2 inch high x 16 feet, 8-1\/2 inches deep x 26 feet, 4-3\/4 inches long, Metropolitan Museum of Art\n\nA conversation between Dr. Elizabeth Macaulay-Lewis and Dr. Steven Zucker in the Damascus Room","url":"http:\/\/www.youtube.com\/watch?v=n9C7sMb7MmI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/damascus-room","created":1357556410,"start":null,"end":null,"type":"video","provider":"Khan University","views":"735","children":[]}]},{"title":"Art of the Americas","description":"If you are an art historian with expertise in this area and would like to contribute content, please contact Beth or Steven.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Pre-Columbian Cup","description":null,"url":"http:\/\/www.youtube.com\/watch?v=dRMGqKA5xKI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pre-columbian-cup--bat-n-grande-tombs--c--850-1250","created":1332270706,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2531","children":[]}]},{"title":"1300-1400 Proto-Renaissance","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Siena","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Duccio's Maesta (front)","description":"Duccio, Maesta (front), 1308-11 (Museo dell'Opera Metropolitana del Duomo, Siena)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=2fijnNzktDI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/duccio--maesta--front---1308-11","created":1344487601,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2442","children":[]},{"title":"Duccio's Maesta (back)","description":"Duccio, Maesta (back), 1308-11 (Museo dell'Opera Metropolitana del Duomo, Siena)\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=w6Tgu14VSLY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/duccio--maesta--back---1308-11","created":1344487601,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2922","children":[]},{"title":"Duccio, The Rucellai Madonna, 1285-86","description":"Duccio, The Rucellai Madonna, 1285-86, tempera on panel, 177 x 114\" or 450 x 290 cm (Uffizi, Florence)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=1JL5ZR-ocOs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/duccio--the-rucellai-madonna--1285-86","created":1329244905,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11029","children":[]},{"title":"Duccio's Madonna and Child","description":"Duccio di Buoninsegna, Madonna and Child, tempera and gold on panel, c. 1300\n(Metropolitan Museum of Art)\n\nSpeakers: David Drogin and Beth Harris\n\nFor more videos, visit www.smarthistory.org\n\nSpeakers: Dr. David Drogin, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=0d9TB0DAOyY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/duccio--madonna-and-child--c--1300","created":1332270707,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5417","children":[]},{"title":"Duccio's The Virgin and Child with Saints Dominic and Aurea","description":"Duccio di Buoninsegna, The Virgin and Child with Saints Dominic and Aurea,\nc. 1315, tempera on wood, 42.5 x 34.5 cm (National Gallery, London).\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=Pu1WCHsYfKQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/duccio--the-virgin-and-child--c--1315","created":1332270708,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2618","children":[]},{"title":"Ambrogio Lorenzetti's Palazzo Pubblico frescos: Allegory and Effect of Good and Bad Government","description":"Ambrogio Lorenzetti, Allegory of Good Government, Effects of Good Government in the City and the Country, and Allegory and Effects of Bad Government in the City and the Country, Siena c. 1337-40, fresco, Sala della Pace (Hall of Peace) also know as the Sala dei Nove (the Hall of the Nine), 7.7 x 14.4 meters (room), Palazzo Pubblico, Siena\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker\n\nFor more information visit: http:\/\/smarthistory.khanacademy.org\/the-allegories-and-effects-of-good-and-bad-government.html","url":"http:\/\/www.youtube.com\/watch?v=jk3wNadYA7k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ambrogio-lorenzetti-s-palazzo-pubblico-frescos--allegory-and-effect-of-good-and-bad-government","created":1357124411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"293","children":[]},{"title":"Lorenzetti's Presentation of Jesus in the Temple","description":"Ambrogio Lorenzetti, Presentation of Jesus in the Temple, 1342, tempera on panel, 257 x 168 cm (Galleria degli Uffizi, Florence)","url":"http:\/\/www.youtube.com\/watch?v=_lzdhIHLwcQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ambrogio-lorenzetti---presentation-of-jesus-in-the-temple--1342","created":1334304008,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3501","children":[]},{"title":"Simone Martini's Annunciation","description":"Simone Martini, Annunciation, 1333, tempera on panel, 72 1\/2 x 82 5\/8\" or 184 x 210 cm. (Uffizi, Florence)\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=7PsgPJoGWig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/martini--annunciation--1333","created":1332270709,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3403","children":[]},{"title":"Nicola, Pulpit, Pisa Baptistery; and Giovanni Pisano, Slaughter of the Innocents, Pulpit, Sant'Andrea church, Pistoia","description":"Nicola Pisano, Pulpit, Pisa Baptistery, 1260\nGiovanni Pisano, Slaughter of the Innocents, Marble, 1301, Pulpit, Sant'Andrea church, Pistoia\n\nSpeakers: Dr. David Drogin, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=DXEG8l1FRRk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/nicola-and-giovanni-pisano--1260-1301","created":1332270708,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4909","children":[]}]},{"title":"Florence","description":"When Vasari wrote his enormously influential book, Lives of the Artists, in the 16th century, he credited Giotto, the 14th century Florentine artist with beginning \"the great art of painting as we know it today, introducing the technique of drawing accurately from life, which had been neglected for more than two hundred years.\" In other words, for Vasari, Giotto was the first artist to leave behind the medieval practice of painting what one knows and believes, for the practice of painting what one sees. This tutorial looks at painting and sculpture in both Pisa and Florence to highlight some of the most forward-thinking art of this century.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Cimabue, Santa Trinita Madonna","description":"Cimabue, Maesta of Santa Trinita, 1280-1290, tempera on panel, 151 1\/2 x 87 3\/4\" (385 x 223 cm), Uffizi, Florence\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=dpsEXM1JjhE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cimabue--maesta-of-santa-trinita--1280-900-1290","created":1332270707,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7712","children":[]},{"title":"Giotto, St. Francis Receiving the Stigmata ","description":"Giotto di Bondone, St. Francis of Assisi Receiving the Stigmata with predella scenes of the Dream of Innocent III, The Pope Approving the Rule of the Order, and St. Francis\nPreaching to the Birds, c. 1295-1300 (originally, Church of San Francesco, Pisa), tempera and gold on panel, 3.13 x 1.63m, original frame inscribed: \"OPUS IOCTI FIORETINI\".\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=MQct5EFQ9x8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/giotto--st--francis-receiving-the-stigmata--c--1295-1300","created":1332270708,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3927","children":[]},{"title":"Giotto's Lamentation","description":"Giotto, The Lamentation, c. 1305 (Arena Chapel, Padua)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=2nXBXfyODfc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/giotto--the-lamentation--c--1305","created":1332270707,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10842","children":[]},{"title":"Giotto, The Ognissanti Madonna","description":"Giotto, The Ognissanti Madonna, 1306-10, tempera on panel, 128 x 80 1\/4\" (325 x 204 cm).\n\nPainted for the Church of Ognissanti, Florence\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=P9s3YA-glNk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/giotto--the-ognissanti-madonna--1306-10","created":1332270709,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3839","children":[]},{"title":"Giotto's The Entombment of Mary","description":null,"url":"http:\/\/www.youtube.com\/watch?v=be9rz_HOnXI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/giotto--the-entombment-of-mary--1310","created":1333785606,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2336","children":[]},{"title":"Andrea Pisano's Reliefs on the Campanile in Florence","description":"Andrea Pisano, Reliefs for the Campanile in Florence, c. 1336\n\nSpeakers: David Drogin and Beth Harris\n\nFor more videos, visit www.smarthistory.org","url":"http:\/\/www.youtube.com\/watch?v=ncgAfzRSJrI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/andrea-pisano--reliefs-for-the-florence-campanile--c--1336","created":1332270709,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2151","children":[]},{"title":"Follower of Bernardo Daddi, The Aldobrandini Triptych","description":"Follower of Bernardo Daddi, The Aldobrandini Triptych, tempera on panel, ca. 1336 (Portland Art Museum)\n\nSpeakers: Tina Olsen and Maribeth Graybill\n\nFor more: http:\/\/smarthistory.org\/daddi-follower-triptych.html","url":"http:\/\/www.youtube.com\/watch?v=TKfJ2444F6s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/follower-of-daddi--the-aldobrandini-triptych--c--1336","created":1332270710,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1744","children":[]}]},{"title":"1400-1500 Renaissance in Italy and the North","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Burgundy","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Sluter's Well of Moses","description":null,"url":"http:\/\/www.youtube.com\/watch?v=xdIVZrr_8tI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/claus-sluter--well-of-moses","created":1334649607,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2224","children":[]},{"title":"Claus Sluter and Claus de Werve, Mourners, from the Tomb of Philip the Bold","description":"Claus Sluter (with Claus de Werve), Mourners, Tomb of Philip the Bold, Duke of Burgundy, 1410 (Museum of Fine Arts, Dijon)\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=WdAFrBpP1Bw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/claus-sluter--with-claus-de-werve---mourners--tomb-of-philip-the---installed-1410","created":1357556411,"start":null,"end":null,"type":"video","provider":"Khan University","views":"790","children":[]},{"title":"Holy Thorn Reliquary","description":"Holy Thorn Reliquary (made in Paris for Jean, Duc de Berry), c. 1390s, gold, enamel, ruby, pearl, sapphire, and rock crystal, 30 x 14.2 x 6.8 cm (British Museum, London)\n\nSpeakers: Pippa Couch and Rachel Ropeik","url":"http:\/\/www.youtube.com\/watch?v=PZKaQO2L2e4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/holy-thorn-reliquary--made-in-paris-for-jean--duc-de-berry---c--1390s","created":1332270710,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1980","children":[]}]},{"title":"Flanders","description":"In the 15th century, Flanders (an area that is today part of the Netherlands and Belgium) was ruled by the Dukes of Burgundy. The enormous wealth of the court of the Dukes and the wealth of the merchant class (in the thriving cities of Bruges and Tournai) made for a new interest in art that mimicked the material world, though in a way that was quite different from what was happening concurrently in Florence. Oil paint comes into its own in the work of Jan van Eyck and Rogier van der Weyden, and we see how the artists of the North used it to create stunning illusions of fur, wood, wool, glass, and jewels.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Campin, Merode Altarpiece","description":"Robert Campin, Merode Altarpiece, tempera and oil on panel, 1425-28 (Metropolitan Museum of Art)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker\n\nFor more about this altarpiece: http:\/\/smarthistory.org\/Campin.html","url":"http:\/\/www.youtube.com\/watch?v=WdDzs70Txjs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/campin--merode-altarpiece--1425-28","created":1332270710,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8075","children":[]},{"title":"Campin, Christ and the Virgin","description":null,"url":"http:\/\/www.youtube.com\/watch?v=Axox0C6aoTo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/robert-campin--christ-and-the-virgin--c--1430-35","created":1334304010,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1836","children":[]},{"title":"Hubert (?) and Jan van Eyck, Ghent Altarpiece (closed) or The Adoration of the Mystic Lamb","description":"Jan (and Hubert?) Van Eyck, Ghent Altarpiece or The Adoration of the Mystic Lamb,\ntempera and oil on panel, 11' 5\" x 7' 3\" (closed panels), Cathedral of Saint Bavo, Ghent, Belgium, completed 1432\n\n\nSecond Life correspondents Max Newbold and Sez Zabelin, discuss the closed Ghent Altarpiece (see the next video for a discussion of the open altarpiece) on the Vassar campus in Second Life. \n\nUnfortunately, it is not a recreation within the Vijd Chapel in Saint Bavo's cathedral in Ghent. We start with the recreation so we can show how the altarpiece opens and closes and so that the listener can get a sense of the scale of the altarpiece (it measures 11'5\" feet tall). \n\nAfter the introduction in Second Life, we illustrate our discussion with details that show the altarpiece's magnificence.","url":"http:\/\/www.youtube.com\/watch?v=zBfMweJPBrQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jan-van-eyck--ghent-altarpiece---closed---completed-1432","created":1332270711,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10142","children":[]},{"title":"Hubert (?) and Jan van Eyck, Ghent Altarpiece (open) or The Adoration of the Mystic Lamb","description":"Jan (and Hubert?) Van Eyck, Ghent Altarpiece or The Adoration of the Mystic Lamb,\ntempera and oil on panel, 11' 5\" x 15' (open panels), Cathedral of Saint Bavo, Ghent, Belgium, completed 1432","url":"http:\/\/www.youtube.com\/watch?v=xwJKfhLMhEk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jan-van-ecyk--the-ghent-altarpiece--open---completed-1432","created":1332270712,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10310","children":[]},{"title":"Jan van Eyck, Portrait of Giovanni Arnolfini and his Wife","description":"Jan Van Eyck, Portrait of Giovanni Arnolfini and his Wife, tempera and oil on wood, 1434 (National Gallery, London)Speakers: Dr. Beth Harris, Dr. Steven ZuckerFor more: http:\/\/www.smarthistory.org\/giovanni-arnolfini-and-his-wife.html","url":"http:\/\/www.youtube.com\/watch?v=9ODhKqFaugQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/van-eyck--portrait-of-giovanni-arnolfini-and-his-wife--1434","created":1332270713,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4629","children":[]},{"title":"Jan van Eyck's The Madonna in the Church","description":null,"url":"http:\/\/www.youtube.com\/watch?v=RkUdm-GiSVc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jan-van-eyck--the-madonna-in-the-church--c--1438","created":1333785607,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3496","children":[]},{"title":"Christus, Portrait of a Young Girl","description":null,"url":"http:\/\/www.youtube.com\/watch?v=bcrsyGxUbkA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/petrus-christus--portrait-of-a-young-woman--c--1470","created":1333785607,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4830","children":[]},{"title":"Christus, Portrait of a Carthusian","description":"Petrus Christus, Portrait of a Carthusian, 1446 (Metropolitan Museum of Art\n\nFor more videos, visit www.smarthistory,org\n\nSpeakers: Dr. David Drogin, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=2b7Qv5dtdf8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/christus--portrait-of-a-carthusian--1446","created":1332270713,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2054","children":[]},{"title":"Van der Goes, The Adoration of the Kings","description":null,"url":"http:\/\/www.youtube.com\/watch?v=B0eHEo-f6fc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hugo-van-der-goes--the-adoration-of-the-kings--monforte-altar---c--1470","created":1333785607,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2264","children":[]},{"title":"Van der Weyden, Deposition","description":"Rogier van der Weyden, Deposition, c. 1435 (Prado, Madrid)\n\nSpeakers: David Drogin and Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=SLf_oAkngP4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rogier-van-der-weyden--deposition--c--1435","created":1332270716,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6510","children":[]},{"title":"Van der Weyden, Crucifixion Triptych","description":"Rogier van der Weyden, Crucifixion Triptych, c. 1445, oil on oak, center panel: 101 x 70 cm, each wing: 101 x 35 cm (Kunsthistorisches Museum, Vienna)","url":"http:\/\/www.youtube.com\/watch?v=HhN5Zkbpt_k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rogier-van-der-weyden--crucifixion-triptych--c--1445","created":1334304008,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2292","children":[]},{"title":"Van der Weyden, The Last Judgment Polyptych","description":null,"url":"http:\/\/www.youtube.com\/watch?v=uFiyXC_x2U0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rogier-van-der-weyden--the-last-judgment--1446-52","created":1332270718,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2944","children":[]},{"title":"Van der Weyden, Crucifixion, with the Virgin and Saint John","description":"Rogier van der Weyden, The Crucifixion, with the Virgin and Saint John the Evangelist Mourning, c. 1460, oil on panel, 71 x 73-3\/8 inches \/ 180.3 x 186.4 cm (Philadelphia Museum of Art)","url":"http:\/\/www.youtube.com\/watch?v=ULgGEXBmNlw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rogier-van-der-weyden--the-crucifixion--with-the-virgin-and-st--john-the-evangelist-----c--1460","created":1334304010,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1522","children":[]},{"title":"The Unicorn in Captivity","description":"The Unicorn in Captivity (one of seven woven hangings popularly known as the Unicorn Tapestries or the Hunt of the Unicorn), 1495-1505, South Netherlandish, wool, silk, silver, and gilt (The Cloisters, The Metropolitan Museum of Art)","url":"http:\/\/www.youtube.com\/watch?v=26WASJHF46A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-unicorn-in-captivity--1495-1505","created":1332270717,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4204","children":[]}]},{"title":"Florence","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Orsanmichele","description":"Orsanmichele, Florence, 1349 loggia (1380-1404 upper stories)\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=-V51ZjxFeH4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/orsanmichele--florence--1349-loggia--1380-1404-upper-stories","created":1332270710,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5482","children":[]},{"title":"Brunelleschi & Ghiberti, The Sacrifice of Isaac","description":"Brunelleschi & Ghiberti, Sacrifice of Isaac, competition panels for the second set of bronze doors for the Florence Baptistery, 1401-2\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=uvgBSJPiQ8Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/brunelleschi---ghiberti--sacrifice-of-isaac--competition-panels--1401-2","created":1344631848,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4415","children":[]},{"title":"Linear Perspective: Brunelleschi's Experiment","description":"An introduction to Filippo Brunelleschi's experiment regarding linear perspective, c. 1420, in front of the Baptistry in Florence\n\nhttp:\/\/smarthistory.khanacademy.org\/Brunelleschi.html","url":"http:\/\/www.youtube.com\/watch?v=bkNMM8uiMww&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linear-perspective--brunelleschi-s-experiement","created":1332270711,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18213","children":[]},{"title":"Brunelleschi, Old Sacristy","description":"Brunelleschi, Old Sacristy, San Lorenzo, Florence, begun c. 1421\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=jYZ71Zma9Gc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/brunelleschi--old-sacristy--san-lorenzo--florence--begun-c--1421","created":1344487602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1696","children":[]},{"title":"Brunelleschi, Dome","description":"Brunelleschi, Dome of the Cathedral of Florence, 1420-36\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=TQ8F_yPwqzA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/brunelleschi--dome-of-the-cathedral-of-florence--1420-36","created":1332270719,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11444","children":[]},{"title":"Brunelleschi, Pazzi Chapel","description":"Filippo Brunelleschi, Pazzi Chapel, Santa Croce, Florence, begun 1420s, completed 1460s\n\nSpeakers: Dr. Beth Harris and Dt. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=LKv0hRyiGCY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/brunelleschi--pazzi-chapel--santa-croce--florence--completed-1460s","created":1344631849,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2387","children":[]},{"title":"Brunelleschi, Santo Spirito","description":"Filippo Brunelleschi's Santo Spirito, Florence, 1428-81\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=ggpKKlsaeac&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/brunelleschi-s-santo-spirito--florence--1428-81","created":1344487603,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1711","children":[]},{"title":"Donatello, David","description":"Donatello, David, bronze, late 1420s to the 1460s, Likey the 1440s (Museo Nazionale del Bargello, Florence) \n\nhttp:\/\/smarthistory.khanacademy.org\/Donatello.html","url":"http:\/\/www.youtube.com\/watch?v=6kUUJJV_MNA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/donatello--david--bronze--c--1440s","created":1332270712,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13173","children":[]},{"title":"Donatello, Saint Mark","description":"Donatello, St. Mark, 1411-13, marble, 93\" (236 cm), Orsanmichele, Florence\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=A8GQfq3U96M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/donatello--st--mark--1411-13","created":1332270716,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3640","children":[]},{"title":"Donatello, Feast of Herod","description":"Donatello, Feast of Herod, panel on the baptismal font of Siena Cathedral, Siena, Italy, Gilded bronze,1423--1427.","url":"http:\/\/www.youtube.com\/watch?v=J9_ouZpBknM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/donatello--feast-of-herod-1423-27","created":1338192015,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2247","children":[]},{"title":"Donatello, Madonna of the Clouds","description":"Donatello, Madonna of the Clouds, c. 1425--35, marble, 33.1 x 32 cm \/ 13 1\/16 x 12 5\/8 inches (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=q3N1IqBoKSo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/donatello--madonna-of-the-clouds--c--1425--35","created":1334304009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2229","children":[]},{"title":"Masaccio, The Tribute Money in the Brancacci Chapel","description":"Masaccio, The Tribute Money, 1427, fresco (Brancacci Chapel, Santa Maria del Carmine, Florence)\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=oDPNSPbjzQ8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/masaccio--the-tribute-money--1427","created":1338796816,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4408","children":[]},{"title":"Masaccio, Expulsion of Adam and Eve from Eden","description":"Masaccio, Expulsion of Adam and Eve from Eden, Brancacci Chapel, Santa Maria del Carmine, Florence, Italy, ca. 1424--1427. Fresco, 7' x 2' 11\"","url":"http:\/\/www.youtube.com\/watch?v=hMzFbORRiss&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/masaccio--expulsion-of-adam-and-eve-from-eden--brancacci-chapel--c--1424-1427","created":1344487602,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2483","children":[]},{"title":"Masaccio, Holy Trinity","description":"Masaccio, Holy Trinity, c. 1427, Fresco, 667 x 317 cm, Santa Maria Novella, Florence","url":"http:\/\/www.youtube.com\/watch?v=Kl4Dcj9o570&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/masaccio--holy-trinity--c--1427","created":1339401616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6220","children":[]},{"title":"Masaccio, Virgin and Child Enthroned","description":"Masaccio (Tommaso di Ser Giovanni di Simone), Virgin and Child Enthroned, 1426, tempera on panel (National Gallery, London). Ser Giuliano degli Scarsi, a notary from Pisa commissioned this altarpiece for the chapel of Saint Julian in Santa Maria del Carmine, Pisa\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker\n\nhttp:\/\/www.smarthistory.org\/masaccio-virgin-and-child-enthroned.html","url":"http:\/\/www.youtube.com\/watch?v=6LurHwFfrIA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/masaccio--madonna-enthroned--1426","created":1332270718,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2294","children":[]},{"title":"Fra Angelico, The Annunciation","description":"Fra Angelico, The Annunciation, c. 1438-47, fresco, 230 x 321 cm (Convent of San Marco, Florence)\n\nSpeakers: Dr Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=3B-V_pG3HPQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fra-angelico--the-annunciation--c--1438-47","created":1332270714,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5312","children":[]},{"title":"Fra Angelico, The Annunciation (Prado)","description":"Fra Angelico, The Annunciation and Life of the Virgin (in the predella), c. 1426, tempera on wood, 194 x 194 cm (Museo del Prado, Madrid)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=6lH7zWK_SAg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fra-angelico--the-annunciation-and-life-of-the-virgin--in-the-predella---c--1426","created":1332270714,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3811","children":[]},{"title":"Uccello, The Battle of San Romano","description":"Paolo Uccello's Battle of San Romano, probably c. 1538-40 in the National Gallery, London\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=p8Vasl3L5p8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paolo-uccello--battle-of-san-romano--c--1538-40","created":1355914809,"start":null,"end":null,"type":"video","provider":"Khan University","views":"620","children":[]},{"title":"Fra Filippo Lippi, Madonna and Child with two Angels","description":"Fra Filippo Lippi, Madonna and Child with two Angels, c. 1460-1465, tempera on panel, 95 x 63.5 cm (Galleria degli Uffizi, Florence)","url":"http:\/\/www.youtube.com\/watch?v=Ly2-n1KqNko&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fra-filippo-lippi--madonna-and-child-with-two-angels--c--1460-1465","created":1334304009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3849","children":[]},{"title":"Fra Filippo Lippi, Madonna and Child","description":"Fra Filippo Lippi, Madonna and Child, c. 1440, tempera on panel, 79 x 51.1 cm \/ 31-1\/8 x 20-1\/8 inches (National Gallery of Art, Washington)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker\n\nFor more videos, see www.smarthistory.org","url":"http:\/\/www.youtube.com\/watch?v=049sSl4lEuk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fra-filippo-lippi--madonna-and-child--c--1440","created":1332270711,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7206","children":[]},{"title":"Lippi, Portrait of a Man and Woman at a Casement","description":"Fra Fillippo Lippi, Portrait of a Man and Woman at a Casement, tempera on wood, c. 1440 (Metropolitan Museum of Art)\n\nSpeakers: Dr. David Drogin, Dr. Beth Harris\n\nFor more: http:\/\/smarthistory.org\/lippis-portrait-of-a-man-and-woman-at-a-casement.html","url":"http:\/\/www.youtube.com\/watch?v=wf8L9AZa2H4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fra-fillippo-lippi--portrait-of-a-man-and-woman-at-a-casement--c--1440","created":1332270712,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2414","children":[]},{"title":"Piero della Francesca, Portraits of the Duke and Duchess of Urbino","description":"Piero della Francesca, Portraits of the Duke and Duchess of Urbino, Federico da Montefeltro and Battista Sforza, 1467-72, tempera on panel, 47 x 33 cm (Galleria degli Uffizi, Florence)","url":"http:\/\/www.youtube.com\/watch?v=XIkryXkz8a4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/piero-della-francesca--portraits-of-the-duke-and-duchess-of-urbino--1467-72","created":1334304009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2939","children":[]},{"title":"Piero della Francesca, The Baptism of Christ","description":"Piero della Francesca, The Baptism of Christ, 1450s, tempera on wood, 167 x 116 cm (National Gallery, London)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=qv2K1yk0LCE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/piero-della-francesca--the-baptism-of-christ--1450s","created":1332270717,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3172","children":[]},{"title":"Veneziano, St. Lucy Altarpiece","description":"Domenico Veneziano, Saint Lucy Altarpiece, 1445-47, fresco transfered to canvas, 82 1\/4 x 85\" or 209 x 216 cm (Galleria degli Uffizi, Florence)\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=-yfjQGg-aMA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/veneziano--saint-lucy-altarpiece--1445-47","created":1332270718,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1695","children":[]},{"title":"Botticelli, Primavera","description":"Botticelli, La Primavera (Spring), 1481-1482, tempera on panel, 80 x 123 1\/2\" (203 x 314), Uffizi, Florence\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker\n\nhttp:\/\/khan.smarthistory.org\/botticelli-primavera.html","url":"http:\/\/www.youtube.com\/watch?v=qwZn852brII&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/botticelli--la-primavera--spring---1481-1482","created":1332270719,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9354","children":[]},{"title":"Botticelli, Birth of Venus","description":"Botticelli, The Birth of Venus, 1483-85, tempera on panel, 68 x 109 5\/8\" (172.5 x 278.5 cm), Uffizi, Florence\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=tdp22elrY7s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/botticelli--the-birth-of-venus--1483-85","created":1338537612,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8148","children":[]},{"title":"Martini, Architectural Veduta","description":null,"url":"http:\/\/www.youtube.com\/watch?v=5wptm7lPZyE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/francesco-di-giorgio-martini--attributed---architectural-veduta--c--1490","created":1333785607,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2464","children":[]}]},{"title":"Venice","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Bellini, St. Francis","description":"Giovanni Bellini, Saint Francis in the Desert, c. 1480, oil and tempera on poplar, 124.5 x 141.9 cm (The Frick Collection, New York)\n\nIn the Google Art Project: http:\/\/www.googleartproject.com\/collection\/the-frick-collection\/artwork\/st-francis-in-the-desert-giovanni-bellini\/324245\/\n\nView this work up close on the Google Art Project: http:\/\/www.googleartproject.com\/collection\/the-frick-collection\/artwork\/st-francis-in-the-desert-giovanni-bellini\/324245\/","url":"http:\/\/www.youtube.com\/watch?v=STs6h1qUSGs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/giovanni-bellini--saint-francis-in-the-desert--circa-1480","created":1339574412,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2558","children":[]},{"title":"Mantegna, Dead Christ","description":"Andrea Mantegna, Dead Christ, tempera on canvas, c. 1490 (Pinacoteca di Brera, Milan)\n\nSpeakers: Dr. Steven Zucker, Isaac Peterson, Dr. Beth Harris\n\nhttp:\/\/www.smarthistory.org\/mantegna-dead-christ.html","url":"http:\/\/www.youtube.com\/watch?v=IiB8Cvhhvvw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mantegna--dead-christ--c--1490","created":1332270712,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4793","children":[]},{"title":"Mantegna, Saint Sebastian","description":"Andrea Mantegna, Saint Sebastian, oil on wood panel, ca. 1456-59 (Kunsthistorisches Museum, Vienna)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker\n\nFor more art history videos, visit Smarthistory.org","url":"http:\/\/www.youtube.com\/watch?v=y1_N1GAsS5I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/andrea-mantegna--saint-sebastian--c--1456-59","created":1332270716,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2570","children":[]},{"title":"Mantegna, Camera degli Sposi","description":"Andrea Mantegna, Camera degli Sposi (Frescos in the ducal palace, Mantua), 1465-74 Speakers: Beth Harris and David Drogin","url":"http:\/\/www.youtube.com\/watch?v=GN0P5RkQAow&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/andrea-mantegna--camera-degli-sposi--frescos-in-the-ducal-palace--mantua---1465-74","created":1332270716,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2158","children":[]},{"title":"Mantegna, Dormition of the Virgin","description":null,"url":"http:\/\/www.youtube.com\/watch?v=Du-0kAn4u6w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mantegna--dormition--or-death--of-the-virgin--c--1462","created":1332270703,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1717","children":[]}]},{"title":"Tyrol","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Pacher, St. Wolfgang Altarpiece","description":"Michael Pacher, St. Wolfgang Altarpiece, c. 1479-81 (Church of St. Wolfgang, St. Wolfgang, Austria)\n\nSpeakers: Dr. Steven Zucker & Dr. Beth Harris\n\nFind out more here:\nhttp:\/\/Smarthistory.khanacademy.org\/pacher-sankt-wolfgang-altarpiece.html\n\nFind related images here: \nhttp:\/\/Flickr.com\/photos\/profzucker\/sets\/72157632376739853\/","url":"http:\/\/www.youtube.com\/watch?v=KdDIIYqXmjw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pacher--st--wolfgang-altarpiece--c--1479-8","created":1356951609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"460","children":[]}]},{"title":"1500-1600 End of the Renaissance and the Reformation","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"High Renaissance","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Toward The High Renaissance","description":"Verrocchio (with Leonardo), Baptism of Christ, 1470-75\n\nSpeakers:","url":"http:\/\/www.youtube.com\/watch?v=3YMEIjHl9og&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/verrocchio--with-leonardo---baptism-of-christ--1470-75","created":1332270722,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4562","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=JbWGusfynCw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/michelangelo--piet---1498-1500","created":1332270720,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26471","children":[]},{"title":"Michelangelo, David","description":"Michelangelo, David, marble, 1501-04 (Galleria dell'Accademia, Florence) \n\nA conversation with Khan Academy's Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=-oXAekrYytA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/michelangelo--david--marble--1501-04--galleria-dell-accademia--florence","created":1340697672,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7794","children":[]},{"title":"Representations of David in the Florentine Renaissance","description":"Speakers: Dr. David Drogin, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=EFX96d-xO0E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/patronage--a-case-study-of-images-of-david-in-the-renaissance","created":1332270711,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4719","children":[]},{"title":"Michelangelo, Moses","description":"Michelangelo, Moses, marble, ca. 1513-15 (San Pietro in Vincoli, Rome)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=pnBbFIxCIGw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/michelangelo--moses--ca--1513-15","created":1332270725,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16773","children":[]},{"title":"Michelangelo, Slaves","description":null,"url":"http:\/\/www.youtube.com\/watch?v=h44bnIGogu8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/michelangelo--the-dying-slave-and-the-rebellious-slave--1513-15","created":1332270725,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6598","children":[]},{"title":"Michelangelo, Last Judgment","description":"Michelangelo, Last Judgment, Sistine Chapel Ceiling, fresco, 1534-1541 (Vatican City, Rome)\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=Y-5agYcN9uU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/michelangelo--last-judgment--sistine-chapel-ceiling--1628-1629","created":1332270727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21411","children":[]},{"title":"Michelangelo, Ceiling of the Sistine Chapel","description":"Michelangelo, Ceiling of the Sistine Chapel, 1508-12 (Vatican, Rome)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker\n\nFor more: http:\/\/www.smarthistory.org\/sistine-chapel-ceiling.html","url":"http:\/\/www.youtube.com\/watch?v=gqrgWXAS9O8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/michelangelo--ceiling-of-the-sistine-chapel--1508-12","created":1332270727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"28288","children":[]},{"title":"Michelangelo, Laurentian Library","description":"Michelangelo, Laurentian Library (vestibule and reading room), begun 1524, opened 1571, \nSan Lorenzo, Florence","url":"http:\/\/www.youtube.com\/watch?v=tUOKkeEOkXk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/michelangelo--laurentian-library--1524-71","created":1332270729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2883","children":[]},{"title":"Leonardo da Vinci, Letter to the Duke of Milan","description":"Leonarda da Vinci's Letter to the Duke of Milan\n\nSpeaker: Dr. David Drogin\n\nOn Smarthistory: http:\/\/smarthistory.khanacademy.org\/leonardo-notebooks.html","url":"http:\/\/www.youtube.com\/watch?v=URcpchlTNBY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/leonarda-da-vinci-s-letter-to-the-duke-of-milan","created":1345667841,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4709","children":[]},{"title":"Leonardo, Adoration of the Magi","description":"Leonardo da Vinci, Adoration of the Magi, 1481, oil on panel (Galleria degli Uffizi, Florence)\n\nhttp:\/\/smarthistory.khanacademy.org\/leonardo-adoration-of-the-magi.html","url":"http:\/\/www.youtube.com\/watch?v=QxNqWZPzsGw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/leonardo-da-vinci--adoration-of-the-magi--1481-mov","created":1332270722,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5306","children":[]},{"title":"Leonardo, Virgin of the Rocks","description":"Leonardo da Vinci, The Virgin of the Rocks, c. 1491-1508, 189.5 x 120 cm, oil on panel, National Gallery (London)","url":"http:\/\/www.youtube.com\/watch?v=94xKRkCHlv0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/leonardo-da-vinci--the-virgin-of-the-rocks--c--1491-1508","created":1332835206,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9446","children":[]},{"title":"Leonardo, Last Supper","description":"Leonardo da Vinci, Last Supper, oil, tempera, fresco, 1495-98 (Santa Maria delle Grazie, Milan)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker\n\nhttp:\/\/smarthistory.org\/leonardo-last-supper.html","url":"http:\/\/www.youtube.com\/watch?v=4NEXxAGG79A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/leonardo-da-vinci--last-supper--1495-98","created":1332270724,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18287","children":[]},{"title":"Leonardo, Virgin and Child with St Anne and St John the Baptist (Burlington House Cartoon)","description":null,"url":"http:\/\/www.youtube.com\/watch?v=L4F2lgyi7FA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/leonardo--the-virgin-and-child-with-st-anne-and-st-john-the-baptist--1499-1500","created":1332270728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5113","children":[]},{"title":"Leonardo, Mona Lisa","description":"Salman Khan and Beth Harris discuss Leonardo da Vinci's painting, \"Mona Lisa,\" as a symbol of Western culture and as a renaissance portrait.","url":"http:\/\/www.youtube.com\/watch?v=3kQ_p2EZX4Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/celebrity---art--leonardo-s--mona-lisa","created":1355569208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15692","children":[]},{"title":"Raphael, Alba Madonna","description":"Raphael, Alba Madonna, oil on panel transferred to canvas, c. 1510 (National Gallery of Art, Washington D.C.)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=ln9VIRiocps&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/raphael--alba-madonna--c--1510","created":1332270724,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3871","children":[]},{"title":"Raphael, Madonna of the Goldfinch","description":"Raphael, Madonna of the Goldfinch, 1505-6, oil on panel, 42\" x 30\" (107 x 77 cm), Uffizi, Florence\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=jHN0BfowL7s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/raphael--madonna-of-the-goldfinch--1505-6","created":1332270720,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4265","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=sv9CHsd546Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/raphael--italian---la-belle-jardini-re--also--madonna-and-child-with-saint-john-the-baptist---1507","created":1332270721,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2863","children":[]},{"title":"Raphael, School of Athens","description":"Raphael, School of Athens, fresco, 1509-1511 (Stanza della Segnatura, Papal Palace, Vatican)\n\nSpeakers: Dr. Steven Zucker, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=zpLEUF8qS3o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/raphael--school-of-athens","created":1332270726,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12098","children":[]},{"title":"Raphael, Portrait of Pope Julius II","description":"Raphael, Portrait of Pope Julius II, 1511, oil on poplar, 108.7 x 81 cm \n(National Gallery, London)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=w6DDMwsyQaA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/raphael--portrait-of-pope-julius-ii--1511","created":1332270727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3343","children":[]},{"title":"Raphael, Galatea","description":"Raphael, Galatea, c. 1513, fresco, Villa Farnesina, Rome, 9' 8\" x 7' 5\"","url":"http:\/\/www.youtube.com\/watch?v=QEA30X4ysvg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/raphael--galatea--c--1513","created":1345664163,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2071","children":[]},{"title":"Bramante, Tempietto","description":"Donato Bramante, Tempietto, c. 1502, San Pietro in Montorio, Rome","url":"http:\/\/www.youtube.com\/watch?v=QXIXA4_5ehw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/donato-bramante--tempietto--rome","created":1343164091,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2863","children":[]},{"title":"Bramante, et.al., Saint Peter's Basilica","description":"Numerous architects (see below), Saint Peter's Basilica (Basilica Sancti Petri in Latin)\nbegun 1506 completed 1626, Vatican City.\n\nArchitectural contributors include:\nDonato Bramante who's design won Julius II's competition\nAntonio da Sangallo, a student of Bramante, designed the Pauline Chapel\nFra Giocondo strengthened the foundation\nRaphael worked with Fra Giocondo, his redesigned building plan was not executed\nMichelangelo designed the dome, crossing, and exterior excluding the nave and facade\nGiacomo della Porta, designed the cupola\nCarlo Maderno, extended Michelangelo's plan adding a nave and grand facade\nGian Lorenzo Bernini added the piazza, the Cathedra Petri, and the Baldacchino\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=R5UK0dEFSoM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/saint-peter-s-basilica--vatican-city--begun-1506--completed-1626","created":1332270727,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6927","children":[]}]},{"title":"Venice","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Giorgione's The Adoration of the Shepherds","description":"Giorgione, The Adoration of the Shepherds, 1505\/1, oil on panel, 90.8 x 110.5 cm \/ 35 3\/4 x 43 1\/2 in. (National Gallery of Art, Washington D.C.)\n\nSpeakers: Dr. Heather Horton and Dr. Mark Trowbridge","url":"http:\/\/www.youtube.com\/watch?v=M0Nf2Osgwkc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/giorgione--the-adoration-of-the-shepherds--1505-10","created":1349114476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1051","children":[]},{"title":"Bellini and Titian, The Feast of the Gods","description":"Giovanni Bellini and Titian, The Feast of the Gods, 1514 and 1529, oil on canvas\n(National Gallery of Art)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=Mx59hYSFCeA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bellini---titian--feast-of-the-gods--1514-and-1529","created":1332270725,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3447","children":[]},{"title":"Titian, Bacchus and Ariadne","description":"Titian, Bacchus and Ariadne, 1523-24, oil on canvas now atop board, 69-1\/2 x 75 inches (National Gallery, London).\n\nPart of a mythological cycle painted by Titian and Giovanni Bellini and commissioned by Alfonso d'Este, Duke of Ferrara that includes The Feast of the Gods and the Andrians. Originally hung in the studiolo or Camerini d'Alabastro of the Duke's Ferranese castle.\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker\n\nhttp:\/\/smarthistory.org\/titians-bacchus-and-ariadne.html","url":"http:\/\/www.youtube.com\/watch?v=bYyxwxEqTQo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/titian--bacchus-and-ariadne--1523-24","created":1332270728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2589","children":[]},{"title":"Titian, Noli me Tangere","description":"Titian, Noli me Tangere, c. 1514, oil on canvas, 110.5 x 91.9 cm (The National Gallery, London)","url":"http:\/\/www.youtube.com\/watch?v=Rw8XE6hvHBo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/titian--noli-me-tangere--c--1514","created":1334304010,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1791","children":[]},{"title":"Titian, Portrait of a Man ","description":"Titian (Tiziano Vecellio), Portrait of a Man (Man With a Quilted Sleeve), c. 1510-20. Oil on canvas, 32\" x 26 1\/8\" (81.2 x 66.3 cm) (The National Gallery, London)\n\nSpeakers: Pippa Couch and Rachel Ropeik","url":"http:\/\/www.youtube.com\/watch?v=AAeBt4zGDUA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/titian--portrait-of-a-man--man-with-a-quilted-sleeve---c--1510-20","created":1332270726,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2432","children":[]},{"title":"Titian, Venus of Urbino","description":"Titian, Venus of Urbino, 1538, oil on canvas, 119.20 x 165.50 cm (Galleria degli Uffizi, Florence)","url":"http:\/\/www.youtube.com\/watch?v=qD6ct0VS15c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/titian--venus-of-urbino--1538","created":1334304013,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6987","children":[]},{"title":"Titian, Christ Crowned with Thorns","description":null,"url":"http:\/\/www.youtube.com\/watch?v=ZVUH4-Wsdwg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/titian--christ-crowned-with-thorns--c--1570-76","created":1356174009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"863","children":[]},{"title":"Correggio, Jupiter and Io","description":"Correggio, Jupiter and Io, 1532-33, oil on canvas 163.5 x 70.5 cm (Kunsthistorisches Museum, Vienna)","url":"http:\/\/www.youtube.com\/watch?v=hrBMFNvvOBI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/correggio--jupiter-and-io","created":1344631850,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1477","children":[]},{"title":"Veronese, The Family of Darius Before Alexander","description":"Paolo Veronese, The Family of Darius before Alexander, 1565-67, oil on canvas, 236.2 x 474.9 cm (The National Gallery, London)","url":"http:\/\/www.youtube.com\/watch?v=YnYknwUqaCM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paolo-veronese--the-family-of-darius-before-alexander--1565-67","created":1334304012,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1394","children":[]},{"title":"Veronese, The Dream of Saint Helena","description":"Paolo Veronese, The Dream of Saint Helena, c. 1570, oil on canvas, 197.5 x 115.6 cm (The National Gallery, London)","url":"http:\/\/www.youtube.com\/watch?v=PI9DjVjeV2A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paolo-veronese--the-dream-of-saint-helena--c--1570","created":1334304013,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1413","children":[]},{"title":"Tintoretto, The Origin of the Milky Way","description":"Jacopo Tintoretto, The Origin of the Milky Way, c. 1575, oil on canvas, 149.4 x 168 cm (The National Gallery, London)","url":"http:\/\/www.youtube.com\/watch?v=Bgrwohxf9Ws&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jacopo-tintoretto--the-origin-of-the-milky-way--c--1575","created":1334304013,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2089","children":[]}]},{"title":"Mannerism","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Parmigianino, Madonna of the Long Neck","description":"Parmigianino, Madonna of the Long Neck, 1530-33, 28 3\/4 x 23 1\/2\" (73 x 60), Uffizi, Florence\n\nSpeakers: Dr. Steven Zucker and Dr. Beth Harris\n\nhttp:\/\/smarthistory.khanacademy.org\/parmigianinos-madonna-of-the-long-neck.html","url":"http:\/\/www.youtube.com\/watch?v=suIUUGdNyWk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parmigianino--madonna-of-the-long-neck--1530-33","created":1332270719,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6819","children":[]},{"title":"Parmigianino, Self-Portrait in a Convex Mirror","description":"Francesco Mazzola, called Parmigianino, Self-Portrait in a Convex Mirror, 1523-24 (Kunsthistorisches Museum, Vienna)\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=pfnX-zgXHBM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/parmigianino--self-portrait-in-a-convex-mirror--1523-24","created":1353353507,"start":null,"end":null,"type":"video","provider":"Khan University","views":"746","children":[]},{"title":"Pontormo, Entombment","description":"Pontormo, Entombment (or Deposition from the Cross), oil on panel, 1525-28(Capponi Chapel, Santa Felicita, Florence)Speakers: Dr. David Drogin, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=ABhqENOxSrU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pontormo--entombment--or-deposition-from-the-cross--1525-28","created":1332270721,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1742","children":[]},{"title":"Rosso Fiorentino, The Dead Christ with Angels","description":"Rosso Fiorentino, The Dead Christ with Angels, c. 1524-7, oil on panel, 133.4 x 104.1 cm \/ 52-1\/2 x 41 inches (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=2lXL4HscWGI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rosso-fiorentino--the-dead-christ-with-angels--c--1524-7","created":1334304011,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1687","children":[]},{"title":"Bronzino and the Mannerist Portrait","description":"Bronzino, Portrait of a Young Man, oil on panel, 1530s (Metropolitan Museum of Art)\nBronzino, Lodovico Capponi, Oil on panel, 1550-55 (Frick Collection)\n\nSpeakers: David Drogin and Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=4mpFcaeElCs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bronzino---the-mannerist-portrait","created":1332270725,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2892","children":[]},{"title":"Bronzino, Portrait of Eleonora di Toledo with her son Giovanni","description":"Bronzino, Portrait of Eleonora di Toledo with her son Giovanni, 1544-1545, oil on panel, 115.00 x 96.00 cm (Galleria degli Uffizi)","url":"http:\/\/www.youtube.com\/watch?v=fpgvjMKCyAA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bronzino--portrait-of-eleonora-di-toledo-with-her-son-giovanni--1544-1545","created":1334304012,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1505","children":[]},{"title":"Cellini, Perseus","description":"Benvenuto Cellini, Perseus with the Head of Medusa, c. 1554, bronze (Loggia dei Lanzi, Piazza della Signoria, Florence)","url":"http:\/\/www.youtube.com\/watch?v=ZdTm669G7ik&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/benvenuto-cellini--perseus-with-the-head-of-medusa--c--1554","created":1332270726,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3049","children":[]},{"title":"El Greco, Adoration of the Shepherds","description":"El Greco (Domenikos Theotokopoulos), Adoration of the Shepherds, ca. 1612 - 1614, oil on canvas, 126 x 71 in. (319 x 180 cm), (Museo Nacional del Prado, Madrid)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=3_-hYeuJTzQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/el-greco--adoration-of-the-shepherds--c--1612-14","created":1332270729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2434","children":[]}]},{"title":"Northern Renaissance","description":"The Renaissance in the North continues, but now with the impact of the Protestant Reformation, where there was growing concern that images in the church violated the commandment against making likenesses, as part of the prohibition against worshipping idols. The Reformation had a direct impact on some of the greatest painters of this period, including the German artists Durer, who converted, and Cranach, who was a close friend of Luther. There was increasing exchange during this period between artists in Italy and those in Northern Europe in terms of both methods and style, though the two styles remain distinct. Here we see some of the most complex painting in the work of Holbein, some of the most playful in the work of Bruegel and some of the most terrifying in the work of Bosch.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=WyNqLrb0LRE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/d-rer--the-four-apostles--1526","created":1353353507,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1647","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=OQEWArXaCeg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/d-rer--self-portrait--1498","created":1332270726,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3777","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=ZoiY6ZLEKaY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/albrecht-d-rer--self-portrait--1500","created":1353754809,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1187","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=znVEFfIdo1o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/albrecht-d-rer--the-large-piece-of-turf--1503","created":1333785608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6690","children":[]},{"title":"Bosch, The Last Judgment","description":null,"url":"http:\/\/www.youtube.com\/watch?v=Ea6qS3nuvng&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bosch--last-judgment-triptych--1504-08","created":1341216009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3157","children":[]},{"title":"Gossaert, Saint Luke Painting the Madonna","description":"Jan Gossaert, Saint Luke Painting the Madonna, c. 1515-25 (Kunsthistorisches Museum, Vienna)\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=q8cYGh-K6Ok&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gossaert-saint-luke-painting-the-madonna","created":1358993414,"start":null,"end":null,"type":"video","provider":"Khan University","views":"149","children":[]},{"title":"Altdorfer, The Battle of Issus","description":null,"url":"http:\/\/www.youtube.com\/watch?v=K0qH8EwiH2g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/altdorfer--the-battle-of-issus--1529","created":1353353507,"start":null,"end":null,"type":"video","provider":"Khan University","views":"800","children":[]},{"title":"Cranach, Adam and Eve","description":"Lucus Cranach the Elder, Adam and Eve, 1526, oil on panel \n(Courtauld Gallery, London). \n\nSpeakers: Rachel Ropeik and Steven Zucker\n\nhttp:\/\/smarthistory.org\/cranachs-adam-and-eve.html","url":"http:\/\/www.youtube.com\/watch?v=g4XZGhnFOwM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cranach-the-elder--adam-and-eve--1526","created":1332270728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2154","children":[]},{"title":"Cranach the Elder, Cupid complaining to Venus","description":"Lucas Cranach the Elder, Cupid complaining to Venus, c. 1525, oil on wood, 81.3 x 54.6 cm (The National Gallery, London)","url":"http:\/\/www.youtube.com\/watch?v=baifq1b1-i4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lucas-cranach-the-elder--cupid-complaining-to-venus--c--1525","created":1334304012,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1283","children":[]},{"title":"Cranach the Elder, Judith with the Head of Holofernes","description":"Lucas Cranach the Elder, Judith with the Head of Holofernes, c. 1530, oil on panel, 87 x 56 cm \/ 34.3 x 22 inches (Kunsthistorisches Museum, Vienna)","url":"http:\/\/www.youtube.com\/watch?v=jnxA293u8cs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lucas-cranach-the-elder--judith-with-the-head-of-holofernes--c--1530","created":1334304013,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1483","children":[]},{"title":"Holbein the Younger, The Ambassadors","description":"Hans Holbein the Younger, The Ambassadors, 1533, oil on oak, 207 x 209.5 cm (The National Gallery, London). In the Google Art Project: http:\/\/www.googleartproject.com\/collection\/the-national-gallery-london\/artwork\/the-ambassadors-hans-holbein-the-younger\/328434\/","url":"http:\/\/www.youtube.com\/watch?v=PQZUIGzinZA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hans-holbein-the-younger--the-ambassadors--1533","created":1334304011,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10134","children":[]},{"title":"Holbein the Younger, The Merchant Georg Gisze","description":null,"url":"http:\/\/www.youtube.com\/watch?v=kK38qqvLQ2I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hans-holbein-the-younger--the-merchant-georg-gisze--1532","created":1333785608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2917","children":[]},{"title":"Holbein the Younger, Christina of Denmark","description":"Hans Holbein the Younger, Christina of Denmark, Duchess of Milan, 1538, oil on oak, 179.1 x 82.6 cm (The National Gallery, London)","url":"http:\/\/www.youtube.com\/watch?v=hJOU3EK085M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hans-holbein-the-younger--christina-of-denmark--duchess-of-milan--1538","created":1334304011,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1367","children":[]},{"title":"Holbein the Younger, Henry VIII","description":"Hans Holbein the Younger, Portrait of Henry VIII, 1540, oil on panel (Palazzo Barberini, Rome).\n\nPlease note: there have been questions raised as to whether this painting is by Holbein or his workshop, or perhaps a later copy; recent research suggests that it is an original Holbein.","url":"http:\/\/www.youtube.com\/watch?v=-wTI7EC-i30&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hans-holbein-the-younger--portrait-of-henry-viii--1540","created":1332270728,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4815","children":[]},{"title":"David, The Virgin and Child with Saints and Donor","description":"Gerard David, The Virgin and Child with Saints and Donor, c. 1510, oil on oak, 105.80 x 144.40 cm (The National Gallery, London)","url":"http:\/\/www.youtube.com\/watch?v=9fiJ7mSzamw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gerard-david--the-virgin-and-child-with-saints-and-donor--c--1510","created":1334304011,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1471","children":[]},{"title":"David, Virgin and Child with Angels","description":"Gerard David, Virgin and Child with Angels, ca. 1510-15, oil on wood panel, \n24 7\/8 x 15 3\/8 in. (63.2 x 39.1 cm), (Metropolitan Museum of Art)\n\nSpeakers: Dr. Steven Zucker, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=xrA7-dNDsiE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/david--virgin-and-child-with-angels--ca--1510-15","created":1332270729,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1257","children":[]},{"title":"Bruegel, Tower of Babel","description":null,"url":"http:\/\/www.youtube.com\/watch?v=K6BKDveCd9w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pieter-bruegel-the-elder--the-tower-of-babel--1563","created":1333785609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10627","children":[]},{"title":"Bruegel, The Dutch Proverbs","description":null,"url":"http:\/\/www.youtube.com\/watch?v=mSPumIx85l8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pieter-bruegel-the-elder--the-dutch-proverbs--1559","created":1333785608,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3731","children":[]}]},{"title":"1600-1700 The Baroque","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"France","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Poussin, Landscape with St. John","description":"Nicolas Poussin, Landscape with Saint John on Patmos, 1640, oil on canvas, 100.3 x 136.4 cm \/ 39-1\/2 x 53-5\/8 inches (Art Institute of Chicago)","url":"http:\/\/www.youtube.com\/watch?v=H3uBAVI4xC4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/nicolas-poussin--landscape-with-saint-john-on-patmos--1640","created":1334304014,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2821","children":[]},{"title":"Antoine or Louis Le Nain, Peasant Family in an Interior","description":null,"url":"http:\/\/www.youtube.com\/watch?v=ZSh1ksh1iO4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/antoine-or-louis-le-nain--peasant-family-in-an-interior--2nd-quarter-of-the-17th-century","created":1332270736,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1703","children":[]}]},{"title":"Italy","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Bernini, David","description":"Gian Lorenzo Bernini, David, 1623-24, marble (Galleria Borghese, Rome)","url":"http:\/\/www.youtube.com\/watch?v=YKzHdQKX9RA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bernini--david--1623-24","created":1332270730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14289","children":[]},{"title":"Bernini, Pluto and Proserpina","description":"Gian Lorenzo Bernini, Pluto and Proserpina (also know as the Rape of Proserpina), 1621-22, marble (Galleria Borghese, Rome). Proserpina is the Latin varient of the mythic Greek Persephone.","url":"http:\/\/www.youtube.com\/watch?v=3motcx0GRck&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gian-lorenzo-bernini--pluto-and-proserpina--1621-22","created":1332270730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4995","children":[]},{"title":"Bernini, Apollo and Daphne","description":"Bernini, Apollo and Daphne, 1622-25 (Galleria Borghese, Rome)\n\nVoices: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=e3RSRrUL1Os&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bernini--apollo-and-daphne--1622-25","created":1332270734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20335","children":[]},{"title":"Bernini, Saint Peter's Square","description":"Gianlorenzo Bernini, Saint Peter's Square (Piazza San Pietro), Vatican City, Rome, 1656-67\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=ljmwlMTH5Tk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bernini--st--peter-s-piazza--1656-67","created":1332270734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4514","children":[]},{"title":"Bernini, Bust of Medusa","description":"Gian Lorenzo Bernini, Bust of Medusa, marble, c. 1644-48 (Capitoline Museum)","url":"http:\/\/www.youtube.com\/watch?v=W3a2QIm3cXM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bernini--bust-of-medusa--c--1644-48","created":1332270735,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2713","children":[]},{"title":"Bernini, Cathedra Petri (Chair of St. Peter)","description":"Gian Lorenzo Bernini, Cathedra Petri (or Chair of St. Peter), gilded bronze, gold, wood, stained glass, 1647-53 (apse of Saint Peter's Basilica, Vatican City, Rome).\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker \n\nAccording to tradition, St. Peter himself, the founder of the institution of the Church and considered the first pope, sat on the ancient wooden chair that is encased within this larger bronze and gold chair.","url":"http:\/\/www.youtube.com\/watch?v=z-yC6Owcg7g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gian-lorenzo-bernini--cathedra-petri--chair-of-st--peter---c--120-80-b-c-e","created":1332270737,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2322","children":[]},{"title":"Bernini, Sant'Andrea al Quirinale","description":"Gian Lorenzo Bernini, Sant'Andrea al Quirinale, 1658-70, Rome; commissioned by Cardinal Camillo Francesco Maria Pamphili for the nearby Jesuit seminary","url":"http:\/\/www.youtube.com\/watch?v=EhEg8Wx_NA8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bernini--sant-andrea-al-quirinale","created":1336118409,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2038","children":[]},{"title":"Borromini, San Carlo alle Quattro Fontane","description":"Francesco Borromini, San Carlo alle Quattro Fontane (\"Carlino\"), Rome. Commissioned by Cardinal Francesco Barberini in 1634 for the Holy Order of the Trinity; construction began in 1638 and the church was consecrated in 1646.\n\nSpeakers: Frank Dabell, Dr. Beth Harris, and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=Wm-akMcsHEc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/francesco-borromini--san-carlo--1638---1646","created":1332270730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9657","children":[]},{"title":"Caravaggio, Narcissus at the Source","description":"Michelangelo Merisi da Caravaggio, Narcissus at the Source, oil on canvas, 1597-99 (Palazzo Barbarini) \n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=JrTsNuUQXzU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caravaggio--narcissus-at-the-source--1597-99","created":1332270730,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5448","children":[]},{"title":"Caravaggio, Contarelli Chapel, San Luigi dei Francesi","description":"Caravaggio, Calling of St. Matthew, c. 1599-1600, oil on canvas (Contarelli Chapel, San Luigi dei Francesi, Rome).\n\nA Smarthistory.org video by Beth Harris and Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=OcUMAHfo9MA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caravaggio--contarelli-chapel--san-luigi-dei-francesi--rome","created":1332270731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5074","children":[]},{"title":"Caravaggio, Calling of Saint Matthew","description":"Caravaggio's Calling of St. Matthew, oil on canvas, c. 1599-1600\n(Contarelli Chapel, San Luigi dei Francesi, Rome)","url":"http:\/\/www.youtube.com\/watch?v=SZF5K8epWko&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caravaggio-s-calling-of-st--matthew--c--1599-1600","created":1332270732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6186","children":[]},{"title":"Caravaggio, Crucifixion of Saint Peter","description":"Caravaggio, Crucifixion of St. Peter, oil on canvas, 1601 (Santa Maria del Popolo, Rome)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=cLICU2cDHrs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caravaggio--crucifixion-of-st--peter--1601","created":1332270733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3723","children":[]},{"title":"Caravaggio, Supper at Emmaus","description":"Michelangelo Merisi da Caravaggio, The Supper at Emmaus, 1601, oil on canvas, 55 x 77 inches, 141 x 196.2 cm (National Gallery, London)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=asLQmxK7ExY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caravaggio--the-supper-at-emmaus--1601","created":1332270737,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3013","children":[]},{"title":"Caravaggio, Death of the Virgin","description":null,"url":"http:\/\/www.youtube.com\/watch?v=TkH-yjJ35vU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caravaggio--death-of-the-virgin--1605-06","created":1332270738,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3056","children":[]},{"title":"Pierre Le Gros the Younger, Stanislas Kostka on his Deathbed","description":"Pierre Le Gros the Younger, Stanislas Kostka on His Deathbed, 1703, upstairs at Bernini's Sant'Andrea al Quirinale\n\nSpeakers: Frank Dabbell, Beth Harris and Steven Zucker \n\nA Smarthistory.org video","url":"http:\/\/www.youtube.com\/watch?v=FgVkgR1bXvY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pierre-le-gros-the-younger--stanislas-kostka-on-his-deathbed--1703","created":1332270731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1522","children":[]},{"title":"Guercino, Saint Luke Displaying a Painting of the Virgin","description":"Guercino, St. Luke Displaying a Painting of the Virgin, oil on canvas, 1652-53\n(Nelson-Atkins Museum of Art, Kansas City)","url":"http:\/\/www.youtube.com\/watch?v=EczhLjFtyio&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/guercino--st-luke-displaying-a-painting-of-the-virgin--1652-53","created":1332270732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1748","children":[]},{"title":null,"description":"Giacomo Barozzi da Vignola and Giacomo Barozzi da Vignola, Church of Il Gesu, Rome (consecrated 1584, ceiling fresco, The Triumph of the Name of Jesus, by il Baciccio, also known as Giovanni Battista Gaulli, 1672-1685). \n\nSpeakers: Frank Dabell, Beth Harris, and Steven Zucker\n\nMade with our partners, contexttravel.org","url":"http:\/\/www.youtube.com\/watch?v=aj2el_owSg4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/il-gesu--rome--consecrated-1584","created":1332270733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5482","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=A3vkqYgJ93c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pozzo--st--ignatius-chapel--il-gesu--rome--commissioned-in-1695","created":1332270734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4260","children":[]},{"title":"Pozzo, Glorification of Saint Ignatius, Sant'Ignazio","description":"Fra Andrea Pozzo, Glorification of Saint Ignatius, ceiling fresco in the nave of Sant'Ignazio, Rome, 1691-94\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=7ym7FWyCzKI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pozzo--glorification-of-saint-ignatius--ceiling-fresco-in-the-nave-of-sant-ignazio--rome--1691-94","created":1354014008,"start":null,"end":null,"type":"video","provider":"Khan University","views":"703","children":[]},{"title":"Gentileschi, Self-portrait as the Allegory of Painting","description":"Artemisia Gentileschi, Self-portrait as the Allegory of Painting, 1638-39 (Royal Collection, Windsor)\n\nSpeakers: John Machado and Denise Johnson of Iconomaniacs","url":"http:\/\/www.youtube.com\/watch?v=YfW0v78aHXg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/artemisia-gentileschi--self-portrait-as-the-allegory-of-painting--1638-39","created":1332270737,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2798","children":[]},{"title":"Carracci, Crucifixion & Lamentation","description":"Annibale Carracci, Crucifixion, 1583 (Santa Maria della Carita, Bologna) and\nLamentation, 1606 (National Gallery, London)","url":"http:\/\/www.youtube.com\/watch?v=7Hc08dgjLrM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/annibale-carracci--crucifixion--1583","created":1332270737,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1875","children":[]},{"title":"Carracci, Ceiling of the Farnese Palace","description":"Annibale Carracci, Ceiling of the Palazzo Farnese, fresco, Rome, 1597-1608","url":"http:\/\/www.youtube.com\/watch?v=DR9ad67Ftv0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/carracci--palazzo-farnese-ceiling--1597-1606","created":1332270738,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9184","children":[]}]},{"title":"Holland","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Vermeer, Young Woman with a Water Pitcher","description":"Johannes Vermeer, Young Woman with a Water Pitcher, oil on canvas, c. 1662 (Metropolitan Museum of Art)\n\nSpeakers: Dr. Steven Zucker, Dr. Beth Harris\n\nhttp:\/\/smarthistory.org\/baroque-holland.html\n\nhttp:\/\/smarthistory.org\/baroque-holland.html","url":"http:\/\/www.youtube.com\/watch?v=_38xl7p4VaM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vermeer--young-woman-with-a-water-pitcher---c--1662","created":1332270732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4259","children":[]},{"title":"Vermeer, The Glass of Wine","description":null,"url":"http:\/\/www.youtube.com\/watch?v=uvA6YY4yHtM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jan-vermeer--the-glass-of-wine--c--1661","created":1333785609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4730","children":[]},{"title":"Rembrandt, Bathsheba at her Bath","description":null,"url":"http:\/\/www.youtube.com\/watch?v=wsL4Uh0BrQw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rembrandt-van-rijn--bathsheba-at-her-bath--1654","created":1332270731,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4219","children":[]},{"title":"Rembrandt, Girl at a Window","description":"Rembrandt Harmensz van Rijn, A Girl at a Window, 1645, oil on canvas, 32 x 24 in. (81.6 x 61 cm), (Dulwich Picture Gallery, London)\n\nSpeakers: Pippa Couch, Rachel Ropeik","url":"http:\/\/www.youtube.com\/watch?v=xSixUm1cXSw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rembrandt--a-girl-at-a-window--1645","created":1332270733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3960","children":[]},{"title":"Rembrandt, The Three Crosses","description":"Rembrandt van Rijn, The Three Crosses, etching and drypoint, 1653\n\nSpeakers: Dr. David Drogin, Dr. Beth Harris\n\nhttp:\/\/smarthistory.org\/rembrandt-three-crosses.html","url":"http:\/\/www.youtube.com\/watch?v=7PA0T4_KYC0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rembrandt--the-three-crosses--1653","created":1332270733,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3018","children":[]},{"title":"Rembrandt, Self-Portraits","description":"Works Discussed:\nStudio copy, Rembrandt with a Gorget, oil on canvas, c. 1629 (Mauritshuis, The Hague)\nSelf-Portrait at the Age of 34, oil on canvas, 1640 (National Gallery, London)\nSelf-Portrait, oil on canvas, 1658 (Frick Collection)\nSelf-Portrait, oil on canvas, c. 1665 (Wallraf-Richartz-Museum & Fondation Corboud, Cologne)\n\nSpeakers: Dr. David Drogin, Dr. Beth Harris \n\nFor more videos, see www.smarthistory.org","url":"http:\/\/www.youtube.com\/watch?v=LisBmGk1koY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rembrandt-s-self-portraits","created":1332270737,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6765","children":[]},{"title":"Hals, Singing Boy with Flute","description":null,"url":"http:\/\/www.youtube.com\/watch?v=iQ5uG6ryCa4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/frans-hals--singing-boy-with-flute--c--1623","created":1333785609,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1801","children":[]},{"title":"Van Huysum, Vase with Flowers","description":"Jan van Huysum, Vase with Flowers, c. 1718-20, oil on canvas, 24 x 31 in. (61 x 79 cm), (Dulwich Picture Gallery, London)\n\nSpeakers: Pippa Couch, Rachel S. Ropeik","url":"http:\/\/www.youtube.com\/watch?v=WOnOq9YIrWI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jan-van-huysum--vase-with-flowers--c--1718-20","created":1332270736,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1849","children":[]}]},{"title":"Flanders","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Rubens, The Rape of the Daughters of Leucippus","description":"Sir Peter Paul Rubens, The Rape of the Daughters of Leucippus, 1617-18, oil on canvas, 224 x 210.5 cm, Alte Pinakothek, Munich\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=t9_lemSlr1o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/peter-paul-rubens--the-rape-of-the-daughters-of-leucippus","created":1353353508,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1850","children":[]},{"title":"Rubens, Arrival (or Disembarkation) of Marie de Medici at Marseilles, Medici Cycle","description":null,"url":"http:\/\/www.youtube.com\/watch?v=fbwW9mHFcgk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rubens--arrival--or-disembarkation--of-marie-de-medici-at-marseilles-1621-25","created":1332270734,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2941","children":[]},{"title":"Rubens, The Consequences of War","description":"Peter Paul Rubens, The Consequences of War, 1638-39, oil on canvas (Palatine Gallery, Palazzo Pitti, Florence)\n\nhttp:\/\/smarthistory.khanacademy.org\/baroque-flanders.html","url":"http:\/\/www.youtube.com\/watch?v=K9iMsmhBOjk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/peter-paul-rubens--the-consequences-of-war--1638-39","created":1332270736,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2826","children":[]}]},{"title":"Spain","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=IiTtGENiVOA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vel-zquez--las-meninas--c--1656","created":1332270732,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9116","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=dNoeLF6I52s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vel-zquez--los-borrachos--the-drunks---1628-1629","created":1332270735,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3146","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=qoHva5i85Qo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vel-zquez--vulcan-s-forge--c--1630","created":1332270736,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2154","children":[]},{"title":"Ribera, Martyrdom of Saint Philip","description":null,"url":"http:\/\/www.youtube.com\/watch?v=xz5DhwMsS1A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ribera--the-martyrdom-of-saint-philip--1639","created":1332270738,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1527","children":[]}]},{"title":"1700-1800 Age of Enlightenment","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Rococo","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Fragonard, The Swing","description":null,"url":"http:\/\/www.youtube.com\/watch?v=rVI5Sjm0xKI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fragonard--the-swing--1767","created":1332270739,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9287","children":[]},{"title":"Fragonard, The Meeting","description":null,"url":"http:\/\/www.youtube.com\/watch?v=w1dqzlTTm0E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jean-honor--fragonard--the-progress-of-love--the-meeting--1771-1773","created":1333785610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3495","children":[]},{"title":"Boucher, Venus Consoling Love","description":null,"url":"http:\/\/www.youtube.com\/watch?v=OSP1o2Zsbts&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fran-ois-boucher--venus-consoling-love--1751","created":1332270739,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3149","children":[]},{"title":"Boucher, Madame de Pompadour","description":null,"url":"http:\/\/www.youtube.com\/watch?v=lnJRkY0mZh4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/boucher--madame-de-pompadour--1750","created":1332270740,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13877","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=6V9x0d5wRpI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lisabeth-louise-vigee-le-brun--madame-perregaux--1789","created":1332270740,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2389","children":[]}]},{"title":"Neo-Classicism","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"David, Oath of the Horatii","description":null,"url":"http:\/\/www.youtube.com\/watch?v=50yBFkbD0Kk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/david--oath-of-the-horatii--1784","created":1332270739,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11747","children":[]},{"title":"David, The Lictors Returning to Brutus the Bodies of His Sons","description":null,"url":"http:\/\/www.youtube.com\/watch?v=UQiNvDOJi0c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/david--the-lictors-returning-to-brutus-the-bodies-of-his-sons--1789","created":1332270740,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2488","children":[]},{"title":"David, The Intervention of the Sabine Women","description":null,"url":"http:\/\/www.youtube.com\/watch?v=ovOKjwLE4qA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/david--the-intervention-of-the-sabine-women--1799","created":1332270740,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3697","children":[]},{"title":"David, The Emperor Napoleon In His Study at the Tuileries","description":"Jacques-Louis David, The Emperor Napoleon in His Study at the Tuileries, 1812, oil on canvas\n80-1\/4 x 49-1\/4 inches (National Gallery of Art)\n\nFor more videos see http:\/\/www.smarthistory.org","url":"http:\/\/www.youtube.com\/watch?v=Go5nAAwQnpA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jacques-louis-david--the-emperor-napoleon-in-his-study-at-the-tuileries--1812","created":1332270740,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5000","children":[]},{"title":"Girodet, The Sleep of Endymion","description":null,"url":"http:\/\/www.youtube.com\/watch?v=2B68DWcOLj0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/girodet--the-sleep-of-endymion--1791","created":1332270739,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2374","children":[]}]},{"title":"Britain & American in the Age of Revolution","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Reynolds, Lady Cockburn and Her Three Eldest Sons","description":"Sir Joshua Reynolds, Lady Cockburn and Her Three Eldest Sons, 1773, oil on canvas, 55-3\/4 x 44-1\/2 inches (141.5 x 113 cm) (National Gallery, London) \n\nSpeakers: Pippa Couch and Rachel Ropeik","url":"http:\/\/www.youtube.com\/watch?v=NX3M0NTYTYg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/reynolds--lady-cockburn-and-her-three-eldest-sons--1773","created":1332270741,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2133","children":[]},{"title":"Copley, Boy with a Squirrel","description":"John Singleton Copley, A Boy with a Flying Squirrel (Henry Pelham), 1765, 77.15 x 63.82 cm \/ 30-3\/8 x 25-1\/8 inches (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=60u_ctp6UIw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/john-singleton-copley--a-boy-with-a-flying-squirrel--henry-pelham---1765","created":1334304014,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4443","children":[]},{"title":"Peale, Staircase Group (Portrait of Raphaelle Peale and Titian Ramsay Peale)","description":"Charles Willson Peale, Staircase Group (Portrait of Raphaelle Peale and Titian Ramsay Peale), 1795, oil on canvas, 89-1\/2 x 39-3\/8 inches \/ 227.3 x 100 cm (Philadelphia Museum of Art). In the Google Art Project: http:\/\/www.googleartproject.com\/collection\/philadelphia-museum-of-art\/artwork\/staircase-group-portrait-of-raphaelle-peale-and-titian-ramsay-peale-charles-willson-peale-american-1741-1827\/807033\/","url":"http:\/\/www.youtube.com\/watch?v=Vm1_vSny4BY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/charles-willson-peale--staircase-group--portrait-of-raphaelle-peale-and-titian-ramsay-peale---1795","created":1334304015,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2262","children":[]}]},{"title":"1800-1848 Industrial Revolution I","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Romanticism in France","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Delacroix, Liberty Leading the People","description":null,"url":"http:\/\/www.youtube.com\/watch?v=BP5mCFyBCq8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/delacroix--liberty-leading-the-people--1830","created":1332270741,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8749","children":[]},{"title":"Delacroix, Scene of the massacre at Chios","description":null,"url":"http:\/\/www.youtube.com\/watch?v=CyNjK7dv-IM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/delacroix--scene-of-the-massacre-at-chios--greek-families-awaiting-death-or-slavery--1824","created":1332270741,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5902","children":[]},{"title":"Delacroix, The Death of Sardanapalus","description":null,"url":"http:\/\/www.youtube.com\/watch?v=iDBJK0y8vb0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/delacroix--the-death-of-sardanapalus--1827","created":1332270742,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3751","children":[]},{"title":"Gros, Napoleon Bonaparte Visiting the Plague-Stricken in Jaffa","description":null,"url":"http:\/\/www.youtube.com\/watch?v=Rx1HtFtc1cM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gros--napoleon-bonaparte-visiting-the-pest-house-in-jaffa--1804","created":1332270777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2802","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=XympPG5iD-Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/g-ricault--raft-of-the-medusa--1818-19","created":1332270778,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5627","children":[]},{"title":"Ingres, La Grand Odalisque","description":null,"url":"http:\/\/www.youtube.com\/watch?v=lSV-J1JHDFY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ingres--la-grande-odalisque--1814","created":1332270777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7466","children":[]},{"title":"Ingres, Raphael and the Fornarina","description":"Jean-Auguste-Dominique Ingres, Raphael and the Fornarina, 1814, Oil on canvas, 64.77 x 53.34 cm (25 1\/2 x 21 in.) (Fogg Art Museum) \n\nhttp:\/\/www.smarthistory.org\/raphael-and-the-fornarina.html","url":"http:\/\/www.youtube.com\/watch?v=CXsstWSXh68&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ingres--raphael-and-the-fornarina--1814","created":1332270778,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1904","children":[]},{"title":"Ingres, Princesse de Broglie","description":"A Smarthistory video. See www.smarthistory.org for more videos.","url":"http:\/\/www.youtube.com\/watch?v=sQpAYcxSVEg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ingres--princess-de-broglie--1851-53","created":1332270779,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3591","children":[]}]},{"title":"Romanticism in Spain","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Goya, Third of May, 1808","description":"Francisco Goya, The Third of May, 1808, The Shootings at Mount Principio Outside Madrid, oil on canvas, 1814 (Museo del Prado, Madrid)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker, Eric Feinblatt\n\nhttp:\/\/smarthistory.org\/romanticism-in-spain.html\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker and Eric Feinblatt","url":"http:\/\/www.youtube.com\/watch?v=7S1zvronnTo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/images-and-power---goya-s-third-of-may--1808--1814","created":1332270742,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8551","children":[]},{"title":"Goya, The Family of Charles IV","description":"Francisco Goya, The Family of Charles IV, c. 1800, Prado Museum, 280 cm x 336 cm (Museo Nacional del Prado, Madrid)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=TlvXGblFsv8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/goya--the-family-of-charles-iv--c--1800","created":1332270777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3232","children":[]},{"title":"Goya, Saturn Devouring One of His Sons","description":null,"url":"http:\/\/www.youtube.com\/watch?v=3Lawz8TcPig&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/goya--saturn-devouring-one-of-his-sons","created":1332270779,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6392","children":[]}]},{"title":"Romanticism in England","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Constable, The Hay Wain","description":"John Constable, \"The Hay Wain\", 1821. Oil on canvas, 51 1\/4\" x 73\" (130.2 x 185.4 cm) (The National Gallery, London)","url":"http:\/\/www.youtube.com\/watch?v=FKIHHeBe674&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/constable---the-hay-wain---1821","created":1332270742,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4028","children":[]},{"title":"Turner, Slave Ship","description":"Joseph Mallord William Turner, Slave Ship (Slavers Throwing Overboard the Dead and Dying, Typhoon Coming On), 1840 (Museum of Fine Arts, Boston)\n\nSpeakers: Lori Landay & Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=NoCW80MEGXY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/turner--slave-ship--slavers-throwing-overboard-the-dead-and-dying--typhoon-coming-on---1840","created":1355914810,"start":null,"end":null,"type":"video","provider":"Khan University","views":"566","children":[]},{"title":null,"description":"Joseph Mallord William Turner, Rain, Steam, and Speed -- The Great Western Railway, oil on canvas, 1844 (National Gallery, London)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker\n\nRain, Steam, and Speed -- The Great Western Railway was exhibited at the Royal Academy in 1844. It depicts the Maidenhead Railway Bridge (completed (1838) looking east, across the River Thames? between Taplow and Maidenhead.","url":"http:\/\/www.youtube.com\/watch?v=pPsqUFuysbU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/turner--rain--steam--and-speed----the-great-western-railway--1844","created":1332270741,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4897","children":[]},{"title":"Fuseli, Titania and Bottom","description":"Henry Fuseli, Titania and Bottom, c. 1790, oil on canvas, 2172 x 2756 mm (Tate Britain, London)","url":"http:\/\/www.youtube.com\/watch?v=DMxaK0xjIdE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/henry-fuseli--titania-and-bottom--c--1790","created":1334304016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1487","children":[]}]},{"title":"Romanticism in Germany","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Friedrich, Monk by the Sea","description":"Caspar David Friedrich, Monk by the Sea, 1808 or 1810, oil on canvas, 110 x 171.5 cm (Alte Nationalgalerie, Staatliche Museen zu Berlin)","url":"http:\/\/www.youtube.com\/watch?v=XkcHktjqI1s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caspar-david-friedrich--monk-by-the-sea--1808-or-1810","created":1333785610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3683","children":[]},{"title":"Friedrich, Abbey among Oak Trees","description":"Caspar David Friedrich, Abbey among Oak Trees, 1809 or 1810, oil on canvas, 110.4 x 171 cm (Alte Nationalgalerie, Berlin)","url":"http:\/\/www.youtube.com\/watch?v=_DgeQ7rpIHI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caspar-david-friedrich--abbey-among-oak-trees--1809-or-1810","created":1334304015,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2672","children":[]},{"title":"Friedrich, The Lone Tree","description":"Caspar David Friedrich, Solitary Tree (or Lone Tree), 1822, oil on canvas, 55 x 71 cm (Alte Nationalgalerie, Berlin)","url":"http:\/\/www.youtube.com\/watch?v=YlhDUSntCI4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caspar-david-friedrich--solitary-tree--or-lone-tree---1822","created":1333785610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2016","children":[]},{"title":"Friedrich, Woman at a Window","description":"Caspar David Friedrich, Woman at a Window, 1822, oil on canvas, 44 x 73 cm (Alte Nationalgalerie, Berlin). In the Google Art Project: http:\/\/www.googleartproject.com\/collection\/alte-nationalgalerie\/artwork\/woman-at-a-window-caspar-david-friedrich\/328396\/","url":"http:\/\/www.youtube.com\/watch?v=eE7BR9HCffk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caspar-david-friedrich--woman-at-a-window--1822","created":1334304015,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2806","children":[]},{"title":"Friedrich, A Walk at Dusk","description":"Caspar David Friedrich, A Walk at Dusk, oil on canvas, ca. 1830-1835 (The Getty Center, Los Angeles)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=xSnm3LNMXi0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/friedrich--a-walk-at-dusk--1830-35","created":1332270777,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1591","children":[]}]},{"title":"Romanticism in the United States","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Cole, Expulsion from the Garden of Eden","description":"Thomas Cole, Expulsion from the Garden of Eden, 1828, oil on canvas, 100.96 x 138.43 cm \/ 39-3\/4 x 54-1\/2 inches (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=dBrKCtx4TfA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thomas-cole--expulsion-from-the-garden-of-eden--1828","created":1334304015,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2060","children":[]},{"title":"Cole, The Oxbow","description":null,"url":"http:\/\/www.youtube.com\/watch?v=7cdagIIBso8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cole---the-oxbow--1836","created":1353353508,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1326","children":[]},{"title":"Allston, Elijah in the Desert","description":"Washington Allston, Elijah in the Desert, 1818, oil on canvas, 125.09 x 184.78 cm \/ 49 1\/4 x 72 3\/4 inches (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=H95wT4wT95w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/washington-allston--elijah-in-the-desert--1818","created":1334304016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1401","children":[]},{"title":"Lane, Owl's Head, Penobscot Bay, Maine","description":"Fitz Henry Lane, Owl's Head, Penobscot Bay, Maine, 1862, oil on canvas,\n40 x 66.36 cm \/ 15-3\/4 x 26-1\/8 inches (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=ascpn9AjCIk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fitz-henry-lane--owl-s-head--penobscot-bay--maine--1862","created":1334304016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1278","children":[]},{"title":"Erastus Salisbury Field, Portrait of a Young Woman","description":"Erastus Salisbury Field's Portrait of a Young Woman, c. 1830 (Portland Art Museum)\n\nSpeakers: Gerri Hayes and Floyd Sklaver","url":"http:\/\/www.youtube.com\/watch?v=Km_VuxJuJng&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/erastus-salisbury-field--portrait-of-a-young-woman--c--1830","created":1332270779,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1093","children":[]}]},{"title":"1848-1907 Industrial Revolution II","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Pre-Raphaelites","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Hunt, Claudio and Isabella","description":"William Holman Hunt, Claudio and Isabella, 1850, oil on mahogany, 758 x 426 x 10 mm (Tate Britain)\n\nFrom William Shakespeare's Measure for Measure, Act III, scene 1 (a room in a prison):\n\nISABELLA\n\n What says my brother?\n\nCLAUDIO\n\n Death is a fearful thing.\n\nISABELLA\n\n And shamed life a hateful.\n\nCLAUDIO\n\n Ay, but to die, and go we know not where;\n To lie in cold obstruction and to rot;\n This sensible warm motion to become\n A kneaded clod; and the delighted spirit\n To bathe in fiery floods, or to reside\n In thrilling region of thick-ribbed ice;\n To be imprison'd in the viewless winds,\n And blown with restless violence round about\n The pendent world; or to be worse than worst\n Of those that lawless and incertain thought\n Imagine howling: 'tis too horrible!\n The weariest and most loathed worldly life\n That age, ache, penury and imprisonment\n Can lay on nature is a paradise\n To what we fear of death.\n\nISABELLA\n\nAlas, alas!","url":"http:\/\/www.youtube.com\/watch?v=4j13InegUPk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/william-holman-hunt--claudio-and-isabella--1850","created":1332270780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1956","children":[]},{"title":"Hunt, Our English Coasts (\"Strayed Sheep\")","description":"William Holman Hunt, Our English Coasts ('Strayed Sheep'), 1852, oil on canvas, 432 x 584 mm (Tate Britain, London)","url":"http:\/\/www.youtube.com\/watch?v=tIqO2GS8O64&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/william-holman-hunt--our-english-coasts---strayed-sheep----1852","created":1334304018,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4317","children":[]},{"title":"Hunt, The Awakening Conscience","description":"William Holman Hunt, The Awakening Conscience, 1853, oil on canvas, 762 x 559 mm (Tate Britain, London)","url":"http:\/\/www.youtube.com\/watch?v=9gnM72T4DTE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/william-holman-hunt--the-awakening-conscience--1853","created":1333785611,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1999","children":[]},{"title":"Sir John Everett Millais, Ophelia","description":"Sir John Everett Millais, Ophelia, 1851-52, oil on canvas, 762 x 1118 mm (Tate Britain, London)","url":"http:\/\/www.youtube.com\/watch?v=I2M7U8eCeHA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sir-john-everett-millais--ophelia--1851-52","created":1334304017,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4786","children":[]},{"title":"Sir John Everett Millais, Christ in the House of His Parents","description":"Sir John Everett Millais, Christ in the House of His Parents, 1849-50, oil on canvas, 864 x 1397 mm (Tate Britain, London)","url":"http:\/\/www.youtube.com\/watch?v=nRPLiTZAry4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sir-john-everett-millais--christ-in-the-house-of-his-parents--1849-50","created":1334304019,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1615","children":[]},{"title":"Millais, Mariana","description":"Sir John Everett Millais, Mariana 1851, oil on wood, 597 x 495 mm (Tate Britain)","url":"http:\/\/www.youtube.com\/watch?v=DjNMJpdFPGA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sir-john-everett-millais--mariana-1851","created":1334304023,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1852","children":[]},{"title":"Millais, The Vale of Rest","description":"Sir John Everett Millais, The Vale of Rest: where the weary find repose, 1858 (partially repainted 1862), oil on canvas, 40 1\/2 x 68 inches (Tate Britain, London)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=20n0i2KQRCs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/millais--the-vale-of-rest--where-the-weary-find-repose--1858","created":1332270782,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1323","children":[]},{"title":"Dyce's Pegwell Bay, Kent - a Recollection of October 5th 1858","description":"William Dyce, Pegwell Bay, Kent - a Recollection of October 5th 1858-60, oil on canvas,\n25 x 35 inches (Tate Britain, London)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=GlkqvEOYicA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dyce--pegwell-bay--kent--1858-60","created":1332270789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1270","children":[]},{"title":"John Roddam Spencer Stanhope, Thoughts of the Past","description":"John Roddam Spencer Stanhope, Thoughts of the Past, exhibited 1859, oil on canvas, 864 x 508 mm (Tate Britain, London)","url":"http:\/\/www.youtube.com\/watch?v=zA2KSx5OYog&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/john-roddam-spencer-stanhope--thoughts-of-the-past--exhibited-1859","created":1334304022,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1083","children":[]},{"title":"Burne-Jones, King Cophetua and the Beggar Maid","description":"Edward Burne-Jones, King Cophetua and the Beggar Maid, oil on canvas, 1884\n(Tate Britain, London)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=iPb5zeXTsSE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/burne-jones--king-cophetua-and-the-beggar-maid--1884","created":1332270790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2039","children":[]},{"title":"Burne Jones, The Golden Stairs","description":"Sir Edward Coley Burne-Jones, The Golden Stairs, 1880, oil on canvas\n2692 x 1168 mm (Tate Britain, London)","url":"http:\/\/www.youtube.com\/watch?v=VQniy8iq9EQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sir-edward-coley-burne-jones--the-golden-stairs--1880","created":1334304018,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1470","children":[]},{"title":"Burne-Jones, Hope","description":"Sir Edward Coley Burne-Jones, Hope, 1896, 179 x 63.5 cm, oil on canvas (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=F00vnE37pIE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sir-edward-burne-jones--hope--1896","created":1334304019,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1359","children":[]},{"title":"Wallis, Chatterton","description":"Henry Wallis, Chatterton, 1856, oil on canvas, 622 x 933 cm (Tate Britain, London)","url":"http:\/\/www.youtube.com\/watch?v=HNoyVb1hr7g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/henry-wallis--chatterton--1856","created":1334304023,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1009","children":[]},{"title":"William Butterfield, All Saints, Margaret Street","description":"William Butterfield, All Saints Church, 7 Margaret Street, London, begun 1849-50, consecrated 1859.","url":"http:\/\/www.youtube.com\/watch?v=OMEDRrGpybY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/william-butterfield--all-saints-church--margaret-street","created":1341043208,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1574","children":[]}]},{"title":"Late Victorian","description":"British art saw a return to the classical after the 1860s, not just in terms of style, but also subject matter. Alma Tadema created sensual Victorian visions of the ancient Greeks and Romans, and Leighton too rendered classicizing figures and subjects. Both of these artists, together with Sargent, were influenced by the Aesthetic Movement, where the subject or narrative of a work of art was minimized in favor of a focus on issues of form (color harmonies, line, composition).","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Alma-Tadema's Listening to Homer","description":"Sir Lawrence Alma-Tadema, A Reading from Homer, 1885, oil on canvas,\n36-1\/8 x 72-1\/4 inches \/ 91.8 x 183.5 cm (Philadelphia Museum of Art)","url":"http:\/\/www.youtube.com\/watch?v=YDYxQMBm50k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sir-lawrence-alma-tadema--a-reading-from-homer--1885","created":1333785611,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1801","children":[]},{"title":"Leighton's An Athlete Wrestling with a Python","description":"Sir Frederic Leighton, An Athlete Wrestling with a Python, 1877, bronze, 1746 x 984 x 1099 mm (Tate Britain, London)","url":"http:\/\/www.youtube.com\/watch?v=99hAYY4usME&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sir-frederic-leighton--an-athlete-wrestling-with-a-python--1877","created":1334304020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1575","children":[]},{"title":"Sargent, Carnation, Lily, Lily, Rose","description":"John Singer Sargent, Carnation, Lily, Lily, Rose, 1885-86, oil on canvas, 1740 x 1537 mm (Tate Britain, London)","url":"http:\/\/www.youtube.com\/watch?v=-bnCHws9qmw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/john-singer-sargent--carnation--lily--lily--rose--1885-86","created":1334304018,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2188","children":[]}]},{"title":"Realism","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Courbet, Burial at Ornans","description":null,"url":"http:\/\/www.youtube.com\/watch?v=zRuLkyLx3No&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/courbet--a-burial-at-ornans---1850","created":1332270780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8524","children":[]},{"title":"Courbet, The Artist's Studio, A real allegory summing up seven years of my artistic and moral life","description":null,"url":"http:\/\/www.youtube.com\/watch?v=SvFtmPhbNRw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/courbet--the-artist-s-studio--1854-55","created":1332270783,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3578","children":[]},{"title":"Bonheur, Plowing in the Nivernais","description":null,"url":"http:\/\/www.youtube.com\/watch?v=kOnzZHJYzb4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rosa-bonheur--plowing-in-the-nivernais--1849","created":1332270780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2370","children":[]},{"title":"Bonheur, Sheep in the Highlands","description":"Rosa Bonheur, Sheep in the Highlands, 1857, oil on canvas, 46 x 65 cm (Wallace \nCollection, London)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker\n\nThe Wallace Collection suggests that this painting is likely the result of a trip that \nthe artist made to Scotland the previous year.","url":"http:\/\/www.youtube.com\/watch?v=76gw8PA12ag&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bonheur--sheep-in-the-highlands--1857","created":1332270781,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1408","children":[]},{"title":"Millet, L'Angelus","description":null,"url":"http:\/\/www.youtube.com\/watch?v=3KjZ3w5MtBo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/millet--l-ang-lus--ca--1857-1859","created":1332270781,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2164","children":[]},{"title":"Millet, The Gleaners","description":null,"url":"http:\/\/www.youtube.com\/watch?v=Dk1nuM5JKqQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/millet--gleaners--1857","created":1332270787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3187","children":[]},{"title":"Degas, The Dance Class","description":"Edgar Degas, The Dance Class, oil on canvas, 1874 (Metropolitan Museum of Art)\n\nSpeakers: Dr. Steven Zucker, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=NigP3DjV3NY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/degas--the-dance-class--1874","created":1332270784,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6818","children":[]},{"title":"Degas, The Bellelli Family","description":null,"url":"http:\/\/www.youtube.com\/watch?v=irLOxG7SpUk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/degas--the-bellelli-family--1858-67","created":1332270785,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1799","children":[]},{"title":"Degas, At the Races in the Countryside","description":"Edgar Degas, At the Races in the Countryside, 1869, oil on canvas, 36.5 x 55.9 cm \/ 14-3\/8 x 22 inches (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=6HTBjvqn9uw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/edgar-degas--at-the-races-in-the-countryside--1869","created":1334304020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1544","children":[]},{"title":"Degas, Visit to a Museum","description":"Edgar Degas, Visit to a Museum, c. 1879--90, oil on canvas, 91.8 x 68 cm \/ 36-1\/8 x 26-3\/4 inches (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=wvtPCKwGZCU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/edgar-degas--visit-to-a-museum--c--1879--90","created":1334304022,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1806","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=Nb_4nEFyeGk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/manet--le-d-jeuner-sur-l-herbe--luncheon-on-the-grass----1863","created":1332270785,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9257","children":[]},{"title":"Manet, Olympia","description":null,"url":"http:\/\/www.youtube.com\/watch?v=bihBbqzL96Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/manet--olympia--1863--exhibited-1865","created":1355914810,"start":null,"end":null,"type":"video","provider":"Khan University","views":"750","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=znKX9WcowfY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/manet---mile-zola--1868","created":1332270780,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3023","children":[]},{"title":"Manet, The Balcony","description":null,"url":"http:\/\/www.youtube.com\/watch?v=XS8OhYdc-20&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/manet--the-balcony--1868-69","created":1332270782,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2411","children":[]},{"title":"Manet, The Railway","description":null,"url":"http:\/\/www.youtube.com\/watch?v=zO0YTkWY9N4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/douard-manet--the-railway-1872-73","created":1332270783,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1776","children":[]},{"title":"Manet, Plum Brandy","description":null,"url":"http:\/\/www.youtube.com\/watch?v=K3XTsNlcDS8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/douard-manet--plum-brandy--c--1877","created":1332270785,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1281","children":[]},{"title":"Manet, In the Conservatory","description":"Edouard Manet, In the Conservatory, 1878-1879, oil on canvas, 115 x 150 cm (Alte Nationalgalerie, Staatliche Museen zu Berlin)","url":"http:\/\/www.youtube.com\/watch?v=eNhrYgYV0MA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/edouard-manet--in-the-conservatory--1878-1879","created":1333785611,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2767","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=BXzR-hdSFUY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/manet--corner-of-a-caf--concert--1878-80","created":1332270788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1398","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=kMACjCg9r4E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/douard-manet--a-bar-at-the-folies-berg-re--1882","created":1332270789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13395","children":[]},{"title":"Homer, The Fog Warning (Halibut Fishing)","description":"Winslow Homer, The Fog Warning (Halibut Fishing), 1885, oil on canvas, 30-1\/4 x 48-1\/2 inches \/ 76.83 x 123.19 cm (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=z9s_uJlG3b8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/winslow-homer--the-fog-warning--halibut-fishing---1885","created":1334304024,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2082","children":[]},{"title":"Homer, The Life Line","description":"Winslow Homer, The Life Line, 1884, oil on canvas, 28-5\/8 x 44-3\/4 inches \/ 72.7 x 113.7 cm (Philadelphia Museum of Art)","url":"http:\/\/www.youtube.com\/watch?v=WV3MXLAfIi4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/winslow-homer--the-life-line--1884","created":1333785612,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1952","children":[]}]},{"title":"Art & the French State","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Couture, Romans of the Decadence","description":null,"url":"http:\/\/www.youtube.com\/watch?v=pQJrTf_x7Wk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/thomas-couture--romans-of-the-decadence--1847","created":1353754810,"start":null,"end":null,"type":"video","provider":"Khan University","views":"589","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=EtTGyLsR7lk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/charles-garnier--the-paris-op-ra--1860-75","created":1332270786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2314","children":[]},{"title":"Carpeaux's Dance","description":null,"url":"http:\/\/www.youtube.com\/watch?v=3ZGmMTNyW0k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jean-baptiste-carpeaux---dance--1865-69","created":1332270787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2543","children":[]}]},{"title":"Impressionism","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Monet, The Argenteuil Bridge","description":null,"url":"http:\/\/www.youtube.com\/watch?v=Iics7KH_rLE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monet--the-argenteuil-bridge--1874","created":1332270786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2844","children":[]},{"title":"Monet, Gare St. Lazare","description":"Claude Monet, Gare St. Lazare, 1877 (Musee d'Orsay) \n\nFor more art history videos visit www.smarthistory.org","url":"http:\/\/www.youtube.com\/watch?v=sYQ5CSyACpc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/claude-monet--gare-st--lazare--1877","created":1332270786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6062","children":[]},{"title":"Monet, Cliff Walk at Pourville","description":"Claude Monet, Cliff Walk at Pourville, 1882, oil on canvas, 26-1\/8 x 32-7\/16 inches \/ 66.5 x 82.3 cm (Art Institute of Chicago)","url":"http:\/\/www.youtube.com\/watch?v=D8cHdto-G-I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/claude-monet--cliff-walk-at-pourville--1882","created":1334304020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24603","children":[]},{"title":"Monet, Rouen Cathedral Series","description":null,"url":"http:\/\/www.youtube.com\/watch?v=LnPKrSVMLnQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monet--rouen-cathedral-series--1892-4","created":1332270788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3414","children":[]},{"title":"Monet, Poplars","description":"Claude Monet, Poplars, 1891, oil on canvas, 36-5\/8 x 29-3\/16 inches \/ 93 x 74.1 cm (Philadelphia Museum of Art)","url":"http:\/\/www.youtube.com\/watch?v=JCKshDyxjuw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/claude-monet--poplars--1891","created":1334304021,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2413","children":[]},{"title":"Monet, Water Lilies","description":null,"url":"http:\/\/www.youtube.com\/watch?v=6fHorNn2zqQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/monet--les-nymph-as--the-water-lilies---1918-26","created":1332270789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7050","children":[]},{"title":"Gustave Caillebotte, Paris Street; Rainy Day","description":"Gustave Caillebotte, Paris Street; Rainy Day, 1877, oil on canvas\n83-1\/2 x 108-3\/4 inches \/ 212.2 x 276.2 cm (The Art Institute of Chicago). In the Google Art Project: http:\/\/www.googleartproject.com\/collection\/the-art-institute-of-chicago\/artwork\/paris-street-rainy-day-gustave-caillebotte\/425239\/\n\nView this work up close on the Google Art Project: http:\/\/www.googleartproject.com\/collection\/the-art-institute-of-chicago\/artwork\/paris-street-rainy-day-gustave-caillebotte\/425239\/","url":"http:\/\/www.youtube.com\/watch?v=U8d45ETt78o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gustave-caillebotte--paris-street--rainy-day--1877","created":1338537613,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2988","children":[]},{"title":"Caillebotte, The Floor Scrapers","description":null,"url":"http:\/\/www.youtube.com\/watch?v=eKj12_KS8m0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caillebotte--the-floor-scrapers--1875","created":1332270783,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2398","children":[]},{"title":"Caillebotte, Man at his Bath","description":"Gustave Caillebotte, Man at his Bath, 1884, oil on canvas, 57 x 45 in. (144.8 x\n114.3 cm), (Private Collection, on loan to the National Gallery, London)\n\nSpeakers: Dr. Parme Giuntini, Director of Art History, Otis College of Art and Design\nDr. Robert Summers, Lecturer, Otis College of Art and Design","url":"http:\/\/www.youtube.com\/watch?v=cYUVtdpTlEo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/caillebotte--man-at-his-bath--1884","created":1332270788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1421","children":[]},{"title":"Cassatt, In the Loge","description":"Mary Cassatt, In the Loge, 1878, oil on canvas, 81.28 x 66.04 cm \/ 32 x 26 inches (Museum of Fine Arts, Boston)","url":"http:\/\/www.youtube.com\/watch?v=HVuyK_vIMfc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mary-cassatt--in-the-loge--1878","created":1334304017,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31649","children":[]},{"title":"Cassatt, The Loge","description":"Mary Cassatt, The Loge, oil on canvas, 1882. 31-7\/16 x 25-1\/8 inches (National Gallery of Art)\n\nSpeakers: Beth Harris and Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=zOZiuAOuOkA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cassatt--the-loge--1882","created":1332270785,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1692","children":[]},{"title":"Cassatt, Woman with a Pearl Necklace in a Loge","description":"Mary Cassatt, Woman with a Pearl Necklace in a Loge, 1879, oil on canvas, 32 x 23-1\/2 inches or 81.3 x 59.7 cm (Philadelphia Museum of Art)","url":"http:\/\/www.youtube.com\/watch?v=guxLpVICBjg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mary-cassatt--woman-with-a-pearl-necklace-in-a-loge--1879","created":1334304019,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1995","children":[]},{"title":"Cassatt, Breakfast in Bed","description":"Mary Cassatt, Breakfast In Bed, 1897 (Huntington Library) \n\nSpeakers: Beth Harris and Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=gDbpcwwUgjI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mary-cassatt--breakfast-in-bed--1897","created":1332270789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3166","children":[]},{"title":"Cassatt, The Child's Bath","description":"Mary Cassatt, The Child's Bath, 1893, oil on canvas, 100.3 x 66.1 cm \/ 39-1\/2 x 26 inches (Art Institute of Chicago)","url":"http:\/\/www.youtube.com\/watch?v=O4St29B7cmU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mary-cassatt--the-child-s-bath--1893","created":1334304023,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2424","children":[]},{"title":"Morisot, The Mother and Sister of the Artist","description":"Berthe Morisot, The Mother and Sister of the Artist, c. 1869\/1870, oil on canvas\n39 3\/4 x 32 3\/16 in. (101 x 81.8 cm), (National Gallery of Art)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker\n\nhttp:\/\/smarthistory.org\/morisots-mother-and-sister-of-the-artist.html","url":"http:\/\/www.youtube.com\/watch?v=BSQr7Ii_vbY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/morisot--the-mother-and-sister-of-the-artist--c--1869-1870","created":1332270787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1386","children":[]},{"title":"Renoir, Moulin de la Galette","description":null,"url":"http:\/\/www.youtube.com\/watch?v=x6rAFt5FW_Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/renoir--moulin-de-la-galette--1876","created":1332270787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6541","children":[]},{"title":"Renoir, La Loge","description":"Pierre Auguste Renoir, La Loge, 1874, oil on canvas, 31 1\/2 x 24 5\/8 in. (80 x 63.5 cm)\n(Courtauld Gallery, London)\n\nSpeakers: Dr. Beth Harris, Rachel S. Ropeik\n\nThis painting was exhibited by Renoir at the first Impressionist exhibition in Paris (1874).","url":"http:\/\/www.youtube.com\/watch?v=_uUD1ZP79tE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pierre-auguste-renoir--la-loge--1874","created":1332270784,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2359","children":[]},{"title":"Renoir, The Grands Boulevards","description":"Pierre-Auguste Renoir, The Grands Boulevards, 1875, oil on canvas, 20-1\/2 x 25 inches \/ 52.1 x 63.5 cm (Philadelphia Museum of Art)","url":"http:\/\/www.youtube.com\/watch?v=3SmyaLwpSaI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pierre-auguste-renoir--the-grands-boulevards--1875","created":1334304021,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16937","children":[]},{"title":"Renoir, The Large Bathers","description":"Pierre-Auguste Renoir, The Large Bathers, 1884-87, oil on canvas, 46-3\/8 x 67-1\/4 inches \/ 117.8 x 170.8 cm (Philadelphia Museum of Art)","url":"http:\/\/www.youtube.com\/watch?v=7qaxUhbiQUc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pierre-auguste-renoir--the-large-bathers--1884-87","created":1334304022,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4779","children":[]}]},{"title":"Post-Impressionism","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Seurat, A Sunday on La Grande Jatte","description":"Georges Seurat, A Sunday on La Grande Jatte - 1884, 1884-86, oil on canvas, 81-3\/4 x 121-1\/4 inches \/ 207.5 x 308.1 cm (The Art Institute of Chicago). In the Google Art project: http:\/\/www.googleartproject.com\/collection\/the-art-institute-of-chicago\/artwork\/a-sunday-on-la-grande-jatte-1884-georges-seurat\/609033\/","url":"http:\/\/www.youtube.com\/watch?v=wNB9Vm6MoDQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/georges-seurat--a-sunday-on-la-grande-jatte---1884--1884-86","created":1334304021,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18297","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=9bs1iQ14LJY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/seurat--bathers-at-asni-res--1884","created":1332270781,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3787","children":[]},{"title":"Seurat, Young Woman Powdering Herself","description":"Georges Seurat, Young Woman Powdering Herself, oil on canvas, 1890 (Courtauld Gallery, London)\n\nSpeakers: Dr. Beth Harris, Rachel S. Ropeik","url":"http:\/\/www.youtube.com\/watch?v=kWPRKyqyJUo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/seurat--young-woman-powdering-herself--1890","created":1332270786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1909","children":[]},{"title":null,"description":"A Smarthistory video by Beth Harris and Steven Zucker. For more videos, visit www.smarthistory.org.","url":"http:\/\/www.youtube.com\/watch?v=hH1a1v1JNAk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/c-zanne--still-life-with-apples--1895-98--moma","created":1332270783,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6227","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=XBPgPEo0Xx4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/c-zanne--still-life-with-plaster-cupid--c--1895","created":1332270783,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2163","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=2Vv9BhnE0SQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paul-c-zanne--the-red-rock--c--1895","created":1334304018,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1955","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=iQY3SdZeZ6g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paul-c-zanne--bathers--les-grandes-baigneuses---c--1894-1905","created":1334304020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2443","children":[]},{"title":"Cezanne, The Large Bathers","description":null,"url":"http:\/\/www.youtube.com\/watch?v=YFtf-xA7_oM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paul-c-zanne--the-large-bathers--1906","created":1334304023,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2553","children":[]},{"title":"Gauguin, The Red Cow","description":"Paul Gauguin, The Red Cow, 1889, oil on canvas (LACMA)\n\nNote:\nDespite my saying that the cypress trees suggest this canvas may have been painted in the south, it was painted in Le Pouldu near Pont-Aven in Brittany (SZ).","url":"http:\/\/www.youtube.com\/watch?v=ofJS_K0Fj2Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paul-gauguin--the-red-cow--1889","created":1332270784,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1736","children":[]},{"title":"Gauguin, Nevermore","description":"Paul Gauguin, Nevermore, 1897, oil on canvas (Courtauld Gallery, London)\n\nSpeakers: Dr. Beth Harris, Rachel Ropeik, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=pQu1RMIkg3c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paul-gauguin--nevermore--1897","created":1332270786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2413","children":[]},{"title":"Van Gogh, Portrait of the Joseph Roulin","description":"Vincent van Gogh, Portrait of Joseph Roulin, early 1889 (MoMA) \n\nSpeakers: Beth Harris and Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=uIXS5-cFhYI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/van-gogh--portrait-of-joseph-roulin--1889","created":1332270782,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4003","children":[]},{"title":"Van Gogh, Self-Portrait Dedicated to Paul Gauguin","description":"Vincent van Gogh, Self-Portrait Dedicated to Paul Gauguin, 1888, oil on canvas, 24 x 19-11\/16 inches (Fogg, Harvard Art Museums)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker\n\nhttp:\/\/smarthistory.org\/van-gogh-self-portrait-dedicated-to-paul-gauguin.html","url":"http:\/\/www.youtube.com\/watch?v=gqSpWPONekE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vincent-van-gogh--self-portrait-dedicated-to-paul-gauguin--1888","created":1332270788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4721","children":[]},{"title":"Van Gogh, The Bedroom","description":"Vincent van Gogh, The Bedroom, 1889, oil on canvas, 29 x 36-5\/8 inches \/ 73.6 x 92.3 cm (Art Institute of Chicago)","url":"http:\/\/www.youtube.com\/watch?v=E1tA9-ypx0g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/vincent-van-gogh--the-bedroom--1889","created":1334304023,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4677","children":[]},{"title":"Toulouse-Lautrec, At the Moulin Rouge","description":"Henri de Toulouse-Lautrec, At the Moulin Rouge, 1893-95, oil on canvas, 48-1\/2 x 55-1\/2 inches \/ 123 x 141 cm (Art Institute of Chicago)","url":"http:\/\/www.youtube.com\/watch?v=XLcbGHNFcpM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/henri-de-toulouse-lautrec--at-the-moulin-rouge--1893-95","created":1334304021,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2919","children":[]}]},{"title":"Symbolism & Art Nouveau","description":"The 1880s saw a shift away from the modern-life focus of Impressionism, as artists turned toward the interior self, to dreams, and myth. There was a sense that Impressionism had been too tied up with the materialism of middle-class culture. In some ways, van Gogh and Gauguin can also be seen as Symbolists. Many Symbolist belonged to groups of artists who broke away (or seceded) from the art establishment in their respective countries, to hold their own exhibitions. For example, Klimt belonged to the Vienna Secession (he was its first president), Khnopff to a similar group in Belgium called Lex XX (The Twenty), and Stuck co-founded the Munich Secession.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Gustav Klimt, Beethoven Frieze","description":"Gustav Klimt, Beethoven Frieze, Vienna Secession, 1902\n\nA conversation with Khan Academy's Dr. Steven Zucker and Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=983Tu9rlP54&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gustav-klimt--beethoven-frieze--vienna-secession--1902","created":1340352014,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3124","children":[]},{"title":"Gustav Klimt's The Kiss","description":null,"url":"http:\/\/www.youtube.com\/watch?v=BRUOACBkFRg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gustav-klimt--the-kiss--1907-8","created":1340438408,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5935","children":[]},{"title":"Klimt, Death and Life","description":"Gustav Klimt, Death and Life, 1910, reworked 1915, oil on canvas, 178 x 198 cm (Leopold Museum, Vienna)","url":"http:\/\/www.youtube.com\/watch?v=P1Lw1NVcI8o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gustav-klimt--death-and-life--1910","created":1333785611,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3857","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=3oeLGKeNPj0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arnold-b-cklin--self-portrait-with-death-playing-the-fiddle--1872","created":1333785610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1872","children":[]},{"title":"Khnopff, I Lock the Door Upon Myself, 1891","description":"Fernand Khnopff, I Lock My Door Upon Myself, 1891 (Neue Pinakothek, Munich)\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=Nk4DmlnoLxw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fernand-khnopff---i-lock-my-door-upon-myself--1891","created":1353353509,"start":null,"end":null,"type":"video","provider":"Khan University","views":"645","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=cIpEZXOAn0I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khnopff---jeanne-k-fer--1885","created":1332270784,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1141","children":[]},{"title":"Stuck, The Sin","description":"Franz von Stuck, The Sin, 1893 (Neue Pinakothek, Munich)\n\nSpeakers: Dr. Beth Harris & Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=muJatqh6wRM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/franz-von-stuck--the-sin--1893","created":1353353510,"start":null,"end":null,"type":"video","provider":"Khan University","views":"736","children":[]},{"title":"Munch, The Storm","description":"Edvard Munch, The Storm, 1893, oil on canvas, 36 1\/8 x 51 1\/2\" (91.8 x 130.8 cm), (MoMA)\n\nSpeakers: Dr. Juliana Kreinik, Dr. Amy Hamlin","url":"http:\/\/www.youtube.com\/watch?v=653ZKHd_PYo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/munch--the-storm--1893","created":1332270790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2287","children":[]},{"title":"Rodin, The Gates of Hell","description":null,"url":"http:\/\/www.youtube.com\/watch?v=TgLTzYXg530&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/rodin--the-gates-of-hell---1880-1917","created":1332270790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3507","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=SMqERP-J2tQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gaud---church-of-the-sagrada-fam-lia--1882---consecrated-2010--still-under-construction","created":1332270789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3262","children":[]}]},{"title":"1907-1960 Age of Global Conflict","description":"Europe in 1907 was powerful, wealthy and stable. The British Empire was unmatched with huge territories that stretched across the globe. The Austrian-Hungarian and Ottoman Empires remained intact, and the Italians, Germans, Dutch, Spanish and Portuguese retained colonies. Nevertheless, the old order would soon collapse, a result of the Great War in 1914. But this trauma was only the beginning. A global financial collapse precipitated by the stock market crash of 1929 allowed Mussolini, Franco and Hitler to seize power. The violence only worsened with the Holocaust, Japanese Imperial expansion, and the Second World War.\n\nAt the same time, this was a period of radical advances in music (Stravinsky, Bartok, etc.), in dance (Duncan, Graham, etc.) in literature (Joyce, Pound, etc.), science (Einstein, Heisenberg, etc.), and of course, in art (Matisse, Picasso, etc.). In the years between the wars artists explored abstraction and the irrational. After the war, and with Europe in ruins, the focus of the art world shifted from Paris to New York where Abstract Expressionism was born.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Expressionism","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=7d6S8y2kYSg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/matisse--luxe--calme-et-volupt---1904","created":1332270791,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4739","children":[]},{"title":"Matisse, The Red Studio","description":"Henri Matisse, The Red Studio, oil on canvas, 1911 (MoMA)","url":"http:\/\/www.youtube.com\/watch?v=W-huWpNU-9w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/henri-matisse--the-red-studio--1911","created":1332270793,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6219","children":[]},{"title":"Matisse, Piano Lesson","description":"Henri Matisse, The Piano Lesson, 1916 (The Museum of Modern Art)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=9vI1kP-9zpw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/henri-matisse--the-piano-lesson--1916","created":1332270794,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4154","children":[]},{"title":"Kirchner, Street, Dresden","description":"Ernst Ludwig Kirchner, Street, Dresden, oil on canvas, 1908 (MoMA)\n\nSpeakers: Dr. Juliana Kreinik, Dr. Steven Zucker, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=zfZu--psur8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ernst-ludwig-kirchner--street--dresden--1908","created":1332270791,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7352","children":[]},{"title":"Kandinsky, Composition VII","description":"Wassily Kandinsky, Composition VII, oil on canvas, 1913 (State Tretyakov Gallery, Moscow)\n\nSpeakers: Dr. Beth Harris, Dr. Juliana Kreinik, Dr. Steven Zucker \n\nhttp:\/\/smarthistory.org\/Kandinsky-CompositionVII.html","url":"http:\/\/www.youtube.com\/watch?v=i16sGRY7SZ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/wassily-kandinsky--composition-vii--1913","created":1332270792,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7488","children":[]},{"title":"Jawlensky, Young Girl in a Flowered Hat","description":"Alexej von Jawlensky, Young Girl in a Flowered Hat, 1910, oil on cardboard (Albertina, Vienna)","url":"http:\/\/www.youtube.com\/watch?v=vUxYPrznFLw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/alexej-von-jawlensky--young-girl-in-a-flowered-hat--1910","created":1333785612,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3462","children":[]},{"title":"Schiele, Seated Male Nude (Self-Portrait)","description":null,"url":"http:\/\/www.youtube.com\/watch?v=croM4PvOdbM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/egon-schiele--seated-male-nude--self-portrait---1910","created":1333785612,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2278","children":[]},{"title":"Schiele, Hermits","description":"Egon Schiele, Hermits, 1912, oil on canvas, 71-1\/4 x 71-1\/4 inches (Leopold Museum, Vienna)","url":"http:\/\/www.youtube.com\/watch?v=PqRx4OV5jhM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/egon-schiele--hermits--1912","created":1333785612,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1669","children":[]}]},{"title":"Cubism and its Impact","description":"The Spaniard Picasso changed the way we see the world. He could draw with academic perfection at a very young age but he gave it up in order to create a language of representation suited to the modern world. Together with the French artist George Braque, Picasso undertook an analysis of form and vision that would inspire radical new visual forms across Europe and in America. This tutorial explains the underlying principles of Cubism and the abstract experiments that followed including Italian Futurism, Russian Suprematism, and the Dutch movement, de Stijl.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Picasso, Still Life with Chair Caning","description":null,"url":"http:\/\/www.youtube.com\/watch?v=286FiUvOeFs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/picasso--still-life-with-chair-caning--1912","created":1332270792,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7683","children":[]},{"title":"Picasso, Les Demoiselles d'Avignon","description":"Pablo Picasso, Les Demoiselles d'Avignon, 1907 (Museum of Modern Art)","url":"http:\/\/www.youtube.com\/watch?v=fy2TlYnYIzA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/picasso--les-demoiselles-d-avignon--1907","created":1332270793,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21862","children":[]},{"title":"Picasso, The Reservoir, Horta de Ebro","description":"Pablo Picasso, The Reservoir, Horta de Ebro, oil on canvas, summer 1909, 24-1\/8 x 20-1\/8\" (MoMA, fractional and promised gift)","url":"http:\/\/www.youtube.com\/watch?v=IXtreNuEC-Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/picasso--the-reservoir--horta-de-ebro--1909","created":1332270797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3192","children":[]},{"title":"Picasso, Guitar","description":"A conversation between Salman Khan and Steven Zucker about Pablo Picasso's sculpture, Guitar and related work, 1912-14 at The Museum of Modern Art","url":"http:\/\/www.youtube.com\/watch?v=bfy6IxsN_lg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-language-of-representation--pablo-picasso-s-guitar--1912-14","created":1354014009,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1477","children":[]},{"title":"Picasso, Guernica","description":"Picasso, Guernica, oil on canvas, 1937 (Museo Reina Sofia, Madrid)\n\nSpeakers: Dr. Steven Zucker, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=K1_qjc4SQlk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/picasso--guernica--1937","created":1332270798,"start":null,"end":null,"type":"video","provider":"Khan University","views":"57849","children":[]},{"title":"Braque, The Viaduct at L'Estaque","description":null,"url":"http:\/\/www.youtube.com\/watch?v=j2-95i4pq9g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/braque--le-viaduc---l-estaque---the-viaduct-at-l-estaque---1908","created":1332270797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2202","children":[]},{"title":"Three Futurists: Balla, Severini and Boccioni","description":"Work discussed: \nGiacoma Balla, Dynamism of a Dog on a Leash, oil, 1912 (Albright-Knox, Buffalo) \nGino Severini, Dynamic Hieroglyph of the Bal Tabarin, oil, 1912 (MoMA) \nUmberto Boccioni, Unique Forms of Continuity in Space, bronze, 1913 (MoMA)","url":"http:\/\/www.youtube.com\/watch?v=JHul281Kmtk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/futurism","created":1332270796,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2440","children":[]},{"title":"Mondrian, Composition No. II, with Red and Blue","description":"Piet Mondrian, Composition No. II, with Red and Blue, oil on canvas, 1929 (original date partly obliterated; mistakenly repainted 1925 by Mondrian). Oil on canvas, 15 7\/8 x 12 5\/8\" (40.3 x 32.1 cm) (The Museum of Modern Art)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=NpWxl4C0OWU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mondrian--composition-no--ii--with-red-and-blue--1929","created":1332270798,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2999","children":[]},{"title":"Modigliani, Young Woman in a Shirt","description":"Amedeo Modigliani, Young Woman in a Shirt, 1918, oil on canvas (Albertina, Vienna)","url":"http:\/\/www.youtube.com\/watch?v=3sCB3udmu1Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/amedeo-modigliani--young-woman-in-a-shirt--1918","created":1333785612,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3501","children":[]},{"title":"Duchamp-Villon, Horse","description":"Raymond Duchamp-Villon, Horse, 1914, bronze, 39-3\/8 x 24 x 36 inches \/ 99 x 61 x 91.4 cm (Art Institute of Chicago)","url":"http:\/\/www.youtube.com\/watch?v=JAe14gwSvIU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/raymond-duchamp-villon--horse--1914","created":1334304024,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1273","children":[]},{"title":"Brancusi, Bird in Space","description":"Constantin Brancusi, Bird in Space, bronze, limestone, wood, 1928 (MoMA)\n\nSpeakers: Dr. Steven Zucker, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=xWTzH7RV80g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/brancusi--bird-in-space--1928","created":1332270800,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3740","children":[]},{"title":"Cartier-Bresson, Behind the Gare St. Lazare","description":"Henri Cartier-Bresson, Behind the Gare Saint-Lazare, Paris, 1932\n\nSpeakers: Dr. Shana Gallagher-Lindsay, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=YxMBp4Ef3ek&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cartier-bresson--behind-the-gare-saint-lazare--paris--1932","created":1332270798,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2473","children":[]}]},{"title":"Dada & Surrealism","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Dada Duchamp and the Ready-Mades","description":"","url":"http:\/\/www.youtube.com\/watch?v=zvrD8ConF1E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/duchamp-readymade","created":1332270795,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7149","children":[]},{"title":"Duchamp's Fountain","description":"A conversation between Dr. Beth Harris and Dr. Steven Zucker in front of:\n\nMarcel Duchamp, Fountain, 1917\/1964, porcelain urinal, paint, San Francisco Museum of Modern Art","url":"http:\/\/www.youtube.com\/watch?v=FmjSUyyc-3M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/marcel-duchamp--fountain--1917","created":1355742010,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1015","children":[]},{"title":"Duchamp's Boite-en-valise (the red box), series F","description":"Marcel Duchamp, Boite-en-valise (the red box), series F, 1960 (Portland Art Museum)\nSpeakers: Bruce Guenther, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=yOAlbFVKGfk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/marcel-duchamp--boite-en-valise--the-red-box---series-f--1960","created":1332270791,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4892","children":[]},{"title":"Arp, Untitled (Collage with Squares Arranged According to the Laws of Chance)","description":"Jean (Hans) Arp, Untitled (Collage with Squares Arranged According to the Laws of Chance), mixed media, 1916-17 (MoMA)\n\nSpeakers: Dr. Steven Zucker, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=3wm0589mLbM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jean--hans--arp--untitled--collage-with-squares-arranged-according-to-the-laws-of-chance---1916-17","created":1332270793,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4388","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=9E1cA3j_xY8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hannah-h-ch--cut-with-the-kitchen-knife--1919-20","created":1332270796,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5550","children":[]},{"title":"Schwitters, Merzbild 32A, The Cherry Picture","description":"Kurt Schwitters, Merzbild 32A, The Cherry Picture, mixed media, 1921 (MoMA)\n\nSpeakers: Dr. Juliana Kreinik, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=1d8gAw4hp4E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/kurt-schwitters--merzbild-32a--the-cherry-picture--1921","created":1332270795,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1878","children":[]},{"title":"Klee, Twittering Machine","description":"Paul Klee, Twittering Machine (Die Zwitscher-Maschine), 1922, 25 1\/4 x 19\" watercolor,\nink, and gouache on paper (MoMA)\n\nSpeakers: Dr. Juliana Kreinik and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=M7yd8F3eay4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paul-klee--twittering-machine--1922","created":1332270798,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3252","children":[]},{"title":"Giacometti, The Palace at 4am","description":"Alberto Giacometti, Palace at 4am, wood, glass, wire and string, 1932 (MoMA)\n\nSpeakers: Dr. Steven Zucker, Dr. Beth Harris \n\nhttp:\/\/www.smarthistory.org\/surrealism-giacometti.html","url":"http:\/\/www.youtube.com\/watch?v=3zU90x0OZ0Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/giacometti--palace-at-4am--1932","created":1332270792,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2189","children":[]},{"title":"Giacometti, City Square","description":"Alberto Giacometti, City Square, 1948 (Museum of Modern Art)","url":"http:\/\/www.youtube.com\/watch?v=6pSOOgJz44o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/giacometti--city-square--1948","created":1332270794,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2445","children":[]},{"title":null,"description":null,"url":"http:\/\/www.youtube.com\/watch?v=w702yvnip_w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/magritte--the-treachery-of-images--ceci-n-est-pas-une-pipe---1929","created":1332270796,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4354","children":[]},{"title":"Dali, The Persistence of Memory","description":null,"url":"http:\/\/www.youtube.com\/watch?v=6mp-fBJNQmU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salvador-dal---the-persistence-of-memory--1931","created":1355482810,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2260","children":[]},{"title":"Dali, Metamorphosis of Narcissus","description":null,"url":"http:\/\/www.youtube.com\/watch?v=HUZDPWLTZ0g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dal---metamorphosis-of-narcissus--1937","created":1332270797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7241","children":[]}]},{"title":"German Art Between the Wars","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Feininger, Cathedral for the Bauhaus","description":"Lyonel Feininger, Cathedral for Program of the State Bauhaus in Weimar, woodcut, 1919 (MoMA)\n\nSpeakers: Dr. Steven Zucker, Dr. Juliana Kreinik\n\nFor more: http:\/\/www.smarthistory.org\/feiningers-cathedral.html","url":"http:\/\/www.youtube.com\/watch?v=hip59oIFSMQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/feininger--cathedral-for-program-of-the-state-bauhaus-in-weimar--woodcut--1919","created":1332270797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1454","children":[]},{"title":"Moholy-Nagy, Composition A.XX","description":null,"url":"http:\/\/www.youtube.com\/watch?v=YeBe-yDGVnU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/moholy-nagy--composition-a-xx--1924","created":1332270799,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1986","children":[]},{"title":"Moholy-Nagy, Climbing the Mast","description":null,"url":"http:\/\/www.youtube.com\/watch?v=QlQjCQ5SXco&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/moholy-nagy--climbing-the-mast--1928","created":1357884016,"start":null,"end":null,"type":"video","provider":"Khan University","views":"479","children":[]},{"title":"Sander, Portraits","description":"Portraits by August Sander discussed:\nPastry Cook, gelatin silver print, 1928\nSecretary at a Radio Station, Cologne, gelatin silver print, c. 1931\nDisabled Man, gelatin silver print, 1926\n\nSpeakers: Dr. Juliana Kreinik, Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=qZ1ofSJBxBU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/august-sander--portraits","created":1332270796,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3155","children":[]},{"title":"Umbo, The Roving Reporter","description":"Umbo (Otto Umbehr), The Roving Reporter, photomontage (rephotographed), 1926\n\nSpeakers: Dr. Juliana Kreinik, Dr. Steven Zucker, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=ukjw0Doy65Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/umbo--otto-umbehr---the-roving-reporter--1926","created":1332270792,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1548","children":[]},{"title":"Dix, Portrait of the Journalist Sylvia von Harden","description":null,"url":"http:\/\/www.youtube.com\/watch?v=sHkZWu9tgpw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dix--portrait-of-sylvia-von-harden--1926","created":1332270799,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2478","children":[]},{"title":"Schad, Self-Portrait","description":"Christian Schad, Self-Portrait, 1927, oil on wood, 29 x 24-3\/8 inches, 76 x 62 cm\n(Tate Modern, London)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=jEVfDSfO9Gw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/christian-schad--self-portrait--1927","created":1332270797,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1434","children":[]},{"title":"Troost, House of German Art & the Entartete Kunst Exhibition","description":"Paul Troost's the House of (German) Art, 1933-37 is discussed in relation to the Great Exhibition of German Art and the Entartete Kunst Exhibitions of 1937 in Munich. The House of German Art now exhibits international contemporary art in direct opposition to the original National Socialist intent.","url":"http:\/\/www.youtube.com\/watch?v=hpY22uSAPAA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/paul-troost--house-of--german--art--1933-37","created":1353353510,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1235","children":[]}]},{"title":"International Style Architecture","description":"Towers of glass and steel from the mid-20th Century suggest, for many people, the rationalization of urban space that dehumanized our cities with empty plazas, rigorous geometries and uniformity. But International style architecture was born of the utopian idea that innovative design could improve the lives millions and its forms recall the clarity and harmony of ancient Greek architecture. This tutorial treats the late work of Ludwig Mies van der Rohe, Gordon Bunshaft, and Frank Lloyd Wright.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Mies van der Rohe, Seagram Building","description":"Ludwig Mies van der Rohe, Seagram Building, 375 Park Avenue, New York City (1958)\n\nSpeakers: Dr. Matthew Postal, Dr. Steven Zucker\n\nhttp:\/\/smarthistory.org\/mies-van-der-rohes-seagram-building.html\nNote: In the video I call Le Corbusier a French architect. This is somewhat reductionist since he was born in Swizerland and became a French citizen in 1930. (SZ)","url":"http:\/\/www.youtube.com\/watch?v=ZyyuflY5k2k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mies-van-der-rohe--seagram-building--new-york-city--1958","created":1332270800,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5490","children":[]},{"title":"Gordon Bunshaft, Lever House","description":"Gordon Bunshaft for Skidmore Owings and Merrill, Lever House, 1951-52 (390 Park Avenue, NYC)\n\nSpeakers: Dr. Matthew A. Postal and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=g3LBmyq-J9s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gordon-bunshaft-for-skidmore-owings-and-merrill--lever-house--1951-52","created":1332270795,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1553","children":[]},{"title":"Frank Lloyd Wright, Solomon R. Guggenheim Museum","description":"Frank Lloyd Wright, Solomon R. Guggenheim Museum, New York City, 1942-1959\n\nSpeakers: Dr. Matthew Postal and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=JVm-ePTIKR4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/frank-lloyd-wright--solomon-r--guggenheim-museum--new-york-city--1942-1959","created":1332270799,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7035","children":[]}]},{"title":"1960- Age of Post-Colonialism","description":"By 1960, the unprecedented violence of the first half of the century had ebbed, replaced by the Cold War and threat of nuclear catastrophe. The vacuum left by European powers as they withdrew from their colonies instigated a global power grab as small nations sought autonomy but became proxies in a global strategic confrontation between Western and Soviet or Chinese ideologies. This resulted in certain instances in the emergence of ruthless dictators, the depopulation of cities, the death of intellectuals, starvation, and civil war.\n\nAt the same time protest movements in the West that called for an end to war, racism, and gender inequality. Powerful, entrenched conservative institutions such as the Catholic Church were transformed, as in the case of The Second Vatican Council. The assassinations of John F. Kennedy and Martin Luther King Jr., coupled later with Watergate, created a deep distrust for institutional authority. Artists responded by producing exceptionally thoughtful, original and provocative work that became increasingly global in its perspective.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"The Postwar Figure","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Bacon, Triptych - August 1972","description":"Francis Bacon, Triptych - August 1972, 1972, oil on canvas, 72 x 61 x 22 in. (183 x 155 x 64 cm), (Tate Modern, London)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker\n\nFor more: http:\/\/smarthistory.org\/francis-bacon-triptych-august-1972.html","url":"http:\/\/www.youtube.com\/watch?v=JZRY6Eco7BM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/francis-bacon--triptych---august-1972--1972","created":1332270801,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5469","children":[]},{"title":"Freud, Standing by the Rags","description":"Lucian Freud, Standing by the Rags, 1988-89, oil on canvas, 66.5 x 54.5 in. (168.9 x 138.4 cm), (Tate Britain, London)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=Nb6EQUS8hDo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lucian-freud--standing-by-the-rags--1988-89","created":1332270801,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3753","children":[]},{"title":"Diane Arbus, Boy with a Toy Hand Grenade","description":"Diane Arbus, Boy with a Toy Grenade, 1962, gelatin silver print, 15-1\/2 x 15-1\/16 inches or 39.4 x 38.3 cm (Metropolitan Museum of Art)\n\nSpeakers: Dr. Beth Harris, Dr. Shana Gallagher-Lindsay","url":"http:\/\/www.youtube.com\/watch?v=03vCPk3PyI8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/arbus--boy-with-a-toy-grenade--1962","created":1332270801,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10969","children":[]},{"title":"William Eggleston, Red Ceiling, or Greenwood, Mississippi, 1973","description":"William Eggleston, \"Red Ceiling,\" or Greenwood, Mississippi, Dye transfer print, \n12.625 x 19.0625 in. (32.1 x 48.4 cm), 1973 (prints in MoMA and J. Paul Getty Collection)\n\nSpeakers: Dr. Shana Gallagher-Lindsay, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=jwWWjOkiJDs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/eggleston---red-ceiling---or-greenwood--mississippi-1973","created":1332270803,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2435","children":[]},{"title":"Ed Kienholz and Nancy Reddin Kienholz Useful Art #5: The Western Hotel, 1992","description":"Ed Kienholz and Nancy Reddin Kienholz, Useful Art #5: The Western Hotel, 1992\n(Portland Art Museum)\n\nSpeakers: Tina Olsen, Bruce Guenther","url":"http:\/\/www.youtube.com\/watch?v=WhGOmAwuQTE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ed-kienholz-and-nancy-reddin-kienholz--useful-art--5--the-western-hotel--1992","created":1332270803,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2546","children":[]}]},{"title":"Pop & After","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Warhol, Gold Marilyn Monroe","description":"Andy Warhol, Gold Marilyn Monroe, Silkscreen ink, Silkscreen ink on synthetic polymer paint on canvas, 71.25 x 57 in. (211.4 x 144.7 cm), 1962 (MoMA)","url":"http:\/\/www.youtube.com\/watch?v=lXfzq27fGvU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/warhol--gold-marilyn-monroe--1962","created":1332270802,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14492","children":[]},{"title":"Oldenburg, Floor Cake","description":"Claes Oldenburg, Floor Cake, Synthetic polymer paint and latex on canva filled with foam rubber and cardboard boxes, 58.375 x 114.25 x 58.375 in. (148.2 x 290.2 x 148.2 cm) 1962 (MoMA)\n\nSpeakers: Dr. Beth Harris, Dr. Steven Zucker\n\nhttp:\/\/www.smarthistory.org\/claes-oldenburg.html","url":"http:\/\/www.youtube.com\/watch?v=N-mt2tiRJ7U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oldenburg--floor-cake--1962","created":1332270801,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4575","children":[]},{"title":"Lichtenstein, Rouen Cathedral Set V","description":"Roy Lichtenstein, Rouen Cathedral Set V, 1969, oil and magna on canvas, 3 canvases: 63-5\/8 x 141-7\/8 x 1-3\/4 inches or 161.61 x 360.36 x 4.45 cm (SFMOMA) \n\nSpeakers: Dr,. Beth Harris and Dr. Steven Zucker\n\nFor more: http:\/\/www.smarthistory.org\/lichtensteins-rouen-cathedral-set-v.html","url":"http:\/\/www.youtube.com\/watch?v=GpwAsXrBJ-Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lichtenstein--rouen-cathedral-set-v--1969","created":1332270803,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2994","children":[]},{"title":"Gerhard Richter, The Cage Paintings (1-6)","description":"Robert Storr talks about Gerhard Richter's Cage paintings.","url":"http:\/\/www.youtube.com\/watch?v=aOeKj-w-3fY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/robert-storr--gerhard-richter--the-cage-paintings","created":1332270803,"start":null,"end":null,"type":"video","provider":"Khan University","views":"56318","children":[]},{"title":"Gerhard Richter, September","description":null,"url":"http:\/\/www.youtube.com\/watch?v=_s_-J1DFXnQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/robert-storr--gerhard-richter---september--2009","created":1344631851,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1772","children":[]}]},{"title":"Minimalism & the Land","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Donald Judd, Untitled","description":"Donald Judd, Untitled, 1969, ten copper units, each 9 x 40 x 31 \ninches with 9 inch intervals (Guggenheim Museum, New York)\n\nSpeakers: Dr. Shana Gallagher-Lindsay, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=G37C5vKCwH4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/donald-judd--untitled--1969","created":1332270803,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3721","children":[]},{"title":"Dan Flavin, Untitled (To Donna) II","description":"Dan Flavin, Untitled (To Donna) II, 1971 (Portland Art Museum)\n\nSpeakers: Jillian Punska, Kate Burns","url":"http:\/\/www.youtube.com\/watch?v=jOGZKimS-b4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/dan-flavin--untitled--to-donna--ii--1971","created":1332270802,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2427","children":[]},{"title":"Smithson, Spiral Jetty","description":"Robert Smithson, Spiral Jetty, 1970 (Great Salt Lake, Utah)\n\nSpeakers: Dr. Beth Harris and Dr. Shana Gallagher-Lindsay \n\nhttp:\/\/www.smarthistory.org\/earth-artsmithsons-spiral-jetty.html","url":"http:\/\/www.youtube.com\/watch?v=NUu0_Zn55yM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/smithson--spiral-jetty--1970","created":1332270804,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6402","children":[]}]},{"title":"Process Art","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Hesse, Untitled","description":null,"url":"http:\/\/www.youtube.com\/watch?v=jO1wp-Bx-WE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hesse--untitled--1966","created":1332270804,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2603","children":[]},{"title":"Hesse, Untitled (Rope Piece), 1970","description":"Eva Hesse, Untitled (Rope Piece), 1970, rope, latex, string, wire, variable dimensions (Whitney Museum of American Art)\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker\n\nFor more: http:\/\/smarthistory.org\/untitled-rope-piece.html","url":"http:\/\/www.youtube.com\/watch?v=-nrSCokEUXg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/hesse--untitled--rope-piece---1970","created":1332270802,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2202","children":[]},{"title":"Chicago, Pasadena Lifesaver, Blue Series, No. 4 & Benglis, Omega","description":"Lynda Benglis, Omega, 1973 (Portland Art Museum)\n\nJudy Chicago, Pasadena Lifesaver, Blue Series, Number 4, 1969-70 (Portland Art Museum)\n\nSpeakers: Bruce Guenther, Dr. Beth Harris\n\nFor more: http:\/\/smarthistory.org\/judy-chicagos-pasadena-lifesaver-4-and-lynda-bengliss-omega.html","url":"http:\/\/www.youtube.com\/watch?v=_dLpDljQWis&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/lynda-benglis--omega--1973","created":1332270805,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2343","children":[]},{"title":"Winsor, #1 Rope","description":"Jackie Winsor, #1 Rope, 1976, wood and hemp, 40-1\/4 x 40 x 40 inches (SFMOMA, San Francisco)\n\nhttp:\/\/smarthistory.org\/jackie-winsors-1-rope.html","url":"http:\/\/www.youtube.com\/watch?v=Mn4D4eQxeMU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/jackie-winsor---1-rope--1976","created":1332270804,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1858","children":[]}]},{"title":"Conceptual Art","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Joseph Beuys, Table with Accumulator","description":"Joseph Beuys, Table with Accumulator (Tisch mit Aggregat), 1958-85, Tate Modern, London.\n\nSpeakers: Dr. Beth Harris and Dr. Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=4QwfrTNuwE4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/beuys--table-with-accumulator--tisch-mit-aggregat---1958-85","created":1332270802,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2487","children":[]},{"title":"Hans Haacke's Seurat's 'Les Poseuses' (small version)","description":"Beth Harris, Sal Khan and Steven Zucker discuss art and institutional critique in relation to Hans Haacke's Seurat's 'Les Poseuses' (small version), 1884-1975 from 1975.","url":"http:\/\/www.youtube.com\/watch?v=sdM6aGhKdTI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/institutional-critique--hans-haacke-s-seurat-s--les-poseuses---small-version---1884-1975--1975","created":1349114476,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1209","children":[]}]},{"title":"Postmodernism","description":null,"created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Colescott, Beauty is in the Eye of the Beholder","description":"Robert Colescott, Beauty is in the Eye of the Beholder, 1979 (Portland Art Museum)\n\nSpeakers: Dr. Beth Harris, Steven Zucker","url":"http:\/\/www.youtube.com\/watch?v=FAwTjShZZpI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/colescott--beauty-is-in-the-eye-of-the-beholder--1979","created":1332270805,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3904","children":[]},{"title":"Sherman, Untitled Film Still #21","description":"Cindy Sherman, Untitled Film Still #21, 1978, gelatin silver print, 7.5 x 9.5 inches or 19.1 x 24.1 cm (MoMA)\n\nSpeakers: Dr. Shana Gallagher-Lindsay, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=0fPwsLeH8fA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cindy-sherman--untitled-film-still--21--1978","created":1332270802,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4942","children":[]},{"title":"Sherrie Levine, Untitled (After Edward Weston, ca. 1925)","description":"Sherrie Levine, Untitled (After Edward Weston, ca. 1925), \nType C color print, 19.5 x 14.625 in. (49.2 x 36.89 cm), 1981\n\nSpeakers: Dr. Shana Gallagher-Lindsay, Dr. Beth Harris","url":"http:\/\/www.youtube.com\/watch?v=9IZhzUDSBTY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sherrie-levine--untitled--after-edward-weston","created":1353353511,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1141","children":[]}]},{"title":"Test Prep","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"SAT Math","description":"Sal works through every problem in the first edition of the College Board \"Official SAT Study Guide\" (ISBN Number: 0-87447-718-2 published in 2004). You should take the practice tests on your own, grade them and then use these videos to understand the problems you didn't get or to review. Have fun!\n\nIf you're using the second edition of the study guide with 10 practice tests, you can still use some of these videos. Practice tests 4-10 in the newer book correspond to tests 2-8 below.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"SAT prep: test 1 section3 part 1","description":"Problems 1-3 starting on page 395 of College Board Official SAT Study Guide","url":"http:\/\/www.youtube.com\/watch?v=tP9bocr_C2I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section3-part-1","created":1298220747,"start":null,"end":null,"type":"video","provider":"Khan University","views":"420620","children":[]},{"title":"SAT Prep: Test 1 Section 3 Part 2","description":"Problems 4-7 starting on page 396","url":"http:\/\/www.youtube.com\/watch?v=uFfMl-wGOqA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-3-part-2","created":1298220747,"start":null,"end":null,"type":"video","provider":"Khan University","views":"78785","children":[]},{"title":"SAT Prep: Test 1 Section 3 Part 3","description":"Problems 7-10 starting on page 397","url":"http:\/\/www.youtube.com\/watch?v=BRX5mWU0pKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-3-part-3","created":1298220748,"start":null,"end":null,"type":"video","provider":"Khan University","views":"50003","children":[]},{"title":"SAT Prep: Test 1 Section 3 Part 4","description":"Problems 11-12 starting on page 398","url":"http:\/\/www.youtube.com\/watch?v=THu1yyU350A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-3-part-4","created":1298220748,"start":null,"end":null,"type":"video","provider":"Khan University","views":"43364","children":[]},{"title":"SAT Prep: Test 1 Section 3 Part 5","description":"Problems 13-14 starting on page 398","url":"http:\/\/www.youtube.com\/watch?v=Pj-dYWwdlDA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-3-part-5","created":1298220748,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34483","children":[]},{"title":"SAT Prep: Test 1 Section 3 Part 6","description":"Problems 15-16 starting on page 399","url":"http:\/\/www.youtube.com\/watch?v=I1CPivr1Rqs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-3-part-6","created":1298220748,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29347","children":[]},{"title":"SAT Prep: Test 1 Section 3 Part 7","description":"Problems 17-18 starting on page 399","url":"http:\/\/www.youtube.com\/watch?v=r_MPl6c23cc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-3-part-7","created":1298220748,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24723","children":[]},{"title":"SAT Prep: Test 1 Section 3 Part 8","description":"Problems 19-20 starting on page 400","url":"http:\/\/www.youtube.com\/watch?v=281GDzKgNIw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-3-part-8","created":1298220748,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24209","children":[]},{"title":"SAT Prep: Test 1 Section 6 Part 1","description":"Problems 1-4 starting on page 407","url":"http:\/\/www.youtube.com\/watch?v=VUY_9-dl9Ro&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-6-part-1","created":1298220748,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19971","children":[]},{"title":"SAT Prep: Test 1 Section 6 Part 2","description":"Problems 5-6 starting on page 408","url":"http:\/\/www.youtube.com\/watch?v=EWsVUf6ZFgw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-6-part-2","created":1298220748,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17560","children":[]},{"title":"SAT Prep: Test 1 Section 6 Part 3","description":"Problems 6-10 starting on page 409","url":"http:\/\/www.youtube.com\/watch?v=qCFS9sM3U4w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-6-part-3","created":1298220748,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17878","children":[]},{"title":"SAT Prep: Test 1 Section 6 Part 4","description":"Problems 11-14 on page 411","url":"http:\/\/www.youtube.com\/watch?v=j-G31l9tETk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-6-part-4","created":1298220748,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15952","children":[]},{"title":"SAT Prep: Test 1 Section 6 Part 5","description":"Problems 15-17 on page 412","url":"http:\/\/www.youtube.com\/watch?v=zYltrrFpuRU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-6-part-5","created":1298220749,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14696","children":[]},{"title":"SAT Prep: Test 1 Section 6 Part 6","description":"A little more on problem 17 and problem 18 on page 412.","url":"http:\/\/www.youtube.com\/watch?v=-UtUjx4nj-E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-6-part-6","created":1298220749,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13655","children":[]},{"title":"SAT Prep: Test 1 Section 9 Part 1","description":"Problems 1-4 starting on page 423","url":"http:\/\/www.youtube.com\/watch?v=MFAuLptYXFE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-9-part-1","created":1298220749,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12241","children":[]},{"title":"SAT Prep: Test 1 Section 9 Part 2","description":"Problems 5-8 starting on page 424","url":"http:\/\/www.youtube.com\/watch?v=fX0ZVflYqf0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-9-part-2","created":1298220749,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10323","children":[]},{"title":"SAT Prep: Test 1 Section 9 Part 3","description":"Questions 9-11 starting on page 425","url":"http:\/\/www.youtube.com\/watch?v=D4UfrKzUVz8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-9-part-3","created":1298220749,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10305","children":[]},{"title":"SAT Prep: Test 1 Section 9 Part 4","description":"Problems 12-14 on page 426","url":"http:\/\/www.youtube.com\/watch?v=5tptL-SjfHY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-9-part-4","created":1298220749,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9818","children":[]},{"title":"SAT Prep: Test 1 Section 9 Part 5","description":"Problems 15-16 on page 427","url":"http:\/\/www.youtube.com\/watch?v=QWtZ9jpN_3k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-1-section-9--part-5","created":1298220749,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13217","children":[]},{"title":"SAT Prep: Test 2 Section 3 part 1","description":"Problems 1-4 starting on page 459","url":"http:\/\/www.youtube.com\/watch?v=0QvGgONYDeA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-3-part-1","created":1298220749,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18405","children":[]},{"title":"SAT Prep: Test 2 Section 3 Part 2","description":"Problems 5-8 starting on page 460","url":"http:\/\/www.youtube.com\/watch?v=jG_R8MyQ53U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-3-part-2","created":1298220749,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11627","children":[]},{"title":"SAT Prep: Test 2 Section 3 Part 3","description":"Questions 9-12 starting on page 461","url":"http:\/\/www.youtube.com\/watch?v=x7RYmTE3X-Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-3-part-3","created":1298220749,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11302","children":[]},{"title":"SAT Prep: Test 2 Section 3 Part 4","description":"Problems 13-16 starting on page 462","url":"http:\/\/www.youtube.com\/watch?v=t9_by0bbp48&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-3-part-4","created":1298220750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11387","children":[]},{"title":"SAT Prep: Test 2 Section 3 Part 5","description":"Problems 17-19 starting on page 463","url":"http:\/\/www.youtube.com\/watch?v=oRWMtRqR6yc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-3-part-5","created":1298220750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10198","children":[]},{"title":"SAT Prep: Test 2 Section 3 Part 6","description":"Problem 20 on page 464","url":"http:\/\/www.youtube.com\/watch?v=FEEsj1puK9k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-3-part-6","created":1298220750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8908","children":[]},{"title":"SAT Prep: Test 2 Section 6 Part 1","description":"Problems 1-6 on starting on page 471","url":"http:\/\/www.youtube.com\/watch?v=4mUAiRKIhj0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-6-part-1","created":1298220750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8877","children":[]},{"title":"SAT Prep: Test 2 Section 6 Part 2","description":"Problems 6-9 starting on page 472","url":"http:\/\/www.youtube.com\/watch?v=MuhPEK5_kog&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-6-part-2","created":1298220750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9615","children":[]},{"title":"SAT Prep: Test 2 Section 6 Part 3","description":"Problems 10-14 starting on page 474 (but I get the wrong answer for 14 because of a sal malfunction)","url":"http:\/\/www.youtube.com\/watch?v=JqzTKxFpzco&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-6-part-3","created":1298220750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8582","children":[]},{"title":"SAT Prep: Test 2 Section 6 Part 4","description":"A redo of problem 14 on page 475 because I can't do arithmetic","url":"http:\/\/www.youtube.com\/watch?v=uH5qmnegzcY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-6-part-4","created":1298220750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6867","children":[]},{"title":"SAT Prep: Test 2 Section 6 Part 5","description":"Problems 15-16 on page 475","url":"http:\/\/www.youtube.com\/watch?v=f4drCCsnOt8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-6-part-5","created":1298220750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7586","children":[]},{"title":"SAT Prep: Test 2 Section 6 Part 6","description":"Problems 17-18 on page 476","url":"http:\/\/www.youtube.com\/watch?v=EDEg7SY2-VU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-6-part-6","created":1298220750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7911","children":[]},{"title":"SAT Prep: Test 2 Section 9 Part 1","description":"Problems 1-5 starting on page 487","url":"http:\/\/www.youtube.com\/watch?v=oVkzin26KJk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-9-part-1","created":1298220750,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6731","children":[]},{"title":"SAT Prep: Test 2 Section 9 Part 2","description":"Problems 6-9 starting on page 488","url":"http:\/\/www.youtube.com\/watch?v=nognGA0mtcU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-9-part-2","created":1298220751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6301","children":[]},{"title":"SAT Prep: Test 2 Section 9 Part 3","description":"Problems 10-12 starting on page 489","url":"http:\/\/www.youtube.com\/watch?v=n30T7Uc6IOg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-9-part-3","created":1298220751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6534","children":[]},{"title":"SAT Prep: Test 2 Section 9 Part 4","description":"Problems 13-16 on page 491","url":"http:\/\/www.youtube.com\/watch?v=u1FZjRUC9MY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-2-section-9-part-4","created":1298220751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6535","children":[]},{"title":"SAT Prep: Test 3 Section 2 Part 1","description":"Problems 1-5 starting on page 518","url":"http:\/\/www.youtube.com\/watch?v=pCpLtKdMjSE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-2-part-1","created":1298220751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8756","children":[]},{"title":"SAT Prep: Test 3 Section 2 Part 2","description":"Problems 6-10 starting on page 519","url":"http:\/\/www.youtube.com\/watch?v=YsKgw5S7Plg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-2-part-2","created":1298220751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6085","children":[]},{"title":"SAT Prep: Test 3 Section 2 Part 3","description":"Problems 11-14 on page 521","url":"http:\/\/www.youtube.com\/watch?v=fRRc-3sJuwU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-2-part-3","created":1298220751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6457","children":[]},{"title":"SAT Prep: Test 3 Section 2 Part 4","description":"Problems 15-17 on page 522","url":"http:\/\/www.youtube.com\/watch?v=79ZwFMRWidQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-2-part-4","created":1298220751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7223","children":[]},{"title":"Test 3 Section 2 Part 5","description":"Problems 18-20 on starting on page 522","url":"http:\/\/www.youtube.com\/watch?v=Eh0j5nHhS6I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/test-3-section-2-part-5","created":1298220751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6219","children":[]},{"title":"SAT Prep: Test 3 Section 4 Part 1","description":"Problems 1-5 starting on page 530","url":"http:\/\/www.youtube.com\/watch?v=eS-XNHsh4TQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-4-part-1","created":1298220751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8198","children":[]},{"title":"SAT Prep: Test 3 Section 4 Part 2","description":"Problems 5-9 starting on page 531","url":"http:\/\/www.youtube.com\/watch?v=7rt8X3bIhf4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-4-part-2","created":1298220751,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5980","children":[]},{"title":"SAT Prep: Test 3 Section 4 Part 3","description":"Problems 10-13 starting on page 533","url":"http:\/\/www.youtube.com\/watch?v=eZuR5-Jng0o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-4-part-3","created":1298220752,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5762","children":[]},{"title":"SAT Prep: Test 3 Section 4 Part 4","description":"Problems 14-17 and part of 18 starting on page 534.","url":"http:\/\/www.youtube.com\/watch?v=-rH2wMlppjo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-4-part-4","created":1298220752,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6706","children":[]},{"title":"SAT Prep: Test 3 Section 4 Part 5","description":"The leftover of problem 18 on page 535","url":"http:\/\/www.youtube.com\/watch?v=z01WJ-HgoCY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-4-part-5","created":1298220752,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5025","children":[]},{"title":"SAT Prep: Test 3 Section 8 Part 1","description":"Problems 1-6 starting on page 547","url":"http:\/\/www.youtube.com\/watch?v=7FRFzf-MLnw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-8-part-1","created":1298220752,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5503","children":[]},{"title":"SAT Prep: Test 3 Section 8 Part 2","description":"Problems 7-9 page 549","url":"http:\/\/www.youtube.com\/watch?v=YFV6QFVxxPc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-8-part-2","created":1298220752,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5751","children":[]},{"title":"SAT Prep: Test 3 Section 8 Part 3","description":"Problems 10-14 starting on page 549","url":"http:\/\/www.youtube.com\/watch?v=5yysruBGqEM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-8-part-3","created":1298220752,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5428","children":[]},{"title":"SAT Prep: Test 3 Section 8 Part 4","description":"Problems 15-16 on page 551","url":"http:\/\/www.youtube.com\/watch?v=eUi6VS3qc9A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-3-section-8-part-4","created":1298220752,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6346","children":[]},{"title":"SAT Prep: Test 4 Section 2 Part 1","description":"Problems 1-6 starting on page 582","url":"http:\/\/www.youtube.com\/watch?v=yMc71el5Bic&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-2-part-1","created":1298220752,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7354","children":[]},{"title":"SAT Prep: Test 4 Section 2 Part 2","description":"Problems 7-10 starting on page 583","url":"http:\/\/www.youtube.com\/watch?v=jKg5oFQXdJU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-2-part-2","created":1298220785,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5005","children":[]},{"title":"SAT Prep: Test 4 Section 2 Part 3","description":"Problems 11-14 starting on page 584","url":"http:\/\/www.youtube.com\/watch?v=qo2Omdf4UyA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-2-part-3","created":1298220785,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5042","children":[]},{"title":"SAT Prep: Test 4 Section 2 Part 4","description":"Problems 15-16 on page 585","url":"http:\/\/www.youtube.com\/watch?v=KWBa0yxfi7U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-2-part-4","created":1298220786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4803","children":[]},{"title":"SAT Prep: Test 4 Section 2 Part 5","description":"Problems 17-18 on page 586","url":"http:\/\/www.youtube.com\/watch?v=HIzG0J7He2c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-2-part-5","created":1298220786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4969","children":[]},{"title":"SAT Prep: Test 4 Section 2 Part 6","description":"Problems 19-20 on page 587","url":"http:\/\/www.youtube.com\/watch?v=bKzw0C-Sh7A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-2-part-6","created":1298220786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6305","children":[]},{"title":"SAT Prep: Test 4 Section 4 Part 1","description":"Problems 1-6 starting on page 594","url":"http:\/\/www.youtube.com\/watch?v=xfEZKZDiXqc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-4-part-1","created":1298220786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5312","children":[]},{"title":"SAT Prep: Test 4 Section 4 Part 2","description":"Problems 7-11 starting on page 596","url":"http:\/\/www.youtube.com\/watch?v=Nr-EB7BKKJM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-4-part-2","created":1298220786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5493","children":[]},{"title":"SAT Prep: Test 4 Section 4 Part 3","description":"Problems 12-16 starting on page 598","url":"http:\/\/www.youtube.com\/watch?v=eRzobkVm1Jg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-4-part-3","created":1298220786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4910","children":[]},{"title":"SAT Prep: Test 4 Section 4 Part 4","description":"Problems 17-18 on page 599","url":"http:\/\/www.youtube.com\/watch?v=0mMr7iKWAjQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-4-part-4","created":1298220786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4868","children":[]},{"title":"SAT Prep: Test 4 Section 8 Part 1","description":"Problems 1-7 starting on page 611","url":"http:\/\/www.youtube.com\/watch?v=Zkeq0j9CKcc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-8-part-1","created":1298220786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4729","children":[]},{"title":"SAT Prep: Test 4 Section 8 Part 2","description":"Problems 8-12 starting on page 613","url":"http:\/\/www.youtube.com\/watch?v=Oyiz3Td1KEI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-8-part-2","created":1298220786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4592","children":[]},{"title":"SAT Prep: Test 4 Section 8 Part 3","description":"Problems 12-15 starting on page 614","url":"http:\/\/www.youtube.com\/watch?v=cVEXO42UKd0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-8-part-3","created":1298220786,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4732","children":[]},{"title":"SAT Prep: Test 4 Section 8 Part 4","description":"Problem 16 on page 615","url":"http:\/\/www.youtube.com\/watch?v=We1OgfMotaM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-4-section-8-part-4","created":1298220787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4336","children":[]},{"title":"SAT Prep: Test 5 Section 3 Part 1","description":"Problems 1-5 starting on page 652","url":"http:\/\/www.youtube.com\/watch?v=zKIQYn1quh8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-3-part-1","created":1298220787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6047","children":[]},{"title":"SAT Prep: Test 5 Section 3 Part 2","description":"Problems 5-8 starting on page 653","url":"http:\/\/www.youtube.com\/watch?v=s_3msatl-NU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-3-part-2","created":1298220787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5156","children":[]},{"title":"SAT Prep: Test 5 Section 3 Part 3","description":"More on problem 8 on page 654 and 9-11.","url":"http:\/\/www.youtube.com\/watch?v=bOKhHf58978&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-3-part-3","created":1298220787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4228","children":[]},{"title":"SAT Prep: Test 5 Section 3 Part 4","description":"Problems 12-14 starting on page 656","url":"http:\/\/www.youtube.com\/watch?v=8Jwy6seAdHY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-3-part-4","created":1298220787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4444","children":[]},{"title":"SAT Prep: Test 5 Section 3 Part 5","description":"Problems 15-17 on page 657","url":"http:\/\/www.youtube.com\/watch?v=-c2LcmZaT_o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-3-part-5","created":1298220787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5024","children":[]},{"title":"SAT Prep: Test 5 Section 3 Part 6","description":"Problem 18 on page 657","url":"http:\/\/www.youtube.com\/watch?v=0mH04VZ_dOM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-3-part-6","created":1298220787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4694","children":[]},{"title":"SAT Prep: Test 5 Section 7 Part 1","description":"Problems 1-5 starting on page 669","url":"http:\/\/www.youtube.com\/watch?v=1jwEEbr2fuU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5--section-7-part-1","created":1298220787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3435","children":[]},{"title":"SAT Prep: Test 5 Section 7 Part 2","description":"Problems 6-9 starting on page 670","url":"http:\/\/www.youtube.com\/watch?v=26apAl5onO4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-7-part-2","created":1298220787,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3097","children":[]},{"title":"SAT Prep: Test 5 Section 7 Part 3","description":"Problems 11-12 on page 672","url":"http:\/\/www.youtube.com\/watch?v=1zHTzT4KP80&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-7-part-3","created":1298220788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3324","children":[]},{"title":"SAT Prep: Test 5 Section 7 Part 4","description":"Problems 13-15 starting on page 672","url":"http:\/\/www.youtube.com\/watch?v=1SC8pC5FKtM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-7-part-4","created":1298220788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3591","children":[]},{"title":"SAT Prep: Test 5 Section 7 Part 5","description":"Problems 16-18 starting on page 673","url":"http:\/\/www.youtube.com\/watch?v=KEyCBPe_T5I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-7-part-5","created":1298220788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3729","children":[]},{"title":"SAT Prep: Test 5 Section 7 Part 6","description":"Problems 19-20 on page 674","url":"http:\/\/www.youtube.com\/watch?v=XizVnQI2d9Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-7-part-6","created":1298220788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4199","children":[]},{"title":"SAT Prep: Test 5 Section 9 Part 1","description":"Problems 1-6 starting on page 679","url":"http:\/\/www.youtube.com\/watch?v=NLBp-Tq3TS4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-9-part-1","created":1298220788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2967","children":[]},{"title":"SAT Prep: Test 5 Section 9 Part 2","description":"Problems 7-9 starting on page 681","url":"http:\/\/www.youtube.com\/watch?v=VUg5v5PzGKo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-9-part-2","created":1298220788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2869","children":[]},{"title":"SAT Prep: Test 5 Section 9 Part 3","description":"Problems 10-13 starting on page 681","url":"http:\/\/www.youtube.com\/watch?v=7D3ErvtvOaU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-9-part-3","created":1298220788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3288","children":[]},{"title":"SAT Prep: Test 5 Section 9 Part 4","description":"Problems 14-16 starting on page 683","url":"http:\/\/www.youtube.com\/watch?v=WV6gftyM3SU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-5-section-9-part-4","created":1298220788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4152","children":[]},{"title":"SAT Prep: Test 6 Section 3 Part 1","description":"Problems 1-4 starting on page 716","url":"http:\/\/www.youtube.com\/watch?v=Zee_TGgEBsg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-3-part-1","created":1298220788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5191","children":[]},{"title":"SAT Prep: Test 6 Section 3 Part 2","description":"Problems 5- part of 7 starting on page 717","url":"http:\/\/www.youtube.com\/watch?v=gWq0WpgBthI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-3-part-2","created":1298220788,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3620","children":[]},{"title":"SAT Prep: Test 6 Section 3 Part 3","description":"Problems 7-11 starting on page 718","url":"http:\/\/www.youtube.com\/watch?v=QPKMZHYBcTc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-3-part-3","created":1298220789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3791","children":[]},{"title":"SAT Prep: Test 6 Section 3 Part 4","description":"Problems 12-15 starting on page 720","url":"http:\/\/www.youtube.com\/watch?v=i1aNc26PsOI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-3-part-4","created":1298220789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3298","children":[]},{"title":"SAT Prep: Test 6 Section 3 Part 5","description":"Problems 16-18 on page 721","url":"http:\/\/www.youtube.com\/watch?v=PH92iJRiUgg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-3-part-5","created":1298220789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4239","children":[]},{"title":"SAT Prep: Test 6 Section 7 Part 1","description":"Problems 1-5 starting on page 733","url":"http:\/\/www.youtube.com\/watch?v=dkN6eSd2AIA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-7-part-1","created":1298220789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2600","children":[]},{"title":"SAT Prep: Test 6 Section 7 Part 2","description":"Problems 6-9 starting on page 734","url":"http:\/\/www.youtube.com\/watch?v=j9iKQnnAsgI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-7-part-2","created":1298220789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3017","children":[]},{"title":"SAT Prep: Test 6 Section 7 Part 3","description":"Problems 10-13 starting on page 735","url":"http:\/\/www.youtube.com\/watch?v=wXQrhgpMI0o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-7-part-3","created":1298220789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2993","children":[]},{"title":"SAT Prep: Test 6 Section 7 Part 4","description":"Problems 14-17 starting on page 736","url":"http:\/\/www.youtube.com\/watch?v=kmP97_diMVM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-7-part-4","created":1298220789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3116","children":[]},{"title":"SAT Prep: Test 6 Section 7 Part 5","description":"Problems 18-19 on page 738","url":"http:\/\/www.youtube.com\/watch?v=0CIn1_M-BoY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-7-part-5","created":1298220789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3174","children":[]},{"title":"SAT Prep: Test 6 Section 7 Part 6","description":"Problem 20 on page 738","url":"http:\/\/www.youtube.com\/watch?v=aEvm-V7A5s8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-7-part-6","created":1298220789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3500","children":[]},{"title":"SAT Prep: Test 6 Section 9 Part 1","description":"Problems 1-6 starting on page 743","url":"http:\/\/www.youtube.com\/watch?v=pplnmRsNDuY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-9-part-1","created":1298220789,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2536","children":[]},{"title":"SAT Prep: Test 6 Section 9 Part 2","description":"Problems 7-9 starting on page 745","url":"http:\/\/www.youtube.com\/watch?v=ewzoWPBLG3g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-9-part-2","created":1298220790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2626","children":[]},{"title":"SAT Prep: Test 6 Section 9 Part 3","description":"Problems 11-14 on starting on page 746","url":"http:\/\/www.youtube.com\/watch?v=PMFJCEOWVmc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-9-part-3","created":1298220790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3120","children":[]},{"title":"SAT Prep: Test 6 Section 9 Part 4","description":"Problems 15-16 on page 747","url":"http:\/\/www.youtube.com\/watch?v=LeNa9s0rdj8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-6-section-9-part-4","created":1298220790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3338","children":[]},{"title":"SAT Prep: Test 7 Section 2 Part 1","description":"Problems 1-7 starting on page 774","url":"http:\/\/www.youtube.com\/watch?v=k3Wd-9bZCgw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-2-part-1","created":1298220790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4524","children":[]},{"title":"SAT Prep: Test 7 Section 2 Part 2","description":"Problems 7-12 starting on page 776","url":"http:\/\/www.youtube.com\/watch?v=FhUj7sF00VM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-2-part-2","created":1298220790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3701","children":[]},{"title":"SAT Prep: Test 7 Section 2 Part 3","description":"Problems 13-16 on starting on page 778","url":"http:\/\/www.youtube.com\/watch?v=lb3TmicdsCU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-2-part-3","created":1298220790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3577","children":[]},{"title":"SAT Prep: Test 7 Section 2 Part 4","description":"Problems 17-18 on page 779","url":"http:\/\/www.youtube.com\/watch?v=UDyFevRLKb8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-2-part-4","created":1298220790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3135","children":[]},{"title":"SAT Prep: Test 7 Section 5 Part 1","description":"Problems 1-6 starting on page 791","url":"http:\/\/www.youtube.com\/watch?v=R6byhBey7eY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-5-part-1","created":1298220790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2847","children":[]},{"title":"SAT Prep: Test 7 Section 5 Part 2","description":"Problems 7-12 starting on page 793","url":"http:\/\/www.youtube.com\/watch?v=va9qsz7Q6b0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-5-part-2","created":1298220790,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3147","children":[]},{"title":"SAT Prep: Test 7 Section 5 Part 3","description":"Problems 13-16 starting on page 794","url":"http:\/\/www.youtube.com\/watch?v=RpCkWhPqTQM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-5-part-3","created":1298220823,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3253","children":[]},{"title":"SAT Prep: Test 7 Section 5 Part 4","description":"Problems 17-20 starting on page 795","url":"http:\/\/www.youtube.com\/watch?v=U2FLQYvioeY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-5-part-4","created":1298220823,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3620","children":[]},{"title":"SAT Prep: Test 7 Section 5 Part 5","description":"The rest of problem 20 on page 796","url":"http:\/\/www.youtube.com\/watch?v=A-qer1ChzXk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-5-part-5","created":1298220823,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3094","children":[]},{"title":"SAT Prep: Test 7 Section 8 Part 1","description":"Problems 1-6 starting on page 803","url":"http:\/\/www.youtube.com\/watch?v=GZOp27tWARg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-8-part-1","created":1298220823,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2631","children":[]},{"title":"SAT Prep: Test 7 Section 8 Part 2","description":"Problems 7-9 on page 805","url":"http:\/\/www.youtube.com\/watch?v=Z7fM5fu7LAs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-8-part-2","created":1298220823,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2592","children":[]},{"title":"SAT Prep: Test 7 Section 8 Part 3","description":"Problems 10-13 on page 806","url":"http:\/\/www.youtube.com\/watch?v=Fq1BirUwrLQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-8-part-3","created":1298220823,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2718","children":[]},{"title":"SAT Prep: Test 7 Section 8 Part 4","description":"Problems 14-16 on page 807","url":"http:\/\/www.youtube.com\/watch?v=RHfnCQCqohk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-7-section-8-part-4","created":1298220823,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4489","children":[]},{"title":"SAT Prep: Test 8 Section 2 Part 1","description":"Problems 1-4 starting on page 1","url":"http:\/\/www.youtube.com\/watch?v=FyoZaqF2dsY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-2-part-1","created":1298220824,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7417","children":[]},{"title":"SAT Prep: Test 8 Section 2 Part 2","description":"Problems 5-8 starting on page 839","url":"http:\/\/www.youtube.com\/watch?v=lumGHA9JGNY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-2-part-2","created":1298220824,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3928","children":[]},{"title":"SAT Prep: Test 8 Section 2 Part 3","description":"Problems 9-14 starting on page 841","url":"http:\/\/www.youtube.com\/watch?v=hbsWxarO5d4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-2-part-3","created":1298220824,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3094","children":[]},{"title":"SAT Prep: Test 8 Section 2 Part 4","description":"Problems 15-18 on page 843","url":"http:\/\/www.youtube.com\/watch?v=423zK3ev1vM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-2-part-4","created":1298220824,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3567","children":[]},{"title":"SAT Prep: Test 8 Section 5 Part 1","description":"Problems 1-6 starting on page 855","url":"http:\/\/www.youtube.com\/watch?v=yKiU7kzjTQw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-5-part-1","created":1298220824,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3267","children":[]},{"title":"SAT Prep: Test 8 Section 5 Part 2","description":"Problems 7-11 starting on page 857","url":"http:\/\/www.youtube.com\/watch?v=4-JYxNfqp8g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-5-part-2","created":1298220824,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2997","children":[]},{"title":"SAT Prep: Test 8 Section 5 Part 3","description":"Problems 12-15 starting on page 858","url":"http:\/\/www.youtube.com\/watch?v=lPLm4pM4KXU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-5-part-3","created":1298220824,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3480","children":[]},{"title":"SAT Prep: Test 8 Section 5 Part 4","description":"Problems 16-20 starting on page 859","url":"http:\/\/www.youtube.com\/watch?v=Q5z0MSvTtRg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-5-part-4","created":1298220824,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4060","children":[]},{"title":"SAT Prep: Test 8 Section 8 Part 1","description":"Problems 1-7 starting on page 867","url":"http:\/\/www.youtube.com\/watch?v=q2TqEsD1t4U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-8-part-1","created":1298220824,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4099","children":[]},{"title":"SAT Prep: Test 8 Section 8 Part 2","description":"Problems 8-13 starting on page 869","url":"http:\/\/www.youtube.com\/watch?v=nwW5IMuRCaM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-8-part-2","created":1298220825,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3994","children":[]},{"title":"SAT Prep: Test 8 Section 8 Part 3","description":"Problems 14-16 starting on page 870","url":"http:\/\/www.youtube.com\/watch?v=Ghy5jasP6Ek&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sat-prep--test-8-section-8-part-3","created":1298220825,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12806","children":[]}]},{"title":"GMAT","description":"Sal works through problems in the 11th edition of the official GMAC GMAT Review (ISBN Number: 0-9765709-0-4 published in 2005). You should take the practice tests on your own, grade them and then use these videos to understand the problems you didn't get or to review. Have fun!","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Problem Solving","description":"Sal works through the 249 problem solving questions in chapter 5 of the the 11th edition of the official GMAC GMAT Review (ISBN Number: 0-9765709-0-4 published in 2005)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"GMAT Math: 1","description":"1-6, pg. 152","url":"http:\/\/www.youtube.com\/watch?v=jciijU8Mj_Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math--1","created":1298220264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"218782","children":[]},{"title":"GMAT Math: 2","description":"7-11, pg. 153","url":"http:\/\/www.youtube.com\/watch?v=UlHo2cxKA84&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math--2","created":1298220264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37870","children":[]},{"title":"GMAT Math: 3","description":"12-19, pgs. 153-154","url":"http:\/\/www.youtube.com\/watch?v=G8s3SkAm-gM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math--3","created":1298220264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24950","children":[]},{"title":"GMAT Math: 4","description":"20-23, pgs. 154-155","url":"http:\/\/www.youtube.com\/watch?v=X58FV7MwdbY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math--4","created":1298220264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18419","children":[]},{"title":"GMAT Math: 5","description":"24-29, pgs. 155-156","url":"http:\/\/www.youtube.com\/watch?v=fRTx45FJWto&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math--5","created":1298220264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18167","children":[]},{"title":"GMAT: Math 6","description":"30-35, pg. 156","url":"http:\/\/www.youtube.com\/watch?v=Q59w-ACX30M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--math-6","created":1298220264,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15187","children":[]},{"title":"GMAT: Math 7","description":"36-41, pgs. 156-157","url":"http:\/\/www.youtube.com\/watch?v=HqiBo62O8bk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--math-7","created":1298220265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13816","children":[]},{"title":"GMAT: Math 8","description":"42-48, pgs. 157-158","url":"http:\/\/www.youtube.com\/watch?v=yZtpr_curdc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--math-8","created":1298220265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12839","children":[]},{"title":"GMAT: Math 9","description":"49-54, pgs. 158-159","url":"http:\/\/www.youtube.com\/watch?v=HkBFunEh8iY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat---math-9","created":1298220265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10721","children":[]},{"title":"GMAT: Math 10","description":"55-60, pg. 159","url":"http:\/\/www.youtube.com\/watch?v=E8HagppxzxY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat---math-10","created":1298220265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12181","children":[]},{"title":"GMAT: Math 11","description":"61-64, pg. 160","url":"http:\/\/www.youtube.com\/watch?v=YOlP6xmw7zU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat---math-11","created":1298220265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10196","children":[]},{"title":"GMAT: Math 12","description":"65-69, pgs. 160-161","url":"http:\/\/www.youtube.com\/watch?v=VdBZSEF_FhU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat---math-12","created":1298220265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9513","children":[]},{"title":"GMAT: Math 13","description":"70-75, pg. 161","url":"http:\/\/www.youtube.com\/watch?v=9r8Wb7prWZA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat---math-13","created":1298220265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8700","children":[]},{"title":"GMAT: Math 14","description":"76-80, pg. 162","url":"http:\/\/www.youtube.com\/watch?v=M8TOJrI6cJc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--math-14","created":1298220265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8224","children":[]},{"title":"GMAT: Math 15","description":"81-86, pgs. 162-163","url":"http:\/\/www.youtube.com\/watch?v=BdSNiuJnZa8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--math-15","created":1298220265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8194","children":[]},{"title":"GMAT: Math 16","description":"87-91, pg. 163","url":"http:\/\/www.youtube.com\/watch?v=dA1u8RD49dU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--math-16","created":1298220265,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10996","children":[]},{"title":"GMAT: Math 17","description":"92-95, pg. 164","url":"http:\/\/www.youtube.com\/watch?v=f3TQEpL7dk4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--math-17","created":1298220266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7646","children":[]},{"title":"GMAT: Math 18","description":"96-99, pgs. 164-165","url":"http:\/\/www.youtube.com\/watch?v=ITc5DeU1zaw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--math-18","created":1298220266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7430","children":[]},{"title":"GMAT: Math 19","description":"100-104, pg. 165","url":"http:\/\/www.youtube.com\/watch?v=m44llkkWI0g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--math-19","created":1298220266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8970","children":[]},{"title":"GMAT Math 20","description":"106-109, pg. 166","url":"http:\/\/www.youtube.com\/watch?v=-Jx6vyc_830&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-20","created":1298220266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8646","children":[]},{"title":"GMAT Math 21","description":"110-114, pgs. 166-167","url":"http:\/\/www.youtube.com\/watch?v=tcm-v12m7hU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-21","created":1298220266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7349","children":[]},{"title":"GMAT Math 22","description":"115-119, pgs. 168-169","url":"http:\/\/www.youtube.com\/watch?v=Zplk5NcBt3c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-22","created":1298220266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6925","children":[]},{"title":"GMAT Math 23","description":"120-123, pg. 168","url":"http:\/\/www.youtube.com\/watch?v=Qod67l16LfQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-23","created":1298220266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6844","children":[]},{"title":"GMAT Math 24","description":"124-128, pgs. 168-169","url":"http:\/\/www.youtube.com\/watch?v=QR9K8M4u8rk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-24","created":1298220266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7460","children":[]},{"title":"GMAT Math 25","description":"129-132, pgs. 169-170","url":"http:\/\/www.youtube.com\/watch?v=A6FP-2d3GnQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-25","created":1298220266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7047","children":[]},{"title":"GMAT Math 26","description":"133-137, pg. 170","url":"http:\/\/www.youtube.com\/watch?v=ucqaqTR6EK8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-26","created":1298220266,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6321","children":[]},{"title":"GMAT Math 27","description":"138-142, pg. 171","url":"http:\/\/www.youtube.com\/watch?v=SEtkn9S-WHY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-27","created":1298220267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6398","children":[]},{"title":"GMAT Math 28","description":"143-147, pgs. 171-172","url":"http:\/\/www.youtube.com\/watch?v=4r6QHJzu8YQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-28","created":1298220267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5951","children":[]},{"title":"GMAT Math 29","description":"148-153, pgs. 172-173","url":"http:\/\/www.youtube.com\/watch?v=WBWV_uvgC6w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-29","created":1298220267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5999","children":[]},{"title":"GMAT Math 30","description":"154-160, pg. 173","url":"http:\/\/www.youtube.com\/watch?v=zpnjkbJNp90&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-30","created":1298220267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6781","children":[]},{"title":"GMAT Math 31","description":"161-162, pg. 174","url":"http:\/\/www.youtube.com\/watch?v=wYGKRP0gD3I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-31","created":1298220267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5190","children":[]},{"title":"GMAT Math 32","description":"163-166, pg. 174","url":"http:\/\/www.youtube.com\/watch?v=uG2VpBYd-Hk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-32","created":1298220267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5354","children":[]},{"title":"GMAT Math 33","description":"167-172, pgs. 174-175","url":"http:\/\/www.youtube.com\/watch?v=wdINk29ZSMA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-33","created":1298220267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5286","children":[]},{"title":"GMAT Math 34","description":"173-176, pgs. 175-176","url":"http:\/\/www.youtube.com\/watch?v=OgxsswJEZ7k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-34","created":1298220267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6411","children":[]},{"title":"GMAT Math 35","description":"177-180, pg. 176","url":"http:\/\/www.youtube.com\/watch?v=FEYN0jK1-pI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-35","created":1298220267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5345","children":[]},{"title":"GMAT Math 36","description":"180(simpler)-184, pgs. 176-177","url":"http:\/\/www.youtube.com\/watch?v=x8pEjhCc5ug&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-36","created":1298220267,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5623","children":[]},{"title":"GMAT Math 37","description":"185-189, pgs. 177-178","url":"http:\/\/www.youtube.com\/watch?v=QcAr1552o84&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-37","created":1298220268,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5078","children":[]},{"title":"GMAT Math 38","description":"190-194, pg. 178","url":"http:\/\/www.youtube.com\/watch?v=-y9SELk3UNU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-38","created":1298220268,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5173","children":[]},{"title":"GMAT Math 39","description":"195-197, pgs. 178-179","url":"http:\/\/www.youtube.com\/watch?v=1bj7FPzUiWc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-39","created":1298220268,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5192","children":[]},{"title":"GMAT Math 40","description":"198-200, pg. 179","url":"http:\/\/www.youtube.com\/watch?v=oug9h9-komI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-40","created":1298220268,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5592","children":[]},{"title":"GMAT Math 41","description":"201-204, pgs. 179-180","url":"http:\/\/www.youtube.com\/watch?v=4WOjZ9lQdHE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-41","created":1298220268,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5038","children":[]},{"title":"GMAT Math 42","description":"205-206, pg. 180","url":"http:\/\/www.youtube.com\/watch?v=q0AkvTchhPI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-42","created":1298220268,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5165","children":[]},{"title":"GMAT Math 43","description":"207-209, pgs. 180-181","url":"http:\/\/www.youtube.com\/watch?v=xvyQP-oezXc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-43","created":1298220268,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5012","children":[]},{"title":"GMAT Math 44","description":"210-213, pg. 181","url":"http:\/\/www.youtube.com\/watch?v=IDkhHTjlg0M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-44","created":1298220268,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4563","children":[]},{"title":"GMAT Math 45","description":"214-216, pg. 181","url":"http:\/\/www.youtube.com\/watch?v=o0azgDKAFNI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-45","created":1298220268,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4982","children":[]},{"title":"GMAT Math 46","description":"217-220, pg. 182","url":"http:\/\/www.youtube.com\/watch?v=rLI88bU7Fuo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-46","created":1298220268,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5094","children":[]},{"title":"GMAT Math 47","description":"221-225, pgs. 182-183","url":"http:\/\/www.youtube.com\/watch?v=iwamZ7r2tTE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-47","created":1298220269,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5114","children":[]},{"title":"GMAT Math 48","description":"226, pg. 183","url":"http:\/\/www.youtube.com\/watch?v=nZ90fsoVvmc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-48","created":1298220269,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4409","children":[]},{"title":"GMAT Math 49","description":"227-231, pgs. 183-184","url":"http:\/\/www.youtube.com\/watch?v=1-9n4Upditg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-49","created":1298220270,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5422","children":[]},{"title":"GMAT Math 50","description":"232-236, pgs. 184-185","url":"http:\/\/www.youtube.com\/watch?v=OvRAIlok3fA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-50","created":1298220270,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6802","children":[]},{"title":"GMAT Math 51","description":"237-239, pg. 185","url":"http:\/\/www.youtube.com\/watch?v=AwKTZK8gqZI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-51","created":1298220301,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7287","children":[]},{"title":"GMAT Math 52","description":"240-244, pgs. 185-186","url":"http:\/\/www.youtube.com\/watch?v=tixLZtDnbTg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-52","created":1298220301,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5581","children":[]},{"title":"GMAT Math 53","description":"245-247, pg. 186","url":"http:\/\/www.youtube.com\/watch?v=cY-iPEtvJAE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-53","created":1298220301,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4836","children":[]},{"title":"GMAT Math 54","description":"248-249, pg. 186","url":"http:\/\/www.youtube.com\/watch?v=EiZJzWPTm0I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-math-54","created":1298220301,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11213","children":[]}]},{"title":"Data Sufficiency","description":"Sal works through the 155 data sufficiency questions in chapter 6 of the the 11th edition of the official GMAC GMAT Review (ISBN Number: 0-9765709-0-4 published in 2005)","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"GMAT: Data Sufficiency 1","description":"1-5, pg. 278","url":"http:\/\/www.youtube.com\/watch?v=GZInN7p1D0M&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-1","created":1298220230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"122085","children":[]},{"title":"GMAT: Data Sufficiency 2","description":"6-9, pg. 278","url":"http:\/\/www.youtube.com\/watch?v=8nod8JWaO1o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency--2","created":1298220230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"23070","children":[]},{"title":"GMAT: Data Sufficiency 3","description":"10-15, pgs. 278-279","url":"http:\/\/www.youtube.com\/watch?v=eg4r1ev0xYs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-3","created":1298220230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16592","children":[]},{"title":"GMAT: Data Sufficiency 4","description":"16-21, pg. 279","url":"http:\/\/www.youtube.com\/watch?v=fMTLSOTAzWs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-4","created":1298220230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12906","children":[]},{"title":"GMAT: Data Sufficiency 5","description":"22-27, pg. 279","url":"http:\/\/www.youtube.com\/watch?v=wIPriEEti6o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-5","created":1298220230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11687","children":[]},{"title":"GMAT: Data Sufficiency 6","description":"28-32, pg. 280","url":"http:\/\/www.youtube.com\/watch?v=qHO1xH4ilZs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-6","created":1298220230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10440","children":[]},{"title":"GMAT: Data Sufficiency 7","description":"33-36, pg. 280","url":"http:\/\/www.youtube.com\/watch?v=21680hPTfUc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-7","created":1298220230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8796","children":[]},{"title":"GMAT: Data Sufficiency 8","description":"37-41, pgs. 280-281","url":"http:\/\/www.youtube.com\/watch?v=nL-NSia0HiA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-8","created":1298220230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8287","children":[]},{"title":"GMAT: Data Sufficiency 9","description":"42-46, pg. 281","url":"http:\/\/www.youtube.com\/watch?v=GviCdNfeXw8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-9","created":1298220230,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7084","children":[]},{"title":"GMAT: Data Sufficiency 10","description":"47-50, pg. 281","url":"http:\/\/www.youtube.com\/watch?v=Sx_KqnkcJVA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-10","created":1298220231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7436","children":[]},{"title":"GMAT: Data Sufficiency 11","description":"51-54, pgs. 281-282","url":"http:\/\/www.youtube.com\/watch?v=gpIJcqY0weE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-11","created":1298220231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6418","children":[]},{"title":"GMAT: Data Sufficiency 12","description":"55-58, pg. 282","url":"http:\/\/www.youtube.com\/watch?v=dgZy7Uj8cAI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-12","created":1298220231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6235","children":[]},{"title":"GMAT: Data Sufficiency 13","description":"59-62, pg. 282","url":"http:\/\/www.youtube.com\/watch?v=qDsLxwmW_Ms&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-13","created":1298220231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5926","children":[]},{"title":"GMAT: Data Sufficiency 14","description":"63-68, pgs. 282-283","url":"http:\/\/www.youtube.com\/watch?v=iW3EP2FE5zc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-14","created":1298220231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5774","children":[]},{"title":"GMAT: Data Sufficiency 15","description":"68-72, pg. 283","url":"http:\/\/www.youtube.com\/watch?v=ejIjaaocVvE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency--15","created":1298220231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5913","children":[]},{"title":"GMAT: Data Sufficiency 16","description":"73-76, pg. 284","url":"http:\/\/www.youtube.com\/watch?v=3ia-sGkAVf8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-16","created":1298220231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5199","children":[]},{"title":"GMAT: Data Sufficiency 17","description":"77-79, pg. 284","url":"http:\/\/www.youtube.com\/watch?v=bcADF8WgLz4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-17","created":1298220231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5493","children":[]},{"title":"GMAT: Data Sufficiency 18","description":"80-83, pg. 284","url":"http:\/\/www.youtube.com\/watch?v=UR4Zr0hE-As&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-18","created":1298220231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5258","children":[]},{"title":"GMAT: Data Sufficiency 19","description":"84-86, pg. 285","url":"http:\/\/www.youtube.com\/watch?v=C-qg2Lcy6Ts&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-19","created":1298220231,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4987","children":[]},{"title":"GMAT: Data Sufficiency 20","description":"87-90, pg. 285","url":"http:\/\/www.youtube.com\/watch?v=XFuFxgbnkaM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-20","created":1298220232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5707","children":[]},{"title":"GMAT: Data Sufficiency 21","description":"91-94, pgs. 285-286","url":"http:\/\/www.youtube.com\/watch?v=V7vCaxe3Rys&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-21","created":1298220232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4928","children":[]},{"title":"GMAT Data Sufficiency 21 (correction)","description":"94, pg. 286","url":"http:\/\/www.youtube.com\/watch?v=Lq-zp5_OgSY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-data-sufficiency-21--correction","created":1298220232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4744","children":[]},{"title":"GMAT: Data Sufficiency 22","description":"95-98, pg. 286","url":"http:\/\/www.youtube.com\/watch?v=CdF-6PJ2jTM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-22","created":1298220232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5217","children":[]},{"title":"GMAT: Data Sufficiency 23","description":"99-102, pg. 286","url":"http:\/\/www.youtube.com\/watch?v=QOtyTZGWOmg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-23","created":1298220232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4944","children":[]},{"title":"GMAT: Data Sufficiency 24","description":"103-106, pg. 287","url":"http:\/\/www.youtube.com\/watch?v=NrIf451oN30&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-24","created":1298220232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4778","children":[]},{"title":"GMAT: Data Sufficiency 25","description":"107-109, pg. 287","url":"http:\/\/www.youtube.com\/watch?v=kYWBbu-FXV0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-25","created":1298220232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4352","children":[]},{"title":"GMAT: Data Sufficiency 26","description":"110-111, pg. 287","url":"http:\/\/www.youtube.com\/watch?v=Lhop0mfeJMQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-26","created":1298220232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5196","children":[]},{"title":"GMAT: Data Sufficiency 27","description":"112-115, pg. 287","url":"http:\/\/www.youtube.com\/watch?v=OzTqWpAPnrw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-27","created":1298220232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5171","children":[]},{"title":"GMAT: Data Sufficiency 28","description":"116-118, pg. 288","url":"http:\/\/www.youtube.com\/watch?v=vD1OROM3Lfo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-28","created":1298220232,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4550","children":[]},{"title":"GMAT: Data Sufficiency 29","description":"119-120, pg. 288","url":"http:\/\/www.youtube.com\/watch?v=BCEyKQQOl8E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-29","created":1298220233,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4297","children":[]},{"title":"GMAT: Data Sufficiency 30","description":"121-124, pg. 288","url":"http:\/\/www.youtube.com\/watch?v=o_eNoF1DnZs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-30","created":1298220233,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4145","children":[]},{"title":"GMAT: Data Sufficiency 31","description":"125-128, pg. 288","url":"http:\/\/www.youtube.com\/watch?v=5BEaqN92vDk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-31","created":1298220233,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3900","children":[]},{"title":"GMAT: Data Sufficiency 32","description":"129-131, pg. 289","url":"http:\/\/www.youtube.com\/watch?v=qVPtT8CX1eM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-32","created":1298220233,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3861","children":[]},{"title":"GMAT: Data Sufficiency 33","description":"132-134, pg. 289","url":"http:\/\/www.youtube.com\/watch?v=-uZt8MLeDrg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-33","created":1298220233,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3800","children":[]},{"title":"GMAT: Data Sufficiency 34","description":"135-137, pg. 289","url":"http:\/\/www.youtube.com\/watch?v=K_uaUQY6MVQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-34","created":1298220233,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4205","children":[]},{"title":"GMAT: Data Sufficiency 35","description":"138-140, pg. 289","url":"http:\/\/www.youtube.com\/watch?v=XuDGJ-LUnAU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-35","created":1298220233,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4924","children":[]},{"title":"GMAT: Data Sufficiency 36","description":"141-142, pg. 289-290","url":"http:\/\/www.youtube.com\/watch?v=LDyMYyiAsQs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-36","created":1298220233,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4699","children":[]},{"title":"GMAT: Data Sufficiency 37","description":"142-144, pg. 290","url":"http:\/\/www.youtube.com\/watch?v=wPA2FrET_Ac&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-37","created":1298220233,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4274","children":[]},{"title":"GMAT: Data Sufficiency 38","description":"145-147, pg. 290","url":"http:\/\/www.youtube.com\/watch?v=n1MbK-Qb7Mk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-38","created":1298220233,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4057","children":[]},{"title":"GMAT: Data Sufficiency 39","description":"148-150, pg. 290","url":"http:\/\/www.youtube.com\/watch?v=lqv9dXXjfWE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat--data-sufficiency-39","created":1298220234,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3825","children":[]},{"title":"GMAT Data Sufficiency 40","description":"151-153, pg. 290","url":"http:\/\/www.youtube.com\/watch?v=dmN_s286dHc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-data-sufficiency-40","created":1298220234,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5112","children":[]},{"title":"GMAT Data Sufficiency 41","description":"154-155, pg.290","url":"http:\/\/www.youtube.com\/watch?v=cMjJSUsaWvc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/gmat-data-sufficiency-41","created":1298220234,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7420","children":[]}]},{"title":"CAHSEE","description":"Sal working through the 53 problems from the practice test available at http:\/\/www.cde.ca.gov\/ta\/tg\/hs\/documents\/mathpractest.pdf for the CAHSEE (California High School Exit Examination). Clearly useful if you're looking to take that exam. Probably still useful if you want to make sure you have a solid understanding of basic high school math.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"CAHSEE Practice: Problems 1-3","description":"CAHSEE Practice: Problems 1-3","url":"http:\/\/www.youtube.com\/watch?v=_yv3BrPt-cs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-1-3","created":1298219525,"start":null,"end":null,"type":"video","provider":"Khan University","views":"83110","children":[]},{"title":"CAHSEE Practice: Problems 4-9","description":"CAHSEE Practice: Problems 4-9","url":"http:\/\/www.youtube.com\/watch?v=i1CSuZdIu98&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-4-9","created":1298219525,"start":null,"end":null,"type":"video","provider":"Khan University","views":"35232","children":[]},{"title":"CAHSEE Practice: Problems 10-12","description":"CAHSEE Practice: Problems 10-12","url":"http:\/\/www.youtube.com\/watch?v=4PIn_9cxefI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-10-12","created":1298219525,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21482","children":[]},{"title":"CAHSEE Practice: Problems 13-14","description":"CAHSEE Practice: Problems 13-14","url":"http:\/\/www.youtube.com\/watch?v=9xwAPXM0Flg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-13-14","created":1298219525,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18115","children":[]},{"title":"CAHSEE Practice: Problems 15-16","description":"CAHSEE Practice: Problems 15-16","url":"http:\/\/www.youtube.com\/watch?v=MwdwuDy0rRs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-15-16","created":1298219525,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15169","children":[]},{"title":"CAHSEE Practice: Problems 17-19","description":"CAHSEE Practice: Problems 17-19","url":"http:\/\/www.youtube.com\/watch?v=ah39bUxYDEg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-17-19","created":1298219525,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15940","children":[]},{"title":"CAHSEE Practice: Problems 20-22","description":"CAHSEE Practice: Problems 20-22","url":"http:\/\/www.youtube.com\/watch?v=ceM2u6IABWU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-20-22","created":1298219526,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14088","children":[]},{"title":"CAHSEE Practice: Problems 23-27","description":"CAHSEE Practice: Problems 23-27","url":"http:\/\/www.youtube.com\/watch?v=glumochcaw0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-23-27","created":1298219526,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15239","children":[]},{"title":"CAHSEE Practice: Problems 28-31","description":"CAHSEE Practice: Problems 28-31","url":"http:\/\/www.youtube.com\/watch?v=6Sy4E_8Psos&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-28-31","created":1298219526,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12686","children":[]},{"title":"CAHSEE Practice: Problems 32-34","description":"CAHSEE Practice: Problems 32-34","url":"http:\/\/www.youtube.com\/watch?v=1k-jqxMuUaM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-32-34","created":1298219526,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10931","children":[]},{"title":"CAHSEE Practice: Problems 35-37","description":"CAHSEE Practice: Problems 35-37","url":"http:\/\/www.youtube.com\/watch?v=3A305Mhtkug&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-35-37","created":1298219526,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10937","children":[]},{"title":"CAHSEE Practice: Problems 38-42","description":"CAHSEE Practice: Problems 38-42","url":"http:\/\/www.youtube.com\/watch?v=_qB9JCpr8Co&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-38-42","created":1298219526,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10284","children":[]},{"title":"CAHSEE Practice: Problems 43-46","description":"CAHSEE Practice: Problems 43-46","url":"http:\/\/www.youtube.com\/watch?v=_rof2ExUzOU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-43-46","created":1298219526,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9288","children":[]},{"title":"CAHSEE Practice: Problems 47-51","description":"CAHSEE Practice: Problems 47-51","url":"http:\/\/www.youtube.com\/watch?v=ENg2ajvKYss&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-47-51","created":1298219526,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10415","children":[]},{"title":"CAHSEE Practice: Problems 52-53","description":"CAHSEE Practice: Problems 52-53","url":"http:\/\/www.youtube.com\/watch?v=FdD0Wu032R4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cahsee-practice--problems-52-53","created":1298219526,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11667","children":[]}]},{"title":"California Standards Test","description":"Sal works through California Standards Test problems. Whether you are in California and studying for that test or just want additional practice, this is a good place to review the major math concepts.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Algebra I","description":"Sal works through the problems from the CA Standards released questions<\/a>. It is best first to go through the algebra<\/a> topic first as it is more comprehensive.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"CA Algebra I: Simplifying Expressions","description":"8-13, simplifying expressions and word problems","url":"http:\/\/www.youtube.com\/watch?v=Hfihqi82M4A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--simplifying-expressions","created":1298219647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"62670","children":[]},{"title":"CA Algebra I: Simple Logical Arguments","description":"14-20, simple logical reasoning","url":"http:\/\/www.youtube.com\/watch?v=yIzF_XGX4qk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--simple-logical-arguments","created":1298219647,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26887","children":[]},{"title":"CA Algebra I: Simplifying Expressions","description":"38-43, systems, binomial simplification","url":"http:\/\/www.youtube.com\/watch?v=ri-0v6vqcKM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--simplying-expressions","created":1298219648,"start":null,"end":null,"type":"video","provider":"Khan University","views":"25109","children":[]},{"title":"CA Algebra I: Rational Expressions 1","description":"63-65, simplifying rational expressions","url":"http:\/\/www.youtube.com\/watch?v=K4VyHxglUts&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--rational-expressions-1","created":1298219648,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17333","children":[]},{"title":"CA Algebra I: Rational Expressions 2","description":"66-70, more simplifying of rational expressions","url":"http:\/\/www.youtube.com\/watch?v=C5xQP8RmHxE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--rational-expressions-2","created":1298219648,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17804","children":[]},{"title":"CA Algebra I: Word Problems","description":"71-74, word problems","url":"http:\/\/www.youtube.com\/watch?v=PP23clmV9Hw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--word-problems","created":1298219648,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26547","children":[]},{"title":"CA Algebra I: More Word Problems","description":"75-78, word problems and functions","url":"http:\/\/www.youtube.com\/watch?v=ch5tDNaeuxc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--more-word-problems","created":1298219649,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15912","children":[]},{"title":"CA Algebra I: Functions","description":"79-80, functions, domain and range","url":"http:\/\/www.youtube.com\/watch?v=NRB6s77nx2g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-algebra-i--functions","created":1298219649,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26113","children":[]}]},{"title":"Algebra II","description":"Sal works through 80 questions taken from the California Standards Test for Algebra II<\/a>. If you struggle with these you can get more help by viewing the algebra<\/a> topic and completing its exercises.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"California Standards Test: Algebra II","description":"1-5, absolute value equations and systems of equations","url":"http:\/\/www.youtube.com\/watch?v=wzEVAd6ezZU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/california-standards-test--algebra-ii","created":1298219660,"start":null,"end":null,"type":"video","provider":"Khan University","views":"47112","children":[]},{"title":"California Standards Test: Algebra II (Graphing Inequalities","description":"6-8 (understanding and graphing inequalities)","url":"http:\/\/www.youtube.com\/watch?v=UzvOjuJZVJ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/california-standards-test--algebra-ii--graphing-inequalities","created":1298219661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18929","children":[]},{"title":"CA Standards: Algebra II (Algebraic Division\/Multiplication)","description":"9-12 (algebraic division and multiplication)","url":"http:\/\/www.youtube.com\/watch?v=sMrmuoehZpY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-standards--algebra-ii--algebraic-division-multiplication","created":1298219661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18057","children":[]},{"title":"CA Standards: Algebra II","description":"13-16 (polynomial factoring and multiplication)","url":"http:\/\/www.youtube.com\/watch?v=q9m5VZMYEyw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ca-standards---algebra-ii","created":1298219661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15516","children":[]},{"title":"Algebra II: Complex numbers and conjugates","description":"27-31, complex numbers and conjugates","url":"http:\/\/www.youtube.com\/watch?v=e3W8o6M-7gg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--complex-numbers-and-conjugates","created":1298219661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33690","children":[]},{"title":"Algebra II: Circles and Logarithms","description":"43-48, circles, logarithms, exponents","url":"http:\/\/www.youtube.com\/watch?v=QwOcCoHsZfM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--circles-and-logarithms","created":1298219661,"start":null,"end":null,"type":"video","provider":"Khan University","views":"32769","children":[]},{"title":"Algebra II: Logarithms Exponential Growth","description":"49-52, logarithms, exponential growth and decay","url":"http:\/\/www.youtube.com\/watch?v=BcjutHIUjxQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--logarithms-exponential-growth","created":1298219662,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53671","children":[]},{"title":"Algebra II: Logarithms and more","description":"53-59, Logarithms and functions","url":"http:\/\/www.youtube.com\/watch?v=9Z1WpYN-tBE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--logarithms-and-more","created":1298219662,"start":null,"end":null,"type":"video","provider":"Khan University","views":"48386","children":[]},{"title":"Algebra II: Functions, Combinatorics","description":"60-65, functions, combinations, probability","url":"http:\/\/www.youtube.com\/watch?v=Y5BukhTmSHE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--functions--combinatorics","created":1298219662,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33950","children":[]},{"title":"Algebra II: binomial Expansion and Combinatorics","description":"65 (done another way) - 66, combinatorics and binomial expansions","url":"http:\/\/www.youtube.com\/watch?v=xTxv9Wukjiw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--binomial-expansion-and-combinatorics","created":1298219662,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31992","children":[]},{"title":"Algebra II: Binomial Expansions, Geometric Series Sum","description":"67-69, binomial expansions and the sum of a geometric series","url":"http:\/\/www.youtube.com\/watch?v=EwKWzFv3Ul8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--binomial-expansions--geometric-series-sum","created":1298219662,"start":null,"end":null,"type":"video","provider":"Khan University","views":"27952","children":[]},{"title":"Algebra II: Functions and Probability","description":"70-75, functions and probability","url":"http:\/\/www.youtube.com\/watch?v=ZGJU7aqE3mY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--functions-and-probability","created":1298219662,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20795","children":[]},{"title":"Algebra II: Probability and Statistics","description":"76-79, probability, mean, standard deviation","url":"http:\/\/www.youtube.com\/watch?v=UXO9kJ3jlhk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--probability-and-statistics","created":1298219662,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42075","children":[]},{"title":"Algebra II: Mean and Standard Deviation","description":"79-80, mean and standard deviation","url":"http:\/\/www.youtube.com\/watch?v=i0W4KcxE-mI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/algebra-ii--mean-and-standard-deviation","created":1298219662,"start":null,"end":null,"type":"video","provider":"Khan University","views":"54699","children":[]}]},{"title":"Geometry","description":"Sal does the 80 problems from the released questions from the California Standards Test for Geometry<\/a>. Basic understanding of algebra<\/a> is necessary. Go to the geometry<\/a> topic for a comprehensive treatment of the subject. ","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Competition Math","description":"Example problems from random math competitions","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"2003 AIME II Problem 3","description":"2003 AIME II Problem 3","url":"http:\/\/www.youtube.com\/watch?v=JU67TL2L1CA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-3","created":1298219854,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12607","children":[]},{"title":"2003 AIME II Problem 4 (part 1)","description":"2003 AIME II Problem 4 (part 1)","url":"http:\/\/www.youtube.com\/watch?v=gXnHodHNusg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-4--part-1","created":1298219854,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9174","children":[]},{"title":"Sum of factors of 27000","description":"","url":"http:\/\/www.youtube.com\/watch?v=17st-s5gg10&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sum-of-factors-of-27000","created":1298219854,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11056","children":[]},{"title":"Sum of factors 2","description":"Seeing the \"formula\" in the last method","url":"http:\/\/www.youtube.com\/watch?v=tbQ_7zvRoN4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sum-of-factors-2","created":1298219854,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6615","children":[]},{"title":"2003 AIME II Problem 5","description":"Volume of a wedge cut from a cylindrical log","url":"http:\/\/www.youtube.com\/watch?v=EzE53aPGbrQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-5","created":1298219855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5457","children":[]},{"title":"2003 AIME II Problem 5 Minor Correction","description":"2003 AIME II Problem 5 Minor Correction","url":"http:\/\/www.youtube.com\/watch?v=yXg5CYuCcU4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-5-minor-correction","created":1298219855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2806","children":[]},{"title":"Sum of Polynomial Roots (Proof)","description":"Sum of Polynomial Roots","url":"http:\/\/www.youtube.com\/watch?v=9eWyvWq9CCs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sum-of-polynomial-roots--proof","created":1298219855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8245","children":[]},{"title":"Sum of Squares of Polynomial Roots","description":"Sum of Squares of Polynomial Roots (Newton Sums)","url":"http:\/\/www.youtube.com\/watch?v=bbeWLtarzrE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sum-of-squares-of-polynomial-roots","created":1298219855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7268","children":[]},{"title":"2003 AIME II Problem 9","description":"Sum of polynomial evaluated at roots of another polynomial","url":"http:\/\/www.youtube.com\/watch?v=ZSESJ8TeGSI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-9","created":1298219855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4186","children":[]},{"title":"2003 AIME II Problem 12","description":"Minimum members in a committee","url":"http:\/\/www.youtube.com\/watch?v=KD46pC_KFWk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-12","created":1298219855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3546","children":[]},{"title":"2003 AIME II Problem 13","description":"Probability of moving to a vertex","url":"http:\/\/www.youtube.com\/watch?v=vKMNRcctwL4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-13","created":1298219855,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3339","children":[]},{"title":"2003 AIME II Problem 10","description":"perfect squares integers square root","url":"http:\/\/www.youtube.com\/watch?v=Hh3iY4tdkGI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-10","created":1298219856,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3919","children":[]},{"title":"2003 AIME II Problem 15 (part 1)","description":"Finding the sum of the absolute value of the imaginary parts of the square of the roots of a crazy polynomial","url":"http:\/\/www.youtube.com\/watch?v=2eLAEMRrR7Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-15--part-1","created":1298219856,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6812","children":[]},{"title":"2003 AIME II Problem 15 (part 2)","description":"Finding the sum of the absolute value of the imaginary parts of the square of the roots of a crazy polynomial","url":"http:\/\/www.youtube.com\/watch?v=TljVBB7gxbE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-15--part-2","created":1298219856,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3366","children":[]},{"title":"2003 AIME II Problem 15 (part 3)","description":"Finding the sum of the absolute value of the imaginary parts of the square of the roots of a crazy polynomial","url":"http:\/\/www.youtube.com\/watch?v=JTpXK2mENH4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2003-aime-ii-problem-15--part-3","created":1298219856,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4577","children":[]}]},{"title":"IIT JEE","description":"Questions from previous IIT JEEs","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"IIT JEE Perpendicular Planes (Part 1)","description":"2010 IIT JEE Paper 1 #30 normal vector and planes (Part 1)","url":"http:\/\/www.youtube.com\/watch?v=2u535-HVJ_o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-perpendicular-planes--part-1","created":1298220316,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7534","children":[]},{"title":"IIT JEE Perpendicular Plane (part 2)","description":"2010 IIT JEE Paper 1 #30 normal vector and planes (Part 2)","url":"http:\/\/www.youtube.com\/watch?v=66pQLO--Ghk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-perpendicular-plane--part-2","created":1298220316,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3717","children":[]},{"title":"IIT JEE Complex Root Probability (part 1)","description":"2010 Paper 1 problem 31 Math (part 1)","url":"http:\/\/www.youtube.com\/watch?v=bV_HSZ_W0nk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-complex-root-probability--part-1","created":1298220316,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5334","children":[]},{"title":"IIT JEE Complex Root Probability (part 2)","description":"2010 Paper 1 problem 31 Math (part 2).avi","url":"http:\/\/www.youtube.com\/watch?v=S3KMyYYGuPE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-complex-root-probability--part-2","created":1298220317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3479","children":[]},{"title":"IIT JEE Position Vectors","description":"2010 IIT JEE Paper 1 problem 32 Position Vectors","url":"http:\/\/www.youtube.com\/watch?v=GDXyGy5TjnI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-position-vectors","created":1298220317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5461","children":[]},{"title":"IIT JEE Integral Limit","description":"2010 IIT JEE Paper 1 #34 Integral Limit","url":"http:\/\/www.youtube.com\/watch?v=pnwrNnZGVEw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-integral-limit","created":1298220317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5086","children":[]},{"title":"IIT JEE Algebraic Manipulation","description":"2010 Paper 1 problem 35 Algebraic Manipulation","url":"http:\/\/www.youtube.com\/watch?v=zs5LM7dxyTo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-algebraic-manipulation","created":1298220317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5319","children":[]},{"title":"IIT JEE Function Maxima","description":"2010 IIT JEE Paper 1 problem 36 Function Maxima","url":"http:\/\/www.youtube.com\/watch?v=2E_DB5VuAoo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-function-maxima","created":1298220317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3763","children":[]},{"title":"IIT JEE Diameter Slope","description":"2010 IIT JEE Paper 1 problem 37 Diameter Slope","url":"http:\/\/www.youtube.com\/watch?v=pdXcf5ZWHf0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-diameter-slope","created":1298220317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2653","children":[]},{"title":"IIT JEE Hairy Trig and Algebra (part 1)","description":"2010 Paper 1 problem 38 Hairy Trig and Algebra.avi","url":"http:\/\/www.youtube.com\/watch?v=dOxXl_6BDQc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-hairy-trig-and-algebra--part-1","created":1298220317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6196","children":[]},{"title":"IIT JEE Hairy Trig and Algebra (Part 2)","description":"2010 IIT JEE Paper 1 #38 Hairy Trig and Algebra (Part 2)","url":"http:\/\/www.youtube.com\/watch?v=6t9ogglXNIM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-hairy-trig-and-algebra--part-2","created":1298220317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3179","children":[]},{"title":"IIT JEE Hairy Trig and Algebra (Part 3)","description":"2010 IIT JEE Paper 1 #38 Hairy Trig and Algebra (Part 3)","url":"http:\/\/www.youtube.com\/watch?v=KVRpXvrsSKM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-hairy-trig-and-algebra--part-3","created":1298220317,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2984","children":[]},{"title":"IIT JEE Differentiability and Boundedness","description":"2010 IIT JEE Paper 1 Problem 40 Differentiability and Boundedness","url":"http:\/\/www.youtube.com\/watch?v=FIt1RNiCO6U&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-differentiability-and-boundedness","created":1298220318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4084","children":[]},{"title":"IIT JEE Integral with Binomial Expansion","description":"2010 IIT JEE Paper 1 Problem 41 Integral with Binomial Expansion and Algebraic Long Division","url":"http:\/\/www.youtube.com\/watch?v=1-5sTDLrcp4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-integral-with-binomial-expansion","created":1298220318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4037","children":[]},{"title":"IIT JEE Symmetric and Skew-Symmetric Matrices","description":"2010 IIT JEE Paper 1 Problem 42 Symmetric and Skew-Symmetric Matrices","url":"http:\/\/www.youtube.com\/watch?v=G6OoxGmJzuc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-symmetric-and-skew-symmetric-matrices","created":1298220318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5718","children":[]},{"title":"IIT JEE Trace and Determinant","description":"2010 IIT JEE Paper 1 Problem 43 Trace and Determinant","url":"http:\/\/www.youtube.com\/watch?v=5S03uylNn-Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-trace-and-determinant","created":1298220318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3156","children":[]},{"title":"IIT JEE Divisible Determinants","description":"2010 IIT JEE Paper 1 Problem 44 Divisible Determinants 2","url":"http:\/\/www.youtube.com\/watch?v=9vlsBN3pFE0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-divisible-determinants","created":1298220318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2647","children":[]},{"title":"IIT JEE Lagrange's Formula","description":"2010 IIT JEE Paper 1 Problem 49 Lagrange's Formula","url":"http:\/\/www.youtube.com\/watch?v=rndex9FCIdo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/iit-jee-lagrange-s-formula","created":1298220319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13536","children":[]},{"title":"2010 IIT JEE Paper 1 Problem 50 Hyperbola Eccentricity","description":"","url":"http:\/\/www.youtube.com\/watch?v=4ES_vbSJ7LU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2010-iit-jee-paper-1-problem-50-hyperbola-eccentricity","created":1298220319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3826","children":[]},{"title":"Simple Differential Equation Example","description":"2010 IIT JEE Paper 1 Problem 56 Differential Equation","url":"http:\/\/www.youtube.com\/watch?v=fqnPabGV6A4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/simple-differential-equation-example","created":1298220320,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7455","children":[]}]},{"title":"Singapore Math","description":"Lectures based on the Singapore Math curriculum. You can follow along through the workbooks available at singaporemath.com","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Singapore Math: Grade 3a, Unit 1 (part 1)","description":"Objectives: Read and write numbers less than 10,000. Relate each 4-digit number to its place value.","url":"http:\/\/www.youtube.com\/watch?v=DjCdzM40LDM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a--unit-1--part-1","created":1298220837,"start":null,"end":null,"type":"video","provider":"Khan University","views":"264115","children":[]},{"title":"Singapore Math: Grade 3a Unit 1 (part 2)","description":"Objectives: Read and write numbers less than 10,000. Relate each digit in a 4-digit number to its place value.","url":"http:\/\/www.youtube.com\/watch?v=KdBbnMAuMqw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-1--part-2","created":1298220837,"start":null,"end":null,"type":"video","provider":"Khan University","views":"26913","children":[]},{"title":"Singapore Math: Grade 3a, Unit 1 (part 3)","description":"Objectives: Read and write numbers less than 10,000. Relate each digit in a 4-digit number to its place value. Compare and order numbers within 10,000.","url":"http:\/\/www.youtube.com\/watch?v=f1zhOtnCWM4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a--unit-1--part-3","created":1298220838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17085","children":[]},{"title":"Singapore Math: Grade 3a, Unit 1 (part 4)","description":"More on place value","url":"http:\/\/www.youtube.com\/watch?v=1TjtFhuMdU8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a--unit-1--part-4","created":1298220838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15049","children":[]},{"title":"Singapore Math: Grade 3a, Unit 1 (part 5)","description":"Even more on place value","url":"http:\/\/www.youtube.com\/watch?v=2eSH9zCAA9Q&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a--unit-1--part-5","created":1298220838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9056","children":[]},{"title":"Singapore Math: Grade 3a, Unit 1 (part 6)","description":"Ordering numbers using place value","url":"http:\/\/www.youtube.com\/watch?v=3phL9GRSY3g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a--unit-1--part-6","created":1298220838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12611","children":[]},{"title":"Singapore Math: Grade 3a, Unit 1 (part 7)","description":"Place value, ordering numbers, number patterns","url":"http:\/\/www.youtube.com\/watch?v=QNXy9NEKSzE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a--unit-1--part-7","created":1298220838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8544","children":[]},{"title":"Singapore Math: Grade 3a, Unit 1 (part 8)","description":"More on number patterns with place value.","url":"http:\/\/www.youtube.com\/watch?v=e9MA-Dpt1_w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a--unit-1--part-8","created":1298220838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10345","children":[]},{"title":"Singapore Math: Grade 3a, Unit 1 (part 9)","description":"More number patterns with place value","url":"http:\/\/www.youtube.com\/watch?v=kNuBFpN7z18&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a--unit-1--part-9","created":1298220838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7330","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 1)","description":"The sum of and difference between 2 numbers.","url":"http:\/\/www.youtube.com\/watch?v=K5xnULMbtH0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-2--part-1","created":1298220838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19064","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 2)","description":"Word problem with cookies","url":"http:\/\/www.youtube.com\/watch?v=3ybPmFWZXwk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-2--part-2","created":1298220838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11116","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 3)","description":"A man selling balloons at a carnival.","url":"http:\/\/www.youtube.com\/watch?v=GVVOqaIdxp8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-2--part-3","created":1298220839,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10363","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 4)","description":"Some more word problems","url":"http:\/\/www.youtube.com\/watch?v=Awx6eoc_XYU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-2--part-4","created":1298220839,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14714","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 5)","description":"Adding 4 digit numbers","url":"http:\/\/www.youtube.com\/watch?v=AJxHM7EDh4o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-2--part-5","created":1298220839,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10772","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 6)","description":"More adding of 4 digit numbers","url":"http:\/\/www.youtube.com\/watch?v=KffRJ3S3jHA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-2--part-6","created":1298220839,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5312","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 7)","description":"Even more adding of 4-digit numbers","url":"http:\/\/www.youtube.com\/watch?v=CcdhwzN4lzk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-2--part-7","created":1298220839,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6868","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 8)","description":"Subtracting 4-digit numbers","url":"http:\/\/www.youtube.com\/watch?v=lbhM1ILFgF8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-2--part-8","created":1298220839,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6218","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 9)","description":"More on subtracting 4-digit numbers","url":"http:\/\/www.youtube.com\/watch?v=C0avH_H2a5A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-2--part-9","created":1298220839,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5512","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 10)","description":"Some final 4 digit subtraction problems.","url":"http:\/\/www.youtube.com\/watch?v=cD-iQLCg-ss&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math--grade-3a-unit-2--part-10","created":1298220839,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8204","children":[]},{"title":"Singapore Math: Grade 3a Unit 2 (part 11)","description":"Some 2-step word problems.","url":"http:\/\/www.youtube.com\/watch?v=8-4mIiNtV3k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/singapore-math---grade-3a-unit-2--part-11","created":1298220839,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24314","children":[]}]},{"title":"Talks and Interviews","description":"Collection of interviews with and presentations by Salman Khan. Also a few other mentions of Khan Academy at other talks.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Khan Academy's Discovery Lab Offers Hands-On Learning","description":"The Khan Academy is well known for its online video lectures, which have the potential to free up time for more hands-on learning in the classroom. In their Discovery Lab summer camp, Khan Academy staff experimented with project-based learning activities to build better student engagement. For more information, visit http:\/\/www.edutopia.org\/blog\/khan-academy-discovery-lab-minli-virdone","url":"http:\/\/www.youtube.com\/watch?v=C6anMRFCt4s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-s-discovery-lab-offers-hands-on-learning","created":1355957920,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4142","children":[]},{"title":"Salman Khan Describes Future Classrooms with Blended Learning","description":"Educational technology pioneer Salman Khan maps how online learning tools can help physical classrooms evolve to become hubs for creativity and hands-on experiences, and how Khan Academy and the Discovery Lab summer camp fit into that big picture.","url":"http:\/\/www.youtube.com\/watch?v=vwyOv7PiC40&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-describes-future-classrooms-with-blended-learning","created":1355957849,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3942","children":[]},{"title":"60 minutes: The future of education?","description":"With the backing of Gates and Google, Khan Academy and its free online educational videos are moving into the classroom and across the world. Their goal: to revolutionize how we teach and learn. Sanjay Gupta reports.","url":"http:\/\/www.youtube.com\/watch?v=9kh60v5PxMk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy--the-future-of-education","created":1333044755,"start":null,"end":null,"type":"video","provider":"Khan University","views":"44681","children":[]},{"title":"Salman Khan talk at TED 2011 (from ted.com)","description":"Salman Khan talk at TED 2011 (from ted.com)","url":"http:\/\/www.youtube.com\/watch?v=gM95HHI4gLk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-talk-at-ted-2011--from-ted-com","created":1300300093,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2141562","children":[]},{"title":"Salman Khan on Charlie Rose","description":"Salman Khan on Charlie Rose on May 4, 2011","url":"http:\/\/www.youtube.com\/watch?v=fJFKE8kyz7w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-on-charlie-rose","created":1304637962,"start":null,"end":null,"type":"video","provider":"Khan University","views":"101759","children":[]},{"title":"Khan Academy on Perry's Principles (6\/2\/2011)","description":"Khan Academy on Perry's Principles","url":"http:\/\/www.youtube.com\/watch?v=7w3DHilPtI4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-on-perry-s-principles--6-2-2011","created":1307230035,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12869","children":[]},{"title":"KA on John Stossel Documentary","description":"Khan Academy on Jon Stossel Documentary in September 2011","url":"http:\/\/www.youtube.com\/watch?v=_4qoTgnx1oQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ka-on-john-stossel--documentary","created":1317549702,"start":null,"end":null,"type":"video","provider":"Khan University","views":"15004","children":[]},{"title":"Microsoft CEO Summit Innovation in Education","description":"Sal on panel at Summit","url":"http:\/\/www.youtube.com\/watch?v=QRrTMZkqn2w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/microsoft-ceo-summit--innovation-in-education","created":1338499324,"start":null,"end":null,"type":"video","provider":"Khan University","views":"45964","children":[]},{"title":"MIT 2012 Commencement Address","description":"Salman Khan gives commencement address at MIT (2012)","url":"http:\/\/www.youtube.com\/watch?v=Pn24jP0YbTI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/mit-2012-commencement-address","created":1339623826,"start":null,"end":null,"type":"video","provider":"Khan University","views":"112732","children":[]},{"title":"Salman Khan at Rice University's 2012 commencement","description":"Rice commencement speaker Salman Khan's address to the graduates focused on contributions of a different kind: He urged the students to do everything they can to \"increase the net happiness in the world.\"Khan is the founder of the Khan Academy, a free online education platform and not-for-profit organization that has made waves in the field of education. In 2004, Khan's online tutorials for a young cousin gained a wider audience, and five years later he turned his collection of free educational videos into the online Khan Academy. Today, his more than 3,200 online tutorials attract 6 million viewers every month, and Time magazine recently named him one of the world's 100 most influential people.For more: http:\/\/news.rice.edu\/2012\/05\/12\/khan-urges-graduates-to-increase-the-positivity-in-the-world\/","url":"http:\/\/www.youtube.com\/watch?v=oipQBY7F4YY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-at-rice-university-s-2012-commencement","created":1337623566,"start":null,"end":null,"type":"video","provider":"Khan University","views":"164455","children":[]},{"title":"60 minutes: Khan Academy's \"world-changing\" plan for schools","description":"Khan Academy's core team - Sal Khan, Shantanu Sinha, Sundar Subbarayn, Ben Kamens and Jason Rosff - say they hope to revolutionize education.","url":"http:\/\/www.youtube.com\/watch?v=bQ5DJUhV6vk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-s--world-changing--plan-for-schools","created":1333044862,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10668","children":[]},{"title":"60 minutes: Google's Eric Schmidt on Khan Academy","description":"Eric Schmidt, the chairman of Google, explains why he's backing the work of Sal Khan and Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=_JBhxkPbijM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/google-s-eric-schmidt-on-khan-academy","created":1333045107,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8732","children":[]},{"title":"60 minutes: School of the future","description":"In Sal Khan's vision of the school of the future, the traditional classroom, school day, and even school year don't look like anything like our current system.","url":"http:\/\/www.youtube.com\/watch?v=VynMS1jxBn4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy--school-of-the-future","created":1333045050,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11519","children":[]},{"title":"60 minutes: Khan Academy in the classroom","description":"School administrators Alyssa Gallagher and Jeff Baier of the Los Altos, California, school district are testing out Khan Academy software in their classrooms.","url":"http:\/\/www.youtube.com\/watch?v=bdmOvVW9el4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-in-the-classroom","created":1333045077,"start":null,"end":null,"type":"video","provider":"Khan University","views":"6270","children":[]},{"title":"Nightline: Learn Everything, Online","description":"Founder Sal Khan said he developed his YouTube lessons from tutoring his relatives.","url":"http:\/\/www.youtube.com\/watch?v=0OtQY-gDuJA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/nightline-learn-everything-online","created":1358560540,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8394","children":[]},{"title":"After Words: \"The One World Schoolhouse: Education Reimagined\"","description":"Sal Khan on After Words, hosted by Nina Rees, National Alliance of Public Charter Schools.","url":"http:\/\/www.youtube.com\/watch?v=g55YZj39D4A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/after-words-the-one-world-schoolhouse-education-reimagined","created":1358561889,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10331","children":[]},{"title":"Salman Khan at TiEcon 2011","description":"Talk and Q&A (with Raj Mithai)","url":"http:\/\/www.youtube.com\/watch?v=JZ-v4_3Zf4c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-at-tiecon-2011","created":1307230035,"start":null,"end":null,"type":"video","provider":"Khan University","views":"22101","children":[]},{"title":"PBS NewsHour on the Khan Academy","description":"PBS NewsHour piece on the Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=HycjWQcAymQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/pbs-newshour-on-the-khan-academy","created":1298220348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"209461","children":[]},{"title":"Salman Khan on CNN","description":"Salman Khan of the Khan Academy on CNN","url":"http:\/\/www.youtube.com\/watch?v=PY5VKiG_IXE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-on-cnn","created":1298220348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"186477","children":[]},{"title":"Salman Khan Speaks at GEL (Good Experience Live) Conference","description":"Salman Khan speaks at GEL (Good Experience Live) Conference","url":"http:\/\/www.youtube.com\/watch?v=yTXKCzrFh3c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-speaks-at-gel--good-experience-live--conference","created":1298220348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"141383","children":[]},{"title":"Salman Khan Talk at the MIT Club of Northern California","description":"Salman Khan Talk at the MIT Club of Northern California","url":"http:\/\/www.youtube.com\/watch?v=1C7FH7El35w&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-talk-at-the-mit-club-of-northern-california","created":1298220348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"110713","children":[]},{"title":"Salman Khan talk at Castilleja School on January 5th, 2010","description":"Salman Khan talk at Castilleja School in Palo Alto, CA on January 5th, 2010","url":"http:\/\/www.youtube.com\/watch?v=VsS7bo3JMqk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-talk-at-castilleja-school-on-january-5th--2010","created":1298220348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"42158","children":[]},{"title":"Sal Khan Interview with IT Conversations - January 31,2010","description":"Interview with IT Conversations - January 31,2010","url":"http:\/\/www.youtube.com\/watch?v=1uf_DeazfZg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sal-khan-interview-with-it-conversations---january-31-2010","created":1298220348,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24886","children":[]},{"title":"Salman Khan interview with NPR's All Things Considered on 12\/28\/2009","description":"Salman Khan interview with NPR's All Things Considered on 12\/28\/2009","url":"http:\/\/www.youtube.com\/watch?v=po3DAsr6mDE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-interview-with-npr-s-all-things-considered-on-12-28-2009","created":1298220349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53367","children":[]},{"title":"Khan Academy on PBS NewsHour (Edited)","description":"Khan Academy on PBS NewsHour (Edited)","url":"http:\/\/www.youtube.com\/watch?v=4jXv03sktik&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-on-pbs-newshour--edited","created":1298220349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31536","children":[]},{"title":"Sal Khan (with a severe cold!) on Future Talk","description":"Salman Khan (with a severe cold!) on Future Talk","url":"http:\/\/www.youtube.com\/watch?v=oPZQu5mIiRQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sal-khan--with-a-severe-cold---on-future-talk","created":1298220349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"36967","children":[]},{"title":"Brian Lehrer Interview with Salman Khan","description":"Brian Lehrer Interview with Salman Khan","url":"http:\/\/www.youtube.com\/watch?v=72wRgtH6eJ0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/brian-lehrer-interview-with-salman-khan","created":1298220349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24163","children":[]},{"title":"Salman Khan Interview with Mixergy.com","description":"Salman Khan Interview with Mixergy.com","url":"http:\/\/www.youtube.com\/watch?v=YQtXHp5wXLE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-interview-with-mixergy-com","created":1298220349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"29600","children":[]},{"title":"Bill Gates talks about the Khan Academy at Aspen Ideas Festival 2010","description":"Bill Gates talks about the Khan Academy at Aspen Ideas Festival 2010","url":"http:\/\/www.youtube.com\/watch?v=6A07Pj71TUA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bill-gates-talks-about-the-khan-academy-at-aspen-ideas-festival-2010","created":1298220349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"190996","children":[]},{"title":"Khan Academy Vision and Social Return","description":"An overview of the Khan Academy today and what I see as its potential social impact","url":"http:\/\/www.youtube.com\/watch?v=wRf6XiEZ_Y8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-vision-and-social-return","created":1298220349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30849","children":[]},{"title":"Bay Area CBS Station with Salman Khan","description":"Bay Area CBS Station with Salman Khan","url":"http:\/\/www.youtube.com\/watch?v=PhHWmehThg8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/bay-area-cbs-station-with-salman-khan","created":1298219362,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19864","children":[]},{"title":"CNN: Google award to Khan Academy","description":"CNN: Salman Khan talks about Google award to Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=QGxgAHer3Ow&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/cnn---google-award-to-khan-academy","created":1298220349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"179528","children":[]},{"title":"Fareed Zakaria talks about Khan Academy on CNN GPS","description":"Fareed Zakaria talks about Khan Academy on CNN GPS","url":"http:\/\/www.youtube.com\/watch?v=ngk8k04zKHY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/fareed-zakaria-talks-about-khan-academy-on-cnn-gps","created":1298220349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"30439","children":[]},{"title":"Khan Academy on the Gates Notes","description":"Bill Gates talks about the Khan Academy on the Gates Notes","url":"http:\/\/www.youtube.com\/watch?v=UuMTSU9DcqQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-on-the-gates-notes","created":1298220350,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1214556","children":[]},{"title":"Sal on ABC News","description":"Salman Khan on ABC News Person of the Week","url":"http:\/\/www.youtube.com\/watch?v=RXeDxJfrqdw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sal-on-abc-news","created":1298220350,"start":null,"end":null,"type":"video","provider":"Khan University","views":"34022","children":[]},{"title":"Forbes Names You Need To Know: Khan Academy","description":"Forbes Names You Need To Know: Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=UkfppuS0Plg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/forbes--names-you-need-to-know---khan-academy","created":1298220350,"start":null,"end":null,"type":"video","provider":"Khan University","views":"94926","children":[]},{"title":"Salman Khan on KQED MindShift","description":"http:\/\/mindshift.kqed.org\/2011\/01\/future-school-day-self-paced-learning-creating-and-collaborating\/","url":"http:\/\/www.youtube.com\/watch?v=Tksh1zHEkIM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-on-kqed-mindshift","created":1298220350,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20236","children":[]},{"title":"Khan Academy Exercise Software","description":"Walkthrough of the software","url":"http:\/\/www.youtube.com\/watch?v=hw5k98GV7po&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-exercise-software","created":1298220350,"start":null,"end":null,"type":"video","provider":"Khan University","views":"334987","children":[]},{"title":"Khan Academy on Nightly News","description":"Khan Academy on the NBC Nightly News with Brian Williams","url":"http:\/\/www.youtube.com\/watch?v=T4dk6woz4Do&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-on-nightly-news","created":1300300093,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38898","children":[]},{"title":"Sal on Dylan Ratigan show","description":"Sal on Dylan Ratigan show (3\/22\/2011)","url":"http:\/\/www.youtube.com\/watch?v=1nIbQK3Gwfo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sal-on-dylan-ratigan-show","created":1301061807,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21192","children":[]},{"title":"Authors@Google: Salman Khan","description":"Salman Khan spoke to Googlers in Mountain View, California on March 15, 2011 about Khan Academy: A World Class Education to Anyone, Anywhere.\n\nSalman Khan is the founder and faculty of Khan Academy http:\/\/www.khanacademy.org\/ a not-for-profit educational organization. With the stated mission \"of providing a high quality education to anyone, anywhere\", the Academy supplies a free online collection of over 2,000 videos on mathematics, history, finance, physics, chemistry, astronomy, and economics.\n\nIn late 2004, Khan began tutoring his cousin in mathematics using Yahoo!'s Doodle notepad. When other relatives and friends sought his tutorial, he decided it would be more practical to distribute the tutorials on YouTube. Their popularity there and the testimonials of appreciative students prompted Khan to quit his job in finance in 2009 and focus on the Academy full-time.\n\nKhan Academy's channel on YouTube http:\/\/www.youtube.com\/user\/khanacademy has 45+ million views so far and it's one of YouTube's most successful academic partners.\n\nIn September 2010, Google announced they would be providing the Khan Academy with $2 million to support the creation of more courses and to enable the Khan Academy to translate their core library into the world's most widely spoken languages, as part of Project 10^100, http:\/\/www.project10tothe100.com\/.\n\nKhan is aiming at making nothing less than \"tens of thousands\" of tutorials offering the \"first free, world-class virtual school where anyone can learn anything.\"","url":"http:\/\/www.youtube.com\/watch?v=PhO2gshIVuE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/authors-google--salman-khan","created":1301529616,"start":null,"end":null,"type":"video","provider":"Khan University","views":"63367","children":[]},{"title":"LinkedIn Speaker Series Salman Khan","description":"Salman speaking with LinkedIn CEO and employees on April 15, 2011","url":"http:\/\/www.youtube.com\/watch?v=t1F15l7UfqE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/linkedin-speaker-series--salman-khan","created":1303341983,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17909","children":[]},{"title":"TEDxSanJoseCA - Salman Khan - (Sequel to talk at TED)","description":"Sequel to Sal's TED talk (TED talk should be watched before this one)","url":"http:\/\/www.youtube.com\/watch?v=pRevFhvu8yc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tedxsanjoseca---salman-khan----sequel-to-talk-at-ted","created":1304551574,"start":null,"end":null,"type":"video","provider":"Khan University","views":"33481","children":[]},{"title":"Salman Khan on Big Think","description":"Part of Sal's interview on Big Think","url":"http:\/\/www.youtube.com\/watch?v=h8GfMq4-K6g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-on-big-think","created":1305242825,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20931","children":[]},{"title":"Salman Khan on Marketplace (NPR) on 5-24-2011","description":"Salman Khan on Marketplace (NPR) on 5-24-2011","url":"http:\/\/www.youtube.com\/watch?v=uMjyAp3cs3c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-on-marketplace--npr--on-5-24-2011","created":1306452429,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12874","children":[]},{"title":"May 29th, 2011 CNN Piece","description":"Follow up CNN piece to Dan Simon's story on the Khan Academy from last year","url":"http:\/\/www.youtube.com\/watch?v=DvyAc6PNbVo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/may-29th--2011-cnn-piece","created":1306970838,"start":null,"end":null,"type":"video","provider":"Khan University","views":"17259","children":[]},{"title":"Khan Academy on California Report (June 2011)","description":"Khan Academy on California Report (June 2011)","url":"http:\/\/www.youtube.com\/watch?v=rpPbt8EOf00&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-on-california-report--june-2011","created":1307230035,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10498","children":[]},{"title":"Ideal Math and Science Class Time","description":"A short sample of projects that Sal and Aragon used alongside the Khan Academy core software and videos. These are the types of projects that can be done if less time class time is devoted to traditional lecturing","url":"http:\/\/www.youtube.com\/watch?v=AkSGR_oj0rg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ideal-math-and-science-class-time","created":1308353250,"start":null,"end":null,"type":"video","provider":"Khan University","views":"38452","children":[]},{"title":"NPR Story on KA Los Altos Pilots (June 2011)","description":"NPR All Things Considered story on Khan Academy Los Altos pilots","url":"http:\/\/www.youtube.com\/watch?v=VGxGrEnWVsg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/npr-story-on-ka-los-altos-pilots--june-2011","created":1308958070,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7825","children":[]},{"title":"Salman Khan interviewed on NPR's On Point","description":"August 17, 2011","url":"http:\/\/www.youtube.com\/watch?v=Tz2H8dMMwi0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/salman-khan-interviewed-on-npr-s-on-point","created":1313703793,"start":null,"end":null,"type":"video","provider":"Khan University","views":"20399","children":[]},{"title":"21st Century Challenges (Royal Geographic Society)","description":"Answers to questions from the Royal Geographic Society","url":"http:\/\/www.youtube.com\/watch?v=FU5twilx7nw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/21st-century-challenges--royal-geographic-society","created":1314093703,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7693","children":[]},{"title":"Answers for Malibu Magazine","description":"","url":"http:\/\/www.youtube.com\/watch?v=kMCP4njGAMw&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/answers-for-malibu-magazine","created":1314093703,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3141","children":[]},{"title":"NCSU Answers","description":"Answers for the NCSU newpaper","url":"http:\/\/www.youtube.com\/watch?v=US9i6UpzDM8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ncsu-answers","created":1314093703,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3045","children":[]},{"title":"Questions from Superinteressante (8-22-2011)","description":"Answers for a magazine in Brazil","url":"http:\/\/www.youtube.com\/watch?v=YGIw-H0AtwU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/questions-from-superinteressante--8-22-2011","created":1314093703,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4867","children":[]},{"title":"Answers to Questions from the Independent","description":"Sal answers questions on August 26, 2011","url":"http:\/\/www.youtube.com\/watch?v=NV4_Xra0g8E&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/answers-to-questions-from-the-independent","created":1314439290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4055","children":[]},{"title":"The Gates Notes: Sal on Khan Academy","description":"Salman Khan on the future of learning.","url":"http:\/\/www.youtube.com\/watch?v=raP1ZWQSXjY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-gates-notes--sal-on-khan-academy","created":1314439290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"19859","children":[]},{"title":"The Gates Notes: Students in Los Altos","description":"Students in Los Altos School District share their experiences with Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=q7lttowsC0Y&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-gates-notes---students-in-los-altos","created":1314439290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14171","children":[]},{"title":"The Gates Notes: Teachers in Los Altos","description":"Teachers in Los Altos School District share their experiences with Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=RoGgxrCsCEQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-gates-notes--teachers-in-los-altos","created":1314439290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"31866","children":[]},{"title":"The Gates Notes: Administrators in Los Altos","description":"Administrators in Los Altos School District share their experiences with Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=2DlxIXYEu4s&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-gates-notes--administrators-in-los-altos","created":1314439290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9056","children":[]},{"title":"The Gates Notes: Insights into students' progress","description":"How Khan Academy is helping teachers free up classroom time, track student's progress, and pinpoint their needs","url":"http:\/\/www.youtube.com\/watch?v=zscrs94_pFc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/the-gates-notes---insights-into-students--progress","created":1314439290,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13204","children":[]},{"title":"Early Show","description":"Khan Academy profiled on the Early Show","url":"http:\/\/www.youtube.com\/watch?v=2sTkub_aYt4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/early-show","created":1315303314,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12075","children":[]},{"title":"Brainwave Sep 2011","description":"Sal answers questions for Brainwave Magazine","url":"http:\/\/www.youtube.com\/watch?v=0MzIJfmSa5k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/brainwave-sep-2011","created":1316080908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8129","children":[]},{"title":"School Leadership Briefing Questions (Sep 12 2011) 2","description":"More answers for School Leadership Briefing","url":"http:\/\/www.youtube.com\/watch?v=nxQ-5li9rbA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/school-leadership-briefing-questions--sep-12-2011--2","created":1316080908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4698","children":[]},{"title":"School Leadership Briefing (Sep 12 2011)","description":"Sal answers questions for School Leadership Briefing","url":"http:\/\/www.youtube.com\/watch?v=epQlOmZ0Kzs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/school-leadership-briefing--sep-12-2011","created":1316080908,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4363","children":[]},{"title":"Center for Future of Museums","description":"Sal answers questions for magazine (Sep 2011)","url":"http:\/\/www.youtube.com\/watch?v=PGr1rqZ_3xo&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/center-for-future-of-museums","created":1316167318,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4680","children":[]},{"title":"Sal during Education Week (Sep 2011) 1","description":"Sal on CNBC during Education Nation (Sep 2011)","url":"http:\/\/www.youtube.com\/watch?v=pw9fPU4YqUA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sal-during-education-week--sep-2011--1","created":1317549702,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5852","children":[]},{"title":"Khan Academy on 20\/20 (Sep 2011)","description":"Snippet from Khan Academy's appearance on 20\/20 story about YouTube","url":"http:\/\/www.youtube.com\/watch?v=da-9vUVr9tA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-on-20-20--sep-2011","created":1317549702,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13875","children":[]},{"title":"Tom Brokaw interviews Sal at Education Nation 2011","description":"Rough footage of Tom Brokaw interviewing Sal at Education Nation","url":"http:\/\/www.youtube.com\/watch?v=YtIHBa54ce0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/tom-brokaw-interviews-sal-at-education-nation-2011","created":1317636119,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14969","children":[]},{"title":"Financial Times October 2011","description":"Sal answers questions for the Financial Times","url":"http:\/\/www.youtube.com\/watch?v=1Hoo7MASKq0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/financial-times-october-2011","created":1319191304,"start":null,"end":null,"type":"video","provider":"Khan University","views":"10009","children":[]},{"title":"2011 Roundtable at Stanford: Education Nation 2.0","description":"** PLEASE NOTE: This is the archived version of the YouTube Live broadcast. The edited video will be posted on Monday. **\n\nDesigning an education that truly builds the necessary skills for today's enormously diverse student population is not easy. But it's the key to opportunity for our citizens, economic vitality for our nation, and to assuring the U.S. remains a world leader. There is hope: innovations and innovators that challenge the status quo; research to help us understand how to move the education needle; a virtual army of reformers experimenting with new ways to teach, learn, and run our public schools.\n\nJoin master interviewer and PBS host Charlie Rose and a distinguished panel of luminaries to tackle the question of how to improve our troubled school system and provide a better future for our nation's greatest resource, our kids.\n\nStanford University:\nhttp:\/\/www.stanford.edu\/\n\nThe Roundtable at Stanford:\nwww.stanford.edu\/roundtable\n\nStanford University Channel on YouTube:\nhttp:\/\/www.youtube.com\/stanford","url":"http:\/\/www.youtube.com\/watch?v=zv-9GXi9VLc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/2011-roundtable-at-stanford--education-nation-2-0","created":1319536896,"start":null,"end":null,"type":"video","provider":"Khan University","views":"12165","children":[]},{"title":"Year 2060: Education Predictions","description":"Sal is asked to make some predictions for the year 2060","url":"http:\/\/www.youtube.com\/watch?v=CiKrFcgVSIU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/year-2060--education-predictions","created":1325070054,"start":null,"end":null,"type":"video","provider":"Khan University","views":"53214","children":[]},{"title":"Verbal Answers to \"Ask Me Anything\" on Reddit","description":"Trying to give my fingers some rest by answering things verbally","url":"http:\/\/www.youtube.com\/watch?v=2DVDI-HF4Eg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/verbal-answers-to--ask-me-anything--on-reddit","created":1325156452,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21103","children":[]},{"title":"Khan Academy Exercises and Data Reports Overview","description":"Khan Academy Exercises and Reports Overview","url":"http:\/\/www.youtube.com\/watch?v=DLt6mMQH1OY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-exercises-and-reports-overview","created":1329158412,"start":null,"end":null,"type":"video","provider":"Khan University","views":"184585","children":[]},{"title":"Elizabeth Slavitt","description":"Sal talks to Elizabeth about why she joined the Khan Academy and what she hopes to accomplish here.","url":"http:\/\/www.youtube.com\/watch?v=RTtHES2VY1c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/elizabeth-slavitt","created":1330547950,"start":null,"end":null,"type":"video","provider":"Khan University","views":"11017","children":[]},{"title":"Marcos Ojeda","description":"Sal talks to Marcos about what he has been working on and why he joined the Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=LeeqlXUHNuU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/marcos-ojeda","created":1330548015,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8550","children":[]},{"title":"Minli Virdone","description":"Informal conversation with Minli (I know. I need a tripod)","url":"http:\/\/www.youtube.com\/watch?v=2onEj_Y9JHc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/minli-virdone","created":1339625160,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9822","children":[]},{"title":"Jessica Yuen","description":"Interview with Khan Academy Chief of Staff Jessica Yuen","url":"http:\/\/www.youtube.com\/watch?v=UNsf1X5I_n0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interview-with-jessica-yuen","created":1341901288,"start":null,"end":null,"type":"video","provider":"Khan University","views":"14387","children":[]},{"title":"ED SESSION III with Sal Khan - Reactions in Idaho","description":"Sal Khan, founder of Khan Academy, mixes it up with Idahoans at the Egyptian Theatre in ED SESSION III: Reinventing Our Education Future.","url":"http:\/\/www.youtube.com\/watch?v=OX76RXuFWmk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/ed-session-iii-with-sal-khan---reactions-in-idaho","created":1336610006,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3221","children":[]},{"title":"Videocast with Sal Khan: Effectively Using Khan Academy","description":"Watch an insider's tour of Khan Academy with founder Sal Khan. This VIP event offers Idaho's classroom teachers access to one of the most exciting figures in education today. For more information, please visit www.theEDsessions.org\/salsinsiderstour","url":"http:\/\/www.youtube.com\/watch?v=EUQCACf2EzA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/videocast-with-sal-khan--effectively-using-khan-academy","created":1336610052,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5563","children":[]},{"title":"Khan Academy at Oakland Unity High School","description":"How Khan Academy helped increase student responsibility and motivation in east Oakland","url":"http:\/\/www.youtube.com\/watch?v=2tYdClfLSCE&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/oakland-unity","created":1339437852,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16375","children":[]},{"title":"Khan Academy at Marlborough School","description":"","url":"http:\/\/www.youtube.com\/watch?v=7D6urvlVjJ4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/marlborough","created":1339437884,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2766","children":[]},{"title":"Khan Academy at Summit Prep","description":"","url":"http:\/\/www.youtube.com\/watch?v=TZ1CRFgBK4o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/summit","created":1339437904,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2732","children":[]},{"title":"Khan Academy at KIPP","description":"","url":"http:\/\/www.youtube.com\/watch?v=9NVQsQLPOqc&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/kipp","created":1339437919,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2805","children":[]},{"title":"Khan Academy at Eastside College Prep","description":"","url":"http:\/\/www.youtube.com\/watch?v=mLi7BhMj8TA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/eastside","created":1340928870,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2709","children":[]},{"title":"Khan Academy in Los Altos School District","description":"","url":"http:\/\/www.youtube.com\/watch?v=eJQzBJ6DtoY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/los-altos","created":1340928910,"start":null,"end":null,"type":"video","provider":"Khan University","views":"4444","children":[]},{"title":"Navigating Video Content on Khan Academy","description":"Navigating video content on Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=tOncPp8WN4g&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/navigating-video-content-on-khan-academy","created":1345586539,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2461","children":[]},{"title":"Khan Academy Exercise Overview","description":"Khan Academy exercise overview","url":"http:\/\/www.youtube.com\/watch?v=nC_RGIXclnM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-exercise-overview","created":1345586694,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5506","children":[]},{"title":"Khan Academy Vision","description":"Overview of what we hope Khan Academy can help catalyze.","url":"http:\/\/www.youtube.com\/watch?v=a6kwIBI3j98&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-vision","created":1345586930,"start":null,"end":null,"type":"video","provider":"Khan University","views":"24195","children":[]},{"title":"Sal Khan on Digital and Physical Learning","description":"In his trademark style, Sal Khan, founder of Khan Academy, walks viewers through the many ways digital technology can impact teaching and learning in a blended learning environment.","url":"http:\/\/www.youtube.com\/watch?v=0OtSs2xEpzY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sal-khan-video-lecture-on-digital-learning","created":1345587020,"start":null,"end":null,"type":"video","provider":"Khan University","views":"37998","children":[]},{"title":"Khan Academy Computer Science Launch","description":"John Resig talks to Sal about the new computer science tools and content on Khan Academy (Available at: http:\/\/www.khanacademy.org\/cs)","url":"http:\/\/www.youtube.com\/watch?v=tygZ2A8rytQ&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-computer-science-launch","created":1344961982,"start":null,"end":null,"type":"video","provider":"Khan University","views":"81957","children":[]},{"title":"Overview of KhanAcademy.org","description":"An overview of the different ways to use Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=RcLy8Cyxw2k&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/overview-of-khanacademy-org","created":1346375841,"start":null,"end":null,"type":"video","provider":"Khan University","views":"129066","children":[]},{"title":"Khan Academy reports overview","description":"Overview of the data reports for coaches and students on Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=-T7t0r5C-y0&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-reports-overview","created":1346813349,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8436","children":[]},{"title":"Khan Academy in Idaho","description":"A 3-minute video highlighting educator feedback about the Khan Academy in Idaho training session October 4-5.","url":"http:\/\/www.youtube.com\/watch?v=-1zR6pFof5c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-in-idaho","created":1351103468,"start":null,"end":null,"type":"video","provider":"Khan University","views":"9158","children":[]},{"title":"Radio Interview: Sal Khan on Brian Lehrer (Oct 4, 2012)","description":"Sal on the Brian Lehrer Show speaking about Khan Academy and his book, the One World Schoolhouse (http:\/\/www.amazon.com\/dp\/1455508381?tag=khanacad-20)\n\nThe Brian Lehrer interview can also be found at http:\/\/www.wnyc.org\/shows\/bl\/2012\/oct\/04\/salman-khan-reimagines-education\/","url":"http:\/\/www.youtube.com\/watch?v=00y85YDqmtA&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/radio-interview--sal-khan-on-brian-lehrer--oct-4--2012","created":1351634557,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2073","children":[]},{"title":"Radio Interview: Sal Khan on NPR's Talk of the Nation (October 23, 2012)","description":"Sal on NPR speaking about Khan Academy and his book, the One World Schoolhouse (http:\/\/www.amazon.com\/dp\/1455508381?tag=khanacad-20)","url":"http:\/\/www.youtube.com\/watch?v=LldS1Z6Zih8&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/radio-interview--sal-khan-on-npr-s-talk-of-the-nation--october-23--2012","created":1351634573,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2497","children":[]},{"title":"Radio Interview: Sal Khan on Diane Rehm (Oct 3, 2012)","description":"Sal speaking with Diane Rehm about Khan Academy and his book, the One World Schoolhouse (http:\/\/www.amazon.com\/dp\/1455508381?tag=khanacad-20)\n\nThe interview can also be found at: http:\/\/thedianerehmshow.org\/shows\/2012-10-03\/salman-khan-one-world-schoolhouse-education-reimagined\/transcript","url":"http:\/\/www.youtube.com\/watch?v=-t3MaJzV5Ok&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/radio-interview--sal-khan-on-diane-rehm--oct-3--2012","created":1351634610,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2603","children":[]},{"title":"Sal Khan on CNN Starting Point (Oct 5, 2012)","description":"Sal on CNN Starting Point - speaking about Khan Academy and his book, the One World Schoolhouse (http:\/\/www.amazon.com\/dp\/1455508381?tag=khanacad-20)","url":"http:\/\/www.youtube.com\/watch?v=-BHdJBwmdCU&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sal-khan-on-cnn-starting-point--oct-5--2012","created":1351634627,"start":null,"end":null,"type":"video","provider":"Khan University","views":"18954","children":[]},{"title":"Sal Khan on Piers Morgan Tonight (Oct 5, 2012)","description":"Sal speaking with Piers Morgan about Khan Academy and his book, the One World Schoolhouse (http:\/\/www.amazon.com\/dp\/1455508381?tag=khanacad-20)","url":"http:\/\/www.youtube.com\/watch?v=E8Yt7SuJ558&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sal-khan-on-piers-morgan-tonight--oct-5--2012","created":1351634643,"start":null,"end":null,"type":"video","provider":"Khan University","views":"16355","children":[]},{"title":"Sal's interview on the One World Schoolhouse (C-SPAN 2 After Words)","description":"","url":"http:\/\/www.youtube.com\/watch?v=bOvSOSk8MBI&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/sal-s-interview-on-the-one-world-schoolhouse--c-span-2-after-words","created":1353026708,"start":null,"end":null,"type":"video","provider":"Khan University","views":"5570","children":[]}]},{"title":"Coach Resources","description":"Resources for teachers and anyone else who's curious about how Khan Academy can be used in schools. For more information, check out khanacademy.org\/coach\/resources.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Vision for the classroom","description":"","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Classroom case studies","description":"Case study videos on 6 schools that use Khan Academy in their classrooms. Covers various models in public, charter, and independent schools with elementary, middle, and high school students. We're excited about the way these schools are using our resources and are eager to learn from more teachers and students. For more information, check out http:\/\/www.khanacademy.org\/toolkit\/pilot-schools.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[]},{"title":"Khan Academy resources","description":"Overview of the videos, exercises, reports, and Computer Science resources available on Khan Academy, with emphasis on how resources can be used in classrooms. For more information, check out http:\/\/www.khanacademy.org\/toolkit\/ka-resources. For a mapping of Khan Academy content to Common Core standards, check out khanacademy.org\/commoncore.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Khan Academy overview","description":"You can use Khan Academy's reports, practice problems, and videos to identify and meet students' individual needs and to free up time for more interactive and creative experiences with your students.","url":"http:\/\/www.youtube.com\/watch?v=s5Nx6i7UK_o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-overview","created":1348782046,"start":null,"end":null,"type":"video","provider":"Khan University","views":"8843","children":[]},{"title":"Khan Academy Computer Science in the classroom","description":"Ways to use Khan Academy's computer science platform in the classroom","url":"http:\/\/www.youtube.com\/watch?v=SmbgvJ3B-ag&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-computer-science-in-the-classroom","created":1348783736,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2079","children":[]}]},{"title":"Getting started with Khan Academy","description":"Overview of how to set up accounts for students under 13 and 13+, how to add a coach on Khan Academy, and how to separate students into class lists. For more information on getting started and technology needs, check out http:\/\/www.khanacademy.org\/toolkit\/getting-started.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Creating Khan Academy accounts for users ages 13+","description":"How to set up Khan Academy accounts for users ages 13+","url":"http:\/\/www.youtube.com\/watch?v=qot5e1jMBRs&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/creating-khan-academy-accounts-for-users-ages-13","created":1348782735,"start":null,"end":null,"type":"video","provider":"Khan University","views":"13744","children":[]},{"title":"Creating Khan Academy accounts for users under age 13","description":"How to set up Khan Academy accounts for children under age 13","url":"http:\/\/www.youtube.com\/watch?v=gzTLyxSi1vM&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/creating-khan-academy-accounts-for-users-under-age-13","created":1348782760,"start":null,"end":null,"type":"video","provider":"Khan University","views":"21990","children":[]},{"title":"Adding a coach and creating class lists on Khan Academy","description":"Adding a coach and creating class lists on Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=G5jy7iE7d0o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/adding-a-coach-and-creating-class-lists-on-khan-academy","created":1348783202,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7112","children":[]},{"title":"How to delete a student or class list","description":"How to delete a student or class list on Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=0dLNOCMRkGk&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-to-delete-a-student-or-class-list","created":1350949206,"start":null,"end":null,"type":"video","provider":"Khan University","views":"536","children":[]},{"title":"How to add a coach on Khan Academy","description":"How to add a coach on Khan Academy","url":"http:\/\/www.youtube.com\/watch?v=TFOAaIg-B3c&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/how-to-add-a-coach-on-khan-academy","created":1350949467,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2708","children":[]}]},{"title":"Using Khan Academy in the classroom","description":"Overview of some of the ways to use Khan Academy. For more information, including worksheets to help plan the first day and month with Khan Academy, check out http:\/\/www.khanacademy.org\/toolkit\/classroom-uses. ","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Easiest Way","description":"A brief description of how teachers can get started using Khan Academy in the easiest possible way.","url":"http:\/\/www.youtube.com\/watch?v=oT3EOV7CBB4&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/easiest-way","created":1348782319,"start":null,"end":null,"type":"video","provider":"Khan University","views":"7442","children":[]},{"title":"Station Rotation","description":"A brief description of how Khan Academy can be used in station rotations","url":"http:\/\/www.youtube.com\/watch?v=SVr21ej_vUg&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/station-rotation","created":1348782355,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2910","children":[]},{"title":"Learning Lab","description":"A brief description of how Khan Academy can be used in a learning lab.","url":"http:\/\/www.youtube.com\/watch?v=OF-GbzBQd8I&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/learning-lab","created":1348782390,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1994","children":[]},{"title":"Interactive Classroom","description":"A brief description of how Khan Academy can be used in an interactive classroom","url":"http:\/\/www.youtube.com\/watch?v=_Nw79t1F_8o&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/interactive-classroom","created":1348782412,"start":null,"end":null,"type":"video","provider":"Khan University","views":"2666","children":[]},{"title":"Using class time","description":"","url":"http:\/\/www.youtube.com\/watch?v=02ezsdXmZJY&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/using-class-time","created":1348784118,"start":null,"end":null,"type":"video","provider":"Khan University","views":"3291","children":[]}]},{"title":"Teacher chats","description":"Answers to teachers' questions about Khan Academy and how it can be used in the classroom. Answers may come from Khan Academy team members and\/or teachers who use Khan Academy with their students.","created":null,"start":null,"end":null,"provider":"Khan University","needs_enrollment":false,"children":[],"items":[{"title":"Khan Academy chats with teachers - Oct 11, 2012","description":"Khan Academy team members and Peter McIntosh, teacher who uses Khan Academy with his students at Oakland Unity High School, answer teachers' questions about Khan Academy.","url":"http:\/\/www.youtube.com\/watch?v=N_ZHnirms3A&feature=youtube_gdata_player","source":"http:\/\/www.khanacademy.org\/video\/khan-academy-chats-with-teachers-oct-11-2012","created":1351105406,"start":null,"end":null,"type":"video","provider":"Khan University","views":"1294","children":[]}]}] \ No newline at end of file diff --git a/configuration/sources/cryto-learn/includes/base.php b/configuration/sources/cryto-learn/includes/base.php new file mode 100644 index 0000000..4fb3454 --- /dev/null +++ b/configuration/sources/cryto-learn/includes/base.php @@ -0,0 +1,28 @@ + + + + learn.cryto.net + + + + + +
    +

    learn.cryto.net :: Learn something new!

    +
    +
    +
    + I want to learn about . +
    +
    + + diff --git a/configuration/sources/cryto-learn/index.php b/configuration/sources/cryto-learn/index.php new file mode 100644 index 0000000..28005e4 --- /dev/null +++ b/configuration/sources/cryto-learn/index.php @@ -0,0 +1,14 @@ + "No search query specified." + ))); +} +else +{ + $query = $_POST['q']; + $terms = explode(" ", $query); + + $db_query_terms = array(); + + foreach($terms as $term) + { + $db_query_terms[] = "`Title` LIKE ?"; + $db_query_arguments[] = "%{$term}%"; + } + + $db_query = implode(" AND ", $db_query_terms); + array_unshift($db_query_arguments, ''); + unset($db_query_arguments[0]); + + try { + $results_topics = Topic::CreateFromQuery("SELECT * FROM topics WHERE {$db_query}", $db_query_arguments); + + $return_objects = array(); + + foreach($results_topics as $topic) + { + $return_objects[] = $topic->AsDataset(); + } + + $sPageContents = json_encode($return_objects); + } catch (NotFoundException $error) { + $sPageContents = json_encode([]); + } +} diff --git a/configuration/sources/cryto-learn/modules/ui/index.php b/configuration/sources/cryto-learn/modules/ui/index.php new file mode 100644 index 0000000..b09392e --- /dev/null +++ b/configuration/sources/cryto-learn/modules/ui/index.php @@ -0,0 +1,18 @@ +strings, array()); + +$sPageType = "ui"; diff --git a/configuration/sources/cryto-learn/rewrite.php b/configuration/sources/cryto-learn/rewrite.php new file mode 100644 index 0000000..92dbb95 --- /dev/null +++ b/configuration/sources/cryto-learn/rewrite.php @@ -0,0 +1,33 @@ +allow_slash = true; +$router->ignore_query = true; + +$router->routes = array( + 0 => array( + "^/$" => "modules/ui/index.php", + "^/api/search$" => "modules/api/search.php", + "^/api/dump$" => "modules/api/dump.php" + ) +); + +$router->RouteRequest(); + +echo($sPageContents); + +/* +$data = array(); + +foreach(Topic::CreateFromQuery("SELECT * FROM topics WHERE `ParentId` = 0") as $topic) +{ + $data[] = $topic->AsDataset(); +} + +echo(json_encode($data)); +* */ diff --git a/configuration/sources/cryto-learn/static/spinner.gif b/configuration/sources/cryto-learn/static/spinner.gif new file mode 100644 index 0000000000000000000000000000000000000000..b57c8a07f9030b20bb3e4e7fef7b2b23082875ea GIT binary patch literal 1849 zcmb8wdr(tX9tZI2z31lM+(&YW5ksU-2mzCjm;fO}vF=Ss1c6dOg_cK2#IS}!4Jg94 zh~$9~2BLmhjz5JE%Y(fneMs?fAp{PkNy35 z=A1d7`TovtPR76f%uNNvvX%xyCW^f&3h;ILjO<2JSB52+qb0~^DIg0waAL#*_i)|)9dWEefC|F z2FJeL5?ht6v3ief*Lue*m3yF=CxA-?cd0_Rgpd&0Ad$c@H|EO`*lfaY8hb}GqkVU8 z1uhD%+^~%y@0i^I<||h6(lw#+;R}y@^M=`_KTCIb+*k5rxqrK7a+Ri?nj>ctF9;|R zy65AKNiy+%gaw4GNtF!vBtZjrc`S@`AbJ;QNdcVXqf&Bj3Q5{y!ddo*EDqMbq1$Z4 zKQuC({*KwDXaqKknyZ&jBQ0} z00Qf;f9^f>qOh_%0_4EuQUoQOM6$_Knuq4zdr3!cz0FftX%B0oLw`vY4jW72d9Oxjk2Rl2; zjLmxeX?@sSs+U_N3gsfjZ!WD3Qrgy#)Z`R|sQ+QmW&(kGyye;4v@_K0zea5LS{~hI zCL=Ge`mS~rBYrUa?YR9->gyeQvXjb-ihuaLv(Pt@SoOyuU}yK$XKFMJ)<3lRDw|{b zeMj_z1F>NN%^|>FR6&4SihGvCvr6Jn8s#jw5(j(7Vzr#%W7ad0Y4N(5iXr)MBr=%A zve9d=ufB0rAQWp7Z#WPg(;l!+7G4tj0Ajj7RS5WW{Qe;Su0um%Wf-MUbg3~M z%CT1;v$P8sd%R>yk>czmo>0bbyy;wRZhu&HKmjY5=ATglDCWf zpKP`5j^Sh+y;;|4?t`JXaW=k^RZ_W2rO|x&9&H4;A%y9%W^V`6AL46t}~vnG}K9HyhQWeX#aQvfFl1s}>wy)q7PP&6|Jb%(Q3_bkBI4 znK~hZ7IK+5+JRsQpHDbT3ZzY3xD&>CeX+z4%;oD*M{z?%gYx(Lw5(BO4=SHrn}rXL zXit&0V`=|9e0yxgiw4(DtM1_|!)wXFh-oL}-uZrG^c1QZzi}rbYO3$__(zdbb1N6- z)u8A`W+*|1Ap65>>O-$)SyNqd zL3WSuXEC)UX9KlV@{l#Zp!`A5<1yy3&NWOrhmJEtbRLHR{Cu6BLW3CEQQ?3YJhw{QKzkM8N9wmOt*2_I zMhH~~OkU1npgQ@x(OJC)3U5naTu?@Iv>h@{sD{MdtzXBBHW96^&WV3V33iWDMa^pF zgFfrLic7T}`FU8RdbAmV8BQ8O8wzqasYs-i*_61Q&y;as;*AQ>cXSl31J|+?%>V!Z literal 0 HcmV?d00001 diff --git a/configuration/sources/cryto-learn/style.css b/configuration/sources/cryto-learn/style.css new file mode 100644 index 0000000..0a8d88e --- /dev/null +++ b/configuration/sources/cryto-learn/style.css @@ -0,0 +1,138 @@ +body +{ + background-color: #F3FFF7; + padding: 0px; + margin: 0px; + font-family: sans-serif; +} + +#templates +{ + display: none; +} + +.header +{ + background-color: #C9F9DF; + color: #009B53; + padding: 12px 14px; +} + +.header h1 +{ + margin: 0px; + font-weight: normal; +} + +.search-large +{ + color: #006824; + width: 960px; + text-align: center; + margin: 180px auto; + font-size: 42px; +} + +.search-top +{ + color: #006824; + width: 960px; + margin: 16px; + font-size: 26px; +} + +.search-large input, .search-top input +{ + color: #006824; + border: 0px; + background-color: transparent; + border-bottom: 2px solid #1FDF62; +} + +.search-large input +{ + font-size: 42px; + width: 300px; +} + +.search-top input +{ + font-size: 26px; + width: 180px; +} + +.spinner +{ + margin-left: 14px; +} + +.topic, .item +{ + padding: 9px 12px; + margin: 5px 20px; + background-color: #79E1A8; + font-size: 20px; + width: 960px; +} + +.topic +{ + margin-top: 19px; + cursor: pointer; +} + +.item +{ + margin-left: 34px; + width: 926px; + font-size: 18px; + background-color: #97F3C1; + display: none; +} + +.type +{ + font-size: 18px; + color: gray; +} + +.type:after +{ + content: ":"; +} + +a.title +{ + color: #041F9F; +} + +.toggler +{ + display: block; + float: left; + width: 16px; + height: 16px; + margin-top: 2px; + margin-right: 8px; + font-size: 13px; + text-align: center; + font-weight: bold; + border: 1px solid black; + background-color: #D2ECCF; +} + +.providername +{ + font-size: 18px; + color: gray; +} + +.providername:before +{ + content: "("; +} + +.providername:after +{ + content: ")"; +} diff --git a/configuration/sources/cryto-learn/templates/ui/index.tpl b/configuration/sources/cryto-learn/templates/ui/index.tpl new file mode 100644 index 0000000..6c77c1d --- /dev/null +++ b/configuration/sources/cryto-learn/templates/ui/index.tpl @@ -0,0 +1,140 @@ + + + + learn.cryto.net + + + + + +
    +

    learn.cryto.net :: Learn something new!

    +
    +
    +
    + I want to learn about . +
    +
    + +
    +
    +
    + + diff --git a/configuration/sources/cryto-todo/classes/item.php b/configuration/sources/cryto-todo/classes/item.php new file mode 100644 index 0000000..9888f04 --- /dev/null +++ b/configuration/sources/cryto-todo/classes/item.php @@ -0,0 +1,49 @@ + array( + 'Text' => "Text" + ), + 'numeric' => array( + "UserId" => "UserId" + ), + 'boolean' => array( + "Completed" => "Completed", + "Must" => "Must" + ), + 'timestamp' => array( + "CreationDate" => "CreationDate", + "CompletionDate" => "CompletionDate", + "Deadline" => "Deadline" + ), + 'user' => array( + "User" => "UserId" + ) + ); + + public function MarkDone() + { + $this->uCompletionDate = time(); + $this->uCompleted = true; + $this->InsertIntoDatabase(); + } +} diff --git a/configuration/sources/cryto-todo/classes/user.php b/configuration/sources/cryto-todo/classes/user.php new file mode 100644 index 0000000..bbdf9a5 --- /dev/null +++ b/configuration/sources/cryto-todo/classes/user.php @@ -0,0 +1,166 @@ + array( + 'Username' => "Username", + 'Hash' => "Hash", + 'Salt' => "Salt" + ), + 'numeric' => array( + "CurrentItemId" => "CurrentItemId" + ), + 'boolean' => array( + 'IsAdmin' => "Admin", + 'IsBanned' => "Banned", + 'IsGuest' => "Guest" + ), + 'timestamp' => array( + "RegistrationDate" => "RegistrationDate", + "LastSeen" => "LastSeen" + ), + 'item' => array( + "CurrentItem" => "CurrentItemId" + ) + ); + + public function GenerateSalt() + { + $this->uSalt = random_string(10); + } + + public function GenerateHash() + { + if(!empty($this->uSalt)) + { + if(!empty($this->uPassword)) + { + $this->uHash = $this->CreateHash($this->uPassword); + } + else + { + throw new Exception("User object is missing a password."); + } + } + else + { + throw new Exception("User object is missing a salt."); + } + } + + public function CreateHash($input) + { + global $cphp_config; + $hash = crypt($input, "$5\$rounds=50000\${$this->uSalt}{$cphp_config->salt}$"); + $parts = explode("$", $hash); + return $parts[4]; + } + + public function VerifyPassword($password) + { + if($this->CreateHash($password) == $this->sHash) + { + return true; + } + else + { + return false; + } + } + + public function Authenticate() + { + $_SESSION['user_id'] = $this->sId; + $_SESSION['logout_key'] = random_string(32); + $_SESSION['is_admin'] = $this->sIsAdmin; + + $this->SetGlobalVariables(); + } + + public function Deauthenticate() + { + unset($_SESSION['user_id']); + unset($_SESSION['is_admin']); + } + + public function SetGlobalVariables() + { + NewTemplater::SetGlobalVariable("my-username", $this->sUsername); + NewTemplater::SetGlobalVariable("logout-key", $_SESSION['logout_key']); + } + + public static function CheckIfUsernameExists($username) + { + try + { + $result = User::FindByUsername($username); + return true; + } + catch (NotFoundException $e) + { + return false; + } + } + + public static function FindByUsername($username) + { + return self::CreateFromQuery("SELECT * FROM users WHERE `Username` = :Username AND `Guest` = 0", array(':Username' => $username), 0, true); + } + + public function MarkCurrentItemDone() + { + $this->sCurrentItem->MarkDone(); + $this->PickNewItem(!$this->sCurrentItem->sMust); + } + + public function SkipCurrentItem() + { + $this->PickNewItem(!$this->sCurrentItem->sMust); + } + + public function PickNewItem($must) + { + try + { + $sNewItem = Item::CreateFromQuery("SELECT * FROM items WHERE `UserId` = :UserId AND `Completed` = 0 AND `Must` = :Must ORDER BY RAND() LIMIT 1", + array(":UserId" => $this->sId, ":Must" => $must), 0, true); + } + catch (NotFoundException $e) + { + /* If no item of the desired sort exists, then maybe there's an item of a different type? */ + try + { + $sNewItem = Item::CreateFromQuery("SELECT * FROM items WHERE `UserId` = :UserId AND `Completed` = 0 ORDER BY RAND() LIMIT 1", + array(":UserId" => $this->sId), 0, true); + } + catch (NotFoundException $e) + { + /* Give up. */ + $this->uCurrentItemId = 0; + $this->InsertIntoDatabase(); + return; + } + } + + $this->uCurrentItemId = $sNewItem->sId; + $this->InsertIntoDatabase(); + } +} diff --git a/configuration/sources/cryto-todo/cphp b/configuration/sources/cryto-todo/cphp new file mode 160000 index 0000000..ca82a9e --- /dev/null +++ b/configuration/sources/cryto-todo/cphp @@ -0,0 +1 @@ +Subproject commit ca82a9e0c80c7bf94350cc8426f57c4a351c92c1 diff --git a/configuration/sources/cryto-todo/includes/base.php b/configuration/sources/cryto-todo/includes/base.php new file mode 100644 index 0000000..d10a3c7 --- /dev/null +++ b/configuration/sources/cryto-todo/includes/base.php @@ -0,0 +1,48 @@ +uIsGuest = true; + $sCurrentUser->uIsAdmin = false; + $sCurrentUser->uIsBanned = false; + $sCurrentUser->InsertIntoDatabase(); + $sCurrentUser->Authenticate(); +} + +NewTemplater::SetGlobalVariable("logged-in", ($sCurrentUser->sIsGuest === false)); + +$sCurrentUser->uLastSeen = time(); +$sCurrentUser->InsertIntoDatabase(); + +$sCurrentUser->SetGlobalVariables(); diff --git a/configuration/sources/cryto-todo/index.php b/configuration/sources/cryto-todo/index.php new file mode 100644 index 0000000..dfc7a28 --- /dev/null +++ b/configuration/sources/cryto-todo/index.php @@ -0,0 +1,17 @@ +uUserId = $sCurrentUser->sId; + $sNewItem->uText = $_POST['description']; + $sNewItem->uMust = ($_POST['type'] == "must"); + $sNewItem->uCreationDate = time(); + $sNewItem->InsertIntoDatabase(); + + if($sCurrentUser->sCurrentItemId == 0) + { + /* Pick a new item... */ + $sCurrentUser->PickNewItem(true); + } +} + +redirect("/list"); diff --git a/configuration/sources/cryto-todo/modules/done.php b/configuration/sources/cryto-todo/modules/done.php new file mode 100644 index 0000000..8f4458b --- /dev/null +++ b/configuration/sources/cryto-todo/modules/done.php @@ -0,0 +1,17 @@ +MarkCurrentItemDone(); +redirect("/list"); diff --git a/configuration/sources/cryto-todo/modules/list.php b/configuration/sources/cryto-todo/modules/list.php new file mode 100644 index 0000000..382b60f --- /dev/null +++ b/configuration/sources/cryto-todo/modules/list.php @@ -0,0 +1,51 @@ + $sCurrentUser->sId, ":CurrentId" => $sCurrentUser->sCurrentItemId)); +} +catch (NotFoundException $e) +{ + $result = array(); +} + +$sItems = array(); + +foreach($result as $sItem) +{ + $sItems[] = array( + "description" => $sItem->sText, + "must" => $sItem->sMust + ); +} + +try +{ + $sCurrentMust = $sCurrentUser->sCurrentItem->sMust; + $sCurrentDescription = $sCurrentUser->sCurrentItem->sText; +} +catch (NotFoundException $e) +{ + $sCurrentMust = false; + $sCurrentDescription = ""; +} + +echo(NewTemplater::Render("list", $locale->strings, array( + "items" => $sItems, + "current-task-must" => $sCurrentMust, + "current-task-description" => $sCurrentDescription, + "can-skip" +))); diff --git a/configuration/sources/cryto-todo/modules/login.php b/configuration/sources/cryto-todo/modules/login.php new file mode 100644 index 0000000..4a1d645 --- /dev/null +++ b/configuration/sources/cryto-todo/modules/login.php @@ -0,0 +1,36 @@ +VerifyPassword($_POST['password']) === false) + { + die("Invalid login details."); + } + + $sUser->Authenticate(); + $sCurrentUser = $sUser; +} + +redirect("/list"); diff --git a/configuration/sources/cryto-todo/modules/logout.php b/configuration/sources/cryto-todo/modules/logout.php new file mode 100644 index 0000000..97a6fca --- /dev/null +++ b/configuration/sources/cryto-todo/modules/logout.php @@ -0,0 +1,21 @@ +Deauthenticate(); +} + +redirect("/list"); diff --git a/configuration/sources/cryto-todo/modules/register.php b/configuration/sources/cryto-todo/modules/register.php new file mode 100644 index 0000000..72b5316 --- /dev/null +++ b/configuration/sources/cryto-todo/modules/register.php @@ -0,0 +1,42 @@ + 48) + { + die("Username too long."); + } + + if($_POST['password'] !== $_POST['password2']) + { + die("Passwords do not match."); + } + + if(strlen($_POST['password']) < 6) + { + die("Password must be at least 6 characters."); + } + + $sCurrentUser->uUsername = $_POST['username']; + $sCurrentUser->uPassword = $_POST['password']; + $sCurrentUser->uRegistrationDate = time(); + $sCurrentUser->uIsGuest = false; + $sCurrentUser->GenerateSalt(); + $sCurrentUser->GenerateHash(); + $sCurrentUser->InsertIntoDatabase(); +} + +redirect("/list"); diff --git a/configuration/sources/cryto-todo/modules/skip.php b/configuration/sources/cryto-todo/modules/skip.php new file mode 100644 index 0000000..e048e86 --- /dev/null +++ b/configuration/sources/cryto-todo/modules/skip.php @@ -0,0 +1,21 @@ +sCurrentItem->sMust == false) +{ + $sCurrentUser->PickNewItem(false); +} + +redirect("/list"); diff --git a/configuration/sources/cryto-todo/rewrite.php b/configuration/sources/cryto-todo/rewrite.php new file mode 100644 index 0000000..95b1225 --- /dev/null +++ b/configuration/sources/cryto-todo/rewrite.php @@ -0,0 +1,44 @@ +ignore_query = true; +$router->allow_slash = true; + +$router->routes = array( + 0 => array( + "^/list$" => "modules/list.php", + "^/register$" => "modules/register.php", + "^/login$" => "modules/login.php", + "^/logout$" => "modules/logout.php", + "^/add$" => "modules/add.php", + "^/done$" => array( + "target" => "modules/done.php", + "methods" => "post" + ), + "^/skip$" => array( + "target" => "modules/skip.php", + "methods" => "post" + ) + ) +); + +try { + $router->RouteRequest(); +} catch (RouterException $error) { + http_response_code(404); + die(); +} diff --git a/configuration/sources/cryto-todo/static/fancybox/blank.gif b/configuration/sources/cryto-todo/static/fancybox/blank.gif new file mode 100644 index 0000000000000000000000000000000000000000..35d42e808f0a8017b8d52a06be2f8fec0b466a66 GIT binary patch literal 43 scmZ?wbhEHbWMp7uXkcLY|NlP&1B2pE7Dgb&paUX6G7L;iE{qJ;0LZEa`2YX_ literal 0 HcmV?d00001 diff --git a/configuration/sources/cryto-todo/static/fancybox/fancybox_loading.gif b/configuration/sources/cryto-todo/static/fancybox/fancybox_loading.gif new file mode 100644 index 0000000000000000000000000000000000000000..01586176d793c261db6b6ca4ca7822b2d3b35703 GIT binary patch literal 3866 zcmeH{`BzhS-pB7vAcPQ-kc36emE6l72n3KA0p*eeNZ15&D~bw6fr544QEKVE31oq= zC6RqcaX|&Cs4bOEM!*HPy5MPrL0fH~9?y)9V^3!~*yU+^&iwxT@_he-@9X{gyx(!k zSjjTA8{h`Kp#tII;W05WOO`AdA0NMS=T2#9X;4tmXPcPHM}L3+?(XiVPoJ92=HcOCH#fIq$By;&^?my3r>|eX{^5roWHMPpLj#-5wz08U zyLN3)Pmimst4JjB@bJjZ%`Gl2PDn_&e*HR)Mq9UTT~bogjT<+(Ty9QIj;*aNhGE;c zZ(p!rfyH8Z_Uzf?$B*ycy*oQQ8ypPkvV&YU?jGBRRs zZyyyERb5@pWHSBy{8%g&48wZ8UZ>M}dU~#3zg{R5^7;I;XU|fpR3|5=(9lq=Ry!~- zAP@)~930x)+b>_fTw7cF>eZ{aZ{JEJlJn=!U%GT@YHA8WkjBQwlP6Eo>Gb8xm&e7$ zoj!e9E|(`JCf>VuZ)Rr3YPE7WoayQ5n>TMpMn<-@w79sqoH}*t^Upue$jI2XZCi75 zb8Kwv;NW0=ef^3RD;NyMvSrIEDk>-xijR*^KtMo9NXUT$2Y~;7|91(%KRG1FU@BR3 zN=!(ghz!pE1pc=$Nu8a;-&nv;*rnc`zcqiCnxCArc~f4_J~iKW|Ni}fTehpS^S9-0 z58Rfs#}9zt+St+nDiH7v<6W-+yPt}vIH946#ag`{72+~GJDH){KQhQ95L8h`v1Qd% zf4e0Vs;ssO70a7j0z;(2V|5Lr7_&c)MudTAR}3kf5Oxb~SNNe+AT$_Vx>Oh|t`f$` zV@Cs`Y=TLs-w1*Bqv0g6NGo41AcNJilGsVTP!jjZfX4P~QBp{+U3^M#bgbs(>KYHl z5JJ%@JZ}e$nRsqHBR$!bIuj-<(rgJkerrfBi%fd)X1i0^BB6tGYg`J8zG&D}>$> zH+-+Al;w9@VL6ZVcWuq6EPLO7PrqcMw}&}2E)V_WlM3C`s_2vQEdkRL6L$qwZ%R*b zxI0sP`m(5dS#N)MZ|*+&YdDlYheMeUN0`9W=nc3q8Bb1PF-nC-y=?%_NK31x*gJEr z1dF4qZ=|F+3EJ8zem1GXE{4!?LA-V4%5t_~VRA#VpIeg2NLw^SA(0iybb7L*!$N!| zGf@+tl$M&13@SBDdY>{Sg=-;{G*=hk(-(-~< zyj7!YkSPB45*%62WF~D+&F4p#>zlTmyNi!sktegdB9!0QbHRVGQ&Wy)R|%zT$3!lW zV+(sbghf9bn*=z%i_-HvYUSt|yM#P@e%#a`rv_)!HX?&Q(Op;jUaafw5OC6k?DOrS z-WU9yZ4}pK7vJ||{TdDF&(VNhk|maJ=QCv93~Pr|Y{R0W3wT1ridbs6U`fMJ!mNTkVB@o@24du-DtEI1S(sTZ$* zuj;B;tW-lAsT$S2jqYng?9C=>hPcT;pC z^u$Vuc0yXrc3(9+l`)#snF5zgZkmC?ft*yCbtU@hZ(I_$riTe7*IkmU<8s#AO)EOV1b;|I1Gm~ zAReSaaxl_+PVWaD!4XowDfffCe5Rf;WC+jC(Le0NF^s`uFaRbnee2TDQT`%-=Fvna z$rQid9=3Vd-gzb~O3LtT#b=mKmR+Q9K^-ONJt}zb^hNR$v}9RX_~IXT@llV9yN@3= z^RhqSz?C>;Oe>d^B|@Q+v>WU@b|ByLcB9H7bc$TqQJQ@sSIS45L5tz zgKeS$tT=okhb&O2P8g8oTc4a@e0>cxH=dwJxw=NVe5)GzpO-HOpH^Hako&sD--*aO zQmE+_ZUKY69vUwtXzoVt4n>!Qxb$9Cyi|-5si2h4GAB&If_M!3#z*IjBp{U3B1KmR z|4{#+cE{PEN@`u@L0WuO2fyvNO_&$^`(RGK6RQDGRI4}WA)`r~KyZ<=a-4xDsLIef zi`9UTcr98L&V!Z2_KtEygCx|Td-u?+&BY7|R_tW$((0_yYuDMIG>z)1_8F#2MyP~Q zQmlHYsx0?oeYIno3Vl>(_4?|oS^V~73HpWpv{4nj*Lcn37n&FRxD!8m0ch)t*M#oo zJL9%RGP|V?B)45^BsM}?L+Km@K7LTY)QB>|bFL;))Saxo54?TlHXJUH`^eKb+EN2V zc*6O)L%Bx@rwA?2nAx zKYi`<5)Aqa$QU&u3cy%PnKa~(ZI-u#eZ);oRYwaOp@0zqv@*lJnK4H}aPHOis^K^= zje&Kwq#Ye&9P&Tt#jZ`&5)5hf1^#RPXm8adeM-W=?Ig6bNu(Vd8gY+}*!SJ>(4~r+ z&fhHh{ehCwJ!sycNNh~L(y?nCOS9hezEvrY*EXCKKWA;JZS}q~^un`+*)I#{RV&>FT&8;cy#sq## zd1A5#y03x!B90iK%*T^(#A*k+vGwQ(WFNA|{Q%}wNl*_!*pBB5<(*PjrmpXrt~JPZ zKzK%S7Lluuv_fH|6p&nEu#y$NAFdrmW9db_Zm+X!^maXYNuVQ0rlhhZS&}6OcR$s( z)NZ&?kTRubTcC(y^`g=8RQ`XX{p%lEM+lWnqfv zg1-uueo0|IXQGr;-4| ziFX1P?_0-bivXnqPm(eCK<--~D9gt*bCqPpsl#}lFl6_b2g}-!l6tL!f;X-VaO&Y) zIX6gcS$6RF#W_c+H~-M>$HsKu>Hl4uKeh4AyG{MAjdHosSg0+lB+M0ZSXWqvV~6F| za?RnxW|(K>atQ=h*UK?A{GqwfTIjrfu^K#wcj2cAljWVajfHBRrAz%G3HI0iV)Psd zxuGr0jkuz3)u^9ee^OqEnGd_W?tC@f)+}#sa)0%@4J;%5Bd!1YtfIAFGYrwlMki;R z0j|^Y){SUw94syL7%jO{9vEzs0u~ij1Z3To?g)4?LPw%p*e_>_XhUZK{|Wny)axnb z5&#IFMNg(lqjP4j&i(!QHwYuLkXxVKb=;Rhi=^UVd0OhRSi9G^@FE>E_ z2>_`)1#3{xvE_Kr5h)v*SI|62Eh+HOpr48wQt4ZP>!}~vY@FM)Lm6uVQnI`79TV)2 z6aUTC|MOYdpeRYy@q|d-pwOq!UO?Tlqn%g8=`Sw~)ZE%Mga zH{EHrM>?WI+vTH3X01l=#&`Te<8xOKsc`K?R~!HnkCQ+KkDBY{60GlG-WME(foBpo zk66u~Zy#B@Y+1N&=lg>1s*5JAe5a8god!E*&}FPy{#)Yi5}<=T;DVt(z+6;fh2UTI zPs&ty%$D#U&wb(5EFyW6(P_Ig2{oi833C@aX8vB~b1W3}-$fhOue5wi{m{SZNwgUR Hfr$SAXcFm;si#gzIH8i|xBjnr(^v2PlywXeCpY1~YR z4GEC=56mo#2*Jw43=>FU4RxdEX3ZEcpdS z%HtH+f>7JeQ$IK+9QDXilvv`=x9>$1g_d|wZ7R*wA%kdl%*g(DuM>=q10xi-@1R<4 zfDLYHJ zpO=zsW3J$mEMQT}BbuN>(eKeAw?y!C8bX{ln+xG2nzt)TZj+1-SpfCuZ_LS%yYmedK=8(Vz#=G$f8x?$7?XrITuX#MQW%A%tvGr` zFWZLWl|78Hj`gbN7+aoWS6m%?bB$%(y6YLbXFEz+)iCx{LpKc9Q9w#{@K$BPZ6q1@ zlYq?aMqqcwwa?|64kJFNtV8L^yaQST%4s&BDRTBTw0RIEAsuBmi}FmPbqR}3Nmyqz zMw9%S(GvSM{#V>nZumbrlffCeXpX;{Wqt)6SZo)q4~NC@kOU@%!DzfWy>bD@>PExe v>EvH}>tDZp{&4r=VGmt>cI(v(`?0Vh3|0{{R3r~&&>0002JP)t-s00000 z0000001gfg00000000000L{(K0RaKo+1UdF0|y5O0002r-`@fP0zW@L0RaI3004r5 zf*c$i<>lo7006(gzwz<$1_lOaXJ-Ha0PO7S1_lQB`1n6RKgr3-o}Qj(XJ_~K_k)9j z0002c(9rn!_^z(5+S=Ou{QT_f>;M1&`T6<%{r%qF-T(jq|Ns9^PENtW!8J8CtgNh! zjg6d~oO*hCU0q#hXlN`fEV{b7A|fKr&dxzWL2cadjQ{`uFLY8)Qvd-22n`Y$9U~_# zIz&iQRb6RmY;AdZe}{>XmZ71nva`0nz{Sba)ZXIw`TG6+j4$gO000CPNkl2x46b6u4*Y}3asYn+5i8uzL!nR%M6xSwKsc_zR;VeIz1!l=7%bc z^y9i1)H)rlQX5H}t{Ws>?{u#6gz84u?!QbIi|O0XJDu=rsP(kOm!=PlH`(sv9EkSo zO_FTZdqMae(=to80;1R*KD8?Z-XAW}75f}vpB-w-_K1jXvbyyskRKG~i0)Nd)AX*h zM0#jwkEyO{im};yhRB-mZUqXW7+c;F1v9Jy3$|wC<2h!|U!Lx#xcXj0@L!j8|xED11W*crqOmmrm2 zaNL9`2D5c~he(BkB@$-KlIa8s8Kwh<=ae59U)>sWI-q=Y6CBUZC4Z4p^bJjdEssKP z4;QpSWa-4pp=U@h!6|;59SN>-kagZYW2)i=R-w zJ=+`1BBWbJw<+SWZLl#Hfl2g80BLcm$WxI5;@LL23}o63Dsxiw@i}&xZ5D^)2ZPC6 zfF$O#{~XJ>Qc0%mc*K(e-*aq}>#IqVxoO!wht#tzlWY}M#i?*j5|wTPZQ{iL5x038 z-$MSyrrbCx`a?Ami??6*t($WH7UQhwE<)u58NP6v$8fC?65` z4W?!G9jiornqN$vX@>O$Qnk$2K;L95zzM*yo_XfmGCZ#pXchx2 z{#7tioQ*#A7036HeWemZIWsM6L^)Vu!zsc6-G;m=zuCI31o0^Nyk`#m7+u_-6yeZ6 z?*v!*7}4p{qP%j7+6%`VB5APEs4^y4U5O=7NO@C4lVRYnF{keNA#nV
    ',image:'',iframe:'",error:'

    The requested content cannot be loaded.
    Please try again later.

    ',closeBtn:'',next:'',prev:''},openEffect:"fade",openSpeed:250,openEasing:"swing",openOpacity:!0, +openMethod:"zoomIn",closeEffect:"fade",closeSpeed:250,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:250,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic",prevSpeed:250,prevEasing:"swing",prevMethod:"changeOut",helpers:{overlay:!0,title:!0},onCancel:f.noop,beforeLoad:f.noop,afterLoad:f.noop,beforeShow:f.noop,afterShow:f.noop,beforeChange:f.noop,beforeClose:f.noop,afterClose:f.noop},group:{},opts:{},previous:null,coming:null,current:null,isActive:!1, +isOpen:!1,isOpened:!1,wrap:null,skin:null,outer:null,inner:null,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(a,d){if(a&&(f.isPlainObject(d)||(d={}),!1!==b.close(!0)))return f.isArray(a)||(a=t(a)?f(a).get():[a]),f.each(a,function(e,c){var k={},g,h,j,m,l;"object"===f.type(c)&&(c.nodeType&&(c=f(c)),t(c)?(k={href:c.data("fancybox-href")||c.attr("href"),title:c.data("fancybox-title")||c.attr("title"),isDom:!0,element:c},f.metadata&&f.extend(!0,k, +c.metadata())):k=c);g=d.href||k.href||(p(c)?c:null);h=d.title!==r?d.title:k.title||"";m=(j=d.content||k.content)?"html":d.type||k.type;!m&&k.isDom&&(m=c.data("fancybox-type"),m||(m=(m=c.prop("class").match(/fancybox\.(\w+)/))?m[1]:null));p(g)&&(m||(b.isImage(g)?m="image":b.isSWF(g)?m="swf":"#"===g.charAt(0)?m="inline":p(c)&&(m="html",j=c)),"ajax"===m&&(l=g.split(/\s+/,2),g=l.shift(),l=l.shift()));j||("inline"===m?g?j=f(p(g)?g.replace(/.*(?=#[^\s]+$)/,""):g):k.isDom&&(j=c):"html"===m?j=g:!m&&(!g&& +k.isDom)&&(m="inline",j=c));f.extend(k,{href:g,type:m,content:j,title:h,selector:l});a[e]=k}),b.opts=f.extend(!0,{},b.defaults,d),d.keys!==r&&(b.opts.keys=d.keys?f.extend({},b.defaults.keys,d.keys):!1),b.group=a,b._start(b.opts.index)},cancel:function(){var a=b.coming;a&&!1!==b.trigger("onCancel")&&(b.hideLoading(),b.ajaxLoad&&b.ajaxLoad.abort(),b.ajaxLoad=null,b.imgPreload&&(b.imgPreload.onload=b.imgPreload.onerror=null),a.wrap&&a.wrap.stop(!0,!0).trigger("onReset").remove(),b.coming=null,b.current|| +b._afterZoomOut(a))},close:function(a){b.cancel();!1!==b.trigger("beforeClose")&&(b.unbindEvents(),b.isActive&&(!b.isOpen||!0===a?(f(".fancybox-wrap").stop(!0).trigger("onReset").remove(),b._afterZoomOut()):(b.isOpen=b.isOpened=!1,b.isClosing=!0,f(".fancybox-item, .fancybox-nav").remove(),b.wrap.stop(!0,!0).removeClass("fancybox-opened"),b.transitions[b.current.closeMethod]())))},play:function(a){var d=function(){clearTimeout(b.player.timer)},e=function(){d();b.current&&b.player.isActive&&(b.player.timer= +setTimeout(b.next,b.current.playSpeed))},c=function(){d();f("body").unbind(".player");b.player.isActive=!1;b.trigger("onPlayEnd")};if(!0===a||!b.player.isActive&&!1!==a){if(b.current&&(b.current.loop||b.current.index=c.index?"next":"prev"],b.router=e||"jumpto",c.loop&&(0>a&&(a=c.group.length+a%c.group.length),a%=c.group.length),c.group[a]!==r&&(b.cancel(),b._start(a)))},reposition:function(a,d){var e=b.current,c=e?e.wrap:null,k;c&&(k=b._getPosition(d),a&&"scroll"===a.type?(delete k.position,c.stop(!0,!0).animate(k,200)):(c.css(k),e.pos=f.extend({}, +e.dim,k)))},update:function(a){var d=a&&a.type,e=!d||"orientationchange"===d;e&&(clearTimeout(w),w=null);b.isOpen&&!w&&(w=setTimeout(function(){var c=b.current;c&&!b.isClosing&&(b.wrap.removeClass("fancybox-tmp"),(e||"load"===d||"resize"===d&&c.autoResize)&&b._setDimension(),"scroll"===d&&c.canShrink||b.reposition(a),b.trigger("onUpdate"),w=null)},e&&!s?0:300))},toggle:function(a){b.isOpen&&(b.current.fitToView="boolean"===f.type(a)?a:!b.current.fitToView,s&&(b.wrap.removeAttr("style").addClass("fancybox-tmp"), +b.trigger("onUpdate")),b.update())},hideLoading:function(){n.unbind(".loading");f("#fancybox-loading").remove()},showLoading:function(){var a,d;b.hideLoading();a=f('
    ').click(b.cancel).appendTo("body");n.bind("keydown.loading",function(a){if(27===(a.which||a.keyCode))a.preventDefault(),b.cancel()});b.defaults.fixed||(d=b.getViewport(),a.css({position:"absolute",top:0.5*d.h+d.y,left:0.5*d.w+d.x}))},getViewport:function(){var a=b.current&&b.current.locked|| +!1,d={x:q.scrollLeft(),y:q.scrollTop()};a?(d.w=a[0].clientWidth,d.h=a[0].clientHeight):(d.w=s&&C.innerWidth?C.innerWidth:q.width(),d.h=s&&C.innerHeight?C.innerHeight:q.height());return d},unbindEvents:function(){b.wrap&&t(b.wrap)&&b.wrap.unbind(".fb");n.unbind(".fb");q.unbind(".fb")},bindEvents:function(){var a=b.current,d;a&&(q.bind("orientationchange.fb"+(s?"":" resize.fb")+(a.autoCenter&&!a.locked?" scroll.fb":""),b.update),(d=a.keys)&&n.bind("keydown.fb",function(e){var c=e.which||e.keyCode,k= +e.target||e.srcElement;if(27===c&&b.coming)return!1;!e.ctrlKey&&(!e.altKey&&!e.shiftKey&&!e.metaKey&&(!k||!k.type&&!f(k).is("[contenteditable]")))&&f.each(d,function(d,k){if(1h[0].clientWidth||h[0].clientHeight&&h[0].scrollHeight>h[0].clientHeight),h=f(h).parent();if(0!==c&&!j&&1g||0>k)b.next(0>g?"up":"right");d.preventDefault()}}))},trigger:function(a,d){var e,c=d||b.coming||b.current;if(c){f.isFunction(c[a])&&(e=c[a].apply(c,Array.prototype.slice.call(arguments,1)));if(!1===e)return!1;c.helpers&&f.each(c.helpers,function(d, +e){e&&(b.helpers[d]&&f.isFunction(b.helpers[d][a]))&&(e=f.extend(!0,{},b.helpers[d].defaults,e),b.helpers[d][a](e,c))});f.event.trigger(a+".fb")}},isImage:function(a){return p(a)&&a.match(/(^data:image\/.*,)|(\.(jp(e|g|eg)|gif|png|bmp|webp)((\?|#).*)?$)/i)},isSWF:function(a){return p(a)&&a.match(/\.(swf)((\?|#).*)?$/i)},_start:function(a){var d={},e,c;a=l(a);e=b.group[a]||null;if(!e)return!1;d=f.extend(!0,{},b.opts,e);e=d.margin;c=d.padding;"number"===f.type(e)&&(d.margin=[e,e,e,e]);"number"===f.type(c)&& +(d.padding=[c,c,c,c]);d.modal&&f.extend(!0,d,{closeBtn:!1,closeClick:!1,nextClick:!1,arrows:!1,mouseWheel:!1,keys:null,helpers:{overlay:{closeClick:!1}}});d.autoSize&&(d.autoWidth=d.autoHeight=!0);"auto"===d.width&&(d.autoWidth=!0);"auto"===d.height&&(d.autoHeight=!0);d.group=b.group;d.index=a;b.coming=d;if(!1===b.trigger("beforeLoad"))b.coming=null;else{c=d.type;e=d.href;if(!c)return b.coming=null,b.current&&b.router&&"jumpto"!==b.router?(b.current.index=a,b[b.router](b.direction)):!1;b.isActive= +!0;if("image"===c||"swf"===c)d.autoHeight=d.autoWidth=!1,d.scrolling="visible";"image"===c&&(d.aspectRatio=!0);"iframe"===c&&s&&(d.scrolling="scroll");d.wrap=f(d.tpl.wrap).addClass("fancybox-"+(s?"mobile":"desktop")+" fancybox-type-"+c+" fancybox-tmp "+d.wrapCSS).appendTo(d.parent||"body");f.extend(d,{skin:f(".fancybox-skin",d.wrap),outer:f(".fancybox-outer",d.wrap),inner:f(".fancybox-inner",d.wrap)});f.each(["Top","Right","Bottom","Left"],function(a,b){d.skin.css("padding"+b,x(d.padding[a]))});b.trigger("onReady"); +if("inline"===c||"html"===c){if(!d.content||!d.content.length)return b._error("content")}else if(!e)return b._error("href");"image"===c?b._loadImage():"ajax"===c?b._loadAjax():"iframe"===c?b._loadIframe():b._afterLoad()}},_error:function(a){f.extend(b.coming,{type:"html",autoWidth:!0,autoHeight:!0,minWidth:0,minHeight:0,scrolling:"no",hasError:a,content:b.coming.tpl.error});b._afterLoad()},_loadImage:function(){var a=b.imgPreload=new Image;a.onload=function(){this.onload=this.onerror=null;b.coming.width= +this.width;b.coming.height=this.height;b._afterLoad()};a.onerror=function(){this.onload=this.onerror=null;b._error("image")};a.src=b.coming.href;!0!==a.complete&&b.showLoading()},_loadAjax:function(){var a=b.coming;b.showLoading();b.ajaxLoad=f.ajax(f.extend({},a.ajax,{url:a.href,error:function(a,e){b.coming&&"abort"!==e?b._error("ajax",a):b.hideLoading()},success:function(d,e){"success"===e&&(a.content=d,b._afterLoad())}}))},_loadIframe:function(){var a=b.coming,d=f(a.tpl.iframe.replace(/\{rnd\}/g, +(new Date).getTime())).attr("scrolling",s?"auto":a.iframe.scrolling).attr("src",a.href);f(a.wrap).bind("onReset",function(){try{f(this).find("iframe").hide().attr("src","//about:blank").end().empty()}catch(a){}});a.iframe.preload&&(b.showLoading(),d.one("load",function(){f(this).data("ready",1);s||f(this).bind("load.fb",b.update);f(this).parents(".fancybox-wrap").width("100%").removeClass("fancybox-tmp").show();b._afterLoad()}));a.content=d.appendTo(a.inner);a.iframe.preload||b._afterLoad()},_preloadImages:function(){var a= +b.group,d=b.current,e=a.length,c=d.preload?Math.min(d.preload,e-1):0,f,g;for(g=1;g<=c;g+=1)f=a[(d.index+g)%e],"image"===f.type&&f.href&&((new Image).src=f.href)},_afterLoad:function(){var a=b.coming,d=b.current,e,c,k,g,h;b.hideLoading();if(a&&!1!==b.isActive)if(!1===b.trigger("afterLoad",a,d))a.wrap.stop(!0).trigger("onReset").remove(),b.coming=null;else{d&&(b.trigger("beforeChange",d),d.wrap.stop(!0).removeClass("fancybox-opened").find(".fancybox-item, .fancybox-nav").remove());b.unbindEvents(); +e=a.content;c=a.type;k=a.scrolling;f.extend(b,{wrap:a.wrap,skin:a.skin,outer:a.outer,inner:a.inner,current:a,previous:d});g=a.href;switch(c){case "inline":case "ajax":case "html":a.selector?e=f("
    ").html(e).find(a.selector):t(e)&&(e.data("fancybox-placeholder")||e.data("fancybox-placeholder",f('
    ').insertAfter(e).hide()),e=e.show().detach(),a.wrap.bind("onReset",function(){f(this).find(e).length&&e.hide().replaceAll(e.data("fancybox-placeholder")).data("fancybox-placeholder", +!1)}));break;case "image":e=a.tpl.image.replace("{href}",g);break;case "swf":e='',h="",f.each(a.swf,function(a,b){e+='';h+=" "+a+'="'+b+'"'}),e+='"}(!t(e)||!e.parent().is(a.inner))&&a.inner.append(e);b.trigger("beforeShow"); +a.inner.css("overflow","yes"===k?"scroll":"no"===k?"hidden":k);b._setDimension();b.reposition();b.isOpen=!1;b.coming=null;b.bindEvents();if(b.isOpened){if(d.prevMethod)b.transitions[d.prevMethod]()}else f(".fancybox-wrap").not(a.wrap).stop(!0).trigger("onReset").remove();b.transitions[b.isOpened?a.nextMethod:a.openMethod]();b._preloadImages()}},_setDimension:function(){var a=b.getViewport(),d=0,e=!1,c=!1,e=b.wrap,k=b.skin,g=b.inner,h=b.current,c=h.width,j=h.height,m=h.minWidth,u=h.minHeight,n=h.maxWidth, +v=h.maxHeight,s=h.scrolling,q=h.scrollOutside?h.scrollbarWidth:0,y=h.margin,p=l(y[1]+y[3]),r=l(y[0]+y[2]),z,A,t,D,B,G,C,E,w;e.add(k).add(g).width("auto").height("auto").removeClass("fancybox-tmp");y=l(k.outerWidth(!0)-k.width());z=l(k.outerHeight(!0)-k.height());A=p+y;t=r+z;D=F(c)?(a.w-A)*l(c)/100:c;B=F(j)?(a.h-t)*l(j)/100:j;if("iframe"===h.type){if(w=h.content,h.autoHeight&&1===w.data("ready"))try{w[0].contentWindow.document.location&&(g.width(D).height(9999),G=w.contents().find("body"),q&&G.css("overflow-x", +"hidden"),B=G.height())}catch(H){}}else if(h.autoWidth||h.autoHeight)g.addClass("fancybox-tmp"),h.autoWidth||g.width(D),h.autoHeight||g.height(B),h.autoWidth&&(D=g.width()),h.autoHeight&&(B=g.height()),g.removeClass("fancybox-tmp");c=l(D);j=l(B);E=D/B;m=l(F(m)?l(m,"w")-A:m);n=l(F(n)?l(n,"w")-A:n);u=l(F(u)?l(u,"h")-t:u);v=l(F(v)?l(v,"h")-t:v);G=n;C=v;h.fitToView&&(n=Math.min(a.w-A,n),v=Math.min(a.h-t,v));A=a.w-p;r=a.h-r;h.aspectRatio?(c>n&&(c=n,j=l(c/E)),j>v&&(j=v,c=l(j*E)),cA||p>r)&&(c>m&&j>u)&&!(19n&&(c=n,j=l(c/E)),g.width(c).height(j),e.width(c+y),a=e.width(),p=e.height();else c=Math.max(m,Math.min(c,c-(a-A))),j=Math.max(u,Math.min(j,j-(p-r)));q&&("auto"===s&&jA||p>r)&&c>m&&j>u;c=h.aspectRatio?cu&&j
    ').appendTo("body"); +this.fixed=!1;a.fixed&&b.defaults.fixed&&(this.overlay.addClass("fancybox-overlay-fixed"),this.fixed=!0)},open:function(a){var d=this;a=f.extend({},this.defaults,a);this.overlay?this.overlay.unbind(".overlay").width("auto").height("auto"):this.create(a);this.fixed||(q.bind("resize.overlay",f.proxy(this.update,this)),this.update());a.closeClick&&this.overlay.bind("click.overlay",function(a){f(a.target).hasClass("fancybox-overlay")&&(b.isActive?b.close():d.close())});this.overlay.css(a.css).show()}, +close:function(){f(".fancybox-overlay").remove();q.unbind("resize.overlay");this.overlay=null;!1!==this.margin&&(f("body").css("margin-right",this.margin),this.margin=!1);this.el&&this.el.removeClass("fancybox-lock")},update:function(){var a="100%",b;this.overlay.width(a).height("100%");H?(b=Math.max(z.documentElement.offsetWidth,z.body.offsetWidth),n.width()>b&&(a=n.width())):n.width()>q.width()&&(a=n.width());this.overlay.width(a).height(n.height())},onReady:function(a,b){f(".fancybox-overlay").stop(!0, +!0);this.overlay||(this.margin=n.height()>q.height()||"scroll"===f("body").css("overflow-y")?f("body").css("margin-right"):!1,this.el=z.all&&!z.querySelector?f("html"):f("body"),this.create(a));a.locked&&this.fixed&&(b.locked=this.overlay.append(b.wrap),b.fixed=!1);!0===a.showEarly&&this.beforeShow.apply(this,arguments)},beforeShow:function(a,b){b.locked&&(this.el.addClass("fancybox-lock"),!1!==this.margin&&f("body").css("margin-right",l(this.margin)+b.scrollbarWidth));this.open(a)},onUpdate:function(){this.fixed|| +this.update()},afterClose:function(a){this.overlay&&!b.isActive&&this.overlay.fadeOut(a.speedOut,f.proxy(this.close,this))}};b.helpers.title={defaults:{type:"float",position:"bottom"},beforeShow:function(a){var d=b.current,e=d.title,c=a.type;f.isFunction(e)&&(e=e.call(d.element,d));if(p(e)&&""!==f.trim(e)){d=f('
    '+e+"
    ");switch(c){case "inside":c=b.skin;break;case "outside":c=b.wrap;break;case "over":c=b.inner;break;default:c=b.skin,d.appendTo("body"), +H&&d.width(d.width()),d.wrapInner(''),b.current.margin[2]+=Math.abs(l(d.css("margin-bottom")))}d["top"===a.position?"prependTo":"appendTo"](c)}}};f.fn.fancybox=function(a){var d,e=f(this),c=this.selector||"",k=function(g){var h=f(this).blur(),j=d,k,l;!g.ctrlKey&&(!g.altKey&&!g.shiftKey&&!g.metaKey)&&!h.is(".fancybox-wrap")&&(k=a.groupAttr||"data-fancybox-group",l=h.attr(k),l||(k="rel",l=h.get(0)[k]),l&&(""!==l&&"nofollow"!==l)&&(h=c.length?f(c):e,h=h.filter("["+k+'="'+l+ +'"]'),j=h.index(this)),a.index=j,!1!==b.open(h,a)&&g.preventDefault())};a=a||{};d=a.index||0;!c||!1===a.live?e.unbind("click.fb-start").bind("click.fb-start",k):n.undelegate(c,"click.fb-start").delegate(c+":not('.fancybox-item, .fancybox-nav')","click.fb-start",k);this.filter("[data-fancybox-start=1]").trigger("click");return this};n.ready(function(){f.scrollbarWidth===r&&(f.scrollbarWidth=function(){var a=f('
    ').appendTo("body"),b=a.children(), +b=b.innerWidth()-b.height(99).innerWidth();a.remove();return b});if(f.support.fixedPosition===r){var a=f.support,d=f('
    ').appendTo("body"),e=20===d[0].offsetTop||15===d[0].offsetTop;d.remove();a.fixedPosition=e}f.extend(b.defaults,{scrollbarWidth:f.scrollbarWidth(),fixed:f.support.fixedPosition,parent:f("body")})})})(window,document,jQuery); \ No newline at end of file diff --git a/configuration/sources/cryto-todo/static/pure-custom.css b/configuration/sources/cryto-todo/static/pure-custom.css new file mode 100644 index 0000000..6ed3de0 --- /dev/null +++ b/configuration/sources/cryto-todo/static/pure-custom.css @@ -0,0 +1,785 @@ + +/* from YUICSS buttons-core.css */ +.pure-button { + /* Structure */ + display: inline-block; + *display: inline; /*IE 6/7*/ + zoom: 1; + line-height: normal; + white-space: nowrap; + vertical-align: baseline; + text-align: center; + cursor: pointer; + -webkit-user-drag: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + + +/* Firefox: Get rid of the inner focus border */ +.pure-button::-moz-focus-inner{ + padding: 0; + border: 0; +} + +a:focus { + outline: none; +} +/* end from YUICSS buttons-core.css */ +/* from YUICSS buttons.css */ +.pure-button { + font-size: 100%; + *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/ + *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */ + padding: 0.5em 1.5em 0.5em; + color: #2e2e2e; /* rgba not supported (IE 8) */ + /* color: rgba(0, 0, 0, 0.80); rgba supported */ + /* *color: #444; IE 6 & 7 */ + border: 1px solid #cfcfcf; /*IE 6/7/8*/ + border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/ + background-color: #dedede; + border-radius: 2px; + text-decoration: none; + -webkit-font-smoothing: antialiased; + /* Transitions */ + -webkit-transition: 0.1s linear -webkit-box-shadow; + -moz-transition: 0.1s linear -moz-box-shadow; + -ms-transition: 0.1s linear box-shadow; + -o-transition: 0.1s linear box-shadow; + transition: 0.1s linear box-shadow; +} + + +.pure-button-hover, +.pure-button:hover { + + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0); + + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.05))); + background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15)); + background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.05)); + background-image: -ms-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.15)); + background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.05)); + background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.05)); +} + +.pure-button-active, +.pure-button:active { + -webkit-box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset; + -moz-box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset; + box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset; +} + +.pure-button[disabled], +.pure-button-disabled, +.pure-button-disabled:hover, +.pure-button-disabled:active { + border: none; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); + filter: alpha(opacity=40); + -khtml-opacity: 0.40; + -moz-opacity: 0.40; + opacity: 0.40; + cursor: not-allowed; + box-shadow: none; +} + +.pure-button-hidden { + display:none; +} + +/* Firefox: Get rid of the inner focus border */ +.pure-button::-moz-focus-inner{ + padding: 0; + border: 0; +} + +.pure-button-primary, +.pure-button-selected, +a.pure-button-primary, +a.pure-button-selected { + background-color: #d2d1d2; + color: #030303; +} + +.pure-button:-moz-focusring { + outline-color: rgba(0, 0, 0, 0.85); +} + + +/*! Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */ +/* This page lists core form styles adopted from Normalize.css. */ +/*! Copyright (c) Nicolas Gallagher and Jonathan Neal */ + +/*! normalize.css v1.1.0 | MIT License | git.io/normalize */ + +/* This page has Normalize.css form-specific style rules applied to a .yui3-form context */ + +/* ========== +Forms Core +=========*/ + + +/* + * Corrects margin displayed oddly in IE 6/7. + */ + +.pure-skin-mine .pure-form { + margin: 0; +} + +/* Define consistent border, margin, and padding.*/ + + +.pure-skin-mine .pure-form fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/* + * 1. Corrects color not being inherited in IE 6/7/8/9. + * 2. Corrects text not wrapping in Firefox 3. + * 3. Corrects alignment displayed oddly in IE 6/7. + */ + +.pure-skin-mine .pure-form legend { + border: 0; /* 1 */ + padding: 0; + white-space: normal; /* 2 */ + *margin-left: -7px; /* 3 */ +} + +/* + * 1. Corrects font size not being inherited in all browsers. + * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, + * and Chrome. + * 3. Improves appearance and consistency in all browsers. + */ + +.pure-skin-mine .pure-form button, +.pure-skin-mine .pure-form input, +.pure-skin-mine .pure-form select, +.pure-skin-mine .pure-form textarea { + font-size: 100%; /* 1 */ + margin: 0; /* 2 */ + vertical-align: baseline; /* 3 */ + *vertical-align: middle; /* 3 */ +} + +/* + * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ + +.pure-skin-mine .pure-form button, +.pure-skin-mine .pure-form input { + line-height: normal; +} + +/* + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Corrects inability to style clickable `input` types in iOS. + * 3. Improves usability and consistency of cursor style between image-type + * `input` and others. + * 4. Removes inner spacing in IE 7 without affecting normal text inputs. + * Known issue: inner spacing remains in IE 6. + */ + +.pure-skin-mine .pure-form button, +.pure-skin-mine .pure-form input[type="button"], /* 1 */ +.pure-skin-mine .pure-form input[type="reset"], +.pure-skin-mine .pure-form input[type="submit"] { + -webkit-appearance: button; /* 2 */ + cursor: pointer; /* 3 */ + *overflow: visible; /* 4 */ +} + +/* + * Re-set default cursor for disabled elements. + */ + +.pure-skin-mine .pure-form button[disabled], +.pure-skin-mine .pure-form input[disabled] { + cursor: default; +} + +/* + * 1. Addresses box sizing set to content-box in IE 8/9. + * 2. Removes excess padding in IE 8/9. + * 3. Removes excess padding in IE 7. + * Known issue: excess padding remains in IE 6. + */ + +.pure-skin-mine .pure-form input[type="checkbox"], +.pure-skin-mine .pure-form input[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ + *height: 13px; /* 3 */ + *width: 13px; /* 3 */ +} + +/* + * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. + * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome + * (include `-moz` to future-proof). + */ + +.pure-skin-mine .pure-form input[type="search"] { + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; +} + +/* + * Removes inner padding and search cancel button in Safari 5 and Chrome + * on OS X. + */ + +.pure-skin-mine .pure-form input[type="search"]::-webkit-search-cancel-button, +.pure-skin-mine .pure-form input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/* + * Removes inner padding and border in Firefox 3+. + */ + +.pure-skin-mine .pure-form button::-moz-focus-inner, +.pure-skin-mine .pure-form input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/* + * 1. Removes default vertical scrollbar in IE 6/7/8/9. + * 2. Improves readability and alignment in all browsers. + */ + +.pure-skin-mine .pure-form textarea { + overflow: auto; /* 1 */ + vertical-align: top; /* 2 */ +} +/* =============== forms-responsive.css ================ + +=========================================================*/ +@media only screen and (max-width : 480px) { + .pure-skin-mine .pure-form button[type='submit'] { + margin: 0.7em 0 0; + } + + .pure-skin-mine .pure-form input[type='text'], .pure-skin-mine .pure-form button, .pure-skin-mine .pure-form label { + margin-bottom: 0.3em; + display: block; + } + + .yui3-group input[type='text'] { + margin-bottom: 0; + } + + .pure-skin-mine .pure-form-aligned .pure-control-group label { + margin-bottom: 0.3em; + text-align: left; + display: block; + width: 100%; + } + + .pure-skin-mine .pure-form-aligned .pure-controls { + margin: 1.5em 0 0 0; + } + + .pure-skin-mine .pure-form .pure-help-inline { + display: block; + font-size: 80%; + padding: 0.2em 0 0.8em; /* increased bottom padding to make it group with its related input element */ + } +} + +/* =============== forms.css ================ + +=========================================================*/ +.pure-skin-mine .pure-form input, +.pure-skin-mine .pure-form select { + padding: 0.5em 0.6em; + display: inline-block; + border: 1px solid #e6e6e6; + font-size: 0.8em; + box-shadow: inset 0 1px 3px #e6e6e6; + border-radius: 4px; + -webkit-transition: 0.3s linear border; + -moz-transition: 0.3s linear border; + -ms-transition: 0.3s linear border; + -o-transition: 0.3s linear border; + transition: 0.3s linear border; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-font-smoothing: antialiased; +} + +.pure-skin-mine .pure-form input:focus, +.pure-skin-mine .pure-form select:focus { + outline: 0; + outline: thin dotted \9; /* IE6-9 */ + border-color: #129FEA; +} +.pure-skin-mine .pure-form .pure-checkbox, +.pure-skin-mine .pure-form .pure-radio { + margin: 0.5em 0; + display: block; +} +.pure-skin-mine .pure-form input[disabled], +.pure-skin-mine .pure-form select[disabled], +.pure-skin-mine .pure-form textarea[disabled], +.pure-skin-mine .pure-form input[readonly], +.pure-skin-mine .pure-form select[readonly], +.pure-skin-mine .pure-form textarea[readonly] { + cursor: not-allowed; + box-shadow: inset 0 1px 10px #ededed; + background-color: #fff; + color: #adadad; + border-color: #e6e6e6; +} +.pure-skin-mine .pure-form input:focus:invalid, +.pure-skin-mine .pure-form textarea:focus:invalid, +.pure-skin-mine .pure-form select:focus:invalid { + color: #b94a48; + border: 1px solid #ee5f5b; +} +.pure-skin-mine .pure-form input:focus:invalid:focus, +.pure-skin-mine .pure-form textarea:focus:invalid:focus, +.pure-skin-mine .pure-form select:focus:invalid:focus { + border-color: #e9322d; +} +.pure-skin-mine .pure-form select { + border: 1px solid #e6e6e6; + background-color: white; +} +.pure-skin-mine .pure-form select[multiple] { + height: auto; +} +.pure-skin-mine .pure-form label { + margin: 0.5em 0 0.2em; + color: #4f4f4f; + font-size:90%; +} +.pure-skin-mine .pure-form fieldset { + margin: 0; + padding: 0.35em 0 0.75em; + border: 0; +} +.pure-skin-mine .pure-form legend { + display: block; + width: 100%; + padding: 0.3em 0; + margin-bottom: 0.3em; + font-size: 125%; + color: #262626; + border-bottom: 1px solid #ededed; +} + +.pure-skin-mine .pure-form.pure-form-stacked input[type='text'], +.pure-skin-mine .pure-form.pure-form-stacked select, +.pure-skin-mine .pure-form.pure-form-stacked label { + display: block; +} + +.pure-skin-mine .pure-form-aligned input, +.pure-skin-mine .pure-form-aligned textarea, +.pure-skin-mine .pure-form-aligned select, +.pure-skin-mine .pure-form-aligned .pure-help-inline { + display: inline-block; + *display: inline; /* IE7 inline-block hack */ + *zoom: 1; + vertical-align: middle; +} + +/* aligned Forms */ +.pure-skin-mine .pure-form-aligned .pure-control-group { + margin-bottom: 0.5em; +} +.pure-skin-mine .pure-form-aligned .pure-control-group label { + text-align: right; + display: inline-block; + vertical-align: middle; + width: 10em; + margin: 0 1em 0 0; +} +.pure-skin-mine .pure-form-aligned .pure-controls { + margin: 1.5em 0 0 10em; +} + +/* Rounded Inputs */ +.pure-skin-mine .pure-form .pure-input-rounded { + border-radius: 30px; + padding-left: 1em; +} + +/* Grouped Inputs */ +.pure-skin-mine .pure-form .pure-group fieldset { + margin-bottom: 10px; +} +.pure-skin-mine .pure-form .pure-group input { + display: block; + padding: 0.5em 0.6em; + margin: 0; + border-radius: 0; + position: relative; + top: -1px; +} +.pure-skin-mine .pure-form .pure-group input:focus { + z-index: 2; +} +.pure-skin-mine .pure-form .pure-group input:first-child { + top: 1px; + border-radius: 4px 4px 0px 0px; +} +.pure-skin-mine .pure-form .pure-group input:last-child { + top: -2px; + border-radius: 0px 0px 4px 4px; +} +.pure-skin-mine .pure-form .pure-group button { + margin: 0.35em 0; +} + +.pure-skin-mine .pure-form .pure-input-1 { + width: 100%; +} +.pure-skin-mine .pure-form .pure-input-2-3 { + width: 66%; +} +.pure-skin-mine .pure-form .pure-input-1-2 { + width: 50%; +} +.pure-skin-mine .pure-form .pure-input-1-3 { + width: 33%; +} +.pure-skin-mine .pure-form .pure-input-1-4 { + width: 25%; +} + +/* Inline help for forms */ +.pure-skin-mine .pure-form .pure-help-inline { + display: inline-block; + padding-left: 0.3em; + color: #adadad; + font-size:90%; + vertical-align: middle; +} + +/* foundational CSS */ +.pure-skin-mine .pure-table { + /* Remove spacing between table cells (from Normalize.css) */ + border-collapse: separate; + border-spacing: 0; + empty-cells: show; + border: 1px solid #ededed; +} + +.pure-skin-mine .pure-table caption { + color: #adadad; + font: italic 85%/1 arial, sans-serif; + padding: 1em 0; + text-align: center; +} + +.pure-skin-mine .pure-table td, +.pure-skin-mine .pure-table th { + border-left: 1px solid #ededed;/* inner column border */ + border-width: 0 0 0 1px; + font-size: inherit; + margin: 0; + overflow: visible; /*to make ths where the title is really long work*/ + padding: 0.3em 0.6em; /* cell padding */ +} + +.pure-skin-mine .pure-table td:first-child, +.pure-skin-mine .pure-table th:first-child { + border-left-width: 0; +} + +.pure-skin-mine .pure-table thead { + background-color: #ededed; + color: #404040; + text-align: left; + vertical-align: bottom; + white-space: nowrap; +} + +/* +striping: +even - #fff (white) +odd - #edf5ff (light blue) +*/ +.pure-skin-mine .pure-table td { + background-color: #fafafa; + color: #4f4f4f; +} +.pure-skin-mine .pure-table-odd td { + background-color: #ededed; + color: #2e2e2e; +} + +/* BORDERED TABLES */ +.pure-skin-mine .pure-table-bordered td { + border-bottom:1px solid #ededed; +} +.pure-skin-mine .pure-table-bordered tbody > tr:last-child td, +.pure-skin-mine .pure-table-horizontal tbody > tr:last-child td { + border-bottom-width: 0; +} + +/* HORIZONTAL BORDERED TABLES */ +.pure-skin-mine .pure-table-horizontal td, +.pure-skin-mine .pure-table-horizontal th { + border-width: 0 0 1px 0; + border-bottom:1px solid #ededed; +} +.pure-skin-mine .pure-table-horizontal tbody > tr:last-child td { + border-bottom-width: 0; +} + +/* from YUICSS list-core.css */ +.pure-skin-mine .pure-menu ul { + position: absolute; + visibility: hidden; +} + +.pure-skin-mine .pure-menu.pure-menu-open { + visibility: visible; + z-index: 2; + width: 100%; +} + +.pure-skin-mine .pure-menu ul { + left: -10000px; + list-style: none; + margin: 0; + padding: 0; + top: -10000px; + z-index: 1; +} + +.pure-skin-mine .pure-menu > ul { position: relative; } + +.pure-skin-mine .pure-menu-open > ul { + left: 0; + top: 0; + visibility: visible; +} + +.pure-skin-mine .pure-menu li { position: relative; } + +.pure-skin-mine .pure-menu a, .pure-skin-mine .pure-menu .pure-menu-heading { + display: block; + color: inherit; + line-height: 1.5em; + padding: 0.35em 1.4em; + text-decoration: none; + white-space: nowrap; +} + +.pure-skin-mine .pure-menu.pure-menu-horizontal > .pure-menu-heading { + display: inline-block; + margin: 0; + zoom: 1; + *display: inline; + vertical-align: middle; +} +.pure-skin-mine .pure-menu.pure-menu-horizontal > ul { + display: inline-block; + zoom: 1; + *display: inline; + vertical-align: middle; +} + +.pure-skin-mine .pure-menu li a { 0.35em 1.4em; } + +.pure-skin-mine .pure-menu-can-have-children > .pure-menu-label:after { + content: '\25B8'; + float: right; + font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif; /* These specific fonts have the Unicode char we need. */ + margin-right: -20px; + margin-top: -1px; +} + +.pure-skin-mine .pure-menu-can-have-children > .pure-menu-label { + padding-right:30px; +} + +.pure-skin-mine .pure-menu-separator { + background-color: #e6e6e6; + display: block; + height: 1px; + font-size: 0; + margin: 7px 2px; + overflow: hidden; +} + +.pure-skin-mine .pure-menu-hidden { display: none; } + +/* FIXED MENU */ +.pure-skin-mine .pure-menu-fixed { + position: fixed; + top:0; + left:0; + width: 100%; +} + + +/* HORIZONTAL MENU CODE */ + +/* Initial menus should be inline-block so that they are horizontal */ +.pure-skin-mine .pure-menu-horizontal li { + display: inline-block; + zoom: 1; + *display: inline; + vertical-align: middle; +} + +/* Submenus should still be display:block; */ +.pure-skin-mine .pure-menu-horizontal li li { + display: block; +} + +/* Content after should be down arrow */ +.pure-skin-mine .pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label:after { + content: "\25BE"; +} +/*Add extra padding to elements that have the arrow so that the hover looks nice */ +.pure-skin-mine .pure-menu-horizontal > .pure-menu-children > .pure-menu-can-have-children > .pure-menu-label { + padding-right:30px; +}/* end from yuicss/list-core.css *******************************************/ +/* from yuicss list-paginator.css */ +.pure-skin-mine .pure-paginator { + list-style: none; + margin: 0; + padding: 0; +} +.pure-skin-mine .pure-paginator li { + display: inline-block; + *display: inline; + /* IE 7 inline-block hack */ + *zoom: 1; + margin: 0 -0.35em 0 0; +} +.pure-skin-mine .pure-paginator .pure-button { + border-radius: 0; + padding: 0.8em 1.4em; + vertical-align: top; + height: 1.1em; +} +.pure-skin-mine .pure-paginator .pure-button:focus { + outline-style: none; +} +.pure-skin-mine .pure-paginator .prev, .pure-skin-mine .pure-paginator .next { + /*color: #C0C1C3; allow yui3-button to color text*/ +} +.pure-skin-mine .pure-paginator .prev { + border-radius: 4px 0px 0px 4px; +} +.pure-skin-mine .pure-paginator .next { + border-radius: 0px 4px 4px 0px; +} +/* end from YUICSS list-paginator.css ******************************/ +/* from YUICSS list.css *******************************************/ +/* MAIN MENU STYLING */ + +.pure-skin-mine .pure-menu.pure-menu-open, +.pure-skin-mine .pure-menu.pure-menu-horizontal li .pure-menu-children { + background: #fafafa; /* Old browsers */ + border-radius: {{borderRadius}}; + border: 1px solid #ededed; +} + +/* remove borders for horizontal menus */ +.pure-skin-mine .pure-menu.pure-menu-horizontal { + border: none; +} + + + +/* LINK STYLES */ + +.pure-skin-mine .pure-menu a { + border: 1px solid transparent; + border-left: none; + border-right: none; + +} + +.pure-skin-mine .pure-menu a, +.pure-skin-mine .pure-menu .pure-menu-can-have-children > li:after { + color: #4f4f4f; +} + +.pure-skin-mine .pure-menu .pure-menu-can-have-children > li:hover:after { + color: #2e2e2e; +} + + + +/* HOVER STATES */ +.pure-skin-mine .pure-menu li a:hover { + background: #dedede; +} + +/* DISABLED STATES */ +.pure-skin-mine .pure-menu li.pure-menu-disabled a:hover { + background: #fafafa; + color: #adadad; +} + +.pure-skin-mine .pure-menu .pure-menu-disabled > a { + background-image: none; + border-color: transparent; + cursor: default; +} + +.pure-skin-mine .pure-menu .pure-menu-disabled > a, +.pure-skin-mine .pure-menu .pure-menu-can-have-children.pure-menu-disabled > a:after { + color: #adadad; +} + +/* HEADINGS */ +.pure-skin-mine .pure-menu .pure-menu-heading { + color: #262626; + text-transform: uppercase; + font-size:90%; + margin-top:0.5em; +} + + +/* SELECTED MENU ITEM */ +.pure-skin-mine .pure-menu li.pure-menu-selected a { + background-color: #d2d1d2; + color: #1f1e1f; +} + +/* FIXED MENU */ +.pure-skin-mine .pure-menu.pure-menu-open.pure-menu-fixed { + border: none; + border-bottom: 1px solid #ededed; +} +/* end from YUICSS list.css ***********************************/ +/* from YUICSS list-responsive.css ****************************/ +/* RESPONSIVE */ + +@media (max-width: 480px) { + + .pure-skin-mine .pure-menu-horizontal { + width:100%; + } + + .pure-skin-mine .pure-menu-children li { + display: block; + border-bottom:1px solid block; + } + +} +/* end from list-responsive.css ******************/ + diff --git a/configuration/sources/cryto-todo/static/script.js b/configuration/sources/cryto-todo/static/script.js new file mode 100644 index 0000000..b838a2e --- /dev/null +++ b/configuration/sources/cryto-todo/static/script.js @@ -0,0 +1,3 @@ +$(document).ready(function() { + $(".fancybox").fancybox(); +}); diff --git a/configuration/sources/cryto-todo/static/style.css b/configuration/sources/cryto-todo/static/style.css new file mode 100644 index 0000000..1ba5dcc --- /dev/null +++ b/configuration/sources/cryto-todo/static/style.css @@ -0,0 +1,175 @@ +.wrapper +{ + max-width: 960px; + margin: 0px auto; +} + +.stuff +{ + padding: 14px 22px; +} + +.header +{ + position: relative; + background-color: #DEDEDE; + color: #8C8C8C; + letter-spacing: -.20em; +} + +.header h1 +{ + margin-bottom: 0px; +} + +.header .dashboard +{ + position: absolute; + right: 16px; + bottom: 20px; + letter-spacing: normal; +} + +.header .dashboard a +{ + font-size: 95%; + margin-left: 8px; +} + +.header .dashboard .register +{ + box-shadow: 0px 0px 6px 1px #f5cb70; +-webkit-box-shadow: 0px 0px 6px 1px #f5cb70; +-moz-box-shadow: 0px 0px 6px 1px #f5cb70; +-o-box-shadow: 0px 0px 6px 1px #f5cb70; +-ms-box-shadow: 0px 0px 6px 1px #f5cb70; +} + +.current +{ + background-color: #E7E7E7; +} + +.current h2 +{ + color: #5E5E5E; +} + +.current-task +{ + color: black; + margin-left: 8px; +} + +ul.tasks +{ + padding: 0px; +} + +ul.tasks li +{ + list-style-type: none; + margin-bottom: 5px; +} + +ul.tasks li.create +{ + margin-bottom: 10px; +} + +ul.tasks .task .type, select.type-input, button.add-button, input.description-input, .type-marker +{ + float: left; + border-radius: 3px; + padding: 3px 4px; + font-size: 60%; + font-weight: 700; + margin-right: 6px; + text-transform: uppercase; + text-align: center; + width: 41px; +} + +.type-marker +{ + font-size: 75%; + padding: 3px 15px; + float: none; + margin-right: 8px; + margin-left: 5px; + position: relative; + top: -2px; +} + +select.type-input, button.add-button, input.description-input +{ + float: none; +} + +select.type-input +{ + width: 64px; +} + +button.add-button +{ + width: 72px; + padding: 5px 4px; +} + +input.description-input +{ + width: 250px; + padding: 2px 6px; + text-align: left; + text-transform: none; + font-size: 80%; + font-weight: normal; + margin-top: 1px; + position: relative; + top: 1px; +} + +ul.tasks .task .type.want, .type-marker.want +{ + background-color: #CCE6B6; +} + +ul.tasks .task .type.must, .type-marker.must +{ + background-color: #E8CDBA; +} + +.non-button +{ + color: #8E8E8E; + margin-left: 12px; + font-weight: bold; +} + +.inline-form +{ + display: inline; +} + +.modal +{ + display: none; + width: 400px; + color: #2F2F2F; +} + +.no-header +{ + padding-top: 27px; +} + +.sidebar +{ + font-size: 14px; +} + +/* From HTML Kickstart */ +.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0} +.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0} +* html .clearfix, *:first-child+html .clearfix{zoom:1} diff --git a/configuration/sources/cryto-todo/templates/list.tpl b/configuration/sources/cryto-todo/templates/list.tpl new file mode 100644 index 0000000..1d65fce --- /dev/null +++ b/configuration/sources/cryto-todo/templates/list.tpl @@ -0,0 +1,170 @@ + + + + todo. + + + + + + + + + +
    +
    +
    +

    todo.

    +
    + {%if logged-in == true} + logout + {%else} + login + register & save + {%/if} +
    +
    +
    + +
    +
    + {%if isempty|current-task-description == true} +

    Your current task: None.

    + {%else} +

    Your current task: + {%if current-task-must == true} + Must + {%else} + Want + {%/if} + + {%?current-task-description} +

    +
    +
    + +
    + {%if current-task-must == false} +
    + +
    + {%else} + You can't skip a MUST! + {%/if} +
    + {%/if} +
    +
    + +
    +
    +

    Your other tasks...

    +
      +
    • +
      + + + +
      +
    • + {%if isempty|items == false} + {%foreach task in items} +
    • + {%if task[must] == true} +
      Must
      + {%else} +
      Want
      + {%/if} + + {%?task[description]} +
    • + {%/foreach} + {%/if} +
    +
    +
    +
    + +
    +
    + + + + diff --git a/configuration/sources/test-php/index.php b/configuration/sources/test-php/index.php new file mode 100644 index 0000000..1d50809 --- /dev/null +++ b/configuration/sources/test-php/index.php @@ -0,0 +1 @@ +HTML +3 months: \${$three}
    +6 months: \${$six}
    +12 months: \${$twelve}
    +"); +?> diff --git a/configuration/sources/vps-list/classes/class.country.php b/configuration/sources/vps-list/classes/class.country.php new file mode 100644 index 0000000..f76b82c --- /dev/null +++ b/configuration/sources/vps-list/classes/class.country.php @@ -0,0 +1,22 @@ + array( + 'Name' => "name", + 'PrintableName' => "printable_name", + 'Iso' => "iso", + 'Iso3' => "iso3" + ), + 'numeric' => array( + 'NumericCode' => "numcode" + ) + ); +} +?> diff --git a/configuration/sources/vps-list/classes/class.location.php b/configuration/sources/vps-list/classes/class.location.php new file mode 100644 index 0000000..7d4d6e0 --- /dev/null +++ b/configuration/sources/vps-list/classes/class.location.php @@ -0,0 +1,29 @@ + array( + 'Location' => "Location", + 'TestIp4' => "TestIp4", + 'TestIp6' => "TestIp6", + 'TestFile' => "TestFile" + ), + 'numeric' => array( + 'CountryId' => "CountryId", + 'ProviderId' => "ProviderId" + ), + 'country' => array( + 'Country' => "CountryId" + ), + 'provider' => array( + 'Provider' => "ProviderId" + ) + ); +} +?> diff --git a/configuration/sources/vps-list/classes/class.paymentmethod.php b/configuration/sources/vps-list/classes/class.paymentmethod.php new file mode 100644 index 0000000..efa67fd --- /dev/null +++ b/configuration/sources/vps-list/classes/class.paymentmethod.php @@ -0,0 +1,20 @@ + array( + 'Name' => "Name", + 'Icon' => "Icon" + ), + 'boolean' => array( + 'IsAnonymous' => "Anonymous" + ) + ); +} +?> diff --git a/configuration/sources/vps-list/classes/class.plan.locationoption.php b/configuration/sources/vps-list/classes/class.plan.locationoption.php new file mode 100644 index 0000000..fc0171b --- /dev/null +++ b/configuration/sources/vps-list/classes/class.plan.locationoption.php @@ -0,0 +1,23 @@ + array( + 'PlanId' => "PlanId", + 'LocationId' => "LocationId" + ), + 'plan' => array( + 'Plan' => "PlanId" + ), + 'location' => array( + 'Location' => "LocationId" + ) + ); +} +?> diff --git a/configuration/sources/vps-list/classes/class.plan.php b/configuration/sources/vps-list/classes/class.plan.php new file mode 100644 index 0000000..b24c9eb --- /dev/null +++ b/configuration/sources/vps-list/classes/class.plan.php @@ -0,0 +1,47 @@ + array( + 'Name' => "Name" + ), + 'numeric' => array( + 'ProviderId' => "ProviderId", + 'Traffic' => "Traffic", + 'DiskSpace' => "DiskSpace", + 'CpuCores' => "CpuCores", + 'Bandwidth' => "Bandwidth", + 'GuaranteedRam' => "GuaranteedRam", + 'BurstRam' => "BurstRam", + 'AllowsIrc' => "AllowsIrc", + 'BackupSpace' => "BackupSpace", + 'VirtualizationPlatformId' => "VirtualizationPlatformId" + ), + 'boolean' => array( + 'IsUnmetered' => "Unmetered", + 'HasIpv4' => "HasIpv4", + 'HasIpv6' => "HasIpv6", + 'FreeDns' => "FreeDns", + 'OverageBilling' => "OverageBilling", + 'DedicatedCpu' => "DedicatedCpu", + 'Visible' => "Visible" + ), + 'timestamp' => array( + 'LastUpdate' => "LastUpdated", + 'SubmissionDate' => "SubmissionDate" + ), + 'provider' => array( + 'Provider' => "ProviderId" + ), + 'virtualizationplatform' => array( + 'VirtualizationPlatform' => "VirtualizationPlatformId" + ) + ); +} +?> diff --git a/configuration/sources/vps-list/classes/class.plan.priceoption.php b/configuration/sources/vps-list/classes/class.plan.priceoption.php new file mode 100644 index 0000000..90b4ad1 --- /dev/null +++ b/configuration/sources/vps-list/classes/class.plan.priceoption.php @@ -0,0 +1,21 @@ + array( + 'BillingPeriod' => "BillingPeriod", + 'Price' => "Price", + 'PlanId' => "PlanId" + ), + 'plan' => array( + 'Plan' => "PlanId" + ) + ); +} +?> diff --git a/configuration/sources/vps-list/classes/class.provider.php b/configuration/sources/vps-list/classes/class.provider.php new file mode 100644 index 0000000..a771153 --- /dev/null +++ b/configuration/sources/vps-list/classes/class.provider.php @@ -0,0 +1,29 @@ + array( + 'Name' => "Name", + 'Url' => "Url", + 'CompanyLocation' => "Location" + ), + 'numeric' => array( + 'PlanCount' => "PlanCount", + 'UsesMaxmind' => "Maxmind" + ), + 'boolean' => array( + 'Visible' => "Visible", + 'CustomPossible' => "CustomPossible" + ), + 'timestamp' => array( + 'SubmissionDate' => "SubmissionDate" + ) + ); +} +?> diff --git a/configuration/sources/vps-list/classes/class.technology.php b/configuration/sources/vps-list/classes/class.technology.php new file mode 100644 index 0000000..1d11d08 --- /dev/null +++ b/configuration/sources/vps-list/classes/class.technology.php @@ -0,0 +1,16 @@ + array( + 'Name' => "Name" + ) + ); +} +?> diff --git a/configuration/sources/vps-list/classes/class.virtualizationplatform.php b/configuration/sources/vps-list/classes/class.virtualizationplatform.php new file mode 100644 index 0000000..354acd5 --- /dev/null +++ b/configuration/sources/vps-list/classes/class.virtualizationplatform.php @@ -0,0 +1,16 @@ + array( + 'Name' => "Name" + ) + ); +} +?> diff --git a/configuration/sources/vps-list/cphp/base.php b/configuration/sources/vps-list/cphp/base.php new file mode 100644 index 0000000..be09998 --- /dev/null +++ b/configuration/sources/vps-list/cphp/base.php @@ -0,0 +1,30 @@ +Load($cphp_locale_name); + +setlocale(LC_ALL, $locale->locale); + +require("class.base.php"); +require("class.databaserecord.php"); + +foreach($cphp_components as $component) +{ + require("components/component.{$component}.php"); +} +?> diff --git a/configuration/sources/vps-list/cphp/class.base.php b/configuration/sources/vps-list/cphp/class.base.php new file mode 100644 index 0000000..4c64405 --- /dev/null +++ b/configuration/sources/vps-list/cphp/class.base.php @@ -0,0 +1,143 @@ +$variable_name) && is_numeric($this->$variable_name)) + { + $timestamp = $this->$variable_name; + + if($timestamp > time()) + { + $sTimeAgo = $locale->strings['event-future']; + } + elseif($timestamp == time()) + { + $sTimeAgo = $locale->strings['event-now']; + } + else + { + $date1 = new DateTime("@{$timestamp}", new DateTimeZone("GMT")); + $date2 = new DateTime("now", new DateTimeZone("GMT")); + + $interval = $date1->diff($date2); + $years = (int)$interval->format("%G"); + $months = (int)$interval->format("%m"); + $weeks = (int)$interval->format("%U"); + $days = (int)$interval->format("%d"); + $hours = (int)$interval->format("%H"); + $minutes = (int)$interval->format("%i"); + $seconds = (int)$interval->format("%S"); + + if($years > 1) + { + $sTimeAgo = sprintf($locale->strings['event-years-ago'], $years); + } + elseif($years == 1) + { + $sTimeAgo = $locale->strings['event-1year-ago']; + } + elseif($months > 1) + { + $sTimeAgo = sprintf($locale->strings['event-months-ago'], $months); + } + elseif($months == 1) + { + $sTimeAgo = $locale->strings['event-1month-ago']; + } + elseif($weeks > 1) + { + $sTimeAgo = sprintf($locale->strings['event-weeks-ago'], $weeks); + } + elseif($weeks == 1) + { + $sTimeAgo = $locale->strings['event-1week-ago']; + } + elseif($days > 1) + { + $sTimeAgo = sprintf($locale->strings['event-days-ago'], $days); + } + elseif($days == 1) + { + $sTimeAgo = $locale->strings['event-1day-ago']; + } + elseif($hours > 1) + { + $sTimeAgo = sprintf($locale->strings['event-hours-ago'], $hours); + } + elseif($hours == 1) + { + $sTimeAgo = $locale->strings['event-1hour-ago']; + } + elseif($minutes > 1) + { + $sTimeAgo = sprintf($locale->strings['event-minutes-ago'], $minutes); + } + elseif($minutes == 1) + { + $sTimeAgo = $locale->strings['event-1minute-ago']; + } + elseif($seconds > 1) + { + $sTimeAgo = sprintf($locale->strings['event-seconds-ago'], $seconds); + } + elseif($seconds == 1) + { + $sTimeAgo = $locale->strings['event-1second-ago']; + } + else + { + // If you see this, there's probably something wrong. + $sTimeAgo = $locale->strings['event-past']; + } + + } + + $sDate = local_from_unix($timestamp, $locale->datetime_long); + + return $this->RenderTemplateExternal($template, array( + 'local-time' => $sDate, + 'time-ago' => $sTimeAgo, + 'timestamp' => $timestamp + )); + } + else + { + $classname = get_class($this); + throw new Exception("Property {$classname}.{$property} does not exist or is not of a valid format."); + } + } + + public function RenderTemplateExternal($template, $strings) + { + return $this->DoRenderTemplate($template, $strings); + } + + public function DoRenderTemplate($template, $strings) + { + global $locale; + + try + { + $tpl = new Templater(); + $tpl->Load($template); + $tpl->Localize($locale->strings); + $tpl->Compile($strings); + return $tpl->Render(); + } + catch(Exception $e) + { + $classname = get_class($this); + throw new Exception("Failed to render template {$classname}.{$template}."); + } + } +} +?> diff --git a/configuration/sources/vps-list/cphp/class.databaserecord.php b/configuration/sources/vps-list/cphp/class.databaserecord.php new file mode 100644 index 0000000..74fd402 --- /dev/null +++ b/configuration/sources/vps-list/cphp/class.databaserecord.php @@ -0,0 +1,381 @@ +ConstructDataset($uDataSource, $uCommunityId); + } + + public function ConstructDataset($uDataSource, $uCommunityId = 0) + { + $bind_datasets = true; + + if(is_numeric($uDataSource)) + { + if($uDataSource != 0) + { + if(!empty($this->fill_query)) + { + $this->sId = (is_numeric($uDataSource)) ? $uDataSource : 0; + + $query = sprintf($this->fill_query, $uDataSource); + if($result = mysql_query_cached($query, $this->query_cache)) + { + $uDataSource = $result->data[0]; + } + else + { + $classname = get_class($this); + throw new NotFoundException("Could not locate {$classname} {$uDataSource} in database."); + } + } + else + { + $classname = get_class($this); + throw new PrototypeException("No fill query defined for {$classname} class."); + } + } + else + { + $bind_datasets = false; + } + } + elseif(is_object($uDataSource)) + { + if(isset($uDataSource->data[0])) + { + $uDataSource = $uDataSource->data[0]; + } + else + { + throw new NotFoundException("No result set present in object."); + } + } + elseif(is_array($uDataSource)) + { + if(isset($uDataSource[0])) + { + $uDataSource = $uDataSource[0]; + } + } + else + { + $classname = get_class($this); + throw new ConstructorException("Invalid type passed on to constructor for object of type {$classname}."); + } + + if($bind_datasets === true) + { + $this->sId = (is_numeric($uDataSource['Id'])) ? $uDataSource['Id'] : 0; + + $this->uData = $uDataSource; + + foreach($this->prototype as $type => $dataset) + { + $this->BindDataset($type, $dataset); + } + + $this->sFound = true; + } + else + { + $this->sFound = false; + } + + if(!empty($uCommunityId) && !empty($this->sCommunityId)) + { + $sCommunityId = (is_numeric($uCommunityId)) ? $uCommunityId : 0; + + if($sCommunityId != $this->sCommunity->sId) + { + $classname = get_class($this); + throw new OwnershipException("{$classname} {$this->sId} does not belong to Community {$sCommunityId}."); + } + } + } + + public function BindDataset($type, $dataset) + { + global $cphp_class_map; + + if(is_array($dataset)) + { + foreach($dataset as $variable_name => $column_name) + { + $original_value = $this->uData[$column_name]; + + switch($type) + { + case "string": + $value = htmlspecialchars(stripslashes($original_value)); + $variable_type = CPHP_VARIABLE_SAFE; + break; + case "html": + $value = filter_html(stripslashes($original_value)); + $variable_type = CPHP_VARIABLE_SAFE; + break; + case "simplehtml": + $value = filter_html_strict(stripslashes($original_value)); + $variable_type = CPHP_VARIABLE_SAFE; + break; + case "nl2br": + $value = nl2br(htmlspecialchars(stripslashes($original_value)), false); + $variable_type = CPHP_VARIABLE_SAFE; + break; + case "numeric": + $value = (is_numeric($original_value)) ? $original_value : 0; + $variable_type = CPHP_VARIABLE_SAFE; + break; + case "timestamp": + $value = unix_from_mysql($original_value); + $variable_type = CPHP_VARIABLE_SAFE; + break; + case "boolean": + $value = (empty($original_value)) ? false : true; + $variable_type = CPHP_VARIABLE_SAFE; + break; + case "user": + $value = new User($original_value); + $variable_type = CPHP_VARIABLE_SAFE; + break; + case "none": + $value = $original_value; + $variable_type = CPHP_VARIABLE_UNSAFE; + break; + default: + $found = false; + foreach($cphp_class_map as $class_type => $class_name) + { + if($type == $class_type) + { + $value = new $class_name($original_value); + $variable_type = CPHP_VARIABLE_SAFE; + $found = true; + } + } + + if($found == false) + { + $classname = get_class($this); + throw new Exception("Cannot determine type of dataset ({$type}) passed on to {$classname}.BindDataset."); + break; + } + } + + if($variable_type == CPHP_VARIABLE_SAFE) + { + $variable_name_safe = "s" . $variable_name; + $this->$variable_name_safe = $value; + } + + $variable_name_unsafe = "u" . $variable_name; + $this->$variable_name_unsafe = $original_value; + } + } + else + { + $classname = get_class($this); + throw new Exception("Invalid dataset passed on to {$classname}.BindDataset."); + } + } + + public function DoRenderInternalTemplate() + { + if(!empty($this->render_template)) + { + $strings = array(); + foreach($this->prototype_render as $template_var => $object_var) + { + $variable_name = "s" . $object_var; + $strings[$template_var] = $this->$variable_name; + } + return $this->DoRenderTemplate($this->render_template, $strings); + } + else + { + $classname = get_class($this); + throw new Exception("Cannot render template: no template defined for {$classname} class."); + } + } + + public function InsertIntoDatabase() + { + if(!empty($this->verify_query)) + { + if($this->sId == 0) + { + $insert_mode = CPHP_INSERTMODE_INSERT; + } + else + { + $query = sprintf($this->verify_query, $this->sId); + if($result = mysql_query_cached($query)) + { + $insert_mode = CPHP_INSERTMODE_UPDATE; + } + else + { + $insert_mode = CPHP_INSERTMODE_INSERT; + } + } + + $element_list = array(); + + foreach($this->prototype as $type_key => $type_value) + { + foreach($type_value as $element_key => $element_value) + { + switch($type_key) + { + case "none": + case "numeric": + case "boolean": + case "timestamp": + case "string": + $element_list[$element_value] = array( + 'key' => $element_key, + 'type' => $type_key + ); + break; + default: + break; + } + } + } + + $sKeyList = array(); + $sValueList = array(); + + foreach($element_list as $sKey => $value) + { + $variable_name_safe = "s" . $value['key']; + $variable_name_unsafe = "u" . $value['key']; + + if(isset($this->$variable_name_safe) || isset($this->$variable_name_unsafe)) + { + switch($value['type']) + { + case "none": + $sFinalValue = mysql_real_escape_string($this->$variable_name_unsafe); + break; + case "numeric": + $number = (isset($this->$variable_name_unsafe)) ? $this->$variable_name_unsafe : $this->$variable_name_safe; + $sFinalValue = (is_numeric($number)) ? $number : 0; + break; + case "boolean": + $bool = (isset($this->$variable_name_unsafe)) ? $this->$variable_name_unsafe : $this->$variable_name_safe; + $sFinalValue = ($bool) ? "1" : "0"; + break; + case "timestamp": + $sFinalValue = (isset($this->$variable_name_safe)) ? mysql_from_unix($this->$variable_name_safe) : mysql_from_unix(unix_from_local($this->$variable_name_unsafe)); + break; + case "string": + $sFinalValue = (isset($this->$variable_name_unsafe)) ? mysql_real_escape_string($this->$variable_name_unsafe) : mysql_real_escape_string($this->$variable_name_safe); + break; + case "default": + $sFinalValue = mysql_real_escape_string($this->$variable_name_unsafe); + break; + } + + $sFinalValue = "'{$sFinalValue}'"; + $sKey = "`{$sKey}`"; + + $sKeyList[] = $sKey; + $sValueList[] = $sFinalValue; + } + else + { + $classname = get_class($this); + throw new Exception("Database insertion failed: prototype property {$value['key']} not found in object of type {$classname}."); + } + } + + + if($insert_mode == CPHP_INSERTMODE_INSERT) + { + $sQueryKeys = implode(", ", $sKeyList); + $sQueryValues = implode(", ", $sValueList); + $query = "INSERT INTO {$this->table_name} ({$sQueryKeys}) VALUES ({$sQueryValues})"; + } + elseif($insert_mode == CPHP_INSERTMODE_UPDATE) + { + $sKeyValueList = array(); + + for($i = 0; $i < count($sKeyList); $i++) + { + $sKey = $sKeyList[$i]; + $sValue = $sValueList[$i]; + $sKeyValueList[] = "{$sKey} = {$sValue}"; + } + + $sQueryKeysValues = implode(", ", $sKeyValueList); + $query = "UPDATE {$this->table_name} SET {$sQueryKeysValues} WHERE `Id` = '{$this->sId}'"; + } + + if($result = mysql_query($query)) + { + if($insert_mode == CPHP_INSERTMODE_INSERT) + { + $this->sId = mysql_insert_id(); + } + + return $result; + } + else + { + $classname = get_class($this); + throw new DatabaseException("Database insertion query failed in object of type {$classname}. Error message: " . mysql_error()); + } + } + else + { + $classname = get_class($this); + throw new Exception("No verification query defined for {$classname} class."); + } + } + + public function RetrieveChildren($type, $field) + { + if(!isset($cphp_class_map[$type])) + { + $classname = get_class($this); + throw new NotFoundException("Non-existent 'type' argument passed on to {$classname}.RetrieveChildren function."); + } + + $parent_type = get_parent_class($cphp_class_map[$type]); + if($parent_type !== "CPHPDatabaseRecordClass") + { + $parent_type = ($parent_type === false) ? "NONE" : $parent_type; + $classname = get_class($this); + throw new TypeException("{$classname}.RetrieveChildren expected 'type' argument of parent-type CPHPDatabaseRecordClass, but got {$parent_type} instead."); + } + + $query = ""; + } + + public function PurgeCache() + { + $query = sprintf($this->fill_query, $this->sId); + $key = md5($query) . md5($query . "x"); + mc_delete($key); + } + + public function RenderTemplate() + { + return $this->DoRenderInternalTemplate(); + } +} +?> diff --git a/configuration/sources/vps-list/cphp/class.localizer.php b/configuration/sources/vps-list/cphp/class.localizer.php new file mode 100644 index 0000000..0c69a4d --- /dev/null +++ b/configuration/sources/vps-list/cphp/class.localizer.php @@ -0,0 +1,64 @@ +strings = array(); + $lng_contents = file_get_contents("{$cphp_locale_path}/{$locale}.{$cphp_locale_ext}"); + if($lng_contents !== false) + { + $lines = explode("\n", $lng_contents); + foreach($lines as $line) + { + $line = str_replace("\r", "", $line); + if(preg_match("/(.+?[^\\\]);(.+)/", $line, $matches)) + { + $key = trim(str_replace("\;", ";", $matches[1])); + $value = trim(str_replace("\;", ";", $matches[2])); + switch($key) + { + case "_locale": + $this->locale = explode(",", $value); + break; + case "_datetime_short": + $this->datetime_short = $value; + break; + case "_datetime_long": + $this->datetime_long = $value; + break; + case "_date_short": + $this->date_short = $value; + break; + case "_date_long": + $this->date_long = $value; + break; + case "_time": + $this->time = $value; + break; + default: + $this->strings[$key] = $value; + break; + } + } + } + } + else + { + Throw new Exception("Failed to load locale {$locale}."); + } + } +} + +?> diff --git a/configuration/sources/vps-list/cphp/class.templater.php b/configuration/sources/vps-list/cphp/class.templater.php new file mode 100644 index 0000000..593cf03 --- /dev/null +++ b/configuration/sources/vps-list/cphp/class.templater.php @@ -0,0 +1,112 @@ +basedir . $template . $this->extension); + $template_cache[$template] = $tpl_contents; + } + + if($tpl_contents !== false) + { + $this->tpl = $tpl_contents; + $this->tpl_rendered = $tpl_contents; + } + else + { + Throw new Exception("Failed to load template {$template}."); + } + } + + public function Reset() + { + if(!is_null($this->tpl)) + { + $this->tpl_rendered = $this->tpl; + } + else + { + Throw new Exception("No template loaded."); + } + } + + public function Localize($strings) + { + if(!is_null($this->tpl)) + { + preg_match_all("/<%!([a-zA-Z0-9_-]+)>/", $this->tpl_rendered, $strlist); + foreach($strlist[1] as $str) + { + if(isset($strings[$str])) + { + $this->tpl_rendered = str_replace("<%!{$str}>", $strings[$str], $this->tpl_rendered); + } + } + } + else + { + Throw new Exception("No template loaded."); + } + } + + public function Compile($strings) + { + if(!is_null($this->tpl)) + { + preg_match_all("/<%\?([a-zA-Z0-9_-]+)>/", $this->tpl_rendered, $strlist); + foreach($strlist[1] as $str) + { + if(isset($strings[$str])) + { + $this->tpl_rendered = str_replace("<%?{$str}>", $strings[$str], $this->tpl_rendered); + } + } + } + else + { + Throw new Exception("No template loaded."); + } + } + + public function Render() + { + if(!is_null($this->tpl)) + { + return $this->tpl_rendered; + } + else + { + Throw new Exception("No template loaded."); + } + } + + public function Output() + { + if(!is_null($this->tpl)) + { + echo($this->tpl_rendered); + } + else + { + Throw new Exception("No template loaded."); + } + } +} +?> diff --git a/configuration/sources/vps-list/cphp/components/component.errorhandler.php b/configuration/sources/vps-list/cphp/components/component.errorhandler.php new file mode 100644 index 0000000..a6ec9af --- /dev/null +++ b/configuration/sources/vps-list/cphp/components/component.errorhandler.php @@ -0,0 +1,60 @@ +sErrorType = $type; + $this->sLogError = $log; + $this->sTitle = $title; + $this->sMessage = $message; + } + + public function LogError($context, $message) + { + // FIXME placeholder function, error logging has not been implemented yet + } + + public function Render() + { + global $locale; + + $template['error'] = new Templater(); + + switch($this->sErrorType) + { + case CPHP_ERRORHANDLER_TYPE_ERROR: + $template['error']->Load("errorhandler.error"); + break; + case CPHP_ERRORHANDLER_TYPE_INFO: + $template['error']->Load("errorhandler.info"); + break; + case CPHP_ERRORHANDLER_TYPE_WARNING: + $template['error']->Load("errorhandler.warning"); + break; + case CPHP_ERRORHANDLER_TYPE_SUCCESS: + $template['error']->Load("errorhandler.success"); + break; + } + + $template['error']->Localize($locale->strings); + $template['error']->Compile(array( + 'title' => $this->sTitle, + 'message' => $this->sMessage + )); + + return $template['error']->Render(); + } +} +?> diff --git a/configuration/sources/vps-list/cphp/components/component.formbuilder.php b/configuration/sources/vps-list/cphp/components/component.formbuilder.php new file mode 100644 index 0000000..39c9078 --- /dev/null +++ b/configuration/sources/vps-list/cphp/components/component.formbuilder.php @@ -0,0 +1,379 @@ +parameters[$key] = $value; + } + + public function RenderParameters($parameters) + { + if(empty($parameters)) + { + return ""; + } + + $rendered = array(); + + foreach($parameters as $key => $value) + { + $value = utf8entities($value); + $rendered[] = "{$key}=\"{$value}\""; + } + + return " " . implode(" ", $rendered); + } + + public function RenderNote() + { + if(!empty($this->note)) + { + return "
    {$this->note}
    "; + } + else + { + return ""; + } + } +} + +abstract class CPHPFormBuilderContainer extends CPHPFormBuilderBaseClass +{ + public $elements = array(); + + public function AddElement($element) + { + $this->elements[] = $element; + } +} + +class CPHPFormBuilder extends CPHPFormBuilderContainer +{ + public $method = ""; + public $action = ""; + + public function __construct($method, $target) + { + $this->method = strtolower($method); + $this->action = $target; + } + + public function Render() + { + $rendered_elements = ""; + + foreach($this->elements as $element) + { + $rendered_elements .= $element->Render(); + } + + $this->AddParameter("method", $this->method); + $this->AddParameter("action", $this->action); + + $rendered_parameters = $this->RenderParameters($this->parameters); + + return "{$rendered_elements}"; + } +} + +class CPHPFormSection extends CPHPFormBuilderContainer +{ + public $label = ""; + public $fieldset = true; + public $classname = ""; + + public function __construct($fieldset = true, $label = "") + { + if(!empty($label)) + { + $this->label = $label; + } + + $this->fieldset = $fieldset; + } + + public function Render() + { + if(!empty($this->label)) + { + $legend = "{$this->label}"; + } + else + { + $legend = ""; + } + + if($this->fieldset === true) + { + $this->classname = trim("{$this->classname} cphp_fbd_fieldset"); + } + + $rendered_elements = ""; + + foreach($this->elements as $element) + { + $rendered_elements .= $element->Render(); + } + + if($this->fieldset === true) + { + $this->AddParameter("class", $this->classname); + $rendered_parameters = $this->RenderParameters($this->parameters); + return "{$legend}
    {$rendered_elements}
    "; + } + else + { + return "
    {$rendered_elements}
    "; + } + } +} + +abstract class CPHPFormInputElement extends CPHPFormBuilderBaseClass +{ + public $id = ""; + public $name = ""; + public $value = ""; + public $label = ""; + + public function __construct($label, $name, $value = "", $note = "", $id = "") + { + global $cphp_formbuilder_increment; + + $this->name = $name; + $this->value = $value; + $this->label = $label; + $this->note = $note; + + if(empty($id)) + { + $this->id = "cphp_fbd_{$cphp_formbuilder_increment}"; + $cphp_formbuilder_increment += 1; + } + else + { + $this->id = $id; + } + } + +} + +abstract class CPHPFormInput extends CPHPFormInputElement +{ + public function Render() + { + $this->AddParameter("id", $this->id); + $this->AddParameter("type", $this->type); + $this->AddParameter("name", $this->name); + $this->AddParameter("value", $this->value); + + $rendered_parameters = $this->RenderParameters($this->parameters); + $rendered_note = $this->RenderNote(); + + return "
    {$this->label}{$rendered_note}
    "; + } +} + +class CPHPFormTextInput extends CPHPFormInput +{ + public $type = "text"; +} + +class CPHPFormPasswordInput extends CPHPFormInput +{ + public $type = "password"; +} + +class CPHPFormDateInput extends CPHPFormInput +{ + public $type = "date"; +} + +class CPHPFormTimeInput extends CPHPFormInput +{ + public $type = "time"; +} + +class CPHPFormEmailInput extends CPHPFormInput +{ + public $type = "email"; +} + +class CPHPFormUrlInput extends CPHPFormInput +{ + public $type = "url"; +} + +class CPHPFormRangeInput extends CPHPFormInput +{ + public $type = "range"; +} + +class CPHPFormColorInput extends CPHPFormInput +{ + public $type = "color"; +} + +class CPHPFormSearchInput extends CPHPFormInput +{ + public $type = "search"; +} + +class CPHPFormCheckboxGroup extends CPHPFormBuilderContainer +{ + public function __construct($label, $note = "") + { + global $cphp_formbuilder_increment; + + $this->label = $label; + $this->note = $note; + } + + public function Render() + { + $rendered_note = $this->RenderNote(); + + $rendered_elements = ""; + + foreach($this->elements as $element) + { + $rendered_elements .= $element->Render(); + } + + return "
    {$this->label}{$rendered_note}
    {$rendered_elements}
    "; + } +} + +class CPHPFormCheckbox extends CPHPFormInputElement +{ + + public function Render() + { + $this->AddParameter("id", $this->id); + $this->AddParameter("type", "checkbox"); + $this->AddParameter("name", $this->name); + + if($this->value === true) + { + $this->AddParameter("checked", ""); + } + + $rendered_parameters = $this->RenderParameters($this->parameters); + $rendered_note = $this->RenderNote(); + return "
    "; + } +} + +class CPHPFormRadioButton extends CPHPFormInput +{ + public $type = "radio"; +} + +class CPHPFormButton extends CPHPFormInputElement +{ + public $type = "button"; + + public function Render() + { + $this->AddParameter("type", $this->type); + $this->AddParameter("name", $this->name); + $this->AddParameter("value", $this->value); + + $rendered_parameters = $this->RenderParameters($this->parameters); + + return "
    {$this->label}
    "; + } +} + +class CPHPFormSubmitButton extends CPHPFormButton +{ + public $type = "submit"; +} + +class CPHPFormResetButton extends CPHPFormButton +{ + public $type = "reset"; +} + +class CPHPFormSelect extends CPHPFormInputElement +{ + public $options = array(); + + public function AddOption($option) + { + $this->options[] = $option; + } + + public function Render() + { + $this->AddParameter("id", $this->id); + $this->AddParameter("name", $this->name); + + $rendered_parameters = $this->RenderParameters($this->parameters); + $rendered_note = $this->RenderNote(); + + $list = ""; + + foreach($this->options as $option) + { + $list .= $option->Render(); + } + + return "
    {$this->label}{$rendered_note}
    {$list}
    "; + } +} + +class CPHPFormSelectOptionGroup +{ + public $label = ""; + public $options = array(); + + public function __construct($label) + { + $this->label = $label; + } + + public function AddOption($option) + { + $this->options[] = $option; + } + + public function Render() + { + $list = ""; + + foreach($this->options as $option) + { + $list .= $option->Render(); + } + + return "label}\">{$list}"; + } +} + +class CPHPFormSelectOption +{ + public $value = ""; + public $description = ""; + public $selected = false; + + public function __construct($value, $description, $selected = false) + { + $this->value = $value; + $this->description = $description; + $this->selected = $selected; + } + + public function Render() + { + $selected_attribute = ($selected) ? " selected" : ""; + + return ""; + } +} +?> diff --git a/configuration/sources/vps-list/cphp/components/component.formbuilder_test.php b/configuration/sources/vps-list/cphp/components/component.formbuilder_test.php new file mode 100644 index 0000000..8079ad7 --- /dev/null +++ b/configuration/sources/vps-list/cphp/components/component.formbuilder_test.php @@ -0,0 +1,6 @@ + diff --git a/configuration/sources/vps-list/cphp/components/component.router.php b/configuration/sources/vps-list/cphp/components/component.router.php new file mode 100644 index 0000000..0eb2d60 --- /dev/null +++ b/configuration/sources/vps-list/cphp/components/component.router.php @@ -0,0 +1,40 @@ +routes as $priority) + { + foreach($priority as $route_regex => $route_destination) + { + if($found === false) + { + $regex = str_replace("/", "\/", $route_regex); + if(preg_match("/{$regex}/i", $requestpath, $matches)) + { + $this->uParameters = $matches; + include($route_destination); + $found = true; + } + } + } + } + } +} +?> diff --git a/configuration/sources/vps-list/cphp/components/formbuilder_test b/configuration/sources/vps-list/cphp/components/formbuilder_test new file mode 100644 index 0000000..6b3fbf3 --- /dev/null +++ b/configuration/sources/vps-list/cphp/components/formbuilder_test @@ -0,0 +1,6 @@ + diff --git a/configuration/sources/vps-list/cphp/include.constants.php b/configuration/sources/vps-list/cphp/include.constants.php new file mode 100644 index 0000000..04765f8 --- /dev/null +++ b/configuration/sources/vps-list/cphp/include.constants.php @@ -0,0 +1,13 @@ + diff --git a/configuration/sources/vps-list/cphp/include.datetime.php b/configuration/sources/vps-list/cphp/include.datetime.php new file mode 100644 index 0000000..081825f --- /dev/null +++ b/configuration/sources/vps-list/cphp/include.datetime.php @@ -0,0 +1,169 @@ + '(GMT-12:00) International Date Line West', + 'Pacific/Midway' => '(GMT-11:00) Midway Island', + 'Pacific/Samoa' => '(GMT-11:00) Samoa', + 'Pacific/Honolulu' => '(GMT-10:00) Hawaii', + 'America/Anchorage' => '(GMT-09:00) Alaska', + 'America/Los_Angeles' => '(GMT-08:00) Pacific Time (US & Canada)', + 'America/Tijuana' => '(GMT-08:00) Tijuana, Baja California', + 'America/Denver' => '(GMT-07:00) Mountain Time (US & Canada)', + 'America/Chihuahua' => '(GMT-07:00) Chihuahua', + 'America/Mazatlan' => '(GMT-07:00) Mazatlan', + 'America/Phoenix' => '(GMT-07:00) Arizona', + 'America/Regina' => '(GMT-06:00) Saskatchewan', + 'America/Tegucigalpa' => '(GMT-06:00) Central America', + 'America/Chicago' => '(GMT-06:00) Central Time (US & Canada)', + 'America/Mexico_City' => '(GMT-06:00) Mexico City', + 'America/Monterrey' => '(GMT-06:00) Monterrey', + 'America/New_York' => '(GMT-05:00) Eastern Time (US & Canada)', + 'America/Bogota' => '(GMT-05:00) Bogota', + 'America/Lima' => '(GMT-05:00) Lima', + 'America/Rio_Branco' => '(GMT-05:00) Rio Branco', + 'America/Indiana/Indianapolis' => '(GMT-05:00) Indiana (East)', + 'America/Caracas' => '(GMT-04:30) Caracas', + 'America/Halifax' => '(GMT-04:00) Atlantic Time (Canada)', + 'America/Manaus' => '(GMT-04:00) Manaus', + 'America/Santiago' => '(GMT-04:00) Santiago', + 'America/La_Paz' => '(GMT-04:00) La Paz', + 'America/St_Johns' => '(GMT-03:30) Newfoundland', + 'America/Argentina/Buenos_Aires' => '(GMT-03:00) Georgetown', + 'America/Sao_Paulo' => '(GMT-03:00) Brasilia', + 'America/Godthab' => '(GMT-03:00) Greenland', + 'America/Montevideo' => '(GMT-03:00) Montevideo', + 'Atlantic/South_Georgia' => '(GMT-02:00) Mid-Atlantic', + 'Atlantic/Azores' => '(GMT-01:00) Azores', + 'Atlantic/Cape_Verde' => '(GMT-01:00) Cape Verde Is.', + 'Europe/Dublin' => '(GMT) Dublin', + 'Europe/Lisbon' => '(GMT) Lisbon', + 'Europe/London' => '(GMT) London', + 'Africa/Monrovia' => '(GMT) Monrovia', + 'Atlantic/Reykjavik' => '(GMT) Reykjavik', + 'Africa/Casablanca' => '(GMT) Casablanca', + 'Europe/Belgrade' => '(GMT+01:00) Belgrade', + 'Europe/Bratislava' => '(GMT+01:00) Bratislava', + 'Europe/Budapest' => '(GMT+01:00) Budapest', + 'Europe/Ljubljana' => '(GMT+01:00) Ljubljana', + 'Europe/Prague' => '(GMT+01:00) Prague', + 'Europe/Sarajevo' => '(GMT+01:00) Sarajevo', + 'Europe/Skopje' => '(GMT+01:00) Skopje', + 'Europe/Warsaw' => '(GMT+01:00) Warsaw', + 'Europe/Zagreb' => '(GMT+01:00) Zagreb', + 'Europe/Brussels' => '(GMT+01:00) Brussels', + 'Europe/Copenhagen' => '(GMT+01:00) Copenhagen', + 'Europe/Madrid' => '(GMT+01:00) Madrid', + 'Europe/Paris' => '(GMT+01:00) Paris', + 'Africa/Algiers' => '(GMT+01:00) West Central Africa', + 'Europe/Amsterdam' => '(GMT+01:00) Amsterdam', + 'Europe/Berlin' => '(GMT+01:00) Berlin', + 'Europe/Rome' => '(GMT+01:00) Rome', + 'Europe/Stockholm' => '(GMT+01:00) Stockholm', + 'Europe/Vienna' => '(GMT+01:00) Vienna', + 'Europe/Minsk' => '(GMT+02:00) Minsk', + 'Africa/Cairo' => '(GMT+02:00) Cairo', + 'Europe/Helsinki' => '(GMT+02:00) Helsinki', + 'Europe/Riga' => '(GMT+02:00) Riga', + 'Europe/Sofia' => '(GMT+02:00) Sofia', + 'Europe/Tallinn' => '(GMT+02:00) Tallinn', + 'Europe/Vilnius' => '(GMT+02:00) Vilnius', + 'Europe/Athens' => '(GMT+02:00) Athens', + 'Europe/Bucharest' => '(GMT+02:00) Bucharest', + 'Europe/Istanbul' => '(GMT+02:00) Istanbul', + 'Asia/Jerusalem' => '(GMT+02:00) Jerusalem', + 'Asia/Amman' => '(GMT+02:00) Amman', + 'Asia/Beirut' => '(GMT+02:00) Beirut', + 'Africa/Windhoek' => '(GMT+02:00) Windhoek', + 'Africa/Harare' => '(GMT+02:00) Harare', + 'Asia/Kuwait' => '(GMT+03:00) Kuwait', + 'Asia/Riyadh' => '(GMT+03:00) Riyadh', + 'Asia/Baghdad' => '(GMT+03:00) Baghdad', + 'Africa/Nairobi' => '(GMT+03:00) Nairobi', + 'Asia/Tbilisi' => '(GMT+03:00) Tbilisi', + 'Europe/Moscow' => '(GMT+03:00) Moscow', + 'Europe/Volgograd' => '(GMT+03:00) Volgograd', + 'Asia/Tehran' => '(GMT+03:30) Tehran', + 'Asia/Muscat' => '(GMT+04:00) Muscat', + 'Asia/Baku' => '(GMT+04:00) Baku', + 'Asia/Yerevan' => '(GMT+04:00) Yerevan', + 'Asia/Yekaterinburg' => '(GMT+05:00) Ekaterinburg', + 'Asia/Karachi' => '(GMT+05:00) Karachi', + 'Asia/Tashkent' => '(GMT+05:00) Tashkent', + 'Asia/Kolkata' => '(GMT+05:30) Calcutta', + 'Asia/Colombo' => '(GMT+05:30) Sri Jayawardenepura', + 'Asia/Katmandu' => '(GMT+05:45) Kathmandu', + 'Asia/Dhaka' => '(GMT+06:00) Dhaka', + 'Asia/Almaty' => '(GMT+06:00) Almaty', + 'Asia/Novosibirsk' => '(GMT+06:00) Novosibirsk', + 'Asia/Rangoon' => '(GMT+06:30) Yangon (Rangoon)', + 'Asia/Krasnoyarsk' => '(GMT+07:00) Krasnoyarsk', + 'Asia/Bangkok' => '(GMT+07:00) Bangkok', + 'Asia/Jakarta' => '(GMT+07:00) Jakarta', + 'Asia/Brunei' => '(GMT+08:00) Beijing', + 'Asia/Chongqing' => '(GMT+08:00) Chongqing', + 'Asia/Hong_Kong' => '(GMT+08:00) Hong Kong', + 'Asia/Urumqi' => '(GMT+08:00) Urumqi', + 'Asia/Irkutsk' => '(GMT+08:00) Irkutsk', + 'Asia/Ulaanbaatar' => '(GMT+08:00) Ulaan Bataar', + 'Asia/Kuala_Lumpur' => '(GMT+08:00) Kuala Lumpur', + 'Asia/Singapore' => '(GMT+08:00) Singapore', + 'Asia/Taipei' => '(GMT+08:00) Taipei', + 'Australia/Perth' => '(GMT+08:00) Perth', + 'Asia/Seoul' => '(GMT+09:00) Seoul', + 'Asia/Tokyo' => '(GMT+09:00) Tokyo', + 'Asia/Yakutsk' => '(GMT+09:00) Yakutsk', + 'Australia/Darwin' => '(GMT+09:30) Darwin', + 'Australia/Adelaide' => '(GMT+09:30) Adelaide', + 'Australia/Canberra' => '(GMT+10:00) Canberra', + 'Australia/Melbourne' => '(GMT+10:00) Melbourne', + 'Australia/Sydney' => '(GMT+10:00) Sydney', + 'Australia/Brisbane' => '(GMT+10:00) Brisbane', + 'Australia/Hobart' => '(GMT+10:00) Hobart', + 'Asia/Vladivostok' => '(GMT+10:00) Vladivostok', + 'Pacific/Guam' => '(GMT+10:00) Guam', + 'Pacific/Port_Moresby' => '(GMT+10:00) Port Moresby', + 'Asia/Magadan' => '(GMT+11:00) Magadan', + 'Pacific/Fiji' => '(GMT+12:00) Fiji', + 'Asia/Kamchatka' => '(GMT+12:00) Kamchatka', + 'Pacific/Auckland' => '(GMT+12:00) Auckland', + 'Pacific/Tongatapu' => '(GMT+13:00) Nukualofa' +); + +function unix_from_local($timestamp) +{ + global $user_preferences; + date_default_timezone_set($user_preferences[CPHP_SETTING_TIMEZONE]); + return strtotime($timestamp); +} + +function unix_from_mysql($timestamp) +{ + date_default_timezone_set("GMT"); + return strtotime($timestamp); +} + +function local_from_unix($timestamp, $format) +{ + global $user_preferences; + date_default_timezone_set($user_preferences[CPHP_SETTING_TIMEZONE]); + return strftime($format, $timestamp); +} + +function gmt_from_unix($timestamp, $format) +{ + date_default_timezone_set("GMT"); + return strftime($format, $timestamp); +} + +function mysql_from_unix($timestamp) +{ + date_default_timezone_set("GMT"); + return date("Y-m-d H:i:s", $timestamp); +} + +function floor_to_day($timestamp) +{ + return floor($timestamp / (60 * 60 * 24)) * (60 * 60 * 24); +} +?> diff --git a/configuration/sources/vps-list/cphp/include.dependencies.php b/configuration/sources/vps-list/cphp/include.dependencies.php new file mode 100644 index 0000000..785abb2 --- /dev/null +++ b/configuration/sources/vps-list/cphp/include.dependencies.php @@ -0,0 +1,90 @@ + $f_min) + { + return true; + } + else + { + return false; + } + } + else + { + if($f_cur > $f_min && $f_cur < $f_max) + { + return true; + } + else + { + return false; + } + } + } + } +} +?> diff --git a/configuration/sources/vps-list/cphp/include.exceptions.php b/configuration/sources/vps-list/cphp/include.exceptions.php new file mode 100644 index 0000000..75a4034 --- /dev/null +++ b/configuration/sources/vps-list/cphp/include.exceptions.php @@ -0,0 +1,12 @@ + diff --git a/configuration/sources/vps-list/cphp/include.memcache.php b/configuration/sources/vps-list/cphp/include.memcache.php new file mode 100644 index 0000000..ef779ae --- /dev/null +++ b/configuration/sources/vps-list/cphp/include.memcache.php @@ -0,0 +1,145 @@ +connect($cphp_memcache_server, $cphp_memcache_port); + + if($cphp_memcache_established !== false) + { + $cphp_memcache_connected = true; + } + else + { + $cphp_memcache_connected = false; + } +} + +function mc_get($key) +{ + global $cphp_memcache_enabled, $cphp_memcache_connected, $memcache; + + if($cphp_memcache_enabled === false || $cphp_memcache_connected === false) + { + return false; + } + else + { + $get_result = $memcache->get($key); + if($get_result !== false) + { + return $get_result; + } + else + { + return false; + } + } +} + +function mc_set($key, $value, $expiry) +{ + global $cphp_memcache_enabled, $cphp_memcache_connected, $cphp_memcache_compressed, $memcache; + + if($cphp_memcache_enabled === false || $cphp_memcache_connected === false) + { + return false; + } + else + { + if($cphp_memcache_compressed === true) + { + $flag = MEMCACHE_COMPRESSED; + } + else + { + $flag = false; + } + + $set_result = $memcache->set($key, $value, $flag, $expiry); + return $set_result; + } +} + +function mc_delete($key) +{ + global $cphp_memcache_enabled, $cphp_memcache_connected, $memcache; + + if($cphp_memcache_enabled === false || $cphp_memcache_connected === false) + { + return false; + } + else + { + return $memcache->delete($key); + } +} + +function mysql_query_cached($query, $expiry = 60, $key = "") +{ + if($key == "") + { + $key = md5($query) . md5($query . "x"); + } + + if($res = mc_get($key)) + { + $return_object->source = "memcache"; + $return_object->data = $res; + return $return_object; + } + else + { + if($res = mysql_query($query)) + { + $found = false; + + while($row = mysql_fetch_assoc($res)) + { + $return_object->data[] = $row; + $found = true; + } + + if($found === true) + { + $return_object->source = "database"; + mc_set($key, $return_object->data, $expiry); + return $return_object; + } + else + { + return false; + } + } + else + { + return false; + } + } +} + +function file_get_contents_cached($path, $expiry = 3600) +{ + if($res = mc_get(md5($path) . md5($path . "x"))) + { + $return_object->source = "memcache"; + $return_object->data = $res; + return $return_object; + } + else + { + if($result = file_get_contents($path)) + { + $return_object->source = "disk"; + $return_object->data = $result; + mc_set(md5($path) . md5($path . "x"), $return_object->data, $expiry); + return $return_object; + } + else + { + return false; + } + } +} +?> diff --git a/configuration/sources/vps-list/cphp/include.misc.php b/configuration/sources/vps-list/cphp/include.misc.php new file mode 100644 index 0000000..8e8d6be --- /dev/null +++ b/configuration/sources/vps-list/cphp/include.misc.php @@ -0,0 +1,90 @@ + $value){ + $vars[] = "$".$key; + } + + return "global " . join(",", $vars) . ";"; +} + +function utf8entities($utf8) +{ + // Credits to silverbeat@gmx.at (http://www.php.net/manual/en/function.htmlentities.php#96648) + $encodeTags = true; + $result = ''; + for ($i = 0; $i < strlen($utf8); $i++) + { + $char = $utf8[$i]; + $ascii = ord($char); + if ($ascii < 128) + { + $result .= ($encodeTags) ? htmlentities($char) : $char; + } + else if ($ascii < 192) + { + // Do nothing. + } + else if ($ascii < 224) + { + $result .= htmlentities(substr($utf8, $i, 2), ENT_QUOTES, 'UTF-8'); + $i++; + } + else if ($ascii < 240) + { + $ascii1 = ord($utf8[$i+1]); + $ascii2 = ord($utf8[$i+2]); + $unicode = (15 & $ascii) * 4096 + + (63 & $ascii1) * 64 + + (63 & $ascii2); + $result .= "&#$unicode;"; + $i += 2; + } + else if ($ascii < 248) + { + $ascii1 = ord($utf8[$i+1]); + $ascii2 = ord($utf8[$i+2]); + $ascii3 = ord($utf8[$i+3]); + $unicode = (15 & $ascii) * 262144 + + (63 & $ascii1) * 4096 + + (63 & $ascii2) * 64 + + (63 & $ascii3); + $result .= "&#$unicode;"; + $i += 3; + } + } + return $result; +} + +function clean_array($arr) +{ + $result = array(); + foreach($arr as $key => $value) + { + if(!empty($value)) + { + $result[$key] = $value; + } + } + return $result; +} + +function is_empty($variable) +{ + return (trim($variable) == ""); +} +?> diff --git a/configuration/sources/vps-list/cphp/include.mysql.php b/configuration/sources/vps-list/cphp/include.mysql.php new file mode 100644 index 0000000..08032e8 --- /dev/null +++ b/configuration/sources/vps-list/cphp/include.mysql.php @@ -0,0 +1,16 @@ + diff --git a/configuration/sources/vps-list/cphp/include.session.php b/configuration/sources/vps-list/cphp/include.session.php new file mode 100644 index 0000000..1d176ca --- /dev/null +++ b/configuration/sources/vps-list/cphp/include.session.php @@ -0,0 +1,5 @@ + diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-bg_diagonals-medium_15_3d4b8a_40x40.png b/configuration/sources/vps-list/css/custom-theme/images/ui-bg_diagonals-medium_15_3d4b8a_40x40.png new file mode 100755 index 0000000000000000000000000000000000000000..5fb196db5de451603f331ac4702f99d65e1bedab GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU#=yY%`)9{*Am@Omi(^Pc>)WY@e9Zntojlz_~n2nR)F!MG&410GycS`UP z6a62he=Ewrnq3!ZGwOML(Q#R2;}wyoB8sN2Zz>}8*h(^-&}3pbx8|zV{M?jm(-@&i z7bb4_Ia^70Hskv9g{PIhPp3&Mrk{{3YMY~&{^QT`J?uVV8J|vNuTM~WD|+VBE$tbe u`&IWGeBoGiLApn73Hx3c^N%#Y9fQ-Ob$^@~#d&~!VeoYIb6Mw<&;$Tt&1cX6 literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png b/configuration/sources/vps-list/css/custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100755 index 0000000000000000000000000000000000000000..5b5dab2ab7b1c50dea9cfe73dc5a269a92d2d4b4 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FscKIb$B>N1x91EQ4=4yQ7#`R^ z$vje}bP0l+XkK DSH>_4 literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-bg_glass_95_fef1ec_1x400.png b/configuration/sources/vps-list/css/custom-theme/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100755 index 0000000000000000000000000000000000000000..4443fdc1a156babad4336f004eaf5ca5dfa0f9ab GIT binary patch literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnour0hIh978O6-<~(*YA|4MzBvER z|7}eQtdCVXoUc2b{PaWeaIKu7gJx>{vDV26o)#~38k_!`W=^oo1w6ixmPC4R1b Tyd6G3lNdZ*{an^LB{Ts5`idse literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-bg_gloss-wave_16_121212_500x100.png b/configuration/sources/vps-list/css/custom-theme/images/ui-bg_gloss-wave_16_121212_500x100.png new file mode 100755 index 0000000000000000000000000000000000000000..f1a159298743d2448cbf365573d7bd9dda4a0161 GIT binary patch literal 1968 zcmbuAYfzI17KT68U8(M>RaE3wc6KV_5XHDeF5zMop-{C_AvO({m5(GCLMTKMBo}PQ z?hfRFbsO%4VmlRcZHNh=#b_52G<2OtQ02?reZ%T&gE^yU3K69n;qnlNgh*0r*s35GMcJ+Cx5Siy z_)ut^=Qt?*tBy5<$1cW`(9KZd)SXi2ZACzd)+F)?Y-o|zS!S9%BVL_`|x6r7xU9^~OP+T{>sJsXaF${BkLv1*awGsr@uDmgfcU%)U6JTfv=A~KE1n~5= zR8yKVLQX!|>M}Q-V2l*W#w1Zt-1TLlB1;ieIz9<;$|=d|jOhSV<|&onaTG-4qJJu+47X)E+;{;e% z`}6m+tvC=3@trax*O3^laoJ|qut7l8hshPcs^OKqIis<w|BoZiQ*e`*IKZAPUAy zKt-3NtdPztlipJ_bN1C;LQ!F{I@NRorv^(zlBpPpnT+^*@oJ`O!h?6fg&l)2%I$0H zLW#P1m)I1kCibU04u_;`({_FzHv=gJ^#o3u$wd@pC2B*9aI#Tz|5wv`zFdyD^%u-I zaxoq!e_vgVtpCFMMZBOQrI~JjUb)LH~DN8{wpncp%f84;Y|P0F7y3#9%FM@DQip` z>8Gmnu3c3f_fM9jFvz%ur$XzeypRZ6-_2_(JXS1jfNrjKx!%cmdhZ`U_S_wnfe5>l zIsf%4!_no*JXx01sCC`7Ju_tmn9}!lZa7IF7;sqhQrFgxwy900fJc{G=Yh}tY`+~l zFBAx%_#X174d#1Rj{#Nmna&MIH<0Q!T;BN01;2Nye7!IA>3X@c71;9jPtd!6D-ir* z>(8&`Ros2_ZsV}=@XQ`6-!!a*PLZQxwODI9qsTxSK4(O!4=H)PhlTkUkgOCIwP$Lm zO5h&i8Z!GL)i5r)KnRzNka3EW3Z_~km!*{y;YrV%2gBZVEDOZv?4oc5=tQkpB5 zCO`xzQYd;DcOjMcC)8UL| zIhI$PLc`QA?)!g}-xxO5P#=bA?A`ViPc?qpX}2mT6kejQw7F|s#xa!kl(Vg=tLb2K z7ZXJyl0_kd!Om7^;ON;~(%|E$GIl8}Jj_7k%Ga6&xiR~4L=$j9;RD^d7zvSc&Z0E; zv@{a7;OyyZ*h&;PL-7@LsK|h;lo;^(1_E1Ha;OfGpcgJ*ms#6bT6cCkM(Y`Q(wVSZ zXdN4?EoOrS=o&5jao=t$JDx=~2FEQWu|QXgyk)jKdCc)mXu(~2c_R`?j0^8uH*-e< z5cB6(uD*iTy$4(qLwR3DIVCk^M`(O)e*;D`BPGz3OM<3zy4m$maT8}@5?)h2=n7>oNyli}$rkdF zz^IZ+YP(q7#w%!7X%9!i#kzuKmf22hyR-1HLO<5mSCRB!QlOk(qSCz{C~pyXF~|4* gAiMy~*_QpEB}W(v2Ff$mKQWMT;&iIy*xx?>FQwMyMF0Q* literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-bg_highlight-hard_55_555555_1x100.png b/configuration/sources/vps-list/css/custom-theme/images/ui-bg_highlight-hard_55_555555_1x100.png new file mode 100755 index 0000000000000000000000000000000000000000..1453bc188431e21db26ecb9355fe9730473988ab GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^j6j^i!3HGVb)pi0l$EE8V~E7myZwe-3>3=i~6%-5_+P)VF=8SHYVO6R2QmdKI;Vst E0J7X4ivR!s literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-bg_inset-soft_15_121212_1x100.png b/configuration/sources/vps-list/css/custom-theme/images/ui-bg_inset-soft_15_121212_1x100.png new file mode 100755 index 0000000000000000000000000000000000000000..9df26a065788f5e40df811c8fcb563a5fbeb5f3e GIT binary patch literal 103 zcmeAS@N?(olHy`uVBq!ia0vp^j6j^i!3HGVb)pi0l%A)HV~E7mWC0v# xhtti?&4z^;2!w&4jm69`r%JGlXHU4NB16C{CJQ00E&f2A44$rjF6*2UngAfo7a9Nn literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-icons_666666_256x240.png b/configuration/sources/vps-list/css/custom-theme/images/ui-icons_666666_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..f87de1ca1dc2eeefd7c2a4bed06c3f8bbfe2d483 GIT binary patch literal 4369 zcmd^?`8O2)_s3^phOrG}UnfiUEn8(9QW1?MNkxXVDEpFin2{xWrLx5kBC;k~GmC-Ajq!3AfU8Dx90^_ zp3}MKjJzYC+`T(&egFXQ#9Ek{*oVAaa!zrZtmlRFnwQPRJXH<%pkK2*eP`pT=lwD7 zifq+4BY_rUTa+U|2#&?i7>PVvD?7R4ZfOLPT{e9G~G!Ls3s8JtQE`jMM9wl2V9&Q+K2DHW0M+uQmEr%nYJ^7cK?uIpU-)=wn71ZZ-=@ar0;3^AY z5+TI{2b(e%t{2PZ^HKF*vu@+Xr&BAc@2BC4 z_vCgww#i=)ea5Vo$glEEVBBg_VPBj!)OO>)f@}#dg6ULOeC>LBHz<;*5Y;YfE0lNx zg{N+4@lO~ozxpF69qV@VOGnc248Iuag4C1T)P^(hWkpP!{h!JekX}m^Q#b2B4f1oT zIjsGz)4}-$rQ*-tSuc%qG>%<4xM#E& zN)7lRK~^2VdiloY4>;#}A!yHOAXEmEi^+eA#05pawGXs>!z)gSoDuI#>bRCq-qjJe zZ)r=A`*EMX6+)~er1kdv1L^)0-PsAEM7JF$O6G8>496$24lkOSR^RTfUuIz%iSfn5b-t!##cs7sQI);gdAvqmn_v|%I9k;fCPl0Z)R1+hNQONJN zH%3jT9sOq*a`LF*MiY=zlSSQZ;{_FL9M07A=In+O!~wR}=bzGEQpk2!Vc0p)qKAH? zOk{(%06W#)DdICQ_S%Q@<0Y+!?9%#$gWJ%)EO->^YZP{<`oB4~9xh zL9-0*c4@B#O2ylYs_g`Ky$zb~v!M`NRaMNFYF*Gsu|7)=JyyMHjFC=HhGUE@{aI|B zJ~ITXU052%7jFb5Ys#fhS_?4kqc7H0EU49B8(Chg0&JzU=Gka#xOz1)H0d4m7ZnRA z=M^tdY|U6T!fmte{W?_r8H~qdq|q{5AMU_2It1I4143n~xL?4&K#BOB48l9_Rdm!(c^C?JU;tF0 zEh@o1y6Qa_>}#AwX{VY+`C^kNkxhgb1P5cB0%xupAXyg9NO=SnXrJUE?rQg{Lcsn+ zAZKctGLfbK_B#^&Nev|0^fB&?DN=ak8|0!np524LD25=s84BP8Vl(3=jflNp{X>e@ z637Ri5xx;&JNl+XYImA|{;XR~P*svYDEWYJ6I5!6uO~2twFC1ZQevB7#3z~(apxn& z^J@>Mc`>PJair{yT`iuan-V+i%|Ho-pA<1?V-k^R2Q<5;Co%XxmL` z018t4T0TTwO^w)Gx{9OSJ^9_|kgwX`7%0Rw!PO~@?xvnfUehvN;2Rc;^l>3kfbtk3 z8{j7p;S&{uTlTe9&HTc38q@%_KQFk<&n{vmrN7y&Cz{etcE->rq!6HL)2F!aa=0%! zM%Bwo!7TQ5t;@a_#Q}sjk{UebWQZ8{cp&HN^$*JfH#8spkhk{R@CVBiPuP@yEhu{} zsQfuhTqV%rioATpEphMfhyRYbVfVW`YwLFXUWm-===J(byMf!5;W^CV1g~2194Xx) zFK|z{pm%n-)-DRe{Qhk(d!QaoI*y%Wn6h7<6A{i*Sob&B^y|Spg!&J$`kN>zwUJ3x zaB$ciu*0FJKg}T ztgnh)ASF8njz5>h6?f#{c=*Yr4W_34$GmVIo8OLWjcZK4a0`+Yv-!*}9 zBwKm;DAsA(nDI-`iH@;`=gP+m{lgFLHK3m$W@?)&dGhDA_Z2xOzI0$p(ZJtH$vCxE zj>+kYNBJzs-TlSx!tSH}%I9fQv)mc!C7X0bKlZv4f&}C3+O-4k7AmVO|KYZ9ydP%(N1^uisV8y;~p`x4qFXD?!_OyN9=w(Od6W; zGrT?G;l2v@Ob5k^8w<9w%Jbjb^|H}PYKo}I~bobd!XrTbzp2Zp~H8lgJ)I3?l&(bDiWf8gE&6b z>)9GB=Iu-6%I((+>=jGP>CzD8c0oWITFZGgM!Q7|JrUYq4#^Y(vuDu-a>OWDa4Y4} z5a_*lW#IL_aVf8L+Ty}c&2VojLEIA-;eQK6Wo?xAuK>i;1VWx3c=!s2;j_*iRHOsb*>6-CgcYP+Ho=L@XLd*j~2ln-;WHg)|cCixksH$K={5rGSD@yB%LI|(NCc8 z1Er8H+QO)~S~K{g?nH|2dB8SKs)BxQ?%G}}o*LV!NG2m*TmR|pWj~g`>)ClJCE#F$ zcj)fBg(dKOKmc$Cy}IRlasngIR>z~kP&WW~9cC951{AKmnZ~ZMsqup6QQf7J0T1;C zK9*Qd5*(HxW=tl|RfjO>nkoW#AU3t>JkuzWxy4-l?xmTv15_r1X@p@dz^{&j&;{Mq z$^0$0q&y?kbdZh)kZ+NfXfqLTG}Q^j>qHlUH4VEK`3y^-z6Y<6O88Hf4v^;}!{t-a zDWg;znYu%6zA1~A5~w?fxO~i8-Ib(^02{c4pXjhDI^2 zXB1LP4dvWuc%PXQ{r!d#6>${rm+M8EJM8yf#!H$Kp8AxwUXm5`7Tu-J$mHeCG>vw|&Ay415}_1w&*9K8+2d3v1N+@a$|820o4u60Tj@u&kI!~q2V9X; z>tMvQDI|O$#m+m2O**ZHq`_{#8)ry6`&5s~2k{O4Du16Fn0P;&_(0!e5%Bel){nU0 zJX~<8U6hoI%yx}qGY_1Tq7YKDJ)ETOCs&W)TiCrK*1%DE*vXdD-7hwE*LUgjeHRM` z&@pkhTi>m#Kc+QIK+2Ybn9-sFVKNHyIgfob4H_77yYh))Rq$7Pw|+aD6&yZ|ki9 z8Zb6s{oBt1G+PgfIcxd}{m@~1nzhe;LH)5;!gS8@ddyabpdBc?7JVl?tS+<#bPSMT z2@0uYdsWN(;Ww)n-PlA-0r+62@bYkEa`k{0s})fJgYZ#5=DmIdEvok7aZJRi{w-|} zkea&6X}ZA3b7&vbDb7)v8CuI(+zzSf3z&P2eOrPNP?D~ zf zn0@)0h;~5F&BG5vOFU!=woW&ZSl~nrs{?1w>nWfW_dnpTd z4qvLDYJ*ft>Sp%M(^_xCZpNBnc66JX}A|ZL9IENM`U>`ph7d<+RQiI}@E8Y)70s zMC*_&))}GlmR}@{v9*nm)29-=rn`Q$rc^4G)GVQHlTr6BpGxtHuU(8AF7Ffh54?5w zj+EYT9>x)PWL-iQ@RNmT?R+|c@=FOmj)5Za6_ z@DkVy4l^L>Z3#SI@s_eVwd3D)<^Ivq8a~J{|4mhOL^<7M4D8){ut;GIqqn`oqCk|x pNh;Wa$C0(mdpqYz&F>xK-uVD=DT5%Jzh8ZT#aXmjr70%*{{YN6Ky&~A literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-icons_aaaaaa_256x240.png b/configuration/sources/vps-list/css/custom-theme/images/ui-icons_aaaaaa_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..64af7f11cfef61daf0fdbd80f6f0b7b5448e795a GIT binary patch literal 4369 zcmd^?`8O2)_s3^p#%>t-d@?tR@~?m73Kd(Z3nO0Y&<=YA=b;sjuRVh0kYe-{PG*%20!k}#eNkBB zF`IY6&@1BE{rjV4hX4R~thuSNUGS@Arxe%eMjlANS^0d-bCoc6+6{}d_cotr<+BDe;=!j{I6eOHk2}5K&`;vGhejn`Qlzh+abV9Y!xTe zjNASMPIhvNmjaA^tv9mqeXVn4Y)TR&}K2De8%aV8NTUrZt?W)@)2TTjq(iAE(+=1b~wW0%9P;etL_rz z!R2sbi?0!y!Kf84sPRdl-)T{1U79t}a^<^*XbUT5)2^-h+EaNyFaj?h*(qWpn0N~r zMcLHkn=)8={YOA5*7f+8wuHkuK2hW)$!B?~P3Pjviy2tEKh>)s-L^=EPWFEqWnj>1KsOtsQthJm2b7EFW^7%?hQ$GoC$g*w4yTx>NG}=hMSw z=*CSiB#mGTY%9!m*y1zy1Sb)bb!!IdB;EoRpFqoJS$g**WJc$Z zIzt~~wglN?EWl8-$iN}kaHOLZfxM3xFPcB#wSdFyv0gmH*!N^%9?_ym zRp6rp8MUajtGBj(z&I`nLi^4Fq0;C)bis23HZZ!+kyq!owMwlOsftW;2PG$mLWXjZb18T{4L)*V1C2vU0Ha8qS;; z5|3?qsS!C^16Z>M46u)Pg@4s?C3k{E7;M0~%y zIc_rR;76v*${|OajX{nr<_&Yrmy|JaSQC@mbDNG3d$#ofzm(3>B9{B|qfP*gVeg@dH{Ki{uV_AImC`F3-hmEe!&+$HI$bd{ym?ZywX87i%t?hXSD9z+ zZv=oPJ(52u7lU9y#E;4U(3-OGa<&iT690o-qBf;33nwT%OI-s!eLmOK7Fv-3mjKM$L42ybH_h66jF!50Rl@e*p&q#N&4}6=qPCu8|l1 z(sO8X=V#1=Jq9;Kgxd=xnOJD=rIkFstIX5fX$)7~&URS;sW{XN)`kdGK#L70Db`8x zzeT1rRk=ReWpN8kTzh^mp$g-daB+pdjZIXSWclmvSa~UDITdcT_aO+nGQD%AxTr zfS*9PcVrB9#m7n|>kH>uP!rVdqQD9ttFWb{-d3-!NJ=l!2~C@lgoA2Lo@2kuV!z}X z)~+Z9G1)b=ulQUR1K{3DsB@bUA)=U*0UU2OKCBGg(s=Si&dPVw4=jg2WnJ;Lu>6gH z(&tby*#BYSz&sb5hgGi`> zfkW?sb;eAkbL&`{GhgOze!Fg+i>{`vESJnZiXQ&skNrIu0hiAU-M{QXy3-LJ*u*l( zcVN>Y;S#He$yc(&4RY3lv5fQ<+sK~1We4`#Qc8+A4%AbREgWi}kLmvHjtc=?@%ktw zJr&F%A=x2d@`Vhxq^sc8tG~G(rN*TwF3(2b<<8@s$u$h^PY~*;M!N4tp+5zvh_hv$ zMw6_Dp40Qs@N9#ngSE!Rv_3_N)}2|DE?8!6s~kR>C1+nVn@)?PjY_P&VB9z)aw|Bg zb2p(Sd^+_D-p}TBisYcmzj$8{o7EcC&5PE_?rjEV8RDliPm;U$1mhX}jU6f9HGr}N z8#%d1=2_~5(JPOsu8F1>N+*l_!VVuap`O9X^{v(11q)gS3LH~ky3l1P;P0eltZF;^ z^la6W0w%=X!BTHg@9{zPi?o?JuFUk(Et-NaYr`o4oY7AG`k_~wrWw|CM09W$y^4Vm z5IdPwpN>?~FNM~(A>vVtv{IUn?{$s+J0NG*{qZlWfjhc;M|YG^U$>nv&;{cfiSks_ zC_DJ$17$997s-+f1Gcox_uJp|wAM~)39rlJ30_Prfode*j@?fTMwlAA7W_La;^-&P zH<#t1f^}5gwuTYZdDGPh{YQ?hvdUZgpxGQXU~CSq%V)QXdrjQ-HxDT?0-|;cKRMIy z(H<-6QOfOt?E#p?_ z@4tL)=*@#kNzV=H(&9+nXn!hB%!4i5?+%E<+_pgBOzf+Gp-og8;_HYh(kRgpp;eu#%Lgg86&_%$1v*D7yVfd))xy;WnFKYTg#59Hsgb=4R3d_@xKT~Oudc(8MV+`Eq(+!N$jxGjk81yXh8k9nP4qqb_qdr;KLtY4vR?I}F zj8m{g$}X|>whT&AxLOOEBF}JW_B$mlEqz;sW1YJA4reL2IW{@eFlk5vx2?wDoND$r zxwNNL^M(9z4WF+2_iC(?pm)`~^bX`;gJt}XH}I_MNB90D=6(uGN1hSfCA031jH6x7 z$)}bX$huOayve5q2Mxrl;z(YvHi|WNSs%QLmoULS_bzL{A|v1>vPU6H=jHK#^-Kp4 z!C8C^1NT={^-lQhfvMF}!4zWO(a0##{Y*C<^W9t0Ja&?cwT!q|?MtzX&vDuST$5Gp zqQ|qyCww8qE;xlwJFW$%vE6+)Ntbf+uAPtz5Z5%_3YdyIg60s_OOWOye z=IsD)eq_fY+3pR()k79>6&$$t=<`ooJVKffV?v8oP9<%_8Lw#h+Z zc#?r^g1Kv}Mh;g=ddlR;96+qSoDzJW9fFOt$DLdiz0_n&ow(sNS6U@ldbX%!cp~&1 zL=Jp7rZO7`Z^kV?-0ECEHX?I!0&xI}3NTjGN_&k8!*ko1yi20n>D+7{gcSW3GjKr4=N zry)%(ZJ&q{nqqTTY^|ro3#W8?R=4*;B9(AC!~dvQ2hoE)Y{sCVO_gHJ6sg6J?cXr- z+keA*BXb_Y*=og(S8u&<51g0T-2_S=0AGcBx^^wud%YZ;+6c(39*yhu)FgT7p}yX$aVig!%EdXHQ@KugWjgo6m zv!GetqS;_&D>$wbJ^#L$=BE?|EiZ~1h53zt1%>UIIv^uaLuaK9CEk&X?Uh0g4> zBL7jNfA#1ao0)twL^B(2`M6+<0PPsOtjYFbB#;%fyZ7-j-TM=`sr|!11Qqxwq!m-> z$-f^Is!!0}=6|v3C24(T*RSW=!{g=ks6c~)w>7ol6*T7wuvh!x5{WsK*6|L51d)!W oDPVJM2j(8Ho!n=2zjuxL7yQK}^#iT{e)R$7=TWBBCg|w@19X~zXaE2J literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-icons_bbbbbb_256x240.png b/configuration/sources/vps-list/css/custom-theme/images/ui-icons_bbbbbb_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..146dbd10b99cc7529a1f055e4ac7d4b2284247e2 GIT binary patch literal 4369 zcmd^?`8O2)_s3^phOrG}UnfiUEn8(9QW1?MNkxXVDEpFin2{xWrLx5kBC;k~Gmw z<@?HsG!Qg3zaV+-xQ3ldtad!U<6iGz_enGH*2akP_r)o1D&8p^5M)_c8IIj6Wy*7HJo&CBLuo~nj>(63pZzO(Vv^ZuB3 zMYigjkwA;FEy|G}1jpiMj6|NTm7Uyiw=@FDE*nX<>jR!W@9XIyf%$Fd*J5*D0Z0Lm z9}ZQxyT|x5ftNy?V>EbJz-K>bV9gs9RaXUP<^=;e?&Fqxj;6{ieR-a-@HycA1KMKhql8GOmcxwZ?_-(3hMK^^a*(gaFvBH ziIC!fgH4$W*NbKIaY&T?%&13``KbD@S-0`xQ%v3TV+B!;RC7O!+1a9QCA$H@3tR;k z)SSoR7(s4)f{zM}eWgFN{(ZH5d1O}l)f$ruT!)Q&NImXyZsTzOf9TwctcSfr+M)aJ z5otO+$jvm-P4)ykH)x|cO5xeb>?!`qGw$(>&axqLL6yoB${vsMXgL_-bz@2J_tS92 zdvZG-+vKl@K4Vr(EL{WQt@Z+Ea-hxX0}nTSZxnpi^#Kn8Ox8FgIS|hc}KJQ4tm*HO16ui{(O9} z1YN)GjiQt6fGq`Cj+^`zUf?8hk^(T{{cOQGWFP98am}is28A!5%{R#ENv8fCN!j69 zlMEK(2z?|BY=Je$XD9mB-Kkem*(d-j^9j$2#6r$Dz?s)-TCDCGCs z8>6Pvj{Y+YIeFA@qY22V$)awy@q!9A4rgk5b9TcC;s9Ig^G|6nDP+5=Fzg&?(L=vc zCbGd>fSu~@6!94td+o#d@sid!EIX$rx7*cawe6 z`dScJ+$HssdOjE)O#Ybs56vm-FQ$7yuJJD^Zqk%hMaIgAJ<2yb_MFQte_i;62ScT$ zpjifYyR_E=rQ+>H)pmlr-Udzg*-!|ssw(D7wJvC+Sf8bb9;;q8#z?0p!!bsd{wy|5 zpBaMHE-Ve>i#LLjHRaMLtp%9&(HCng7Sw96jVv!#0k%?F^K7&=T)mnYn)D9(i;4x5 z^NJTJwq~pv;kH@#ejTd*48~(J(r6j34|m`h9fEDj0im)~+%I5XphWymhT;_Zty|Q& zzjPg#-ufAHZ1M*Gccw?Kf|8Pnhtb0`!{N`Bqsa37J+>wC$!e z00k+2Egzz;rbcWoUB%Jvp8W1}$XD%e3>4y;;OZ1ccT-O#uW6Ys@C}Pa`nZrNKzR(2 z4e%3)@QI4SE&E!lW`5y14QhbepBG%_XBV-O(%5tj)@9#|;sC-MNev!zGDHk}JdpGC`iJF#8=8-P$Xoku_=Dw%Cv3{U7L>gf zRQ?<$t`cZ*MP5GQmbmx#!+*!zu>0MewRO9GFGS{b^m_fJ-N0?j@EqoFf>$khj+E|@ z7r3We&^tR^YZrxKe*d22agXqCO0l44&kqCv{u)T|(lv`~PK@DvE z{QI_TlCH5z*gR!>LO)k67{^R+vWx24U2^2ODXpwT;6y+6+$5m)_*w4WY&#do9dCeE z)>p+Ykdhq($DhmMiaYXey!@N%L26uz($aJ!QT{B^Wu}U$^9e#5)=c+XF9@Ill?ZmM zlNgHiz*9!vDc&uxOo;ZVxb`Q!Sk0*gnfxWzmbZh4(=%CD%qP?0=);n$&zaW_$UKV9 z8axdcN#AyZ{P)wj?V{P}vM)YY!>6@}^>U+iv$`9>nMTCPjN>z%yF&3yf%>+T@0vh4 zlC8Xa6zeo?%=o3}M8{aebLHcO{^1Ar8qiM=Gquf?Jo)q5`-+?sUpg?QXyEUpWSm+n z$K-UyqkIwHLquru~o(OF)hhz$Y*|X>ZIbswnxRvr~ z2=rdOGVuD|xRlpAZE<0!X1F(%Anpl^@V^D3vbM}qxe|NI;TTiZy7(IM;R69RkA>a& z6gwYE2sREzQ_LHmWqB+ogMk(fMaSFeoDq-!HkFB_nXt5+2ncFuk9BQL1I&oB1zZi) zYW{6_&-Ip1l*OVRA##1ILQS;5R{-K^0wGTiJbVSi@LA^$D$;@J>^G{6@&+%4{b3(s zC~LEHiTv(0b#zxt?YJ0r_~pUZM~mQ(??(n#>&tD%+@nq=Abj5*8R!~Ul1`G~=qFJ4 zfl|m8ZDCYgtr`4LcOpgiJYX9qRY5;DcWti~PmS$VB$E-Zt^f4)vLDOe_3XTq5^ylW zJ9PKm!V-8sAOJXnUfuFNIf0R9tK-pNs2hO04zr620}5B(Ok>yB)Of-3sP59qfQNbm zA4{w!2@cB;GbR(~szVrbO%(w=5S!X`o@o@x++wbN_tMPT0Vc)*I;Fgsbf^*g0 z2Di?HTApwKq3+YwfNsqd3iP%{hyK1iyuVZc@*0tO_3+N0#GFsz>8MjeJ2UJ%L!%hi zGYYAthH`E+ywA*u{(eJ=ia3h*%k?779rk-K<0VZAPkl;TFUbmei|$fqWO8!_zIvqt z$ly$VrlH46nnpX~X5Yk0iBJl;=WuA4>~X4-f&K0yWf42h&0b30t@NYX$7egQ1Fp!a zbui-D6cWCWV&|R1CY@G8(qOmWjWeX3eX7UggZPGimA}soOuQdXe4uZ#2>5zN>qlI0 z9xk}lE=tNpX1m6*nFr2EQ3xs79!^sCldDJYE$m(qYv3q7>}1R7?iZW7>$~*%zKaC| z=$N?ME$>#+%T&MZC`dW1wUl6Z)JgyCn~V%K&i0H|iwE%$>xsZW3tTfZxIUePci@p;cRu|d=ItIwF z1clVHy{hH?@SD|(Zfqi^0DQ1hczHN7xq85h)rzQqLHMX2^IkuK7FB!kI40s$|CY7~ zNX^{_UjN8}L%Med;|+=4RNTMozn8KT;2tb77bUPCmioh+rZBfIiM6f_P34cQ__o1G zWqQp3VL~~pE5?qODf%iiQQ3f42YF@09tQ*$4v_EKUx;t1KCPCBtgqg z@+Tn;O)a0uky_%jm+WjNB?=~VyH>V#L!*=l*@OS6SVyt_UEH&NA=?V2stHPyKkVNy z&jg<#cjros){#ji)dK z%)We0L_478=HZ8-@xnwsKrWs8)x`MB;(Y`Cmu2c-&SH(vN-F(*e`l?c%+l$|y_AJJ zhcDGnwLvN+bu;_sX|1AiePhx@u&%P$hf*xE+O=~D?_(_KGWQ!158YL-y9$*6mmPo;Rp*Dl5lm-mVM2i`h- zM@nxv590_tvMwPD_{l=b$iOm|+|S{D9&P%zeT$GgX6Akl-tfUF>tL@Ld!B&{pN39t zH>3Vhqkr}2Yul+jb7UiouWVGPNsxX7Ueba+9|~dz?d*QM$ng0DZfO0`7fAy?2yMm| zcnRzUhZ&IcwgjH9cuU!w+VStYa{p*)4IgBf|E8)sqMYtB2KH_}SfsFq(c9i(Q6S3U oBo%DI*Kv;w;*%(i9W@f6#}Hg8%>k literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-icons_c98000_256x240.png b/configuration/sources/vps-list/css/custom-theme/images/ui-icons_c98000_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..ba8dafc04c3a7130f91fc03b5d82a427fa30c36a GIT binary patch literal 4369 zcmd^?`8O2)_s3^5V>gU_oh;e6Y?W`T^RMwaZA$`(V2$eLu$NY;c% z#xjE@(il5~v3+~LKi|(^@p+urx%YK{x#!$_?me&PE5QbRo{L?S9RL7uS(uyI0RX_i zSHLPO_^%~dT-g2VmTau-&-O<{{&$Y8!n(xY!qI_t=t}@$_z4KBP20mPHEDZa)NPC? z-&angfuO1R1<7m2HSAPkwd3&}_j(7rPnwChHb#`cFHU(=@lN4@AiKg21*H|bJuj&8 zoX$OG}7YyXMk6ZFNnkuvO<#`6-capLj7|ciF zR@B7c&(9|5u@i4o5zF@-H>r4QuAU-G1;ZsL$)tC*+~PRS01c zA;kj+n=%)!7t7}3kSP0^QI96`QT1Q5ZsWzLn7Zl53ZfjT=6)EnvqjxXb_0MHxC$r>?9QF=rhwi^e zr0MV=H`7En*%IvBV2$D^g=Z(Tr}!t&xW_X(%ZA7WRVq^`dpydcY4gYyka#hS4Z5w zr7c13$9?)%2(glo*4y(Br2A8JXD6r<-FBQPnZuFvJ2v3k%Az2&vWSG**tFR7$%+_$>|`wXRm4MxU~g*3Uqs=niye>LVmx! zF={&P=s&}dlSd6Vnt+^|Eb3+(FQ{PSaHgg=XE&Un4(w}v{weJxg{*fKhMfZ~dgwRG zL^gN}uv6WgB0d9SuYEW_UebEVCaqsMxDD&ef;Z8>wYy=b_;RJEtJ&Z@8RLrKZn95W zUkd_@yQF?n&j-VU$sd#dp*dy!#dHtIHU1^VO`5W*$XFS%NBL&Qo^!e7uM5BMV5qbd zG|S*_m-bqqRJ^^Y+D>rS+o0(_8w$ZyRmFU%)&-3e>qC0zvFcT0jC6W39AjkZ53zCj z%n+=0fi#RS-Uv$8luMtq7GT;(U#zWIP^-Zcm z6)#Y1%~&WDH$fR2t|8>p+FeVMRvcRGXyu zvh(w?G*^!Lhgxisqg!y6aE6cRBd(<52K<}PtgdsEe5RmpswHJrbkt9I7z%e_092qY zD#1Ov>OB|x*EoyPPBn}2#U@W8s|YU$4#qeI&RjP@LKeGA9f|&=1{!Vp7!^1II=U$wt6P>5@St5X==O+A&ore(UoH!K$E<3geU}#!>`GxB=r~zhwUT~S8O~gt{f3sUpG^LyDjG<3RAwbopPjTPna9?ta zs+X05A@+5x%f1)I0faY_8a(D?s2KKmAm{7#56c5LG#~wtxAxoc2g?&r*pz=QD0?la z{5ecqCD7uEynMthaqsVk|Bks~_q#i5>vsKKh|KHg_4-S@f!mhhIn3b%uUhgPDcvD2 za8I|OcXqheE(*i^{%tRNpdL*+j-6zfvR$4N5zbOr_cz$|>%lvO`VX=An zaM&HN?ueO8P7NDN#*3VdZ&z({FqQP>rQ+EK(Sv^iaKHN_5em6sdlx+^x7s3t8d&@J z_ifuGU1OE7dCK;Ley&f14Q%2q?-Yu|9i1w(s_9whp&8Y>M{3Vu_w}Xe%Gg(*6C)48S!;-7dnb!`;Jc`a5 zJPjC0-*$ui_tUxUqS@%OFFsepr?rRma-(&#x*NfnM#RaC<1?MRLh($2`nHtsnm{>{ zt-O2`%QS7w_@(DW$5_L2<>Q6^;Rp8`&`%IEwat}0`SaTQikuT)IxwYZ;P0eloLVc# zPzgLUt%UCDcU5!m7RbeIZ}iJb(6-+0;VotK*DaTG457GsvI5Nv zZ;yDmufjdkL9yb-f~~Cb{P%XfY;=;EB5HDZLlzQ?VVcP|WA_q6kY*-s`Tx#}1m+R! z^+g4kPz_D5rEUm))@&ux;DHmHoXX}NXgXUR7@JM#@ZIU)S(UK+%}a@jgsR^lj!*S^ zw#JHi`%<}b`}G2Q#nN)RG(@>w5YUF!a$b$mZqY(dgf^H%GKIkGS#*IOF$xykN_jK{ zdM{oXczthN%4?mrxG+>R+?z@e_hgUozXhVQw9Hev5_`(w7*o}{_!{!z0|7OUh28lS zJ0D62HjbU9m^VHPc`PS`ffWu#$J^!;C1}}#FVH;v7 zYeTw3e)pO>x~rvjTnsz>^5E;EMexV>BZI5;^z{s=K@n|sA4ZvN8*+qo`g)48Sv1_bqyx@6Mcj;unL%o5I zCDxM!hh?Z4lZkWHAq={viU1ynO>H{QG>T+yF;~BPX=d#JmC0ZlVOR_BtK%SaL3edB ze~UFK&j>Xgq@w}kTjV9$OavTFbpr7^(M4cQ!>&a>!xEV9!7HQ^{*$Ex^ts4z`BZeu zC>2Mh?vR^r%A%!2Dz#xL3QWgF{}VDYGB;H@*Jumx2v$NHBjW>g<3<#4%SsHvxoU5N zTW3NoPdI>3_vvatx8@23c3Y!Ee_tNnUn&57jmW%uc;`=I&ZqEn)G48z8Md9FQH<*u zh160*IX4>KXXZqIzoA4$9L4+PdXeT1+r5|ZlBR^GKBcXfWCguNcd0Wnxw!&gz0v_> za3(*~(BmadqaAUxZ(^lHD23c}I5bT5IMvC(e)o~Gh#lu z81bwM313LD^Uh(DPOBkl?6=>IGo+n;s>kGm_=bL!zt0U!ydO?{pl`AW_|POT;3z%pWXwRKM*gNI9&vlwf$&N&oGej0`o-_Ka1F2k{ZhiNHS#Tr)GcKAp6;^;Q54 zc2;2h+s^_tTMvpkOZo}@&|!O;wa9VojNeJ4DuF0=)743J?7 z3aMp%Rm=O~H;WhD*hEYL_+Y2-@^EBw^?(OvI`FEo~2w zn!63W{*eQRbngzv8xp;#xPRAwFJ&jdJy>EcN?<=M^@lf2VQyU#Yh4+d${$(rZG)4_ z^qK*(3+1e?7&~63=&Q^`WdmXzGlMY5X`L}PCOSFTjyQLS z)*)G}GeYGpzepHkYa5}bPbGLwcl~HhsZ=VdSwh_=qwZZkmEsj&yBIfI-Y4=Oc5j^;e%1u!Co`=JOdX#4V&6- zM*X8k|LW1#wo`fL$VPU)vQeQXLHZGRNsImYP!JnvXZPbphR-K(L+gjWNE+}#Xfw9J zOJFZJ%z&h~CGdR3Tgv9tj(^vc`$tP__#nglH&xXU<#d-Zuy^ahB84T4-u4cQ0#Obp osbC8pN0u({?VKkyzjus#=L5v041#R_e)RzsXVGSrrkLpe195FhssI20 literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-icons_cccccc_256x240.png b/configuration/sources/vps-list/css/custom-theme/images/ui-icons_cccccc_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..9254e05cfb964be56241b5bb4d0a0eb51c02df80 GIT binary patch literal 4369 zcmd^?`8O2)_s3^phOrG}UnfiUEn8(9QW1?MNkxXVDEpFin2{xWrLx5kBC;k~Gmw z<@?HsG!Qg3zaV+-xQ3ldtad!U<6iGz_enGH*2akP_r)o1D&8p^5M)_c8IIj6Wy*7HJo&CBLuo~nj>(63pZzO(Vv^ZuB3 zMYigjkwA;FEy|G}1jpiMj6|NTm7Uyiw=@FDE*nX<>jR!W@9XIyf%$Fd*J5*D0Z0Lm z9}ZQxyT|x5ftNy?V>EbJz-K>bV9gs9RaXUP<^=;e?&Fqxj;6{ieR-a-@HycA1KMKhql8GOmcxwZ?_-(3hMK^^a*(gaFvBH ziIC!fgH4$W*NbKIaY&T?%&13``KbD@S-0`xQ%v3TV+B!;RC7O!+1a9QCA$H@3tR;k z)SSoR7(s4)f{zM}eWgFN{(ZH5d1O}l)f$ruT!)Q&NImXyZsTzOf9TwctcSfr+M)aJ z5otO+$jvm-P4)ykH)x|cO5xeb>?!`qGw$(>&axqLL6yoB${vsMXgL_-bz@2J_tS92 zdvZG-+vKl@K4Vr(EL{WQt@Z+Ea-hxX0}nTSZxnpi^#Kn8Ox8FgIS|hc}KJQ4tm*HO16ui{(O9} z1YN)GjiQt6fGq`Cj+^`zUf?8hk^(T{{cOQGWFP98am}is28A!5%{R#ENv8fCN!j69 zlMEK(2z?|BY=Je$XD9mB-Kkem*(d-j^9j$2#6r$Dz?s)-TCDCGCs z8>6Pvj{Y+YIeFA@qY22V$)awy@q!9A4rgk5b9TcC;s9Ig^G|6nDP+5=Fzg&?(L=vc zCbGd>fSu~@6!94td+o#d@sid!EIX$rx7*cawe6 z`dScJ+$HssdOjE)O#Ybs56vm-FQ$7yuJJD^Zqk%hMaIgAJ<2yb_MFQte_i;62ScT$ zpjifYyR_E=rQ+>H)pmlr-Udzg*-!|ssw(D7wJvC+Sf8bb9;;q8#z?0p!!bsd{wy|5 zpBaMHE-Ve>i#LLjHRaMLtp%9&(HCng7Sw96jVv!#0k%?F^K7&=T)mnYn)D9(i;4x5 z^NJTJwq~pv;kH@#ejTd*48~(J(r6j34|m`h9fEDj0im)~+%I5XphWymhT;_Zty|Q& zzjPg#-ufAHZ1M*Gccw?Kf|8Pnhtb0`!{N`Bqsa37J+>wC$!e z00k+2Egzz;rbcWoUB%Jvp8W1}$XD%e3>4y;;OZ1ccT-O#uW6Ys@C}Pa`nZrNKzR(2 z4e%3)@QI4SE&E!lW`5y14QhbepBG%_XBV-O(%5tj)@9#|;sC-MNev!zGDHk}JdpGC`iJF#8=8-P$Xoku_=Dw%Cv3{U7L>gf zRQ?<$t`cZ*MP5GQmbmx#!+*!zu>0MewRO9GFGS{b^m_fJ-N0?j@EqoFf>$khj+E|@ z7r3We&^tR^YZrxKe*d22agXqCO0l44&kqCv{u)T|(lv`~PK@DvE z{QI_TlCH5z*gR!>LO)k67{^R+vWx24U2^2ODXpwT;6y+6+$5m)_*w4WY&#do9dCeE z)>p+Ykdhq($DhmMiaYXey!@N%L26uz($aJ!QT{B^Wu}U$^9e#5)=c+XF9@Ill?ZmM zlNgHiz*9!vDc&uxOo;ZVxb`Q!Sk0*gnfxWzmbZh4(=%CD%qP?0=);n$&zaW_$UKV9 z8axdcN#AyZ{P)wj?V{P}vM)YY!>6@}^>U+iv$`9>nMTCPjN>z%yF&3yf%>+T@0vh4 zlC8Xa6zeo?%=o3}M8{aebLHcO{^1Ar8qiM=Gquf?Jo)q5`-+?sUpg?QXyEUpWSm+n z$K-UyqkIwHLquru~o(OF)hhz$Y*|X>ZIbswnxRvr~ z2=rdOGVuD|xRlpAZE<0!X1F(%Anpl^@V^D3vbM}qxe|NI;TTiZy7(IM;R69RkA>a& z6gwYE2sREzQ_LHmWqB+ogMk(fMaSFeoDq-!HkFB_nXt5+2ncFuk9BQL1I&oB1zZi) zYW{6_&-Ip1l*OVRA##1ILQS;5R{-K^0wGTiJbVSi@LA^$D$;@J>^G{6@&+%4{b3(s zC~LEHiTv(0b#zxt?YJ0r_~pUZM~mQ(??(n#>&tD%+@nq=Abj5*8R!~Ul1`G~=qFJ4 zfl|m8ZDCYgtr`4LcOpgiJYX9qRY5;DcWti~PmS$VB$E-Zt^f4)vLDOe_3XTq5^ylW zJ9PKm!V-8sAOJXnUfuFNIf0R9tK-pNs2hO04zr620}5B(Ok>yB)Of-3sP59qfQNbm zA4{w!2@cB;GbR(~szVrbO%(w=5S!X`o@o@x++wbN_tMPT0Vc)*I;Fgsbf^*g0 z2Di?HTApwKq3+YwfNsqd3iP%{hyK1iyuVZc@*0tO_3+N0#GFsz>8MjeJ2UJ%L!%hi zGYYAthH`E+ywA*u{(eJ=ia3h*%k?779rk-K<0VZAPkl;TFUbmei|$fqWO8!_zIvqt z$ly$VrlH46nnpX~X5Yk0iBJl;=WuA4>~X4-f&K0yWf42h&0b30t@NYX$7egQ1Fp!a zbui-D6cWCWV&|R1CY@G8(qOmWjWeX3eX7UggZPGimA}soOuQdXe4uZ#2>5zN>qlI0 z9xk}lE=tNpX1m6*nFr2EQ3xs79!^sCldDJYE$m(qYv3q7>}1R7?iZW7>$~*%zKaC| z=$N?ME$>#+%T&MZC`dW1wUl6Z)JgyCn~V%K&i0H|iwE%$>xsZW3tTfZxIUePci@p;cRu|d=ItIwF z1clVHy{hH?@SD|(Zfqi^0DQ1hczHN7xq85h)rzQqLHMX2^IkuK7FB!kI40s$|CY7~ zNX^{_UjN8}L%Med;|+=4RNTMozn8KT;2tb77bUPCmioh+rZBfIiM6f_P34cQ__o1G zWqQp3VL~~pE5?qODf%iiQQ3f42YF@09tQ*$4v_EKUx;t1KCPCBtgqg z@+Tn;O)a0uky_%jm+WjNB?=~VyH>V#L!*=l*@OS6SVyt_UEH&NA=?V2stHPyKkVNy z&jg<#cjros){#ji)dK z%)We0L_478=HZ8-@xnwsKrWs8)x`MB;(Y`Cmu2c-&SH(vN-F(*e`l?c%+l$|y_AJJ zhcDGnwLvN+bu;_sX|1AiePhx@u&%P$hf*xE+O=~D?_(_KGWQ!158YL-y9$*6mmPo;Rp*Dl5lm-mVM2i`h- zM@nxv590_tvMwPD_{l=b$iOm|+|S{D9&P%zeT$GgX6Akl-tfUF>tL@Ld!B&{pN39t zH>3Vhqkr}2Yul+jb7UiouWVGPNsxX7Ueba+9|~dz?d*QM$ng0DZfO0`7fAy?2yMm| zcnRzUhZ&IcwgjH9cuU!w+VStYa{p*)4IgBf|E8)sqMYtB2KH_}SfsFq(c9i(Q6S3U oBo%DI*Kv;w;*%(i9W@e`=?odH?_b literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/images/ui-icons_cd0a0a_256x240.png b/configuration/sources/vps-list/css/custom-theme/images/ui-icons_cd0a0a_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..2ab019b73ec11a485fa09378f3a0e155194f6a5d GIT binary patch literal 4369 zcmd^?`8O2)_s3@pGmLE*`#M>&Z`mr_kcwz5Nh&gy7G+@45H9p05OJ)J0CH2owMSaGIN$+5!N; z<11j56?ANg=9hMl-IBGX-T8hf$N$b*H?$f4Xt&I`oABt1nR=k%#z{{*a!Axm|t}hCz zJg0Ln7;M4Zjx{$mwhMW+kWN;|j>qTx_-zNX!GzqEZRa}QF8_0yk6+=w}$QD^&hM4%OkT=uh$q9;5u~NL-I+NQyaVc|3l+iWI5~|(hA-G z08i8AMr@{uY_cWTxo^y|Qyb33mlZLvc7H2Zm~>mB7&=-1X^@|D z&0*~i?GBE&NM(Pv&Vt^zWu_bD3e|R?wTL{cSFwD^Ij9v%g=aLY@1U2Bxn#Te*{>%D zOOW-O-bfnJ7T8jd<*>8`Z2DsFQi~S$%^npJwXam5>>p zMd}QEjM)@~##n$LXpz1Hkl|2UGXi-JFFePXBWL+-5f%!S>L#KL3>Vl0w#d^21Jn<~_7q zWx^Xg1(>PsPGO&cu{S;(pRQ;=Vw2J<9NdQVWx<+g-`ia=Q@puS)75M+?u>DTa95e9 zt#1T?#a)uWC>Mia!K6>g|InPW{&Kp9$tC_3*;R_Xsz6^Eu|xW1$6j#0?XLs7^l+%O zlxddE)h^|=K(2UqS*0ECuDe0ic|H_^t*VOoTCKx0Qmn_^LyJ|b8l$Jvl3{2=3x8&7 z$1ik&YG>w#@x@y~$r`fhlUDo;yXecc6$`30m`3K8s{k8G&3RVp8n#|l6h(Xw`Axw9 z%6Y^J6k0P@4YAuSd%q7=eg)&u8EMoEmq$CWj1GY|rGQWw3ida!FHk&wCqrQh_0Bcw z!ZBS3CbxgZ+}~wzgGIQ#QId%T_TE~_qdUqxjqS#8#jPxdwO@(@-5_nSP&uT?aGYYD z6km36K9=gjUjImwO=5Hl#u85VF?r0HbW)#h^SR|s_L47Tl$&Z&Rz*ksl!t*(2O2;D z+8`6$qpLn}LchhCmv*X}moGMX5?F@juGeHQAddAn}0~r zS_0|d3*0v%Y)8+8K{ zGyoYPb|W9Grm9M4E?vb^@16ePbI4omZv+(NoZ##fLUmKlB(G_jEbtDCM*27t$v`JovAZa+%*Q5dDXF*Ftt*n!O>#ohCM4lZ)h5rdKV-3A za}2AO6@!`W>ROk5FN*>2Zza^Z%}8KT%*jBGH|rml2X1LR{wZhWx8V4>|5i}; zMnLIHn3!^)`87GYh}&Y`KMwyLbA#^pch}Z!`@P_qH&N^LS9SxpEy8mc!wFusq&Z@` zeO}<6PC@VNaII|=n(^cNUiLseig*$;NjG7;IwvfYCBN>kzv@v-V2eBQZ@oIs^)NLqMR935k|1}U;5<{s(Ebdj4r`?QtrrAPfQooq zmPs_(YTy|??+nitNIFDoR7~qLPPFFCf^_~8OUt{#!|9o*3Q{!@9ZAI$7O~piD!;WX8#v&RxNH27i59$`1{o zEYU_zE{bKEI%f3BbE0Fc;f2!4LjUlC`wgh4@R{1?O78r5t$hWKiLV{#QWWq{QZiPx zm3?x$;&DDRVt0SByRiFczw$-e)GSvpCRbzk^=E zz=(+LjEc{Ps_2(OYg=G(93!oS=IeJ|WA8STv+LgI*Oj1c-QC06N~mvJ&KKx{arGp5 zswvJ6{%BvBYo>#2$%O$~TITuh?Rr^jCpAUXh)}m74`O|aOU>w2KI`k<#efwa5=-l4Xx!o>Z9Evg`RLN5W7SQp3$@D3_hY4EV!0( ztMm6>zBcgY{RvHZ{9Ey&&)jr2B4s0qDPBUh1ITaAp&>rj3ng*B=VGXz* zs@eR<;J(XkpD6Q1U3}#FR)wlafiFMU(-=&e9(eQ`isrS-9aNwJ)7frS8RiXM4*SbC zL|4*c?h^jfYvSOpn%Z$W?C|TuZ;uy2pFWHXuGW`ZkGV&kPJsKqJJQ!NswAE!!cb2k zumi=AE$YIkm})cVlg>nn&PBjBRI*@mfhhRMsa5U8k#A!ztfiw)d7I_UyAif8$5sJ9a7WUv5!o%fL z(J7-8EQzv1YIc)BNeWkLK~m%y4vqe&q@|_ZR5;eC3-9rkf*T{_19jtuWKhdW4Bn|~ zZ-YyFLN!k)0AKg{dO)|v3K?=oy+dzb4%T1F4}JsByncB1Z(`2p@O0!E!JQelouN^* z%Q^YfQUh66D$Zx-RDZvLctsr9`_+1p#tz&4SMd@i_-8()tyg3OyhU~?Gt#-a{NKFN z0VGf+AH%@o6;-_*?$$T4QX-f_>Ny-5CV8Ccq+@>gNSeovbFr0@b}RiTcJbLx>ws&r zsvY!rR{4al#MpVKut~?&kTmF>_v3UaC!gvuxgg%5-{l{20}~&F6CUarF9N=u)BG71 zoQDlAwT+T=mfo&$Xy%4-kmW;4wuh6{{ABClybHV6L>t&k4?9_Ny8A_^?)ff#dEjhL z2RbC~cFVbz^fJ`$I0%prYc0g-9(7X3eUp}^#Mzv)Z1EsGW;qr3cY$+e2HU5d_O9L% zpbljP*1!A0PqpzNo3W&y(hD87qgweq5YQWYEkxrOuSain2-q@Z*P`x*ht-9)Fr5Ho zSTKduvc9h6`S^#$i)LgjDi3_PQ+RbaGP!!di^Y;4kB0lGo$y{if)rJIaXTbpRgO#B z1El6|18;s}$0FRjgK-7~ZwmI`_1{a`32+Y>&O_iTpm%vz6hNkjGR(#*! zpfJ2>OAQbTFba9S3j9BlRHXaG{)Zt(J<3ppA?}j+7F#{bV{M7zU)5e@~R&J_xf$+GKK~ z3{R;Y9fZGe^ifEqKL;!VMXv26=R~^TG(#*2!JKCWoo&c^$utAs#Gfq-?t!c&9TH5- zj&i5L4NWbdNs*djvsY}bC&ddUbh=iyc0;3-@Y#d^s8|Ql{ax(yenFcG#i|K%lRxy| zFys4w!@EPXp2AsbMUGc*eP|7uliAq-O6~(+MR>V(EZTd&9G+MY&gF2lZ=I8j*o`OC z`AxrmOGMeD=H_9Cq47clT|h34>-EI=%;E!my;o&wU(aKV&PymBzrV9q2uA62XS@JrjKYANZAU>;8mag#BU?Nv`+ZVhlAPV`HF_gKY_O zhbV2L`8qvR&f=@M5vH~geD+L&*L2s<)|5)clA0yt9TM{X)iWtx@wJO_!{vR#|AD6t z*OAg2&P_i8jjW5y0DdtOGcqvrCHD*1Uq_q1ZQmngPnf!2fHizH%sSX>#$2Rh!>1ur z+s(*-)abDuePc6~XNG8m@|KMXHVM#G4?~+V z1z!An!D0GD-7WqXE8ddUXLkI%u01$fTEhhy@45H9p07k()Ol_WF%AF#z-?(^ZVvze z|6T#BY@olEXnA4xuUoRUb~wA41ODGRlkQ=Te+x$i*`qE2L|`YtY_{zWv(;rB{E)ZN zV*FpZ5Qai#78j(h9oMv1jnhfMb>8b6>N#mH(bg1M@xCPWP31eq1H9Y{2ZSZP$o+X? zwbxAEIb)xwCwK3TSR4QVym6N1rVgPmmt0caryBSmeHP_&u}{?^Jn7f0PT$#h>UDqI zr!q(F&1jJ2_!jxdAA$w@n;;Np>*S_(JgkgauK>hA z$PdSA?A>DmS-?wSEwP%sV9?nQniz{FCAC!{%Dhkz=Y8yw@6mL*l^^djuz<6){oqgm z0=uFv4tst!S)Z-2og)XPl*y&+Xb`n&dyD*&+bpz(UwIv_Y9tpPUjj83Aby0#!j?d< zq$J)Vn1HSewQW-?ppnLj7C?J!L$omQ)N%yk*^_^%?P*-I@ayr1T|s_cmpP#T0j`4a zQ*dcs7|4vdaJ@vX0E<96P{ur)Eygr{&ALyNoMP%_94m}=qFVT)&CeG1DBBMLUSKP^ zp%%Q3$MEtKll)X*+$)3O_3x`4%cHY0uhy7U;5x^Ir}X1)mv&B%|A)@A$a>f}tP{5X z9-gkti`YyT+hk9)cZW7fAQhjT%$XLLI^&VR=qev36;`WGBOP!^&(?!sK6h|pfWM|2 z&Wp$C*rq@O^ck~8vY^^8k#Vb8m3?u>NXK2^3ZgZlm_xUw@@x0oyTMTe#pn((JK>}o zNE~%TTVT>?`PCmGnK<{OU%FCGX9UEN7o?x$r8S;OC@*GW9sX3Uu;{l&Gxf6n(;$D> z+QYi&6WzMm~Thv-K>GpSuQ(j@a2u=xdBKglw~^UwuP5!m3Ew+=y8Z}=q0Q51=;bWI>PSK|>&T*6e7TMe=cJ93)z?VY zq_CL5I}e*WU@ETgi^YmUpgphQk7x6FY+{)>4g{B@+@6D$nbX!5@F~#!m0D7y2@>)B z_Qsgmj8g!GA+LZOX)Pz}E5uCqbcy;7j=%Qh`glqEA-jx0(a<)uKO5Fe|JLD-ndZ-vnW`G=O&^%pa}EN%%e$?h`bRVBvCr~}e3C+?iuB1#;!vi)tNs5B&|A-m~FQY;|?)ml{2m(Gml2FFj79dYq9#Pl2J0tpdQd z&Yu}VHLl>siNzbiDO&OwQ#OK3hnS0Xl?&>%m?rRxRe+te_B_yRO&z9i<*jU|wV%p^Js@3(NCmXmc!Fx1 zoKSv#K91(b+3--CU21F##u~x!HG9OJeB4lA^O^N^&eG3h)J^r|?8?rDX-^}OPBefD zv_mF(#8kiM=J*Lk ziGsSr89sDcdOR_wa~DLjqV&Nd*$18(vohPJ3hSzETyL0L1l2=5m9nO7w!l9k9_8ywBm))D z1UA4=Alx@P7Q5_cqn7oB`!q`<)Zx6)vH-iNwY0%zkG@!H56J~hpOl8P)R;ZRewW97 z$u+K7Rt^C>)VD4BU6cUe-$-flT96>(nBzfQuh%~;58lvv^h3eMe-tlUl_ zR>MHycR+fh=CZl9?5vqDayPzRwarCW(U+G>W*@{1{RzbW9*BY~=7sNF^djGCj|^^P z8xYvHYnO71Q^w@0IN%4k>p)m$Mzei%_wJGt=S>+EWjq(^vDYRZwI=|+d$avq5Kn?3 zO2t48vp`I73YvH>hb`$WxbgCDt_NxHsme<;Q3Qpv1XoHmQ}+{uHlmf`zg`$f1uEn1 zS*Orso581y{8M~eAlXozF$tYdIPuz33$g`EtgUZ{4reIYS1hK|US-m zJkd@;A)0lDHg59LYqE2^@wv+JqJW5ldyS|ka7tZE6>q`3&b|`Y(7Jb^JjWhHo9fA{c~3hL{Y>p6ySd;>|5 zW{z`!KipU4p>&e1c`zVr>->PdU2j|6#pse8e{vm%Lp z1bux`5h`3u({HUGMx8ZZi86fP%r39GxyLe-qXCS|!FT%Ybn>oB+W+PwM@K<4ZV)D> z`@GuX#C`mz+<61~L4D%sx!sy#Jg#s^V_OBE=2(wdkr!MC#3_}EXZ9|-LXH@P3+`pS znu2{7uMEDvHzDo4PFq|Ut{v%1!%KK^Lz)ym1U8q8rkjFWPXq=xcEq{0r2{BpY=Kw9 zv|D}~-E+I;8*RC$kB?g4s#F&%^b>@5nLgDPAAWi8_0b~e|d)&0X7T!%^e9lt?7_YnwlPeeA~ycD=eTr3N01 z@(tg8x3C174-5oSP^(*hCnwPgZ1udF3=Kn2_hC+PQDD)^n;Fa+n>rt89@$ei75Gqp z@MEdX6y9+eV$Nh@-E{FoZfT-`2jbJ4E|ezGtS#p1cWXM%M#f&7bn1l!5Lqv|w;e0741_q2IE91#NFV~B;cG&N|Opr3eKlLqZyCf&%BeqMW$mZniG|dk9&Hl-iQsGom@8R$W$@5ef1M}Ti+A?l}hrNunTjfu6NXT(n2V9X? z?_?yfDJFg)#?8BgPdTrKrgPkWH^Go`@vRwG2<9LDRq;MADCvF#;emnaBH-&8?H}vJ@ zpi|OrkAiz?A5-JDlMwl^&PtNuSugXqZ?dw~c)K&!t)7HOtS5s0EO1jO*nZvgw++?+ zO%66-!`sh-G&@hS1#89$gRl_?nvL&$A%pQ(B6O~a2J}{^kUdLI9qLX*czswa%P~Nv z6-#Ix+p9Xh55HNx=_aP)iogduMVCjSQfdahS*;0*Xt=M&F`xA#XmO1|QW%@6urz_F%5NK7 zRHiot$RV7&x?8NJJgyG!hKrU)sAeCLO1eD`q8@J5yV#7DaEqv ztZ)+2*xdSw6s0XOd&%B*O0sZLuX|-{H!NBOpELB2iggm--^D%~5VosSuAU?}2XOow zW`6r`cxQOlOEg=f*!l8}_ie#*ayuJ9>3!hKNN@MfMMs|(Ba`bPd0ftpZFAC*y9s25 zp!t`tNhn9u+&t_sEJ1{z56GkQyqcV#EZ#RXcv-IT-d%WnC@`FwqbZyHvK$w;~<~5gGDlHIKBNH2FXG` poT7p(d7W6heYSI-)c)Qv>6;IfkTwjq{rlAiSe`|hSDB$>{tt>qUF`q> literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/custom-theme/jquery-ui-1.8.18.custom.css b/configuration/sources/vps-list/css/custom-theme/jquery-ui-1.8.18.custom.css new file mode 100755 index 0000000..79824fa --- /dev/null +++ b/configuration/sources/vps-list/css/custom-theme/jquery-ui-1.8.18.custom.css @@ -0,0 +1,287 @@ +/* + * jQuery UI CSS Framework 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } +.ui-helper-clearfix:after { clear: both; } +.ui-helper-clearfix { zoom: 1; } +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } + + +/* + * jQuery UI CSS Framework 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=3d4b8a&bgTextureHeader=07_diagonals_medium.png&bgImgOpacityHeader=15&borderColorHeader=ababab&fcHeader=ffffff&iconColorHeader=cccccc&bgColorContent=121212&bgTextureContent=12_gloss_wave.png&bgImgOpacityContent=16&borderColorContent=ababab&fcContent=eeeeee&iconColorContent=bbbbbb&bgColorDefault=adadad&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=35&borderColorDefault=999999&fcDefault=333333&iconColorDefault=666666&bgColorHover=dddddd&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=60&borderColorHover=dddddd&fcHover=000000&iconColorHover=c98000&bgColorActive=121212&bgTextureActive=05_inset_soft.png&bgImgOpacityActive=15&borderColorActive=000000&fcActive=ffffff&iconColorActive=f29a00&bgColorHighlight=555555&bgTextureHighlight=04_highlight_hard.png&bgImgOpacityHighlight=55&borderColorHighlight=404040&fcHighlight=cccccc&iconColorHighlight=aaaaaa&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px + */ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; } +.ui-widget-content { border: 1px solid #ababab; background: #121212 url(images/ui-bg_gloss-wave_16_121212_500x100.png) 50% top repeat-x; color: #eeeeee; } +.ui-widget-content a { color: #eeeeee; } +.ui-widget-header { border: 1px solid #ababab; background: #3d4b8a url(images/ui-bg_diagonals-medium_15_3d4b8a_40x40.png) 50% 50% repeat; color: #ffffff; font-weight: bold; } +.ui-widget-header a { color: #ffffff; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #999999; background: #adadad url(images/ui-bg_highlight-soft_35_adadad_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #333333; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333333; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #dddddd; background: #dddddd url(images/ui-bg_highlight-soft_60_dddddd_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; } +.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #000000; background: #121212 url(images/ui-bg_inset-soft_15_121212_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #404040; background: #555555 url(images/ui-bg_highlight-hard_55_555555_1x100.png) 50% top repeat-x; color: #cccccc; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #cccccc; } +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_bbbbbb_256x240.png); } +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_bbbbbb_256x240.png); } +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_cccccc_256x240.png); } +.ui-state-default .ui-icon { background-image: url(images/ui-icons_666666_256x240.png); } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_c98000_256x240.png); } +.ui-state-active .ui-icon {background-image: url(images/ui-icons_f29a00_256x240.png); } +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_aaaaaa_256x240.png); } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; } +.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; } +.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; } +.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } + +/* Overlays */ +.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } +.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } \ No newline at end of file diff --git a/configuration/sources/vps-list/css/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png b/configuration/sources/vps-list/css/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png new file mode 100755 index 0000000000000000000000000000000000000000..44d890ae4d801c1cccaef511b6b2ca83834979d9 GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^8X(NU1|)m_?Z^dEr#)R9Ln2z=UU%d=WFXS=@O}=f z_`AIm)jwU(W4XR-r9kqhNhZ3IPtI~Un35oyq}IKeQrU;+cGI$rx% z^ETPaZR51~Y_WzZeg0Lo0y93I1x$Qg4x%zY)IR!N3jfxbKWS^~K2NvPYksI@YMwr7 y?&%*Xb6+L<)B*F85s}$7lc$`@`gz*-6Ps7pC!_x>CiVlp#o+1c=d#Wzp$PyfK4_Bw literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png b/configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png new file mode 100755 index 0000000000000000000000000000000000000000..fa6c9cb810781fcc1575630fa8d8663ccff71e23 GIT binary patch literal 98 zcmeAS@N?(olHy`uVBq!ia0vp^EFjFm1|(O0oL2{=G(BA$LpWw8Kk1A3GM|ytz|g?J uV1>sgLm*aUnZU@+%*=dv?(_K%m>72bV2$isCSwoO#Ng@b=d#Wzp$Pziq8n)d literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png b/configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png new file mode 100755 index 0000000000000000000000000000000000000000..b90acb9e2fd681f24c1073efb17ff4bbebe35fa8 GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRDNh&25RRG2CT3>;&L04RBS5U6 cq;!aZK_Z9ohErwy3!o|nPgg&ebxsLQ0P+GBaR2}S literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png b/configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png new file mode 100755 index 0000000000000000000000000000000000000000..1e4b105f4c770d7814646634af573276c975aedd GIT binary patch literal 84 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`#=yYHy3uwMkR$Es;uyj)GdW_-=@0W0H|ia( jKX!B%&;QD&S0xziSXd9f*RgyIRL0=x>gTe~DWM4fKlm7f literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png b/configuration/sources/vps-list/css/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png new file mode 100755 index 0000000000000000000000000000000000000000..fa3531359377d9a0ecb22022123cc6f40c352b13 GIT binary patch literal 83 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nRDNh&25RRG2DIebaKYsuSjsS7O d8l__l3^KJ$9-^D_#ek|9JYD@<);T3K0RS?W7q9>T literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png b/configuration/sources/vps-list/css/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100755 index 0000000000000000000000000000000000000000..5b5dab2ab7b1c50dea9cfe73dc5a269a92d2d4b4 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FscKIb$B>N1x91EQ4=4yQ7#`R^ z$vje}bP0l+XkK DSH>_4 literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/dot-luv/images/ui-bg_flat_40_292929_40x100.png b/configuration/sources/vps-list/css/dot-luv/images/ui-bg_flat_40_292929_40x100.png new file mode 100755 index 0000000000000000000000000000000000000000..70bf37a6eb41eb9574e946772a6076d850a549b1 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FscKIb$B>N1x91EQ4=4yQ7#=wL zTRcLgSQ_7APXpjarkLb;T-E6X%X%swpHmy_rHa-QUU&hMP- zL4gQkquoXT02uon_xTn8^cHnG>LUYPP2@f%1Au{rpU>AJmx|>h;mII;I}qg6_4!cP z!-#gRa2>nX=0HWR-?Ba0zE&Zo+n!^Tz5xQRJbb8KUsVhNnFUIvKo0Ehi;J$#7a6ooc+?d#2dDSGMj`n=SMF4$pe-#}eZt!gjm` zUvL4WL$i)fp|q9~2bj0v)fjpso#Jb3Y?+u|qj=f}}n77<2SpG(~d zTuS#wzf?e95}dU{Qnn21ynl7#3TL%Rk*s1!0W)jUhTTS-9*~x|K4arbOt2p zJWjqdYQux<#)1+0*a{Y$%vwLp_nSjlJ86zmjByoW#&iu&R{ z^JYAVn}XNE)iG*cg{gdswzq2V=>UU{0dYC?>OxFQY#^}~&O$o=gd_Wo^$c7hj40RS zJb!|5%sfIJofd=17vIJl$j4jsw&Z`mr_kcwz5Nh&g=McJ3E!;CE1E0ryV5Ro;>nvtvt zk&I==Xd;cVGZ@>q_xtnx{1uvKPTyjZupK9O(_gR$B#XePw@T6a}I(=v3sn`8+ zpUNDyH={w8<6Gn-e=wHS-vog;TPHWQ<6&jYBDZWT)nNd5_PoEhmk1KDrC*E7dj%i{ zf`2$xWA7dl$O2vpYl+q5Wd)u6poy_)Qc_zLqRa~gao)!+`5sM|Tlw)mV-;|gwjUfS zKwwwY#bM9SChM~ownKAZN|{{Bjs{ViwztSXxy?dr_?6e;sz!3*@g)#*0pdqUENlt% zN=o7_f(hulP}?@O0vc(YXaTgxHbe^(Pc26vo;~@O+MdQW3%?$J*cIgGb(s?iVBjh% zehMzl3j>)k7p|Ac6<`ra2g;adv&ERkuUYqrl2c5*jAMn-PE-qjwE5ZM9%cJMzzb|8 zH^hS1@fcoyVv?Tk*nvlC9b zfy7Zav;`)OmS6o5l8JLa`lT!7bVfiNc|rO~URvXsgz{o0*5Oap3X6VgG*d78KMnGC ztv#&!uG`7=2B{jr(N);@rrdm^LaD|9v=*6f^D<5VIR~{tsqu|v_aF3eu$FF@JpK9j zU zI8q(>AW=>Ow|e=;<_{Rxd0|NJX&^)vorf-XiogcPymbh&dc!9{j-p6(C3jvcAnoc( zIJCAW%Kx}e-wGvE;nVwi|ABaan(pEZR;Jrc5TtUsRYww%*+v%4;>&e(I45nKtiDFF zC56Qd-g(&60aI~>Uo2J>0_}MXe>|JdV-w57K@nVza(fP1W=>mMz^6d>S87R-CP>8h z+Z$tMGfn{%hP(oDq{)=Ux!JOQw&{W@CLU{Mc5`;a8SDsM>kmlnC@o^Yt2p8kWZ6r< zQ7*c{SBRPJ=@RuF9DnW0_3@JSLk<~(qM>a_e>SX{{;k6uGtHkTGgHF>n~<{S=TyN}Jq3m~whCai zb^go{s&Qp)oLIaOoT4S4F=ZpjbcnfFSGk~Gi)mtgu?n!0)}CjltzjF~#Zkm}kY7{` zpn^}LP^m3*)fl_Yw)g8$?PmxMotaL{bbGi1%j^_tR|yQ0qhfyn`-3DCb~2TwQE%O& z&;6zQ!0gt~*n7K7Ua%Oi4@x?z(9uUHWo$>4uc^ZnuDq4)wDwbZum_|I7O8*~8&6Pe zlM~9%&&Sc+I2#^nb4ZPC!Pp`gzGjcOlaCt;Y(BHT&RP1IjJm0woL$-3Fzsn1(uoF8 zfp*A5kC^KB+|aM_mStV)mKBT5UIcbgJ{A}V?Hok8ZirxAI3w*DRH$>3m$0kTrv?TE z5P)21=_&-)f!pth^e4687_-ONGiC^p(Qn|37B~)1f#O)a$YvOT3y8^zpE4%&eGLdL zUP~k$e1`i)hVK}d5vV=sf(EnhwZYZN0W2v8_?s+cR=5T{Q$#1I04y!O8BTbjB^iG{ zN}{0daE1?^mL5;c>D&d;tSEi(NREML#%#>CslvKy8#w~;XqCPZ#R6?G^;JqLVkyz| z3lE33VE_`I;QE6sz}_ey+Q8JD&@{2PKka?e=XA%-+dPw|{K!E4<_`WiOW()iy;!(b?L^4nT zO<)K71j2ozW3kJAHfmX4xKFb*LLANuEemjnT1y*j_UMbH_K;lA^hs$rOO4r6?00$W zmt5nTW#tf7hx)c-GAF<-r?TkA5iF_-_P&6bL75E4~(% zzZO#Y94?_6WO+qFA@Y`l&-cTB$K0sr-JP{{`vGrw)^*f+!=>GzZL5e}=18J<9chl3 z;g}z^r&riFJ5pyKjb?uTwwE*5fFd5pOfk$jF3*XIWGk)*7;gIa;vB;QhS>s4m6h8` z#A+BQ{0>NO)Lb^VmV+(xMefG8tG2o5D*EzL$?Suep+AAx-vd!_#k}yni(ceg?UBKa z>;nS(cI{Gbamtu{6$ktPcO3}J%xJcc?%rK;;=C!NqKxN4J@(qfqxJ+?@7`=b7sQib zh*B|7!z>U}oPs8v%VA483vRspo9jVZe5&%&OcX)kEWwph&D8w_rj2N2_^%fRQh~~N zd$uVw*=F!5BmWfN7DzT!XG}up6HdJL)Piim5?kxrp~D$U_7#h%^mzJ+)arBQwF45b zl8Yv9BU;L@!?57}OkRgr4yyc%@70JIoe}-K7`^PCCQz0!VJh=DrE6C>fhpL~p88!2 zC{MIgP>5!mp^clo^qTA(Z+xzDyeJ^z;9eu@37k^bQpH;^ud}bjHTk6zU4{bwPENt9 zw{cF*R6Z(TMeOb`_7wFT?N>cdpPuE(%qZQYEBSNOpAf>EY}c(F__S(UVBLqs2X@da z7#I<;omu(mP#yh3WNiy9iDRah(*69eYVF-(adqDt`?3;XIKF|T zNHfPdz#s0b@=!X-);t)HwRL{L-mbT;ZgO*EZ606fLQ)AtE9GX~UQ#H++|<3`-&v7F zKZ3lzs0b0RrRlfU52MbSuS6L>aORL#-P~iD$TC4tT5qUolrttSG58$06M+R_0OG4{Z# zVcIRfjqbVK@{P7!)W=7yZ&j*`75WK+y-dNRnZbvzplE)ZydfnzFoWYpwQ>H?#qd8I z!weN2)^5??eP&J`>S>)9!wYWE{W2GzU=jN{Mwc)67T}mVp{I$)WzCMm)1-o8dmr?@{ zM)`*CzFSxV%?AboDX7&gzmt<_1@?MgO@@XcsQWOdxG1n_<;@Icja{7&G>_~ln+klW zKlriKW(x1P3^r#nv2MEfA-6P9zytB=O&3a&Xx0{U^}DxL_6|^m1ftx3LMY=tSvi8Ai;h%G z$E1!?u_WpaspX~|N?No^2a>ADbZQDXAuB6;Q;lnlw(t&bExa*0F<3ugOa`^C#Nu75 z_cnNRC)M*s0`c{qt_JpKt&kzNH9HOV6<`Bpg5cNitgDB2{v_poipW5o65gS3>!T00!~UM5JH;h*}JwOx`E@)6smQe^Y;1iyM` z07#%L0j81XOPXc}{AT~;N~v%vsrPVrgyeaui-Gy>D{UD!!NXBT+O6`ZIwa({tOKsd zt9LRI*cB7M5aZ@u!l#^9L(`$R-%T)NTzqTB6@vMPe^tEC3re~lL3m(bx(N7sM*By6 zNIo{C%syJ$Rd&19sf8EDMOF+g-5yES@Rx6Z^DpdP5pU!yJM3c5?HLfCzU#O2`M#?q z1L%~r+oRxK+Q-zm?Ic7#th172c-G7O?VGGDHQw%wb*m@g5!;ENKMULx3btQ2{cVFa zKoiOiYm&pdIl;|8loTGvYe2){1jdsKzUlG61Xipoz<}zDaDO`HGsAOn7 z{0vwDbTFzm6Ay3BC-oxdaADjGoz}|9;El{fuGCVr<5UJD1O{YOd`ptuJ_xr(+GTO0 zj8AAB9Ynl#_Ekz_JOeBO#jfn65~hUG2yQDRd*hq#vyd9zpD-ol-2z z&I%{Njm@o}NKx7nvzP2`rz8s}^}1KKcEh4o@Hs>Os8}cQ{ax&{0b#pJVZ%Y@3sg+)W@e z1kJyEO+q=M=H_9CVF@AxeLxOrB-{uyE)y*M$b@ z)yG+oEMM_#kg5%m$*(!{QP56tX`S#(00%S3ci(DyE1DIul|dPTu%6Z(=U}2zLhK21 zhbUd5{!JKDcBW57e z+bzg{)aYM5`r2+f-vZGD}6Inrb9S8Ze9W0XB!s+erFh~~i p;S?2Q$?L?{?X#Wxr1tlYN#A^+gtTF>?cc9H!1650yvht6^M98KB;5c2 literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/dot-luv/images/ui-icons_98d2fb_256x240.png b/configuration/sources/vps-list/css/dot-luv/images/ui-icons_98d2fb_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..81c5eb0bc51430515660cba7aa18f440ed3a478c GIT binary patch literal 4369 zcmd^?`8O2)_s3@pGj_w+*U6H7%U0QjR77J*QjsAo%D!YBW@O1;sqBUjku}Mhk*o=g zWGpjiB8{;#7~9wT{rP_WiqGS`&b_bu%RT4bbMJXQUkNtIi(KrY>;M3O%fj5u4gdfi zUjeJEpkqt4xU_rhmTau-&*u{M|98%flX(x03r7apA+G?0p{JNxZQ37asY%=WBJQF@ z`Mz<&4FpZiFG=1wsbQxQs~wN+e9$-4bJ|S2ttq17LrKcp%J&KfIN23;FjHEQ+sndg z&*{7iM&6On?%yYv9{>P6u@+_~_93}T&M9t_4ZPq!^YXcv=c?fzv>TRZ?`=Hyd^qM^ znXUSEB+z1Pi+tn<#xVOC!{O)aWG8prEsdCDmyIMl^Z_qk_V@M@LHstf8?kw>0mK0C zPlsyE{S*9|z$>9GF&aF~pz|L!(B@5ws;h!C^MZjK4>3zVM^ojNzC16O`JJTf28RmZ zm=!fK=*#m-daQ-*?AcJo3{E8n{m4z5JLF$nrXe+aO6xEcL)oyn5{MZ;@e?Elx&(SH zDgF-50CZidZJS&H5gNx^0PQgiQ9{Hs%i-`B&;F&hr*X~Px5p294e@1N`jk8vxXO&1 zgh}y0L8gp_nLgB^f>?!`qbMEo!XAt8XgwI_bz@HO_tS92 zdU89S*yL}3ykOKw6jb{r(C;*>uq{p-YP<1YgSUnkv+LAUe(QdBKPVEf5Y-`SE0lN( zfu(F{@lO~ozy2#I9qV@VTSwCI9KRUilGL-j)W&o1<;4t){okq;CcV}uhHln>8sz6v zdsz2Fr<3z7LdBo0tFZ5Fx!FdAVvRj$Eh67KHOp)F5ND9{_E+% z5@h|RH-bjA1GW}sId1Y>c!82gNeaM(53_|A;Qfdf#XCG+!mRFn{IV0Yc)On+Tw5ua- z-`bua_wylbD+FJKOY7_X2jasinzIvFiDo;Fm(1Z(A;c%K5Ef12%C)sQCafJTzeTVl zhDHzGd)(9kRd#`0E>;i(?RgG=I-k#N9mBw~!#N#f_v|%I9k;fC&w*~QRTCqO5%3>( zH%3jT9sOtMa`Fg5lL?bkvqk-E(L@ZqL+57 zTx5f{5Ixn?CE_zU_Qr?v(-p19Y|{EgL)(!4ENC;;!Q{<_dhkA}<2 zm}cqR9nxM4gt%UHM&eACHl<0v{?1(F?u>J8HzHp^k=ql z`a&11aba#8U%VBRtSOg1X)VC8kG@=2xu8~yZeo753b2*ZnrEf1VH(uLki_?p-xM^U zf>*pyu`OfO2(!(y_xn)wS1=Zpkw(pMeY^wB=oD;M4hWT{V15Jp10~{jG8Ctf@7$s; z9MgSZdgoWngIxv>Sd_;bDV130;H{lJx}(C|)L{Zs+RAcV`=vD41JVHtS3ru5#wj*Q z@#PoiW2vqj4Ue_hBuBTPEa7w?(Ck^;FUs&DbDE&f4-d0P>s_bl-@-P(cL;)y3 zTSS6;boB==_HS_(WnF3(6^qTDcvcZ!CMXEy6gYF!0M5K{PRb*&Q2R6wepkCs6%6vn z136REl<~|1ci$6f&uYQZrcW{FOyR;K-@%v7v1}gv#W6VH%}@X*5S~_gQ}DKnUW81x0%W;u?;weuy$YpSW0X&4F611BJN_O zctPFaG%qSOEsmJoxeKCN&h)_|*alu0u`t>u3+t+_W%0zLRoX@*6MKV+k78mGQ;CLe zSQvX78X)cgu0O~G?2YiE^i9n0P2+p}Q(mXN&vx9t%ROPjhX~MX?%-Qxk;G+MNl~|( z(*R_+_>BUvx|$lkrEC>Ly?^?L&mmupzcEmVYl5pw7}-NPlf0&7y1+*ei}Z0Jl7aFl zJS*TA5atsVgIV^qR?Ym%b(X0SVt-L^nV(I>N=kpTM^7}RhvbZ+O-R9*YD}MFe#l|I z<`~s1D+M##*S9VEUKR)7-b!lln3KR_=#zn*Z`MC958l#z@>Aa0Z^IuXk3VHo@vX4@ zjiBbZ$S?(s9_H>;-!lxc*Y%s4sIwJQ|Q5NK#m`JoAv zBihQ#N3l#($Bc75CpyO(Un-w0@((|F(1?5no2hH5;whNd-dE(D_}YmoLjwOKC1cdu zI3}knpA;~|clQ^2ih7Rrt6ru}&2nd?mu}J&{n+YH3F3^m>(&muTeZwFZo^^&JE#>j zlnCF>sQi4WhI%Euwgr~JGSW(EzJAv=_wF#cxb2O8T?yLO+daIajQqCca)B-s*FaLB znqlo>kM~u$XFADN+-Q)MRlfh;u9uBYQgcLY9&gA(VhKbu`F8AHVhG&K#I4}pS&=|J zfxNk_01>LC>b2GnBhQfGDVv|$Z++&)~RtLsr<2rqJI(b$l?EdhQqawlTxA5ar zeV%QxV&1+KuDk)gz&^3GoNf(KZWkE1v8{qvW3)%K$P=aw;*d6t2YH3Mk4{wLZR&0}GA zKE=+59DhNI){bj}G#0GrE2(oC3JPXz=ucEq~2r2%F{Sp%+z zYPI|^eBgS=C(2?`4;Q(1?;Ejq-;shy7(6 zrYmbRcZ>Y#Gj()VOYOWIcKG$tw<0J^|75O*!AqXk`iz* z!aIEb{lXGxJ|F-%gIwM6Jw1VvXRYVapsO2zx(~C9ivo&P-cF;}Sk-tz^N60Z$$-at zgP%&RCvgtTU^4~-L4;?5I0Kb7{UO&9|H!?sjGcE5n{-+YNn^kJew;4t>{Bx)AH+BOyW&G$VB*7Y{3CsnMZmXnT0i50 z^D)6?c2QC;GTXI|Ej&<8vO-AdHX%vfPp$#Rx3GIntdXPau!}XPXFzP~zVFhPhb|U$ zpkv~0kGxxHA4C1FqagXP&QgNzQ7?VmHyIg9ob5TQRuB9WmQ#U$7r16-F#S4d?;5NC z8tkmVhId~CsJ0$tbC&c|`k@4Ss+3q+kAGOaXvQXD3cyD@MOO)t$u)ysELM006wF8cg!lRpq`1b5$1xG3dR*Eb zAT@6rc=Hnn2JYSyj5Wl2Q!xLo|6a;YfP1jST$I3mSn5x2s>0m5B-*+vG?hQH^7{rS zh2b>=WEaX=T`_jNO4e7IiOL4VI>;--_BgNMOesY`kSDao|# zB!3#**xdS=6saXXd&SOXQlfA|w|ix4H#ABamp$~4iggs*-^IKb5VEaQs-7S>`?LQW zW_gqK_AqJ#GNM`U>`pgi7`K-Ad2i|&Y zXG&i<5B&%tL@1eUXj{pN33r zw;=veqsMymjqOyvIlPITuY6RfS&()FTGC>FIUK~sw6pu^GTrAhsIl#1ej=%Z&Z`mr_kcwz5Nh&g=McJ3E!;mF=rLr4BMAjs0MzSVE zGL{*mi8RK}U~FIS_vichD?X3&I`_WrFZY~#&%NjMd?i?;E^f9eP7e#!chUXs4D;=*ePaK>-NW4s#117$h&9} z-ftWTeE}1*OAE-`m(Uv zVsG#jRn!J%lc7qMx5hxCinB)EoGaUHH~AQKu_0x{(ye1gQlmO!s1 z#NHtofUZlmZBr|tk;aJ@KzmF>q#)tUav0*pvwx}WXG6eKLw;G8Iwc1Nt}^4M z;F8=hkO^bqW{FGz7J;-QkGVISjj8>fb)6_V!_Y}TQ5fk!G4n;6o-giEv>gPz!d7xZ z%((4O;AAHzc`3ly*LuV2KUO=IM`xv8uQ4dVb?Ah<*h~}IWJ|Dhg*1sFP7nTCRN85UpXwQ05~aweehhc`*ZP_qS?=Nw+nUp_BEW2KhSI z9@hQP?&NrjRQ6-*D(rh(Zn{ySP-6#L3(vR8jpakmL9I|KJY!k?2YqbJrQ0RXe?2`| zf~?>4LedDfz}CVnhfO|nPf!vuNgkN+VYcuBq96IfsCLyroy1$f>Jw=BEK~2Egv`h+ zQfKgE%%&hT#sUOEi}W9W42RoW5Xk$8v7)(sUJE$P9_z)!&)X&C@>u5X??x_KzKM!b8-YL(rhO15;>g8Bk@TrBa0?+Nr$(YHp*}Q(X>5?)g4r^j^dv?PSY!6-Q_e<$0En>YdKjIW%-b=ex zF1*20h?(x`680V(f8)*Z>5ArKHYvTLp>0Ti7Oa`}y~7nV&6_7RQ^N-1&X`aLbCr44 z_C^3$(k=Omaxn-NMEsQe4=pL{uV#9gT;g*{u2Q5`1^UXU9nvQ|_JZ>rKONYmN5f@h zOtW;Z4k^zCQsukLDjhgC-3_YFi{W5wb#=_w8Xcz55$g1=vVx&a+b2unnrBD8hTlZwdxb z!6R0v(3Y`kh}~w{`+cbLD<}$`kw(pMdAtM5=oDyI@(+=rV1EPq1H|KZG8Cp!?_47< z9MgSZa_3jfgIxwUScKaPC7D=g@1>PIwxi6`)L{%)+{$uT`=vP81JVWyRX~ajCn(lQ z@#PoiW2r9e4UaY1B*wO2EMatSlP8=>C-wO@Us&E`Fa1J7-BwM?s_bl-b~g~}L<1;5 z8)Sl8boB>L=(jlYvMyEgip6FRJgYDd6AXlQ3?SdsM=&p(lXMR#)H=}_dGI+w#Ds3Zz3EE)nt&mv6RHE(^ z8VYU00L0wE^#_@Ny-^;tp0O#uX<~1G+Viy6*^b+Hxh9Qyk^Z{P9lWb761YrDN$PfU z8i0flyHNmEQ&q*cl&xZ^_fP-uKIEOm&E|Mw-V~yW<;rxk1nSdu!{q1D^2Ao2d1ME4u;P7GXJzkp#~=;v6B} zK0jbjr?78!q|P=H&G_+sFMF^7ML3C>qMNW?of8(yl3(}J-}LQ`vJdeaX7MvtRBR^_ zs$rnedmx=rQ|X*qHkOQ6IUC=vTj!vwXv<3_vyY;O{`zD83`D@?^FsG7dyww5hX*#Y z4)E>Uv`e_eDq`}L>~I5|bs#Jwz1cRhdw0o!{kD{nB8~&~)MFEe+T&xsf4luc09U*| zN=Z)zvp`682$*;&gDvSSxRraH>rrZ4isI5t1YYhu-kDs@(Ebdjj%cL&t{3`KfQmR< zmMJvJYVbKd{|wI-NIF<+Oib%@lxXdl1?hq%mezMehco1?Yi3hvakLSM)t8JL2SjcK zCw1;dw1iKGe!+*Cybh6URQXr$>tQomBf5FfI$1qUpiD#jRK`hi*REhZgTJ9Y<%b4P zmS7_%7s)b19XHDLnCu*He5rJ@$S>^RK_luJoLtvZ#a%G3wXeW2`Lz>Wh64UcO2(?T zu}{rZJ}F>E?Cvl26!jeKSG`P|p5@9&FWsam__EcX62KX4*R36RwQ8DSU57;ncF-#r z7y+@JQTh2$75z$RZ3`?O#Yiiq`S@Pf*t^5z?7BDhbtQ0HclYp)66)KQ^98zKTmw;_ zY8qt+f4r~EMeZb7a$!K0mic~ryPnqCNzLK4c|5@ji6sz?4bB}2zTMZbSjqCK;>EvD&xBbIIii`lO-NH{y z_j$C%ihB7_IP(T{1NubMa=O(;xSZkO##|8m}Pz{D~*N}4M)e@YM$ z>_9Pii@Go-rrHAfq%)bKa}ltOm8_&)n7gsp7Db8eQXmrHZ>;|I^|75O*!AeTlHz|b z$}@cb{lXGx-rpZcMy+o7oSsC>vDR~|)7A7r-G|x5MgB!AZ)Y%Ttg1Yqd1O!7l>cMh z!B3@DQ#ku&uqlIqbPD|fwEV~6cQZoGsE?zwka+Z7oBFOgjeSvoI||C?tz zfC$RuV;H#SQq?=)xBDkoN(EDhy@$giME5gYbj%NLN%PnVF19k_Zj~>^Ewvm#~(%ZETE!;2;l6-LK_DGVNuWSRHcVYLMXd`>sVHayo&w%LkeV?T-51q~F zK!?QL9y!<2K8D&|2LaMyorO5vy#Cd zf+@I;^>rQ3$3HBdG$UhCdEld+qN^hj$u)zXES7kAG~8S5gxC5Jq`1bD+aVFFa$MRT zAT@6rc=HoG7U9+t6lH+-qG11B|GktQf43mfyf-}SA)KXF?0EIohqk~unVk)wr3T5> zr#y}+p+2ZF8 zQQ8Fab$W=L#aD47OkETB?3o15neLx$DOHN4wM)pmMC603XHq=l>lWiiD*A>015bTa zXG&ifH~k1Sx-KpQ_{B`f$iUE-+%8~$9c}uwe-D>EVd{1P*7(sd>tL@1bCHe>n}JMk zw;=yfqsMymjm>nv8KMcwTRtY(EI>N~Eonku4hOO^?d*QKO!xi_YHa)1A3+5^3TeR< zdh+iDh3XS@xAUQ9OTt@ut;JFrM17uAel&q pQxuRnw*yPJ*LKdc+CMu+ee?celKO$x$6tMb`FWISl?gif{{V&>p4|Wd literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/dot-luv/images/ui-icons_ffffff_256x240.png b/configuration/sources/vps-list/css/dot-luv/images/ui-icons_ffffff_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..42f8f992c727ddaa617da224a522e463df690387 GIT binary patch literal 4369 zcmd^?`8O2)_s3^p#%>toqJ#RmwV2==ic*rz7lOw=eaq=H~;_ux21)-Jpcgw zdj+hrf&W^f<%Qk9Zpqf#;q3n5{{POY;f!wmTR1An9(4&I0z1LNX50QSTV2M%4|y9c z#{ZQIVJKu~aY5?ZaZP*GIGqGs=e@q6o|EPhZB3CC?@LnORK8O@z{{<0KtSn5?#~OW zy=L;x8T&*%xqElS;s5~Pjk7d2bqIaA)xZbovnZd7eX17WNxx=w`p(8vulwUZ zl{so}MuRNJx5!8S5G;$o2?BApPHt+)!^#*Ww`?rcVE}mcyuY`X2o|uVUyI9o1t11O zemGWR?;aD#0$vJhiPhv~0iXS#iLq!>Qd$` zU{}<|Vb9Md>$4TMbL7C3GP#r;4Wc$}Z;^j;n}yc!E3d;`wry$!JkmJP0%(tIh!!TET8=+{rhUi^60G0t2HJSxXv-*DgC(HrJd8`|Dp3NvL5yg>xAvU zho|fEA~w^-HrW&H-JwkqNX2I-bEXBR&Uhp+y2^)1h1IIlNCzC!v-Mz@&z&VPz+cl1 z=f&f6Y*U~C`ixm4Sy1hl$hg(4%Dy;bq~k7d1<@K&%%NLT`L+A)-QXyKVswX?op90( zB#yeFEih@c{OXU8Oq~1CFI_38GXmns3(`;W(i+bslovCx4u7gvK>DrGOug*?G|1nz z_OR}|ZYS3pq-p?rS7G0qa`TM}r5XqDT4cV>%Qyk#9ES}`jc+Ww|DcbZrF6UG>CeXp zOVIV}K1e#z9@tu#?X)Ri=?zXMB`X3G-_I7FL-Zq`nbfWtX_EO1*!+U6pJW-_k&+vk zMd}THh}{(Ch_wPk(PI4vVB_KT76kGxVytLxpWg}&bHw`a3G#QzxV@ICNax&@hk3<_ zBh`Tq66G{-tCw$V{(y0v7l!tp20~@gdFXjzFbF#bJE7i>T4ux zQdrF3org^wFcnw$#bQMv@SfN3$Fuo7HnB_`2ZGB{ZqGr>%xP;2_!Q{=N-ZhU1c~^5 zdt=OO#wmcpkXJyCG?{{&n=R{Sn=Ytg;<09CH)l7TA&wkt{Q;>RrA2Ia6-QixEPLrU z%0)N$3Nh0?U825&v($Sz}0G_(!v&xSSAzje4{rup+^W@^}ByqOb95$E0sbwK*%#GP}!6`%*Z@L;&C z3^dE&>5%bWAXmP*X1 z_m}Pivs*u7@9i>qA!58fDCwj^M<1P(u^m;urVdlM@>aIf+E3-d9ZW>fc4cS7w5O3sCmKKn z+94A?VyfSBb9{}rEbCIYtXORJBCv__fnZ>?a}edaA%bP$jI?J^q0UKO!mduA8U!3b z0CJ_Js}NWQZoebapVUHP%pPOUm?1<)zd%`hzUM-Y6g1z|@@3G_kio?S0bcbjQuxJd>vU$Uyz(4*peEDSVc-G;O;% z9Y97%Tq}TRsH+oN%2u(oyC=W<9`e@&m;i;jC%L;sP(9RBDQnth3;ZMEQNFH3GEf0c zU<3RF!hNG-vCDooYFS^nPlFnv4(ElI1=vNcr42TF^uq67f{MoN>{f&>xA91r4pz5Zc&@P^i-9||`98v$Si!U@}ouZ88W zg;YL=OQ;4}UQtkpyd~lD{qWy0H|lwJXKmenz#E=*9kt$YX*X!wDk7ITlIUGWnj>a7 z<_GQR752@J)Y(U)ncu(dIit7P}oBq8x$FP85)&Nsw<#rOW z8U_x(1J)Zgm(8tZXU%+(yYcO+Z7#ZszPwa2`ygiMPayX9KondtFMRK!7x`9uWN;(f zfWW?8yOdj;GA3We0YAW92gWipn(d>zcbA+vZ_21BxF?-pfcW` zbqY??6ie(6M)p@6@WQ?Tl7 zoKrKEj|x~2yZehhMLkFRRnOC>XL&L+N;m0B{_OQ9gzzTYb!!Jct=bk?_hIpY9rOwY zMnr69R(?8EN52qR+k!~qnCYc-KmV&*d$&NY?t5cjR)V+ncMor=puTRoo?{5dH;@!* z<~RrV!+ljAN+;Qx2LraY&JWnz^|sYbZjP+Y;|pC#DuHUH+>F~x3PqTkx)=OAE0X9( z(AO6gp~AH^{nq+n)LHYDD8mQN?DDFcd!U&d4PaajzSD1~lXq3p{x=^vItrq3gD^4O z=hYS`?&C-0&KuAV>Jv}T?ba0IafL$~+bZ}p$9lwyyx=-uPN`Hpvv<)Ia>OWHa4+N4 z6zscrW$^XA32EJw^7hYtkRJr{Q8 zQ|*1pp_q6Mno|D6EX!kgSv0h0I3~ef_l%$DTFjL`0y16n%^dGNQn;2V82mqoIi9i{15vu zLq&(BTl9CInUjZlTIa>^!!HlMK3W8Sd_Ow0+E8IT?h$=55$^Z)$WYIuig=O;Lp_1Q z4wOT;XbWQ!>Mh`pdXuSo=KBba;wT!wK`Hf1Ueh04*%D7Kfj*#b~BNfvz zsbf?uiMm5-xhaQ|7Om2OrYbU>ngUM9%F5nU<65IFyu(`yZ;Vb1)=wCd!L2K?c$ezE z4IbS|^?Z>)eEp}ZfjwF)Waw?pPJ?{~*g%;efxO~Nx7dQGLWZ)cPQ*T!((W- zGm2?tM)K}7oG<0Xz<`ltWjxvE<$AH!4*R{A2~uYGr@m!vm*j+e#CE9^*}Oc#uihB| z5;#kMY2^8mrr80%*+02bDx6B{Jsch(d7kQGV7~iGTgFZBu$Pf`tNf`B2{|t7fGhIq zos0xF#l$bfxOtcGDd*MDbdKBaCKxgCEbr8JTNd_1bjWC{Ubgk z9~)9;A1&=FyIt$l!VBXfD~6VCk0fjO%QwLJ7k00RH*%I8cCqF542VzP^;`OU-_?=< zbV}OoQE)HqV`|)X5+WbgSxGWH>t+7-O;(l~Z+FJJ)sygu^+eF01#Suj+pnAcw!s>p z$-xF}c>7t9X6H$^V9hvT5H{jKv+=zzWHA0pgw8e5fZpm9vIphVq3%S4*N3%&jsY^Q zK%sSPuj=?d{ATs0o0y6#0w3%YT^@-_sTuTUwI(Q{;l3KjeAbVk#Wmi%PDxm`zoqQ~ z((<-}*FSP%5gt7uI3t1&75ne{@1^bpdW1;MMGNkSr~UAuDbB4+VQi|x(gdO^zin_) zncfs2hj8xdiiy)@vVkfkItLKvsGtJhrTb0T~tFl4Q3J!flauS==b& z6Bm!g%dDvlCf(St$kVofvH90|9yl-gmvRvcKS&Ye9DdoTK@2m}iSvC{3m%4E0 z@TJD7c1V?!URM7+t?f3)%{X(6JXg~A9TvGQyX6n(^Yt0NX;>vDPcr~mICPooLWA_` z<1A>FuXr|C)dtDr*PQt%Xs5WePWUB&gBj$zZ#BIY%?jDdpbSA-PV0`dGf^oa_Jp}Z zlrGV7oe`#B^+nPIQ`ZDJeJas=ru#=*YL#+n?Go}f33>1GsZ{TTy2bdBihj}mz*mp! zOzn%{WgLM=*CpiuKUs*GnHa{B$2siJqfNi|Z;|rH%stM*8b26kAMCYY&NHwPGtlYn z7UVx_^sgR$Z8x27foS63FCPt|gtcG_ zy#@C|!VQV~TY}G5e57qp?F4jRxqq~@h6^?-cvD>ySwVLl2m7=gERtEn>Fw_@ND%pO oiVC*mbz<%I+0K1Z`+LWvZ$3~$+A!Gm?^hpSc@||}WrmLVKLvuzv;Y7A literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/dot-luv/jquery-ui-1.8.18.custom.css b/configuration/sources/vps-list/css/dot-luv/jquery-ui-1.8.18.custom.css new file mode 100755 index 0000000..2987678 --- /dev/null +++ b/configuration/sources/vps-list/css/dot-luv/jquery-ui-1.8.18.custom.css @@ -0,0 +1,565 @@ +/* + * jQuery UI CSS Framework 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } +.ui-helper-clearfix:after { clear: both; } +.ui-helper-clearfix { zoom: 1; } +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } + + +/* + * jQuery UI CSS Framework 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20sans-serif&fwDefault=bold&fsDefault=1.3em&cornerRadius=4px&bgColorHeader=0b3e6f&bgTextureHeader=08_diagonals_thick.png&bgImgOpacityHeader=15&borderColorHeader=0b3e6f&fcHeader=f6f6f6&iconColorHeader=98d2fb&bgColorContent=111111&bgTextureContent=12_gloss_wave.png&bgImgOpacityContent=20&borderColorContent=000000&fcContent=d9d9d9&iconColorContent=9ccdfc&bgColorDefault=333333&bgTextureDefault=09_dots_small.png&bgImgOpacityDefault=20&borderColorDefault=333333&fcDefault=ffffff&iconColorDefault=9ccdfc&bgColorHover=00498f&bgTextureHover=09_dots_small.png&bgImgOpacityHover=40&borderColorHover=222222&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=292929&bgTextureActive=01_flat.png&bgImgOpacityActive=40&borderColorActive=096ac8&fcActive=75abff&iconColorActive=00498f&bgColorHighlight=0b58a2&bgTextureHighlight=10_dots_medium.png&bgImgOpacityHighlight=30&borderColorHighlight=052f57&fcHighlight=ffffff&iconColorHighlight=ffffff&bgColorError=a32d00&bgTextureError=09_dots_small.png&bgImgOpacityError=30&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px + */ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Arial, sans-serif; font-size: 1.3em; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, sans-serif; font-size: 1em; } +.ui-widget-content { border: 1px solid #000000; background: #111111 url(images/ui-bg_gloss-wave_20_111111_500x100.png) 50% top repeat-x; color: #d9d9d9; } +.ui-widget-content a { color: #d9d9d9; } +.ui-widget-header { border: 1px solid #0b3e6f; background: #0b3e6f url(images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png) 50% 50% repeat; color: #f6f6f6; font-weight: bold; } +.ui-widget-header a { color: #f6f6f6; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #333333; background: #333333 url(images/ui-bg_dots-small_20_333333_2x2.png) 50% 50% repeat; font-weight: bold; color: #ffffff; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #222222; background: #00498f url(images/ui-bg_dots-small_40_00498f_2x2.png) 50% 50% repeat; font-weight: bold; color: #ffffff; } +.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #096ac8; background: #292929 url(images/ui-bg_flat_40_292929_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #75abff; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #75abff; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #052f57; background: #0b58a2 url(images/ui-bg_dots-medium_30_0b58a2_4x4.png) 50% 50% repeat; color: #ffffff; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #ffffff; } +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #a32d00 url(images/ui-bg_dots-small_30_a32d00_2x2.png) 50% 50% repeat; color: #ffffff; } +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_9ccdfc_256x240.png); } +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_9ccdfc_256x240.png); } +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_98d2fb_256x240.png); } +.ui-state-default .ui-icon { background-image: url(images/ui-icons_9ccdfc_256x240.png); } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } +.ui-state-active .ui-icon {background-image: url(images/ui-icons_00498f_256x240.png); } +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; } +.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; } +.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } +.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } + +/* Overlays */ +.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } +.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* + * jQuery UI Resizable 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Resizable#theming + */ +.ui-resizable { position: relative;} +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; } +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } +.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } +.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } +.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } +.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } +.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } +.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } +.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* + * jQuery UI Selectable 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectable#theming + */ +.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } +/* + * jQuery UI Accordion 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Accordion#theming + */ +/* IE/Win - Fix animation bug - #4615 */ +.ui-accordion { width: 100%; } +.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } +.ui-accordion .ui-accordion-li-fix { display: inline; } +.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } +.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } +.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } +.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } +.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } +.ui-accordion .ui-accordion-content-active { display: block; } +/* + * jQuery UI Autocomplete 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete#theming + */ +.ui-autocomplete { position: absolute; cursor: default; } + +/* workarounds */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ + +/* + * jQuery UI Menu 1.8.18 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Menu#theming + */ +.ui-menu { + list-style:none; + padding: 2px; + margin: 0; + display:block; + float: left; +} +.ui-menu .ui-menu { + margin-top: -3px; +} +.ui-menu .ui-menu-item { + margin:0; + padding: 0; + zoom: 1; + float: left; + clear: left; + width: 100%; +} +.ui-menu .ui-menu-item a { + text-decoration:none; + display:block; + padding:.2em .4em; + line-height:1.5; + zoom:1; +} +.ui-menu .ui-menu-item a.ui-state-hover, +.ui-menu .ui-menu-item a.ui-state-active { + font-weight: normal; + margin: -1px; +} +/* + * jQuery UI Button 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Button#theming + */ +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */ +.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ +button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ +.ui-button-icons-only { width: 3.4em; } +button.ui-button-icons-only { width: 3.7em; } + +/*button text element */ +.ui-button .ui-button-text { display: block; line-height: 1.4; } +.ui-button-text-only .ui-button-text { padding: .4em 1em; } +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } +.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } +.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } +.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } +/* no icon support for input elements, provide padding by default */ +input.ui-button { padding: .4em 1em; } + +/*button icon element(s) */ +.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } +.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } +.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } +.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } +.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } + +/*button sets*/ +.ui-buttonset { margin-right: 7px; } +.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } + +/* workarounds */ +button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ +/* + * jQuery UI Dialog 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog#theming + */ +.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } +.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } +.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } +.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } +.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } +.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } +.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } +.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } +.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } +.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } +.ui-draggable .ui-dialog-titlebar { cursor: move; } +/* + * jQuery UI Slider 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Slider#theming + */ +.ui-slider { position: relative; text-align: left; } +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } + +.ui-slider-horizontal { height: .8em; } +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } +.ui-slider-horizontal .ui-slider-range-min { left: 0; } +.ui-slider-horizontal .ui-slider-range-max { right: 0; } + +.ui-slider-vertical { width: .8em; height: 100px; } +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } +.ui-slider-vertical .ui-slider-range-min { bottom: 0; } +.ui-slider-vertical .ui-slider-range-max { top: 0; }/* + * jQuery UI Tabs 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs#theming + */ +.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ +.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } +.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } +.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } +.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ +.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } +.ui-tabs .ui-tabs-hide { display: none !important; } +/* + * jQuery UI Datepicker 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Datepicker#theming + */ +.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } +.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } +.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } +.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } +.ui-datepicker .ui-datepicker-prev { left:2px; } +.ui-datepicker .ui-datepicker-next { right:2px; } +.ui-datepicker .ui-datepicker-prev-hover { left:1px; } +.ui-datepicker .ui-datepicker-next-hover { right:1px; } +.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } +.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } +.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } +.ui-datepicker select.ui-datepicker-month-year {width: 100%;} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { width: 49%;} +.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } +.ui-datepicker td { border: 0; padding: 1px; } +.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } +.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } +.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { width:auto; } +.ui-datepicker-multi .ui-datepicker-group { float:left; } +.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } +.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } +.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } +.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } +.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } + +/* RTL support */ +.ui-datepicker-rtl { direction: rtl; } +.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } +.ui-datepicker-rtl .ui-datepicker-group { float:right; } +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } + +/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ +.ui-datepicker-cover { + display: none; /*sorry for IE5*/ + display/**/: block; /*sorry for IE5*/ + position: absolute; /*must have*/ + z-index: -1; /*must have*/ + filter: mask(); /*must have*/ + top: -4px; /*must have*/ + left: -4px; /*must have*/ + width: 200px; /*must have*/ + height: 200px; /*must have*/ +}/* + * jQuery UI Progressbar 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar#theming + */ +.ui-progressbar { height:2em; text-align: left; overflow: hidden; } +.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } \ No newline at end of file diff --git a/configuration/sources/vps-list/css/jquery.dataTables.css b/configuration/sources/vps-list/css/jquery.dataTables.css new file mode 100755 index 0000000..15133aa --- /dev/null +++ b/configuration/sources/vps-list/css/jquery.dataTables.css @@ -0,0 +1,219 @@ + +/* + * Table + */ +table.dataTable { + margin: 0px; + clear: both; + width: 100%; +} + +table.dataTable thead th { + padding: 3px 18px 3px 10px; + border-bottom: 1px solid black; + font-weight: bold; + cursor: pointer; + *cursor: hand; +} + +table.dataTable tfoot th { + padding: 3px 18px 3px 10px; + border-top: 1px solid black; + font-weight: bold; +} + +table.dataTable td { + padding: 3px 10px; +} + +table.dataTable td.center, +table.dataTable td.dataTables_empty { + text-align: center; +} + +table.dataTable tr.odd { background-color: #E2E4FF; } +table.dataTable tr.even { background-color: white; } + +table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; } +table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; } +table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; } +table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; } +table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; } +table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; } + + +/* + * Table wrapper + */ +.dataTables_wrapper { + position: relative; + clear: both; + *zoom: 1; +} + + +/* + * Page length menu + */ +.dataTables_length { + float: left; +} + + +/* + * Filter + */ +.dataTables_filter { + float: right; + text-align: right; +} + + +/* + * Table information + */ +.dataTables_info { + clear: both; + float: left; +} + + +/* + * Pagination + */ +.dataTables_paginate { + float: right; + text-align: right; +} + +/* Two button pagination - previous / next */ +.paginate_disabled_previous, +.paginate_enabled_previous, +.paginate_disabled_next, +.paginate_enabled_next { + height: 19px; + float: left; + cursor: pointer; + *cursor: hand; + color: #111 !important; +} +.paginate_disabled_previous:hover, +.paginate_enabled_previous:hover, +.paginate_disabled_next:hover, +.paginate_enabled_next:hover { + text-decoration: none !important; +} +.paginate_disabled_previous:active, +.paginate_enabled_previous:active, +.paginate_disabled_next:active, +.paginate_enabled_next:active { + outline: none; +} + +.paginate_disabled_previous, +.paginate_disabled_next { + color: #666 !important; +} +.paginate_disabled_previous, +.paginate_enabled_previous { + padding-left: 23px; +} +.paginate_disabled_next, +.paginate_enabled_next { + padding-right: 23px; + margin-left: 10px; +} + +.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; } +.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; } +.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; } + +.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; } +.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; } +.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; } + +/* Full number pagination */ +.paging_full_numbers { + height: 22px; + line-height: 22px; +} +.paging_full_numbers a:active { + outline: none +} +.paging_full_numbers a:hover { + text-decoration: none; +} + +.paging_full_numbers a.paginate_button, +.paging_full_numbers a.paginate_active { + border: 1px solid #aaa; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + padding: 2px 5px; + margin: 0 3px; + cursor: pointer; + *cursor: hand; + color: #333 !important; +} + +.paging_full_numbers a.paginate_button { + background-color: #ddd; +} + +.paging_full_numbers a.paginate_button:hover { + background-color: #ccc; + text-decoration: none !important; +} + +.paging_full_numbers a.paginate_active { + background-color: #99B3FF; +} + + +/* + * Processing indicator + */ +.dataTables_processing { + position: absolute; + top: 50%; + left: 50%; + width: 250px; + height: 30px; + margin-left: -125px; + margin-top: -15px; + padding: 14px 0 2px 0; + border: 1px solid #ddd; + text-align: center; + color: #999; + font-size: 14px; + background-color: white; +} + + +/* + * Sorting + */ +.sorting { background: url('../images/sort_both.png') no-repeat center right; } +.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; } +.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; } + +.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; } +.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; } + +table.dataTable th:active { + outline: none; +} + + +/* + * Scrolling + */ +.dataTables_scroll { + clear: both; +} + +.dataTables_scrollBody { + *margin-top: -1px; +} + diff --git a/configuration/sources/vps-list/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png b/configuration/sources/vps-list/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png new file mode 100755 index 0000000000000000000000000000000000000000..5b5dab2ab7b1c50dea9cfe73dc5a269a92d2d4b4 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FscKIb$B>N1x91EQ4=4yQ7#`R^ z$vje}bP0l+XkK DSH>_4 literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png b/configuration/sources/vps-list/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png new file mode 100755 index 0000000000000000000000000000000000000000..ac8b229af950c29356abf64a6c4aa894575445f0 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^8bF-F!3HG1q!d*FsY*{5$B>N1x91EQ4=4yQYz+E8 zPo9&<{J;c_6SHRil>2s{Zw^OT)6@jj2u|u!(plXsM>LJD`vD!n;OXk;vd$@?2>^GI BH@yG= literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png b/configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100755 index 0000000000000000000000000000000000000000..ad3d6346e00f246102f72f2e026ed0491988b394 GIT binary patch literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnour0hLi978O6-<~(*I$*%ybaDOn z{W;e!B}_MSUQoPXhYd^Y6RUoS1yepnPx`2Kz)7OXQG!!=-jY=F+d2OOy?#DnJ32>z UEim$g7SJdLPgg&ebxsLQ09~*s;{X5v literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png b/configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png new file mode 100755 index 0000000000000000000000000000000000000000..42ccba269b6e91bef12ad0fa18be651b5ef0ee68 GIT binary patch literal 105 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnouqzpV=978O6-=0?FV^9z|eBtf= z|7WztIJ;WT>{+tN>ySr~=F{k$>;_x^_y?afmf9pRKH0)6?eSP?3s5hEr>mdKI;Vst E0O;M1& literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png b/configuration/sources/vps-list/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png new file mode 100755 index 0000000000000000000000000000000000000000..5a46b47cb16631068aee9e0bd61269fc4e95e5cd GIT binary patch literal 111 zcmeAS@N?(olHy`uVBq!ia0vp^j6gJjgAK^akKnouq|7{B978O6lPf+wIa#m9#>Unb zm^4K~wN3Zq+uP{vDV26o)#~38k_!`W=^oo1w6ixmPC4R1b Tyd6G3lNdZ*{an^LB{Ts5`idse literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/configuration/sources/vps-list/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png new file mode 100755 index 0000000000000000000000000000000000000000..7c9fa6c6edcfcdd3e5b77e6f547b719e6fc66e30 GIT binary patch literal 101 zcmeAS@N?(olHy`uVBq!ia0vp^j6j^i!3HGVb)pi0l#Zv1V~E7mPmYTG^FX}c% zlGE{DS1Q;~I7-6ze&TN@+F-xsI6sd%SwK#*O5K|pDRZqEy< zJg0Nd8F@!OxqElm`~U#piM22@u@8B<moyKE%ct`B(jysxK+1m?G)UyIFs1t0}L zemGR&?jGaM1YQblj?v&@0iXS#fi-VbR9zLEnHLP?xQ|=%Ihrc7^yPWR!tW$yH!zrw z#I2}_!JnT^(qk)VgJr`NGdPtT^dmQIZc%=6nTAyJDXk+^3}wUOilJuwq>s=T_!9V) zr1)DT6VQ2~rgd@!Jlrte3}}m~j}juCS`J4(d-5+e-3@EzzTJNCE2z)w(kJ90z*QE) zBtnV@4mM>jTrZZ*$01SnGov0&=A-JrX5Ge%Pce1Vj}=5YQqBD^W@n4KmFxxpFK`uH zP;(xKV+6VJ2|g+?_Lct7`uElL<&jzGS8Gfva2+=8A@#V+xsAj9|Dkg)vL5yhX@~B= zN2KZSAUD%QH`x>H+@Ou(D1~Pyv#0nc&$!1kI?IO01yw3jD0@80qvc?T*Nr8?-%rC8 z@5$|WY?Hqp`ixmEkzeJTz_`_wsSRi1%Zivd`#+T{Aib6-rf$}M8sz6v zb6ERbr-SniO2wbOv!M4)nb}6UVzoVZEh5kQWh_5x4rYy3c!871NeaM(_p=4(kbS6U#x<*k8Wg^KHs2ttCz<+pBxQ$Z zQMv;kVm5_fF_vH`Mzrq$Y&6u?j6~ftIV0Yg)Nw7JysIN_ z-_n*K_v1c&D}-1{NbBwS2h#m1y0a5RiEcYil+58$8IDh49bPnzE7R8In6P%V{2IZU z7#clr=V4yyrRe@oXNqbqo^^LvlLE?%8XaI&N(Np90-psU}7kqmbWk zZ;YBwJNnNs$~d!mx9oMGyT( znaBoj0d}gpQ^aRr?6nW)$4god*`@Uh2e+YpS@0(Mw{|z|6ko3NbTvDiCu3YO+)egL z>uW(^ahKFj>iJ-JF!^KhKQyPTznJa;xyHYwxJgr16&Wid_9)-%*mEwo{B_|M9t@S1 zf@T@q?b2Qgl!~_(Roe;fdK)y|XG0;ls;ZbT)w-aOVttk#daQcY7$cpY496H*`m@+L zeP#$&yRbBjFWv}B)|5-1v=(66M_;V1SWv6MHnO}}1=vby&9l+gaP?|pXwp0AFDe#L z&MRJ^*qX6wgxhA_`*o=LGZ>G_NTX%AKHPz4bO^R72ZYK}ale3lffDgM8H!Wrw{B7A z{?c_|dh2J*y8b04c37OmqUw;#;G<* z@nz@dV`;7&^$)e!B}cd5tl0{g(Q>5_7H^@bEJi7;fQ4B$NGZerH#Ae1#8WDTH`iB&) zC6Et3BYY#mcJxh&)b2C^{aLq~psFN)Q1SucCaBaBUr%5PYX{~-q{KGEh)*;n;?75k z=hq%i^I}rd;z-#YyI`8-OfMpWz5kgJE3I!3ean6=UZi!BxG7i(YBk? z02HM7wS0)Wni{dWbQMRtd-A)_Az!t>F;IwWf~!*)-Az4}yryNkz&9)w>ElA80Oc`6 zHo#9H!Y3*Qx9n@Jn)!w6G^hb;e_n8zpIyXCN`JFkPc)^Q?2MsLNFhMgrcZI-<#1ne zjH;KFf?4eAT9mQZ}ZfHLGA#d%s;SZK4p0FwZT2S^{ zQ2BG1xJsbK6?yrHTjJi|5C0u=!|r!?*4FL%y%3q#(d+e>b_2I9!*iI!30}42Ia0bq zUf`Z?LGSEvtz8s``Tg5o_CP(FbR0X$FlE0yCnB7suDPmI2=yOg^*2#cY9o`X z;NY-3VBHZjnVcGS){GZ98{e+lq~O$u6pEcgd0CrnIsWffN1MbCZDH<7c^hv+Z0Ucf0{w zSzi^qKuUHD9Dgp0EAGg@@$zr32dQx>N=ws`MESEsmzgT2&L;?MSTo&ky&!-JR3g~1 zPGTt515X)wr+Bx(G9lWd;@Y3^Vl}50Wb&6-Tiy;HPS0drF`rC}qYq22K4)G#AoD0X zYw$E+Bz@Zr^50MAwu@$?%f9$r4WHH?*2|67&FXFhXBrVFGmg)6?h3^-1?t;UzH0*I zNVf9wQLNLnG2@q>6CGm>&y|lC`iCFfYd}9i%+xkl^5oBJ?<;aneCfcHqJh7Yl5uLS z9Fx-(kMdcNyZejXh22N{mCw_rX1O!cOE&3>e(ZH81PR95wQC37En4O{w;{3q9n1t&;p)D%&Z%Nw$gSPa!nz8Slh7=ko2am)XARwOWw zpsz0~K!s{(dM$NB=(A=kkp>T(*yU6<_dwIx>cH4+LWl282hXa6-EUq>R3t?G2623< z*RwTN%-fgBmD{fu*ejNn)1@KG?Sg*8z3hYtkQJQjB6 zQ|x>wA=o$=O)+nLmgTXW3_6diA;b4EY{*i*R%6dO2EMg z@6g?M3rpbnfB@hOdUeb96=~I?OIA3@BWAGmTwiQ{x5Cqq<8c10L!P zd@Qk^BseTX%$Q7^s}5n%HB|)gKx}H$d8Sb$bBnq9-AglT2dGR2(+I;_fL|R4p$odJ zllfb0NqI)7=^z~qAm1V{(PkpxXsQ#4*NH9yYZ`Vf@)?#ueGgtCmGGY|9U#v|hRdg- zQ%0#cGIfXCd{Y)JB~qykO;KPvHu|5Ck&(Hn%DF~cct@}j+87xhs2ew;fLm5#2+mb| z8{9e*YI(u|gt|{x1G+U=DA3y)9s2w7@cvQ($ZJIA)x$e~5_3LKFV~ASci8W}jF&VeJoPDUy(BB>ExJpck;%;!`0AAo zAcHgcnT8%OX&UW_n|%{2B|<6Wp2MMGvd5`T2KKv;ltt_~H+w00x6+SlAD`{K4!9zx z*1?EpQ%Lwiik){3n{-+YNrT;fH_niD_Ng9|58@m8RsKFVF!6pk@qxa{BH-&8tsim0 zdAQ(GyC^9ane7_KW*#^vMIoeQdpJqmPp%%px3GIftbwESu#+vPyI*YTuJ6+4`z{s? zpkv~0x4c_PFH`-tqafw5)>4AuQ78SkZ!$8}INLK;Egr;2tS18hEO5=t;QDmZ-qu?I zG+=DN`nR72Xto{{bJp||`k}-2G;5#xg8E~xgz22)^_Z;=K|4@(E&5J)SY2of=olcw z5)@L)_Ntcm!*5nEy0M9v0`S33;pO4TN;>4(Z+19p_0>u#e-vE zXCU(6gAvu~I7Cw(xd%0e59MNLw^U37ZDbsBrj%eDCexw8a3G`nTcXVNL6{B7Hj@i& zbVB{;ApEtHk76q08DJ48dSxd$C(;$K6=FpU<~l9pVoT9arW^Vu{%Bcn4`eIpkOVC| z$)AKYG_`ypM{0@BUb3^9lqi_c?ONH|4UJMJWDowMVjacycX7}9g={O7swOB+{;+?; zjBo!9?+nd)ie#x5IbFW-zBOo0c4q@9wGVt5;pNt`=-~Zgcw#*`m($6ibxtZ`H=e=} zF#GZ~5$%AUn};8U#tRem0J(JTR}d4vR(dgK2ML~lZsPhayJ2h1%sD4FVst| zKF)+@`iNzLRjg4=K8@**0=5cE>%?FDc({I^+g9USk<8$&^qD~@%W0i4b|yMG*p4`N zh}I!ltTRI8Ex$+@V{02Br%xq#O?UlhO{r8WsaZnZCZq0MK9%AXU%MDLT;3=0A9(BV z9VxxxJd7jo$hw3q;3o?yBLmA=azBUrd9>-<_ANs0n3?-Ic*6&ytb@H~?0E(*d>T5n z-HiH2jsDf6uWhID%#n>SzOqrFCPDfUcu5QPd?<(=w6pv1BE#nsxS{n!UnC9qAha1< z;3cpZ9A-e$+Y)%b;w@!!YRA9p%Kf9IHGGg^{+p`mh;q8i7}&e@V3EQaMsItEMS&=X plT@$;k0WcB_jb;cn%_Idz4HO$QU*abf4}+wi?e96N>fbq{{i|W0@(ln literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/smoothness/images/ui-icons_2e83ff_256x240.png b/configuration/sources/vps-list/css/smoothness/images/ui-icons_2e83ff_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..09d1cdc856c292c4ab6dd818c7543ac0828bd616 GIT binary patch literal 4369 zcmd^?`8O2)_s3@pGmLE*`#M>&Z`mr_kcu#tBo!IbqU=l7VaSrbQrTh%5m}S08Obh0 zGL{*mi8RK}U~J#s@6Y%1S9~7lb?$xLU+y{go_o*h`AW1wUF3v{Kmh;%r@5J_9RL9Q zdj+hqg8o{9`K7(TZrR4t{=9O`!T-(~c=yEWZ{eswJJe->5bP8)t4;f(Y*i_HU*sLM z2=7-8guZ}@*(HhVC)Mqgr$3T8?#a(hu& z?Kzuw!O%PM>AicSW`_U(cbvJYv3{HfpIP~Q>@$^c588E$vv)V2c|Mr% zuFO$+I~Hg@u}wPm17n%}j1Y+Pbu!bt?iPkjGAo7>9eRN0FZz3X2_QZj+V!}+*8oBQ z_=iI^_TCA;Ea2tPmRNOeX3+VM>KL;o1(h`c@`6Ah`vdH<&+$yTg)jGWW72T}6J`kUAv?2CgyV zrs0y@Fpvpj@kWVE0TzL@Cy#qHn~kgensb{hIm6J&I8hkoNHOz6o1QQ3QM4NZyu?;= zLd>`wPT*uGr+6vAxYv3k8{gMDR>tO}UavDKzzyi6hvbuP=XQ4Y|A)r4#B$U(q7{1Z z0iLeSjo3;T*diS*me%4|!s23l@>R}rn@#Zc{<%CFt;?gd5S<)b=8Yz32U zBBLprntW3RE3f|uNX5Aw|I(IlJjW-Byd?QFFRk%hLU}O*YyYQel}WcXilLMJp9cB4 z)E?D+*Y4zai&XY!>niMfTW-2pp-^KFT93%Leig@uoQGPYRCva-`w#orm`is`p8b4s zxD462;f*^XO$=3by=VzN9i@xxr<1w=pcxl!$!fjWt|fYmq1@@badT?v`d zIi$|e$Ji}FXsiVYf)?pN1R0LBw;+)B5aUJj2fP+=m;=_Eho84g%Jq#@MLPSQEX*@T z6sZb)m?)zby>{j1)(;rRML|gKSs+9jorf-XhQJ2Jyt5Cqc*`S3iX@A5C3jvgAns|4 z*|)YQ%Kmsj+YZ53;nMqh|AFvehUV-9R;1ZZ;w5r9l}8hjSw@#k;>)$P*r%)=Extyu zB!$Kd-F?*50aJ2;TNTR-fc8B{KAq3!vW{g$LlGPfGW+%#CXU zJDcMsvyT2`x~v>>w8@yssoA`KuIZ98CLU{Ia%*nW3G4t}@ApsbC@o^WCqL>OXx>Y^ zSuVWEQ;3=A=@RxCnt0>G@#(VWBQ`0$qTwA#e>SX{_N~JWGsBxFHCw|5|?CzDi>92F-^=b*8sMXnhUJdb!>yGD2nhN@{582 zRPcxuDzs&;8De)>_J19z{0xppXQop#T_5ejGCKv@l>$O#DA-@X{y_1B-AsiU)H}DR z3xDZ8G`amV_WmA&8!W=@jgm|%bnwH%qkg(@J$hLaSV zC-rXIFMM%y<|Gb)o?j zpe-`dJ*N5tC-iH)d0CgLdBsw*C!ST9hY1EkI|Y(&=p&dH&q;a&7HXa5#_wtMsenQL zcpyhwx)Ppw@XmVz?P)DI#^ee1oC!i`>>Jq1ESk-OuQ(Pbv=s{A0AjM@rw#FaU;RUh z*At0{U*NtGVY_-JcuG$?zuuf%ZBTWxKU2yf?iN#-MRWs>A*2;p0G1Tp3d29u5RbnY zDOON-G|PidOOGeybnbzu7UVv71l!b=w7eU5l*{EdKuoKu`#LZ}|fnUr-+lSST9(MTT`0tqOG z#+Q_=lXe-=;rE4u8s~;%i~~ z8v&&+VPeXG=2zw9B5sR$e?R(n%nf?p-(BCZ8}x!_-9T+LT;2=Zu?Wv)j3#>35$6dR z4*7xmI)#06qjh#sXvX(%`#D1mD8fn1G~I;l%Dk{pw)}>_{+3^Fv_q)>2#de5qGCId zPz?ix-3954nM&u@vaw{o%-#HU%_bLJMO#@enR^&B{3ihWdoU6%pBJ`o>im+b-c6r-;c{vd0Z_)`75$jApy2?!9G4_FGa)iZ~9`6VELiYM+n!-mUfvfm{jt zC?!1=%pxJhF>vyQ47Q}R;O48pxgMs)rz$SbM&jkp<6X$r4DHWg>ZnGB-$r2o1*nL# zW0^*itcRY_^Uv^XgQP>W#>KQgM~l{;S(GkVW@&vld^AhWzG^m|9#0#USbM>^en{k2 za8~DTL`(Q~=ofsL&Fc`!L6r~qTnnGo8r98<(aG*<0%aNEr!!BIyY>VV82kxhR%d>V(lN&#BId#urK_i~Pe6?>C~J!pU_lRon#&S_cXoQv;poG8FK4atc

    N)npz1~X%p6x{M(Gw!!H=!}lmO0Xr*8ewyH(Q+>oy`fxQkxJ zzzB$)%*xM4s_2(O>)T-QXhwP|&DZam#{O+47q|WKfz_ZL-MypRN~o{fE*I#6@eM?I zs%f-6{Lz6j7rB#U$%O$~TIT!j?|Ip1CpSmb=JA9qCY3-mQf|fVCxswPjok|VofUEP zW5^pTd5B;wRkyW%1a;nYHB$ef6Pv8^);`m0jv6p72iNJl+sVBqZugsq6cq_pyNREi z>GN!h6ZQ6`aOMr_2KI@j=XR@$aJj(2jcpY?>f=2kMV@di5W7Swj?ug10zRe}F1nR* ztMm6+T^)LJe^SzGgSxahQajq0h7#|8oMV0>D~*N}jl?9_X`ka42R4@rryDc3o(c$R?1*!1O9zleSOczw zYPS3~xbJ$~C(3+D7Zkrfjs_lneY^zv^kHmxt)aqZ!aeGABHZ`gvA&K`72z}ihI$Ht z9V&)wQy0g@R9irwbf!{uE&_J2l9jXz^Vj#=qA77*3Pd9OjrE_tKDHADd!AjFQv(ji zct-BMUt9()1Ox!dsI_h1(^F_U)_QJrx|%+y`zWWlD4=Nd?JQ=URh0*{fb1!o4tS(H z^r_T(8t1SAHf1oduG+X^*EC_kL(!QnXL6Hp);449yO&1xE>MXGqT)t10lzvALllX;;Q)RiJX$dm zlR8ep5-GdHmRm9?N#QCjNUA);vC03Gw6yds6^?c4;(MH>;O5xmQ2nGK3Dmk8i*v5t z-{jJsQq30%z}0`g7SN-yN`l-`@6rkJ|V|>18`MV zwUeH}DxWw&h+A+Dn|4|YNr&EfKS`Hz_NkeW3*sI5Rq-J&FzG=!{-K`n65#7O%^&f> z`PkqxyC_K)>781~7H${^Nj{`>XEa&OPqqQhySR5%w2{5+sEakXXHazJp6~LP2QKDx zpkvZrkDOa+A4BbqqX6ls&O)5-Q7`qkZ_?6~c-wQ9tseNtET;nhEOL^`*naKwcMX;R zbto&a;oTR0s;vjfj3wigUg)Sj)!OHQfZoJwAsWYI1A4ntz>X=W4s|y?tUk1r=>#Ct zf+?hq^>rQ3$KNboG$UhCdEmp{qAR13DK$f0ES7kAG~7q+g!jfVq`1b5+c62N^0%~o zKw91o@Wv;0EW*7fINAX3O~L-V{`;xB0q()#^HKZOlLrXVL*Dtw-$SUp8*_J{r( zW`6r`cz0yZQ#f0#*y+m64{bs7GP|2V$phf42rswJB?s@9qf;Bfc^pm-ZS#^5dkG{u zzv;l&B$NYcegSqAnjnPN1?17VUQbPummcWry((85IFB(pFQNGN{hhN$Fv?~l_fr?| z9=%dK(+;kZ(8=mwptjwC-ikBD$Z{l2++~*8wq5ynF<+PNlZI7ba5V#fg~L}kE;UH5 zJ;{P(`G{tNl&z5rUiH~e{I>GT8~9&*(J;Myx9z5P!db!F8RTII^I7c)HU=ss*bYB` zgwiIMZ_q>KEC$4lFm+Afvu6^$X1jm1rB*4H)-EIO5Rvz_p24?OkJ zovD4{-1KA6*oL?a;3qR7GZRB!cE5oAdA#M@{w+fGgsJ-lSmQ^-?8E&Q%tbmjd=@gZ z(}Mg*jsDf6Z)|7s%@9pc-tuw5W&zqUXjv2bVkC%-X?O3F72W4EsIl#1e>Mdz=X4k*_>VxCu_2?jjg16N*5fwC-36OW&;Sz}@jMn}hgJdEd pO;bST+>R{W-aENZYk%(=^(_R5N$LmL{Qc?!%+I4tt4z=_{|902Wu5>4 literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/smoothness/images/ui-icons_454545_256x240.png b/configuration/sources/vps-list/css/smoothness/images/ui-icons_454545_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..59bd45b907c4fd965697774ce8c5fc6b2fd9c105 GIT binary patch literal 4369 zcmd^?`8O2)_s3^p#%>toqJ#RmwV2==ic*rz7lOw=eaq=H~;_ux21)-Jpcgw zdj+hrf&W^f<%Qk9Zpqf#;jH;N^Z%VA?R|9mZ{esQd(2F=?y+!`XZ5CR?ue=UdHIfUDFM*m15I;g=VN2jw zQW9?wOhDI#+P0|`@JQoC3!pu=AzGMtYB>V&?8(2>_B5_p`1Sb1t{^|J%bZYv09RS? zQ*dcs7}$)taJ@vX0E<96P{ur)Eygr{&ALyNoMP%_94m}=qFVT)&CeG1DBBMLUSKP^ zp%%Q3$MEtKll)X*+$)3O_3x`4%cHY0uhy7U;5x^Ir}X1)mv&B%|A)@A$a>f}tP{5X z9-gkti`YyT+hk9)cZW7fAQhjT%$XLLI^&VR=qev36;`WGBOP!^&(?!sK6jSH0Dnz4 zoEMMNu}y&n=rd-GWI?rGBI8!GD*NJ$k&e5-6+~-9F^6tV<=5`FcY~t{iqRcncEU+F zkT~jww!oy(@~b~WGI8!lzjURX&IpJjFGxShOKUunP+rW$I{c|x0qM6!Gxf6n(;$D> z+QYiULqq)Fy4VDk&Mev)NyM@nvF z7O6M*A$C)kBi0HGMT_+xfQ^USTM)>*h_Rx%eSRxA%n|FuC&=F=Pz}E5uCqbcy;7j=%Qh`glqEA-jx0(a<)uKO5Fe|JLD-ndZ-vnW`G=O&^%pa}Ah(2%m?oANs{lJ`?RhrZ8n!`Q97TKw{YAw9 zD)=M{mD(~_jj`LTd%q6Veum)Cnd!7lw}(5h%ubHcg^2O`prn%u9es3C#&%TsnmSD3%3Ik^Yd@6-d%(I7kqT(B@dVX2 zIidXgd>qYT-oTZ=1sGI7^*_E9Q)1F2mooE0R zXopPnh^ci@+wz2ZDjo&Owyxh6t90Gt!u0miLxc!bue^LvHF?)O@Yf!dQUXfW$u8(f_n07^N)-vpIe;TrHv5uKm{h_v`-IN^zwWc>Lk ziGsSr89sDcdOR_wa~DjrqV&Nd*$18(vohPJ3hSzEJPF2d!u}415wrSMtS(zNa7 zbO0G4ajgKNp{`D7DO<(T?wowarQ0dIKLb<}#prQM)ytB73YNTPQgX^xoT zm>;yKSJ*c@QfD8HW`6&+mowOaA|A&~G0fO6&xwj;E3O9^Zu~ZXts~;-d%FyyeXrijORi<_S(dw_5@h&-fTY?#FJo% zQZZ1&ED%$if+n8JVM{s-ZoK@P>p@z4s`AoI6hYxE!Ie_Y)cpjZjc8@~uNMYVfy#J$ z)+sdEX7DK^{}kUAST8U6^p6#c>0Lc>T~9`0}`*2 zizaU)TFS4(u;BenUWZr?s{D)Z)rc9L5&gUvz3iSQaF#J)D)Ts{YgagdDcI1S`dtes zPqb4|h-RIkjhnpmn(Q2Je6Di5C?MkCUL)!WoKn|P#al41v#-Q8`K1$Gh64UhPQj|T zaZb%tJ}O{A?Cvl26!jeKS3OUkp5@8RDBYwh`Loxb5W<^m*R37+v}#*m-G{{ocF-#r z7!k3ZS^4Qu9sNRNZ3`laW2TqV{rsR#~gtVp6C zL0?}~gbLTv^jqtPQD@Cpq6{B6v&*Y)?tx})z=qQNB4Z_59 zpI2L)xQ`!|J8wWgs82jSw_8(;#}y7~Y^&hY9P1G)@`CGtIi*tZ%-%&;$PuG(!M%)E zQ?T#imBH8dCZxUBX^RWPwIh9LcnL3#$befQDr@UJl{=}o0){qIt52vU9X=3L_gvVW zPqp_YhhpM6XiE7Lvn-G0Wzo>0;g|$_-7|ucz~*w%bW@hr6M?~v9dT}L=>UotTj13& z?Uvt0_uOvzMq4iG6)gZqeU;W=P@EVod;}Vr7P*@=C19v;iz$4N+c5ewauTtKK5e;yIx(FQUec0 z`G)VlTUY|m2L=KusMRgMlapu#wt8MohK3=y`!J`tD6nYd%?xIZO`Q)skL)R%3Vf(P z__5Sx3h%fKF=sNdZo2p(w=_|}1M%ri7fO?8))sU1ySG;M4p4;zrr}4l0lzvA!WQ&a zrwX>%lJkv`Gr_u=K>kHOg6(AB(R3FOryElY)-vi|fRsBS<)$1;TC_?BnyScjY6>_ZD=T|bjcbjz@D6V+yfHd4SU+J*2Dh%n;$5ou zHh6R=)$>IH@%5js2KH#JkfFCVI}P>~U;|}>kk|06tA}^~B;|gJ$UvSF-l4GX43DAR z&M2mp8OgiTaK4li0|Q2qmGNYsm+Qq^JM8yfCP>5!31rjh4Mnq~+5X8+_$scfP1Fp!c zcQO*#6cfJ?ZRxn_$Se_|}Xo1oIF7s(7CllypCW@W8-y5%Bel_K*0G zd~8UWeYCWz>~^hF3ond|tQcClJ(8^9FW&&?U)a4O-pE;Y*u|FHGax>F*Kg_beOF5c z&?#xRN5Q?ckEwCnNr-${XC=w-te5%QH(6O~yxke=R!_ns))PU07Pu)CY`<>$+XicZ zCI=g^;q7NZnw=-vf;HoWLD+}`&Bph>kiqyX5jxjI1A41d$R3nahq@CHULV#9ItIwJ z0)^JGy{hB;@SD|}Zel8~2z;UjN96MR@dt;EV`9RP4X&zn8ib=n*107cICSp7z6srZ~4Qg|Vp$OB0By{IxAPaD7HGFw_HTza~wWN1A6 z3`7BZFse2a4{y#V^&;nRVcZOz*2>A?jm$%?)KawLR0cEz24qxxOOo9_2)9MrWpSg7 zPiPz+M7(zPRZ3$#11ti?uI!}bM!Dg%L#+uR+^2L2RX+QlMpL zg_DrR=GIT7C~b+^OZK)?l7*9c-78zWVbLo1oS}bItdscuF80}guwA8c^(47DfaBjV z^V@&JJHxYHqS+e7&X;ezZwsE2+t~n0?*m^(db@WnI{LgAnOqOa<8pRvo0E>*O&~J_ z&A)t2LOG)5=3$3n2_gi2Kpvgv)#LCUh2Y~ z!A&(~-8reT$sJk0=L;m~ES3k}k% zkF%gzzT(+nRU0IeUvuW8pq=8uzr&7HW>K5ZiD*8qL17AI^ zGqo>*mvIChU6+&t{A3|!W?~pi9_O$>k2d|#(Z721wcT{S1)_UFZ+}QS^KZ*u?5Y~bz z^cLI;2{$C_ZwWqM@sYMYwG+^N<^Ivq8ZOwV;7xT+WCh)I9PHC}ut;VNr?w z<@?HsG!Qg3zaV+-xQ3ldtad!U<6iGz_enGH*2akP_r)o1D&8p^5M)_c8IIj6Wy*7HJo&CBLuo~nj>(63pZzO(Vv^ZuB3 zMYigjkwA;FEy|G}1jpiMj6|NTm7Uyiw=@FDE*nX<>jR!W@9XIyf%$Fd*J5*D0Z0Lm z9}ZQxyT|x5ftNy?V>EbJz-K>bV9gs9RaXUP<^=;e?&Fqxj;6{ieR-a-@HycA1KMKhql8GOmcxwZ?_-(3hMK^^a*(gaFvBH ziIC!fgH4$W*NbKIaY&T?%&13``KbD@S-0`xQ%v3TV+B!;RC7O!+1a9QCA$H@3tR;k z)SSoR7(s4)f{zM}eWgFN{(ZH5d1O}l)f$ruT!)Q&NImXyZsTzOf9TwctcSfr+M)aJ z5otO+$jvm-P4)ykH)x|cO5xeb>?!`qGw$(>&axqLL6yoB${vsMXgL_-bz@2J_tS92 zdvZG-+vKl@K4Vr(EL{WQt@Z+Ea-hxX0}nTSZxnpi^#Kn8Ox8FgIS|hc}KJQ4tm*HO16ui{(O9} z1YN)GjiQt6fGq`Cj+^`zUf?8hk^(T{{cOQGWFP98am}is28A!5%{R#ENv8fCN!j69 zlMEK(2z?|BY=Je$XD9mB-Kkem*(d-j^9j$2#6r$Dz?s)-TCDCGCs z8>6Pvj{Y+YIeFA@qY22V$)awy@q!9A4rgk5b9TcC;s9Ig^G|6nDP+5=Fzg&?(L=vc zCbGd>fSu~@6!94td+o#d@sid!EIX$rx7*cawe6 z`dScJ+$HssdOjE)O#Ybs56vm-FQ$7yuJJD^Zqk%hMaIgAJ<2yb_MFQte_i;62ScT$ zpjifYyR_E=rQ+>H)pmlr-Udzg*-!|ssw(D7wJvC+Sf8bb9;;q8#z?0p!!bsd{wy|5 zpBaMHE-Ve>i#LLjHRaMLtp%9&(HCng7Sw96jVv!#0k%?F^K7&=T)mnYn)D9(i;4x5 z^NJTJwq~pv;kH@#ejTd*48~(J(r6j34|m`h9fEDj0im)~+%I5XphWymhT;_Zty|Q& zzjPg#-ufAHZ1M*Gccw?Kf|8Pnhtb0`!{N`Bqsa37J+>wC$!e z00k+2Egzz;rbcWoUB%Jvp8W1}$XD%e3>4y;;OZ1ccT-O#uW6Ys@C}Pa`nZrNKzR(2 z4e%3)@QI4SE&E!lW`5y14QhbepBG%_XBV-O(%5tj)@9#|;sC-MNev!zGDHk}JdpGC`iJF#8=8-P$Xoku_=Dw%Cv3{U7L>gf zRQ?<$t`cZ*MP5GQmbmx#!+*!zu>0MewRO9GFGS{b^m_fJ-N0?j@EqoFf>$khj+E|@ z7r3We&^tR^YZrxKe*d22agXqCO0l44&kqCv{u)T|(lv`~PK@DvE z{QI_TlCH5z*gR!>LO)k67{^R+vWx24U2^2ODXpwT;6y+6+$5m)_*w4WY&#do9dCeE z)>p+Ykdhq($DhmMiaYXey!@N%L26uz($aJ!QT{B^Wu}U$^9e#5)=c+XF9@Ill?ZmM zlNgHiz*9!vDc&uxOo;ZVxb`Q!Sk0*gnfxWzmbZh4(=%CD%qP?0=);n$&zaW_$UKV9 z8axdcN#AyZ{P)wj?V{P}vM)YY!>6@}^>U+iv$`9>nMTCPjN>z%yF&3yf%>+T@0vh4 zlC8Xa6zeo?%=o3}M8{aebLHcO{^1Ar8qiM=Gquf?Jo)q5`-+?sUpg?QXyEUpWSm+n z$K-UyqkIwHLquru~o(OF)hhz$Y*|X>ZIbswnxRvr~ z2=rdOGVuD|xRlpAZE<0!X1F(%Anpl^@V^D3vbM}qxe|NI;TTiZy7(IM;R69RkA>a& z6gwYE2sREzQ_LHmWqB+ogMk(fMaSFeoDq-!HkFB_nXt5+2ncFuk9BQL1I&oB1zZi) zYW{6_&-Ip1l*OVRA##1ILQS;5R{-K^0wGTiJbVSi@LA^$D$;@J>^G{6@&+%4{b3(s zC~LEHiTv(0b#zxt?YJ0r_~pUZM~mQ(??(n#>&tD%+@nq=Abj5*8R!~Ul1`G~=qFJ4 zfl|m8ZDCYgtr`4LcOpgiJYX9qRY5;DcWti~PmS$VB$E-Zt^f4)vLDOe_3XTq5^ylW zJ9PKm!V-8sAOJXnUfuFNIf0R9tK-pNs2hO04zr620}5B(Ok>yB)Of-3sP59qfQNbm zA4{w!2@cB;GbR(~szVrbO%(w=5S!X`o@o@x++wbN_tMPT0Vc)*I;Fgsbf^*g0 z2Di?HTApwKq3+YwfNsqd3iP%{hyK1iyuVZc@*0tO_3+N0#GFsz>8MjeJ2UJ%L!%hi zGYYAthH`E+ywA*u{(eJ=ia3h*%k?779rk-K<0VZAPkl;TFUbmei|$fqWO8!_zIvqt z$ly$VrlH46nnpX~X5Yk0iBJl;=WuA4>~X4-f&K0yWf42h&0b30t@NYX$7egQ1Fp!a zbui-D6cWCWV&|R1CY@G8(qOmWjWeX3eX7UggZPGimA}soOuQdXe4uZ#2>5zN>qlI0 z9xk}lE=tNpX1m6*nFr2EQ3xs79!^sCldDJYE$m(qYv3q7>}1R7?iZW7>$~*%zKaC| z=$N?ME$>#+%T&MZC`dW1wUl6Z)JgyCn~V%K&i0H|iwE%$>xsZW3tTfZxIUePci@p;cRu|d=ItIwF z1clVHy{hH?@SD|(Zfqi^0DQ1hczHN7xq85h)rzQqLHMX2^IkuK7FB!kI40s$|CY7~ zNX^{_UjN8}L%Med;|+=4RNTMozn8KT;2tb77bUPCmioh+rZBfIiM6f_P34cQ__o1G zWqQp3VL~~pE5?qODf%iiQQ3f42YF@09tQ*$4v_EKUx;t1KCPCBtgqg z@+Tn;O)a0uky_%jm+WjNB?=~VyH>V#L!*=l*@OS6SVyt_UEH&NA=?V2stHPyKkVNy z&jg<#cjros){#ji)dK z%)We0L_478=HZ8-@xnwsKrWs8)x`MB;(Y`Cmu2c-&SH(vN-F(*e`l?c%+l$|y_AJJ zhcDGnwLvN+bu;_sX|1AiePhx@u&%P$hf*xE+O=~D?_(_KGWQ!158YL-y9$*6mmPo;Rp*Dl5lm-mVM2i`h- zM@nxv590_tvMwPD_{l=b$iOm|+|S{D9&P%zeT$GgX6Akl-tfUF>tL@Ld!B&{pN39t zH>3Vhqkr}2Yul+jb7UiouWVGPNsxX7Ueba+9|~dz?d*QM$ng0DZfO0`7fAy?2yMm| zcnRzUhZ&IcwgjH9cuU!w+VStYa{p*)4IgBf|E8)sqMYtB2KH_}SfsFq(c9i(Q6S3U oBo%DI*Kv;w;*%(i9W@f3_WCF#rGn literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/css/smoothness/images/ui-icons_cd0a0a_256x240.png b/configuration/sources/vps-list/css/smoothness/images/ui-icons_cd0a0a_256x240.png new file mode 100755 index 0000000000000000000000000000000000000000..2ab019b73ec11a485fa09378f3a0e155194f6a5d GIT binary patch literal 4369 zcmd^?`8O2)_s3@pGmLE*`#M>&Z`mr_kcwz5Nh&gy7G+@45H9p05OJ)J0CH2owMSaGIN$+5!N; z<11j56?ANg=9hMl-IBGX-T8hf$N$b*H?$f4Xt&I`oABt1nR=k%#z{{*a!Axm|t}hCz zJg0Ln7;M4Zjx{$mwhMW+kWN;|j>qTx_-zNX!GzqEZRa}QF8_0yk6+=w}$QD^&hM4%OkT=uh$q9;5u~NL-I+NQyaVc|3l+iWI5~|(hA-G z08i8AMr@{uY_cWTxo^y|Qyb33mlZLvc7H2Zm~>mB7&=-1X^@|D z&0*~i?GBE&NM(Pv&Vt^zWu_bD3e|R?wTL{cSFwD^Ij9v%g=aLY@1U2Bxn#Te*{>%D zOOW-O-bfnJ7T8jd<*>8`Z2DsFQi~S$%^npJwXam5>>p zMd}QEjM)@~##n$LXpz1Hkl|2UGXi-JFFePXBWL+-5f%!S>L#KL3>Vl0w#d^21Jn<~_7q zWx^Xg1(>PsPGO&cu{S;(pRQ;=Vw2J<9NdQVWx<+g-`ia=Q@puS)75M+?u>DTa95e9 zt#1T?#a)uWC>Mia!K6>g|InPW{&Kp9$tC_3*;R_Xsz6^Eu|xW1$6j#0?XLs7^l+%O zlxddE)h^|=K(2UqS*0ECuDe0ic|H_^t*VOoTCKx0Qmn_^LyJ|b8l$Jvl3{2=3x8&7 z$1ik&YG>w#@x@y~$r`fhlUDo;yXecc6$`30m`3K8s{k8G&3RVp8n#|l6h(Xw`Axw9 z%6Y^J6k0P@4YAuSd%q7=eg)&u8EMoEmq$CWj1GY|rGQWw3ida!FHk&wCqrQh_0Bcw z!ZBS3CbxgZ+}~wzgGIQ#QId%T_TE~_qdUqxjqS#8#jPxdwO@(@-5_nSP&uT?aGYYD z6km36K9=gjUjImwO=5Hl#u85VF?r0HbW)#h^SR|s_L47Tl$&Z&Rz*ksl!t*(2O2;D z+8`6$qpLn}LchhCmv*X}moGMX5?F@juGeHQAddAn}0~r zS_0|d3*0v%Y)8+8K{ zGyoYPb|W9Grm9M4E?vb^@16ePbI4omZv+(NoZ##fLUmKlB(G_jEbtDCM*27t$v`JovAZa+%*Q5dDXF*Ftt*n!O>#ohCM4lZ)h5rdKV-3A za}2AO6@!`W>ROk5FN*>2Zza^Z%}8KT%*jBGH|rml2X1LR{wZhWx8V4>|5i}; zMnLIHn3!^)`87GYh}&Y`KMwyLbA#^pch}Z!`@P_qH&N^LS9SxpEy8mc!wFusq&Z@` zeO}<6PC@VNaII|=n(^cNUiLseig*$;NjG7;IwvfYCBN>kzv@v-V2eBQZ@oIs^)NLqMR935k|1}U;5<{s(Ebdj4r`?QtrrAPfQooq zmPs_(YTy|??+nitNIFDoR7~qLPPFFCf^_~8OUt{#!|9o*3Q{!@9ZAI$7O~piD!;WX8#v&RxNH27i59$`1{o zEYU_zE{bKEI%f3BbE0Fc;f2!4LjUlC`wgh4@R{1?O78r5t$hWKiLV{#QWWq{QZiPx zm3?x$;&DDRVt0SByRiFczw$-e)GSvpCRbzk^=E zz=(+LjEc{Ps_2(OYg=G(93!oS=IeJ|WA8STv+LgI*Oj1c-QC06N~mvJ&KKx{arGp5 zswvJ6{%BvBYo>#2$%O$~TITuh?Rr^jCpAUXh)}m74`O|aOU>w2KI`k<#efwa5=-l4Xx!o>Z9Evg`RLN5W7SQp3$@D3_hY4EV!0( ztMm6>zBcgY{RvHZ{9Ey&&)jr2B4s0qDPBUh1ITaAp&>rj3ng*B=VGXz* zs@eR<;J(XkpD6Q1U3}#FR)wlafiFMU(-=&e9(eQ`isrS-9aNwJ)7frS8RiXM4*SbC zL|4*c?h^jfYvSOpn%Z$W?C|TuZ;uy2pFWHXuGW`ZkGV&kPJsKqJJQ!NswAE!!cb2k zumi=AE$YIkm})cVlg>nn&PBjBRI*@mfhhRMsa5U8k#A!ztfiw)d7I_UyAif8$5sJ9a7WUv5!o%fL z(J7-8EQzv1YIc)BNeWkLK~m%y4vqe&q@|_ZR5;eC3-9rkf*T{_19jtuWKhdW4Bn|~ zZ-YyFLN!k)0AKg{dO)|v3K?=oy+dzb4%T1F4}JsByncB1Z(`2p@O0!E!JQelouN^* z%Q^YfQUh66D$Zx-RDZvLctsr9`_+1p#tz&4SMd@i_-8()tyg3OyhU~?Gt#-a{NKFN z0VGf+AH%@o6;-_*?$$T4QX-f_>Ny-5CV8Ccq+@>gNSeovbFr0@b}RiTcJbLx>ws&r zsvY!rR{4al#MpVKut~?&kTmF>_v3UaC!gvuxgg%5-{l{20}~&F6CUarF9N=u)BG71 zoQDlAwT+T=mfo&$Xy%4-kmW;4wuh6{{ABClybHV6L>t&k4?9_Ny8A_^?)ff#dEjhL z2RbC~cFVbz^fJ`$I0%prYc0g-9(7X3eUp}^#Mzv)Z1EsGW;qr3cY$+e2HU5d_O9L% zpbljP*1!A0PqpzNo3W&y(hD87qgweq5YQWYEkxrOuSain2-q@Z*P`x*ht-9)Fr5Ho zSTKduvc9h6`S^#$i)LgjDi3_PQ+RbaGP!!di^Y;4kB0lGo$y{if)rJIaXTbpRgO#B z1El6|18;s}$0FRjgK-7~ZwmI`_1{a`32+Y>&O_iTpm%vz6hNkjGR(#*! zpfJ2>OAQbTFba9S3j9BlRHXaG{)Zt(J<3ppA?}j+7F#{bV{M7zU)5e@~R&J_xf$+GKK~ z3{R;Y9fZGe^ifEqKL;!VMXv26=R~^TG(#*2!JKCWoo&c^$utAs#Gfq-?t!c&9TH5- zj&i5L4NWbdNs*djvsY}bC&ddUbh=iyc0;3-@Y#d^s8|Ql{ax(yenFcG#i|K%lRxy| zFys4w!@EPXp2AsbMUGc*eP|7uliAq-O6~(+MR>V(EZTd&9G+MY&gF2lZ=I8j*o`OC z`AxrmOGMeD=H_9Cq47clT|h34>-EI=%;E!my;o&wU(aKV&PymBzrV9q2uA62XS@JrjKYANZAU>;8mag#BU?Nv`+ZVhlAPV`HF_gKY_O zhbV2L`8qvR&f=@M5vH~geD+L&*L2s<)|5)clA0yt9TM{X)iWtx@wJO_!{vR#|AD6t z*OAg2&P_i8jjW5y0DdtOGcqvrCHD*1Uq_q1ZQmngPnf!2fHizH%sSX>#$2Rh!>1ur z+s(*-)abDuePc6~XNG8m@|KMXHVM#G4?~+V z1z!An!D0GD-7WqXE8ddUXLkI%u01$fTEhhy c4 + ee > d5 + Level 2: + dd > d1 + ee > e2 + */ +tr.odd.gradeA td.sorting_1 { + background-color: #c4ffc4; +} + +tr.odd.gradeA td.sorting_2 { + background-color: #d1ffd1; +} + +tr.odd.gradeA td.sorting_3 { + background-color: #d1ffd1; +} + +tr.even.gradeA td.sorting_1 { + background-color: #d5ffd5; +} + +tr.even.gradeA td.sorting_2 { + background-color: #e2ffe2; +} + +tr.even.gradeA td.sorting_3 { + background-color: #e2ffe2; +} + +tr.odd.gradeC td.sorting_1 { + background-color: #c4c4ff; +} + +tr.odd.gradeC td.sorting_2 { + background-color: #d1d1ff; +} + +tr.odd.gradeC td.sorting_3 { + background-color: #d1d1ff; +} + +tr.even.gradeC td.sorting_1 { + background-color: #d5d5ff; +} + +tr.even.gradeC td.sorting_2 { + background-color: #e2e2ff; +} + +tr.even.gradeC td.sorting_3 { + background-color: #e2e2ff; +} + +tr.odd.gradeX td.sorting_1 { + background-color: #ffc4c4; +} + +tr.odd.gradeX td.sorting_2 { + background-color: #ffd1d1; +} + +tr.odd.gradeX td.sorting_3 { + background-color: #ffd1d1; +} + +tr.even.gradeX td.sorting_1 { + background-color: #ffd5d5; +} + +tr.even.gradeX td.sorting_2 { + background-color: #ffe2e2; +} + +tr.even.gradeX td.sorting_3 { + background-color: #ffe2e2; +} + +tr.odd.gradeU td.sorting_1 { + background-color: #c4c4c4; +} + +tr.odd.gradeU td.sorting_2 { + background-color: #d1d1d1; +} + +tr.odd.gradeU td.sorting_3 { + background-color: #d1d1d1; +} + +tr.even.gradeU td.sorting_1 { + background-color: #d5d5d5; +} + +tr.even.gradeU td.sorting_2 { + background-color: #e2e2e2; +} + +tr.even.gradeU td.sorting_3 { + background-color: #e2e2e2; +} + + +/* + * Row highlighting example + */ +.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted { + background-color: #ECFFB3; +} + +.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted { + background-color: #E6FF99; +} \ No newline at end of file diff --git a/configuration/sources/vps-list/css/vps.css b/configuration/sources/vps-list/css/vps.css new file mode 100755 index 0000000..940e1a9 --- /dev/null +++ b/configuration/sources/vps-list/css/vps.css @@ -0,0 +1,679 @@ +html, body +{ + font-size: 0.9em; + background-color: #E2E2E2; + padding: 0px; + margin: 0px; +} + +body +{ + font-family: sans-serif; +} + +.wf-active body +{ + font-family: Oxygen, sans-serif; +} + +.clear +{ + clear: both; +} + +th, td +{ + /*padding: 3px 8px;*/ +} + +th.icon +{ + width: 85px; +} + +th.icon, td.icon +{ + text-align: center; +} + +td.cpu +{ + font-size: 0.95em; + font-weight: bold; +} + +td.bandwidth +{ + width: 100px; +} + +td.provider +{ + width: 130px; +} + +td.guaranteed, td.burst, td.backup, td.diskspace, td.traffic, td.price, td.platform +{ + width: 90px; +} + +td +{ + height: 17px !important; + padding: 3px 10px !important; +} + +th +{ + /*height: 34px;*/ +} + +#vpslist_paginate a +{ + padding: 2px 4px; + line-height: 16px; +} + +.ui-icon-triangle-1-n +{ + margin-right: 0px; +} + +.DataTables_sort_icon +{ + float: right; +} + +table.dataTable thead th +{ + padding: 3px 4px 3px 4px; +} + +table, th, tr, td +{ + border-spacing: 0px !important; +} + +table +{ + border-width: 0px; + margin: 0px; +} + +.filter_slider +{ + width: 200px; + margin: 3px 15px; + float: left; +} + + +.filter label +{ + font-weight: bold; + margin-top: 2px; +} + +.filter_value +{ + margin-top: 2px; + /*font-weight: bold;*/ + color: #000248; + float: left; +} + +.filter +{ + padding: 6px; + margin: 7px; + float: left; + font-size: 12px; +} + +.wide +{ + float: left; + width: auto; + margin: 7px; +} + +.filter_select +{ + margin-top: 4px; +} + +#sort_list, #sort_dir +{ + float: left; +} + +/* Generic CPHP FormBuilder styles start here */ + + .cphp_fbd_form + { + display: table; + border-collapse: separate; + } + + .cphp_fbd_row + { + display: table-row; + } + + .cphp_fbd_label, .cphp_fbd_field + { + display: table-cell; + } + +/* Generic CPHP FormBuilder styles end here */ + +.cphp_fbd_form +{ + border-spacing: 4px 7px; + width: 100%; +} + + +.cphp_fbd_label, .cphp_fbd_field +{ + padding: 3px; +} + +.cphp_fbd_label +{ + text-align: right; + font-size: 15px; + padding: 1px; + padding-top: 5px; + vertical-align: top; + font-weight: bold; +} + +.cphp_fbd_note +{ + font-size: 11px; + font-weight: normal; +} + +.cphp_fbd_field +{ + width: 70%; + text-align: left; + padding-left: 7px; +} + +.cphp_fbd_form input, .cphp_fbd_form select, .cphp_fbd_form textarea +{ + border: 1px solid #616161; + padding: 4px; + width: 90%; + box-sizing: border-box; + font-family: 'Open Sans', sans-serif; + font-size: 19px; +} + +.cphp_fbd_cblabel +{ + margin-top: 3px; + margin-bottom: 5px; +} + +.cphp_fbd_cblabel input +{ + width: auto; + margin-right: 5px; +} + +.cphp_fbd_form button +{ + font-size: 15px; + border: 1px solid black; + padding: 5px 10px; + background-color: #E5E5E5; +} + +.cphp_fbd_form button:hover +{ + background-color: #FAFAFA; +} + +.cphp_fbd_form textarea +{ + height: 80px; +} + +.cphp_fbd_fieldset +{ + margin: 5px 0px; +} + +/* ErrorHandler styles start here */ + + .errorhandler + { + margin: 10px 0px; + padding: 8px 10px; + padding-left: 46px; + background-position: 8px 6px; + background-repeat: no-repeat; + min-height: 24px; + } + + .errorhandler .error-title + { + font-weight: bold; + font-size: 120%; + } + + .errorhandler.error-error + { + background-color: #FCCBC9; + border: 1px solid red; + background-image: url(images/errorhandler_error.png); + } + + .errorhandler.error-info + { + background-color: #C9F6FC; + border: 1px solid blue; + background-image: url(images/errorhandler_info.png); + } + + .errorhandler.error-warning + { + background-color: #FBFCC9; + border: 1px solid #C5BA00; + background-image: url(images/errorhandler_warning.png); + } + + .errorhandler.error-success + { + background-color: #DEFCC9; + border: 1px solid #4CC500; + background-image: url(images/errorhandler_success.png); + } + + .errorhandler ul + { + margin: 0px; + padding-left: 24px; + } + + .errorhandler li + { + + } +/* ErrorHandler styles end here */ + +td a +{ + color: black; +} + +td a:hover +{ + color: #00036F; +} + +.notice-header +{ + padding: 9px; + background-color: #92D7FF; + border-bottom: 1px solid #006EB0; + position: absolute; + left: 0px; + right: 0px; + top: 49px; + height: 20px; +} + +.notice +{ + padding: 6px; + background-color: #B8E5FF; + border: 1px solid #0082D0; + margin: 3px 0px; +} + +.warning +{ + padding: 6px; + background-color: #FEFFB8; + border: 1px solid #ABA901; + margin: 3px 0px; +} + +.main +{ + position: absolute; + left: 0px; + right: 0px; + bottom: 0px; + top: 88px; + background: -moz-linear-gradient(top, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.32)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 100%); /* IE10+ */ + background: linear-gradient(top, rgba(0,0,0,0.32) 0%,rgba(0,0,0,0) 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */ +} + +.header +{ + color: white; + background: #45484d; /* Old browsers */ + background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */ + background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ + position: absolute; + top: 0px; + left: 0px; + right: 0px; + height: 49px; +} + +#table_main +{ + position: absolute; + left: 0px; + top: 0px; + bottom: 0px; + right: 270px; + background-color: silver; + overflow-x: scroll; + overflow-y: hidden; +} + +#table_sidebar +{ + position: absolute; + right: 0px; + bottom: 0px; + top: 0px; + width: 270px; + background: rgb(32,33,35); /* Old browsers */ + background: -moz-linear-gradient(left, rgba(32,33,35,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(32,33,35,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(left, rgba(32,33,35,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(left, rgba(32,33,35,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(left, rgba(32,33,35,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */ + background: linear-gradient(left, rgba(32,33,35,1) 0%,rgba(0,0,0,1) 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202123', endColorstr='#000000',GradientType=1 ); /* IE6-9 */ + color: white; +} + +.header h1 +{ + font-size: 28px; + margin: 0px; + padding: 8px 13px; + float: left; +} + +.header .button +{ + height: 19px; + display: block; + float: left; + padding: 15px 16px; + text-decoration: none; + font-weight: bold; + color: white; + font-size: 15px; +} + +.header .button:hover +{ + background-color: #484B51; +} + +.main +{ + padding: 0px 14px; +} + +.donate +{ + margin: 12px; + padding: 11px; + border: 2px dashed #767676; + background-color: #EFEFEF; + font-size: 15px; +} + +.donate h2 +{ + margin: 3px 0px; +} + +.donate h3 +{ + margin: 12px 0px 3px 0px; +} + +.donate p +{ + margin: 5px 0px; +} + +.flattr +{ + float: right; + margin-top: 13px; + margin-right: 9px; +} + +.top-notices .notice +{ + border-bottom: none; + margin-bottom: 0px; +} + +.top-notices .warning +{ + border-top: none; + margin-top: 0px; +} + +#list +{ + width: 100%; +} + +.row-even td +{ + background-color: #E6E6E6; +} + +.row-odd td +{ + background-color: #CFCFCF; +} + +.data +{ + display: none; +} + +th +{ + background: #45484d; /* Old browsers */ + background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */ + background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ + color: white; +} + +tbody tr +{ + height: 26px; + max-height: 26px; +} + +tbody td +{ + overflow: hidden; + max-height: 17px; + white-space: nowrap; +} + +.info +{ + overflow: hidden; +} + +#pagination +{ + position: absolute; + bottom: 10px; + left: 10px; + right: 10px; + border: 1px solid white; +} + +#pagination .left, #pagination .right +{ + font-size: 36px; + color: white; + text-decoration: none; + padding: 2px 7px; +} + +#pagination .left:hover, #pagination .right:hover +{ + background-color: #2F3135; +} + +#pagination .left +{ + float: left; +} + +#pagination .right +{ + float: right; +} + +th +{ + padding: 6px 9px; + text-align: left; + cursor: pointer; +} + +th .rotate +{ + /*-webkit-transform: rotate(-18deg); + -moz-transform: rotate(-18deg); + transform: rotate(-18deg); */ + display: inline-block; +} + +th:hover +{ + background: rgb(104,104,104); /* Old browsers */ +background: -moz-linear-gradient(top, rgba(104,104,104,1) 0%, rgba(22,22,22,1) 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(104,104,104,1)), color-stop(100%,rgba(22,22,22,1))); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, rgba(104,104,104,1) 0%,rgba(22,22,22,1) 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, rgba(104,104,104,1) 0%,rgba(22,22,22,1) 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, rgba(104,104,104,1) 0%,rgba(22,22,22,1) 100%); /* IE10+ */ +background: linear-gradient(top, rgba(104,104,104,1) 0%,rgba(22,22,22,1) 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#161616',GradientType=0 ); /* IE6-9 */ +} + +#list +{ + width: 1400px; +} + +#sorting_arrow_down, #sorting_arrow_up +{ + display: none; +} + +.row-provider { width: 110px; } +.row-plan { min-width: 250px; } +.row-platform { width: 110px; } +.row-price { width: 120px; } +.row-guaranteed { width: 90px; } +.row-burstable { width: 90px; } +.row-cpu { width: 50px; } +.row-disk { width: 90px; } +.row-traffic { width: 90px; } +.row-bandwidth { width: 100px; } +.row-ipv4 { width: 50px; } +.row-ipv6 { width: 50px; } +.row-irc { width: 50px; } +.row-dns { width: 70px; } +.row-overage { width: 80px; } +.row-backup { width: 80px; } + +/*.inside-plan { min-width: 250px; }*/ + +.stretch +{ + width: 1400px; + height: 1px; +} + +.row-ipv4, .row-ipv6, .row-irc, .row-dns, .row-overage, .row-cpu +{ + text-align: center; + font-weight: bold; +} + +#list +{ + table-layout: fixed; +} + +.loading +{ + color: white; + background-color: black; + font-size: 42px; + padding-top: 150px; + text-align: center; + position: absolute; + left: 0px; + right: 0px; + top: 0px; + bottom: 0px; + z-index: 0; +} + +#pagination +{ + text-align: center; + font-size: 36px; +} + +#pagecounter +{ + margin-top: 3px; +} + +#filterbar +{ + position: absolute; + top: 0px; + left: 0px; + right: 0px; + bottom: 80px; + overflow-y: auto; + overflow-x: hidden; +} + +.filtered-hidden +{ + display: none !important; +} diff --git a/configuration/sources/vps-list/images/Sorting icons.psd b/configuration/sources/vps-list/images/Sorting icons.psd new file mode 100644 index 0000000000000000000000000000000000000000..53b2e06850767cb57c52b316f0b845b1a8e0ca0e GIT binary patch literal 27490 zcmeG^33yY*)^oGAX}T}$5K3uTx@2jaq_m}N($WHj(w42FkS4cnARAd|!3_{mfhUTH zY|1K#_&`w>abZmhao`qBLJ(pzsNq?Pf|62BSCWcgaLqBHCE&EOUv}>Xi$*(!wu`FiTD>VJ z{+AE7#EbO0ocN&`rQ%YHimuZaPq5Mz69!ajCydc5b@9D(1=$T*4MvNRwrfNUMuW+g z)sPdf(V461EPydOEnY-e>|=7`WvP->Ns2@wjn5T`M51h~t|qHoUF4F4R8D-I-EPTB zORKN1Ppy}wnys~I5~Wg^CYGj2r76IXVjFL=YZ_8awl0hkw;nZZ(^~ZwyWVUPVZEAa zv%{VfACEKgTuc#lT2DR}ht)uG(P`6Y18t;Dc3T=0GR>nLWV3bJtQxb`sIlj2EEa=a ztHHUXjWg*|NmWxVb!NNSR%fGR{uJrSU2qsXEr$0{>^FZqQgf#WvYoIcv?v zG$25c#lA%bWR}WGYwTugrP*xA&BtvbDsvZ9q^gjLhU!f^bGI#2 zx!pT4Hfx|&50)W)DOZx6b{o#C;)FJ=oVJ+_4&3*0B$)~ zF$4*~fLF+prOM1?nOKr6lPDl4lQX0cWKzI^9=R9-@XB#I1LzQB=`v}rf^>;GQ!SAw z)Y8n1LTRB?kzbUNAum)aRbsg$-)&)^lDUfgmyJ<$gZ?glfGM~80mf#P=^JRnFtr}~ zi4C`{M46p-M}n7;o9V;vCg??IDX20V%+?Bc+R@nYh%PTwOKu;F$ubq0>B;G0Wu}JT!^AScXGj>H^kgh0Co!}rv=(3>228plLrh|5O@N^-A%@nM%fL5q4Ezu) zajXDNh;d#r@Dv>5Tx8%uI0jjWi7fa}x+EQ_IEK@OP-$z z*2q+*H+%AKvYtw%9JQGGgG9g;Kq04yQ7|By$z-Xl#URGqDo{%8e~E?WP!UC(Ew}Fc$bb}2q$QFIthf3 zj$(9lAZdI~lu3tr(ha0sZ9M6Yqz;!zI+(-|xwHsK8cv;Jo+Rc}slamzl|>{k6P{v} zR#O8M1H?R+6oXkZZ@vd3C910+cJpKqOiD9`=)4AL1T}_w-RWYV#pF9toX&rThVv#S zL(qzBl49YU5Mu`d60DejTnb-|eQ^zNt?&umFv1f=FxX~*W92cy)f%{M5o&Iowm8YU z0uh#S$zYtxVKBfApYaW<*4XF)8Y5jOPZp!{+B!EKr+GFw4olmH82Z~FMfv2z zB{V=sLEw`_iP}pyzt(DYSbR`CvsDjgk7<*`2r|OL3alN@2?7q%p&EzX+=n*NRyc~P z0|crZZ=qex0)`o5Fr~y;D}vjDu0I>j54#NSGA?c!Ured3*4;P^4^LyTS88f~xWcqF z$k7e<5?gU)Y5!_Cvx}L7+-M)>;5xH)LcT#?>$X%lQ~6>y8YKBTx<=zL*Z~Y4M_cW8 zU?1W}`?7~r*OK!|UdD}N^cVE;5I_VCFq^QggY9O^K!@E%yB!151O{-V+pxlFvmG4j zHhc&)aa{{`(p$P=T}TLl>V1*GOuq^z=wcuh_t%@uEa)3Xlii9>MGYHXCF1Xco*E4O z4*XoBwOL9lig4dRaAHb?k4`a~NDNlKa+K*AU#1k7i9}ws`vD`h7AqK;Dg$Pj4i2FM zJOyAwz1@QGxYRM#V=&CZJub!y1q8S?hHDu(neZ@h9)@*B6Zkg^m)W8->M*<$;Ah7< zu-~)$13Yz{o~{S@Fu(~0hfxnO9v@?jvNSje{dzx|0lFc~tQW#s|S;T&!8CN|Ip^Z-?)cTudT*6|6 z!lxj#VZT>>;;_GXeUU&uJ^8qT-sE%e&`ZO=DCVUBgN$DT z5WV~siW!-TBKF51_Ro6|CprYNN4y3U%F}NBgNGp8^M-ah!}vYGKqs+J#F`07mQ7Ed z3P@F6DbhNu;}{kWzH#Ac9*$yA8`KeXLETUak|H_kh4N4#>Wc=#jB7Z01m;+E$OzBY zdh{5Ygr=hD=mqpLnvWKtPbl{1(iz`QvIoNYB)8Ds-;YngL;g5ikeQ%qUKXes8!TE)ce#nYBzO| z`kFdHouhuEZm`%aAuEQ}ftAQgV<}kqtbVLY*2An?)>zgA))dzBthubEthZPjSld`% zu#T`ASwFEZvk^Ol9mnp>PGKw9D)vBj6}yIQWk125#-77o%3j0X%-+TRlHJHY&%Vy# zaiTdQP70?NrL)6<_+hK<~_=r!F!drmbaC6kavoAna}69;rHa{ z@CWiWd^>+Ce;)rW{ucfr{%QWTppc+WLDHb2psFBK(Bz;wL2m|q9CRq?Owi5Xh~Tcl zS-}H?b;09m|v zT3B>gYFJ5_F6_y$1z{V)4uxF^4-W4do*({5_=NB|;qQj;4?iCf9FZ8IiqJ$n5wRfR z{fJ``mm{MiC6NOojgd1V-;CTHc{Yk4l^9hRrHh&pwJd5!)TwB8beCvVv^M&w=;hI$ zM4yh~#U#a)#Eg!a9`pB@eK8kfqhixzhr~9-E{OdowlR(!ml#(PXNa2_w=V8z+>KTp zTIIK*TRqomO{+t#uC{L1IwmsSoYFpp- zwYHzMJ>M>-U9Wc9cGKFeYxhliR{I|9%iBNNep&lH?Jsxe*r87cONV(Kc62!3F|K1? z$I%^Ucl@~HxlYlYay#ie&F-|N(~qK9QNG9^nk(8Vy4bmW=i<(e&PzJ)>wGglDSmML zbysvB)BV-%2YRr2Wb~-(v7pEPo~)jkJ@q|b z?RhYn3&+Jx$xD-ur3h2xaze#&YwbBLB!?I9Wk?cv?CfTp)J=5v**V4brh|Va@cqU_e#vhsTOl#(v z%yaSt`6&59`7uR|qD(PE@tKmVEKokF{7`v4D>KWUwJz(IUMaoC^m?<`+3cijI(vEc zshs#6P0o^>##~YEsNBW5jlDbf*7RQ5`($31JYC+3yfgXT^GD~um4Bf?TwpC&UvO2G zrFvYoRn1oSQBPCvD~u`}TsXh*`=a=w+M?A(7yD%Nd9=^gVs3H2;unjLm2@c4maHnd z*jL{7@xD9z3Hw#_o8Rwb{~rCV{Wq7gO8b_+RC;_s*8!#h8wa9+B?Dg?_+432+1RoV z2Jr@!4O%ehhjK~zW97RlqANyLyjgLjvY>Ki<+p>o4R#FPJ|uj|h#{+nTpg+&I%{a- zu(V;15Bp+x+u{1*o2vL#L#kF(U4E$Wp_d;zJtAYo)DcG?PI|cE;oXn4eZ=s{M&sbAKm^~=f@^JcH;5;$Co@oJyHF{_9weMIpxXI6Z=ejW0GLfm`Qsl zizm;T{QFZwpV~a7!<30rPCeb{>D5!irdp>Sd#2Yji=O2?tABRibF$~=J$GxGZrbP5 z#nb0ZZzc}?@{<{w#5uwd=N_6wg|c=c7?tA}38 zdu`344vVHQy0KWl_^Ty-mTXv>xOC1k-m-Daepo(a`L5R$udiCscE$7+f2=gEY<#2q zjh(CHt5&_){>_=IS*snZ&%HI`tpk5o|9#V%lr>A%#;u+HHhSCf_K)w3dgti6e(Scs zt9WOyMABhz76~3`!^j>9@u;^`{2iidLP>MrTWWH50@PN z;>ds_2agUu`qi-!#~Q!VeRcM0!`HulGwz$4-%dQvJwENbi0|fn-~Rih|LFdYwT+pL zADvL2*mJVtBn>iliSr8bvV{+|B(_RD3LzrSLz3LFJ6o2mN4AYC^l4%!{zaVf(0Q|OCqdn zvE9T7L~$rKi^Jmbc|lyZPzJyH2TPGh> z@w?8dxOn1Mtt}&N>AI&9)h|`*3b!w_XSO;t_$2+?yHj?2={R+%C~5Zcr{8;d=iz_; z{`&e)j-0+cq-NaIIV(1Ndh~}Y@;*ar>z{dL<;Gpd&RmT|EEbfOL(0VGaWhB}I!mHB zP=c}X(Ol`I7h`Y%Z;t1XrYhP2s ztdj1|1D6NKJ>K#7qGh{!p0>}bxLn@vbmgoH=hwssJA=<4SkZwt!L1RF@{taiQ8g^^ zh+yJd2e2K2jX)OQi2f4}5mKQFnA&2eCOO0dh^W-kQq%*0AjGGl$hs0VG~nC9ycn}0 zR86(>z@w>dE*@}tN&@fN2(^b`rKAMLJ?Z&p^kjtz%Pxm-012ADK?qh0UH5x@kqqI_ zjAe->SrWNO?D|d^s6gz+RCC!Dvpo8v7qgpT%m^2cf+;WDDOd&Yst47vxgJ!acRg5? zTL+cOYSvAZK?FUU*n!-!<-!+ZQqU-)8Nb`R^1>)sdw~Gzyf04*13GUCz=Vj`Eis$2{(pe4OO#ZG{aQtsSpL<1{L@+f}|gm=A3Ya%k{~hDTdeU=X?Y z6Ub=R$7=FPm+O4#l~$9@z1SV1(dkNEpK)~K1bEHAoYpzCw7VRUcrDCYiAxTvQg*A^ z;8Uo`=8CzuP zHNYC5&Rtuf$y}-8)ts3J{n(R_|@1^|*%0cEDOK|y6iV-$h;NINZIj)^R z>;Qb&&%qy1^i+UIF2#Z<$Y@K4-2%iRxMc))&8RWyOUjGNA$1<(^G#|zUhIL;oP+mX zBg!wTaJL*$QDiMK-Er^FEkzs?xX8X={*S8?uox(D_dnkqL$?%eP*h~|*&2krt?r#j zOa^+9)txu4vRiw9mB+h)3)ib0{2Ra^EQK#(gXIKlZ>+Jx&IuVGyz1;4OHue)7zPeI zZxUW6!lP+4o}|Hj072p1eGKCoPb@xO}Z42v7m+^=r`>R0}K6X5@f9e;wf&uh#(`TaAm;T0=FiF9#P3r}d^9{1!{B ziqm6EW8B?_$-`!;@unNJ2E2RhW3QS9s|9e_MlCPA3y$9s@HTIl%QAflQ#`Q@ykSBr z9_Q?38L%w5?%Og#wYlCTqD^?*$JNF9T-L$w9zvuBo796%MC9KP8hA-E0Myb#d@T1M zEtDs9I)B@La_OKQW1AEK>QKpX=O%)i%s-SL|MQ79DhlmUUi#Rl<;h_aP zx97r~Mu$O!s4X5GGYslJsCegLSRi7KabUa(u>JX#DAg}Z*|Y? zVD0*Teixkg^MhgVe?=Q=Afvt0S;ad+pdAQRVW3G2?Y#qlIe3s0H#sl0!vLD|DR zqISayHM#Ko5I<~N*zDR2-`^cLUb^PWc!->AWwHKYd0TAcPzPY=)!HkCK$=U231X{2~oTgP@Nq&5v<}={o$mV#5d6m7{_io(VQCqambK- Y16@Zf7?Q8!JB-NJ(KYBs*Ff|C0Zg4MIsgCw literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/images/back_disabled.png b/configuration/sources/vps-list/images/back_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..881de7976ff98955e2a5487dca66e618a0655f3d GIT binary patch literal 1361 zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQ$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWuD@%u1Od5hW46K32*3xq68pHF_1f1wh>l3^w)^1&PVosU-?Y zsp*+{wo31J?^jaDOtDo8H}y5}EpSfF$n>ZxN)4{^3rViZPPR-@vbR&PsjvbXkegbP zs8ErclUHn2VXFi-*9yo63F|80+w{G(j&jGsVin+1c5}%-r12$=KP@(AChw*vQht)WY1&)XmVs z#Kj1v*Cju>G&eP`1g19yq1OVZUQklVEdbi=l3J8mmYU*Ll%J~r_OewbZnv1?G!Lpb z1-DzwaO%|uIz}H9u}BdO69T3l5EGtkfgE_kPt60S_99@i-f{BMZ3YI$qn<8~Ar-gQ zOt$tu93XPMc=CmoA1oW4o1+WYIB!k3r72K4*@xA>;l+b1ClB@qaOE!8@r8RwiN1wc zl+_Cb3(lEQAv#$bmh>Mfe(I7Woy4{G!}EFf?)^FUc%F02^;EH~5owLt3k}+qS-P)U z616t%^wT0PX2liq$807FHoQ4d$0`5rkQ{U2Kkgclu0)Awnd5T>ob((vrABTq*u(RS z>E?oy`!@uw+@i*D$dKV&#I(EL&;9;u$GTQAMM5faVZejQCzo(NvvlZ75dZt%IYnd( z*RL;GX3W}R-P)5>-Zsu`&nUT&Ho^GzHq{#}Ya$hT91>M0@O`!9^}b&yQ@87fac$Vj zkb72h`!2pMTYunpu!r@;1)uFRXDvHO zu{mw?PmW#JOy1f}J}ILj)G2cQ^TrhhTtyr5@7eCYm=Uoy?6qTPsOnt5?2i>S(pg>~ z>M~M93=YlxcD}*xKl_@hz5j0IZGT@9Yu_^8_RN8=&YkAdFR(fGAAWd4CvkG#0^hlN z8>(g;?I=2=cEEAHaL+WiOvRp~fl`n5dTf5V)bNv|ZcjyzLHRnz@2)SdPWo#3tF@Nf ZfT6u;&2Oo-XD5RSIZszVmvv4FO#nm}^+Nyv literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/images/back_enabled.png b/configuration/sources/vps-list/images/back_enabled.png new file mode 100644 index 0000000000000000000000000000000000000000..c608682b04a6d9b8002602450c8ef7e80ebba099 GIT binary patch literal 1379 zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQ$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWuD@%u1Od5hW46K32*3xq68pHF_1f1wh>l3^w)^1&PVosU-?Y zsp*+{wo31J?^jaDOtDo8H}y5}EpSfF$n>ZxN)4{^3rViZPPR-@vbR&PsjvbXkegbP zs8ErclUHn2VXFi-*9yo63F|80+w{G(j&jGsVin+1c5}%-q<}$=KP@(AChw*vQht)WY1&)XmVs z#Kj1v*Cju>G&eP`1g19yq1ObbUQklVEdbi=l3J8mmYU*Ll%J~r_Oewb7Ppv~yBe68 zyO`lL52`l>w_A*G>eUB2MjsThND&Pa0;V1i6P|2=9C*S{%>$EaktaVzQ1|Nr*PTN#9zMHxeRlNl-}v#d8N^Zk>0_uB7B{#OES8f>#2yG~0qw!L6p zdFucF|1%kW<~W?`S<}!e5q#_SzEeiVo81hJjGh}A8F|(J{8J?#FoV5gKjTM#g@4`` zHat7G{ZGytn}0n$K9W8@XQml^^p~IC#Pg_K>J#_+(?*}aZPd`ZZNa#A3a7~tW{o3_ zI{&|(mY(2PV%myRe9%s|Nr;*;U>8s5-)SkmAo$(Keu+yr%y+}MlE>zy+BR9?SIdWBY}H< zKKU5g_O$y^9OKN@zGsEyW<{&Edwac(+`RcS*M!N;4lBR&3)I`!79H%>{JYJ#JU4sR zw=W-e8rT2-_sjK!ftX42KgY{w-6eiM*mqC=xu5>dtj80wm*z`6(^6Ws=-8Pfr#M2- zH|Sq%;`zb5)KTvzU)R6$^W*Do?c4e6>`&v<`V~L7?ymp$=Mn1__Wu)kQ(K;TCm0xpn=Pl3^w)^1&PVosU-?Y zsp*+{wo31J?^jaDOtDo8H}y5}EpSfF$n>ZxN)4{^3rViZPPR-@vbR&PsjvbXkegbP zs8ErclUHn2VXFi-*9yo63F|80+w{G(j&jGsVi#&A{2f&C=D-$=KD<(AChw*vQht)WY1&)XmVs z#Kj1v*Cju>G&eP`1g19yq1O$kUQklVEdbi=l3J8mmYU*Ll%J~r_OewbZnrq&G!Lpb z1-DyVaO%|uIz}H9u}BdO69T3l5EGtkfgE_kPt60S_99@io@8}5n}LDxvZsq#&7*Qma&&|D2p_oRXCd37) zY)8(V;EL!lR8{!YrXwuuEuySktariS<$U}5@0hthGki2x_{Vvqo>S_XblJrDt*y7` zPn>AToH0Sw=g;r$;tI__7PkF4^xDY!x~Ps)lA51GcnTBmM+UA!h136k{gg`)kQbFq_VoBPIz)-gPOY!2f65f}=7PcDED2?Ugq;l&g-#qfGNQQhO_+II&v(YRhj*tM|Nr;*pX&(& zF_Y$hj+f86OZ@)!^=7=>-T3-YSLKUdZuf3aZ4YHF;C{AO_%40X!?e|-Fvdj7ri>D1+zvG8V_^em6og*g*a z*EjxPy&}Hf@!5mZjQ6qphxS*AM*weY}F;x;`B~@Mg`jC-vo5%k$%{OoKy1zkdA+(K2o3 zEDKGQQ~gcX+N!TtEj1|9e2tL(rheJva*5dKY#gZsIRxM zB;!h75Wi?9l5?>z>S-`t`=OAFp5C?(007k>qM(bnVuyja#;c*qL9N z(Q%=@`f7d2?T&^wySIHjy#MKh?rZrO7i!Bt-@f(!@WDrwB`uD&)%Eqcd3o(gVV7ri zp6ji@(BF7(+uE0x&)(R!?s#YIg_7JW1=-KHZv1@s(DSxD9<^am-%+f#!uU}z9=j>5*%b{WE2`20#tutPWS1# zz4s39d~xOMwaqJzOl{rMU%#oo=xj&xyY1WF&71o?Hs-LOkAD^4SRbV?yXz(e#efNwKXpT1J^s+yE;1`KXoe5&f?1A$tYso}un=1c3AzCL>B&D=RpqN3i1hL&lnclP!D`u*G0#bsJv!oAH) z-rc|T`^Wdkrw?7(xb)_p%`Y#WdAn`Pvz+W#0Rbo6-Ha3zp1gPgjDkZ)k6Gz!@9D0( zG^hL4?)Be4zWep#`{$>RUhUoaq@wgyfd9*oU{6tz+SXQhl3284sj;T&{L=I*bGxt4 z@4vfX%A<*$FN^a&MMa!l3^w)^1&PVosU-?Y zsp*+{wo31J?^jaDOtDo8H}y5}EpSfF$n>ZxN)4{^3rViZPPR-@vbR&PsjvbXkegbP zs8ErclUHn2VXFi-*9yo63F|80+w{G(j&jGsVin+1c5}%-qS)$=KP@(AChw*vQht)WY1&)XmVs z#Kj1v*Cju>G&eP`1g19yq1PFwUQklVEdbi=l3J8mmYU*Ll%J~r_OewbZns$CG!Lpb z1-Dxqaq86vIz}H9u}BdO69T3l5EGtkfgE_kPt60S_99@ies{+CJ_7^eaZeY=kcwMt zrucd@1&XviUp=W&hC_Vigxz9qe=+JQiRZ>#-OmxVbJNmo0?O0%xE7^$7hDVzS=7nq zBvt-aWrpIMi;ByGX0JatRXb+C`iBGE*Nwm1%=tcVr*ri@cU^6Xtj>)g66P@%1db+s zWSF+QYf((v=9^+`Y}d3l_I1DM*_La4%-~FX zOD#3=6_)Nj)~$1T^@J$qollO4A6gI{9eUN=bCTSutFMe5M0p+_TYIkc<*t8mtFJEc zTKXwVqK$2(et`HF?-Em4wsukSTsY4VW0ic bdL|wQU%!)=<|i%z6_yO1u6{1-oD!M<;V$ow literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/images/forward_enabled.png b/configuration/sources/vps-list/images/forward_enabled.png new file mode 100644 index 0000000000000000000000000000000000000000..a4e6b5384b8454ee7f44a8f7c75b0321b7eeb9b1 GIT binary patch literal 1380 zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQ$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWuD@%u1Od5hW46K32*3xq68pHF_1f1wh>l3^w)^1&PVosU-?Y zsp*+{wo31J?^jaDOtDo8H}y5}EpSfF$n>ZxN)4{^3rViZPPR-@vbR&PsjvbXkegbP zs8ErclUHn2VXFi-*9yo63F|80+w{G(j&jGsVip+||I$+{MJu$=KP@(AChw*vQht)WY1&)XmVs z#Kj1v*Cju>G&eP`1g19yq1P0rUQklVEdbi=l3J8mmYU*Ll%J~r_OewbZnqfWG!Lpb z1-Dy_aq86vIz}H9u}BdO69T3l5EGtkfgE_kPt60S_99@iW_)h2mVtrshNp{TNX4zB zKmY&RGjC-OW)@`(g)dh`10)R-NpU#bM1=1eo8Z2AYd)<-?^`_sqOFY@6XS7KM&8JXTA5$g^A9S z{TX;`xlCJF@2;-kt^WS)-(qj^YjbRh3Qo21zn9<7##PJs=)J=q?vtT6c$tqWSn$;S z{q^hJt*2*?^Szy4@bTi|;PVYm@{K=qh5oS|v0uoRWd7#=|NZ;-*VL7!+I+Ui=RzOdW2D@cF)|8@0kar@euUy>OYxL3%Wh|X{LVLRn7b4UH-Q)xXL zlsIOXI?k$WjNtJ4&-&^N(`qv`*KNBfVYRHPjKr+8GT t=fC*;><^O18kWptJjt-AJE?(znPJ1m)BPofdH;jTJx^CZmvv4FO#l_Q2A%)_ literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/images/forward_enabled_hover.png b/configuration/sources/vps-list/images/forward_enabled_hover.png new file mode 100644 index 0000000000000000000000000000000000000000..fc46c5ebf0524b72a509fe2d7c1bc74995cb8a9d GIT binary patch literal 1379 zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQ$r9IylHmNblJdl&R0hYC{G?O` z&)mfH)S%SFl*+=BsWuD@%u1Od5hW46K32*3xq68pHF_1f1wh>l3^w)^1&PVosU-?Y zsp*+{wo31J?^jaDOtDo8H}y5}EpSfF$n>ZxN)4{^3rViZPPR-@vbR&PsjvbXkegbP zs8ErclUHn2VXFi-*9yo63F|80+w{G(j&jGsVi#&A{2f&C=1($=KD<(AChw*vQht)WY1&)XmVs z#Kj1v*Cju>G&eP`1g19yq1OqgUQklVEdbi=l3J8mmYU*Ll%J~r_OewbZns$AG!Lpb z1-Dx)aq86vIz}H9u}BdO69T3l5EGtkfgE_kPt60S_99@imN7BvVqjpr?&;zfQgJKk z&;S4S%v%{AKQQkRwI?VL9s)YsRaG&b6_ zgRo<91_J$Y%O?`e|&#$ZtS+eXp_f= zjUUrLb7!pi%4at>{rxttxB!poqO-MU1}Hz4_scgh+`O`|pzGU*Ppd<;SGk>1td!-8 z=;-~nzrMci*RP)sFMiM0pIiAYgm$R?>m2vx|wYgZ#kAH7}W-quPuJDiV$o>g2t#=I)c$y9~%y7A9 zTfgc1jk&Lj_4ZX)f0PV(p)9c9_0ar=AL>^e-n9Mw|Nr~<^YZ!qF*`48{dsWi)b|VZ zD%w*xPFz?Y(EM+~bAgn@|LT8!dGP4_dwn}*-YUka%$2Ws1@^aZs%Q9^A9It(GQY{> zGt)+aDgU^S%wM?fC!gsP`E`4^jM#4)q-B&8J6^t!zrwrDf%l)k#^S|Oq%QdIe*R^@ tLh*lxrsW37V+~Wv{w==9!pqEIz%cpgo%)U5J^Y|z&(qb2Z8_q literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/images/icons/dedicated.png b/configuration/sources/vps-list/images/icons/dedicated.png new file mode 100644 index 0000000000000000000000000000000000000000..74de3fe2a32b67472e8e0ee8e7f49436e662c787 GIT binary patch literal 636 zcmV-?0)zdDP)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iyZ3 z1Un~c_7;o)00I0-L_t(2&rOg!Xp>PGhTn7kTarJCk(iXmYPD&D4kBI%c-aII7Y79$ zbWjx9K~NWk3SDfaf?!=zQP-}D&`lkL3W6yjT>?rgiMg3-Vs8KCeCN0r@tIzD-sxfV z6ws~#>M=O!NGd>p@rExMlO83c0FUe*uCj9#H0C)N0LUD+sZjJbtmLG0f0tylp7nh| zizU_+3&fp9ah4R%CGN;32LL5tf`_J9>UbF8(LGY*X_)2-Ejqf>O6|8LVNwdk0DuF4 zb{%E$vwB`s^Wa-{fMDH&5xL6k1p4IygojH*chxTdfXE?+zw{Px!+UW|IZOL|v3yGP zmk#>%SzH|WZ_|h|H>banO3RYtHb`LANRFQj3}=Qwgm$q|X%{!%5FyPBGcA1efjNuz zijg^UR0)S!1JP6{_?{<`C1vNzi#gF;-tosO;$-x*Aib6mJQezM7k<3=6 z1UA1E>aC69G)dULhq!>g&hQ^U?(55u@gt{O>udGs=-#9f0^dJ>TAY~orUoBvFzR#q zTxi#UD_|PBwbHG2xm1m&Mh5(SN>(K%wPh#ebWrb(XEwgPP6yYb@8lK zYrwL@AZ5uEoyT++I zn$b9r%cFfhHe2K68PkBu*@^<$y+7xQ$wJ~;c5aBx$R=xq*41Wo zhwQus_VOgm0hughj}MhOvs#{>Vg09Y8WxjWUJY5YW zJ?&8eG!59Cz=|E%Ns@013KLWOLV)CObIIj_5{>{#k%TEAMs_GbdDV`x-iYsGH z#=Z{USAQA>NY(}X7=3{K8#Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iyZ3 z1UoeDNLNw-00H+&L_t(2&xOm~OH*M0$MN4e&nXw1dvRM!vYJkm1k6^I-U9cE%@bnq9}!;7mXIhI_|YLwNT11vzVAz+9>$fR@PxL z*v6Y{d@VZHF_oN}D6HoFiVV^RF71&8feZmv)Aq7;5t0NUs;cgW1jvxVnQ-fC>?)bO zAB%d=da7N<>SG#J5&IFl^(6T6&e!LusO5-pn|qhLO=TJqvx&Q(ZcN^kyT$?%*LVfv z6kG_{w%Y>!M@LD+KrL~acLq2FC}W@+t8jK#Npd7GCdz;R%w?CdLO{Uds&BPw&bY76 z8*g+swhBoglg)_oYI!a{QWOdR>>!5WcqZ=nWm>#sH#=&4^#_|7(@|J1BAJ@ar56^4 z42oeG0LZz=?RePrj5eKU`1re=k1Ur;9+$&)fO3ZE`1Fh1&)k`f7421WFhvht^I=Pe z!@lsq+dk3%Iwbb@)`d5_vgP0~r{~k4I)fx+^M3~-liTU^{2)~+6rz+i`#;Oi+002ovPDHLkV1ll68qWX# literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/images/icons/unknown.png b/configuration/sources/vps-list/images/icons/unknown.png new file mode 100644 index 0000000000000000000000000000000000000000..824072ef460e804802b38d86357bde7d2191539c GIT binary patch literal 502 zcmVPx#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iyZ3 z1po;ASFYLs000?uMObu0Z*6U5Zgc=ca%Ew3Wn>_CX>@2HM@dakSAh-}0003|Nkl$?v5Hzz6h+s*dPR7Jkk%%xg;)&3yZ<1TGPOA152O(E6VeF@gAXQkKEcM)duzWV z+CnVdu`5PZ{>MTN{Kwry`(NMuJ$kR8z_KnjPVjeKmZ|xFJ|^#(umLJ z9rzYw+$qm<54-^*NmiDn%CbZf-g~_F1_*eUG;xx;l17s3cDrdj9+OgHwOTQqPH8rq zl4O!bX4Z9P_FA1)tyZHb3VOXB%jJ^ca7e4wqPl>jS10Mk%vcMv4zt;e^?J>I zzXzaVUR>q88&0Pa^ZA_P@yKGa;Cw#w!I&AfcDwym((_{^jYfl%5}VBi@BO3n%T+l8 z7{KLnVK5lb@AtW0uRLm!3MXk><*Ww*=iD7OGgZv?)8YpDVIm@y?z)v%KGP6mHaTh}1A3aKp&Vr#UO#lD@07*qoM6N<$f+6kD<^TWy literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/images/icons/yes.png b/configuration/sources/vps-list/images/icons/yes.png new file mode 100644 index 0000000000000000000000000000000000000000..a9925a06ab02db30c1e7ead9c701c15bc63145cb GIT binary patch literal 537 zcmV+!0_OdRP)Hs{AQG2a)rMyf zFQK~pm1x3+7!nu%-M`k}``c>^00{o_1pjWJUTfl8mg=3qGEl8H@}^@w`VUx0_$uy4 z2FhRqKX}xI*?Tv1DJd8z#F#0c%*~rM30HE1@2o5m~}ZyoWhqv>ql{V z1ZGE0lgcoK^lx+eqc*rAX1Ky;Xx3U%u#zG!m-;eD1Qsn@kf3|F9qz~|95=&g3(7!X zB}JAT>RU;a%vaNOGnJ%e1=K6eAh43c(QN8RQ6~GP%O}Jju$~Ld*%`mO1puMt6P_}u4rcI3idKFP2SpU%ZJIE?RL`X zK?Oyo=*5GG2SxDYK=7akJqV&hrl{aWJa`y*5xh+1%i2y4V}gO?edPc9{r;a9vjc}) zn|Cxb4AYwFmvVG%_ui)U^y_4!ujsO!qzYuv8YUIR!Aw%KiWp=JrG#@>(I!s4#N7H->?w+cxsH2#GA};A>g8lyFDGPKh!5)vuP_{)}*83+N zJUBU!S0_i+E{*Lu1iGsNB``2iK-CyCU7?y_mv{xb_pUh>ESZqe1Y2{eAZLMSIT%EO zFrdOH1W^=3p>Qk~I{J+k#s5zQ@j{%aIA!l^GQjJ zqA1Uc2%!{8qBKfMNh#9DCnKS_*uZ8?mnf!+8@f8xtz#prVg=E`3bCBLWsNmDAX~PG z<(4fQh=UOzE2?gKXRkc9XeI3Er?HlHECVd%SI}3`hy1_du3@$R$r(qT;k@Sft63UX zv;)2Ea_iH>^6+4jPK-lGM{Zw37Tz>~~zlHzO61x51(V4jcaKrcIVDG$-d>)z}S|7f!xxYhfUE}Kj zug_h&HZN}go22$5Ym1}P8~vYNx7-~$TWFJ;_nh!wFYSAQJF{CCo=xpK8^7?iY1^!H haOA^1D_`VC7fU=jcT literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/images/sort_asc_disabled.png b/configuration/sources/vps-list/images/sort_asc_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..4e144cf0b1f786a9248a2998311e8109998d8a2d GIT binary patch literal 1050 zcmaJ=O-K|`93R^(@goeAz6hRU)S-61)?IaU({*Myml|8vh4x}JJM&z}b>>Yo&vx~s z*1>{0Sk$FMM28~iln?~vp$ zL+z1TilQ3g{c@7*P2Q^6L;g-8^nq-LaWstw(J;=d4x}PF%0Lh|)htXxRiC)>9(Gfd zk2X?ioL0_@8ZsHx!!QNYCTxo8?kU)+mV+2%VAin0^v_psXkh4J`eIPw6kCELM*pM( z2PX$o+GI}a)ajlxpt~Rv0TW^s6wEQp6$@dys4J4Qcg@nE2*J59y%|(mNdO5s5Cj>{ zuW=y`gm{Jzw6(Xlp9TWQb1WyYyx`~C#eg7k94LJ>@#g5mVp5Kkd=V>5k6>(zESt~g znS6jjPL}06J3BoMLGTlV-<`0qTJT$LYgs{tuI3mvHjo88MKy!QahN8NZl++`Te6m0 zDibLfTTpG5XE-mVGEhip#w2PB)JKi0I-PD8)*(7w)xTBHA4Yzu(Y*BKcijk8- zXslet#0bL39YHpb27^FRHN*1kB3@C%xaDHi(qLQ;(?o$W3|;IHBC-_Xc|nkPo{#bo zKE_Anh#c$_BEdk1ROZS^8#kea%Upe%D^%oqqhQ*^vkV>MD%4{RGC?tA(byrDwm?jZ z#$wTmdL^!2ITo%WmnFflUSt1hboq)*k9XV}TViYtKD5ZRJ7lb1H!ZJ`CviJ2M^c5A z%=*Sgk8hr8@-S*Kr`Ol~RJX(fddmmK4eR}O=#0l98WD1Hz^GK+C=e@fhgE~b#2$Ux^~T`1v5)mw1NlIe}zC z+ge9alrMQeN|SYi`>tC{zIG}!O_oO7k;UC8kBf>8sknx65F`zy2d1H-4fel=trX>@ z^-LCL<%6P%3`TJ=Ov$hao1$9VN|vJbLJV@SM>nJN{L>dS(6uOiBq(#Tm4F5Pz>p2Q zhq^NAP_G)%=(c^JwImV&17Zb~j6Ty5OHq1RS0sD)n5Dro1ouYi-$7;N6i6T&f*`~B zRW8JV5YO;|=5RQ?2M8R`v7Es2f}anI0YT(Au=3Evo2})=wA8uci&#;*fUzaAY_V8m ziU9`MJuDxIL|hF)@DqgJ88op{@|#XmML~j&YU>u(kqKNyC5HxZlqQk>PQkENWld+L zOr&6JNwHX-;oOueKw17j)G$`j4o<^A@%~fT$qZVMO+yC_*eYpUzR7iEi3uAj7}*(w z`YKgS6%a;F0a+l?9R#wX>ZWTi<7HV)nhsV>6(*%9O%xbi*F?TK!383rh#(|*p6}q} zd?z25;!?0(hzA2Li3(Rj>VN@FT;Xbexbdo7cN7eZc$T28pMYAYjSR4yvZz;&C0tc+ zg{xJMrKKvDCBd+6WB+P&<%mp=yImbyVyq56G|9BvWUP^I>ms=lb4e+lDSgg;Us`JO zKB6{wH+j~F#-A4FY3K3qm~Z6m@V6}oQ%8?p-E$dw`#0C$PJfmCV8)v}3>Ydha%`fZ zJk~G*M^A3LGk$Td;R`icF67R~`sBOHv)Hlqlc%$jy~9_oZJcNyWxkbb_O9u#|7hLF z-<-NMLzh3S0YA@8gd1Pt(Df|3@16Y-n=aSvsF@AkI`ioeFg>&H3bXU&vBnE6gIChkL+(Ey+0iB4Z$Eze7t_CX>Hq)$ literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/images/sort_desc.png b/configuration/sources/vps-list/images/sort_desc.png new file mode 100644 index 0000000000000000000000000000000000000000..def071ed5afd264a036f6d9e75856366fd6ad153 GIT binary patch literal 1127 zcmbVMOK8+U7*1U&zKRu5sR)h{1;yRWWV^4}ShvZpU2*HWU2!iy(qy)cZ89;Lb+`3m zMbruv!GjkO!3qksP*5)lD)k}=Dp*ht-n@8G5m8XoN!zU+ih_Y;=AZe$?|)|~*Ri8v z(dtDU$2DZy)jV65`|pB!_H}d7Cv0h=sUqzpC0fy3%q0!dg+a#Bx^W(BM*oq=xP{{a zC9_bZ#q2IgCss)FbwX9kVQ7wPX{|b%-is;d!ri7V^Y8E8=YeU+{JuyQW*r6hnC$~D z?i}bS=mWia!r)uCftISo2rNuBP__DOPpZoN6tBeg{;|M=DHYl)^V3chvpJv;7lTL$ z26Y&PAc{gL+#HL=wg3?#C_qs_Vi3iouqZ(YW*(kdbB&UeSJN}Lm?ZN(lsb|iR4SEF zB^)Adw}29fgwG+0L8cM(`faLJgSNN6#-L(PcTI+l@K3y+Xf(g*^61+0|J+O6zN2mb?UNGh6GU@A{1+eF%d@N2(^XdVmhis(y25|iAr;gV=io5OsYy0 zB}Gv|2&GUGrBPB%s*yG^841Ug8a88lRI_zlvuiTDGuXsmv6A9qjS{y&NMEf3ay^6+ zuZK85>5PD^rkl1e`{kLAR>iJ)6dP%mSYRr@k~xQcDE=$%X{_--ITM&Og5Ml}G)wJ> zb)dhUZG9%p4iC23#JFrUCcmwHz{cugMoku~ue-kg{Mj0~%`FeCcz9jAdg}QET-kSG za`+2B_+lRTaeAVz>E`F1pN7h>B=BbGqcz13d%ywZR&4OjkNNrF_U}#EcXDGa@V52B z>JnIW7#s%CHi literal 0 HcmV?d00001 diff --git a/configuration/sources/vps-list/images/sort_desc_disabled.png b/configuration/sources/vps-list/images/sort_desc_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..7824973cc60fc1841b16f2cb39323cefcdc3f942 GIT binary patch literal 1045 zcmaJ=&rj1(9IuWjVlWt@h#q(rlc~7%$2P_q>KN??ODrK{#&I!}_Kh{rzS=%m2N%F- zAW={L0VZBJnRrkSCK{q1NKA||(ZmA>6Hgw9o;Z-;>)3_|u*vIt-(X0AeGY5Bm`Mgoq{>2>Xkbiu%Ds= zw2?31f^tL9kQr8eOxQDR!ltPHq-U$zG{j&MP8pU+Z@qp?149?-TQP-IYzdZ(;duv+ z&5z`@`Drbo)5+_g-xG*{39$-1bH;K7Po%550y+EF3=OIfJT20DK^2ryARz~WSeOlI zY%dFXxiA-r#^dp8fM+?DVR?q*LtI>l@B+(%+D8*_j$RaUa;D~sSR!4**cKS3TrP*p zkuY+m7%q`W_!>MPB8ZS%v9RieEVsL^AVXJk3>zEB0=}X;iDt1#lSubcFztq{<<`nX z3dVS<&2VAXPpJ-6l>b9bvw?PT4(`W$ps<^-*pSIV7tJ~vX67YQ8ELa7v~ZoP?{i~^a{W;-ZQ@ymjxh)IjDt*2O<6Dwh=q$vY$VY; zc&J{Ds~-?cjVm3>Wk@iL-`IZ|UB4pJ;~yJiON_?gLyJtiL&kbxZhV_OiPfx}%6s1@ zcXoG^ffrPJ;LQ4(`t<(ickJ1j|E0&fC8lSh8sUh5lwUg=l~QoqsK t`nTanN|e2@a&yVMdhyLoad("frame"); +$template['frame']->Localize($locale->strings); + +$sPageContents = ""; +$sPageTitle = ""; +$sPageHeadScript = ""; + +if(empty($_GET['action']) || $_GET['action'] == "home") +{ + // home page + header("Location: index.php?action=list"); + die(); +} +elseif($_GET['action'] == "list") +{ + // list/filter + $template['main'] = new Templater(); + $template['main']->Load("page.list"); + $template['main']->Localize($locale->strings); + + $template['vps'] = new Templater(); + $template['vps']->Load("element.vps"); + + $sList = ""; + + $min_ram = 0; + $max_ram = 0; + $min_burst = 0; + $max_burst = 0; + $min_disk = 0; + $max_disk = 0; + $min_traffic = 0; + $max_traffic = 0; + $min_bandwidth = 0; + $max_bandwidth = 0; + $min_cpu = 0; + $max_cpu = 0; + $min_price = 0; + $max_price = 0; + $min_backup = 0; + $max_backup = 0; + + $even = true; + + if($result = mysql_query_cached("SELECT * FROM plans WHERE `Visible` = '1' ORDER BY `VirtualizationPlatformId`, `GuaranteedRam`")) + { + foreach($result->data as $row) + { + $plan = new Plan($row); + + if($result = mysql_query_cached("SELECT * FROM plan_priceoptions WHERE `PlanId` = '{$plan->sId}' ORDER BY `BillingPeriod` ASC LIMIT 1")) + { + $option = new PlanPriceOption($result->data); + $sPrice = ($option->sPrice / $option->sBillingPeriod) / 100; + $sPriceMonths = $option->sBillingPeriod; + } + else + { + $sPrice = 0; + } + + if($plan->sGuaranteedRam < $min_ram) + { + $min_ram = $plan->sGuaranteedRam; + } + elseif($plan->sGuaranteedRam > $max_ram) + { + $max_ram = $plan->sGuaranteedRam; + } + + if($plan->sDiskSpace < $min_disk) + { + $min_disk = $plan->sDiskSpace; + } + elseif($plan->sDiskSpace > $max_disk) + { + $max_disk = $plan->sDiskSpace; + } + + if($plan->sBurstRam < $min_burst) + { + $min_burst = $plan->sBurstRam; + } + elseif($plan->sBurstRam > $max_burst) + { + $max_burst = $plan->sBurstRam; + } + + if($plan->sTraffic < $min_traffic) + { + $min_traffic = $plan->sTraffic; + } + elseif($plan->sTraffic > $max_traffic) + { + $max_traffic = $plan->sTraffic; + } + + if($plan->sBandwidth < $min_bandwidth) + { + $min_bandwidth = $plan->sBandwidth; + } + elseif($plan->sBandwidth > $max_bandwidth) + { + $max_bandwidth = $plan->sBandwidth; + } + + if($plan->sCpuCores < $min_cpu) + { + $min_cpu = $plan->sCpuCores; + } + elseif($plan->sCpuCores > $max_cpu) + { + $max_cpu = $plan->sCpuCores; + } + + if($plan->sBackupSpace < $min_backup) + { + $min_backup = $plan->sBackupSpace; + } + elseif($plan->sBackupSpace > $max_backup) + { + $max_backup = $plan->sBackupSpace; + } + + if($sPrice < $min_price) + { + $min_price = $sPrice; + } + elseif($sPrice > $max_price) + { + $max_price = $sPrice; + } + + $sGuaranteedRam = "{$plan->sGuaranteedRam}MB"; + $sDiskSpace = "{$plan->sDiskSpace}GB"; + $sTraffic = ($plan->sIsUnmetered) ? "Unmetered" : "{$plan->sTraffic}GB"; + $sBandwidth = "@ {$plan->sBandwidth}mbit"; + $sPlatform = ($plan->sVirtualizationPlatform->sId == 0) ? "Unknown" : $plan->sVirtualizationPlatform->sName; + + $sPrice = number_format($sPrice, 2, ".", ""); + + $sPriceOriginal = $sPrice; + + if($sPriceMonths > 1) + { + $sPrice .= " (x {$sPriceMonths})"; + } + + $sIpv4 = ($plan->sHasIpv4) ? "\"Yes\"" : "\"No\""; + $sIpv6 = ($plan->sHasIpv6) ? "\"Yes\"" : "\"No\""; + $sIrc = ($plan->sAllowsIrc) ? "\"Yes\"" : "\"No\""; + $sFreeDns = ($plan->sFreeDns) ? "\"Yes\"" : "\"No\""; + $sOverageBilling = ($plan->sOverageBilling) ? "\"Yes\"" : "\"No\""; + $sBackupSpace = ($plan->sBackupSpace == 0) ? "None" : "{$plan->sBackupSpace}GB"; + $sBurstRam = ($plan->sBurstRam == 0) ? "" : "{$plan->sBurstRam}MB"; + + if($plan->sCpuCores == 0) + { + $sCpuCores = "\"Unknown"; + } + else + { + $sCpuCores = $plan->sCpuCores; + } + + if($plan->sDedicatedCpu === false) + { + $sCpuCores = "{$sCpuCores} \"Shared"; + } + else + { + $sCpuCores = "{$sCpuCores} \"Dedicated"; + } + + $template['vps']->Reset(); + $template['vps']->Compile(array( + 'provider-name' => $plan->sProvider->sName, + 'plan-name' => $plan->sName, + 'platform' => $sPlatform, + 'guaranteed-ram' => $sGuaranteedRam, + 'burst-ram' => $sBurstRam, + 'cpu-cores' => $sCpuCores, + 'disk-space' => $sDiskSpace, + 'traffic' => $sTraffic, + 'bandwidth' => $sBandwidth, + 'ipv4' => $sIpv4, + 'ipv6' => $sIpv6, + 'irc' => $sIrc, + 'free-dns' => $sFreeDns, + 'overage-billing' => $sOverageBilling, + 'backup-space' => $sBackupSpace, + 'virtualization-platform' => "OpenVZ", + 'price' => "\${$sPrice}", + 'data-provider-id' => $plan->sProvider->sId, + 'data-cpu-cores' => $plan->sCpuCores, + 'data-dedicated-cpu' => ($plan->sDedicatedCpu)?1:0, + 'data-guaranteed-ram' => $plan->sGuaranteedRam, + 'data-burst-ram' => $plan->sBurstRam, + 'data-disk-space' => $plan->sDiskSpace, + 'data-traffic' => $plan->sTraffic, + 'data-bandwidth' => $plan->sBandwidth, + 'data-unmetered' => ($plan->sIsUnmetered)?1:0, + 'data-irc' => ($plan->sAllowsIrc)?1:0, + 'data-ipv4' => ($plan->sHasIpv4)?1:0, + 'data-ipv6' => ($plan->sHasIpv6)?1:0, + 'data-free-dns' => ($plan->sFreeDns)?1:0, + 'data-overage-billing' => ($plan->sOverageBilling)?1:0, + 'data-virtualization-platform' => 0, + 'data-price' => $sPriceOriginal, + 'data-backup' => $plan->sBackupSpace, + 'provider-url' => $plan->sProvider->sUrl, + 'data-platform' => $plan->sVirtualizationPlatform->sId, + 'color' => ($even) ? "row-even" : "row-odd" + )); + $template['vps']->Localize($locale->strings); + $sList .= $template['vps']->Render(); + + $even = !$even; + } + } + + $template['main']->Compile(array( + 'list' => $sList, + 'min-ram' => $min_ram, + 'max-ram' => $max_ram, + 'min-burst' => $min_burst, + 'max-burst' => $max_burst, + 'min-disk' => $min_disk, + 'max-disk' => $max_disk, + 'min-traffic' => $min_traffic, + 'max-traffic' => $max_traffic, + 'min-bandwidth' => $min_bandwidth, + 'max-bandwidth' => $max_bandwidth, + 'min-cpu' => $min_cpu, + 'max-cpu' => $max_cpu, + 'min-price' => $min_price, + 'max-price' => $max_price, + 'min-backup' => $min_backup, + 'max-backup' => $max_backup + )); + + $sPageHeadScript = "var min_ram = {$min_ram}, max_ram = {$max_ram}, min_burst = {$min_burst}, max_burst = {$max_burst}, min_disk = {$min_disk}, max_disk = {$max_disk}, + min_traffic = {$min_traffic}, max_traffic = {$max_traffic}, min_bandwidth = {$min_bandwidth}, max_bandwidth = {$max_bandwidth}, min_cpu = {$min_cpu}, max_cpu = {$max_cpu}, + min_price = {$min_price}, max_price = {$max_price}, min_backup = {$min_backup}, max_backup = {$max_backup};"; + + $sPageContents = $template['main']->Render(); +} +elseif($_GET['action'] == "donate") +{ + $template['main'] = new Templater(); + $template['main']->Load("page.donate"); + $template['main']->Localize($locale->strings); + $sPageContents = $template['main']->Render(); + $sPageTitle = "Donating"; +} +/*elseif($_GET['action'] == "add") +{ + // submission form + $template['main'] = new Templater(); + $template['main']->Load("page.add"); + $template['main']->Localize($locale->strings); + + $form = new CPHPFormBuilder("post", "?action=add"); + + $section_info = new CPHPFormSection(true, "Plan information"); + $section_info->AddElement(new CPHPFormTextInput("Plan name", "name", "", "The name of the plan as indicated on the providers website")); + $select_provider = new CPHPFormSelect("Provider", "provider", "", "The provider offering the plan"); + $gr1 = new CPHPFormSelectOptionGroup("Group 1"); + $gr1->AddOption(new CPHPFormSelectOption("val1", "Description 1")); + $gr1->AddOption(new CPHPFormSelectOption("val2", "Description 2")); + $select_provider->AddOption($gr1); + $gr2 = new CPHPFormSelectOptionGroup("Group 2"); + $gr2->AddOption(new CPHPFormSelectOption("val1", "Description 1")); + $gr2->AddOption(new CPHPFormSelectOption("val2", "Description 2")); + $select_provider->AddOption($gr2); + $gr3 = new CPHPFormSelectOptionGroup("Group 3"); + $gr3->AddOption(new CPHPFormSelectOption("val1", "Description 1")); + $gr3->AddOption(new CPHPFormSelectOption("val2", "Description 2")); + $select_provider->AddOption($gr3); + $select_provider->AddOption(new CPHPFormSelectOption("val1", "Description 1")); + $select_provider->AddOption(new CPHPFormSelectOption("val2", "Description 2")); + + $section_info->AddElement($select_provider); + + $form->AddElement($section_info); + + $template['main']->Compile(array( + 'form' => $form->Render() + )); + + $sPageContents = $template['main']->Render(); +}*/ + +$template['frame']->Compile(array( + 'title' => $sPageTitle, + 'contents' => $sPageContents, + 'head-script' => $sPageHeadScript +)); +$template['frame']->Output(); +?> diff --git a/configuration/sources/vps-list/js/FixedColumns.js b/configuration/sources/vps-list/js/FixedColumns.js new file mode 100644 index 0000000..bca6939 --- /dev/null +++ b/configuration/sources/vps-list/js/FixedColumns.js @@ -0,0 +1,314 @@ +/* + * File: FixedColumns.js + * Version: 1.0.0 + * Description: "Fix" columns on the left of a scrolling DataTable + * Author: Allan Jardine (www.sprymedia.co.uk) + * Created: Sat Sep 18 09:28:54 BST 2010 + * Language: Javascript + * License: GPL v2 or BSD 3 point style + * Project: Just a little bit of fun - enjoy :-) + * Contact: www.sprymedia.co.uk/contact + * + * Copyright 2010 Allan Jardine, all rights reserved. + */ + +var FixedColumns = function ( oDT, oInit ) { + /* Sanity check - you just know it will happen */ + if ( typeof this._fnConstruct != 'function' ) + { + alert( "FixedColumns warning: FixedColumns must be initialised with the 'new' keyword." ); + return; + } + + if ( typeof oInit == 'undefined' ) + { + oInit = {}; + } + + /** + * @namespace Settings object which contains customisable information for FixedColumns instance + */ + this.s = { + /** + * DataTables settings objects + * @property dt + * @type object + * @default null + */ + "dt": oDT.fnSettings(), + + /** + * Number of columns to fix in position + * @property columns + * @type int + * @default 1 + */ + "columns": 1 + }; + + + /** + * @namespace Common and useful DOM elements for the class instance + */ + this.dom = { + /** + * DataTables scrolling element + * @property scroller + * @type node + * @default null + */ + "scroller": null, + + /** + * DataTables header table + * @property header + * @type node + * @default null + */ + "header": null, + + /** + * DataTables body table + * @property body + * @type node + * @default null + */ + "body": null, + + /** + * DataTables footer table + * @property footer + * @type node + * @default null + */ + "footer": null, + + /** + * @namespace Cloned table nodes + */ + "clone": { + /** + * Cloned header table + * @property header + * @type node + * @default null + */ + "header": null, + + /** + * Cloned body table + * @property body + * @type node + * @default null + */ + "body": null, + + /** + * Cloned footer table + * @property footer + * @type node + * @default null + */ + "footer": null + } + }; + + /* Let's do it */ + this._fnConstruct( oInit ); +}; + + +FixedColumns.prototype = { + /** + * Initialisation for FixedColumns + * @method _fnConstruct + * @param {Object} oInit User settings for initialisation + * @returns void + */ + "_fnConstruct": function ( oInit ) + { + var that = this; + + /* Sanity checking */ + if ( typeof this.s.dt.oInstance.fnVersionCheck != 'function' || + this.s.dt.oInstance.fnVersionCheck( '1.7.0' ) !== true ) + { + alert( "FixedColumns 2 required DataTables 1.7.0 or later. "+ + "Please upgrade your DataTables installation" ); + return; + } + + if ( this.s.dt.oScroll.sX === "" ) + { + this.s.dt.oInstance.oApi._fnLog( this.s.dt, 1, "FixedColumns is not needed (no "+ + "x-scrolling in DataTables enabled), so no action will be taken. Use 'FixedHeader' for "+ + "column fixing when scrolling is not enabled" ); + return; + } + + if ( typeof oInit.columns != 'undefined' ) + { + if ( oInit.columns < 1 ) + { + this.s.dt.oInstance.oApi._fnLog( this.s.dt, 1, "FixedColumns is not needed (no "+ + "columns to be fixed), so no action will be taken" ); + return; + } + this.s.columns = oInit.columns; + } + + /* Set up the DOM as we need it and cache nodes */ + this.dom.body = this.s.dt.nTable; + this.dom.scroller = this.dom.body.parentNode; + this.dom.scroller.style.position = "relative"; + + this.dom.header = this.s.dt.nTHead.parentNode; + this.dom.header.parentNode.style.position = "relative"; + + if ( this.s.dt.nTFoot ) + { + this.dom.footer = this.s.dt.nTFoot.parentNode; + this.dom.footer.parentNode.style.position = "relative"; + } + + /* Event handlers */ + $(this.dom.scroller).scroll( function () { + that._fnScroll.call( that ); + } ); + + this.s.dt.aoDrawCallback.push( { + "fn": function () { + that._fnClone.call( that ); + that._fnScroll.call( that ); + }, + "sName": "FixedColumns" + } ); + + /* Get things right to start with */ + this._fnClone(); + this._fnScroll(); + }, + + + /** + * Clone the DataTable nodes and place them in the DOM (sized correctly) + * @method _fnClone + * @returns void + * @private + */ + "_fnClone": function () + { + var + that = this, + iTableWidth = 0, + aiCellWidth = [], + i, iLen, jq; + + /* Grab the widths that we are going to need */ + for ( i=0, iLen=this.s.columns ; i").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
    a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="

    "+""+"
    ",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
    t
    ",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
    ",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; +f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

    ";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
    ";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
    ","
    "],thead:[1,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],col:[2,"","
    "],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
    ","
    "]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() +{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
    ").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); \ No newline at end of file diff --git a/configuration/sources/vps-list/js/jquery-ui-1.8.18.custom.min.js b/configuration/sources/vps-list/js/jquery-ui-1.8.18.custom.min.js new file mode 100644 index 0000000..f00a62f --- /dev/null +++ b/configuration/sources/vps-list/js/jquery-ui-1.8.18.custom.min.js @@ -0,0 +1,356 @@ +/*! + * jQuery UI 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI + */(function(a,b){function d(b){return!a(b).parents().andSelf().filter(function(){return a.curCSS(this,"visibility")==="hidden"||a.expr.filters.hidden(this)}).length}function c(b,c){var e=b.nodeName.toLowerCase();if("area"===e){var f=b.parentNode,g=f.name,h;if(!b.href||!g||f.nodeName.toLowerCase()!=="map")return!1;h=a("img[usemap=#"+g+"]")[0];return!!h&&d(h)}return(/input|select|textarea|button|object/.test(e)?!b.disabled:"a"==e?b.href||c:c)&&d(b)}a.ui=a.ui||{};a.ui.version||(a.extend(a.ui,{version:"1.8.18",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}}),a.fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return typeof b=="number"?this.each(function(){var d=this;setTimeout(function(){a(d).focus(),c&&c.call(d)},b)}):this._focus.apply(this,arguments)},scrollParent:function(){var b;a.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?b=this.parents().filter(function(){return/(relative|absolute|fixed)/.test(a.curCSS(this,"position",1))&&/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0):b=this.parents().filter(function(){return/(auto|scroll)/.test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!b.length?a(document):b},zIndex:function(c){if(c!==b)return this.css("zIndex",c);if(this.length){var d=a(this[0]),e,f;while(d.length&&d[0]!==document){e=d.css("position");if(e==="absolute"||e==="relative"||e==="fixed"){f=parseInt(d.css("zIndex"),10);if(!isNaN(f)&&f!==0)return f}d=d.parent()}}return 0},disableSelection:function(){return this.bind((a.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}}),a.each(["Width","Height"],function(c,d){function h(b,c,d,f){a.each(e,function(){c-=parseFloat(a.curCSS(b,"padding"+this,!0))||0,d&&(c-=parseFloat(a.curCSS(b,"border"+this+"Width",!0))||0),f&&(c-=parseFloat(a.curCSS(b,"margin"+this,!0))||0)});return c}var e=d==="Width"?["Left","Right"]:["Top","Bottom"],f=d.toLowerCase(),g={innerWidth:a.fn.innerWidth,innerHeight:a.fn.innerHeight,outerWidth:a.fn.outerWidth,outerHeight:a.fn.outerHeight};a.fn["inner"+d]=function(c){if(c===b)return g["inner"+d].call(this);return this.each(function(){a(this).css(f,h(this,c)+"px")})},a.fn["outer"+d]=function(b,c){if(typeof b!="number")return g["outer"+d].call(this,b);return this.each(function(){a(this).css(f,h(this,b,!0,c)+"px")})}}),a.extend(a.expr[":"],{data:function(b,c,d){return!!a.data(b,d[3])},focusable:function(b){return c(b,!isNaN(a.attr(b,"tabindex")))},tabbable:function(b){var d=a.attr(b,"tabindex"),e=isNaN(d);return(e||d>=0)&&c(b,!e)}}),a(function(){var b=document.body,c=b.appendChild(c=document.createElement("div"));c.offsetHeight,a.extend(c.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0}),a.support.minHeight=c.offsetHeight===100,a.support.selectstart="onselectstart"in c,b.removeChild(c).style.display="none"}),a.extend(a.ui,{plugin:{add:function(b,c,d){var e=a.ui[b].prototype;for(var f in d)e.plugins[f]=e.plugins[f]||[],e.plugins[f].push([c,d[f]])},call:function(a,b,c){var d=a.plugins[b];if(!!d&&!!a.element[0].parentNode)for(var e=0;e0)return!0;b[d]=1,e=b[d]>0,b[d]=0;return e},isOverAxis:function(a,b,c){return a>b&&a=9)&&!b.button)return this._mouseUp(b);if(this._mouseStarted){this._mouseDrag(b);return b.preventDefault()}this._mouseDistanceMet(b)&&this._mouseDelayMet(b)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,b)!==!1,this._mouseStarted?this._mouseDrag(b):this._mouseUp(b));return!this._mouseStarted},_mouseUp:function(b){a(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,b.target==this._mouseDownEvent.target&&a.data(b.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(b));return!1},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(a){return this.mouseDelayMet},_mouseStart:function(a){},_mouseDrag:function(a){},_mouseStop:function(a){},_mouseCapture:function(a){return!0}})})(jQuery);/* + * jQuery UI Position 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Position + */(function(a,b){a.ui=a.ui||{};var c=/left|center|right/,d=/top|center|bottom/,e="center",f={},g=a.fn.position,h=a.fn.offset;a.fn.position=function(b){if(!b||!b.of)return g.apply(this,arguments);b=a.extend({},b);var h=a(b.of),i=h[0],j=(b.collision||"flip").split(" "),k=b.offset?b.offset.split(" "):[0,0],l,m,n;i.nodeType===9?(l=h.width(),m=h.height(),n={top:0,left:0}):i.setTimeout?(l=h.width(),m=h.height(),n={top:h.scrollTop(),left:h.scrollLeft()}):i.preventDefault?(b.at="left top",l=m=0,n={top:b.of.pageY,left:b.of.pageX}):(l=h.outerWidth(),m=h.outerHeight(),n=h.offset()),a.each(["my","at"],function(){var a=(b[this]||"").split(" ");a.length===1&&(a=c.test(a[0])?a.concat([e]):d.test(a[0])?[e].concat(a):[e,e]),a[0]=c.test(a[0])?a[0]:e,a[1]=d.test(a[1])?a[1]:e,b[this]=a}),j.length===1&&(j[1]=j[0]),k[0]=parseInt(k[0],10)||0,k.length===1&&(k[1]=k[0]),k[1]=parseInt(k[1],10)||0,b.at[0]==="right"?n.left+=l:b.at[0]===e&&(n.left+=l/2),b.at[1]==="bottom"?n.top+=m:b.at[1]===e&&(n.top+=m/2),n.left+=k[0],n.top+=k[1];return this.each(function(){var c=a(this),d=c.outerWidth(),g=c.outerHeight(),h=parseInt(a.curCSS(this,"marginLeft",!0))||0,i=parseInt(a.curCSS(this,"marginTop",!0))||0,o=d+h+(parseInt(a.curCSS(this,"marginRight",!0))||0),p=g+i+(parseInt(a.curCSS(this,"marginBottom",!0))||0),q=a.extend({},n),r;b.my[0]==="right"?q.left-=d:b.my[0]===e&&(q.left-=d/2),b.my[1]==="bottom"?q.top-=g:b.my[1]===e&&(q.top-=g/2),f.fractions||(q.left=Math.round(q.left),q.top=Math.round(q.top)),r={left:q.left-h,top:q.top-i},a.each(["left","top"],function(c,e){a.ui.position[j[c]]&&a.ui.position[j[c]][e](q,{targetWidth:l,targetHeight:m,elemWidth:d,elemHeight:g,collisionPosition:r,collisionWidth:o,collisionHeight:p,offset:k,my:b.my,at:b.at})}),a.fn.bgiframe&&c.bgiframe(),c.offset(a.extend(q,{using:b.using}))})},a.ui.position={fit:{left:function(b,c){var d=a(window),e=c.collisionPosition.left+c.collisionWidth-d.width()-d.scrollLeft();b.left=e>0?b.left-e:Math.max(b.left-c.collisionPosition.left,b.left)},top:function(b,c){var d=a(window),e=c.collisionPosition.top+c.collisionHeight-d.height()-d.scrollTop();b.top=e>0?b.top-e:Math.max(b.top-c.collisionPosition.top,b.top)}},flip:{left:function(b,c){if(c.at[0]!==e){var d=a(window),f=c.collisionPosition.left+c.collisionWidth-d.width()-d.scrollLeft(),g=c.my[0]==="left"?-c.elemWidth:c.my[0]==="right"?c.elemWidth:0,h=c.at[0]==="left"?c.targetWidth:-c.targetWidth,i=-2*c.offset[0];b.left+=c.collisionPosition.left<0?g+h+i:f>0?g+h+i:0}},top:function(b,c){if(c.at[1]!==e){var d=a(window),f=c.collisionPosition.top+c.collisionHeight-d.height()-d.scrollTop(),g=c.my[1]==="top"?-c.elemHeight:c.my[1]==="bottom"?c.elemHeight:0,h=c.at[1]==="top"?c.targetHeight:-c.targetHeight,i=-2*c.offset[1];b.top+=c.collisionPosition.top<0?g+h+i:f>0?g+h+i:0}}}},a.offset.setOffset||(a.offset.setOffset=function(b,c){/static/.test(a.curCSS(b,"position"))&&(b.style.position="relative");var d=a(b),e=d.offset(),f=parseInt(a.curCSS(b,"top",!0),10)||0,g=parseInt(a.curCSS(b,"left",!0),10)||0,h={top:c.top-e.top+f,left:c.left-e.left+g};"using"in c?c.using.call(b,h):d.css(h)},a.fn.offset=function(b){var c=this[0];if(!c||!c.ownerDocument)return null;if(b)return this.each(function(){a.offset.setOffset(this,b)});return h.call(this)}),function(){var b=document.getElementsByTagName("body")[0],c=document.createElement("div"),d,e,g,h,i;d=document.createElement(b?"div":"body"),g={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"},b&&a.extend(g,{position:"absolute",left:"-1000px",top:"-1000px"});for(var j in g)d.style[j]=g[j];d.appendChild(c),e=b||document.documentElement,e.insertBefore(d,e.firstChild),c.style.cssText="position: absolute; left: 10.7432222px; top: 10.432325px; height: 30px; width: 201px;",h=a(c).offset(function(a,b){return b}).offset(),d.innerHTML="",e.removeChild(d),i=h.top+h.left+(b?2e3:0),f.fractions=i>21&&i<22}()})(jQuery);/* + * jQuery UI Draggable 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Draggables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */(function(a,b){a.widget("ui.draggable",a.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1},_create:function(){this.options.helper=="original"&&!/^(?:r|a|f)/.test(this.element.css("position"))&&(this.element[0].style.position="relative"),this.options.addClasses&&this.element.addClass("ui-draggable"),this.options.disabled&&this.element.addClass("ui-draggable-disabled"),this._mouseInit()},destroy:function(){if(!!this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled"),this._mouseDestroy();return this}},_mouseCapture:function(b){var c=this.options;if(this.helper||c.disabled||a(b.target).is(".ui-resizable-handle"))return!1;this.handle=this._getHandle(b);if(!this.handle)return!1;c.iframeFix&&a(c.iframeFix===!0?"iframe":c.iframeFix).each(function(){a('
    ').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1e3}).css(a(this).offset()).appendTo("body")});return!0},_mouseStart:function(b){var c=this.options;this.helper=this._createHelper(b),this._cacheHelperProportions(),a.ui.ddmanager&&(a.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(),this.offset=this.positionAbs=this.element.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},a.extend(this.offset,{click:{left:b.pageX-this.offset.left,top:b.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.originalPosition=this.position=this._generatePosition(b),this.originalPageX=b.pageX,this.originalPageY=b.pageY,c.cursorAt&&this._adjustOffsetFromHelper(c.cursorAt),c.containment&&this._setContainment();if(this._trigger("start",b)===!1){this._clear();return!1}this._cacheHelperProportions(),a.ui.ddmanager&&!c.dropBehaviour&&a.ui.ddmanager.prepareOffsets(this,b),this.helper.addClass("ui-draggable-dragging"),this._mouseDrag(b,!0),a.ui.ddmanager&&a.ui.ddmanager.dragStart(this,b);return!0},_mouseDrag:function(b,c){this.position=this._generatePosition(b),this.positionAbs=this._convertPositionTo("absolute");if(!c){var d=this._uiHash();if(this._trigger("drag",b,d)===!1){this._mouseUp({});return!1}this.position=d.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";a.ui.ddmanager&&a.ui.ddmanager.drag(this,b);return!1},_mouseStop:function(b){var c=!1;a.ui.ddmanager&&!this.options.dropBehaviour&&(c=a.ui.ddmanager.drop(this,b)),this.dropped&&(c=this.dropped,this.dropped=!1);if((!this.element[0]||!this.element[0].parentNode)&&this.options.helper=="original")return!1;if(this.options.revert=="invalid"&&!c||this.options.revert=="valid"&&c||this.options.revert===!0||a.isFunction(this.options.revert)&&this.options.revert.call(this.element,c)){var d=this;a(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){d._trigger("stop",b)!==!1&&d._clear()})}else this._trigger("stop",b)!==!1&&this._clear();return!1},_mouseUp:function(b){this.options.iframeFix===!0&&a("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)}),a.ui.ddmanager&&a.ui.ddmanager.dragStop(this,b);return a.ui.mouse.prototype._mouseUp.call(this,b)},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(b){var c=!this.options.handle||!a(this.options.handle,this.element).length?!0:!1;a(this.options.handle,this.element).find("*").andSelf().each(function(){this==b.target&&(c=!0)});return c},_createHelper:function(b){var c=this.options,d=a.isFunction(c.helper)?a(c.helper.apply(this.element[0],[b])):c.helper=="clone"?this.element.clone().removeAttr("id"):this.element;d.parents("body").length||d.appendTo(c.appendTo=="parent"?this.element[0].parentNode:c.appendTo),d[0]!=this.element[0]&&!/(fixed|absolute)/.test(d.css("position"))&&d.css("position","absolute");return d},_adjustOffsetFromHelper:function(b){typeof b=="string"&&(b=b.split(" ")),a.isArray(b)&&(b={left:+b[0],top:+b[1]||0}),"left"in b&&(this.offset.click.left=b.left+this.margins.left),"right"in b&&(this.offset.click.left=this.helperProportions.width-b.right+this.margins.left),"top"in b&&(this.offset.click.top=b.top+this.margins.top),"bottom"in b&&(this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])&&(b.left+=this.scrollParent.scrollLeft(),b.top+=this.scrollParent.scrollTop());if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)b={top:0,left:0};return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a=this.element.position();return{top:a.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var b=this.options;b.containment=="parent"&&(b.containment=this.helper[0].parentNode);if(b.containment=="document"||b.containment=="window")this.containment=[b.containment=="document"?0:a(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,b.containment=="document"?0:a(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,(b.containment=="document"?0:a(window).scrollLeft())+a(b.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(b.containment=="document"?0:a(window).scrollTop())+(a(b.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(b.containment)&&b.containment.constructor!=Array){var c=a(b.containment),d=c[0];if(!d)return;var e=c.offset(),f=a(d).css("overflow")!="hidden";this.containment=[(parseInt(a(d).css("borderLeftWidth"),10)||0)+(parseInt(a(d).css("paddingLeft"),10)||0),(parseInt(a(d).css("borderTopWidth"),10)||0)+(parseInt(a(d).css("paddingTop"),10)||0),(f?Math.max(d.scrollWidth,d.offsetWidth):d.offsetWidth)-(parseInt(a(d).css("borderLeftWidth"),10)||0)-(parseInt(a(d).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(f?Math.max(d.scrollHeight,d.offsetHeight):d.offsetHeight)-(parseInt(a(d).css("borderTopWidth"),10)||0)-(parseInt(a(d).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relative_container=c}else b.containment.constructor==Array&&(this.containment=b.containment)},_convertPositionTo:function(b,c){c||(c=this.position);var d=b=="absolute"?1:-1,e=this.options,f=this.cssPosition=="absolute"&&(this.scrollParent[0]==document||!a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=/(html|body)/i.test(f[0].tagName);return{top:c.top+this.offset.relative.top*d+this.offset.parent.top*d-(a.browser.safari&&a.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():g?0:f.scrollTop())*d),left:c.left+this.offset.relative.left*d+this.offset.parent.left*d-(a.browser.safari&&a.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:f.scrollLeft())*d)}},_generatePosition:function(b){var c=this.options,d=this.cssPosition=="absolute"&&(this.scrollParent[0]==document||!a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,e=/(html|body)/i.test(d[0].tagName),f=b.pageX,g=b.pageY;if(this.originalPosition){var h;if(this.containment){if(this.relative_container){var i=this.relative_container.offset();h=[this.containment[0]+i.left,this.containment[1]+i.top,this.containment[2]+i.left,this.containment[3]+i.top]}else h=this.containment;b.pageX-this.offset.click.lefth[2]&&(f=h[2]+this.offset.click.left),b.pageY-this.offset.click.top>h[3]&&(g=h[3]+this.offset.click.top)}if(c.grid){var j=c.grid[1]?this.originalPageY+Math.round((g-this.originalPageY)/c.grid[1])*c.grid[1]:this.originalPageY;g=h?j-this.offset.click.toph[3]?j-this.offset.click.toph[2]?k-this.offset.click.left=0;k--){var l=d.snapElements[k].left,m=l+d.snapElements[k].width,n=d.snapElements[k].top,o=n+d.snapElements[k].height;if(!(l-f=k&&g<=l||h>=k&&h<=l||gl)&&(e>=i&&e<=j||f>=i&&f<=j||ej);default:return!1}},a.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(b,c){var d=a.ui.ddmanager.droppables[b.options.scope]||[],e=c?c.type:null,f=(b.currentItem||b.element).find(":data(droppable)").andSelf();droppablesLoop:for(var g=0;g
    ').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("resizable",this.element.data("resizable")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=c.handles||(a(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se");if(this.handles.constructor==String){this.handles=="all"&&(this.handles="n,e,s,w,se,sw,ne,nw");var d=this.handles.split(",");this.handles={};for(var e=0;e');/sw|se|ne|nw/.test(f)&&h.css({zIndex:++c.zIndex}),"se"==f&&h.addClass("ui-icon ui-icon-gripsmall-diagonal-se"),this.handles[f]=".ui-resizable-"+f,this.element.append(h)}}this._renderAxis=function(b){b=b||this.element;for(var c in this.handles){this.handles[c].constructor==String&&(this.handles[c]=a(this.handles[c],this.element).show());if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var d=a(this.handles[c],this.element),e=0;e=/sw|ne|nw|se|n|s/.test(c)?d.outerHeight():d.outerWidth();var f=["padding",/ne|nw|n/.test(c)?"Top":/se|sw|s/.test(c)?"Bottom":/^e$/.test(c)?"Right":"Left"].join("");b.css(f,e),this._proportionallyResize()}if(!a(this.handles[c]).length)continue}},this._renderAxis(this.element),this._handles=a(".ui-resizable-handle",this.element).disableSelection(),this._handles.mouseover(function(){if(!b.resizing){if(this.className)var a=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=a&&a[1]?a[1]:"se"}}),c.autoHide&&(this._handles.hide(),a(this.element).addClass("ui-resizable-autohide").hover(function(){c.disabled||(a(this).removeClass("ui-resizable-autohide"),b._handles.show())},function(){c.disabled||b.resizing||(a(this).addClass("ui-resizable-autohide"),b._handles.hide())})),this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(b){a(b).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){b(this.element);var c=this.element;c.after(this.originalElement.css({position:c.css("position"),width:c.outerWidth(),height:c.outerHeight(),top:c.css("top"),left:c.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle),b(this.originalElement);return this},_mouseCapture:function(b){var c=!1;for(var d in this.handles)a(this.handles[d])[0]==b.target&&(c=!0);return!this.options.disabled&&c},_mouseStart:function(b){var d=this.options,e=this.element.position(),f=this.element;this.resizing=!0,this.documentScroll={top:a(document).scrollTop(),left:a(document).scrollLeft()},(f.is(".ui-draggable")||/absolute/.test(f.css("position")))&&f.css({position:"absolute",top:e.top,left:e.left}),this._renderProxy();var g=c(this.helper.css("left")),h=c(this.helper.css("top"));d.containment&&(g+=a(d.containment).scrollLeft()||0,h+=a(d.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:g,top:h},this.size=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()},this.originalSize=this._helper?{width:f.outerWidth(),height:f.outerHeight()}:{width:f.width(),height:f.height()},this.originalPosition={left:g,top:h},this.sizeDiff={width:f.outerWidth()-f.width(),height:f.outerHeight()-f.height()},this.originalMousePosition={left:b.pageX,top:b.pageY},this.aspectRatio=typeof d.aspectRatio=="number"?d.aspectRatio:this.originalSize.width/this.originalSize.height||1;var i=a(".ui-resizable-"+this.axis).css("cursor");a("body").css("cursor",i=="auto"?this.axis+"-resize":i),f.addClass("ui-resizable-resizing"),this._propagate("start",b);return!0},_mouseDrag:function(b){var c=this.helper,d=this.options,e={},f=this,g=this.originalMousePosition,h=this.axis,i=b.pageX-g.left||0,j=b.pageY-g.top||0,k=this._change[h];if(!k)return!1;var l=k.apply(this,[b,i,j]),m=a.browser.msie&&a.browser.version<7,n=this.sizeDiff;this._updateVirtualBoundaries(b.shiftKey);if(this._aspectRatio||b.shiftKey)l=this._updateRatio(l,b);l=this._respectSize(l,b),this._propagate("resize",b),c.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"}),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),this._updateCache(l),this._trigger("resize",b,this.ui());return!1},_mouseStop:function(b){this.resizing=!1;var c=this.options,d=this;if(this._helper){var e=this._proportionallyResizeElements,f=e.length&&/textarea/i.test(e[0].nodeName),g=f&&a.ui.hasScroll(e[0],"left")?0:d.sizeDiff.height,h=f?0:d.sizeDiff.width,i={width:d.helper.width()-h,height:d.helper.height()-g},j=parseInt(d.element.css("left"),10)+(d.position.left-d.originalPosition.left)||null,k=parseInt(d.element.css("top"),10)+(d.position.top-d.originalPosition.top)||null;c.animate||this.element.css(a.extend(i,{top:k,left:j})),d.helper.height(d.size.height),d.helper.width(d.size.width),this._helper&&!c.animate&&this._proportionallyResize()}a("body").css("cursor","auto"),this.element.removeClass("ui-resizable-resizing"),this._propagate("stop",b),this._helper&&this.helper.remove();return!1},_updateVirtualBoundaries:function(a){var b=this.options,c,e,f,g,h;h={minWidth:d(b.minWidth)?b.minWidth:0,maxWidth:d(b.maxWidth)?b.maxWidth:Infinity,minHeight:d(b.minHeight)?b.minHeight:0,maxHeight:d(b.maxHeight)?b.maxHeight:Infinity};if(this._aspectRatio||a)c=h.minHeight*this.aspectRatio,f=h.minWidth/this.aspectRatio,e=h.maxHeight*this.aspectRatio,g=h.maxWidth/this.aspectRatio,c>h.minWidth&&(h.minWidth=c),f>h.minHeight&&(h.minHeight=f),ea.width,k=d(a.height)&&e.minHeight&&e.minHeight>a.height;j&&(a.width=e.minWidth),k&&(a.height=e.minHeight),h&&(a.width=e.maxWidth),i&&(a.height=e.maxHeight);var l=this.originalPosition.left+this.originalSize.width,m=this.position.top+this.size.height,n=/sw|nw|w/.test(g),o=/nw|ne|n/.test(g);j&&n&&(a.left=l-e.minWidth),h&&n&&(a.left=l-e.maxWidth),k&&o&&(a.top=m-e.minHeight),i&&o&&(a.top=m-e.maxHeight);var p=!a.width&&!a.height;p&&!a.left&&a.top?a.top=null:p&&!a.top&&a.left&&(a.left=null);return a},_proportionallyResize:function(){var b=this.options;if(!!this._proportionallyResizeElements.length){var c=this.helper||this.element;for(var d=0;d');var d=a.browser.msie&&a.browser.version<7,e=d?1:0,f=d?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+f,height:this.element.outerHeight()+f,position:"absolute",left:this.elementOffset.left-e+"px",top:this.elementOffset.top-e+"px",zIndex:++c.zIndex}),this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(a,b,c){return{width:this.originalSize.width+b}},w:function(a,b,c){var d=this.options,e=this.originalSize,f=this.originalPosition;return{left:f.left+b,width:e.width-b}},n:function(a,b,c){var d=this.options,e=this.originalSize,f=this.originalPosition;return{top:f.top+c,height:e.height-c}},s:function(a,b,c){return{height:this.originalSize.height+c}},se:function(b,c,d){return a.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,c,d]))},sw:function(b,c,d){return a.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,c,d]))},ne:function(b,c,d){return a.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,c,d]))},nw:function(b,c,d){return a.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,c,d]))}},_propagate:function(b,c){a.ui.plugin.call(this,b,[c,this.ui()]),b!="resize"&&this._trigger(b,c,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),a.extend(a.ui.resizable,{version:"1.8.18"}),a.ui.plugin.add("resizable","alsoResize",{start:function(b,c){var d=a(this).data("resizable"),e=d.options,f=function(b){a(b).each(function(){var b=a(this);b.data("resizable-alsoresize",{width:parseInt(b.width(),10),height:parseInt(b.height(),10),left:parseInt(b.css("left"),10),top:parseInt(b.css("top"),10)})})};typeof e.alsoResize=="object"&&!e.alsoResize.parentNode?e.alsoResize.length?(e.alsoResize=e.alsoResize[0],f(e.alsoResize)):a.each(e.alsoResize,function(a){f(a)}):f(e.alsoResize)},resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.originalSize,g=d.originalPosition,h={height:d.size.height-f.height||0,width:d.size.width-f.width||0,top:d.position.top-g.top||0,left:d.position.left-g.left||0},i=function(b,d){a(b).each(function(){var b=a(this),e=a(this).data("resizable-alsoresize"),f={},g=d&&d.length?d:b.parents(c.originalElement[0]).length?["width","height"]:["width","height","top","left"];a.each(g,function(a,b){var c=(e[b]||0)+(h[b]||0);c&&c>=0&&(f[b]=c||null)}),b.css(f)})};typeof e.alsoResize=="object"&&!e.alsoResize.nodeType?a.each(e.alsoResize,function(a,b){i(a,b)}):i(e.alsoResize)},stop:function(b,c){a(this).removeData("resizable-alsoresize")}}),a.ui.plugin.add("resizable","animate",{stop:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d._proportionallyResizeElements,g=f.length&&/textarea/i.test(f[0].nodeName),h=g&&a.ui.hasScroll(f[0],"left")?0:d.sizeDiff.height,i=g?0:d.sizeDiff.width,j={width:d.size.width-i,height:d.size.height-h},k=parseInt(d.element.css("left"),10)+(d.position.left-d.originalPosition.left)||null,l=parseInt(d.element.css("top"),10)+(d.position.top-d.originalPosition.top)||null;d.element.animate(a.extend(j,l&&k?{top:l,left:k}:{}),{duration:e.animateDuration,easing:e.animateEasing,step:function(){var c={width:parseInt(d.element.css("width"),10),height:parseInt(d.element.css("height"),10),top:parseInt(d.element.css("top"),10),left:parseInt(d.element.css("left"),10)};f&&f.length&&a(f[0]).css({width:c.width,height:c.height}),d._updateCache(c),d._propagate("resize",b)}})}}),a.ui.plugin.add("resizable","containment",{start:function(b,d){var e=a(this).data("resizable"),f=e.options,g=e.element,h=f.containment,i=h instanceof a?h.get(0):/parent/.test(h)?g.parent().get(0):h;if(!!i){e.containerElement=a(i);if(/document/.test(h)||h==document)e.containerOffset={left:0,top:0},e.containerPosition={left:0,top:0},e.parentData={element:a(document),left:0,top:0,width:a(document).width(),height:a(document).height()||document.body.parentNode.scrollHeight};else{var j=a(i),k=[];a(["Top","Right","Left","Bottom"]).each(function(a,b){k[a]=c(j.css("padding"+b))}),e.containerOffset=j.offset(),e.containerPosition=j.position(),e.containerSize={height:j.innerHeight()-k[3],width:j.innerWidth()-k[1]};var l=e.containerOffset,m=e.containerSize.height,n=e.containerSize.width,o=a.ui.hasScroll(i,"left")?i.scrollWidth:n,p=a.ui.hasScroll(i)?i.scrollHeight:m;e.parentData={element:i,left:l.left,top:l.top,width:o,height:p}}}},resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.containerSize,g=d.containerOffset,h=d.size,i=d.position,j=d._aspectRatio||b.shiftKey,k={top:0,left:0},l=d.containerElement;l[0]!=document&&/static/.test(l.css("position"))&&(k=g),i.left<(d._helper?g.left:0)&&(d.size.width=d.size.width+(d._helper?d.position.left-g.left:d.position.left-k.left),j&&(d.size.height=d.size.width/e.aspectRatio),d.position.left=e.helper?g.left:0),i.top<(d._helper?g.top:0)&&(d.size.height=d.size.height+(d._helper?d.position.top-g.top:d.position.top),j&&(d.size.width=d.size.height*e.aspectRatio),d.position.top=d._helper?g.top:0),d.offset.left=d.parentData.left+d.position.left,d.offset.top=d.parentData.top+d.position.top;var m=Math.abs((d._helper?d.offset.left-k.left:d.offset.left-k.left)+d.sizeDiff.width),n=Math.abs((d._helper?d.offset.top-k.top:d.offset.top-g.top)+d.sizeDiff.height),o=d.containerElement.get(0)==d.element.parent().get(0),p=/relative|absolute/.test(d.containerElement.css("position"));o&&p&&(m-=d.parentData.left),m+d.size.width>=d.parentData.width&&(d.size.width=d.parentData.width-m,j&&(d.size.height=d.size.width/d.aspectRatio)),n+d.size.height>=d.parentData.height&&(d.size.height=d.parentData.height-n,j&&(d.size.width=d.size.height*d.aspectRatio))},stop:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.position,g=d.containerOffset,h=d.containerPosition,i=d.containerElement,j=a(d.helper),k=j.offset(),l=j.outerWidth()-d.sizeDiff.width,m=j.outerHeight()-d.sizeDiff.height;d._helper&&!e.animate&&/relative/.test(i.css("position"))&&a(this).css({left:k.left-h.left-g.left,width:l,height:m}),d._helper&&!e.animate&&/static/.test(i.css("position"))&&a(this).css({left:k.left-h.left-g.left,width:l,height:m})}}),a.ui.plugin.add("resizable","ghost",{start:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.size;d.ghost=d.originalElement.clone(),d.ghost.css({opacity:.25,display:"block",position:"relative",height:f.height,width:f.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof e.ghost=="string"?e.ghost:""),d.ghost.appendTo(d.helper)},resize:function(b,c){var d=a(this).data("resizable"),e=d.options;d.ghost&&d.ghost.css({position:"relative",height:d.size.height,width:d.size.width})},stop:function(b,c){var d=a(this).data("resizable"),e=d.options;d.ghost&&d.helper&&d.helper.get(0).removeChild(d.ghost.get(0))}}),a.ui.plugin.add("resizable","grid",{resize:function(b,c){var d=a(this).data("resizable"),e=d.options,f=d.size,g=d.originalSize,h=d.originalPosition,i=d.axis,j=e._aspectRatio||b.shiftKey;e.grid=typeof e.grid=="number"?[e.grid,e.grid]:e.grid;var k=Math.round((f.width-g.width)/(e.grid[0]||1))*(e.grid[0]||1),l=Math.round((f.height-g.height)/(e.grid[1]||1))*(e.grid[1]||1);/^(se|s|e)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l):/^(ne)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l,d.position.top=h.top-l):/^(sw)$/.test(i)?(d.size.width=g.width+k,d.size.height=g.height+l,d.position.left=h.left-k):(d.size.width=g.width+k,d.size.height=g.height+l,d.position.top=h.top-l,d.position.left=h.left-k)}});var c=function(a){return parseInt(a,10)||0},d=function(a){return!isNaN(parseInt(a,10))}})(jQuery);/* + * jQuery UI Selectable 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */(function(a,b){a.widget("ui.selectable",a.ui.mouse,{options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch"},_create:function(){var b=this;this.element.addClass("ui-selectable"),this.dragged=!1;var c;this.refresh=function(){c=a(b.options.filter,b.element[0]),c.addClass("ui-selectee"),c.each(function(){var b=a(this),c=b.offset();a.data(this,"selectable-item",{element:this,$element:b,left:c.left,top:c.top,right:c.left+b.outerWidth(),bottom:c.top+b.outerHeight(),startselected:!1,selected:b.hasClass("ui-selected"),selecting:b.hasClass("ui-selecting"),unselecting:b.hasClass("ui-unselecting")})})},this.refresh(),this.selectees=c.addClass("ui-selectee"),this._mouseInit(),this.helper=a("
    ")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item"),this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable"),this._mouseDestroy();return this},_mouseStart:function(b){var c=this;this.opos=[b.pageX,b.pageY];if(!this.options.disabled){var d=this.options;this.selectees=a(d.filter,this.element[0]),this._trigger("start",b),a(d.appendTo).append(this.helper),this.helper.css({left:b.clientX,top:b.clientY,width:0,height:0}),d.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(function(){var d=a.data(this,"selectable-item");d.startselected=!0,!b.metaKey&&!b.ctrlKey&&(d.$element.removeClass("ui-selected"),d.selected=!1,d.$element.addClass("ui-unselecting"),d.unselecting=!0,c._trigger("unselecting",b,{unselecting:d.element}))}),a(b.target).parents().andSelf().each(function(){var d=a.data(this,"selectable-item");if(d){var e=!b.metaKey&&!b.ctrlKey||!d.$element.hasClass("ui-selected");d.$element.removeClass(e?"ui-unselecting":"ui-selected").addClass(e?"ui-selecting":"ui-unselecting"),d.unselecting=!e,d.selecting=e,d.selected=e,e?c._trigger("selecting",b,{selecting:d.element}):c._trigger("unselecting",b,{unselecting:d.element});return!1}})}},_mouseDrag:function(b){var c=this;this.dragged=!0;if(!this.options.disabled){var d=this.options,e=this.opos[0],f=this.opos[1],g=b.pageX,h=b.pageY;if(e>g){var i=g;g=e,e=i}if(f>h){var i=h;h=f,f=i}this.helper.css({left:e,top:f,width:g-e,height:h-f}),this.selectees.each(function(){var i=a.data(this,"selectable-item");if(!!i&&i.element!=c.element[0]){var j=!1;d.tolerance=="touch"?j=!(i.left>g||i.righth||i.bottome&&i.rightf&&i.bottom *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3},_create:function(){var a=this.options;this.containerCache={},this.element.addClass("ui-sortable"),this.refresh(),this.floating=this.items.length?a.axis==="x"||/left|right/.test(this.items[0].item.css("float"))||/inline|table-cell/.test(this.items[0].item.css("display")):!1,this.offset=this.element.offset(),this._mouseInit(),this.ready=!0},destroy:function(){a.Widget.prototype.destroy.call(this),this.element.removeClass("ui-sortable ui-sortable-disabled"),this._mouseDestroy();for(var b=this.items.length-1;b>=0;b--)this.items[b].item.removeData(this.widgetName+"-item");return this},_setOption:function(b,c){b==="disabled"?(this.options[b]=c,this.widget()[c?"addClass":"removeClass"]("ui-sortable-disabled")):a.Widget.prototype._setOption.apply(this,arguments)},_mouseCapture:function(b,c){var d=this;if(this.reverting)return!1;if(this.options.disabled||this.options.type=="static")return!1;this._refreshItems(b);var e=null,f=this,g=a(b.target).parents().each(function(){if(a.data(this,d.widgetName+"-item")==f){e=a(this);return!1}});a.data(b.target,d.widgetName+"-item")==f&&(e=a(b.target));if(!e)return!1;if(this.options.handle&&!c){var h=!1;a(this.options.handle,e).find("*").andSelf().each(function(){this==b.target&&(h=!0)});if(!h)return!1}this.currentItem=e,this._removeCurrentsFromItems();return!0},_mouseStart:function(b,c,d){var e=this.options,f=this;this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(b),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),a.extend(this.offset,{click:{left:b.pageX-this.offset.left,top:b.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.originalPosition=this._generatePosition(b),this.originalPageX=b.pageX,this.originalPageY=b.pageY,e.cursorAt&&this._adjustOffsetFromHelper(e.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!=this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),e.containment&&this._setContainment(),e.cursor&&(a("body").css("cursor")&&(this._storedCursor=a("body").css("cursor")),a("body").css("cursor",e.cursor)),e.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",e.opacity)),e.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",e.zIndex)),this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",b,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions();if(!d)for(var g=this.containers.length-1;g>=0;g--)this.containers[g]._trigger("activate",b,f._uiHash(this));a.ui.ddmanager&&(a.ui.ddmanager.current=this),a.ui.ddmanager&&!e.dropBehaviour&&a.ui.ddmanager.prepareOffsets(this,b),this.dragging=!0,this.helper.addClass("ui-sortable-helper"),this._mouseDrag(b);return!0},_mouseDrag:function(b){this.position=this._generatePosition(b),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs);if(this.options.scroll){var c=this.options,d=!1;this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-b.pageY=0;e--){var f=this.items[e],g=f.item[0],h=this._intersectsWithPointer(f);if(!h)continue;if(g!=this.currentItem[0]&&this.placeholder[h==1?"next":"prev"]()[0]!=g&&!a.ui.contains(this.placeholder[0],g)&&(this.options.type=="semi-dynamic"?!a.ui.contains(this.element[0],g):!0)){this.direction=h==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(f))this._rearrange(b,f);else break;this._trigger("change",b,this._uiHash());break}}this._contactContainers(b),a.ui.ddmanager&&a.ui.ddmanager.drag(this,b),this._trigger("sort",b,this._uiHash()),this.lastPositionAbs=this.positionAbs;return!1},_mouseStop:function(b,c){if(!!b){a.ui.ddmanager&&!this.options.dropBehaviour&&a.ui.ddmanager.drop(this,b);if(this.options.revert){var d=this,e=d.placeholder.offset();d.reverting=!0,a(this.helper).animate({left:e.left-this.offset.parent.left-d.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:e.top-this.offset.parent.top-d.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){d._clear(b)})}else this._clear(b,c);return!1}},cancel:function(){var b=this;if(this.dragging){this._mouseUp({target:null}),this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("deactivate",null,b._uiHash(this)),this.containers[c].containerCache.over&&(this.containers[c]._trigger("out",null,b._uiHash(this)),this.containers[c].containerCache.over=0)}this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),a.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?a(this.domPosition.prev).after(this.currentItem):a(this.domPosition.parent).prepend(this.currentItem));return this},serialize:function(b){var c=this._getItemsAsjQuery(b&&b.connected),d=[];b=b||{},a(c).each(function(){var c=(a(b.item||this).attr(b.attribute||"id")||"").match(b.expression||/(.+)[-=_](.+)/);c&&d.push((b.key||c[1]+"[]")+"="+(b.key&&b.expression?c[1]:c[2]))}),!d.length&&b.key&&d.push(b.key+"=");return d.join("&")},toArray:function(b){var c=this._getItemsAsjQuery(b&&b.connected),d=[];b=b||{},c.each(function(){d.push(a(b.item||this).attr(b.attribute||"id")||"")});return d},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,d=this.positionAbs.top,e=d+this.helperProportions.height,f=a.left,g=f+a.width,h=a.top,i=h+a.height,j=this.offset.click.top,k=this.offset.click.left,l=d+j>h&&d+jf&&b+ka[this.floating?"width":"height"]?l:f0?"down":"up")},_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a),this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(b){var c=this,d=[],e=[],f=this._connectWith();if(f&&b)for(var g=f.length-1;g>=0;g--){var h=a(f[g]);for(var i=h.length-1;i>=0;i--){var j=a.data(h[i],this.widgetName);j&&j!=this&&!j.options.disabled&&e.push([a.isFunction(j.options.items)?j.options.items.call(j.element):a(j.options.items,j.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),j])}}e.push([a.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):a(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]);for(var g=e.length-1;g>=0;g--)e[g][0].each(function(){d.push(this)});return a(d)},_removeCurrentsFromItems:function(){var a=this.currentItem.find(":data("+this.widgetName+"-item)");for(var b=0;b=0;g--){var h=a(f[g]);for(var i=h.length-1;i>=0;i--){var j=a.data(h[i],this.widgetName);j&&j!=this&&!j.options.disabled&&(e.push([a.isFunction(j.options.items)?j.options.items.call(j.element[0],b,{item:this.currentItem}):a(j.options.items,j.element),j]),this.containers.push(j))}}for(var g=e.length-1;g>=0;g--){var k=e[g][1],l=e[g][0];for(var i=0,m=l.length;i=0;c--){var d=this.items[c];if(d.instance!=this.currentContainer&&this.currentContainer&&d.item[0]!=this.currentItem[0])continue;var e=this.options.toleranceElement?a(this.options.toleranceElement,d.item):d.item;b||(d.width=e.outerWidth(),d.height=e.outerHeight());var f=e.offset();d.left=f.left,d.top=f.top}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(var c=this.containers.length-1;c>=0;c--){var f=this.containers[c].element.offset();this.containers[c].containerCache.left=f.left,this.containers[c].containerCache.top=f.top,this.containers[c].containerCache.width=this.containers[c].element.outerWidth(),this.containers[c].containerCache.height=this.containers[c].element.outerHeight()}return this},_createPlaceholder:function(b){var c=b||this,d=c.options;if(!d.placeholder||d.placeholder.constructor==String){var e=d.placeholder;d.placeholder={element:function(){var b=a(document.createElement(c.currentItem[0].nodeName)).addClass(e||c.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];e||(b.style.visibility="hidden");return b},update:function(a,b){if(!e||!!d.forcePlaceholderSize)b.height()||b.height(c.currentItem.innerHeight()-parseInt(c.currentItem.css("paddingTop")||0,10)-parseInt(c.currentItem.css("paddingBottom")||0,10)),b.width()||b.width(c.currentItem.innerWidth()-parseInt(c.currentItem.css("paddingLeft")||0,10)-parseInt(c.currentItem.css("paddingRight")||0,10))}}}c.placeholder=a(d.placeholder.element.call(c.element,c.currentItem)),c.currentItem.after(c.placeholder),d.placeholder.update(c,c.placeholder)},_contactContainers:function(b){var c=null,d=null;for(var e=this.containers.length-1;e>=0;e--){if(a.ui.contains(this.currentItem[0],this.containers[e].element[0]))continue;if(this._intersectsWith(this.containers[e].containerCache)){if(c&&a.ui.contains(this.containers[e].element[0],c.element[0]))continue;c=this.containers[e],d=e}else this.containers[e].containerCache.over&&(this.containers[e]._trigger("out",b,this._uiHash(this)),this.containers[e].containerCache.over=0)}if(!!c)if(this.containers.length===1)this.containers[d]._trigger("over",b,this._uiHash(this)),this.containers[d].containerCache.over=1;else if(this.currentContainer!=this.containers[d]){var f=1e4,g=null,h=this.positionAbs[this.containers[d].floating?"left":"top"];for(var i=this.items.length-1;i>=0;i--){if(!a.ui.contains(this.containers[d].element[0],this.items[i].item[0]))continue;var j=this.items[i][this.containers[d].floating?"left":"top"];Math.abs(j-h)this.containment[2]&&(f=this.containment[2]+this.offset.click.left),b.pageY-this.offset.click.top>this.containment[3]&&(g=this.containment[3]+this.offset.click.top));if(c.grid){var h=this.originalPageY+Math.round((g-this.originalPageY)/c.grid[1])*c.grid[1];g=this.containment?h-this.offset.click.topthis.containment[3]?h-this.offset.click.topthis.containment[2]?i-this.offset.click.left=0;f--)a.ui.contains(this.containers[f].element[0],this.currentItem[0])&&!c&&(d.push(function(a){return function(b){a._trigger("receive",b,this._uiHash(this))}}.call(this,this.containers[f])),d.push(function(a){return function(b){a._trigger("update",b,this._uiHash(this))}}.call(this,this.containers[f])))}for(var f=this.containers.length-1;f>=0;f--)c||d.push(function(a){return function(b){a._trigger("deactivate",b,this._uiHash(this))}}.call(this,this.containers[f])),this.containers[f].containerCache.over&&(d.push(function(a){return function(b){a._trigger("out",b,this._uiHash(this))}}.call(this,this.containers[f])),this.containers[f].containerCache.over=0);this._storedCursor&&a("body").css("cursor",this._storedCursor),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex),this.dragging=!1;if(this.cancelHelperRemoval){if(!c){this._trigger("beforeStop",b,this._uiHash());for(var f=0;f li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:!1,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var b=this,c=b.options;b.running=0,b.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix"),b.headers=b.element.find(c.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){c.disabled||a(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){c.disabled||a(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){c.disabled||a(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){c.disabled||a(this).removeClass("ui-state-focus")}),b.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");if(c.navigation){var d=b.element.find("a").filter(c.navigationFilter).eq(0);if(d.length){var e=d.closest(".ui-accordion-header");e.length?b.active=e:b.active=d.closest(".ui-accordion-content").prev()}}b.active=b._findActive(b.active||c.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top"),b.active.next().addClass("ui-accordion-content-active"),b._createIcons(),b.resize(),b.element.attr("role","tablist"),b.headers.attr("role","tab").bind("keydown.accordion",function(a){return b._keydown(a)}).next().attr("role","tabpanel"),b.headers.not(b.active||"").attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).next().hide(),b.active.length?b.active.attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}):b.headers.eq(0).attr("tabIndex",0),a.browser.safari||b.headers.find("a").attr("tabIndex",-1),c.event&&b.headers.bind(c.event.split(" ").join(".accordion ")+".accordion",function(a){b._clickHandler.call(b,a,this),a.preventDefault()})},_createIcons:function(){var b=this.options;b.icons&&(a("").addClass("ui-icon "+b.icons.header).prependTo(this.headers),this.active.children(".ui-icon").toggleClass(b.icons.header).toggleClass(b.icons.headerSelected),this.element.addClass("ui-accordion-icons"))},_destroyIcons:function(){this.headers.children(".ui-icon").remove(),this.element.removeClass("ui-accordion-icons")},destroy:function(){var b=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role"),this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("tabIndex"),this.headers.find("a").removeAttr("tabIndex"),this._destroyIcons();var c=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");(b.autoHeight||b.fillHeight)&&c.css("height","");return a.Widget.prototype.destroy.call(this)},_setOption:function(b,c){a.Widget.prototype._setOption.apply(this,arguments),b=="active"&&this.activate(c),b=="icons"&&(this._destroyIcons(),c&&this._createIcons()),b=="disabled"&&this.headers.add(this.headers.next())[c?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(b){if(!(this.options.disabled||b.altKey||b.ctrlKey)){var c=a.ui.keyCode,d=this.headers.length,e=this.headers.index(b.target),f=!1;switch(b.keyCode){case c.RIGHT:case c.DOWN:f=this.headers[(e+1)%d];break;case c.LEFT:case c.UP:f=this.headers[(e-1+d)%d];break;case c.SPACE:case c.ENTER:this._clickHandler({target:b.target},b.target),b.preventDefault()}if(f){a(b.target).attr("tabIndex",-1),a(f).attr("tabIndex",0),f.focus();return!1}return!0}},resize:function(){var b=this.options,c;if(b.fillSpace){if(a.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}c=this.element.parent().height(),a.browser.msie&&this.element.parent().css("overflow",d),this.headers.each(function(){c-=a(this).outerHeight(!0)}),this.headers.next().each(function(){a(this).height(Math.max(0,c-a(this).innerHeight()+a(this).height()))}).css("overflow","auto")}else b.autoHeight&&(c=0,this.headers.next().each(function(){c=Math.max(c,a(this).height("").height())}).height(c));return this},activate:function(a){this.options.active=a;var b=this._findActive(a)[0];this._clickHandler({target:b},b);return this},_findActive:function(b){return b?typeof b=="number"?this.headers.filter(":eq("+b+")"):this.headers.not(this.headers.not(b)):b===!1?a([]):this.headers.filter(":eq(0)")},_clickHandler:function(b,c){var d=this.options;if(!d.disabled){if(!b.target){if(!d.collapsible)return;this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header),this.active.next().addClass("ui-accordion-content-active");var e=this.active.next(),f={options:d,newHeader:a([]),oldHeader:d.active,newContent:a([]),oldContent:e},g=this.active=a([]);this._toggle(g,e,f);return}var h=a(b.currentTarget||c),i=h[0]===this.active[0];d.active=d.collapsible&&i?!1:this.headers.index(h);if(this.running||!d.collapsible&&i)return;var j=this.active,g=h.next(),e=this.active.next(),f={options:d,newHeader:i&&d.collapsible?a([]):h,oldHeader:this.active,newContent:i&&d.collapsible?a([]):g,oldContent:e},k=this.headers.index(this.active[0])>this.headers.index(h[0]);this.active=i?a([]):h,this._toggle(g,e,f,i,k),j.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header),i||(h.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected),h.next().addClass("ui-accordion-content-active"));return}},_toggle:function(b,c,d,e,f){var g=this,h=g.options;g.toShow=b,g.toHide=c,g.data=d;var i=function(){if(!!g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data),g.running=c.size()===0?b.size():c.size();if(h.animated){var j={};h.collapsible&&e?j={toShow:a([]),toHide:c,complete:i,down:f,autoHeight:h.autoHeight||h.fillSpace}:j={toShow:b,toHide:c,complete:i,down:f,autoHeight:h.autoHeight||h.fillSpace},h.proxied||(h.proxied=h.animated),h.proxiedDuration||(h.proxiedDuration=h.duration),h.animated=a.isFunction(h.proxied)?h.proxied(j):h.proxied,h.duration=a.isFunction(h.proxiedDuration)?h.proxiedDuration(j):h.proxiedDuration;var k=a.ui.accordion.animations,l=h.duration,m=h.animated;m&&!k[m]&&!a.easing[m]&&(m="slide"),k[m]||(k[m]=function(a){this.slide(a,{easing:m,duration:l||700})}),k[m](j)}else h.collapsible&&e?b.toggle():(c.hide(),b.show()),i(!0);c.prev().attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).blur(),b.prev().attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;this.running||(this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""}),this.toHide.removeClass("ui-accordion-content-active"),this.toHide.length&&(this.toHide.parent()[0].className=this.toHide.parent()[0].className),this._trigger("change",null,this.data))}}),a.extend(a.ui.accordion,{version:"1.8.18",animations:{slide:function(b,c){b=a.extend({easing:"swing",duration:300},b,c);if(!b.toHide.size())b.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},b);else{if(!b.toShow.size()){b.toHide.animate({height:"hide",paddingTop:"hide",paddingBottom:"hide"},b);return}var d=b.toShow.css("overflow"),e=0,f={},g={},h=["height","paddingTop","paddingBottom"],i,j=b.toShow;i=j[0].style.width,j.width(j.parent().width()-parseFloat(j.css("paddingLeft"))-parseFloat(j.css("paddingRight"))-(parseFloat(j.css("borderLeftWidth"))||0)-(parseFloat(j.css("borderRightWidth"))||0)),a.each(h,function(c,d){g[d]="hide";var e=(""+a.css(b.toShow[0],d)).match(/^([\d+-.]+)(.*)$/);f[d]={value:e[1],unit:e[2]||"px"}}),b.toShow.css({height:0,overflow:"hidden"}).show(),b.toHide.filter(":hidden").each(b.complete).end().filter(":visible").animate(g,{step:function(a,c){c.prop=="height"&&(e=c.end-c.start===0?0:(c.now-c.start)/(c.end-c.start)),b.toShow[0].style[c.prop]=e*f[c.prop].value+f[c.prop].unit},duration:b.duration,easing:b.easing,complete:function(){b.autoHeight||b.toShow.css("height",""),b.toShow.css({width:i,overflow:d}),b.complete()}})}},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1e3:200})}}})})(jQuery);/* + * jQuery UI Autocomplete 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + */(function(a,b){var c=0;a.widget("ui.autocomplete",{options:{appendTo:"body",autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},pending:0,_create:function(){var b=this,c=this.element[0].ownerDocument,d;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!b.options.disabled&&!b.element.propAttr("readOnly")){d=!1;var e=a.ui.keyCode;switch(c.keyCode){case e.PAGE_UP:b._move("previousPage",c);break;case e.PAGE_DOWN:b._move("nextPage",c);break;case e.UP:b._move("previous",c),c.preventDefault();break;case e.DOWN:b._move("next",c),c.preventDefault();break;case e.ENTER:case e.NUMPAD_ENTER:b.menu.active&&(d=!0,c.preventDefault());case e.TAB:if(!b.menu.active)return;b.menu.select(c);break;case e.ESCAPE:b.element.val(b.term),b.close(c);break;default:clearTimeout(b.searching),b.searching=setTimeout(function(){b.term!=b.element.val()&&(b.selectedItem=null,b.search(null,c))},b.options.delay)}}}).bind("keypress.autocomplete",function(a){d&&(d=!1,a.preventDefault())}).bind("focus.autocomplete",function(){b.options.disabled||(b.selectedItem=null,b.previous=b.element.val())}).bind("blur.autocomplete",function(a){b.options.disabled||(clearTimeout(b.searching),b.closing=setTimeout(function(){b.close(a),b._change(a)},150))}),this._initSource(),this.response=function(){return b._response.apply(b,arguments)},this.menu=a("
      ").addClass("ui-autocomplete").appendTo(a(this.options.appendTo||"body",c)[0]).mousedown(function(c){var d=b.menu.element[0];a(c.target).closest(".ui-menu-item").length||setTimeout(function(){a(document).one("mousedown",function(c){c.target!==b.element[0]&&c.target!==d&&!a.ui.contains(d,c.target)&&b.close()})},1),setTimeout(function(){clearTimeout(b.closing)},13)}).menu({focus:function(a,c){var d=c.item.data("item.autocomplete");!1!==b._trigger("focus",a,{item:d})&&/^key/.test(a.originalEvent.type)&&b.element.val(d.value)},selected:function(a,d){var e=d.item.data("item.autocomplete"),f=b.previous;b.element[0]!==c.activeElement&&(b.element.focus(),b.previous=f,setTimeout(function(){b.previous=f,b.selectedItem=e},1)),!1!==b._trigger("select",a,{item:e})&&b.element.val(e.value),b.term=b.element.val(),b.close(a),b.selectedItem=e},blur:function(a,c){b.menu.element.is(":visible")&&b.element.val()!==b.term&&b.element.val(b.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu"),a.fn.bgiframe&&this.menu.element.bgiframe(),b.beforeunloadHandler=function(){b.element.removeAttr("autocomplete")},a(window).bind("beforeunload",b.beforeunloadHandler)},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup"),this.menu.element.remove(),a(window).unbind("beforeunload",this.beforeunloadHandler),a.Widget.prototype.destroy.call(this)},_setOption:function(b,c){a.Widget.prototype._setOption.apply(this,arguments),b==="source"&&this._initSource(),b==="appendTo"&&this.menu.element.appendTo(a(c||"body",this.element[0].ownerDocument)[0]),b==="disabled"&&c&&this.xhr&&this.xhr.abort()},_initSource:function(){var b=this,d,e;a.isArray(this.options.source)?(d=this.options.source,this.source=function(b,c){c(a.ui.autocomplete.filter(d,b.term))}):typeof this.options.source=="string"?(e=this.options.source,this.source=function(d,f){b.xhr&&b.xhr.abort(),b.xhr=a.ajax({url:e,data:d,dataType:"json",context:{autocompleteRequest:++c},success:function(a,b){this.autocompleteRequest===c&&f(a)},error:function(){this.autocompleteRequest===c&&f([])}})}):this.source=this.options.source},search:function(a,b){a=a!=null?a:this.element.val(),this.term=this.element.val();if(a.length").data("item.autocomplete",c).append(a("").text(c.label)).appendTo(b)},_move:function(a,b){if(!this.menu.element.is(":visible"))this.search(null,b);else{if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term),this.menu.deactivate();return}this.menu[a](b)}},widget:function(){return this.menu.element}}),a.extend(a.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},filter:function(b,c){var d=new RegExp(a.ui.autocomplete.escapeRegex(c),"i");return a.grep(b,function(a){return d.test(a.label||a.value||a)})}})})(jQuery),function(a){a.widget("ui.menu",{_create:function(){var b=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(c){!a(c.target).closest(".ui-menu-item a").length||(c.preventDefault(),b.select(c))}),this.refresh()},refresh:function(){var b=this,c=this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem");c.children("a").addClass("ui-corner-all").attr("tabindex",-1).mouseenter(function(c){b.activate(c,a(this).parent())}).mouseleave(function(){b.deactivate()})},activate:function(a,b){this.deactivate();if(this.hasScroll()){var c=b.offset().top-this.element.offset().top,d=this.element.scrollTop(),e=this.element.height();c<0?this.element.scrollTop(d+c):c>=e&&this.element.scrollTop(d+c-e+b.height())}this.active=b.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end(),this._trigger("focus",a,{item:b})},deactivate:function(){!this.active||(this.active.children("a").removeClass("ui-state-hover").removeAttr("id"),this._trigger("blur"),this.active=null)},next:function(a){this.move("next",".ui-menu-item:first",a)},previous:function(a){this.move("prev",".ui-menu-item:last",a)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(a,b,c){if(!this.active)this.activate(c,this.element.children(b));else{var d=this.active[a+"All"](".ui-menu-item").eq(0);d.length?this.activate(c,d):this.activate(c,this.element.children(b))}},nextPage:function(b){if(this.hasScroll()){if(!this.active||this.last()){this.activate(b,this.element.children(".ui-menu-item:first"));return}var c=this.active.offset().top,d=this.element.height(),e=this.element.children(".ui-menu-item").filter(function(){var b=a(this).offset().top-c-d+a(this).height();return b<10&&b>-10});e.length||(e=this.element.children(".ui-menu-item:last")),this.activate(b,e)}else this.activate(b,this.element.children(".ui-menu-item").filter(!this.active||this.last()?":first":":last"))},previousPage:function(b){if(this.hasScroll()){if(!this.active||this.first()){this.activate(b,this.element.children(".ui-menu-item:last"));return}var c=this.active.offset().top,d=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var b=a(this).offset().top-c+d-a(this).height();return b<10&&b>-10}),result.length||(result=this.element.children(".ui-menu-item:first")),this.activate(b,result)}else this.activate(b,this.element.children(".ui-menu-item").filter(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()",this.element[0].ownerDocument).addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,e=d.primary&&d.secondary,f=[];d.primary||d.secondary?(this.options.text&&f.push("ui-button-text-icon"+(e?"s":d.primary?"-primary":"-secondary")),d.primary&&b.prepend(""),d.secondary&&b.append(""),this.options.text||(f.push(e?"ui-button-icons-only":"ui-button-icon-only"),this.hasTitle||b.attr("title",c))):f.push("ui-button-text-only"),b.addClass(f.join(" "))}}}),a.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c),a.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){var b=this.element.css("direction")==="rtl";this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass(b?"ui-corner-right":"ui-corner-left").end().filter(":last").addClass(b?"ui-corner-left":"ui-corner-right").end().end()},destroy:function(){this.element.removeClass("ui-buttonset"),this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy"),a.Widget.prototype.destroy.call(this)}})})(jQuery);/* + * jQuery UI Dialog 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js + * jquery.ui.draggable.js + * jquery.ui.mouse.js + * jquery.ui.position.js + * jquery.ui.resizable.js + */(function(a,b){var c="ui-dialog ui-widget ui-widget-content ui-corner-all ",d={buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},e={maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},f=a.attrFn||{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0,click:!0};a.widget("ui.dialog",{options:{autoOpen:!0,buttons:{},closeOnEscape:!0,closeText:"close",dialogClass:"",draggable:!0,hide:null,height:"auto",maxHeight:!1,maxWidth:!1,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",collision:"fit",using:function(b){var c=a(this).css(b).offset().top;c<0&&a(this).css("top",b.top-c)}},resizable:!0,show:null,stack:!0,title:"",width:300,zIndex:1e3},_create:function(){this.originalTitle=this.element.attr("title"),typeof this.originalTitle!="string"&&(this.originalTitle=""),this.options.title=this.options.title||this.originalTitle;var b=this,d=b.options,e=d.title||" ",f=a.ui.dialog.getTitleId(b.element),g=(b.uiDialog=a("
      ")).appendTo(document.body).hide().addClass(c+d.dialogClass).css({zIndex:d.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(c){d.closeOnEscape&&!c.isDefaultPrevented()&&c.keyCode&&c.keyCode===a.ui.keyCode.ESCAPE&&(b.close(c),c.preventDefault())}).attr({role:"dialog","aria-labelledby":f}).mousedown(function(a){b.moveToTop(!1,a)}),h=b.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g),i=(b.uiDialogTitlebar=a("
      ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g),j=a('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){j.addClass("ui-state-hover")},function(){j.removeClass("ui-state-hover")}).focus(function(){j.addClass("ui-state-focus")}).blur(function(){j.removeClass("ui-state-focus")}).click(function(a){b.close(a);return!1}).appendTo(i),k=(b.uiDialogTitlebarCloseText=a("")).addClass("ui-icon ui-icon-closethick").text(d.closeText).appendTo(j),l=a("").addClass("ui-dialog-title").attr("id",f).html(e).prependTo(i);a.isFunction(d.beforeclose)&&!a.isFunction(d.beforeClose)&&(d.beforeClose=d.beforeclose),i.find("*").add(i).disableSelection(),d.draggable&&a.fn.draggable&&b._makeDraggable(),d.resizable&&a.fn.resizable&&b._makeResizable(),b._createButtons(d.buttons),b._isOpen=!1,a.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy(),a.uiDialog.hide(),a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body"),a.uiDialog.remove(),a.originalTitle&&a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(b){var c=this,d,e;if(!1!==c._trigger("beforeClose",b)){c.overlay&&c.overlay.destroy(),c.uiDialog.unbind("keypress.ui-dialog"),c._isOpen=!1,c.options.hide?c.uiDialog.hide(c.options.hide,function(){c._trigger("close",b)}):(c.uiDialog.hide(),c._trigger("close",b)),a.ui.dialog.overlay.resize(),c.options.modal&&(d=0,a(".ui-dialog").each(function(){this!==c.uiDialog[0]&&(e=a(this).css("z-index"),isNaN(e)||(d=Math.max(d,e)))}),a.ui.dialog.maxZ=d);return c}},isOpen:function(){return this._isOpen},moveToTop:function(b,c){var d=this,e=d.options,f;if(e.modal&&!b||!e.stack&&!e.modal)return d._trigger("focus",c);e.zIndex>a.ui.dialog.maxZ&&(a.ui.dialog.maxZ=e.zIndex),d.overlay&&(a.ui.dialog.maxZ+=1,d.overlay.$el.css("z-index",a.ui.dialog.overlay.maxZ=a.ui.dialog.maxZ)),f={scrollTop:d.element.scrollTop(),scrollLeft:d.element.scrollLeft()},a.ui.dialog.maxZ+=1,d.uiDialog.css("z-index",a.ui.dialog.maxZ),d.element.attr(f),d._trigger("focus",c);return d},open:function(){if(!this._isOpen){var b=this,c=b.options,d=b.uiDialog;b.overlay=c.modal?new a.ui.dialog.overlay(b):null,b._size(),b._position(c.position),d.show(c.show),b.moveToTop(!0),c.modal&&d.bind("keydown.ui-dialog",function(b){if(b.keyCode===a.ui.keyCode.TAB){var c=a(":tabbable",this),d=c.filter(":first"),e=c.filter(":last");if(b.target===e[0]&&!b.shiftKey){d.focus(1);return!1}if(b.target===d[0]&&b.shiftKey){e.focus(1);return!1}}}),a(b.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus(),b._isOpen=!0,b._trigger("open");return b}},_createButtons:function(b){var c=this,d=!1,e=a("
      ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=a("
      ").addClass("ui-dialog-buttonset").appendTo(e);c.uiDialog.find(".ui-dialog-buttonpane").remove(),typeof b=="object"&&b!==null&&a.each(b,function(){return!(d=!0)}),d&&(a.each(b,function(b,d){d=a.isFunction(d)?{click:d,text:b}:d;var e=a('').click(function(){d.click.apply(c.element[0],arguments)}).appendTo(g);a.each(d,function(a,b){a!=="click"&&(a in f?e[a](b):e.attr(a,b))}),a.fn.button&&e.button()}),e.appendTo(c.uiDialog))},_makeDraggable:function(){function f(a){return{position:a.position,offset:a.offset}}var b=this,c=b.options,d=a(document),e;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(d,g){e=c.height==="auto"?"auto":a(this).height(),a(this).height(a(this).height()).addClass("ui-dialog-dragging"),b._trigger("dragStart",d,f(g))},drag:function(a,c){b._trigger("drag",a,f(c))},stop:function(g,h){c.position=[h.position.left-d.scrollLeft(),h.position.top-d.scrollTop()],a(this).removeClass("ui-dialog-dragging").height(e),b._trigger("dragStop",g,f(h)),a.ui.dialog.overlay.resize()}})},_makeResizable:function(c){function h(a){return{originalPosition:a.originalPosition,originalSize:a.originalSize,position:a.position,size:a.size}}c=c===b?this.options.resizable:c;var d=this,e=d.options,f=d.uiDialog.css("position"),g=typeof c=="string"?c:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:g,start:function(b,c){a(this).addClass("ui-dialog-resizing"),d._trigger("resizeStart",b,h(c))},resize:function(a,b){d._trigger("resize",a,h(b))},stop:function(b,c){a(this).removeClass("ui-dialog-resizing"),e.height=a(this).height(),e.width=a(this).width(),d._trigger("resizeStop",b,h(c)),a.ui.dialog.overlay.resize()}}).css("position",f).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(b){var c=[],d=[0,0],e;if(b){if(typeof b=="string"||typeof b=="object"&&"0"in b)c=b.split?b.split(" "):[b[0],b[1]],c.length===1&&(c[1]=c[0]),a.each(["left","top"],function(a,b){+c[a]===c[a]&&(d[a]=c[a],c[a]=b)}),b={my:c.join(" "),at:c.join(" "),offset:d.join(" ")};b=a.extend({},a.ui.dialog.prototype.options.position,b)}else b=a.ui.dialog.prototype.options.position;e=this.uiDialog.is(":visible"),e||this.uiDialog.show(),this.uiDialog.css({top:0,left:0}).position(a.extend({of:window},b)),e||this.uiDialog.hide()},_setOptions:function(b){var c=this,f={},g=!1;a.each(b,function(a,b){c._setOption(a,b),a in d&&(g=!0),a in e&&(f[a]=b)}),g&&this._size(),this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",f)},_setOption:function(b,d){var e=this,f=e.uiDialog;switch(b){case"beforeclose":b="beforeClose";break;case"buttons":e._createButtons(d);break;case"closeText":e.uiDialogTitlebarCloseText.text(""+d);break;case"dialogClass":f.removeClass(e.options.dialogClass).addClass(c+d);break;case"disabled":d?f.addClass("ui-dialog-disabled"):f.removeClass("ui-dialog-disabled");break;case"draggable":var g=f.is(":data(draggable)");g&&!d&&f.draggable("destroy"),!g&&d&&e._makeDraggable();break;case"position":e._position(d);break;case"resizable":var h=f.is(":data(resizable)");h&&!d&&f.resizable("destroy"),h&&typeof d=="string"&&f.resizable("option","handles",d),!h&&d!==!1&&e._makeResizable(d);break;case"title":a(".ui-dialog-title",e.uiDialogTitlebar).html(""+(d||" "))}a.Widget.prototype._setOption.apply(e,arguments)},_size:function(){var b=this.options,c,d,e=this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0}),b.minWidth>b.width&&(b.width=b.minWidth),c=this.uiDialog.css({height:"auto",width:b.width}).height(),d=Math.max(0,b.minHeight-c);if(b.height==="auto")if(a.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();var f=this.element.css("height","auto").height();e||this.uiDialog.hide(),this.element.height(Math.max(f,d))}else this.element.height(Math.max(b.height-c,0));this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}}),a.extend(a.ui.dialog,{version:"1.8.18",uuid:0,maxZ:0,getTitleId:function(a){var b=a.attr("id");b||(this.uuid+=1,b=this.uuid);return"ui-dialog-title-"+b},overlay:function(b){this.$el=a.ui.dialog.overlay.create(b)}}),a.extend(a.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:a.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "),create:function(b){this.instances.length===0&&(setTimeout(function(){a.ui.dialog.overlay.instances.length&&a(document).bind(a.ui.dialog.overlay.events,function(b){if(a(b.target).zIndex()").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(),height:this.height()});a.fn.bgiframe&&c.bgiframe(),this.instances.push(c);return c},destroy:function(b){var c=a.inArray(b,this.instances);c!=-1&&this.oldInstances.push(this.instances.splice(c,1)[0]),this.instances.length===0&&a([document,window]).unbind(".dialog-overlay"),b.remove();var d=0;a.each(this.instances,function(){d=Math.max(d,this.css("z-index"))}),this.maxZ=d},height:function(){var b,c;if(a.browser.msie&&a.browser.version<7){b=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight),c=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return b").appendTo(this.element).addClass("ui-slider-range ui-widget-header"+(d.range==="min"||d.range==="max"?" ui-slider-range-"+d.range:"")));for(var i=e.length;ic&&(f=c,g=a(this),i=b)}),c.range===!0&&this.values(1)===c.min&&(i+=1,g=a(this.handles[i])),j=this._start(b,i);if(j===!1)return!1;this._mouseSliding=!0,h._handleIndex=i,g.addClass("ui-state-active").focus(),k=g.offset(),l=!a(b.target).parents().andSelf().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:b.pageX-k.left-g.width()/2,top:b.pageY-k.top-g.height()/2-(parseInt(g.css("borderTopWidth"),10)||0)-(parseInt(g.css("borderBottomWidth"),10)||0)+(parseInt(g.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(b,i,e),this._animateOff=!0;return!0},_mouseStart:function(a){return!0},_mouseDrag:function(a){var b={x:a.pageX,y:a.pageY},c=this._normValueFromMouse(b);this._slide(a,this._handleIndex,c);return!1},_mouseStop:function(a){this.handles.removeClass("ui-state-active"),this._mouseSliding=!1,this._stop(a,this._handleIndex),this._change(a,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1;return!1},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(a){var b,c,d,e,f;this.orientation==="horizontal"?(b=this.elementSize.width,c=a.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(b=this.elementSize.height,c=a.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),d=c/b,d>1&&(d=1),d<0&&(d=0),this.orientation==="vertical"&&(d=1-d),e=this._valueMax()-this._valueMin(),f=this._valueMin()+d*e;return this._trimAlignValue(f)},_start:function(a,b){var c={handle:this.handles[b],value:this.value()};this.options.values&&this.options.values.length&&(c.value=this.values(b),c.values=this.values());return this._trigger("start",a,c)},_slide:function(a,b,c){var d,e,f;this.options.values&&this.options.values.length?(d=this.values(b?0:1),this.options.values.length===2&&this.options.range===!0&&(b===0&&c>d||b===1&&c1)this.options.values[b]=this._trimAlignValue(c),this._refreshValue(),this._change(null,b);else{if(!arguments.length)return this._values();if(!a.isArray(arguments[0]))return this.options.values&&this.options.values.length?this._values(b):this.value();d=this.options.values,e=arguments[0];for(f=0;f=this._valueMax())return this._valueMax();var b=this.options.step>0?this.options.step:1,c=(a-this._valueMin())%b,d=a-c;Math.abs(c)*2>=b&&(d+=c>0?b:-b);return parseFloat(d.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var b=this.options.range,c=this.options,d=this,e=this._animateOff?!1:c.animate,f,g={},h,i,j,k;this.options.values&&this.options.values.length?this.handles.each(function(b,i){f=(d.values(b)-d._valueMin())/(d._valueMax()-d._valueMin())*100,g[d.orientation==="horizontal"?"left":"bottom"]=f+"%",a(this).stop(1,1)[e?"animate":"css"](g,c.animate),d.options.range===!0&&(d.orientation==="horizontal"?(b===0&&d.range.stop(1,1)[e?"animate":"css"]({left:f+"%"},c.animate),b===1&&d.range[e?"animate":"css"]({width:f-h+"%"},{queue:!1,duration:c.animate})):(b===0&&d.range.stop(1,1)[e?"animate":"css"]({bottom:f+"%"},c.animate),b===1&&d.range[e?"animate":"css"]({height:f-h+"%"},{queue:!1,duration:c.animate}))),h=f}):(i=this.value(),j=this._valueMin(),k=this._valueMax(),f=k!==j?(i-j)/(k-j)*100:0,g[d.orientation==="horizontal"?"left":"bottom"]=f+"%",this.handle.stop(1,1)[e?"animate":"css"](g,c.animate),b==="min"&&this.orientation==="horizontal"&&this.range.stop(1,1)[e?"animate":"css"]({width:f+"%"},c.animate),b==="max"&&this.orientation==="horizontal"&&this.range[e?"animate":"css"]({width:100-f+"%"},{queue:!1,duration:c.animate}),b==="min"&&this.orientation==="vertical"&&this.range.stop(1,1)[e?"animate":"css"]({height:f+"%"},c.animate),b==="max"&&this.orientation==="vertical"&&this.range[e?"animate":"css"]({height:100-f+"%"},{queue:!1,duration:c.animate}))}}),a.extend(a.ui.slider,{version:"1.8.18"})})(jQuery);/* + * jQuery UI Tabs 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */(function(a,b){function f(){return++d}function e(){return++c}var c=0,d=0;a.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:!1,cookie:null,collapsible:!1,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"
      ",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:"
    • #{label}
    • "},_create:function(){this._tabify(!0)},_setOption:function(a,b){if(a=="selected"){if(this.options.collapsible&&b==this.options.selected)return;this.select(b)}else this.options[a]=b,this._tabify()},_tabId:function(a){return a.title&&a.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+e()},_sanitizeSelector:function(a){return a.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+f());return a.cookie.apply(null,[b].concat(a.makeArray(arguments)))},_ui:function(a,b){return{tab:a,panel:b,index:this.anchors.index(a)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b=a(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(c){function m(b,c){b.css("display",""),!a.support.opacity&&c.opacity&&b[0].style.removeAttribute("filter")}var d=this,e=this.options,f=/^#.+/;this.list=this.element.find("ol,ul").eq(0),this.lis=a(" > li:has(a[href])",this.list),this.anchors=this.lis.map(function(){return a("a",this)[0]}),this.panels=a([]),this.anchors.each(function(b,c){var g=a(c).attr("href"),h=g.split("#")[0],i;h&&(h===location.toString().split("#")[0]||(i=a("base")[0])&&h===i.href)&&(g=c.hash,c.href=g);if(f.test(g))d.panels=d.panels.add(d.element.find(d._sanitizeSelector(g)));else if(g&&g!=="#"){a.data(c,"href.tabs",g),a.data(c,"load.tabs",g.replace(/#.*$/,""));var j=d._tabId(c);c.href="#"+j;var k=d.element.find("#"+j);k.length||(k=a(e.panelTemplate).attr("id",j).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(d.panels[b-1]||d.list),k.data("destroy.tabs",!0)),d.panels=d.panels.add(k)}else e.disabled.push(b)}),c?(this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"),this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"),this.lis.addClass("ui-state-default ui-corner-top"),this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom"),e.selected===b?(location.hash&&this.anchors.each(function(a,b){if(b.hash==location.hash){e.selected=a;return!1}}),typeof e.selected!="number"&&e.cookie&&(e.selected=parseInt(d._cookie(),10)),typeof e.selected!="number"&&this.lis.filter(".ui-tabs-selected").length&&(e.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))),e.selected=e.selected||(this.lis.length?0:-1)):e.selected===null&&(e.selected=-1),e.selected=e.selected>=0&&this.anchors[e.selected]||e.selected<0?e.selected:0,e.disabled=a.unique(e.disabled.concat(a.map(this.lis.filter(".ui-state-disabled"),function(a,b){return d.lis.index(a)}))).sort(),a.inArray(e.selected,e.disabled)!=-1&&e.disabled.splice(a.inArray(e.selected,e.disabled),1),this.panels.addClass("ui-tabs-hide"),this.lis.removeClass("ui-tabs-selected ui-state-active"),e.selected>=0&&this.anchors.length&&(d.element.find(d._sanitizeSelector(d.anchors[e.selected].hash)).removeClass("ui-tabs-hide"),this.lis.eq(e.selected).addClass("ui-tabs-selected ui-state-active"),d.element.queue("tabs",function(){d._trigger("show",null,d._ui(d.anchors[e.selected],d.element.find(d._sanitizeSelector(d.anchors[e.selected].hash))[0]))}),this.load(e.selected)),a(window).bind("unload",function(){d.lis.add(d.anchors).unbind(".tabs"),d.lis=d.anchors=d.panels=null})):e.selected=this.lis.index(this.lis.filter(".ui-tabs-selected")),this.element[e.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible"),e.cookie&&this._cookie(e.selected,e.cookie);for(var g=0,h;h=this.lis[g];g++)a(h)[a.inArray(g,e.disabled)!=-1&&!a(h).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");e.cache===!1&&this.anchors.removeData("cache.tabs"),this.lis.add(this.anchors).unbind(".tabs");if(e.event!=="mouseover"){var i=function(a,b){b.is(":not(.ui-state-disabled)")&&b.addClass("ui-state-"+a)},j=function(a,b){b.removeClass("ui-state-"+a)};this.lis.bind("mouseover.tabs",function(){i("hover",a(this))}),this.lis.bind("mouseout.tabs",function(){j("hover",a(this))}),this.anchors.bind("focus.tabs",function(){i("focus",a(this).closest("li"))}),this.anchors.bind("blur.tabs",function(){j("focus",a(this).closest("li"))})}var k,l;e.fx&&(a.isArray(e.fx)?(k=e.fx[0],l=e.fx[1]):k=l=e.fx);var n=l?function(b,c){a(b).closest("li").addClass("ui-tabs-selected ui-state-active"),c.hide().removeClass("ui-tabs-hide").animate(l,l.duration||"normal",function(){m(c,l),d._trigger("show",null,d._ui(b,c[0]))})}:function(b,c){a(b).closest("li").addClass("ui-tabs-selected ui-state-active"),c.removeClass("ui-tabs-hide"),d._trigger("show",null,d._ui(b,c[0]))},o=k?function(a,b){b.animate(k,k.duration||"normal",function(){d.lis.removeClass("ui-tabs-selected ui-state-active"),b.addClass("ui-tabs-hide"),m(b,k),d.element.dequeue("tabs")})}:function(a,b,c){d.lis.removeClass("ui-tabs-selected ui-state-active"),b.addClass("ui-tabs-hide"),d.element.dequeue("tabs")};this.anchors.bind(e.event+".tabs",function(){var b=this,c=a(b).closest("li"),f=d.panels.filter(":not(.ui-tabs-hide)"),g=d.element.find(d._sanitizeSelector(b.hash));if(c.hasClass("ui-tabs-selected")&&!e.collapsible||c.hasClass("ui-state-disabled")||c.hasClass("ui-state-processing")||d.panels.filter(":animated").length||d._trigger("select",null,d._ui(this,g[0]))===!1){this.blur();return!1}e.selected=d.anchors.index(this),d.abort();if(e.collapsible){if(c.hasClass("ui-tabs-selected")){e.selected=-1,e.cookie&&d._cookie(e.selected,e.cookie),d.element.queue("tabs",function(){o(b,f)}).dequeue("tabs"),this.blur();return!1}if(!f.length){e.cookie&&d._cookie(e.selected,e.cookie),d.element.queue("tabs",function(){n(b,g)}),d.load(d.anchors.index(this)),this.blur();return!1}}e.cookie&&d._cookie(e.selected,e.cookie);if(g.length)f.length&&d.element.queue("tabs",function(){o(b,f)}),d.element.queue("tabs",function(){n(b,g)}),d.load(d.anchors.index(this));else throw"jQuery UI Tabs: Mismatching fragment identifier.";a.browser.msie&&this.blur()}),this.anchors.bind("click.tabs",function(){return!1})},_getIndex:function(a){typeof a=="string"&&(a=this.anchors.index(this.anchors.filter("[href$="+a+"]")));return a},destroy:function(){var b=this.options;this.abort(),this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs"),this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"),this.anchors.each(function(){var b=a.data(this,"href.tabs");b&&(this.href=b);var c=a(this).unbind(".tabs");a.each(["href","load","cache"],function(a,b){c.removeData(b+".tabs")})}),this.lis.unbind(".tabs").add(this.panels).each(function(){a.data(this,"destroy.tabs")?a(this).remove():a(this).removeClass(["ui-state-default","ui-corner-top","ui-tabs-selected","ui-state-active","ui-state-hover","ui-state-focus","ui-state-disabled","ui-tabs-panel","ui-widget-content","ui-corner-bottom","ui-tabs-hide"].join(" "))}),b.cookie&&this._cookie(null,b.cookie);return this},add:function(c,d,e){e===b&&(e=this.anchors.length);var f=this,g=this.options,h=a(g.tabTemplate.replace(/#\{href\}/g,c).replace(/#\{label\}/g,d)),i=c.indexOf("#")?this._tabId(a("a",h)[0]):c.replace("#","");h.addClass("ui-state-default ui-corner-top").data("destroy.tabs",!0);var j=f.element.find("#"+i);j.length||(j=a(g.panelTemplate).attr("id",i).data("destroy.tabs",!0)),j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide"),e>=this.lis.length?(h.appendTo(this.list),j.appendTo(this.list[0].parentNode)):(h.insertBefore(this.lis[e]),j.insertBefore(this.panels[e])),g.disabled=a.map(g.disabled,function(a,b){return a>=e?++a:a}),this._tabify(),this.anchors.length==1&&(g.selected=0,h.addClass("ui-tabs-selected ui-state-active"),j.removeClass("ui-tabs-hide"),this.element.queue("tabs",function(){f._trigger("show",null,f._ui(f.anchors[0],f.panels[0]))}),this.load(0)),this._trigger("add",null,this._ui(this.anchors[e],this.panels[e]));return this},remove:function(b){b=this._getIndex(b);var c=this.options,d=this.lis.eq(b).remove(),e=this.panels.eq(b).remove();d.hasClass("ui-tabs-selected")&&this.anchors.length>1&&this.select(b+(b+1=b?--a:a}),this._tabify(),this._trigger("remove",null,this._ui(d.find("a")[0],e[0]));return this},enable:function(b){b=this._getIndex(b);var c=this.options;if(a.inArray(b,c.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled"),c.disabled=a.grep(c.disabled,function(a,c){return a!=b}),this._trigger("enable",null,this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(a){a=this._getIndex(a);var b=this,c=this.options;a!=c.selected&&(this.lis.eq(a).addClass("ui-state-disabled"),c.disabled.push(a),c.disabled.sort(),this._trigger("disable",null,this._ui(this.anchors[a],this.panels[a])));return this},select:function(a){a=this._getIndex(a);if(a==-1)if(this.options.collapsible&&this.options.selected!=-1)a=this.options.selected;else return this;this.anchors.eq(a).trigger(this.options.event+".tabs");return this},load:function(b){b=this._getIndex(b);var c=this,d=this.options,e=this.anchors.eq(b)[0],f=a.data(e,"load.tabs");this.abort();if(!f||this.element.queue("tabs").length!==0&&a.data(e,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(d.spinner){var g=a("span",e);g.data("label.tabs",g.html()).html(d.spinner)}this.xhr=a.ajax(a.extend({},d.ajaxOptions,{url:f,success:function(f,g){c.element.find(c._sanitizeSelector(e.hash)).html(f),c._cleanup(),d.cache&&a.data(e,"cache.tabs",!0),c._trigger("load",null,c._ui(c.anchors[b],c.panels[b]));try{d.ajaxOptions.success(f,g)}catch(h){}},error:function(a,f,g){c._cleanup(),c._trigger("load",null,c._ui(c.anchors[b],c.panels[b]));try{d.ajaxOptions.error(a,f,b,e)}catch(g){}}})),c.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]),this.panels.stop(!1,!0),this.element.queue("tabs",this.element.queue("tabs").splice(-2,2)),this.xhr&&(this.xhr.abort(),delete this.xhr),this._cleanup();return this},url:function(a,b){this.anchors.eq(a).removeData("cache.tabs").data("load.tabs",b);return this},length:function(){return this.anchors.length}}),a.extend(a.ui.tabs,{version:"1.8.18"}),a.extend(a.ui.tabs.prototype,{rotation:null,rotate:function(a,b){var c=this,d=this.options,e=c._rotate||(c._rotate=function(b){clearTimeout(c.rotation),c.rotation=setTimeout(function(){var a=d.selected;c.select(++a'))}$.extend($.ui,{datepicker:{version:"1.8.18"}});var PROP_NAME="datepicker",dpuuid=(new Date).getTime(),instActive;$.extend(Datepicker.prototype,{markerClassName:"hasDatepicker",maxRows:4,log:function(){this.debug&&console.log.apply("",arguments)},_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){extendRemove(this._defaults,a||{});return this},_attachDatepicker:function(target,settings){var inlineSettings=null;for(var attrName in this._defaults){var attrValue=target.getAttribute("date:"+attrName);if(attrValue){inlineSettings=inlineSettings||{};try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}}var nodeName=target.nodeName.toLowerCase(),inline=nodeName=="div"||nodeName=="span";target.id||(this.uuid+=1,target.id="dp"+this.uuid);var inst=this._newInst($(target),inline);inst.settings=$.extend({},settings||{},inlineSettings||{}),nodeName=="input"?this._connectDatepicker(target,inst):inline&&this._inlineDatepicker(target,inst)},_newInst:function(a,b){var c=a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1");return{id:c,input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:b?bindHover($('
      ')):this.dpDiv}},_connectDatepicker:function(a,b){var c=$(a);b.append=$([]),b.trigger=$([]);c.hasClass(this.markerClassName)||(this._attachments(c,b),c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker",function(a,c,d){b.settings[c]=d}).bind("getData.datepicker",function(a,c){return this._get(b,c)}),this._autoSize(b),$.data(a,PROP_NAME,b),b.settings.disabled&&this._disableDatepicker(a))},_attachments:function(a,b){var c=this._get(b,"appendText"),d=this._get(b,"isRTL");b.append&&b.append.remove(),c&&(b.append=$(''+c+""),a[d?"before":"after"](b.append)),a.unbind("focus",this._showDatepicker),b.trigger&&b.trigger.remove();var e=this._get(b,"showOn");(e=="focus"||e=="both")&&a.focus(this._showDatepicker);if(e=="button"||e=="both"){var f=this._get(b,"buttonText"),g=this._get(b,"buttonImage");b.trigger=$(this._get(b,"buttonImageOnly")?$("").addClass(this._triggerClass).attr({src:g,alt:f,title:f}):$('').addClass(this._triggerClass).html(g==""?f:$("").attr({src:g,alt:f,title:f}))),a[d?"before":"after"](b.trigger),b.trigger.click(function(){$.datepicker._datepickerShowing&&$.datepicker._lastInput==a[0]?$.datepicker._hideDatepicker():$.datepicker._datepickerShowing&&$.datepicker._lastInput!=a[0]?($.datepicker._hideDatepicker(),$.datepicker._showDatepicker(a[0])):$.datepicker._showDatepicker(a[0]);return!1})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var d=function(a){var b=0,c=0;for(var d=0;db&&(b=a[d].length,c=d);return c};b.setMonth(d(this._get(a,c.match(/MM/)?"monthNames":"monthNamesShort"))),b.setDate(d(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=$(a);c.hasClass(this.markerClassName)||(c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(a,c,d){b.settings[c]=d}).bind("getData.datepicker",function(a,c){return this._get(b,c)}),$.data(a,PROP_NAME,b),this._setDate(b,this._getDefaultDate(b),!0),this._updateDatepicker(b),this._updateAlternate(b),b.settings.disabled&&this._disableDatepicker(a),b.dpDiv.css("display","block"))},_dialogDatepicker:function(a,b,c,d,e){var f=this._dialogInst;if(!f){this.uuid+=1;var g="dp"+this.uuid;this._dialogInput=$(''),this._dialogInput.keydown(this._doKeyDown),$("body").append(this._dialogInput),f=this._dialogInst=this._newInst(this._dialogInput,!1),f.settings={},$.data(this._dialogInput[0],PROP_NAME,f)}extendRemove(f.settings,d||{}),b=b&&b.constructor==Date?this._formatDate(f,b):b,this._dialogInput.val(b),this._pos=e?e.length?e:[e.pageX,e.pageY]:null;if(!this._pos){var h=document.documentElement.clientWidth,i=document.documentElement.clientHeight,j=document.documentElement.scrollLeft||document.body.scrollLeft,k=document.documentElement.scrollTop||document.body.scrollTop;this._pos=[h/2-100+j,i/2-150+k]}this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),f.settings.onSelect=c,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),$.blockUI&&$.blockUI(this.dpDiv),$.data(this._dialogInput[0],PROP_NAME,f);return this},_destroyDatepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(!!b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();$.removeData(a,PROP_NAME),d=="input"?(c.append.remove(),c.trigger.remove(),b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)):(d=="div"||d=="span")&&b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(!!b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();if(d=="input")a.disabled=!1,c.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""});else if(d=="div"||d=="span"){var e=b.children("."+this._inlineClass);e.children().removeClass("ui-state-disabled"),e.find("select.ui-datepicker-month, select.ui-datepicker-year").removeAttr("disabled")}this._disabledInputs=$.map(this._disabledInputs,function(b){return b==a?null:b})}},_disableDatepicker:function(a){var b=$(a),c=$.data(a,PROP_NAME);if(!!b.hasClass(this.markerClassName)){var d=a.nodeName.toLowerCase();if(d=="input")a.disabled=!0,c.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"});else if(d=="div"||d=="span"){var e=b.children("."+this._inlineClass);e.children().addClass("ui-state-disabled"),e.find("select.ui-datepicker-month, select.ui-datepicker-year").attr("disabled","disabled")}this._disabledInputs=$.map(this._disabledInputs,function(b){return b==a?null:b}),this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return!1;for(var b=0;b-1}},_doKeyUp:function(a){var b=$.datepicker._getInst(a.target);if(b.input.val()!=b.lastVal)try{var c=$.datepicker.parseDate($.datepicker._get(b,"dateFormat"),b.input?b.input.val():null,$.datepicker._getFormatConfig(b));c&&($.datepicker._setDateFromField(b),$.datepicker._updateAlternate(b),$.datepicker._updateDatepicker(b))}catch(a){$.datepicker.log(a)}return!0},_showDatepicker:function(a){a=a.target||a,a.nodeName.toLowerCase()!="input"&&(a=$("input",a.parentNode)[0]);if(!$.datepicker._isDisabledDatepicker(a)&&$.datepicker._lastInput!=a){var b=$.datepicker._getInst(a);$.datepicker._curInst&&$.datepicker._curInst!=b&&($.datepicker._curInst.dpDiv.stop(!0,!0),b&&$.datepicker._datepickerShowing&&$.datepicker._hideDatepicker($.datepicker._curInst.input[0]));var c=$.datepicker._get(b,"beforeShow"),d=c?c.apply(a,[a,b]):{};if(d===!1)return;extendRemove(b.settings,d),b.lastVal=null,$.datepicker._lastInput=a,$.datepicker._setDateFromField(b),$.datepicker._inDialog&&(a.value=""),$.datepicker._pos||($.datepicker._pos=$.datepicker._findPos(a),$.datepicker._pos[1]+=a.offsetHeight);var e=!1;$(a).parents().each(function(){e|=$(this).css("position")=="fixed";return!e}),e&&$.browser.opera&&($.datepicker._pos[0]-=document.documentElement.scrollLeft,$.datepicker._pos[1]-=document.documentElement.scrollTop);var f={left:$.datepicker._pos[0],top:$.datepicker._pos[1]};$.datepicker._pos=null,b.dpDiv.empty(),b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),$.datepicker._updateDatepicker(b),f=$.datepicker._checkOffset(b,f,e),b.dpDiv.css({position:$.datepicker._inDialog&&$.blockUI?"static":e?"fixed":"absolute",display:"none",left:f.left+"px",top:f.top+"px"});if(!b.inline){var g=$.datepicker._get(b,"showAnim"),h=$.datepicker._get(b,"duration"),i=function(){var a=b.dpDiv.find("iframe.ui-datepicker-cover");if(!!a.length){var c=$.datepicker._getBorders(b.dpDiv);a.css({left:-c[0],top:-c[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex($(a).zIndex()+1),$.datepicker._datepickerShowing=!0,$.effects&&$.effects[g]?b.dpDiv.show(g,$.datepicker._get(b,"showOptions"),h,i):b.dpDiv[g||"show"](g?h:null,i),(!g||!h)&&i(),b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus(),$.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=this;b.maxRows=4;var c=$.datepicker._getBorders(a.dpDiv);instActive=a,a.dpDiv.empty().append(this._generateHTML(a));var d=a.dpDiv.find("iframe.ui-datepicker-cover");!d.length||d.css({left:-c[0],top:-c[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()}),a.dpDiv.find("."+this._dayOverClass+" a").mouseover();var e=this._getNumberOfMonths(a),f=e[1],g=17;a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),f>1&&a.dpDiv.addClass("ui-datepicker-multi-"+f).css("width",g*f+"em"),a.dpDiv[(e[0]!=1||e[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi"),a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),a==$.datepicker._curInst&&$.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input[0]!=document.activeElement&&a.input.focus();if(a.yearshtml){var h=a.yearshtml;setTimeout(function(){h===a.yearshtml&&a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml),h=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(a){return{thin:1,medium:2,thick:3}[a]||a};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]},_checkOffset:function(a,b,c){var d=a.dpDiv.outerWidth(),e=a.dpDiv.outerHeight(),f=a.input?a.input.outerWidth():0,g=a.input?a.input.outerHeight():0,h=document.documentElement.clientWidth+$(document).scrollLeft(),i=document.documentElement.clientHeight+$(document).scrollTop();b.left-=this._get(a,"isRTL")?d-f:0,b.left-=c&&b.left==a.input.offset().left?$(document).scrollLeft():0,b.top-=c&&b.top==a.input.offset().top+g?$(document).scrollTop():0,b.left-=Math.min(b.left,b.left+d>h&&h>d?Math.abs(b.left+d-h):0),b.top-=Math.min(b.top,b.top+e>i&&i>e?Math.abs(e+g):0);return b},_findPos:function(a){var b=this._getInst(a),c=this._get(b,"isRTL");while(a&&(a.type=="hidden"||a.nodeType!=1||$.expr.filters.hidden(a)))a=a[c?"previousSibling":"nextSibling"];var d=$(a).offset();return[d.left,d.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=$.data(a,PROP_NAME))&&this._datepickerShowing){var c=this._get(b,"showAnim"),d=this._get(b,"duration"),e=this,f=function(){$.datepicker._tidyDialog(b),e._curInst=null};$.effects&&$.effects[c]?b.dpDiv.hide(c,$.datepicker._get(b,"showOptions"),d,f):b.dpDiv[c=="slideDown"?"slideUp":c=="fadeIn"?"fadeOut":"hide"](c?d:null,f),c||f(),this._datepickerShowing=!1;var g=this._get(b,"onClose");g&&g.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),$.blockUI&&($.unblockUI(),$("body").append(this.dpDiv))),this._inDialog=!1}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(a){if(!!$.datepicker._curInst){var b=$(a.target),c=$.datepicker._getInst(b[0]);(b[0].id!=$.datepicker._mainDivId&&b.parents("#"+$.datepicker._mainDivId).length==0&&!b.hasClass($.datepicker.markerClassName)&&!b.closest("."+$.datepicker._triggerClass).length&&$.datepicker._datepickerShowing&&(!$.datepicker._inDialog||!$.blockUI)||b.hasClass($.datepicker.markerClassName)&&$.datepicker._curInst!=c)&&$.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){var d=$(a),e=this._getInst(d[0]);this._isDisabledDatepicker(d[0])||(this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"):0),c),this._updateDatepicker(e))},_gotoToday:function(a){var b=$(a),c=this._getInst(b[0]);if(this._get(c,"gotoCurrent")&&c.currentDay)c.selectedDay=c.currentDay,c.drawMonth=c.selectedMonth=c.currentMonth,c.drawYear=c.selectedYear=c.currentYear;else{var d=new Date;c.selectedDay=d.getDate(),c.drawMonth=c.selectedMonth=d.getMonth(),c.drawYear=c.selectedYear=d.getFullYear()}this._notifyChange(c),this._adjustDate(b)},_selectMonthYear:function(a,b,c){var d=$(a),e=this._getInst(d[0]);e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10),this._notifyChange(e),this._adjustDate(d)},_selectDay:function(a,b,c,d){var e=$(a);if(!$(d).hasClass(this._unselectableClass)&&!this._isDisabledDatepicker(e[0])){var f=this._getInst(e[0]);f.selectedDay=f.currentDay=$("a",d).html(),f.selectedMonth=f.currentMonth=b,f.selectedYear=f.currentYear=c,this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){var b=$(a),c=this._getInst(b[0]);this._selectDate(b,"")},_selectDate:function(a,b){var c=$(a),d=this._getInst(c[0]);b=b!=null?b:this._formatDate(d),d.input&&d.input.val(b),this._updateAlternate(d);var e=this._get(d,"onSelect");e?e.apply(d.input?d.input[0]:null,[b,d]):d.input&&d.input.trigger("change"),d.inline?this._updateDatepicker(d):(this._hideDatepicker(),this._lastInput=d.input[0],typeof d.input[0]!="object"&&d.input.focus(),this._lastInput=null)},_updateAlternate:function(a){var b=this._get(a,"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),d=this._getDate(a),e=this.formatDate(c,d,this._getFormatConfig(a));$(b).each(function(){$(this).val(e)})}},noWeekends:function(a){var b=a.getDay();return[b>0&&b<6,""]},iso8601Week:function(a){var b=new Date(a.getTime());b.setDate(b.getDate()+4-(b.getDay()||7));var c=b.getTime();b.setMonth(0),b.setDate(1);return Math.floor(Math.round((c-b)/864e5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"?b.toString():b+"";if(b=="")return null;var d=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff;d=typeof d!="string"?d:(new Date).getFullYear()%100+parseInt(d,10);var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames,g=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort,h=(c?c.monthNames:null)||this._defaults.monthNames,i=-1,j=-1,k=-1,l=-1,m=!1,n=function(b){var c=s+1-1){j=1,k=l;for(;;){var u=this._getDaysInMonth(i,j-1);if(k<=u)break;j++,k-=u}}var t=this._daylightSavingAdjust(new Date(i,j-1,k));if(t.getFullYear()!=i||t.getMonth()+1!=j||t.getDate()!=k)throw"Invalid date";return t},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1e7,formatDate:function(a,b,c){if(!b)return"";var d=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,e=(c?c.dayNames:null)||this._defaults.dayNames,f=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort,g=(c?c.monthNames:null)||this._defaults.monthNames,h=function(b){var c=m+112?a.getHours()+2:0);return a},_setDate:function(a,b,c){var d=!b,e=a.selectedMonth,f=a.selectedYear,g=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay=a.currentDay=g.getDate(),a.drawMonth=a.selectedMonth=a.currentMonth=g.getMonth(),a.drawYear=a.selectedYear=a.currentYear=g.getFullYear(),(e!=a.selectedMonth||f!=a.selectedYear)&&!c&&this._notifyChange(a),this._adjustInstDate(a),a.input&&a.input.val(d?"":this._formatDate(a))},_getDate:function(a){var b=!a.currentYear||a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return b},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(),b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),d=this._get(a,"showButtonPanel"),e=this._get(a,"hideIfNoPrevNext"),f=this._get(a,"navigationAsDateFormat"),g=this._getNumberOfMonths(a),h=this._get(a,"showCurrentAtPos"),i=this._get(a,"stepMonths"),j=g[0]!=1||g[1]!=1,k=this._daylightSavingAdjust(a.currentDay?new Date(a.currentYear,a.currentMonth,a.currentDay):new Date(9999,9,9)),l=this._getMinMaxDate(a,"min"),m=this._getMinMaxDate(a,"max"),n=a.drawMonth-h,o=a.drawYear;n<0&&(n+=12,o--);if(m){var p=this._daylightSavingAdjust(new Date(m.getFullYear(),m.getMonth()-g[0]*g[1]+1,m.getDate()));p=l&&pp)n--,n<0&&(n=11,o--)}a.drawMonth=n,a.drawYear=o;var q=this._get(a,"prevText");q=f?this.formatDate(q,this._daylightSavingAdjust(new Date(o,n-i,1)),this._getFormatConfig(a)):q;var r=this._canAdjustMonth(a,-1,o,n)?''+q+"":e?"":''+q+"",s=this._get(a,"nextText");s=f?this.formatDate(s,this._daylightSavingAdjust(new Date(o,n+i,1)),this._getFormatConfig(a)):s;var t=this._canAdjustMonth(a,1,o,n)?''+s+"":e?"":''+s+"",u=this._get(a,"currentText"),v=this._get(a,"gotoCurrent")&&a.currentDay?k:b;u=f?this.formatDate(u,v,this._getFormatConfig(a)):u;var w=a.inline?"":'",x=d?'
      '+(c?w:"")+(this._isInRange(a,v)?'":"")+(c?"":w)+"
      ":"",y=parseInt(this._get(a,"firstDay"),10);y=isNaN(y)?0:y;var z=this._get(a,"showWeek"),A=this._get(a,"dayNames"),B=this._get(a,"dayNamesShort"),C=this._get(a,"dayNamesMin"),D=this._get(a,"monthNames"),E=this._get(a,"monthNamesShort"),F=this._get(a,"beforeShowDay"),G=this._get(a,"showOtherMonths"),H=this._get(a,"selectOtherMonths"),I=this._get(a,"calculateWeek")||this.iso8601Week,J=this._getDefaultDate(a),K="";for(var L=0;L1)switch(N){case 0:Q+=" ui-datepicker-group-first",P=" ui-corner-"+(c?"right":"left");break;case g[1]-1:Q+=" ui-datepicker-group-last",P=" ui-corner-"+(c?"left":"right");break;default:Q+=" ui-datepicker-group-middle",P=""}Q+='">'}Q+='
      '+(/all|left/.test(P)&&L==0?c?t:r:"")+(/all|right/.test(P)&&L==0?c?r:t:"")+this._generateMonthYearHeader(a,n,o,l,m,L>0||N>0,D,E)+'
      '+"";var R=z?'":"";for(var S=0;S<7;S++){var T=(S+y)%7;R+="=5?' class="ui-datepicker-week-end"':"")+">"+''+C[T]+""}Q+=R+"";var U=this._getDaysInMonth(o,n);o==a.selectedYear&&n==a.selectedMonth&&(a.selectedDay=Math.min(a.selectedDay,U));var V=(this._getFirstDayOfMonth(o,n)-y+7)%7,W=Math.ceil((V+U)/7),X=j?this.maxRows>W?this.maxRows:W:W;this.maxRows=X;var Y=this._daylightSavingAdjust(new Date(o,n,1-V));for(var Z=0;Z";var _=z?'":"";for(var S=0;S<7;S++){var ba=F?F.apply(a.input?a.input[0]:null,[Y]):[!0,""],bb=Y.getMonth()!=n,bc=bb&&!H||!ba[0]||l&&Ym;_+='",Y.setDate(Y.getDate()+1),Y=this._daylightSavingAdjust(Y)}Q+=_+""}n++,n>11&&(n=0,o++),Q+="
      '+this._get(a,"weekHeader")+"
      '+this._get(a,"calculateWeek")(Y)+""+(bb&&!G?" ":bc?''+Y.getDate()+"":''+Y.getDate()+"")+"
      "+(j?"
      "+(g[0]>0&&N==g[1]-1?'
      ':""):""),M+=Q}K+=M}K+=x+($.browser.msie&&parseInt($.browser.version,10)<7&&!a.inline?'':""), +a._keyEvent=!1;return K},_generateMonthYearHeader:function(a,b,c,d,e,f,g,h){var i=this._get(a,"changeMonth"),j=this._get(a,"changeYear"),k=this._get(a,"showMonthAfterYear"),l='
      ',m="";if(f||!i)m+=''+g[b]+"";else{var n=d&&d.getFullYear()==c,o=e&&e.getFullYear()==c;m+='"}k||(l+=m+(f||!i||!j?" ":""));if(!a.yearshtml){a.yearshtml="";if(f||!j)l+=''+c+"";else{var q=this._get(a,"yearRange").split(":"),r=(new Date).getFullYear(),s=function(a){var b=a.match(/c[+-].*/)?c+parseInt(a.substring(1),10):a.match(/[+-].*/)?r+parseInt(a,10):parseInt(a,10);return isNaN(b)?r:b},t=s(q[0]),u=Math.max(t,s(q[1]||""));t=d?Math.max(t,d.getFullYear()):t,u=e?Math.min(u,e.getFullYear()):u,a.yearshtml+='",l+=a.yearshtml,a.yearshtml=null}}l+=this._get(a,"yearSuffix"),k&&(l+=(f||!i||!j?" ":"")+m),l+="
      ";return l},_adjustInstDate:function(a,b,c){var d=a.drawYear+(c=="Y"?b:0),e=a.drawMonth+(c=="M"?b:0),f=Math.min(a.selectedDay,this._getDaysInMonth(d,e))+(c=="D"?b:0),g=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(d,e,f)));a.selectedDay=g.getDate(),a.drawMonth=a.selectedMonth=g.getMonth(),a.drawYear=a.selectedYear=g.getFullYear(),(c=="M"||c=="Y")&&this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min"),d=this._getMinMaxDate(a,"max"),e=c&&bd?d:e;return e},_notifyChange:function(a){var b=this._get(a,"onChangeMonthYear");b&&b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){var b=this._get(a,"numberOfMonths");return b==null?[1,1]:typeof b=="number"?[1,b]:b},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-this._daylightSavingAdjust(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a,b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,d){var e=this._getNumberOfMonths(a),f=this._daylightSavingAdjust(new Date(c,d+(b<0?b:e[0]*e[1]),1));b<0&&f.setDate(this._getDaysInMonth(f.getFullYear(),f.getMonth()));return this._isInRange(a,f)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min"),d=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!d||b.getTime()<=d.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!="string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a,"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,d){b||(a.currentDay=a.selectedDay,a.currentMonth=a.selectedMonth,a.currentYear=a.selectedYear);var e=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(d,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay));return this.formatDate(this._get(a,"dateFormat"),e,this._getFormatConfig(a))}}),$.fn.datepicker=function(a){if(!this.length)return this;$.datepicker.initialized||($(document).mousedown($.datepicker._checkExternalClick).find("body").append($.datepicker.dpDiv),$.datepicker.initialized=!0);var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return $.datepicker["_"+a+"Datepicker"].apply($.datepicker,[this[0]].concat(b));if(a=="option"&&arguments.length==2&&typeof arguments[1]=="string")return $.datepicker["_"+a+"Datepicker"].apply($.datepicker,[this[0]].concat(b));return this.each(function(){typeof a=="string"?$.datepicker["_"+a+"Datepicker"].apply($.datepicker,[this].concat(b)):$.datepicker._attachDatepicker(this,a)})},$.datepicker=new Datepicker,$.datepicker.initialized=!1,$.datepicker.uuid=(new Date).getTime(),$.datepicker.version="1.8.18",window["DP_jQuery_"+dpuuid]=$})(jQuery);/* + * jQuery UI Progressbar 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */(function(a,b){a.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()}),this.valueDiv=a("
      ").appendTo(this.element),this.oldValue=this._value(),this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.valueDiv.remove(),a.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===b)return this._value();this._setOption("value",a);return this},_setOption:function(b,c){b==="value"&&(this.options.value=c,this._refreshValue(),this._value()===this.options.max&&this._trigger("complete")),a.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;typeof a!="number"&&(a=0);return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100*this._value()/this.options.max},_refreshValue:function(){var a=this.value(),b=this._percentage();this.oldValue!==a&&(this.oldValue=a,this._trigger("change")),this.valueDiv.toggle(a>this.min).toggleClass("ui-corner-right",a===this.options.max).width(b.toFixed(0)+"%"),this.element.attr("aria-valuenow",a)}}),a.extend(a.ui.progressbar,{version:"1.8.18"})})(jQuery);/* + * jQuery UI Effects 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */jQuery.effects||function(a,b){function l(b){if(!b||typeof b=="number"||a.fx.speeds[b])return!0;if(typeof b=="string"&&!a.effects[b])return!0;return!1}function k(b,c,d,e){typeof b=="object"&&(e=c,d=null,c=b,b=c.effect),a.isFunction(c)&&(e=c,d=null,c={});if(typeof c=="number"||a.fx.speeds[c])e=d,d=c,c={};a.isFunction(d)&&(e=d,d=null),c=c||{},d=d||c.duration,d=a.fx.off?0:typeof d=="number"?d:d in a.fx.speeds?a.fx.speeds[d]:a.fx.speeds._default,e=e||c.complete;return[b,c,d,e]}function j(a,b){var c={_:0},d;for(d in b)a[d]!=b[d]&&(c[d]=b[d]);return c}function i(b){var c,d;for(c in b)d=b[c],(d==null||a.isFunction(d)||c in g||/scrollbar/.test(c)||!/color/i.test(c)&&isNaN(parseFloat(d)))&&delete b[c];return b}function h(){var a=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle,b={},c,d;if(a&&a.length&&a[0]&&a[a[0]]){var e=a.length;while(e--)c=a[e],typeof a[c]=="string"&&(d=c.replace(/\-(\w)/g,function(a,b){return b.toUpperCase()}),b[d]=a[c])}else for(c in a)typeof a[c]=="string"&&(b[c]=a[c]);return b}function d(b,d){var e;do{e=a.curCSS(b,d);if(e!=""&&e!="transparent"||a.nodeName(b,"body"))break;d="backgroundColor"}while(b=b.parentNode);return c(e)}function c(b){var c;if(b&&b.constructor==Array&&b.length==3)return b;if(c=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(b))return[parseInt(c[1],10),parseInt(c[2],10),parseInt(c[3],10)];if(c=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(b))return[parseFloat(c[1])*2.55,parseFloat(c[2])*2.55,parseFloat(c[3])*2.55];if(c=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(b))return[parseInt(c[1],16),parseInt(c[2],16),parseInt(c[3],16)];if(c=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(b))return[parseInt(c[1]+c[1],16),parseInt(c[2]+c[2],16),parseInt(c[3]+c[3],16)];if(c=/rgba\(0, 0, 0, 0\)/.exec(b))return e.transparent;return e[a.trim(b).toLowerCase()]}a.effects={},a.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","borderColor","color","outlineColor"],function(b,e){a.fx.step[e]=function(a){a.colorInit||(a.start=d(a.elem,e),a.end=c(a.end),a.colorInit=!0),a.elem.style[e]="rgb("+Math.max(Math.min(parseInt(a.pos*(a.end[0]-a.start[0])+a.start[0],10),255),0)+","+Math.max(Math.min(parseInt(a.pos*(a.end[1]-a.start[1])+a.start[1],10),255),0)+","+Math.max(Math.min(parseInt(a.pos*(a.end[2]-a.start[2])+a.start[2],10),255),0)+")"}});var e={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},f=["add","remove","toggle"],g={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};a.effects.animateClass=function(b,c,d,e){a.isFunction(d)&&(e=d,d=null);return this.queue(function(){var g=a(this),k=g.attr("style")||" ",l=i(h.call(this)),m,n=g.attr("class");a.each(f,function(a,c){b[c]&&g[c+"Class"](b[c])}),m=i(h.call(this)),g.attr("class",n),g.animate(j(l,m),{queue:!1,duration:c,easing:d,complete:function(){a.each(f,function(a,c){b[c]&&g[c+"Class"](b[c])}),typeof g.attr("style")=="object"?(g.attr("style").cssText="",g.attr("style").cssText=k):g.attr("style",k),e&&e.apply(this,arguments),a.dequeue(this)}})})},a.fn.extend({_addClass:a.fn.addClass,addClass:function(b,c,d,e){return c?a.effects.animateClass.apply(this,[{add:b},c,d,e]):this._addClass(b)},_removeClass:a.fn.removeClass,removeClass:function(b,c,d,e){return c?a.effects.animateClass.apply(this,[{remove:b},c,d,e]):this._removeClass(b)},_toggleClass:a.fn.toggleClass,toggleClass:function(c,d,e,f,g){return typeof d=="boolean"||d===b?e?a.effects.animateClass.apply(this,[d?{add:c}:{remove:c},e,f,g]):this._toggleClass(c,d):a.effects.animateClass.apply(this,[{toggle:c},d,e,f])},switchClass:function(b,c,d,e,f){return a.effects.animateClass.apply(this,[{add:c,remove:b},d,e,f])}}),a.extend(a.effects,{version:"1.8.18",save:function(a,b){for(var c=0;c
      ").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),e=document.activeElement;b.wrap(d),(b[0]===e||a.contains(b[0],e))&&a(e).focus(),d=b.parent(),b.css("position")=="static"?(d.css({position:"relative"}),b.css({position:"relative"})):(a.extend(c,{position:b.css("position"),zIndex:b.css("z-index")}),a.each(["top","left","bottom","right"],function(a,d){c[d]=b.css(d),isNaN(parseInt(c[d],10))&&(c[d]="auto")}),b.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"}));return d.css(c).show()},removeWrapper:function(b){var c,d=document.activeElement;if(b.parent().is(".ui-effects-wrapper")){c=b.parent().replaceWith(b),(b[0]===d||a.contains(b[0],d))&&a(d).focus();return c}return b},setTransition:function(b,c,d,e){e=e||{},a.each(c,function(a,c){unit=b.cssUnit(c),unit[0]>0&&(e[c]=unit[0]*d+unit[1])});return e}}),a.fn.extend({effect:function(b,c,d,e){var f=k.apply(this,arguments),g={options:f[1],duration:f[2],callback:f[3]},h=g.options.mode,i=a.effects[b];if(a.fx.off||!i)return h?this[h](g.duration,g.callback):this.each(function(){g.callback&&g.callback.call(this)});return i.call(this,g)},_show:a.fn.show,show:function(a){if(l(a))return this._show.apply(this,arguments);var b=k.apply(this,arguments);b[1].mode="show";return this.effect.apply(this,b)},_hide:a.fn.hide,hide:function(a){if(l(a))return this._hide.apply(this,arguments);var b=k.apply(this,arguments);b[1].mode="hide";return this.effect.apply(this,b)},__toggle:a.fn.toggle,toggle:function(b){if(l(b)||typeof b=="boolean"||a.isFunction(b))return this.__toggle.apply(this,arguments);var c=k.apply(this,arguments);c[1].mode="toggle";return this.effect.apply(this,c)},cssUnit:function(b){var c=this.css(b),d=[];a.each(["em","px","%","pt"],function(a,b){c.indexOf(b)>0&&(d=[parseFloat(c),b])});return d}}),a.easing.jswing=a.easing.swing,a.extend(a.easing,{def:"easeOutQuad",swing:function(b,c,d,e,f){return a.easing[a.easing.def](b,c,d,e,f)},easeInQuad:function(a,b,c,d,e){return d*(b/=e)*b+c},easeOutQuad:function(a,b,c,d,e){return-d*(b/=e)*(b-2)+c},easeInOutQuad:function(a,b,c,d,e){if((b/=e/2)<1)return d/2*b*b+c;return-d/2*(--b*(b-2)-1)+c},easeInCubic:function(a,b,c,d,e){return d*(b/=e)*b*b+c},easeOutCubic:function(a,b,c,d,e){return d*((b=b/e-1)*b*b+1)+c},easeInOutCubic:function(a,b,c,d,e){if((b/=e/2)<1)return d/2*b*b*b+c;return d/2*((b-=2)*b*b+2)+c},easeInQuart:function(a,b,c,d,e){return d*(b/=e)*b*b*b+c},easeOutQuart:function(a,b,c,d,e){return-d*((b=b/e-1)*b*b*b-1)+c},easeInOutQuart:function(a,b,c,d,e){if((b/=e/2)<1)return d/2*b*b*b*b+c;return-d/2*((b-=2)*b*b*b-2)+c},easeInQuint:function(a,b,c,d,e){return d*(b/=e)*b*b*b*b+c},easeOutQuint:function(a,b,c,d,e){return d*((b=b/e-1)*b*b*b*b+1)+c},easeInOutQuint:function(a,b,c,d,e){if((b/=e/2)<1)return d/2*b*b*b*b*b+c;return d/2*((b-=2)*b*b*b*b+2)+c},easeInSine:function(a,b,c,d,e){return-d*Math.cos(b/e*(Math.PI/2))+d+c},easeOutSine:function(a,b,c,d,e){return d*Math.sin(b/e*(Math.PI/2))+c},easeInOutSine:function(a,b,c,d,e){return-d/2*(Math.cos(Math.PI*b/e)-1)+c},easeInExpo:function(a,b,c,d,e){return b==0?c:d*Math.pow(2,10*(b/e-1))+c},easeOutExpo:function(a,b,c,d,e){return b==e?c+d:d*(-Math.pow(2,-10*b/e)+1)+c},easeInOutExpo:function(a,b,c,d,e){if(b==0)return c;if(b==e)return c+d;if((b/=e/2)<1)return d/2*Math.pow(2,10*(b-1))+c;return d/2*(-Math.pow(2,-10*--b)+2)+c},easeInCirc:function(a,b,c,d,e){return-d*(Math.sqrt(1-(b/=e)*b)-1)+c},easeOutCirc:function(a,b,c,d,e){return d*Math.sqrt(1-(b=b/e-1)*b)+c},easeInOutCirc:function(a,b,c,d,e){if((b/=e/2)<1)return-d/2*(Math.sqrt(1-b*b)-1)+c;return d/2*(Math.sqrt(1-(b-=2)*b)+1)+c},easeInElastic:function(a,b,c,d,e){var f=1.70158,g=0,h=d;if(b==0)return c;if((b/=e)==1)return c+d;g||(g=e*.3);if(h").css({position:"absolute",visibility:"visible",left:-j*(g/d),top:-i*(h/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:g/d,height:h/c,left:f.left+j*(g/d)+(b.options.mode=="show"?(j-Math.floor(d/2))*(g/d):0),top:f.top+i*(h/c)+(b.options.mode=="show"?(i-Math.floor(c/2))*(h/c):0),opacity:b.options.mode=="show"?0:1}).animate({left:f.left+j*(g/d)+(b.options.mode=="show"?0:(j-Math.floor(d/2))*(g/d)),top:f.top+i*(h/c)+(b.options.mode=="show"?0:(i-Math.floor(c/2))*(h/c)),opacity:b.options.mode=="show"?1:0},b.duration||500);setTimeout(function(){b.options.mode=="show"?e.css({visibility:"visible"}):e.css({visibility:"visible"}).hide(),b.callback&&b.callback.apply(e[0]),e.dequeue(),a("div.ui-effects-explode").remove()},b.duration||500)})}})(jQuery);/* + * jQuery UI Effects Fade 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */(function(a,b){a.effects.fade=function(b){return this.queue(function(){var c=a(this),d=a.effects.setMode(c,b.options.mode||"hide");c.animate({opacity:d},{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery);/* + * jQuery UI Effects Fold 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */(function(a,b){a.effects.fold=function(b){return this.queue(function(){var c=a(this),d=["position","top","bottom","left","right"],e=a.effects.setMode(c,b.options.mode||"hide"),f=b.options.size||15,g=!!b.options.horizFirst,h=b.duration?b.duration/2:a.fx.speeds._default/2;a.effects.save(c,d),c.show();var i=a.effects.createWrapper(c).css({overflow:"hidden"}),j=e=="show"!=g,k=j?["width","height"]:["height","width"],l=j?[i.width(),i.height()]:[i.height(),i.width()],m=/([0-9]+)%/.exec(f);m&&(f=parseInt(m[1],10)/100*l[e=="hide"?0:1]),e=="show"&&i.css(g?{height:0,width:f}:{height:f,width:0});var n={},p={};n[k[0]]=e=="show"?l[0]:f,p[k[1]]=e=="show"?l[1]:0,i.animate(n,h,b.options.easing).animate(p,h,b.options.easing,function(){e=="hide"&&c.hide(),a.effects.restore(c,d),a.effects.removeWrapper(c),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery);/* + * jQuery UI Effects Highlight 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */(function(a,b){a.effects.highlight=function(b){return this.queue(function(){var c=a(this),d=["backgroundImage","backgroundColor","opacity"],e=a.effects.setMode(c,b.options.mode||"show"),f={backgroundColor:c.css("backgroundColor")};e=="hide"&&(f.opacity=0),a.effects.save(c,d),c.show().css({backgroundImage:"none",backgroundColor:b.options.color||"#ffff99"}).animate(f,{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){e=="hide"&&c.hide(),a.effects.restore(c,d),e=="show"&&!a.support.opacity&&this.style.removeAttribute("filter"),b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery);/* + * jQuery UI Effects Pulsate 1.8.18 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */(function(a,b){a.effects.pulsate=function(b){return this.queue(function(){var c=a(this),d=a.effects.setMode(c,b.options.mode||"show");times=(b.options.times||5)*2-1,duration=b.duration?b.duration/2:a.fx.speeds._default/2,isVisible=c.is(":visible"),animateTo=0,isVisible||(c.css("opacity",0).show(),animateTo=1),(d=="hide"&&isVisible||d=="show"&&!isVisible)&×--;for(var e=0;e').appendTo(document.body).addClass(b.options.className).css({top:g.top,left:g.left,height:c.innerHeight(),width:c.innerWidth(),position:"absolute"}).animate(f,b.duration,b.options.easing,function(){h.remove(),b.callback&&b.callback.apply(c[0],arguments),c.dequeue()})})}})(jQuery); \ No newline at end of file diff --git a/configuration/sources/vps-list/js/jquery.dataTables.min.js b/configuration/sources/vps-list/js/jquery.dataTables.min.js new file mode 100644 index 0000000..35b4c98 --- /dev/null +++ b/configuration/sources/vps-list/js/jquery.dataTables.min.js @@ -0,0 +1,11619 @@ +/** + * @summary DataTables + * @description Paginate, search and sort HTML tables + * @version 1.9.0 + * @file jquery.dataTables.js + * @author Allan Jardine (www.sprymedia.co.uk) + * @contact www.sprymedia.co.uk/contact + * + * @copyright Copyright 2008-2012 Allan Jardine, all rights reserved. + * + * This source file is free software, under either the GPL v2 license or a + * BSD style license, available at: + * http://datatables.net/license_gpl2 + * http://datatables.net/license_bsd + * + * This source file is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the license files for details. + * + * For details please refer to: http://www.datatables.net + */ + +/*jslint evil: true, undef: true, browser: true */ +/*globals $, jQuery,_fnExternApiFunc,_fnInitialise,_fnInitComplete,_fnLanguageCompat,_fnAddColumn,_fnColumnOptions,_fnAddData,_fnCreateTr,_fnGatherData,_fnBuildHead,_fnDrawHead,_fnDraw,_fnReDraw,_fnAjaxUpdate,_fnAjaxParameters,_fnAjaxUpdateDraw,_fnServerParams,_fnAddOptionsHtml,_fnFeatureHtmlTable,_fnScrollDraw,_fnAdjustColumnSizing,_fnFeatureHtmlFilter,_fnFilterComplete,_fnFilterCustom,_fnFilterColumn,_fnFilter,_fnBuildSearchArray,_fnBuildSearchRow,_fnFilterCreateSearch,_fnDataToSearch,_fnSort,_fnSortAttachListener,_fnSortingClasses,_fnFeatureHtmlPaginate,_fnPageChange,_fnFeatureHtmlInfo,_fnUpdateInfo,_fnFeatureHtmlLength,_fnFeatureHtmlProcessing,_fnProcessingDisplay,_fnVisibleToColumnIndex,_fnColumnIndexToVisible,_fnNodeToDataIndex,_fnVisbleColumns,_fnCalculateEnd,_fnConvertToWidth,_fnCalculateColumnWidths,_fnScrollingWidthAdjust,_fnGetWidestNode,_fnGetMaxLenString,_fnStringToCss,_fnDetectType,_fnSettingsFromNode,_fnGetDataMaster,_fnGetTrNodes,_fnGetTdNodes,_fnEscapeRegex,_fnDeleteIndex,_fnReOrderIndex,_fnColumnOrdering,_fnLog,_fnClearTable,_fnSaveState,_fnLoadState,_fnCreateCookie,_fnReadCookie,_fnDetectHeader,_fnGetUniqueThs,_fnScrollBarWidth,_fnApplyToChildren,_fnMap,_fnGetRowData,_fnGetCellData,_fnSetCellData,_fnGetObjectDataFn,_fnSetObjectDataFn,_fnApplyColumnDefs,_fnBindAction,_fnCallbackReg,_fnCallbackFire,_fnJsonString,_fnRender,_fnNodeToColumnIndex*/ + +(/** @lends */function($, window, document, undefined) { + /** + * DataTables is a plug-in for the jQuery Javascript library. It is a + * highly flexible tool, based upon the foundations of progressive + * enhancement, which will add advanced interaction controls to any + * HTML table. For a full list of features please refer to + * DataTables.net. + * + * Note that the DataTable object is not a global variable but is + * aliased to jQuery.fn.DataTable and jQuery.fn.dataTable through which + * it may be accessed. + * + * @class + * @param {object} [oInit={}] Configuration object for DataTables. Options + * are defined by {@link DataTable.defaults} + * @requires jQuery 1.3+ + * + * @example + * // Basic initialisation + * $(document).ready( function { + * $('#example').dataTable(); + * } ); + * + * @example + * // Initialisation with configuration options - in this case, disable + * // pagination and sorting. + * $(document).ready( function { + * $('#example').dataTable( { + * "bPaginate": false, + * "bSort": false + * } ); + * } ); + */ + var DataTable = function( oInit ) + { + + + /** + * Add a column to the list used for the table with default values + * @param {object} oSettings dataTables settings object + * @param {node} nTh The th element for this column + * @memberof DataTable#oApi + */ + function _fnAddColumn( oSettings, nTh ) + { + var oDefaults = DataTable.defaults.columns; + var iCol = oSettings.aoColumns.length; + var oCol = $.extend( {}, DataTable.models.oColumn, oDefaults, { + "sSortingClass": oSettings.oClasses.sSortable, + "sSortingClassJUI": oSettings.oClasses.sSortJUI, + "nTh": nTh ? nTh : document.createElement('th'), + "sTitle": oDefaults.sTitle ? oDefaults.sTitle : nTh ? nTh.innerHTML : '', + "aDataSort": oDefaults.aDataSort ? oDefaults.aDataSort : [iCol], + "mDataProp": oDefaults.mDataProp ? oDefaults.oDefaults : iCol + } ); + oSettings.aoColumns.push( oCol ); + + /* Add a column specific filter */ + if ( oSettings.aoPreSearchCols[ iCol ] === undefined || oSettings.aoPreSearchCols[ iCol ] === null ) + { + oSettings.aoPreSearchCols[ iCol ] = $.extend( {}, DataTable.models.oSearch ); + } + else + { + var oPre = oSettings.aoPreSearchCols[ iCol ]; + + /* Don't require that the user must specify bRegex, bSmart or bCaseInsensitive */ + if ( oPre.bRegex === undefined ) + { + oPre.bRegex = true; + } + + if ( oPre.bSmart === undefined ) + { + oPre.bSmart = true; + } + + if ( oPre.bCaseInsensitive === undefined ) + { + oPre.bCaseInsensitive = true; + } + } + + /* Use the column options function to initialise classes etc */ + _fnColumnOptions( oSettings, iCol, null ); + } + + + /** + * Apply options for a column + * @param {object} oSettings dataTables settings object + * @param {int} iCol column index to consider + * @param {object} oOptions object with sType, bVisible and bSearchable + * @memberof DataTable#oApi + */ + function _fnColumnOptions( oSettings, iCol, oOptions ) + { + var oCol = oSettings.aoColumns[ iCol ]; + + /* User specified column options */ + if ( oOptions !== undefined && oOptions !== null ) + { + if ( oOptions.sType !== undefined ) + { + oCol.sType = oOptions.sType; + oCol._bAutoType = false; + } + + $.extend( oCol, oOptions ); + _fnMap( oCol, oOptions, "sWidth", "sWidthOrig" ); + + /* iDataSort to be applied (backwards compatibility), but aDataSort will take + * priority if defined + */ + if ( oOptions.iDataSort !== undefined ) + { + oCol.aDataSort = [ oOptions.iDataSort ]; + } + _fnMap( oCol, oOptions, "aDataSort" ); + } + + /* Cache the data get and set functions for speed */ + oCol.fnGetData = _fnGetObjectDataFn( oCol.mDataProp ); + oCol.fnSetData = _fnSetObjectDataFn( oCol.mDataProp ); + + /* Feature sorting overrides column specific when off */ + if ( !oSettings.oFeatures.bSort ) + { + oCol.bSortable = false; + } + + /* Check that the class assignment is correct for sorting */ + if ( !oCol.bSortable || + ($.inArray('asc', oCol.asSorting) == -1 && $.inArray('desc', oCol.asSorting) == -1) ) + { + oCol.sSortingClass = oSettings.oClasses.sSortableNone; + oCol.sSortingClassJUI = ""; + } + else if ( oCol.bSortable || + ($.inArray('asc', oCol.asSorting) == -1 && $.inArray('desc', oCol.asSorting) == -1) ) + { + oCol.sSortingClass = oSettings.oClasses.sSortable; + oCol.sSortingClassJUI = oSettings.oClasses.sSortJUI; + } + else if ( $.inArray('asc', oCol.asSorting) != -1 && $.inArray('desc', oCol.asSorting) == -1 ) + { + oCol.sSortingClass = oSettings.oClasses.sSortableAsc; + oCol.sSortingClassJUI = oSettings.oClasses.sSortJUIAscAllowed; + } + else if ( $.inArray('asc', oCol.asSorting) == -1 && $.inArray('desc', oCol.asSorting) != -1 ) + { + oCol.sSortingClass = oSettings.oClasses.sSortableDesc; + oCol.sSortingClassJUI = oSettings.oClasses.sSortJUIDescAllowed; + } + } + + + /** + * Adjust the table column widths for new data. Note: you would probably want to + * do a redraw after calling this function! + * @param {object} oSettings dataTables settings object + * @memberof DataTable#oApi + */ + function _fnAdjustColumnSizing ( oSettings ) + { + /* Not interested in doing column width calculation if autowidth is disabled */ + if ( oSettings.oFeatures.bAutoWidth === false ) + { + return false; + } + + _fnCalculateColumnWidths( oSettings ); + for ( var i=0 , iLen=oSettings.aoColumns.length ; i + */ + + /** + * State save event, fired when the table has changed state a new state save is required. + * This method allows modification of the state saving object prior to actually doing the + * save, including addition or other state properties (for plug-ins) or modification + * of a DataTables core property. + * @name DataTable#stateSaveParams + * @event + * @param {event} e jQuery event object + * @param {object} oSettings DataTables settings object + * @param {object} json The state information to be saved + */ + + /** + * State load event, fired when the table is loading state from the stored data, but + * prior to the settings object being modified by the saved state - allowing modification + * of the saved state is required or loading of state for a plug-in. + * @name DataTable#stateLoadParams + * @event + * @param {event} e jQuery event object + * @param {object} oSettings DataTables settings object + * @param {object} json The saved state information + */ + + /** + * State loaded event, fired when state has been loaded from stored data and the settings + * object has been modified by the loaded data. + * @name DataTable#stateLoaded + * @event + * @param {event} e jQuery event object + * @param {object} oSettings DataTables settings object + * @param {object} json The saved state information + */ + + /** + * Processing event, fired when DataTables is doing some kind of processing (be it, + * sort, filter or anything else). Can be used to indicate to the end user that + * there is something happening, or that something has finished. + * @name DataTable#processing + * @event + * @param {event} e jQuery event object + * @param {object} oSettings DataTables settings object + * @param {boolean} bShow Flag for if DataTables is doing processing or not + */ + + /** + * Ajax (XHR) event, fired whenever an Ajax request is completed from a request to + * made to the server for new data (note that this trigger is called in fnServerData, + * if you override fnServerData and which to use this event, you need to trigger it in + * you success function). + * @name DataTable#xhr + * @event + * @param {event} e jQuery event object + * @param {object} o DataTables settings object {@link DataTable.models.oSettings} + */ +}(jQuery, window, document, undefined)); diff --git a/configuration/sources/vps-list/js/old.js b/configuration/sources/vps-list/js/old.js new file mode 100644 index 0000000..515e1b9 --- /dev/null +++ b/configuration/sources/vps-list/js/old.js @@ -0,0 +1,81 @@ +table = $('#vpslist').dataTable( { + "bJQueryUI": true, + "sPaginationType": "full_numbers", + "iDisplayLength": 25, + "sScrollX": "100%", + "sScrollXInner": "150%", + "bScrollCollapse": true, + "aoColumns": [ + /* Provider */ { "bSortable": false }, + /* Plan */ { "bSortable": false }, + /* Platform */ { "bSortable": false }, + /* Guaranteed */ { "bSortable": false }, + /* Burstable */ { "bSortable": false }, + /* CPU */ { "bSortable": false }, + /* Disk */ { "bSortable": false }, + /* Traffic */ { "bSortable": false }, + /* Bandwidth */ { "bSortable": false }, + /* IPv4 */ { "bSortable": false }, + /* IPv6 */ { "bSortable": false }, + /* IRC */ { "bSortable": false }, + /* DNS */ { "bSortable": false }, + /* Overage */ { "bSortable": false }, + /* Backup */ { "bSortable": false }, + /* Price */ { "bSortable": false }, + /* data-provider */ { "bSortable": false, "bVisible": false }, + /* data-cpu */ { "bSortable": false, "bVisible": false }, + /* data-dedicated */ { "bSortable": false, "bVisible": false }, + /* data-guaranteed */ { "bSortable": false, "bVisible": false }, + /* data-burst */ { "bSortable": false, "bVisible": false }, + /* data-disk */ { "bSortable": false, "bVisible": false }, + /* data-traffic */ { "bSortable": false, "bVisible": false }, + /* data-bandwidth */ { "bSortable": false, "bVisible": false }, + /* data-unmetered */ { "bSortable": false, "bVisible": false }, + /* data-irc */ { "bSortable": false, "bVisible": false }, + /* data-ipv4 */ { "bSortable": false, "bVisible": false }, + /* data-ipv6 */ { "bSortable": false, "bVisible": false }, + /* data-dns */ { "bSortable": false, "bVisible": false }, + /* data-overage */ { "bSortable": false, "bVisible": false }, + /* data-price */ { "bSortable": false, "bVisible": false }, + /* data-backup */ { "bSortable": false, "bVisible": false }, + /* data-platform */ { "bSortable": false, "bVisible": false } + ] } + ); + + new FixedColumns(table, { + "columns": 2 + }); + + $('#vpslist').css('width', '100%').dataTable().fnAdjustColumnSizing(); + + $(window).resize(function(){ + $('#vpslist').css('width', '100%').dataTable().fnAdjustColumnSizing(); + }); + + $('#sort_list').buttonset(); + $('#sort_dir').buttonset(); + + add_filter_hook("ram", column_map["guaranteed"], 0); + add_filter_hook("burst", column_map["burst"], 0); + add_filter_hook("disk", column_map["disk"], 0); + add_filter_hook("traffic", column_map["traffic"], 0); + add_filter_hook("bandwidth", column_map["bandwidth"], 0); + add_filter_hook("cpu", column_map["cpu"], 0); + add_filter_hook("price", column_map["price"], 0); + add_filter_hook("backup", column_map["backup"], 0); + //alert(rows["backup"]); + + $('#sort_options input').change(function(){ + if($('#sort_asc:checked').val() !== undefined) + { + var direction = "asc"; + } + else + { + var direction = "desc"; + } + + var column = rows[$('input[name=sort]:checked').val()]; + + table.fnSort([[column, direction], [rows["price"], 'asc']]); + }); diff --git a/configuration/sources/vps-list/js/sorttable.js b/configuration/sources/vps-list/js/sorttable.js new file mode 100644 index 0000000..c611c0b --- /dev/null +++ b/configuration/sources/vps-list/js/sorttable.js @@ -0,0 +1,495 @@ +/* + SortTable + version 2 + 7th April 2007 + Stuart Langridge, http://www.kryogenix.org/code/browser/sorttable/ + + Instructions: + Download this file + Add to your HTML + Add class="sortable" to any table you'd like to make sortable + Click on the headers to sort + + Thanks to many, many people for contributions and suggestions. + Licenced as X11: http://www.kryogenix.org/code/browser/licence.html + This basically means: do what you want with it. +*/ + + +var stIsIE = /*@cc_on!@*/false; + +sorttable = { + init: function() { + // quit if this function has already been called + if (arguments.callee.done) return; + // flag this function so we don't do the same thing twice + arguments.callee.done = true; + // kill the timer + if (_timer) clearInterval(_timer); + + if (!document.createElement || !document.getElementsByTagName) return; + + sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; + + forEach(document.getElementsByTagName('table'), function(table) { + if (table.className.search(/\bsortable\b/) != -1) { + sorttable.makeSortable(table); + } + }); + + }, + + makeSortable: function(table) { + if (table.getElementsByTagName('thead').length == 0) { + // table doesn't have a tHead. Since it should have, create one and + // put the first table row in it. + the = document.createElement('thead'); + the.appendChild(table.rows[0]); + table.insertBefore(the,table.firstChild); + } + // Safari doesn't support table.tHead, sigh + if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; + + if (table.tHead.rows.length != 1) return; // can't cope with two header rows + + // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as + // "total" rows, for example). This is B&R, since what you're supposed + // to do is put them in a tfoot. So, if there are sortbottom rows, + // for backwards compatibility, move them to tfoot (creating it if needed). + sortbottomrows = []; + for (var i=0; i5' : ' ▴'; + this.appendChild(sortrevind); + return; + } + if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) { + // if we're already sorted by this column in reverse, just + // re-reverse the table, which is quicker + sorttable.reverse(this.sorttable_tbody); + this.className = this.className.replace('sorttable_sorted_reverse', + 'sorttable_sorted'); + this.removeChild(document.getElementById('sorttable_sortrevind')); + sortfwdind = document.createElement('span'); + sortfwdind.id = "sorttable_sortfwdind"; + sortfwdind.innerHTML = stIsIE ? ' 6' : ' ▾'; + this.appendChild(sortfwdind); + return; + } + + // remove sorttable_sorted classes + theadrow = this.parentNode; + forEach(theadrow.childNodes, function(cell) { + if (cell.nodeType == 1) { // an element + cell.className = cell.className.replace('sorttable_sorted_reverse',''); + cell.className = cell.className.replace('sorttable_sorted',''); + } + }); + sortfwdind = document.getElementById('sorttable_sortfwdind'); + if (sortfwdind) { sortfwdind.parentNode.removeChild(sortfwdind); } + sortrevind = document.getElementById('sorttable_sortrevind'); + if (sortrevind) { sortrevind.parentNode.removeChild(sortrevind); } + + this.className += ' sorttable_sorted'; + sortfwdind = document.createElement('span'); + sortfwdind.id = "sorttable_sortfwdind"; + sortfwdind.innerHTML = stIsIE ? ' 6' : ' ▾'; + this.appendChild(sortfwdind); + + // build an array to sort. This is a Schwartzian transform thing, + // i.e., we "decorate" each row with the actual sort key, + // sort based on the sort keys, and then put the rows back in order + // which is a lot faster because you only do getInnerText once per row + row_array = []; + col = this.sorttable_columnindex; + rows = this.sorttable_tbody.rows; + for (var j=0; j 12) { + // definitely dd/mm + return sorttable.sort_ddmm; + } else if (second > 12) { + return sorttable.sort_mmdd; + } else { + // looks like a date, but we can't tell which, so assume + // that it's dd/mm (English imperialism!) and keep looking + sortfn = sorttable.sort_ddmm; + } + } + } + } + return sortfn; + }, + + getInnerText: function(node) { + // gets the text we want to use for sorting for a cell. + // strips leading and trailing whitespace. + // this is *not* a generic getInnerText function; it's special to sorttable. + // for example, you can override the cell text with a customkey attribute. + // it also gets .value for fields. + + hasInputs = (typeof node.getElementsByTagName == 'function') && + node.getElementsByTagName('input').length; + + if (node.getAttribute("sorttable_customkey") != null) { + return node.getAttribute("sorttable_customkey"); + } + else if (typeof node.textContent != 'undefined' && !hasInputs) { + return node.textContent.replace(/^\s+|\s+$/g, ''); + } + else if (typeof node.innerText != 'undefined' && !hasInputs) { + return node.innerText.replace(/^\s+|\s+$/g, ''); + } + else if (typeof node.text != 'undefined' && !hasInputs) { + return node.text.replace(/^\s+|\s+$/g, ''); + } + else { + switch (node.nodeType) { + case 3: + if (node.nodeName.toLowerCase() == 'input') { + return node.value.replace(/^\s+|\s+$/g, ''); + } + case 4: + return node.nodeValue.replace(/^\s+|\s+$/g, ''); + break; + case 1: + case 11: + var innerText = ''; + for (var i = 0; i < node.childNodes.length; i++) { + innerText += sorttable.getInnerText(node.childNodes[i]); + } + return innerText.replace(/^\s+|\s+$/g, ''); + break; + default: + return ''; + } + } + }, + + reverse: function(tbody) { + // reverse the rows in a tbody + newrows = []; + for (var i=0; i=0; i--) { + tbody.appendChild(newrows[i]); + } + delete newrows; + }, + + /* sort functions + each sort function takes two parameters, a and b + you are comparing a[0] and b[0] */ + sort_numeric: function(a,b) { + aa = parseFloat(a[0].replace(/[^0-9.-]/g,'')); + if (isNaN(aa)) aa = 0; + bb = parseFloat(b[0].replace(/[^0-9.-]/g,'')); + if (isNaN(bb)) bb = 0; + return aa-bb; + }, + sort_alpha: function(a,b) { + if (a[0]==b[0]) return 0; + if (a[0] 0 ) { + var q = list[i]; list[i] = list[i+1]; list[i+1] = q; + swap = true; + } + } // for + t--; + + if (!swap) break; + + for(var i = t; i > b; --i) { + if ( comp_func(list[i], list[i-1]) < 0 ) { + var q = list[i]; list[i] = list[i-1]; list[i-1] = q; + swap = true; + } + } // for + b++; + + } // while(swap) + } +} + +/* ****************************************************************** + Supporting functions: bundled here to avoid depending on a library + ****************************************************************** */ + +// Dean Edwards/Matthias Miller/John Resig + +/* for Mozilla/Opera9 */ +if (document.addEventListener) { + document.addEventListener("DOMContentLoaded", sorttable.init, false); +} + +/* for Internet Explorer */ +/*@cc_on @*/ +/*@if (@_win32) + document.write(" + + + + + + + + + + + + + +
      +

      VPS Comparison Table

      + The list + About + Submit plans + Donate +
      + + +
      +
      +
      +
      + User submission page is now available! You can now add providers and plans yourself, without having to register. After review by + the site administrator they will become visible in the table. Click here to go to the user submission page. +
      +
      + <%?contents> +
      +
      â–¼
      +
      â–²
      + + diff --git a/configuration/sources/vps-list/templates/page.add.tpl b/configuration/sources/vps-list/templates/page.add.tpl new file mode 100644 index 0000000..c03f91e --- /dev/null +++ b/configuration/sources/vps-list/templates/page.add.tpl @@ -0,0 +1,4 @@ +

      Submit your data

      +

      To add a plan to the comparison chart, fill out the form and submit it. Your submission will be reviewed for validity, and eventually made +visible on the chart. If the provider offering the plan is not in the database yet, you will be given a chance to add it as well.

      +<%?form> diff --git a/configuration/sources/vps-list/templates/page.donate.tpl b/configuration/sources/vps-list/templates/page.donate.tpl new file mode 100644 index 0000000..853bd1f --- /dev/null +++ b/configuration/sources/vps-list/templates/page.donate.tpl @@ -0,0 +1,24 @@ + diff --git a/configuration/sources/vps-list/templates/page.list.tpl b/configuration/sources/vps-list/templates/page.list.tpl new file mode 100644 index 0000000..28ef21b --- /dev/null +++ b/configuration/sources/vps-list/templates/page.list.tpl @@ -0,0 +1,200 @@ + + + +
      +
      + Loading... +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%?list> + +
      Provider
      Plan Name
      Platform
      Price / month
      Guaranteed RAM
      Burstable RAM
      CPU
      Disk
      Traffic
      Bandwidth
      IPv4
      IPv6
      Allows IRC
      Free DNS
      Overage Billing
      Backup Space
      + +
      +
      +
      +
      + +
      +
      +
      +
      +
      + +
      + +
      +
      +
      +
      +
      + +
      + +
      +
      +
      +
      +
      + +
      + +
      +
      +
      +
      +
      + +
      + +
      +
      +
      +
      +
      + +
      + +
      +
      +
      +
      +
      + +
      + +
      +
      +
      +
      +
      + +
      + +
      +
      +
      +
      +
      +
      + + +
      diff --git a/configuration/sources/vps-list/templates/page.main.tpl b/configuration/sources/vps-list/templates/page.main.tpl new file mode 100644 index 0000000..b7c75fa --- /dev/null +++ b/configuration/sources/vps-list/templates/page.main.tpl @@ -0,0 +1 @@ +hai
    • + * Function return: + *
        + *
      • {int} Sorting match: <0 if first parameter should be sorted lower than + * the second parameter, ===0 if the two parameters are equal and >0 if + * the first parameter should be sorted height than the second parameter.
      • + *
      + * + * + * @type object + * @default {} + * + * @example + * // Case-sensitive string sorting, with no pre-formatting method + * $.extend( $.fn.dataTableExt.oSort, { + * "string-case-asc": function(x,y) { + * return ((x < y) ? -1 : ((x > y) ? 1 : 0)); + * }, + * "string-case-desc": function(x,y) { + * return ((x < y) ? 1 : ((x > y) ? -1 : 0)); + * } + * } ); + * + * @example + * // Case-insensitive string sorting, with pre-formatting + * $.extend( $.fn.dataTableExt.oSort, { + * "string-pre": function(x) { + * return x.toLowerCase(); + * }, + * "string-asc": function(x,y) { + * return ((x < y) ? -1 : ((x > y) ? 1 : 0)); + * }, + * "string-desc": function(x,y) { + * return ((x < y) ? 1 : ((x > y) ? -1 : 0)); + * } + * } ); + */ + "oSort": {}, + + + /** + * Version string for plug-ins to check compatibility. Allowed format is + * a.b.c.d.e where: a:int, b:int, c:int, d:string(dev|beta), e:int. d and + * e are optional + * @type string + * @default Version number + */ + "sVersion": DataTable.version, + + + /** + * How should DataTables report an error. Can take the value 'alert' or 'throw' + * @type string + * @default alert + */ + "sErrMode": "alert", + + + /** + * Store information for DataTables to access globally about other instances + * @namespace + * @private + */ + "_oExternConfig": { + /* int:iNextUnique - next unique number for an instance */ + "iNextUnique": 0 + } + }; + + + + + /** + * Template object for the way in which DataTables holds information about + * search information for the global filter and individual column filters. + * @namespace + */ + DataTable.models.oSearch = { + /** + * Flag to indicate if the filtering should be case insensitive or not + * @type boolean + * @default true + */ + "bCaseInsensitive": true, + + /** + * Applied search term + * @type string + * @default Empty string + */ + "sSearch": "", + + /** + * Flag to indicate if the search term should be interpreted as a + * regular expression (true) or not (false) and therefore and special + * regex characters escaped. + * @type boolean + * @default false + */ + "bRegex": false, + + /** + * Flag to indicate if DataTables is to use its smart filtering or not. + * @type boolean + * @default true + */ + "bSmart": true + }; + + + + + /** + * Template object for the way in which DataTables holds information about + * each individual row. This is the object format used for the settings + * aoData array. + * @namespace + */ + DataTable.models.oRow = { + /** + * TR element for the row + * @type node + * @default null + */ + "nTr": null, + + /** + * Data object from the original data source for the row. This is either + * an array if using the traditional form of DataTables, or an object if + * using mDataProp options. The exact type will depend on the passed in + * data from the data source, or will be an array if using DOM a data + * source. + * @type array|object + * @default [] + */ + "_aData": [], + + /** + * Sorting data cache - this array is ostensibly the same length as the + * number of columns (although each index is generated only as it is + * needed), and holds the data that is used for sorting each column in the + * row. We do this cache generation at the start of the sort in order that + * the formatting of the sort data need be done only once for each cell + * per sort. This array should not be read from or written to by anything + * other than the master sorting methods. + * @type array + * @default [] + * @private + */ + "_aSortData": [], + + /** + * Array of TD elements that are cached for hidden rows, so they can be + * reinserted into the table if a column is made visible again (or to act + * as a store if a column is made hidden). Only hidden columns have a + * reference in the array. For non-hidden columns the value is either + * undefined or null. + * @type array nodes + * @default [] + * @private + */ + "_anHidden": [], + + /** + * Cache of the class name that DataTables has applied to the row, so we + * can quickly look at this variable rather than needing to do a DOM check + * on className for the nTr property. + * @type string + * @default Empty string + * @private + */ + "_sRowStripe": "" + }; + + + + /** + * Template object for the column information object in DataTables. This object + * is held in the settings aoColumns array and contains all the information that + * DataTables needs about each individual column. + * + * Note that this object is related to {@link DataTable.defaults.columns} + * but this one is the internal data store for DataTables's cache of columns. + * It should NOT be manipulated outside of DataTables. Any configuration should + * be done through the initialisation options. + * @namespace + */ + DataTable.models.oColumn = { + /** + * A list of the columns that sorting should occur on when this column + * is sorted. That this property is an array allows multi-column sorting + * to be defined for a column (for example first name / last name columns + * would benefit from this). The values are integers pointing to the + * columns to be sorted on (typically it will be a single integer pointing + * at itself, but that doesn't need to be the case). + * @type array + */ + "aDataSort": null, + + /** + * Define the sorting directions that are applied to the column, in sequence + * as the column is repeatedly sorted upon - i.e. the first value is used + * as the sorting direction when the column if first sorted (clicked on). + * Sort it again (click again) and it will move on to the next index. + * Repeat until loop. + * @type array + */ + "asSorting": null, + + /** + * Flag to indicate if the column is searchable, and thus should be included + * in the filtering or not. + * @type boolean + */ + "bSearchable": null, + + /** + * Flag to indicate if the column is sortable or not. + * @type boolean + */ + "bSortable": null, + + /** + * When using fnRender, you have two options for what to do with the data, + * and this property serves as the switch. Firstly, you can have the sorting + * and filtering use the rendered value (true - default), or you can have + * the sorting and filtering us the original value (false). + * + * *NOTE* It is it is advisable now to use mDataProp as a function and make + * use of the 'type' that it gives, allowing (potentially) different data to + * be used for sorting, filtering, display and type detection. + * @type boolean + * @deprecated + */ + "bUseRendered": null, + + /** + * Flag to indicate if the column is currently visible in the table or not + * @type boolean + */ + "bVisible": null, + + /** + * Flag to indicate to the type detection method if the automatic type + * detection should be used, or if a column type (sType) has been specified + * @type boolean + * @default true + * @private + */ + "_bAutoType": true, + + /** + * Developer definable function that is called whenever a cell is created (Ajax source, + * etc) or processed for input (DOM source). This can be used as a compliment to fnRender + * allowing you to modify the DOM element (add background colour for example) when the + * element is available (since it is not when fnRender is called). + * @type function + * @param {element} nTd The TD node that has been created + * @param {*} sData The Data for the cell + * @param {array|object} oData The data for the whole row + * @param {int} iRow The row index for the aoData data store + * @default null + */ + "fnCreatedCell": null, + + /** + * Function to get data from a cell in a column. You should never + * access data directly through _aData internally in DataTables - always use + * the method attached to this property. It allows mDataProp to function as + * required. This function is automatically assigned by the column + * initialisation method + * @type function + * @param {array|object} oData The data array/object for the array + * (i.e. aoData[]._aData) + * @param {string} sSpecific The specific data type you want to get - + * 'display', 'type' 'filter' 'sort' + * @returns {*} The data for the cell from the given row's data + * @default null + */ + "fnGetData": null, + + /** + * Custom display function that will be called for the display of each cell + * in this column. + * @type function + * @param {object} o Object with the following parameters: + * @param {int} o.iDataRow The row in aoData + * @param {int} o.iDataColumn The column in question + * @param {array o.aData The data for the row in question + * @param {object} o.oSettings The settings object for this DataTables instance + * @returns {string} The string you which to use in the display + * @default null + */ + "fnRender": null, + + /** + * Function to set data for a cell in the column. You should never + * set the data directly to _aData internally in DataTables - always use + * this method. It allows mDataProp to function as required. This function + * is automatically assigned by the column initialisation method + * @type function + * @param {array|object} oData The data array/object for the array + * (i.e. aoData[]._aData) + * @param {*} sValue Value to set + * @default null + */ + "fnSetData": null, + + /** + * Property to read the value for the cells in the column from the data + * source array / object. If null, then the default content is used, if a + * function is given then the return from the function is used. + * @type function|int|string|null + * @default null + */ + "mDataProp": null, + + /** + * Unique header TH/TD element for this column - this is what the sorting + * listener is attached to (if sorting is enabled.) + * @type node + * @default null + */ + "nTh": null, + + /** + * Unique footer TH/TD element for this column (if there is one). Not used + * in DataTables as such, but can be used for plug-ins to reference the + * footer for each column. + * @type node + * @default null + */ + "nTf": null, + + /** + * The class to apply to all TD elements in the table's TBODY for the column + * @type string + * @default null + */ + "sClass": null, + + /** + * When DataTables calculates the column widths to assign to each column, + * it finds the longest string in each column and then constructs a + * temporary table and reads the widths from that. The problem with this + * is that "mmm" is much wider then "iiii", but the latter is a longer + * string - thus the calculation can go wrong (doing it properly and putting + * it into an DOM object and measuring that is horribly(!) slow). Thus as + * a "work around" we provide this option. It will append its value to the + * text that is found to be the longest string for the column - i.e. padding. + * @type string + */ + "sContentPadding": null, + + /** + * Allows a default value to be given for a column's data, and will be used + * whenever a null data source is encountered (this can be because mDataProp + * is set to null, or because the data source itself is null). + * @type string + * @default null + */ + "sDefaultContent": null, + + /** + * Name for the column, allowing reference to the column by name as well as + * by index (needs a lookup to work by name). + * @type string + */ + "sName": null, + + /** + * Custom sorting data type - defines which of the available plug-ins in + * afnSortData the custom sorting will use - if any is defined. + * @type string + * @default std + */ + "sSortDataType": 'std', + + /** + * Class to be applied to the header element when sorting on this column + * @type string + * @default null + */ + "sSortingClass": null, + + /** + * Class to be applied to the header element when sorting on this column - + * when jQuery UI theming is used. + * @type string + * @default null + */ + "sSortingClassJUI": null, + + /** + * Title of the column - what is seen in the TH element (nTh). + * @type string + */ + "sTitle": null, + + /** + * Column sorting and filtering type + * @type string + * @default null + */ + "sType": null, + + /** + * Width of the column + * @type string + * @default null + */ + "sWidth": null, + + /** + * Width of the column when it was first "encountered" + * @type string + * @default null + */ + "sWidthOrig": null + }; + + + + /** + * Initialisation options that can be given to DataTables at initialisation + * time. + * @namespace + */ + DataTable.defaults = { + /** + * An array of data to use for the table, passed in at initialisation which + * will be used in preference to any data which is already in the DOM. This is + * particularly useful for constructing tables purely in Javascript, for + * example with a custom Ajax call. + * @type array + * @default null + * @dtopt Option + * + * @example + * // Using a 2D array data source + * $(document).ready( function () { + * $('#example').dataTable( { + * "aaData": [ + * ['Trident', 'Internet Explorer 4.0', 'Win 95+', 4, 'X'], + * ['Trident', 'Internet Explorer 5.0', 'Win 95+', 5, 'C'], + * ], + * "aoColumns": [ + * { "sTitle": "Engine" }, + * { "sTitle": "Browser" }, + * { "sTitle": "Platform" }, + * { "sTitle": "Version" }, + * { "sTitle": "Grade" } + * ] + * } ); + * } ); + * + * @example + * // Using an array of objects as a data source (mDataProp) + * $(document).ready( function () { + * $('#example').dataTable( { + * "aaData": [ + * { + * "engine": "Trident", + * "browser": "Internet Explorer 4.0", + * "platform": "Win 95+", + * "version": 4, + * "grade": "X" + * }, + * { + * "engine": "Trident", + * "browser": "Internet Explorer 5.0", + * "platform": "Win 95+", + * "version": 5, + * "grade": "C" + * } + * ], + * "aoColumns": [ + * { "sTitle": "Engine", "mDataProp": "engine" }, + * { "sTitle": "Browser", "mDataProp": "browser" }, + * { "sTitle": "Platform", "mDataProp": "platform" }, + * { "sTitle": "Version", "mDataProp": "version" }, + * { "sTitle": "Grade", "mDataProp": "grade" } + * ] + * } ); + * } ); + */ + "aaData": null, + + + /** + * If sorting is enabled, then DataTables will perform a first pass sort on + * initialisation. You can define which column(s) the sort is performed upon, + * and the sorting direction, with this variable. The aaSorting array should + * contain an array for each column to be sorted initially containing the + * column's index and a direction string ('asc' or 'desc'). + * @type array + * @default [[0,'asc']] + * @dtopt Option + * + * @example + * // Sort by 3rd column first, and then 4th column + * $(document).ready( function() { + * $('#example').dataTable( { + * "aaSorting": [[2,'asc'], [3,'desc']] + * } ); + * } ); + * + * // No initial sorting + * $(document).ready( function() { + * $('#example').dataTable( { + * "aaSorting": [] + * } ); + * } ); + */ + "aaSorting": [[0,'asc']], + + + /** + * This parameter is basically identical to the aaSorting parameter, but + * cannot be overridden by user interaction with the table. What this means + * is that you could have a column (visible or hidden) which the sorting will + * always be forced on first - any sorting after that (from the user) will + * then be performed as required. This can be useful for grouping rows + * together. + * @type array + * @default null + * @dtopt Option + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "aaSortingFixed": [[0,'asc']] + * } ); + * } ) + */ + "aaSortingFixed": null, + + + /** + * This parameter allows you to readily specify the entries in the length drop + * down menu that DataTables shows when pagination is enabled. It can be + * either a 1D array of options which will be used for both the displayed + * option and the value, or a 2D array which will use the array in the first + * position as the value, and the array in the second position as the + * displayed options (useful for language strings such as 'All'). + * @type array + * @default [ 10, 25, 50, 100 ] + * @dtopt Option + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "aLengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]] + * } ); + * } ); + * + * @example + * // Setting the default display length as well as length menu + * // This is likely to be wanted if you remove the '10' option which + * // is the iDisplayLength default. + * $(document).ready(function() { + * $('#example').dataTable( { + * "iDisplayLength": 25, + * "aLengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]] + * } ); + * } ); + */ + "aLengthMenu": [ 10, 25, 50, 100 ], + + + /** + * The aoColumns option in the initialisation parameter allows you to define + * details about the way individual columns behave. For a full list of + * column options that can be set, please see + * {@link DataTable.defaults.columns}. Note that if you use aoColumns to + * define your columns, you must have an entry in the array for every single + * column that you have in your table (these can be null if you don't which + * to specify any options). + * @member + */ + "aoColumns": null, + + /** + * Very similar to aoColumns, aoColumnDefs allows you to target a specific + * column, multiple columns, or all columns, using the aTargets property of + * each object in the array. This allows great flexibility when creating + * tables, as the aoColumnDefs arrays can be of any length, targeting the + * columns you specifically want. aoColumnDefs may use any of the column + * options available: {@link DataTable.defaults.columns}, but it _must_ + * have aTargets defined in each object in the array. Values in the aTargets + * array may be: + *
        + *
      • a string - class name will be matched on the TH for the column
      • + *
      • 0 or a positive integer - column index counting from the left
      • + *
      • a negative integer - column index counting from the right
      • + *
      • the string "_all" - all columns (i.e. assign a default)
      • + *
      + * @member + */ + "aoColumnDefs": null, + + + /** + * Basically the same as oSearch, this parameter defines the individual column + * filtering state at initialisation time. The array must be of the same size + * as the number of columns, and each element be an object with the parameters + * "sSearch" and "bEscapeRegex" (the latter is optional). 'null' is also + * accepted and the default will be used. + * @type array + * @default [] + * @dtopt Option + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "aoSearchCols": [ + * null, + * { "sSearch": "My filter" }, + * null, + * { "sSearch": "^[0-9]", "bEscapeRegex": false } + * ] + * } ); + * } ) + */ + "aoSearchCols": [], + + + /** + * An array of CSS classes that should be applied to displayed rows. This + * array may be of any length, and DataTables will apply each class + * sequentially, looping when required. + * @type array + * @default [ 'odd', 'even' ] + * @dtopt Option + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "asStripeClasses": [ 'strip1', 'strip2', 'strip3' ] + * } ); + * } ) + */ + "asStripeClasses": [ 'odd', 'even' ], + + + /** + * Enable or disable automatic column width calculation. This can be disabled + * as an optimisation (it takes some time to calculate the widths) if the + * tables widths are passed in using aoColumns. + * @type boolean + * @default true + * @dtopt Features + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "bAutoWidth": false + * } ); + * } ); + */ + "bAutoWidth": true, + + + /** + * Deferred rendering can provide DataTables with a huge speed boost when you + * are using an Ajax or JS data source for the table. This option, when set to + * true, will cause DataTables to defer the creation of the table elements for + * each row until they are needed for a draw - saving a significant amount of + * time. + * @type boolean + * @default false + * @dtopt Features + * + * @example + * $(document).ready(function() { + * var oTable = $('#example').dataTable( { + * "sAjaxSource": "sources/arrays.txt", + * "bDeferRender": true + * } ); + * } ); + */ + "bDeferRender": false, + + + /** + * Replace a DataTable which matches the given selector and replace it with + * one which has the properties of the new initialisation object passed. If no + * table matches the selector, then the new DataTable will be constructed as + * per normal. + * @type boolean + * @default false + * @dtopt Options + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "sScrollY": "200px", + * "bPaginate": false + * } ); + * + * // Some time later.... + * $('#example').dataTable( { + * "bFilter": false, + * "bDestroy": true + * } ); + * } ); + */ + "bDestroy": false, + + + /** + * Enable or disable filtering of data. Filtering in DataTables is "smart" in + * that it allows the end user to input multiple words (space separated) and + * will match a row containing those words, even if not in the order that was + * specified (this allow matching across multiple columns). Note that if you + * wish to use filtering in DataTables this must remain 'true' - to remove the + * default filtering input box and retain filtering abilities, please use + * @ref{sDom}. + * @type boolean + * @default true + * @dtopt Features + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "bFilter": false + * } ); + * } ); + */ + "bFilter": true, + + + /** + * Enable or disable the table information display. This shows information + * about the data that is currently visible on the page, including information + * about filtered data if that action is being performed. + * @type boolean + * @default true + * @dtopt Features + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "bInfo": false + * } ); + * } ); + */ + "bInfo": true, + + + /** + * Enable jQuery UI ThemeRoller support (required as ThemeRoller requires some + * slightly different and additional mark-up from what DataTables has + * traditionally used). + * @type boolean + * @default false + * @dtopt Features + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "bJQueryUI": true + * } ); + * } ); + */ + "bJQueryUI": false, + + + /** + * Allows the end user to select the size of a formatted page from a select + * menu (sizes are 10, 25, 50 and 100). Requires pagination (bPaginate). + * @type boolean + * @default true + * @dtopt Features + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "bLengthChange": false + * } ); + * } ); + */ + "bLengthChange": true, + + + /** + * Enable or disable pagination. + * @type boolean + * @default true + * @dtopt Features + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "bPaginate": false + * } ); + * } ); + */ + "bPaginate": true, + + + /** + * Enable or disable the display of a 'processing' indicator when the table is + * being processed (e.g. a sort). This is particularly useful for tables with + * large amounts of data where it can take a noticeable amount of time to sort + * the entries. + * @type boolean + * @default false + * @dtopt Features + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "bProcessing": true + * } ); + * } ); + */ + "bProcessing": false, + + + /** + * Retrieve the DataTables object for the given selector. Note that if the + * table has already been initialised, this parameter will cause DataTables + * to simply return the object that has already been set up - it will not take + * account of any changes you might have made to the initialisation object + * passed to DataTables (setting this parameter to true is an acknowledgement + * that you understand this). bDestroy can be used to reinitialise a table if + * you need. + * @type boolean + * @default false + * @dtopt Options + * + * @example + * $(document).ready(function() { + * initTable(); + * tableActions(); + * } ); + * + * function initTable () + * { + * return $('#example').dataTable( { + * "sScrollY": "200px", + * "bPaginate": false, + * "bRetrieve": true + * } ); + * } + * + * function tableActions () + * { + * var oTable = initTable(); + * // perform API operations with oTable + * } + */ + "bRetrieve": false, + + + /** + * Indicate if DataTables should be allowed to set the padding / margin + * etc for the scrolling header elements or not. Typically you will want + * this. + * @type boolean + * @default true + * @dtopt Options + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "bScrollAutoCss": false, + * "sScrollY": "200px" + * } ); + * } ); + */ + "bScrollAutoCss": true, + + + /** + * When vertical (y) scrolling is enabled, DataTables will force the height of + * the table's viewport to the given height at all times (useful for layout). + * However, this can look odd when filtering data down to a small data set, + * and the footer is left "floating" further down. This parameter (when + * enabled) will cause DataTables to collapse the table's viewport down when + * the result set will fit within the given Y height. + * @type boolean + * @default false + * @dtopt Options + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "sScrollY": "200", + * "bScrollCollapse": true + * } ); + * } ); + */ + "bScrollCollapse": false, + + + /** + * Enable infinite scrolling for DataTables (to be used in combination with + * sScrollY). Infinite scrolling means that DataTables will continually load + * data as a user scrolls through a table, which is very useful for large + * dataset. This cannot be used with pagination, which is automatically + * disabled. Note - the Scroller extra for DataTables is recommended in + * in preference to this option. + * @type boolean + * @default false + * @dtopt Features + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "bScrollInfinite": true, + * "bScrollCollapse": true, + * "sScrollY": "200px" + * } ); + * } ); + */ + "bScrollInfinite": false, + + + /** + * Configure DataTables to use server-side processing. Note that the + * sAjaxSource parameter must also be given in order to give DataTables a + * source to obtain the required data for each draw. + * @type boolean + * @default false + * @dtopt Features + * @dtopt Server-side + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "bServerSide": true, + * "sAjaxSource": "xhr.php" + * } ); + * } ); + */ + "bServerSide": false, + + + /** + * Enable or disable sorting of columns. Sorting of individual columns can be + * disabled by the "bSortable" option for each column. + * @type boolean + * @default true + * @dtopt Features + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "bSort": false + * } ); + * } ); + */ + "bSort": true, + + + /** + * Allows control over whether DataTables should use the top (true) unique + * cell that is found for a single column, or the bottom (false - default). + * This is useful when using complex headers. + * @type boolean + * @default false + * @dtopt Options + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "bSortCellsTop": true + * } ); + * } ); + */ + "bSortCellsTop": false, + + + /** + * Enable or disable the addition of the classes 'sorting_1', 'sorting_2' and + * 'sorting_3' to the columns which are currently being sorted on. This is + * presented as a feature switch as it can increase processing time (while + * classes are removed and added) so for large data sets you might want to + * turn this off. + * @type boolean + * @default true + * @dtopt Features + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "bSortClasses": false + * } ); + * } ); + */ + "bSortClasses": true, + + + /** + * Enable or disable state saving. When enabled a cookie will be used to save + * table display information such as pagination information, display length, + * filtering and sorting. As such when the end user reloads the page the + * display display will match what thy had previously set up. + * @type boolean + * @default false + * @dtopt Features + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "bStateSave": true + * } ); + * } ); + */ + "bStateSave": false, + + + /** + * Customise the cookie and / or the parameters being stored when using + * DataTables with state saving enabled. This function is called whenever + * the cookie is modified, and it expects a fully formed cookie string to be + * returned. Note that the data object passed in is a Javascript object which + * must be converted to a string (JSON.stringify for example). + * @type function + * @param {string} sName Name of the cookie defined by DataTables + * @param {object} oData Data to be stored in the cookie + * @param {string} sExpires Cookie expires string + * @param {string} sPath Path of the cookie to set + * @returns {string} Cookie formatted string (which should be encoded by + * using encodeURIComponent()) + * @dtopt Callbacks + * + * @example + * $(document).ready( function () { + * $('#example').dataTable( { + * "fnCookieCallback": function (sName, oData, sExpires, sPath) { + * // Customise oData or sName or whatever else here + * return sName + "="+JSON.stringify(oData)+"; expires=" + sExpires +"; path=" + sPath; + * } + * } ); + * } ); + */ + "fnCookieCallback": null, + + + /** + * This function is called when a TR element is created (and all TD child + * elements have been inserted), or registered if using a DOM source, allowing + * manipulation of the TR element (adding classes etc). + * @type function + * @param {node} nRow "TR" element for the current row + * @param {array} aData Raw data array for this row + * @param {int} iDataIndex The index of this row in aoData + * @dtopt Callbacks + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "fnCreatedRow": function( nRow, aData, iDataIndex ) { + * // Bold the grade for all 'A' grade browsers + * if ( aData[4] == "A" ) + * { + * $('td:eq(4)', nRow).html( 'A' ); + * } + * } + * } ); + * } ); + */ + "fnCreatedRow": null, + + + /** + * This function is called on every 'draw' event, and allows you to + * dynamically modify any aspect you want about the created DOM. + * @type function + * @param {object} oSettings DataTables settings object + * @dtopt Callbacks + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "fnDrawCallback": function() { + * alert( 'DataTables has redrawn the table' ); + * } + * } ); + * } ); + */ + "fnDrawCallback": null, + + + /** + * Identical to fnHeaderCallback() but for the table footer this function + * allows you to modify the table footer on every 'draw' even. + * @type function + * @param {node} nFoot "TR" element for the footer + * @param {array} aData Full table data (as derived from the original HTML) + * @param {int} iStart Index for the current display starting point in the + * display array + * @param {int} iEnd Index for the current display ending point in the + * display array + * @param {array int} aiDisplay Index array to translate the visual position + * to the full data array + * @dtopt Callbacks + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "fnFooterCallback": function( nFoot, aData, iStart, iEnd, aiDisplay ) { + * nFoot.getElementsByTagName('th')[0].innerHTML = "Starting index is "+iStart; + * } + * } ); + * } ) + */ + "fnFooterCallback": null, + + + /** + * When rendering large numbers in the information element for the table + * (i.e. "Showing 1 to 10 of 57 entries") DataTables will render large numbers + * to have a comma separator for the 'thousands' units (e.g. 1 million is + * rendered as "1,000,000") to help readability for the end user. This + * function will override the default method DataTables uses. + * @type function + * @member + * @param {int} iIn number to be formatted + * @returns {string} formatted string for DataTables to show the number + * @dtopt Callbacks + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "fnFormatNumber": function ( iIn ) { + * if ( iIn < 1000 ) { + * return iIn; + * } else { + * var + * s=(iIn+""), + * a=s.split(""), out="", + * iLen=s.length; + * + * for ( var i=0 ; i<iLen ; i++ ) { + * if ( i%3 === 0 && i !== 0 ) { + * out = "'"+out; + * } + * out = a[iLen-i-1]+out; + * } + * } + * return out; + * }; + * } ); + * } ); + */ + "fnFormatNumber": function ( iIn ) { + if ( iIn < 1000 ) + { + // A small optimisation for what is likely to be the majority of use cases + return iIn; + } + + var s=(iIn+""), a=s.split(""), out="", iLen=s.length; + + for ( var i=0 ; iA
      ' ); + * } + * } + * } ); + * } ); + */ + "fnRowCallback": null, + + + /** + * This parameter allows you to override the default function which obtains + * the data from the server ($.getJSON) so something more suitable for your + * application. For example you could use POST data, or pull information from + * a Gears or AIR database. + * @type function + * @member + * @param {string} sSource HTTP source to obtain the data from (sAjaxSource) + * @param {array} aoData A key/value pair object containing the data to send + * to the server + * @param {function} fnCallback to be called on completion of the data get + * process that will draw the data on the page. + * @param {object} oSettings DataTables settings object + * @dtopt Callbacks + * @dtopt Server-side + * + * @example + * // POST data to server + * $(document).ready(function() { + * $('#example').dataTable( { + * "bProcessing": true, + * "bServerSide": true, + * "sAjaxSource": "xhr.php", + * "fnServerData": function ( sSource, aoData, fnCallback ) { + * $.ajax( { + * "dataType": 'json', + * "type": "POST", + * "url": sSource, + * "data": aoData, + * "success": fnCallback + * } ); + * } + * } ); + * } ); + */ + "fnServerData": function ( sUrl, aoData, fnCallback, oSettings ) { + oSettings.jqXHR = $.ajax( { + "url": sUrl, + "data": aoData, + "success": function (json) { + $(oSettings.oInstance).trigger('xhr', oSettings); + fnCallback( json ); + }, + "dataType": "json", + "cache": false, + "type": oSettings.sServerMethod, + "error": function (xhr, error, thrown) { + if ( error == "parsererror" ) { + alert( "DataTables warning: JSON data from server could not be parsed. "+ + "This is caused by a JSON formatting error." ); + } + } + } ); + }, + + + /** + * It is often useful to send extra data to the server when making an Ajax + * request - for example custom filtering information, and this callback + * function makes it trivial to send extra information to the server. The + * passed in parameter is the data set that has been constructed by + * DataTables, and you can add to this or modify it as you require. + * @type function + * @param {array} aoData Data array (array of objects which are name/value + * pairs) that has been constructed by DataTables and will be sent to the + * server. In the case of Ajax sourced data with server-side processing + * this will be an empty array, for server-side processing there will be a + * significant number of parameters! + * @returns {undefined} Ensure that you modify the aoData array passed in, + * as this is passed by reference. + * @dtopt Callbacks + * @dtopt Server-side + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "bProcessing": true, + * "bServerSide": true, + * "sAjaxSource": "scripts/server_processing.php", + * "fnServerParams": function ( aoData ) { + * aoData.push( { "name": "more_data", "value": "my_value" } ); + * } + * } ); + * } ); + */ + "fnServerParams": null, + + + /** + * Load the table state. With this function you can define from where, and how, the + * state of a table is loaded. By default DataTables will load from its state saving + * cookie, but you might wish to use local storage (HTML5) or a server-side database. + * @type function + * @member + * @param {object} oSettings DataTables settings object + * @return {object} The DataTables state object to be loaded + * @dtopt Callbacks + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "bStateSave": true, + * "fnStateSave": function (oSettings, oData) { + * var o; + * + * // Send an Ajax request to the server to get the data. Note that + * // this is a synchronous request. + * $.ajax( { + * "url": "/state_load", + * "async": false, + * "dataType": "json", + * "success": function (json) { + * o = json; + * } + * } ); + * + * return o; + * } + * } ); + * } ); + */ + "fnStateLoad": function ( oSettings ) { + var sData = this.oApi._fnReadCookie( oSettings.sCookiePrefix+oSettings.sInstance ); + var oData; + + try { + oData = (typeof $.parseJSON === 'function') ? + $.parseJSON(sData) : eval( '('+sData+')' ); + } catch (e) { + oData = null; + } + + return oData; + }, + + + /** + * Callback which allows modification of the saved state prior to loading that state. + * This callback is called when the table is loading state from the stored data, but + * prior to the settings object being modified by the saved state. Note that for + * plug-in authors, you should use the 'stateLoadParams' event to load parameters for + * a plug-in. + * @type function + * @param {object} oSettings DataTables settings object + * @param {object} oData The state object that is to be loaded + * @dtopt Callbacks + * + * @example + * // Remove a saved filter, so filtering is never loaded + * $(document).ready(function() { + * $('#example').dataTable( { + * "bStateSave": true, + * "fnStateLoadParams": function (oSettings, oData) { + * oData.oFilter.sSearch = ""; + * } ); + * } ); + * + * @example + * // Disallow state loading by returning false + * $(document).ready(function() { + * $('#example').dataTable( { + * "bStateSave": true, + * "fnStateLoadParams": function (oSettings, oData) { + * return false; + * } ); + * } ); + */ + "fnStateLoadParams": null, + + + /** + * Callback that is called when the state has been loaded from the state saving method + * and the DataTables settings object has been modified as a result of the loaded state. + * @type function + * @param {object} oSettings DataTables settings object + * @param {object} oData The state object that was loaded + * @dtopt Callbacks + * + * @example + * // Show an alert with the filtering value that was saved + * $(document).ready(function() { + * $('#example').dataTable( { + * "bStateSave": true, + * "fnStateLoaded": function (oSettings, oData) { + * alert( 'Saved filter was: '+oData.oFilter.sSearch ); + * } ); + * } ); + */ + "fnStateLoaded": null, + + + /** + * Save the table state. This function allows you to define where and how the state + * information for the table is stored - by default it will use a cookie, but you + * might want to use local storage (HTML5) or a server-side database. + * @type function + * @member + * @param {object} oSettings DataTables settings object + * @param {object} oData The state object to be saved + * @dtopt Callbacks + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "bStateSave": true, + * "fnStateSave": function (oSettings, oData) { + * // Send an Ajax request to the server with the state object + * $.ajax( { + * "url": "/state_save", + * "data": oData, + * "dataType": "json", + * "method": "POST" + * "success": function () {} + * } ); + * } + * } ); + * } ); + */ + "fnStateSave": function ( oSettings, oData ) { + this.oApi._fnCreateCookie( + oSettings.sCookiePrefix+oSettings.sInstance, + this.oApi._fnJsonString(oData), + oSettings.iCookieDuration, + oSettings.sCookiePrefix, + oSettings.fnCookieCallback + ); + }, + + + /** + * Callback which allows modification of the state to be saved. Called when the table + * has changed state a new state save is required. This method allows modification of + * the state saving object prior to actually doing the save, including addition or + * other state properties or modification. Note that for plug-in authors, you should + * use the 'stateSaveParams' event to save parameters for a plug-in. + * @type function + * @param {object} oSettings DataTables settings object + * @param {object} oData The state object to be saved + * @dtopt Callbacks + * + * @example + * // Remove a saved filter, so filtering is never saved + * $(document).ready(function() { + * $('#example').dataTable( { + * "bStateSave": true, + * "fnStateLoadParams": function (oSettings, oData) { + * oData.oFilter.sSearch = ""; + * } ); + * } ); + */ + "fnStateSaveParams": null, + + + /** + * Duration of the cookie which is used for storing session information. This + * value is given in seconds. + * @type int + * @default 7200 (2 hours) + * @dtopt Options + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "iCookieDuration": 60*60*24 // 1 day + * } ); + * } ) + */ + "iCookieDuration": 7200, + + + /** + * When enabled DataTables will not make a request to the server for the first + * page draw - rather it will use the data already on the page (no sorting etc + * will be applied to it), thus saving on an XHR at load time. iDeferLoading + * is used to indicate that deferred loading is required, but it is also used + * to tell DataTables how many records there are in the full table (allowing + * the information element and pagination to be displayed correctly). + * @type int + * @default null + * @dtopt Options + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "bServerSide": true, + * "sAjaxSource": "scripts/server_processing.php", + * "iDeferLoading": 57 + * } ); + * } ); + */ + "iDeferLoading": null, + + + /** + * Number of rows to display on a single page when using pagination. If + * feature enabled (bLengthChange) then the end user will be able to override + * this to a custom setting using a pop-up menu. + * @type int + * @default 10 + * @dtopt Options + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "iDisplayLength": 50 + * } ); + * } ) + */ + "iDisplayLength": 10, + + + /** + * Define the starting point for data display when using DataTables with + * pagination. Note that this parameter is the number of records, rather than + * the page number, so if you have 10 records per page and want to start on + * the third page, it should be "20". + * @type int + * @default 0 + * @dtopt Options + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "iDisplayStart": 20 + * } ); + * } ) + */ + "iDisplayStart": 0, + + + /** + * The scroll gap is the amount of scrolling that is left to go before + * DataTables will load the next 'page' of data automatically. You typically + * want a gap which is big enough that the scrolling will be smooth for the + * user, while not so large that it will load more data than need. + * @type int + * @default 100 + * @dtopt Options + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "bScrollInfinite": true, + * "bScrollCollapse": true, + * "sScrollY": "200px", + * "iScrollLoadGap": 50 + * } ); + * } ); + */ + "iScrollLoadGap": 100, + + + /** + * By default DataTables allows keyboard navigation of the table (sorting, paging, + * and filtering) by adding a tabindex attribute to the required elements. This + * allows you to tab through the controls and press the enter key to activate them. + * The tabindex is default 0, meaning that the tab follows the flow of the document. + * You can overrule this using this parameter if you wish. Use a value of -1 to + * disable built-in keyboard navigation. + * @type int + * @default 0 + * @dtopt Options + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "iTabIndex": 1 + * } ); + * } ); + */ + "iTabIndex": 0, + + + /** + * All strings that DataTables uses in the user interface that it creates + * are defined in this object, allowing you to modified them individually or + * completely replace them all as required. + * @namespace + */ + "oLanguage": { + /** + * Strings that are used for WAI-ARIA labels and controls only (these are not + * actually visible on the page, but will be read by screenreaders, and thus + * must be internationalised as well). + * @namespace + */ + "oAria": { + /** + * ARIA label that is added to the table headers when the column may be + * sorted ascending by activing the column (click or return when focused). + * Note that the column header is prefixed to this string. + * @type string + * @default : activate to sort column ascending + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "oAria": { + * "sSortAscending": " - click/return to sort ascending" + * } + * } + * } ); + * } ); + */ + "sSortAscending": ": activate to sort column ascending", + + /** + * ARIA label that is added to the table headers when the column may be + * sorted descending by activing the column (click or return when focused). + * Note that the column header is prefixed to this string. + * @type string + * @default : activate to sort column ascending + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "oAria": { + * "sSortDescending": " - click/return to sort descending" + * } + * } + * } ); + * } ); + */ + "sSortDescending": ": activate to sort column descending" + }, + + /** + * Pagination string used by DataTables for the two built-in pagination + * control types ("two_button" and "full_numbers") + * @namespace + */ + "oPaginate": { + /** + * Text to use when using the 'full_numbers' type of pagination for the + * button to take the user to the first page. + * @type string + * @default First + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "oPaginate": { + * "sFirst": "First page" + * } + * } + * } ); + * } ); + */ + "sFirst": "First", + + + /** + * Text to use when using the 'full_numbers' type of pagination for the + * button to take the user to the last page. + * @type string + * @default Last + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "oPaginate": { + * "sLast": "Last page" + * } + * } + * } ); + * } ); + */ + "sLast": "Last", + + + /** + * Text to use when using the 'full_numbers' type of pagination for the + * button to take the user to the next page. + * @type string + * @default Next + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "oPaginate": { + * "sNext": "Next page" + * } + * } + * } ); + * } ); + */ + "sNext": "Next", + + + /** + * Text to use when using the 'full_numbers' type of pagination for the + * button to take the user to the previous page. + * @type string + * @default Previous + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "oPaginate": { + * "sPrevious": "Previous page" + * } + * } + * } ); + * } ); + */ + "sPrevious": "Previous" + }, + + /** + * This string is shown in preference to sZeroRecords when the table is + * empty of data (regardless of filtering). Note that this is an optional + * parameter - if it is not given, the value of sZeroRecords will be used + * instead (either the default or given value). + * @type string + * @default No data available in table + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sEmptyTable": "No data available in table" + * } + * } ); + * } ); + */ + "sEmptyTable": "No data available in table", + + + /** + * This string gives information to the end user about the information that + * is current on display on the page. The _START_, _END_ and _TOTAL_ + * variables are all dynamically replaced as the table display updates, and + * can be freely moved or removed as the language requirements change. + * @type string + * @default Showing _START_ to _END_ of _TOTAL_ entries + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sInfo": "Got a total of _TOTAL_ entries to show (_START_ to _END_)" + * } + * } ); + * } ); + */ + "sInfo": "Showing _START_ to _END_ of _TOTAL_ entries", + + + /** + * Display information string for when the table is empty. Typically the + * format of this string should match sInfo. + * @type string + * @default Showing 0 to 0 of 0 entries + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sInfoEmpty": "No entries to show" + * } + * } ); + * } ); + */ + "sInfoEmpty": "Showing 0 to 0 of 0 entries", + + + /** + * When a user filters the information in a table, this string is appended + * to the information (sInfo) to give an idea of how strong the filtering + * is. The variable _MAX_ is dynamically updated. + * @type string + * @default (filtered from _MAX_ total entries) + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sInfoFiltered": " - filtering from _MAX_ records" + * } + * } ); + * } ); + */ + "sInfoFiltered": "(filtered from _MAX_ total entries)", + + + /** + * If can be useful to append extra information to the info string at times, + * and this variable does exactly that. This information will be appended to + * the sInfo (sInfoEmpty and sInfoFiltered in whatever combination they are + * being used) at all times. + * @type string + * @default Empty string + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sInfoPostFix": "All records shown are derived from real information." + * } + * } ); + * } ); + */ + "sInfoPostFix": "", + + + /** + * DataTables has a build in number formatter (fnFormatNumber) which is used + * to format large numbers that are used in the table information. By + * default a comma is used, but this can be trivially changed to any + * character you wish with this parameter. + * @type string + * @default , + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sInfoThousands": "'" + * } + * } ); + * } ); + */ + "sInfoThousands": ",", + + + /** + * Detail the action that will be taken when the drop down menu for the + * pagination length option is changed. The '_MENU_' variable is replaced + * with a default select list of 10, 25, 50 and 100, and can be replaced + * with a custom select box if required. + * @type string + * @default Show _MENU_ entries + * @dtopt Language + * + * @example + * // Language change only + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sLengthMenu": "Display _MENU_ records" + * } + * } ); + * } ); + * + * @example + * // Language and options change + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sLengthMenu": 'Display records' + * } + * } ); + * } ); + */ + "sLengthMenu": "Show _MENU_ entries", + + + /** + * When using Ajax sourced data and during the first draw when DataTables is + * gathering the data, this message is shown in an empty row in the table to + * indicate to the end user the the data is being loaded. Note that this + * parameter is not used when loading data by server-side processing, just + * Ajax sourced data with client-side processing. + * @type string + * @default Loading... + * @dtopt Language + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sLoadingRecords": "Please wait - loading..." + * } + * } ); + * } ); + */ + "sLoadingRecords": "Loading...", + + + /** + * Text which is displayed when the table is processing a user action + * (usually a sort command or similar). + * @type string + * @default Processing... + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sProcessing": "DataTables is currently busy" + * } + * } ); + * } ); + */ + "sProcessing": "Processing...", + + + /** + * Details the actions that will be taken when the user types into the + * filtering input text box. The variable "_INPUT_", if used in the string, + * is replaced with the HTML text box for the filtering input allowing + * control over where it appears in the string. If "_INPUT_" is not given + * then the input box is appended to the string automatically. + * @type string + * @default Search: + * @dtopt Language + * + * @example + * // Input text box will be appended at the end automatically + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sSearch": "Filter records:" + * } + * } ); + * } ); + * + * @example + * // Specify where the filter should appear + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sSearch": "Apply filter _INPUT_ to table" + * } + * } ); + * } ); + */ + "sSearch": "Search:", + + + /** + * All of the language information can be stored in a file on the + * server-side, which DataTables will look up if this parameter is passed. + * It must store the URL of the language file, which is in a JSON format, + * and the object has the same properties as the oLanguage object in the + * initialiser object (i.e. the above parameters). Please refer to one of + * the example language files to see how this works in action. + * @type string + * @default Empty string - i.e. disabled + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sUrl": "http://www.sprymedia.co.uk/dataTables/lang.txt" + * } + * } ); + * } ); + */ + "sUrl": "", + + + /** + * Text shown inside the table records when the is no information to be + * displayed after filtering. sEmptyTable is shown when there is simply no + * information in the table at all (regardless of filtering). + * @type string + * @default No matching records found + * @dtopt Language + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "oLanguage": { + * "sZeroRecords": "No records to display" + * } + * } ); + * } ); + */ + "sZeroRecords": "No matching records found" + }, + + + /** + * This parameter allows you to have define the global filtering state at + * initialisation time. As an object the "sSearch" parameter must be + * defined, but all other parameters are optional. When "bRegex" is true, + * the search string will be treated as a regular expression, when false + * (default) it will be treated as a straight string. When "bSmart" + * DataTables will use it's smart filtering methods (to word match at + * any point in the data), when false this will not be done. + * @namespace + * @extends DataTable.models.oSearch + * @dtopt Options + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "oSearch": {"sSearch": "Initial search"} + * } ); + * } ) + */ + "oSearch": $.extend( {}, DataTable.models.oSearch ), + + + /** + * By default DataTables will look for the property 'aaData' when obtaining + * data from an Ajax source or for server-side processing - this parameter + * allows that property to be changed. You can use Javascript dotted object + * notation to get a data source for multiple levels of nesting. + * @type string + * @default aaData + * @dtopt Options + * @dtopt Server-side + * + * @example + * // Get data from { "data": [...] } + * $(document).ready(function() { + * var oTable = $('#example').dataTable( { + * "sAjaxSource": "sources/data.txt", + * "sAjaxDataProp": "data" + * } ); + * } ); + * + * @example + * // Get data from { "data": { "inner": [...] } } + * $(document).ready(function() { + * var oTable = $('#example').dataTable( { + * "sAjaxSource": "sources/data.txt", + * "sAjaxDataProp": "data.inner" + * } ); + * } ); + */ + "sAjaxDataProp": "aaData", + + + /** + * You can instruct DataTables to load data from an external source using this + * parameter (use aData if you want to pass data in you already have). Simply + * provide a url a JSON object can be obtained from. This object must include + * the parameter 'aaData' which is the data source for the table. + * @type string + * @default null + * @dtopt Options + * @dtopt Server-side + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "sAjaxSource": "http://www.sprymedia.co.uk/dataTables/json.php" + * } ); + * } ) + */ + "sAjaxSource": null, + + + /** + * This parameter can be used to override the default prefix that DataTables + * assigns to a cookie when state saving is enabled. + * @type string + * @default SpryMedia_DataTables_ + * @dtopt Options + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "sCookiePrefix": "my_datatable_", + * } ); + * } ); + */ + "sCookiePrefix": "SpryMedia_DataTables_", + + + /** + * This initialisation variable allows you to specify exactly where in the + * DOM you want DataTables to inject the various controls it adds to the page + * (for example you might want the pagination controls at the top of the + * table). DIV elements (with or without a custom class) can also be added to + * aid styling. The follow syntax is used: + *
        + *
      • The following options are allowed: + *
          + *
        • 'l' - Length changing
        • 'f' - Filtering input + *
        • 't' - The table!
        • + *
        • 'i' - Information
        • + *
        • 'p' - Pagination
        • + *
        • 'r' - pRocessing
        • + *
        + *
      • + *
      • The following constants are allowed: + *
          + *
        • 'H' - jQueryUI theme "header" classes ('fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix')
        • + *
        • 'F' - jQueryUI theme "footer" classes ('fg-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix')
        • + *
        + *
      • + *
      • The following syntax is expected: + *
          + *
        • '<' and '>' - div elements
        • + *
        • '<"class" and '>' - div with a class
        • + *
        • '<"#id" and '>' - div with an ID
        • + *
        + *
      • + *
      • Examples: + *
          + *
        • '<"wrapper"flipt>'
        • + *
        • '<lf<t>ip>'
        • + *
        + *
      • + *
      + * @type string + * @default lfrtip (when bJQueryUI is false) or + * <"H"lfr>t<"F"ip> (when bJQueryUI is true) + * @dtopt Options + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "sDom": '<"top"i>rt<"bottom"flp><"clear"&lgt;' + * } ); + * } ); + */ + "sDom": "lfrtip", + + + /** + * DataTables features two different built-in pagination interaction methods + * ('two_button' or 'full_numbers') which present different page controls to + * the end user. Further methods can be added using the API (see below). + * @type string + * @default two_button + * @dtopt Options + * + * @example + * $(document).ready( function() { + * $('#example').dataTable( { + * "sPaginationType": "full_numbers" + * } ); + * } ) + */ + "sPaginationType": "two_button", + + + /** + * Enable horizontal scrolling. When a table is too wide to fit into a certain + * layout, or you have a large number of columns in the table, you can enable + * x-scrolling to show the table in a viewport, which can be scrolled. This + * property can by any CSS unit, or a number (in which case it will be treated + * as a pixel measurement). + * @type string + * @default blank string - i.e. disabled + * @dtopt Features + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "sScrollX": "100%", + * "bScrollCollapse": true + * } ); + * } ); + */ + "sScrollX": "", + + + /** + * This property can be used to force a DataTable to use more width than it + * might otherwise do when x-scrolling is enabled. For example if you have a + * table which requires to be well spaced, this parameter is useful for + * "over-sizing" the table, and thus forcing scrolling. This property can by + * any CSS unit, or a number (in which case it will be treated as a pixel + * measurement). + * @type string + * @default blank string - i.e. disabled + * @dtopt Options + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "sScrollX": "100%", + * "sScrollXInner": "110%" + * } ); + * } ); + */ + "sScrollXInner": "", + + + /** + * Enable vertical scrolling. Vertical scrolling will constrain the DataTable + * to the given height, an enable scrolling for any data which overflows the + * current viewport. This can be used as an alternative to paging to display + * a lot of data in a small area (although paging and scrolling can both be + * enabled at the same time). This property can by any CSS unit, or a number + * (in which case it will be treated as a pixel measurement). + * @type string + * @default blank string - i.e. disabled + * @dtopt Features + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "sScrollY": "200px", + * "bPaginate": false + * } ); + * } ); + */ + "sScrollY": "", + + + /** + * Set the HTTP method that is used to make the Ajax call for server-side + * processing or Ajax sourced data. + * @type string + * @default GET + * @dtopt Options + * @dtopt Server-side + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "bServerSide": true, + * "sAjaxSource": "scripts/post.php", + * "sServerMethod": "POST" + * } ); + * } ); + */ + "sServerMethod": "GET" + }; + + + + /** + * Column options that can be given to DataTables at initialisation time. + * @namespace + */ + DataTable.defaults.columns = { + /** + * Allows a column's sorting to take multiple columns into account when + * doing a sort. For example first name / last name columns make sense to + * do a multi-column sort over the two columns. + * @type array + * @default null Takes the value of the column index automatically + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "aDataSort": [ 0, 1 ], "aTargets": [ 0 ] }, + * { "aDataSort": [ 1, 0 ], "aTargets": [ 1 ] }, + * { "aDataSort": [ 2, 3, 4 ], "aTargets": [ 2 ] } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "aDataSort": [ 0, 1 ] }, + * { "aDataSort": [ 1, 0 ] }, + * { "aDataSort": [ 2, 3, 4 ] }, + * null, + * null + * ] + * } ); + * } ); + */ + "aDataSort": null, + + + /** + * You can control the default sorting direction, and even alter the behaviour + * of the sort handler (i.e. only allow ascending sorting etc) using this + * parameter. + * @type array + * @default [ 'asc', 'desc' ] + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "asSorting": [ "asc" ], "aTargets": [ 1 ] }, + * { "asSorting": [ "desc", "asc", "asc" ], "aTargets": [ 2 ] }, + * { "asSorting": [ "desc" ], "aTargets": [ 3 ] } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * null, + * { "asSorting": [ "asc" ] }, + * { "asSorting": [ "desc", "asc", "asc" ] }, + * { "asSorting": [ "desc" ] }, + * null + * ] + * } ); + * } ); + */ + "asSorting": [ 'asc', 'desc' ], + + + /** + * Enable or disable filtering on the data in this column. + * @type boolean + * @default true + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "bSearchable": false, "aTargets": [ 0 ] } + * ] } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "bSearchable": false }, + * null, + * null, + * null, + * null + * ] } ); + * } ); + */ + "bSearchable": true, + + + /** + * Enable or disable sorting on this column. + * @type boolean + * @default true + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "bSortable": false, "aTargets": [ 0 ] } + * ] } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "bSortable": false }, + * null, + * null, + * null, + * null + * ] } ); + * } ); + */ + "bSortable": true, + + + /** + * When using fnRender() for a column, you may wish to use the original data + * (before rendering) for sorting and filtering (the default is to used the + * rendered data that the user can see). This may be useful for dates etc. + * + * *NOTE* It is it is advisable now to use mDataProp as a function and make + * use of the 'type' that it gives, allowing (potentially) different data to + * be used for sorting, filtering, display and type detection. + * @type boolean + * @default true + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { + * "fnRender": function ( oObj ) { + * return oObj.aData[0] +' '+ oObj.aData[3]; + * }, + * "bUseRendered": false, + * "aTargets": [ 0 ] + * } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { + * "fnRender": function ( oObj ) { + * return oObj.aData[0] +' '+ oObj.aData[3]; + * }, + * "bUseRendered": false + * }, + * null, + * null, + * null, + * null + * ] + * } ); + * } ); + */ + "bUseRendered": true, + + + /** + * Enable or disable the display of this column. + * @type boolean + * @default true + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "bVisible": false, "aTargets": [ 0 ] } + * ] } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "bVisible": false }, + * null, + * null, + * null, + * null + * ] } ); + * } ); + */ + "bVisible": true, + + + /** + * Developer definable function that is called whenever a cell is created (Ajax source, + * etc) or processed for input (DOM source). This can be used as a compliment to fnRender + * allowing you to modify the DOM element (add background colour for example) when the + * element is available (since it is not when fnRender is called). + * @type function + * @param {element} nTd The TD node that has been created + * @param {*} sData The Data for the cell + * @param {array|object} oData The data for the whole row + * @param {int} iRow The row index for the aoData data store + * @param {int} iCol The column index for aoColumns + * @dtopt Columns + * + * @example + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ { + * "aTargets": [3], + * "fnCreatedCell": function (nTd, sData, oData, iRow, iCol) { + * if ( sData == "1.7" ) { + * $(nTd).css('color', 'blue') + * } + * } + * } ] + * }); + * } ); + */ + "fnCreatedCell": null, + + + /** + * Custom display function that will be called for the display of each cell in + * this column. + * @type function + * @param {object} o Object with the following parameters: + * @param {int} o.iDataRow The row in aoData + * @param {int} o.iDataColumn The column in question + * @param {array} o.aData The data for the row in question + * @param {object} o.oSettings The settings object for this DataTables instance + * @param {object} o.mDataProp The data property used for this column + * @param {*} val The current cell value + * @returns {string} The string you which to use in the display + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { + * "fnRender": function ( o, val ) { + * return o.aData[0] +' '+ o.aData[3]; + * }, + * "aTargets": [ 0 ] + * } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "fnRender": function ( o, val ) { + * return o.aData[0] +' '+ o.aData[3]; + * } }, + * null, + * null, + * null, + * null + * ] + * } ); + * } ); + */ + "fnRender": null, + + + /** + * The column index (starting from 0!) that you wish a sort to be performed + * upon when this column is selected for sorting. This can be used for sorting + * on hidden columns for example. + * @type int + * @default -1 Use automatically calculated column index + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "iDataSort": 1, "aTargets": [ 0 ] } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "iDataSort": 1 }, + * null, + * null, + * null, + * null + * ] + * } ); + * } ); + */ + "iDataSort": -1, + + + /** + * This property can be used to read data from any JSON data source property, + * including deeply nested objects / properties. mDataProp can be given in a + * number of different ways which effect its behaviour: + *
        + *
      • integer - treated as an array index for the data source. This is the + * default that DataTables uses (incrementally increased for each column).
      • + *
      • string - read an object property from the data source. Note that you can + * use Javascript dotted notation to read deep properties/arrays from the + * data source.
      • + *
      • null - the sDafaultContent option will use used for the cell (empty + * string by default. This can be useful on generated columns such as + * edit / delete action columns.
      • + *
      • function - the function given will be executed whenever DataTables + * needs to set or get the data for a cell in the column. The function + * takes three parameters: + *
          + *
        • {array|object} The data source for the row
        • + *
        • {string} The type call data requested - this will be 'set' when + * setting data or 'filter', 'display', 'type' or 'sort' when gathering + * data.
        • + *
        • {*} Data to set when the second parameter is 'set'.
        • + *
        + * The return value from the function is not required when 'set' is the type + * of call, but otherwise the return is what will be used for the data + * requested.
      • + *
      + * @type string|int|function|null + * @default null Use automatically calculated column index + * @dtopt Columns + * + * @example + * // Read table data from objects + * $(document).ready(function() { + * var oTable = $('#example').dataTable( { + * "sAjaxSource": "sources/deep.txt", + * "aoColumns": [ + * { "mDataProp": "engine" }, + * { "mDataProp": "browser" }, + * { "mDataProp": "platform.inner" }, + * { "mDataProp": "platform.details.0" }, + * { "mDataProp": "platform.details.1" } + * ] + * } ); + * } ); + * + * @example + * // Using mDataProp as a function to provide different information for + * // sorting, filtering and display. In this case, currency (price) + * $(document).ready(function() { + * var oTable = $('#example').dataTable( { + * "aoColumnDefs": [ + * { + * "aTargets": [ 0 ], + * "mDataProp": function ( source, type, val ) { + * if (type === 'set') { + * source.price = val; + * // Store the computed dislay and filter values for efficiency + * source.price_display = val=="" ? "" : "$"+numberFormat(val); + * source.price_filter = val=="" ? "" : "$"+numberFormat(val)+" "+val; + * return; + * } + * else if (type === 'display') { + * return source.price_display; + * } + * else if (type === 'filter') { + * return source.price_filter; + * } + * // 'sort' and 'type' both just use the integer + * return source.price; + * } + * ] + * } ); + * } ); + */ + "mDataProp": null, + + + /** + * Class to give to each cell in this column. + * @type string + * @default Empty string + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "sClass": "my_class", "aTargets": [ 0 ] } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "sClass": "my_class" }, + * null, + * null, + * null, + * null + * ] + * } ); + * } ); + */ + "sClass": "", + + /** + * When DataTables calculates the column widths to assign to each column, + * it finds the longest string in each column and then constructs a + * temporary table and reads the widths from that. The problem with this + * is that "mmm" is much wider then "iiii", but the latter is a longer + * string - thus the calculation can go wrong (doing it properly and putting + * it into an DOM object and measuring that is horribly(!) slow). Thus as + * a "work around" we provide this option. It will append its value to the + * text that is found to be the longest string for the column - i.e. padding. + * Generally you shouldn't need this, and it is not documented on the + * general DataTables.net documentation + * @type string + * @default Empty string + * @dtopt Columns + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * null, + * null, + * null, + * { + * "sContentPadding": "mmm" + * } + * ] + * } ); + * } ); + */ + "sContentPadding": "", + + + /** + * Allows a default value to be given for a column's data, and will be used + * whenever a null data source is encountered (this can be because mDataProp + * is set to null, or because the data source itself is null). + * @type string + * @default null + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { + * "mDataProp": null, + * "sDefaultContent": "Edit", + * "aTargets": [ -1 ] + * } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * null, + * null, + * null, + * { + * "mDataProp": null, + * "sDefaultContent": "Edit" + * } + * ] + * } ); + * } ); + */ + "sDefaultContent": null, + + + /** + * This parameter is only used in DataTables' server-side processing. It can + * be exceptionally useful to know what columns are being displayed on the + * client side, and to map these to database fields. When defined, the names + * also allow DataTables to reorder information from the server if it comes + * back in an unexpected order (i.e. if you switch your columns around on the + * client-side, your server-side code does not also need updating). + * @type string + * @default Empty string + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "sName": "engine", "aTargets": [ 0 ] }, + * { "sName": "browser", "aTargets": [ 1 ] }, + * { "sName": "platform", "aTargets": [ 2 ] }, + * { "sName": "version", "aTargets": [ 3 ] }, + * { "sName": "grade", "aTargets": [ 4 ] } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "sName": "engine" }, + * { "sName": "browser" }, + * { "sName": "platform" }, + * { "sName": "version" }, + * { "sName": "grade" } + * ] + * } ); + * } ); + */ + "sName": "", + + + /** + * Defines a data source type for the sorting which can be used to read + * realtime information from the table (updating the internally cached + * version) prior to sorting. This allows sorting to occur on user editable + * elements such as form inputs. + * @type string + * @default std + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "sSortDataType": "dom-text", "aTargets": [ 2, 3 ] }, + * { "sType": "numeric", "aTargets": [ 3 ] }, + * { "sSortDataType": "dom-select", "aTargets": [ 4 ] }, + * { "sSortDataType": "dom-checkbox", "aTargets": [ 5 ] } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * null, + * null, + * { "sSortDataType": "dom-text" }, + * { "sSortDataType": "dom-text", "sType": "numeric" }, + * { "sSortDataType": "dom-select" }, + * { "sSortDataType": "dom-checkbox" } + * ] + * } ); + * } ); + */ + "sSortDataType": "std", + + + /** + * The title of this column. + * @type string + * @default null Derived from the 'TH' value for this column in the + * original HTML table. + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "sTitle": "My column title", "aTargets": [ 0 ] } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "sTitle": "My column title" }, + * null, + * null, + * null, + * null + * ] + * } ); + * } ); + */ + "sTitle": null, + + + /** + * The type allows you to specify how the data for this column will be sorted. + * Four types (string, numeric, date and html (which will strip HTML tags + * before sorting)) are currently available. Note that only date formats + * understood by Javascript's Date() object will be accepted as type date. For + * example: "Mar 26, 2008 5:03 PM". May take the values: 'string', 'numeric', + * 'date' or 'html' (by default). Further types can be adding through + * plug-ins. + * @type string + * @default null Auto-detected from raw data + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "sType": "html", "aTargets": [ 0 ] } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "sType": "html" }, + * null, + * null, + * null, + * null + * ] + * } ); + * } ); + */ + "sType": null, + + + /** + * Defining the width of the column, this parameter may take any CSS value + * (3em, 20px etc). DataTables applys 'smart' widths to columns which have not + * been given a specific width through this interface ensuring that the table + * remains readable. + * @type string + * @default null Automatic + * @dtopt Columns + * + * @example + * // Using aoColumnDefs + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumnDefs": [ + * { "sWidth": "20%", "aTargets": [ 0 ] } + * ] + * } ); + * } ); + * + * @example + * // Using aoColumns + * $(document).ready(function() { + * $('#example').dataTable( { + * "aoColumns": [ + * { "sWidth": "20%" }, + * null, + * null, + * null, + * null + * ] + * } ); + * } ); + */ + "sWidth": null + }; + + + + /** + * DataTables settings object - this holds all the information needed for a + * given table, including configuration, data and current application of the + * table options. DataTables does not have a single instance for each DataTable + * with the settings attached to that instance, but rather instances of the + * DataTable "class" are created on-the-fly as needed (typically by a + * $().dataTable() call) and the settings object is then applied to that + * instance. + * + * Note that this object is related to {@link DataTable.defaults} but this + * one is the internal data store for DataTables's cache of columns. It should + * NOT be manipulated outside of DataTables. Any configuration should be done + * through the initialisation options. + * @namespace + * @todo Really should attach the settings object to individual instances so we + * don't need to create new instances on each $().dataTable() call (if the + * table already exists). It would also save passing oSettings around and + * into every single function. However, this is a very significant + * architecture change for DataTables and will almost certainly break + * backwards compatibility with older installations. This is something that + * will be done in 2.0. + */ + DataTable.models.oSettings = { + /** + * Primary features of DataTables and their enablement state. + * @namespace + */ + "oFeatures": { + + /** + * Flag to say if DataTables should automatically try to calculate the + * optimum table and columns widths (true) or not (false). + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bAutoWidth": null, + + /** + * Delay the creation of TR and TD elements until they are actually + * needed by a driven page draw. This can give a significant speed + * increase for Ajax source and Javascript source data, but makes no + * difference at all fro DOM and server-side processing tables. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bDeferRender": null, + + /** + * Enable filtering on the table or not. Note that if this is disabled + * then there is no filtering at all on the table, including fnFilter. + * To just remove the filtering input use sDom and remove the 'f' option. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bFilter": null, + + /** + * Table information element (the 'Showing x of y records' div) enable + * flag. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bInfo": null, + + /** + * Present a user control allowing the end user to change the page size + * when pagination is enabled. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bLengthChange": null, + + /** + * Pagination enabled or not. Note that if this is disabled then length + * changing must also be disabled. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bPaginate": null, + + /** + * Processing indicator enable flag whenever DataTables is enacting a + * user request - typically an Ajax request for server-side processing. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bProcessing": null, + + /** + * Server-side processing enabled flag - when enabled DataTables will + * get all data from the server for every draw - there is no filtering, + * sorting or paging done on the client-side. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bServerSide": null, + + /** + * Sorting enablement flag. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bSort": null, + + /** + * Apply a class to the columns which are being sorted to provide a + * visual highlight or not. This can slow things down when enabled since + * there is a lot of DOM interaction. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bSortClasses": null, + + /** + * State saving enablement flag. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bStateSave": null + }, + + + /** + * Scrolling settings for a table. + * @namespace + */ + "oScroll": { + /** + * Indicate if DataTables should be allowed to set the padding / margin + * etc for the scrolling header elements or not. Typically you will want + * this. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bAutoCss": null, + + /** + * When the table is shorter in height than sScrollY, collapse the + * table container down to the height of the table (when true). + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bCollapse": null, + + /** + * Infinite scrolling enablement flag. Now deprecated in favour of + * using the Scroller plug-in. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bInfinite": null, + + /** + * Width of the scrollbar for the web-browser's platform. Calculated + * during table initialisation. + * @type int + * @default 0 + */ + "iBarWidth": 0, + + /** + * Space (in pixels) between the bottom of the scrolling container and + * the bottom of the scrolling viewport before the next page is loaded + * when using infinite scrolling. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type int + */ + "iLoadGap": null, + + /** + * Viewport width for horizontal scrolling. Horizontal scrolling is + * disabled if an empty string. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type string + */ + "sX": null, + + /** + * Width to expand the table to when using x-scrolling. Typically you + * should not need to use this. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type string + * @deprecated + */ + "sXInner": null, + + /** + * Viewport height for vertical scrolling. Vertical scrolling is disabled + * if an empty string. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type string + */ + "sY": null + }, + + /** + * Language information for the table. + * @namespace + * @extends DataTable.defaults.oLanguage + */ + "oLanguage": { + /** + * Information callback function. See + * {@link DataTable.defaults.fnInfoCallback} + * @type function + * @default + */ + "fnInfoCallback": null + }, + + /** + * Array referencing the nodes which are used for the features. The + * parameters of this object match what is allowed by sDom - i.e. + *
        + *
      • 'l' - Length changing
      • + *
      • 'f' - Filtering input
      • + *
      • 't' - The table!
      • + *
      • 'i' - Information
      • + *
      • 'p' - Pagination
      • + *
      • 'r' - pRocessing
      • + *
      + * @type array + * @default [] + */ + "aanFeatures": [], + + /** + * Store data information - see {@link DataTable.models.oRow} for detailed + * information. + * @type array + * @default [] + */ + "aoData": [], + + /** + * Array of indexes which are in the current display (after filtering etc) + * @type array + * @default [] + */ + "aiDisplay": [], + + /** + * Array of indexes for display - no filtering + * @type array + * @default [] + */ + "aiDisplayMaster": [], + + /** + * Store information about each column that is in use + * @type array + * @default [] + */ + "aoColumns": [], + + /** + * Store information about the table's header + * @type array + * @default [] + */ + "aoHeader": [], + + /** + * Store information about the table's footer + * @type array + * @default [] + */ + "aoFooter": [], + + /** + * Search data array for regular expression searching + * @type array + * @default [] + */ + "asDataSearch": [], + + /** + * Store the applied global search information in case we want to force a + * research or compare the old search to a new one. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @namespace + * @extends DataTable.models.oSearch + */ + "oPreviousSearch": {}, + + /** + * Store the applied search for each column - see + * {@link DataTable.models.oSearch} for the format that is used for the + * filtering information for each column. + * @type array + * @default [] + */ + "aoPreSearchCols": [], + + /** + * Sorting that is applied to the table. Note that the inner arrays are + * used in the following manner: + *
        + *
      • Index 0 - column number
      • + *
      • Index 1 - current sorting direction
      • + *
      • Index 2 - index of asSorting for this column
      • + *
      + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type array + * @todo These inner arrays should really be objects + */ + "aaSorting": null, + + /** + * Sorting that is always applied to the table (i.e. prefixed in front of + * aaSorting). + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type array|null + * @default null + */ + "aaSortingFixed": null, + + /** + * Classes to use for the striping of a table. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type array + * @default [] + */ + "asStripeClasses": null, + + /** + * If restoring a table - we should restore its striping classes as well + * @type array + * @default [] + */ + "asDestroyStripes": [], + + /** + * If restoring a table - we should restore its width + * @type int + * @default 0 + */ + "sDestroyWidth": 0, + + /** + * Callback functions array for every time a row is inserted (i.e. on a draw). + * @type array + * @default [] + */ + "aoRowCallback": [], + + /** + * Callback functions for the header on each draw. + * @type array + * @default [] + */ + "aoHeaderCallback": [], + + /** + * Callback function for the footer on each draw. + * @type array + * @default [] + */ + "aoFooterCallback": [], + + /** + * Array of callback functions for draw callback functions + * @type array + * @default [] + */ + "aoDrawCallback": [], + + /** + * Array of callback functions for row created function + * @type array + * @default [] + */ + "aoRowCreatedCallback": [], + + /** + * Callback functions for just before the table is redrawn. A return of + * false will be used to cancel the draw. + * @type array + * @default [] + */ + "aoPreDrawCallback": [], + + /** + * Callback functions for when the table has been initialised. + * @type array + * @default [] + */ + "aoInitComplete": [], + + + /** + * Callbacks for modifying the settings to be stored for state saving, prior to + * saving state. + * @type array + * @default [] + */ + "aoStateSaveParams": [], + + /** + * Callbacks for modifying the settings that have been stored for state saving + * prior to using the stored values to restore the state. + * @type array + * @default [] + */ + "aoStateLoadParams": [], + + /** + * Callbacks for operating on the settings object once the saved state has been + * loaded + * @type array + * @default [] + */ + "aoStateLoaded": [], + + /** + * Cache the table ID for quick access + * @type string + * @default Empty string + */ + "sTableId": "", + + /** + * The TABLE node for the main table + * @type node + * @default null + */ + "nTable": null, + + /** + * Permanent ref to the thead element + * @type node + * @default null + */ + "nTHead": null, + + /** + * Permanent ref to the tfoot element - if it exists + * @type node + * @default null + */ + "nTFoot": null, + + /** + * Permanent ref to the tbody element + * @type node + * @default null + */ + "nTBody": null, + + /** + * Cache the wrapper node (contains all DataTables controlled elements) + * @type node + * @default null + */ + "nTableWrapper": null, + + /** + * Indicate if when using server-side processing the loading of data + * should be deferred until the second draw. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + * @default false + */ + "bDeferLoading": false, + + /** + * Indicate if all required information has been read in + * @type boolean + * @default false + */ + "bInitialised": false, + + /** + * Information about open rows. Each object in the array has the parameters + * 'nTr' and 'nParent' + * @type array + * @default [] + */ + "aoOpenRows": [], + + /** + * Dictate the positioning of DataTables' control elements - see + * {@link DataTable.model.oInit.sDom}. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type string + * @default null + */ + "sDom": null, + + /** + * Which type of pagination should be used. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type string + * @default two_button + */ + "sPaginationType": "two_button", + + /** + * The cookie duration (for bStateSave) in seconds. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type int + * @default 0 + */ + "iCookieDuration": 0, + + /** + * The cookie name prefix. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type string + * @default Empty string + */ + "sCookiePrefix": "", + + /** + * Callback function for cookie creation. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type function + * @default null + */ + "fnCookieCallback": null, + + /** + * Array of callback functions for state saving. Each array element is an + * object with the following parameters: + *
        + *
      • function:fn - function to call. Takes two parameters, oSettings + * and the JSON string to save that has been thus far created. Returns + * a JSON string to be inserted into a json object + * (i.e. '"param": [ 0, 1, 2]')
      • + *
      • string:sName - name of callback
      • + *
      + * @type array + * @default [] + */ + "aoStateSave": [], + + /** + * Array of callback functions for state loading. Each array element is an + * object with the following parameters: + *
        + *
      • function:fn - function to call. Takes two parameters, oSettings + * and the object stored. May return false to cancel state loading
      • + *
      • string:sName - name of callback
      • + *
      + * @type array + * @default [] + */ + "aoStateLoad": [], + + /** + * State that was loaded from the cookie. Useful for back reference + * @type object + * @default null + */ + "oLoadedState": null, + + /** + * Source url for AJAX data for the table. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type string + * @default null + */ + "sAjaxSource": null, + + /** + * Property from a given object from which to read the table data from. This + * can be an empty string (when not server-side processing), in which case + * it is assumed an an array is given directly. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type string + */ + "sAjaxDataProp": null, + + /** + * Note if draw should be blocked while getting data + * @type boolean + * @default true + */ + "bAjaxDataGet": true, + + /** + * The last jQuery XHR object that was used for server-side data gathering. + * This can be used for working with the XHR information in one of the + * callbacks + * @type object + * @default null + */ + "jqXHR": null, + + /** + * Function to get the server-side data. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type function + */ + "fnServerData": null, + + /** + * Functions which are called prior to sending an Ajax request so extra + * parameters can easily be sent to the server + * @type array + * @default [] + */ + "aoServerParams": [], + + /** + * Send the XHR HTTP method - GET or POST (could be PUT or DELETE if + * required). + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type string + */ + "sServerMethod": null, + + /** + * Format numbers for display. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type function + */ + "fnFormatNumber": null, + + /** + * List of options that can be used for the user selectable length menu. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type array + * @default [] + */ + "aLengthMenu": null, + + /** + * Counter for the draws that the table does. Also used as a tracker for + * server-side processing + * @type int + * @default 0 + */ + "iDraw": 0, + + /** + * Indicate if a redraw is being done - useful for Ajax + * @type boolean + * @default false + */ + "bDrawing": false, + + /** + * Draw index (iDraw) of the last error when parsing the returned data + * @type int + * @default -1 + */ + "iDrawError": -1, + + /** + * Paging display length + * @type int + * @default 10 + */ + "_iDisplayLength": 10, + + /** + * Paging start point - aiDisplay index + * @type int + * @default 0 + */ + "_iDisplayStart": 0, + + /** + * Paging end point - aiDisplay index. Use fnDisplayEnd rather than + * this property to get the end point + * @type int + * @default 10 + * @private + */ + "_iDisplayEnd": 10, + + /** + * Server-side processing - number of records in the result set + * (i.e. before filtering), Use fnRecordsTotal rather than + * this property to get the value of the number of records, regardless of + * the server-side processing setting. + * @type int + * @default 0 + * @private + */ + "_iRecordsTotal": 0, + + /** + * Server-side processing - number of records in the current display set + * (i.e. after filtering). Use fnRecordsDisplay rather than + * this property to get the value of the number of records, regardless of + * the server-side processing setting. + * @type boolean + * @default 0 + * @private + */ + "_iRecordsDisplay": 0, + + /** + * Flag to indicate if jQuery UI marking and classes should be used. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bJUI": null, + + /** + * The classes to use for the table + * @type object + * @default {} + */ + "oClasses": {}, + + /** + * Flag attached to the settings object so you can check in the draw + * callback if filtering has been done in the draw. Deprecated in favour of + * events. + * @type boolean + * @default false + * @deprecated + */ + "bFiltered": false, + + /** + * Flag attached to the settings object so you can check in the draw + * callback if sorting has been done in the draw. Deprecated in favour of + * events. + * @type boolean + * @default false + * @deprecated + */ + "bSorted": false, + + /** + * Indicate that if multiple rows are in the header and there is more than + * one unique cell per column, if the top one (true) or bottom one (false) + * should be used for sorting / title by DataTables. + * Note that this parameter will be set by the initialisation routine. To + * set a default use {@link DataTable.defaults}. + * @type boolean + */ + "bSortCellsTop": null, + + /** + * Initialisation object that is used for the table + * @type object + * @default null + */ + "oInit": null, + + /** + * Destroy callback functions - for plug-ins to attach themselves to the + * destroy so they can clean up markup and events. + * @type array + * @default [] + */ + "aoDestroyCallback": [], + + + /** + * Get the number of records in the current record set, before filtering + * @type function + */ + "fnRecordsTotal": function () + { + if ( this.oFeatures.bServerSide ) { + return parseInt(this._iRecordsTotal, 10); + } else { + return this.aiDisplayMaster.length; + } + }, + + /** + * Get the number of records in the current record set, after filtering + * @type function + */ + "fnRecordsDisplay": function () + { + if ( this.oFeatures.bServerSide ) { + return parseInt(this._iRecordsDisplay, 10); + } else { + return this.aiDisplay.length; + } + }, + + /** + * Set the display end point - aiDisplay index + * @type function + * @todo Should do away with _iDisplayEnd and calculate it on-the-fly here + */ + "fnDisplayEnd": function () + { + if ( this.oFeatures.bServerSide ) { + if ( this.oFeatures.bPaginate === false || this._iDisplayLength == -1 ) { + return this._iDisplayStart+this.aiDisplay.length; + } else { + return Math.min( this._iDisplayStart+this._iDisplayLength, + this._iRecordsDisplay ); + } + } else { + return this._iDisplayEnd; + } + }, + + /** + * The DataTables object for this table + * @type object + * @default null + */ + "oInstance": null, + + /** + * Unique identifier for each instance of the DataTables object. If there + * is an ID on the table node, then it takes that value, otherwise an + * incrementing internal counter is used. + * @type string + * @default null + */ + "sInstance": null, + + /** + * tabindex attribute value that is added to DataTables control elements, allowing + * keyboard navigation of the table and its controls. + */ + "iTabIndex": 0 + }; + + /** + * Extension object for DataTables that is used to provide all extension options. + * + * Note that the DataTable.ext object is available through + * jQuery.fn.dataTable.ext where it may be accessed and manipulated. It is + * also aliased to jQuery.fn.dataTableExt for historic reasons. + * @namespace + * @extends DataTable.models.ext + */ + DataTable.ext = $.extend( true, {}, DataTable.models.ext ); + + $.extend( DataTable.ext.oStdClasses, { + "sTable": "dataTable", + + /* Two buttons buttons */ + "sPagePrevEnabled": "paginate_enabled_previous", + "sPagePrevDisabled": "paginate_disabled_previous", + "sPageNextEnabled": "paginate_enabled_next", + "sPageNextDisabled": "paginate_disabled_next", + "sPageJUINext": "", + "sPageJUIPrev": "", + + /* Full numbers paging buttons */ + "sPageButton": "paginate_button", + "sPageButtonActive": "paginate_active", + "sPageButtonStaticDisabled": "paginate_button paginate_button_disabled", + "sPageFirst": "first", + "sPagePrevious": "previous", + "sPageNext": "next", + "sPageLast": "last", + + /* Striping classes */ + "sStripeOdd": "odd", + "sStripeEven": "even", + + /* Empty row */ + "sRowEmpty": "dataTables_empty", + + /* Features */ + "sWrapper": "dataTables_wrapper", + "sFilter": "dataTables_filter", + "sInfo": "dataTables_info", + "sPaging": "dataTables_paginate paging_", /* Note that the type is postfixed */ + "sLength": "dataTables_length", + "sProcessing": "dataTables_processing", + + /* Sorting */ + "sSortAsc": "sorting_asc", + "sSortDesc": "sorting_desc", + "sSortable": "sorting", /* Sortable in both directions */ + "sSortableAsc": "sorting_asc_disabled", + "sSortableDesc": "sorting_desc_disabled", + "sSortableNone": "sorting_disabled", + "sSortColumn": "sorting_", /* Note that an int is postfixed for the sorting order */ + "sSortJUIAsc": "", + "sSortJUIDesc": "", + "sSortJUI": "", + "sSortJUIAscAllowed": "", + "sSortJUIDescAllowed": "", + "sSortJUIWrapper": "", + "sSortIcon": "", + + /* Scrolling */ + "sScrollWrapper": "dataTables_scroll", + "sScrollHead": "dataTables_scrollHead", + "sScrollHeadInner": "dataTables_scrollHeadInner", + "sScrollBody": "dataTables_scrollBody", + "sScrollFoot": "dataTables_scrollFoot", + "sScrollFootInner": "dataTables_scrollFootInner", + + /* Misc */ + "sFooterTH": "" + } ); + + + $.extend( DataTable.ext.oJUIClasses, DataTable.ext.oStdClasses, { + /* Two buttons buttons */ + "sPagePrevEnabled": "fg-button ui-button ui-state-default ui-corner-left", + "sPagePrevDisabled": "fg-button ui-button ui-state-default ui-corner-left ui-state-disabled", + "sPageNextEnabled": "fg-button ui-button ui-state-default ui-corner-right", + "sPageNextDisabled": "fg-button ui-button ui-state-default ui-corner-right ui-state-disabled", + "sPageJUINext": "ui-icon ui-icon-circle-arrow-e", + "sPageJUIPrev": "ui-icon ui-icon-circle-arrow-w", + + /* Full numbers paging buttons */ + "sPageButton": "fg-button ui-button ui-state-default", + "sPageButtonActive": "fg-button ui-button ui-state-default ui-state-disabled", + "sPageButtonStaticDisabled": "fg-button ui-button ui-state-default ui-state-disabled", + "sPageFirst": "first ui-corner-tl ui-corner-bl", + "sPageLast": "last ui-corner-tr ui-corner-br", + + /* Features */ + "sPaging": "dataTables_paginate fg-buttonset ui-buttonset fg-buttonset-multi "+ + "ui-buttonset-multi paging_", /* Note that the type is postfixed */ + + /* Sorting */ + "sSortAsc": "ui-state-default", + "sSortDesc": "ui-state-default", + "sSortable": "ui-state-default", + "sSortableAsc": "ui-state-default", + "sSortableDesc": "ui-state-default", + "sSortableNone": "ui-state-default", + "sSortJUIAsc": "css_right ui-icon ui-icon-triangle-1-n", + "sSortJUIDesc": "css_right ui-icon ui-icon-triangle-1-s", + "sSortJUI": "css_right ui-icon ui-icon-carat-2-n-s", + "sSortJUIAscAllowed": "css_right ui-icon ui-icon-carat-1-n", + "sSortJUIDescAllowed": "css_right ui-icon ui-icon-carat-1-s", + "sSortJUIWrapper": "DataTables_sort_wrapper", + "sSortIcon": "DataTables_sort_icon", + + /* Scrolling */ + "sScrollHead": "dataTables_scrollHead ui-state-default", + "sScrollFoot": "dataTables_scrollFoot ui-state-default", + + /* Misc */ + "sFooterTH": "ui-state-default" + } ); + + + /* + * Variable: oPagination + * Purpose: + * Scope: jQuery.fn.dataTableExt + */ + $.extend( DataTable.ext.oPagination, { + /* + * Variable: two_button + * Purpose: Standard two button (forward/back) pagination + * Scope: jQuery.fn.dataTableExt.oPagination + */ + "two_button": { + /* + * Function: oPagination.two_button.fnInit + * Purpose: Initialise dom elements required for pagination with forward/back buttons only + * Returns: - + * Inputs: object:oSettings - dataTables settings object + * node:nPaging - the DIV which contains this pagination control + * function:fnCallbackDraw - draw function which must be called on update + */ + "fnInit": function ( oSettings, nPaging, fnCallbackDraw ) + { + var oLang = oSettings.oLanguage.oPaginate; + var oClasses = oSettings.oClasses; + var fnClickHandler = function ( e ) { + if ( oSettings.oApi._fnPageChange( oSettings, e.data.action ) ) + { + fnCallbackDraw( oSettings ); + } + }; + + var sAppend = (!oSettings.bJUI) ? + ''+oLang.sPrevious+''+ + ''+oLang.sNext+'' + : + ''+ + ''; + $(nPaging).append( sAppend ); + + var els = $('a', nPaging); + var nPrevious = els[0], + nNext = els[1]; + + oSettings.oApi._fnBindAction( nPrevious, {action: "previous"}, fnClickHandler ); + oSettings.oApi._fnBindAction( nNext, {action: "next"}, fnClickHandler ); + + /* ID the first elements only */ + if ( !oSettings.aanFeatures.p ) + { + nPaging.id = oSettings.sTableId+'_paginate'; + nPrevious.id = oSettings.sTableId+'_previous'; + nNext.id = oSettings.sTableId+'_next'; + + nPrevious.setAttribute('aria-controls', oSettings.sTableId); + nNext.setAttribute('aria-controls', oSettings.sTableId); + } + }, + + /* + * Function: oPagination.two_button.fnUpdate + * Purpose: Update the two button pagination at the end of the draw + * Returns: - + * Inputs: object:oSettings - dataTables settings object + * function:fnCallbackDraw - draw function to call on page change + */ + "fnUpdate": function ( oSettings, fnCallbackDraw ) + { + if ( !oSettings.aanFeatures.p ) + { + return; + } + + var oClasses = oSettings.oClasses; + var an = oSettings.aanFeatures.p; + + /* Loop over each instance of the pager */ + for ( var i=0, iLen=an.length ; i'+oLang.sFirst+''+ + ''+oLang.sPrevious+''+ + ''+ + ''+oLang.sNext+''+ + ''+oLang.sLast+'' + ); + var els = $('a', nPaging); + var nFirst = els[0], + nPrev = els[1], + nNext = els[2], + nLast = els[3]; + + oSettings.oApi._fnBindAction( nFirst, {action: "first"}, fnClickHandler ); + oSettings.oApi._fnBindAction( nPrev, {action: "previous"}, fnClickHandler ); + oSettings.oApi._fnBindAction( nNext, {action: "next"}, fnClickHandler ); + oSettings.oApi._fnBindAction( nLast, {action: "last"}, fnClickHandler ); + + /* ID the first elements only */ + if ( !oSettings.aanFeatures.p ) + { + nPaging.id = oSettings.sTableId+'_paginate'; + nFirst.id =oSettings.sTableId+'_first'; + nPrev.id =oSettings.sTableId+'_previous'; + nNext.id =oSettings.sTableId+'_next'; + nLast.id =oSettings.sTableId+'_last'; + } + }, + + /* + * Function: oPagination.full_numbers.fnUpdate + * Purpose: Update the list of page buttons shows + * Returns: - + * Inputs: object:oSettings - dataTables settings object + * function:fnCallbackDraw - draw function to call on page change + */ + "fnUpdate": function ( oSettings, fnCallbackDraw ) + { + if ( !oSettings.aanFeatures.p ) + { + return; + } + + var iPageCount = DataTable.ext.oPagination.iFullNumbersShowPages; + var iPageCountHalf = Math.floor(iPageCount / 2); + var iPages = Math.ceil((oSettings.fnRecordsDisplay()) / oSettings._iDisplayLength); + var iCurrentPage = Math.ceil(oSettings._iDisplayStart / oSettings._iDisplayLength) + 1; + var sList = ""; + var iStartButton, iEndButton, i, iLen; + var oClasses = oSettings.oClasses; + var anButtons, anStatic, nPaginateList; + var an = oSettings.aanFeatures.p; + var fnBind = function (j) { + oSettings.oApi._fnBindAction( this, {"page": j+iStartButton-1}, function(e) { + /* Use the information in the element to jump to the required page */ + oSettings.oApi._fnPageChange( oSettings, e.data.page ); + fnCallbackDraw( oSettings ); + e.preventDefault(); + } ); + }; + + /* Pages calculation */ + if (iPages < iPageCount) + { + iStartButton = 1; + iEndButton = iPages; + } + else if (iCurrentPage <= iPageCountHalf) + { + iStartButton = 1; + iEndButton = iPageCount; + } + else if (iCurrentPage >= (iPages - iPageCountHalf)) + { + iStartButton = iPages - iPageCount + 1; + iEndButton = iPages; + } + else + { + iStartButton = iCurrentPage - Math.ceil(iPageCount / 2) + 1; + iEndButton = iStartButton + iPageCount - 1; + } + + /* Build the dynamic list */ + for ( i=iStartButton ; i<=iEndButton ; i++ ) + { + sList += (iCurrentPage !== i) ? + ''+oSettings.fnFormatNumber(i)+'' : + ''+oSettings.fnFormatNumber(i)+''; + } + + /* Loop over each instance of the pager */ + for ( i=0, iLen=an.length ; i y) ? 1 : 0)); + }, + + "string-desc": function ( x, y ) + { + return ((x < y) ? 1 : ((x > y) ? -1 : 0)); + }, + + + /* + * html sorting (ignore html tags) + */ + "html-pre": function ( a ) + { + return a.replace( /<.*?>/g, "" ).toLowerCase(); + }, + + "html-asc": function ( x, y ) + { + return ((x < y) ? -1 : ((x > y) ? 1 : 0)); + }, + + "html-desc": function ( x, y ) + { + return ((x < y) ? 1 : ((x > y) ? -1 : 0)); + }, + + + /* + * date sorting + */ + "date-pre": function ( a ) + { + var x = Date.parse( a ); + + if ( isNaN(x) || x==="" ) + { + x = Date.parse( "01/01/1970 00:00:00" ); + } + return x; + }, + + "date-asc": function ( x, y ) + { + return x - y; + }, + + "date-desc": function ( x, y ) + { + return y - x; + }, + + + /* + * numerical sorting + */ + "numeric-pre": function ( a ) + { + return (a=="-" || a==="") ? 0 : a*1; + }, + + "numeric-asc": function ( x, y ) + { + return x - y; + }, + + "numeric-desc": function ( x, y ) + { + return y - x; + } + } ); + + + $.extend( DataTable.ext.aTypes, [ + /* + * Function: - + * Purpose: Check to see if a string is numeric + * Returns: string:'numeric' or null + * Inputs: mixed:sText - string to check + */ + function ( sData ) + { + /* Allow zero length strings as a number */ + if ( typeof sData === 'number' ) + { + return 'numeric'; + } + else if ( typeof sData !== 'string' ) + { + return null; + } + + var sValidFirstChars = "0123456789-"; + var sValidChars = "0123456789."; + var Char; + var bDecimal = false; + + /* Check for a valid first char (no period and allow negatives) */ + Char = sData.charAt(0); + if (sValidFirstChars.indexOf(Char) == -1) + { + return null; + } + + /* Check all the other characters are valid */ + for ( var i=1 ; i') != -1 ) + { + return 'html'; + } + return null; + } + ] ); + + + // jQuery aliases + $.fn.DataTable = DataTable; + $.fn.dataTable = DataTable; + $.fn.dataTableSettings = DataTable.settings; + $.fn.dataTableExt = DataTable.ext; + + + // Information about events fired by DataTables - for documentation. + /** + * Draw event, fired whenever the table is redrawn on the page, at the same point as + * fnDrawCallback. This may be useful for binding events or performing calculations when + * the table is altered at all. + * @name DataTable#draw + * @event + * @param {event} e jQuery event object + * @param {object} o DataTables settings object {@link DataTable.models.oSettings} + */ + + /** + * Filter event, fired when the filtering applied to the table (using the build in global + * global filter, or column filters) is altered. + * @name DataTable#filter + * @event + * @param {event} e jQuery event object + * @param {object} o DataTables settings object {@link DataTable.models.oSettings} + */ + + /** + * Page change event, fired when the paging of the table is altered. + * @name DataTable#page + * @event + * @param {event} e jQuery event object + * @param {object} o DataTables settings object {@link DataTable.models.oSettings} + */ + + /** + * Sort event, fired when the sorting applied to the table is altered. + * @name DataTable#sort + * @event + * @param {event} e jQuery event object + * @param {object} o DataTables settings object {@link DataTable.models.oSettings} + */ + + /** + * DataTables initialisation complete event, fired when the table is fully drawn, + * including Ajax data loaded, if Ajax data is required. + * @name DataTable#init + * @event + * @param {event} e jQuery event object + * @param {object} oSettings DataTables settings object + * @param {object} json The JSON object request from the server - only + * present if client-side Ajax sourced data is used