File size: 23,902 Bytes
9d58f08 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
1
00:00:04,930 --> 00:00:09,230
ุงูุณูุงู
ุนูููู
ู ุฑุญู
ุฉ ุงููู ู ุจุฑูุงุชู ููู
ู ุงูุฌุฒุก
2
00:00:09,230 --> 00:00:12,750
ุงูุซุงูู ู
ู ู
ุญุงุถุฑุฉ anatomy and physiology of
3
00:00:12,750 --> 00:00:16,470
cerebral hemisphere ุดุฑุญุช ููู
ูู ุงูุฌุฒุก ุงูุฃูู
4
00:00:16,470 --> 00:00:19,990
frontal loop ู parietal loop ุงูุขู ูุชููู
ุนูู
5
00:00:19,990 --> 00:00:24,770
important salsa of temporal loop ูู ุงู temporal
6
00:00:24,770 --> 00:00:35,200
loop ูู two salsa ูู ููุง superior ูุฐุง lateralูููุง
7
00:00:35,200 --> 00:00:41,700
ุนูุฏู ุงููู ูู central sulcus ุงูุงู ุฑุงุญ ุงุชููู
ุนูู
8
00:00:41,700 --> 00:00:46,940
ุงููู ูู temporal loop ุณููุฉ temporal loop ูููุง
9
00:00:46,940 --> 00:00:53,780
superior temporal sulcus ุชุญุช ุงู lateral ูู ุดูุฑ
10
00:00:53,780 --> 00:01:00,780
ุจูููู ููู ุนูุฏู inferior temporal sulcus ูุฐูู
11
00:01:00,780 --> 00:01:08,580
ุจููุณู
ููุง temporal loopูู Superior Temporal Gyrus ู
12
00:01:08,580 --> 00:01:13,320
Inferior Temporal Gyrus ู ุจูููู
Middle Temporal
13
00:01:13,320 --> 00:01:17,060
Gyrus ูุฐู ุชูุณูู
ุฉ ุงูู Temporal Loop Superior
14
00:01:17,060 --> 00:01:21,360
Temporal Gyrus Middle Temporal Gyrus Inferior
15
00:01:21,360 --> 00:01:26,840
Temporal Gyrus ูู ูุงุถุญูู Superior Temporal Gyrus
16
00:01:26,840 --> 00:01:32,880
ุจูุฌู ุจูู ุงูู Lateral Fissure ู Superiortemporal
17
00:01:32,880 --> 00:01:36,820
sulcus ุงูู middle temporal gyrus ุจูุฌู ุจูู ุงู
18
00:01:36,820 --> 00:01:42,320
superior ู inferior temporal sulci ู ุงู inferior
19
00:01:42,320 --> 00:01:46,960
temporal gyrus ุชุฌู ุชุญุช ุฃู below the inferior
20
00:01:46,960 --> 00:02:01,580
temporal sulcus okay ููุชูู
21
00:02:03,560 --> 00:02:08,360
important functional area of the temporal loop ูู
22
00:02:08,360 --> 00:02:13,780
area 4142 ุงููู ูู primary auditory area for
23
00:02:13,780 --> 00:02:19,220
hearing ุงููู ูู ุนูุงูุฉ ูู ุงู function of the
24
00:02:19,220 --> 00:02:23,680
hearing ู
ูุฌูุฏุฉ ูู superior temporal gyrus ูุธููุชูุง
25
00:02:23,680 --> 00:02:27,560
auditory sensory area auditory sensory area
26
00:02:27,560 --> 00:02:35,880
sensory speech areaุฃู ุจูุณู
ููุง Vernix Center Area
27
00:02:35,880 --> 00:02:43,060
22 ู
ูุฌูุฏุฉ ูู superior temporal loop ูู ุงู dominant
28
00:02:43,060 --> 00:02:47,820
hemisphere ูุธููุชูุง auditory association area
29
00:02:47,820 --> 00:02:51,060
recognition and recall of sound ูุนูู ุจุณุฃูู ุณุคุงู
30
00:02:51,060 --> 00:03:00,230
ููู ุญุงููุุงูุช ููู
ุช ุณู
ุนุช ุจุงู area 4142 ุงู area 4142
31
00:03:00,230 --> 00:03:07,390
ู
ุฑุชุจุทุฉ ู
ุน ุงู area 22 22 ุญูู ุงูุด ุณู
ุน ูููุชูู ููู
32
00:03:07,390 --> 00:03:12,210
ุญุงูู ููู
ุงูู ุงูุง ุณุฃูุชู ููู ุญุงูู ุญูููุง ูุจูุนุทู ุงุดุงุฑุฉ
33
00:03:12,210 --> 00:03:18,070
ู
ู 22 ู area 44 ู ุงูู ููุทู ู ุจูุชููู
ุจูููู ุงูุญู
ุฏ
34
00:03:18,070 --> 00:03:22,360
ููููุจูู ู
ูุธูุชูุง auditory association area
35
00:03:22,360 --> 00:03:28,000
recognition and recall of sound ูู ุญุฏุซ ูููุง ู
ุดููุฉ
36
00:03:28,000 --> 00:03:34,620
ุชุนุทููุง ุดู ุงุณู
ู sensory aphasia ุงู vernix aphasia
37
00:03:34,620 --> 00:03:39,220
ูุนูู ููู ุจูููู ุจุญุท ุงูุฏู ุนูู ุดูุชู ุนุดุงู ู
ุงูููู
ุงุด
38
00:03:39,220 --> 00:03:43,620
ุจุงูุดูุงู ุจูุบุฉ ุงูุดูุงู ุจูููู ููู ุญุงูู ุจููู ุงุณู
ู
ุญู
ุฏ
39
00:03:43,620 --> 00:03:48,530
ููู ุณุงููุจูููู ุงูุญู
ุฏ ููู ุฃูุง ุจุณุฃูู ุดูุก ู ูู ุจูุฌุงูุจ
40
00:03:48,530 --> 00:03:53,070
ุดูุก ุซุงูู ูุฅู ูู ู
ุงููู
ุณู
ุน ููู ู
ุงููู
ุฅูุด ุฃูุง ุณุฃูุชู
41
00:03:53,070 --> 00:03:57,670
ูู limbic system ุฃุฎุฑ ุดูุก ุงูุงููุต ู ุงูhypocampus
42
00:03:57,670 --> 00:04:00,350
ู
ูุฌูุฏูู ูู ุงู timbral loop ุงููู ูู
ุนูุงูุฉ ุจุงู smell
43
00:04:00,350 --> 00:04:05,350
function ู ุจุงู memory ู ุงู mood ู ุงูู
ุฒุงุฌ ู ุงูุฐุงูุฑุฉ
44
00:04:05,350 --> 00:04:12,990
ู ุญุงุณุฉ ุงูุดู
ุณ ูู area 41 42 ุฃู 42 ุฃู 22 ูููู ุชุญุชูุง
45
00:04:14,420 --> 00:04:19,300
ุงูุงู ุจูุชูู ูู occipital loop ุงููู ู
ูู
ุฌุฏุง ูู
ูุถูุน
46
00:04:19,300 --> 00:04:24,000
ุงู vision ู
ูุธูุชูุง cortical center for vision ุงู
47
00:04:24,000 --> 00:04:27,100
timbral loop ุงููู ุนูุงูุฉ ุจุงูุณู
ูู ูุงููุดู ู ุจุงู
48
00:04:27,100 --> 00:04:30,540
hearing ุงู occipital loop ุงููู ุนูุงูุฉ ุจุงู vision
49
00:04:30,540 --> 00:04:37,060
ูููุง superior occipital gyrus ู ูููุง inferior
50
00:04:37,060 --> 00:04:43,300
occipital gyrus ุทูุจ ูู ุงู mediaูู ุงู media service
51
00:04:43,300 --> 00:04:46,560
ูู ุจุฑุงูุชู ุงูุณูุจุชุงู ุณุงููุณ ุจููููุด ูุงุถุน ุนูู ุงู
52
00:04:46,560 --> 00:04:51,660
lateral ุจูููู ูุงุถุน ุนูู ุงู media ููููุง ุณูุณูุฉ ุฏุงุฎููุง
53
00:04:51,660 --> 00:04:59,780
ุงุณู
ู lateral salkas ูุงูู lateral salkas ุงูุง ู
ุด
54
00:04:59,780 --> 00:05:04,840
ู
ุนูู ุนูููู
ูู ุงู slide ูููู ูููุงุช salkas
55
00:05:06,250 --> 00:05:09,330
ุทุจุนุง ูู ุงู media service ูู ุดู ุงุณู
ู calcarin
56
00:05:09,330 --> 00:05:13,050
sulcus ุงู transverse ุงู ุงู lateral sulcus ุจูุณู
57
00:05:13,050 --> 00:05:17,150
ู
ููุง ุงู occipital loop ู superior occipital gyrus
58
00:05:17,150 --> 00:05:22,710
ู inferior occipital gyrus ุญุฏ ุชูุณู
ุช ุงููู ูู
59
00:05:22,710 --> 00:05:24,290
occipital loop
60
00:05:30,680 --> 00:05:37,140
ูู ูุงุถุญ ุนูุฏู ููุง ุงูุจุฑุงูุชู ุฃูุณูุจุชุงู ุณุงููุงุณ ุจูููู ูู
61
00:05:37,140 --> 00:05:42,240
ุงู medial service of cerebral hemisphere ูุฐุง ุงุณู
ู
62
00:05:42,240 --> 00:05:47,640
Calcarine Salcus ุจูููู ูู
ุงู ูุงุถุญ ูู ุงู media
63
00:05:47,640 --> 00:05:50,480
service of cerebral hemisphere
64
00:05:54,610 --> 00:05:59,270
ูู
ุง ูุชููู
ุนู ุงู important functional area of
65
00:05:59,270 --> 00:06:04,090
occipital lobe ูุชููู
ุนูู area 17 ุงููู ูู ุชุนุชุจุฑ ุงู
66
00:06:04,090 --> 00:06:07,570
primary visual sensory area ู
ูุฌูุฏุฉ ูู ุงู posterior
67
00:06:07,570 --> 00:06:11,250
medial part of occipital lobe ุญูุงููู ุงููููุฑูู
68
00:06:11,250 --> 00:06:14,750
ุงูุณููุณ ุจุชููู ูุธููุชูุง visual sensory area
69
00:06:14,750 --> 00:06:19,550
perception of visual impulses ูู ุญุฏ ุงุชุฐู
ุฌ ูููุง
70
00:06:19,550 --> 00:06:27,040
ู
ู
ูู ุนูุฏ ุงูู
ุฑูุถ ู ..ูุงุฌู ุนูุฏู ุงููู visual agnosia
71
00:06:27,040 --> 00:06:32,600
ู
ุง ุจุนุฑูุด ุงูุฃุดูุงุก ุฃู ุงูุตูุฑ ุจู
ุง ูุฒูุงุด ุฃู
72
00:06:32,600 --> 00:06:36,400
Contralateral
73
00:06:36,400 --> 00:06:39,700
Hemianopia
74
00:06:39,700 --> 00:06:44,820
ูููุฏ ู
ุฌุงู ุงูุฅุจุตุงุฑ ุนูู ุงู opposite side ูู ุงู both
75
00:06:44,820 --> 00:06:51,730
eyessecondary ุงููู ูู psychic area ุงู .. ุงู
76
00:06:51,730 --> 00:06:55,470
secondary ุจ psychic area ูุฐู ุจูุณู
ููุง area ุชู
ุงูุชุงุด
77
00:06:55,470 --> 00:06:58,970
ุชุณุนุชุงุด ูุฐู ุชู
ุงูุชุงุด ุชุณุนุชุงุด ูู ุญุฏุซ ูููุง damage
78
00:07:00,120 --> 00:07:04,280
ุจุชุนู
ููุง ุงููู visual agnosia ู area 17 ูู ุญุฏุซ ูููุง
79
00:07:04,280 --> 00:07:08,540
damage ุจุชุนู
ููุง contralateral hemianopia 18-19
80
00:07:08,540 --> 00:07:12,320
ู
ูุฌูุฏุฉ ุฃู
ุงู
ุงู 17 ุจุชููู ู ูุธููุชูุง visual
81
00:07:12,320 --> 00:07:17,360
association area recognition and recall of image
82
00:07:17,360 --> 00:07:23,540
ูู 17ู ุฃู
ุงู
ูุง ุจูููู ุชู
ุงูุชุงุด ู ุชุณุนุชุงุด ููู ุจูููู ุงูุง
83
00:07:23,540 --> 00:07:29,060
ุดุฑุญุชููู
ุงู frontal, parietal, temporal ู occipital
84
00:07:29,060 --> 00:07:33,020
loop of cerebral hemisphere ูู ุจุนุถ ุงููุชุจ ุจูุญุทูุง
85
00:07:33,020 --> 00:07:36,620
loop ุฎุงู
ุณ ุงุณู
ู insula ู ุฃุญูุงูุง ุจูุดุฑุญูู ุนูู ูุญุฏูุง
86
00:07:36,620 --> 00:07:41,590
insulaุงูุงูุณููุฉ ุจุชููู ูู ุงูู
ูุงู ูุฐุง ุฏุงุฎู ุจุชููู ูุงู
87
00:07:41,590 --> 00:07:43,430
ุงู lateral fissure ูู ูุชุญูุง ุงู lateral fissure
88
00:07:43,430 --> 00:07:47,250
ุจุชูุงูููุง ุฏุงุฎู ุงู lateral fissure ูุจููู ุตุบูุฑุฉ ูุจููู
89
00:07:47,250 --> 00:07:50,670
ุตุบูุฑุฉ ูู ู ุงูุงูุณููุฉ ูู ุนุจุงุฑุฉ ุนู ุฌุฒุก ู
ู ุงู cerebral
90
00:07:50,670 --> 00:07:56,830
cortex ู
ูุฌูุฏุฉ ูู ุงู bottom of lateral sulcus ุฏุงุฎู
91
00:07:56,830 --> 00:08:02,490
ุงูุด ุงู lateral sulcus ุจุชููู ู
ู two long ุบูุฑุงู
92
00:08:02,490 --> 00:08:08,070
behind ุฎูููุงุช ู three ู four short ุบูุฑุงู ูู ุงูุฃู
ุงู
93
00:08:08,760 --> 00:08:12,560
ุงูู function ุจุชุงุนุฉ ุงูุฅูุณูุง ูู cortical taste
94
00:08:12,560 --> 00:08:16,760
center and some visceral activity ุงููู ุนูุงูุฉ ูู
95
00:08:16,760 --> 00:08:20,700
regulation of saliva ูุฅู ูู ุงููู ุจุชุนู
ู regulation
96
00:08:20,700 --> 00:08:24,500
ููุจุงุฑุง sympathetic nuclei in the brainstem ู
97
00:08:24,500 --> 00:08:28,720
ุงูุชุฐูู ู
ูุถูุน ุงูุชุฐูู ุงู taste sensation ูู ุชุนุชุจุฑ
98
00:08:28,720 --> 00:08:32,980
ุงูู
ุฑูุฒ ุจุชุงุน ุงูุชุฐูู ูุฅู ูู ุชุนุชุจุฑ a cortical center
99
00:08:32,980 --> 00:08:39,270
for taste sensationูุฐู ุงูุงูุณููุฉ ููุง ุจุชููู ูุงุถุญุฉ
100
00:08:39,270 --> 00:08:44,530
ุงูุงูุณููุฉ ููุง ูุจูู ูุฐุง ุงูููุจููู ุตุบูุฑ ูุฐู ูููุง ุชุนุชุจุฑ
101
00:08:44,530 --> 00:08:56,490
ุงูุด ุงูุงูุณููุฉ ุจุชููู ุฏุงุฎู ุงู lateral fissure ุงููู
102
00:08:56,490 --> 00:09:01,600
ูุชููู
ุนู ุงู internal structure ofุงูุณูุฑูุจุฑุงู
ุจุชููู
103
00:09:01,600 --> 00:09:07,380
ู
ู ุงู grey matter ุงููู ุจุชููู more outer ููู
ุง ุนุจุงุฑุฉ
104
00:09:07,380 --> 00:09:12,540
ุนู cells ููุฑูู ู ููุฑูุบููุงู ุจุชููู ู
ู ุงู white
105
00:09:12,540 --> 00:09:17,450
matter ุงููู ุนุจุงุฑุฉ ุนู fibersุฑุงุญ ุงุชููู
ุนููู
ู Basal
106
00:09:17,450 --> 00:09:20,650
nuclei ุฑุงุญ ูุงุฎุฏูู
ูู ุงูู
ุญุงุถุฑุฉ ุงููุงุฏู
ุฉ ุงู ุดุงุก ุงููู
107
00:09:20,650 --> 00:09:26,370
ุงู Basal nuclei ู
ู ุถู
ููู
Corpus striatum ุจููุชุงู
ูู
108
00:09:26,370 --> 00:09:31,450
Globus pallidus ู ููุฐุง ู ุงู lateral ventricle ุงู
109
00:09:31,450 --> 00:09:35,150
lateral ventricle ูู ุนุจุงุฑุฉ ุนู cavity of cerebral
110
00:09:35,150 --> 00:09:38,810
hemisphere ุงููุง right and left lateral ventricles
111
00:09:38,810 --> 00:09:43,320
two lateral ventricles ุฒู ู
ุง ุชุดูููู ููุงุงููู ูู ุงูู
112
00:09:43,320 --> 00:09:47,860
gray matter ุจุชููู more outer ุงููุดุฑุฉ ุชุจุน ุงูุฏู
ุงุบ ูู
113
00:09:47,860 --> 00:09:51,060
ุงูุฏุงุฎู ุจูููู ุงู inner ุงู white matter ูู ุจูุฒู
114
00:09:51,060 --> 00:09:55,280
ูููููุงู ุจูููููุง ุนุจุงุฑุฉ ุนู gray matter ูู ููุงูุฉ ุฃู
115
00:09:55,280 --> 00:09:59,820
ุชุญุช ุงู cerebral hemisphere ุงู diencephalon ููู ุงู
116
00:09:59,820 --> 00:10:03,180
cavity of cerebral hemisphere ุจูุนุชุจุฑูุง left ู
117
00:10:03,180 --> 00:10:10,040
right lateral ventricles ุจุชููู
ุนูู ุงู white matter
118
00:10:10,040 --> 00:10:14,240
of cerebrumุงูู white matter of cerebrum ูู
ุนุจุงุฑุฉ
119
00:10:14,240 --> 00:10:17,640
ุนู myelinated fibers myelinated fibers ูุนูู ูู
120
00:10:17,640 --> 00:10:21,540
white ููุด ุณู
ููู
whiteุ ููุด ูู
ุจูุถุ ูุฃู ูู ุญูุงูููู
121
00:10:21,540 --> 00:10:25,480
ุบูุงู ุงุณู
ู myelin ุงู myelin ูุฐุง ุงูุบูุงู ูููู ุฃุจูุถ
122
00:10:25,480 --> 00:10:29,200
ุณู
ููู
ุงููุ myelin ุทุจ ููุด ุงู grey matter ุณู
ููุง
123
00:10:29,200 --> 00:10:33,380
greyุ ูุฃููุง unmyelinated ุฃู non myelinated ู
ุงูููุง
124
00:10:33,380 --> 00:10:38,200
ุบูุงู ุฃุจูุถ ู
ู ุงู myelin ุจุชููุณู
ูุซูุงุซ ุฃููุงุน ูุฐู ุงู
125
00:10:38,200 --> 00:10:44,370
white matter projection fibersู Association Fibers
126
00:10:44,370 --> 00:10:50,110
ูCommissarial Fibers ุงูู Projection Fibers ูุธูุชูู
127
00:10:50,110 --> 00:10:53,030
ูุฑุจุทูุง ุงูู Cerebrum ู
ุน ุงูู Brain Stem Spinal Cord
128
00:10:53,030 --> 00:10:56,950
ุฃู ุงูุนูุณ ุตุญูุญ ุฅุฐุง ูุงููุง Sensory Fibers ู
ู Spinal
129
00:10:56,950 --> 00:11:01,050
Cord ูCerebrum ูุฐู ุนูุงูุฉ ุจุงูู Projection Fibers
130
00:11:01,050 --> 00:11:05,650
ู
ุซู Ascending and Ascending Tractsassociation
131
00:11:05,650 --> 00:11:10,650
fibers ูุฐู ุจุชุฑุจุท different area in same cerebral
132
00:11:10,650 --> 00:11:13,850
hemisphere ูุนูู ุงู frontal ู
ุน ุงู parietal ุงู
133
00:11:13,850 --> 00:11:15,930
parietal ู
ุน ุงู temporal ุงู frontal ู
ุน ุงู temporal
134
00:11:15,930 --> 00:11:20,170
ุงูุฌูุฑุงูุฉ ุงู superior temporal ู
ุน ุงู inferior
135
00:11:20,170 --> 00:11:22,350
temporal ุงู superior temporal ู
ุน ุงู middle
136
00:11:22,350 --> 00:11:26,590
temporal ููู ุฃูู
ุดูุก ูู ููุณ ุงู cerebral hemisphere
137
00:11:26,590 --> 00:11:30,110
ูุฐู ุจูุณู
ูู association fibersูุจูู ุงููู
ูุธููุชูู
138
00:11:30,110 --> 00:11:34,350
connect different area of the same cerebral
139
00:11:34,350 --> 00:11:39,250
hemisphere commissural fibers connect similar area
140
00:11:39,250 --> 00:11:42,430
of both cerebral hemispheres ูุนูู ุงููุ frontal
141
00:11:42,430 --> 00:11:46,870
loop right ู
ุน frontal loop left right ู
ุน right
142
00:11:46,870 --> 00:11:49,690
left, occipital right ู
ุน occipital left ูุฐู ุงู
143
00:11:49,690 --> 00:11:52,750
connection ุจูููู
ุจูู ุงู right ู ุงู left ุงุณู
ูุง ุงููุ
144
00:11:52,750 --> 00:11:54,070
commissural fibers
145
00:11:58,810 --> 00:12:02,150
ุชุญุช ูููู ุฃู ู
ู ููู ูุชุญุช ูุฐู ุชุนุชุจุฑ projection
146
00:12:02,150 --> 00:12:07,350
fibers ุฅู
ุง descending tract ูุฅู
ุง ascending tract
147
00:12:07,350 --> 00:12:12,350
ุนูู ุณุจูู ุงูู
ุซุงู lateral spinothalamic tract ูุนุชุจุฑ
148
00:12:12,350 --> 00:12:16,390
ascending sensory it is a projection fibers ุฃู
149
00:12:17,550 --> 00:12:20,970
Corticospinal tract ูุฐุง ุงูู Descending motor ูุนุชุจุฑ
150
00:12:20,970 --> 00:12:24,290
projection fibers ุชู
ุงู
ุทุจ ุงู right ู
ุน ุงู left ุฃู
151
00:12:24,290 --> 00:12:26,910
ุงู left ู
ุน ุงู right ูุฐู commissural fibers ู
ุซู
152
00:12:26,910 --> 00:12:30,930
ููุฑุจูุณ ูููุฒูู
ุทุจ different area ูู ููุณ ุงู cerebral
153
00:12:30,930 --> 00:12:37,210
hemisphere ูุฐู association fibers ูุชููู
ููู
ุชูู ุนูู
154
00:12:37,210 --> 00:12:42,070
projection fibers ุฃูุง ุดุฑุญุชูู
ูู
ุนุจุงุฑุฉ ุนู afferent
155
00:12:42,070 --> 00:12:45,410
and efferent fibers ูู ุนุจุงุฑุฉ ุนู ascending and
156
00:12:45,410 --> 00:12:51,260
descending tracksุฃู afferent fibers ุฃู tracks ุฃู
157
00:12:51,260 --> 00:12:57,840
motor and sensory tracks of the cerebral cortex
158
00:12:57,840 --> 00:13:02,140
which connect the cerebral cortex with the lower
159
00:13:02,140 --> 00:13:05,580
part of brain and spinal cord ุฃู ุงูุนูุณ ุตุญูุญ
160
00:13:05,580 --> 00:13:10,400
connectLower part ุงููู ูู brainstem ู spinal cord
161
00:13:10,400 --> 00:13:13,320
with cerebral hemisphere ุฅุฐุง ุจุชุญุฏุซ ุนู ุฅูู
162
00:13:13,320 --> 00:13:16,480
ascending tracks ู
ู ูุณู
ุฅูู ูุณู
ูู ุงู projection
163
00:13:16,480 --> 00:13:20,340
fibers ascending ุฃู afferent ุฃู sensory tracks
164
00:13:20,340 --> 00:13:24,960
ุงููู ูู
ุจูุฑุจุทูุง spinal cord ู
ุน ุงู cortex ุฃู
165
00:13:24,960 --> 00:13:29,580
thalamus ูุฐุง ุงู sensory tracks ุฃู ุงูุนูุณ descending
166
00:13:29,580 --> 00:13:33,480
tracks ุฃู motor ุจูุฑุจุทูุง ุฅูุด ุงู cortex ู
ุน ุงู lower
167
00:13:33,480 --> 00:13:37,260
centers cortex ู
ุน brainstem cortex ู
ุน spinal cord
168
00:13:39,210 --> 00:13:45,730
Association Fibers Fibers ุงููู ูุฑุชุจุท ู
ุฎุชููุฉ
169
00:13:45,730 --> 00:13:49,390
ุงูู
ูุทูุฉ ุงูููุฑุชูุงููุฉ ูู ููุณ ุงูููู
ุณููุฑ ุงูุณุฑุงุจุฑุงู
170
00:13:49,390 --> 00:13:52,730
ูุนูู ุจูุฑุจุทูุง ุงู left frontal ู
ุน ุงู left parietal
171
00:13:52,730 --> 00:13:55,530
left parietal ู
ุน left occipital ุฃู left octemporal
172
00:13:55,530 --> 00:14:01,190
ู ููุฐุง ูู short Association Fibers ุจูุนู
ููุง
173
00:14:01,190 --> 00:14:06,710
connection between adjacent gyri with one another
174
00:14:06,710 --> 00:14:11,260
ูุนูู ูุงุฎุฏูุงSuperior temporal ู
ุน ุงูู middle
175
00:14:11,260 --> 00:14:14,240
temporal ูุนูู ูุชุฌุฑุจ ุนูู ุจุนุถ ุงูู
ุณุงูุฉ ุฌุฑูุจุฉ ุจูููู
176
00:14:14,240 --> 00:14:18,240
ูุฐู short fibers ุชุจูู ุฏู ุจุฑุจุทูู
different loops
177
00:14:18,240 --> 00:14:23,480
ูุนูู ูููู superior temporal ู
ุน middle ุฃู ู
ุน
178
00:14:23,480 --> 00:14:27,300
inferior frontal different loops ุงู fibers ูุชููู
179
00:14:27,300 --> 00:14:31,640
ุทูููุฉ ูุฐู ุจูุณู
ููุง long association fibers connect
180
00:14:31,640 --> 00:14:36,270
different loops ููู ุดุฑุท ุชุงูู ูููููุง ุงููุof the
181
00:14:36,270 --> 00:14:38,730
same cerebral hemisphere ู
ู ููุณ ุงูู cerebral
182
00:14:38,730 --> 00:14:42,290
hemisphere ุงูู commissural fibers ุงูููุน ุงูุซุงูุซ
183
00:14:42,290 --> 00:14:47,030
ุงููู ุงุชููู
ุช ุนูู ุนุจุงุฑุฉ ุนู bands of white matter ุงู
184
00:14:47,030 --> 00:14:51,050
nerve fibers connecting and coordinating of
185
00:14:51,050 --> 00:14:54,970
activities of the right and left cerebral
186
00:14:54,970 --> 00:15:00,790
hemisphere connect same area ููู in both cerebral
187
00:15:00,790 --> 00:15:05,670
hemispheres right frontal ู
ุน left frontalright
188
00:15:05,670 --> 00:15:09,270
temporal ู
ุน left temporal ู ููุฐุง ู
ู ุถู
ู ูู
ุง ุฏูู
189
00:15:09,270 --> 00:15:13,910
ุฃูู
ุดูุก ููุฑุจูุณ ูุงููุฒูู
ุฃูู
ูุงุญุฏ ููุฑุจูุณ ูุงููุฒูู
ููู
190
00:15:13,910 --> 00:15:17,890
anterior commissar posterior commissar hypanolar
191
00:15:17,890 --> 00:15:21,030
commissar ูhypocampal commissar ููู ุฃูู
ูุงุญุฏุฉ ูููู
192
00:15:21,030 --> 00:15:28,050
ู
ูู ูู ูุง ุงููู ูู ุชุนุชุจุฑ ุงูู ููุฑุจูุณ ูุงููุฒูู
ููุง
193
00:15:28,050 --> 00:15:34,930
ูููุง ุงู ุงููุงูุชุฑููุฑ ููู
ูุดุงุฑ ููููุง ุจูุณุชูุฑููุฑ ููู
ูุดุงุฑ
194
00:15:34,930 --> 00:15:39,950
ููููุง ูุงุจููููุงุฑ ููู
ูุดุงุฑ ูููู ุฏุงุฎู ุดููุฉ ุจุชููู ููุจู
195
00:15:39,950 --> 00:15:43,990
ูุงู
ุจุฑ ููู
ูุดุงุฑ ููุจู ูุงู
ุจุฑ ููู
ูุดุงุฑ ููู ุจุชููู ุงูุง
196
00:15:43,990 --> 00:15:48,630
ุงุชููู
ุชููู
ูู
ุงู ุนูู ุงู ููู
ูุดุงุฑ ุนูู ุงู fibers ู ุงู
197
00:15:48,630 --> 00:15:54,070
white matter ุจุชุงุนุฉ ุงู brain ูู ู
ูุถูุน ู
ูู
ุฌุฏุง ุงู
198
00:15:54,070 --> 00:16:00,460
internal capsule ู
ูู
ุฌุฏุงit is a thick lamina of
199
00:16:00,460 --> 00:16:04,020
white
200
00:16:04,020 --> 00:16:08,680
matter ุฎูุงู
201
00:16:08,680 --> 00:16:10,500
ุงู course ุฑุงุญ ุชุณู
ุนูุง ูููุง ูุชูุฑ ุงูู internal
202
00:16:10,500 --> 00:16:14,120
capsule ูููููู ูู ุนุจุงุฑุฉ ุนู ุงููุ white matter ู
203
00:16:14,120 --> 00:16:18,520
thick lamina made up of projection fibers ุจูู
ุฑูุง
204
00:16:18,520 --> 00:16:21,900
ูููุง ุงู projection ุงููุ fibers ascending ู
205
00:16:21,900 --> 00:16:26,680
descending tractwhich pass to and from cerebral
206
00:16:26,680 --> 00:16:32,000
hemisphere ุฅุฐุง sensory to cerebral hemisphere ุฅุฐุง
207
00:16:32,000 --> 00:16:37,100
motor from cerebral hemisphere okay it is
208
00:16:37,100 --> 00:16:40,620
continuous superiorly with corona radiata ู
ู ุฃุนูู
209
00:16:40,620 --> 00:16:42,720
ุจูุญุฏุฏ ุญุงุฌุฉ ุงุณู
ูุง corona radiata ูู ุงู white matter
210
00:16:43,470 --> 00:16:49,950
and inferiorly ุชุญุช ู
ุน ุงู cerebral peduncles ุจุชุงุนุฉ
211
00:16:49,950 --> 00:16:52,810
ุงู middle brain ุจุณู
ููู
peduncles of middle brain
212
00:16:52,810 --> 00:16:56,630
ุฃู cerebral peduncles ุฅููุง ุซูุงุซ ุฃุฌุฒุงุก ูุฐู ุงู
213
00:16:56,630 --> 00:17:01,110
internal capsule anterior limb short ู posterior
214
00:17:01,110 --> 00:17:05,670
limb long ู ุงูููุน ุงููู ูู ุงููุต ุงุณู
ู genio ุงู apex
215
00:17:05,670 --> 00:17:09,970
ููุง
216
00:17:09,970 --> 00:17:22,620
ูุดูููุง ููุงูุฐู ุงู internal capsule ุงููู
217
00:17:22,620 --> 00:17:26,880
ูู ุฌุฒุก ุฃู
ุงู
ู short ู ุงููู ูู ุฌุฒุก ุฎููู long ูุจูู
218
00:17:26,880 --> 00:17:33,180
ูุฐู anterior limb ููุฐู posterior limb ููุฐู genio
219
00:17:33,180 --> 00:17:38,060
ุงู apex ุงูููุน ุจุชุงุนูุง ุทุจ ู
ุงุญุฏุด ูุณุฃู ููุด ุณู
ููุง
220
00:17:38,060 --> 00:17:43,970
internal capsule ูุฃููุง locatedInternal ูู
221
00:17:43,970 --> 00:17:49,210
Lentiform Nucleus ุงูู Lentiform Nucleus ุงูู
222
00:17:49,210 --> 00:17:54,290
Lentiform Nucleus ุงูู Lentiform Nucleus ุงูู
223
00:17:54,290 --> 00:17:58,650
Lentiform
224
00:17:58,650 --> 00:18:00,570
Nucleus
225
00:18:02,540 --> 00:18:06,240
Internal ูุฅูุชููุงุฑู
ูููููุงุณ ูุฅูุชููุงุฑู
ูููููุงุณ
226
00:18:06,240 --> 00:18:08,820
ูุฅูุชููุงุฑู
ูููููุงุณ ูุฅูุชููุงุฑู
ูููููุงุณ ูุฅูุชููุงุฑู
227
00:18:08,820 --> 00:18:11,660
ูููููุงุณ ูุฅูุชููุงุฑู
ูููููุงุณ ูุฅูุชูุงุฑู
ูููููุงุณ
228
00:18:11,660 --> 00:18:12,940
ูุฅูุชูุงุฑู
ูููููุงุณ ูุฅูุชูุงุฑู
ูููููุงุณ ูุฅูุชูุงุฑู
ูููููุงุณ
229
00:18:12,940 --> 00:18:15,060
ูุฅูุชูุงุฑู
ูููููุงุณ ูุฅูุชูุงุฑู
ูููููุงุณ ูุฅูุชูุงุฑู
ูููููุงุณ
230
00:18:15,060 --> 00:18:19,860
ูุฅูุชูุงุฑู
ูููููุงุณ ูุฅูุชูุงุฑู
ูููููุงุณ ูุฅูุชูุงุฑู
ูููููุงุณ
231
00:18:19,860 --> 00:18:23,300
ูุฅูุชูุงุฑู
232
00:18:23,300 --> 00:18:28,840
ูููููุงุณ ูุฅูุชูุงุฑู
ูููููุงุณ ูุฅูุชูุงุฑู
ูููููุงุณ ูุฅูุชูุงุฑู
233
00:18:28,840 --> 00:18:28,920
ู
234
00:18:32,970 --> 00:18:36,690
ุงูู External Capsule ุณู
ููุง External Capsule ุนุดุงููุง
235
00:18:36,690 --> 00:18:40,990
Located External ูู
ู ูู Lentiform Nucleus ุฃู
236
00:18:40,990 --> 00:18:44,270
ุจูุณู
ููุง Lateral ูู Lentiform Nucleus ูุจูู ุงูู
237
00:18:44,270 --> 00:18:47,390
External Capsule ุนุจุงุฑุฉ ุนู Thin Layer of White
238
00:18:47,390 --> 00:18:50,710
Matter which covers the lateral surface of
239
00:18:50,710 --> 00:18:54,310
Lentiform Nucleus and separating the Lentiform
240
00:18:54,310 --> 00:18:58,410
Nucleus from the Claustrum ูุจูู ููุงููุง ุงููู ูู ุงู
241
00:18:58,410 --> 00:19:03,390
External Capsuleุจุชูุฌู ุนูู ุงู lateral surface of
242
00:19:03,390 --> 00:19:06,530
lentiform nucleus ูุจุชูุตู ู
ุง ุจูู ุงู lentiform
243
00:19:06,530 --> 00:19:10,670
nucleus ุนู ุงู claustrum ุงููู ูู ูุฏูู ุฌุฒุก ู
ู ุงู
244
00:19:10,670 --> 00:19:14,310
ุจูุฒุง ุงููููููุงุนู ุงู ุดุงุก ุงููู ุฑุงุญ ูุงุฎุฏูู
ูู ุงูู
ุญุงุถุฑุฉ
245
00:19:14,310 --> 00:19:17,950
ุงููุงุฏู
ุฉ ุงู ุดุงุก ุงููู ุนูู ุงูุจูุฒุง ุงููููููุงุนู ููู ุงูุง
246
00:19:17,950 --> 00:19:23,270
ุจููู ุดุฑุญุชููู
ุงู cerebral hemisphere ููู ู ุงู white
247
00:19:23,270 --> 00:19:27,030
matter ุจุชุงุนุชู ูุนุทููู
ุงูู ุนุงููุฉ ู ุฏู
ุชู
ุจุงูู
|