test-data.js 34.7 KB
Newer Older
bert committed
1 2 3 4 5 6 7 8
const tableList = [
    {
        bdsourceid: "316010032",
        categoryid: "1",
        date: "2016-06-29 10:27:00",
        docid: "16112285443883430307",
        images: [{
            height: "533",
bert committed
9
            img: "036d359e367f70a74e54cc4bdc7607ad.jpg",
bert committed
10 11 12 13
            imgsize: "400,533",
            width: "400"
        }, {
            height: "300",
bert committed
14
            img: "036d359e367f70a74e54cc4bdc7607ad.jpg",
bert committed
15 16 17 18
            imgsize: "400,300",
            width: "400"
        }, {
            height: "533",
bert committed
19
            img: "036d359e367f70a74e54cc4bdc7607ad.jpg",
bert committed
20 21 22 23 24
            imgsize: "400,533",
            width: "400"
        }],
        images_bos: [{
            height: "533",
bert committed
25
            img: "036d359e367f70a74e54cc4bdc7607ad.jpg",
bert committed
26 27 28 29 30 31 32 33 34 35 36 37 38
            imgsize: "400,533",
            width: "400"
        }, {
            height: "300",
            img: "http://image.cbs.baidu.com/news_topic/8e62b06541d752bd3719107a1f5f0496.jpg",
            imgsize: "400,300",
            width: "400"
        }, {
            height: "533",
            img: "http://image.cbs.baidu.com/news_topic/f92664dedc81ce5c2d83c28aeff66eed.jpg",
            imgsize: "400,533",
            width: "400"
        }],
bert committed
39
        img: "036d359e367f70a74e54cc4bdc7607ad.jpg",
bert committed
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
        imgsize: "400,533",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49259851_0.shtml",
        mark: "0",
        score: 89.52380952381,
        source: "凤凰新闻",
        src_type: "text",
        srctype: "0",
        summary: " 在谅解协议中,北青报记者看到,“鉴于被告人周凌俊在案发时有精神分裂症,控制能力差,并且开庭前积极赔偿给我全部损失(略),我对被告人周凌俊的行为表示谅解,请求法院对被告人周凌俊从轻、减轻、免除死刑刑事处罚…",
        title: "男子砍伤9人被判死刑 8受害人请求免除死刑(图)",
        topic_keyword: [{
            tag: "周凌俊",
            weight: 1
        }, {
            tag: "老周",
            weight: 0.52631578947368
        }, {
            tag: "北青报记者",
            weight: 0.50877192982456
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 4
    }, {
        bdsourceid: "316010032",
        categoryid: "1",
        date: "2016-06-29 10:35:00",
        docid: "15788188560275870714",
        images: [{
            height: "450",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/c/c/3/cc3678d2917d866635649c0134d61aa7.jpg",
            imgsize: "600,450",
            width: "600"
        }, {
            height: "450",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/0/f/5/0f5f5dfcb1b2408b610c0736fe252505.jpg",
            imgsize: "600,450",
            width: "600"
        }],
        images_bos: [{
            height: "338",
            img: "http://image.cbs.baidu.com/news_topic/cc3678d2917d866635649c0134d61aa7.jpg",
            imgsize: "450,338",
            width: "450"
        }, {
            height: "338",
            img: "http://image.cbs.baidu.com/news_topic/0f5f5dfcb1b2408b610c0736fe252505.jpg",
            imgsize: "450,338",
            width: "450"
        }],
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/c/c/3/cc3678d2917d866635649c0134d61aa7.jpg",
        imgsize: "600,450",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49262944_0.shtml",
        mark: "0",
        score: 89.52380952381,
        source: "凤凰新闻",
        src_type: "text",
        srctype: "0",
        summary: "2015年11月2日,上海,中国商飞举行国产C919大飞机下线盛大仪式,这一历史性突破正式宣告中国可以自主生产大型客机,标志着中国高端装备制造发展到一个全新高度。",
        title: "俄媒:中俄合研C929宽体客机 正面对决波音、空客",
        topic_keyword: [{
            tag: "中国",
            weight: 1
        }, {
            tag: "俄罗斯",
            weight: 0.85
        }, {
            tag: "发动机",
            weight: 0.55
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "309050007",
        categoryid: "1",
        date: "2016-06-29 10:52:00",
        docid: "1732528765762091310",
        images: [{
            height: "516",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/e/7/3/e73c14ca4401563154cfe1f64a2cf28a.jpg",
            imgsize: "640,516",
            width: "640"
        }, {
            height: "354",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/b/a/3/ba37c914dca4489a54a9575e28c1211b.jpg",
            imgsize: "640,354",
            width: "640"
        }, {
            height: "485",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/2/0/4/20493818c0b17639f5dc0950bd5f0bdb.jpg",
            imgsize: "640,485",
            width: "640"
        }],
        images_bos: [{
            height: "516",
            img: "http://image.cbs.baidu.com/news_topic/e73c14ca4401563154cfe1f64a2cf28a.jpg",
            imgsize: "640,516",
            width: "640"
        }, {
            height: "354",
            img: "http://image.cbs.baidu.com/news_topic/ba37c914dca4489a54a9575e28c1211b.jpg",
            imgsize: "640,354",
            width: "640"
        }, {
            height: "485",
            img: "http://image.cbs.baidu.com/news_topic/20493818c0b17639f5dc0950bd5f0bdb.jpg",
            imgsize: "640,485",
            width: "640"
        }],
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/e/7/3/e73c14ca4401563154cfe1f64a2cf28a.jpg",
        imgsize: "640,516",
        keyword: "",
        link: "http://tech.qq.com/a/20160629/022080.htm",
        mark: "0",
        score: 89.52380952381,
        source: "腾讯新闻",
        src_type: "video",
        srctype: "0",
        summary: "[摘要]近日,中加英美等国科学家在缅甸的一块琥珀中发现了恐龙时代鸟类翅膀标本,这是人类首次亲眼目睹恐龙时代鸟类的真面目。",
        title: "科学家首次在琥珀中发现恐龙时代古鸟 侏罗纪公园将成真?",
        topic_keyword: [{
            tag: "人类首次",
            weight: 1
        }, {
            tag: "万年",
            weight: 0.86666666666667
        }, {
            tag: "天使之翼标本",
            weight: 0.8
        }, {
            tag: "恐龙时代鸟类",
            weight: 0.8
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "309050004",
        categoryid: "1",
        date: "2016-06-29 10:51:00",
        docid: "15863271834245197970",
        images: [{
            height: "1151",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/2/4/c/24c177a72c3fc089a9111433de69eaf1.jpg",
            imgsize: "432,1151",
            width: "432"
        }],
        images_bos: [{
            height: "1151",
            img: "http://image.cbs.baidu.com/news_topic/24c177a72c3fc089a9111433de69eaf1.jpg",
            imgsize: "432,1151",
            width: "432"
        }],
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/2/4/c/24c177a72c3fc089a9111433de69eaf1.jpg",
        imgsize: "432,1151",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263816_0.shtml",
        mark: "0",
        score: 87.317073170732,
        source: "凤凰网",
        src_type: "text",
        srctype: "0",
        summary: "@湖北日报:#湖北人事#【王国生离开湖北工作 就任其它省省委书记】6月29日上午,湖北省庆祝中国共产党成立95周年大会在洪山礼堂召开。",
        title: "湖北省长王国生离开湖北 就任其它省省委书记",
        topic_keyword: [{
            tag: "湖北工作",
            weight: 1
        }, {
            tag: "王国生",
            weight: 1
        }, {
            tag: "省省委书记",
            weight: 0.93333333333333
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "309050003",
        categoryid: "1",
        date: "2016-06-29 10:51:00",
        docid: "15858160071550440048",
        images: [],
        images_bos: [],
        img: "",
        imgsize: "0,0",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263707_0.shtml",
        mark: "0",
        score: 80,
        source: "凤凰新闻",
        src_type: "text",
        srctype: "0",
        summary: "另一方面,进行田野工作的民族志学者要么是男性,要么是被一个由男性主导的学科话语体系训练而成的女性,这两个原因造成了以男性视角表达的学术观点成了通用语,便于所有民族志学者的理解,因而这导致了更便于理解的男性话语体系的田野信息被更多地记录和书写。",
        title: "为什么公共领域女性普遍失语?",
        topic_keyword: [{
            tag: "话语体系",
            weight: 1
        }, {
            tag: "父权社会",
            weight: 0.63888888888889
        }, {
            tag: "也是人类社会",
            weight: 0.27777777777778
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "309050013",
        categoryid: "1",
        date: "2016-06-29 10:25:00",
        docid: "2561260641347014152",
        images: [],
        images_bos: [],
        img: "",
        imgsize: "0,0",
        keyword: "",
        link: "http://news.youth.cn/sh/201606/t20160629_8203731.htm",
        mark: "0",
        score: 80,
        source: "青文天下",
        src_type: "text",
        srctype: "0",
        summary: "  有人专门销售氰化物、琥珀胆碱、呋喃丹等高毒药品,有人专门购买这些药品用于毒狗、毒鸟,有人专门收购被毒死的狗和鸟,最终,1.4万余斤含有剧毒的狗肉、11万余只毒鸟流向了安徽、山东、江苏、上海、天津、广东等地。",
        title: "1.4万余斤毒狗肉11万只毒鸟流向餐桌 22人获刑",
        topic_keyword: [{
            tag: "氰化物",
            weight: 1
        }, {
            tag: "侦查人员",
            weight: 0.90909090909091
        }, {
            tag: "猫队长",
            weight: 0.90909090909091
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "316010032",
        categoryid: "1",
        date: "2016-06-29 09:27:00",
        docid: "3127119229359255953",
        images: [{
            height: "372",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/c/0/e/c0e828800066a8d9c84f472506597881.jpg",
            imgsize: "620,372",
            width: "620"
        }, {
            height: "279",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/c/6/1/c61b06a980206aea4c2872e755570f15.jpg",
            imgsize: "355,279",
            width: "355"
        }, {
            height: "486",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/1/5/0/1506d108045a7477677903adcd6b5ea9.jpg",
            imgsize: "300,486",
            width: "300"
        }],
        images_bos: [{
            height: "372",
            img: "http://image.cbs.baidu.com/news_topic/c0e828800066a8d9c84f472506597881.jpg",
            imgsize: "620,372",
            width: "620"
        }, {
            height: "279",
            img: "http://image.cbs.baidu.com/news_topic/c61b06a980206aea4c2872e755570f15.jpg",
            imgsize: "355,279",
            width: "355"
        }, {
            height: "486",
            img: "http://image.cbs.baidu.com/news_topic/1506d108045a7477677903adcd6b5ea9.jpg",
            imgsize: "300,486",
            width: "300"
        }],
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/c/0/e/c0e828800066a8d9c84f472506597881.jpg",
        imgsize: "620,372",
        keyword: "",
        link: "http://finance.ifeng.com/a/20160629/14538920_0.shtml",
        mark: "0",
        score: 89.52380952381,
        source: "finance.ifeng.com",
        src_type: "text",
        srctype: "0",
        summary: " 在28日欧洲议会首次就英国全民公投决定退出欧盟举行辩论,尽管欧盟首脑敦促英国尽快启动退欧程序,但按照卡梅伦宣布的程序,启动“里斯本条约”第50条款,开启脱欧正式法律程序的工作要留给下一任英国首相。",
        title: "英国官员答凤凰用什么方式脱欧:跟中国学 两条腿走路",
        topic_keyword: [{
            tag: "英国",
            weight: 1
        }, {
            tag: "卡梅伦",
            weight: 0.20224719101124
        }, {
            tag: "英国首相卡梅伦",
            weight: 0.13483146067416
        }, {
            tag: "鲍里斯",
            weight: 0.13483146067416
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 2
    }, {
        bdsourceid: "309050007",
        categoryid: "1",
        date: "2016-06-29 09:44:00",
        docid: "11225159263224006488",
        images: [],
        images_bos: [],
        img: "",
        imgsize: "0,0",
        keyword: "",
        link: "http://finance.qq.com/a/20160629/010127.htm",
        mark: "0",
        score: 80,
        source: "腾讯新闻",
        src_type: "text",
        srctype: "0",
        summary: " 对于远大所说的审查,望城区政府办公室2015年5月25日通过官网回复民众提问时说,天空城市项目结构体系,已获全国超限高层建筑工程抗震设防审查专家委员会的审查通过,项目的消防等其他相关内容正在进行设计,“待所有设计完成并获得审批通过后便会开工建设”。",
        title: "长沙世界第1高楼命悬半空:3年只挖了坑",
        topic_keyword: [{
            tag: "天空城市",
            weight: 1
        }, {
            tag: "张跃",
            weight: 0.2972972972973
        }, {
            tag: "魏春雨",
            weight: 0.16216216216216
        }, {
            tag: "城区",
            weight: 0.16216216216216
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "316010032",
        categoryid: "1",
        date: "2016-06-29 10:30:00",
        docid: "15466955015426540148",
        images: [{
            height: "541",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/5/e/9/5e91bee86491f2a5d4d2a971972303ba.jpg",
            imgsize: "800,541",
            width: "800"
        }],
        images_bos: [{
            height: "372",
            img: "http://image.cbs.baidu.com/news_topic/5e91bee86491f2a5d4d2a971972303ba.jpg",
            imgsize: "550,372",
            width: "550"
        }],
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/5/e/9/5e91bee86491f2a5d4d2a971972303ba.jpg",
        imgsize: "800,541",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263202_0.shtml",
        mark: "0",
        score: 84.761904761905,
        source: "凤凰新闻",
        src_type: "text",
        srctype: "0",
        summary: "新华社天津6月28日电(记者白洁、李鲲)国务院总理李克强28日上午在天津梅江会展中心同出席2016年夏季达沃斯论坛的300多名各国企业家代表举行对话会。",
        title: "李克强与企业家代表对话(图)",
        topic_keyword: [{
            tag: "达沃斯论坛",
            weight: 1
        }, {
            tag: "李克强",
            weight: 1
        }, {
            tag: "企业家代表",
            weight: 0.94117647058824
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "316010432",
        categoryid: "1",
        date: "2016-06-29 11:16:00",
        docid: "8047497231603379186",
        images: [{
            height: "239",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/b/e/5/be54e2183fa925c44040726543fc3aaf.jpg",
            imgsize: "319,239",
            width: "319"
        }],
        images_bos: [{
            height: "239",
            img: "http://image.cbs.baidu.com/news_topic/be54e2183fa925c44040726543fc3aaf.jpg",
            imgsize: "319,239",
            width: "319"
        }],
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/b/e/5/be54e2183fa925c44040726543fc3aaf.jpg",
        imgsize: "319,239",
        keyword: "",
        link: "http://m.people.cn/n4/2016/0629/c203-7121139.html",
        mark: "0",
        score: 87.317073170732,
        source: "人民网",
        src_type: "text",
        srctype: "0",
        summary: " 国务院台湾事务办公室29日举行发布会,发言人安峰山表示,台湾方面始终在两岸同胞最为关切的两岸关系性质这一根本性问题上采取模糊的态度,没有明确承认“九二共识”及其核心意涵。",
        title: "国台办:两岸联系停摆责任在台方",
        topic_keyword: [{
            tag: "台湾方面",
            weight: 1
        }, {
            tag: "峰山",
            weight: 0.94444444444444
        }, {
            tag: "两岸同胞",
            weight: 0.77777777777778
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "309050003",
        categoryid: "1",
        date: "2016-06-29 10:01:00",
        docid: "15716091035949707057",
        images: [],
        images_bos: [],
        img: "",
        imgsize: "0,0",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263374_0.shtml",
        mark: "0",
        score: 80,
        source: "凤凰新闻",
        src_type: "text",
        srctype: "0",
        summary: "仅仅因为大众参与了政治决策,而自己对决策结果不赞同就给对方扣上一顶民粹的帽子,显然是思辩上的偷懒:以概念自身强烈的负面态度和模糊内涵,模糊了讨论实质,并且在民众冲动无知的假设之上,轻易剥夺了脱欧派平等参与决策和讨论的资格——给脱欧扣上民粹帽子的批评者,似乎并不认为接近半数的留欧支持者也是冲动无知的。",
        title: "公投脱欧是民主的失败?",
        topic_keyword: [{
            tag: "英国",
            weight: 1
        }, {
            tag: "英国民众",
            weight: 0.26666666666667
        }, {
            tag: "国家决策",
            weight: 0.2
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "309050003",
        categoryid: "1",
        date: "2016-06-29 09:43:00",
        docid: "15454156060116847950",
        images: [],
        images_bos: [],
        img: "",
        imgsize: "0,0",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263301_0.shtml",
        mark: "0",
        score: 80,
        source: "学习时报",
        src_type: "text",
        srctype: "0",
        summary: "中国同美国及南海争端国虽然有利益冲突,甚至激烈的外交斗争,并且看上去危机重重,但是也要看到,美国及东盟国家也不愿意看到南海起战端,它们同中国在经济、安全、全球治理等层面都存在着深厚的共同利益,都不希望为了南海的局部利益而牺牲更大范围的利益,中美之间合作仍然是主流。",
        title: "南海问题对中国外交战略布局的影响",
        topic_keyword: [{
            tag: "中国",
            weight: 1
        }, {
            tag: "南海问题",
            weight: 0.97058823529412
        }, {
            tag: "南海",
            weight: 0.88235294117647
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "316010032",
        categoryid: "1",
        date: "2016-06-29 09:25:00",
        docid: "15557994981961012326",
        images: [{
            height: "390",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/c/5/1/c516bb95471fbaf09c6267f8667e03f8.jpg",
            imgsize: "690,390",
            width: "690"
        }, {
            height: "396",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/8/0/d/80d08c03ea7856ecfc5434fcac190d64.jpg",
            imgsize: "638,396",
            width: "638"
        }, {
            height: "228",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/d/f/f/dffdd71307fde1317b2dfab49487a940.jpg",
            imgsize: "400,228",
            width: "400"
        }],
        images_bos: [{
            height: "311",
            img: "http://image.cbs.baidu.com/news_topic/c516bb95471fbaf09c6267f8667e03f8.jpg",
            imgsize: "550,311",
            width: "550"
        }, {
            height: "341",
            img: "http://image.cbs.baidu.com/news_topic/80d08c03ea7856ecfc5434fcac190d64.jpg",
            imgsize: "550,341",
            width: "550"
        }, {
            height: "228",
            img: "http://image.cbs.baidu.com/news_topic/dffdd71307fde1317b2dfab49487a940.jpg",
            imgsize: "400,228",
            width: "400"
        }],
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/c/5/1/c516bb95471fbaf09c6267f8667e03f8.jpg",
        imgsize: "690,390",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263204_0.shtml",
        mark: "0",
        score: 89.52380952381,
        source: "news.ifeng.com",
        src_type: "text",
        srctype: "0",
        summary: "近年来,许多落马官员在忏悔中都说“忘记了入党誓词”“忘记了党员责任”,因此,学习党章、重温入党志愿书和入党誓词就是帮助他们找回入党初心的首要方式。",
        title: "中纪委用了这一招,落马官员都哭了",
        topic_keyword: [{
            tag: "入党志愿书",
            weight: 1
        }, {
            tag: "忏悔录",
            weight: 0.72222222222222
        }, {
            tag: "入党誓词",
            weight: 0.38888888888889
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 13
    }, {
        bdsourceid: "309050003",
        categoryid: "1",
        date: "2016-06-29 10:01:00",
        docid: "15943690952285887502",
        images: [{
            height: "343",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/7/3/9/7394d7a38e0ec74f263e58868aa8e310.jpg",
            imgsize: "620,343",
            width: "620"
        }],
        images_bos: [{
            height: "304",
            img: "http://image.cbs.baidu.com/news_topic/7394d7a38e0ec74f263e58868aa8e310.jpg",
            imgsize: "550,304",
            width: "550"
        }],
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/7/3/9/7394d7a38e0ec74f263e58868aa8e310.jpg",
        imgsize: "620,343",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263379_0.shtml",
        mark: "0",
        score: 84.761904761905,
        source: "凤凰新闻",
        src_type: "text",
        srctype: "0",
        summary: "新安晚报安徽网(www.ahwang.cn)讯为进一步鼓励公众积极参与道路交通秩序管理,及时消除高速公路交通安全隐患,安徽省公安厅交警总队决定从7月1日起,在保留原有对“占用高速公路应急车道交通违法行为” 举报的基础上,扩大对高速交通违法行为的举报范围,同时提高举报奖励标准。",
        title: "安徽提高举报占用应急车道奖励标准:每条100元(图)",
        topic_keyword: [{
            tag: "安徽",
            weight: 1
        }, {
            tag: "车道奖励标准",
            weight: 0.80769230769231
        }, {
            tag: "举报占用应急",
            weight: 0.76923076923077
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 1
    }, {
        bdsourceid: "309050003",
        categoryid: "1",
        date: "2016-06-29 10:01:00",
        docid: "15441357104807155752",
        images: [],
        images_bos: [],
        img: "",
        imgsize: "0,0",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263400_0.shtml",
        mark: "0",
        score: 80,
        source: "凤凰新闻",
        src_type: "text",
        srctype: "0",
        summary: "该书很好地论述了这些欧陆知识分子们所念兹在兹的“团结”的价值含义,其中第一篇文章由哈贝马斯与德里达联合署名,就叫做“2月15日,欧洲人民的团结日:以核心欧洲为起点缔结共同外交政策”。",
        title: "团结欧洲的理想破灭了吗?",
        topic_keyword: [{
            tag: "欧洲",
            weight: 1
        }, {
            tag: "理想主义",
            weight: 0.32258064516129
        }, {
            tag: "哈贝马斯",
            weight: 0.30645161290323
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 1
    }, {
        bdsourceid: "309050003",
        categoryid: "1",
        date: "2016-06-29 09:42:00",
        docid: "15516100384876312581",
        images: [],
        images_bos: [],
        img: "",
        imgsize: "0,0",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263360_0.shtml",
        mark: "0",
        score: 89.52380952381,
        source: "凤凰网",
        src_type: "video",
        srctype: "0",
        summary: "法制晚报6月28日消息 微博网友@Lunay阅读爆料:今天地铁5号线惠新西街北口一上车,有人发现手机丢了,结果小偷就在身边儿,偷的手机还没来得急装,然后被暴揍了!",
        title: "小偷在北京地铁偷手机被打 喊:快帮我打110救我",
        topic_keyword: [{
            tag: "惠新西街北口",
            weight: 1
        }, {
            tag: "Lunay",
            weight: 0.75
        }, {
            tag: "塔塔Yoyo",
            weight: 0.75
        }, {
            tag: "手机丢了",
            weight: 0.75
        }, {
            tag: "结果小偷就在身边",
            weight: 0.75
        }, {
            tag: "网友评论",
            weight: 0.75
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 3
    }, {
        bdsourceid: "309050003",
        categoryid: "1",
        date: "2016-06-29 09:24:00",
        docid: "15450658328961224799",
        images: [],
        images_bos: [],
        img: "",
        imgsize: "0,0",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263160_0.shtml",
        mark: "0",
        score: 89.52380952381,
        source: "凤凰网",
        src_type: "text",
        srctype: "0",
        summary: "待父母离开宿舍后,小龙用打火机点燃宿舍床铺,随后将门反锁,自己跳窗离开。 汉川一名初三学生,只因未要到零花钱,一天之中在家中两次纵火。",
        title: "初中生一天内两次放火烧屋 因未向父母要到零花钱",
        topic_keyword: [{
            tag: "零花钱",
            weight: 1
        }, {
            tag: "父母离开宿舍",
            weight: 0.58333333333333
        }, {
            tag: "汉川一名初三学生",
            weight: 0.45833333333333
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 0
    }, {
        bdsourceid: "316010032",
        categoryid: "1",
        date: "2016-06-29 09:20:00",
        docid: "15496178312228460888",
        images: [],
        images_bos: [],
        img: "",
        imgsize: "0,0",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263161_0.shtml",
        mark: "0",
        score: 80,
        source: "凤凰新闻",
        src_type: "video",
        srctype: "0",
        summary: " 日本媒体连日报道前首相鸠山由纪夫计划就任中国主导的亚投行顾问,有执政党议员激烈批评鸠山这么做会损害日本的国家利益。",
        title: "鸠山接受凤凰专访:日本不加入亚投行将被孤立",
        topic_keyword: [{
            tag: "日本",
            weight: 1
        }, {
            tag: "首相鸠山由纪夫",
            weight: 0.72
        }, {
            tag: "鸠山",
            weight: 0.68
        }, {
            tag: "亚投行顾问",
            weight: 0.68
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 1
    }, {
        bdsourceid: "309050003",
        categoryid: "1",
        date: "2016-06-29 09:41:00",
        docid: "15837840675798321553",
        images: [{
            height: "500",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/5/d/8/5d89d56273abd8b105ca287cf7d18c9b.jpg",
            imgsize: "500,500",
            width: "500"
        }, {
            height: "466",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/2/e/4/2e434a7ff254da1bb0d3ace3797507da.jpg",
            imgsize: "500,466",
            width: "500"
        }, {
            height: "376",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/b/8/4/b841e5805d1f7d1cc25f3f522dc84091.jpg",
            imgsize: "500,376",
            width: "500"
        }],
        images_bos: [{
            height: "500",
            img: "http://image.cbs.baidu.com/news_topic/5d89d56273abd8b105ca287cf7d18c9b.jpg",
            imgsize: "500,500",
            width: "500"
        }, {
            height: "466",
            img: "http://image.cbs.baidu.com/news_topic/2e434a7ff254da1bb0d3ace3797507da.jpg",
            imgsize: "500,466",
            width: "500"
        }, {
            height: "376",
            img: "http://image.cbs.baidu.com/news_topic/b841e5805d1f7d1cc25f3f522dc84091.jpg",
            imgsize: "500,376",
            width: "500"
        }],
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/5/d/8/5d89d56273abd8b105ca287cf7d18c9b.jpg",
        imgsize: "500,500",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49263287_0.shtml",
        mark: "0",
        score: 89.52380952381,
        source: "凤凰江苏",
        src_type: "text",
        srctype: "0",
        summary: "6月28日0时,经过不间断抢修,江苏盐城6.23特大风雹灾害中与居民供电相关的10千伏,400伏供电设施全部抢修完毕,恢复供电。",
        title: "阜宁电网基本恢复正常运行 受灾居民全部恢复供电(图)",
        topic_keyword: [{
            tag: "线路跳闸",
            weight: 1
        }, {
            tag: "国网",
            weight: 0.5
        }, {
            tag: "应急抢修车辆",
            weight: 0.5
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 1
    }, {
        bdsourceid: "316010034",
        categoryid: "1",
        date: "2016-06-29 07:56:00",
        docid: "15585661576427894670",
        images: [{
            height: "275",
            img: "http://img.cbs.baidu.com/imagecache/reader/mid/5/a/9/5a9987398922470c4c023cbb2ebd0651.jpg",
            imgsize: "183,275",
            width: "183"
        }],
        images_bos: [{
            height: "275",
            img: "http://image.cbs.baidu.com/news_topic/5a9987398922470c4c023cbb2ebd0651.jpg",
            imgsize: "183,275",
            width: "183"
        }],
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/5/a/9/5a9987398922470c4c023cbb2ebd0651.jpg",
        imgsize: "183,275",
        keyword: "",
        link: "http://news.ifeng.com/a/20160629/49262504_0.shtml",
        mark: "0",
        score: 84.761904761905,
        source: "凤凰新闻",
        src_type: "text",
        srctype: "0",
        summary: "计划使用探空火箭将发动机发射到70公里高空,在6马赫速度时尝试点燃超燃冲压发动机,ISRO表示,预计发动机能够工作5秒钟,通过这次测试他们希望能够测量这种发动机的实际推力。",
        title: "印度宣布将测试超燃冲压发动机 冲击世界第三",
        topic_keyword: [{
            tag: "冲压发动机",
            weight: 1
        }, {
            tag: "ISRO",
            weight: 0.35294117647059
        }, {
            tag: "据报道",
            weight: 0.26470588235294
        }],
        weight: "99",
        index: "1020",
        groupbegin: "0",
        listcount: 2
    }
];

const graphList = [
    {
        name:'邮件营销',
        data:[120, 132, 101, 134, 90, 230, 210]
    },
    {
        name:'联盟广告',
        data:[220, 182, 191, 234, 290, 330, 310]
    },
    {
        name:'视频广告',
        data:[150, 232, 201, 154, 190, 330, 410]
    }
];

const simpleObject = {
    bdsourceid: "316010032",
    categoryid: "1",
    date: "2016-06-29 10:27:00",
    docid: "16112285443883430307",
    images: [{
        height: "533",
bert committed
908
        img: "036d359e367f70a74e54cc4bdc7607ad.jpg",
bert committed
909 910 911 912 913 914 915 916 917 918 919 920 921 922 923
        imgsize: "400,533",
        width: "400"
    }, {
        height: "300",
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/8/e/6/8e62b06541d752bd3719107a1f5f0496.jpg",
        imgsize: "400,300",
        width: "400"
    }, {
        height: "533",
        img: "http://img.cbs.baidu.com/imagecache/reader/mid/f/9/2/f92664dedc81ce5c2d83c28aeff66eed.jpg",
        imgsize: "400,533",
        width: "400"
    }],
    images_bos: [{
        height: "533",
bert committed
924
        img: "036d359e367f70a74e54cc4bdc7607ad.jpg",
bert committed
925 926 927 928 929 930 931 932 933 934 935 936 937
        imgsize: "400,533",
        width: "400"
    }, {
        height: "300",
        img: "http://image.cbs.baidu.com/news_topic/8e62b06541d752bd3719107a1f5f0496.jpg",
        imgsize: "400,300",
        width: "400"
    }, {
        height: "533",
        img: "http://image.cbs.baidu.com/news_topic/f92664dedc81ce5c2d83c28aeff66eed.jpg",
        imgsize: "400,533",
        width: "400"
    }],
bert committed
938
    img: "036d359e367f70a74e54cc4bdc7607ad.jpg",
bert committed
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
    imgsize: "400,533",
    keyword: "",
    link: "http://news.ifeng.com/a/20160629/49259851_0.shtml",
    mark: "0",
    score: 89.52380952381,
    source: "凤凰新闻",
    src_type: "text",
    srctype: "0",
    summary: " 在谅解协议中,北青报记者看到,“鉴于被告人周凌俊在案发时有精神分裂症,控制能力差,并且开庭前积极赔偿给我全部损失(略),我对被告人周凌俊的行为表示谅解,请求法院对被告人周凌俊从轻、减轻、免除死刑刑事处罚…",
    title: "男子砍伤9人被判死刑 8受害人请求免除死刑(图)",
    topic_keyword: [{
        tag: "周凌俊",
        weight: 1
    }, {
        tag: "老周",
        weight: 0.52631578947368
    }, {
        tag: "北青报记者",
        weight: 0.50877192982456
    }],
    weight: "99",
    index: "1020",
    groupbegin: "0",
    listcount: 4
};

export default {
    tableList: tableList,
    graphList: graphList,
    simpleObject: simpleObject
};