db_test.json 770 KB
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 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253
[
{"model": "users.user", "pk": 1, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": true, "email": "admin@amadeus.br", "username":  "a", "last_name": "1", "social_name": "Administrador", "description": "<p>Administrador do Amadeus da - <b>UNIVASF</b>.</p>", "image": "users/a1.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": true, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 2, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e1@amadeus.br", "username":  "e", "last_name": "1", "social_name": "Estudante 1", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e1.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 3, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e2@amadeus.br", "username":  "e", "last_name": "2", "social_name": "Estudante 2", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e2.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 4, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e3@amadeus.br", "username":  "e", "last_name": "3", "social_name": "Estudante 3", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e3.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 5, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e4@amadeus.br", "username":  "e", "last_name": "4", "social_name": "Estudante 4", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e4.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 6, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e5@amadeus.br", "username":  "e", "last_name": "5", "social_name": "Estudante 5", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e5.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 7, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e6@amadeus.br", "username":  "e", "last_name": "6", "social_name": "Estudante 6", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e6.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 8, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e7@amadeus.br", "username":  "e", "last_name": "7", "social_name": "Estudante 7", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e7.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 9, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e8@amadeus.br", "username":  "e", "last_name": "8", "social_name": "Estudante 8", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e8.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 10, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e9@amadeus.br", "username":  "e", "last_name": "9", "social_name": "Estudante 9", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e9.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 11, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e10@amadeus.br", "username":  "e", "last_name": "10", "social_name": "Estudante 10", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e10.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 12, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e11@amadeus.br", "username":  "e", "last_name": "11", "social_name": "Estudante 11", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e11.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 13, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e12@amadeus.br", "username":  "e", "last_name": "12", "social_name": "Estudante 12", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e12.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 14, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e13@amadeus.br", "username":  "e", "last_name": "13", "social_name": "Estudante 13", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e13.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 15, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e14@amadeus.br", "username":  "e", "last_name": "14", "social_name": "Estudante 14", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e14.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 16, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e15@amadeus.br", "username":  "e", "last_name": "15", "social_name": "Estudante 15", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e15.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 17, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e16@amadeus.br", "username":  "e", "last_name": "16", "social_name": "Estudante 16", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e16.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 18, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e17@amadeus.br", "username":  "e", "last_name": "17", "social_name": "Estudante 17", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e17.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 19, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e18@amadeus.br", "username":  "e", "last_name": "18", "social_name": "Estudante 18", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e18.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 20, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e19@amadeus.br", "username":  "e", "last_name": "19", "social_name": "Estudante 19", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e19.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 21, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e20@amadeus.br", "username":  "e", "last_name": "20", "social_name": "Estudante 20", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e20.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 22, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e21@amadeus.br", "username":  "e", "last_name": "21", "social_name": "Estudante 21", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e21.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 23, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e22@amadeus.br", "username":  "e", "last_name": "22", "social_name": "Estudante 22", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e22.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 24, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e23@amadeus.br", "username":  "e", "last_name": "23", "social_name": "Estudante 23", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e23.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 25, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e24@amadeus.br", "username":  "e", "last_name": "24", "social_name": "Estudante 24", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e24.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 26, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e25@amadeus.br", "username":  "e", "last_name": "25", "social_name": "Estudante 25", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e25.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 27, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e26@amadeus.br", "username":  "e", "last_name": "26", "social_name": "Estudante 26", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e26.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 28, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e27@amadeus.br", "username":  "e", "last_name": "27", "social_name": "Estudante 27", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e27.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 29, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e28@amadeus.br", "username":  "e", "last_name": "28", "social_name": "Estudante 28", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e28.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 30, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e29@amadeus.br", "username":  "e", "last_name": "29", "social_name": "Estudante 29", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e29.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 31, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e30@amadeus.br", "username":  "e", "last_name": "30", "social_name": "Estudante 30", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e30.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 32, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e31@amadeus.br", "username":  "e", "last_name": "31", "social_name": "Estudante 31", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e31.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 33, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e32@amadeus.br", "username":  "e", "last_name": "32", "social_name": "Estudante 32", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e32.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 34, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e33@amadeus.br", "username":  "e", "last_name": "33", "social_name": "Estudante 33", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e33.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 35, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e34@amadeus.br", "username":  "e", "last_name": "34", "social_name": "Estudante 34", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e34.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 36, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e35@amadeus.br", "username":  "e", "last_name": "35", "social_name": "Estudante 35", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e35.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 37, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e36@amadeus.br", "username":  "e", "last_name": "36", "social_name": "Estudante 36", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e36.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 38, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e37@amadeus.br", "username":  "e", "last_name": "37", "social_name": "Estudante 37", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e37.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 39, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e38@amadeus.br", "username":  "e", "last_name": "38", "social_name": "Estudante 38", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e38.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 40, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e39@amadeus.br", "username":  "e", "last_name": "39", "social_name": "Estudante 39", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e39.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 41, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e40@amadeus.br", "username":  "e", "last_name": "40", "social_name": "Estudante 40", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e40.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 42, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e41@amadeus.br", "username":  "e", "last_name": "41", "social_name": "Estudante 41", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e41.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 43, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e42@amadeus.br", "username":  "e", "last_name": "42", "social_name": "Estudante 42", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e42.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 44, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e43@amadeus.br", "username":  "e", "last_name": "43", "social_name": "Estudante 43", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e43.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 45, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e44@amadeus.br", "username":  "e", "last_name": "44", "social_name": "Estudante 44", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e44.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 46, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e45@amadeus.br", "username":  "e", "last_name": "45", "social_name": "Estudante 45", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e45.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 47, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e46@amadeus.br", "username":  "e", "last_name": "46", "social_name": "Estudante 46", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e46.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 48, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e47@amadeus.br", "username":  "e", "last_name": "47", "social_name": "Estudante 47", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e47.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 49, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e48@amadeus.br", "username":  "e", "last_name": "48", "social_name": "Estudante 48", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e48.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 50, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e49@amadeus.br", "username":  "e", "last_name": "49", "social_name": "Estudante 49", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e49.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 51, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e50@amadeus.br", "username":  "e", "last_name": "50", "social_name": "Estudante 50", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e50.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 52, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e51@amadeus.br", "username":  "e", "last_name": "51", "social_name": "Estudante 51", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e51.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 53, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e52@amadeus.br", "username":  "e", "last_name": "52", "social_name": "Estudante 52", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e52.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 54, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e53@amadeus.br", "username":  "e", "last_name": "53", "social_name": "Estudante 53", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e53.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 55, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e54@amadeus.br", "username":  "e", "last_name": "54", "social_name": "Estudante 54", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e54.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 56, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e55@amadeus.br", "username":  "e", "last_name": "55", "social_name": "Estudante 55", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e55.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 57, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e56@amadeus.br", "username":  "e", "last_name": "56", "social_name": "Estudante 56", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e56.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 58, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e57@amadeus.br", "username":  "e", "last_name": "57", "social_name": "Estudante 57", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e57.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 59, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e58@amadeus.br", "username":  "e", "last_name": "58", "social_name": "Estudante 58", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e58.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 60, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e59@amadeus.br", "username":  "e", "last_name": "59", "social_name": "Estudante 59", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e59.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 61, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e60@amadeus.br", "username":  "e", "last_name": "60", "social_name": "Estudante 60", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e60.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 62, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e61@amadeus.br", "username":  "e", "last_name": "61", "social_name": "Estudante 61", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e61.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 63, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e62@amadeus.br", "username":  "e", "last_name": "62", "social_name": "Estudante 62", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e62.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 64, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e63@amadeus.br", "username":  "e", "last_name": "63", "social_name": "Estudante 63", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e63.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 65, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e64@amadeus.br", "username":  "e", "last_name": "64", "social_name": "Estudante 64", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e64.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 66, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e65@amadeus.br", "username":  "e", "last_name": "65", "social_name": "Estudante 65", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e65.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 67, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e66@amadeus.br", "username":  "e", "last_name": "66", "social_name": "Estudante 66", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e66.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 68, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e67@amadeus.br", "username":  "e", "last_name": "67", "social_name": "Estudante 67", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e67.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 69, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e68@amadeus.br", "username":  "e", "last_name": "68", "social_name": "Estudante 68", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e68.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 70, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e69@amadeus.br", "username":  "e", "last_name": "69", "social_name": "Estudante 69", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e69.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 71, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e70@amadeus.br", "username":  "e", "last_name": "70", "social_name": "Estudante 70", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e70.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 72, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e71@amadeus.br", "username":  "e", "last_name": "71", "social_name": "Estudante 71", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e71.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 73, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e72@amadeus.br", "username":  "e", "last_name": "72", "social_name": "Estudante 72", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e72.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 74, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e73@amadeus.br", "username":  "e", "last_name": "73", "social_name": "Estudante 73", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e73.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 75, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e74@amadeus.br", "username":  "e", "last_name": "74", "social_name": "Estudante 74", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e74.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 76, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e75@amadeus.br", "username":  "e", "last_name": "75", "social_name": "Estudante 75", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e75.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 77, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e76@amadeus.br", "username":  "e", "last_name": "76", "social_name": "Estudante 76", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e76.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 78, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e77@amadeus.br", "username":  "e", "last_name": "77", "social_name": "Estudante 77", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e77.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 79, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e78@amadeus.br", "username":  "e", "last_name": "78", "social_name": "Estudante 78", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e78.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 80, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e79@amadeus.br", "username":  "e", "last_name": "79", "social_name": "Estudante 79", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e79.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 81, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e80@amadeus.br", "username":  "e", "last_name": "80", "social_name": "Estudante 80", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e80.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 82, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e81@amadeus.br", "username":  "e", "last_name": "81", "social_name": "Estudante 81", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e81.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 83, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e82@amadeus.br", "username":  "e", "last_name": "82", "social_name": "Estudante 82", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e82.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 84, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e83@amadeus.br", "username":  "e", "last_name": "83", "social_name": "Estudante 83", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e83.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 85, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e84@amadeus.br", "username":  "e", "last_name": "84", "social_name": "Estudante 84", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e84.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 86, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e85@amadeus.br", "username":  "e", "last_name": "85", "social_name": "Estudante 85", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e85.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 87, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e86@amadeus.br", "username":  "e", "last_name": "86", "social_name": "Estudante 86", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e86.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 88, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e87@amadeus.br", "username":  "e", "last_name": "87", "social_name": "Estudante 87", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e87.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 89, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e88@amadeus.br", "username":  "e", "last_name": "88", "social_name": "Estudante 88", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e88.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 90, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e89@amadeus.br", "username":  "e", "last_name": "89", "social_name": "Estudante 89", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e89.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 91, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e90@amadeus.br", "username":  "e", "last_name": "90", "social_name": "Estudante 90", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e90.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 92, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e91@amadeus.br", "username":  "e", "last_name": "91", "social_name": "Estudante 91", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e91.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 93, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e92@amadeus.br", "username":  "e", "last_name": "92", "social_name": "Estudante 92", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e92.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 94, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e93@amadeus.br", "username":  "e", "last_name": "93", "social_name": "Estudante 93", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e93.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 95, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e94@amadeus.br", "username":  "e", "last_name": "94", "social_name": "Estudante 94", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e94.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 96, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e95@amadeus.br", "username":  "e", "last_name": "95", "social_name": "Estudante 95", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e95.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 97, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e96@amadeus.br", "username":  "e", "last_name": "96", "social_name": "Estudante 96", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e96.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 98, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e97@amadeus.br", "username":  "e", "last_name": "97", "social_name": "Estudante 97", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e97.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 99, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e98@amadeus.br", "username":  "e", "last_name": "98", "social_name": "Estudante 98", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e98.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 100, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e99@amadeus.br", "username":  "e", "last_name": "99", "social_name": "Estudante 99", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e99.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 101, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e100@amadeus.br", "username":  "e", "last_name": "100", "social_name": "Estudante 100", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e100.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 102, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e101@amadeus.br", "username":  "e", "last_name": "101", "social_name": "Estudante 101", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e101.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 103, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e102@amadeus.br", "username":  "e", "last_name": "102", "social_name": "Estudante 102", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e102.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 104, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e103@amadeus.br", "username":  "e", "last_name": "103", "social_name": "Estudante 103", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e103.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 105, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e104@amadeus.br", "username":  "e", "last_name": "104", "social_name": "Estudante 104", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e104.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 106, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e105@amadeus.br", "username":  "e", "last_name": "105", "social_name": "Estudante 105", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e105.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 107, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e106@amadeus.br", "username":  "e", "last_name": "106", "social_name": "Estudante 106", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e106.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 108, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e107@amadeus.br", "username":  "e", "last_name": "107", "social_name": "Estudante 107", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e107.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 109, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e108@amadeus.br", "username":  "e", "last_name": "108", "social_name": "Estudante 108", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e108.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 110, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e109@amadeus.br", "username":  "e", "last_name": "109", "social_name": "Estudante 109", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e109.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 111, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e110@amadeus.br", "username":  "e", "last_name": "110", "social_name": "Estudante 110", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e110.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 112, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e111@amadeus.br", "username":  "e", "last_name": "111", "social_name": "Estudante 111", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e111.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 113, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e112@amadeus.br", "username":  "e", "last_name": "112", "social_name": "Estudante 112", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e112.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 114, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e113@amadeus.br", "username":  "e", "last_name": "113", "social_name": "Estudante 113", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e113.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 115, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e114@amadeus.br", "username":  "e", "last_name": "114", "social_name": "Estudante 114", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e114.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 116, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e115@amadeus.br", "username":  "e", "last_name": "115", "social_name": "Estudante 115", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e115.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 117, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e116@amadeus.br", "username":  "e", "last_name": "116", "social_name": "Estudante 116", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e116.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 118, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e117@amadeus.br", "username":  "e", "last_name": "117", "social_name": "Estudante 117", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e117.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 119, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e118@amadeus.br", "username":  "e", "last_name": "118", "social_name": "Estudante 118", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e118.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 120, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e119@amadeus.br", "username":  "e", "last_name": "119", "social_name": "Estudante 119", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e119.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 121, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e120@amadeus.br", "username":  "e", "last_name": "120", "social_name": "Estudante 120", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e120.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 122, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e121@amadeus.br", "username":  "e", "last_name": "121", "social_name": "Estudante 121", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e121.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 123, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e122@amadeus.br", "username":  "e", "last_name": "122", "social_name": "Estudante 122", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e122.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 124, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e123@amadeus.br", "username":  "e", "last_name": "123", "social_name": "Estudante 123", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e123.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 125, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e124@amadeus.br", "username":  "e", "last_name": "124", "social_name": "Estudante 124", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e124.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 126, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e125@amadeus.br", "username":  "e", "last_name": "125", "social_name": "Estudante 125", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e125.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 127, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e126@amadeus.br", "username":  "e", "last_name": "126", "social_name": "Estudante 126", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e126.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 128, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e127@amadeus.br", "username":  "e", "last_name": "127", "social_name": "Estudante 127", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e127.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 129, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e128@amadeus.br", "username":  "e", "last_name": "128", "social_name": "Estudante 128", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e128.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 130, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e129@amadeus.br", "username":  "e", "last_name": "129", "social_name": "Estudante 129", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e129.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 131, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e130@amadeus.br", "username":  "e", "last_name": "130", "social_name": "Estudante 130", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e130.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 132, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e131@amadeus.br", "username":  "e", "last_name": "131", "social_name": "Estudante 131", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e131.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 133, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e132@amadeus.br", "username":  "e", "last_name": "132", "social_name": "Estudante 132", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e132.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 134, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e133@amadeus.br", "username":  "e", "last_name": "133", "social_name": "Estudante 133", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e133.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 135, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e134@amadeus.br", "username":  "e", "last_name": "134", "social_name": "Estudante 134", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e134.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 136, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e135@amadeus.br", "username":  "e", "last_name": "135", "social_name": "Estudante 135", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e135.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 137, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e136@amadeus.br", "username":  "e", "last_name": "136", "social_name": "Estudante 136", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e136.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 138, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e137@amadeus.br", "username":  "e", "last_name": "137", "social_name": "Estudante 137", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e137.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 139, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e138@amadeus.br", "username":  "e", "last_name": "138", "social_name": "Estudante 138", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e138.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 140, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e139@amadeus.br", "username":  "e", "last_name": "139", "social_name": "Estudante 139", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e139.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 141, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e140@amadeus.br", "username":  "e", "last_name": "140", "social_name": "Estudante 140", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e140.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 142, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e141@amadeus.br", "username":  "e", "last_name": "141", "social_name": "Estudante 141", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e141.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 143, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e142@amadeus.br", "username":  "e", "last_name": "142", "social_name": "Estudante 142", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e142.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 144, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e143@amadeus.br", "username":  "e", "last_name": "143", "social_name": "Estudante 143", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e143.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 145, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e144@amadeus.br", "username":  "e", "last_name": "144", "social_name": "Estudante 144", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e144.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 146, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e145@amadeus.br", "username":  "e", "last_name": "145", "social_name": "Estudante 145", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e145.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 147, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e146@amadeus.br", "username":  "e", "last_name": "146", "social_name": "Estudante 146", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e146.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 148, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e147@amadeus.br", "username":  "e", "last_name": "147", "social_name": "Estudante 147", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e147.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 149, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e148@amadeus.br", "username":  "e", "last_name": "148", "social_name": "Estudante 148", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e148.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 150, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e149@amadeus.br", "username":  "e", "last_name": "149", "social_name": "Estudante 149", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e149.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 151, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e150@amadeus.br", "username":  "e", "last_name": "150", "social_name": "Estudante 150", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e150.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 152, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e151@amadeus.br", "username":  "e", "last_name": "151", "social_name": "Estudante 151", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e151.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 153, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e152@amadeus.br", "username":  "e", "last_name": "152", "social_name": "Estudante 152", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e152.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 154, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e153@amadeus.br", "username":  "e", "last_name": "153", "social_name": "Estudante 153", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e153.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 155, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e154@amadeus.br", "username":  "e", "last_name": "154", "social_name": "Estudante 154", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e154.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 156, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e155@amadeus.br", "username":  "e", "last_name": "155", "social_name": "Estudante 155", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e155.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 157, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e156@amadeus.br", "username":  "e", "last_name": "156", "social_name": "Estudante 156", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e156.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 158, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e157@amadeus.br", "username":  "e", "last_name": "157", "social_name": "Estudante 157", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e157.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 159, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e158@amadeus.br", "username":  "e", "last_name": "158", "social_name": "Estudante 158", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e158.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 160, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e159@amadeus.br", "username":  "e", "last_name": "159", "social_name": "Estudante 159", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e159.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 161, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e160@amadeus.br", "username":  "e", "last_name": "160", "social_name": "Estudante 160", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e160.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 162, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e161@amadeus.br", "username":  "e", "last_name": "161", "social_name": "Estudante 161", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e161.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 163, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e162@amadeus.br", "username":  "e", "last_name": "162", "social_name": "Estudante 162", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e162.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 164, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e163@amadeus.br", "username":  "e", "last_name": "163", "social_name": "Estudante 163", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e163.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 165, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e164@amadeus.br", "username":  "e", "last_name": "164", "social_name": "Estudante 164", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e164.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 166, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e165@amadeus.br", "username":  "e", "last_name": "165", "social_name": "Estudante 165", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e165.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 167, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e166@amadeus.br", "username":  "e", "last_name": "166", "social_name": "Estudante 166", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e166.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 168, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e167@amadeus.br", "username":  "e", "last_name": "167", "social_name": "Estudante 167", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e167.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 169, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e168@amadeus.br", "username":  "e", "last_name": "168", "social_name": "Estudante 168", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e168.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 170, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e169@amadeus.br", "username":  "e", "last_name": "169", "social_name": "Estudante 169", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e169.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 171, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e170@amadeus.br", "username":  "e", "last_name": "170", "social_name": "Estudante 170", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e170.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 172, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e171@amadeus.br", "username":  "e", "last_name": "171", "social_name": "Estudante 171", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e171.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 173, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e172@amadeus.br", "username":  "e", "last_name": "172", "social_name": "Estudante 172", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e172.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 174, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e173@amadeus.br", "username":  "e", "last_name": "173", "social_name": "Estudante 173", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e173.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 175, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e174@amadeus.br", "username":  "e", "last_name": "174", "social_name": "Estudante 174", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e174.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 176, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e175@amadeus.br", "username":  "e", "last_name": "175", "social_name": "Estudante 175", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e175.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 177, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e176@amadeus.br", "username":  "e", "last_name": "176", "social_name": "Estudante 176", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e176.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 178, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e177@amadeus.br", "username":  "e", "last_name": "177", "social_name": "Estudante 177", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e177.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 179, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e178@amadeus.br", "username":  "e", "last_name": "178", "social_name": "Estudante 178", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e178.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 180, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e179@amadeus.br", "username":  "e", "last_name": "179", "social_name": "Estudante 179", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e179.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 181, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e180@amadeus.br", "username":  "e", "last_name": "180", "social_name": "Estudante 180", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e180.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 182, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e181@amadeus.br", "username":  "e", "last_name": "181", "social_name": "Estudante 181", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e181.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 183, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e182@amadeus.br", "username":  "e", "last_name": "182", "social_name": "Estudante 182", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e182.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 184, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e183@amadeus.br", "username":  "e", "last_name": "183", "social_name": "Estudante 183", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e183.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 185, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e184@amadeus.br", "username":  "e", "last_name": "184", "social_name": "Estudante 184", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e184.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 186, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e185@amadeus.br", "username":  "e", "last_name": "185", "social_name": "Estudante 185", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e185.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 187, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e186@amadeus.br", "username":  "e", "last_name": "186", "social_name": "Estudante 186", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e186.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 188, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e187@amadeus.br", "username":  "e", "last_name": "187", "social_name": "Estudante 187", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e187.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 189, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e188@amadeus.br", "username":  "e", "last_name": "188", "social_name": "Estudante 188", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e188.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 190, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e189@amadeus.br", "username":  "e", "last_name": "189", "social_name": "Estudante 189", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e189.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 191, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e190@amadeus.br", "username":  "e", "last_name": "190", "social_name": "Estudante 190", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e190.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 192, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e191@amadeus.br", "username":  "e", "last_name": "191", "social_name": "Estudante 191", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e191.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 193, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e192@amadeus.br", "username":  "e", "last_name": "192", "social_name": "Estudante 192", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e192.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 194, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e193@amadeus.br", "username":  "e", "last_name": "193", "social_name": "Estudante 193", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e193.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 195, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e194@amadeus.br", "username":  "e", "last_name": "194", "social_name": "Estudante 194", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e194.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 196, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e195@amadeus.br", "username":  "e", "last_name": "195", "social_name": "Estudante 195", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e195.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 197, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e196@amadeus.br", "username":  "e", "last_name": "196", "social_name": "Estudante 196", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e196.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 198, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e197@amadeus.br", "username":  "e", "last_name": "197", "social_name": "Estudante 197", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e197.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 199, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e198@amadeus.br", "username":  "e", "last_name": "198", "social_name": "Estudante 198", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e198.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 200, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e199@amadeus.br", "username":  "e", "last_name": "199", "social_name": "Estudante 199", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e199.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 201, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e200@amadeus.br", "username":  "e", "last_name": "200", "social_name": "Estudante 200", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e200.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 202, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e201@amadeus.br", "username":  "e", "last_name": "201", "social_name": "Estudante 201", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e201.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 203, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e202@amadeus.br", "username":  "e", "last_name": "202", "social_name": "Estudante 202", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e202.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 204, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e203@amadeus.br", "username":  "e", "last_name": "203", "social_name": "Estudante 203", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e203.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 205, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e204@amadeus.br", "username":  "e", "last_name": "204", "social_name": "Estudante 204", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e204.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 206, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e205@amadeus.br", "username":  "e", "last_name": "205", "social_name": "Estudante 205", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e205.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 207, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e206@amadeus.br", "username":  "e", "last_name": "206", "social_name": "Estudante 206", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e206.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 208, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e207@amadeus.br", "username":  "e", "last_name": "207", "social_name": "Estudante 207", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e207.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 209, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e208@amadeus.br", "username":  "e", "last_name": "208", "social_name": "Estudante 208", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e208.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 210, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e209@amadeus.br", "username":  "e", "last_name": "209", "social_name": "Estudante 209", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e209.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 211, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e210@amadeus.br", "username":  "e", "last_name": "210", "social_name": "Estudante 210", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e210.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 212, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e211@amadeus.br", "username":  "e", "last_name": "211", "social_name": "Estudante 211", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e211.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 213, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e212@amadeus.br", "username":  "e", "last_name": "212", "social_name": "Estudante 212", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e212.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 214, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e213@amadeus.br", "username":  "e", "last_name": "213", "social_name": "Estudante 213", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e213.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 215, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e214@amadeus.br", "username":  "e", "last_name": "214", "social_name": "Estudante 214", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e214.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 216, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e215@amadeus.br", "username":  "e", "last_name": "215", "social_name": "Estudante 215", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e215.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 217, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e216@amadeus.br", "username":  "e", "last_name": "216", "social_name": "Estudante 216", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e216.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 218, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e217@amadeus.br", "username":  "e", "last_name": "217", "social_name": "Estudante 217", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e217.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 219, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e218@amadeus.br", "username":  "e", "last_name": "218", "social_name": "Estudante 218", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e218.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 220, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e219@amadeus.br", "username":  "e", "last_name": "219", "social_name": "Estudante 219", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e219.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 221, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e220@amadeus.br", "username":  "e", "last_name": "220", "social_name": "Estudante 220", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e220.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 222, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e221@amadeus.br", "username":  "e", "last_name": "221", "social_name": "Estudante 221", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e221.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 223, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e222@amadeus.br", "username":  "e", "last_name": "222", "social_name": "Estudante 222", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e222.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 224, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e223@amadeus.br", "username":  "e", "last_name": "223", "social_name": "Estudante 223", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e223.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 225, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e224@amadeus.br", "username":  "e", "last_name": "224", "social_name": "Estudante 224", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e224.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 226, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e225@amadeus.br", "username":  "e", "last_name": "225", "social_name": "Estudante 225", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e225.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 227, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e226@amadeus.br", "username":  "e", "last_name": "226", "social_name": "Estudante 226", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e226.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 228, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e227@amadeus.br", "username":  "e", "last_name": "227", "social_name": "Estudante 227", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e227.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 229, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e228@amadeus.br", "username":  "e", "last_name": "228", "social_name": "Estudante 228", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e228.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 230, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e229@amadeus.br", "username":  "e", "last_name": "229", "social_name": "Estudante 229", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e229.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 231, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e230@amadeus.br", "username":  "e", "last_name": "230", "social_name": "Estudante 230", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e230.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 232, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e231@amadeus.br", "username":  "e", "last_name": "231", "social_name": "Estudante 231", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e231.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 233, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e232@amadeus.br", "username":  "e", "last_name": "232", "social_name": "Estudante 232", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e232.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 234, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e233@amadeus.br", "username":  "e", "last_name": "233", "social_name": "Estudante 233", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e233.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 235, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e234@amadeus.br", "username":  "e", "last_name": "234", "social_name": "Estudante 234", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e234.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 236, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e235@amadeus.br", "username":  "e", "last_name": "235", "social_name": "Estudante 235", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e235.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 237, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e236@amadeus.br", "username":  "e", "last_name": "236", "social_name": "Estudante 236", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e236.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 238, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e237@amadeus.br", "username":  "e", "last_name": "237", "social_name": "Estudante 237", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e237.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 239, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e238@amadeus.br", "username":  "e", "last_name": "238", "social_name": "Estudante 238", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e238.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 240, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e239@amadeus.br", "username":  "e", "last_name": "239", "social_name": "Estudante 239", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e239.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 241, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e240@amadeus.br", "username":  "e", "last_name": "240", "social_name": "Estudante 240", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e240.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 242, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e241@amadeus.br", "username":  "e", "last_name": "241", "social_name": "Estudante 241", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e241.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 243, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e242@amadeus.br", "username":  "e", "last_name": "242", "social_name": "Estudante 242", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e242.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 244, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e243@amadeus.br", "username":  "e", "last_name": "243", "social_name": "Estudante 243", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e243.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 245, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e244@amadeus.br", "username":  "e", "last_name": "244", "social_name": "Estudante 244", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e244.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 246, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e245@amadeus.br", "username":  "e", "last_name": "245", "social_name": "Estudante 245", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e245.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 247, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e246@amadeus.br", "username":  "e", "last_name": "246", "social_name": "Estudante 246", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e246.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 248, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e247@amadeus.br", "username":  "e", "last_name": "247", "social_name": "Estudante 247", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e247.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 249, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e248@amadeus.br", "username":  "e", "last_name": "248", "social_name": "Estudante 248", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e248.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 250, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e249@amadeus.br", "username":  "e", "last_name": "249", "social_name": "Estudante 249", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e249.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 251, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e250@amadeus.br", "username":  "e", "last_name": "250", "social_name": "Estudante 250", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e250.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 252, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e251@amadeus.br", "username":  "e", "last_name": "251", "social_name": "Estudante 251", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e251.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 253, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e252@amadeus.br", "username":  "e", "last_name": "252", "social_name": "Estudante 252", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e252.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 254, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e253@amadeus.br", "username":  "e", "last_name": "253", "social_name": "Estudante 253", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e253.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 255, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e254@amadeus.br", "username":  "e", "last_name": "254", "social_name": "Estudante 254", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e254.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 256, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e255@amadeus.br", "username":  "e", "last_name": "255", "social_name": "Estudante 255", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e255.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 257, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e256@amadeus.br", "username":  "e", "last_name": "256", "social_name": "Estudante 256", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e256.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 258, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e257@amadeus.br", "username":  "e", "last_name": "257", "social_name": "Estudante 257", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e257.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 259, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e258@amadeus.br", "username":  "e", "last_name": "258", "social_name": "Estudante 258", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e258.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 260, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e259@amadeus.br", "username":  "e", "last_name": "259", "social_name": "Estudante 259", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e259.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 261, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e260@amadeus.br", "username":  "e", "last_name": "260", "social_name": "Estudante 260", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e260.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 262, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e261@amadeus.br", "username":  "e", "last_name": "261", "social_name": "Estudante 261", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e261.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 263, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e262@amadeus.br", "username":  "e", "last_name": "262", "social_name": "Estudante 262", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e262.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 264, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e263@amadeus.br", "username":  "e", "last_name": "263", "social_name": "Estudante 263", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e263.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 265, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e264@amadeus.br", "username":  "e", "last_name": "264", "social_name": "Estudante 264", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e264.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 266, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e265@amadeus.br", "username":  "e", "last_name": "265", "social_name": "Estudante 265", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e265.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 267, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e266@amadeus.br", "username":  "e", "last_name": "266", "social_name": "Estudante 266", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e266.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 268, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e267@amadeus.br", "username":  "e", "last_name": "267", "social_name": "Estudante 267", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e267.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 269, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e268@amadeus.br", "username":  "e", "last_name": "268", "social_name": "Estudante 268", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e268.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 270, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e269@amadeus.br", "username":  "e", "last_name": "269", "social_name": "Estudante 269", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e269.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 271, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e270@amadeus.br", "username":  "e", "last_name": "270", "social_name": "Estudante 270", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e270.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 272, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e271@amadeus.br", "username":  "e", "last_name": "271", "social_name": "Estudante 271", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e271.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 273, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e272@amadeus.br", "username":  "e", "last_name": "272", "social_name": "Estudante 272", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e272.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 274, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e273@amadeus.br", "username":  "e", "last_name": "273", "social_name": "Estudante 273", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e273.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 275, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e274@amadeus.br", "username":  "e", "last_name": "274", "social_name": "Estudante 274", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e274.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 276, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e275@amadeus.br", "username":  "e", "last_name": "275", "social_name": "Estudante 275", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e275.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 277, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e276@amadeus.br", "username":  "e", "last_name": "276", "social_name": "Estudante 276", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e276.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 278, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e277@amadeus.br", "username":  "e", "last_name": "277", "social_name": "Estudante 277", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e277.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 279, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e278@amadeus.br", "username":  "e", "last_name": "278", "social_name": "Estudante 278", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e278.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 280, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e279@amadeus.br", "username":  "e", "last_name": "279", "social_name": "Estudante 279", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e279.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 281, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e280@amadeus.br", "username":  "e", "last_name": "280", "social_name": "Estudante 280", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e280.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 282, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e281@amadeus.br", "username":  "e", "last_name": "281", "social_name": "Estudante 281", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e281.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 283, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e282@amadeus.br", "username":  "e", "last_name": "282", "social_name": "Estudante 282", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e282.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 284, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e283@amadeus.br", "username":  "e", "last_name": "283", "social_name": "Estudante 283", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e283.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 285, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e284@amadeus.br", "username":  "e", "last_name": "284", "social_name": "Estudante 284", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e284.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 286, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e285@amadeus.br", "username":  "e", "last_name": "285", "social_name": "Estudante 285", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e285.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 287, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e286@amadeus.br", "username":  "e", "last_name": "286", "social_name": "Estudante 286", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e286.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 288, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e287@amadeus.br", "username":  "e", "last_name": "287", "social_name": "Estudante 287", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e287.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 289, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e288@amadeus.br", "username":  "e", "last_name": "288", "social_name": "Estudante 288", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e288.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 290, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e289@amadeus.br", "username":  "e", "last_name": "289", "social_name": "Estudante 289", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e289.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 291, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e290@amadeus.br", "username":  "e", "last_name": "290", "social_name": "Estudante 290", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e290.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 292, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e291@amadeus.br", "username":  "e", "last_name": "291", "social_name": "Estudante 291", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e291.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 293, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e292@amadeus.br", "username":  "e", "last_name": "292", "social_name": "Estudante 292", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e292.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 294, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e293@amadeus.br", "username":  "e", "last_name": "293", "social_name": "Estudante 293", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e293.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 295, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e294@amadeus.br", "username":  "e", "last_name": "294", "social_name": "Estudante 294", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e294.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 296, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e295@amadeus.br", "username":  "e", "last_name": "295", "social_name": "Estudante 295", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e295.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 297, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e296@amadeus.br", "username":  "e", "last_name": "296", "social_name": "Estudante 296", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e296.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 298, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e297@amadeus.br", "username":  "e", "last_name": "297", "social_name": "Estudante 297", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e297.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 299, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e298@amadeus.br", "username":  "e", "last_name": "298", "social_name": "Estudante 298", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e298.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 300, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e299@amadeus.br", "username":  "e", "last_name": "299", "social_name": "Estudante 299", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e299.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 301, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "e300@amadeus.br", "username":  "e", "last_name": "300", "social_name": "Estudante 300", "description": "<p>Estudante da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/e300.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 302, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p1@amadeus.br", "username":  "p", "last_name": "1", "social_name": "Professor(a) 1", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p1.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 303, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p2@amadeus.br", "username":  "p", "last_name": "2", "social_name": "Professor(a) 2", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p2.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 304, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p3@amadeus.br", "username":  "p", "last_name": "3", "social_name": "Professor(a) 3", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p3.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 305, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p4@amadeus.br", "username":  "p", "last_name": "4", "social_name": "Professor(a) 4", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p4.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 306, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p5@amadeus.br", "username":  "p", "last_name": "5", "social_name": "Professor(a) 5", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p5.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 307, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p6@amadeus.br", "username":  "p", "last_name": "6", "social_name": "Professor(a) 6", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p6.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 308, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p7@amadeus.br", "username":  "p", "last_name": "7", "social_name": "Professor(a) 7", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p7.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 309, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p8@amadeus.br", "username":  "p", "last_name": "8", "social_name": "Professor(a) 8", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p8.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 310, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p9@amadeus.br", "username":  "p", "last_name": "9", "social_name": "Professor(a) 9", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p9.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 311, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p10@amadeus.br", "username":  "p", "last_name": "10", "social_name": "Professor(a) 10", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p10.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 312, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p11@amadeus.br", "username":  "p", "last_name": "11", "social_name": "Professor(a) 11", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p11.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 313, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p12@amadeus.br", "username":  "p", "last_name": "12", "social_name": "Professor(a) 12", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p12.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 314, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p13@amadeus.br", "username":  "p", "last_name": "13", "social_name": "Professor(a) 13", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p13.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 315, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p14@amadeus.br", "username":  "p", "last_name": "14", "social_name": "Professor(a) 14", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p14.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 316, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p15@amadeus.br", "username":  "p", "last_name": "15", "social_name": "Professor(a) 15", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p15.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 317, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p16@amadeus.br", "username":  "p", "last_name": "16", "social_name": "Professor(a) 16", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p16.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 318, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p17@amadeus.br", "username":  "p", "last_name": "17", "social_name": "Professor(a) 17", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p17.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 319, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p18@amadeus.br", "username":  "p", "last_name": "18", "social_name": "Professor(a) 18", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p18.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 320, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p19@amadeus.br", "username":  "p", "last_name": "19", "social_name": "Professor(a) 19", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p19.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 321, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p20@amadeus.br", "username":  "p", "last_name": "20", "social_name": "Professor(a) 20", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p20.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 322, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p21@amadeus.br", "username":  "p", "last_name": "21", "social_name": "Professor(a) 21", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p21.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 323, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p22@amadeus.br", "username":  "p", "last_name": "22", "social_name": "Professor(a) 22", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p22.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 324, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p23@amadeus.br", "username":  "p", "last_name": "23", "social_name": "Professor(a) 23", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p23.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 325, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p24@amadeus.br", "username":  "p", "last_name": "24", "social_name": "Professor(a) 24", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p24.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 326, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p25@amadeus.br", "username":  "p", "last_name": "25", "social_name": "Professor(a) 25", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p25.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 327, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p26@amadeus.br", "username":  "p", "last_name": "26", "social_name": "Professor(a) 26", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p26.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 328, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p27@amadeus.br", "username":  "p", "last_name": "27", "social_name": "Professor(a) 27", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p27.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 329, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p28@amadeus.br", "username":  "p", "last_name": "28", "social_name": "Professor(a) 28", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p28.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 330, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p29@amadeus.br", "username":  "p", "last_name": "29", "social_name": "Professor(a) 29", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p29.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 331, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p30@amadeus.br", "username":  "p", "last_name": "30", "social_name": "Professor(a) 30", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p30.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 332, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p31@amadeus.br", "username":  "p", "last_name": "31", "social_name": "Professor(a) 31", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p31.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 333, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p32@amadeus.br", "username":  "p", "last_name": "32", "social_name": "Professor(a) 32", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p32.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 334, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p33@amadeus.br", "username":  "p", "last_name": "33", "social_name": "Professor(a) 33", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p33.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 335, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p34@amadeus.br", "username":  "p", "last_name": "34", "social_name": "Professor(a) 34", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p34.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 336, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p35@amadeus.br", "username":  "p", "last_name": "35", "social_name": "Professor(a) 35", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p35.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 337, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p36@amadeus.br", "username":  "p", "last_name": "36", "social_name": "Professor(a) 36", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p36.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 338, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p37@amadeus.br", "username":  "p", "last_name": "37", "social_name": "Professor(a) 37", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p37.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 339, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p38@amadeus.br", "username":  "p", "last_name": "38", "social_name": "Professor(a) 38", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p38.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 340, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p39@amadeus.br", "username":  "p", "last_name": "39", "social_name": "Professor(a) 39", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p39.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 341, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p40@amadeus.br", "username":  "p", "last_name": "40", "social_name": "Professor(a) 40", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p40.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 342, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p41@amadeus.br", "username":  "p", "last_name": "41", "social_name": "Professor(a) 41", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p41.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 343, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p42@amadeus.br", "username":  "p", "last_name": "42", "social_name": "Professor(a) 42", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p42.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 344, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p43@amadeus.br", "username":  "p", "last_name": "43", "social_name": "Professor(a) 43", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p43.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 345, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p44@amadeus.br", "username":  "p", "last_name": "44", "social_name": "Professor(a) 44", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p44.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 346, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p45@amadeus.br", "username":  "p", "last_name": "45", "social_name": "Professor(a) 45", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p45.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 347, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p46@amadeus.br", "username":  "p", "last_name": "46", "social_name": "Professor(a) 46", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p46.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 348, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p47@amadeus.br", "username":  "p", "last_name": "47", "social_name": "Professor(a) 47", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p47.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 349, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p48@amadeus.br", "username":  "p", "last_name": "48", "social_name": "Professor(a) 48", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p48.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 350, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p49@amadeus.br", "username":  "p", "last_name": "49", "social_name": "Professor(a) 49", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p49.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 351, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "p50@amadeus.br", "username":  "p", "last_name": "50", "social_name": "Professor(a) 50", "description": "<p>Docente da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/p50.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 352, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c1@amadeus.br", "username":  "c", "last_name": "1", "social_name": "Coordenador(a) 1", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c1.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 353, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c2@amadeus.br", "username":  "c", "last_name": "2", "social_name": "Coordenador(a) 2", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c2.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 354, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c3@amadeus.br", "username":  "c", "last_name": "3", "social_name": "Coordenador(a) 3", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c3.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 355, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c4@amadeus.br", "username":  "c", "last_name": "4", "social_name": "Coordenador(a) 4", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c4.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 356, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c5@amadeus.br", "username":  "c", "last_name": "5", "social_name": "Coordenador(a) 5", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c5.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 357, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c6@amadeus.br", "username":  "c", "last_name": "6", "social_name": "Coordenador(a) 6", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c6.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 358, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c7@amadeus.br", "username":  "c", "last_name": "7", "social_name": "Coordenador(a) 7", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c7.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 359, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c8@amadeus.br", "username":  "c", "last_name": "8", "social_name": "Coordenador(a) 8", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c8.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 360, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c9@amadeus.br", "username":  "c", "last_name": "9", "social_name": "Coordenador(a) 9", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c9.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 361, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c10@amadeus.br", "username":  "c", "last_name": "10", "social_name": "Coordenador(a) 10", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c10.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 362, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c11@amadeus.br", "username":  "c", "last_name": "11", "social_name": "Coordenador(a) 11", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c11.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 363, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c12@amadeus.br", "username":  "c", "last_name": "12", "social_name": "Coordenador(a) 12", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c12.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 364, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c13@amadeus.br", "username":  "c", "last_name": "13", "social_name": "Coordenador(a) 13", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c13.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 365, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c14@amadeus.br", "username":  "c", "last_name": "14", "social_name": "Coordenador(a) 14", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c14.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 366, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c15@amadeus.br", "username":  "c", "last_name": "15", "social_name": "Coordenador(a) 15", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c15.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 367, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c16@amadeus.br", "username":  "c", "last_name": "16", "social_name": "Coordenador(a) 16", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c16.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 368, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c17@amadeus.br", "username":  "c", "last_name": "17", "social_name": "Coordenador(a) 17", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c17.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 369, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c18@amadeus.br", "username":  "c", "last_name": "18", "social_name": "Coordenador(a) 18", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c18.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 370, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c19@amadeus.br", "username":  "c", "last_name": "19", "social_name": "Coordenador(a) 19", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c19.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 371, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c20@amadeus.br", "username":  "c", "last_name": "20", "social_name": "Coordenador(a) 20", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c20.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 372, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c21@amadeus.br", "username":  "c", "last_name": "21", "social_name": "Coordenador(a) 21", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c21.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 373, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c22@amadeus.br", "username":  "c", "last_name": "22", "social_name": "Coordenador(a) 22", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c22.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 374, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c23@amadeus.br", "username":  "c", "last_name": "23", "social_name": "Coordenador(a) 23", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c23.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 375, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c24@amadeus.br", "username":  "c", "last_name": "24", "social_name": "Coordenador(a) 24", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c24.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 376, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c25@amadeus.br", "username":  "c", "last_name": "25", "social_name": "Coordenador(a) 25", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c25.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 377, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c26@amadeus.br", "username":  "c", "last_name": "26", "social_name": "Coordenador(a) 26", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c26.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 378, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c27@amadeus.br", "username":  "c", "last_name": "27", "social_name": "Coordenador(a) 27", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c27.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 379, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c28@amadeus.br", "username":  "c", "last_name": "28", "social_name": "Coordenador(a) 28", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c28.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 380, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c29@amadeus.br", "username":  "c", "last_name": "29", "social_name": "Coordenador(a) 29", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c29.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},
{"model": "users.user", "pk": 381, "fields": {"password": "pbkdf2_sha256$30000$5gbyp9Al3C2n$rroJzhQWFLetSzLJto5kyVC4z2hycFSWhH8uq3lhazI=", "last_login": null, "is_superuser": false, "email": "c30@amadeus.br", "username":  "c", "last_name": "30", "social_name": "Coordenador(a) 30", "description": "<p>Coordenador(a) da Universidade Federal do Vale do São Francisco - <b>UNIVASF</b>.</p>", "image": "users/c30.jpg", "date_created": "2017-01-01", "last_update": "2017-01-01", "show_email": 1, "is_staff": false, "is_active": true, "groups": [], "user_permissions": []}},

{"model": "categories.category", "pk": 1, "fields": {"name": "ADMINISTRAÇÃO", "slug": "administracao", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ADMINISTRAÇÃO</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [353]}},
{"model": "categories.category", "pk": 2, "fields": {"name": "AGRONOMIA", "slug": "agronomia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>AGRONOMIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [354]}},
{"model": "categories.category", "pk": 3, "fields": {"name": "ANTROPOLOGIA", "slug": "antropologia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ANTROPOLOGIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [355]}},
{"model": "categories.category", "pk": 4, "fields": {"name": "ARQUEOLOGIA", "slug": "arqueologia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ARQUEOLOGIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [352,356]}},
{"model": "categories.category", "pk": 5, "fields": {"name": "ARQUITETURA E URBANISMO", "slug": "arquitetura", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ARQUITETURA E URBANISMO</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [357]}},
{"model": "categories.category", "pk": 6, "fields": {"name": "ARTES", "slug": "artes", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ARTES</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [358]}},
{"model": "categories.category", "pk": 7, "fields": {"name": "ASTRONOMIA", "slug": "astronomia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ASTRONOMIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [359]}},
{"model": "categories.category", "pk": 8, "fields": {"name": "CIÊNCIA DA COMPUTAÇÃO", "slug": "ciencia-da-computacao", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>CIÊNCIA DA COMPUTAÇÃO</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [360]}},
{"model": "categories.category", "pk": 9, "fields": {"name": "CIÊNCIAS BIOLÓGICAS", "slug": "ciencias-biologicas", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>CIÊNCIAS BIOLÓGICAS</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [361,352,354]}},
{"model": "categories.category", "pk": 10, "fields": {"name": "COMUNICAÇÃO", "slug": "comunicacao", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>COMUNICAÇÃO</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [362,353]}},
{"model": "categories.category", "pk": 11, "fields": {"name": "DIREITO", "slug": "direito", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>DIREITO</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [363]}},
{"model": "categories.category", "pk": 12, "fields": {"name": "ECONOMIA", "slug": "ecologia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ECONOMIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [364]}},
{"model": "categories.category", "pk": 13, "fields": {"name": "ENFERMAGEM", "slug": "enfermagem", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ENFERMAGEM</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [365]}},
{"model": "categories.category", "pk": 14, "fields": {"name": "ENGENHARIA AGRÍCOLA", "slug": "engenharia-agricola", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ENGENHARIA AGRÍCOLA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [366]}},
{"model": "categories.category", "pk": 15, "fields": {"name": "ENGENHARIA CIVIL", "slug": "engenharia-civil", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ENGENHARIA CIVIL</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [367]}},
{"model": "categories.category", "pk": 16, "fields": {"name": "ENGENHARIA DE MINAS", "slug": "engenharia-de-minas", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ENGENHARIA DE MINAS</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [368]}},
{"model": "categories.category", "pk": 17, "fields": {"name": "ENGENHARIA DE PRODUÇÃO", "slug": "engenharia-de-producao", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ENGENHARIA DE PRODUÇÃO</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [369]}},
{"model": "categories.category", "pk": 18, "fields": {"name": "ENGENHARIA ELÉTRICA", "slug": "engenharia-eletrica", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ENGENHARIA ELÉTRICA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [370]}},
{"model": "categories.category", "pk": 19, "fields": {"name": "ENGENHARIA MECÂNICA", "slug": "engenharia-mecanica", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ENGENHARIA MECÂNICA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [371]}},
{"model": "categories.category", "pk": 20, "fields": {"name": "FARMÁCIA", "slug": "farmacia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>FARMÁCIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [372]}},
{"model": "categories.category", "pk": 21, "fields": {"name": "FILOSOFIA", "slug": "filosofia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>FILOSOFIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [373]}},
{"model": "categories.category", "pk": 22, "fields": {"name": "FÍSICA", "slug": "fisica", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>FÍSICA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [374]}},
{"model": "categories.category", "pk": 23, "fields": {"name": "GEOCIÊNCIAS", "slug": "geociencias", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>GEOCIÊNCIAS</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [375]}},
{"model": "categories.category", "pk": 24, "fields": {"name": "GEOGRAFIA", "slug": "geografia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>GEOGRAFIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [376]}},
{"model": "categories.category", "pk": 25, "fields": {"name": "HISTÓRIA", "slug": "historia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>HISTÓRIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [377]}},
{"model": "categories.category", "pk": 26, "fields": {"name": "LETRAS", "slug": "letras", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>LETRAS</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [378]}},
{"model": "categories.category", "pk": 27, "fields": {"name": "MATEMÁTICA", "slug": "matematica", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>MATEMÁTICA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [379]}},
{"model": "categories.category", "pk": 28, "fields": {"name": "MEDICINA", "slug": "medicina", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>MEDICINA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [380]}},
{"model": "categories.category", "pk": 29, "fields": {"name": "MEDICINA VETERINÁRIA", "slug": "medicina-veterinaria", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>MEDICINA VETERINÁRIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [381,353]}},
{"model": "categories.category", "pk": 30, "fields": {"name": "ODONTOLOGIA", "slug": "odontologia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ODONTOLOGIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [353]}},
{"model": "categories.category", "pk": 31, "fields": {"name": "PROBABILIDADE E ESTATÍSTICA", "slug": "probabilidade-e-estatistica", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>PROBABILIDADE E ESTATÍSTICA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [354]}},
{"model": "categories.category", "pk": 32, "fields": {"name": "PSICOLOGIA", "slug": "psicologia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>PSICOLOGIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [355]}},
{"model": "categories.category", "pk": 33, "fields": {"name": "QUÍMICA", "slug": "quimica", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>QUÍMICA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [356]}},
{"model": "categories.category", "pk": 34, "fields": {"name": "SERVIÇO SOCIAL", "slug": "servico-social", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>SERVIÇO SOCIAL</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [357]}},
{"model": "categories.category", "pk": 35, "fields": {"name": "SOCIOLOGIA", "slug": "sociologia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>SOCIOLOGIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [358]}},
{"model": "categories.category", "pk": 36, "fields": {"name": "TURISMO", "slug": "turismo", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>TURISMO</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [359,353,354]}},
{"model": "categories.category", "pk": 37, "fields": {"name": "ZOOTECNIA", "slug": "zootecnia", "description": "<p>Escreva aqui um parágrafo sobre a categoria <b>ZOOTECNIA</b>.</p>", "visible": true, "create_date": "2017-01-01", "modified_date": "2017-01-01", "coordinators": [360]}},

{"model": "subjects.tag", "pk": 1, "fields": {"name": "ADMINISTRA\u00c7\u00c3O"}},
{"model": "subjects.tag", "pk": 2, "fields": {"name": "AGRONOMIA"}},
{"model": "subjects.tag", "pk": 3, "fields": {"name": "ANTROPOLOGIA"}},
{"model": "subjects.tag", "pk": 4, "fields": {"name": "ARQUEOLOGIA"}},
{"model": "subjects.tag", "pk": 5, "fields": {"name": "ARQUITETURA"}},
{"model": "subjects.tag", "pk": 6, "fields": {"name": "URBANISMO"}},
{"model": "subjects.tag", "pk": 7, "fields": {"name": "ARTES"}},
{"model": "subjects.tag", "pk": 8, "fields": {"name": "ASTRONOMIA"}},
{"model": "subjects.tag", "pk": 9, "fields": {"name": "COMPUTA\u00c7\u00c3O"}},
{"model": "subjects.tag", "pk": 10, "fields": {"name": "INFORM\u00c1TICA"}},
{"model": "subjects.tag", "pk": 11, "fields": {"name": "CI\u00caNCIAS"}},
{"model": "subjects.tag", "pk": 12, "fields": {"name": "BIOL\u00d3GICAS"}},
{"model": "subjects.tag", "pk": 13, "fields": {"name": "COMUNICA\u00c7\u00c3O"}},
{"model": "subjects.tag", "pk": 14, "fields": {"name": "DIREITO"}},
{"model": "subjects.tag", "pk": 15, "fields": {"name": "ECONOMIA"}},
{"model": "subjects.tag", "pk": 16, "fields": {"name": "ENFERMAGEM"}},
{"model": "subjects.tag", "pk": 17, "fields": {"name": "ENGENHARIA"}},
{"model": "subjects.tag", "pk": 18, "fields": {"name": "AGRICOLA"}},
{"model": "subjects.tag", "pk": 19, "fields": {"name": "CIVIL"}},
{"model": "subjects.tag", "pk": 20, "fields": {"name": "MINAS"}},
{"model": "subjects.tag", "pk": 21, "fields": {"name": "PRODU\u00c7\u00c3O"}},
{"model": "subjects.tag", "pk": 22, "fields": {"name": "EL\u00c9TRICA"}},
{"model": "subjects.tag", "pk": 23, "fields": {"name": "MEC\u00c2NICA"}},
{"model": "subjects.tag", "pk": 24, "fields": {"name": "FARM\u00c1CIA"}},
{"model": "subjects.tag", "pk": 25, "fields": {"name": "FILOSOFIA"}},
{"model": "subjects.tag", "pk": 26, "fields": {"name": "F\u00cdSICA"}},
{"model": "subjects.tag", "pk": 27, "fields": {"name": "GEOCI\u00caNCIAS"}},
{"model": "subjects.tag", "pk": 28, "fields": {"name": "GEOGRAFIA"}},
{"model": "subjects.tag", "pk": 29, "fields": {"name": "HIST\u00d3RIA"}},
{"model": "subjects.tag", "pk": 30, "fields": {"name": "LETRAS"}},
{"model": "subjects.tag", "pk": 31, "fields": {"name": "MATEM\u00c1TICA"}},
{"model": "subjects.tag", "pk": 32, "fields": {"name": "MEDICINA"}},
{"model": "subjects.tag", "pk": 33, "fields": {"name": "VETERIN\u00c1RIA"}},
{"model": "subjects.tag", "pk": 34, "fields": {"name": "ODONTOLOGIA"}},
{"model": "subjects.tag", "pk": 35, "fields": {"name": "PROBABILIDADE"}},
{"model": "subjects.tag", "pk": 36, "fields": {"name": "ESTAT\u00cdSTICA"}},
{"model": "subjects.tag", "pk": 37, "fields": {"name": "PSICOLOGIA"}},
{"model": "subjects.tag", "pk": 38, "fields": {"name": "QU\u00cdMICA"}},
{"model": "subjects.tag", "pk": 39, "fields": {"name": "SERVI\u00c7O"}},
{"model": "subjects.tag", "pk": 40, "fields": {"name": "SOCIAL"}},
{"model": "subjects.tag", "pk": 41, "fields": {"name": "SOCIOLOGIA"}},
{"model": "subjects.tag", "pk": 42, "fields": {"name": "TURISMO"}},
{"model": "subjects.tag", "pk": 43, "fields": {"name": "ZOOTECNIA"}},

{"model": "subjects.subject", "pk": 1, "fields": {"name": "ADMINISTRA\u00c7\u00c3O DE EMPRESAS", "slug": "administracao-de-empresas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ADMINISTRA\u00c7\u00c3O DE EMPRESAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ADMINISTRA\u00c7\u00c3O DE EMPRESAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [302], "students": [2, 3, 4, 5, 6]}},
{"model": "subjects.subject", "pk": 2, "fields": {"name": "ADMINISTRA\u00c7\u00c3O DE PRODU\u00c7\u00c3O", "slug": "administracao-de-producao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ADMINISTRA\u00c7\u00c3O DE PRODU\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ADMINISTRA\u00c7\u00c3O DE PRODU\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [303], "students": [7, 8, 9, 10, 11]}},
{"model": "subjects.subject", "pk": 3, "fields": {"name": "ADMINISTRA\u00c7\u00c3O FINANCEIRA", "slug": "administracao-financeira", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ADMINISTRA\u00c7\u00c3O FINANCEIRA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ADMINISTRA\u00c7\u00c3O FINANCEIRA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [304], "students": [12, 13, 14, 15, 16]}},
{"model": "subjects.subject", "pk": 4, "fields": {"name": "MERCADOLOGIA", "slug": "mercadologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MERCADOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MERCADOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [305], "students": [17, 18, 19, 20, 21]}},
{"model": "subjects.subject", "pk": 5, "fields": {"name": "NEG\u00d3CIOS INTERNACIONAIS", "slug": "negocios-internacionais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>NEG\u00d3CIOS INTERNACIONAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>NEG\u00d3CIOS INTERNACIONAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [306], "students": [22, 23, 24, 25, 26]}},
{"model": "subjects.subject", "pk": 6, "fields": {"name": "ADMINISTRA\u00c7\u00c3O DE RECURSOS HUMANOS", "slug": "administracao-de-recursos-humanos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ADMINISTRA\u00c7\u00c3O DE RECURSOS HUMANOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ADMINISTRA\u00c7\u00c3O DE RECURSOS HUMANOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [307], "students": [27, 28, 29, 30, 31]}},
{"model": "subjects.subject", "pk": 7, "fields": {"name": "ADMINISTRA\u00c7\u00c3O P\u00daBLICA", "slug": "administracao-publica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ADMINISTRA\u00c7\u00c3O P\u00daBLICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ADMINISTRA\u00c7\u00c3O P\u00daBLICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [308], "students": [32, 33, 34, 35, 36]}},
{"model": "subjects.subject", "pk": 8, "fields": {"name": "CONTABILIDADE E FINAN\u00c7AS P\u00daBLICAS", "slug": "contabilidade-e-financas-publicas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONTABILIDADE E FINAN\u00c7AS P\u00daBLICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONTABILIDADE E FINAN\u00c7AS P\u00daBLICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [309], "students": [37, 38, 39, 40, 41]}},
{"model": "subjects.subject", "pk": 9, "fields": {"name": "ORGANIZA\u00c7\u00d5ES P\u00daBLICAS", "slug": "organizacoes-publicas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ORGANIZA\u00c7\u00d5ES P\u00daBLICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ORGANIZA\u00c7\u00d5ES P\u00daBLICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [310], "students": [42, 43, 44, 45, 46]}},
{"model": "subjects.subject", "pk": 10, "fields": {"name": "POL\u00cdTICA E PLANEJAMENTO GOVERNAMENTAIS", "slug": "politica-e-planejamento-governamentais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>POL\u00cdTICA E PLANEJAMENTO GOVERNAMENTAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>POL\u00cdTICA E PLANEJAMENTO GOVERNAMENTAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [311], "students": [47, 48, 49, 50, 51]}},
{"model": "subjects.subject", "pk": 11, "fields": {"name": "ADMINISTRA\u00c7\u00c3O DE PESSOAL", "slug": "administracao-de-pessoal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ADMINISTRA\u00c7\u00c3O DE PESSOAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ADMINISTRA\u00c7\u00c3O DE PESSOAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [312], "students": [52, 53, 54, 55, 56]}},
{"model": "subjects.subject", "pk": 12, "fields": {"name": "ADMINISTRA\u00c7\u00c3O DE SETORES ESPEC\u00cdFICOS", "slug": "administracao-de-setores-especificos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ADMINISTRA\u00c7\u00c3O DE SETORES ESPEC\u00cdFICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ADMINISTRA\u00c7\u00c3O DE SETORES ESPEC\u00cdFICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [313], "students": [57, 58, 59, 60, 61]}},
{"model": "subjects.subject", "pk": 13, "fields": {"name": "CI\u00caNCIAS CONT\u00c1BEIS", "slug": "ciencias-contabeis", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CI\u00caNCIAS CONT\u00c1BEIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CI\u00caNCIAS CONT\u00c1BEIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 1, "max_upload_size": 1024, "tags": [1], "professor": [314], "students": [62, 63, 64, 65, 66]}},
{"model": "subjects.subject", "pk": 14, "fields": {"name": "CI\u00caNCIA DO SOLO", "slug": "ciencia-do-solo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CI\u00caNCIA DO SOLO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CI\u00caNCIA DO SOLO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [315], "students": [67, 68, 69, 70, 71]}},
{"model": "subjects.subject", "pk": 15, "fields": {"name": "G\u00caNESE, MORFOLOGIA E CLASSIFICA\u00c7\u00c3O DOS SOLOS", "slug": "genese-morfologia-e-classificacao-dos-solos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>G\u00caNESE, MORFOLOGIA E CLASSIFICA\u00c7\u00c3O DOS SOLOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>G\u00caNESE, MORFOLOGIA E CLASSIFICA\u00c7\u00c3O DOS SOLOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [316], "students": [72, 73, 74, 75, 76]}},
{"model": "subjects.subject", "pk": 16, "fields": {"name": "F\u00cdSICA DO SOLO", "slug": "fisica-do-solo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICA DO SOLO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICA DO SOLO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [317], "students": [77, 78, 79, 80, 81]}},
{"model": "subjects.subject", "pk": 17, "fields": {"name": "QU\u00cdMICA DO SOLO", "slug": "quimica-do-solo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA DO SOLO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA DO SOLO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [318], "students": [82, 83, 84, 85, 86]}},
{"model": "subjects.subject", "pk": 18, "fields": {"name": "MICROBIOLOGIA E BIOQU\u00cdMICA DO SOLO", "slug": "microbiologia-e-bioquimica-do-solo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MICROBIOLOGIA E BIOQU\u00cdMICA DO SOLO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MICROBIOLOGIA E BIOQU\u00cdMICA DO SOLO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [319], "students": [87, 88, 89, 90, 91]}},
{"model": "subjects.subject", "pk": 19, "fields": {"name": "FERTILIDADE DO SOLO E ADUBA\u00c7\u00c3O", "slug": "fertilidade-do-solo-e-adubacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FERTILIDADE DO SOLO E ADUBA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FERTILIDADE DO SOLO E ADUBA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [320], "students": [92, 93, 94, 95, 96]}},
{"model": "subjects.subject", "pk": 20, "fields": {"name": "MANEJO E CONSERVA\u00c7\u00c3O DO SOLO", "slug": "manejo-e-conservacao-do-solo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MANEJO E CONSERVA\u00c7\u00c3O DO SOLO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MANEJO E CONSERVA\u00c7\u00c3O DO SOLO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [321], "students": [97, 98, 99, 100, 101]}},
{"model": "subjects.subject", "pk": 21, "fields": {"name": "FITOSSANIDADE", "slug": "fitossanidade", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FITOSSANIDADE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FITOSSANIDADE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [322], "students": [102, 103, 104, 105, 106]}},
{"model": "subjects.subject", "pk": 22, "fields": {"name": "FITOPATOLOGIA", "slug": "fitopatologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FITOPATOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FITOPATOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [323], "students": [107, 108, 109, 110, 111]}},
{"model": "subjects.subject", "pk": 23, "fields": {"name": "ENTOMOLOGIA AGR\u00cdCOLA", "slug": "entomologia-agricola", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENTOMOLOGIA AGR\u00cdCOLA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENTOMOLOGIA AGR\u00cdCOLA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [324], "students": [112, 113, 114, 115, 116]}},
{"model": "subjects.subject", "pk": 24, "fields": {"name": "PARASITOLOGIA AGR\u00cdCOLA", "slug": "parasitologia-agricola", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PARASITOLOGIA AGR\u00cdCOLA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PARASITOLOGIA AGR\u00cdCOLA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [325], "students": [117, 118, 119, 120, 121]}},
{"model": "subjects.subject", "pk": 25, "fields": {"name": "MICROBIOLOGIA AGR\u00cdCOLA", "slug": "microbiologia-agricola", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MICROBIOLOGIA AGR\u00cdCOLA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MICROBIOLOGIA AGR\u00cdCOLA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [326], "students": [122, 123, 124, 125, 126]}},
{"model": "subjects.subject", "pk": 26, "fields": {"name": "DEFESA FITOSSANIT\u00c1RIA", "slug": "defesa-fitossanitaria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DEFESA FITOSSANIT\u00c1RIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DEFESA FITOSSANIT\u00c1RIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [327], "students": [127, 128, 129, 130, 131]}},
{"model": "subjects.subject", "pk": 27, "fields": {"name": "FITOTECNIA", "slug": "fitotecnia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FITOTECNIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FITOTECNIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [328], "students": [132, 133, 134, 135, 136]}},
{"model": "subjects.subject", "pk": 28, "fields": {"name": "MANEJO E TRATOS CULTURAIS", "slug": "manejo-e-tratos-culturais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MANEJO E TRATOS CULTURAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MANEJO E TRATOS CULTURAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [329], "students": [137, 138, 139, 140, 141]}},
{"model": "subjects.subject", "pk": 29, "fields": {"name": "MECANIZA\u00c7\u00c3O AGR\u00cdCOLA", "slug": "mecanizacao-agricola", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MECANIZA\u00c7\u00c3O AGR\u00cdCOLA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MECANIZA\u00c7\u00c3O AGR\u00cdCOLA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [330], "students": [142, 143, 144, 145, 146]}},
{"model": "subjects.subject", "pk": 30, "fields": {"name": "PRODU\u00c7\u00c3O E BENEFICIAMENTO DE SEMENTES", "slug": "producao-e-beneficiamento-de-sementes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PRODU\u00c7\u00c3O E BENEFICIAMENTO DE SEMENTES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PRODU\u00c7\u00c3O E BENEFICIAMENTO DE SEMENTES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [331], "students": [147, 148, 149, 150, 151]}},
{"model": "subjects.subject", "pk": 31, "fields": {"name": "PRODU\u00c7\u00c3O DE MUDAS", "slug": "producao-de-mudas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PRODU\u00c7\u00c3O DE MUDAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PRODU\u00c7\u00c3O DE MUDAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [332], "students": [152, 153, 154, 155, 156]}},
{"model": "subjects.subject", "pk": 32, "fields": {"name": "MELHORAMENTO VEGETAL", "slug": "melhoramento-vegetal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MELHORAMENTO VEGETAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MELHORAMENTO VEGETAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [333], "students": [157, 158, 159, 160, 161]}},
{"model": "subjects.subject", "pk": 33, "fields": {"name": "FISIOLOGIA DE PLANTAS CULTIVADAS", "slug": "fisiologia-de-plantas-cultivadas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA DE PLANTAS CULTIVADAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA DE PLANTAS CULTIVADAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [334], "students": [162, 163, 164, 165, 166]}},
{"model": "subjects.subject", "pk": 34, "fields": {"name": "MATOLOGIA", "slug": "matologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [335], "students": [167, 168, 169, 170, 171]}},
{"model": "subjects.subject", "pk": 35, "fields": {"name": "FLORICULTURA, PARQUES E JARDINS", "slug": "floricultura-parques-e-jardins", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FLORICULTURA, PARQUES E JARDINS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FLORICULTURA, PARQUES E JARDINS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [336], "students": [172, 173, 174, 175, 176]}},
{"model": "subjects.subject", "pk": 36, "fields": {"name": "FLORICULTURA", "slug": "floricultura", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FLORICULTURA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FLORICULTURA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [337], "students": [177, 178, 179, 180, 181]}},
{"model": "subjects.subject", "pk": 37, "fields": {"name": "PARQUES E JARDINS", "slug": "parques-e-jardins", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PARQUES E JARDINS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PARQUES E JARDINS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [338], "students": [182, 183, 184, 185, 186]}},
{"model": "subjects.subject", "pk": 38, "fields": {"name": "ARBORIZA\u00c7\u00c3O DE VIAS P\u00daBLICAS", "slug": "arborizacao-de-vias-publicas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ARBORIZA\u00c7\u00c3O DE VIAS P\u00daBLICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ARBORIZA\u00c7\u00c3O DE VIAS P\u00daBLICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [339], "students": [187, 188, 189, 190, 191]}},
{"model": "subjects.subject", "pk": 39, "fields": {"name": "AGROMETEROLOGIA", "slug": "agrometerologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AGROMETEROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AGROMETEROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [340], "students": [192, 193, 194, 195, 196]}},
{"model": "subjects.subject", "pk": 40, "fields": {"name": "EXTENS\u00c3O RURAL", "slug": "extensao-rural", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EXTENS\u00c3O RURAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EXTENS\u00c3O RURAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 2, "max_upload_size": 1024, "tags": [2], "professor": [341], "students": [197, 198, 199, 200, 201]}},
{"model": "subjects.subject", "pk": 41, "fields": {"name": "TEORIA ANTROPOL\u00d3GICA", "slug": "teoria-antropologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA ANTROPOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA ANTROPOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 3, "max_upload_size": 1024, "tags": [3], "professor": [342], "students": [202, 203, 204, 205, 206]}},
{"model": "subjects.subject", "pk": 42, "fields": {"name": "ETNOLOGIA IND\u00cdGENA", "slug": "etnologia-indigena", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ETNOLOGIA IND\u00cdGENA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ETNOLOGIA IND\u00cdGENA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 3, "max_upload_size": 1024, "tags": [3], "professor": [343], "students": [207, 208, 209, 210, 211]}},
{"model": "subjects.subject", "pk": 43, "fields": {"name": "ANTROPOLOGIA URBANA", "slug": "antropologia-urbana", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANTROPOLOGIA URBANA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANTROPOLOGIA URBANA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 3, "max_upload_size": 1024, "tags": [3], "professor": [344], "students": [212, 213, 214, 215, 216]}},
{"model": "subjects.subject", "pk": 44, "fields": {"name": "ANTROPOLOGIA RURAL", "slug": "antropologia-rural", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANTROPOLOGIA RURAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANTROPOLOGIA RURAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 3, "max_upload_size": 1024, "tags": [3], "professor": [345], "students": [217, 218, 219, 220, 221]}},
{"model": "subjects.subject", "pk": 45, "fields": {"name": "ANTROPOLOGIA DAS POPULA\u00c7\u00d5ES AFRO-BRASILEIRAS", "slug": "antropologia-das-populacoes-afro-brasileiras", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANTROPOLOGIA DAS POPULA\u00c7\u00d5ES AFRO-BRASILEIRAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANTROPOLOGIA DAS POPULA\u00c7\u00d5ES AFRO-BRASILEIRAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 3, "max_upload_size": 1024, "tags": [3], "professor": [346], "students": [222, 223, 224, 225, 226]}},
{"model": "subjects.subject", "pk": 46, "fields": {"name": "TEORIA E M\u00c9TODO EM ARQUEOLOGIA", "slug": "teoria-e-metodo-em-arqueologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA E M\u00c9TODO EM ARQUEOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA E M\u00c9TODO EM ARQUEOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 4, "max_upload_size": 1024, "tags": [4], "professor": [347], "students": [227, 228, 229, 230, 231]}},
{"model": "subjects.subject", "pk": 47, "fields": {"name": "ARQUEOLOGIA PR\u00c9-HIST\u00d3RICA", "slug": "arqueologia-pre-historica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ARQUEOLOGIA PR\u00c9-HIST\u00d3RICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ARQUEOLOGIA PR\u00c9-HIST\u00d3RICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 4, "max_upload_size": 1024, "tags": [4], "professor": [348], "students": [232, 233, 234, 235, 236]}},
{"model": "subjects.subject", "pk": 48, "fields": {"name": "ARQUEOLOGIA HIST\u00d3RICA", "slug": "arqueologia-historica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ARQUEOLOGIA HIST\u00d3RICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ARQUEOLOGIA HIST\u00d3RICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 4, "max_upload_size": 1024, "tags": [4], "professor": [349], "students": [237, 238, 239, 240, 241]}},
{"model": "subjects.subject", "pk": 49, "fields": {"name": "FUNDAMENTOS DE ARQUITETURA E URBANISMO", "slug": "fundamentos-de-arquitetura-e-urbanismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FUNDAMENTOS DE ARQUITETURA E URBANISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FUNDAMENTOS DE ARQUITETURA E URBANISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [350], "students": [242, 243, 244, 245, 246]}},
{"model": "subjects.subject", "pk": 50, "fields": {"name": "HIST\u00d3RIA DA ARQUITETURA E URBANISMO", "slug": "historia-da-arquitetura-e-urbanismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DA ARQUITETURA E URBANISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DA ARQUITETURA E URBANISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [351], "students": [247, 248, 249, 250, 251]}},
{"model": "subjects.subject", "pk": 51, "fields": {"name": "TEORIA DA ARQUITETURA", "slug": "teoria-da-arquitetura", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DA ARQUITETURA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DA ARQUITETURA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [302], "students": [252, 253, 254, 255, 256]}},
{"model": "subjects.subject", "pk": 52, "fields": {"name": "HIST\u00d3RIA DO URBANISMO", "slug": "historia-do-urbanismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DO URBANISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DO URBANISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [303], "students": [257, 258, 259, 260, 261]}},
{"model": "subjects.subject", "pk": 53, "fields": {"name": "TEORIA DO URBANISMO", "slug": "teoria-do-urbanismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DO URBANISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DO URBANISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [304], "students": [262, 263, 264, 265, 266]}},
{"model": "subjects.subject", "pk": 54, "fields": {"name": "PROJETO DE ARQUITETURA E URBANISMO", "slug": "projeto-de-arquitetura-e-urbanismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROJETO DE ARQUITETURA E URBANISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROJETO DE ARQUITETURA E URBANISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [305], "students": [267, 268, 269, 270, 271]}},
{"model": "subjects.subject", "pk": 55, "fields": {"name": "PLANEJAMENTO E PROJETOS DA EDIFICA\u00c7\u00c3O", "slug": "planejamento-e-projetos-da-edificacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PLANEJAMENTO E PROJETOS DA EDIFICA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PLANEJAMENTO E PROJETOS DA EDIFICA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [306], "students": [272, 273, 274, 275, 276]}},
{"model": "subjects.subject", "pk": 56, "fields": {"name": "PLANEJAMENTO E PROJETO DO ESPA\u00c7O URBANO", "slug": "planejamento-e-projeto-do-espaco-urbano", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PLANEJAMENTO E PROJETO DO ESPA\u00c7O URBANO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PLANEJAMENTO E PROJETO DO ESPA\u00c7O URBANO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [307], "students": [277, 278, 279, 280, 281]}},
{"model": "subjects.subject", "pk": 57, "fields": {"name": "PLANEJAMENTO E PROJETO DO EQUIPAMENTO", "slug": "planejamento-e-projeto-do-equipamento", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PLANEJAMENTO E PROJETO DO EQUIPAMENTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PLANEJAMENTO E PROJETO DO EQUIPAMENTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [308], "students": [282, 283, 284, 285, 286]}},
{"model": "subjects.subject", "pk": 58, "fields": {"name": "TECNOLOGIA DE ARQUITETURA E URBANISMO", "slug": "tecnologia-de-arquitetura-e-urbanismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TECNOLOGIA DE ARQUITETURA E URBANISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TECNOLOGIA DE ARQUITETURA E URBANISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [309], "students": [287, 288, 289, 290, 291]}},
{"model": "subjects.subject", "pk": 59, "fields": {"name": "ADEQUA\u00c7\u00c3O AMBIENTAL", "slug": "adequacao-ambiental", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ADEQUA\u00c7\u00c3O AMBIENTAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ADEQUA\u00c7\u00c3O AMBIENTAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [310], "students": [292, 293, 294, 295, 296]}},
{"model": "subjects.subject", "pk": 60, "fields": {"name": "PAISAGISMO", "slug": "paisagismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PAISAGISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PAISAGISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [311], "students": [297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 61, "fields": {"name": "DESENVOLVIMENTO HIST\u00d3RICO DO PAISAGISMO", "slug": "desenvolvimento-historico-do-paisagismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DESENVOLVIMENTO HIST\u00d3RICO DO PAISAGISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DESENVOLVIMENTO HIST\u00d3RICO DO PAISAGISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [312], "students": [2, 3, 4, 5, 6]}},
{"model": "subjects.subject", "pk": 62, "fields": {"name": "CONCEITUA\u00c7\u00c3O DE PAISAGISMO E METODOLOGIA DO PAISAGISMO", "slug": "conceituacao-de-paisagismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONCEITUA\u00c7\u00c3O DE PAISAGISMO E METODOLOGIA DO PAISAGISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONCEITUA\u00c7\u00c3O DE PAISAGISMO E METODOLOGIA DO PAISAGISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [313], "students": [7, 8, 9, 10, 11]}},
{"model": "subjects.subject", "pk": 63, "fields": {"name": "ESTUDOS DE ORGANIZA\u00c7\u00c3O DO ESPA\u00c7O EXTERIOR", "slug": "estudos-de-organizacao-do-espaco-exterior", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTUDOS DE ORGANIZA\u00c7\u00c3O DO ESPA\u00c7O EXTERIOR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTUDOS DE ORGANIZA\u00c7\u00c3O DO ESPA\u00c7O EXTERIOR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [314], "students": [12, 13, 14, 15, 16]}},
{"model": "subjects.subject", "pk": 64, "fields": {"name": "PROJETOS DE ESPA\u00c7OS LIVRES URBANOS", "slug": "projetos-de-espacos-livres-urbanos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROJETOS DE ESPA\u00c7OS LIVRES URBANOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROJETOS DE ESPA\u00c7OS LIVRES URBANOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 5, "max_upload_size": 1024, "tags": [5, 6], "professor": [315], "students": [17, 18, 19, 20, 21]}},
{"model": "subjects.subject", "pk": 65, "fields": {"name": "FUNDAMENTOS E CR\u00cdTICA DAS ARTES", "slug": "fundamentos-e-critica-das-artes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FUNDAMENTOS E CR\u00cdTICA DAS ARTES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FUNDAMENTOS E CR\u00cdTICA DAS ARTES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [316], "students": [22, 23, 24, 25, 26]}},
{"model": "subjects.subject", "pk": 66, "fields": {"name": "TEORIA DA ARTE", "slug": "teoria-da-arte", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DA ARTE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DA ARTE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [317], "students": [27, 28, 29, 30, 31]}},
{"model": "subjects.subject", "pk": 67, "fields": {"name": "HIST\u00d3RIA DA ARTE", "slug": "historia-da-arte", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DA ARTE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DA ARTE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [318], "students": [32, 33, 34, 35, 36]}},
{"model": "subjects.subject", "pk": 68, "fields": {"name": "CR\u00cdTICA DA ARTE", "slug": "critica-da-arte", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CR\u00cdTICA DA ARTE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CR\u00cdTICA DA ARTE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [319], "students": [37, 38, 39, 40, 41]}},
{"model": "subjects.subject", "pk": 69, "fields": {"name": "ARTES PL\u00c1STICAS", "slug": "artes-plasticas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ARTES PL\u00c1STICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ARTES PL\u00c1STICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [320], "students": [42, 43, 44, 45, 46]}},
{"model": "subjects.subject", "pk": 70, "fields": {"name": "PINTURA", "slug": "pintura", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PINTURA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PINTURA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [321], "students": [47, 48, 49, 50, 51]}},
{"model": "subjects.subject", "pk": 71, "fields": {"name": "DESENHO", "slug": "desenho", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DESENHO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DESENHO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [322], "students": [52, 53, 54, 55, 56]}},
{"model": "subjects.subject", "pk": 72, "fields": {"name": "GRAVURA", "slug": "gravura", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GRAVURA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GRAVURA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [323], "students": [57, 58, 59, 60, 61]}},
{"model": "subjects.subject", "pk": 73, "fields": {"name": "ESCULTURA", "slug": "escultura", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESCULTURA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESCULTURA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [324], "students": [62, 63, 64, 65, 66]}},
{"model": "subjects.subject", "pk": 74, "fields": {"name": "CER\u00c2MICA", "slug": "ceramica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CER\u00c2MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CER\u00c2MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [325], "students": [67, 68, 69, 70, 71]}},
{"model": "subjects.subject", "pk": 75, "fields": {"name": "TECELAGEM", "slug": "tecelagem", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TECELAGEM</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TECELAGEM</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [326], "students": [72, 73, 74, 75, 76]}},
{"model": "subjects.subject", "pk": 76, "fields": {"name": "M\u00daSICA", "slug": "musica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>M\u00daSICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>M\u00daSICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [327], "students": [77, 78, 79, 80, 81]}},
{"model": "subjects.subject", "pk": 77, "fields": {"name": "REG\u00caNCIA", "slug": "regencia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>REG\u00caNCIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>REG\u00caNCIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [328], "students": [82, 83, 84, 85, 86]}},
{"model": "subjects.subject", "pk": 78, "fields": {"name": "INSTRUMENTA\u00c7\u00c3O MUSICAL", "slug": "instrumentacao-musical", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O MUSICAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O MUSICAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [329], "students": [87, 88, 89, 90, 91]}},
{"model": "subjects.subject", "pk": 79, "fields": {"name": "COMPOSI\u00c7\u00c3O MUSICAL", "slug": "composicao-musical", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>COMPOSI\u00c7\u00c3O MUSICAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>COMPOSI\u00c7\u00c3O MUSICAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [330], "students": [92, 93, 94, 95, 96]}},
{"model": "subjects.subject", "pk": 80, "fields": {"name": "CANTO", "slug": "canto", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CANTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CANTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [331], "students": [97, 98, 99, 100, 101]}},
{"model": "subjects.subject", "pk": 81, "fields": {"name": "DAN\u00c7A", "slug": "danca", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DAN\u00c7A</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DAN\u00c7A</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [332], "students": [102, 103, 104, 105, 106]}},
{"model": "subjects.subject", "pk": 82, "fields": {"name": "EXECU\u00c7\u00c3O DA DAN\u00c7A", "slug": "execucao-da-danca", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EXECU\u00c7\u00c3O DA DAN\u00c7A</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EXECU\u00c7\u00c3O DA DAN\u00c7A</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [333], "students": [107, 108, 109, 110, 111]}},
{"model": "subjects.subject", "pk": 83, "fields": {"name": "COREOGRAFIA", "slug": "coreografia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>COREOGRAFIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>COREOGRAFIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [334], "students": [112, 113, 114, 115, 116]}},
{"model": "subjects.subject", "pk": 84, "fields": {"name": "TEATRO", "slug": "teatro", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEATRO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEATRO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [335], "students": [117, 118, 119, 120, 121]}},
{"model": "subjects.subject", "pk": 85, "fields": {"name": "DRAMATURGIA", "slug": "dramaturgia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DRAMATURGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DRAMATURGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [336], "students": [122, 123, 124, 125, 126]}},
{"model": "subjects.subject", "pk": 86, "fields": {"name": "DIRE\u00c7\u00c3O TEATRAL", "slug": "direcao-teatral", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIRE\u00c7\u00c3O TEATRAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIRE\u00c7\u00c3O TEATRAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [337], "students": [127, 128, 129, 130, 131]}},
{"model": "subjects.subject", "pk": 87, "fields": {"name": "CENOGRAFIA", "slug": "cenografia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CENOGRAFIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CENOGRAFIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [338], "students": [132, 133, 134, 135, 136]}},
{"model": "subjects.subject", "pk": 88, "fields": {"name": "INTERPRETA\u00c7\u00c3O TEATRAL", "slug": "interpretacao-teatral", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INTERPRETA\u00c7\u00c3O TEATRAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INTERPRETA\u00c7\u00c3O TEATRAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [339], "students": [137, 138, 139, 140, 141]}},
{"model": "subjects.subject", "pk": 89, "fields": {"name": "\u00d3PERA", "slug": "opera", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>\u00d3PERA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>\u00d3PERA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [340], "students": [142, 143, 144, 145, 146]}},
{"model": "subjects.subject", "pk": 90, "fields": {"name": "FOTOGRAFIA", "slug": "fotografia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FOTOGRAFIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FOTOGRAFIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [341], "students": [147, 148, 149, 150, 151]}},
{"model": "subjects.subject", "pk": 91, "fields": {"name": "CINEMA", "slug": "cinema", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CINEMA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CINEMA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [342], "students": [152, 153, 154, 155, 156]}},
{"model": "subjects.subject", "pk": 92, "fields": {"name": "ADMINISTRA\u00c7\u00c3O E PRODU\u00c7\u00c3O DE FILMES", "slug": "administracao-e-producao-de-filmes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ADMINISTRA\u00c7\u00c3O E PRODU\u00c7\u00c3O DE FILMES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ADMINISTRA\u00c7\u00c3O E PRODU\u00c7\u00c3O DE FILMES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [343], "students": [157, 158, 159, 160, 161]}},
{"model": "subjects.subject", "pk": 93, "fields": {"name": "ROTEIRO E DIRE\u00c7\u00c3O CINEMATOGR\u00c1FICOS", "slug": "roteiro-e-direcao-cinematograficos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ROTEIRO E DIRE\u00c7\u00c3O CINEMATOGR\u00c1FICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ROTEIRO E DIRE\u00c7\u00c3O CINEMATOGR\u00c1FICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [344], "students": [162, 163, 164, 165, 166]}},
{"model": "subjects.subject", "pk": 94, "fields": {"name": "T\u00c9CNICAS DE REGISTROS E PROCESSAMENTO DE FILMES", "slug": "tecnicas-de-registros-e-processamento-de-filmes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>T\u00c9CNICAS DE REGISTROS E PROCESSAMENTO DE FILMES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>T\u00c9CNICAS DE REGISTROS E PROCESSAMENTO DE FILMES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [345], "students": [167, 168, 169, 170, 171]}},
{"model": "subjects.subject", "pk": 95, "fields": {"name": "INTERPRETA\u00c7\u00c3O CINEMATOGR\u00c1FICA", "slug": "interpretacao-cinematografica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INTERPRETA\u00c7\u00c3O CINEMATOGR\u00c1FICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INTERPRETA\u00c7\u00c3O CINEMATOGR\u00c1FICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [346], "students": [172, 173, 174, 175, 176]}},
{"model": "subjects.subject", "pk": 96, "fields": {"name": "ARTES DO V\u00cdDEO", "slug": "artes-do-video", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ARTES DO V\u00cdDEO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ARTES DO V\u00cdDEO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [347], "students": [177, 178, 179, 180, 181]}},
{"model": "subjects.subject", "pk": 97, "fields": {"name": "EDUCA\u00c7\u00c3O ART\u00cdSTICA", "slug": "educacao-artistica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EDUCA\u00c7\u00c3O ART\u00cdSTICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EDUCA\u00c7\u00c3O ART\u00cdSTICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 6, "max_upload_size": 1024, "tags": [7], "professor": [348], "students": [182, 183, 184, 185, 186]}},
{"model": "subjects.subject", "pk": 98, "fields": {"name": "ASTRONOMIA DE POSI\u00c7\u00c3O E MEC\u00c2NICA CELESTE", "slug": "astronomia-de-posicao-e-mecanica-celeste", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ASTRONOMIA DE POSI\u00c7\u00c3O E MEC\u00c2NICA CELESTE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ASTRONOMIA DE POSI\u00c7\u00c3O E MEC\u00c2NICA CELESTE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [349], "students": [187, 188, 189, 190, 191]}},
{"model": "subjects.subject", "pk": 99, "fields": {"name": "ASTRONOMIA FUNDAMENTAL", "slug": "astronomia-fundamental", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ASTRONOMIA FUNDAMENTAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ASTRONOMIA FUNDAMENTAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [350], "students": [192, 193, 194, 195, 196]}},
{"model": "subjects.subject", "pk": 100, "fields": {"name": "ASTRONOMIA DIN\u00c2MICA", "slug": "astronomia-dinamica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ASTRONOMIA DIN\u00c2MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ASTRONOMIA DIN\u00c2MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [351], "students": [197, 198, 199, 200, 201]}},
{"model": "subjects.subject", "pk": 101, "fields": {"name": "ASTROF\u00cdSICA ESTELAR", "slug": "astrofisica-estelar", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ASTROF\u00cdSICA ESTELAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ASTROF\u00cdSICA ESTELAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [302], "students": [202, 203, 204, 205, 206]}},
{"model": "subjects.subject", "pk": 102, "fields": {"name": "ASTROF\u00cdSICA DO MEIO INTERESTELAR", "slug": "astrofisica-do-meio-interestelar", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ASTROF\u00cdSICA DO MEIO INTERESTELAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ASTROF\u00cdSICA DO MEIO INTERESTELAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [303], "students": [207, 208, 209, 210, 211]}}, {"model": "subjects.subject", "pk": 103, "fields": {"name": "MEIO INTERESTELAR", "slug": "meio-interestelar", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEIO INTERESTELAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEIO INTERESTELAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [304], "students": [212, 213, 214, 215, 216]}},
{"model": "subjects.subject", "pk": 104, "fields": {"name": "NEBULOSA", "slug": "nebulosa", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>NEBULOSA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>NEBULOSA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [305], "students": [217, 218, 219, 220, 221]}},
{"model": "subjects.subject", "pk": 105, "fields": {"name": "ASTROF\u00cdSICA EXTRAGAL\u00c1TICA", "slug": "astrofisica-extragalatica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ASTROF\u00cdSICA EXTRAGAL\u00c1TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ASTROF\u00cdSICA EXTRAGAL\u00c1TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [306], "students": [222, 223, 224, 225, 226]}},
{"model": "subjects.subject", "pk": 106, "fields": {"name": "GAL\u00c1XIAS", "slug": "galaxias", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GAL\u00c1XIAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GAL\u00c1XIAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [307], "students": [227, 228, 229, 230, 231]}},
{"model": "subjects.subject", "pk": 107, "fields": {"name": "AGLOMERADOS DE GAL\u00c1XIAS", "slug": "aglomerados-de-galaxias", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AGLOMERADOS DE GAL\u00c1XIAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AGLOMERADOS DE GAL\u00c1XIAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [308], "students": [232, 233, 234, 235, 236]}},
{"model": "subjects.subject", "pk": 108, "fields": {"name": "QUASARES", "slug": "quasares", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QUASARES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QUASARES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [309], "students": [237, 238, 239, 240, 241]}},
{"model": "subjects.subject", "pk": 109, "fields": {"name": "COSMOLOGIA", "slug": "cosmologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>COSMOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>COSMOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [310], "students": [242, 243, 244, 245, 246]}},
{"model": "subjects.subject", "pk": 110, "fields": {"name": "ASTROF\u00cdSICA DO SISTEMA SOLAR", "slug": "astrofisica-do-sistema-solar", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ASTROF\u00cdSICA DO SISTEMA SOLAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ASTROF\u00cdSICA DO SISTEMA SOLAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [311], "students": [247, 248, 249, 250, 251]}},
{"model": "subjects.subject", "pk": 111, "fields": {"name": "F\u00cdSICA SOLAR", "slug": "fisica-solar", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICA SOLAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICA SOLAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [312], "students": [252, 253, 254, 255, 256]}},
{"model": "subjects.subject", "pk": 112, "fields": {"name": "MOVIMENTO DA TERRA", "slug": "movimento-da-terra", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MOVIMENTO DA TERRA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MOVIMENTO DA TERRA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [313], "students": [257, 258, 259, 260, 261]}},
{"model": "subjects.subject", "pk": 113, "fields": {"name": "SISTEMA PLANET\u00c1RIO", "slug": "sistema-planetario", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SISTEMA PLANET\u00c1RIO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SISTEMA PLANET\u00c1RIO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [314], "students": [262, 263, 264, 265, 266]}},
{"model": "subjects.subject", "pk": 114, "fields": {"name": "INSTRUMENTA\u00c7\u00c3O ASTRON\u00d4MICA", "slug": "instrumentacao-astronomica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O ASTRON\u00d4MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O ASTRON\u00d4MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [315], "students": [267, 268, 269, 270, 271]}},
{"model": "subjects.subject", "pk": 115, "fields": {"name": "ASTRONOMIA \u00d3TICA", "slug": "astronomia-otica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ASTRONOMIA \u00d3TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ASTRONOMIA \u00d3TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [316], "students": [272, 273, 274, 275, 276]}},
{"model": "subjects.subject", "pk": 116, "fields": {"name": "RADIOASTRONOMIA", "slug": "radioastronomia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RADIOASTRONOMIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RADIOASTRONOMIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [317], "students": [277, 278, 279, 280, 281]}},
{"model": "subjects.subject", "pk": 117, "fields": {"name": "ASTRONOMIA ESPACIAL", "slug": "astronomia-espacial", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ASTRONOMIA ESPACIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ASTRONOMIA ESPACIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [318], "students": [282, 283, 284, 285, 286]}},
{"model": "subjects.subject", "pk": 118, "fields": {"name": "PROCESSAMENTO DE DADOS ASTRON\u00d4MICOS", "slug": "processamento-de-dados-astronomicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSAMENTO DE DADOS ASTRON\u00d4MICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSAMENTO DE DADOS ASTRON\u00d4MICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 7, "max_upload_size": 1024, "tags": [8], "professor": [319], "students": [287, 288, 289, 290, 291]}},
{"model": "subjects.subject", "pk": 119, "fields": {"name": "TEORIA DA COMPUTA\u00c7\u00c3O", "slug": "teoria-da-computacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DA COMPUTA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DA COMPUTA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [320], "students": [292, 293, 294, 295, 296]}},
{"model": "subjects.subject", "pk": 120, "fields": {"name": "COMPUTABILIDADE E MODELOS DE COMPUTA\u00c7\u00c3O", "slug": "computabilidade-e-modelos-de-computacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>COMPUTABILIDADE E MODELOS DE COMPUTA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>COMPUTABILIDADE E MODELOS DE COMPUTA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [321], "students": [297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 121, "fields": {"name": "LINGUAGEM FORMAIS E AUT\u00d4MATOS", "slug": "linguagem-formais-e-automatos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LINGUAGEM FORMAIS E AUT\u00d4MATOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LINGUAGEM FORMAIS E AUT\u00d4MATOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [322], "students": [2, 3, 4, 5, 6]}},
{"model": "subjects.subject", "pk": 122, "fields": {"name": "AN\u00c1LISE DE ALGOR\u00cdTMOS E COMPLEXIDADE DE COMPUTA\u00c7\u00c3O", "slug": "analise-de-algoritmos-e-complexidade-de-computacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE DE ALGOR\u00cdTMOS E COMPLEXIDADE DE COMPUTA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE DE ALGOR\u00cdTMOS E COMPLEXIDADE DE COMPUTA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [323], "students": [7, 8, 9, 10, 11]}},
{"model": "subjects.subject", "pk": 123, "fields": {"name": "L\u00d3GICAS E SEM\u00c2NTICA DE PROGRAMAS", "slug": "logicas-e-semantica-de-programas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>L\u00d3GICAS E SEM\u00c2NTICA DE PROGRAMAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>L\u00d3GICAS E SEM\u00c2NTICA DE PROGRAMAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [324], "students": [12, 13, 14, 15, 16]}},
{"model": "subjects.subject", "pk": 124, "fields": {"name": "MATEM\u00c1TICA DA COMPUTA\u00c7\u00c3O", "slug": "matematica-da-computacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATEM\u00c1TICA DA COMPUTA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATEM\u00c1TICA DA COMPUTA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [325], "students": [17, 18, 19, 20, 21]}},
{"model": "subjects.subject", "pk": 125, "fields": {"name": "MATEM\u00c1TICA SIMB\u00d3LICA", "slug": "matematica-simbolica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATEM\u00c1TICA SIMB\u00d3LICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATEM\u00c1TICA SIMB\u00d3LICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [326], "students": [22, 23, 24, 25, 26]}},
{"model": "subjects.subject", "pk": 126, "fields": {"name": "MODELOS ANAL\u00cdTICOS E DE SIMULA\u00c7\u00c3O", "slug": "modelos-analiticos-e-de-simulacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MODELOS ANAL\u00cdTICOS E DE SIMULA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MODELOS ANAL\u00cdTICOS E DE SIMULA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [327], "students": [27, 28, 29, 30]}},
{"model": "subjects.subject", "pk": 127, "fields": {"name": "METODOLOGIA E T\u00c9CNICAS DA COMPUTA\u00c7\u00c3O", "slug": "metodologia-e-tecnicas-da-computacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>METODOLOGIA E T\u00c9CNICAS DA COMPUTA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>METODOLOGIA E T\u00c9CNICAS DA COMPUTA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [328], "students": [31, 32, 33]}},
{"model": "subjects.subject", "pk": 128, "fields": {"name": "LINGUAGENS DE PROGRAMA\u00c7\u00c3O", "slug": "linguagens-de-programacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LINGUAGENS DE PROGRAMA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LINGUAGENS DE PROGRAMA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [329], "students": [34, 35, 36]}},
{"model": "subjects.subject", "pk": 129, "fields": {"name": "ENGENHARIA DE SOFTWARE", "slug": "engenharia-de-software", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENGENHARIA DE SOFTWARE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENGENHARIA DE SOFTWARE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [330], "students": [37, 38, 39]}},
{"model": "subjects.subject", "pk": 130, "fields": {"name": "BANCO DE DADOS", "slug": "banco-de-dados", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BANCO DE DADOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BANCO DE DADOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [331], "students": [40, 41, 42]}},
{"model": "subjects.subject", "pk": 131, "fields": {"name": "SISTEMAS DE INFORMA\u00c7\u00c3O", "slug": "sistemas-de-informacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SISTEMAS DE INFORMA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SISTEMAS DE INFORMA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [332], "students": [43, 44, 45]}},
{"model": "subjects.subject", "pk": 132, "fields": {"name": "PROCESSAMENTO GR\u00c1FICO (GRAPHICS)", "slug": "processamento-grafico", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSAMENTO GR\u00c1FICO (GRAPHICS)</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSAMENTO GR\u00c1FICO (GRAPHICS)</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [333], "students": [46, 47, 48]}},
{"model": "subjects.subject", "pk": 133, "fields": {"name": "SISTEMA DE COMPUTA\u00c7\u00c3O", "slug": "sistema-de-computacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SISTEMA DE COMPUTA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SISTEMA DE COMPUTA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [334], "students": [49, 50, 51]}},
{"model": "subjects.subject", "pk": 134, "fields": {"name": "HARDWARE", "slug": "hardware", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HARDWARE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HARDWARE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [335], "students": [52, 53, 54]}},
{"model": "subjects.subject", "pk": 135, "fields": {"name": "ARQUITETURA DE SISTEMAS DE COMPUTA\u00c7\u00c3O", "slug": "arquitetura-de-sistemas-de-computacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ARQUITETURA DE SISTEMAS DE COMPUTA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ARQUITETURA DE SISTEMAS DE COMPUTA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [336], "students": [55, 56, 57]}},
{"model": "subjects.subject", "pk": 136, "fields": {"name": "SOFTWARE B\u00c1SICO", "slug": "software-basico", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SOFTWARE B\u00c1SICO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SOFTWARE B\u00c1SICO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [337], "students": [58, 59, 60]}},
{"model": "subjects.subject", "pk": 137, "fields": {"name": "TELEINFORM\u00c1TICA", "slug": "teleinformatica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TELEINFORM\u00c1TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TELEINFORM\u00c1TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 8, "max_upload_size": 1024, "tags": [9, 10], "professor": [338], "students": [61, 62, 63]}},
{"model": "subjects.subject", "pk": 138, "fields": {"name": "GEN\u00c9TICA QUANTITATIVA", "slug": "genetica-quantitativa", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEN\u00c9TICA QUANTITATIVA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEN\u00c9TICA QUANTITATIVA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [339], "students": [64, 65, 66]}},
{"model": "subjects.subject", "pk": 139, "fields": {"name": "GEN\u00c9TICA MOLECULAR E DE MICROORGANISMOS", "slug": "genetica-molecular-e-de-microorganismos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEN\u00c9TICA MOLECULAR E DE MICROORGANISMOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEN\u00c9TICA MOLECULAR E DE MICROORGANISMOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [340], "students": [67, 68, 69]}}, {"model": "subjects.subject", "pk": 140, "fields": {"name": "GEN\u00c9TICA VEGETAL", "slug": "genetica-vegetal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEN\u00c9TICA VEGETAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEN\u00c9TICA VEGETAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [341], "students": [70, 71, 72]}},
{"model": "subjects.subject", "pk": 141, "fields": {"name": "GEN\u00c9TICA ANIMAL", "slug": "genetica-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEN\u00c9TICA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEN\u00c9TICA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [342], "students": [73, 74, 75]}},
{"model": "subjects.subject", "pk": 142, "fields": {"name": "GEN\u00c9TICA HUMANA E M\u00c9DICA", "slug": "genetica-humana-e-medica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEN\u00c9TICA HUMANA E M\u00c9DICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEN\u00c9TICA HUMANA E M\u00c9DICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [343], "students": [76, 77, 78]}},
{"model": "subjects.subject", "pk": 143, "fields": {"name": "MUTAGENESE", "slug": "mutagenese", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MUTAGENESE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MUTAGENESE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [344], "students": [79, 80, 81]}},
{"model": "subjects.subject", "pk": 144, "fields": {"name": "CITOLOGIA E BIOLOGIA CELULAR", "slug": "citologia-e-biologia-celular", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CITOLOGIA E BIOLOGIA CELULAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CITOLOGIA E BIOLOGIA CELULAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [345], "students": [82, 83, 84]}},
{"model": "subjects.subject", "pk": 145, "fields": {"name": "EMBRIOLOGIA", "slug": "embriologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EMBRIOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EMBRIOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [346], "students": [85, 86, 87]}},
{"model": "subjects.subject", "pk": 146, "fields": {"name": "HISTOLOGIA", "slug": "histologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HISTOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HISTOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [347], "students": [88, 89, 90]}},
{"model": "subjects.subject", "pk": 147, "fields": {"name": "ANATOMIA", "slug": "anatomia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANATOMIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANATOMIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [348], "students": [91, 92, 93]}},
{"model": "subjects.subject", "pk": 148, "fields": {"name": "ANATOMIA HUMANA", "slug": "anatomia-humana", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANATOMIA HUMANA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANATOMIA HUMANA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [349], "students": [94, 95, 96]}},
{"model": "subjects.subject", "pk": 149, "fields": {"name": "ANATOMIA ANIMAL", "slug": "anatomia-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANATOMIA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANATOMIA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [350], "students": [97, 98, 99]}},
{"model": "subjects.subject", "pk": 150, "fields": {"name": "FISIOLOGIA GERAL", "slug": "fisiologia-geral", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA GERAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA GERAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [351], "students": [100, 101, 102]}},
{"model": "subjects.subject", "pk": 151, "fields": {"name": "FISIOLOGIA DOS \u00d3RG\u00c3OS E SISTEMAS", "slug": "fisiologia-dos-orgaos-e-sistemas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA DOS \u00d3RG\u00c3OS E SISTEMAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA DOS \u00d3RG\u00c3OS E SISTEMAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [302], "students": [103, 104, 105]}},
{"model": "subjects.subject", "pk": 152, "fields": {"name": "NEUROFISIOLOGIA", "slug": "neurofisiologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>NEUROFISIOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>NEUROFISIOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [303], "students": [106, 107, 108]}},
{"model": "subjects.subject", "pk": 153, "fields": {"name": "FISIOLOGIA CARDIOVASCULAR", "slug": "fisiologia-cardiovascular", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA CARDIOVASCULAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA CARDIOVASCULAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [304], "students": [109, 110, 111]}},
{"model": "subjects.subject", "pk": 154, "fields": {"name": "FISIOLOGIA DA RESPIRA\u00c7\u00c3O", "slug": "fisiologia-da-respiracao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA DA RESPIRA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA DA RESPIRA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [305], "students": [112, 113, 114]}},
{"model": "subjects.subject", "pk": 155, "fields": {"name": "FISIOLOGIA RENAL", "slug": "fisiologia-renal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA RENAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA RENAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [306], "students": [115, 116, 117]}},
{"model": "subjects.subject", "pk": 156, "fields": {"name": "FISIOLOGIA END\u00d3CRINA", "slug": "fisiologia-endocrina", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA END\u00d3CRINA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA END\u00d3CRINA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [307], "students": [118, 119, 120]}},
{"model": "subjects.subject", "pk": 157, "fields": {"name": "FISIOLOGIA DA DIGEST\u00c3O", "slug": "fisiologia-da-digestao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA DA DIGEST\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA DA DIGEST\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [308], "students": [121, 122, 123]}},
{"model": "subjects.subject", "pk": 158, "fields": {"name": "CINESIOLOGIA", "slug": "cinesiologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CINESIOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CINESIOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [309], "students": [124, 125, 126]}},
{"model": "subjects.subject", "pk": 159, "fields": {"name": "FISIOLOGIA DO ESFOR\u00c7O", "slug": "fisiologia-do-esforco", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA DO ESFOR\u00c7O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA DO ESFOR\u00c7O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [310], "students": [127, 128, 129]}},
{"model": "subjects.subject", "pk": 160, "fields": {"name": "FISIOLOGIA COMPARADA", "slug": "fisiologia-comparada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA COMPARADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA COMPARADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [311], "students": [130, 131, 132]}},
{"model": "subjects.subject", "pk": 161, "fields": {"name": "QU\u00cdMICA DE MACROMOL\u00c9CULAS", "slug": "quimica-de-macromoleculas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA DE MACROMOL\u00c9CULAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA DE MACROMOL\u00c9CULAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [312], "students": [133, 134, 135]}},
{"model": "subjects.subject", "pk": 162, "fields": {"name": "PROTE\u00cdNAS", "slug": "proteinas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROTE\u00cdNAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROTE\u00cdNAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [313], "students": [136, 137, 138]}},
{"model": "subjects.subject", "pk": 163, "fields": {"name": "LIP\u00cdDEOS", "slug": "lipideos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LIP\u00cdDEOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LIP\u00cdDEOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [314], "students": [139, 140, 141]}},
{"model": "subjects.subject", "pk": 164, "fields": {"name": "GLIC\u00cdDEOS", "slug": "glicideos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GLIC\u00cdDEOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GLIC\u00cdDEOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [315], "students": [142, 143, 144]}},
{"model": "subjects.subject", "pk": 165, "fields": {"name": "BIOQU\u00cdMICA DOS MICROORGANISMOS", "slug": "bioquimica-dos-microorganismos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BIOQU\u00cdMICA DOS MICROORGANISMOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BIOQU\u00cdMICA DOS MICROORGANISMOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [316], "students": [145, 146, 147]}},
{"model": "subjects.subject", "pk": 166, "fields": {"name": "METABOLISMO E BIOENERG\u00c9TICA", "slug": "metabolismo-e-bioenergetica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>METABOLISMO E BIOENERG\u00c9TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>METABOLISMO E BIOENERG\u00c9TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [317], "students": [148, 149, 150]}},
{"model": "subjects.subject", "pk": 167, "fields": {"name": "BIOLOGIA MOLECULAR", "slug": "biologia-molecular", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BIOLOGIA MOLECULAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BIOLOGIA MOLECULAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [318], "students": [151, 152, 153]}},
{"model": "subjects.subject", "pk": 168, "fields": {"name": "ENZIMOLOGIA", "slug": "enzimologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENZIMOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENZIMOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [319], "students": [154, 155, 156]}},
{"model": "subjects.subject", "pk": 169, "fields": {"name": "BIOF\u00cdSICA MOLECULAR", "slug": "biofisica-molecular", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BIOF\u00cdSICA MOLECULAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BIOF\u00cdSICA MOLECULAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [320], "students": [157, 158, 159]}},
{"model": "subjects.subject", "pk": 170, "fields": {"name": "BIOF\u00cdSICA CELULAR", "slug": "biofisica-celular", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BIOF\u00cdSICA CELULAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BIOF\u00cdSICA CELULAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [321], "students": [160, 161, 162]}},
{"model": "subjects.subject", "pk": 171, "fields": {"name": "BIOF\u00cdSICA DE PROCESSOS E SISTEMAS", "slug": "biofisica-de-processos-e-sistemas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BIOF\u00cdSICA DE PROCESSOS E SISTEMAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BIOF\u00cdSICA DE PROCESSOS E SISTEMAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [322], "students": [163, 164, 165, 166, 167, 168, 169, 170]}},
{"model": "subjects.subject", "pk": 172, "fields": {"name": "RADIOLOGIA E FOTOBIOLOGIA", "slug": "radiologia-e-fotobiologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RADIOLOGIA E FOTOBIOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RADIOLOGIA E FOTOBIOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [323], "students": [171, 172, 173, 174, 175, 176, 177, 178]}},
{"model": "subjects.subject", "pk": 173, "fields": {"name": "FARMACOLOGIA GERAL", "slug": "farmacologia-geral", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FARMACOLOGIA GERAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FARMACOLOGIA GERAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [324], "students": [179, 180, 181, 182, 183, 184, 185, 186]}},
{"model": "subjects.subject", "pk": 174, "fields": {"name": "FARMACOCIN\u00c9TICA", "slug": "farmacocinetica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FARMACOCIN\u00c9TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FARMACOCIN\u00c9TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [325], "students": [187, 188, 189, 190, 191, 192, 193, 194]}}, {"model": "subjects.subject", "pk": 175, "fields": {"name": "BIODISPONIBILIDADE", "slug": "biodisponibilidade", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BIODISPONIBILIDADE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BIODISPONIBILIDADE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [326], "students": [195, 196, 197, 198, 199, 200, 201, 202]}},
{"model": "subjects.subject", "pk": 176, "fields": {"name": "FARMACOLOGIA AUTON\u00d4MICA", "slug": "farmacologia-autonomica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FARMACOLOGIA AUTON\u00d4MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FARMACOLOGIA AUTON\u00d4MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [327], "students": [203, 204, 205, 206, 207, 208, 209, 210]}}, {"model": "subjects.subject", "pk": 177, "fields": {"name": "NEUROPSICOFARMACOLOGIA", "slug": "neuropsicofarmacologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>NEUROPSICOFARMACOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>NEUROPSICOFARMACOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [328], "students": [211, 212, 213, 214, 215, 216, 217, 218]}},
{"model": "subjects.subject", "pk": 178, "fields": {"name": "FARMACOLOGIA CARDIORENAL", "slug": "farmacologia-cardiorenal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FARMACOLOGIA CARDIORENAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FARMACOLOGIA CARDIORENAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [329], "students": [219, 220, 221, 222, 223, 224, 225, 226]}},
{"model": "subjects.subject", "pk": 179, "fields": {"name": "FARMACOLOGIA BIOQUIMICA E MOLECULAR", "slug": "farmacologia-bioquimica-e-molecular", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FARMACOLOGIA BIOQUIMICA E MOLECULAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FARMACOLOGIA BIOQUIMICA E MOLECULAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [330], "students": [227, 228, 229, 230, 231, 232, 233, 234]}},
{"model": "subjects.subject", "pk": 180, "fields": {"name": "ETNOFARMACOLOGIA", "slug": "etnofarmacologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ETNOFARMACOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ETNOFARMACOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [331], "students": [235, 236, 237, 238, 239, 240, 241, 242]}},
{"model": "subjects.subject", "pk": 181, "fields": {"name": "TOXICOLOGIA", "slug": "toxicologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TOXICOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TOXICOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [332], "students": [243, 244, 245, 246, 247, 248, 249, 250]}},
{"model": "subjects.subject", "pk": 182, "fields": {"name": "FARMACOLOGIA CL\u00cdNICA", "slug": "farmacologia-clinica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FARMACOLOGIA CL\u00cdNICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FARMACOLOGIA CL\u00cdNICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [333], "students": [251, 252, 253, 254, 255, 256, 257, 258]}},
{"model": "subjects.subject", "pk": 183, "fields": {"name": "IMUNOQU\u00cdMICA", "slug": "imunoquimica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>IMUNOQU\u00cdMICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>IMUNOQU\u00cdMICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [334], "students": [259, 260, 261, 262, 263, 264, 265, 266]}},
{"model": "subjects.subject", "pk": 184, "fields": {"name": "IMUNOLOGIA CELULAR", "slug": "imunologia-celular", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>IMUNOLOGIA CELULAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>IMUNOLOGIA CELULAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [335], "students": [267, 268, 269, 270, 271, 272, 273, 274]}},
{"model": "subjects.subject", "pk": 185, "fields": {"name": "IMUNOGEN\u00c9TICA", "slug": "imunogenetica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>IMUNOGEN\u00c9TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>IMUNOGEN\u00c9TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [336], "students": [275, 276, 277, 278, 279, 280, 281, 282]}},
{"model": "subjects.subject", "pk": 186, "fields": {"name": "IMUNOLOGIA APLICADA", "slug": "imunologia-aplicada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>IMUNOLOGIA APLICADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>IMUNOLOGIA APLICADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [337], "students": [283, 284, 285, 286, 287, 288, 289, 290]}},
{"model": "subjects.subject", "pk": 187, "fields": {"name": "BIOLOGIA E FISIOLOGIA DOS MICROORGANISMOS", "slug": "biologia-e-fisiologia-dos-microorganismos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BIOLOGIA E FISIOLOGIA DOS MICROORGANISMOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BIOLOGIA E FISIOLOGIA DOS MICROORGANISMOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [338], "students": [291, 292, 293, 294, 295, 296, 297, 298]}},
{"model": "subjects.subject", "pk": 188, "fields": {"name": "VIROLOGIA", "slug": "virologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>VIROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>VIROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [339], "students": [2, 3, 4, 5, 6, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 189, "fields": {"name": "BACTEROLOGIA", "slug": "bacterologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BACTEROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BACTEROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [340], "students": [7, 8, 9, 10, 11, 12, 13, 14]}},
{"model": "subjects.subject", "pk": 190, "fields": {"name": "MICOLOGIA", "slug": "micologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MICOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MICOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [341], "students": [15, 16, 17, 18, 19, 20, 21, 22]}},
{"model": "subjects.subject", "pk": 191, "fields": {"name": "MICROBIOLOGIA APLICADA", "slug": "microbiologia-aplicada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MICROBIOLOGIA APLICADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MICROBIOLOGIA APLICADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [342], "students": [23, 24, 25, 26, 27, 28, 29, 30]}},
{"model": "subjects.subject", "pk": 192, "fields": {"name": "MICROBIOLOGIA M\u00c9DICA", "slug": "microbiologia-medica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MICROBIOLOGIA M\u00c9DICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MICROBIOLOGIA M\u00c9DICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [343], "students": [31, 32, 33, 34, 35, 36, 37, 38]}},
{"model": "subjects.subject", "pk": 193, "fields": {"name": "MICROBIOLOGIA INDUSTRIAL E DE FERMENTA\u00c7\u00c3O", "slug": "microbiologia-industrial-e-de-fermentacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MICROBIOLOGIA INDUSTRIAL E DE FERMENTA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MICROBIOLOGIA INDUSTRIAL E DE FERMENTA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [344], "students": [39, 40, 41, 42, 43, 44, 45, 46]}},
{"model": "subjects.subject", "pk": 194, "fields": {"name": "PROTOZOOLOGIA DE PARASITOS", "slug": "protozoologia-de-parasitos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROTOZOOLOGIA DE PARASITOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROTOZOOLOGIA DE PARASITOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [345], "students": [47, 48, 49, 50, 51, 52, 53, 54]}},
{"model": "subjects.subject", "pk": 195, "fields": {"name": "PROTOZOOLOGIA PARASIT\u00c1RIA HUMANA", "slug": "protozoologia-parasitaria-humana", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROTOZOOLOGIA PARASIT\u00c1RIA HUMANA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROTOZOOLOGIA PARASIT\u00c1RIA HUMANA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [346], "students": [55, 56, 57, 58, 59, 60, 61, 62]}},
{"model": "subjects.subject", "pk": 196, "fields": {"name": "PROTOZOOLOGIA PARASIT\u00c1RIA ANIMAL", "slug": "protozoologia-parasitaria-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROTOZOOLOGIA PARASIT\u00c1RIA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROTOZOOLOGIA PARASIT\u00c1RIA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [347], "students": [63, 64, 65, 66, 67, 68, 69, 70]}},
{"model": "subjects.subject", "pk": 197, "fields": {"name": "HELMINTOLOGIA DE PARASITOS", "slug": "helmintologia-de-parasitos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HELMINTOLOGIA DE PARASITOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HELMINTOLOGIA DE PARASITOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [348], "students": [71, 72, 73, 74, 75, 76, 77, 78]}},
{"model": "subjects.subject", "pk": 198, "fields": {"name": "HELMINTOLOGIA HUMANA", "slug": "helmintologia-humana", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HELMINTOLOGIA HUMANA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HELMINTOLOGIA HUMANA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [349], "students": [79, 80, 81, 82, 83, 84, 85, 86]}},
{"model": "subjects.subject", "pk": 199, "fields": {"name": "HELMINTOLOGIA ANIMAL", "slug": "helmintologia-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HELMINTOLOGIA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HELMINTOLOGIA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [350], "students": [87, 88, 89, 90, 91, 92, 93, 94]}},
{"model": "subjects.subject", "pk": 200, "fields": {"name": "ENTOMOLOGIA E MALACOLOGIA DE PARASITOS E VETORES", "slug": "entomologia-e-malacologia-de-parasitos-e-vetores", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENTOMOLOGIA E MALACOLOGIA DE PARASITOS E VETORES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENTOMOLOGIA E MALACOLOGIA DE PARASITOS E VETORES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [351], "students": [95, 96, 97, 98, 99, 100, 101, 102]}},
{"model": "subjects.subject", "pk": 201, "fields": {"name": "ECOLOGIA TE\u00d3RICA", "slug": "ecologia-teorica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECOLOGIA TE\u00d3RICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECOLOGIA TE\u00d3RICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [302], "students": [103, 104, 105, 106, 107, 108, 109, 110]}},
{"model": "subjects.subject", "pk": 202, "fields": {"name": "ECOLOGIA DE ECOSSISTEMAS", "slug": "ecologia-de-ecossistemas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECOLOGIA DE ECOSSISTEMAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECOLOGIA DE ECOSSISTEMAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [303], "students": [111, 112, 113, 114, 115, 116, 117, 118]}},
{"model": "subjects.subject", "pk": 203, "fields": {"name": "ECOLOGIA APLICADA", "slug": "ecologia-aplicada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECOLOGIA APLICADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECOLOGIA APLICADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [304], "students": [119, 120, 121, 122, 123, 124, 125, 126]}},
{"model": "subjects.subject", "pk": 204, "fields": {"name": "OCEANOGRAFIA BIOL\u00d3GICA", "slug": "oceanografia-biologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>OCEANOGRAFIA BIOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>OCEANOGRAFIA BIOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [305], "students": [127, 128, 129, 130, 131, 132, 133, 134]}},
{"model": "subjects.subject", "pk": 205, "fields": {"name": "INTER.ENTRE OS ORGAN.MARINHOS E OS PAR\u00c2METROS AMBIENTAIS", "slug": "interentre-os-organmarinhos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INTER.ENTRE OS ORGAN.MARINHOS E OS PAR\u00c2METROS AMBIENTAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INTER.ENTRE OS ORGAN.MARINHOS E OS PAR\u00c2METROS AMBIENTAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [306], "students": [135, 136, 137, 138, 139, 140, 141, 142]}},
{"model": "subjects.subject", "pk": 206, "fields": {"name": "PALEOBOT\u00c2NICA", "slug": "paleobotanica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PALEOBOT\u00c2NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PALEOBOT\u00c2NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [307], "students": [143, 144, 145, 146, 147, 148, 149, 150]}},
{"model": "subjects.subject", "pk": 207, "fields": {"name": "MORFOLOGIA VEGETAL", "slug": "morfologia-vegetal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MORFOLOGIA VEGETAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MORFOLOGIA VEGETAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [308], "students": [151, 152, 153, 154, 155, 156, 157, 158]}},
{"model": "subjects.subject", "pk": 208, "fields": {"name": "MORFOLOGIA EXTERNA", "slug": "morfologia-externa", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MORFOLOGIA EXTERNA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MORFOLOGIA EXTERNA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [309], "students": [159, 160, 161, 162, 163, 164, 165, 166]}},
{"model": "subjects.subject", "pk": 209, "fields": {"name": "CITOLOGIA VEGETAL", "slug": "citologia-vegetal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CITOLOGIA VEGETAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CITOLOGIA VEGETAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [310], "students": [167, 168, 169, 170, 171, 172, 173, 174]}},
{"model": "subjects.subject", "pk": 210, "fields": {"name": "ANATOMIA VEGETAL", "slug": "anatomia-vegetal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANATOMIA VEGETAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANATOMIA VEGETAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [311], "students": [175, 176, 177]}},
{"model": "subjects.subject", "pk": 211, "fields": {"name": "PALINOLOGIA", "slug": "palinologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PALINOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PALINOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [312], "students": [178, 179, 180]}},
{"model": "subjects.subject", "pk": 212, "fields": {"name": "FISIOLOGIA VEGETAL", "slug": "fisiologia-vegetal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA VEGETAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA VEGETAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [313], "students": [181, 182, 183]}},
{"model": "subjects.subject", "pk": 213, "fields": {"name": "NUTRI\u00c7\u00c3O E CRESCIMENTO VEGETAL", "slug": "nutricao-e-crescimento-vegetal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>NUTRI\u00c7\u00c3O E CRESCIMENTO VEGETAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>NUTRI\u00c7\u00c3O E CRESCIMENTO VEGETAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [314], "students": [184, 185, 186]}},
{"model": "subjects.subject", "pk": 214, "fields": {"name": "REPRODU\u00c7\u00c3O VEGETAL", "slug": "reproducao-vegetal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>REPRODU\u00c7\u00c3O VEGETAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>REPRODU\u00c7\u00c3O VEGETAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [315], "students": [187, 188, 189]}},
{"model": "subjects.subject", "pk": 215, "fields": {"name": "ECOFISIOLOGIA VEGETAL", "slug": "ecofisiologia-vegetal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECOFISIOLOGIA VEGETAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECOFISIOLOGIA VEGETAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [316], "students": [190, 191, 192]}},
{"model": "subjects.subject", "pk": 216, "fields": {"name": "TAXONOMIA VEGETAL", "slug": "taxonomia-vegetal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TAXONOMIA VEGETAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TAXONOMIA VEGETAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [317], "students": [193, 194, 195]}},
{"model": "subjects.subject", "pk": 217, "fields": {"name": "TAXONOMIA DE CRIPT\u00d3GAMOS", "slug": "taxonomia-de-criptogamos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TAXONOMIA DE CRIPT\u00d3GAMOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TAXONOMIA DE CRIPT\u00d3GAMOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [318], "students": [196, 197, 198]}},
{"model": "subjects.subject", "pk": 218, "fields": {"name": "TAXONOMIA DE FANEROGAMOS", "slug": "taxonomia-de-fanerogamos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TAXONOMIA DE FANEROGAMOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TAXONOMIA DE FANEROGAMOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [319], "students": [199, 200, 201]}},
{"model": "subjects.subject", "pk": 219, "fields": {"name": "FITOGEOGRAFIA", "slug": "fitogeografia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FITOGEOGRAFIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FITOGEOGRAFIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [320], "students": [202, 203, 204]}},
{"model": "subjects.subject", "pk": 220, "fields": {"name": "BOT\u00c2NICA APLICADA", "slug": "botanica-aplicada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BOT\u00c2NICA APLICADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BOT\u00c2NICA APLICADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [321], "students": [205, 206, 207]}},
{"model": "subjects.subject", "pk": 221, "fields": {"name": "PALEOZOOLOGIA", "slug": "paleozoologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PALEOZOOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PALEOZOOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [322], "students": [208, 209, 210]}},
{"model": "subjects.subject", "pk": 222, "fields": {"name": "MORFOLOGIA DOS GRUPOS RECENTES", "slug": "morfologia-dos-grupos-recentes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MORFOLOGIA DOS GRUPOS RECENTES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MORFOLOGIA DOS GRUPOS RECENTES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [323], "students": [211, 212, 213]}},
{"model": "subjects.subject", "pk": 223, "fields": {"name": "FISIOLOGIA DOS GRUPOS RECENTES", "slug": "fisiologia-dos-grupos-recentes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA DOS GRUPOS RECENTES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA DOS GRUPOS RECENTES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [324], "students": [214, 215, 216]}},
{"model": "subjects.subject", "pk": 224, "fields": {"name": "COMPORTAMENTO ANIMAL", "slug": "comportamento-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>COMPORTAMENTO ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>COMPORTAMENTO ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [325], "students": [217, 218, 219]}},
{"model": "subjects.subject", "pk": 225, "fields": {"name": "TAXONOMIA DOS GRUPOS RECENTES", "slug": "taxonomia-dos-grupos-recentes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TAXONOMIA DOS GRUPOS RECENTES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TAXONOMIA DOS GRUPOS RECENTES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [326], "students": [220, 221, 222]}},
{"model": "subjects.subject", "pk": 226, "fields": {"name": "ZOOLOGIA APLICADA", "slug": "zoologia-aplicada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ZOOLOGIA APLICADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ZOOLOGIA APLICADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [327], "students": [223, 224, 225]}},
{"model": "subjects.subject", "pk": 227, "fields": {"name": "CONSERVA\u00c7\u00c3O DAS ESP\u00c9CIES ANIMAIS", "slug": "conservacao-das-especies-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONSERVA\u00c7\u00c3O DAS ESP\u00c9CIES ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONSERVA\u00c7\u00c3O DAS ESP\u00c9CIES ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [328], "students": [226, 227, 228]}},
{"model": "subjects.subject", "pk": 228, "fields": {"name": "UTILIZA\u00c7\u00c3O DOS ANIMAIS", "slug": "utilizacao-dos-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>UTILIZA\u00c7\u00c3O DOS ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>UTILIZA\u00c7\u00c3O DOS ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [329], "students": [229, 230, 231]}},
{"model": "subjects.subject", "pk": 229, "fields": {"name": "CONTROLE POPULACIONAL DE ANIMAIS", "slug": "controle-populacional-de-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONTROLE POPULACIONAL DE ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONTROLE POPULACIONAL DE ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 9, "max_upload_size": 1024, "tags": [11, 12], "professor": [330], "students": [232, 233, 234]}},
{"model": "subjects.subject", "pk": 230, "fields": {"name": "TEORIA DA COMUNICA\u00c7\u00c3O", "slug": "teoria-da-comunicacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DA COMUNICA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DA COMUNICA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [331], "students": [235, 236, 237]}},
{"model": "subjects.subject", "pk": 231, "fields": {"name": "JORNALISMO E EDITORA\u00c7\u00c3O", "slug": "jornalismo-e-editoracao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>JORNALISMO E EDITORA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>JORNALISMO E EDITORA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [332], "students": [238, 239, 240]}},
{"model": "subjects.subject", "pk": 232, "fields": {"name": "TEORIA E \u00c9TICA DO JORNALISMO", "slug": "teoria-e-etica-do-jornalismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA E \u00c9TICA DO JORNALISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA E \u00c9TICA DO JORNALISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [333], "students": [241, 242, 243]}},
{"model": "subjects.subject", "pk": 233, "fields": {"name": "ORGANIZA\u00c7\u00c3O EDITORIAL DE JORNAIS", "slug": "organizacao-editorial-de-jornais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ORGANIZA\u00c7\u00c3O EDITORIAL DE JORNAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ORGANIZA\u00c7\u00c3O EDITORIAL DE JORNAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [334], "students": [244, 245, 246]}},
{"model": "subjects.subject", "pk": 234, "fields": {"name": "ORGANIZA\u00c7\u00c3O COMERCIAL DE JORNAIS", "slug": "organizacao-comercial-de-jornais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ORGANIZA\u00c7\u00c3O COMERCIAL DE JORNAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ORGANIZA\u00c7\u00c3O COMERCIAL DE JORNAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [335], "students": [247, 248, 249]}},
{"model": "subjects.subject", "pk": 235, "fields": {"name": "JORNALISMO ESPECIALIZADO (COMUNIT\u00c1RIO, RURAL, EMP. CIENTIF.)", "slug": "jornalismo-especializado", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>JORNALISMO ESPECIALIZADO (COMUNIT\u00c1RIO, RURAL, EMP. CIENTIF.)</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>JORNALISMO ESPECIALIZADO (COMUNIT\u00c1RIO, RURAL, EMP. CIENTIF.)</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [336], "students": [250, 251, 252]}},
{"model": "subjects.subject", "pk": 236, "fields": {"name": "R\u00c1DIO E TELEVIS\u00c3O", "slug": "radio-e-televisao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>R\u00c1DIO E TELEVIS\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>R\u00c1DIO E TELEVIS\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [337], "students": [253, 254, 255]}},
{"model": "subjects.subject", "pk": 237, "fields": {"name": "RADIODIFUS\u00c3O", "slug": "radiodifusao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RADIODIFUS\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RADIODIFUS\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [338], "students": [256, 257, 258]}},
{"model": "subjects.subject", "pk": 238, "fields": {"name": "VIDEODIFUS\u00c3O", "slug": "videodifusao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>VIDEODIFUS\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>VIDEODIFUS\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [339], "students": [259, 260, 261]}},
{"model": "subjects.subject", "pk": 239, "fields": {"name": "RELA\u00c7\u00d5ES P\u00daBLICAS E PROPAGANDA", "slug": "relacoes-publicas-e-propaganda", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RELA\u00c7\u00d5ES P\u00daBLICAS E PROPAGANDA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RELA\u00c7\u00d5ES P\u00daBLICAS E PROPAGANDA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [340], "students": [262, 263, 264]}},
{"model": "subjects.subject", "pk": 240, "fields": {"name": "COMUNICA\u00c7\u00c3O VISUAL", "slug": "comunicacao-visual", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>COMUNICA\u00c7\u00c3O VISUAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>COMUNICA\u00c7\u00c3O VISUAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [341], "students": [265, 266, 267]}},
{"model": "subjects.subject", "pk": 241, "fields": {"name": "PROGRAMA\u00c7\u00c3O VISUAL", "slug": "programacao-visual", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROGRAMA\u00c7\u00c3O VISUAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROGRAMA\u00c7\u00c3O VISUAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [342], "students": [268, 269, 270]}},
{"model": "subjects.subject", "pk": 242, "fields": {"name": "DESENHO DE PRODUTO", "slug": "desenho-de-produto", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DESENHO DE PRODUTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DESENHO DE PRODUTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 10, "max_upload_size": 1024, "tags": [13], "professor": [343], "students": [271, 272, 273]}},
{"model": "subjects.subject", "pk": 243, "fields": {"name": "TEORIA DO DIREITO", "slug": "teoria-do-direito", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DO DIREITO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DO DIREITO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [344], "students": [274, 275, 276]}},
{"model": "subjects.subject", "pk": 244, "fields": {"name": "TEORIA GERAL DO DIREITO", "slug": "teoria-geral-do-direito", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA GERAL DO DIREITO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA GERAL DO DIREITO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [345], "students": [277, 278, 279]}},
{"model": "subjects.subject", "pk": 245, "fields": {"name": "TEORIA GERAL DO PROCESSO", "slug": "teoria-geral-do-processo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA GERAL DO PROCESSO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA GERAL DO PROCESSO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [346], "students": [280, 281, 282]}},
{"model": "subjects.subject", "pk": 246, "fields": {"name": "TEORIA DO ESTADO", "slug": "teoria-do-estado", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DO ESTADO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DO ESTADO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [347], "students": [283, 284, 285]}},
{"model": "subjects.subject", "pk": 247, "fields": {"name": "HIST\u00d3RIA DO DIREITO", "slug": "historia-do-direito", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DO DIREITO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DO DIREITO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [348], "students": [286, 287, 288]}},
{"model": "subjects.subject", "pk": 248, "fields": {"name": "FILOSOFIA DO DIREITO", "slug": "filosofia-do-direito", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FILOSOFIA DO DIREITO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FILOSOFIA DO DIREITO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [349], "students": [289, 290, 291]}},
{"model": "subjects.subject", "pk": 249, "fields": {"name": "L\u00d3GICA JUR\u00cdDICA", "slug": "logica-juridica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>L\u00d3GICA JUR\u00cdDICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>L\u00d3GICA JUR\u00cdDICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [350], "students": [292, 293, 294]}},
{"model": "subjects.subject", "pk": 250, "fields": {"name": "SOCIOLOGIA JUR\u00cdDICA", "slug": "sociologia-juridica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SOCIOLOGIA JUR\u00cdDICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SOCIOLOGIA JUR\u00cdDICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [351], "students": [295, 296, 297]}},
{"model": "subjects.subject", "pk": 251, "fields": {"name": "ANTROPOLOGIA JUR\u00cdDICA", "slug": "antropologia-juridica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANTROPOLOGIA JUR\u00cdDICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANTROPOLOGIA JUR\u00cdDICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [302], "students": [298, 299, 300]}},
{"model": "subjects.subject", "pk": 252, "fields": {"name": "DIREITO P\u00daBLICO", "slug": "direito-publico", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO P\u00daBLICO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO P\u00daBLICO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [303], "students": [2, 3, 301]}},
{"model": "subjects.subject", "pk": 253, "fields": {"name": "DIREITO TRIBUT\u00c1RIO", "slug": "direito-tributario", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO TRIBUT\u00c1RIO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO TRIBUT\u00c1RIO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [304], "students": [4, 5, 6]}},
{"model": "subjects.subject", "pk": 254, "fields": {"name": "DIREITO PENAL", "slug": "direito-penal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO PENAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO PENAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [305], "students": [7, 8, 9]}},
{"model": "subjects.subject", "pk": 255, "fields": {"name": "DIREITO PROCESSUAL PENAL", "slug": "direito-processual-penal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO PROCESSUAL PENAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO PROCESSUAL PENAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [306], "students": [10, 11, 12]}},
{"model": "subjects.subject", "pk": 256, "fields": {"name": "DIREITO PROCESSUAL CIVIL", "slug": "direito-processual-civil", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO PROCESSUAL CIVIL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO PROCESSUAL CIVIL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [307], "students": [13, 14, 15]}},
{"model": "subjects.subject", "pk": 257, "fields": {"name": "DIREITO CONSTITUCIONAL", "slug": "direito-constitucional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO CONSTITUCIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO CONSTITUCIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [308], "students": [16, 17, 18]}},
{"model": "subjects.subject", "pk": 258, "fields": {"name": "DIREITO ADMINISTRATIVO", "slug": "direito-administrativo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO ADMINISTRATIVO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO ADMINISTRATIVO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [309], "students": [19, 20, 21]}},
{"model": "subjects.subject", "pk": 259, "fields": {"name": "DIREITO INTERNACIONAL P\u00daBLICO", "slug": "direito-internacional-publico", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO INTERNACIONAL P\u00daBLICO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO INTERNACIONAL P\u00daBLICO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [310], "students": [22, 23, 24]}},
{"model": "subjects.subject", "pk": 260, "fields": {"name": "DIREITO PRIVADO", "slug": "direito-privado", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO PRIVADO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO PRIVADO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [311], "students": [25, 26, 27]}},
{"model": "subjects.subject", "pk": 261, "fields": {"name": "DIREITO CIVIL", "slug": "direito-civil", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO CIVIL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO CIVIL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [312], "students": [28, 29, 30]}},
{"model": "subjects.subject", "pk": 262, "fields": {"name": "DIREITO COMERCIAL", "slug": "direito-comercial", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO COMERCIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO COMERCIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [313], "students": [31, 32, 33]}},
{"model": "subjects.subject", "pk": 263, "fields": {"name": "DIREITO DO TRABALHO", "slug": "direito-do-trabalho", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO DO TRABALHO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO DO TRABALHO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [314], "students": [34, 35, 36]}},
{"model": "subjects.subject", "pk": 264, "fields": {"name": "DIREITO INTERNACIONAL PRIVADO", "slug": "direito-internacional-privado", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITO INTERNACIONAL PRIVADO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITO INTERNACIONAL PRIVADO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [315], "students": [37, 38, 39]}},
{"model": "subjects.subject", "pk": 265, "fields": {"name": "DIREITOS ESPECIAIS", "slug": "direitos-especiais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIREITOS ESPECIAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIREITOS ESPECIAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 11, "max_upload_size": 1024, "tags": [14], "professor": [316], "students": [40, 41, 42]}},
{"model": "subjects.subject", "pk": 266, "fields": {"name": "TEORIA ECON\u00d4MICA", "slug": "teoria-economica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA ECON\u00d4MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA ECON\u00d4MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [317], "students": [43, 44, 45]}},
{"model": "subjects.subject", "pk": 267, "fields": {"name": "ECONOMIA GERAL", "slug": "economia-geral", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA GERAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA GERAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [318], "students": [46, 47, 48]}},
{"model": "subjects.subject", "pk": 268, "fields": {"name": "TEORIA GERAL DA ECONOMIA", "slug": "teoria-geral-da-economia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA GERAL DA ECONOMIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA GERAL DA ECONOMIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [319], "students": [49, 50, 51]}},
{"model": "subjects.subject", "pk": 269, "fields": {"name": "HIST\u00d3RIA DO PENSAMENTO ECON\u00d4MICO", "slug": "historia-do-pensamento-economico", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DO PENSAMENTO ECON\u00d4MICO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DO PENSAMENTO ECON\u00d4MICO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [320], "students": [52, 53, 54]}},
{"model": "subjects.subject", "pk": 270, "fields": {"name": "HIST\u00d3RIA ECON\u00d4MICA", "slug": "historia-economica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA ECON\u00d4MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA ECON\u00d4MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [321], "students": [55, 56, 57]}},
{"model": "subjects.subject", "pk": 271, "fields": {"name": "SISTEMAS ECON\u00d4MICOS", "slug": "sistemas-economicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SISTEMAS ECON\u00d4MICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SISTEMAS ECON\u00d4MICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [322], "students": [58, 59, 60]}},
{"model": "subjects.subject", "pk": 272, "fields": {"name": "M\u00c9TODOS QUANTITATIVOS EM ECONOMIA", "slug": "metodos-quantitativos-em-economia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>M\u00c9TODOS QUANTITATIVOS EM ECONOMIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>M\u00c9TODOS QUANTITATIVOS EM ECONOMIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [323], "students": [61, 62, 63]}},
{"model": "subjects.subject", "pk": 273, "fields": {"name": "M\u00c9TODOS E MODELOS MATEM\u00c1T., ECONOM\u00c9TRICOS E ESTAT\u00cdSTICOS", "slug": "metodos-e-modelos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>M\u00c9TODOS E MODELOS MATEM\u00c1T., ECONOM\u00c9TRICOS E ESTAT\u00cdSTICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>M\u00c9TODOS E MODELOS MATEM\u00c1T., ECONOM\u00c9TRICOS E ESTAT\u00cdSTICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [324], "students": [64, 65, 66]}},
{"model": "subjects.subject", "pk": 274, "fields": {"name": "ESTAT\u00cdSTICA S\u00d3CIO-ECON\u00d4MICA", "slug": "estatistica-socio-economica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTAT\u00cdSTICA S\u00d3CIO-ECON\u00d4MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTAT\u00cdSTICA S\u00d3CIO-ECON\u00d4MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [325], "students": [67, 68, 69]}},
{"model": "subjects.subject", "pk": 275, "fields": {"name": "CONTABILIDADE NACIONAL", "slug": "contabilidade-nacional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONTABILIDADE NACIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONTABILIDADE NACIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [326], "students": [70, 71, 72]}},
{"model": "subjects.subject", "pk": 276, "fields": {"name": "ECONOMIA MATEM\u00c1TICA", "slug": "economia-matematica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA MATEM\u00c1TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA MATEM\u00c1TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [327], "students": [73, 74, 75]}},
{"model": "subjects.subject", "pk": 277, "fields": {"name": "ECONOMIA MONET\u00c1RIA E FISCAL", "slug": "economia-monetaria-e-fiscal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA MONET\u00c1RIA E FISCAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA MONET\u00c1RIA E FISCAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [328], "students": [76, 77, 78]}},
{"model": "subjects.subject", "pk": 278, "fields": {"name": "TEORIA MONET\u00c1RIA E FINANCEIRA", "slug": "teoria-monetaria-e-financeira", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA MONET\u00c1RIA E FINANCEIRA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA MONET\u00c1RIA E FINANCEIRA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [329], "students": [79, 80, 81]}},
{"model": "subjects.subject", "pk": 279, "fields": {"name": "INSTITUI\u00c7\u00d5ES MONET\u00c1RIAS E FINANCEIRAS DO BRASIL", "slug": "instituicoes-monetarias-e-financeiras-do-brasil", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTITUI\u00c7\u00d5ES MONET\u00c1RIAS E FINANCEIRAS DO BRASIL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTITUI\u00c7\u00d5ES MONET\u00c1RIAS E FINANCEIRAS DO BRASIL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [330], "students": [82, 83, 84]}},
{"model": "subjects.subject", "pk": 280, "fields": {"name": "FINAN\u00c7AS P\u00daBLICAS INTERNAS", "slug": "financas-publicas-internas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FINAN\u00c7AS P\u00daBLICAS INTERNAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FINAN\u00c7AS P\u00daBLICAS INTERNAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [331], "students": [85, 86, 87]}},
{"model": "subjects.subject", "pk": 281, "fields": {"name": "POL\u00cdTICA FISCAL DO BRASIL", "slug": "politica-fiscal-do-brasil", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>POL\u00cdTICA FISCAL DO BRASIL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>POL\u00cdTICA FISCAL DO BRASIL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [332], "students": [88, 89, 90]}},
{"model": "subjects.subject", "pk": 282, "fields": {"name": "CRESCIMENTO, FLUTUA\u00c7\u00d5ES E PLANEJAMENTO ECON\u00d4MICO", "slug": "crescimento-flutuacoes-e-planejamento", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CRESCIMENTO, FLUTUA\u00c7\u00d5ES E PLANEJAMENTO ECON\u00d4MICO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CRESCIMENTO, FLUTUA\u00c7\u00d5ES E PLANEJAMENTO ECON\u00d4MICO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [333], "students": [91, 92, 93]}},
{"model": "subjects.subject", "pk": 283, "fields": {"name": "CRESCIMENTO E DESENVOLVIMENTO ECON\u00d4MICO", "slug": "crescimento-e-desenvolvimento-economico", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CRESCIMENTO E DESENVOLVIMENTO ECON\u00d4MICO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CRESCIMENTO E DESENVOLVIMENTO ECON\u00d4MICO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [334], "students": [94, 95, 96]}},
{"model": "subjects.subject", "pk": 284, "fields": {"name": "TEORIA E POL\u00cdTICA DE PLANEJAMENTO ECON\u00d4MICO", "slug": "teoria-e-politica-de-planejamento-economico", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA E POL\u00cdTICA DE PLANEJAMENTO ECON\u00d4MICO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA E POL\u00cdTICA DE PLANEJAMENTO ECON\u00d4MICO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [335], "students": [97, 98, 99]}},
{"model": "subjects.subject", "pk": 285, "fields": {"name": "FLUTA\u00c7\u00d5ES CICL\u00cdCAS E PROJE\u00c7\u00d5ES ECON\u00d4MICAS", "slug": "flutacoes-ciclicas-e-projecoes-economicas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FLUTA\u00c7\u00d5ES CICL\u00cdCAS E PROJE\u00c7\u00d5ES ECON\u00d4MICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FLUTA\u00c7\u00d5ES CICL\u00cdCAS E PROJE\u00c7\u00d5ES ECON\u00d4MICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [336], "students": [100, 101, 102]}},
{"model": "subjects.subject", "pk": 286, "fields": {"name": "INFLA\u00c7\u00c3O", "slug": "inflacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INFLA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INFLA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [337], "students": [103, 104, 105]}},
{"model": "subjects.subject", "pk": 287, "fields": {"name": "ECONOMIA INTERNACIONAL", "slug": "economia-internacional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA INTERNACIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA INTERNACIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [338], "students": [106, 107, 108]}},
{"model": "subjects.subject", "pk": 288, "fields": {"name": "TEORIA DO COM\u00c9RCIO INTERNACIONAL", "slug": "teoria-do-comercio-internacional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DO COM\u00c9RCIO INTERNACIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DO COM\u00c9RCIO INTERNACIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [339], "students": [109, 110, 111]}},
{"model": "subjects.subject", "pk": 289, "fields": {"name": "RELA\u00c7\u00d5ES DO COM\u00c9RCIO; POL\u00cdT. COMERCIAL; INTEGRA\u00c7\u00c3O ECON\u00d4MICA", "slug": "relacoes-do-comercio", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RELA\u00c7\u00d5ES DO COM\u00c9RCIO; POL\u00cdT. COMERCIAL; INTEGRA\u00c7\u00c3O ECON\u00d4MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RELA\u00c7\u00d5ES DO COM\u00c9RCIO; POL\u00cdT. COMERCIAL; INTEGRA\u00c7\u00c3O ECON\u00d4MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [340], "students": [112, 113, 114]}},
{"model": "subjects.subject", "pk": 290, "fields": {"name": "BALAN\u00c7O DE PAGAMENTO; FINAN\u00c7AS INTERNACIONAIS", "slug": "balanco-de-pagamento-financas-internacionais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BALAN\u00c7O DE PAGAMENTO; FINAN\u00c7AS INTERNACIONAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BALAN\u00c7O DE PAGAMENTO; FINAN\u00c7AS INTERNACIONAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [341], "students": [115, 116, 117]}},
{"model": "subjects.subject", "pk": 291, "fields": {"name": "INVESTIMENTOS INTERNACIONAIS E AJUDA EXTERNA", "slug": "investimentos-internacionais-e-ajuda-externa", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INVESTIMENTOS INTERNACIONAIS E AJUDA EXTERNA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INVESTIMENTOS INTERNACIONAIS E AJUDA EXTERNA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [342], "students": [118, 119, 120]}},
{"model": "subjects.subject", "pk": 292, "fields": {"name": "ECONOMIA DOS RECURSOS HUMANOS", "slug": "economia-dos-recursos-humanos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA DOS RECURSOS HUMANOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA DOS RECURSOS HUMANOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [343], "students": [121, 122, 123]}},
{"model": "subjects.subject", "pk": 293, "fields": {"name": "TREIN. E ALOCA\u00c7\u00c3O DE M\u00c3O-DE-OBRA;OFERTA M\u00c3O-DE-OBRA F. TRAB.", "slug": "trein-e-alocacao-de-mao-de-obra", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TREIN. E ALOCA\u00c7\u00c3O DE M\u00c3O-DE-OBRA;OFERTA M\u00c3O-DE-OBRA F. TRAB.</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TREIN. E ALOCA\u00c7\u00c3O DE M\u00c3O-DE-OBRA;OFERTA M\u00c3O-DE-OBRA F. TRAB.</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [344], "students": [124, 125, 126]}},
{"model": "subjects.subject", "pk": 294, "fields": {"name": "MERCADO DE TRABALHO; POL\u00cdTICA DO GOVERNO", "slug": "mercado-de-trabalho-politica-do-governo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MERCADO DE TRABALHO; POL\u00cdTICA DO GOVERNO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MERCADO DE TRABALHO; POL\u00cdTICA DO GOVERNO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [345], "students": [127, 128, 129]}},
{"model": "subjects.subject", "pk": 295, "fields": {"name": "SINDICATOS, DISS\u00cdDIOS COLET., RELA\u00c7\u00d5ES DE EMPREGO(EMP./EMP)", "slug": "sindicatos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SINDICATOS, DISS\u00cdDIOS COLET., RELA\u00c7\u00d5ES DE EMPREGO(EMP./EMP)</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SINDICATOS, DISS\u00cdDIOS COLET., RELA\u00c7\u00d5ES DE EMPREGO(EMP./EMP)</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [346], "students": [130, 131, 132]}},
{"model": "subjects.subject", "pk": 296, "fields": {"name": "CAPITAL HUMANO", "slug": "capital-humano", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CAPITAL HUMANO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CAPITAL HUMANO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [347], "students": [133, 134, 135]}},
{"model": "subjects.subject", "pk": 297, "fields": {"name": "DEMOGRAFIA ECON\u00d4MICA", "slug": "demografia-economica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DEMOGRAFIA ECON\u00d4MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DEMOGRAFIA ECON\u00d4MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [348], "students": [136, 137, 138]}},
{"model": "subjects.subject", "pk": 298, "fields": {"name": "ECONOMIA INDUSTRIAL", "slug": "economia-industrial", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA INDUSTRIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA INDUSTRIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [349], "students": [139, 140, 141]}},
{"model": "subjects.subject", "pk": 299, "fields": {"name": "ORGANIZA\u00c7\u00c3O INDUSTRIAL E ESTUDOS INDUSTRIAIS", "slug": "organizacao-industrial-e-estudos-industriais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ORGANIZA\u00c7\u00c3O INDUSTRIAL E ESTUDOS INDUSTRIAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ORGANIZA\u00c7\u00c3O INDUSTRIAL E ESTUDOS INDUSTRIAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [350], "students": [142, 143, 144]}},
{"model": "subjects.subject", "pk": 300, "fields": {"name": "MUDAN\u00c7A TECNOL\u00d3GICA", "slug": "mudanca-tecnologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MUDAN\u00c7A TECNOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MUDAN\u00c7A TECNOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [351], "students": [145, 146, 147]}},
{"model": "subjects.subject", "pk": 301, "fields": {"name": "ECONOMIA DO BEM-ESTAR SOCIAL", "slug": "economia-do-bem-estar-social", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA DO BEM-ESTAR SOCIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA DO BEM-ESTAR SOCIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [302], "students": [148, 149, 150]}},
{"model": "subjects.subject", "pk": 302, "fields": {"name": "ECONOMIA DOS PROGRAMAS DE BEM-ESTAR SOCIAL", "slug": "economia-dos-programas-de-bem-estar-social", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA DOS PROGRAMAS DE BEM-ESTAR SOCIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA DOS PROGRAMAS DE BEM-ESTAR SOCIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [303], "students": [151, 152, 153]}},
{"model": "subjects.subject", "pk": 303, "fields": {"name": "ECONOMIA DO CONSUMIDOR", "slug": "economia-do-consumidor", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA DO CONSUMIDOR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA DO CONSUMIDOR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [304], "students": [154, 155, 156]}},
{"model": "subjects.subject", "pk": 304, "fields": {"name": "ECONOMIA REGIONAL E URBANA", "slug": "economia-regional-e-urbana", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA REGIONAL E URBANA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA REGIONAL E URBANA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [305], "students": [157, 158, 159]}},
{"model": "subjects.subject", "pk": 305, "fields": {"name": "ECONOMIA REGIONAL", "slug": "economia-regional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA REGIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA REGIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [306], "students": [160, 161, 162]}},
{"model": "subjects.subject", "pk": 306, "fields": {"name": "ECONOMIA URBANA", "slug": "economia-urbana", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA URBANA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA URBANA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [307], "students": [163, 164, 165]}},
{"model": "subjects.subject", "pk": 307, "fields": {"name": "RENDA E TRIBUTA\u00c7\u00c3O", "slug": "renda-e-tributacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RENDA E TRIBUTA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RENDA E TRIBUTA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [308], "students": [166, 167, 168]}},
{"model": "subjects.subject", "pk": 308, "fields": {"name": "ECONOMIAS AGR\u00c1RIA E DOS RECURSOS NATURAIS", "slug": "economias-agraria-e-dos-recursos-naturais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIAS AGR\u00c1RIA E DOS RECURSOS NATURAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIAS AGR\u00c1RIA E DOS RECURSOS NATURAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [309], "students": [169, 170, 171]}},
{"model": "subjects.subject", "pk": 309, "fields": {"name": "ECONOMIA AGR\u00c1RIA", "slug": "economia-agraria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA AGR\u00c1RIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA AGR\u00c1RIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [310], "students": [172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182]}},
{"model": "subjects.subject", "pk": 310, "fields": {"name": "ECONOMIA DOS RECURSOS NATURAIS", "slug": "economia-dos-recursos-naturais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA DOS RECURSOS NATURAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA DOS RECURSOS NATURAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 12, "max_upload_size": 1024, "tags": [15], "professor": [311], "students": [183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193]}},
{"model": "subjects.subject", "pk": 311, "fields": {"name": "ENFERMAGEM M\u00c9DICO-CIR\u00daRGICA", "slug": "enfermagem-medico-cirurgica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENFERMAGEM M\u00c9DICO-CIR\u00daRGICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENFERMAGEM M\u00c9DICO-CIR\u00daRGICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 13, "max_upload_size": 1024, "tags": [16], "professor": [312], "students": [194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204]}},
{"model": "subjects.subject", "pk": 312, "fields": {"name": "ENFERMAGEM OBST\u00c9TRICA", "slug": "enfermagem-obstetrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENFERMAGEM OBST\u00c9TRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENFERMAGEM OBST\u00c9TRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 13, "max_upload_size": 1024, "tags": [16], "professor": [313], "students": [205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215]}},
{"model": "subjects.subject", "pk": 313, "fields": {"name": "ENFERMAGEM PEDI\u00c1TRICA", "slug": "enfermagem-pediatrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENFERMAGEM PEDI\u00c1TRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENFERMAGEM PEDI\u00c1TRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 13, "max_upload_size": 1024, "tags": [16], "professor": [314], "students": [216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226]}},
{"model": "subjects.subject", "pk": 314, "fields": {"name": "ENFERMAGEM PSIQUI\u00c1TRICA", "slug": "enfermagem-psiquiatrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENFERMAGEM PSIQUI\u00c1TRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENFERMAGEM PSIQUI\u00c1TRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 13, "max_upload_size": 1024, "tags": [16], "professor": [315], "students": [227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237]}},
{"model": "subjects.subject", "pk": 315, "fields": {"name": "ENFERMAGEM DE DOEN\u00c7AS CONTAGIOSAS", "slug": "enfermagem-de-doencas-contagiosas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENFERMAGEM DE DOEN\u00c7AS CONTAGIOSAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENFERMAGEM DE DOEN\u00c7AS CONTAGIOSAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 13, "max_upload_size": 1024, "tags": [16], "professor": [316], "students": [238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248]}},
{"model": "subjects.subject", "pk": 316, "fields": {"name": "ENFERMAGEM DE SA\u00daDE P\u00daBLICA", "slug": "enfermagem-de-saude-publica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENFERMAGEM DE SA\u00daDE P\u00daBLICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENFERMAGEM DE SA\u00daDE P\u00daBLICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 13, "max_upload_size": 1024, "tags": [16], "professor": [317], "students": [249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259]}},
{"model": "subjects.subject", "pk": 317, "fields": {"name": "M\u00c1QUINAS E IMPLEMENTOS AGR\u00cdCOLAS", "slug": "maquinas-e-implementos-agricolas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>M\u00c1QUINAS E IMPLEMENTOS AGR\u00cdCOLAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>M\u00c1QUINAS E IMPLEMENTOS AGR\u00cdCOLAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [318], "students": [260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270]}},
{"model": "subjects.subject", "pk": 318, "fields": {"name": "ENGENHARIA DE \u00c1GUA E SOLO", "slug": "engenharia-de-agua-e-solo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENGENHARIA DE \u00c1GUA E SOLO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENGENHARIA DE \u00c1GUA E SOLO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [319], "students": [271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281]}},
{"model": "subjects.subject", "pk": 319, "fields": {"name": "IRRIGA\u00c7\u00c3O E DRENAGEM", "slug": "irrigacao-e-drenagem", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>IRRIGA\u00c7\u00c3O E DRENAGEM</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>IRRIGA\u00c7\u00c3O E DRENAGEM</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [320], "students": [282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292]}},
{"model": "subjects.subject", "pk": 320, "fields": {"name": "CONSERVA\u00c7\u00c3O DE SOLO E \u00c1GUA", "slug": "conservacao-de-solo-e-agua", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONSERVA\u00c7\u00c3O DE SOLO E \u00c1GUA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONSERVA\u00c7\u00c3O DE SOLO E \u00c1GUA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [321], "students": [2, 3, 293, 294, 295, 296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 321, "fields": {"name": "ENGENHARIA DE PROCESSAMENTO DE PRODUTOS AGR\u00cdCOLAS", "slug": "engenharia-de-processamento-de-produtos-agricolas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENGENHARIA DE PROCESSAMENTO DE PRODUTOS AGR\u00cdCOLAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENGENHARIA DE PROCESSAMENTO DE PRODUTOS AGR\u00cdCOLAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [322], "students": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]}},
{"model": "subjects.subject", "pk": 322, "fields": {"name": "PR\u00c9-PROCESSAMENTO DE PRODUTOS AGR\u00cdCOLAS", "slug": "pre-processamento-de-produtos-agricolas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PR\u00c9-PROCESSAMENTO DE PRODUTOS AGR\u00cdCOLAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PR\u00c9-PROCESSAMENTO DE PRODUTOS AGR\u00cdCOLAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [323], "students": [15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}},
{"model": "subjects.subject", "pk": 323, "fields": {"name": "ARMAZENAMENTO DE PRODUTOS AGR\u00cdCOLAS", "slug": "armazenamento-de-produtos-agricolas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ARMAZENAMENTO DE PRODUTOS AGR\u00cdCOLAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ARMAZENAMENTO DE PRODUTOS AGR\u00cdCOLAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [324], "students": [26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36]}},
{"model": "subjects.subject", "pk": 324, "fields": {"name": "TRANSFER\u00caNCIA DE PRODUTOS AGR\u00cdCOLAS", "slug": "transferencia-de-produtos-agricolas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TRANSFER\u00caNCIA DE PRODUTOS AGR\u00cdCOLAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TRANSFER\u00caNCIA DE PRODUTOS AGR\u00cdCOLAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [325], "students": [37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]}},
{"model": "subjects.subject", "pk": 325, "fields": {"name": "CONSTRU\u00c7\u00d5ES RURAIS E AMBI\u00caNCIA", "slug": "construcoes-rurais-e-ambiencia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONSTRU\u00c7\u00d5ES RURAIS E AMBI\u00caNCIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONSTRU\u00c7\u00d5ES RURAIS E AMBI\u00caNCIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [326], "students": [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58]}},
{"model": "subjects.subject", "pk": 326, "fields": {"name": "ASSENTAMENTO RURAL", "slug": "assentamento-rural", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ASSENTAMENTO RURAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ASSENTAMENTO RURAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [327], "students": [59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69]}},
{"model": "subjects.subject", "pk": 327, "fields": {"name": "ENGENHARIA DE CONSTRU\u00c7\u00d5ES RURAIS", "slug": "engenharia-de-construcoes-rurais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENGENHARIA DE CONSTRU\u00c7\u00d5ES RURAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENGENHARIA DE CONSTRU\u00c7\u00d5ES RURAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [328], "students": [70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80]}},
{"model": "subjects.subject", "pk": 328, "fields": {"name": "SANEAMENTO RURAL", "slug": "saneamento-rural", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SANEAMENTO RURAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SANEAMENTO RURAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [329], "students": [81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91]}},
{"model": "subjects.subject", "pk": 329, "fields": {"name": "ENERGIZA\u00c7\u00c3O RURAL", "slug": "energizacao-rural", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENERGIZA\u00c7\u00c3O RURAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENERGIZA\u00c7\u00c3O RURAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 14, "max_upload_size": 1024, "tags": [17, 18], "professor": [330], "students": [92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102]}},
{"model": "subjects.subject", "pk": 330, "fields": {"name": "CONSTRU\u00c7\u00c3O CIVIL", "slug": "construcao-civil", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONSTRU\u00c7\u00c3O CIVIL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONSTRU\u00c7\u00c3O CIVIL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [331], "students": [103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113]}},
{"model": "subjects.subject", "pk": 331, "fields": {"name": "MATERIAIS E COMPONENTES DE CONSTRU\u00c7\u00c3O", "slug": "materiais-e-componentes-de-construcao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATERIAIS E COMPONENTES DE CONSTRU\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATERIAIS E COMPONENTES DE CONSTRU\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [332], "students": [114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124]}},
{"model": "subjects.subject", "pk": 332, "fields": {"name": "PROCESSOS CONSTRUTIVOS", "slug": "processos-construtivos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS CONSTRUTIVOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS CONSTRUTIVOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [333], "students": [125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135]}},
{"model": "subjects.subject", "pk": 333, "fields": {"name": "INSTALA\u00c7\u00d5ES PREDIAIS", "slug": "instalacoes-prediais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTALA\u00c7\u00d5ES PREDIAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTALA\u00c7\u00d5ES PREDIAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [334], "students": [136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146]}},
{"model": "subjects.subject", "pk": 334, "fields": {"name": "ESTRUTURAS", "slug": "estruturas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTRUTURAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTRUTURAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [335], "students": [147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157]}},
{"model": "subjects.subject", "pk": 335, "fields": {"name": "ESTRUTURAS DE CONCRETO", "slug": "estruturas-de-concreto", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTRUTURAS DE CONCRETO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTRUTURAS DE CONCRETO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [336], "students": [158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168]}},
{"model": "subjects.subject", "pk": 336, "fields": {"name": "ESTRUTURAS DE MADEIRAS", "slug": "estruturas-de-madeiras", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTRUTURAS DE MADEIRAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTRUTURAS DE MADEIRAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [337], "students": [169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179]}},
{"model": "subjects.subject", "pk": 337, "fields": {"name": "ESTRUTURAS MET\u00c1LICAS", "slug": "estruturas-metalicas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTRUTURAS MET\u00c1LICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTRUTURAS MET\u00c1LICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [338], "students": [180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190]}},
{"model": "subjects.subject", "pk": 338, "fields": {"name": "MEC\u00c2NICA DAS ESTRUTURAS", "slug": "mecanica-das-estruturas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEC\u00c2NICA DAS ESTRUTURAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEC\u00c2NICA DAS ESTRUTURAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [339], "students": [191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201]}},
{"model": "subjects.subject", "pk": 339, "fields": {"name": "GEOT\u00c9CNICA", "slug": "geotecnica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOT\u00c9CNICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOT\u00c9CNICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [340], "students": [202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212]}},
{"model": "subjects.subject", "pk": 340, "fields": {"name": "FUNDA\u00c7\u00d5ES E ESCAVA\u00c7\u00d5ES", "slug": "fundacoes-e-escavacoes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FUNDA\u00c7\u00d5ES E ESCAVA\u00c7\u00d5ES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FUNDA\u00c7\u00d5ES E ESCAVA\u00c7\u00d5ES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [341], "students": [213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223]}},
{"model": "subjects.subject", "pk": 341, "fields": {"name": "MEC\u00c2NICAS DAS ROCHAS", "slug": "mecanicas-das-rochas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEC\u00c2NICAS DAS ROCHAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEC\u00c2NICAS DAS ROCHAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [342], "students": [224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234]}},
{"model": "subjects.subject", "pk": 342, "fields": {"name": "MEC\u00c2NICA DOS SOLOS", "slug": "mecanica-dos-solos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEC\u00c2NICA DOS SOLOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEC\u00c2NICA DOS SOLOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [343], "students": [235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245]}},
{"model": "subjects.subject", "pk": 343, "fields": {"name": "OBRAS DE TERRA E ENROCAMENTO", "slug": "obras-de-terra-e-enrocamento", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>OBRAS DE TERRA E ENROCAMENTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>OBRAS DE TERRA E ENROCAMENTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [344], "students": [246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256]}},
{"model": "subjects.subject", "pk": 344, "fields": {"name": "PAVIMENTOS", "slug": "pavimentos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PAVIMENTOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PAVIMENTOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [345], "students": [257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267]}},
{"model": "subjects.subject", "pk": 345, "fields": {"name": "ENGENHARIA HIDR\u00c1ULICA", "slug": "engenharia-hidraulica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENGENHARIA HIDR\u00c1ULICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENGENHARIA HIDR\u00c1ULICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [346], "students": [268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278]}},
{"model": "subjects.subject", "pk": 346, "fields": {"name": "HIDR\u00c1ULICA", "slug": "hidraulica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIDR\u00c1ULICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIDR\u00c1ULICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [347], "students": [279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289]}},
{"model": "subjects.subject", "pk": 347, "fields": {"name": "HIDROLOGIA", "slug": "hidrologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIDROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIDROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [348], "students": [290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300]}},
{"model": "subjects.subject", "pk": 348, "fields": {"name": "INFRA-ESTRUTURA DE TRANSPORTES", "slug": "infra-estrutura-de-transportes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INFRA-ESTRUTURA DE TRANSPORTES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INFRA-ESTRUTURA DE TRANSPORTES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [349], "students": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 301]}},
{"model": "subjects.subject", "pk": 349, "fields": {"name": "AEROPORTOS; PROJETO E CONSTRU\u00c7\u00c3O", "slug": "aeroportos-projeto-e-construcao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AEROPORTOS; PROJETO E CONSTRU\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AEROPORTOS; PROJETO E CONSTRU\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [350], "students": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}},
{"model": "subjects.subject", "pk": 350, "fields": {"name": "FERROVIAS; PROJETOS E CONSTRU\u00c7\u00c3O", "slug": "ferrovias-projetos-e-construcao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FERROVIAS; PROJETOS E CONSTRU\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FERROVIAS; PROJETOS E CONSTRU\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [351], "students": [23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]}},
{"model": "subjects.subject", "pk": 351, "fields": {"name": "PORTOS E VIAS NAVEG\u00c1VEIS; PROJETO E CONSTRU\u00c7\u00c3O", "slug": "portos-e-vias-navegaveis-projeto-e-construcao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PORTOS E VIAS NAVEG\u00c1VEIS; PROJETO E CONSTRU\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PORTOS E VIAS NAVEG\u00c1VEIS; PROJETO E CONSTRU\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [302], "students": [34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]}},
{"model": "subjects.subject", "pk": 352, "fields": {"name": "RODOVIAS; PROJETO E CONSTRU\u00c7\u00c3O", "slug": "rodovias-projeto-e-construcao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RODOVIAS; PROJETO E CONSTRU\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RODOVIAS; PROJETO E CONSTRU\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 15, "max_upload_size": 1024, "tags": [17, 19], "professor": [303], "students": [45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55]}},
{"model": "subjects.subject", "pk": 353, "fields": {"name": "PESQUISA MINERAL", "slug": "pesquisa-mineral", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PESQUISA MINERAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PESQUISA MINERAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 16, "max_upload_size": 1024, "tags": [17, 20], "professor": [304], "students": [56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66]}},
{"model": "subjects.subject", "pk": 354, "fields": {"name": "CARACTERIZA\u00c7\u00c3O DO MIN\u00c9RIO", "slug": "caracterizacao-do-minerio", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CARACTERIZA\u00c7\u00c3O DO MIN\u00c9RIO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CARACTERIZA\u00c7\u00c3O DO MIN\u00c9RIO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 16, "max_upload_size": 1024, "tags": [17, 20], "professor": [305], "students": [67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77]}},
{"model": "subjects.subject", "pk": 355, "fields": {"name": "DIMENSIONAMENTO DE JAZIDAS", "slug": "dimensionamento-de-jazidas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIMENSIONAMENTO DE JAZIDAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIMENSIONAMENTO DE JAZIDAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 16, "max_upload_size": 1024, "tags": [17, 20], "professor": [306], "students": [78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88]}},
{"model": "subjects.subject", "pk": 356, "fields": {"name": "LAVRA", "slug": "lavra", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LAVRA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LAVRA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 16, "max_upload_size": 1024, "tags": [17, 20], "professor": [307], "students": [89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99]}},
{"model": "subjects.subject", "pk": 357, "fields": {"name": "LAVRA A C\u00c9U ABERTO", "slug": "lavra-a-ceu-aberto", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LAVRA A C\u00c9U ABERTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LAVRA A C\u00c9U ABERTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 16, "max_upload_size": 1024, "tags": [17, 20], "professor": [308], "students": [100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110]}},
{"model": "subjects.subject", "pk": 358, "fields": {"name": "LAVRA DE MINA SUBTERR\u00c2NEA", "slug": "lavra-de-mina-subterranea", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LAVRA DE MINA SUBTERR\u00c2NEA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LAVRA DE MINA SUBTERR\u00c2NEA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 16, "max_upload_size": 1024, "tags": [17, 20], "professor": [309], "students": [111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121]}},
{"model": "subjects.subject", "pk": 359, "fields": {"name": "EQUIPAMENTOS DE LAVRA", "slug": "equipamentos-de-lavra", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EQUIPAMENTOS DE LAVRA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EQUIPAMENTOS DE LAVRA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 16, "max_upload_size": 1024, "tags": [17, 20], "professor": [310], "students": [122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132]}},
{"model": "subjects.subject", "pk": 360, "fields": {"name": "TRATAMENTO DE MIN\u00c9RIOS", "slug": "tratamento-de-minerios", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TRATAMENTO DE MIN\u00c9RIOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TRATAMENTO DE MIN\u00c9RIOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 16, "max_upload_size": 1024, "tags": [17, 20], "professor": [311], "students": [133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143]}},
{"model": "subjects.subject", "pk": 361, "fields": {"name": "M\u00c9TODOS DE CONCENTRA\u00c7\u00c3O E ENRIQUECIMENTOS DE MIN\u00c9RIOS", "slug": "metodos-de-concentracao-e-enriquecimentos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>M\u00c9TODOS DE CONCENTRA\u00c7\u00c3O E ENRIQUECIMENTOS DE MIN\u00c9RIOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>M\u00c9TODOS DE CONCENTRA\u00c7\u00c3O E ENRIQUECIMENTOS DE MIN\u00c9RIOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 16, "max_upload_size": 1024, "tags": [17, 20], "professor": [312], "students": [144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154]}},
{"model": "subjects.subject", "pk": 362, "fields": {"name": "EQUIPAMENTOS DE BENEFICIAMENTO DE MIN\u00c9RIOS", "slug": "equipamentos-de-beneficiamento-de-minerios", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EQUIPAMENTOS DE BENEFICIAMENTO DE MIN\u00c9RIOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EQUIPAMENTOS DE BENEFICIAMENTO DE MIN\u00c9RIOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 16, "max_upload_size": 1024, "tags": [17, 20], "professor": [313], "students": [155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165]}},
{"model": "subjects.subject", "pk": 363, "fields": {"name": "GER\u00caNCIA DE PRODU\u00c7\u00c3O", "slug": "gerencia-de-producao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GER\u00caNCIA DE PRODU\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GER\u00caNCIA DE PRODU\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [314], "students": [166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176]}},
{"model": "subjects.subject", "pk": 364, "fields": {"name": "PLANEJAMENTO DE INSTALA\u00c7OES INDUSTRIAIS", "slug": "planejamento-de-instalacoes-industriais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PLANEJAMENTO DE INSTALA\u00c7OES INDUSTRIAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PLANEJAMENTO DE INSTALA\u00c7OES INDUSTRIAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [315], "students": [177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187]}},
{"model": "subjects.subject", "pk": 365, "fields": {"name": "PLANEJAMENTO, PROJETO E CONTROLE DE SIST. DE PRODU\u00c7\u00c3O", "slug": "planejamento", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PLANEJAMENTO, PROJETO E CONTROLE DE SIST. DE PRODU\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PLANEJAMENTO, PROJETO E CONTROLE DE SIST. DE PRODU\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [316], "students": [188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198]}},
{"model": "subjects.subject", "pk": 366, "fields": {"name": "HIGIENE E SEGURAN\u00c7A DO TRABALHO", "slug": "higiene-e-seguranca-do-trabalho", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIGIENE E SEGURAN\u00c7A DO TRABALHO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIGIENE E SEGURAN\u00c7A DO TRABALHO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [317], "students": [199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209]}},
{"model": "subjects.subject", "pk": 367, "fields": {"name": "SUPRIMENTOS", "slug": "suprimentos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SUPRIMENTOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SUPRIMENTOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [318], "students": [210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220]}},
{"model": "subjects.subject", "pk": 368, "fields": {"name": "GARANTIA DE CONTROLE DE QUALIDADE", "slug": "garantia-de-controle-de-qualidade", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GARANTIA DE CONTROLE DE QUALIDADE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GARANTIA DE CONTROLE DE QUALIDADE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [319], "students": [221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231]}},
{"model": "subjects.subject", "pk": 369, "fields": {"name": "PESQUISA OPERACIONAL", "slug": "pesquisa-operacional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PESQUISA OPERACIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PESQUISA OPERACIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [320], "students": [232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242]}},
{"model": "subjects.subject", "pk": 370, "fields": {"name": "PROCESSOS ESTOC\u00c1STICOS E TEORIAS DAS FILAS", "slug": "processos-estocasticos-e-teorias-das-filas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS ESTOC\u00c1STICOS E TEORIAS DAS FILAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS ESTOC\u00c1STICOS E TEORIAS DAS FILAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [321], "students": [243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253]}},
{"model": "subjects.subject", "pk": 371, "fields": {"name": "PROGRAMA\u00c7\u00c3O LINEAR, N\u00c3O-LINEAR, MISTA E DIN\u00c2MICA", "slug": "programacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROGRAMA\u00c7\u00c3O LINEAR, N\u00c3O-LINEAR, MISTA E DIN\u00c2MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROGRAMA\u00c7\u00c3O LINEAR, N\u00c3O-LINEAR, MISTA E DIN\u00c2MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [322], "students": [254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264]}},
{"model": "subjects.subject", "pk": 372, "fields": {"name": "S\u00c9RIES TEMPORAIS", "slug": "series-temporais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>S\u00c9RIES TEMPORAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>S\u00c9RIES TEMPORAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [323], "students": [265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275]}},
{"model": "subjects.subject", "pk": 373, "fields": {"name": "TEORIA DOS GRAFOS", "slug": "teoria-dos-grafos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DOS GRAFOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DOS GRAFOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [324], "students": [276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286]}},
{"model": "subjects.subject", "pk": 374, "fields": {"name": "TEORIA DOS JOGOS", "slug": "teoria-dos-jogos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DOS JOGOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DOS JOGOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [325], "students": [287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297]}},
{"model": "subjects.subject", "pk": 375, "fields": {"name": "ENGENHARIA DO PRODUTO", "slug": "engenharia-do-produto", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENGENHARIA DO PRODUTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENGENHARIA DO PRODUTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [326], "students": [2, 3, 4, 5, 6, 7, 8, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 376, "fields": {"name": "ERGONOMIA", "slug": "ergonomia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ERGONOMIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ERGONOMIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [327], "students": [9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19]}},
{"model": "subjects.subject", "pk": 377, "fields": {"name": "METODOLOGIA DE PROJETO DO PRODUTO", "slug": "metodologia-de-projeto-do-produto", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>METODOLOGIA DE PROJETO DO PRODUTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>METODOLOGIA DE PROJETO DO PRODUTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [328], "students": [20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]}},
{"model": "subjects.subject", "pk": 378, "fields": {"name": "PROCESSOS DE TRABALHO", "slug": "processos-de-trabalho", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS DE TRABALHO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS DE TRABALHO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [329], "students": [31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41]}},
{"model": "subjects.subject", "pk": 379, "fields": {"name": "GER\u00caNCIA DO PROJETO E DO PRODUTO", "slug": "gerencia-do-projeto-e-do-produto", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GER\u00caNCIA DO PROJETO E DO PRODUTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GER\u00caNCIA DO PROJETO E DO PRODUTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [330], "students": [42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52]}},
{"model": "subjects.subject", "pk": 380, "fields": {"name": "DESENVOLVIMENTO DE PRODUTO", "slug": "desenvolvimento-de-produto", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DESENVOLVIMENTO DE PRODUTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DESENVOLVIMENTO DE PRODUTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [331], "students": [53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63]}},
{"model": "subjects.subject", "pk": 381, "fields": {"name": "ENGENHARIA ECON\u00d4MICA", "slug": "engenharia-economica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENGENHARIA ECON\u00d4MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENGENHARIA ECON\u00d4MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [332], "students": [64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74]}},
{"model": "subjects.subject", "pk": 382, "fields": {"name": "ESTUDO DE MERCADO", "slug": "estudo-de-mercado", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTUDO DE MERCADO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTUDO DE MERCADO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [333], "students": [75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85]}},
{"model": "subjects.subject", "pk": 383, "fields": {"name": "LOCALIZA\u00c7\u00c3O INDUSTRIAL", "slug": "localizacao-industrial", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LOCALIZA\u00c7\u00c3O INDUSTRIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LOCALIZA\u00c7\u00c3O INDUSTRIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [334], "students": [86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96]}},
{"model": "subjects.subject", "pk": 384, "fields": {"name": "AN\u00c1LISE DE CUSTOS", "slug": "analise-de-custos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE DE CUSTOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE DE CUSTOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [335], "students": [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107]}},
{"model": "subjects.subject", "pk": 385, "fields": {"name": "ECONOMIA DE TECNOLOGIA", "slug": "economia-de-tecnologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA DE TECNOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA DE TECNOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [336], "students": [108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118]}},
{"model": "subjects.subject", "pk": 386, "fields": {"name": "VIDA ECON\u00d4MICA DOS EQUIPAMENTOS", "slug": "vida-economica-dos-equipamentos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>VIDA ECON\u00d4MICA DOS EQUIPAMENTOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>VIDA ECON\u00d4MICA DOS EQUIPAMENTOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [337], "students": [119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129]}},
{"model": "subjects.subject", "pk": 387, "fields": {"name": "AVALIA\u00c7\u00c3O DE PROJETOS", "slug": "avaliacao-de-projetos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AVALIA\u00c7\u00c3O DE PROJETOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AVALIA\u00c7\u00c3O DE PROJETOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 17, "max_upload_size": 1024, "tags": [17, 21], "professor": [338], "students": [130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140]}},
{"model": "subjects.subject", "pk": 388, "fields": {"name": "MATERIAIS EL\u00c9TRICOS", "slug": "materiais-eletricos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATERIAIS EL\u00c9TRICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATERIAIS EL\u00c9TRICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [339], "students": [141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151]}},
{"model": "subjects.subject", "pk": 389, "fields": {"name": "MATERIAIS CONDUTORES", "slug": "materiais-condutores", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATERIAIS CONDUTORES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATERIAIS CONDUTORES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [340], "students": [152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162]}},
{"model": "subjects.subject", "pk": 390, "fields": {"name": "MATERIAIS E COMPONENTES SEMICONDUTORES", "slug": "materiais-e-componentes-semicondutores", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATERIAIS E COMPONENTES SEMICONDUTORES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATERIAIS E COMPONENTES SEMICONDUTORES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [341], "students": [163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173]}},
{"model": "subjects.subject", "pk": 391, "fields": {"name": "MATERIAIS E DISPOSITIVOS SUPERCONDUTORES", "slug": "materiais-e-dispositivos-supercondutores", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATERIAIS E DISPOSITIVOS SUPERCONDUTORES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATERIAIS E DISPOSITIVOS SUPERCONDUTORES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [342], "students": [174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184]}},
{"model": "subjects.subject", "pk": 392, "fields": {"name": "MATERIAIS DIEL\u00c9TRICOS, PIESOEL\u00c9TRICOS E FERROEL\u00c9TRICOS", "slug": "materiais-dieletricos-piesoeletricos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATERIAIS DIEL\u00c9TRICOS, PIESOEL\u00c9TRICOS E FERROEL\u00c9TRICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATERIAIS DIEL\u00c9TRICOS, PIESOEL\u00c9TRICOS E FERROEL\u00c9TRICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [343], "students": [185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195]}},
{"model": "subjects.subject", "pk": 393, "fields": {"name": "MAT. E COMP. ELETRO\u00d3TICOS E MAGNET., MAT. FOTOEL\u00c9TRICOS", "slug": "mat-e-comp-eletrooticos-e-magnet", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MAT. E COMP. ELETRO\u00d3TICOS E MAGNET., MAT. FOTOEL\u00c9TRICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MAT. E COMP. ELETRO\u00d3TICOS E MAGNET., MAT. FOTOEL\u00c9TRICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [344], "students": [196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206]}},
{"model": "subjects.subject", "pk": 394, "fields": {"name": "MATERIAIS E DISPOSITIVOS MAGN\u00c9TICOS", "slug": "materiais-e-dispositivos-magneticos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATERIAIS E DISPOSITIVOS MAGN\u00c9TICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATERIAIS E DISPOSITIVOS MAGN\u00c9TICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [345], "students": [207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217]}},
{"model": "subjects.subject", "pk": 395, "fields": {"name": "MEDIDAS EL\u00c9TRICAS, MAGN\u00c9TICAS E ELETR\u00d4NICAS; INSTRUMENTA\u00c7\u00c3O", "slug": "medidas-eletricas-magneticas-e-eletronicas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEDIDAS EL\u00c9TRICAS, MAGN\u00c9TICAS E ELETR\u00d4NICAS; INSTRUMENTA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEDIDAS EL\u00c9TRICAS, MAGN\u00c9TICAS E ELETR\u00d4NICAS; INSTRUMENTA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [346], "students": [218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228]}},
{"model": "subjects.subject", "pk": 396, "fields": {"name": "MEDIDAS EL\u00c9TRICAS", "slug": "medidas-eletricas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEDIDAS EL\u00c9TRICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEDIDAS EL\u00c9TRICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [347], "students": [229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239]}},
{"model": "subjects.subject", "pk": 397, "fields": {"name": "MEDIDAS MAGN\u00c9TICAS", "slug": "medidas-magneticas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEDIDAS MAGN\u00c9TICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEDIDAS MAGN\u00c9TICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [348], "students": [240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250]}},
{"model": "subjects.subject", "pk": 398, "fields": {"name": "INSTRUMENTA\u00c7\u00c3O ELETROMEC\u00c2NICA", "slug": "instrumentacao-eletromecanica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O ELETROMEC\u00c2NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O ELETROMEC\u00c2NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [349], "students": [251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261]}},
{"model": "subjects.subject", "pk": 399, "fields": {"name": "INSTRUMENTA\u00c7\u00c3O ELETR\u00d4NICA", "slug": "instrumentacao-eletronica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O ELETR\u00d4NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O ELETR\u00d4NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [350], "students": [262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272]}},
{"model": "subjects.subject", "pk": 400, "fields": {"name": "SISTEMAS ELETR\u00d4NICOS DE MEDIDAS E DE CONTROLE", "slug": "sistemas-eletronicos-de-medidas-e-de-controle", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SISTEMAS ELETR\u00d4NICOS DE MEDIDAS E DE CONTROLE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SISTEMAS ELETR\u00d4NICOS DE MEDIDAS E DE CONTROLE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [351], "students": [273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283]}},
{"model": "subjects.subject", "pk": 401, "fields": {"name": "CIRCUITOS EL\u00c9TRICOS, MAGN\u00c9TICOS E ELETR\u00d4NICOS", "slug": "circuitos-eletricos-magneticos-e-eletronicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRCUITOS EL\u00c9TRICOS, MAGN\u00c9TICOS E ELETR\u00d4NICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRCUITOS EL\u00c9TRICOS, MAGN\u00c9TICOS E ELETR\u00d4NICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [302], "students": [284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294]}},
{"model": "subjects.subject", "pk": 402, "fields": {"name": "TEORIA GERAL DOS CIRCUITOS EL\u00c9TRICOS", "slug": "teoria-geral-dos-circuitos-eletricos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA GERAL DOS CIRCUITOS EL\u00c9TRICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA GERAL DOS CIRCUITOS EL\u00c9TRICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [303], "students": [2, 3, 4, 5, 295, 296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 403, "fields": {"name": "CIRCUITOS LINEARES E N\u00c3O LINEARES", "slug": "circuitos-lineares-e-nao-lineares", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRCUITOS LINEARES E N\u00c3O LINEARES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRCUITOS LINEARES E N\u00c3O LINEARES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [304], "students": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]}},
{"model": "subjects.subject", "pk": 404, "fields": {"name": "CIRCUITOS ELETR\u00d4NICOS", "slug": "circuitos-eletronicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRCUITOS ELETR\u00d4NICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRCUITOS ELETR\u00d4NICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [305], "students": [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]}},
{"model": "subjects.subject", "pk": 405, "fields": {"name": "CIRCUITOS MAGN\u00c9TICOS, MAGN\u00c9TISMO, ELETROMAGN\u00c9TISMO", "slug": "circuitos-magneticos-magnetismo-eletromagnetismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRCUITOS MAGN\u00c9TICOS, MAGN\u00c9TISMO, ELETROMAGN\u00c9TISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRCUITOS MAGN\u00c9TICOS, MAGN\u00c9TISMO, ELETROMAGN\u00c9TISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [306], "students": [28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38]}},
{"model": "subjects.subject", "pk": 406, "fields": {"name": "SISTEMAS EL\u00c9TRICOS DE POT\u00caNCIA", "slug": "sistemas-eletricos-de-potencia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SISTEMAS EL\u00c9TRICOS DE POT\u00caNCIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SISTEMAS EL\u00c9TRICOS DE POT\u00caNCIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [307], "students": [39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]}},
{"model": "subjects.subject", "pk": 407, "fields": {"name": "GERA\u00c7\u00c3O DE ENERGIA EL\u00c9TRICA", "slug": "geracao-de-energia-eletrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GERA\u00c7\u00c3O DE ENERGIA EL\u00c9TRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GERA\u00c7\u00c3O DE ENERGIA EL\u00c9TRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [308], "students": [50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60]}},
{"model": "subjects.subject", "pk": 408, "fields": {"name": "CONVERS\u00c3O E RETIFICA\u00c7\u00c3O DA ENERGIA EL\u00c9TRICA", "slug": "conversao-e-retificacao-da-energia-eletrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONVERS\u00c3O E RETIFICA\u00c7\u00c3O DA ENERGIA EL\u00c9TRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONVERS\u00c3O E RETIFICA\u00c7\u00c3O DA ENERGIA EL\u00c9TRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [309], "students": [61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71]}},
{"model": "subjects.subject", "pk": 409, "fields": {"name": "M\u00c1QUINAS EL\u00c9TRICAS E DISPOSITIVOS DE POT\u00caNCIA", "slug": "maquinas-eletricas-e-dispositivos-de-potencia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>M\u00c1QUINAS EL\u00c9TRICAS E DISPOSITIVOS DE POT\u00caNCIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>M\u00c1QUINAS EL\u00c9TRICAS E DISPOSITIVOS DE POT\u00caNCIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [310], "students": [72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82]}},
{"model": "subjects.subject", "pk": 410, "fields": {"name": "INSTALA\u00c7\u00d5ES EL\u00c9TRICAS PREDIAIS E INDUSTRIAIS", "slug": "instalacoes-eletricas-prediais-e-industriais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTALA\u00c7\u00d5ES EL\u00c9TRICAS PREDIAIS E INDUSTRIAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTALA\u00c7\u00d5ES EL\u00c9TRICAS PREDIAIS E INDUSTRIAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [311], "students": [83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93]}},
{"model": "subjects.subject", "pk": 411, "fields": {"name": "ELETR\u00d4NICA INDUSTRIAL", "slug": "eletronica-industrial", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ELETR\u00d4NICA INDUSTRIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ELETR\u00d4NICA INDUSTRIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [312], "students": [94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104]}},
{"model": "subjects.subject", "pk": 412, "fields": {"name": "AUTOMA\u00c7\u00c3O ELETR\u00d4NICA DE PROCESSOS EL\u00c9TRICOS E INDUSTRIAIS", "slug": "automacao-eletronica-de-processos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AUTOMA\u00c7\u00c3O ELETR\u00d4NICA DE PROCESSOS EL\u00c9TRICOS E INDUSTRIAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AUTOMA\u00c7\u00c3O ELETR\u00d4NICA DE PROCESSOS EL\u00c9TRICOS E INDUSTRIAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [313], "students": [105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115]}},
{"model": "subjects.subject", "pk": 413, "fields": {"name": "TELECOMUNICA\u00c7\u00d5ES", "slug": "telecomunicacoes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TELECOMUNICA\u00c7\u00d5ES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TELECOMUNICA\u00c7\u00d5ES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [314], "students": [116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126]}},
{"model": "subjects.subject", "pk": 414, "fields": {"name": "RADIONAVEGA\u00c7\u00c3O E RADIOASTRONOMIA", "slug": "radionavegacao-e-radioastronomia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RADIONAVEGA\u00c7\u00c3O E RADIOASTRONOMIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RADIONAVEGA\u00c7\u00c3O E RADIOASTRONOMIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [315], "students": [127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137]}},
{"model": "subjects.subject", "pk": 415, "fields": {"name": "SISTEMAS DE TELECOMUNICA\u00c7\u00d5ES", "slug": "sistemas-de-telecomunicacoes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SISTEMAS DE TELECOMUNICA\u00c7\u00d5ES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SISTEMAS DE TELECOMUNICA\u00c7\u00d5ES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 18, "max_upload_size": 1024, "tags": [17, 22], "professor": [316], "students": [138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148]}},
{"model": "subjects.subject", "pk": 416, "fields": {"name": "FEN\u00d4MENOS DE TRANSPORTES", "slug": "fenomenos-de-transportes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FEN\u00d4MENOS DE TRANSPORTES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FEN\u00d4MENOS DE TRANSPORTES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [317], "students": [149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159]}},
{"model": "subjects.subject", "pk": 417, "fields": {"name": "TRANSFER\u00caNCIA DE CALOR", "slug": "transferencia-de-calor", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TRANSFER\u00caNCIA DE CALOR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TRANSFER\u00caNCIA DE CALOR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [318], "students": [160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170]}},
{"model": "subjects.subject", "pk": 418, "fields": {"name": "MEC\u00c2NICA DOS FLU\u00cdDOS", "slug": "mecanica-dos-fluidos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEC\u00c2NICA DOS FLU\u00cdDOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEC\u00c2NICA DOS FLU\u00cdDOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [319], "students": [171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181]}},
{"model": "subjects.subject", "pk": 419, "fields": {"name": "DIN\u00c2MICA DOS GASES", "slug": "dinamica-dos-gases", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIN\u00c2MICA DOS GASES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIN\u00c2MICA DOS GASES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [320], "students": [182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192]}},
{"model": "subjects.subject", "pk": 420, "fields": {"name": "PRINC\u00cdPIOS VARIACIONAIS E M\u00c9TODOS NUM\u00c9RICOS", "slug": "principios-variacionais-e-metodos-numericos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PRINC\u00cdPIOS VARIACIONAIS E M\u00c9TODOS NUM\u00c9RICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PRINC\u00cdPIOS VARIACIONAIS E M\u00c9TODOS NUM\u00c9RICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [321], "students": [193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203]}},
{"model": "subjects.subject", "pk": 421, "fields": {"name": "ENGENHARIA T\u00c9RMICA", "slug": "engenharia-termica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENGENHARIA T\u00c9RMICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENGENHARIA T\u00c9RMICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [322], "students": [204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214]}},
{"model": "subjects.subject", "pk": 422, "fields": {"name": "TERMODIN\u00c2MICA", "slug": "termodinamica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TERMODIN\u00c2MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TERMODIN\u00c2MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [323], "students": [215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225]}},
{"model": "subjects.subject", "pk": 423, "fields": {"name": "CONTROLE AMBIENTAL", "slug": "controle-ambiental", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONTROLE AMBIENTAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONTROLE AMBIENTAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [324], "students": [226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236]}},
{"model": "subjects.subject", "pk": 424, "fields": {"name": "APROVEITAMENTO DA ENERGIA", "slug": "aproveitamento-da-energia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>APROVEITAMENTO DA ENERGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>APROVEITAMENTO DA ENERGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [325], "students": [237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247]}},
{"model": "subjects.subject", "pk": 425, "fields": {"name": "MEC\u00c2NICA DOS S\u00d3LIDOS", "slug": "mecanica-dos-solidos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEC\u00c2NICA DOS S\u00d3LIDOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEC\u00c2NICA DOS S\u00d3LIDOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [326], "students": [248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258]}},
{"model": "subjects.subject", "pk": 426, "fields": {"name": "AN\u00c1LISE DE TENS\u00d5ES", "slug": "analise-de-tensoes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE DE TENS\u00d5ES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE DE TENS\u00d5ES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [327], "students": [259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269]}},
{"model": "subjects.subject", "pk": 427, "fields": {"name": "TERMOELASTICIDADE", "slug": "termoelasticidade", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TERMOELASTICIDADE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TERMOELASTICIDADE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [328], "students": [270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280]}},
{"model": "subjects.subject", "pk": 428, "fields": {"name": "PROJETOS DE M\u00c1QUINAS", "slug": "projetos-de-maquinas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROJETOS DE M\u00c1QUINAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROJETOS DE M\u00c1QUINAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [329], "students": [281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291]}},
{"model": "subjects.subject", "pk": 429, "fields": {"name": "TEORIA DOS MECANISMOS", "slug": "teoria-dos-mecanismos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DOS MECANISMOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DOS MECANISMOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [330], "students": [292, 293, 294, 295, 296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 430, "fields": {"name": "EST\u00c1TICA E DIN\u00c2MICA APLICADA", "slug": "estatica-e-dinamica-aplicada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EST\u00c1TICA E DIN\u00c2MICA APLICADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EST\u00c1TICA E DIN\u00c2MICA APLICADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [331], "students": [2, 3, 4, 5, 6, 7]}},
{"model": "subjects.subject", "pk": 431, "fields": {"name": "ELEMENTOS DE M\u00c1QUINAS", "slug": "elementos-de-maquinas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ELEMENTOS DE M\u00c1QUINAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ELEMENTOS DE M\u00c1QUINAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [332], "students": [8, 9, 10, 11, 12, 13]}},
{"model": "subjects.subject", "pk": 432, "fields": {"name": "FUNDAMENTOS GERAIS DE PROJETOS DAS M\u00c1QUINAS", "slug": "fundamentos-gerais-de-projetos-das-maquinas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FUNDAMENTOS GERAIS DE PROJETOS DAS M\u00c1QUINAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FUNDAMENTOS GERAIS DE PROJETOS DAS M\u00c1QUINAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [333], "students": [14, 15, 16, 17, 18, 19]}},
{"model": "subjects.subject", "pk": 433, "fields": {"name": "M\u00c1QUINAS, MOTORES E EQUIPAMENTOS", "slug": "maquinas-motores-e-equipamentos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>M\u00c1QUINAS, MOTORES E EQUIPAMENTOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>M\u00c1QUINAS, MOTORES E EQUIPAMENTOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [334], "students": [20, 21, 22, 23, 24, 25]}},
{"model": "subjects.subject", "pk": 434, "fields": {"name": "CONTROLE DE SISTEMAS MEC\u00c2NICOS", "slug": "controle-de-sistemas-mecanicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONTROLE DE SISTEMAS MEC\u00c2NICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONTROLE DE SISTEMAS MEC\u00c2NICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [335], "students": [26, 27, 28, 29, 30, 31]}},
{"model": "subjects.subject", "pk": 435, "fields": {"name": "APROVEITAMENTO DE ENERGIA", "slug": "aproveitamento-de-energia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>APROVEITAMENTO DE ENERGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>APROVEITAMENTO DE ENERGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [336], "students": [32, 33, 34, 35, 36, 37]}},
{"model": "subjects.subject", "pk": 436, "fields": {"name": "PROCESSOS DE FABRICA\u00c7\u00c3O", "slug": "processos-de-fabricacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS DE FABRICA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS DE FABRICA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [337], "students": [38, 39, 40, 41, 42, 43]}},
{"model": "subjects.subject", "pk": 437, "fields": {"name": "MATRIZES E FERRAMENTAS", "slug": "matrizes-e-ferramentas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATRIZES E FERRAMENTAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATRIZES E FERRAMENTAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [338], "students": [44, 45, 46, 47, 48, 49]}},
{"model": "subjects.subject", "pk": 438, "fields": {"name": "M\u00c1QUINAS DE USINAGEM E CONFORMA\u00c7\u00c3O", "slug": "maquinas-de-usinagem-e-conformacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>M\u00c1QUINAS DE USINAGEM E CONFORMA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>M\u00c1QUINAS DE USINAGEM E CONFORMA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [339], "students": [50, 51, 52, 53, 54, 55]}},
{"model": "subjects.subject", "pk": 439, "fields": {"name": "CONTROLE NUM\u00c9RICO", "slug": "controle-numerico", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONTROLE NUM\u00c9RICO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONTROLE NUM\u00c9RICO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [340], "students": [56, 57, 58, 59, 60, 61]}},
{"model": "subjects.subject", "pk": 440, "fields": {"name": "ROBOTIZA\u00c7\u00c3O", "slug": "robotizacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ROBOTIZA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ROBOTIZA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 19, "max_upload_size": 1024, "tags": [17, 23], "professor": [341], "students": [62, 63, 64, 65, 66, 67]}},
{"model": "subjects.subject", "pk": 441, "fields": {"name": "FARMACOTECNIA", "slug": "farmacotecnia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FARMACOTECNIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FARMACOTECNIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 20, "max_upload_size": 1024, "tags": [24], "professor": [342], "students": [68, 69, 70, 71, 72, 73]}},
{"model": "subjects.subject", "pk": 442, "fields": {"name": "FARMACOGNOSIA", "slug": "farmacognosia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FARMACOGNOSIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FARMACOGNOSIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 20, "max_upload_size": 1024, "tags": [24], "professor": [343], "students": [74, 75, 76, 77, 78, 79]}},
{"model": "subjects.subject", "pk": 443, "fields": {"name": "AN\u00c1LISE TOXICOL\u00d3GICA", "slug": "analise-toxicologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE TOXICOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE TOXICOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 20, "max_upload_size": 1024, "tags": [24], "professor": [344], "students": [80, 81, 82, 83, 84, 85]}},
{"model": "subjects.subject", "pk": 444, "fields": {"name": "AN\u00c1LISE E CONTROLE DE MEDICAMENTOS", "slug": "analise-e-controle-de-medicamentos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE E CONTROLE DE MEDICAMENTOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE E CONTROLE DE MEDICAMENTOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 20, "max_upload_size": 1024, "tags": [24], "professor": [345], "students": [86, 87, 88, 89, 90, 91]}},
{"model": "subjects.subject", "pk": 445, "fields": {"name": "BROMATOLOGIA", "slug": "bromatologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>BROMATOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>BROMATOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 20, "max_upload_size": 1024, "tags": [24], "professor": [346], "students": [92, 93, 94, 95, 96, 97]}},
{"model": "subjects.subject", "pk": 446, "fields": {"name": "HIST\u00d3RIA DA FILOSOFIA", "slug": "historia-da-filosofia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DA FILOSOFIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DA FILOSOFIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 21, "max_upload_size": 1024, "tags": [25], "professor": [347], "students": [98, 99, 100, 101, 102, 103]}},
{"model": "subjects.subject", "pk": 447, "fields": {"name": "METAF\u00cdSICA", "slug": "metafisica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>METAF\u00cdSICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>METAF\u00cdSICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 21, "max_upload_size": 1024, "tags": [25], "professor": [348], "students": [104, 105, 106, 107, 108, 109]}},
{"model": "subjects.subject", "pk": 448, "fields": {"name": "L\u00d3GICA", "slug": "logica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>L\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>L\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 21, "max_upload_size": 1024, "tags": [25], "professor": [349], "students": [110, 111, 112, 113, 114, 115]}},
{"model": "subjects.subject", "pk": 449, "fields": {"name": "\u00c9TICA", "slug": "etica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>\u00c9TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>\u00c9TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 21, "max_upload_size": 1024, "tags": [25], "professor": [350], "students": [116, 117, 118, 119, 120, 121]}},
{"model": "subjects.subject", "pk": 450, "fields": {"name": "EPISTEMOLOGIA", "slug": "epistemologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EPISTEMOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EPISTEMOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 21, "max_upload_size": 1024, "tags": [25], "professor": [351], "students": [122, 123, 124, 125, 126, 127]}},
{"model": "subjects.subject", "pk": 451, "fields": {"name": "FILOSOFIA BRASILEIRA", "slug": "filosofia-brasileira", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FILOSOFIA BRASILEIRA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FILOSOFIA BRASILEIRA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 21, "max_upload_size": 1024, "tags": [25], "professor": [302], "students": [128, 129, 130, 131, 132, 133]}},
{"model": "subjects.subject", "pk": 452, "fields": {"name": "F\u00cdSICA GERAL", "slug": "fisica-geral", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICA GERAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICA GERAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [303], "students": [134, 135, 136, 137, 138, 139]}},
{"model": "subjects.subject", "pk": 453, "fields": {"name": "M\u00c9TODOS MATEM\u00c1TICOS DA F\u00cdSICA", "slug": "metodos-matematicos-da-fisica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>M\u00c9TODOS MATEM\u00c1TICOS DA F\u00cdSICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>M\u00c9TODOS MATEM\u00c1TICOS DA F\u00cdSICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [304], "students": [140, 141, 142, 143, 144, 145]}},
{"model": "subjects.subject", "pk": 454, "fields": {"name": "RELATIVIDADE E GRAVITA\u00c7\u00c3O", "slug": "relatividade-e-gravitacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RELATIVIDADE E GRAVITA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RELATIVIDADE E GRAVITA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [305], "students": [146, 147, 148, 149, 150, 151]}},
{"model": "subjects.subject", "pk": 455, "fields": {"name": "F\u00cdSICA ESTAT\u00cdSTICA E TERMODIN\u00c2MICA", "slug": "fisica-estatistica-e-termodinamica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICA ESTAT\u00cdSTICA E TERMODIN\u00c2MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICA ESTAT\u00cdSTICA E TERMODIN\u00c2MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [306], "students": [152, 153, 154, 155, 156, 157]}},
{"model": "subjects.subject", "pk": 456, "fields": {"name": "INSTRUMENTA\u00c7\u00c3O ESPEC\u00cdFICA DE USO GERAL EM F\u00cdSICA", "slug": "instrumentacao-especifica-de-uso-geral-em-fisica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O ESPEC\u00cdFICA DE USO GERAL EM F\u00cdSICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O ESPEC\u00cdFICA DE USO GERAL EM F\u00cdSICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [307], "students": [158, 159, 160, 161, 162, 163]}},
{"model": "subjects.subject", "pk": 457, "fields": {"name": "\u00c1REAS CL\u00c1SSICAS DE FENOMENOLOGIA E SUAS APLICA\u00c7\u00d5ES", "slug": "areas-classicas-de-fenomenologia-e-suas-aplicacoes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>\u00c1REAS CL\u00c1SSICAS DE FENOMENOLOGIA E SUAS APLICA\u00c7\u00d5ES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>\u00c1REAS CL\u00c1SSICAS DE FENOMENOLOGIA E SUAS APLICA\u00c7\u00d5ES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [308], "students": [164, 165, 166, 167, 168, 169]}},
{"model": "subjects.subject", "pk": 458, "fields": {"name": "\u00d3TICA", "slug": "otica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>\u00d3TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>\u00d3TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [309], "students": [170, 171, 172, 173, 174, 175]}},
{"model": "subjects.subject", "pk": 459, "fields": {"name": "AC\u00daSTICA", "slug": "acustica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AC\u00daSTICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AC\u00daSTICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [310], "students": [176, 177, 178, 179, 180, 181]}},
{"model": "subjects.subject", "pk": 460, "fields": {"name": "DIN\u00c2MICA DOS FLUIDOS", "slug": "dinamica-dos-fluidos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIN\u00c2MICA DOS FLUIDOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIN\u00c2MICA DOS FLUIDOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [311], "students": [182, 183, 184, 185, 186, 187]}},
{"model": "subjects.subject", "pk": 461, "fields": {"name": "F\u00cdSICA DAS PART\u00cdCULAS ELEMENTARES E CAMPOS", "slug": "fisica-das-particulas-elementares-e-campos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICA DAS PART\u00cdCULAS ELEMENTARES E CAMPOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICA DAS PART\u00cdCULAS ELEMENTARES E CAMPOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [312], "students": [188, 189, 190, 191, 192, 193]}},
{"model": "subjects.subject", "pk": 462, "fields": {"name": "TEORIA GERAL DE PART\u00cdCULAS E CAMPOS", "slug": "teoria-geral-de-particulas-e-campos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA GERAL DE PART\u00cdCULAS E CAMPOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA GERAL DE PART\u00cdCULAS E CAMPOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [313], "students": [194, 195, 196, 197, 198, 199]}},
{"model": "subjects.subject", "pk": 463, "fields": {"name": "REA\u00c7\u00d5ES ESPEC\u00cdFICAS E FENOMIOLOGIA DE PART\u00cdCULAS", "slug": "reacoes-especificas-e-fenomiologia-de-particulas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>REA\u00c7\u00d5ES ESPEC\u00cdFICAS E FENOMIOLOGIA DE PART\u00cdCULAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>REA\u00c7\u00d5ES ESPEC\u00cdFICAS E FENOMIOLOGIA DE PART\u00cdCULAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [314], "students": [200, 201, 202, 203, 204, 205]}},
{"model": "subjects.subject", "pk": 464, "fields": {"name": "PROPRIEDADES DE PART\u00cdCULAS ESPEC\u00cdFICAS E RESSON\u00c2NCIAS", "slug": "propriedades-de-particulas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROPRIEDADES DE PART\u00cdCULAS ESPEC\u00cdFICAS E RESSON\u00c2NCIAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROPRIEDADES DE PART\u00cdCULAS ESPEC\u00cdFICAS E RESSON\u00c2NCIAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [315], "students": [206, 207, 208, 209, 210, 211]}},
{"model": "subjects.subject", "pk": 465, "fields": {"name": "F\u00cdSICA NUCLEAR", "slug": "fisica-nuclear", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICA NUCLEAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICA NUCLEAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [316], "students": [212, 213, 214, 215, 216, 217]}},
{"model": "subjects.subject", "pk": 466, "fields": {"name": "ESTRUTURA NUCLEAR", "slug": "estrutura-nuclear", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTRUTURA NUCLEAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTRUTURA NUCLEAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [317], "students": [218, 219, 220, 221, 222, 223]}},
{"model": "subjects.subject", "pk": 467, "fields": {"name": "DESINTEGRA\u00c7\u00c3O NUCLEAR E RADIOATIVIDADE", "slug": "desintegracao-nuclear-e-radioatividade", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DESINTEGRA\u00c7\u00c3O NUCLEAR E RADIOATIVIDADE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DESINTEGRA\u00c7\u00c3O NUCLEAR E RADIOATIVIDADE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [318], "students": [224, 225, 226, 227, 228, 229]}},
{"model": "subjects.subject", "pk": 468, "fields": {"name": "REA\u00c7\u00d5ES NUCLEARES E ESPALHAMENTO GERAL", "slug": "reacoes-nucleares-e-espalhamento-geral", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>REA\u00c7\u00d5ES NUCLEARES E ESPALHAMENTO GERAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>REA\u00c7\u00d5ES NUCLEARES E ESPALHAMENTO GERAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [319], "students": [230, 231, 232, 233, 234, 235]}},
{"model": "subjects.subject", "pk": 469, "fields": {"name": "PROPRIEDADES DE N\u00daCLEOS ESPEC\u00cdFICOS", "slug": "propriedades-de-nucleos-especificos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROPRIEDADES DE N\u00daCLEOS ESPEC\u00cdFICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROPRIEDADES DE N\u00daCLEOS ESPEC\u00cdFICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [320], "students": [236, 237, 238, 239, 240, 241]}},
{"model": "subjects.subject", "pk": 470, "fields": {"name": "MET.EXPER.E INSTRUMENT.PARA PART.ELEMENT.E F\u00cdSICA NUCLEAR", "slug": "metexpere-instrumentpara-partelemente", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MET.EXPER.E INSTRUMENT.PARA PART.ELEMENT.E F\u00cdSICA NUCLEAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MET.EXPER.E INSTRUMENT.PARA PART.ELEMENT.E F\u00cdSICA NUCLEAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [321], "students": [242, 243, 244, 245, 246, 247]}},
{"model": "subjects.subject", "pk": 471, "fields": {"name": "F\u00cdSICA AT\u00d4MICA E MOLECULAR", "slug": "fisica-atomica-e-molecular", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICA AT\u00d4MICA E MOLECULAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICA AT\u00d4MICA E MOLECULAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [322], "students": [248, 249, 250, 251, 252, 253]}},
{"model": "subjects.subject", "pk": 472, "fields": {"name": "ESTRUTURA ELETR\u00d4NICA DE \u00c1TOMOS E MOL\u00c9CULAS; TEORIA", "slug": "estrutura-eletronica-de-atomos-e-moleculas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTRUTURA ELETR\u00d4NICA DE \u00c1TOMOS E MOL\u00c9CULAS; TEORIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTRUTURA ELETR\u00d4NICA DE \u00c1TOMOS E MOL\u00c9CULAS; TEORIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [323], "students": [254, 255, 256, 257, 258, 259]}},
{"model": "subjects.subject", "pk": 473, "fields": {"name": "ESPECTROS AT\u00d4MICOS E INTEGRA\u00c7\u00c3O DE F\u00d3TONS", "slug": "espectros-atomicos-e-integracao-de-fotons", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESPECTROS AT\u00d4MICOS E INTEGRA\u00c7\u00c3O DE F\u00d3TONS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESPECTROS AT\u00d4MICOS E INTEGRA\u00c7\u00c3O DE F\u00d3TONS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [324], "students": [260, 261, 262, 263, 264, 265]}},
{"model": "subjects.subject", "pk": 474, "fields": {"name": "ESPECTROS MOLECUL. E INTERA\u00c7\u00d5ES DE F\u00d3TONS COM MOL\u00c9CULAS", "slug": "espectros-molecul-e-interacoes-de-fotons", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESPECTROS MOLECUL. E INTERA\u00c7\u00d5ES DE F\u00d3TONS COM MOL\u00c9CULAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESPECTROS MOLECUL. E INTERA\u00c7\u00d5ES DE F\u00d3TONS COM MOL\u00c9CULAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [325], "students": [266, 267, 268, 269, 270, 271]}},
{"model": "subjects.subject", "pk": 475, "fields": {"name": "PROCESSOS DE COLIS\u00c3O E INTERA\u00c7\u00d5ES DE \u00c1TOMOS E MOL\u00c9CULAS", "slug": "processos-de-colisao-e-interacoes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS DE COLIS\u00c3O E INTERA\u00c7\u00d5ES DE \u00c1TOMOS E MOL\u00c9CULAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS DE COLIS\u00c3O E INTERA\u00c7\u00d5ES DE \u00c1TOMOS E MOL\u00c9CULAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [326], "students": [272, 273, 274, 275, 276, 277]}},
{"model": "subjects.subject", "pk": 476, "fields": {"name": "ESTUDOS DE \u00c1TOMOS E MOL\u00c9CULAS ESPECIAIS", "slug": "estudos-de-atomos-e-moleculas-especiais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTUDOS DE \u00c1TOMOS E MOL\u00c9CULAS ESPECIAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTUDOS DE \u00c1TOMOS E MOL\u00c9CULAS ESPECIAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [327], "students": [278, 279, 280, 281, 282, 283]}},
{"model": "subjects.subject", "pk": 477, "fields": {"name": "F\u00cdSICA DE PLASMAS E DESCARGAS EL\u00c9TRICAS", "slug": "fisica-de-plasmas-e-descargas-eletricas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICA DE PLASMAS E DESCARGAS EL\u00c9TRICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICA DE PLASMAS E DESCARGAS EL\u00c9TRICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [328], "students": [284, 285, 286, 287, 288, 289]}},
{"model": "subjects.subject", "pk": 478, "fields": {"name": "F\u00cdSICA DA MAT\u00c9RIA CONDENSADA", "slug": "fisica-da-materia-condensada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICA DA MAT\u00c9RIA CONDENSADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICA DA MAT\u00c9RIA CONDENSADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [329], "students": [290, 291, 292, 293, 294, 295]}},
{"model": "subjects.subject", "pk": 479, "fields": {"name": "PROPRIEDADES MEC\u00c2NICAS E AC\u00daSTICAS DA MAT\u00c9RIA CONDENSADA", "slug": "propriedades-mecanicas-e-acusticas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROPRIEDADES MEC\u00c2NICAS E AC\u00daSTICAS DA MAT\u00c9RIA CONDENSADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROPRIEDADES MEC\u00c2NICAS E AC\u00daSTICAS DA MAT\u00c9RIA CONDENSADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [330], "students": [296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 480, "fields": {"name": "DIN\u00c2MICA DA REDE E ESTAT\u00cdSTICA DE CRISTAIS", "slug": "dinamica-da-rede-e-estatistica-de-cristais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIN\u00c2MICA DA REDE E ESTAT\u00cdSTICA DE CRISTAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIN\u00c2MICA DA REDE E ESTAT\u00cdSTICA DE CRISTAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [331], "students": [2, 3, 4, 5, 6, 7]}},
{"model": "subjects.subject", "pk": 481, "fields": {"name": "PROPRIEDADES T\u00c9RMICAS DA MAT\u00c9RIA CONDENSADA", "slug": "propriedades-termicas-da-materia-condensada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROPRIEDADES T\u00c9RMICAS DA MAT\u00c9RIA CONDENSADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROPRIEDADES T\u00c9RMICAS DA MAT\u00c9RIA CONDENSADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [332], "students": [8, 9, 10, 11, 12, 13]}},
{"model": "subjects.subject", "pk": 482, "fields": {"name": "ESTADOS ELETR\u00d4NICOS", "slug": "estados-eletronicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTADOS ELETR\u00d4NICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTADOS ELETR\u00d4NICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [333], "students": [14, 15, 16, 17, 18, 19]}},
{"model": "subjects.subject", "pk": 483, "fields": {"name": "SUPERCONDUTIVIDADE", "slug": "supercondutividade", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SUPERCONDUTIVIDADE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SUPERCONDUTIVIDADE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [334], "students": [20, 21, 22, 23, 24, 25]}},
{"model": "subjects.subject", "pk": 484, "fields": {"name": "MATERIAIS MAGN\u00c9TICOS E PROPRIEDADES MAGN\u00c9TICAS", "slug": "materiais-magneticos-e-propriedades-magneticas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATERIAIS MAGN\u00c9TICOS E PROPRIEDADES MAGN\u00c9TICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATERIAIS MAGN\u00c9TICOS E PROPRIEDADES MAGN\u00c9TICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [335], "students": [26, 27, 28, 29, 30, 31]}},
{"model": "subjects.subject", "pk": 485, "fields": {"name": "MATERIAIS DIEL\u00c9TRICOS E PROPRIEDADES DIEL\u00c9TRICAS", "slug": "materiais-dieletricos-e-propriedades-dieletricas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATERIAIS DIEL\u00c9TRICOS E PROPRIEDADES DIEL\u00c9TRICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATERIAIS DIEL\u00c9TRICOS E PROPRIEDADES DIEL\u00c9TRICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [336], "students": [32, 33, 34, 35, 36, 37]}},
{"model": "subjects.subject", "pk": 486, "fields": {"name": "PROP.OTIC.E ESPEC.MATR.COND.; OUTRAS INTER.MAT.COM RAD.PART.", "slug": "propotice-especmatrcond", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROP.OTIC.E ESPEC.MATR.COND.; OUTRAS INTER.MAT.COM RAD.PART.</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROP.OTIC.E ESPEC.MATR.COND.; OUTRAS INTER.MAT.COM RAD.PART.</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 22, "max_upload_size": 1024, "tags": [26], "professor": [337], "students": [38, 39, 40, 41, 42, 43]}},
{"model": "subjects.subject", "pk": 487, "fields": {"name": "GEOLOGIA", "slug": "geologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [338], "students": [44, 45, 46, 47, 48, 49]}},
{"model": "subjects.subject", "pk": 488, "fields": {"name": "MINERALOGIA", "slug": "mineralogia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MINERALOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MINERALOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [339], "students": [50, 51, 52, 53, 54, 55]}},
{"model": "subjects.subject", "pk": 489, "fields": {"name": "PETROLOGIA", "slug": "petrologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PETROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PETROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [340], "students": [56, 57, 58, 59, 60, 61]}},
{"model": "subjects.subject", "pk": 490, "fields": {"name": "GEOQU\u00cdMICA", "slug": "geoquimica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOQU\u00cdMICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOQU\u00cdMICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [341], "students": [62, 63, 64, 65, 66, 67]}},
{"model": "subjects.subject", "pk": 491, "fields": {"name": "GEOLOGIA REGIONAL", "slug": "geologia-regional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOLOGIA REGIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOLOGIA REGIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [342], "students": [68, 69, 70, 71, 72, 73]}},
{"model": "subjects.subject", "pk": 492, "fields": {"name": "GEOTECT\u00d4NICA", "slug": "geotectonica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOTECT\u00d4NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOTECT\u00d4NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [343], "students": [74, 75, 76, 77, 78, 79]}},
{"model": "subjects.subject", "pk": 493, "fields": {"name": "GEOCRONOLOGIA", "slug": "geocronologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOCRONOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOCRONOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [344], "students": [80, 81, 82, 83, 84, 85]}},
{"model": "subjects.subject", "pk": 494, "fields": {"name": "CARTOGRAFIA GEOL\u00d3GICA", "slug": "cartografia-geologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CARTOGRAFIA GEOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CARTOGRAFIA GEOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [345], "students": [86, 87, 88, 89, 90, 91]}},
{"model": "subjects.subject", "pk": 495, "fields": {"name": "METALOGENIA", "slug": "metalogenia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>METALOGENIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>METALOGENIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [346], "students": [92, 93, 94, 95, 96, 97]}},
{"model": "subjects.subject", "pk": 496, "fields": {"name": "HIDROGEOLOGIA", "slug": "hidrogeologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIDROGEOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIDROGEOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [347], "students": [98, 99, 100, 101, 102, 103]}},
{"model": "subjects.subject", "pk": 497, "fields": {"name": "PROSPEC\u00c7\u00c3O MINERAL", "slug": "prospeccao-mineral", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROSPEC\u00c7\u00c3O MINERAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROSPEC\u00c7\u00c3O MINERAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [348], "students": [104, 105, 106, 107, 108, 109]}},
{"model": "subjects.subject", "pk": 498, "fields": {"name": "SEDIMENTOLOGIA", "slug": "sedimentologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SEDIMENTOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SEDIMENTOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [349], "students": [110, 111, 112, 113, 114, 115]}},
{"model": "subjects.subject", "pk": 499, "fields": {"name": "PALEONTOLOGIA ESTRATIGR\u00c1FICA", "slug": "paleontologia-estratigrafica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PALEONTOLOGIA ESTRATIGR\u00c1FICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PALEONTOLOGIA ESTRATIGR\u00c1FICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [350], "students": [116, 117, 118, 119, 120, 121]}},
{"model": "subjects.subject", "pk": 500, "fields": {"name": "ESTRATIGRAFIA", "slug": "estratigrafia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTRATIGRAFIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTRATIGRAFIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [351], "students": [122, 123, 124, 125, 126, 127]}},
{"model": "subjects.subject", "pk": 501, "fields": {"name": "GEOLOGIA AMBIENTAL", "slug": "geologia-ambiental", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOLOGIA AMBIENTAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOLOGIA AMBIENTAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [302], "students": [128, 129, 130, 131, 132, 133]}},
{"model": "subjects.subject", "pk": 502, "fields": {"name": "GEOF\u00cdSICA", "slug": "geofisica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOF\u00cdSICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOF\u00cdSICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [303], "students": [134, 135, 136, 137, 138, 139]}},
{"model": "subjects.subject", "pk": 503, "fields": {"name": "GEOMAGNETISMO", "slug": "geomagnetismo", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOMAGNETISMO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOMAGNETISMO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [304], "students": [140, 141, 142, 143, 144, 145]}},
{"model": "subjects.subject", "pk": 504, "fields": {"name": "SISMOLOGIA", "slug": "sismologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SISMOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SISMOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [305], "students": [146, 147, 148, 149, 150, 151]}},
{"model": "subjects.subject", "pk": 505, "fields": {"name": "GEOTERMIA E FLUXO T\u00c9RMICO", "slug": "geotermia-e-fluxo-termico", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOTERMIA E FLUXO T\u00c9RMICO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOTERMIA E FLUXO T\u00c9RMICO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [306], "students": [152, 153, 154, 155, 156, 157]}},
{"model": "subjects.subject", "pk": 506, "fields": {"name": "PROPRIEDADES F\u00cdSICAS DAS ROCHAS", "slug": "propriedades-fisicas-das-rochas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROPRIEDADES F\u00cdSICAS DAS ROCHAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROPRIEDADES F\u00cdSICAS DAS ROCHAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [307], "students": [158, 159, 160, 161, 162, 163]}},
{"model": "subjects.subject", "pk": 507, "fields": {"name": "GEOF\u00cdSICA NUCLEAR", "slug": "geofisica-nuclear", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOF\u00cdSICA NUCLEAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOF\u00cdSICA NUCLEAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [308], "students": [164, 165, 166, 167, 168, 169]}},
{"model": "subjects.subject", "pk": 508, "fields": {"name": "SENSORIAMENTO REMOTO", "slug": "sensoriamento-remoto", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SENSORIAMENTO REMOTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SENSORIAMENTO REMOTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [309], "students": [170, 171, 172, 173, 174, 175]}},
{"model": "subjects.subject", "pk": 509, "fields": {"name": "AERONOMIA", "slug": "aeronomia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AERONOMIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AERONOMIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [310], "students": [176, 177, 178, 179, 180, 181]}},
{"model": "subjects.subject", "pk": 510, "fields": {"name": "DESENVOLVIMENTO DE INSTRUMENTA\u00c7\u00c3O GEOF\u00cdSICA", "slug": "desenvolvimento-de-instrumentacao-geofisica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DESENVOLVIMENTO DE INSTRUMENTA\u00c7\u00c3O GEOF\u00cdSICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DESENVOLVIMENTO DE INSTRUMENTA\u00c7\u00c3O GEOF\u00cdSICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [311], "students": [182, 183, 184, 185, 186, 187]}},
{"model": "subjects.subject", "pk": 511, "fields": {"name": "GEOF\u00cdSICA APLICADA", "slug": "geofisica-aplicada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOF\u00cdSICA APLICADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOF\u00cdSICA APLICADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [312], "students": [188, 189, 190, 191, 192, 193]}},
{"model": "subjects.subject", "pk": 512, "fields": {"name": "METEOROLOGIA", "slug": "meteorologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>METEOROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>METEOROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [313], "students": [194, 195, 196, 197, 198, 199]}},
{"model": "subjects.subject", "pk": 513, "fields": {"name": "METEOROLOGIA DIN\u00c2MICA", "slug": "meteorologia-dinamica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>METEOROLOGIA DIN\u00c2MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>METEOROLOGIA DIN\u00c2MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [314], "students": [200, 201, 202, 203, 204, 205]}},
{"model": "subjects.subject", "pk": 514, "fields": {"name": "METEOROLOGIA SIN\u00d3TICA", "slug": "meteorologia-sinotica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>METEOROLOGIA SIN\u00d3TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>METEOROLOGIA SIN\u00d3TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [315], "students": [206, 207, 208, 209, 210, 211]}},
{"model": "subjects.subject", "pk": 515, "fields": {"name": "METEOROLOGIA F\u00cdSICA", "slug": "meteorologia-fisica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>METEOROLOGIA F\u00cdSICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>METEOROLOGIA F\u00cdSICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [316], "students": [212, 213, 214, 215, 216, 217]}},
{"model": "subjects.subject", "pk": 516, "fields": {"name": "QU\u00cdMICA DA ATMOSFERA", "slug": "quimica-da-atmosfera", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA DA ATMOSFERA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA DA ATMOSFERA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [317], "students": [218, 219, 220, 221, 222, 223]}},
{"model": "subjects.subject", "pk": 517, "fields": {"name": "INSTRUMENTA\u00c7\u00c3O METEOROL\u00d3GICA", "slug": "instrumentacao-meteorologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O METEOROL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O METEOROL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [318], "students": [224, 225, 226, 227, 228, 229]}},
{"model": "subjects.subject", "pk": 518, "fields": {"name": "CLIMATOLOGIA", "slug": "climatologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CLIMATOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CLIMATOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [319], "students": [230, 231, 232, 233, 234, 235]}},
{"model": "subjects.subject", "pk": 519, "fields": {"name": "MICROMETEOROLOGIA", "slug": "micrometeorologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MICROMETEOROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MICROMETEOROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [320], "students": [236, 237, 238, 239, 240, 241]}},
{"model": "subjects.subject", "pk": 520, "fields": {"name": "SENSORIAMENTO REMOTO DA ATMOSFERA", "slug": "sensoriamento-remoto-da-atmosfera", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SENSORIAMENTO REMOTO DA ATMOSFERA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SENSORIAMENTO REMOTO DA ATMOSFERA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [321], "students": [242, 243, 244, 245, 246, 247]}},
{"model": "subjects.subject", "pk": 521, "fields": {"name": "METEOROLOGIA APLICADA", "slug": "meteorologia-aplicada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>METEOROLOGIA APLICADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>METEOROLOGIA APLICADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [322], "students": [248, 249, 250, 251, 252, 253]}},
{"model": "subjects.subject", "pk": 522, "fields": {"name": "GEOD\u00c9SIA", "slug": "geodesia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOD\u00c9SIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOD\u00c9SIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [323], "students": [254, 255, 256, 257, 258, 259]}},
{"model": "subjects.subject", "pk": 523, "fields": {"name": "GEOD\u00c9SIA F\u00cdSICA", "slug": "geodesia-fisica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOD\u00c9SIA F\u00cdSICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOD\u00c9SIA F\u00cdSICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [324], "students": [260, 261, 262, 263, 264, 265]}},
{"model": "subjects.subject", "pk": 524, "fields": {"name": "GEOD\u00c9SIA GEOM\u00c9TRICA", "slug": "geodesia-geometrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOD\u00c9SIA GEOM\u00c9TRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOD\u00c9SIA GEOM\u00c9TRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [325], "students": [266, 267, 268, 269, 270, 271]}},
{"model": "subjects.subject", "pk": 525, "fields": {"name": "GEOD\u00c9SIA CELESTE", "slug": "geodesia-celeste", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOD\u00c9SIA CELESTE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOD\u00c9SIA CELESTE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [326], "students": [272, 273, 274, 275, 276, 277]}},
{"model": "subjects.subject", "pk": 526, "fields": {"name": "FOTOGRAMETRIA", "slug": "fotogrametria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FOTOGRAMETRIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FOTOGRAMETRIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [327], "students": [278, 279, 280, 281, 282, 283]}},
{"model": "subjects.subject", "pk": 527, "fields": {"name": "CARTOGRAFIA B\u00c1SICA", "slug": "cartografia-basica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CARTOGRAFIA B\u00c1SICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CARTOGRAFIA B\u00c1SICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [328], "students": [284, 285, 286, 287, 288, 289]}},
{"model": "subjects.subject", "pk": 528, "fields": {"name": "GEOGRAFIA F\u00cdSICA", "slug": "geografia-fisica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOGRAFIA F\u00cdSICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOGRAFIA F\u00cdSICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [329], "students": [290, 291, 292, 293, 294, 295]}},
{"model": "subjects.subject", "pk": 529, "fields": {"name": "GEOMORFOLOGIA", "slug": "geomorfologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOMORFOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOMORFOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [330], "students": [296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 530, "fields": {"name": "CLIMATOLOGIA GEOGR\u00c1FICA", "slug": "climatologia-geografica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CLIMATOLOGIA GEOGR\u00c1FICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CLIMATOLOGIA GEOGR\u00c1FICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [331], "students": [2, 3, 4, 5, 6, 7]}},
{"model": "subjects.subject", "pk": 531, "fields": {"name": "PEDOLOGIA", "slug": "pedologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PEDOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PEDOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [332], "students": [8, 9, 10, 11, 12, 13]}},
{"model": "subjects.subject", "pk": 532, "fields": {"name": "HIDROGEOGRAFIA", "slug": "hidrogeografia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIDROGEOGRAFIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIDROGEOGRAFIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [333], "students": [14, 15, 16, 17, 18, 19]}},
{"model": "subjects.subject", "pk": 533, "fields": {"name": "GEOECOLOGIA", "slug": "geoecologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOECOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOECOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [334], "students": [20, 21, 22, 23, 24, 25]}},
{"model": "subjects.subject", "pk": 534, "fields": {"name": "GEOCARTOGRAFIA", "slug": "geocartografia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOCARTOGRAFIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOCARTOGRAFIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [335], "students": [26, 27, 28, 29, 30, 31]}},
{"model": "subjects.subject", "pk": 535, "fields": {"name": "OCEANOGRAFIA F\u00cdSICA", "slug": "oceanografia-fisica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>OCEANOGRAFIA F\u00cdSICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>OCEANOGRAFIA F\u00cdSICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [336], "students": [32, 33, 34, 35, 36, 37]}},
{"model": "subjects.subject", "pk": 536, "fields": {"name": "VARI\u00c1VEIS F\u00cdSICAS DA \u00c1GUA DO MAR", "slug": "variaveis-fisicas-da-agua-do-mar", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>VARI\u00c1VEIS F\u00cdSICAS DA \u00c1GUA DO MAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>VARI\u00c1VEIS F\u00cdSICAS DA \u00c1GUA DO MAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [337], "students": [38, 39, 40, 41, 42, 43]}},
{"model": "subjects.subject", "pk": 537, "fields": {"name": "MOVIMENTO DA \u00c1GUA DO MAR", "slug": "movimento-da-agua-do-mar", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MOVIMENTO DA \u00c1GUA DO MAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MOVIMENTO DA \u00c1GUA DO MAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [338], "students": [44, 45, 46, 47, 48, 49]}},
{"model": "subjects.subject", "pk": 538, "fields": {"name": "ORIGEM DAS MASSAS DE \u00c1GUA", "slug": "origem-das-massas-de-agua", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ORIGEM DAS MASSAS DE \u00c1GUA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ORIGEM DAS MASSAS DE \u00c1GUA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [339], "students": [50, 51, 52, 53, 54, 55]}},
{"model": "subjects.subject", "pk": 539, "fields": {"name": "INTERA\u00c7\u00c3O DO OCEANO COM O LEITO DO MAR", "slug": "interacao-do-oceano-com-o-leito-do-mar", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INTERA\u00c7\u00c3O DO OCEANO COM O LEITO DO MAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INTERA\u00c7\u00c3O DO OCEANO COM O LEITO DO MAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [340], "students": [56, 57, 58, 59, 60, 61]}},
{"model": "subjects.subject", "pk": 540, "fields": {"name": "INTERA\u00c7\u00c3O DO OCEANO COM A ATMOSFERA", "slug": "interacao-do-oceano-com-a-atmosfera", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INTERA\u00c7\u00c3O DO OCEANO COM A ATMOSFERA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INTERA\u00c7\u00c3O DO OCEANO COM A ATMOSFERA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [341], "students": [62, 63, 64, 65, 66, 67]}},
{"model": "subjects.subject", "pk": 541, "fields": {"name": "OCEANOGRAFIA QU\u00cdMICA", "slug": "oceanografia-quimica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>OCEANOGRAFIA QU\u00cdMICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>OCEANOGRAFIA QU\u00cdMICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [342], "students": [68, 69, 70, 71, 72, 73]}},
{"model": "subjects.subject", "pk": 542, "fields": {"name": "PROPRIEDADES QU\u00cdMICAS DA \u00c1GUA DO MAR", "slug": "propriedades-quimicas-da-agua-do-mar", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROPRIEDADES QU\u00cdMICAS DA \u00c1GUA DO MAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROPRIEDADES QU\u00cdMICAS DA \u00c1GUA DO MAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [343], "students": [74, 75, 76, 77, 78, 79]}},
{"model": "subjects.subject", "pk": 543, "fields": {"name": "OCEANOGRAFIA GEOL\u00d3GICA", "slug": "oceanografia-geologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>OCEANOGRAFIA GEOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>OCEANOGRAFIA GEOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [344], "students": [80, 81, 82, 83, 84, 85]}},
{"model": "subjects.subject", "pk": 544, "fields": {"name": "GEOMORFOLOGIA SUBMARINA", "slug": "geomorfologia-submarina", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOMORFOLOGIA SUBMARINA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOMORFOLOGIA SUBMARINA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [345], "students": [86, 87, 88, 89, 90, 91]}},
{"model": "subjects.subject", "pk": 545, "fields": {"name": "SEDIMENTOLOGIA MARINHA", "slug": "sedimentologia-marinha", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SEDIMENTOLOGIA MARINHA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SEDIMENTOLOGIA MARINHA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [346], "students": [92, 93, 94, 95, 96, 97]}},
{"model": "subjects.subject", "pk": 546, "fields": {"name": "GEOF\u00cdSICA MARINHA", "slug": "geofisica-marinha", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOF\u00cdSICA MARINHA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOF\u00cdSICA MARINHA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [347], "students": [98, 99, 100, 101, 102, 103]}},
{"model": "subjects.subject", "pk": 547, "fields": {"name": "GEOQU\u00cdMICA MARINHA", "slug": "geoquimica-marinha", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOQU\u00cdMICA MARINHA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOQU\u00cdMICA MARINHA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 23, "max_upload_size": 1024, "tags": [27], "professor": [348], "students": [104, 105, 106, 107, 108, 109]}},
{"model": "subjects.subject", "pk": 548, "fields": {"name": "GEOGRAFIA HUMANA", "slug": "geografia-humana", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOGRAFIA HUMANA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOGRAFIA HUMANA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 24, "max_upload_size": 1024, "tags": [28], "professor": [349], "students": [110, 111, 112, 113, 114, 115]}},
{"model": "subjects.subject", "pk": 549, "fields": {"name": "GEOGRAFIA DA POPULA\u00c7\u00c3O", "slug": "geografia-da-populacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOGRAFIA DA POPULA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOGRAFIA DA POPULA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 24, "max_upload_size": 1024, "tags": [28], "professor": [350], "students": [116, 117, 118, 119, 120, 121]}},
{"model": "subjects.subject", "pk": 550, "fields": {"name": "GEOGRAFIA AGR\u00c1RIA", "slug": "geografia-agraria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOGRAFIA AGR\u00c1RIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOGRAFIA AGR\u00c1RIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 24, "max_upload_size": 1024, "tags": [28], "professor": [351], "students": [122, 123, 124, 125, 126, 127]}},
{"model": "subjects.subject", "pk": 551, "fields": {"name": "GEOGRAFIA URBANA", "slug": "geografia-urbana", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOGRAFIA URBANA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOGRAFIA URBANA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 24, "max_upload_size": 1024, "tags": [28], "professor": [302], "students": [128, 129, 130, 131, 132, 133]}},
{"model": "subjects.subject", "pk": 552, "fields": {"name": "GEOGRAFIA ECON\u00d4MICA", "slug": "geografia-economica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOGRAFIA ECON\u00d4MICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOGRAFIA ECON\u00d4MICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 24, "max_upload_size": 1024, "tags": [28], "professor": [303], "students": [134, 135, 136, 137, 138, 139]}},
{"model": "subjects.subject", "pk": 553, "fields": {"name": "GEOGRAFIA POL\u00cdTICA", "slug": "geografia-politica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOGRAFIA POL\u00cdTICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOGRAFIA POL\u00cdTICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 24, "max_upload_size": 1024, "tags": [28], "professor": [304], "students": [140, 141, 142, 143, 144, 145]}},
{"model": "subjects.subject", "pk": 554, "fields": {"name": "GEOGRAFIA REGIONAL", "slug": "geografia-regional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOGRAFIA REGIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOGRAFIA REGIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 24, "max_upload_size": 1024, "tags": [28], "professor": [305], "students": [146, 147, 148, 149, 150, 151]}},
{"model": "subjects.subject", "pk": 555, "fields": {"name": "TEORIA DO DESENVOLVIMENTO REGIONAL", "slug": "teoria-do-desenvolvimento-regional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DO DESENVOLVIMENTO REGIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DO DESENVOLVIMENTO REGIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 24, "max_upload_size": 1024, "tags": [28], "professor": [306], "students": [152, 153, 154, 155, 156, 157]}},
{"model": "subjects.subject", "pk": 556, "fields": {"name": "REGIONALIZA\u00c7\u00c3O", "slug": "regionalizacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>REGIONALIZA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>REGIONALIZA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 24, "max_upload_size": 1024, "tags": [28], "professor": [307], "students": [158, 159, 160, 161, 162, 163]}},
{"model": "subjects.subject", "pk": 557, "fields": {"name": "AN\u00c1LISE REGIONAL", "slug": "analise-regional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE REGIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE REGIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 24, "max_upload_size": 1024, "tags": [28], "professor": [308], "students": [164, 165, 166, 167, 168, 169]}},
{"model": "subjects.subject", "pk": 558, "fields": {"name": "TEORIA E FILOSOFIA DA HIST\u00d3RIA", "slug": "teoria-e-filosofia-da-historia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA E FILOSOFIA DA HIST\u00d3RIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA E FILOSOFIA DA HIST\u00d3RIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [309], "students": [170, 171, 172, 173, 174, 175]}},
{"model": "subjects.subject", "pk": 559, "fields": {"name": "HIST\u00d3RIA ANTIGA E MEDIEVAL", "slug": "historia-antiga-e-medieval", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA ANTIGA E MEDIEVAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA ANTIGA E MEDIEVAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [310], "students": [176, 177, 178, 179, 180, 181]}},
{"model": "subjects.subject", "pk": 560, "fields": {"name": "HIST\u00d3RIA MODERNA E CONTEMPOR\u00c2NEA", "slug": "historia-moderna-e-contemporanea", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA MODERNA E CONTEMPOR\u00c2NEA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA MODERNA E CONTEMPOR\u00c2NEA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [311], "students": [182, 183, 184, 185, 186, 187]}},
{"model": "subjects.subject", "pk": 561, "fields": {"name": "HIST\u00d3RIA DA AM\u00c9RICA", "slug": "historia-da-america", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DA AM\u00c9RICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DA AM\u00c9RICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [312], "students": [188, 189, 190, 191, 192, 193]}},
{"model": "subjects.subject", "pk": 562, "fields": {"name": "HIST\u00d3RIA DOS ESTADOS UNIDOS", "slug": "historia-dos-estados-unidos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DOS ESTADOS UNIDOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DOS ESTADOS UNIDOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [313], "students": [194, 195, 196, 197, 198, 199]}},
{"model": "subjects.subject", "pk": 563, "fields": {"name": "HIST\u00d3RIA LATINO-AMERICANA", "slug": "historia-latino-americana", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA LATINO-AMERICANA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA LATINO-AMERICANA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [314], "students": [200, 201, 202, 203, 204, 205]}},
{"model": "subjects.subject", "pk": 564, "fields": {"name": "HIST\u00d3RIA DO BRASIL", "slug": "historia-do-brasil", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DO BRASIL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DO BRASIL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [315], "students": [206, 207, 208, 209, 210, 211]}},
{"model": "subjects.subject", "pk": 565, "fields": {"name": "HIST\u00d3RIA DO BRASIL COL\u00d4NIA", "slug": "historia-do-brasil-colonia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DO BRASIL COL\u00d4NIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DO BRASIL COL\u00d4NIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [316], "students": [212, 213, 214, 215, 216, 217]}},
{"model": "subjects.subject", "pk": 566, "fields": {"name": "HIST\u00d3RIA DO BRASIL IMP\u00c9RIO", "slug": "historia-do-brasil-imperio", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DO BRASIL IMP\u00c9RIO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DO BRASIL IMP\u00c9RIO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [317], "students": [218, 219, 220, 221, 222, 223]}},
{"model": "subjects.subject", "pk": 567, "fields": {"name": "HIST\u00d3RIA DO BRASIL REP\u00daBLICA", "slug": "historia-do-brasil-republica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DO BRASIL REP\u00daBLICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DO BRASIL REP\u00daBLICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [318], "students": [224, 225, 226, 227, 228, 229]}},
{"model": "subjects.subject", "pk": 568, "fields": {"name": "HIST\u00d3RIA REGIONAL DO BRASIL", "slug": "historia-regional-do-brasil", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA REGIONAL DO BRASIL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA REGIONAL DO BRASIL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [319], "students": [230, 231, 232, 233, 234, 235]}},
{"model": "subjects.subject", "pk": 569, "fields": {"name": "HIST\u00d3RIA DAS CI\u00caNCIAS", "slug": "historia-das-ciencias", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DAS CI\u00caNCIAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DAS CI\u00caNCIAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 25, "max_upload_size": 1024, "tags": [29], "professor": [320], "students": [236, 237, 238, 239, 240, 241]}},
{"model": "subjects.subject", "pk": 570, "fields": {"name": "L\u00cdNGUA PORTUGUESA", "slug": "lingua-portuguesa", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>L\u00cdNGUA PORTUGUESA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>L\u00cdNGUA PORTUGUESA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 26, "max_upload_size": 1024, "tags": [30], "professor": [321], "students": [242, 243, 244, 245, 246, 247]}},
{"model": "subjects.subject", "pk": 571, "fields": {"name": "L\u00cdNGUAS ESTRANGEIRAS MODERNAS", "slug": "linguas-estrangeiras-modernas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>L\u00cdNGUAS ESTRANGEIRAS MODERNAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>L\u00cdNGUAS ESTRANGEIRAS MODERNAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 26, "max_upload_size": 1024, "tags": [30], "professor": [322], "students": [248, 249, 250, 251, 252, 253]}},
{"model": "subjects.subject", "pk": 572, "fields": {"name": "L\u00cdNGUAS CL\u00c1SSICAS", "slug": "linguas-classicas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>L\u00cdNGUAS CL\u00c1SSICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>L\u00cdNGUAS CL\u00c1SSICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 26, "max_upload_size": 1024, "tags": [30], "professor": [323], "students": [254, 255, 256, 257, 258, 259]}},
{"model": "subjects.subject", "pk": 573, "fields": {"name": "L\u00cdNGUAS IND\u00cdGENAS", "slug": "linguas-indigenas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>L\u00cdNGUAS IND\u00cdGENAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>L\u00cdNGUAS IND\u00cdGENAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 26, "max_upload_size": 1024, "tags": [30], "professor": [324], "students": [260, 261, 262, 263, 264, 265]}},
{"model": "subjects.subject", "pk": 574, "fields": {"name": "TEORIA LITERARIA", "slug": "teoria-literaria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA LITERARIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA LITERARIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 26, "max_upload_size": 1024, "tags": [30], "professor": [325], "students": [266, 267, 268, 269, 270, 271]}},
{"model": "subjects.subject", "pk": 575, "fields": {"name": "LITERATURA BRASILEIRA", "slug": "literatura-brasileira", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LITERATURA BRASILEIRA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LITERATURA BRASILEIRA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 26, "max_upload_size": 1024, "tags": [30], "professor": [326], "students": [272, 273, 274, 275, 276, 277]}},
{"model": "subjects.subject", "pk": 576, "fields": {"name": "OUTRAS LITERATURAS VERN\u00c1CULAS", "slug": "outras-literaturas-vernaculas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>OUTRAS LITERATURAS VERN\u00c1CULAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>OUTRAS LITERATURAS VERN\u00c1CULAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 26, "max_upload_size": 1024, "tags": [30], "professor": [327], "students": [278, 279, 280, 281, 282, 283]}},
{"model": "subjects.subject", "pk": 577, "fields": {"name": "LITERATURAS ESTRANGEIRAS MODERNAS", "slug": "literaturas-estrangeiras-modernas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LITERATURAS ESTRANGEIRAS MODERNAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LITERATURAS ESTRANGEIRAS MODERNAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 26, "max_upload_size": 1024, "tags": [30], "professor": [328], "students": [284, 285, 286, 287, 288, 289]}},
{"model": "subjects.subject", "pk": 578, "fields": {"name": "LITERATURAS CL\u00c1SSICAS", "slug": "literaturas-classicas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LITERATURAS CL\u00c1SSICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LITERATURAS CL\u00c1SSICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 26, "max_upload_size": 1024, "tags": [30], "professor": [329], "students": [290, 291, 292, 293, 294, 295]}},
{"model": "subjects.subject", "pk": 579, "fields": {"name": "LITERATURA COMPARADA", "slug": "literatura-comparada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>LITERATURA COMPARADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>LITERATURA COMPARADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 26, "max_upload_size": 1024, "tags": [30], "professor": [330], "students": [296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 580, "fields": {"name": "ALGEBRA", "slug": "algebra", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ALGEBRA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ALGEBRA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [331], "students": [2, 3, 4, 5, 6, 7]}},
{"model": "subjects.subject", "pk": 581, "fields": {"name": "CONJUNTOS", "slug": "conjuntos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONJUNTOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONJUNTOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [332], "students": [8, 9, 10, 11, 12, 13]}},
{"model": "subjects.subject", "pk": 582, "fields": {"name": "L\u00d3GICA MATEM\u00c1TICA", "slug": "logica-matematica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>L\u00d3GICA MATEM\u00c1TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>L\u00d3GICA MATEM\u00c1TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [333], "students": [14, 15, 16, 17, 18, 19]}},
{"model": "subjects.subject", "pk": 583, "fields": {"name": "TEORIA DOS N\u00daMEROS", "slug": "teoria-dos-numeros", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DOS N\u00daMEROS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DOS N\u00daMEROS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [334], "students": [20, 21, 22, 23, 24, 25]}},
{"model": "subjects.subject", "pk": 584, "fields": {"name": "GRUPO DE \u00c1LGEBRA N\u00c3O-COMUTATIVA", "slug": "grupo-de-algebra-nao-comutativa", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GRUPO DE \u00c1LGEBRA N\u00c3O-COMUTATIVA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GRUPO DE \u00c1LGEBRA N\u00c3O-COMUTATIVA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [335], "students": [26, 27, 28, 29, 30, 31]}},
{"model": "subjects.subject", "pk": 585, "fields": {"name": "\u00c1LGEBRA COMUTATIVA", "slug": "algebra-comutativa", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>\u00c1LGEBRA COMUTATIVA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>\u00c1LGEBRA COMUTATIVA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [336], "students": [32, 33, 34, 35, 36, 37]}},
{"model": "subjects.subject", "pk": 586, "fields": {"name": "GEOMETRIA ALG\u00c9BRICA", "slug": "geometria-algebrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOMETRIA ALG\u00c9BRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOMETRIA ALG\u00c9BRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [337], "students": [38, 39, 40, 41, 42, 43]}},
{"model": "subjects.subject", "pk": 587, "fields": {"name": "AN\u00c1LISE", "slug": "analise", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [338], "students": [44, 45, 46, 47, 48, 49]}},
{"model": "subjects.subject", "pk": 588, "fields": {"name": "AN\u00c1LISE COMPLEXA", "slug": "analise-complexa", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE COMPLEXA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE COMPLEXA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [339], "students": [50, 51, 52, 53, 54, 55]}},
{"model": "subjects.subject", "pk": 589, "fields": {"name": "AN\u00c1LISE FUNCIONAL", "slug": "analise-funcional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE FUNCIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE FUNCIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [340], "students": [56, 57, 58, 59, 60, 61]}},
{"model": "subjects.subject", "pk": 590, "fields": {"name": "AN\u00c1LISE FUNCIONAL N\u00c3O-LINEAR", "slug": "analise-funcional-nao-linear", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE FUNCIONAL N\u00c3O-LINEAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE FUNCIONAL N\u00c3O-LINEAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [341], "students": [62, 63, 64, 65, 66, 67]}},
{"model": "subjects.subject", "pk": 591, "fields": {"name": "EQUA\u00c7\u00d5ES DIFERENCIAIS ORDIN\u00c1RIAS", "slug": "equacoes-diferenciais-ordinarias", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EQUA\u00c7\u00d5ES DIFERENCIAIS ORDIN\u00c1RIAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EQUA\u00c7\u00d5ES DIFERENCIAIS ORDIN\u00c1RIAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [342], "students": [68, 69, 70, 71, 72, 73]}},
{"model": "subjects.subject", "pk": 592, "fields": {"name": "EQUA\u00c7\u00d5ES DIFERENCIAIS PARCIAIS", "slug": "equacoes-diferenciais-parciais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EQUA\u00c7\u00d5ES DIFERENCIAIS PARCIAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EQUA\u00c7\u00d5ES DIFERENCIAIS PARCIAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [343], "students": [74, 75, 76, 77, 78, 79]}},
{"model": "subjects.subject", "pk": 593, "fields": {"name": "EQUA\u00c7\u00d5ES DIFERENCIAIS FUNCIONAIS", "slug": "equacoes-diferenciais-funcionais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EQUA\u00c7\u00d5ES DIFERENCIAIS FUNCIONAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EQUA\u00c7\u00d5ES DIFERENCIAIS FUNCIONAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [344], "students": [80, 81, 82, 83, 84, 85]}},
{"model": "subjects.subject", "pk": 594, "fields": {"name": "GEOMETRIA E TOPOLOGIA", "slug": "geometria-e-topologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOMETRIA E TOPOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOMETRIA E TOPOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [345], "students": [86, 87, 88, 89, 90, 91]}},
{"model": "subjects.subject", "pk": 595, "fields": {"name": "GEOMETRIA DIFER\u00caNCIAL", "slug": "geometria-diferencial", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEOMETRIA DIFER\u00caNCIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEOMETRIA DIFER\u00caNCIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [346], "students": [92, 93, 94, 95, 96, 97]}},
{"model": "subjects.subject", "pk": 596, "fields": {"name": "TOPOLOGIA ALG\u00c9BRICA", "slug": "topologia-algebrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TOPOLOGIA ALG\u00c9BRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TOPOLOGIA ALG\u00c9BRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [347], "students": [98, 99, 100, 101, 102, 103]}},
{"model": "subjects.subject", "pk": 597, "fields": {"name": "TOPOLOGIA DAS VARIEDADES", "slug": "topologia-das-variedades", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TOPOLOGIA DAS VARIEDADES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TOPOLOGIA DAS VARIEDADES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [348], "students": [104, 105, 106, 107, 108, 109]}},
{"model": "subjects.subject", "pk": 598, "fields": {"name": "SISTEMAS DIN\u00c2MICOS", "slug": "sistemas-dinamicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SISTEMAS DIN\u00c2MICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SISTEMAS DIN\u00c2MICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [349], "students": [110, 111, 112, 113, 114, 115]}},
{"model": "subjects.subject", "pk": 599, "fields": {"name": "TEORIA DAS SINGULARIDADES E TEORIA DAS CAT\u00c1STROFES", "slug": "teoria-das-singularidades-e-teoria-das-catastrofes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DAS SINGULARIDADES E TEORIA DAS CAT\u00c1STROFES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DAS SINGULARIDADES E TEORIA DAS CAT\u00c1STROFES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [350], "students": [116, 117, 118, 119, 120, 121]}},
{"model": "subjects.subject", "pk": 600, "fields": {"name": "TEORIA DAS FOLHEA\u00c7\u00d5ES", "slug": "teoria-das-folheacoes", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA DAS FOLHEA\u00c7\u00d5ES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA DAS FOLHEA\u00c7\u00d5ES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [351], "students": [122, 123, 124, 125, 126, 127]}},
{"model": "subjects.subject", "pk": 601, "fields": {"name": "MATEM\u00c1TICA APLICADA", "slug": "matematica-aplicada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATEM\u00c1TICA APLICADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATEM\u00c1TICA APLICADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [302], "students": [128, 129, 130, 131, 132, 133]}},
{"model": "subjects.subject", "pk": 602, "fields": {"name": "F\u00cdSICA MATEM\u00c1TICA", "slug": "fisica-matematica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICA MATEM\u00c1TICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICA MATEM\u00c1TICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [303], "students": [134, 135, 136, 137, 138, 139]}},
{"model": "subjects.subject", "pk": 603, "fields": {"name": "AN\u00c1LISE NUM\u00c9RICA", "slug": "analise-numerica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE NUM\u00c9RICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE NUM\u00c9RICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [304], "students": [140, 141, 142, 143, 144, 145]}},
{"model": "subjects.subject", "pk": 604, "fields": {"name": "MATEM\u00c1TICA DISCRETA E COMBINAT\u00d3RIA", "slug": "matematica-discreta-e-combinatoria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATEM\u00c1TICA DISCRETA E COMBINAT\u00d3RIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATEM\u00c1TICA DISCRETA E COMBINAT\u00d3RIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 27, "max_upload_size": 1024, "tags": [31], "professor": [305], "students": [146, 147, 148, 149, 150, 151]}},
{"model": "subjects.subject", "pk": 605, "fields": {"name": "CL\u00cdNICA M\u00c9DICA", "slug": "clinica-medica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CL\u00cdNICA M\u00c9DICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CL\u00cdNICA M\u00c9DICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [306], "students": [152, 153, 154, 155, 156, 157]}},
{"model": "subjects.subject", "pk": 606, "fields": {"name": "ANGIOLOGIA", "slug": "angiologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANGIOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANGIOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [307], "students": [158, 159, 160, 161, 162, 163]}},
{"model": "subjects.subject", "pk": 607, "fields": {"name": "DERMATOLOGIA", "slug": "dermatologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DERMATOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DERMATOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [308], "students": [164, 165, 166, 167, 168, 169]}},
{"model": "subjects.subject", "pk": 608, "fields": {"name": "CANCEROLOGIA", "slug": "cancerologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CANCEROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CANCEROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [309], "students": [170, 171, 172, 173, 174, 175]}},
{"model": "subjects.subject", "pk": 609, "fields": {"name": "ENDOCRINOLOGIA", "slug": "endocrinologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENDOCRINOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENDOCRINOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [310], "students": [176, 177, 178, 179, 180, 181]}},
{"model": "subjects.subject", "pk": 610, "fields": {"name": "CARDIOLOGIA", "slug": "cardiologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CARDIOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CARDIOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [311], "students": [182, 183, 184, 185, 186, 187]}},
{"model": "subjects.subject", "pk": 611, "fields": {"name": "GASTROENTEROLOGIA", "slug": "gastroenterologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GASTROENTEROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GASTROENTEROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [312], "students": [188, 189, 190, 191, 192, 193]}},
{"model": "subjects.subject", "pk": 612, "fields": {"name": "PNEUMOLOGIA", "slug": "pneumologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PNEUMOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PNEUMOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [313], "students": [194, 195, 196, 197, 198, 199]}},
{"model": "subjects.subject", "pk": 613, "fields": {"name": "NEFROLOGIA", "slug": "nefrologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>NEFROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>NEFROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [314], "students": [200, 201, 202, 203, 204, 205]}},
{"model": "subjects.subject", "pk": 614, "fields": {"name": "FISIATRIA", "slug": "fisiatria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIATRIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIATRIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [315], "students": [206, 207, 208, 209, 210, 211]}},
{"model": "subjects.subject", "pk": 615, "fields": {"name": "MEDICINA LEGAL E DEONTOLOGIA", "slug": "medicina-legal-e-deontologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEDICINA LEGAL E DEONTOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEDICINA LEGAL E DEONTOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [316], "students": [212, 213, 214, 215, 216, 217]}},
{"model": "subjects.subject", "pk": 616, "fields": {"name": "ALERGOLOGIA E IMUNOLOGIA CL\u00cdNICA", "slug": "alergologia-e-imunologia-clinica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ALERGOLOGIA E IMUNOLOGIA CL\u00cdNICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ALERGOLOGIA E IMUNOLOGIA CL\u00cdNICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [317], "students": [218, 219, 220, 221, 222, 223]}},
{"model": "subjects.subject", "pk": 617, "fields": {"name": "HEMATOLOGIA", "slug": "hematologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HEMATOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HEMATOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [318], "students": [224, 225, 226, 227, 228, 229]}},
{"model": "subjects.subject", "pk": 618, "fields": {"name": "NEUROLOGIA", "slug": "neurologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>NEUROLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>NEUROLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [319], "students": [230, 231, 232, 233, 234, 235]}},
{"model": "subjects.subject", "pk": 619, "fields": {"name": "PEDIATRIA", "slug": "pediatria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PEDIATRIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PEDIATRIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [320], "students": [236, 237, 238, 239, 240, 241]}},
{"model": "subjects.subject", "pk": 620, "fields": {"name": "DOEN\u00c7AS INFECCIOSAS E PARASIT\u00c1RIAS", "slug": "doencas-infecciosas-e-parasitarias", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DOEN\u00c7AS INFECCIOSAS E PARASIT\u00c1RIAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DOEN\u00c7AS INFECCIOSAS E PARASIT\u00c1RIAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [321], "students": [242, 243, 244, 245, 246, 247]}},
{"model": "subjects.subject", "pk": 621, "fields": {"name": "REUMATOLOGIA", "slug": "reumatologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>REUMATOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>REUMATOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [322], "students": [248, 249, 250, 251, 252, 253]}},
{"model": "subjects.subject", "pk": 622, "fields": {"name": "SA\u00daDE MATERNO-INFANTIL", "slug": "saude-materno-infantil", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SA\u00daDE MATERNO-INFANTIL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SA\u00daDE MATERNO-INFANTIL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [323], "students": [254, 255, 256, 257, 258, 259]}},
{"model": "subjects.subject", "pk": 623, "fields": {"name": "PSIQUIATRIA", "slug": "psiquiatria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PSIQUIATRIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PSIQUIATRIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [324], "students": [260, 261, 262, 263, 264, 265]}},
{"model": "subjects.subject", "pk": 624, "fields": {"name": "ANATOMIA PATOL\u00d3GICA E PATOLOGIA CL\u00cdNICA", "slug": "anatomia-patologica-e-patologia-clinica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANATOMIA PATOL\u00d3GICA E PATOLOGIA CL\u00cdNICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANATOMIA PATOL\u00d3GICA E PATOLOGIA CL\u00cdNICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [325], "students": [266, 267, 268, 269, 270, 271]}},
{"model": "subjects.subject", "pk": 625, "fields": {"name": "RADIOLOGIA M\u00c9DICA", "slug": "radiologia-medica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RADIOLOGIA M\u00c9DICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RADIOLOGIA M\u00c9DICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [326], "students": [272, 273, 274, 275, 276, 277]}},
{"model": "subjects.subject", "pk": 626, "fields": {"name": "GINECOLOGIA E OBSTETR\u00cdCIA", "slug": "ginecologia-e-obstetricia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GINECOLOGIA E OBSTETR\u00cdCIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GINECOLOGIA E OBSTETR\u00cdCIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [327], "students": [278, 279, 280, 281, 282, 283]}},
{"model": "subjects.subject", "pk": 627, "fields": {"name": "OFTALMOLOGIA", "slug": "oftalmologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>OFTALMOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>OFTALMOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [328], "students": [284, 285, 286, 287, 288, 289]}},
{"model": "subjects.subject", "pk": 628, "fields": {"name": "ORTOPEDIA", "slug": "ortopedia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ORTOPEDIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ORTOPEDIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [329], "students": [290, 291, 292, 293, 294, 295]}},
{"model": "subjects.subject", "pk": 629, "fields": {"name": "CIRURGIA", "slug": "cirurgia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [330], "students": [296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 630, "fields": {"name": "CIRURGIA PL\u00c1STICA E RESTAURADORA", "slug": "cirurgia-plastica-e-restauradora", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA PL\u00c1STICA E RESTAURADORA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA PL\u00c1STICA E RESTAURADORA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [331], "students": [2, 3, 4, 5, 6, 7]}},
{"model": "subjects.subject", "pk": 631, "fields": {"name": "CIRURGIA OTORRINOLARINGOLOGIA", "slug": "cirurgia-otorrinolaringologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA OTORRINOLARINGOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA OTORRINOLARINGOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [332], "students": [8, 9, 10, 11, 12, 13]}},
{"model": "subjects.subject", "pk": 632, "fields": {"name": "CIRURGIA OFTALMOL\u00d3GICA", "slug": "cirurgia-oftalmologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA OFTALMOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA OFTALMOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [333], "students": [14, 15, 16, 17, 18, 19]}},
{"model": "subjects.subject", "pk": 633, "fields": {"name": "CIRURGIA CARDIOVASCULAR", "slug": "cirurgia-cardiovascular", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA CARDIOVASCULAR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA CARDIOVASCULAR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [334], "students": [20, 21, 22, 23, 24, 25]}},
{"model": "subjects.subject", "pk": 634, "fields": {"name": "CIRURGIA TOR\u00c1XICA", "slug": "cirurgia-toraxica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA TOR\u00c1XICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA TOR\u00c1XICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [335], "students": [26, 27, 28, 29, 30, 31]}},
{"model": "subjects.subject", "pk": 635, "fields": {"name": "CIRURGIA GASTROENTEROLOGICA", "slug": "cirurgia-gastroenterologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA GASTROENTEROLOGICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA GASTROENTEROLOGICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [336], "students": [32, 33, 34, 35, 36, 37]}},
{"model": "subjects.subject", "pk": 636, "fields": {"name": "CIRURGIA PEDI\u00c1TRICA", "slug": "cirurgia-pediatrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA PEDI\u00c1TRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA PEDI\u00c1TRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [337], "students": [38, 39, 40, 41, 42, 43]}},
{"model": "subjects.subject", "pk": 637, "fields": {"name": "NEUROCIRURGIA", "slug": "neurocirurgia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>NEUROCIRURGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>NEUROCIRURGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [338], "students": [44, 45, 46, 47, 48, 49]}},
{"model": "subjects.subject", "pk": 638, "fields": {"name": "CIRURGIA UROL\u00d3GICA", "slug": "cirurgia-urologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA UROL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA UROL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [339], "students": [50, 51, 52, 53, 54, 55]}},
{"model": "subjects.subject", "pk": 639, "fields": {"name": "CIRURGIA PROCTOL\u00d3GICA", "slug": "cirurgia-proctologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA PROCTOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA PROCTOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [340], "students": [56, 57, 58, 59, 60, 61]}},
{"model": "subjects.subject", "pk": 640, "fields": {"name": "CIRURGIA ORTOP\u00c9DICA", "slug": "cirurgia-ortopedica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA ORTOP\u00c9DICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA ORTOP\u00c9DICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [341], "students": [62, 63, 64, 65, 66, 67]}},
{"model": "subjects.subject", "pk": 641, "fields": {"name": "CIRURGIA TRAUMATOL\u00d3GICA", "slug": "cirurgia-traumatologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA TRAUMATOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA TRAUMATOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [342], "students": [68, 69, 70, 71, 72, 73]}},
{"model": "subjects.subject", "pk": 642, "fields": {"name": "ANESTESIOLOGIA", "slug": "anestesiologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANESTESIOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANESTESIOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [343], "students": [74, 75, 76, 77, 78, 79]}},
{"model": "subjects.subject", "pk": 643, "fields": {"name": "CIRURGIA EXPERIMENTAL", "slug": "cirurgia-experimental", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA EXPERIMENTAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA EXPERIMENTAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 28, "max_upload_size": 1024, "tags": [32], "professor": [344], "students": [80, 81, 82, 83, 84, 85]}},
{"model": "subjects.subject", "pk": 644, "fields": {"name": "CL\u00cdNICA E CIR\u00daRGIA ANIMAL", "slug": "clinica-e-cirurgia-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CL\u00cdNICA E CIR\u00daRGIA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CL\u00cdNICA E CIR\u00daRGIA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [345], "students": [86, 87, 88, 89, 90, 91]}},
{"model": "subjects.subject", "pk": 645, "fields": {"name": "ANESTESIOLOGIA ANIMAL", "slug": "anestesiologia-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANESTESIOLOGIA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANESTESIOLOGIA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [346], "students": [92, 93, 94, 95, 96, 97]}},
{"model": "subjects.subject", "pk": 646, "fields": {"name": "T\u00c9CNICA CIR\u00daRGICA ANIMAL", "slug": "tecnica-cirurgica-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>T\u00c9CNICA CIR\u00daRGICA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>T\u00c9CNICA CIR\u00daRGICA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [347], "students": [98, 99, 100, 101, 102, 103]}},
{"model": "subjects.subject", "pk": 647, "fields": {"name": "RADIOLOGIA DE ANIMAIS", "slug": "radiologia-de-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RADIOLOGIA DE ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RADIOLOGIA DE ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [348], "students": [104, 105, 106, 107, 108, 109]}},
{"model": "subjects.subject", "pk": 648, "fields": {"name": "FARMACOLOGIA E TERAP\u00c9UTICA ANIMAL", "slug": "farmacologia-e-terapeutica-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FARMACOLOGIA E TERAP\u00c9UTICA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FARMACOLOGIA E TERAP\u00c9UTICA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [349], "students": [110, 111, 112, 113, 114, 115]}},
{"model": "subjects.subject", "pk": 649, "fields": {"name": "OBSTETR\u00cdCIA ANIMAL", "slug": "obstetricia-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>OBSTETR\u00cdCIA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>OBSTETR\u00cdCIA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [350], "students": [116, 117, 118, 119, 120, 121]}},
{"model": "subjects.subject", "pk": 650, "fields": {"name": "CL\u00cdNICA VETERIN\u00c1RIA", "slug": "clinica-veterinaria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CL\u00cdNICA VETERIN\u00c1RIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CL\u00cdNICA VETERIN\u00c1RIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [351], "students": [122, 123, 124, 125, 126, 127]}},
{"model": "subjects.subject", "pk": 651, "fields": {"name": "CL\u00cdNICA CIR\u00daRGICA ANIMAL", "slug": "clinica-cirurgica-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CL\u00cdNICA CIR\u00daRGICA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CL\u00cdNICA CIR\u00daRGICA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [302], "students": [128, 129, 130, 131, 132, 133]}},
{"model": "subjects.subject", "pk": 652, "fields": {"name": "TOXICOLOGIA ANIMAL", "slug": "toxicologia-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TOXICOLOGIA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TOXICOLOGIA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [303], "students": [134, 135, 136, 137, 138, 139]}},
{"model": "subjects.subject", "pk": 653, "fields": {"name": "MEDICINA VETERIN\u00c1RIA PREVENTIVA", "slug": "medicina-veterinaria-preventiva", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MEDICINA VETERIN\u00c1RIA PREVENTIVA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MEDICINA VETERIN\u00c1RIA PREVENTIVA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [304], "students": [140, 141, 142, 143, 144, 145]}},
{"model": "subjects.subject", "pk": 654, "fields": {"name": "EPIDEMIOLOGIA ANIMAL", "slug": "epidemiologia-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EPIDEMIOLOGIA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EPIDEMIOLOGIA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [305], "students": [146, 147, 148, 149, 150, 151]}},
{"model": "subjects.subject", "pk": 655, "fields": {"name": "SANEAMENTO APLICADO \u00c0 SA\u00daDE DO HOMEM", "slug": "saneamento-aplicado-a-saude-do-homem", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SANEAMENTO APLICADO \u00c0 SA\u00daDE DO HOMEM</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SANEAMENTO APLICADO \u00c0 SA\u00daDE DO HOMEM</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [306], "students": [152, 153, 154, 155, 156, 157]}},
{"model": "subjects.subject", "pk": 656, "fields": {"name": "DOEN\u00c7AS INFECCIOSAS DE ANIMAIS", "slug": "doencas-infecciosas-de-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DOEN\u00c7AS INFECCIOSAS DE ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DOEN\u00c7AS INFECCIOSAS DE ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [307], "students": [158, 159, 160, 161, 162, 163]}},
{"model": "subjects.subject", "pk": 657, "fields": {"name": "DOEN\u00c7AS PARASIT\u00c1RIAS DE ANIMAIS", "slug": "doencas-parasitarias-de-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DOEN\u00c7AS PARASIT\u00c1RIAS DE ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DOEN\u00c7AS PARASIT\u00c1RIAS DE ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [308], "students": [164, 165, 166, 167, 168, 169]}},
{"model": "subjects.subject", "pk": 658, "fields": {"name": "PATOLOGIA ANIMAL", "slug": "patologia-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PATOLOGIA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PATOLOGIA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [309], "students": [170, 171, 172, 173, 174, 175]}},
{"model": "subjects.subject", "pk": 659, "fields": {"name": "PATOLOGIA AVI\u00c1RIA", "slug": "patologia-aviaria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PATOLOGIA AVI\u00c1RIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PATOLOGIA AVI\u00c1RIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [310], "students": [176, 177, 178, 179, 180, 181]}},
{"model": "subjects.subject", "pk": 660, "fields": {"name": "ANATOMIA PATOL\u00d3GICA ANIMAL", "slug": "anatomia-patologica-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ANATOMIA PATOL\u00d3GICA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ANATOMIA PATOL\u00d3GICA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [311], "students": [182, 183, 184, 185, 186, 187]}},
{"model": "subjects.subject", "pk": 661, "fields": {"name": "PATOLOGIA CL\u00cdNICA ANIMAL", "slug": "patologia-clinica-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PATOLOGIA CL\u00cdNICA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PATOLOGIA CL\u00cdNICA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [312], "students": [188, 189, 190, 191, 192, 193]}},
{"model": "subjects.subject", "pk": 662, "fields": {"name": "REPRODU\u00c7\u00c3O ANIMAL", "slug": "reproducao-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>REPRODU\u00c7\u00c3O ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>REPRODU\u00c7\u00c3O ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [313], "students": [194, 195, 196, 197, 198, 199]}},
{"model": "subjects.subject", "pk": 663, "fields": {"name": "GINECOLOGIA E ANDROLOGIA ANIMAL", "slug": "ginecologia-e-andrologia-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GINECOLOGIA E ANDROLOGIA ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GINECOLOGIA E ANDROLOGIA ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [314], "students": [200, 201, 202, 203, 204, 205]}},
{"model": "subjects.subject", "pk": 664, "fields": {"name": "INSEMINA\u00c7\u00c3O ARTIFICIAL ANIMAL", "slug": "inseminacao-artificial-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSEMINA\u00c7\u00c3O ARTIFICIAL ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSEMINA\u00c7\u00c3O ARTIFICIAL ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [315], "students": [206, 207, 208, 209, 210, 211]}},
{"model": "subjects.subject", "pk": 665, "fields": {"name": "FISIOPATOLOGIA DA REPRODU\u00c7\u00c3O ANIMAL", "slug": "fisiopatologia-da-reproducao-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOPATOLOGIA DA REPRODU\u00c7\u00c3O ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOPATOLOGIA DA REPRODU\u00c7\u00c3O ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [316], "students": [212, 213, 214, 215, 216, 217]}},
{"model": "subjects.subject", "pk": 666, "fields": {"name": "INSPE\u00c7\u00c3O DE PRODUTOS DE ORIGEM ANIMAL", "slug": "inspecao-de-produtos-de-origem-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSPE\u00c7\u00c3O DE PRODUTOS DE ORIGEM ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSPE\u00c7\u00c3O DE PRODUTOS DE ORIGEM ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 29, "max_upload_size": 1024, "tags": [32, 33], "professor": [317], "students": [218, 219, 220, 221, 222, 223]}},
{"model": "subjects.subject", "pk": 667, "fields": {"name": "CL\u00cdNICA ODONTOL\u00d3GICA", "slug": "clinica-odontologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CL\u00cdNICA ODONTOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CL\u00cdNICA ODONTOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 30, "max_upload_size": 1024, "tags": [34], "professor": [318], "students": [224, 225, 226, 227, 228, 229]}},
{"model": "subjects.subject", "pk": 668, "fields": {"name": "CIRURGIA BUCO-MAXILO-FACIAL", "slug": "cirurgia-buco-maxilo-facial", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIRURGIA BUCO-MAXILO-FACIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIRURGIA BUCO-MAXILO-FACIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 30, "max_upload_size": 1024, "tags": [34], "professor": [319], "students": [230, 231, 232, 233, 234, 235]}},
{"model": "subjects.subject", "pk": 669, "fields": {"name": "ORTODONTIA", "slug": "ortodontia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ORTODONTIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ORTODONTIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 30, "max_upload_size": 1024, "tags": [34], "professor": [320], "students": [236, 237, 238, 239, 240, 241]}}, {"model": "subjects.subject", "pk": 670, "fields": {"name": "ODONTOPEDIATRIA", "slug": "odontopediatria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ODONTOPEDIATRIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ODONTOPEDIATRIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 30, "max_upload_size": 1024, "tags": [34], "professor": [321], "students": [242, 243, 244, 245, 246, 247]}},
{"model": "subjects.subject", "pk": 671, "fields": {"name": "PERIODONTIA", "slug": "periodontia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PERIODONTIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PERIODONTIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 30, "max_upload_size": 1024, "tags": [34], "professor": [322], "students": [248, 249, 250, 251, 252, 253]}},
{"model": "subjects.subject", "pk": 672, "fields": {"name": "ENDODONTIA", "slug": "endodontia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENDODONTIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENDODONTIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 30, "max_upload_size": 1024, "tags": [34], "professor": [323], "students": [254, 255, 256, 257, 258, 259]}},
{"model": "subjects.subject", "pk": 673, "fields": {"name": "RADIOLOGIA ODONTOL\u00d3GICA", "slug": "radiologia-odontologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RADIOLOGIA ODONTOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RADIOLOGIA ODONTOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 30, "max_upload_size": 1024, "tags": [34], "professor": [324], "students": [260, 261, 262, 263, 264, 265]}},
{"model": "subjects.subject", "pk": 674, "fields": {"name": "ODONTOLOGIA SOCIAL E PREVENTIVA", "slug": "odontologia-social-e-preventiva", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ODONTOLOGIA SOCIAL E PREVENTIVA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ODONTOLOGIA SOCIAL E PREVENTIVA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 30, "max_upload_size": 1024, "tags": [34], "professor": [325], "students": [266, 267, 268, 269, 270, 271]}},
{"model": "subjects.subject", "pk": 675, "fields": {"name": "MATERIAIS ODONTOL\u00d3GICOS", "slug": "materiais-odontologicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MATERIAIS ODONTOL\u00d3GICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MATERIAIS ODONTOL\u00d3GICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 30, "max_upload_size": 1024, "tags": [34], "professor": [326], "students": [272, 273, 274, 275, 276, 277]}},
{"model": "subjects.subject", "pk": 676, "fields": {"name": "TEORIA GERAL E FUNDAMENTOS DA PROBABILIDADE", "slug": "teoria-geral-e-fundamentos-da-probabilidade", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA GERAL E FUNDAMENTOS DA PROBABILIDADE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA GERAL E FUNDAMENTOS DA PROBABILIDADE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [327], "students": [278, 279, 280, 281, 282, 283]}},
{"model": "subjects.subject", "pk": 677, "fields": {"name": "TEORIA GERAL E PROCESSOS ESTOC\u00c1STICOS", "slug": "teoria-geral-e-processos-estocasticos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA GERAL E PROCESSOS ESTOC\u00c1STICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA GERAL E PROCESSOS ESTOC\u00c1STICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [328], "students": [284, 285, 286, 287, 288, 289]}},
{"model": "subjects.subject", "pk": 678, "fields": {"name": "TEOREMAS DE LIMITE", "slug": "teoremas-de-limite", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEOREMAS DE LIMITE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEOREMAS DE LIMITE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [329], "students": [290, 291, 292, 293, 294, 295]}},
{"model": "subjects.subject", "pk": 679, "fields": {"name": "PROCESSOS MARKOVIANOS", "slug": "processos-markovianos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS MARKOVIANOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS MARKOVIANOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [330], "students": [296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 680, "fields": {"name": "AN\u00c1LISE ESTOC\u00c1STICA", "slug": "analise-estocastica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE ESTOC\u00c1STICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE ESTOC\u00c1STICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [331], "students": [2, 3, 4, 5, 6, 7]}},
{"model": "subjects.subject", "pk": 681, "fields": {"name": "PROCESSOS ESTOC\u00c1STICOS ESPECIAIS", "slug": "processos-estocasticos-especiais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS ESTOC\u00c1STICOS ESPECIAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS ESTOC\u00c1STICOS ESPECIAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [332], "students": [8, 9, 10, 11, 12, 13]}},
{"model": "subjects.subject", "pk": 682, "fields": {"name": "ESTAT\u00cdSTICA", "slug": "estatistica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTAT\u00cdSTICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTAT\u00cdSTICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [333], "students": [14, 15, 16, 17, 18, 19]}},
{"model": "subjects.subject", "pk": 683, "fields": {"name": "FUNDAMENTOS DA ESTAT\u00cdSTICA", "slug": "fundamentos-da-estatistica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FUNDAMENTOS DA ESTAT\u00cdSTICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FUNDAMENTOS DA ESTAT\u00cdSTICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [334], "students": [20, 21, 22, 23, 24, 25]}},
{"model": "subjects.subject", "pk": 684, "fields": {"name": "INFER\u00caNCIA PARAM\u00c9TRICA", "slug": "inferencia-parametrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INFER\u00caNCIA PARAM\u00c9TRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INFER\u00caNCIA PARAM\u00c9TRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [335], "students": [26, 27, 28, 29, 30, 31]}},
{"model": "subjects.subject", "pk": 685, "fields": {"name": "INFER\u00caNCIA N\u00c3O-PARAM\u00c9TRICA", "slug": "inferencia-nao-parametrica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INFER\u00caNCIA N\u00c3O-PARAM\u00c9TRICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INFER\u00caNCIA N\u00c3O-PARAM\u00c9TRICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [336], "students": [32, 33, 34, 35, 36, 37]}},
{"model": "subjects.subject", "pk": 686, "fields": {"name": "INFER\u00caNCIA EM PROCESSOS ESTOC\u00c1STICOS", "slug": "inferencia-em-processos-estocasticos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INFER\u00caNCIA EM PROCESSOS ESTOC\u00c1STICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INFER\u00caNCIA EM PROCESSOS ESTOC\u00c1STICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [337], "students": [38, 39, 40, 41, 42, 43]}},
{"model": "subjects.subject", "pk": 687, "fields": {"name": "AN\u00c1LISE MULTIVARIADA", "slug": "analise-multivariada", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE MULTIVARIADA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE MULTIVARIADA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [338], "students": [44, 45, 46, 47, 48, 49]}},
{"model": "subjects.subject", "pk": 688, "fields": {"name": "REGRESS\u00c3O E CORRELA\u00c7\u00c3O", "slug": "regressao-e-correlacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>REGRESS\u00c3O E CORRELA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>REGRESS\u00c3O E CORRELA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [339], "students": [50, 51, 52, 53, 54, 55]}},
{"model": "subjects.subject", "pk": 689, "fields": {"name": "PLANEJAMENTO DE EXPERIMENTOS", "slug": "planejamento-de-experimentos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PLANEJAMENTO DE EXPERIMENTOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PLANEJAMENTO DE EXPERIMENTOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [340], "students": [56, 57, 58, 59, 60, 61]}},
{"model": "subjects.subject", "pk": 690, "fields": {"name": "AN\u00c1LISE DE DADOS", "slug": "analise-de-dados", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE DE DADOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE DE DADOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [341], "students": [62, 63, 64, 65, 66, 67]}},
{"model": "subjects.subject", "pk": 691, "fields": {"name": "PROBABILIDADE E ESTAT\u00cdSTICA APLICADAS", "slug": "probabilidade-e-estatistica-aplicadas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROBABILIDADE E ESTAT\u00cdSTICA APLICADAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROBABILIDADE E ESTAT\u00cdSTICA APLICADAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 31, "max_upload_size": 1024, "tags": [35, 36], "professor": [342], "students": [68, 69, 70, 71, 72, 73]}},
{"model": "subjects.subject", "pk": 692, "fields": {"name": "FUNDAMENTOS E MEDIDAS DA PSICOLOGIA", "slug": "fundamentos-e-medidas-da-psicologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FUNDAMENTOS E MEDIDAS DA PSICOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FUNDAMENTOS E MEDIDAS DA PSICOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [343], "students": [74, 75, 76, 77, 78, 79]}},
{"model": "subjects.subject", "pk": 693, "fields": {"name": "HIST\u00d3RIA, TEORIAS E SISTEMAS EM PSICOLOGIA", "slug": "historia-teorias-e-sistemas-em-psicologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA, TEORIAS E SISTEMAS EM PSICOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA, TEORIAS E SISTEMAS EM PSICOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [344], "students": [80, 81, 82, 83, 84, 85]}},
{"model": "subjects.subject", "pk": 694, "fields": {"name": "PSICOLOGIA EXPERIMENTAL", "slug": "psicologia-experimental", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PSICOLOGIA EXPERIMENTAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PSICOLOGIA EXPERIMENTAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [345], "students": [86, 87, 88, 89, 90, 91]}},
{"model": "subjects.subject", "pk": 695, "fields": {"name": "PROCESSOS PERCEPTUAIS E MOTORES", "slug": "processos-perceptuais-e-motores", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS PERCEPTUAIS E MOTORES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS PERCEPTUAIS E MOTORES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [346], "students": [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]}},
{"model": "subjects.subject", "pk": 696, "fields": {"name": "PROCESSOS COGNITIVOS E ATENCIONAIS", "slug": "processos-cognitivos-e-atencionais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS COGNITIVOS E ATENCIONAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS COGNITIVOS E ATENCIONAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [347], "students": [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]}},
{"model": "subjects.subject", "pk": 697, "fields": {"name": "ESTADOS SUBJETIVOS E EMO\u00c7\u00c3O", "slug": "estados-subjetivos-e-emocao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTADOS SUBJETIVOS E EMO\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTADOS SUBJETIVOS E EMO\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [348], "students": [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]}},
{"model": "subjects.subject", "pk": 698, "fields": {"name": "PSICOLOGIA FISIOL\u00d3GICA", "slug": "psicologia-fisiologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PSICOLOGIA FISIOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PSICOLOGIA FISIOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [349], "students": [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]}},
{"model": "subjects.subject", "pk": 699, "fields": {"name": "PROCESSOS PSICO-FISIOL\u00d3GICOS", "slug": "processos-psico-fisiologicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS PSICO-FISIOL\u00d3GICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS PSICO-FISIOL\u00d3GICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [350], "students": [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]}},
{"model": "subjects.subject", "pk": 700, "fields": {"name": "PSICOBIOLOGIA", "slug": "psicobiologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PSICOBIOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PSICOBIOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [351], "students": [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]}},
{"model": "subjects.subject", "pk": 701, "fields": {"name": "PSICOLOGIA COMPARATIVA", "slug": "psicologia-comparativa", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PSICOLOGIA COMPARATIVA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PSICOLOGIA COMPARATIVA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [302], "students": [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]}},
{"model": "subjects.subject", "pk": 702, "fields": {"name": "ESTUDOS NATURAL\u00cdSTICOS DO COMPORTAMENTO ANIMAL", "slug": "estudos-naturalisticos-do-comportamento-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTUDOS NATURAL\u00cdSTICOS DO COMPORTAMENTO ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTUDOS NATURAL\u00cdSTICOS DO COMPORTAMENTO ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [303], "students": [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]}},
{"model": "subjects.subject", "pk": 703, "fields": {"name": "MECANISMOS INSTINTIVOS E PROCESSOS SOCIAIS EM ANIMAIS", "slug": "mecanismos-instintivos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MECANISMOS INSTINTIVOS E PROCESSOS SOCIAIS EM ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MECANISMOS INSTINTIVOS E PROCESSOS SOCIAIS EM ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [304], "students": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 300, 301]}},
{"model": "subjects.subject", "pk": 704, "fields": {"name": "PSICOLOGIA SOCIAL", "slug": "psicologia-social", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PSICOLOGIA SOCIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PSICOLOGIA SOCIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [305], "students": [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]}},
{"model": "subjects.subject", "pk": 705, "fields": {"name": "RELA\u00c7\u00d5ES INTERPESSOAIS", "slug": "relacoes-interpessoais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RELA\u00c7\u00d5ES INTERPESSOAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RELA\u00c7\u00d5ES INTERPESSOAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [306], "students": [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]}},
{"model": "subjects.subject", "pk": 706, "fields": {"name": "PROCESSOS GRUPAIS E DE COMUNICA\u00c7\u00c3O", "slug": "processos-grupais-e-de-comunicacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROCESSOS GRUPAIS E DE COMUNICA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROCESSOS GRUPAIS E DE COMUNICA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [307], "students": [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]}},
{"model": "subjects.subject", "pk": 707, "fields": {"name": "PSICOLOGIA COGNITIVA", "slug": "psicologia-cognitiva", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PSICOLOGIA COGNITIVA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PSICOLOGIA COGNITIVA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [308], "students": [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]}},
{"model": "subjects.subject", "pk": 708, "fields": {"name": "PSICOLOGIA DO DESENVOLVIMENTO HUMANO", "slug": "psicologia-do-desenvolvimento-humano", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PSICOLOGIA DO DESENVOLVIMENTO HUMANO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PSICOLOGIA DO DESENVOLVIMENTO HUMANO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [309], "students": [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]}},
{"model": "subjects.subject", "pk": 709, "fields": {"name": "DESENVOLVIMENTO SOCIAL E DA PERSONALIDADE", "slug": "desenvolvimento-social-e-da-personalidade", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DESENVOLVIMENTO SOCIAL E DA PERSONALIDADE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DESENVOLVIMENTO SOCIAL E DA PERSONALIDADE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [310], "students": [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]}},
{"model": "subjects.subject", "pk": 710, "fields": {"name": "PSICOLOGIA DO ENSINO E DA APRENDIZAGEM", "slug": "psicologia-do-ensino-e-da-aprendizagem", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PSICOLOGIA DO ENSINO E DA APRENDIZAGEM</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PSICOLOGIA DO ENSINO E DA APRENDIZAGEM</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [311], "students": [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]}},
{"model": "subjects.subject", "pk": 711, "fields": {"name": "PLANEJAMENTO INSTITUCIONAL", "slug": "planejamento-institucional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PLANEJAMENTO INSTITUCIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PLANEJAMENTO INSTITUCIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [312], "students": [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]}},
{"model": "subjects.subject", "pk": 712, "fields": {"name": "PROGRAMA\u00c7\u00c3O DE CONDI\u00c7\u00d5ES DE ENSINO", "slug": "programacao-de-condicoes-de-ensino", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROGRAMA\u00c7\u00c3O DE CONDI\u00c7\u00d5ES DE ENSINO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROGRAMA\u00c7\u00c3O DE CONDI\u00c7\u00d5ES DE ENSINO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [313], "students": [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]}},
{"model": "subjects.subject", "pk": 713, "fields": {"name": "TREINAMENTO DE PESSOAL", "slug": "treinamento-de-pessoal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TREINAMENTO DE PESSOAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TREINAMENTO DE PESSOAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [314], "students": [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]}},
{"model": "subjects.subject", "pk": 714, "fields": {"name": "APRENDIZAGEM E DESEMPENHO ACAD\u00caMICOS", "slug": "aprendizagem-e-desempenho-academicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>APRENDIZAGEM E DESEMPENHO ACAD\u00caMICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>APRENDIZAGEM E DESEMPENHO ACAD\u00caMICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [315], "students": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 715, "fields": {"name": "ENSINO E APRENDIZAGEM NA SALA DE AULA", "slug": "ensino-e-aprendizagem-na-sala-de-aula", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ENSINO E APRENDIZAGEM NA SALA DE AULA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ENSINO E APRENDIZAGEM NA SALA DE AULA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [316], "students": [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]}},
{"model": "subjects.subject", "pk": 716, "fields": {"name": "PSICOLOGIA DO TRABALHO E ORGANIZACIONAL", "slug": "psicologia-do-trabalho-e-organizacional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PSICOLOGIA DO TRABALHO E ORGANIZACIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PSICOLOGIA DO TRABALHO E ORGANIZACIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [317], "students": [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]}},
{"model": "subjects.subject", "pk": 717, "fields": {"name": "AN\u00c1LISE INSTITUCIONAL", "slug": "analise-institucional", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE INSTITUCIONAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE INSTITUCIONAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [318], "students": [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]}},
{"model": "subjects.subject", "pk": 718, "fields": {"name": "RECRUTAMENTO E SELE\u00c7\u00c3O DE PESSOAL", "slug": "recrutamento-e-selecao-de-pessoal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>RECRUTAMENTO E SELE\u00c7\u00c3O DE PESSOAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>RECRUTAMENTO E SELE\u00c7\u00c3O DE PESSOAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [319], "students": [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]}},
{"model": "subjects.subject", "pk": 719, "fields": {"name": "TREINAMENTO E AVALIA\u00c7\u00c3O", "slug": "treinamento-e-avaliacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TREINAMENTO E AVALIA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TREINAMENTO E AVALIA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [320], "students": [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]}},
{"model": "subjects.subject", "pk": 720, "fields": {"name": "FATORES HUMANOS NO TRABALHO", "slug": "fatores-humanos-no-trabalho", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FATORES HUMANOS NO TRABALHO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FATORES HUMANOS NO TRABALHO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [321], "students": [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]}},
{"model": "subjects.subject", "pk": 721, "fields": {"name": "PLANEJAMENTO AMBIENTAL E COMPORTAMENTO HUMANO", "slug": "planejamento-ambiental-e-comportamento-humano", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PLANEJAMENTO AMBIENTAL E COMPORTAMENTO HUMANO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PLANEJAMENTO AMBIENTAL E COMPORTAMENTO HUMANO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [322], "students": [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]}},
{"model": "subjects.subject", "pk": 722, "fields": {"name": "TRATAMENTO E PREVEN\u00c7\u00c3O PSICOL\u00d3GICA", "slug": "tratamento-e-prevencao-psicologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TRATAMENTO E PREVEN\u00c7\u00c3O PSICOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TRATAMENTO E PREVEN\u00c7\u00c3O PSICOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [323], "students": [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]}},
{"model": "subjects.subject", "pk": 723, "fields": {"name": "INTERVEN\u00c7\u00c3O TERAP\u00caUTICA", "slug": "intervencao-terapeutica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INTERVEN\u00c7\u00c3O TERAP\u00caUTICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INTERVEN\u00c7\u00c3O TERAP\u00caUTICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [324], "students": [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]}},
{"model": "subjects.subject", "pk": 724, "fields": {"name": "PROGRAMAS DE ATENDIMENTO COMUNIT\u00c1RIO", "slug": "programas-de-atendimento-comunitario", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PROGRAMAS DE ATENDIMENTO COMUNIT\u00c1RIO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PROGRAMAS DE ATENDIMENTO COMUNIT\u00c1RIO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [325], "students": [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]}},
{"model": "subjects.subject", "pk": 725, "fields": {"name": "TREINAMENTO E REABILITA\u00c7\u00c3O", "slug": "treinamento-e-reabilitacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TREINAMENTO E REABILITA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TREINAMENTO E REABILITA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [326], "students": [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]}},
{"model": "subjects.subject", "pk": 726, "fields": {"name": "DESVIOS DA CONDUTA", "slug": "desvios-da-conduta", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DESVIOS DA CONDUTA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DESVIOS DA CONDUTA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [327], "students": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 727, "fields": {"name": "DIST\u00daRBIOS DA LINGUAGEM", "slug": "disturbios-da-linguagem", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIST\u00daRBIOS DA LINGUAGEM</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIST\u00daRBIOS DA LINGUAGEM</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [328], "students": [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]}},
{"model": "subjects.subject", "pk": 728, "fields": {"name": "DIST\u00daRBIOS PSICOSSOM\u00c1TICOS", "slug": "disturbios-psicossomaticos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DIST\u00daRBIOS PSICOSSOM\u00c1TICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DIST\u00daRBIOS PSICOSSOM\u00c1TICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 32, "max_upload_size": 1024, "tags": [37], "professor": [329], "students": [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]}},
{"model": "subjects.subject", "pk": 729, "fields": {"name": "QU\u00cdMICA ORG\u00c2NICA", "slug": "quimica-organica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA ORG\u00c2NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA ORG\u00c2NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [330], "students": [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]}},
{"model": "subjects.subject", "pk": 730, "fields": {"name": "ESTRUTURA, CONFORMA\u00c7\u00c3O E ESTEREOQU\u00cdMICA", "slug": "estrutura-conformacao-e-estereoquimica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESTRUTURA, CONFORMA\u00c7\u00c3O E ESTEREOQU\u00cdMICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESTRUTURA, CONFORMA\u00c7\u00c3O E ESTEREOQU\u00cdMICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [331], "students": [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]}},
{"model": "subjects.subject", "pk": 731, "fields": {"name": "S\u00cdNTESE ORG\u00c2NICA", "slug": "sintese-organica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>S\u00cdNTESE ORG\u00c2NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>S\u00cdNTESE ORG\u00c2NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [332], "students": [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]}},
{"model": "subjects.subject", "pk": 732, "fields": {"name": "F\u00cdSICO-QU\u00cdMICA ORG\u00c2NICA", "slug": "fisico-quimica-organica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICO-QU\u00cdMICA ORG\u00c2NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICO-QU\u00cdMICA ORG\u00c2NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [333], "students": [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]}},
{"model": "subjects.subject", "pk": 733, "fields": {"name": "FOTOQU\u00cdMICA ORG\u00c2NICA", "slug": "fotoquimica-organica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FOTOQU\u00cdMICA ORG\u00c2NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FOTOQU\u00cdMICA ORG\u00c2NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [334], "students": [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]}},
{"model": "subjects.subject", "pk": 734, "fields": {"name": "QU\u00cdMICA DOS PRODUTOS NATURAIS", "slug": "quimica-dos-produtos-naturais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA DOS PRODUTOS NATURAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA DOS PRODUTOS NATURAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [335], "students": [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]}},
{"model": "subjects.subject", "pk": 735, "fields": {"name": "EVOLU\u00c7\u00c3O, SISTEM\u00c1TICA E ECOLOGIA QU\u00cdMICA", "slug": "evolucao-sistematica-e-ecologia-quimica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EVOLU\u00c7\u00c3O, SISTEM\u00c1TICA E ECOLOGIA QU\u00cdMICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EVOLU\u00c7\u00c3O, SISTEM\u00c1TICA E ECOLOGIA QU\u00cdMICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [336], "students": [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]}},
{"model": "subjects.subject", "pk": 736, "fields": {"name": "POL\u00cdMEROS E COL\u00d3IDES", "slug": "polimeros-e-coloides", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>POL\u00cdMEROS E COL\u00d3IDES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>POL\u00cdMEROS E COL\u00d3IDES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [337], "students": [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]}},
{"model": "subjects.subject", "pk": 737, "fields": {"name": "QU\u00cdMICA INORG\u00c2NICA", "slug": "quimica-inorganica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA INORG\u00c2NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA INORG\u00c2NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [338], "students": [2, 3, 4, 5, 6, 7, 8, 9, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 738, "fields": {"name": "CAMPOS DE COORDENA\u00c7\u00c3O", "slug": "campos-de-coordenacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CAMPOS DE COORDENA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CAMPOS DE COORDENA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [339], "students": [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]}},
{"model": "subjects.subject", "pk": 739, "fields": {"name": "N\u00c3O-METAIS E SEUS COMPOSTOS", "slug": "nao-metais-e-seus-compostos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>N\u00c3O-METAIS E SEUS COMPOSTOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>N\u00c3O-METAIS E SEUS COMPOSTOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [340], "students": [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]}},
{"model": "subjects.subject", "pk": 740, "fields": {"name": "COMPOSTOS ORGANO-MET\u00c1LICOS", "slug": "compostos-organo-metalicos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>COMPOSTOS ORGANO-MET\u00c1LICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>COMPOSTOS ORGANO-MET\u00c1LICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [341], "students": [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]}},
{"model": "subjects.subject", "pk": 741, "fields": {"name": "DETERMINA\u00c7\u00c3O DE ESTRUTURAS DE COMPOSTOS INORG\u00c2NICOS", "slug": "determinacao-de-estruturas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>DETERMINA\u00c7\u00c3O DE ESTRUTURAS DE COMPOSTOS INORG\u00c2NICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>DETERMINA\u00c7\u00c3O DE ESTRUTURAS DE COMPOSTOS INORG\u00c2NICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [342], "students": [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]}},
{"model": "subjects.subject", "pk": 742, "fields": {"name": "FOTO-QU\u00cdMICA INORG\u00c2NICA", "slug": "foto-quimica-inorganica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FOTO-QU\u00cdMICA INORG\u00c2NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FOTO-QU\u00cdMICA INORG\u00c2NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [343], "students": [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]}},
{"model": "subjects.subject", "pk": 743, "fields": {"name": "F\u00cdSICO QU\u00cdMICA INORG\u00c2NICA", "slug": "fisico-quimica-inorganica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICO QU\u00cdMICA INORG\u00c2NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICO QU\u00cdMICA INORG\u00c2NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [344], "students": [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]}},
{"model": "subjects.subject", "pk": 744, "fields": {"name": "QU\u00cdMICA BIO-INORG\u00c2NICA", "slug": "quimica-bio-inorganica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA BIO-INORG\u00c2NICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA BIO-INORG\u00c2NICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [345], "students": [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]}},
{"model": "subjects.subject", "pk": 745, "fields": {"name": "F\u00cdSICO-QU\u00cdMICA", "slug": "fisico-quimica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>F\u00cdSICO-QU\u00cdMICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>F\u00cdSICO-QU\u00cdMICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [346], "students": [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]}},
{"model": "subjects.subject", "pk": 746, "fields": {"name": "CIN\u00c9TICA QU\u00cdMICA E CATALISE", "slug": "cinetica-quimica-e-catalise", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CIN\u00c9TICA QU\u00cdMICA E CATALISE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CIN\u00c9TICA QU\u00cdMICA E CATALISE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [347], "students": [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]}},
{"model": "subjects.subject", "pk": 747, "fields": {"name": "ELETROQU\u00cdMICA", "slug": "eletroquimica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ELETROQU\u00cdMICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ELETROQU\u00cdMICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [348], "students": [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]}},
{"model": "subjects.subject", "pk": 748, "fields": {"name": "ESPECTROSCOPIA", "slug": "espectroscopia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ESPECTROSCOPIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ESPECTROSCOPIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [349], "students": [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]}},
{"model": "subjects.subject", "pk": 749, "fields": {"name": "QU\u00cdMICA DE INTERFACES", "slug": "quimica-de-interfaces", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA DE INTERFACES</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA DE INTERFACES</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [350], "students": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 750, "fields": {"name": "QU\u00cdMICA DO ESTADO CONDENSADO", "slug": "quimica-do-estado-condensado", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA DO ESTADO CONDENSADO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA DO ESTADO CONDENSADO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [351], "students": [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]}},
{"model": "subjects.subject", "pk": 751, "fields": {"name": "QU\u00cdMICA N\u00daCLEAR E RADIOQU\u00cdMICA", "slug": "quimica-nuclear-e-radioquimica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA N\u00daCLEAR E RADIOQU\u00cdMICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA N\u00daCLEAR E RADIOQU\u00cdMICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [302], "students": [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]}},
{"model": "subjects.subject", "pk": 752, "fields": {"name": "QU\u00cdMICA TE\u00d3RICA", "slug": "quimica-teorica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA TE\u00d3RICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA TE\u00d3RICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [303], "students": [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]}},
{"model": "subjects.subject", "pk": 753, "fields": {"name": "TERMODIN\u00c2MICA QU\u00cdMICA", "slug": "termodinamica-quimica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TERMODIN\u00c2MICA QU\u00cdMICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TERMODIN\u00c2MICA QU\u00cdMICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [304], "students": [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]}},
{"model": "subjects.subject", "pk": 754, "fields": {"name": "QU\u00cdMICA ANAL\u00cdTICA", "slug": "quimica-analitica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>QU\u00cdMICA ANAL\u00cdTICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>QU\u00cdMICA ANAL\u00cdTICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [305], "students": [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]}},
{"model": "subjects.subject", "pk": 755, "fields": {"name": "SEPARA\u00c7\u00c3O", "slug": "separacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SEPARA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SEPARA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [306], "students": [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]}},
{"model": "subjects.subject", "pk": 756, "fields": {"name": "M\u00c9TODOS \u00d3TICOS DE AN\u00c1LISE", "slug": "metodos-oticos-de-analise", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>M\u00c9TODOS \u00d3TICOS DE AN\u00c1LISE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>M\u00c9TODOS \u00d3TICOS DE AN\u00c1LISE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [307], "students": [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]}},
{"model": "subjects.subject", "pk": 757, "fields": {"name": "ELETROANAL\u00cdTICA", "slug": "eletroanalitica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ELETROANAL\u00cdTICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ELETROANAL\u00cdTICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [308], "students": [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]}},
{"model": "subjects.subject", "pk": 758, "fields": {"name": "TITIMETRIA", "slug": "titimetria", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TITIMETRIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TITIMETRIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [309], "students": [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]}},
{"model": "subjects.subject", "pk": 759, "fields": {"name": "INSTRUMENTA\u00c7\u00c3O ANAL\u00cdTICA", "slug": "instrumentacao-analitica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O ANAL\u00cdTICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTRUMENTA\u00c7\u00c3O ANAL\u00cdTICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [310], "students": [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]}},
{"model": "subjects.subject", "pk": 760, "fields": {"name": "AN\u00c1LISE DE TRA\u00c7OS E QU\u00cdMICA AMBIENTAL", "slug": "analise-de-tracos-e-quimica-ambiental", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AN\u00c1LISE DE TRA\u00c7OS E QU\u00cdMICA AMBIENTAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AN\u00c1LISE DE TRA\u00c7OS E QU\u00cdMICA AMBIENTAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 33, "max_upload_size": 1024, "tags": [38], "professor": [311], "students": [2, 3, 4, 5, 6, 7, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 761, "fields": {"name": "SERVI\u00c7O SOCIAL", "slug": "servico-social", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SERVI\u00c7O SOCIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SERVI\u00c7O SOCIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 34, "max_upload_size": 1024, "tags": [39, 40], "professor": [312], "students": [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]}},
{"model": "subjects.subject", "pk": 762, "fields": {"name": "FUNDAMENTOS DO SERVI\u00c7O SOCIAL", "slug": "fundamentos-do-servico-social", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FUNDAMENTOS DO SERVI\u00c7O SOCIAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FUNDAMENTOS DO SERVI\u00c7O SOCIAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 34, "max_upload_size": 1024, "tags": [39, 40], "professor": [313], "students": [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]}},
{"model": "subjects.subject", "pk": 763, "fields": {"name": "SERVI\u00c7O SOCIAL APLICADO", "slug": "servico-social-aplicado", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SERVI\u00c7O SOCIAL APLICADO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SERVI\u00c7O SOCIAL APLICADO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 34, "max_upload_size": 1024, "tags": [39, 40], "professor": [314], "students": [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]}},
{"model": "subjects.subject", "pk": 764, "fields": {"name": "SERVI\u00c7O SOCIAL DO TRABALHO", "slug": "servico-social-do-trabalho", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SERVI\u00c7O SOCIAL DO TRABALHO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SERVI\u00c7O SOCIAL DO TRABALHO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 34, "max_upload_size": 1024, "tags": [39, 40], "professor": [315], "students": [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]}},
{"model": "subjects.subject", "pk": 765, "fields": {"name": "SERVI\u00c7O SOCIAL DA EDUCA\u00c7\u00c3O", "slug": "servico-social-da-educacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SERVI\u00c7O SOCIAL DA EDUCA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SERVI\u00c7O SOCIAL DA EDUCA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 34, "max_upload_size": 1024, "tags": [39, 40], "professor": [316], "students": [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]}},
{"model": "subjects.subject", "pk": 766, "fields": {"name": "SERVI\u00c7O SOCIAL DO MENOR", "slug": "servico-social-do-menor", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SERVI\u00c7O SOCIAL DO MENOR</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SERVI\u00c7O SOCIAL DO MENOR</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 34, "max_upload_size": 1024, "tags": [39, 40], "professor": [317], "students": [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]}},
{"model": "subjects.subject", "pk": 767, "fields": {"name": "SERVI\u00c7O SOCIAL DA SA\u00daDE", "slug": "servico-social-da-saude", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SERVI\u00c7O SOCIAL DA SA\u00daDE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SERVI\u00c7O SOCIAL DA SA\u00daDE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 34, "max_upload_size": 1024, "tags": [39, 40], "professor": [318], "students": [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]}},
{"model": "subjects.subject", "pk": 768, "fields": {"name": "SERVI\u00c7O SOCIAL DA HABITA\u00c7\u00c3O", "slug": "servico-social-da-habitacao", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SERVI\u00c7O SOCIAL DA HABITA\u00c7\u00c3O</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SERVI\u00c7O SOCIAL DA HABITA\u00c7\u00c3O</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 34, "max_upload_size": 1024, "tags": [39, 40], "professor": [319], "students": [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]}},
{"model": "subjects.subject", "pk": 769, "fields": {"name": "ECONOMIA DOM\u00c9STICA", "slug": "economia-domestica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECONOMIA DOM\u00c9STICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECONOMIA DOM\u00c9STICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 34, "max_upload_size": 1024, "tags": [39, 40], "professor": [320], "students": [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]}},
{"model": "subjects.subject", "pk": 770, "fields": {"name": "FUNDAMENTOS DA SOCIOLOGIA", "slug": "fundamentos-da-sociologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FUNDAMENTOS DA SOCIOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FUNDAMENTOS DA SOCIOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 35, "max_upload_size": 1024, "tags": [41], "professor": [321], "students": [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]}},
{"model": "subjects.subject", "pk": 771, "fields": {"name": "TEORIA SOCIOL\u00d3GICA", "slug": "teoria-sociologica", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TEORIA SOCIOL\u00d3GICA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TEORIA SOCIOL\u00d3GICA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 35, "max_upload_size": 1024, "tags": [41], "professor": [322], "students": [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]}},
{"model": "subjects.subject", "pk": 772, "fields": {"name": "HIST\u00d3RIA DA SOCIOLOGIA", "slug": "historia-da-sociologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>HIST\u00d3RIA DA SOCIOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>HIST\u00d3RIA DA SOCIOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 35, "max_upload_size": 1024, "tags": [41], "professor": [323], "students": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 294, 295, 296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 773, "fields": {"name": "SOCIOLOGIA DO CONHECIMENTO", "slug": "sociologia-do-conhecimento", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SOCIOLOGIA DO CONHECIMENTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SOCIOLOGIA DO CONHECIMENTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 35, "max_upload_size": 1024, "tags": [41], "professor": [324], "students": [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]}},
{"model": "subjects.subject", "pk": 774, "fields": {"name": "SOCIOLOGIA DO DESENVOLVIMENTO", "slug": "sociologia-do-desenvolvimento", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SOCIOLOGIA DO DESENVOLVIMENTO</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SOCIOLOGIA DO DESENVOLVIMENTO</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 35, "max_upload_size": 1024, "tags": [41], "professor": [325], "students": [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]}},
{"model": "subjects.subject", "pk": 775, "fields": {"name": "SOCIOLOGIA URBANA", "slug": "sociologia-urbana", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SOCIOLOGIA URBANA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SOCIOLOGIA URBANA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 35, "max_upload_size": 1024, "tags": [41], "professor": [326], "students": [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]}},
{"model": "subjects.subject", "pk": 776, "fields": {"name": "SOCIOLOGIA RURAL", "slug": "sociologia-rural", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SOCIOLOGIA RURAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SOCIOLOGIA RURAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 35, "max_upload_size": 1024, "tags": [41], "professor": [327], "students": [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]}},
{"model": "subjects.subject", "pk": 777, "fields": {"name": "SOCIOLOGIA DA SA\u00daDE", "slug": "sociologia-da-saude", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>SOCIOLOGIA DA SA\u00daDE</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>SOCIOLOGIA DA SA\u00daDE</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 35, "max_upload_size": 1024, "tags": [41], "professor": [328], "students": [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]}},
{"model": "subjects.subject", "pk": 778, "fields": {"name": "OUTRAS SOCIOLOGIAS ESPEC\u00cdFICAS", "slug": "outras-sociologias-especificas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>OUTRAS SOCIOLOGIAS ESPEC\u00cdFICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>OUTRAS SOCIOLOGIAS ESPEC\u00cdFICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 35, "max_upload_size": 1024, "tags": [41], "professor": [329], "students": [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]}},
{"model": "subjects.subject", "pk": 779, "fields": {"name": "ECOLOGIA DOS ANIMAIS DOM\u00c9STICOS E ETOLOGIA", "slug": "ecologia-dos-animais-domesticos-e-etologia", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>ECOLOGIA DOS ANIMAIS DOM\u00c9STICOS E ETOLOGIA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>ECOLOGIA DOS ANIMAIS DOM\u00c9STICOS E ETOLOGIA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [330], "students": [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]}},
{"model": "subjects.subject", "pk": 780, "fields": {"name": "GEN\u00c9TICA E MELHORAMENTO DOS ANIMAIS DOM\u00c9STICOS", "slug": "genetica-e-melhoramento-dos-animais-domesticos", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>GEN\u00c9TICA E MELHORAMENTO DOS ANIMAIS DOM\u00c9STICOS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>GEN\u00c9TICA E MELHORAMENTO DOS ANIMAIS DOM\u00c9STICOS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [331], "students": [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]}},
{"model": "subjects.subject", "pk": 781, "fields": {"name": "NUTRI\u00c7\u00c3O E ALIMENTA\u00c7\u00c3O ANIMAL", "slug": "nutricao-e-alimentacao-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>NUTRI\u00c7\u00c3O E ALIMENTA\u00c7\u00c3O ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>NUTRI\u00c7\u00c3O E ALIMENTA\u00c7\u00c3O ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [332], "students": [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]}},
{"model": "subjects.subject", "pk": 782, "fields": {"name": "EXIG\u00caNCIAS NUTRICIONAIS DOS ANIMAIS", "slug": "exigencias-nutricionais-dos-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>EXIG\u00caNCIAS NUTRICIONAIS DOS ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>EXIG\u00caNCIAS NUTRICIONAIS DOS ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [333], "students": [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]}},
{"model": "subjects.subject", "pk": 783, "fields": {"name": "AVALIA\u00c7\u00c3O DE ALIMENTOS PARA ANIMAIS", "slug": "avaliacao-de-alimentos-para-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>AVALIA\u00c7\u00c3O DE ALIMENTOS PARA ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>AVALIA\u00c7\u00c3O DE ALIMENTOS PARA ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [334], "students": [2, 3, 4, 5, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301]}},
{"model": "subjects.subject", "pk": 784, "fields": {"name": "CONSERVA\u00c7\u00c3O DE ALIMENTOS PARA ANIMAIS", "slug": "conservacao-de-alimentos-para-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CONSERVA\u00c7\u00c3O DE ALIMENTOS PARA ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CONSERVA\u00c7\u00c3O DE ALIMENTOS PARA ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [335], "students": [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]}},
{"model": "subjects.subject", "pk": 785, "fields": {"name": "PASTAGEM E FORRAGICULTURA", "slug": "pastagem-e-forragicultura", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PASTAGEM E FORRAGICULTURA</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PASTAGEM E FORRAGICULTURA</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [336], "students": [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]}},
{"model": "subjects.subject", "pk": 786, "fields": {"name": "MANEJO E CONSERVA\u00c7\u00c3O DE PASTAGENS", "slug": "manejo-e-conservacao-de-pastagens", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MANEJO E CONSERVA\u00c7\u00c3O DE PASTAGENS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MANEJO E CONSERVA\u00c7\u00c3O DE PASTAGENS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [337], "students": [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]}},
{"model": "subjects.subject", "pk": 787, "fields": {"name": "FISIOLOGIA DE PLANTAS FORRAGEIRAS", "slug": "fisiologia-de-plantas-forrageiras", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>FISIOLOGIA DE PLANTAS FORRAGEIRAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>FISIOLOGIA DE PLANTAS FORRAGEIRAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [338], "students": [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]}},
{"model": "subjects.subject", "pk": 788, "fields": {"name": "TOXICOLOGIA E PLANTAS T\u00d3XICAS", "slug": "toxicologia-e-plantas-toxicas", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>TOXICOLOGIA E PLANTAS T\u00d3XICAS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>TOXICOLOGIA E PLANTAS T\u00d3XICAS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [339], "students": [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]}},
{"model": "subjects.subject", "pk": 789, "fields": {"name": "PRODU\u00c7\u00c3O ANIMAL", "slug": "producao-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>PRODU\u00c7\u00c3O ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>PRODU\u00c7\u00c3O ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [340], "students": [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]}},
{"model": "subjects.subject", "pk": 790, "fields": {"name": "CRIA\u00c7\u00c3O DE ANIMAIS", "slug": "criacao-de-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>CRIA\u00c7\u00c3O DE ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>CRIA\u00c7\u00c3O DE ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [341], "students": [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]}},
{"model": "subjects.subject", "pk": 791, "fields": {"name": "MANEJO DE ANIMAIS", "slug": "manejo-de-animais", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>MANEJO DE ANIMAIS</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>MANEJO DE ANIMAIS</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [342], "students": [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]}},
{"model": "subjects.subject", "pk": 792, "fields": {"name": "INSTALA\u00c7\u00d5ES PARA PRODU\u00c7\u00c3O ANIMAL", "slug": "instalacoes-para-producao-animal", "description_brief": "<p>Escreva aqui uma descri\u00e7\u00e3o breve sobre o assunto <b>INSTALA\u00c7\u00d5ES PARA PRODU\u00c7\u00c3O ANIMAL</b>.</p>", "description": "<p>Escreva aqui uma descri\u00e7\u00e3o sobre o assunto <b>INSTALA\u00c7\u00d5ES PARA PRODU\u00c7\u00c3O ANIMAL</b>.</p>", "visible": true, "init_date": "2017-01-01", "end_date": "2017-12-31", "create_date": "2017-01-01", "update_date": "2017-01-01T03:00:00Z", "subscribe_begin": "2017-01-01", "subscribe_end": "2017-01-10", "category": 37, "max_upload_size": 1024, "tags": [43], "professor": [343], "students": [214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233]}}
]