Datasets:
Tasks:
Question Answering
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
DOI:
License:
File size: 172,173 Bytes
dcdfcf0 |
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 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 |
[
{
"id": "akamatsulab-1YXRXmgXU",
"claim": "Fluid uptake as measured by fluorescent 10kDa Dextran increased upon decreased membrane tension as a result of deadhering CHO cells during trypsinization.",
"citekey": "thottacherry2018mechanochemical",
"dataset": "akamatsulab",
"findings": [
"FIG 1D"
]
},
{
"id": "akamatsulab-9E0jVhav_",
"claim": "Swip1 bound to actin via Swip1 EF1 domain as shown by GFP-pulldown assay in MDA-MB-231 cells.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 6A",
"FIG 6B"
]
},
{
"id": "akamatsulab-QMQIJuzAI",
"claim": "Knocking down \u03b1v\u03b25 integrin expression abolished clathrin plaque assembly in HeLa cells",
"citekey": "baschieri2018frustrated",
"dataset": "akamatsulab",
"findings": [
"FIG 2C",
"FIG 2A"
]
},
{
"id": "akamatsulab-WJvOy9Exn",
"claim": "The density of free barbed ends increased as a function of growth stress",
"citekey": "li2022molecular",
"dataset": "akamatsulab",
"findings": [
"FIG 1D"
]
},
{
"id": "akamatsulab-ZR6_FyY3a",
"claim": "Overexpressed CRIB domain of N-WASP localized to Cdc42-containing spots on the plasma membrane in FRaTB cells",
"citekey": "chadda2007cholesterolsensitive",
"dataset": "akamatsulab",
"findings": [
"FIG 6A",
"FIG 6B",
"FIG 6C",
"FIG 6D",
"FIG 6E"
]
},
{
"id": "akamatsulab-cRFz4n0Pc",
"claim": "Coronin and cofilin-1 intensity peaked at about 4-5 seconds after ABP1-GFP maximal intensity at endocytic patches in budding yeast.",
"citekey": "lin2010overlapping",
"dataset": "akamatsulab",
"findings": [
"FIG 1"
]
},
{
"id": "akamatsulab-TBLuywz6G",
"claim": "Endogenous Swip1 localized to Rab21+ and B1-integrin-containing early endosomes.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 2C",
"FIG 2A"
]
},
{
"id": "akamatsulab-WQY-tljFm",
"claim": "A computational assessment of theoretical conformational changes upon binding of cofilin monomers to an actin filament suggest a minimum of 3 cofilactin interfaces, or two adjacent bound cofilin monomers, induces severing of an actin filament.",
"citekey": "tanaka2018structural",
"dataset": "akamatsulab",
"findings": [
"FIG 7"
]
},
{
"id": "akamatsulab-rPE_IW2JJ",
"claim": "Endothelial cells grown on stiffer cells had more actin stress fibers and were themselves stiffer than cells grown on more compliant substrates.",
"citekey": "byfield2009endothelial",
"dataset": "akamatsulab",
"findings": [
"FIG 3A",
"FIG 3B",
"FIG 3C",
"FIG 3D",
"FIG 3E",
"FIG 3F",
"FIG 1A",
"FIG 1B",
"FIG 1C"
]
},
{
"id": "akamatsulab-GqpzNJuEZ",
"claim": "siRNA-A1 silenced Hip1R showed Arp3 and F-actin 'tails' in HeLa cells.",
"citekey": "engqvistgoldstein2004rnaimediated",
"dataset": "akamatsulab",
"findings": [
"FIG 4C"
]
},
{
"id": "akamatsulab-A63ow10iT",
"claim": "Mechano-sensing clathrin plaques formed independent of actin contractility",
"citekey": "baschieri2018frustrated",
"dataset": "akamatsulab",
"findings": [
"FIG 1"
]
},
{
"id": "akamatsulab-yQg2vbfkG",
"claim": "Cofilin peaked in concentration about 10 seconds after endocytic scission in mouse 3T3 fibroblasts.",
"citekey": "taylor2011high",
"dataset": "akamatsulab",
"findings": [
"FIG 4"
]
},
{
"id": "akamatsulab-2-bJaFjob",
"claim": "About 30 DNM2 molecules were required for forming the encytosis in SK-MEL-2 cells.",
"citekey": "grassart2014actin",
"dataset": "akamatsulab",
"findings": [
"FIG 3G"
]
},
{
"id": "akamatsulab-QLP8zq7GU",
"claim": "Platinum-replica electron micrographs of unroofed B16F1 mouse melanoma cells showed actin networks in collar-like arrangements around clathrin coat necks and at small lateral patches at the periphery of clathrin coats",
"citekey": "collins2011structural",
"dataset": "akamatsulab",
"findings": [
"FIG 3"
]
},
{
"id": "akamatsulab-u95Z_9Xq7",
"claim": "Total bending energy of actin filaments increased as a function of membrane tension in endocytic simulations",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 7H"
]
},
{
"id": "akamatsulab-kZckUXf1w",
"claim": "Treatment of H9 cells with CK-666 resulted in a~50% decrease in the formation of apical membrane\u00a0initiation sites (AMIS) en route to lumen formation",
"citekey": "taniguchi2015lumen",
"dataset": "akamatsulab",
"findings": [
"FIG 4G"
]
},
{
"id": "akamatsulab-kimWcz_h4",
"claim": "Endocytic protein ABP1-GFP lifetime increased by 2-3x in budding yeast cells with cofilin mutants",
"citekey": "lin2010overlapping",
"dataset": "akamatsulab",
"findings": [
"FIG 8"
]
},
{
"id": "akamatsulab-kayrJnALo",
"claim": "Endocytic adaptor protein End4p-mGFP accumulated more slowly and to a greater number of molecules in fission yeast cells with mutant cofilin allele",
"citekey": "chen2013actin",
"dataset": "akamatsulab",
"findings": [
"FIG 2"
]
},
{
"id": "akamatsulab-kIupe544T",
"claim": "The surface area overlap of actin over clathrin increased from ~5% to ~10% coverage from flat to curved pits in four cell types by platinum-replica electron microscopy",
"citekey": "yang2022actin",
"dataset": "akamatsulab",
"findings": [
"FIG 2N"
]
},
{
"id": "akamatsulab-rYe33dsbF",
"claim": "Knockdown of either \u03b1v or \u03b25 integrins in HeLa cells using specific siRNAs resulted in a complete loss of large and static CCSs",
"citekey": "baschieri2018frustrated",
"dataset": "akamatsulab",
"findings": [
"FIG 2F",
"FIG 2E",
"FIG 2D"
]
},
{
"id": "akamatsulab-QsJF6msql",
"claim": "Intensity over time traces of hiPSCs endogenously expressing AP2-RFP and Dynamin2-GFP peaked sequentially",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 2G"
]
},
{
"id": "akamatsulab-BX3Cqqj90",
"claim": "Purified swip1 bound human platelet actin with an affinity of 1.9 \u00b1 0.8 uM",
"citekey": "kwon2013swiprosin1",
"dataset": "akamatsulab",
"findings": [
"FIG 3A"
]
},
{
"id": "akamatsulab-vmbAp09g2",
"claim": "MiTAB, a inhibitor of DNM2 PH domain, led to increased DNM2 recruitment in SK-MEL-2 cells",
"citekey": "grassart2014actin",
"dataset": "akamatsulab",
"findings": [
"SUPP FIG S3F"
]
},
{
"id": "akamatsulab-Dd1n6KIBV",
"claim": "siRNA silenced Swip1 reduced GFP-Rab21+ (CG-associated) endosome trafficking in MDA-MB-231 cells.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 6G"
]
},
{
"id": "akamatsulab-WbWLJVWcF",
"claim": "Knockout of __Dictyostelium__ WASP (__wasA-__) led to bipolar localization of WAVE rather than WT localization of WAVE to the leading edge.",
"citekey": "amato2019wasp",
"dataset": "akamatsulab",
"findings": [
"FIG 1A",
"FIG 1B"
]
},
{
"id": "akamatsulab-taeyp3oH-",
"claim": "Membrane dye (DiI dye) or Dextran uptake for 1 or 5 minutes in HeLa cells colocalize with endogenous GRAF1 staining.",
"citekey": "lundmark2008gtpaseactivating",
"dataset": "akamatsulab",
"findings": [
"FIG 1B",
"FIG 1C",
"FIG 1D"
]
},
{
"id": "akamatsulab-LlehpEErX",
"claim": "Immunofluorescence of folate-binding protein showed fluorescence in the periphery of KB cells",
"citekey": "numasawa2020fluorescent",
"dataset": "akamatsulab",
"findings": [
"SUPP FIG S1"
]
},
{
"id": "akamatsulab-wLCgd8nNI",
"claim": "Switching media from isotonic to hypotonic (75m0sm) media for 2-20 minutes increased the membrane tension from 33.0 \u00b1 7.4 pN to 48.0 \u00b1 17.1 pN, as measured by AFM.",
"citekey": "kaplan2022load",
"dataset": "akamatsulab",
"findings": [
"FIG 2A",
"FIG 2B"
]
},
{
"id": "akamatsulab-dFhjWUgD7",
"claim": "TIRF revealed that Cortactin, Hip1R, and Clathrin were simultaneously recruited to endocytic sites in 3T3 cell.",
"citekey": "leclainche2007hip1r",
"dataset": "akamatsulab",
"findings": [
"FIG 4E"
]
},
{
"id": "akamatsulab-boQ6UJJMP",
"claim": "Decreased clathrin coat dynamics were measured under increased membrane tension using micropipette aspiration",
"citekey": "ferguson2017mechanoregulation",
"dataset": "akamatsulab",
"findings": [
"FIG 1B"
]
},
{
"id": "akamatsulab-5i2BACcCn",
"claim": "Pyrene-actin binding assays between human myo1e and actin plateaued at a dissociation rate of 440 \u00b1 9 s-1 for ATP concentrations > 2 \u00b5M",
"citekey": "mezgueldi2002kinetic",
"dataset": "akamatsulab",
"findings": [
"FIG 5A"
]
},
{
"id": "akamatsulab-3-az1CxcL",
"claim": "Cofilin seems to have different effects on actin filaments, such as severing and nucleation, based on its concentration.",
"citekey": "andrianantoandro2006mechanism",
"dataset": "akamatsulab",
"findings": [
"FIG 5",
"SUPP FIG S5"
]
},
{
"id": "akamatsulab-chLz-7JK6",
"claim": "The rate constant of cofilin binding to actin filaments was measured to be k+\u00a0= 0.013 \u03bcM\u22121s\u22121",
"citekey": "andrianantoandro2006mechanism",
"dataset": "akamatsulab",
"findings": [
"FIG 2C"
]
},
{
"id": "akamatsulab-W8Zi3Y46u",
"claim": "Overexpression of GFP-GRAF1 in HeLa cells showed long (1-5um) tubules that turn over completely within 10 minutes based on fluorescence microscopy",
"citekey": "lundmark2008gtpaseactivating",
"dataset": "akamatsulab",
"findings": [
"FIG 1E"
]
},
{
"id": "akamatsulab-JJ6CSK6w3",
"claim": "Depleting actin polymerization with latrunculin A led to increased STxB-induced tubular membrane invaginations in HeLa cells",
"citekey": "romer2010actin",
"dataset": "akamatsulab",
"findings": [
"SUPP FIG S1A",
"SUPP FIG S1B"
]
},
{
"id": "akamatsulab-MIpYGNa-U",
"claim": "WAVE2 and IRSp53 both localized at ruffles and cell-cell junctions in A431 cells.",
"citekey": "suetsugu2006optimization",
"dataset": "akamatsulab",
"findings": [
"FIG 1A"
]
},
{
"id": "akamatsulab-6wkebK9Rb",
"claim": "Depletion of \u03b21 or \u03b23 integrins by siRNA in HeLa cells showed no difference in the percentage of dynamic or static CCSs as compared to siCTRL cells.",
"citekey": "baschieri2018frustrated",
"dataset": "akamatsulab",
"findings": [
"FIG 4E",
"FIG 4F"
]
},
{
"id": "akamatsulab-HiUvvjFf0",
"claim": "More actin filaments accumulated at sites of simulated endocytosis as a function of membrane tension",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 7G"
]
},
{
"id": "akamatsulab-k90itT5sI",
"claim": "After washout of ATP-reducing agents, lifeact-GFP increased photobleaching recovery and preceded scission of the membrane tubule a few minutes later",
"citekey": "romer2010actin",
"dataset": "akamatsulab",
"findings": [
"FIG 5D",
"FIG 5E"
]
},
{
"id": "akamatsulab-gfaXg2-bh",
"claim": "Endogenous Swip1 associated with Rab21 in Rab21-containing early endosomes in MDA-MB-231 cells as shown by proximity ligation assay (PLA).",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 2B"
]
},
{
"id": "akamatsulab-yGIijdoa_",
"claim": "Endocytic track lengths of SKMEL-2 cells endogenously expressing Clathrin-RFP and Dynamin-GFP were distributed with peak value around 20-30 seconds",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 6C"
]
},
{
"id": "akamatsulab-3IOlxyzLb",
"claim": "Applying force to clathrin lattices on carbon-coated films caused a larger change in height when clathrin light chain was also present",
"citekey": "dannhauser2015effect",
"dataset": "akamatsulab",
"findings": [
"FIG 2D"
]
},
{
"id": "akamatsulab-5BnB27O-f",
"claim": "Endocytic adaptor protein Sla1-GFP accumulated more slowly to sites of endocytosis in a cof1-22 mutant in budding yeast",
"citekey": "okreglak2007cofilin",
"dataset": "akamatsulab",
"findings": [
"FIG 4"
]
},
{
"id": "akamatsulab-QigGJImJz",
"claim": "CortF, withtriple-mutant in tyrosine residues, increased fillopodia retraction frequency",
"citekey": "he2015src",
"dataset": "akamatsulab",
"findings": [
"FIG 4D"
]
},
{
"id": "akamatsulab-NU1hryH_8",
"claim": "GRAF1-depletion by siRNA knockdown in HeLa cells has no effect on transferrin uptake",
"citekey": "lundmark2008gtpaseactivating",
"dataset": "akamatsulab",
"findings": [
"FIG 4D"
]
},
{
"id": "akamatsulab-nC0geNc63",
"claim": "Depleting Cdc42 with siRNA led to the buildup of GRAF1-GFP in tubular structures",
"citekey": "francis2015endocytic",
"dataset": "akamatsulab",
"findings": [
"FIG 3C"
]
},
{
"id": "akamatsulab-FxTUmxjh2",
"claim": "Simulated fission yeast endocytic actin networks produced ~3000 pN of force, while simulated budding yeast endocytic actin networks produced ~1000 pN of force",
"citekey": "nickaeen2022model",
"dataset": "akamatsulab",
"findings": [
"FIG 4A"
]
},
{
"id": "akamatsulab-txXrNK-wA",
"claim": "At fission yeast endocytic sites, scission protein (spHob1) first detected ~2 seconds before initiation of membrane invagination",
"citekey": "sun2019direct",
"dataset": "akamatsulab",
"findings": [
"FIG 5D"
]
},
{
"id": "akamatsulab-45WDQVJkn",
"claim": "ABI2 formed a complex with GRAF1 based on immunoprecipitation of HeLa cell lysates, in a manner dependent on GRAF1 phosphorylation and treatment with mitochondrial damaging agent oligomycin-A and antimycin-A",
"citekey": "zhu2023graf1",
"dataset": "akamatsulab",
"findings": [
"FIG 4A"
]
},
{
"id": "akamatsulab-u3tkdx52k",
"claim": "Fluorescently labeled cortactin assembled coincident with Arp3 and Abp1 in NIH3T3 cells",
"citekey": "taylor2011high",
"dataset": "akamatsulab",
"findings": [
"FIG 4A"
]
},
{
"id": "akamatsulab-q0LJEXQsw",
"claim": "Resistance to internalization (spring constant) was proportional to membrane tension in continuum membrane mechanics endocytosis simulations",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 1C",
"FIG 1D"
]
},
{
"id": "akamatsulab-tZwLhk7sM",
"claim": "Cryo-electron tomograms of flat clathrin lattices in HeLa cells showed a wide variety of angles for clathrin vertices (120.0 \u00b1 13.3 degrees)",
"citekey": "sochacki2021structure",
"dataset": "akamatsulab",
"findings": [
"FIG 2D"
]
},
{
"id": "akamatsulab-cixbubehW",
"claim": "Swiprosin-1 inhibited cofilin-mediated actin depolymerization in vitro.",
"citekey": "huh2013swiprosin1",
"dataset": "akamatsulab",
"findings": [
"FIG 2D"
]
},
{
"id": "akamatsulab-kIHG6-Ila",
"claim": "IRSp53 coimmunoprecipitated with WAVE in NIH3T3 cell lysates.",
"citekey": "miki2000irsp53",
"dataset": "akamatsulab",
"findings": [
"FIG 1A"
]
},
{
"id": "akamatsulab-lNL2WkukA",
"claim": "Cryo-EM analysis of actin filaments showed that filaments bound to ADP-Pi were stiffer than filaments bound to ADP",
"citekey": "reynolds2022bending",
"dataset": "akamatsulab",
"findings": [
"FIG 4F"
]
},
{
"id": "akamatsulab-1q7uo-zzw",
"claim": "Efficient lamellipodia actin filament severing requires a cofilin cluster longer than one-half of a helix",
"citekey": "ngo2015cofilininduced",
"dataset": "akamatsulab",
"findings": [
"FIG 6"
]
},
{
"id": "akamatsulab-p-Fy1XHf_",
"claim": "GRAF1-depleted HeLa cells (via siRNA treatment) demonstrate ~50% reduction in fluid phase uptake as compared to control cells, shown by FITC-dextran uptake.",
"citekey": "lundmark2008gtpaseactivating",
"dataset": "akamatsulab",
"findings": [
"FIG 4B",
"FIG 4C"
]
},
{
"id": "akamatsulab-6yP4l1xIu",
"claim": "Swip1 preferentially bound WT-Rab21 and constitutively active Rab21 over the closely related Rab5 GTPase.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 1E"
]
},
{
"id": "akamatsulab-JvW-piCf8",
"claim": "Cortactin mutants lacking phosphorylatable Tyrosine site could not rescue the Knockdown of endogenous cortactin in Hela Cell",
"citekey": "zhu2007receptormediated",
"dataset": "akamatsulab",
"findings": [
"FIG 2A",
"FIG 2B"
]
},
{
"id": "akamatsulab-hmfv-Bz4r",
"claim": "Incubation of STxB with Arp2-depleted cells for 5 min at 37C led to the appearance of STxB-containing tubular structures in HeLa cells",
"citekey": "romer2010actin",
"dataset": "akamatsulab",
"findings": [
"FIG 5A",
"SUPP FIG S1"
]
},
{
"id": "akamatsulab-AP8l66U1L",
"claim": "Focal adhesion area decreased in A549 cells grown on softer PDMS substrates",
"citekey": "lee2022substrate",
"dataset": "akamatsulab",
"findings": [
"FIG 5",
"TAB 1"
]
},
{
"id": "akamatsulab-Qo0PhBepV",
"claim": "NWASP was found around clusters of clathrin heavy chain by TIRF microscopy + super resolution microscopy",
"citekey": "leytonpuig2017flat",
"dataset": "akamatsulab",
"findings": [
"FIG 1E"
]
},
{
"id": "akamatsulab-gW__kcqup",
"claim": "Membrane tether pulling on one part of a HeLa cell did not affect membrane tether force on another part of the cell",
"citekey": "shi2018cell",
"dataset": "akamatsulab",
"findings": [
"FIG 1A",
"FIG 1D"
]
},
{
"id": "akamatsulab-841E070Cm",
"claim": "Knockdown of DNM2 via siRNA showed a reduction of 488-Choleratoxin internalization in differentiated neuronal CAD cells",
"citekey": "mcfarland2008rna",
"dataset": "akamatsulab",
"findings": [
"FIG 5"
]
},
{
"id": "akamatsulab-IBn59ZWXY",
"claim": "Membrane mechanics simulations showed that 15 pN of force orthogonal to the plasma membrane base was sufficient to reshape a U shaped pit into a pinched shape",
"citekey": "hassinger2017design",
"dataset": "akamatsulab",
"findings": [
"FIG 6A",
"FIG 6B",
"FIG 6C",
"FIG 6D"
]
},
{
"id": "akamatsulab-1-C-g0qCW",
"claim": "The curvature of the clathrin coat increased as a function of angle to the plasma membrane in SK-MEL2 cells fixed in plastic",
"citekey": "avinoam2015endocytic",
"dataset": "akamatsulab",
"findings": [
"FIG 3D"
]
},
{
"id": "akamatsulab-NbFDiQaUh",
"claim": "Swip1 colocalized with actin at lamellipodia of CHO-K1 cells transfected with GFP-Swip1.",
"citekey": "kwon2013swiprosin1",
"dataset": "akamatsulab",
"findings": [
"FIG 1C"
]
},
{
"id": "akamatsulab-TndUNP272",
"claim": "Measurements by super resolution microscopy showed a ~20 nm radial distance between Las17 (WASP) and MYO1 in budding yeast",
"citekey": "mund2018systematic",
"dataset": "akamatsulab",
"findings": [
"FIG 2F"
]
},
{
"id": "akamatsulab-0AnyJYOE1",
"claim": "Overexpressed NWASP-GFP colocalized with fluorescent dextran spots in FRaTb cells",
"citekey": "chadda2007cholesterolsensitive",
"dataset": "akamatsulab",
"findings": [
"FIG 4C",
"FIG 4D",
"FIG 4G",
"FIG 4H"
]
},
{
"id": "akamatsulab-Hcxv0n6n7",
"claim": "Internalisation of Transferrin (Tf), a marker of clathrin mediated endocytosis, was reduced 10 minutes, but not 1 hour after incubation when REF52 fribroblast cells were cultured on \"soft\" hydrogels, as opposed to \"intermediate\" or \"stiff\" hydrogels.",
"citekey": "missirlis2014effect",
"dataset": "akamatsulab",
"findings": [
"FIG 1A",
"FIG 1B",
"FIG 1C",
"FIG 1D"
]
},
{
"id": "akamatsulab-Ga8ORIY8v",
"claim": "Higher rates of purified actin polymerization are seen with purified WAVE2 in the presence of purified IRSp53 as compared to WAVE2 alone in vitro.",
"citekey": "miki2000irsp53",
"dataset": "akamatsulab",
"findings": [
"FIG 5A",
"FIG 5B"
]
},
{
"id": "akamatsulab-PECll5ZFw",
"claim": "B3 integrin lifetime increased by ~50% in the absense of B1 integrin and ICAP-1",
"citekey": "kyumurkov2023force",
"dataset": "akamatsulab",
"findings": [
"FIG 3E"
]
},
{
"id": "akamatsulab-UlZY0Mnwt",
"claim": "hiPSCs at the colony edges showed large, paxillin-positive focal adhesions with thick actin stress fibers parallel to the colony edge.",
"citekey": "narva2017strong",
"dataset": "akamatsulab",
"findings": [
"FIG 1A"
]
},
{
"id": "akamatsulab-iLicutBoX",
"claim": "Fluid uptake as measured by fluorescent 10kDa Dextran increased upon relaxation after mechanically induced stretch by vacuum-based equi-bi-axial stretching device in CHO cells.",
"citekey": "thottacherry2018mechanochemical",
"dataset": "akamatsulab",
"findings": [
"FIG 1C"
]
},
{
"id": "akamatsulab-0-2tkuu4l",
"claim": "Using the TNT T7-coupled reticulocyte lysate systems kit, translated WT-IRSp53 incubated with GST was pulled down with N-WASP, whereas IRSp53(DELTA)SH3 did not pull down N-WASP.",
"citekey": "lim2008cdc42",
"dataset": "akamatsulab",
"findings": [
"FIG 3A"
]
},
{
"id": "akamatsulab-lljpG3FsT",
"claim": "More actin accumulated at sites of clathrin-mediated endocytosis in SK-MEL-2 cells treated with hypo-osmotic shock to elevate membrane tension",
"citekey": "kaplan2022load",
"dataset": "akamatsulab",
"findings": [
"FIG 4C"
]
},
{
"id": "akamatsulab-Whvj4Tjxl",
"claim": "Knocking down \u03b25-integrin resulted in loss of flat clathrin lattice expansion upon EGF treatment in HSC3-EGFR-GFP cells",
"citekey": "alfonzomendez2022dual",
"dataset": "akamatsulab",
"findings": [
"FIG 2A",
"FIG 2B",
"FIG 2C",
"FIG 2D",
"FIG 2E",
"FIG 2F",
"FIG 2G"
]
},
{
"id": "akamatsulab-1Orp-fkjH",
"claim": "Cells injected with anti-cortactin antibodies decreased the degree of transferrin internalization into clone 9 cells",
"citekey": "cao2003cortactin",
"dataset": "akamatsulab",
"findings": [
"FIG 4"
]
},
{
"id": "akamatsulab-1B3Jax3yY",
"claim": "Without clathrin-mediated endocytosis, flat-clathrin lattices and reticular adhesions could not form.",
"citekey": "hakanpaa2023reticular",
"dataset": "akamatsulab",
"findings": [
"FIG 4B"
]
},
{
"id": "akamatsulab-iyjRL_mO4",
"claim": "Increased membrane tension, achieved by compression between a polymer cushion, resulted in increased clathrin coat lifetimes.",
"citekey": "ferguson2017mechanoregulation",
"dataset": "akamatsulab",
"findings": [
"FIG 2C"
]
},
{
"id": "akamatsulab-de4YJna7K",
"claim": "hPSCs were found to exert strong inward-directed mechanical forces on the ECM at specific locations coinciding with VSFs at the colony edge.",
"citekey": "narva2017strong",
"dataset": "akamatsulab",
"findings": [
"FIG 2D"
]
},
{
"id": "akamatsulab-32Cg5C3il",
"claim": "Branched actin filament barbed ends were densely oriented towards the clathrin coated vesicle in B16F1 Cells",
"citekey": "collins2011structural",
"dataset": "akamatsulab",
"findings": [
"FIG 4"
]
},
{
"id": "akamatsulab-41SA-aHd6",
"claim": "As bending energy decreased in simulated endocytic actin filaments, the pit internalization increased proportionally",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 5G",
"FIG 5H",
"FIG 5I"
]
},
{
"id": "akamatsulab-pHdxFkkDB",
"claim": "eGFP-60mer and 120mer nanocages expressed in Arabodopsis with CAAX membrane binding showed a linear relationship between fluorescence intensity and molecule number",
"citekey": "alamos2021quantitative",
"dataset": "akamatsulab",
"findings": [
"FIG 2C",
"FIG 2D"
]
},
{
"id": "akamatsulab-4u5hI2-Ys",
"claim": "The diameter of GRAF1-positive tubules by electron microscopy found in HeLa cells was ~40nm.",
"citekey": "lundmark2008gtpaseactivating",
"dataset": "akamatsulab",
"findings": [
"FIG 1G"
]
},
{
"id": "akamatsulab-6-XC7noR7",
"claim": "siRNA silenced Swip1 showed reduced internalization of B1-integrin in MDA-MB-231 cells.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 1B"
]
},
{
"id": "akamatsulab-MOrPymM0p",
"claim": "At zero seconds, 7000 actin proteins associated with endocytic invagination",
"citekey": "sirotkin2010quantitative",
"dataset": "akamatsulab",
"findings": [
"FIG 7A",
"FIG 7B"
]
},
{
"id": "akamatsulab-B7UPmuzgg",
"claim": "N-WASP failed to recruit to forming CG endocytic sites.",
"citekey": "sathe2018understanding",
"dataset": "akamatsulab",
"findings": [
"FIG 5.4A"
]
},
{
"id": "akamatsulab-jjw60hnsi",
"claim": "Clathrin-coated plaques formed on stiff substrates (<31 kPa) more than on softer substrates",
"citekey": "baschieri2018frustrated",
"dataset": "akamatsulab",
"findings": [
"FIG 1B",
"FIG 2A",
"FIG 1F",
"FIG 1A",
"FIG 1D"
]
},
{
"id": "akamatsulab-82vjreeE4",
"claim": "WAVE2-ABI1 complex formation via immunoprecipitation was decreased in HeLa cells with GRAF1 knocked down by siRNA",
"citekey": "zhu2023graf1",
"dataset": "akamatsulab",
"findings": [
"FIG 4B"
]
},
{
"id": "akamatsulab-snNy17hgh",
"claim": "Cells grown on stiffer substrates had more stalled clathrin-coated pits",
"citekey": "baschieri2018frustrated",
"dataset": "akamatsulab",
"findings": [
"FIG 1A",
"FIG 1B",
"FIG 1C",
"FIG 1D"
]
},
{
"id": "akamatsulab-MmQ5WkYLJ",
"claim": "Actin marker Abp1-mRFP accumulated more slowly and disassembly was delayed at sites of endocytosis in a cof1-22 mutant in budding yeast",
"citekey": "okreglak2007cofilin",
"dataset": "akamatsulab",
"findings": [
"FIG 4"
]
},
{
"id": "akamatsulab-vLtBWyJPZ",
"claim": "Flat clathrin sheet showed more non-hexagonal structures on lower-tension membranes in a computational model.",
"citekey": "cordella2014membrane",
"dataset": "akamatsulab",
"findings": [
"FIG 3",
"FIG 2"
]
},
{
"id": "akamatsulab-7ioUQ5iO3",
"claim": "The percentage clathrin-coated structures with visible actin overlap decreased from ~50% to ~20% from flat to curved pits in four cell types by platinum-replica electron microscopy",
"citekey": "yang2022actin",
"dataset": "akamatsulab",
"findings": [
"FIG 2O"
]
},
{
"id": "akamatsulab-iGBmi7cn0",
"claim": "In Clathrin lattice formation, Constant Area model is more credible.",
"citekey": "sochacki2021structure",
"dataset": "akamatsulab",
"findings": [
"FIG 1E",
"FIG 1F",
"FIG 2J",
"FIG 2K"
]
},
{
"id": "akamatsulab-24El5w68I",
"claim": "siRNA silenced IRSp53 significantly reduced internalized 10kDa TMR Dextran, while siRNA silenced Swip1 did not in MDA-MB-231 cells.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 5B"
]
},
{
"id": "akamatsulab-gOeTvBjuK",
"claim": "2 mins after addition, ~70% of a fluorescent monoclonal folate receptor-binding antibody was localized to internal spots nonoverlapping with spots marked by fluorescent transferrin",
"citekey": "sabharanjak2002gpianchored",
"dataset": "akamatsulab",
"findings": [
"FIG 2A",
"FIG 2B",
"FIG 2C",
"FIG 2D",
"FIG 2E",
"FIG 2F"
]
},
{
"id": "akamatsulab-0LXSOKdht",
"claim": "Integrin \u03b1V\u03b25 correlated with flat clathrin lattices in human keratinocytes",
"citekey": "zuidema2018mechanisms",
"dataset": "akamatsulab",
"findings": [
"FIG 1C",
"FIG 1D"
]
},
{
"id": "akamatsulab-Gv-IeF8Wl",
"claim": "The per-filament capping rate of __in vitro__ loaded actin filament networks decreased exponentially as a function of applied force",
"citekey": "li2022molecular",
"dataset": "akamatsulab",
"findings": [
"FIG 2C"
]
},
{
"id": "akamatsulab-up45yF1mO",
"claim": "In loaded in vitro networks, VCA preferentially bound the free barbed ends of actin filaments rather than soluble actin monomers",
"citekey": "li2022molecular",
"dataset": "akamatsulab",
"findings": [
"FIG 4A",
"FIG 4B",
"FIG 4C",
"FIG 4D"
]
},
{
"id": "akamatsulab-iNPTKMfD8",
"claim": "Of 10 genes investigated, the top 10 candidate off-target sites were not mutated based on sanger sequencing after Cas9 RNP electroporation",
"citekey": "roberts2017systematic",
"dataset": "akamatsulab",
"findings": [
"SUPP FIG S3",
"FIG 1B",
"FIG 1C",
"FIG 1D"
]
},
{
"id": "akamatsulab-6r_duPu8G",
"claim": "Blocking integrin \u03b21 led to reversal of the inhibitory effect of fibronectin on flat formations lattice formation.",
"citekey": "hakanpaa2023reticular",
"dataset": "akamatsulab",
"findings": [
"FIG 6"
]
},
{
"id": "akamatsulab-DHGP0FRjV",
"claim": "87 \u00b1 1.6% of all dynamin containing endocytic events displayed RFP beta actin recruitment",
"citekey": "grassart2014actin",
"dataset": "akamatsulab",
"findings": [
"FIG 4F"
]
},
{
"id": "akamatsulab-YYYVszFr6",
"claim": "Pulldown assay of NIH3T3 lysates demonstrated a physical linkage between WAVE and Rac by IRSp53.",
"citekey": "miki2000irsp53",
"dataset": "akamatsulab",
"findings": [
"FIG 4A"
]
},
{
"id": "akamatsulab-aKH5q105S",
"claim": "Lumenoids formed over 3 days in hESCs",
"citekey": "taniguchi2015lumen",
"dataset": "akamatsulab",
"findings": [
"FIG 1F"
]
},
{
"id": "akamatsulab-F0N83vxEe",
"claim": "Knockdown of Dyn2 decreased the length of filopodia in H1299 cells",
"citekey": "yamada2016actin",
"dataset": "akamatsulab",
"findings": [
"FIG 3C"
]
},
{
"id": "akamatsulab-9_9FlVy1D",
"claim": "Simulated endocytosis decreased as a function of membrane tension",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 7"
]
},
{
"id": "akamatsulab-ZblBen2ee",
"claim": "GFP-cdc42L61 (dominant-active) -expressing HeLa cells demonstrate co-localization with Myc-GRAF1 as shown by confocal microscopy images.",
"citekey": "lundmark2008gtpaseactivating",
"dataset": "akamatsulab",
"findings": [
"FIG 3D"
]
},
{
"id": "akamatsulab--Sz9IbUra",
"claim": "Plasma membrane tension and stiffness increased in hepatic stellate cells as a function of substrate stiffness",
"citekey": "lachowski2022substrate",
"dataset": "akamatsulab",
"findings": [
"FIG 1D"
]
},
{
"id": "akamatsulab-A6dSILE8L",
"claim": "OVCAR3 and HT1080 cells showed minimal folate receptor expression by immunofluorescence",
"citekey": "numasawa2020fluorescent",
"dataset": "akamatsulab",
"findings": [
"SUPP FIG S1"
]
},
{
"id": "akamatsulab-iAzvRq7UW",
"claim": "FCHSD2 localization at sites of endocytosis formed a partial ring around the base of the endocytic site by STED microscopy",
"citekey": "almeidasouza2018flat",
"dataset": "akamatsulab",
"findings": [
"FIG 5D"
]
},
{
"id": "akamatsulab-Ke0qFhkQL",
"claim": "Cortactin Knockdown by siRNA decreased the degree of transferrin endocytosis in MDA-MB-231 cells",
"citekey": "chen2006roles",
"dataset": "akamatsulab",
"findings": [
"FIG 1B"
]
},
{
"id": "akamatsulab-A61nf3QNl",
"claim": "Fibronectin inhibited the formation of flat clathrin lattices and associated reticular adhesions",
"citekey": "hakanpaa2023reticular",
"dataset": "akamatsulab",
"findings": [
"FIG 2D"
]
},
{
"id": "akamatsulab-MvZiM_zgO",
"claim": "U2O cells plated on Col IV and LN111 produced fibronectin which assembled into elongated fibrils.",
"citekey": "hakanpaa2023reticular",
"dataset": "akamatsulab",
"findings": [
"FIG 1C"
]
},
{
"id": "akamatsulab-0JSkTOnvs",
"claim": "2000 pN of force produced by simulated fission yeast endocytic actin networks",
"citekey": "nickaeen2019actin",
"dataset": "akamatsulab",
"findings": [
"FIG 5A"
]
},
{
"id": "akamatsulab-qOwFV9hTg",
"claim": "The majority of bending energy from simulated endocytic actin networks came from capped filaments",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 5"
]
},
{
"id": "akamatsulab-phR4apt3P",
"claim": "Actin polymerization kinetics assay showed that Hip1R-cortactin complex reduced actin assembly based on pyrene fluorescence",
"citekey": "leclainche2007hip1r",
"dataset": "akamatsulab",
"findings": [
"FIG 5B"
]
},
{
"id": "akamatsulab-bZQte2Eb-",
"claim": "Association rate constant of Alexa-488-cofilin to rhodamine-actin filaments was 0.05-0.07 s^-1 uM^-1 for concentrations of cofilin less than 3 uM",
"citekey": "hayakawa2014singlemolecule",
"dataset": "akamatsulab",
"findings": [
"FIG 2C"
]
},
{
"id": "akamatsulab-1SinPyIpx",
"claim": "Cosedimentation assays showed a binding affinity of 0.9 \u00b1 0.1 \u00b5M between Swip1 and actin in the presence of calcium",
"citekey": "lehne2022calcium",
"dataset": "akamatsulab",
"findings": [
"FIG 3D"
]
},
{
"id": "akamatsulab-ZeSbzUTLA",
"claim": "Knockdown of integrin \u03b23 or \u03b15 in cancer associated fibroblasts (CAF's) reduced fibrillar fibronectin (but not secreted fibronectin) and migration of CT26 cancer cell spheroids.",
"citekey": "attieh2017cancerassociated",
"dataset": "akamatsulab",
"findings": [
"FIG 5D",
"FIG 4C",
"FIG 4B",
"FIG 4A"
]
},
{
"id": "akamatsulab-FmR6Quoxu",
"claim": "__in vitro__ branched actin networks decreased in capping rate as a function of growth stress",
"citekey": "li2022molecular",
"dataset": "akamatsulab",
"findings": [
"FIG 2B"
]
},
{
"id": "akamatsulab-OT8BRD36j",
"claim": "Clathrin Light chains gives the clathrin lattice more stronger bending power.",
"citekey": "dannhauser2015effect",
"dataset": "akamatsulab",
"findings": [
"FIG 3"
]
},
{
"id": "akamatsulab-_N-gQJ0eV",
"claim": "Expressing WT GFP-WASP in __wasA-__ mutants rescues confinement of active Rac to the leading edge of __Dictyostelium__ cells.",
"citekey": "amato2019wasp",
"dataset": "akamatsulab",
"findings": [
"FIG 5F"
]
},
{
"id": "akamatsulab-nK9okhwH0",
"claim": "In H1299 cells, Knockdown of DNM2 with siRNA decreased the filopodial formation, and filopodia length",
"citekey": "yamada2016actin",
"dataset": "akamatsulab",
"findings": [
"FIG 3B"
]
},
{
"id": "akamatsulab-4UYkBZdjG",
"claim": "hiPSCs at the edge of the colony had larger focal adhesions than cells in the hiPSC colony center",
"citekey": "narva2017strong",
"dataset": "akamatsulab",
"findings": [
"FIG 1D"
]
},
{
"id": "akamatsulab-nwh8sv1mV",
"claim": "Cells grown on curved quartz substrates coated with fibronectin or vitronectin showed preferential localization of integrin B5 to curved parts of the substrate",
"citekey": "zhang2023curved",
"dataset": "akamatsulab",
"findings": [
"FIG 2I"
]
},
{
"id": "akamatsulab-DSc19RzyF",
"claim": "Knockdown of DNM2 increases the acetylated microtubule, inducing the increased adenovirus trafficking in primary keratocyte",
"citekey": "lee2019impact",
"dataset": "akamatsulab",
"findings": [
"FIG 2C"
]
},
{
"id": "akamatsulab-eryKP0bHY",
"claim": "Pulldown assay with Swiss3T3 lysates showed that GST-bound IRSp53 strongly associated with WAVE, but did not precipitate N-WASP.",
"citekey": "miki2000irsp53",
"dataset": "akamatsulab",
"findings": [
"FIG 1B"
]
},
{
"id": "akamatsulab-y7NvExQj1",
"claim": "Nanocages ranging from 12-120 tagGFP2 molecules expressed in human induced pluripotent stem cells showed a linear relationship between intensity and number of molecules",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 2D"
]
},
{
"id": "akamatsulab-x0oKAeneB",
"claim": "WASP knockout (__wasA-__) __Dictyostelium__ cells displayed bipolar localization of active Rac, rather than localization to the leading edge.",
"citekey": "amato2019wasp",
"dataset": "akamatsulab",
"findings": [
"FIG 1C",
"FIG 1D"
]
},
{
"id": "akamatsulab-fxWgfx7yr",
"claim": "The immunoelectron microscopy revealed that Cortactin localized on flat or dome shaped-clathrin lattice, and actin filament of COS7 cells",
"citekey": "cao2003cortactin",
"dataset": "akamatsulab",
"findings": [
"FIG 2D",
"FIG 2E",
"FIG 2F"
]
},
{
"id": "akamatsulab-ZMI7u4SyM",
"claim": "Increased membrane tension due to hypotonic swelling resulted in increased clathrin coat lifetimes and reduction in standard deviation of clathrin growth rates.",
"citekey": "ferguson2017mechanoregulation",
"dataset": "akamatsulab",
"findings": [
"FIG 3A",
"FIG 3B",
"FIG 3C",
"FIG 3D",
"FIG 3E"
]
},
{
"id": "akamatsulab-XG3wvRdRY",
"claim": "Overexpression of a cortactin mutant lacking 3 tyrosine residues reduced CME transferrin uptake by nearly 40%",
"citekey": "zhu2007receptormediated",
"dataset": "akamatsulab",
"findings": [
"FIG 1C"
]
},
{
"id": "akamatsulab-iO13PSTbc",
"claim": "Knockdown of DNM2 reduced the transferrin internalization in neuronal differentiated CAD cells",
"citekey": "mcfarland2008rna",
"dataset": "akamatsulab",
"findings": [
"FIG 5"
]
},
{
"id": "akamatsulab-x7qaygcfw",
"claim": "Membrane invagination occurred ~6 seconds after scission protein (spHob1-GFP) was detected in budding yeast cells",
"citekey": "sun2019direct",
"dataset": "akamatsulab",
"findings": [
"FIG 5D"
]
},
{
"id": "akamatsulab-bpzU9tgBb",
"claim": "Nanodissected clathrin lattices in unroofed PTK2 cells relaxed to higher curvature, lower energy configurations",
"citekey": "tagiltsev2021nanodissected",
"dataset": "akamatsulab",
"findings": [
"FIG 4"
]
},
{
"id": "akamatsulab-c4Ecoobt4",
"claim": "Endogenous Swip1 preferentially bound WT-Rab21 and constitutively active Rab21 over the closely related Rab5 GTPase in MDA-MB-231 cells.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 1E",
"FIG 1B"
]
},
{
"id": "akamatsulab-eglh75iLo",
"claim": "Inhibition of CG pathway in CHO cells by LG186 resulted in no increase in fluid uptake as indicated by fluorescent 10kDa Dextran upon relaxation of membrane tension following stretch.",
"citekey": "thottacherry2018mechanochemical",
"dataset": "akamatsulab",
"findings": [
"FIG 3B"
]
},
{
"id": "akamatsulab-uY8-oBWwy",
"claim": "Overexpression of the CRIB domain of N-WASP inhibited dextran and folate receptor but not transferrin internalization in FRaTb cells",
"citekey": "chadda2007cholesterolsensitive",
"dataset": "akamatsulab",
"findings": [
"FIG 3B"
]
},
{
"id": "akamatsulab-Y0BOVsMrA",
"claim": "Fluorescent actin label generally localized to STxB-induced membrane tubules in HeLa cells",
"citekey": "romer2010actin",
"dataset": "akamatsulab",
"findings": [
"FIG 5B"
]
},
{
"id": "akamatsulab-bDbdRTc20",
"claim": "The folate probe FolateRSense showed fluoresecence patterns in internal spots in OVCAR-3 cells",
"citekey": "numasawa2020fluorescent",
"dataset": "akamatsulab",
"findings": [
"SUPP FIG S2"
]
},
{
"id": "akamatsulab-w0rQV7oyI",
"claim": "Deletion of Swip1-EF1 actin-binding region abolished Swip1 ability to facilitate integrin endocytosis.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 6C"
]
},
{
"id": "akamatsulab-Q5F4o4kDA",
"claim": "Hepatic stellate cells grown in a 3D environment showed the same responses to high matrix stiffness as cells grown in 2D culture (TIMP-1 and Caveolin-1 overexpression)",
"citekey": "lachowski2022substrate",
"dataset": "akamatsulab",
"findings": [
"FIG 6A",
"FIG 6B",
"FIG 6C",
"FIG 6D",
"FIG 6E"
]
},
{
"id": "akamatsulab-Vmwk-ddxa",
"claim": "FRaTb-1 cells transfected with dominant negative dnm2-K44A had similar or slightly increased levels of folate receptor antibody internalization",
"citekey": "sabharanjak2002gpianchored",
"dataset": "akamatsulab",
"findings": [
"FIG 5D"
]
},
{
"id": "akamatsulab-92Xr7KIW0",
"claim": "Treatment of SK-MEL2 cells with Jasplakinolide resulted in slower assembly and disassembly rates of dynamin2-GFP at sites of endocytosis",
"citekey": "grassart2014actin",
"dataset": "akamatsulab",
"findings": [
"FIG 5F",
"FIG 5G"
]
},
{
"id": "akamatsulab-L3a7k3HOw",
"claim": "The folate probe FolateRSense showed fluorescence patterns in internal spots and at the periphery of KB cells",
"citekey": "numasawa2020fluorescent",
"dataset": "akamatsulab",
"findings": [
"SUPP FIG S2"
]
},
{
"id": "akamatsulab-5QnBT-MFL",
"claim": "Endogenously RFP-tagged clathrin light chain A recovered from photobleaching with a half life of 2 seconds at sites of endocytosis in SKMEL-2 cells",
"citekey": "avinoam2015endocytic",
"dataset": "akamatsulab",
"findings": [
"FIG 4"
]
},
{
"id": "akamatsulab-c__rWg__T",
"claim": "IRSp53-/- MEFs or LG186-treated WT MEFs showed significant reduction in the number of CLICs per field, but no effect on clathrin or caveolae-derived structures.",
"citekey": "sathe2018small",
"dataset": "akamatsulab",
"findings": [
"FIG 3D"
]
},
{
"id": "akamatsulab-CIyKP3Kxe",
"claim": "Steady-state ATPase rate of human myo1e motor and IQ domain pleateaued at 1.2 \u00b1 0.3/s",
"citekey": "mezgueldi2002kinetic",
"dataset": "akamatsulab",
"findings": [
"FIG 2"
]
},
{
"id": "akamatsulab-oG3x2904t",
"claim": "CLIC/GEEC endosomes internalize GPI-anchored proteins.",
"citekey": "sathe2018small",
"dataset": "akamatsulab",
"findings": [
"FIG 1B",
"FIG 1A"
]
},
{
"id": "akamatsulab-Tz9iPR6Hy",
"claim": "GFP-cofilin associated with actin patches between 3 and 4.2 s after initial association of actin/Abp1p -",
"citekey": "okreglak2007cofilin",
"dataset": "akamatsulab",
"findings": [
"FIG 1A"
]
},
{
"id": "akamatsulab-C8_EKRIsh",
"claim": "GFP-tagged ARPC3/Arc18 at C terminus did not affect __in vitro__ actin nucleation rates",
"citekey": "egile2005mechanism",
"dataset": "akamatsulab",
"findings": [
"FIG 2"
]
},
{
"id": "akamatsulab-Ed-cn4hbd",
"claim": "In Cav-/- MEFs, a dominant negative Dynamin mutant (DynK44A) showed an extensive tubular network of internalizing cholera toxin binding subunit (CTB), but inhibited trafficking of CTB to the Golgi.",
"citekey": "kirkham2005ultrastructural",
"dataset": "akamatsulab",
"findings": [
"SUPP FIG S4B",
"FIG 3A",
"SUPP FIG S4C"
]
},
{
"id": "akamatsulab-RniLbP0dj",
"claim": "Angle between membrane and clathrin pit increased from 0 to 90 (early phase/U-shaped) and 90 to 180(neck construction & scission) -",
"citekey": "avinoam2015endocytic",
"dataset": "akamatsulab",
"findings": [
"FIG 1A"
]
},
{
"id": "akamatsulab-L1nUdRWr2",
"claim": "GST-WAVE1 in presence of IRSp53 and GST-WAVE2 VCA demonstrate high rates of Arp2/3-mediated actin polymerization in vitro.",
"citekey": "miki2000irsp53",
"dataset": "akamatsulab",
"findings": [
"FIG 5C"
]
},
{
"id": "akamatsulab-ht_gHxaFG",
"claim": "The peak number of molecules of twinfilin (Twf1p) per endocytic patch in fission yeast was measured to be 210(+/- 40) by fluorescence microscopy",
"citekey": "sirotkin2010quantitative",
"dataset": "akamatsulab",
"findings": [
"FIG 6F",
"FIG 6D"
]
},
{
"id": "akamatsulab-7VUX5lkA_",
"claim": "Fluorescence microscopy and image analysis of fluorescently tagged clathrin, dynamin, and arp2/3 complex in hiPSCs showed ~30% of CME events completing in the absence of detectable actin assembly",
"citekey": "jin2022branched",
"dataset": "akamatsulab",
"findings": [
"SUPP FIG S4B"
]
},
{
"id": "akamatsulab-ctop9ejQ4",
"claim": "Endocytic proteins Clathrin light chain A-RFP and dynamin2-GFP increased in lifetimes as a function of concentration of Arp2/3 complex inhibitor CK666 in SK-MEL-2 cells",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 6C"
]
},
{
"id": "akamatsulab-HAM7DEdlD",
"claim": "The GRAF1 inhibitor LG186 showed significantly reduced fluid phase uptake in WT MEFs that was comparable to the fluid phase uptake in IRSp53-/- MEFS.",
"citekey": "sathe2018small",
"dataset": "akamatsulab",
"findings": [
"FIG 3C"
]
},
{
"id": "akamatsulab-yspWhgcnu",
"claim": "Association rate constant of cofilin to actin by presteady state kinetics was 0.008/uM/s",
"citekey": "cao2006energetics",
"dataset": "akamatsulab",
"findings": [
"FIG 3",
"TAB 2"
]
},
{
"id": "akamatsulab-gFbw239AO",
"claim": "Mouse embryonic fibroblasts (MEFs) from IRSp53-/- mice showed a significantly reduced fluid phase uptake as compared to WT-addback MEFs without affecting transferrin receptor internalization .",
"citekey": "sathe2018small",
"dataset": "akamatsulab",
"findings": [
"FIG 3B"
]
},
{
"id": "akamatsulab-rS-hEJjYE",
"claim": "Purified Arp2/3 complex activation by GST-WAVE2 and GST-WAVE2 VCA was stimulated in the presence of purified IRSp53 using pyrene-labelled and free monomeric actin in an actin polymerization kinetics study.",
"citekey": "miki2000irsp53",
"dataset": "akamatsulab",
"findings": [
"FIG 5A",
"FIG 5B"
]
},
{
"id": "akamatsulab-ZWw9A8p4C",
"claim": "Between hPSC colonies plated on glass/polystyrene and on softer VTN-funtionalized hydrogels, no significant change in hPSC colony organizeation and no or modest change in FA number was observed.",
"citekey": "narva2017strong",
"dataset": "akamatsulab",
"findings": [
"SUPP FIG S2D",
"FIG 2",
"SUPP FIG S2"
]
},
{
"id": "akamatsulab-ee1ItmKqR",
"claim": "The minimum number of yeast cofilin molecules required for severing is 23 +/- 11 molecules.",
"citekey": "gressin2015architecture",
"dataset": "akamatsulab",
"findings": [
"FIG 7",
"FIG 3"
]
},
{
"id": "akamatsulab-9CPBwF3cc",
"claim": "The persistence length of non-stabilized actin in physiological ionic conditions was found to be $$9 \\pm 0.5 \\mu m$$",
"citekey": "isambert1995flexibility",
"dataset": "akamatsulab",
"findings": [
"FIG 2"
]
},
{
"id": "akamatsulab-nDfNWJdL-",
"claim": "Co-sedimentation assay of purified Swip1/EFhd2 and actin showed actin binds to EFhd2 in vitro.",
"citekey": "park2016structural",
"dataset": "akamatsulab",
"findings": [
"FIG 5A",
"FIG 5B"
]
},
{
"id": "BIOL403-ZsSZ8qIYT",
"claim": "Mean AP-2 fluorescence lifetime increased for VSV particles compared to DI-T particles and for other pits.",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 3B",
"FIG 3C"
]
},
{
"id": "BIOL403-2oMaUVZb3",
"claim": "Camostat, a TMPRSS2 inhibitor, had a significantly greater % inhibition for Delta pseudotyped virus (PV) than for Omicron PV when infecting A549 cells overexpressing ACE2 and TMPRSS2.",
"citekey": "meng2022altered",
"dataset": "BIOL403",
"findings": [
"FIG 3F"
]
},
{
"id": "BIOL403-65HQLSARh",
"claim": "Both the mean LCa and Clathrin fluorescence lifetime increased for VSV particles compared to pit and DI-T.",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 3D",
"FIG 3E"
]
},
{
"id": "BIOL403-kibez2rYZ",
"claim": "Inhibiting polymerization of actin with latB reduced the internalization efficiency of VSV but not DI-T.",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 6C"
]
},
{
"id": "BIOL403-LfApmzbHq",
"claim": "AP-2 fluorescence intensity increased after DI-T attachment to the BSC1 cell as the clathrin-coated pit assembled",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 2B"
]
},
{
"id": "BIOL403-2HHW-wfqd",
"claim": "Electron microscopy showed that with increasing exposure to heat (37C), the number of HCoV-229E viruses localized with or near the orifices (neck) of caveolae increased, where \"cross-bridge structures of high electron density were frequently observed between virus particles and the plasma membrane.\"",
"citekey": "nomura2004human",
"dataset": "BIOL403",
"findings": [
"FIG 4A",
"FIG 4B"
]
},
{
"id": "BIOL403-yLpL38PuF",
"claim": "The geometries and clathrin coverage of endocytic carries for internalization of DI-T and VSV particles were different when visualized using electron microscopy",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 3A",
"FIG 3B"
]
},
{
"id": "BIOL403-qrc8wp2qc",
"claim": "DI-T particles did not alter the process of clathrin-coated vesicle formation.",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 3A",
"FIG 3B",
"FIG 3C",
"FIG 3D"
]
},
{
"id": "BIOL403-on60mfeqE",
"claim": "\"Binding of HCoV-229E and incubation at 37\u00b0C caused clustering of CD13 and its colocalization with caveolin-1.\"",
"citekey": "nomura2004human",
"dataset": "BIOL403",
"findings": [
"FIG 3"
]
},
{
"id": "BIOL403-W6_BwdDw8",
"claim": "AP-2 fluorescence in VSV particles is 2x higher and ~2x longer-lived than that of DI-T particles, which are comparable to non-viral endocytic pits; after AP-2 fluorescence peaks at 45s for VSV particles, it drops to 0 a.u. by 60s.",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 3B"
]
},
{
"id": "BIOL403-LgTH0yTQO",
"claim": "Pre-treatment of cells with the clathrin inhibitor Pitstop or Dynamin inhibitor MiTMAB reduced the number of internalized HCoV-NL63 particles in LLC-Mk2 cells",
"citekey": "milewska2018entry",
"dataset": "BIOL403",
"findings": [
"FIG 6A",
"FIG 6B",
"FIG 6C",
"FIG 6D"
]
},
{
"id": "BIOL403-NwFQlJbzD",
"claim": "A strong inhibition of virus internalization in HAE cultures preincubated with clathrin or dynamin inhibitors (Pitstop and MitMAB) compared to DMSO-treated control cells was observed, using confocal microscopy.",
"citekey": "milewska2018entry",
"dataset": "BIOL403",
"findings": [
"FIG 7"
]
},
{
"id": "BIOL403-UAYD3rA57",
"claim": "DI-T particles internalized in BSC1 cells through canonical, circular clathrin coated pits, while VSV particles internalized into Vero cells in non-canonical, oblong pits as shown by electron microscopy",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 4A",
"FIG 4B"
]
},
{
"id": "BIOL403-oH_7_-Ju7",
"claim": "Compared to the control with DMSO, there was significant inhibition of HCoV-NL63 infection in LLC-Mk2 cells",
"citekey": "milewska2018entry",
"dataset": "BIOL403",
"findings": [
"FIG 1A",
"FIG 1B",
"FIG 1C",
"FIG 1D"
]
},
{
"id": "BIOL403-fZjAAn6XP",
"claim": "Electron microscopy showed a complete clathrin coat around DI-T particles, whereas VSV endocytic carriers seemed to be incompletely coated with clathrin.",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 4A"
]
},
{
"id": "BIOL403-fsXgzlA-a",
"claim": "Treatment with pitstop or MiTMAB reduced the number of infected LLC-Mk2 cells following incubation with the HCoV-NL63 virus.",
"citekey": "milewska2018entry",
"dataset": "BIOL403",
"findings": [
"FIG 9"
]
},
{
"id": "BIOL403-uns4_1odd",
"claim": "During coated pit formation of DI-T, there was minimal cortactin recruitment (fluorescence), which peaked before full clathrin assembly",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 5A",
"FIG 5B"
]
},
{
"id": "BIOL403-DRplh7Vza",
"claim": "Cortactin intensity spiked at late timepoints during VSV internalization.",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 5C"
]
},
{
"id": "BIOL403-bPmO00UbS",
"claim": "Di-T and VSV spots colocalized with AP-2 and LCa over similar periods of time",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 3B",
"FIG 3C",
"FIG 3D",
"FIG 3E"
]
},
{
"id": "BIOL403-vKrivrfAQ",
"claim": "inhibition of actin polymerization drastically increases the the time of VSV internalization but not DI-T, as seen with increased time of AP-2 fluorescence.",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 6B",
"FIG 6D"
]
},
{
"id": "BIOL403-QK-IPLtB0",
"claim": "When human fibroblasts were treated with anti-CD13 antibody and anti-caveolin-1 antibody for 60 minutes at 37C, an increase in fluorescence of CD13 and colocalization of caveolin-1 was observed.",
"citekey": "nomura2004human",
"dataset": "BIOL403",
"findings": [
"FIG 2"
]
},
{
"id": "BIOL403-o-DGibStS",
"claim": "LLC-MK2 cells showed no significant differences in replication of HCoV-NL63 under a controlled environment versus a camostat environment",
"citekey": "milewska2018entry",
"dataset": "BIOL403",
"findings": [
"FIG 11A",
"FIG 11B"
]
},
{
"id": "BIOL403-1bD48wYTX",
"claim": "The creation of clathrin-coated pits in BSC1 cells showed minimal cortactin recruitment based on time lapse fluorescence assays",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 5A",
"FIG 5B"
]
},
{
"id": "BIOL403-8jYihJXs1",
"claim": "Cortactin intesity spikes during VSV internalization",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 5B",
"FIG 5C",
"FIG 5D"
]
},
{
"id": "BIOL403-C0vEc-VbK",
"claim": "Depletion of TMPRSS2 afftected the entry of WT and Delta PV to a greater extent than that of the Omicron PV, in a manner dependent on ACE2 expression levels.",
"citekey": "meng2022altered",
"dataset": "BIOL403",
"findings": [
"FIG 3C",
"FIG 3D"
]
},
{
"id": "BIOL403-JEZVJFX83",
"claim": "E64d, a cathepsin inhibitor, had a significantly greater % inhibition for Omicron pseudotyped virus (PV) than for Delta PV.",
"citekey": "meng2022altered",
"dataset": "BIOL403",
"findings": [
"FIG 3F"
]
},
{
"id": "BIOL403-kPjXx4aUP",
"claim": "VSV and DI-T particles are different lengths",
"citekey": "cureton2010length",
"dataset": "BIOL403",
"findings": [
"FIG 1C"
]
},
{
"id": "BIOL403-8-zvLzqhz",
"claim": "There was a decrease in internalized viral particles when treated with classical clathrin-mediated endocytosis inhibitors Pitstop 2 and MiTMAB.",
"citekey": "milewska2018entry",
"dataset": "BIOL403",
"findings": [
"FIG 6A",
"FIG 6B",
"FIG 6C",
"FIG 6D"
]
},
{
"id": "BIOL403-jUOkXBg6J",
"claim": "Using A549-ACE2/TMPRSS2 cells a noticeable, but not statistically significant, difference between live viral forms of omicron and delta, when treated with either TPRSS2 or cathepsin inhibitors",
"citekey": "meng2022altered",
"dataset": "BIOL403",
"findings": [
"FIG 3G"
]
},
{
"id": "dg-social-media-polarization-NAv6HKLye",
"claim": "Respondents were not very polarized in function of their party alignment in the US, with fewer than one in five scoring high on the polarization scale.",
"citekey": "johnsonBlindedSpitePath2017",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 2"
]
},
{
"id": "dg-social-media-polarization--eEnETf9u",
"claim": "Heavy Facebook users were more likely to consume information from untrustworthy websites, which was often immediately preceded by a visit to Facebook.",
"citekey": "guessExposureUntrustworthyWebsites2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 4"
]
},
{
"id": "dg-social-media-polarization-dOZ6zAzVl",
"claim": "SEM modeling of social media use showed an indirect yet positive effect on polarization for moderate liberals via increased polarization",
"citekey": "leeDoesSocialMedia2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 2"
]
},
{
"id": "dg-social-media-polarization-wg-tL_YH6",
"claim": "According to a conditional latent growth curve model (LGM), American adults' online political expression increased support for their candidate.",
"citekey": "choInfluencingMyselfSelfReinforcement2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 2"
]
},
{
"id": "dg-social-media-polarization-PKXjaKH1E",
"claim": "Strong pro-refugee sentiment amongst Germans was associated with ~2x higher rates of higher education compared to strong anti-refugee sentiment",
"citekey": "arltBiasWantedExamining2018",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 4"
]
},
{
"id": "dg-social-media-polarization-RV0XA6D3B",
"claim": "The majority of Germans fall between extreme positions regarding refugees, with only a small minority expressing extreme pro-refugee or anti-refugee attitudes",
"citekey": "arltBiasWantedExamining2018",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 3"
]
},
{
"id": "dg-social-media-polarization-LP0AEgKvL",
"claim": "Polarized users in likewise polarized neighborhoods distributed their likes across their community pages in a similar way, both in science and conspiracy communities.",
"citekey": "brugnoliRecursivePatternsOnline2019",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 8"
]
},
{
"id": "dg-social-media-polarization-1OX4Ja3Bs",
"claim": "The interaction between dual national identity, identifying as both Hong Kongese and Chinese, and political use of social media was negatively associated with attitudinal polarization on position issues.",
"citekey": "kobayashiDepolarizationSocialMedia2020",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 1"
]
},
{
"id": "dg-social-media-polarization-GJX02PUU3",
"claim": "Self-reporting a dual nationality identity, identifying as both Hong Kongese and Chinese, was negatively associated with attitudinal polarization on valence issues in Hong Kong.",
"citekey": "kobayashiDepolarizationSocialMedia2020",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 1"
]
},
{
"id": "dg-social-media-polarization-rwVKYrlHN",
"claim": "Substantial selective exposure was heavily concentrated among a subset of Americans with conservative information diets.",
"citekey": "guessExposureUntrustworthyWebsites2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1",
"TAB 1"
]
},
{
"id": "dg-social-media-polarization-BGpeJrpUb",
"claim": "According to a repeated-measures ANOVA, and latent growth curve modeling (LGM, unconditional model), individuals' candidate preferences grew more stable as Election Day approached.",
"citekey": "choInfluencingMyselfSelfReinforcement2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 2"
]
},
{
"id": "dg-social-media-polarization-w5xrqKLI_",
"claim": "According to analyses of Facebook data, people's egonets misrepresented how many friends other people have.",
"citekey": "feldEgonetsSystematicallyBiased2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 4"
]
},
{
"id": "dg-social-media-polarization-SVzr-eboO",
"claim": "Authors on the liberal sites were much more favorable toward left-leaning people and groups than authors on the conservative sites. In addition, those on the left- and right-leaning sites were more extreme than those at the moderate blog on this variable",
"citekey": "suhayForgingBondsBurning2015",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 1"
]
},
{
"id": "dg-social-media-polarization-CfQF8Cm-z",
"claim": "Fifty-five percent of issue-related conversations involved interactions between users from both sides of union debate.",
"citekey": "balcellsCrossingLinesTwitter2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-NwBCcwVBq",
"claim": "Extreme users strongly prioritized cognitive congruence in news sharing, in both pro- and anti-Bolsonaro communities. Ideological congruence become less important towards the network center.",
"citekey": "arugueteNewsSharingGatekeeping2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 7"
]
},
{
"id": "dg-social-media-polarization-TMN0eQB8C",
"claim": "For respondents in Hong Kong with a single identity, either only Hong Kongese or only Chinese, model estimates of affective polarization increased from 30\u00b0 to 40\u00b0 with frequent social media use, while for those with a dual identity, both Hong Kongese and Chinese, it decreased from 30\u00b0 to 12\u00b0 with frequent social media use.",
"citekey": "kobayashiDepolarizationSocialMedia2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1"
]
},
{
"id": "dg-social-media-polarization-NTikknFZ7",
"claim": "Both Republican and Democrat users reported change in self-reported political ideology towards their own ideological extreme when exposed to opposing views on Twitter, yet only Republicans' effects were statistically significant",
"citekey": "bailExposureOpposingViews2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-gyOhM4gnR",
"claim": "Confidence in the president and Congress was positively associated with levels of selective exposure to social media in the US.",
"citekey": "johnsonBlindedSpitePath2017",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-G6Dt9EUlZ",
"claim": "AccoA Random Forest algorithm was able to predict the polarization of Twitter users with high accuracy and recall.",
"citekey": "marozzoAnalyzingPolarizationSocial2017",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 7"
]
},
{
"id": "dg-social-media-polarization-i61FjD7N_",
"claim": "Deactivating facebook reduced various measures of political polarization, particularly exposure to news that improve understanding of their own political party (vs. other party), and issue polarization, but not affective polarization.",
"citekey": "allcottWelfareEffectsSocial2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-r-1ymhoVX",
"claim": "Enthusiasm among US respondents toward the out-party presidential candidate was positively associated with disagreement expression on social media.",
"citekey": "choiEnthusiasmOtherSide2021",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 3"
]
},
{
"id": "dg-social-media-polarization-VlBq9h_85",
"claim": "According to SEM modeling, social media use was negatively associated with a shift towards conservatism for political neutrals, and positively associated with a shift towards liberalism",
"citekey": "leeDoesSocialMedia2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1"
]
},
{
"id": "dg-social-media-polarization-FnfG3r2bC",
"claim": "Facebook users who reported higher differences between feeling-thermometer measures for their own party vs. the other party registered more Facebook use which lead to over-time depolarization",
"citekey": "beamFacebookNewsPolarization2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1"
]
},
{
"id": "dg-social-media-polarization-ttY5ZRIo8",
"claim": "The fragmentation of the audiences of Russian media outlets on the Vkontakte platform occurred mainly along political lines",
"citekey": "urmanNewsConsumptionRussian2019",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-GMnFJ3he4",
"claim": "SEM modeling showed that, for moderate conservatives, there was no direct or indirect effect of social media use for adopting extreme conservatism",
"citekey": "leeDoesSocialMedia2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-Wtxp_oJDN",
"claim": "Most of the users who retweeted rumor rebuttal tweets displayed the agree attitude. However, the users who commented on rumor rebuttal tweets had more diversified attitudes under various topics, with the majority of individuals holding query or unknown attitudes",
"citekey": "wangEchoChamberEffect2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3",
"TAB 2"
]
},
{
"id": "dg-social-media-polarization-Zo4cVaD34",
"claim": "Longer lifetime and higher levels of activity of Facebook users corresponded with a lesser number of Facebook pages being consumed.",
"citekey": "schmidtPolarizationVaccinationDebate2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-sV9j_ssrE",
"claim": "All of the derogatory words used to talk about Remoaners on Twitter contain negative tribal associations.",
"citekey": "northBattleBritainAnalyzing2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1B"
]
},
{
"id": "dg-social-media-polarization-AQy-nbEwf",
"claim": "27 out of 38 events of the Brexit timelines were associated with unusual spikes in the volume of tribal keywords outside of the normal range.",
"citekey": "northBattleBritainAnalyzing2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 2"
]
},
{
"id": "dg-social-media-polarization-85I3FMzkf",
"claim": "Smaller Japanese media outlets Twitter accounts had ideologically distinctive followers and were mainly isolated in the network.",
"citekey": "kobayashiNewsAudienceFragmentation2019",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-TEas5VTq3",
"claim": "More reputable outlets had greater incentives to adjust editorial lines. Less reputable outlets were already sending messages congruent to their preferred user.",
"citekey": "arugueteNewsSharingGatekeeping2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 9"
]
},
{
"id": "dg-social-media-polarization-YnZuD0iG2",
"claim": "Republican users exposed to opposing views on Twitter had an increase in conservatism between 0.11 and 0.59 standard deviations",
"citekey": "bailExposureOpposingViews2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-5xJkG_dQv",
"claim": "The majority of Facebook users were active either in the pro-vaccines or anti-vaccines community, not both.",
"citekey": "schmidtPolarizationVaccinationDebate2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 2"
]
},
{
"id": "dg-social-media-polarization-1JvBH0nCz",
"claim": "Only at the first wave of data, Facebook users who reported higher differences between feeling-thermometer measures for their own party vs. the other party were more likely to view news on Facebook",
"citekey": "beamFacebookNewsPolarization2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1"
]
},
{
"id": "dg-social-media-polarization-DL7lKY_N6",
"claim": "Exposure to counter-attitudinal content on Facebook modestly decreased the affective polarization index compared to the pro-attitudinal treatment",
"citekey": "levySocialMediaNews2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 9"
]
},
{
"id": "dg-social-media-polarization-sffZqWHW4",
"claim": "Dual identifying Hong Kong residents were 14.8% more likely to have a weak partisan selectivity than single identifiers.",
"citekey": "kobayashiDepolarizationSocialMedia2020",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 1"
]
},
{
"id": "dg-social-media-polarization-PjQJXsOzF",
"claim": "Anger and anxiety among US respondents toward the out-party presidential candidate wass not associated with disagreement expression on social media.",
"citekey": "choiEnthusiasmOtherSide2021",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 3"
]
},
{
"id": "dg-social-media-polarization-tQy4sEF_R",
"claim": "Perceived polarization increased as a function of time spent reading a tweet, but only for Republican users",
"citekey": "banksPolarizedFeedsThreeExperiments2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 6",
"TAB 2"
]
},
{
"id": "dg-social-media-polarization-2L5_w1IYK",
"claim": "Deactivating Facebook boosted participants' perception of its role in improving news consumption and increased agreement on the potential impact of deactivating one's account.",
"citekey": "allcottWelfareEffectsSocial2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 8"
]
},
{
"id": "dg-social-media-polarization-aJngFbteo",
"claim": "deactivating Facebook resulted in improvements on measurements of subjective well-being",
"citekey": "allcottWelfareEffectsSocial2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 5"
]
},
{
"id": "dg-social-media-polarization-5OWXeEZWn",
"claim": "Selective exposure and selective avoidance predict polarization, but they are weaker indicators than strength of party ties.",
"citekey": "johnsonBlindedSpitePath2017",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-eIcyC6cqo",
"claim": "The level of encountered disagreement on social medi predicted the likelihood of expressing disagreement for US respondents, even when accounted for the initial level of expressed disagreement.",
"citekey": "choiEnthusiasmOtherSide2021",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 3"
]
},
{
"id": "dg-social-media-polarization-qyujJigSk",
"claim": "The retweeting and commenting user networks of rumor rebuttal under different topics showed highly modular structures; however, the large clusters in retweeting user networks showed high homophily, while the large clusters in commenting user networks had mixed attitudes",
"citekey": "wangEchoChamberEffect2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 4"
]
},
{
"id": "dg-social-media-polarization-PSA7511kK",
"claim": "According the a polarization index, Italian news sites are strongly polarizated on the issue of the Italian constitutional referendum.",
"citekey": "marozzoAnalyzingPolarizationSocial2017",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 8"
]
},
{
"id": "dg-social-media-polarization-7joN8S4Cb",
"claim": "Pro-attitudinal news uses were not found to mediate the relationship between Facebook use at wave 1 and higher differences between feeling-thermometer measures for users' own party vs. the other party at wave 3",
"citekey": "beamFacebookNewsPolarization2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 2"
]
},
{
"id": "dg-social-media-polarization-DH7kbqJd1",
"claim": "According to regression analysis, heterogeneous conversations were longer when they involved users who are placed on the more moderate and central positions of the debate, and were probably more disposed to hear the other side.",
"citekey": "balcellsCrossingLinesTwitter2020",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 4"
]
},
{
"id": "dg-social-media-polarization-V9kqzF5Vc",
"claim": "The variance of response about EU issues between those who got most of the news from social networks or other types of media was very small for participants who had positive predispositions toward the EU.",
"citekey": "nguyenTestingPopularNews2019",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 3"
]
},
{
"id": "dg-social-media-polarization-4pRj56pL2",
"claim": "Regression analyses of American adults showed that the relationship between political party and political opinions increased as people expressed themselves politically.",
"citekey": "choInfluencingMyselfSelfReinforcement2018",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 1"
]
},
{
"id": "dg-social-media-polarization-fjmFnfZxi",
"claim": "Germans across the ideological spectrum perceived the media to have biases favoring their opposing ideological group on the topic of refugees",
"citekey": "arltBiasWantedExamining2018",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 4"
]
},
{
"id": "dg-social-media-polarization-l-GuCGg0p",
"claim": "According to regression analysis, heterogeneity increased the level of depth of conversations.",
"citekey": "balcellsCrossingLinesTwitter2020",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 4",
"FIG 4"
]
},
{
"id": "dg-social-media-polarization-KwHHkPC99",
"claim": "SEM modeling showed that, among neutrals, social media use was positively associated with political engagement, which was also positively associated with political polarization toward liberalism.",
"citekey": "leeDoesSocialMedia2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1"
]
},
{
"id": "dg-social-media-polarization-tad5MxAmU",
"claim": "According to a survey, educated Ethiopians believed that social media helps and hurts democracy in Ethiopia.",
"citekey": "worknehSocialMediaProtest2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 5"
]
},
{
"id": "dg-social-media-polarization-F6qxFkTUx",
"claim": "Facebook news use at wave 1 resulted in depolarization at wave 3 via exposure to counter-attitudinal news",
"citekey": "beamFacebookNewsPolarization2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 2"
]
},
{
"id": "dg-social-media-polarization-00d1hdyKn",
"claim": "According to regression analyses, individuals on WhatsApp and Twitter became more embedded in homophilic interaction networks than Facebook users.",
"citekey": "yarchiPoliticalPolarizationDigital2020",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 2"
]
},
{
"id": "dg-social-media-polarization-CYdetKaa4",
"claim": "Deactivating Facebook resulted in significant declines in both self-reported news attention and objectively measured news knowledge.",
"citekey": "allcottWelfareEffectsSocial2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-EEv4t_Zmw",
"claim": "Engaging in polarizing content increased the probability to have friends with similar characteristics.",
"citekey": "brugnoliRecursivePatternsOnline2019",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 5"
]
},
{
"id": "dg-social-media-polarization-D6WhqzXF4",
"claim": "The out-party feed increased affective polarization compared to the control group, but the difference was not statistically significant",
"citekey": "shmargadSortingNewsHow2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 8"
]
},
{
"id": "dg-social-media-polarization-fjnZM77gZ",
"claim": "The in-party feed slightly decreased affective polarization compared to the control group, but this difference was not statistically significant",
"citekey": "shmargadSortingNewsHow2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 8"
]
},
{
"id": "dg-social-media-polarization-J8B-ui82c",
"claim": "Most Japanese media accounts were followed on Twitter by both liberal and conservative users, and the followers of major media accounts overlapped to a significant extent.",
"citekey": "kobayashiNewsAudienceFragmentation2019",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3"
]
},
{
"id": "dg-social-media-polarization-Oij-q4JsF",
"claim": "Republicans were more likely than Democrats to share extreme *pro*-Republican news sources and less likely to share extreme *pro*-Democratic news sources, and vice versa.",
"citekey": "osmundsenPartisanPolarizationPrimary2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 4"
]
},
{
"id": "dg-social-media-polarization-Q2jgcTrzF",
"claim": "The effect of being offered subscriptions to news outlets from the opposite ideological position on a political opinions index was small and not statistically significant.",
"citekey": "levySocialMediaNews2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 9"
]
},
{
"id": "dg-social-media-polarization-FhiobBveu",
"claim": "SEM modeling showed that social media use by liberals was positively associated with political engagement, and in turn, was positively associated with political polarization toward strong liberalism",
"citekey": "leeDoesSocialMedia2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 2"
]
},
{
"id": "dg-social-media-polarization-rW9j9BLFE",
"claim": "Estimating the conditional effects of the data for American adults showed that party identification predicted political opinions at any value of political expression, but the relationship was stronger when political expression was high.",
"citekey": "choInfluencingMyselfSelfReinforcement2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1"
]
},
{
"id": "dg-social-media-polarization-Dnlq8A7OQ",
"claim": "The cognitive reflection test was weakly associated with sharing real news sources.",
"citekey": "osmundsenPartisanPolarizationPrimary2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 2"
]
},
{
"id": "dg-social-media-polarization-pz9Ofmmt_",
"claim": "The majority (80-90%)of networks of tweets about the Italian referendum shared links had the same model-estimated stance towards the referendum as the users who shared them. Retweet and quote networks had almost 100% of within-stance.",
"citekey": "laiStancePolarityPolitical2019",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 10"
]
},
{
"id": "dg-social-media-polarization-OzPq5b9Bu",
"claim": "Derogatory Brextremist discourse on Twitter included many terms that suggested lack of sanity (e.g., nutters, loonies) and references to fear and hatred of foreigners and destruction of Britain.",
"citekey": "northBattleBritainAnalyzing2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1D"
]
},
{
"id": "dg-social-media-polarization-rw_F8t-BK",
"claim": "The variance of response about EU issues between those who got most of the news from social networks or other types of media was very small for participants who had negative predispositions toward the EU.",
"citekey": "nguyenTestingPopularNews2019",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 2"
]
},
{
"id": "dg-social-media-polarization-wF7z2zjF7",
"claim": "Party identification predicts political opinions at any value of political expression but the relationship is stronger when political expression is high.",
"citekey": "choInfluencingMyselfSelfReinforcement2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1"
]
},
{
"id": "dg-social-media-polarization-tsKBuSu4g",
"claim": "US respondents who self-reported selectively using social networking sites with political content that aligned with their own views were more likely to have a stronger difference in favorability ratings between Republican vs. Democratic parties.",
"citekey": "johnsonBlindedSpitePath2017",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 2"
]
},
{
"id": "dg-social-media-polarization-URbbXnWk0",
"claim": "According to regression analysis, social network heterogeneity positively influenced ethnic, ideological, and party polarization.",
"citekey": "kibetSociallyNetworkedHeterogeneity2019",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 3"
]
},
{
"id": "dg-social-media-polarization-b1nT-0nmZ",
"claim": "As shown by comparing percentages between Facebook, Twitter, and WhatsApp users, homophily was higher on Twitter and WhatsApp than Facebook.",
"citekey": "yarchiPoliticalPolarizationDigital2020",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 1"
]
},
{
"id": "dg-social-media-polarization-fZx8-Rfca",
"claim": "US survey respondents self-reported greater ideological distance between Donald Trump and Hillary Clinton after seeing negative campaign tweets from either candidate, compared to seeing no tweets",
"citekey": "banksPolarizedFeedsThreeExperiments2021",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 3",
"TAB 1"
]
},
{
"id": "dg-social-media-polarization-xkB9Y4f6Z",
"claim": "Users polarized towards a narrative tended to consume nearly exclusively content adhering to their system of beliefs.",
"citekey": "brugnoliRecursivePatternsOnline2019",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 4"
]
},
{
"id": "dg-social-media-polarization-nHQRpPGyv",
"claim": "Multiple mediation analyses showed that posting news in WhatsApp groups was associated with exposure to diverse perspectives.",
"citekey": "kibetSociallyNetworkedHeterogeneity2019",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 2"
]
},
{
"id": "dg-social-media-polarization-F0emNfngi",
"claim": "There were no striking divisions between users exposing different stances in the reply-to Twitter network of the Italian referendum.",
"citekey": "laiStancePolarityPolitical2019",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 9"
]
},
{
"id": "dg-social-media-polarization-LSw8SXuEz",
"claim": "According to Poisson regression, women were underrepresented among top Instagram degrees, indicative of a glass ceiling effect (p.3).",
"citekey": "stoicaAlgorithmicGlassCeiling2018",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-zwlHilzun",
"claim": "Students provided expert instruction(A teacher with a P.H.D in physics) performed as well as groups given the same instruction by a different teacher and provided analogical instruction",
"citekey": "jacobsonSchemaAbstractionProductive2020",
"dataset": "megacoglab",
"findings": [
"TAB 8"
]
},
{
"id": "megacoglab-xMEXh8Glg",
"claim": "papers with high median conventionality and high tail atypical combinations of journals they cited were 2x more likely than average to be in top 5 percent of citation distribution",
"citekey": "uzziAtypicalCombinationsScientific2013",
"dataset": "megacoglab",
"findings": [
"FIG 2"
]
},
{
"id": "megacoglab-LJtUs-1OU",
"claim": "statistically significant but small differences in bibliometric measures of consensus across papers in physical, hard and soft biological, and social sciences",
"citekey": "fanelliBibliometricEvidenceHierarchy2013",
"dataset": "megacoglab",
"findings": [
"FIG 4",
"TAB 2"
]
},
{
"id": "megacoglab-3jTc6a_9h",
"claim": "natural experiment with inventors affected by the 1985 Michigan Antitrust Reform Act showed that patents filed by inventors who was new to the patent's field tended to receive fewer forward citations, but less so when they collaborated with an expert in the new field",
"citekey": "artsParadiseNoveltyLoss2018a",
"dataset": "megacoglab",
"findings": [
"TAB 7"
]
},
{
"id": "megacoglab-g8wge1Vez",
"claim": "Final advertisements from designers who prototyped designs in parallel performed better on advertising analytics compared to ads from designers who prototype designs serially",
"citekey": "dowParallelPrototypingLeads2010",
"dataset": "megacoglab",
"findings": [
"FIG 7",
"TAB 1"
]
},
{
"id": "megacoglab-uwJCgdA2o",
"claim": "undergraduates used more complex integration approaches (vs. property transfer and hybridization approaches) when generating definitions for noun phrases from dissimilar vs. similar noun pairs",
"citekey": "wilkenfeldSimilarityEmergenceConceptual2001",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-AZ-LvsLz_",
"claim": "students scored higher on biology post-test learning quizzes when given instruction with complex instructional analogies compared to no analogies",
"citekey": "bakerComplexInstructionalAnalogies2001",
"dataset": "megacoglab",
"findings": [
"TAB 1",
"TAB 2"
]
},
{
"id": "megacoglab-BV-n51_DU",
"claim": "There was an average of 33% improvement in forecasting accuracy (3 out of 4 debate questions answered more accurately.)",
"citekey": "irwinForecastingArgumentationFrameworks2022",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-inEj6W9YH",
"claim": "engineering students used more between-domain keywords used to search for patents in interactive visualization with VISION (functional component representations of patents compared to a standard Google Patents interface)",
"citekey": "songDesignbyAnalogyEffectsExplorationBased2022",
"dataset": "megacoglab",
"findings": [
"FIG 12"
]
},
{
"id": "megacoglab-TAgkEfWtq",
"claim": "Students given analogical instruction with two models performed better on far domain problems than students provided only a single model to study",
"citekey": "jacobsonSchemaAbstractionProductive2020",
"dataset": "megacoglab",
"findings": [
"TAB 7",
"FIG 3"
]
},
{
"id": "megacoglab-TkvbwvSxI",
"claim": "users were more likely to select clusters when an ACT-IF model's prediction of cluster profitability was equal to the expected rate of information gain",
"citekey": "pirolliInformationForaging1999",
"dataset": "megacoglab",
"findings": [
"FIG 18"
]
},
{
"id": "megacoglab-rjVivNG51",
"claim": "a substantial number of IDEO-designed products incorporated technological solutions from other industries",
"citekey": "hargadonTechnologyBrokeringInnovation1997",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-6ddZeIyjB",
"claim": "Subjective ratings of information scent model derived from the task environment with ACT-IF tightly correlated with users' judgments of information relevance on a Scatter-Gather task",
"citekey": "pirolliInformationForaging1999",
"dataset": "megacoglab",
"findings": [
"FIG 16"
]
},
{
"id": "megacoglab-e5Os8ZONI",
"claim": "natural experiment with inventors affected by the 1985 Michigan Antitrust Reform Act showed that patents filed by inventors who were new to the patent's field tended to be more novel",
"citekey": "artsParadiseNoveltyLoss2018a",
"dataset": "megacoglab",
"findings": [
"TAB 7"
]
},
{
"id": "megacoglab-r9OyxsAJe",
"claim": "patenting teams with a greater number of prior patenting fields were more likely to generate patents that were technological outliers",
"citekey": "kneelandExploringUnchartedTerritory2020",
"dataset": "megacoglab",
"findings": [
"TAB 6"
]
},
{
"id": "megacoglab-RTVDpn3Mv",
"claim": "A patent's odds of being an outlier increases by 1.20 times for each doubling of other patents cited",
"citekey": "kneelandExploringUnchartedTerritory2020",
"dataset": "megacoglab",
"findings": [
"TAB 6"
]
},
{
"id": "megacoglab-tYJs3SOGO",
"claim": "inventors' prior experience with knowledge in focal and citing US patents subclasses intensified the U-shaped relationship between technological complexity and exaptation",
"citekey": "mastrogiorgioInnovationExaptationIts2016",
"dataset": "megacoglab",
"findings": [
"TAB 4"
]
},
{
"id": "megacoglab-QgrzIjqGl",
"claim": "amongst 9 major medical question-answering systems, none addressed conflicting evidence or communicate uncertainty to clinicians",
"citekey": "kellWhatWouldIt2021",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-nSzMQuhLB",
"claim": "case-based reasoning system loaded with diverse cases increased overall novelty of ad campaign ideas, but only for people with lower creative ability",
"citekey": "althuizenSupportingCreativeProblem2014",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-nFbTK1YKO",
"claim": "Experts generated more analogies per minute than novices",
"citekey": "ballSpontaneousAnalogisingEngineering2004",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-LB6bYkRJj",
"claim": "higher levels of interdisciplinary associated with higher visibility",
"citekey": "leaheyProminentLessProductive2017",
"dataset": "megacoglab",
"findings": [
"TAB 3"
]
},
{
"id": "megacoglab-FLl3xFSpU",
"claim": "similar secondary attack rate for household contacts 18yo or less (compared to other age groups) in Midwestern US",
"citekey": "yousafProspectiveCohortStudy2020",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-3rIy1jtKe",
"claim": "teams were more likely than single or pair-authored papers to cite atypical combinations of journals",
"citekey": "uzziAtypicalCombinationsScientific2013",
"dataset": "megacoglab",
"findings": [
"FIG 3A"
]
},
{
"id": "megacoglab-inz0nxyak",
"claim": "undergrad 1980s textbooks in physics and chemistry cited far fewer texts compare to sociology textbooks",
"citekey": "coleHierarchySciences1983",
"dataset": "megacoglab",
"findings": [
"TAB 10"
]
},
{
"id": "megacoglab-_FWs0NXx5",
"claim": "Experts employed more schema-driven analogizing than case-driven analogizing; novices showed the reverse pattern",
"citekey": "ballSpontaneousAnalogisingEngineering2004",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-UIVkpC3D_",
"claim": "viewers in Twitch chat engaged in less bad behaviors after a user was banned by a moderator for that bad behavior",
"citekey": "seeringShapingProAntiSocial2017",
"dataset": "megacoglab",
"findings": [
"TAB 8"
]
},
{
"id": "megacoglab-FpvCvjJU9",
"claim": "interdisciplinary humanities scholars' work required a variety of information sources across different stages of exploration and translation work",
"citekey": "palmerInformationWorkInterdisciplinary2002",
"dataset": "megacoglab",
"findings": [
"TAB 3"
]
},
{
"id": "megacoglab-GxyCjeS8g",
"claim": "No analogical transfer amongst undergraduates between insight problems without hints about analogical mapping",
"citekey": "reedRoleAnalogyTransfer1974",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-L5D-9bBxY",
"claim": "approximately 2x lower prevalence of secondary cases for children vs. adults in households in Wuhan",
"citekey": "wangHouseholdTransmissionSARSCoV22020",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-nQ-MNtexz",
"claim": "researchers were far more likely to self-report communicating frequently with their collaborators in the planning and writing stages of the research process if they were physically proximate, especially next door offices",
"citekey": "krautPatternsContactCommunication1988",
"dataset": "megacoglab",
"findings": [
"FIG 1D"
]
},
{
"id": "megacoglab-GOqzI-lPp",
"claim": "engineering students more likely to generate ideas that directly copy (mostly within-domain) analogous patents when using Google Patents to retrieve patents, vs. VISION (interactive visualization with functional component representations of patents)",
"citekey": "songDesignbyAnalogyEffectsExplorationBased2022",
"dataset": "megacoglab",
"findings": [
"FIG 9"
]
},
{
"id": "megacoglab-RqfcscSpW",
"claim": "No secondary cases amongst secondary school students in a COVID cluster in Singapore with adults as index cases",
"citekey": "yungNovelCoronavirus20192020",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-udEyztUZu",
"claim": "majority of sample of 70 paper recommendation approaches were evaluated with offline approaches; only 7% were evaluated in real usage scenarios",
"citekey": "beelResearchPaperRecommender2013",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-pyNvD2Acy",
"claim": "three commercial facial recognition classifiers performed better on lighter vs. darker skinned subjects in the pilot parliaments benchmark dataset",
"citekey": "buolamwiniGenderShadesIntersectional2018",
"dataset": "megacoglab",
"findings": [
"TAB 4"
]
},
{
"id": "megacoglab-rllJ6VS1E",
"claim": "participants spent more time looking at content vs. organization in maps created by one other person, but equally at content and organization for maps that were iterated on by multiple people",
"citekey": "fisherDistributedSensemakingImproving2012",
"dataset": "megacoglab",
"findings": [
"FIG 3",
"TAB 2"
]
},
{
"id": "megacoglab-7GVGV9S2j",
"claim": "undergraduate students' ideas were more likely to include critical features of examples they had seen (relative to ideas of students who hadn't seen the examples)",
"citekey": "smithConstrainingEffectsExamples1993",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-KQ6aLkCGV",
"claim": "Molecular biologists with a reputation for innovation rarely used very far analogies in their lab meetings while generating novel scientific concepts; instead, they relied mainly on analogies to the same or other biological organisms",
"citekey": "dunbarHowScientistsThink1997",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-b8pGDFeTc",
"claim": "US patents filed by inventors who were new to the patent's field tended to receive fewer forward citations, but less so when they collaborated with an expert in the new field",
"citekey": "artsParadiseNoveltyLoss2018a",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-qbG7q-Tp_",
"claim": "Participants who marked up their own papers with a formal semantic scheme perceived the task of formally marking claims in the text to be intuitive, in contrast to formally marking rhetorical relations between claims",
"citekey": "grozaSALTWeavingClaim2007",
"dataset": "megacoglab",
"findings": [
"FIG 7"
]
},
{
"id": "megacoglab-R--E3kMiR",
"claim": "Two artists used individual artworks to shape not just their ideas, but used a process of \"analogical modification\" to search for and modify higher-order concepts, and their creative vision. This process unfolded over the course of years.",
"citekey": "okadaAnalogicalModificationCreation2009",
"dataset": "megacoglab",
"findings": [
"FIG 10",
"FIG 3"
]
},
{
"id": "megacoglab-C1uFTRfBX",
"claim": "less than 1% of pubpeer comments were positive reviews",
"citekey": "ortega2022classification",
"dataset": "megacoglab",
"findings": [
"FIG 2",
"TAB 3"
]
},
{
"id": "megacoglab-W3sdOb60i",
"claim": "US patents filed by inventors who were new to the patent's field tended to be more novel",
"citekey": "artsParadiseNoveltyLoss2018a",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-zHpJGF1Ih",
"claim": "undergraduates generated novel word combination noun phrases with more emergent features when noun pairs were dissimilar vs. similar",
"citekey": "wilkenfeldSimilarityEmergenceConceptual2001",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-lJcUil9G6",
"claim": "higher conceptual flexibility to classify organisms based on taxonomic and ecological relations if children were older, from more rural areas, and engaged in more unstructured interactions with organisms",
"citekey": "betzDevelopmentConceptualFlexibility2020",
"dataset": "megacoglab",
"findings": [
"TAB 9"
]
},
{
"id": "megacoglab-yMCU6h2YU",
"claim": "in an interview and survey, data scientists reported major (unsupported) pain points around sharing and collaborating on notebooks in data science teams",
"citekey": "chattopadhyayWhatWrongComputational2020",
"dataset": "megacoglab",
"findings": [
"FIG 2",
"TAB 2"
]
},
{
"id": "megacoglab-6e7Wu6JTF",
"claim": "overall marginally significant negative effect of analogically distant cases on creativity of campaign ad ideas, mostly for students with high creative ability",
"citekey": "althuizenSupportingCreativeProblem2014",
"dataset": "megacoglab",
"findings": [
"FIG 2",
"TAB 2"
]
},
{
"id": "megacoglab-2yEG0_6MI",
"claim": "engineering students who prototyped designs in parallel generated significantly more diverse designs compared to students who did iterative prototyping",
"citekey": "murphyComparingParallelIterative2022",
"dataset": "megacoglab",
"findings": [
"FIG 5",
"TAB 2"
]
},
{
"id": "megacoglab-zWGskgjzd",
"claim": "When provided visual analogies 4th graders performed better than the students given just the target concept. However, This was not observed in 5th graders.",
"citekey": "matlenEnhancingComprehensionScience",
"dataset": "megacoglab",
"findings": [
"FIG 4",
"FIG 3"
]
},
{
"id": "megacoglab-4oupzhYHs",
"claim": "No secondary cases amongst preschoolers in a COVID cluster in Singapore with a student as index case",
"citekey": "yungNovelCoronavirus20192020",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-fdgQruzE4",
"claim": "higher levels of interdisciplinarity was significantly associated with fewer publications, particularly in fields with less interdisciplinarity",
"citekey": "leaheyProminentLessProductive2017",
"dataset": "megacoglab",
"findings": [
"TAB 3"
]
},
{
"id": "megacoglab-ledAQMl6P",
"claim": "highest self-rated map quality, as measured by overall quality, and helpfulness to others, when creating map based on previous map that was iterated on by multiple people, compared to creating from scratch, and basing on a map created by one other person, for the same everyday sensemaking topic",
"citekey": "fisherDistributedSensemakingImproving2012",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-KxZbYojmj",
"claim": "Similar secondary attack rate for children vs. adults in Shenzen",
"citekey": "biEpidemiologyTransmissionCOVID192020",
"dataset": "megacoglab",
"findings": [
"TAB 3"
]
},
{
"id": "megacoglab-W-DsHoVoj",
"claim": "evaluators gave higher scores to biomed grant proposals that were farther from their domain of expertise",
"citekey": "boudreauLookingLookingKnowledge2016",
"dataset": "megacoglab",
"findings": [
"TAB 4"
]
},
{
"id": "megacoglab-IFtWTd_4B",
"claim": "Students were able to alter their conceptions after being provided with bridging analogies",
"citekey": "bryceEncouragingConceptualChange2005",
"dataset": "megacoglab",
"findings": [
"TAB 4"
]
},
{
"id": "megacoglab-v22_1oEQw",
"claim": "5x lower secondary attack rate for children compared to adults in households in China",
"citekey": "liCharacteristicsHouseholdTransmission2020",
"dataset": "megacoglab",
"findings": [
"TAB 3"
]
},
{
"id": "megacoglab-JZU-T5AFL",
"claim": "Scientists more often nonlinearly read subsections of papers for findings, hypotheses or other information, rather than linearly reading whole documents",
"citekey": "ribaupierreExtractingDiscourseElements2017",
"dataset": "megacoglab",
"findings": [
"FIG 3",
"FIG 2"
]
},
{
"id": "megacoglab-AyXYy7QOO",
"claim": "overall salience of taxonomic relations for organizing living things for 6-12 year old children during an initial card sort of the organisms",
"citekey": "betzDevelopmentConceptualFlexibility2020",
"dataset": "megacoglab",
"findings": [
"FIG 3"
]
},
{
"id": "megacoglab-Vpd-mdiMN",
"claim": "working in groups with others who share your initial bias towards a hypothesis intensified that bias over time, compared to working alone or with other students who preferred different hypotheses",
"citekey": "convertinoCACHEStudyGroup2008",
"dataset": "megacoglab",
"findings": [
"FIG 6"
]
},
{
"id": "megacoglab-NTnlzmqwG",
"claim": "an ACT-IF model's ranking of actions to do next on a Scatter-Gather task was a better fit to users' actual actions compared to a random model",
"citekey": "pirolliInformationForaging1999",
"dataset": "megacoglab",
"findings": [
"FIG 17"
]
},
{
"id": "megacoglab-sBhdunCTd",
"claim": "In a design team, concepts tended to be more similar to their immediately preceding concepts after far analogy use compared to using near or no analogies",
"citekey": "chanImpactAnalogiesCreative2015",
"dataset": "megacoglab",
"findings": [
"FIG 1",
"TAB 11"
]
},
{
"id": "megacoglab-SYNSopX8w",
"claim": "Participants who searched through clumpier distributions in space behaved as if words were more densely clumped in the Scrabble task",
"citekey": "hillsSearchExternalInternal2008",
"dataset": "megacoglab",
"findings": [
"FIG 3"
]
},
{
"id": "megacoglab-k3fuaSbE1",
"claim": "users from subreddits banned for hate speech did not engage in hate speech in new forums they joined",
"citekey": "chandrasekharanYouCanStay2017",
"dataset": "megacoglab",
"findings": [
"FIG 3"
]
},
{
"id": "megacoglab-wMIhhzUaI",
"claim": "participants who used ART - Voyager 2 explored ~25% more of the space of possible visualizations compared to a baseline system without wildcard and related views for recommended visualizations",
"citekey": "wongsuphasawatVoyagerAugmentingVisual2017",
"dataset": "megacoglab",
"findings": [
"FIG 9"
]
},
{
"id": "megacoglab-9c5iLH-3V",
"claim": "Far analogies' effects on MechE students' novelty of ideas were different depending on timing: more novel ideas when seeing them after problem solving began vs. before",
"citekey": "tsengRoleTimingAnalogical2008",
"dataset": "megacoglab",
"findings": [
"FIG 5"
]
},
{
"id": "megacoglab-p2hCTLXaE",
"claim": "Comparable secondary attack rate in households in China for children under 3 compared to other age groups",
"citekey": "wuHouseholdTransmissionSARSCoV22020",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-jScHaY6Fl",
"claim": "estimated semantic networks of animal concepts from montessori-educated children were more interconnected, with shorter paths between concepts and fewer subcommunities, compared to networks from traditional-schooled but comparable children",
"citekey": "denervaudEducationShapesStructure2021",
"dataset": "megacoglab",
"findings": [
"FIG 1",
"FIG 2"
]
},
{
"id": "megacoglab-fCGl7qdb0",
"claim": "researchers were more likely to collaborate with researchers whose offices were close by (e.g., same corridor or floor vs. different floor or building); pattern is robust to whether researchers were from the same department or not",
"citekey": "krautPatternsContactCommunication1988",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-k6yG1FHks",
"claim": "household secondary attack rate for children of index cases in Singapore was about 6 percent, and increased with age",
"citekey": "yungHouseholdTransmissionSevere2020",
"dataset": "megacoglab",
"findings": [
"TAB NA"
]
},
{
"id": "megacoglab-ZkiOwUfXJ",
"claim": "No significant correlation between analogical distance of cross-industry inspirations and degree of innovation outcome (incremental, market or breakthrough, and radical)",
"citekey": "enkelCreativeImitationExploring2010",
"dataset": "megacoglab",
"findings": [
"TAB 5"
]
},
{
"id": "megacoglab-zGQwQiY6L",
"claim": "natural experiment with inventors affected by the 1985 Michigan Antitrust Reform Act showed that patents filed by inventor teams that included an expert in the patent's field tended to be less novel",
"citekey": "artsParadiseNoveltyLoss2018a",
"dataset": "megacoglab",
"findings": [
"TAB 7"
]
},
{
"id": "megacoglab-7Xw3gepU9",
"claim": "An additional 10 fields of experience doubles the probability of an inventor with average fields of experience being an outlier",
"citekey": "kneelandExploringUnchartedTerritory2020",
"dataset": "megacoglab",
"findings": [
"TAB 6"
]
},
{
"id": "megacoglab-pTruDj61B",
"claim": "Far analogies were rare and never used in psychology lab group meetings for reasoning (vs. mere mentions); in contrast, far analogies were frequently used in colloquia",
"citekey": "sanerAnalogiesOutBlue1999",
"dataset": "megacoglab",
"findings": [
"TAB 3",
"TAB 2"
]
},
{
"id": "megacoglab-kWpt95CTL",
"claim": "crowd workers were at chance accuracy in distinguishing human-written from GPT-3-written stories, news stories, and recipes",
"citekey": "clarkAllThatHuman2021",
"dataset": "megacoglab",
"findings": [
"TAB 1",
"TAB 2"
]
},
{
"id": "megacoglab-rGxlquhjc",
"claim": "teachers in countries with high math and science achievement scores also displayed more cognitive supports for analogies, such as bridging analogies, and visuospatial scaffolds for comparison, compared to teachers in a country with lower math and science achievement",
"citekey": "richlandCognitiveSupportsAnalogies2007",
"dataset": "megacoglab",
"findings": [
"FIG NA"
]
},
{
"id": "megacoglab-YLzHxxCDY",
"claim": "People were ~2x worse at solving matchstick arithmetic problems when the elements were harder to decompose into chunks",
"citekey": "knoblichConstraintRelaxationChunk1999",
"dataset": "megacoglab",
"findings": [
"FIG 3"
]
},
{
"id": "megacoglab-uVqwN3vFt",
"claim": "groups generated more ideas within categories when individuals were given high-related (vs. low-related) categories",
"citekey": "baruahCategoryAssignmentRelatedness2011",
"dataset": "megacoglab",
"findings": [
"FIG 1"
]
},
{
"id": "megacoglab-BN8Vqws1Y",
"claim": "people who received inspirations on-demand transferred more structural features from examples compared to participants who received examples on a fixed schedule",
"citekey": "siangliulueProvidingTimelyExamples2015",
"dataset": "megacoglab",
"findings": [
"FIG 6"
]
},
{
"id": "megacoglab-02o3rSVIc",
"claim": "highly novel papers were more likely to be published in lower impact journals",
"citekey": "wangBiasNoveltyScience2017",
"dataset": "megacoglab",
"findings": [
"FIG 3",
"TAB 6"
]
},
{
"id": "megacoglab-FCz9hmMW4",
"claim": "When provided scaffolding for a similar problem students performed similarly compared to their peers given little scaffolding, however, when asked to solve problems with low similarity the group provided scaffolding performed significantly better.",
"citekey": "richlandReducingCognitiveLoad2013",
"dataset": "megacoglab",
"findings": [
"FIG 2",
"TAB 3"
]
},
{
"id": "megacoglab-lbRNxo-nM",
"claim": "groups given low-related categories of solutions ended up exploring more categories in their solutions compared to high-related category groups",
"citekey": "baruahCategoryAssignmentRelatedness2011",
"dataset": "megacoglab",
"findings": [
"TAB 4",
"TAB 3"
]
},
{
"id": "megacoglab-AD1_6mXtQ",
"claim": "working in groups with others who have different initial preferred hypotheses facilitated convergence away from the bias at similar rates to working alone",
"citekey": "convertinoCACHEStudyGroup2008",
"dataset": "megacoglab",
"findings": [
"FIG 6"
]
},
{
"id": "megacoglab-wlMJq0BJy",
"claim": "Self-rated technical distance from open innovation contest problems was slightly positively correlated with submitting winning solutions",
"citekey": "jeppesenMarginalityProblemsolvingEffectiveness2010",
"dataset": "megacoglab",
"findings": [
"TAB 4"
]
},
{
"id": "megacoglab-d77x3B_Ui",
"claim": "case-based reasoning system loaded with diverse cases increased overall usefulness and creativity of ad campaign ideas, especially for people with lower creative ability",
"citekey": "althuizenSupportingCreativeProblem2014",
"dataset": "megacoglab",
"findings": [
"FIG 2",
"TAB 1"
]
},
{
"id": "megacoglab-mPZM8-hmC",
"claim": "when given a (far) analogy for numerical representations, students did no better (and possibly worse) than on a post-test than not having it",
"citekey": "vamvakoussiBridgingGapDense2012",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-GL4yvLPha",
"claim": "low prevalence of EBPR references in state statutes and regulations pertaining to behavioral health care; 20 states had a total of 33 mandates that referenced an EBPR",
"citekey": "lee2022references",
"dataset": "megacoglab",
"findings": [
"TAB 4"
]
},
{
"id": "megacoglab-3sChuA1j8",
"claim": "No secondary cases amongst preschoolers in a COVID cluster in Singapore with adults as index cases",
"citekey": "yungNovelCoronavirus20192020",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-0dCO_io-p",
"claim": "increased word ambiguity in abstracts was associated with slightly lower modularity of citation networks for those abstracts",
"citekey": "mcmahanAmbiguityEngagement2018",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-t_AiQeKkK",
"claim": "evaluators gave lower scores to biomed grant proposals that were very novel; but higher scores to proposals that were somewhat novel",
"citekey": "boudreauLookingLookingKnowledge2016",
"dataset": "megacoglab",
"findings": [
"TAB 5",
"FIG 3"
]
},
{
"id": "megacoglab-xRWgPZXX9",
"claim": "Better model fit to Wuhan case data with age-dependent susceptibility, with children ~2x lower than adults",
"citekey": "cmmidcovid19workinggroupAgedependentEffectsTransmission2020",
"dataset": "megacoglab",
"findings": [
"FIG 1",
"FIG 4"
]
},
{
"id": "megacoglab-eEjsNkFV1",
"claim": "Members in a data science team mainly use meetings and documentations to develop shared understanding on a project",
"citekey": "wangHowDataScientists2019",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-iG1V6dHgy",
"claim": "Far analogies' effects on MechE students' ideation fluency and diversity were different depending on timing: more ideas (but with more functional repeats) before ideation began, vs. more functionally distinct designs after problem solving began (during a break), both compared to seeing nothing",
"citekey": "tsengRoleTimingAnalogical2008",
"dataset": "megacoglab",
"findings": [
"FIG 4"
]
},
{
"id": "megacoglab-PDfEGZaLe",
"claim": "\ud83d\udd11Outlier Patents receive more citations on average than \ud83d\udd11Adjacent Patents",
"citekey": "kneelandExploringUnchartedTerritory2020",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-MLSP020ju",
"claim": "Generating (but not evaluating) solutions to far analogy problems positively predicted performance on a subsequent analogy task (compared to generating or evaluating near analogy problems)",
"citekey": "vendettiFarOutThinkingGenerating2014",
"dataset": "megacoglab",
"findings": [
"FIG 2"
]
},
{
"id": "megacoglab-ML0rEDL6_",
"claim": "higher salience of ecological relations for organizing living things for children from rural vs. urban communities",
"citekey": "betzDevelopmentConceptualFlexibility2020",
"dataset": "megacoglab",
"findings": [
"FIG 2"
]
},
{
"id": "megacoglab-1A-vRkLMT",
"claim": "highly novel papers had higher variance in their citation outcomes over a 15-year window, biased towards the higher impact tail of the distribution",
"citekey": "wangBiasNoveltyScience2017",
"dataset": "megacoglab",
"findings": [
"FIG 1A",
"TAB 2"
]
},
{
"id": "megacoglab-5gJjNdjMH",
"claim": "US patents filed by inventor teams that included an expert in the patent's field tended to be less novel",
"citekey": "artsParadiseNoveltyLoss2018a",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-9ic6uJY1D",
"claim": "Women were more likely than men to submit winning solutions for open innovation contests",
"citekey": "jeppesenMarginalityProblemsolvingEffectiveness2010",
"dataset": "megacoglab",
"findings": [
"TAB 4"
]
},
{
"id": "megacoglab-Ig-q6lfVE",
"claim": "Only small business owners with high divergent thinking ability generated more ideas with diverse (vs. constrained) stimuli",
"citekey": "gielnikCreativityOpportunityIdentification2011",
"dataset": "megacoglab",
"findings": [
"TAB 4",
"FIG 2"
]
},
{
"id": "megacoglab-2C17QaTLH",
"claim": "science students made more planning errors and fewer structural errors on a spatial block design task; architecture students made fewer planning errors and more structural errors",
"citekey": "lawsonCognitiveStrategiesArchitectural1979",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-2mTPyT8sj",
"claim": "Limited increases in transfer between analogous insight problems when explicit hint (mapping + solution) was given",
"citekey": "reedRoleAnalogyTransfer1974",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-hZB-PgxZX",
"claim": "~60 percent of InstructGPT-generated analogical explanations for scientific concepts were rated by crowd workers as containing a meaningful analogy, comparable to human-generated analogies",
"citekey": "bhavyaAnalogyGenerationPrompting2022",
"dataset": "megacoglab",
"findings": [
"TAB 10"
]
},
{
"id": "megacoglab-mtKPi-Abu",
"claim": "no overall effect of analogical distance of cases on novelty or usefulness of campaign ad ideas",
"citekey": "althuizenSupportingCreativeProblem2014",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-u2Rw1hwtY",
"claim": "College students imagined novel alien creatures with more atypical features vs. Earth creatures when they were instructed to consider survival-critical features of life forms, vs. building on specific Earth animal exemplars",
"citekey": "wardRoleSpecificityAbstraction2004",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-I5ElqeQBh",
"claim": "prevalence of COVID (excluding first-reported case) increased with age in New York State, ~2x lower for children and youth compared to adults",
"citekey": "rosenbergCOVID19TestingEpidemic2020",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-PNHl7tkly",
"claim": "10 scholars self-reported that they read specific fragments and sections, such as findings and background and references, in patterns that varied by tasks such as keeping track, finding new ideas, and writing articles or new projects",
"citekey": "ribaupierreExtractingDiscourseElements2017",
"dataset": "megacoglab",
"findings": [
"FIG 2"
]
},
{
"id": "megacoglab-JszLLa3Q4",
"claim": "Experienced facilitator participants created inspirations for crowd brainstormers with strategies like crafting simulation prompts or inquiries, in contrast to novice facilitators, who relied more heavily on simply passing on examples without further processing",
"citekey": "chanImprovingCrowdInnovation2016",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-5ypAq6Csv",
"claim": "A patent's odds of being an outlier increases by 1.05 times for each doubling of scientific articles cited",
"citekey": "kneelandExploringUnchartedTerritory2020",
"dataset": "megacoglab",
"findings": [
"TAB 6"
]
},
{
"id": "megacoglab-_QOSgyUEe",
"claim": "~half of InstructGPT-generated analogies for a small benchmark science analogy dataset matched the reference set; ~70 percent were valid",
"citekey": "bhavyaAnalogyGenerationPrompting2022",
"dataset": "megacoglab",
"findings": [
"TAB 3"
]
},
{
"id": "megacoglab-J9X-JZ5b5",
"claim": "Prior patenting experience is negatively related to the likelihood of being granted \ud83d\udd11Outlier Patents",
"citekey": "kneelandExploringUnchartedTerritory2020",
"dataset": "megacoglab",
"findings": [
"TAB 6"
]
},
{
"id": "megacoglab-N3idE-TeS",
"claim": "Papers citing papers that refute the Hawthorne effect predominantly cited those papers to (incorrectly) affirm the Hawthorne effect",
"citekey": "letrudAffirmativeCitationBias2019",
"dataset": "megacoglab",
"findings": [
"FIG 1",
"FIG 2",
"TAB 1",
"TAB 2",
"FIG 3",
"TAB 3"
]
},
{
"id": "megacoglab-H-9bped9d",
"claim": "the sensemaking translucence interface significantly improved clue finding and crime solving performance",
"citekey": "goyalEffectsSensemakingTranslucence2016",
"dataset": "megacoglab",
"findings": [
"FIG 4"
]
},
{
"id": "megacoglab-GvDDTwcsJ",
"claim": "In general, MechE students' ideas when given near analogies were at least as novel, and sometimes moreso, then ideas generated with far analogies, or seeing nothing",
"citekey": "tsengRoleTimingAnalogical2008",
"dataset": "megacoglab",
"findings": [
"FIG 5"
]
},
{
"id": "megacoglab-Qt5iwJecI",
"claim": "after noticing a key element of a problem representation for the mutilated checkerboard problem (namely the lack of parity between the squares on the checkerboard), solutions to the problem came almost immediately after",
"citekey": "kaplanSearchInsight1990",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-kvQUSZy5J",
"claim": "higher estimated helpfulness and clarity of map from others for their own sensemaking for an everyday sensemaking task when the map was iterated on by multiple people vs. created by one person",
"citekey": "fisherDistributedSensemakingImproving2012",
"dataset": "megacoglab",
"findings": [
"TAB 1"
]
},
{
"id": "megacoglab-3BGDkcK-w",
"claim": "Only small business owners with high divergent thinking ability generated more original ideas with diverse (vs. constrained) stimuli",
"citekey": "gielnikCreativityOpportunityIdentification2011",
"dataset": "megacoglab",
"findings": [
"TAB 4",
"FIG 3"
]
},
{
"id": "megacoglab-Smh3nQpqn",
"claim": "Participants who marked up their own papers with a formal semantic scheme self-reported that formally marking rhetorical relations between claims seemed less clear in terms of payoff compared to formally making claims",
"citekey": "grozaSALTWeavingClaim2007",
"dataset": "megacoglab",
"findings": [
"FIG 8B"
]
},
{
"id": "megacoglab-X9jkreduk",
"claim": "direct comparison of dissimilar analogs approximately doubled rates of spontaneous far analogical transfer for the radiation problem",
"citekey": "gickSchemaInductionAnalogical1983",
"dataset": "megacoglab",
"findings": [
"TAB 5"
]
},
{
"id": "megacoglab-TE2krdmGY",
"claim": "Lower secondary attack rate in households in China for children 4-18 compared to other age groups",
"citekey": "wuHouseholdTransmissionSARSCoV22020",
"dataset": "megacoglab",
"findings": [
"TAB 2"
]
},
{
"id": "megacoglab-C5L_KQ5fy",
"claim": "higher levels of interdisciplinarity associated with higher variance in their interdisciplinary papers' citation outcomes",
"citekey": "leaheyProminentLessProductive2017",
"dataset": "megacoglab",
"findings": [
"TAB 3"
]
},
{
"id": "megacoglab-4cjTc4Vju",
"claim": "Universities are 1.36 times more likely to file \ud83d\udd11Outlier Patents than non-universities",
"citekey": "kneelandExploringUnchartedTerritory2020",
"dataset": "megacoglab",
"findings": [
"TAB 6"
]
},
{
"id": "megacoglab-lMdlmzR0o",
"claim": "most undergrad 1980s textbooks in physics and chemistry cited work published before 1960; sociology texts mostly cited work published after 1960",
"citekey": "coleHierarchySciences1983",
"dataset": "megacoglab",
"findings": [
"TAB 10"
]
},
{
"id": "megacoglab--wTYRJFK3",
"claim": "when placed in the same semantic space, computationally selected near and far analogical stimuli were farther away from human-selected near and far analogical stimuli for the same problem",
"citekey": "fuMeaningFarImpact2013",
"dataset": "megacoglab",
"findings": [
"FIG 6"
]
},
{
"id": "akamatsulab-vcvO9153l",
"claim": "Simulated endocytic filaments were exponentially distributed in length with a median length of 90 \u00ac\u00a8\u00ac\u00b1 80 nm",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 3S1E"
]
},
{
"id": "akamatsulab-zqrfjcGub",
"claim": "Only \u201a\u00c4\u00f6\u221a\u00a2\u00ac\u00df 2.5 filaments were growing at a given time point in a simulation of endocytic actin networks",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 3S1C"
]
},
{
"id": "akamatsulab-geHT15jC4",
"claim": "Internalization of simulated endocytic pits did not change as a function of filament stall force",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 1S1D"
]
},
{
"id": "akamatsulab-Q78XQ9h0X",
"claim": "Simulated endocytic internalization efficiency increased from 0.1% to 1.5% as a function of increasing membrane tension",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 7S1B"
]
},
{
"id": "akamatsulab-n6lZLQULG",
"claim": "Endocytic pit internalization was robust for actin confinement strengths >= 100 pN/\u00ac\u00a8\u00ac\u00b5m",
"citekey": "akamatsu2020principles",
"dataset": "akamatsulab",
"findings": [
"FIG 1S1K"
]
},
{
"id": "akamatsulab-Whvj4Tjxl",
"claim": "Knocking down \u2248\u00ed\u201a\u00e2\u00a75-integrin resulted in loss of flat clathrin lattice expansion upon EGF treatment in HSC3-EGFR-GFP cells",
"citekey": "alfonzomendez2022dual",
"dataset": "akamatsulab",
"findings": [
"FIG 2A"
]
},
{
"id": "akamatsulab-iAzvRq7UW",
"claim": "FCHSD2 localization at sites of endocytosis formed a partial ring around the base of the endocytic site by STED microscopy",
"citekey": "almeidasouza2018flat",
"dataset": "akamatsulab",
"findings": [
"FIG 5D"
]
},
{
"id": "akamatsulab-x0oKAeneB",
"claim": "WASP knockout (__wasA-__) __Dictyostelium__ cells displayed bipolar localization of active Rac, rather than localization to the leading edge.",
"citekey": "amato2019wasp",
"dataset": "akamatsulab",
"findings": [
"FIG 1C",
"FIG 1D"
]
},
{
"id": "BIOL403-S-EATBLOE",
"claim": "[[EVD]] - Eps8 accumulates at bleb membrane sites ~5s before actin accumulation, and is followed by myosin light chain accumulation about 15s after actin in DLD1 cells. - @aoki2016rhoa",
"citekey": "aoki2016rhoa",
"dataset": "BIOL403",
"findings": [
"FIG 1"
]
},
{
"id": "BIOL403-3e7GhrMiE",
"claim": "[[EVD]] - In actively blebbing DLD1 cells, LifeAct-RFP-labeled actin polymerized at the base of blebs and at many individual sites around the bleb membrane, increasing in intensity as blebs fully retracted. - @aoki2016rhoa",
"citekey": "aoki2016rhoa",
"dataset": "BIOL403",
"findings": [
"FIG 1C"
]
},
{
"id": "BIOL403-EaXaNtpwZ",
"claim": "Ezrin knockout DLD1 cells (transfected with LifeAct-RFP and GFP-tagged Eps8) showed slower bleb retraction as compared to WT DLD1 cells as assessed by microscopy.",
"citekey": "aoki2016rhoa",
"dataset": "BIOL403",
"findings": [
"FIG 3F",
"FIG 3J"
]
},
{
"id": "BIOL403-7D_RuzN1q",
"claim": "[[EVD]] - DLD1 cells showed a decreased bleb retraction velocity as compared to migratory blebs or early stage apoptotic blebs. - @aoki2020coordinated",
"citekey": "aoki2020coordinated",
"dataset": "BIOL403",
"findings": [
"FIG 1C"
]
},
{
"id": "BIOL403-KXw0hotNz",
"claim": "local particle shape at the point of initial contact with macrophage not the overall size is shown to influence phagocytic fate",
"citekey": "champion2006role",
"dataset": "BIOL403",
"findings": [
"FIG 2A",
"FIG 2B"
]
},
{
"id": "BIOL403-Aje0TewwL",
"claim": "\u201a\u00c4\u00f6\u221a\u00d1\u221a\u222bFigure 4 shows the number of phagocytosed 3 \u2248\u00ed\u00ac\u222bm IgG-adsorbed spheres and worms after 22 h of incubation at a concentration of 30 particles per cell. Worms still exhibited very little internalization compared to spheres\u201a\u00c4\u00f6\u221a\u00d1\u221a\u03c0",
"citekey": "champion2009shape",
"dataset": "BIOL403",
"findings": [
"FIG 4"
]
},
{
"id": "BIOL403-XcS5PUVkD",
"claim": "Significantly lower excitatory postsynaptic currents (EPSCs) were measured in mutated and the knock-out experiment than in those with normal synaptotagmin-1 function and the rescue experiment.",
"citekey": "chang2018synaptotagmin1",
"dataset": "BIOL403",
"findings": [
"FIG 1C",
"FIG 1D"
]
},
{
"id": "BIOL403-5pwU4KU5w",
"claim": "[[EVD]] - Once bleb expansion stops, ezrin was recruited to the bleb membrane and retraction of bleb began in DLD1 cells. - @charras2006reassembly",
"citekey": "charras2006reassembly",
"dataset": "BIOL403",
"findings": [
"FIG 2B"
]
},
{
"id": "BIOL403-WvSjanXYR",
"claim": "[[EVD]] - RhoA was present at all stages of blebbing in HeLa cells. - @charras2006reassembly",
"citekey": "charras2006reassembly",
"dataset": "BIOL403",
"findings": [
"FIG 1"
]
},
{
"id": "BIOL403-AyWDrvoLN",
"claim": "It was observed that miniature synaptic release was not significantly affected by blocking known components of the evoked release in Drosophila neuromuscular junctions when treated with UAS-TeTxLC and Plectreurys toxin II, separately, and that there was reduced synaptic area in vglutMN mutants.",
"citekey": "choi2014miniature",
"dataset": "BIOL403",
"findings": [
"FIG 1O",
"FIG 1P"
]
},
{
"id": "megacoglab-xRWgPZXX9",
"claim": "Better model fit to Wuhan case data with age-dependent susceptibility, with children ~2x lower than adults",
"citekey": "cmmidcovid19workinggroupAgedependentEffectsTransmission2020",
"dataset": "megacoglab",
"findings": [
"FIG 1",
"FIG S4"
]
},
{
"id": "akamatsulab-tfg0w7qid",
"claim": "Platinum replica EM of mouse B16F1 cells showed substantial networks of branched actin persisting around clathrin-coated pits after 30 min treatment of 5 \u00ac\u00a8\u00ac\u00b5M Latrunculin B",
"citekey": "collins2011structural",
"dataset": "akamatsulab",
"findings": [
"FIG S4"
]
},
{
"id": "akamatsulab-b3xP1Gqc0",
"claim": "The clathrin lattice height change caused by applied force is reversible.",
"citekey": "dannhauser2015effect",
"dataset": "akamatsulab",
"findings": [
"FIG S4"
]
},
{
"id": "akamatsulab-01PrcWW71",
"claim": "Polyacrylamide gel substrates were fabricated with stiffnesses from 6 to 165 kPa.",
"citekey": "denisin2016tuning",
"dataset": "akamatsulab",
"findings": [
"TAB S4"
]
},
{
"id": "akamatsulab-h0B5oi6H4",
"claim": "Gel formulation (total polymer content, crosslinker concentration, initiator and accelerators), gelation temperature and time, and storage conditions affected the stiffness heterogeneity of polyacrylamide substrates.",
"citekey": "denisin2016tuning",
"dataset": "akamatsulab",
"findings": [
"TAB S4",
"FIG NA"
]
},
{
"id": "akamatsulab-NlLFa2dlZ",
"claim": "Both clathrin-coated structures and integrins accumulated along collagen fibers in 3D cell culture",
"citekey": "elkhatib2017tubular",
"dataset": "akamatsulab",
"findings": [
"FIG S5A",
"FIG 1A"
]
},
{
"id": "akamatsulab-GqpzNJuEZ",
"claim": "siRNA-A1 silenced Hip1R showed Arp3 and F-actin 'tails' in HeLa cells.",
"citekey": "engqvistgoldstein2004rnaimediated",
"dataset": "akamatsulab",
"findings": [
"FIG 4C"
]
},
{
"id": "BIOL403-MntJXxDIB",
"claim": "Degradation of engulfed mitochondria is rate-limiting in Optineurin-mediated mitophagy in neurons.",
"citekey": "evans2020degradation",
"dataset": "BIOL403",
"findings": [
"FIG 6D",
"FIG 6E"
]
},
{
"id": "BIOL403-f1y2v5Ne5",
"claim": "Using a quantitative based model of TCR triggering, as-well-as in vivo TIRF microscopy receptor dwell time at phosphatase-depleted close contacts facilitates TCR activation and immunosignaling -",
"citekey": "fernandes2019cell",
"dataset": "BIOL403",
"findings": [
"FIG 3D",
"FIG 3E",
"FIG 5B",
"FIG 5C"
]
},
{
"id": "akamatsulab-ka1IiK3zJ",
"claim": "Latrunculin A and cytochalasin D increased GRAF1 assembly on tubules",
"citekey": "francis2015endocytic",
"dataset": "akamatsulab",
"findings": [
"FIG S2"
]
},
{
"id": "akamatsulab-j0UGLJ3e6",
"claim": "Cells treated with the WASP-inhibitor wiskostatin showed a time-dependent increase of GFP\u201a\u00c4\u00f6\u221a\u00d1\u221a\u00a8GRAF1-decorated tubes at the cell surface",
"citekey": "francis2015endocytic",
"dataset": "akamatsulab",
"findings": [
"FIG 3D",
"FIG 3E"
]
},
{
"id": "akamatsulab-D9FYGZNmk",
"claim": "0.021 \u00ac\u00a8\u00ac\u00b1 0.05 MPa turgor pressure was measured for budding yeast by relating measurements of cellular stiffness and radius of the cell",
"citekey": "goldenbogen2016dynamics",
"dataset": "akamatsulab",
"findings": [
"FIG S8"
]
},
{
"id": "akamatsulab-1B3Jax3yY",
"claim": "Without clathrin-mediated endocytosis, flat-clathrin lattices and reticular adhesions could not form.",
"citekey": "hakanpaa2023reticular",
"dataset": "akamatsulab",
"findings": [
"FIG 2",
"FIG 4",
"FIG S2",
"FIG 3"
]
},
{
"id": "BIOL403-UakdwE_zW",
"claim": "The N-terminal fragment, but not the C-terminal fragment or full length GSDMD, caused cell death (visualized by propidium iodide staining) following transient transfection in HEK-29T cells.",
"citekey": "he2015gasdermin",
"dataset": "BIOL403",
"findings": [
"FIG 3E"
]
},
{
"id": "BIOL403-nZABR2spA",
"claim": "Stimulating Pam3CSK4-primed bone-marrow derived macrophages (BMDM's) with inflammasome activators leading to extracellular IL-1beta secretion.",
"citekey": "heilig2018gasdermind",
"dataset": "BIOL403",
"findings": [
"FIG 1A",
"FIG 1B",
"FIG 1C"
]
},
{
"id": "BIOL403-vagWoh8Ar",
"claim": "\u201a\u00c4\u00f6\u221a\u00d1\u221a\u222bThe ATP/ADP translocase drives mitophagy independent of nucleotide exchange\u201a\u00c4\u00f6\u221a\u00d1\u221a\u03c0",
"citekey": "hoshino2019adp",
"dataset": "BIOL403",
"findings": [
"FIG 2A",
"FIG 2B"
]
},
{
"id": "dg-social-media-polarization-sikUtfWyf",
"claim": "An SVM classifier trained on vocabulary from 40 model-estimated topics over subreddits was able to predict subreddits' political bias with 85% accuracy.",
"citekey": "kaneCommunitiesWeChoose2018",
"dataset": "dg-social-media-polarization",
"findings": [
"TAB 3"
]
},
{
"id": "dg-social-media-polarization-S3Jz8Rq0j",
"claim": "LDA modeling showed that overall political bias varied significantly across subreddits .",
"citekey": "kaneCommunitiesWeChoose2018",
"dataset": "dg-social-media-polarization",
"findings": [
"FIG 4"
]
},
{
"id": "BIOL403-Oduoj3hLG",
"claim": "While eIF3j+ is able to bind to 40s on its own, eIF3j- was observed to bind to the 40s ribosomal subunit in certain conditions detailed in the figure (but notably in the presence of other transcription factors)",
"citekey": "kolupaeva2005binding",
"dataset": "BIOL403",
"findings": [
"FIG 1D",
"FIG 1E",
"FIG 1C",
"FIG 1A",
"FIG 1B",
"FIG 1F"
]
},
{
"id": "BIOL403-ziiwRmbbx",
"claim": "\u201a\u00c4\u00f6\u221a\u00d1\u221a\u222bUsing traction force microscopy, we show that cells exert significant strain on the underlying substrate during the contraction phase but little strain during the spreading phase, demonstrating that phagocytes actively constrict during late-stage phagocytosis\"",
"citekey": "kovari2016frustrated",
"dataset": "BIOL403",
"findings": [
"FIG 3F"
]
},
{
"id": "BIOL403-1uvjnCEpK",
"claim": "\u201a\u00c4\u00f6\u221a\u00d1\u221a\u222bIn each PBS core basal cylinder, four phycobilin chromophores in corresponding APC trimers (Fig. 2) are close to the bottom surface of the whole PBS [6, 21], and we will refer to them as \u201a\u00c4\u00f6\u221a\u00d1\u221a\u2264bottom\u201a\u00c4\u00f6\u221a\u00d1\u221a\u00a5 phycobilins. These phycobilins appear to be the closest to the cytoplasmic side of PSII and its chlorophylls. The resulting vicinity of the chromophores creates an opportunity for the energy transfer from PBS to PSII.\"",
"citekey": "krasilnikov2020rates",
"dataset": "BIOL403",
"findings": [
"FIG 2"
]
},
{
"id": "BIOL403-pRP48JdtW",
"claim": "\u201a\u00c4\u00f6\u221a\u00d1\u221a\u222bThe obtained absorption spectrum of PSII has typical peak position at 675 nm (Fig. 1B). Comparing it with the fluorescence emission spectra of the APC680 and APC660 demonstrates, in both cases, the high degree of their overlap that is one of the basic prerequisites of successful energy transfer. \u201a\u00c4\u00f6\u221a\u00d1\u221a\u222b",
"citekey": "krasilnikov2020rates",
"dataset": "BIOL403",
"findings": [
"FIG 1A",
"FIG 1B"
]
},
{
"id": "akamatsulab-DG74gc3CJ",
"claim": "Barbed end capping proteins inhibit actin bursting",
"citekey": "Kueh2008",
"dataset": "akamatsulab",
"findings": [
"FIG 5"
]
},
{
"id": "akamatsulab-Qo0PhBepV",
"claim": "NWASP was found around clusters of clathrin heavy chain by TIRF microscopy + super resolution microscopy",
"citekey": "leytonpuig2017flat",
"dataset": "akamatsulab",
"findings": [
"FIG 1E"
]
},
{
"id": "akamatsulab-WJvOy9Exn",
"claim": "The density of free barbed ends increased as a function of growth stress",
"citekey": "li2022molecular",
"dataset": "akamatsulab",
"findings": [
"FIG 4"
]
},
{
"id": "akamatsulab-LtD05YJZT",
"claim": "[[EVD]] - In budding yeast cof1[delta] cells transformed with pCOF1-RFP CEN plasmid, there were 930 molecules of cofilin per patch which normalized to about 530 molecules per patch when accounting for overexpression and comparison to WT cells - @lin2010overlapping",
"citekey": "lin2010overlapping",
"dataset": "akamatsulab",
"findings": [
"FIG S1D"
]
},
{
"id": "BIOL403-iLMDqSoqF",
"claim": "Using a force prove 2D single-bond lifetimes under a range of constant forces applied via a pMHC engaged to a TCR on a naive T cell from OT1 transgenic mice, with fluorescently tagged Ca2+ release used as a proxy for TCR triggering, TCRs were found to form catch bonds with agonists and slip bonds with antagonists. This differential bond formation, based off pressure, impacted the association time with pMHC, and the resulting TCR triggering.",
"citekey": "liuAccumulationDynamicCatch2014a",
"dataset": "BIOL403",
"findings": [
"FIG 3A",
"FIG 3B",
"FIG 2B",
"FIG 2C"
]
},
{
"id": "akamatsulab-g8zQj06en",
"claim": "The SH3 domain of GRAF1 bound to the polyproline domain of dynamin1 with an apparent dissociation constant of 106 \u00ac\u00a8\u00ac\u00b5M via isothermal titration calorimetry",
"citekey": "lundmark2008gtpaseactivating",
"dataset": "akamatsulab",
"findings": [
"FIG S2D"
]
},
{
"id": "akamatsulab-_HN8EB6zZ",
"claim": "GRAF1 tubules were disrupted in HeLa cells when fixed with 4% PFA at 4degC, but intact when fixed with 4% PFA at 37degC.",
"citekey": "lundmark2008gtpaseactivating",
"dataset": "akamatsulab",
"findings": [
"FIG S1C"
]
},
{
"id": "akamatsulab-amE_0Wcnm",
"claim": "Actin polymerization assay showed that cortactin phosphorylation by ERK increased the WASP function",
"citekey": "martinezquiles2004erk",
"dataset": "akamatsulab",
"findings": [
"FIG 3"
]
},
{
"id": "BIOL403-qB6i0BV-n",
"claim": "Under photostimulation of Th IRES-Cre LC-BLA ChR2 there are changes in firing frequency.",
"citekey": "mccall2017locus",
"dataset": "BIOL403",
"findings": [
"FIG 3C",
"FIG 3D"
]
},
{
"id": "BIOL403-5Y-UQGr52",
"claim": "[[EVD]] - \"CD13 clustering by activating but not inactive antibodies can be visualized by confocal imaging of U-937 cells treated with fluorescently labeled antibodies.\" - [[[[@mina-osorio2008cd13]]]]",
"citekey": "mina-osorio2008cd13",
"dataset": "BIOL403",
"findings": [
"FIG 2B"
]
},
{
"id": "akamatsulab-Hcxv0n6n7",
"claim": "Internalisation of Transferrin (Tf), a marker of clathrin mediated endocytosis, was reduced 10 minutes, but not 1 hour after incubation when REF52 fribroblast cells were cultured on \"soft\" hydrogels, as opposed to \"intermediate\" or \"stiff\" hydrogels.",
"citekey": "missirlis2014effect",
"dataset": "akamatsulab",
"findings": [
"FIG 1B",
"FIG 1A",
"FIG 1D",
"FIG 1C"
]
},
{
"id": "akamatsulab-w0rQV7oyI",
"claim": "Deletion of Swip1-EF1 actin-binding region abolished Swip1 ability to facilitate integrin endocytosis.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 6C"
]
},
{
"id": "akamatsulab-gfaXg2-bh",
"claim": "Endogenous Swip1 associated with Rab21 in Rab21-containing early endosomes in MDA-MB-231 cells as shown by proximity ligation assay (PLA).",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 2B"
]
},
{
"id": "akamatsulab-TBLuywz6G",
"claim": "Endogenous Swip1 localized to Rab21+ and B1-integrin-containing early endosomes.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 2A",
"FIG 2C"
]
},
{
"id": "akamatsulab-c4Ecoobt4",
"claim": "Endogenous Swip1 preferentially bound WT-Rab21 and constitutively active Rab21 over the closely related Rab5 GTPase in MDA-MB-231 cells.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG S1E",
"FIG 1B",
"FIG 1C"
]
},
{
"id": "akamatsulab-9E0jVhav_",
"claim": "Swip1 bound to actin via Swip1 EF1 domain as shown by GFP-pulldown assay in MDA-MB-231 cells.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 6A",
"FIG 6B"
]
},
{
"id": "akamatsulab-6yP4l1xIu",
"claim": "Swip1 preferentially bound WT-Rab21 and constitutively active Rab21 over the closely related Rab5 GTPase.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG S1E"
]
},
{
"id": "akamatsulab-24El5w68I",
"claim": "siRNA silenced IRSp53 significantly reduced internalized 10kDa TMR Dextran, while siRNA silenced Swip1 did not in MDA-MB-231 cells.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 5B"
]
},
{
"id": "akamatsulab-Dd1n6KIBV",
"claim": "siRNA silenced Swip1 reduced GFP-Rab21+ (CG-associated) endosome trafficking in MDA-MB-231 cells.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 6G"
]
},
{
"id": "akamatsulab-6-XC7noR7",
"claim": "siRNA silenced Swip1 showed reduced internalization of B1-integrin in MDA-MB-231 cells.",
"citekey": "morenolayseca2021cargospecific",
"dataset": "akamatsulab",
"findings": [
"FIG 1B"
]
},
{
"id": "BIOL403-7nz9HilB1",
"claim": "Using digitalized EM tomograms Actin Filament angle distribution became more ordered at +/- 35 degrees relative to membrane closer to the leading edge.",
"citekey": "mueller2017load",
"dataset": "BIOL403",
"findings": [
"FIG 3E",
"FIG 3F"
]
},
{
"id": "BIOL403-QdjQnpn48",
"claim": "Following transient global cerebral ischemia (tGCI) induced by bilateral common carotid artery occlusion, immunoprecipitation of rat hippocampal CA1 subregion lysates revealed the association of active CASP2 with PIDDosome components.",
"citekey": "niizuma2008piddosome",
"dataset": "BIOL403",
"findings": [
"FIG 3A"
]
},
{
"id": "BIOL403-PIb_pytWu",
"claim": "\u201a\u00c4\u00f6\u221a\u00d1\u221a\u222bWe found that 90% of the spherical targets (irrespective of size or material) are engulfed within 10 min of making contact with the cell, whereas only 10% of the ellipsoidal targets are engulfed during this period\u201a\u00c4\u00f6\u221a\u00d1\u221a\u03c0",
"citekey": "paul2013phagocytosis",
"dataset": "BIOL403",
"findings": [
"FIG 4"
]
},
{
"id": "BIOL403--VO-_WYxs",
"claim": "No correlation was noted about the time at which spontaneous and evoked neurotransmissions occur at a synapse during an 8 minute recording during which the neuron was stimulated every 30 seconds.",
"citekey": "reese2016single",
"dataset": "BIOL403",
"findings": [
"FIG 2C"
]
},
{
"id": "BIOL403-J3a8rpdM0",
"claim": "Immunoblotting with antibodies against CD13 in monocytes showed CD13 content in the low density raft (detergent-resistant) fractions .",
"citekey": "santos2000aminopeptidase",
"dataset": "BIOL403",
"findings": [
"FIG 4"
]
},
{
"id": "akamatsulab-Pu_eipQdq",
"claim": "Matrigel stiffness can be tuned between ~10 Pa to ~300 Pa",
"citekey": "slater2018tuning",
"dataset": "akamatsulab",
"findings": [
"FIG 1B"
]
},
{
"id": "BIOL403-F1br3itAE",
"claim": "No reduction of eIF3j affinity of the 43s preinitiation complex was observed when eIF4A was not complexed to eIF4G",
"citekey": "sokabe2017helicaseindependent",
"dataset": "BIOL403",
"findings": [
"FIG 4A",
"FIG 4B"
]
},
{
"id": "BIOL403-r2XHRduO2",
"claim": "[[EVD]] - eIF4A activity reduces eIF3j affinity of the 43s preinitiation complex - [[Spokabe and Fraser 2017]]",
"citekey": "sokabe2017helicaseindependent",
"dataset": "BIOL403",
"findings": [
"FIG 2"
]
},
{
"id": "BIOL403-XluxTD7Ik",
"claim": "[[EVD]] - The addition of HB27 following H014-S binding exhibits cooperative allosteric binding - [Sun, 2021] -",
"citekey": "sun2021structurebased",
"dataset": "BIOL403",
"findings": [
"FIG 1B"
]
},
{
"id": "akamatsulab-Gn6iewvYF",
"claim": "[[EVD]] - Presence of Cofilin, Coronin and Aip1 resulted in rapid loss of actin filaments over time based on electron microscopy - [[@tang2020bursting]]",
"citekey": "tang2020bursting",
"dataset": "akamatsulab",
"findings": [
"FIG 1"
]
},
{
"id": "BIOL403-VZoKTW0Yr",
"claim": "eIF3 NIP1 subunit was observed to have attenuated association with eIF1 and eIF5 when a mutating residues in in the NIP1-NTD",
"citekey": "valasek2004interactions",
"dataset": "BIOL403",
"findings": [
"FIG 1C",
"FIG 1D"
]
},
{
"id": "akamatsulab-rYN6VK3QX",
"claim": "[[EVD]] - Measurement of severing rates of actin filaments by eGFP-cofilin - @wioland2017adf",
"citekey": "wioland2017adf",
"dataset": "akamatsulab",
"findings": [
"FIG 2E"
]
},
{
"id": "akamatsulab-QXPFaZd9j",
"claim": "Simulated actin filament polymerization in the presence of cofilin",
"citekey": "wioland2017adf",
"dataset": "akamatsulab",
"findings": [
"FIG 6E"
]
},
{
"id": "akamatsulab-2wT9Yv_cF",
"claim": "Appearance rate constant of eGFP-cofilin-1 domains onto unlabeled cytoplasmic actin was ~2.15x10^-4/ \u00ac\u00a8\u00ac\u00b5M / sec",
"citekey": "wioland2017adf",
"dataset": "akamatsulab",
"findings": [
"FIG 1"
]
},
{
"id": "akamatsulab-_xYEUv42O",
"claim": "Summary of the ADF/cofilin assembly mechanism and corresponding rates",
"citekey": "wioland2017adf",
"dataset": "akamatsulab",
"findings": [
"FIG 1H",
"FIG 1I",
"FIG 1J"
]
},
{
"id": "akamatsulab-9gFfjaS5s",
"claim": "In the presence of calcium, beads in motility assays with Drosophila Myosin-ID had shorter actin tails",
"citekey": "xu2024myosini",
"dataset": "akamatsulab",
"findings": [
"FIG 5D"
]
},
{
"id": "akamatsulab-5LQe2yX0I",
"claim": "Rhodamine-actin density decreased by~20% in the presence of Drosophila Myosin-ID in branched actin bead motility assays",
"citekey": "xu2024myosini",
"dataset": "akamatsulab",
"findings": [
"FIG 5"
]
},
{
"id": "akamatsulab-tvBYlW_Kf",
"claim": "Rigor delayed the growth of actin comet tails at 50 nM Cp",
"citekey": "xu2024myosini",
"dataset": "akamatsulab",
"findings": [
"FIG 5C",
"FIG 2A"
]
},
{
"id": "akamatsulab-m1Yc-GGvJ",
"claim": "SNAP-Arp2/3 complex was ~50% as intense in the presence of Drosophila Myosin-ID in bead motility assays",
"citekey": "xu2024myosini",
"dataset": "akamatsulab",
"findings": [
"FIG 4A",
"FIG 4C"
]
},
{
"id": "akamatsulab-lFsPSfH_z",
"claim": "The actin:Arp2/3 fluorescence ratio in bead tails was 50% higher in the presence of drosophila Myosin-ID",
"citekey": "xu2024myosini",
"dataset": "akamatsulab",
"findings": [
"FIG 4D"
]
},
{
"id": "akamatsulab-82vjreeE4",
"claim": "WAVE2-ABI1 complex formation via immunoprecipitation was decreased in HeLa cells with GRAF1 knocked down by siRNA",
"citekey": "zhu2023graf1",
"dataset": "akamatsulab",
"findings": [
"FIG 4B"
]
}
] |