text
stringlengths
310
8.3k
writing_style_average
float64
-3.5
3.37
facts_and_trivia_average
float64
-3.77
3.96
educational_value_average
float64
-3.86
3.99
required_expertise_average
float64
-3.75
4.36
writing_style_chunks
sequencelengths
2
2
facts_and_trivia_chunks
sequencelengths
2
2
educational_value_chunks
sequencelengths
2
2
required_expertise_chunks
sequencelengths
2
2
length
int64
1.02k
1.02k
chunk_lengths
sequencelengths
2
2
input_ids
sequencelengths
1.02k
1.02k
document_index
int64
75
1.18M
document_position
int64
0
1.47M
source_domain
stringclasses
7 values
cluster_id
int64
-1
24
cluster_no
int64
-1
25
Q: Better And Simpler Way To Check Internet Access. PHP Cronjob This is my setup: I am running a cronjob in my home using a raspberry pi 3. Every 1 minute, this cronjob executes a php file that requires a functioning internet connection. To check if the internet is working at my home(finicky internet), I have modified and implemented the following function at the beginning of my file: function is_connected_true_false() { $multiple_domains = array('www.example.com', 'www.google.com', 'www.bing.com'); $random_domain_used = $multiple_domains[rand(0,2)]; $connected = @fsockopen($random_domain_used, 80, $errno, $errstr, 10); if($connected) { $is_conn = true; fclose($connected); } else { $is_conn = false; //action in connection failure // Log error to the server //$errno; // Error # //$errstr; // Error as a string } return $is_conn; } This works so far, however, I believe I will face some problems in the future. This cronjob runs the php file every 1 minute! This is 1440 website requests a day! from my home ip. I've added at least 3 different domains, I do not wish to get my ip blacklisted. I choose this 3 domains because of their reliability and loading time. It also seems to take some time to load the pages (sometimes a few seconds, finicky internet...). There is probably higher bandwidth usage by opening an entire website rather than pinging 8.8.8.8. Additional information: The php file essentially pulls information from other websites. I cannot use the (return code/exit status) when I call x website because of the long required timeout value. Otherwise, I'd use that. Solution/Improvement? Could I ping 8.8.8.8 server or any other reliable server instead of fully loading a website to check if internet is up? If so, how? Could I achieve the same result like in the current function? I've tried 8.8.8.8 instead of the website domains but it does not seem to work. Not sure why. Other: Please keep in mind, PHP hobbyist here. Although I did some research, I am not knowledgeable regarding network protocols, TCP, HTTP, ICMP, packages and all that kind of good stuff, Yet! Source where I got the code: Determine in php script if connected to internet? EDIT: -ochi has suggested that I buy or rent a host/VPS services instead. This could work. However, I believe that there is a better way. thanks. EDIT2: I found out that a ping to a server usesdifferent protocol or port than an http request, how can I make sure port 80 is working? Should I just add more websites to my function array to disperse the traffic/requests? A: I wouldn't worry about it. A quick google search shows that google claims to serve 40k searches per second. Additionally, google, bing, and all of the other giants use round robin DNS, and those IPs point to load balancers, so even if you have locally cached DNS info you should still toggle between each of the given servers and more. ivan@darkstar:~$ nslookup www.google.com Server: 192.168.1.2 Address: 192.168.1.2#53 Non-authoritative answer: Name: www.google.com Address: 74.125.141.99 Name: www.google.com Address: 74.125.141.106 Name: www.google.com Address: 74.125.141.147 Name: www.google.com Address: 74.125.141.103 Name: www.google.com Address: 74.125.141.105 Name: www.google.com Address: 74.125.141.104 Name: www.google.com
-1.497994
-0.932311
-0.42825
-0.80734
[ -1.2733676475083617, -1.7226211882199551 ]
[ -0.6055212743315715, -1.259100706509619 ]
[ -0.03132807921125371, -0.82517152015653 ]
[ -0.19341678029965353, -1.4212635469150148 ]
1,024
[ 512, 512 ]
[ 660, 29901, 26965, 1126, 3439, 20069, 5307, 1763, 5399, 4685, 11028, 29889, 5048, 315, 1617, 9057, 910, 338, 590, 6230, 29901, 13, 29902, 626, 2734, 263, 18863, 9057, 297, 590, 3271, 773, 263, 364, 4692, 16344, 2930, 29871, 29941, 29889, 7569, 29871, 29896, 11015, 29892, 445, 18863, 9057, 24138, 263, 3989, 934, 393, 6858, 263, 740, 292, 8986, 3957, 29889, 1763, 1423, 565, 278, 8986, 338, 1985, 472, 590, 3271, 29898, 4951, 18219, 8986, 511, 306, 505, 9120, 322, 8762, 278, 1494, 740, 472, 278, 6763, 310, 590, 934, 29901, 13, 2220, 338, 29918, 18045, 29918, 3009, 29918, 4541, 580, 13, 29912, 13, 1678, 395, 20787, 29918, 3129, 2708, 353, 1409, 877, 1636, 29889, 4773, 29889, 510, 742, 525, 1636, 29889, 3608, 29889, 510, 742, 525, 1636, 29889, 10549, 29889, 510, 2157, 13, 1678, 395, 8172, 29918, 7247, 29918, 3880, 353, 395, 20787, 29918, 3129, 2708, 29961, 9502, 29898, 29900, 29892, 29906, 27077, 13, 1678, 395, 18045, 353, 732, 29888, 21852, 3150, 1566, 8172, 29918, 7247, 29918, 3880, 29892, 29871, 29947, 29900, 29892, 395, 3127, 1217, 29892, 395, 3127, 710, 29892, 29871, 29896, 29900, 416, 13, 1678, 565, 1566, 18045, 29897, 426, 13, 4706, 395, 275, 29918, 13082, 353, 1565, 29936, 13, 4706, 285, 5358, 1566, 18045, 416, 13, 1678, 500, 1683, 426, 13, 4706, 395, 275, 29918, 13082, 353, 2089, 29936, 849, 2467, 297, 3957, 10672, 13, 4706, 849, 4522, 1059, 304, 278, 1923, 13, 4706, 849, 29938, 3127, 1217, 29936, 849, 4829, 396, 13, 4706, 849, 29938, 3127, 710, 29936, 849, 4829, 408, 263, 1347, 13, 1678, 500, 13, 1678, 736, 395, 275, 29918, 13082, 29936, 13, 29913, 13, 13, 4013, 1736, 577, 2215, 29892, 3138, 29892, 306, 4658, 306, 674, 3700, 777, 4828, 297, 278, 5434, 29889, 13, 4013, 18863, 9057, 6057, 278, 3989, 934, 1432, 29871, 29896, 11015, 29991, 910, 338, 29871, 29896, 29946, 29946, 29900, 4700, 7274, 263, 2462, 29991, 515, 590, 3271, 10377, 29889, 13, 29902, 29915, 345, 2715, 472, 3203, 29871, 29941, 1422, 21904, 29892, 306, 437, 451, 6398, 304, 679, 590, 10377, 4628, 1761, 287, 29889, 306, 6755, 445, 29871, 29941, 21904, 1363, 310, 1009, 12536, 3097, 322, 8363, 931, 29889, 13, 3112, 884, 2444, 304, 2125, 777, 931, 304, 2254, 278, 6515, 313, 29879, 14618, 263, 2846, 6923, 29892, 1436, 18219, 8986, 856, 467, 13, 8439, 338, 3117, 6133, 3719, 2103, 8744, 491, 8718, 385, 4152, 4700, 3265, 1135, 24543, 292, 29871, 29947, 29889, 29947, 29889, 29947, 29889, 29947, 29889, 13, 2528, 3245, 2472, 29901, 13, 1576, 3989, 934, 13674, 8206, 29879, 2472, 515, 916, 28007, 29889, 13, 29902, 2609, 671, 278, 313, 2457, 775, 29914, 13322, 4660, 29897, 746, 306, 1246, 921, 4700, 1363, 310, 278, 1472, 3734, 11815, 995, 29889, 13466, 29892, 306, 29915, 29881, 671, 393, 29889, 13, 13296, 918, 29914, 1888, 16123, 882, 29973, 13, 23323, 306, 24543, 29871, 29947, 29889, 29947, 29889, 29947, 29889, 29947, 1923, 470, 738, 916, 23279, 1923, 2012, 310, 8072, 8363, 263, 4700, 304, 1423, 565, 8986, 338, 701, 29973, 13, 3644, 577, 29892, 920, 29973, 6527, 306, 6176, 278, 1021, 1121, 763, 297, 278, 1857, 740, 29973, 13, 29902, 29915, 345, 1898, 29871, 29947, 29889, 29947, 29889, 29947, 29889, 29947, 2012, 310, 278, 4700, 21904, 541, 372, 947, 451, 2833, 304, 664, 29889, 2216, 1854, 2020, 29889, 13, 16107, 29901, 13, 12148, 3013, 297, 3458, 29892, 5048, 298, 711, 1609, 391, 1244, 29889, 8512, 306, 1258, 777, 5925, 29892, 306, 626, 451, 7134, 519, 11211, 3564, 9608, 29879, 29892, 19374, 29892, 7331, 29892, 18340, 3580, 29892, 9741, 322, 599, 393, 2924, 310, 1781, 6433, 29892, 15175, 29991, 13, 4435, 988, 306, 2355, 278, 775, 29901, 5953, 837, 457, 297, 3989, 2471, 565, 6631, 304, 8986, 29973, 13, 12378, 29901, 13, 29899, 2878, 29875, 756, 7829, 393, 306, 15649, 470, 23990, 263, 3495, 29914, 29963, 7024, 5786, 2012, 29889, 910, 1033, 664, 29889, 2398, 29892, 306, 4658, 393, 727, 338, 263, 2253, 982, 29889, 3969, 29889, 13, 12378, 29906, 29901, 13, 29902, 1476, 714, 393, 263, 24543, 304, 263, 1923, 3913, 29881, 15622, 9608, 470, 2011, 1135, 385, 1732, 2009, 29892, 920, 508, 306, 1207, 1854, 2011, 29871, 29947, 29900, 338, 1985, 29973, 10575, 306, 925, 788, 901, 28007, 304, 590, 740, 1409, 304, 766, 546, 344, 278, 12469, 29914, 24830, 29973, 13, 13, 29909, 29901, 306, 7656, 29915, 29873, 15982, 1048, 372, 29889, 29871, 319, 4996, 5386, 2740, 3697, 393, 5386, 16726, 304, 9080, 29871, 29946, 29900, 29895, 29645, 639, 1473, 29889, 29871, 13, 2528, 17658, 29892, 5386, 29892, 289, 292, 29892, 322, 599, 310, 278, 916, 4005, 1934, 671, 4513, 696, 2109, 16332, 29892, 322, 1906, 5641, 29879, 1298, 304, 2254, 6411, 4564, 414, 29892, 577, 1584, 565, 366, 505, 12430, 22152, 16332, 5235, 366, 881, 1603, 20429, 1546, 1269, 310, 278, 2183, 12424, 322, 901, 29889, 259, 13, 20595, 29992, 26031, 8508, 29901, 16643, 17534, 20401, 7821, 29889, 3608, 29889, 510, 13, 6004, 29901, 418, 29896, 29929, 29906, 29889, 29896, 29953, 29947, 29889, 29896, 29889, 29906, 13, 7061, 29901, 268, 29896, 29929, 29906, 29889, 29896, 29953, 29947, 29889, 29896, 29889, 29906, 29937, 29945, 29941, 13, 13, 12283, 29899, 8921, 23378, 1234, 29901, 13, 1170, 29901, 259, 7821, 29889, 3608, 29889, 510, 13, 7061, 29901, 29871, 29955, 29946, 29889, 29896, 29906, 29945, 29889, 29896, 29946, 29896, 29889, 29929, 29929, 13, 1170, 29901, 259, 7821, 29889, 3608, 29889, 510, 13, 7061, 29901, 29871, 29955, 29946, 29889, 29896, 29906, 29945, 29889, 29896, 29946, 29896, 29889, 29896, 29900, 29953, 13, 1170, 29901, 259, 7821, 29889, 3608, 29889, 510, 13, 7061, 29901, 29871, 29955, 29946, 29889, 29896, 29906, 29945, 29889, 29896, 29946, 29896, 29889, 29896, 29946, 29955, 13, 1170, 29901, 259, 7821, 29889, 3608, 29889, 510, 13, 7061, 29901, 29871, 29955, 29946, 29889, 29896, 29906, 29945, 29889, 29896, 29946, 29896, 29889, 29896, 29900, 29941, 13, 1170, 29901, 259, 7821, 29889, 3608, 29889, 510, 13, 7061, 29901, 29871, 29955, 29946, 29889, 29896, 29906, 29945, 29889, 29896, 29946, 29896, 29889, 29896, 29900, 29945, 13, 1170, 29901, 259, 7821, 29889, 3608, 29889, 510, 13, 7061, 29901, 29871, 29955, 29946, 29889, 29896, 29906, 29945, 29889, 29896, 29946, 29896, 29889, 29896, 29900, 29946, 13, 1170, 29901, 259, 7821, 29889, 3608, 29889, 510, 13 ]
1,330,310
0
StackExchange
-1
-1
\section{Core Structure of Centrally-Concentrated Stars} \subsection{Mechanical Structure Described by Homology Invariants} Homology-invariant variables were introduced by Chandrasekhar 1939 and Schwarzschild 1958 and are discussed, for example, by Cox \& Giuli 1968 and Kippenhahn \& Weigert 1990. In place of the usual variables \begin{equation} u\equiv {d\ln m\over{d\ln r}}\quad ,\quad v\equiv -{d\ln (P/\rho)\over{d\ln r}} \quad \mbox{or} \quad V\equiv -{d\ln P \over{d\ln r}} =(n_{\rm e} +1)v \quad, \end{equation} we choose \begin{equation} u\equiv {d\ln m\over{d\ln r}}\quad ,\quad w\equiv -{d\ln\rho\over{d\ln r}} \equivn_{\rm e} v = {V\over\Gamma}\quad , \end{equation} \noindent in order to demonstrate universal density behavior~(15) in the inner core. Here $\Gamma\equiv d\ln P/d \ln \rho \equiv 1+1/n_{\rm e}$ defines the local polytropic index $n_{\rm e} = d\ln \rho/d\ln (P/\rho)$, which is constant only for a polytrope. Although stellar structure is far from being self-homologous (polytropic), these homology-invariant variables have nevertheless historically proven to be useful. Because the Sun is well-approximated by an ideal gas equation of state, $1-\Gamma^{-1}\equiv 1/(n_{\rm e} +1)$ = $d\ln(T/\mu )/d\ln P$ = $\nabla -\nabla_{\mu}$, where $\nabla\equiv d\ln T/d\ln P$ and $\nabla_{\mu}\equiv d\ln {\mu}/d\ln P$ are the temperature and mean molecular weight logarithmic gradients. The barytrope $P(\rho)$ and $n_{\rm e}$ we are fitting both derive from the star's thermal structure and chemical composition. For cool stars like the Sun, $n_{\rm e}$ is not constant, but is large: the core is centrally concentrated and surrounded by extended radiative and convective zones. This fixes, to good approximation, the mechanical structure of the {\em inner core} of the Sun and other stars with extended envelopes. The two mechanical equations \begin{equation} {dm\over{dr}}=4 \pi r^2 \rho\quad ,\quad -{1\over\rho}\cdot {dP\over{dr}} = g \equiv {Gm(r)\over{r^2}}\quad , \end{equation} for mass continuity and for pressure equilibrium, can be written respectively as \begin{eqnarray} du/d\ln m & = & 3-w-u\quad ,\\ d\ln V/d\ln r & = & -1 + u + w/n_{\rm e}\quad , \end{eqnarray} or \begin{equation} d\ln r=d\ln u/(3-w-u) = d\ln V/[-1+u+w/n_{\rm e}]\quad . \end{equation} The last equation (hydrostatic equilibrium) is a first-order equation for homology variables \be {d\ln (\Gamma w)\over{d\ln u}}={-1+u+w(\Gamma-1) \over{3-u-w}}\quad , \ee provided $\Gamma$ is a given function of $u$ or $w$, determined by the prescribed thermal structure or barytrope $P=P(\rho)$. For continuously varying $n_{\rm e}$ or $\Gamma$, this is an extension of composite polytropes of different, constant $n_{\rm e} = n$ (Chandrasekhar 1939). In Section~4, we obtain $u,
0.774297
0.456321
1.186068
2.163425
[ 0.5263858661960097, 1.0222083714935608 ]
[ 0.3059086735550752, 0.6067342752151079 ]
[ 1.0846179719578246, 1.2875172539885662 ]
[ 2.002139726105781, 2.3247096393691384 ]
1,024
[ 512, 512 ]
[ 320, 2042, 29912, 9203, 3767, 12425, 310, 2895, 29878, 635, 29899, 1168, 1760, 29878, 630, 25435, 29913, 13, 29905, 7235, 29912, 6816, 5083, 936, 3767, 12425, 20355, 2580, 491, 15089, 3002, 512, 5927, 1934, 29913, 13, 13, 24259, 3002, 29899, 262, 19365, 3651, 892, 9129, 491, 678, 27177, 559, 29895, 8222, 29871, 29896, 29929, 29941, 29929, 322, 13, 4504, 4495, 29920, 816, 789, 29871, 29896, 29929, 29945, 29947, 322, 526, 15648, 29892, 363, 1342, 29892, 491, 315, 2251, 320, 29987, 4406, 14549, 13, 29896, 29929, 29953, 29947, 322, 16540, 7785, 29882, 5422, 320, 29987, 1334, 335, 814, 29871, 29896, 29929, 29929, 29900, 29889, 29871, 512, 2058, 310, 278, 9670, 3651, 29871, 13, 29905, 463, 29912, 2573, 29913, 13, 29884, 29905, 9402, 426, 29881, 29905, 3083, 286, 29905, 957, 29912, 29881, 29905, 3083, 364, 4229, 3425, 1919, 29905, 3425, 325, 29905, 9402, 448, 29912, 29881, 29905, 3083, 313, 29925, 7998, 4650, 2144, 957, 29912, 29881, 29905, 3083, 364, 930, 13, 29905, 3425, 320, 8264, 29912, 272, 29913, 320, 3425, 478, 29905, 9402, 29871, 448, 29912, 29881, 29905, 3083, 349, 320, 957, 29912, 29881, 29905, 3083, 364, 930, 353, 29898, 29876, 1665, 1758, 321, 29913, 718, 29896, 29897, 29894, 320, 3425, 29892, 13, 29905, 355, 29912, 2573, 29913, 13, 705, 6755, 29871, 13, 29905, 463, 29912, 2573, 29913, 13, 29884, 29905, 9402, 426, 29881, 29905, 3083, 286, 29905, 957, 29912, 29881, 29905, 3083, 364, 4229, 3425, 1919, 29905, 3425, 281, 29905, 9402, 448, 29912, 29881, 29905, 3083, 29905, 4650, 29905, 957, 29912, 29881, 29905, 3083, 364, 930, 13, 29905, 9402, 29876, 1665, 1758, 321, 29913, 325, 353, 426, 29963, 29905, 957, 29905, 6642, 1012, 3425, 1919, 13, 29905, 355, 29912, 2573, 29913, 13, 29905, 17695, 297, 1797, 304, 22222, 15968, 9027, 6030, 30022, 29898, 29896, 29945, 29897, 297, 278, 29871, 13, 3993, 7136, 29889, 2266, 779, 6642, 29905, 9402, 270, 29905, 3083, 349, 29914, 29881, 320, 3083, 320, 4650, 320, 9402, 29871, 29896, 29974, 29896, 29914, 29876, 1665, 1758, 321, 1042, 29871, 13, 1753, 1475, 278, 1887, 13, 3733, 3637, 1336, 293, 2380, 395, 29876, 1665, 1758, 321, 29913, 353, 270, 29905, 3083, 320, 4650, 29914, 29881, 29905, 3083, 313, 29925, 7998, 4650, 5767, 607, 338, 4868, 29871, 13, 6194, 363, 263, 1248, 3637, 307, 412, 29889, 29871, 8512, 14781, 279, 3829, 338, 2215, 515, 1641, 29871, 13, 1311, 29899, 9706, 1189, 681, 313, 3733, 3637, 1336, 293, 511, 1438, 3632, 3002, 29899, 262, 19365, 3651, 505, 29871, 13, 484, 369, 16561, 3603, 1711, 16413, 304, 367, 5407, 29889, 13, 13, 29933, 5658, 278, 8991, 338, 1532, 29899, 9961, 2657, 630, 491, 385, 10839, 10489, 6306, 310, 2106, 29892, 13, 29938, 29896, 2612, 6642, 3426, 29896, 1012, 9402, 29871, 29896, 14571, 29876, 1665, 1758, 321, 29913, 718, 29896, 1262, 353, 395, 29881, 29905, 3083, 29898, 29911, 7998, 2589, 1723, 29914, 29881, 29905, 3083, 349, 29938, 353, 779, 8511, 29871, 13, 2612, 8511, 1665, 2589, 4429, 13, 3062, 779, 8511, 29905, 9402, 270, 29905, 3083, 323, 29914, 29881, 29905, 3083, 349, 29938, 322, 13, 4535, 8511, 1665, 2589, 1012, 9402, 270, 29905, 3083, 2802, 2589, 6822, 29881, 29905, 3083, 349, 29938, 526, 278, 13, 12863, 1535, 322, 2099, 13206, 16637, 7688, 1480, 23830, 13076, 4656, 10070, 29889, 13, 1576, 289, 653, 29873, 307, 412, 395, 29925, 1194, 4650, 1262, 322, 395, 29876, 1665, 1758, 321, 1042, 591, 526, 28221, 1716, 21340, 515, 13, 1552, 5810, 29915, 29879, 26963, 3829, 322, 22233, 15259, 29889, 29871, 1152, 12528, 10819, 29871, 13, 4561, 278, 8991, 29892, 395, 29876, 1665, 1758, 321, 1042, 338, 451, 4868, 29892, 541, 338, 2919, 29901, 13, 1552, 7136, 338, 1644, 29878, 635, 14953, 630, 322, 22047, 491, 10410, 13, 3665, 29875, 1230, 322, 378, 345, 312, 573, 20542, 29889, 29871, 910, 24626, 29892, 304, 1781, 16845, 29892, 13, 1552, 28310, 3829, 310, 278, 2802, 331, 6426, 7136, 29913, 310, 278, 8991, 322, 916, 10819, 13, 2541, 10410, 427, 1830, 267, 29889, 13, 13, 1576, 1023, 28310, 10693, 13, 29905, 463, 29912, 2573, 29913, 13, 29912, 18933, 29905, 957, 29912, 7707, 28419, 29946, 320, 1631, 364, 29985, 29906, 320, 4650, 29905, 3425, 1919, 29905, 3425, 448, 29912, 29896, 29905, 957, 29905, 4650, 1012, 3822, 426, 29881, 29925, 29905, 957, 29912, 7707, 930, 29871, 13, 29922, 330, 320, 9402, 426, 29954, 29885, 29898, 29878, 2144, 957, 29912, 29878, 29985, 29906, 4229, 3425, 1919, 13, 29905, 355, 29912, 2573, 29913, 13, 1454, 4158, 3133, 537, 322, 363, 12959, 26440, 29892, 508, 367, 3971, 13, 690, 1103, 3598, 408, 13, 29905, 463, 29912, 9441, 29913, 13, 700, 29914, 29881, 29905, 3083, 286, 669, 353, 669, 29871, 29941, 29899, 29893, 29899, 29884, 29905, 3425, 1919, 1966, 13, 29881, 29905, 3083, 478, 29914, 29881, 29905, 3083, 364, 669, 353, 669, 448, 29896, 718, 318, 718, 281, 29914, 29876, 1665, 1758, 321, 1012, 3425, 1919, 13, 29905, 355, 29912, 9441, 29913, 13, 272, 13, 29905, 463, 29912, 2573, 29913, 13, 29881, 29905, 3083, 364, 29922, 29881, 29905, 3083, 318, 14571, 29941, 29899, 29893, 29899, 29884, 29897, 353, 270, 29905, 3083, 478, 29914, 14352, 29896, 29974, 29884, 29974, 29893, 29914, 29876, 1665, 1758, 321, 6525, 29905, 3425, 869, 13, 29905, 355, 29912, 2573, 29913, 13, 1576, 1833, 6306, 313, 29882, 11279, 7959, 26440, 29897, 338, 263, 937, 29899, 2098, 6306, 13, 1454, 3632, 3002, 3651, 13, 29905, 915, 13, 29912, 29881, 29905, 3083, 3441, 6642, 281, 2144, 957, 29912, 29881, 29905, 3083, 318, 930, 3790, 29899, 29896, 29974, 29884, 29974, 29893, 1194, 6642, 29899, 29896, 29897, 320, 957, 29912, 29941, 29899, 29884, 29899, 29893, 4229, 3425, 1919, 13, 29905, 3905, 13, 16123, 2618, 779, 6642, 29938, 338, 263, 2183, 740, 310, 395, 29884, 29938, 470, 395, 29893, 1628, 10087, 13, 1609, 278, 2225, 23059, 26963, 3829, 470, 289, 653, 29873, 307, 412, 395, 29925, 29922, 29925, 1194, 4650, 4935, 13, 2831, 3133, 5794, 24099, 395, 29876, 1665, 1758, 321, 1042, 470, 779, 6642, 1628, 445, 338, 13, 273, 6081, 310, 20842, 1248, 3637, 1336, 267, 310, 1422, 29892, 4868, 13, 29938, 29876, 1665, 1758, 321, 29913, 353, 302, 29938, 313, 1451, 27177, 559, 29895, 8222, 29871, 29896, 29929, 29941, 29929, 467, 13, 13, 797, 9779, 30022, 29946, 29892, 591, 4017, 395, 29884, 29892 ]
1,330,313
0
ArXiv
-1
-1
~w$ from the present and ZAMS standard solar models, including helium and metal diffusion, calculated by Bahcall, Pinsonneault and collaborators, and called the BP98 models. These are Bahcall, Basu, \& Pinsonneault 1998 and Bahcall, Basu, Pinsonneault, \& Christensen-Dalsgaard 1997 for the present Sun, and Pinsonneault 1998, for the ZAMS Sun. (See also Bahcall 1999.) We use the first (mass continuity) equation only to obtain the radial and mass distributions, $r(u),~m(u)$: \begin{equation} {dm\over{m}}=u \cdot {dr\over{r}}={dz\over{w(z)-z}}\quad , \end{equation} where $z\equiv 3 - u$ = $-d\ln\overline{\rho}/d \ln r$ and $\overline{\rho}\equiv m(r)/(4\pi r^3/ 3)$ is the average density interior to radius $r$. Since $d\ln g/d\ln r$ = $u-2=1-z$, the gravitational acceleration $g\equiv Gm/r^2$ is a maximum at $u$ = 2, and $u,~w$ have inflection points as functions of $r,~m$. We define the {\em inner core} boundary as this radius: $u(\xi_{ic})\equiv 2$ or $z(\xi_{ic})\equiv 1$. For regular solutions, $w\rightarrow 5z/3$ at $z$ = 0. For solutions of {\em finite} radius, $w(z)$ diverges at the stellar surface \begin{equation} du/d\ln m\rightarrow -w\quad ,\quad uV^{n_{\rm e}} \rightarrow\ {\rm constant}\quad ,\quad z \rightarrow 3. \end{equation} For solutions of {\em infinite} radius, $w$ remains finite as $r\rightarrow$ $\infty$. A centrally-concentrated core is insensitive to the stellar surface. In Section~3, we therefore neglect the outer boundary condition by letting $w$ be finite at $z$ = 3, so that the core radius recedes to infinity. \subsection{Polytropes as an Illustration} For comparison with analytic fits, we often study the polytropic case, $n_{\rm e} = n$ = constant, in which equation~(7) reads \begin{eqnarray} {d\ln w\over{d\ln u}}={{-1+u+w/n}\over{3-w-u}}\quad \ {\rm or}\ \quad {d\ln w\over{dz}} = {{2-z+w/n}\over{(3-z)(w-z)}}\quad . \end{eqnarray} Figure~1 shows the characteristic curves in the $(u,w)$ plane for complete polytropes $P=K\rho^{\Gamma}$, in which $\Gamma \equiv 1+1/n$ is a constant fixed by the star's temperature gradient and $K = P_c/\rho^\Gamma_c$ is another constant determined by the star's total entropy or luminosity. For polytropes, $w$ = $n(-\xi\theta^\prime_n/\theta_n)$, where ${}^\prime$ = $d/d\xi$, so that~(3) give \begin{eqnarray} (\xi^2\theta_n ')'+\xi^2\theta^n_n = 0\quad ,\\ \theta=(P/\rho)/(P/\rho)_c\quad, \quad \xi^2 \equiv r^2/\alpha^2 \quad ,\quad \alpha^2 \equiv (n+1) R_0^2/6 \equiv(n+1)P_c/4\pi G \rho_c^2 \quad ,\nonumber \end{eqnarray} the Lane-Emden equation of index $n$. We consider only the E-solutions, complete polytropes regular at the origin, for which $\theta_n$ = 1,
0.183282
-0.126304
0.311064
1.684773
[ -0.07216229627644868, 0.438726638740089 ]
[ 0.10356764386707698, -0.35617624438419326 ]
[ 0.24258595153024737, 0.37954296690099787 ]
[ 1.7524081803535039, 1.6171369264043538 ]
1,024
[ 512, 512 ]
[ 30022, 29893, 29938, 515, 278, 2198, 322, 796, 29909, 4345, 3918, 21635, 29871, 13, 9794, 29892, 3704, 1081, 1974, 322, 11915, 23253, 29892, 12833, 491, 15174, 4804, 29892, 29871, 13, 29925, 26803, 484, 1292, 322, 11465, 4097, 29892, 322, 2000, 278, 350, 29925, 29929, 29947, 4733, 29889, 29871, 4525, 526, 13, 29933, 801, 4804, 29892, 4886, 29884, 29892, 320, 29987, 17434, 1100, 484, 1292, 29871, 29896, 29929, 29929, 29947, 322, 15174, 4804, 29892, 4886, 29884, 29892, 17434, 1100, 484, 1292, 29892, 320, 29987, 29871, 13, 18687, 14762, 29899, 29928, 1338, 3249, 538, 29871, 29896, 29929, 29929, 29955, 363, 278, 2198, 8991, 29892, 322, 17434, 1100, 484, 1292, 29871, 29896, 29929, 29929, 29947, 29892, 363, 13, 1552, 796, 29909, 4345, 8991, 29889, 29871, 313, 13393, 884, 15174, 4804, 29871, 29896, 29929, 29929, 29929, 1846, 13, 4806, 671, 278, 937, 313, 25379, 3133, 537, 29897, 29871, 13, 2573, 871, 304, 4017, 278, 28373, 322, 4158, 18822, 29892, 395, 29878, 29898, 29884, 511, 30022, 29885, 29898, 29884, 1262, 29901, 13, 29905, 463, 29912, 2573, 29913, 13, 29912, 18933, 29905, 957, 29912, 29885, 28419, 29884, 320, 3822, 426, 7707, 29905, 957, 29912, 29878, 930, 3790, 5601, 29905, 957, 29912, 29893, 29898, 29920, 6817, 29920, 4229, 3425, 1919, 13, 29905, 355, 29912, 2573, 29913, 13, 3062, 395, 29920, 29905, 9402, 29871, 29941, 448, 318, 29938, 353, 15727, 29881, 29905, 3083, 29905, 6875, 741, 4650, 6822, 29881, 320, 3083, 364, 29938, 322, 13, 4535, 6875, 741, 4650, 1012, 9402, 286, 29898, 29878, 6802, 29898, 29946, 29905, 1631, 364, 29985, 29941, 29914, 29871, 29941, 1262, 338, 278, 6588, 9027, 13, 1639, 1611, 304, 11855, 395, 29878, 1504, 29871, 4001, 395, 29881, 29905, 3083, 330, 29914, 29881, 29905, 3083, 364, 29938, 353, 395, 29884, 29899, 29906, 29922, 29896, 29899, 29920, 1628, 278, 13, 3874, 29894, 277, 1288, 28178, 395, 29887, 29905, 9402, 402, 29885, 29914, 29878, 29985, 29906, 29938, 338, 263, 7472, 472, 395, 29884, 29938, 353, 29871, 29906, 29892, 322, 13, 29938, 29884, 29892, 30022, 29893, 29938, 505, 3041, 1464, 3291, 408, 3168, 310, 395, 29878, 29892, 30022, 29885, 1504, 13, 4806, 4529, 278, 2802, 331, 6426, 7136, 29913, 10452, 408, 445, 11855, 29901, 29871, 13, 29938, 29884, 1194, 5389, 648, 293, 11606, 9402, 29871, 29906, 29938, 470, 395, 29920, 1194, 5389, 648, 293, 11606, 9402, 29871, 29896, 1504, 13, 13, 2831, 4943, 6851, 29892, 395, 29893, 29905, 5211, 29871, 29945, 29920, 29914, 29941, 29938, 472, 395, 29920, 29938, 353, 29871, 29900, 29889, 29871, 1152, 6851, 310, 29871, 13, 741, 331, 8093, 29913, 11855, 29892, 395, 29893, 29898, 29920, 1262, 17089, 2710, 472, 278, 14781, 279, 7101, 259, 13, 29905, 463, 29912, 2573, 29913, 13, 700, 29914, 29881, 29905, 3083, 286, 29905, 5211, 448, 29893, 29905, 3425, 1919, 29905, 3425, 29871, 13, 29884, 29963, 998, 29876, 1665, 1758, 321, 930, 320, 5211, 29905, 2802, 1758, 4868, 1012, 3425, 1919, 29905, 3425, 503, 320, 5211, 29871, 29941, 29889, 13, 29905, 355, 29912, 2573, 29913, 13, 2831, 6851, 310, 2802, 331, 10362, 29913, 11855, 29892, 395, 29893, 29938, 9242, 8093, 408, 13, 29938, 29878, 29905, 5211, 29938, 779, 3411, 1504, 29871, 319, 1644, 29878, 635, 29899, 535, 1760, 29878, 630, 7136, 338, 1663, 575, 3321, 13, 517, 278, 14781, 279, 7101, 29889, 512, 9779, 30022, 29941, 29892, 591, 5480, 22851, 278, 11420, 29871, 13, 9917, 653, 4195, 491, 27697, 395, 29893, 29938, 367, 8093, 472, 395, 29920, 29938, 353, 29871, 29941, 29892, 577, 393, 278, 7136, 29871, 13, 13471, 337, 28352, 304, 27971, 29889, 13, 13, 29905, 7235, 29912, 7713, 3637, 1336, 267, 408, 385, 8408, 11036, 29913, 13, 13, 2831, 10230, 411, 16114, 293, 23994, 29892, 591, 4049, 6559, 278, 1248, 3637, 1336, 293, 13, 4878, 29892, 395, 29876, 1665, 1758, 321, 29913, 353, 302, 29938, 353, 4868, 29892, 297, 607, 6306, 30022, 29898, 29955, 29897, 13623, 13, 29905, 463, 29912, 9441, 29913, 13, 29912, 29881, 29905, 3083, 281, 29905, 957, 29912, 29881, 29905, 3083, 318, 930, 3790, 8499, 29896, 29974, 29884, 29974, 29893, 29914, 29876, 1012, 957, 29912, 29941, 29899, 29893, 29899, 29884, 4229, 3425, 320, 2802, 1758, 470, 1012, 320, 3425, 13, 29912, 29881, 29905, 3083, 281, 29905, 957, 29912, 5601, 930, 353, 8620, 29906, 29899, 29920, 29974, 29893, 29914, 29876, 1012, 957, 8001, 29941, 29899, 29920, 5033, 29893, 29899, 29920, 29897, 4229, 3425, 869, 13, 29905, 355, 29912, 9441, 29913, 13, 13080, 545, 30022, 29896, 3697, 278, 13, 18609, 4695, 19684, 297, 278, 2427, 29884, 29892, 29893, 1262, 10694, 363, 4866, 1248, 3637, 1336, 267, 13, 29938, 29925, 29922, 29968, 29905, 4650, 3311, 6642, 4429, 297, 607, 779, 6642, 13, 29905, 9402, 29871, 29896, 29974, 29896, 29914, 29876, 29938, 338, 263, 4868, 4343, 491, 278, 5810, 29915, 29879, 10430, 29871, 13, 24970, 322, 395, 29968, 353, 349, 29918, 29883, 7998, 4650, 3823, 6642, 29918, 29883, 29938, 338, 1790, 4868, 10087, 491, 13, 1552, 5810, 29915, 29879, 3001, 24687, 470, 19703, 8226, 537, 29889, 13, 13, 2831, 1248, 3637, 1336, 267, 29892, 395, 29893, 29938, 353, 395, 29876, 29898, 2612, 5389, 29905, 3416, 3823, 10080, 29918, 29876, 7998, 3416, 29918, 29876, 5767, 988, 6435, 10206, 10080, 29938, 353, 13, 29938, 29881, 29914, 29881, 29905, 5389, 1628, 577, 393, 30022, 29898, 29941, 29897, 2367, 13, 29905, 463, 29912, 9441, 29913, 13, 1194, 5389, 29985, 29906, 29905, 3416, 29918, 29876, 525, 16029, 3124, 5389, 29985, 29906, 29905, 3416, 29985, 29876, 29918, 29876, 353, 29871, 29900, 29905, 3425, 1919, 1966, 13, 29905, 3416, 7607, 29925, 7998, 4650, 6802, 29898, 29925, 7998, 4650, 20344, 29883, 29905, 3425, 29892, 320, 3425, 320, 5389, 29985, 29906, 320, 9402, 364, 29985, 29906, 7998, 2312, 29985, 29906, 320, 3425, 1919, 29905, 3425, 13, 29905, 2312, 29985, 29906, 320, 9402, 313, 29876, 29974, 29896, 29897, 390, 29918, 29900, 29985, 29906, 29914, 29953, 320, 9402, 29898, 29876, 29974, 29896, 29897, 29925, 29918, 29883, 29914, 29946, 29905, 1631, 402, 320, 4650, 29918, 29883, 29985, 29906, 320, 3425, 1919, 29905, 13621, 13, 29905, 355, 29912, 9441, 29913, 13, 1552, 23841, 29899, 6026, 1145, 6306, 310, 2380, 395, 29876, 1504, 29871, 1334, 2050, 871, 278, 382, 29899, 2929, 17925, 29892, 29871, 13, 8835, 1248, 3637, 1336, 267, 4943, 472, 278, 3978, 29892, 363, 607, 779, 3416, 29918, 29876, 29938, 353, 29871, 29896, 29892 ]
1,330,313
1,024
ArXiv
-1
-1
$\theta^\prime_n$ = 0 at $\xi$ = 0. In a polytrope, $\xi^2\sim 5z/n\sim 3v$, so that $\xi^2_{ic}\sim 5/n$. Therefore $\xi^2_{ic}$ is insensitive to $n$, for $3 < n < 5$. The stellar radius, however, diverges for $n=5$. The constants of the Lane-Emden functions (Chandrasekhar 1939) imply $\xi_1\simeq 3(n+1)/(5-n) \gg \xi_{ic}$, for $3 < n < 5$. Figure~1 shows that over this range in $n$, polytropes enjoy a common core structure and differ only by their more-or-less extended envelopes. The two limiting cases of~(10) are the polytropes $n = 0$ (incompressible matter) and $n = 5$ (the most centrally concentrated star of finite mass $M$). For incompressible matter, $m(r)=(4\pi/3)\rho r^3$, the exact solution is \begin{equation} \theta_0=1-\xi^2/6\quad ,\quad P/P_c =\theta_0\quad, \quad \rho/\rho_c=1\quad . \end{equation} For the $n=5$ polytrope, \begin{eqnarray} \theta_5=[1+\xi^2/3]^{-1/2}\quad ,\quad \rho/\rho_c=\theta_5^5\quad ,\quad P/P_c=\theta_5^6\quad . \end{eqnarray} In the $(u, w)$ plane, we have \begin{eqnarray} u = \left\{ \begin{array}{l} 3 \quad \\ 3(1-w/5) \quad \\ \end{array}\right. \quad ,\quad z = \left\{ \begin{array}{ll} 0 & \mbox{for $n$ = 0}\quad \\ 3w/5 & \mbox{for $n$ = 5}\quad \\ \end{array}\right. \quad . \end{eqnarray} These two limiting cases are the only ones for which $u$ is linear in $w$. Examination of Figure~1 shows that all polytropes, and therefore all barytropes of finite mass, fall between these two limits. The rest of this paper stresses the dominant role of mass continuity in the inner core of centrally-concentrated stars and uses equations~(4--8) to extract the radial and mass profiles of the core from a realistic barytrope, which we take from the BP98 models or from helioseismic data. We solve only the first two (mechanical) equations of stellar core structure. The remaining two (thermal) equations of stellar structure, not considered here, determine the barytrope and luminosity and neutrino production. \subsection{Mass Continuity Determines Inner Core Structure} From mass continuity (8) \begin{equation} \overline{\rho}(r)=\rho_c^{2/5} \rho^{3/5}(r)\quad, \end{equation} to first order in $r^2$. For centrally-condensed stars $(n_{\rm e} > 3),$ this limiting behavior $w=(5/3)z$ remains a good approximation over the inner core $u>2$, and leads to \begin{equation} u(m) \simeq 3 - (m/M_{ic})^{2/3}\quad ,\quad m/M_{ic} \simeq (3 - u)^{3/2} \quad , \end{equation} where $M_{ic}$ is the inner core mass. For the $n=5$ polytrope, equation~(16) holds exactly everywhere, the total mass $M$ is finite and independent of the radius $R$, which is infinite. In this special case, the entire star
0.203142
-0.002527
0.554544
1.731597
[ 0.23601467524827244, 0.17027025465633192 ]
[ 0.1537052441437491, -0.1587594432947968 ]
[ 0.33896311049484956, 0.7701240848101754 ]
[ 1.79403010464555, 1.6691643317694116 ]
1,024
[ 512, 512 ]
[ 29871, 13, 4535, 3416, 3823, 10080, 29918, 29876, 29938, 353, 29871, 29900, 472, 779, 5389, 29938, 353, 29871, 29900, 29889, 13, 13, 797, 263, 1248, 3637, 307, 412, 29892, 779, 5389, 29985, 29906, 29905, 3601, 29871, 29945, 29920, 29914, 29876, 29905, 3601, 29871, 29941, 29894, 1628, 577, 393, 779, 5389, 29985, 29906, 648, 293, 1012, 3601, 29871, 29945, 29914, 29876, 1504, 13, 8439, 1079, 779, 5389, 29985, 29906, 648, 293, 1042, 338, 1663, 575, 3321, 304, 395, 29876, 1628, 363, 395, 29941, 529, 302, 529, 29871, 29945, 1504, 29871, 450, 13, 6236, 279, 11855, 29892, 3138, 29892, 17089, 2710, 363, 395, 29876, 29922, 29945, 1504, 29871, 450, 17727, 310, 29871, 13, 1552, 23841, 29899, 6026, 1145, 3168, 313, 1451, 27177, 559, 29895, 8222, 29871, 29896, 29929, 29941, 29929, 29897, 22366, 13, 4535, 5389, 29918, 29896, 29905, 27798, 29871, 29941, 29898, 29876, 29974, 29896, 6802, 29898, 29945, 29899, 29876, 29897, 320, 1505, 320, 5389, 648, 293, 4429, 363, 395, 29941, 529, 302, 529, 29871, 29945, 1504, 13, 13080, 545, 30022, 29896, 3697, 393, 975, 445, 3464, 297, 395, 29876, 1628, 1248, 3637, 1336, 267, 13389, 263, 3619, 13, 3221, 3829, 322, 1163, 871, 491, 1009, 901, 29899, 272, 29899, 2222, 10410, 13, 264, 1830, 267, 29889, 13, 13, 1576, 1023, 4046, 292, 4251, 310, 30022, 29898, 29896, 29900, 29897, 526, 278, 1248, 3637, 1336, 267, 395, 29876, 353, 29871, 29900, 29938, 13, 29898, 262, 510, 2139, 1821, 4383, 29897, 322, 395, 29876, 353, 29871, 29945, 29938, 313, 1552, 1556, 1644, 29878, 635, 14953, 630, 13, 8508, 310, 8093, 4158, 395, 29924, 18724, 1152, 297, 510, 2139, 1821, 4383, 29892, 395, 29885, 29898, 29878, 3892, 29898, 29946, 29905, 1631, 29914, 29941, 2144, 4650, 364, 29985, 29941, 1628, 13, 1552, 2684, 1650, 338, 13, 29905, 463, 29912, 2573, 29913, 13, 29905, 3416, 29918, 29900, 29922, 29896, 2612, 5389, 29985, 29906, 29914, 29953, 29905, 3425, 1919, 29905, 3425, 349, 29914, 29925, 29918, 29883, 17313, 3416, 29918, 29900, 29905, 3425, 29892, 320, 3425, 320, 4650, 7998, 4650, 29918, 29883, 29922, 29896, 29905, 3425, 869, 13, 29905, 355, 29912, 2573, 29913, 13, 2831, 278, 395, 29876, 29922, 29945, 29938, 1248, 3637, 307, 412, 29892, 13, 29905, 463, 29912, 9441, 29913, 13, 29905, 3416, 29918, 29945, 11759, 29896, 3124, 5389, 29985, 29906, 29914, 29941, 29962, 3426, 29896, 29914, 29906, 1012, 3425, 1919, 29905, 3425, 320, 4650, 7998, 4650, 29918, 29883, 2013, 3416, 29918, 29945, 29985, 29945, 29905, 3425, 1919, 29905, 3425, 29871, 13, 29925, 29914, 29925, 29918, 29883, 2013, 3416, 29918, 29945, 29985, 29953, 29905, 3425, 869, 13, 29905, 355, 29912, 9441, 29913, 13, 797, 278, 2427, 29884, 29892, 281, 1262, 10694, 29892, 591, 505, 29871, 13, 29905, 463, 29912, 9441, 29913, 13, 29884, 353, 320, 1563, 10045, 320, 463, 29912, 2378, 1157, 29880, 29913, 13, 795, 29941, 965, 320, 3425, 2474, 13, 795, 29941, 29898, 29896, 29899, 29893, 29914, 29945, 29897, 1678, 320, 3425, 2474, 13, 9651, 320, 355, 29912, 2378, 1012, 1266, 29889, 320, 3425, 1919, 29905, 3425, 13, 29920, 353, 320, 1563, 10045, 320, 463, 29912, 2378, 1157, 645, 29913, 13, 795, 29900, 965, 669, 29871, 320, 8264, 29912, 1454, 395, 29876, 29938, 353, 29871, 29900, 1012, 3425, 29871, 2474, 13, 795, 29941, 29893, 29914, 29945, 4706, 669, 29871, 320, 8264, 29912, 1454, 395, 29876, 29938, 353, 29871, 29945, 1012, 3425, 29871, 2474, 13, 9651, 320, 355, 29912, 2378, 1012, 1266, 29889, 320, 3425, 869, 13, 29905, 355, 29912, 9441, 29913, 13, 1349, 968, 1023, 4046, 292, 4251, 526, 278, 871, 6743, 363, 607, 395, 29884, 29938, 338, 5608, 297, 395, 29893, 1504, 13, 1252, 314, 3381, 310, 11479, 30022, 29896, 3697, 393, 599, 1248, 3637, 1336, 267, 29892, 322, 5480, 599, 13, 29890, 653, 29873, 1336, 267, 310, 8093, 4158, 29892, 6416, 1546, 1438, 1023, 13071, 29889, 13, 13, 1576, 1791, 310, 445, 5650, 851, 15322, 278, 28526, 6297, 310, 4158, 3133, 537, 13, 262, 278, 6426, 7136, 310, 1644, 29878, 635, 29899, 535, 1760, 29878, 630, 10819, 322, 3913, 10693, 30022, 29898, 29946, 489, 29947, 29897, 29871, 13, 517, 6597, 278, 28373, 322, 4158, 28723, 310, 278, 7136, 515, 263, 1855, 4695, 13, 29890, 653, 29873, 307, 412, 29892, 607, 591, 2125, 515, 278, 350, 29925, 29929, 29947, 4733, 470, 515, 13, 3952, 601, 344, 1608, 293, 848, 29889, 29871, 1334, 4505, 871, 278, 937, 1023, 313, 1004, 5083, 936, 29897, 29871, 13, 1686, 800, 310, 14781, 279, 7136, 3829, 29889, 29871, 450, 9886, 1023, 13, 29898, 721, 5156, 29897, 10693, 310, 14781, 279, 3829, 29892, 451, 5545, 1244, 29892, 8161, 13, 1552, 289, 653, 29873, 307, 412, 322, 19703, 8226, 537, 322, 11553, 29878, 1789, 5802, 29889, 13, 13, 29905, 7235, 29912, 29924, 465, 2866, 8675, 537, 5953, 837, 1475, 25665, 10239, 3767, 12425, 29913, 13, 13, 4591, 4158, 3133, 537, 313, 29947, 29897, 13, 29905, 463, 29912, 2573, 29913, 13, 29905, 6875, 741, 4650, 2119, 29878, 7950, 4650, 29918, 29883, 998, 29906, 29914, 29945, 29913, 320, 4650, 998, 29941, 29914, 29945, 2119, 29878, 2144, 3425, 29892, 13, 29905, 355, 29912, 2573, 29913, 13, 517, 937, 1797, 297, 395, 29878, 29985, 29906, 1504, 13, 2831, 1644, 29878, 635, 29899, 1116, 21144, 10819, 13, 12330, 29876, 1665, 1758, 321, 29913, 1405, 29871, 29941, 511, 29938, 445, 4046, 292, 6030, 13, 29938, 29893, 7607, 29945, 29914, 29941, 29897, 29920, 29938, 13, 1745, 2708, 263, 1781, 16845, 975, 278, 6426, 7136, 395, 29884, 29958, 29906, 1628, 322, 11981, 304, 13, 29905, 463, 29912, 2573, 29913, 13, 29884, 29898, 29885, 29897, 320, 27798, 29871, 29941, 448, 313, 29885, 29914, 29924, 648, 293, 1800, 998, 29906, 29914, 29941, 1012, 3425, 1919, 29905, 3425, 286, 29914, 29924, 648, 293, 29913, 320, 27798, 29871, 13, 29898, 29941, 448, 318, 8940, 29941, 29914, 29906, 29913, 320, 3425, 1919, 13, 29905, 355, 29912, 2573, 29913, 13, 3062, 395, 29924, 648, 293, 1042, 338, 278, 6426, 7136, 4158, 29889, 13, 13, 2831, 278, 395, 29876, 29922, 29945, 29938, 1248, 3637, 307, 412, 29892, 6306, 30022, 29898, 29896, 29953, 29897, 8640, 13, 735, 23617, 16978, 29892, 278, 3001, 4158, 395, 29924, 29938, 338, 8093, 322, 7417, 310, 13, 1552, 11855, 395, 29934, 1628, 607, 338, 10362, 29889, 29871, 512, 445, 4266, 1206, 29892, 278, 4152, 5810 ]
1,330,313
2,048
ArXiv
-1
-1
is strictly homologous to the core. In centrally-concentrated non-polytropic stars, this remains approximately true: the dimensionless core profile is insensitive to the outer boundary condition, which only fixes the core scale. Although not polytropic, all cool stars enjoy this common inner core profile: their low luminosity makes the temperature gradients small. Once $(\rho_c, P_c)$ are specified, the core's structure is virtually determined by mass continuity and pressure equilibrium, rather than by their small energy generation and radiative transfer. Defined this way, the inner core incorporates 97\% (84\%) of the ZAMS (present) Sun's luminosity production. We therefore fit over the {\em entire core} ($u>1,~z<2$), constituting essentially all of the luminosity-producing region and about 65--70\% of the Sun's mass. The parameters of the entire core are summarized in Table~2 and shown by vertical arrows in Figures~2--3. At the outer core radius, $w\sim 10/3$ for the present Sun and $\sim$ 4 for the ZAMS Sun. We use Schwarzschild dimensionless radius and mass defined in terms of the total stellar mass $M$ and radius $R$ (Schwarzschild 1958). When equation~(8) is integrated, $$ m(z)/M = (z/3)^{3/2}\cdot\exp\Bigg[\int^{z}_{3}dz\Bigg\lbrace{1\over {w(z)-z}}-{3\over{2z}}\Bigg\rbrace\Bigg] \equiv q(u)\quad ,\eqno(17a) $$ $$ r(z)/R = (z/3)^{1/2}\cdot\exp\Bigg[\int^{z}_{3}dz\Bigg\lbrace{1\over{(3-z) [w(z)-z]}}-{1\over{2z}}\Bigg\rbrace\Bigg] \equiv x(u)\quad ,\eqno(17b) $$ after extracting the small-$z$ behavior. The density is obtained by mass continuity~(2) and~(8): \addtocounter{equation}{1} \begin{eqnarray} \rho (z) = \rho_c\exp\Bigl[-\int^{z}_0 {dz\ w(z)\over{[w(z)-z](3-z)}}\Bigr] \quad . \end{eqnarray} \subsection{Central Density and Pressure Define Core Scale Factors} To first order in $r^2$, hydrostatic equilibrium gives \begin{equation} P=P_c [1-(r/R_0)^2]\quad , \end{equation} where $R_0^2\equiv 3P_c/2\pi G\rho_c^2$, a central radial scale $R_0$ determined by the central pressure and density and depending only implicitly on constitutive equations for equation of state, opacity, and energy generation. We also define $M_0\equiv (4\pi /3) R_0^3$, so that $(P/\rho)_c = GM_0/2R_0, P_c=(2\pi G/3) R_0^2 \rho_c^2=(3G/8 \pi)(M^2_0/R^4_0)$. Table~1 summarizes the BP98 central values of $P,~\rho,$ and $P/\rho$ for the ZAMS and present SSMs, and the central radial, mass and pressure scales derived therefrom. Once $\rho_c$ and outer boundary condition are given, $P_c$ is determined. For given composition and constitutive relations, stellar structure then depends on only one parameter, the total mass $M$ (Vogt-Russell Theorem), assuming no critical instabilities such as the Sch\" onberg-Chandrasekhar limit (Kippenhahn and Weigert 1990). Integrating the equation of hydrostatic equilibrium,
0.357402
-0.122947
0.521572
1.898085
[ 0.8961982320256748, -0.18139391173909983 ]
[ 0.3202337022055529, -0.5661274455427577 ]
[ 0.7802690489117124, 0.2628758797333215 ]
[ 2.0333561693248154, 1.7628136614265153 ]
1,024
[ 512, 512 ]
[ 13, 275, 18719, 3632, 1189, 681, 304, 278, 7136, 29889, 29871, 512, 1644, 29878, 635, 29899, 535, 1760, 29878, 630, 1661, 29899, 3733, 3637, 1336, 293, 13, 303, 1503, 29892, 445, 9242, 14235, 1565, 29901, 13, 1552, 9927, 2222, 7136, 8722, 338, 1663, 575, 3321, 304, 29871, 13, 1552, 11420, 10452, 4195, 29892, 607, 871, 24626, 278, 7136, 6287, 29889, 13, 13, 2499, 3592, 451, 1248, 3637, 1336, 293, 29892, 599, 12528, 10819, 13389, 445, 3619, 6426, 7136, 29871, 13, 10185, 29901, 1009, 4482, 19703, 8226, 537, 3732, 278, 10430, 4656, 10070, 2319, 29889, 259, 13, 26222, 12211, 4650, 29918, 29883, 29892, 349, 29918, 29883, 1262, 526, 6790, 29892, 278, 7136, 29915, 29879, 13, 23905, 338, 4610, 1474, 10087, 491, 4158, 3133, 537, 322, 12959, 29871, 13, 1686, 15943, 16241, 29892, 3265, 1135, 491, 1009, 2319, 5864, 12623, 322, 17937, 1230, 13, 3286, 571, 29889, 13, 13, 3206, 1312, 445, 982, 29892, 278, 13, 3993, 7136, 11039, 1078, 29871, 29929, 29955, 8958, 313, 29947, 29946, 8958, 29897, 310, 278, 796, 29909, 4345, 313, 6338, 29897, 8991, 29915, 29879, 13, 29880, 398, 8226, 537, 5802, 29889, 29871, 1334, 5480, 6216, 975, 278, 2802, 331, 4152, 7136, 29913, 29871, 13, 1566, 29884, 29958, 29896, 29892, 30022, 29920, 29966, 29906, 25942, 1040, 12937, 292, 13674, 599, 310, 278, 19703, 8226, 537, 29899, 5498, 3277, 29871, 13, 12803, 322, 1048, 29871, 29953, 29945, 489, 29955, 29900, 8958, 310, 278, 8991, 29915, 29879, 4158, 29889, 29871, 450, 4128, 13, 974, 278, 4152, 7136, 526, 19138, 1891, 297, 6137, 30022, 29906, 322, 4318, 491, 11408, 29871, 13, 2936, 29879, 297, 5104, 1973, 30022, 29906, 489, 29941, 29889, 29871, 2180, 278, 11420, 7136, 11855, 29892, 13, 29938, 29893, 29905, 3601, 29871, 29896, 29900, 29914, 29941, 29938, 363, 278, 2198, 8991, 322, 779, 3601, 29938, 29871, 29946, 363, 278, 796, 29909, 4345, 8991, 29889, 13, 13, 4806, 671, 17617, 29920, 816, 789, 9927, 2222, 11855, 322, 4158, 3342, 297, 4958, 310, 13, 1552, 3001, 14781, 279, 4158, 395, 29924, 29938, 322, 11855, 395, 29934, 29938, 313, 4504, 4495, 29920, 816, 789, 29871, 29896, 29929, 29945, 29947, 467, 259, 13, 10401, 6306, 30022, 29898, 29947, 29897, 338, 23387, 29892, 13, 3997, 13, 29885, 29898, 29920, 6802, 29924, 353, 313, 29920, 29914, 29941, 8940, 29941, 29914, 29906, 1012, 3822, 29905, 4548, 29905, 6970, 29887, 7110, 524, 998, 29920, 3227, 29941, 29913, 5601, 29905, 6970, 29887, 29905, 29880, 13842, 29912, 29896, 29905, 957, 13, 29912, 29893, 29898, 29920, 6817, 29920, 930, 29899, 29912, 29941, 29905, 957, 29912, 29906, 29920, 4229, 6970, 29887, 29905, 29878, 13842, 29905, 6970, 29887, 29962, 29871, 13, 29905, 9402, 3855, 29898, 29884, 2144, 3425, 1919, 29905, 1837, 1217, 29898, 29896, 29955, 29874, 29897, 13, 3997, 13, 3997, 13, 29878, 29898, 29920, 6802, 29934, 353, 313, 29920, 29914, 29941, 8940, 29896, 29914, 29906, 1012, 3822, 29905, 4548, 29905, 6970, 29887, 7110, 524, 998, 29920, 3227, 29941, 29913, 5601, 29905, 6970, 29887, 29905, 29880, 13842, 29912, 29896, 29905, 957, 8001, 29941, 29899, 29920, 29897, 13, 29961, 29893, 29898, 29920, 6817, 29920, 29962, 930, 29899, 29912, 29896, 29905, 957, 29912, 29906, 29920, 4229, 6970, 29887, 29905, 29878, 13842, 29905, 6970, 29887, 29962, 13, 29905, 9402, 921, 29898, 29884, 2144, 3425, 1919, 29905, 1837, 1217, 29898, 29896, 29955, 29890, 29897, 13, 3997, 13, 7045, 6597, 292, 278, 2319, 18039, 29920, 29938, 6030, 29889, 13, 1576, 9027, 338, 7625, 491, 4158, 3133, 537, 30022, 29898, 29906, 29897, 322, 30022, 29898, 29947, 1125, 13, 29905, 1202, 517, 11808, 29912, 2573, 1157, 29896, 29913, 13, 29905, 463, 29912, 9441, 29913, 13, 29905, 4650, 313, 29920, 29897, 353, 320, 4650, 29918, 29883, 29905, 4548, 29905, 6970, 29880, 29961, 2612, 524, 998, 29920, 2403, 29900, 426, 5601, 29905, 281, 29898, 29920, 2144, 957, 13970, 29893, 29898, 29920, 6817, 29920, 850, 29941, 29899, 29920, 29897, 4229, 29933, 4481, 29962, 13, 29905, 3425, 869, 13, 29905, 355, 29912, 9441, 29913, 13, 13, 29905, 7235, 29912, 23369, 1705, 360, 575, 537, 322, 5254, 545, 22402, 10239, 2522, 744, 26748, 943, 29913, 13, 13, 1762, 937, 1797, 297, 395, 29878, 29985, 29906, 1628, 17546, 7959, 26440, 4076, 13, 29905, 463, 29912, 2573, 29913, 13, 29925, 29922, 29925, 29918, 29883, 518, 29896, 17722, 29878, 29914, 29934, 29918, 29900, 4887, 29906, 10725, 3425, 1919, 13, 29905, 355, 29912, 2573, 29913, 13, 3062, 395, 29934, 29918, 29900, 29985, 29906, 29905, 9402, 29871, 29941, 29925, 29918, 29883, 29914, 29906, 29905, 1631, 402, 29905, 4650, 29918, 29883, 29985, 29906, 1628, 13, 29874, 6555, 28373, 6287, 395, 29934, 29918, 29900, 29938, 10087, 491, 278, 6555, 12959, 322, 9027, 13, 392, 8679, 871, 27063, 373, 20016, 11067, 10693, 363, 6306, 29871, 13, 974, 2106, 29892, 17012, 29892, 322, 5864, 12623, 29889, 29871, 1334, 884, 13, 7922, 395, 29924, 29918, 29900, 29905, 9402, 313, 29946, 29905, 1631, 847, 29941, 29897, 390, 29918, 29900, 29985, 29941, 1628, 577, 393, 13, 12330, 29925, 7998, 4650, 20344, 29883, 353, 402, 29924, 29918, 29900, 29914, 29906, 29934, 29918, 29900, 29892, 349, 29918, 29883, 7607, 29906, 29905, 1631, 402, 29914, 29941, 29897, 390, 29918, 29900, 29985, 29906, 320, 4650, 29918, 29883, 29985, 29906, 7607, 29941, 29954, 29914, 29947, 13, 29905, 1631, 5033, 29924, 29985, 29906, 29918, 29900, 29914, 29934, 29985, 29946, 29918, 29900, 4935, 29871, 6137, 30022, 29896, 19138, 7093, 278, 350, 29925, 29929, 29947, 6555, 1819, 310, 13, 29938, 29925, 29892, 2651, 4650, 8209, 322, 395, 29925, 7998, 4650, 29938, 363, 278, 796, 29909, 4345, 322, 2198, 5886, 29924, 29879, 29892, 322, 278, 6555, 13, 3665, 616, 29892, 4158, 322, 12959, 23431, 10723, 727, 3166, 29889, 13, 13, 26222, 779, 4650, 29918, 29883, 29938, 322, 11420, 10452, 4195, 526, 2183, 29892, 13, 29938, 29925, 29918, 29883, 29938, 338, 10087, 29889, 29871, 1152, 2183, 15259, 322, 20016, 11067, 13, 2674, 800, 29892, 14781, 279, 3829, 769, 7111, 373, 871, 697, 3443, 29892, 13, 1552, 3001, 4158, 395, 29924, 29938, 313, 29963, 468, 29873, 29899, 23002, 514, 10244, 511, 29871, 13, 465, 9929, 694, 12187, 832, 11614, 1316, 408, 278, 13, 4504, 5931, 373, 2552, 29899, 1451, 27177, 559, 29895, 8222, 4046, 313, 29968, 29875, 7785, 29882, 5422, 322, 1334, 335, 814, 29871, 29896, 29929, 29929, 29900, 467, 13, 23573, 1218, 278, 6306, 310, 17546, 7959, 26440, 29892 ]
1,330,313
3,072
ArXiv
-1
-1
\begin{eqnarray} P(u) = P_c - \int^{m}_0{G m~dm \over{4\pi r^4}} = {G M^2\over{4\pi R^4}}\Big[\sigma_c - p(u)\Big]\quad , \end{eqnarray} where $\sigma\equiv 4\pi R^4P(u)/GM^2$ is the (Schwarzschild) dimensionless pressure defined by the total mass and radius, \begin{eqnarray} \sigma_c\equiv 4\pi R^4P_c/GM^2\quad ,\quad p(u) = \int^{3-u}_0 \Bigl[{q(z)\over{x(z)}}\Bigr]^2\cdot {dz\over{[w(z)-z]}}\quad . \end{eqnarray} Assuming a zero-pressure boundary: \begin{eqnarray} \sigma_c=p(0) = \int^{3}_0 \Bigl[{q(z)\over{x(z)}}\Bigr]^2\cdot {dz\over{[w(z)-z]}} = {3\over{2}} \Big({\rho_c\over{\overline{\rho}}}\cdot{R_0\over{R}}\Big)^2\quad . \end{eqnarray} While $\rho_c/\overline{\rho}$ is a measure of {\em central} concentration relative to the {\em whole} star, $\sqrt{\sigma_c}$ is a better measure of {\em core} concentration. This is how, for a given barytrope, the inner and outer boundary conditions implicitly relate $P_c$ to $\rho_c$ or to $(R,M)$. The $\sigma_c$ values for the BP98 ZAMS and present SSMs are displayed at the bottom of Table~1. For polytropes, $\rho_c/\overline{\rho}$ and $\sigma_c\equiv 4\pi W_n$ $\equiv 1/(n+1)[\theta^\prime_n(\xi_1)]^2$ are tabulated (Chandrasekhar 1939). For $n$ = 0, 3, 4, 5, $\rho_c/\overline{\rho}$ and $\sqrt{\sigma_c}$ equal 1, 54.2, 622., $\infty$ and $\sqrt{3/2}$, 11.8, 55.8, $\infty$ respectively. For the ZAMS (present) Sun, the values $\sigma_c$ = 88.7 (260.) in Table~1, define equivalent values $W_n$ = 7.06 (20.7) and polytropic indices $n$ = 2.796 (3.256), indices for polytropes of the same core concentration $\sigma_c$. For polytropes, the integral theorem~(22) reduces trivially to 1 = $\theta^{n+1}_n(0) - \theta^{n+1}_n(\xi_1)$, or $\theta_n(\xi_1)=0$, the implicit definition of the dimensionless polytropic radius $\xi_1$. \section{The Standard Solar Cores} Standard solar models use the best opacities and heavy element diffusion to compute refined numerical results for solar neutrino fluxes and helioseismology over the whole Sun. Figures~2(a,b), 3(a,b) respectively show the $\rho$ and $P/\rho$ profiles for the BP98 ZAMS and present standard solar models (Pinsonneault 1998), which include helium and metal diffusion, both normalized to central values. These figures also show our fits to the ZAMS (present) SSM cores derived from our hyperbolic approximation in Section~4 below. The central values of pressure, density and $P/\rho$ for the ZAMS and present Suns are summarized in Table~1. The values at the core radius are summarized in Table~2. In the homogeneous ZAMS Sun, $1+n_{\rm e}\equiv d\ln P/d
0.356889
0.258457
0.600196
1.90849
[ 0.7592306891257988, -0.045453625410972864 ]
[ 0.05701130075302429, 0.459902731547711 ]
[ 0.8005589771147866, 0.39983289510407205 ]
[ 2.262276752931069, 1.5547040399662846 ]
1,024
[ 512, 512 ]
[ 13, 29905, 463, 29912, 9441, 29913, 13, 29925, 29898, 29884, 29897, 353, 349, 29918, 29883, 448, 320, 524, 998, 29885, 2403, 29900, 29912, 29954, 286, 30022, 18933, 320, 957, 29912, 29946, 29905, 1631, 364, 29985, 29946, 930, 13, 353, 426, 29954, 341, 29985, 29906, 29905, 957, 29912, 29946, 29905, 1631, 390, 29985, 29946, 4229, 6970, 7110, 3754, 29918, 29883, 448, 282, 29898, 29884, 2144, 6970, 10725, 3425, 1919, 13, 29905, 355, 29912, 9441, 29913, 13, 3062, 779, 3754, 29905, 9402, 29871, 29946, 29905, 1631, 390, 29985, 29946, 29925, 29898, 29884, 6802, 21576, 29985, 29906, 29938, 338, 278, 313, 4504, 4495, 29920, 816, 789, 29897, 13, 6229, 2673, 2222, 12959, 3342, 491, 278, 3001, 4158, 322, 11855, 29892, 29871, 13, 29905, 463, 29912, 9441, 29913, 13, 29905, 3754, 29918, 29883, 29905, 9402, 29871, 29946, 29905, 1631, 390, 29985, 29946, 29925, 29918, 29883, 29914, 21576, 29985, 29906, 29905, 3425, 1919, 29905, 3425, 13, 29886, 29898, 29884, 29897, 353, 320, 524, 998, 29941, 29899, 29884, 2403, 29900, 320, 6970, 29880, 19660, 29939, 29898, 29920, 2144, 957, 29912, 29916, 29898, 29920, 29897, 4229, 29933, 4481, 29962, 29985, 29906, 29905, 3822, 13, 29912, 5601, 29905, 957, 13970, 29893, 29898, 29920, 6817, 29920, 29962, 4229, 3425, 869, 13, 29905, 355, 29912, 9441, 29913, 13, 13, 7900, 9929, 263, 5225, 29899, 2139, 545, 10452, 29901, 13, 29905, 463, 29912, 9441, 29913, 13, 29905, 3754, 29918, 29883, 29922, 29886, 29898, 29900, 29897, 353, 320, 524, 998, 29941, 2403, 29900, 320, 6970, 29880, 19660, 29939, 29898, 29920, 2144, 957, 29912, 29916, 29898, 29920, 29897, 4229, 29933, 4481, 29962, 29985, 29906, 29905, 3822, 13, 29912, 5601, 29905, 957, 13970, 29893, 29898, 29920, 6817, 29920, 29962, 930, 353, 13, 29912, 29941, 29905, 957, 29912, 29906, 930, 320, 6970, 13670, 4650, 29918, 29883, 29905, 957, 741, 6875, 741, 4650, 20388, 3822, 29912, 29934, 29918, 29900, 29905, 957, 29912, 29934, 4229, 6970, 4887, 29906, 29905, 3425, 869, 13, 29905, 355, 29912, 9441, 29913, 13, 8809, 488, 779, 4650, 29918, 29883, 7998, 6875, 741, 4650, 1042, 338, 263, 5645, 310, 2802, 331, 6555, 29913, 13, 535, 1760, 29878, 362, 6198, 29871, 13, 517, 278, 2802, 331, 3353, 29913, 5810, 29892, 779, 3676, 741, 3754, 29918, 29883, 1042, 338, 263, 2253, 5645, 310, 2802, 331, 7136, 29913, 13, 535, 1760, 29878, 362, 29889, 29871, 910, 338, 920, 29892, 363, 263, 2183, 289, 653, 29873, 307, 412, 29892, 278, 6426, 322, 11420, 13, 9917, 653, 5855, 27063, 29279, 395, 29925, 29918, 29883, 29938, 304, 779, 4650, 29918, 29883, 29938, 470, 304, 2427, 29934, 29892, 29924, 4935, 13, 1576, 779, 3754, 29918, 29883, 29938, 1819, 363, 278, 350, 29925, 29929, 29947, 796, 29909, 4345, 322, 2198, 5886, 29924, 29879, 13, 598, 8833, 472, 278, 5970, 310, 6137, 30022, 29896, 29889, 13, 13, 2831, 1248, 3637, 1336, 267, 29892, 779, 4650, 29918, 29883, 7998, 6875, 741, 4650, 1042, 322, 779, 3754, 29918, 29883, 29905, 9402, 29871, 29946, 29905, 1631, 399, 29918, 29876, 29938, 13, 4535, 9402, 29871, 29896, 14571, 29876, 29974, 29896, 29897, 7110, 3416, 3823, 10080, 29918, 29876, 1194, 5389, 29918, 29896, 4638, 29985, 29906, 29938, 526, 4434, 7964, 313, 1451, 27177, 559, 29895, 8222, 29871, 29896, 29929, 29941, 29929, 467, 13, 2831, 395, 29876, 29938, 353, 29871, 29900, 29892, 29871, 29941, 29892, 29871, 29946, 29892, 29871, 29945, 29892, 779, 4650, 29918, 29883, 7998, 6875, 741, 4650, 1042, 322, 779, 3676, 741, 3754, 29918, 29883, 1042, 13, 11745, 29871, 29896, 29892, 29871, 29945, 29946, 29889, 29906, 29892, 29871, 29953, 29906, 29906, 1696, 779, 3411, 29938, 322, 779, 3676, 29912, 29941, 29914, 29906, 4429, 29871, 29896, 29896, 29889, 29947, 29892, 29871, 29945, 29945, 29889, 29947, 29892, 779, 3411, 29938, 13, 690, 1103, 3598, 29889, 29871, 1152, 278, 796, 29909, 4345, 313, 6338, 29897, 8991, 29892, 278, 13, 5975, 779, 3754, 29918, 29883, 29938, 353, 29871, 29947, 29947, 29889, 29955, 313, 29906, 29953, 29900, 1846, 297, 6137, 30022, 29896, 29892, 4529, 7126, 1819, 13, 29938, 29956, 29918, 29876, 29938, 353, 29871, 29955, 29889, 29900, 29953, 313, 29906, 29900, 29889, 29955, 29897, 322, 1248, 3637, 1336, 293, 16285, 395, 29876, 29938, 353, 29871, 29906, 29889, 29955, 29929, 29953, 313, 29941, 29889, 29906, 29945, 29953, 511, 16285, 363, 13, 3733, 3637, 1336, 267, 310, 278, 1021, 7136, 26702, 779, 3754, 29918, 29883, 1504, 13, 2831, 1248, 3637, 1336, 267, 29892, 278, 10160, 9185, 30022, 29898, 29906, 29906, 29897, 26830, 12604, 368, 304, 29871, 29896, 353, 13, 4535, 3416, 998, 29876, 29974, 29896, 2403, 29876, 29898, 29900, 29897, 448, 320, 3416, 998, 29876, 29974, 29896, 2403, 29876, 1194, 5389, 29918, 29896, 5767, 13, 272, 779, 3416, 29918, 29876, 1194, 5389, 29918, 29896, 3892, 29900, 1628, 278, 13, 6574, 4019, 5023, 310, 278, 9927, 2222, 1248, 3637, 1336, 293, 11855, 779, 5389, 29918, 29896, 1504, 13, 13, 29905, 2042, 29912, 1576, 10117, 4956, 279, 315, 2361, 29913, 29871, 13, 13, 15449, 21635, 4733, 671, 278, 1900, 1015, 562, 1907, 322, 9416, 1543, 13, 12765, 3958, 304, 10272, 2143, 1312, 16259, 2582, 363, 21635, 11553, 29878, 1789, 19389, 267, 322, 13, 3952, 601, 344, 1608, 3002, 975, 278, 3353, 8991, 29889, 29871, 5104, 1973, 30022, 29906, 29898, 29874, 29892, 29890, 511, 29871, 29941, 29898, 29874, 29892, 29890, 29897, 8307, 1510, 29871, 13, 1552, 779, 4650, 29938, 322, 395, 29925, 7998, 4650, 29938, 28723, 363, 278, 350, 29925, 29929, 29947, 13, 29999, 29909, 4345, 322, 2198, 3918, 21635, 4733, 313, 29925, 26803, 484, 1292, 29871, 29896, 29929, 29929, 29947, 511, 607, 3160, 29871, 13, 3952, 1974, 322, 11915, 23253, 29892, 1716, 4226, 1891, 304, 6555, 13, 5975, 29889, 4525, 13994, 884, 1510, 1749, 23994, 304, 278, 796, 29909, 4345, 313, 6338, 29897, 5886, 29924, 28337, 13, 672, 2347, 515, 1749, 11266, 2095, 293, 16845, 13, 262, 9779, 30022, 29946, 2400, 29889, 29871, 450, 6555, 1819, 310, 12959, 29892, 9027, 322, 29871, 13, 29938, 29925, 7998, 4650, 29938, 363, 278, 796, 29909, 4345, 322, 2198, 317, 6948, 526, 19138, 1891, 297, 6137, 30022, 29896, 29889, 29871, 450, 1819, 29871, 13, 271, 278, 7136, 11855, 526, 19138, 1891, 297, 6137, 30022, 29906, 29889, 13, 29871, 13, 797, 278, 3632, 23724, 796, 29909, 4345, 8991, 29892, 395, 29896, 29974, 29876, 1665, 1758, 321, 1012, 9402, 13, 29881, 29905, 3083, 349, 29914, 29881 ]
1,330,313
4,096
ArXiv
-1
-1
\ln (P/\rho)$ is identical to $1+N\equiv d\ln P/d\ln T\equiv 1/\nabla$ and varies from the almost adiabatic value 2.52 at $z$ = 0 to a maximum value 5.21 at $z$ = 0.32 $(r$ = 0.506 of ZAMS solar radius). Where the radiative zone meets the convective core, $1 + n_{\rm e}$ shows a discontinuity in slope. The pressure-averaged value over the whole ZAMS Sun is $n_{\rm e}\approx$ 3. In the course of stellar evolution, the molecular weight gradient $\nabla_{\mu}$ has increased from the original value $\nabla_{\mu}=0$ to the present value at the center, $\nabla_{\mu}=0.41$. Meanwhile, the thermal gradient $\nabla$ has decreased, so that, at present, $\Gamma\sim 1$ (Bludman \& Kennedy 1996). In the present inner core, $P/\rho$ has a maximum ($v$ = 0 or $\Gamma=1$) at $z_{\rm peak}$ = $0.36,~~m/M_\odot=0.034,~~r/R_{\odot} = 0.073$. Inside this zone, $\nabla_{\mu}>\nabla$ $(\Gamma < 1)$, and $w(u)$ has a slight negative curvature, seen in Figure~5(c). $\nabla_\mu$ decreases radially from 0.41 at $z$ = 0 to zero at the edge of the core. $\Gamma$ increases from $\Gamma_c$ = 0.86 to 1.31, then slowly declines through most of the outer radiative zone. For the {\em whole} ZAMS (present) Sun, the central concentration $\rho_c/\overline{\rho}$ = 35.3 (108) would imply {\em global} effective polytropic indices $n\simeq$ 2.76 (3.35). But the Eddington $n$ = 3 Standard Model is a only crude approximation to the whole present Sun. The off-center $P/\rho$ peak shows that any polytropic approximation must fail badly in the present inner core, which shows {\em more} central concentration than does the whole Sun. This inner core determines neutrino production and $g$-wave helioseismology. \section{Analytic Approximations for Centrally-Concentrated Stellar Cores} We now parametrize the BP98 SSMs by analytic formulas that incorporate the central boundary condition. Because they neglect the outer boundary condition (9), these approximations are applicable only inside the core. The mechanical structure of any star is represented by a $(u,w)$ curve asymptotic to $w = (5/3)(3 - u)=5z/3$ near the center $u=3,$ $w=0$ and curving upwards for $u\rightarrow 0$. The straight-line behavior is a good approximation only in the inner core $(u\gtrsim 2)$ of centrally-concentrated cores, and needs to be corrected in the outer core. \subsection{Hyperbolic Approximation} Some of the upward curvature of $w(z)$ is captured by a simple ``hyperbolic'' approximation to the core of an extended polytrope \begin{equation} w(u) = (5/J)[1-(u/3)^J]\quad ,\quad w(z) = (5/J)[1-(1-z/3)^J]\quad , \end{equation} where $J$ = $(9n-10)/7n$. At $u=0,~w=5/J$ is finite for any $J >$ 0, making the radius infinite. Within the core, this one-parameter hyperbolic form is a closed approximation to a polytrope. The form~(23) is a Picard iterate (Boyce \& DiPrima 1992) of equation~(7). Integrating $w/n=-\xi\theta^\
0.01233
0.382906
0.238782
1.866868
[ 0.13876771978936042, -0.11410860628953573 ]
[ 0.4992965603365248, 0.26651484476626136 ]
[ 0.052367874626427176, 0.4251953053579147 ]
[ 1.8980849153756654, 1.8356520289375962 ]
1,024
[ 512, 512 ]
[ 29905, 3083, 313, 29925, 7998, 4650, 1262, 338, 13557, 304, 395, 29896, 29974, 29940, 29905, 9402, 270, 29905, 3083, 349, 29914, 29881, 29905, 3083, 323, 29905, 9402, 13, 29896, 7998, 8511, 29938, 322, 722, 583, 515, 278, 4359, 594, 29875, 370, 2454, 995, 29871, 29906, 29889, 29945, 29906, 472, 395, 29920, 29938, 353, 29871, 29900, 13, 517, 263, 7472, 995, 29871, 29945, 29889, 29906, 29896, 472, 395, 29920, 29938, 353, 29871, 29900, 29889, 29941, 29906, 2427, 29878, 29938, 353, 29871, 29900, 29889, 29945, 29900, 29953, 310, 796, 29909, 4345, 21635, 11855, 467, 29871, 13, 11921, 278, 17937, 1230, 10640, 28103, 278, 378, 345, 312, 573, 7136, 29892, 395, 29896, 718, 302, 1665, 1758, 321, 1042, 3697, 13, 29874, 766, 20621, 537, 297, 24968, 29889, 29871, 450, 12959, 29899, 12483, 4063, 995, 975, 278, 3353, 29871, 13, 29999, 29909, 4345, 8991, 338, 395, 29876, 1665, 1758, 321, 1012, 14850, 29938, 29871, 29941, 29889, 13, 13, 797, 278, 3236, 310, 14781, 279, 14675, 29892, 278, 13206, 16637, 7688, 16030, 13, 4535, 8511, 1665, 2589, 1042, 756, 11664, 515, 278, 2441, 995, 779, 8511, 1665, 2589, 5369, 29900, 29938, 13, 517, 278, 2198, 995, 472, 278, 4818, 29892, 779, 8511, 1665, 2589, 5369, 29900, 29889, 29946, 29896, 1504, 13, 6816, 273, 8000, 29892, 278, 26963, 16030, 779, 8511, 29938, 756, 9263, 1463, 29892, 577, 393, 29892, 472, 13, 6338, 29892, 779, 6642, 29905, 3601, 29871, 29896, 29938, 313, 10358, 566, 1171, 320, 29987, 23166, 29871, 29896, 29929, 29929, 29953, 467, 512, 278, 2198, 13, 3993, 7136, 29892, 395, 29925, 7998, 4650, 29938, 756, 263, 7472, 3255, 29894, 29938, 353, 29871, 29900, 470, 779, 6642, 29922, 29896, 10931, 472, 13, 29938, 29920, 1665, 1758, 19224, 1042, 353, 395, 29900, 29889, 29941, 29953, 29892, 7377, 29885, 29914, 29924, 3187, 25475, 29922, 29900, 29889, 29900, 29941, 29946, 29892, 7377, 29878, 29914, 29934, 1665, 25475, 29913, 353, 29871, 29900, 29889, 29900, 29955, 29941, 1504, 29871, 22804, 13, 1366, 10640, 29892, 779, 8511, 1665, 2589, 29913, 14247, 8511, 29938, 12211, 6642, 529, 29871, 29896, 5767, 29871, 13, 392, 395, 29893, 29898, 29884, 1262, 756, 263, 7248, 8178, 27686, 1535, 29892, 3595, 297, 11479, 30022, 29945, 29898, 29883, 467, 13, 4535, 8511, 3187, 2589, 29938, 9263, 2129, 28373, 368, 515, 29871, 29900, 29889, 29946, 29896, 472, 395, 29920, 29938, 353, 29871, 29900, 304, 29871, 13, 9171, 472, 278, 7636, 310, 278, 7136, 29889, 13, 4535, 6642, 29938, 16415, 515, 779, 6642, 29918, 29883, 29938, 353, 29871, 29900, 29889, 29947, 29953, 304, 29871, 29896, 29889, 29941, 29896, 29892, 769, 14205, 4845, 1475, 13, 20678, 1556, 310, 278, 11420, 17937, 1230, 10640, 29889, 13, 13, 2831, 278, 2802, 331, 3353, 29913, 796, 29909, 4345, 313, 6338, 29897, 8991, 29892, 29871, 13, 1552, 6555, 26702, 779, 4650, 29918, 29883, 7998, 6875, 741, 4650, 1042, 353, 29871, 29941, 29945, 29889, 29941, 313, 29896, 29900, 29947, 29897, 13, 29893, 483, 22366, 2802, 331, 5534, 29913, 11828, 1248, 3637, 1336, 293, 16285, 29871, 13, 29938, 29876, 29905, 27798, 29938, 29871, 29906, 29889, 29955, 29953, 313, 29941, 29889, 29941, 29945, 467, 29871, 1205, 278, 20861, 4885, 395, 29876, 29938, 353, 29871, 29941, 29871, 13, 15449, 8125, 338, 263, 871, 7618, 311, 16845, 304, 278, 13, 15970, 280, 2198, 8991, 29889, 29871, 450, 1283, 29899, 5064, 395, 29925, 7998, 4650, 29938, 19224, 3697, 393, 738, 1248, 3637, 1336, 293, 29871, 13, 9961, 2657, 362, 1818, 4418, 28042, 297, 278, 2198, 6426, 7136, 29892, 607, 3697, 29871, 13, 741, 331, 901, 29913, 6555, 26702, 1135, 947, 278, 3353, 8991, 29889, 29871, 910, 6426, 7136, 259, 13, 4801, 837, 1475, 11553, 29878, 1789, 5802, 322, 395, 29887, 4388, 27766, 1081, 601, 344, 1608, 3002, 29889, 13, 13, 29905, 2042, 29912, 21067, 3637, 293, 28268, 2657, 800, 363, 2895, 29878, 635, 29899, 1168, 1760, 29878, 630, 624, 514, 279, 315, 2361, 29913, 13, 13, 4806, 1286, 25011, 374, 911, 278, 350, 29925, 29929, 29947, 5886, 29924, 29879, 491, 16114, 293, 26760, 393, 11039, 403, 278, 29871, 13, 25171, 10452, 4195, 29889, 7311, 896, 22851, 278, 11420, 10452, 4195, 13, 29898, 29929, 511, 1438, 6881, 800, 526, 22903, 871, 2768, 278, 7136, 29889, 13, 1576, 28310, 3829, 310, 738, 5810, 338, 9875, 491, 263, 2427, 29884, 29892, 29893, 1262, 13, 2764, 345, 22784, 13574, 304, 395, 29893, 353, 313, 29945, 29914, 29941, 5033, 29941, 448, 318, 3892, 29945, 29920, 29914, 29941, 29938, 2978, 278, 4818, 395, 29884, 29922, 29941, 8209, 13, 29938, 29893, 29922, 29900, 29938, 322, 3151, 1747, 701, 2935, 363, 395, 29884, 29905, 5211, 29871, 29900, 1504, 29871, 450, 7812, 29899, 1220, 6030, 13, 275, 263, 1781, 16845, 871, 297, 278, 6426, 7136, 2427, 29884, 29905, 29887, 509, 3601, 29871, 29906, 1262, 310, 13, 1760, 29878, 635, 29899, 535, 1760, 29878, 630, 28337, 29892, 322, 4225, 304, 367, 24114, 297, 278, 11420, 7136, 29889, 13, 13, 29905, 7235, 29912, 26322, 546, 2095, 293, 28268, 2657, 362, 29913, 13, 13, 9526, 310, 278, 701, 1328, 27686, 1535, 310, 395, 29893, 29898, 29920, 1262, 338, 15468, 491, 263, 2560, 13, 16159, 24947, 2095, 293, 4907, 16845, 304, 278, 7136, 310, 385, 10410, 1248, 3637, 307, 412, 13, 29905, 463, 29912, 2573, 29913, 13, 29893, 29898, 29884, 29897, 353, 313, 29945, 29914, 29967, 9601, 29896, 17722, 29884, 29914, 29941, 4887, 29967, 10725, 3425, 1919, 29905, 3425, 281, 29898, 29920, 29897, 353, 313, 29945, 29914, 29967, 9601, 29896, 17722, 29896, 29899, 29920, 29914, 29941, 4887, 29967, 10725, 3425, 1919, 13, 29905, 355, 29912, 2573, 29913, 13, 3062, 395, 29967, 29938, 353, 2427, 29929, 29876, 29899, 29896, 29900, 6802, 29955, 29876, 1504, 29871, 13, 4178, 395, 29884, 29922, 29900, 29892, 30022, 29893, 29922, 29945, 29914, 29967, 29938, 338, 8093, 363, 738, 395, 29967, 1405, 29938, 29871, 29900, 29892, 3907, 278, 11855, 10362, 29889, 13, 13, 3047, 262, 278, 7136, 29892, 445, 697, 29899, 15501, 11266, 2095, 293, 883, 338, 263, 5764, 16845, 13, 517, 263, 1248, 3637, 307, 412, 29889, 29871, 450, 883, 30022, 29898, 29906, 29941, 29897, 338, 263, 14612, 538, 13649, 313, 8431, 29891, 346, 320, 29987, 13, 12130, 4040, 2946, 29871, 29896, 29929, 29929, 29906, 29897, 310, 6306, 30022, 29898, 29955, 467, 29871, 17100, 1218, 395, 29893, 29914, 29876, 29922, 2612, 5389, 29905, 3416, 3823 ]
1,330,313
5,120
ArXiv
-1
-1
prime_n/\theta_n$, equation~(23) gives \begin{equation} w(\xi )\approx (n\xi^2/3)/(1-\xi^2/6N)\quad ,\quad \theta_n(\xi )\approx [1-\xi^2/6N]^N\quad , \end{equation} where $N\equiv 5/(5-3n)$. This elementary representation of Lane-Emden functions is exact for $n=0$ $(N=1, J=-\infty )$ and for $n=5$ $(N= -1/2, J=1).$ For intermediate $n$, the expansion of our approximation~(24) gives \begin{equation} \theta_n(\xi) \approx 1-\xi^2/6 + n\xi^4/120-n(6n-5)\xi^6/10800 +\cdots\quad , \end{equation} which agrees with the exact Lane-Emden function (Cox \& Giuli 1968) \begin{equation} \theta_n(\xi) = 1-\xi^2/6 + n\xi^4/120-n(8n-5)\xi^6/15120 +\cdots\quad , \end{equation} through fourth order in $\xi$. The $\xi^6$ coefficient in the hyperbolic approximation is $7(6n-5)/5(8n-5)$ times that in the exact Lane-Emden function, or $0.985$ for $n=4$. At least for polytropes with $3 < n < 5$, the inner core $(z\leq 1)$ is well-approximated by the hyperbolic approximation~(23). The corresponding Taylor series \begin{equation} w(z) =(5z/3)[1+(5-n)z/21n + \cdots] \end{equation} converges only for small $z$. The hyperbolic form is not intended to apply outside the core in any case. \subsection{Generalized Parametric Forms for Improved Pressure Structure} If $n_{\rm e}$ were constant, repeated Picard iteration of~(7) would improve the hyperbolic approximation~(23), with better convergence for larger $z$ and better approximation to $\theta_n(\xi )$. However, this refinement diverts us from considering a real star, where $n_{\rm e}$ is not constant. This departure from homology is especially important for describing helioseismology and neutrino production in the present solar core. In the non-polytropic case, equation~(7) becomes \begin{eqnarray} {d\ln (\Gamma w)\over{dz}}={2-z+w(\Gamma -1)\over{(3-z)(w-z)}}\quad . \end{eqnarray} The power of homology variables becomes evident when we construct non-polytropic approximations to $w(z)$. The most straightforward approach is to substitute an ansatz for $\Gamma(z)$, integrate~(28) to obtain $w(z)$, and then deduce the desired structural profiles. The simplest non-trivial ansatz, a piecewise linear function for $\Gamma (z)$, suffices for the present Sun: \begin{eqnarray} \Gamma (z) = \left\{ \begin{array}{ll} \Gamma_c+(z/{z_{\rm peak}})(1-\Gamma_c)\quad ,& z<a\\ \Gamma_c+(a/{z_{\rm peak}})(1-\Gamma_c)+b(z-a)\quad ,& z>a\\ \end{array} \right. \quad , \end{eqnarray} where the parameters $\Gamma_c$, $z_{\rm peak}$, $a$, and $b$ obtained from BP98 are given in Table~3. Once equation (28) is solved for $w(z)$, from equation~(17b) and the definition of $\Gamma$, \begin{eqnarray} r(z) & = & R_0\cdot [(5\Gamma_c/2)(z/3)]^{1/2}\cdot \exp\Bigg[\int^{
0.514059
0.002845
0.658529
2.189438
[ 0.5619974273499774, 0.4661201473200642 ]
[ 0.07491758656612148, -0.06922801422931087 ]
[ 0.6331670694394248, 0.6838918899471101 ]
[ 2.303898677223115, 2.0749780936168616 ]
1,024
[ 512, 512 ]
[ 10080, 29918, 29876, 7998, 3416, 29918, 29876, 1628, 13, 2573, 30022, 29898, 29906, 29941, 29897, 4076, 13, 29905, 463, 29912, 2573, 29913, 13, 29893, 1194, 5389, 1723, 29905, 14850, 313, 29876, 29905, 5389, 29985, 29906, 29914, 29941, 6802, 29898, 29896, 2612, 5389, 29985, 29906, 29914, 29953, 29940, 2144, 3425, 1919, 29905, 3425, 29871, 13, 29905, 3416, 29918, 29876, 1194, 5389, 1723, 29905, 14850, 518, 29896, 2612, 5389, 29985, 29906, 29914, 29953, 29940, 29962, 29985, 29940, 29905, 3425, 1919, 13, 29905, 355, 29912, 2573, 29913, 13, 3062, 395, 29940, 29905, 9402, 29871, 29945, 14571, 29945, 29899, 29941, 29876, 4935, 29871, 910, 22470, 13, 276, 26081, 310, 23841, 29899, 6026, 1145, 3168, 338, 2684, 363, 395, 29876, 29922, 29900, 29938, 2427, 29940, 29922, 29896, 29892, 13, 29967, 29922, 2612, 3411, 29871, 1262, 322, 363, 395, 29876, 29922, 29945, 29938, 2427, 29940, 29922, 448, 29896, 29914, 29906, 29892, 435, 29922, 29896, 467, 29938, 1152, 19697, 395, 29876, 1628, 278, 13, 4548, 9454, 310, 1749, 16845, 30022, 29898, 29906, 29946, 29897, 4076, 13, 29905, 463, 29912, 2573, 29913, 13, 29905, 3416, 29918, 29876, 1194, 5389, 29897, 320, 14850, 29871, 29896, 2612, 5389, 29985, 29906, 29914, 29953, 718, 302, 29905, 5389, 29985, 29946, 29914, 29896, 29906, 29900, 29899, 29876, 29898, 29953, 29876, 29899, 29945, 2144, 5389, 29985, 29953, 29914, 29896, 29900, 29947, 29900, 29900, 17501, 9572, 29905, 3425, 1919, 13, 29905, 355, 29912, 2573, 29913, 13, 4716, 8571, 267, 411, 278, 2684, 23841, 29899, 6026, 1145, 740, 13, 29898, 29907, 2251, 320, 29987, 4406, 14549, 29871, 29896, 29929, 29953, 29947, 29897, 13, 29905, 463, 29912, 2573, 29913, 13, 29905, 3416, 29918, 29876, 1194, 5389, 29897, 353, 29871, 29896, 2612, 5389, 29985, 29906, 29914, 29953, 718, 302, 29905, 5389, 29985, 29946, 29914, 29896, 29906, 29900, 29899, 29876, 29898, 29947, 29876, 29899, 29945, 2144, 5389, 29985, 29953, 29914, 29896, 29945, 29896, 29906, 29900, 17501, 9572, 29905, 3425, 1919, 13, 29905, 355, 29912, 2573, 29913, 13, 20678, 11582, 1797, 297, 779, 5389, 1504, 450, 779, 5389, 29985, 29953, 29938, 10825, 297, 278, 13, 24947, 2095, 293, 16845, 338, 395, 29955, 29898, 29953, 29876, 29899, 29945, 6802, 29945, 29898, 29947, 29876, 29899, 29945, 1262, 3064, 393, 297, 278, 2684, 13, 29931, 1662, 29899, 6026, 1145, 740, 29892, 470, 395, 29900, 29889, 29929, 29947, 29945, 29938, 363, 395, 29876, 29922, 29946, 1504, 29871, 2180, 3203, 363, 1248, 3637, 1336, 267, 13, 2541, 395, 29941, 529, 302, 529, 29871, 29945, 1628, 278, 6426, 7136, 2427, 29920, 29905, 3797, 29871, 29896, 1262, 338, 1532, 29899, 9961, 2657, 630, 491, 278, 13, 24947, 2095, 293, 16845, 30022, 29898, 29906, 29941, 467, 29871, 450, 6590, 12537, 3652, 13, 29905, 463, 29912, 2573, 29913, 13, 29893, 29898, 29920, 29897, 353, 29898, 29945, 29920, 29914, 29941, 9601, 29896, 17108, 29945, 29899, 29876, 29897, 29920, 29914, 29906, 29896, 29876, 718, 320, 9572, 29962, 13, 29905, 355, 29912, 2573, 29913, 13, 535, 369, 2710, 871, 363, 2319, 395, 29920, 1504, 13, 1576, 11266, 2095, 293, 883, 338, 451, 9146, 304, 3394, 5377, 278, 7136, 297, 13, 1384, 1206, 29889, 13, 13, 29905, 7235, 29912, 15263, 1891, 12662, 300, 2200, 3812, 29879, 363, 1954, 771, 1490, 5254, 545, 3767, 12425, 29913, 13, 13, 3644, 395, 29876, 1665, 1758, 321, 1042, 892, 4868, 29892, 10324, 14612, 538, 12541, 310, 30022, 29898, 29955, 29897, 723, 11157, 13, 1552, 11266, 2095, 293, 16845, 30022, 29898, 29906, 29941, 511, 411, 2253, 17221, 363, 7200, 29871, 13, 29938, 29920, 29938, 322, 2253, 16845, 304, 779, 3416, 29918, 29876, 1194, 5389, 29871, 4935, 13, 17245, 29892, 445, 2143, 262, 882, 17089, 1372, 502, 515, 13858, 263, 1855, 5810, 29892, 13, 3062, 395, 29876, 1665, 1758, 321, 1042, 338, 451, 4868, 29889, 29871, 910, 25619, 515, 3632, 3002, 13, 275, 7148, 4100, 363, 20766, 1081, 601, 344, 1608, 3002, 322, 11553, 29878, 1789, 5802, 29871, 13, 262, 278, 2198, 21635, 7136, 29889, 259, 13, 13, 797, 278, 1661, 29899, 3733, 3637, 1336, 293, 1206, 29892, 6306, 30022, 29898, 29955, 29897, 7415, 13, 29905, 463, 29912, 9441, 29913, 13, 29912, 29881, 29905, 3083, 3441, 6642, 281, 2144, 957, 29912, 5601, 930, 3790, 29906, 29899, 29920, 29974, 29893, 1194, 6642, 448, 29896, 2144, 957, 8001, 29941, 29899, 29920, 5033, 29893, 29899, 29920, 29897, 4229, 3425, 869, 13, 29905, 355, 29912, 9441, 29913, 13, 1576, 3081, 310, 3632, 3002, 3651, 7415, 13602, 746, 591, 3386, 13, 5464, 29899, 3733, 3637, 1336, 293, 6881, 800, 304, 395, 29893, 29898, 29920, 4935, 13, 1576, 1556, 20837, 2948, 338, 304, 23764, 385, 6063, 4101, 363, 13, 4535, 6642, 29898, 29920, 5767, 22782, 30022, 29898, 29906, 29947, 29897, 304, 4017, 395, 29893, 29898, 29920, 5767, 322, 769, 21049, 346, 278, 29871, 13, 2783, 2859, 2281, 3631, 28723, 29889, 29871, 450, 20393, 1661, 29899, 29873, 9473, 6063, 4101, 29892, 13, 29874, 8424, 3538, 5608, 740, 363, 779, 6642, 313, 29920, 5767, 9378, 1575, 363, 278, 2198, 8991, 29901, 13, 29905, 463, 29912, 9441, 29913, 13, 29905, 6642, 313, 29920, 29897, 353, 320, 1563, 10045, 320, 463, 29912, 2378, 1157, 645, 29913, 13, 259, 320, 6642, 29918, 29883, 17108, 29920, 19248, 29920, 1665, 1758, 19224, 930, 5033, 29896, 2612, 6642, 29918, 29883, 2144, 3425, 1919, 29987, 503, 29966, 29874, 1966, 13, 259, 320, 6642, 29918, 29883, 17108, 29874, 19248, 29920, 1665, 1758, 19224, 930, 5033, 29896, 2612, 6642, 29918, 29883, 7240, 29890, 29898, 29920, 29899, 29874, 2144, 3425, 1919, 29987, 503, 29958, 29874, 1966, 13, 462, 268, 320, 355, 29912, 2378, 29913, 320, 1266, 29889, 320, 3425, 1919, 13, 29905, 355, 29912, 9441, 29913, 13, 3062, 278, 4128, 779, 6642, 29918, 29883, 1628, 395, 29920, 1665, 1758, 19224, 4429, 395, 29874, 1628, 322, 395, 29890, 29938, 7625, 515, 13, 29933, 29925, 29929, 29947, 526, 2183, 297, 6137, 30022, 29941, 29889, 13, 13, 26222, 6306, 313, 29906, 29947, 29897, 338, 7484, 363, 395, 29893, 29898, 29920, 5767, 515, 6306, 30022, 29898, 29896, 29955, 29890, 29897, 322, 278, 5023, 13, 974, 779, 6642, 1628, 13, 29905, 463, 29912, 9441, 29913, 13, 29878, 29898, 29920, 29897, 669, 353, 669, 390, 29918, 29900, 29905, 3822, 17288, 29945, 29905, 6642, 29918, 29883, 29914, 29906, 5033, 29920, 29914, 29941, 4638, 998, 29896, 29914, 29906, 1012, 3822, 13, 29905, 4548, 29905, 6970, 29887, 7110, 524, 998 ]
1,330,313
6,144
ArXiv
-1
-1
z}_{0}dz\Bigg\lbrace{1\over{(3-z) [w(z)-z]}}-{1\over{2z}}\Bigg\rbrace\Bigg] \quad ,\nonumber \\ P(z) & = & P_c\cdot\exp\Big[-\int^{z}_0 {dz\ w(z)\ \Gamma (z) \over{[w(z)-z](3-z)}}\Big]\quad . \end{eqnarray} All the non-trivial information and sensitivity of boundary conditions is now contained in this pressure integral. \section{Analytic Fits to the SSM Cores} We now fit the preceding hyperbolic and parametric forms to the entire core of BP98, which includes all of the energy and neutrino producing parts of the Sun. The BP98 models have finer zoning near the center of the star, where, as we have shown, the mechanical structure is universally governed by mass continuity. To correct for this over-representation of the central region and to make our fits sensitive to the non-trivial outer core structure, we weight the BP98 data points inversely by their density in the $(u,w)$ plane. The local density is the number of model points per arc length of $(u,w)$ curve. Table~3 summarizes our best fits~(23,29) to the ZAMS and present Suns and their root mean variances (r.m.v.'s), the root of the sum of squared deviations of fit and SSM model points, normalized by the degrees of freedom in the fit. Each hyperbolic fit can each be interpreted in terms of an equivalent stiffness $\langle\Gamma\rangle$ or polytropic index $\langle n\rangle$ averaged over the core. Figures~4, 5 show the BP98 data points and our hyperbolic (hyperbolic and parametric) fits in the ZAMS (present) Sun. For the BP98 ZAMS SSM, Figures~4(a,b,c) show $u(m)$, $w(m)$, $u(w)$ together with our hyperbolic fit (dashed curve in Figure~4c) to the 94 data points in the radiative zone $u>1$. Because the innermost core of the ZAMS Sun has still not evolved far from its convective beginning $\Gamma\approx\Gamma_{\rm ad}$ = 5/3, the ZAMS core is approximated by a rather stiff $\langle n\rangle=1.8$ polytrope. Figure 4(d) shows the variation of $\Gamma(z)$ over the ZAMS core. Our hyperbolic approximation is sufficiently accurate: using a general parametric form would lead to no improvement in the fit. Figures~5(a,b,c) show the BP98 SSM present solar core, together with our hyperbolic fit (dashed curve in Figure~5(c) to their 95 data points in the radiative zone $u>1$. Within its large uncertainty in $\langle n\rangle$, the hyperbolic fit (Table~3) is consistent with the Eddington $n$ = 3 Standard Model. This {\em global} agreement with the Eddington model, however, misses the crucial {\em local} feature of the present solar core. As seen in Figure~3b, the present Sun has evolved a broad off-center maximum in $P/\rho$ at $r/R_{\odot}=0.073$, $m/M_{\odot}$= 0.034, which cannot be described by any polytrope or other one-parameter function. Indeed, $n_{\rm e}$ is infinite at this maximum in $P/\rho$ and negative (positive) inside (outside) this zone, explaining the large uncertainty in $\langle n\rangle$ obtained by the simple hyperbolic fit. Although $n_{\rm e}$ is singular, $\Gamma$ varies smoothly through unity at the peak in $P/\rho$ at $z_{\rm peak}$ = 0.36, as shown in Figure~5(d).
0.291487
-0.413924
0.224832
1.7368
[ 0.05658719404943479, 0.5263858661960097 ]
[ -0.7899560182064727, -0.037892014056390796 ]
[ 0.1664987207687193, 0.2831658079363957 ]
[ 1.6379478885503769, 1.8356520289375962 ]
1,024
[ 512, 512 ]
[ 29920, 3227, 29900, 29913, 5601, 29905, 6970, 29887, 29905, 29880, 13842, 29912, 29896, 29905, 957, 8001, 29941, 29899, 29920, 29897, 13, 29961, 29893, 29898, 29920, 6817, 29920, 29962, 930, 29899, 29912, 29896, 29905, 957, 29912, 29906, 29920, 4229, 6970, 29887, 29905, 29878, 13842, 29905, 6970, 29887, 29962, 320, 3425, 1919, 29905, 13621, 2474, 13, 29925, 29898, 29920, 29897, 669, 353, 669, 349, 29918, 29883, 29905, 3822, 29905, 4548, 29905, 6970, 29961, 2612, 524, 998, 29920, 2403, 29900, 426, 5601, 29905, 281, 29898, 29920, 2144, 320, 6642, 313, 29920, 29897, 13, 29905, 957, 13970, 29893, 29898, 29920, 6817, 29920, 850, 29941, 29899, 29920, 29897, 4229, 6970, 10725, 3425, 869, 13, 29905, 355, 29912, 9441, 29913, 13, 3596, 278, 1661, 29899, 29873, 9473, 2472, 322, 4771, 24858, 310, 10452, 5855, 13, 275, 1286, 11122, 297, 445, 12959, 10160, 29889, 13, 13, 29905, 2042, 29912, 21067, 3637, 293, 383, 1169, 304, 278, 5886, 29924, 315, 2361, 29913, 13, 13, 4806, 1286, 6216, 278, 26328, 11266, 2095, 293, 322, 25011, 2200, 7190, 304, 278, 13, 296, 533, 7136, 310, 350, 29925, 29929, 29947, 29892, 607, 7805, 599, 310, 278, 5864, 322, 13, 17821, 29878, 1789, 20811, 5633, 310, 278, 8991, 29889, 29871, 450, 350, 29925, 29929, 29947, 4733, 505, 1436, 261, 503, 28259, 13, 28502, 278, 4818, 310, 278, 5810, 29892, 988, 29892, 408, 591, 505, 4318, 29892, 278, 28310, 29871, 13, 23905, 338, 4946, 635, 4095, 287, 491, 4158, 3133, 537, 29889, 29871, 1763, 1959, 363, 29871, 13, 1366, 975, 29899, 276, 26081, 310, 278, 6555, 5120, 322, 304, 1207, 1749, 23994, 29871, 13, 23149, 3321, 304, 278, 1661, 29899, 29873, 9473, 11420, 7136, 13, 23905, 29892, 591, 7688, 278, 350, 29925, 29929, 29947, 848, 3291, 297, 874, 873, 491, 1009, 9027, 297, 278, 13, 12330, 29884, 29892, 29893, 1262, 10694, 29889, 29871, 450, 1887, 9027, 338, 278, 1353, 310, 1904, 3291, 639, 15232, 3309, 13, 974, 2427, 29884, 29892, 29893, 1262, 11672, 29889, 13, 13, 3562, 30022, 29941, 19138, 7093, 1749, 1900, 23994, 30022, 29898, 29906, 29941, 29892, 29906, 29929, 29897, 304, 278, 796, 29909, 4345, 322, 2198, 317, 6948, 29871, 13, 392, 1009, 3876, 2099, 722, 713, 778, 313, 29878, 29889, 29885, 29889, 29894, 6169, 29879, 511, 278, 3876, 310, 278, 2533, 310, 10674, 1965, 13, 311, 1403, 800, 310, 6216, 322, 5886, 29924, 1904, 3291, 29892, 4226, 1891, 491, 278, 14496, 310, 16082, 13, 262, 278, 6216, 29889, 13, 9760, 11266, 2095, 293, 6216, 508, 1269, 367, 21551, 297, 4958, 310, 385, 29871, 13, 1686, 27445, 380, 2593, 2264, 779, 6990, 29905, 6642, 29905, 5854, 29938, 470, 13, 3733, 3637, 1336, 293, 2380, 779, 6990, 302, 29905, 5854, 29938, 4759, 4063, 975, 278, 7136, 29889, 5104, 1973, 30022, 29946, 29892, 29871, 29945, 29871, 13, 4294, 278, 350, 29925, 29929, 29947, 848, 3291, 322, 1749, 11266, 2095, 293, 29871, 13, 29898, 24947, 2095, 293, 322, 25011, 2200, 29897, 23994, 297, 278, 796, 29909, 4345, 313, 6338, 29897, 8991, 29889, 13, 13, 2831, 278, 350, 29925, 29929, 29947, 796, 29909, 4345, 5886, 29924, 29892, 5104, 1973, 30022, 29946, 29898, 29874, 29892, 29890, 29892, 29883, 29897, 1510, 395, 29884, 29898, 29885, 5767, 395, 29893, 29898, 29885, 5767, 395, 29884, 29898, 29893, 1262, 29871, 13, 29873, 12966, 411, 1749, 11266, 2095, 293, 6216, 313, 14592, 287, 11672, 297, 11479, 30022, 29946, 29883, 29897, 304, 278, 29871, 29929, 29946, 848, 29871, 13, 9748, 297, 278, 29871, 13, 3665, 29875, 1230, 10640, 395, 29884, 29958, 29896, 1504, 7311, 278, 7622, 837, 520, 7136, 310, 278, 796, 29909, 4345, 8991, 756, 1603, 29871, 13, 1333, 15220, 1490, 2215, 515, 967, 378, 345, 312, 573, 6763, 779, 6642, 29905, 14850, 29905, 6642, 1665, 1758, 594, 1042, 353, 13, 29945, 29914, 29941, 29892, 278, 796, 29909, 4345, 7136, 338, 6881, 630, 491, 263, 3265, 380, 2593, 779, 6990, 302, 29905, 5854, 29922, 29896, 29889, 29947, 29938, 1248, 3637, 307, 412, 29889, 13, 13080, 545, 29871, 29946, 29898, 29881, 29897, 3697, 278, 19262, 310, 779, 6642, 29898, 29920, 1262, 975, 278, 796, 29909, 4345, 7136, 29889, 13, 29949, 332, 11266, 2095, 293, 16845, 338, 18430, 16232, 29901, 13, 4746, 263, 2498, 25011, 2200, 883, 723, 3275, 304, 694, 20414, 297, 278, 6216, 29889, 13, 13, 13080, 1973, 30022, 29945, 29898, 29874, 29892, 29890, 29892, 29883, 29897, 1510, 278, 350, 29925, 29929, 29947, 5886, 29924, 2198, 21635, 7136, 29892, 4208, 411, 13, 473, 11266, 2095, 293, 6216, 313, 14592, 287, 11672, 297, 11479, 30022, 29945, 29898, 29883, 29897, 304, 1009, 29871, 29929, 29945, 848, 3291, 29871, 13, 262, 278, 17937, 1230, 10640, 395, 29884, 29958, 29896, 1504, 23732, 967, 2919, 25812, 297, 779, 6990, 302, 29905, 5854, 1628, 259, 13, 1552, 11266, 2095, 293, 6216, 313, 3562, 30022, 29941, 29897, 338, 13, 3200, 9696, 411, 278, 20861, 4885, 395, 29876, 29938, 353, 29871, 29941, 10117, 8125, 29889, 29871, 13, 4013, 2802, 331, 5534, 29913, 17327, 411, 278, 20861, 4885, 1904, 29892, 3138, 29892, 3052, 267, 278, 13, 29883, 582, 1455, 2802, 331, 1887, 29913, 4682, 310, 278, 2198, 21635, 7136, 29889, 259, 13, 2887, 3595, 297, 11479, 30022, 29941, 29890, 29892, 278, 2198, 8991, 756, 15220, 1490, 263, 7300, 1283, 29899, 5064, 13, 27525, 398, 297, 395, 29925, 7998, 4650, 29938, 472, 395, 29878, 29914, 29934, 1665, 25475, 5369, 29900, 29889, 29900, 29955, 29941, 1628, 395, 29885, 29914, 29924, 1665, 25475, 1042, 29922, 29871, 29900, 29889, 29900, 29941, 29946, 29892, 607, 13, 29883, 6735, 367, 5439, 491, 738, 1248, 3637, 307, 412, 470, 916, 13, 650, 29899, 15501, 740, 29889, 29871, 14598, 29892, 395, 29876, 1665, 1758, 321, 1042, 338, 10362, 472, 445, 13, 27525, 398, 297, 395, 29925, 7998, 4650, 29938, 322, 8178, 313, 1066, 3321, 29897, 2768, 313, 449, 2975, 29897, 445, 13, 8028, 29892, 24232, 278, 2919, 25812, 297, 779, 6990, 302, 29905, 5854, 29938, 7625, 491, 278, 2560, 13, 24947, 2095, 293, 6216, 29889, 13, 2499, 3592, 395, 29876, 1665, 1758, 321, 1042, 338, 13512, 29892, 779, 6642, 29938, 722, 583, 10597, 368, 1549, 20107, 13, 271, 278, 19224, 297, 395, 29925, 7998, 4650, 29938, 472, 395, 29920, 1665, 1758, 19224, 1042, 353, 29871, 29900, 29889, 29941, 29953, 29892, 29871, 13, 294, 4318, 297, 11479, 30022, 29945, 29898, 29881, 467, 13 ]
1,330,313
7,168
ArXiv
-1
-1
The parametric best fit in Table~3 is six times better than the hyperbolic best fit. The resulting improved profiles of $w$, $\rho$, and $P$ are shown by the solid curves of Figures~3 and~5. The improvement in the double logarithmic derivative $w(u),$ although it appears small to the eye, is important: with it, we get an excellent fit to $P/\rho$ in the present solar core. \section{Analytic Fit to Helioseismological Observations} We now fit to helioseismic data from the present Sun and the inferred adiabatic squared sound speed $c^2_{\rm ad} =\Gamma_{\rm ad} \cdot (P/\rho)$, where $\Gamma_{\rm ad}\equiv (\partial\ln P/\partial\ln\rho)_{\rm ad}$. Hydrostatic equilibrium~(3) gives the the {\rm slope} of the sound speed: \be {dc^2_{\rm ad}\over{dr}} = -g\Gamma_{\rm ad}\Big(1-\Gamma^{-1}\Big) + {P\over\rho}\cdot{d\Gamma_{\rm ad}\over{dr}}\quad . \ee In the inner core of the present Sun, the local $g$ is well-determined by mass continuity, but $(1-\Gamma^{-1})$ = $1/(1+n_{\rm e} )$ varies greatly, because of the evolved molecular weight gradient $\nabla_\mu$. The $p$-mode sound speed (Figure 6, Basu {et al.} 1997, and Christensen-Dalsgaard 1997) has been inferred from comparison of solar models (Christensen-Dalsgaard {et al.} 1985) and helioseismic observations now reaching virtually to the solar center (Christensen-Dalsgaard {et al.} 1996; Gough {et al.} 1996; Kosovichev {et al.} 1997; Basu {et al.} 1997; GONG Collaboration 1999; SOI Collaboration 1999). Assuming only spherical symmetry, mass continuity, pressure equilibrium and full ionization in the core $(\Gamma_{\rm ad}$ = 5/3), $dc^2_{\rm ad}(0)/dr$ must vanish, and we fit the 22 points $r <$ $(0.32)R_\odot$ in Figure~6 to a polynomial in $r^2$ to obtain the central sound speed. Our best fit is ninth order in $r^2$ and gives \begin{eqnarray} c_{\rm ad}(0) = (5.07\pm 0.09)\times 10^7\ {\rm cm\ sec}^{-1}\quad , \end{eqnarray} in excellent agreement with the BP98 present Sun SSM value of $5.053\times 10^7$ cm sec$^{-1}$ (negligible error). $c^2_{\rm ad}(0)$ fixes $\sigma_c (\overline{\rho}/\rho_c)$ = $R_\odot c^2_{\rm ad}(0)/GM_\odot\Gamma_{\rm ad}$ = $0.81\pm 0.03$. \section{Conclusions} The BP98 ZAMS and present SSMs are well described by the analytic and semi-analytic formulas~(23,24,28--30,18). Because it is still partly convective, the core of the ZAMS Sun (Figures~2, 4) is globally approximated, with root mean variance 0.1, by a stiff polytrope of $\langle\Gamma\rangle = 1.6\pm 0.1$, $\langle n\rangle = 1.8\pm 0.2$. The core of the present Sun (Figures~3, 5) is only crudely polytropic with index $\langle n\rangle = 3.4\pm 1.0$ and root mean variance 0.1 (Figure~5). The inhomogeneous inner core requires a variable $1-\Gamma^{-
0.493514
0.262038
0.511428
1.663962
[ 0.8085390045697542, 0.1784883072303245 ]
[ 0.4634839887103304, 0.060592557915643726 ]
[ 0.8614287617240091, 0.16142623871795075 ]
[ 1.6379478885503769, 1.6899752939154347 ]
1,024
[ 512, 512 ]
[ 13, 1576, 25011, 2200, 1900, 6216, 297, 6137, 30022, 29941, 338, 13, 28319, 3064, 2253, 1135, 278, 11266, 2095, 293, 1900, 6216, 29889, 13, 1576, 9819, 16710, 28723, 310, 395, 29893, 1628, 779, 4650, 1628, 322, 395, 29925, 29938, 526, 4318, 29871, 13, 1609, 278, 7773, 19684, 310, 5104, 1973, 30022, 29941, 322, 30022, 29945, 29889, 29871, 13, 1576, 20414, 297, 278, 3765, 1480, 23830, 13076, 16291, 395, 29893, 29898, 29884, 511, 29938, 5998, 29871, 13, 277, 5692, 2319, 304, 278, 10977, 29892, 338, 4100, 29901, 411, 372, 29892, 591, 679, 385, 15129, 6216, 304, 29871, 13, 29938, 29925, 7998, 4650, 29938, 297, 278, 2198, 21635, 7136, 29889, 29871, 13, 13, 29905, 2042, 29912, 21067, 3637, 293, 383, 277, 304, 6162, 601, 344, 1608, 5996, 21651, 800, 29913, 13, 13, 4806, 1286, 6216, 304, 1081, 601, 344, 1608, 293, 848, 515, 29871, 13, 1552, 2198, 8991, 322, 278, 10115, 1127, 594, 29875, 370, 2454, 10674, 1965, 6047, 6210, 395, 29883, 29985, 29906, 1665, 1758, 594, 29913, 29871, 13, 2013, 6642, 1665, 1758, 594, 29913, 320, 3822, 313, 29925, 7998, 4650, 5767, 988, 779, 6642, 1665, 1758, 594, 1012, 9402, 29871, 13, 1194, 3846, 29905, 3083, 349, 7998, 3846, 29905, 3083, 29905, 4650, 29897, 1665, 1758, 594, 4311, 13, 29950, 11279, 7959, 26440, 30022, 29898, 29941, 29897, 4076, 278, 278, 2802, 1758, 24968, 29913, 310, 278, 6047, 6210, 29901, 13, 29905, 915, 13, 29912, 13891, 29985, 29906, 1665, 1758, 594, 1012, 957, 29912, 7707, 930, 353, 448, 29887, 29905, 6642, 1665, 1758, 594, 1012, 6970, 29898, 29896, 2612, 6642, 3426, 29896, 1012, 6970, 29897, 718, 13, 29912, 29925, 29905, 957, 29905, 4650, 1012, 3822, 29912, 29881, 29905, 6642, 1665, 1758, 594, 1012, 957, 29912, 7707, 4229, 3425, 869, 13, 29905, 3905, 13, 797, 278, 6426, 7136, 310, 278, 2198, 8991, 29892, 278, 1887, 395, 29887, 29938, 338, 1532, 29899, 4801, 837, 1312, 491, 13, 25379, 3133, 537, 29892, 541, 2427, 29896, 2612, 6642, 3426, 29896, 8435, 353, 395, 29896, 14571, 29896, 29974, 29876, 1665, 1758, 321, 29913, 29871, 1262, 722, 583, 11180, 29892, 13, 18103, 310, 278, 15220, 1490, 13206, 16637, 7688, 16030, 779, 8511, 3187, 2589, 1504, 13, 13, 1576, 395, 29886, 4388, 8513, 6047, 6210, 313, 13080, 545, 29871, 29953, 29892, 4886, 29884, 426, 300, 394, 5003, 29871, 29896, 29929, 29929, 29955, 29892, 322, 29871, 13, 18687, 14762, 29899, 29928, 1338, 3249, 538, 29871, 29896, 29929, 29929, 29955, 29897, 756, 1063, 10115, 1127, 515, 10230, 310, 21635, 4733, 29871, 13, 29898, 18687, 14762, 29899, 29928, 1338, 3249, 538, 426, 300, 394, 5003, 29871, 29896, 29929, 29947, 29945, 29897, 322, 1081, 601, 344, 1608, 293, 13917, 29871, 13, 3707, 20888, 4610, 1474, 304, 278, 21635, 4818, 313, 18687, 14762, 29899, 29928, 1338, 3249, 538, 426, 300, 13, 284, 5003, 29871, 29896, 29929, 29929, 29953, 29936, 402, 820, 426, 300, 394, 5003, 29871, 29896, 29929, 29929, 29953, 29936, 17457, 586, 4070, 29894, 426, 300, 394, 5003, 29871, 29896, 29929, 29929, 29955, 29936, 4886, 29884, 426, 300, 394, 5003, 29871, 29896, 29929, 29929, 29955, 29936, 13, 29954, 20614, 13435, 3717, 362, 29871, 29896, 29929, 29929, 29929, 29936, 7791, 29902, 13435, 3717, 362, 29871, 29896, 29929, 29929, 29929, 467, 13, 7900, 9929, 871, 26903, 936, 18446, 29892, 4158, 3133, 537, 29892, 12959, 26440, 13, 392, 2989, 16346, 2133, 297, 278, 7136, 12211, 6642, 1665, 1758, 594, 1042, 353, 29871, 29945, 29914, 29941, 511, 29871, 13, 29938, 13891, 29985, 29906, 1665, 1758, 594, 2119, 29900, 6802, 7707, 29938, 1818, 1109, 728, 29892, 322, 591, 6216, 278, 29871, 29906, 29906, 3291, 395, 29878, 529, 29938, 13, 12330, 29900, 29889, 29941, 29906, 29897, 29934, 3187, 25475, 29938, 297, 11479, 30022, 29953, 304, 263, 10159, 297, 395, 29878, 29985, 29906, 29938, 304, 4017, 278, 6555, 13, 29802, 6210, 29889, 29871, 8680, 1900, 6216, 338, 17081, 386, 13, 2098, 297, 395, 29878, 29985, 29906, 29938, 322, 4076, 13, 29905, 463, 29912, 9441, 29913, 13, 29883, 1665, 1758, 594, 2119, 29900, 29897, 353, 313, 29945, 29889, 29900, 29955, 29905, 3358, 29871, 29900, 29889, 29900, 29929, 2144, 3706, 29871, 29896, 29900, 29985, 29955, 29905, 2802, 1758, 7477, 29905, 5226, 19579, 29896, 1012, 3425, 1919, 13, 29905, 355, 29912, 9441, 29913, 13, 262, 15129, 17327, 411, 278, 350, 29925, 29929, 29947, 2198, 8991, 5886, 29924, 995, 310, 395, 29945, 29889, 29900, 29945, 29941, 29905, 3706, 29871, 13, 29896, 29900, 29985, 29955, 29938, 7477, 5226, 29938, 3426, 29896, 1042, 313, 10052, 3473, 1821, 1059, 467, 29871, 395, 29883, 29985, 29906, 1665, 1758, 594, 2119, 29900, 1262, 24626, 779, 3754, 29918, 29883, 13, 1194, 6875, 741, 4650, 6822, 29905, 4650, 29918, 29883, 1262, 353, 395, 29934, 3187, 25475, 274, 29985, 29906, 1665, 1758, 594, 2119, 29900, 6802, 21576, 3187, 25475, 29905, 6642, 1665, 1758, 594, 1042, 353, 13, 29938, 29900, 29889, 29947, 29896, 29905, 3358, 29871, 29900, 29889, 29900, 29941, 1504, 13, 13, 29905, 2042, 29912, 1168, 7009, 1080, 29913, 13, 13, 1576, 350, 29925, 29929, 29947, 796, 29909, 4345, 322, 2198, 5886, 29924, 29879, 526, 1532, 5439, 491, 278, 16114, 293, 322, 13, 12846, 29875, 29899, 7054, 3637, 293, 26760, 30022, 29898, 29906, 29941, 29892, 29906, 29946, 29892, 29906, 29947, 489, 29941, 29900, 29892, 29896, 29947, 467, 29871, 7311, 372, 338, 1603, 22669, 29871, 13, 535, 345, 312, 573, 29892, 278, 7136, 310, 278, 796, 29909, 4345, 8991, 313, 13080, 1973, 30022, 29906, 29892, 29871, 29946, 29897, 338, 13149, 635, 13, 9961, 2657, 630, 29892, 411, 3876, 2099, 20162, 29871, 29900, 29889, 29896, 29892, 491, 263, 380, 2593, 1248, 3637, 307, 412, 310, 13, 4535, 6990, 29905, 6642, 29905, 5854, 353, 29871, 29896, 29889, 29953, 29905, 3358, 29871, 29900, 29889, 29896, 1628, 779, 6990, 302, 29905, 5854, 353, 29871, 29896, 29889, 29947, 29905, 3358, 29871, 29900, 29889, 29906, 1504, 13, 13, 1576, 7136, 310, 278, 2198, 8991, 313, 13080, 1973, 30022, 29941, 29892, 29871, 29945, 29897, 338, 871, 2181, 566, 873, 1248, 3637, 1336, 293, 13, 2541, 2380, 779, 6990, 302, 29905, 5854, 353, 29871, 29941, 29889, 29946, 29905, 3358, 29871, 29896, 29889, 29900, 29938, 322, 3876, 2099, 20162, 29871, 29900, 29889, 29896, 313, 13080, 545, 30022, 29945, 467, 259, 13, 1576, 297, 9706, 23724, 6426, 7136, 6858, 263, 13, 11918, 395, 29896, 2612, 6642, 3426 ]
1,330,313
8,192
ArXiv
-1
-1
Press conferenceJürgen Klopp discusses Trent Alexander-Arnold and building momentum Published 30th September 2022 In the second part of his pre-match press conference, Jürgen Klopp was asked about Trent Alexander-Arnold and Liverpool's response to a testing start to the campaign. The Reds return to Premier League action for the first time in nearly a month when Brighton & Hove Albion visit Anfield on Saturday for a 3pm BST kick-off. Ahead of the game, the boss answered questions from journalists at the AXA Training Centre – read a summary of the second half of the briefing below… On Alexander-Arnold... First part of the season, we, as a team, didn't defend well. That's the truth, we know that, we saw it. The analysis was easy – it was like, 'Oh my God, what's that?' And as a defender, Trent is involved in that – but all the other three as well, in our case all the other six as well. We, as a unit, didn't defend well, that's why you look sometimes in situations late. That's why defending is an art, if you want, because everything has to work together. Offensively, one skill, one guy makes a difference, goal. Defensively, one guy defends the whole pitch, not possible. So we need everybody involved and we were not good at that, that's the truth – my responsibility. And Trent didn't do well in these moments as well, in these moments. There were other moments where he defended exceptionally well but for him in his situation, nobody mentions them. It's like you have a list, bad defending and good defending, and bad defending [is] massive, and the good defending [list] is like you can't even see. That's what I see because I'm not dumb. I would talk the whole day to him about it, I would work the whole day with him on it to be the best. A player, they have to improve in all parts and he's 23 and he has to improve – even offensively he has to. But it's the first thing you do if you judge a player, you think about his overall package – and the skillset he has for being influential in possession is mad for a right-back. I don't know if you ever saw a right-back like this where you think, 'OK, passing here, passing there, switching side, crossing there, free-kicks, corners, all these kind of things, smart decisions, quick decisions.' That's it. It's not that I spoke to Trent now like this and said, 'That's what you are good at.' It's not important. He's an outstanding football player in a situation that three other right-backs in his country are doing really well – we should not forget that. Gareth Southgate cannot line up all four, so whoever it will be, two will be disappointed. That's the situation. The view on that, how impactful can he be, that's number one, so what is he good at? That's how we judge a player and then on the rest you work. The way we play, for example, if you are not a football specialist, if we do high press, very often, not always, but very often Trent is the highest of all three in the back, so it means in the high-press situation, he's the one who goes to arrive – and that's the way we play football. Now you can say, 'Yeah, then defend better.' You cannot have everything. So if you want a high press, you need players in specific positions. Either way, we put a striker a bit wider to cover that area and the midfield a bit higher, or we cover the last line with three players, plus Fabinho or whoever plays the six and have him higher. So now we don't get the ball there and the next ball goes long on that side, yeah, now Joel, Joey, Ibou, whoever on that side plays, has to cover that, and that's fine. It's the risk we take, it's not a crazy risk. We win the ball in nine out of 10 times but in that one moment where we don't win it, people ask, 'Where's Trent?' And that's a question I don't understand. Everybody who watches football that often, that long, why you would then say, 'Yeah,
0.155204
-0.974391
-0.231691
-0.460708
[ -0.026963007119489596, 0.3373706569941807 ]
[ -1.1051066485169831, -0.8436748756457642 ]
[ -0.16828509458200425, -0.2950971458512177 ]
[ -0.8502627730335067, -0.07115237769176797 ]
1,024
[ 512, 512 ]
[ 5254, 21362, 29967, 29179, 476, 417, 407, 5353, 267, 1605, 296, 9428, 29899, 1433, 29876, 1025, 322, 5214, 19399, 13, 21076, 3726, 29871, 29941, 29900, 386, 3839, 29871, 29906, 29900, 29906, 29906, 13, 797, 278, 1473, 760, 310, 670, 758, 29899, 4352, 3965, 21362, 29892, 435, 29179, 476, 417, 407, 471, 4433, 1048, 1605, 296, 9428, 29899, 1433, 29876, 1025, 322, 24607, 29915, 29879, 2933, 304, 263, 6724, 1369, 304, 278, 11531, 29889, 13, 1576, 4367, 29879, 736, 304, 14163, 5165, 3158, 363, 278, 937, 931, 297, 8886, 263, 4098, 746, 29258, 265, 669, 379, 994, 16197, 291, 6493, 530, 2671, 373, 24211, 363, 263, 29871, 29941, 3358, 350, 1254, 24817, 29899, 2696, 29889, 13, 29909, 2813, 310, 278, 3748, 29892, 278, 289, 2209, 7699, 5155, 515, 8955, 2879, 472, 278, 319, 29990, 29909, 26101, 11319, 785, 1303, 263, 15837, 310, 278, 1473, 4203, 310, 278, 11473, 292, 2400, 30098, 13, 2951, 9428, 29899, 1433, 29876, 1025, 856, 13, 6730, 760, 310, 278, 4259, 29892, 591, 29892, 408, 263, 3815, 29892, 3282, 29915, 29873, 24663, 1532, 29889, 2193, 29915, 29879, 278, 8760, 29892, 591, 1073, 393, 29892, 591, 4446, 372, 29889, 450, 7418, 471, 4780, 785, 372, 471, 763, 29892, 525, 9048, 590, 4177, 29892, 825, 29915, 29879, 393, 17901, 1126, 408, 263, 822, 1581, 29892, 1605, 296, 338, 9701, 297, 393, 785, 541, 599, 278, 916, 2211, 408, 1532, 29892, 297, 1749, 1206, 599, 278, 916, 4832, 408, 1532, 29889, 1334, 29892, 408, 263, 5190, 29892, 3282, 29915, 29873, 24663, 1532, 29892, 393, 29915, 29879, 2020, 366, 1106, 6041, 297, 18845, 5683, 29889, 2193, 29915, 29879, 2020, 822, 2548, 338, 385, 1616, 29892, 565, 366, 864, 29892, 1363, 4129, 756, 304, 664, 4208, 29889, 5947, 575, 3598, 29892, 697, 19911, 29892, 697, 1410, 29891, 3732, 263, 4328, 29892, 7306, 29889, 5282, 575, 3598, 29892, 697, 1410, 29891, 822, 1975, 278, 3353, 15905, 29892, 451, 1950, 29889, 1105, 591, 817, 26077, 9701, 322, 591, 892, 451, 1781, 472, 393, 29892, 393, 29915, 29879, 278, 8760, 785, 590, 23134, 29889, 1126, 1605, 296, 3282, 29915, 29873, 437, 1532, 297, 1438, 19462, 408, 1532, 29892, 297, 1438, 19462, 29889, 1670, 892, 916, 19462, 988, 540, 822, 2760, 3682, 635, 1532, 541, 363, 1075, 297, 670, 6434, 29892, 23196, 26649, 963, 29889, 739, 29915, 29879, 763, 366, 505, 263, 1051, 29892, 4319, 822, 2548, 322, 1781, 822, 2548, 29892, 322, 4319, 822, 2548, 518, 275, 29962, 20364, 29892, 322, 278, 1781, 822, 2548, 518, 1761, 29962, 338, 763, 366, 508, 29915, 29873, 1584, 1074, 29889, 2193, 29915, 29879, 825, 306, 1074, 1363, 306, 29915, 29885, 451, 270, 3774, 29889, 306, 723, 5193, 278, 3353, 2462, 304, 1075, 1048, 372, 29892, 306, 723, 664, 278, 3353, 2462, 411, 1075, 373, 372, 304, 367, 278, 1900, 29889, 319, 4847, 29892, 896, 505, 304, 11157, 297, 599, 5633, 322, 540, 29915, 29879, 29871, 29906, 29941, 322, 540, 756, 304, 11157, 785, 1584, 1283, 575, 3598, 540, 756, 304, 29889, 13, 6246, 372, 29915, 29879, 278, 937, 2655, 366, 437, 565, 366, 16833, 263, 4847, 29892, 366, 1348, 1048, 670, 12463, 3577, 785, 322, 278, 19911, 842, 540, 756, 363, 1641, 7112, 2556, 297, 17715, 338, 10395, 363, 263, 1492, 29899, 1627, 29889, 306, 1016, 29915, 29873, 1073, 565, 366, 3926, 4446, 263, 1492, 29899, 1627, 763, 445, 988, 366, 1348, 29892, 525, 8949, 29892, 6819, 1244, 29892, 6819, 727, 29892, 21293, 2625, 29892, 24067, 727, 29892, 3889, 29899, 29895, 7358, 29892, 26995, 29892, 599, 1438, 2924, 310, 2712, 29892, 15040, 1602, 12112, 29892, 4996, 1602, 12112, 6169, 2193, 29915, 29879, 372, 29889, 739, 29915, 29879, 451, 393, 306, 12707, 304, 1605, 296, 1286, 763, 445, 322, 1497, 29892, 525, 7058, 29915, 29879, 825, 366, 526, 1781, 472, 6169, 739, 29915, 29879, 451, 4100, 29889, 940, 29915, 29879, 385, 714, 11235, 5733, 4847, 297, 263, 6434, 393, 2211, 916, 1492, 29899, 1627, 29879, 297, 670, 4234, 526, 2599, 2289, 1532, 785, 591, 881, 451, 9566, 393, 29889, 402, 598, 386, 4275, 17062, 2609, 1196, 701, 599, 3023, 29892, 577, 1058, 1310, 372, 674, 367, 29892, 1023, 674, 367, 23451, 287, 29889, 2193, 29915, 29879, 278, 6434, 29889, 450, 1776, 373, 393, 29892, 920, 10879, 1319, 508, 540, 367, 29892, 393, 29915, 29879, 1353, 697, 29892, 577, 825, 338, 540, 1781, 472, 29973, 2193, 29915, 29879, 920, 591, 16833, 263, 4847, 322, 769, 373, 278, 1791, 366, 664, 29889, 13, 1576, 982, 591, 1708, 29892, 363, 1342, 29892, 565, 366, 526, 451, 263, 5733, 4266, 391, 29892, 565, 591, 437, 1880, 3965, 29892, 1407, 4049, 29892, 451, 2337, 29892, 541, 1407, 4049, 1605, 296, 338, 278, 9939, 310, 599, 2211, 297, 278, 1250, 29892, 577, 372, 2794, 297, 278, 1880, 29899, 2139, 6434, 29892, 540, 29915, 29879, 278, 697, 1058, 5771, 304, 18331, 785, 322, 393, 29915, 29879, 278, 982, 591, 1708, 5733, 29889, 2567, 366, 508, 1827, 29892, 525, 29979, 29872, 801, 29892, 769, 24663, 2253, 6169, 887, 2609, 505, 4129, 29889, 1105, 565, 366, 864, 263, 1880, 3965, 29892, 366, 817, 10769, 297, 2702, 11909, 29889, 20370, 982, 29892, 591, 1925, 263, 10076, 3946, 263, 2586, 25734, 304, 4612, 393, 4038, 322, 278, 7145, 2671, 263, 2586, 6133, 29892, 470, 591, 4612, 278, 1833, 1196, 411, 2211, 10769, 29892, 2298, 10629, 21307, 470, 1058, 1310, 13582, 278, 4832, 322, 505, 1075, 6133, 29889, 1105, 1286, 591, 1016, 29915, 29873, 679, 278, 8287, 727, 322, 278, 2446, 8287, 5771, 1472, 373, 393, 2625, 29892, 21915, 29892, 1286, 3650, 295, 29892, 3650, 1032, 29892, 29739, 283, 29892, 1058, 1310, 373, 393, 2625, 13582, 29892, 756, 304, 4612, 393, 29892, 322, 393, 29915, 29879, 2691, 29889, 739, 29915, 29879, 278, 12045, 591, 2125, 29892, 372, 29915, 29879, 451, 263, 12220, 1537, 12045, 29889, 1334, 5401, 278, 8287, 297, 14183, 714, 310, 29871, 29896, 29900, 3064, 541, 297, 393, 697, 3256, 988, 591, 1016, 29915, 29873, 5401, 372, 29892, 2305, 2244, 29892, 525, 11921, 29915, 29879, 1605, 296, 17901, 1126, 393, 29915, 29879, 263, 1139, 306, 1016, 29915, 29873, 2274, 29889, 7569, 2587, 1058, 6505, 267, 5733, 393, 4049, 29892, 393, 1472, 29892, 2020, 366, 723, 769, 1827, 29892, 525, 29979, 29872, 801, 29892 ]
1,330,321
0
CommonCrawl
5
7
Q: Problem with the output of Jquery function .offset in IE I'm new to jquery and javascript, and to web site developing overall, and I'm having a problem with the .offset function. I have the following code working fine on chrome and FF but not working on IE: $(document).keydown(function(k){ var keycode=k.which; var posk=$('html').offset(); var centeryk=screen.availHeight*0.4; var centerxk=screen.availWidth*0.4; $("span").text(k.which+","+posk.top+","+posk.left); if (keycode==37){ k.preventDefault(); $("html,body").stop().animate({scrollLeft:-1*posk.left-centerxk}) }; if (keycode==38){ k.preventDefault(); $("html,body").stop().animate({scrollTop:-1*posk.top-centeryk}) }; if (keycode==39){ k.preventDefault(); $("html,body").stop().animate({scrollLeft:-1*posk.left+centerxk}) }; if (keycode==40){ k.preventDefault(); $("html,body").stop().animate({scrollTop:-1*posk.top+centeryk}) }; }); hat I want it to do is to scroll the window a set percentage using the arrow keys, so my thought was to find the current coordinates of the top left corner of the document and add a percentage relative to the user screen to it and animate the scroll so that the content don't jump and the user looses focus from where he was. The $("span").text are just so I know what's happening and will be turned into comments when the code is complete. So here is what happens, on Chrome and Firefox the output of the $("span").text for the position variables is correct, starting at 0,0 and always showing how much of the content was scrolled in coordinates, but on IE it starts on -2,-2 and never gets out of it, even if I manually scroll the window until the end of it and try using the right arrow key it will still return the initial value of -2,-2 and scroll back to the beggining. I tried substituting the offset for document.body.scrollLetf and scrollTop but the result is the same, only this time the coordinates are 0,0. Am I doing something wrong? Or is this some IE bug? Is there a way around it or some other function I can use and achieve the same results? On another note, I did other two navigating options for the user in this section of the site, one is to click and drag anywhere on the screen to move it: $("html").mousedown(function(e) { var initx=e.pageX var inity=e.pageY $(document).mousemove(function(n) { var x_inc= initx-n.pageX; var y_inc= inity-n.pageY; window.scrollBy(x_inc*0.7,y_inc*0.7); initx=n.pageX; inity=n.pageY //$("span").text(initx+ "," +inity+ "," +x_inc+ "," +y_inc+ "," +e.pageX+ "," +e.pageY+ "," +n.pageX+ "," +n.pageY); // cancel out any text selections document.body.focus(); // prevent text selection in IE document.onselectstart = function () { return false; }; // prevent IE from trying to drag an image document.ondragstart = function() { return false; }; // prevent text selection (except IE) return false; }); }); $("html").mouseup(function() { $(document).unbind('mousemove'); }); The only part of this code I didn't write was the preventing text selection lines, these ones I found in a tutorial about clicking and draging objects, anyway, this code works fine on Chrome, FireFox and IE, though on Firefox and IE it's more often to happen some moviment glitches while you drag
-1.89794
-1.721083
-0.803693
-0.746208
[ -1.8979396431317963, -1.8979396431317963 ]
[ -1.5742513368201294, -1.8679144241549235 ]
[ -0.5691696916568053, -1.0382157662888085 ]
[ -0.5641120435256896, -0.9283038810810933 ]
1,024
[ 512, 512 ]
[ 660, 29901, 11583, 411, 278, 1962, 310, 435, 1972, 740, 869, 10289, 297, 7159, 306, 29915, 29885, 716, 304, 5804, 322, 3513, 29892, 322, 304, 1856, 3268, 14338, 12463, 29892, 322, 306, 29915, 29885, 2534, 263, 1108, 411, 278, 869, 10289, 740, 29889, 306, 505, 278, 1494, 775, 1985, 2691, 373, 16735, 322, 21379, 541, 451, 1985, 373, 7159, 29901, 13, 12330, 3225, 467, 1989, 3204, 29898, 2220, 29898, 29895, 2597, 259, 13, 1678, 722, 1820, 401, 29922, 29895, 29889, 4716, 29936, 259, 13, 1678, 722, 926, 29895, 6080, 877, 1420, 2824, 10289, 890, 259, 13, 1678, 722, 1644, 708, 29895, 29922, 10525, 29889, 485, 737, 7011, 29930, 29900, 29889, 29946, 29936, 259, 13, 1678, 722, 4818, 29916, 29895, 29922, 10525, 29889, 485, 737, 6110, 29930, 29900, 29889, 29946, 29936, 259, 13, 1678, 5775, 9653, 2564, 726, 29898, 29895, 29889, 4716, 29974, 3284, 29974, 1066, 29895, 29889, 3332, 29974, 3284, 29974, 1066, 29895, 29889, 1563, 416, 259, 13, 1678, 565, 313, 1989, 401, 1360, 29941, 29955, 2597, 259, 13, 4706, 413, 29889, 22489, 890, 259, 13, 4706, 5775, 1420, 29892, 2587, 2564, 9847, 2141, 20131, 3319, 10510, 8091, 13018, 29896, 29930, 1066, 29895, 29889, 1563, 29899, 5064, 29916, 29895, 1800, 259, 13, 1678, 3980, 259, 13, 1678, 565, 313, 1989, 401, 1360, 29941, 29947, 2597, 259, 13, 4706, 413, 29889, 22489, 890, 259, 13, 4706, 5775, 1420, 29892, 2587, 2564, 9847, 2141, 20131, 3319, 10510, 7031, 13018, 29896, 29930, 1066, 29895, 29889, 3332, 29899, 1760, 708, 29895, 1800, 259, 13, 1678, 3980, 259, 13, 1678, 565, 313, 1989, 401, 1360, 29941, 29929, 2597, 259, 13, 4706, 413, 29889, 22489, 890, 259, 13, 4706, 5775, 1420, 29892, 2587, 2564, 9847, 2141, 20131, 3319, 10510, 8091, 13018, 29896, 29930, 1066, 29895, 29889, 1563, 29974, 5064, 29916, 29895, 1800, 1678, 13, 1678, 3980, 13, 1678, 565, 313, 1989, 401, 1360, 29946, 29900, 2597, 13, 4706, 413, 29889, 22489, 890, 13, 4706, 5775, 1420, 29892, 2587, 2564, 9847, 2141, 20131, 3319, 10510, 7031, 13018, 29896, 29930, 1066, 29895, 29889, 3332, 29974, 1760, 708, 29895, 1800, 13, 1678, 3980, 259, 13, 3680, 259, 13, 13, 2455, 306, 864, 372, 304, 437, 338, 304, 6355, 278, 3474, 263, 731, 19649, 773, 278, 16578, 6611, 29892, 577, 590, 2714, 471, 304, 1284, 278, 1857, 10350, 310, 278, 2246, 2175, 11155, 310, 278, 1842, 322, 788, 263, 19649, 6198, 304, 278, 1404, 4315, 304, 372, 322, 26015, 278, 6355, 577, 393, 278, 2793, 1016, 29915, 29873, 12500, 322, 278, 1404, 658, 15806, 8569, 515, 988, 540, 471, 29889, 450, 5775, 9653, 2564, 726, 526, 925, 577, 306, 1073, 825, 29915, 29879, 10464, 322, 674, 367, 6077, 964, 6589, 746, 278, 775, 338, 4866, 29889, 29871, 13, 6295, 1244, 338, 825, 5930, 29892, 373, 10228, 322, 14418, 278, 1962, 310, 278, 5775, 9653, 2564, 726, 363, 278, 2602, 3651, 338, 1959, 29892, 6257, 472, 29871, 29900, 29892, 29900, 322, 2337, 6445, 920, 1568, 310, 278, 2793, 471, 885, 24476, 297, 10350, 29892, 541, 373, 7159, 372, 8665, 373, 448, 29906, 6653, 29906, 322, 2360, 4947, 714, 310, 372, 29892, 1584, 565, 306, 7522, 6355, 278, 3474, 2745, 278, 1095, 310, 372, 322, 1018, 773, 278, 1492, 16578, 1820, 372, 674, 1603, 736, 278, 2847, 995, 310, 448, 29906, 6653, 29906, 322, 6355, 1250, 304, 278, 25945, 2827, 29889, 29871, 13, 29902, 1898, 5960, 12937, 292, 278, 9210, 363, 1842, 29889, 2587, 29889, 10510, 12024, 29888, 322, 6355, 7031, 541, 278, 1121, 338, 278, 1021, 29892, 871, 445, 931, 278, 10350, 526, 29871, 29900, 29892, 29900, 29889, 1913, 306, 2599, 1554, 2743, 29973, 1394, 338, 445, 777, 7159, 6494, 29973, 1317, 727, 263, 982, 2820, 372, 470, 777, 916, 740, 306, 508, 671, 322, 6176, 278, 1021, 2582, 29973, 13, 2951, 1790, 4443, 29892, 306, 1258, 916, 1023, 12402, 1218, 3987, 363, 278, 1404, 297, 445, 4004, 310, 278, 3268, 29892, 697, 338, 304, 2828, 322, 8338, 12214, 373, 278, 4315, 304, 4337, 372, 29901, 13, 29938, 703, 1420, 2564, 29885, 26165, 776, 29898, 2220, 29898, 29872, 29897, 13, 29912, 13, 1678, 722, 2069, 29916, 29922, 29872, 29889, 3488, 29990, 13, 1678, 722, 297, 537, 29922, 29872, 29889, 3488, 29979, 13, 1678, 2427, 3225, 467, 29885, 681, 331, 994, 29898, 2220, 29898, 29876, 29897, 13, 1678, 426, 1678, 13, 4706, 722, 921, 29918, 3742, 29922, 2069, 29916, 29899, 29876, 29889, 3488, 29990, 29936, 13, 4706, 722, 343, 29918, 3742, 29922, 297, 537, 29899, 29876, 29889, 3488, 29979, 29936, 13, 4706, 3474, 29889, 10510, 2059, 29898, 29916, 29918, 3742, 29930, 29900, 29889, 29955, 29892, 29891, 29918, 3742, 29930, 29900, 29889, 29955, 416, 13, 4706, 2069, 29916, 29922, 29876, 29889, 3488, 29990, 29936, 13, 4706, 297, 537, 29922, 29876, 29889, 3488, 29979, 13, 4706, 849, 29938, 703, 9653, 2564, 726, 29898, 2344, 29916, 29974, 28796, 718, 13593, 29974, 28796, 718, 29916, 29918, 3742, 29974, 28796, 718, 29891, 29918, 3742, 29974, 28796, 718, 29872, 29889, 3488, 29990, 29974, 28796, 718, 29872, 29889, 3488, 29979, 29974, 28796, 718, 29876, 29889, 3488, 29990, 29974, 28796, 718, 29876, 29889, 3488, 29979, 416, 13, 13, 1678, 849, 12611, 714, 738, 1426, 409, 5942, 13, 1678, 1842, 29889, 2587, 29889, 18037, 890, 13, 13, 1678, 849, 5557, 1426, 9262, 297, 7159, 13, 1678, 1842, 29889, 265, 2622, 2962, 353, 740, 3861, 426, 736, 2089, 29936, 3980, 13, 1678, 849, 5557, 7159, 515, 1811, 304, 8338, 385, 1967, 13, 1678, 1842, 29889, 898, 1431, 2962, 353, 740, 580, 426, 736, 2089, 29936, 3980, 13, 13, 1678, 849, 5557, 1426, 9262, 313, 19499, 7159, 29897, 13, 1678, 736, 2089, 29936, 13, 1678, 2604, 13, 3680, 13, 13, 29938, 703, 1420, 2564, 15769, 786, 29898, 2220, 580, 13, 29912, 13, 1678, 2427, 3225, 467, 348, 5355, 877, 29885, 681, 331, 994, 2157, 13, 3680, 13, 13, 1576, 871, 760, 310, 445, 775, 306, 3282, 29915, 29873, 2436, 471, 278, 5557, 292, 1426, 9262, 3454, 29892, 1438, 6743, 306, 1476, 297, 263, 9673, 1048, 14855, 322, 8338, 292, 3618, 29892, 8763, 29892, 445, 775, 1736, 2691, 373, 10228, 29892, 6438, 29943, 2251, 322, 7159, 29892, 2466, 373, 14418, 322, 7159, 372, 29915, 29879, 901, 4049, 304, 3799, 777, 2351, 2073, 3144, 2335, 267, 1550, 366, 8338 ]
1,330,323
0
StackExchange
-1
-1
Review: THE HISTORY OF FUTURE FOLK Rating: 3.5 (Out of 4 Stars) The tagline for the film reads, "Probably the only alien-folk-duo sci fi-action-romance-comedy movie ever made which probably makes it the best alien-folk-duo sci fi-action-romance-comedy ever made."* Aside from a sequel which could expand on this "universe", I cannot seriously see any film taking this title away from this hilarious, sweet and charming indie film which captured the hearts of audiences at the 2012 Fantastic Fest. I knew when my twitter feed exploded with joyous praise for this film during the festival, along with the hashtag #Hondo, that there is something really special about this movie. As I hadn't attended the festival last year, I would have to wait months before I could watch, enjoy, laugh, smile, and sing along with the other worldly duo known as Future Folk. Now available on Video on Demand and in a few select theaters (not in Austin), The History of Future Folk is a must see for earthlings of various tastes. Serving as an origin story for the musical duo Future Folk, and an obviously fictional one at that, the movie depicts the arrival of alien Hondonian General Trius (Nils d'Aulaire) on earth and how music changed his life. With a comet destined to destroy the planet Hondo, General Trius is sent to earth to release a virus to destroy all human life so that the Hondonian people can take over. Upon his arrival, the General discovers the joy of music and has a sudden change of heart. He abandons his mission, becomes a bluesgrass artist and eventually marries and starts a family. Several years pass, but Hondo responds to Trius' betrayal and mission failure by sending an assassin named Kevin (Jay Klaitz). Kevin also falls in love with music and joins Trius, now known as Bill, to form the duo Future Folk. Written by John Mitchell and directed by Mitchell and Jeremy Kipp Walker, the movie often plays out like a tonally different, alternate universe version of Tenacious D, but with less buffoonish characters. The plot is basic science fiction and doesn't offer audiences anything mind blowing or different, but that obviously is not the intention of the filmmakers. They take a goofy and silly premise and run with it so straight-faced that it works so well. The characters, particularly Kevin, have such lovable qualities that only the hardest of hearts or the most cynical will scoff. One doesn't have to be a fan of science fiction (or bluegrass/folk) to enjoy the movie, but it does add to the enjoyment. As I watched the film, I couldn't help, but think of fun sci fi B-movies of the fifties and sixties. It is evident that Mitchell, Walker, d'Aulaire and Klaitz all have much love for these classic, low budget films. It is also evident that Nils d'Aulaire and Jay Klaitz are talented musicians and performers. When this duo takes the stage, it is an absolute pleasure to hear them jam, sing, and play their instruments. Nils' nimble fingers can rock the hell out of a banjo and Jay Klaitz's able strumming keeps the rhythm going. When these two singers harmonize, it is pure musical joy. I would love to get the soundtrack of the movie along with any other recordings they may have available. One thing is for certain, if they ever return to Austin for a concert, I will definitely attend. In addition to their musical talents, the duo proves to be talented at acting. They both have excellent comic timing and charismatic qualities which allow them to pull off their characters beautifully. At this point it should go without saying that I highly recommend this endearing and winsome sci-fi-comedy-musical-etc. Seek it out on Video On Demand or if for some reason it gets a theatrical release in your town, go pay to see it. The movie is so much fun. I guarantee that anyone who sees this film will finish it with a huge smile on their face. If not, then what can I say? That person needs help. Hondo! *Tagline provided by Variance Films. Published June 7, 2013 By Mark Saldana Categorized as Banner, Reviews Tag
1.334494
-0.052441
-0.285428
-0.971877
[ 1.2687499487133378, 1.4002387898972186 ]
[ 0.21995850165220868, -0.3248402442112732 ]
[ -0.09473410484586044, -0.4761213490380199 ]
[ -0.7462079623033914, -1.1975457038452668 ]
1,024
[ 512, 512 ]
[ 13957, 29901, 6093, 379, 9047, 18929, 8079, 383, 2692, 11499, 383, 5607, 29968, 13, 29934, 1218, 29901, 29871, 29941, 29889, 29945, 313, 3744, 310, 29871, 29946, 25435, 29897, 13, 1576, 4055, 1220, 363, 278, 2706, 13623, 29892, 376, 1184, 14815, 278, 871, 394, 819, 29899, 17976, 29899, 700, 29877, 4560, 5713, 29899, 2467, 29899, 456, 749, 29899, 510, 7584, 14064, 3926, 1754, 607, 3117, 3732, 372, 278, 1900, 394, 819, 29899, 17976, 29899, 700, 29877, 4560, 5713, 29899, 2467, 29899, 456, 749, 29899, 510, 7584, 3926, 1754, 1213, 29930, 1094, 680, 515, 263, 8617, 295, 607, 1033, 7985, 373, 445, 376, 348, 12193, 613, 306, 2609, 25798, 1074, 738, 2706, 5622, 445, 3611, 3448, 515, 445, 298, 309, 1306, 681, 29892, 14225, 322, 1373, 4056, 1399, 347, 2706, 607, 15468, 278, 26490, 310, 12990, 819, 778, 472, 278, 29871, 29906, 29900, 29896, 29906, 18089, 6288, 14615, 29889, 306, 6363, 746, 590, 23394, 8343, 3902, 6797, 411, 15331, 681, 7213, 895, 363, 445, 2706, 2645, 278, 16005, 29892, 3412, 411, 278, 756, 400, 351, 396, 29950, 18592, 29892, 393, 727, 338, 1554, 2289, 4266, 1048, 445, 14064, 29889, 1094, 306, 27222, 29915, 29873, 14283, 278, 16005, 1833, 1629, 29892, 306, 723, 505, 304, 4480, 7378, 1434, 306, 1033, 6505, 29892, 13389, 29892, 10569, 29892, 17819, 29892, 322, 1809, 3412, 411, 278, 916, 3186, 368, 868, 29877, 2998, 408, 16367, 8301, 29895, 29889, 2567, 3625, 373, 13987, 373, 4432, 392, 322, 297, 263, 2846, 1831, 278, 10412, 313, 1333, 297, 24518, 511, 450, 5298, 310, 16367, 8301, 29895, 338, 263, 1818, 1074, 363, 8437, 18964, 310, 5164, 260, 579, 267, 29889, 13, 1748, 1747, 408, 385, 3978, 5828, 363, 278, 9636, 868, 29877, 16367, 8301, 29895, 29892, 322, 385, 12879, 26797, 1848, 697, 472, 393, 29892, 278, 14064, 1401, 919, 29879, 278, 18517, 310, 394, 819, 379, 898, 25813, 4593, 8602, 375, 313, 29940, 2719, 270, 29915, 29909, 25290, 29897, 373, 8437, 322, 920, 4696, 3939, 670, 2834, 29889, 2973, 263, 419, 300, 2731, 1312, 304, 8174, 278, 15754, 379, 18592, 29892, 4593, 8602, 375, 338, 2665, 304, 8437, 304, 6507, 263, 24424, 304, 8174, 599, 5199, 2834, 577, 393, 278, 379, 898, 25813, 2305, 508, 2125, 975, 29889, 19956, 670, 18517, 29892, 278, 4593, 17021, 874, 278, 15331, 310, 4696, 322, 756, 263, 8327, 1735, 310, 5192, 29889, 940, 633, 392, 787, 670, 10655, 29892, 7415, 263, 1999, 1041, 629, 465, 7664, 322, 10201, 1766, 2722, 322, 8665, 263, 3942, 29889, 21882, 2440, 1209, 29892, 541, 379, 18592, 10049, 29879, 304, 8602, 375, 29915, 1010, 764, 284, 322, 10655, 10672, 491, 9348, 385, 20105, 262, 4257, 19323, 313, 29967, 388, 476, 433, 2784, 467, 19323, 884, 20074, 297, 5360, 411, 4696, 322, 26205, 8602, 375, 29892, 1286, 2998, 408, 6682, 29892, 304, 883, 278, 868, 29877, 16367, 8301, 29895, 29889, 13, 29956, 20833, 491, 2259, 26676, 322, 10624, 491, 26676, 322, 5677, 6764, 476, 8377, 19512, 29892, 278, 14064, 4049, 13582, 714, 763, 263, 15243, 635, 1422, 29892, 25010, 19859, 1873, 310, 323, 2386, 8802, 360, 29892, 541, 411, 3109, 20487, 6150, 728, 4890, 29889, 450, 6492, 338, 6996, 10466, 24159, 322, 1838, 29915, 29873, 5957, 12990, 819, 778, 3099, 3458, 13031, 292, 470, 1422, 29892, 541, 393, 12879, 338, 451, 278, 16392, 310, 278, 2706, 29885, 21079, 29889, 2688, 2125, 263, 748, 974, 29891, 322, 24866, 5188, 895, 322, 1065, 411, 372, 577, 7812, 29899, 17470, 287, 393, 372, 1736, 577, 1532, 29889, 450, 4890, 29892, 10734, 19323, 29892, 505, 1316, 12355, 519, 4021, 1907, 393, 871, 278, 2898, 342, 310, 26490, 470, 278, 1556, 274, 948, 936, 674, 885, 2696, 29889, 3118, 1838, 29915, 29873, 505, 304, 367, 263, 13524, 310, 10466, 24159, 313, 272, 1999, 29884, 4872, 465, 29914, 17976, 29897, 304, 13389, 278, 14064, 29892, 541, 372, 947, 788, 304, 278, 13389, 358, 29889, 1094, 306, 20654, 278, 2706, 29892, 306, 8496, 29915, 29873, 1371, 29892, 541, 1348, 310, 2090, 4560, 5713, 350, 29899, 13529, 583, 310, 278, 285, 2027, 583, 322, 1354, 486, 583, 29889, 739, 338, 13602, 393, 26676, 29892, 19512, 29892, 270, 29915, 29909, 25290, 322, 476, 433, 2784, 599, 505, 1568, 5360, 363, 1438, 22037, 29892, 4482, 23562, 12298, 29889, 13, 3112, 338, 884, 13602, 393, 405, 2719, 270, 29915, 29909, 25290, 322, 19556, 476, 433, 2784, 526, 5969, 14927, 2301, 14722, 322, 2189, 414, 29889, 1932, 445, 868, 29877, 4893, 278, 7408, 29892, 372, 338, 385, 8380, 15377, 304, 8293, 963, 14322, 29892, 1809, 29892, 322, 1708, 1009, 23643, 29889, 405, 2719, 29915, 21930, 569, 23915, 508, 7679, 278, 23927, 714, 310, 263, 9892, 2212, 322, 19556, 476, 433, 2784, 29915, 29879, 2221, 851, 398, 4056, 14874, 278, 18178, 29265, 2675, 29889, 1932, 1438, 1023, 1809, 414, 10311, 265, 675, 29892, 372, 338, 8296, 9636, 15331, 29889, 306, 723, 5360, 304, 679, 278, 6047, 11294, 310, 278, 14064, 3412, 411, 738, 916, 2407, 886, 896, 1122, 505, 3625, 29889, 3118, 2655, 338, 363, 3058, 29892, 565, 896, 3926, 736, 304, 24518, 363, 263, 13135, 29892, 306, 674, 11630, 14333, 29889, 512, 6124, 304, 1009, 9636, 5969, 1237, 29892, 278, 868, 29877, 28281, 304, 367, 5969, 14927, 472, 16684, 29889, 2688, 1716, 505, 15129, 419, 293, 28750, 322, 1373, 1608, 2454, 4021, 1907, 607, 2758, 963, 304, 8206, 1283, 1009, 4890, 9560, 368, 29889, 13, 4178, 445, 1298, 372, 881, 748, 1728, 5934, 393, 306, 10712, 6907, 445, 19981, 4362, 322, 21614, 608, 4560, 29899, 7241, 29899, 510, 7584, 29899, 8366, 936, 29899, 7070, 29889, 922, 1416, 372, 714, 373, 13987, 1551, 4432, 392, 470, 565, 363, 777, 2769, 372, 4947, 263, 278, 8141, 936, 6507, 297, 596, 4726, 29892, 748, 5146, 304, 1074, 372, 29889, 450, 14064, 338, 577, 1568, 2090, 29889, 306, 18818, 393, 5019, 1058, 18553, 445, 2706, 674, 8341, 372, 411, 263, 12176, 17819, 373, 1009, 3700, 29889, 960, 451, 29892, 769, 825, 508, 306, 1827, 29973, 2193, 2022, 4225, 1371, 29889, 379, 18592, 29991, 13, 29930, 8176, 1220, 4944, 491, 11681, 8837, 21470, 29889, 13, 21076, 3726, 5306, 29871, 29955, 29892, 29871, 29906, 29900, 29896, 29941, 2648, 4485, 317, 2741, 1648, 13, 29907, 20440, 1891, 408, 350, 7310, 29892, 830, 7406, 10522 ]
1,330,325
0
CommonCrawl
16
20
Movie Thoughts: Harry and the Deathly Hallows – Is it the Beginning of the Beginning of the End? November 20, 2010 by Elizabeth 33 Comments When I held my copy of Harry Potter and the Deathly Hallows for the first time, I felt about it much as I always do about the last piece of candy in the big box. Like Edmund and the Turkish Delight, I could eat those things until it kills me, but I always reach the end; the last piece, the piece I want but don't want because it means the end of the box, is a bittersweet delight (regardless of what kind of sweetie flavor it is). With the film of Deathly Hallows in two bits, we've still one piece left in that big box, but this one is next to last, and has that same degree of joy and sadness. Considering the content of this, the first half of the last installment of our generational Shared Text's cinematic interpretations, the sadness is certainly in force. Follow after the jump for detailed thoughts on the film, and my two galleons worth. I decided against the midnight and wee hour showings, as I find I enjoy films more when I'm conscious for the whole thing, but even at Friday's showing, a matinee, the house was packed with folks here for the first scene of the last act. And it's a rather long scene, too! I had expected the break between this installment and the next to fall around the center of the book, that is with the chapter "The Silver Doe" (which, if you've been following the train of thought on Ring Composition, serves as both the literal and spiritual center of the novel). Instead, the film takes us well past that point, all the way up to Dobby's sacrifice and Voldemort's retrieval of the Elder Wand from Dumbledore's grave. I'm a literary critic, not a film critic, but, from my perspective, the movie was an excellent adaptation of the first half of the book, leaving us a good chunk of time for thorough coverage at the Battle of Hogwarts in Part 2 (and hopefully plenty of The Prince's Tale, since most of the other flashback type scenes have been removed from the first half). Certainly, no one is going to like every aspect of an adaptation, but with the expanded length, this installment has the time to cover the story much more effectively. We get intense and prolonged close-ups that allow the actors to convey much more than mere dialogue. In particular, the expressions of Snape (Alan Rickman, as amazing as ever) and Lucius Malfoy (the also amazing Jason Isaacs) during the big Death Eater confab at story's onset, speak volumes and give their characters the depth that will be proven later in the narrative. By contrast, other elements are sped past to keep up the pace (the camping trip still feels long enough to make the point, but is streamlined enough to keep the story moving) or removed altogether. Kreacher doesn't get to relate the tragedy of Regulus (though he does get in plenty of swings at Mundungus Fletcher!). Some elements, like Harry's and Hermione's use of Polyjuice Potion in Godric's Hollow, are removed to prevent repetition (after all, poor Hermione has to drink that mess four times in the book! Twice in one movie is enough, I think). Some of the edits will require some new connective tissue later on. For example, with the absence of Phineas Nigelleus in his frame, there will have to be some other explanation for Snape being able to find the trio in the Forest of Dean. Some of the elements that get left in are just wonderful. The Scripture on the Potters' gravestone is prominent, accentuated by the roses Hermione places there, a nice touch. Other elements are added in that, in the book, are merely alluded to. The best of these is Hermione's memory-wipe on her parents, a touching scene in which she erases herself from all the family photos, but there are also little added moments with Neville so that he won't be such a stranger by Part 2. The big conversation piece of the movie will likely be the fairly graphic (for this series) vision Ron endures before destroying the Horcrux, but I found the sexy scene to actually be very close to the scene from the Book I of The Faerie Queene in which its literary roots
1.630344
-0.055798
0.161426
-0.114319
[ 1.3125795624412981, 1.9481089614967229 ]
[ -0.653868246026934, 0.542271646287958 ]
[ 0.0498316336010429, 0.2730208438348586 ]
[ -0.5867114477311365, 0.3580737165699579 ]
1,024
[ 512, 512 ]
[ 7871, 498, 1774, 29879, 29901, 10686, 322, 278, 14450, 368, 6573, 1242, 785, 1317, 372, 278, 14893, 1076, 310, 278, 14893, 1076, 310, 278, 2796, 29973, 13, 25363, 1096, 29871, 29906, 29900, 29892, 29871, 29906, 29900, 29896, 29900, 491, 13061, 29871, 29941, 29941, 461, 29879, 13, 10401, 306, 4934, 590, 3509, 310, 10686, 10173, 357, 322, 278, 14450, 368, 6573, 1242, 363, 278, 937, 931, 29892, 306, 7091, 1048, 372, 1568, 408, 306, 2337, 437, 1048, 278, 1833, 8424, 310, 274, 13910, 297, 278, 4802, 3800, 29889, 8502, 28925, 322, 278, 24682, 5556, 523, 29892, 306, 1033, 17545, 1906, 2712, 2745, 372, 413, 6090, 592, 29892, 541, 306, 2337, 6159, 278, 1095, 29936, 278, 1833, 8424, 29892, 278, 8424, 306, 864, 541, 1016, 29915, 29873, 864, 1363, 372, 2794, 278, 1095, 310, 278, 3800, 29892, 338, 263, 2586, 2153, 16668, 15319, 313, 1727, 538, 2222, 310, 825, 2924, 310, 14225, 347, 21054, 272, 372, 338, 467, 2973, 278, 2706, 310, 14450, 368, 6573, 1242, 297, 1023, 9978, 29892, 591, 29915, 345, 1603, 697, 8424, 2175, 297, 393, 4802, 3800, 29892, 541, 445, 697, 338, 2446, 304, 1833, 29892, 322, 756, 393, 1021, 7426, 310, 15331, 322, 14610, 2264, 29889, 10056, 292, 278, 2793, 310, 445, 29892, 278, 937, 4203, 310, 278, 1833, 2601, 358, 310, 1749, 1176, 1288, 21236, 3992, 29915, 29879, 4670, 19217, 6613, 800, 29892, 278, 14610, 2264, 338, 8959, 297, 4889, 29889, 10306, 1156, 278, 12500, 363, 13173, 13133, 373, 278, 2706, 29892, 322, 590, 1023, 330, 3498, 787, 7088, 29889, 13, 29902, 8459, 2750, 278, 7145, 11147, 322, 591, 29872, 7234, 1510, 886, 29892, 408, 306, 1284, 306, 13389, 12298, 901, 746, 306, 29915, 29885, 19861, 363, 278, 3353, 2655, 29892, 541, 1584, 472, 28728, 29915, 29879, 6445, 29892, 263, 1775, 457, 29872, 29892, 278, 3699, 471, 4870, 287, 411, 900, 2039, 1244, 363, 278, 937, 9088, 310, 278, 1833, 1044, 29889, 1126, 372, 29915, 29879, 263, 3265, 1472, 9088, 29892, 2086, 29991, 306, 750, 3806, 278, 2867, 1546, 445, 2601, 358, 322, 278, 2446, 304, 6416, 2820, 278, 4818, 310, 278, 3143, 29892, 393, 338, 411, 278, 16385, 376, 1576, 16466, 1938, 29872, 29908, 313, 4716, 29892, 565, 366, 29915, 345, 1063, 1494, 278, 7945, 310, 2714, 373, 17716, 422, 3283, 29892, 19700, 408, 1716, 278, 16333, 322, 20954, 4818, 310, 278, 9554, 467, 8669, 29892, 278, 2706, 4893, 502, 1532, 4940, 393, 1298, 29892, 599, 278, 982, 701, 304, 21451, 1609, 29915, 29879, 28839, 322, 3684, 2310, 441, 29915, 29879, 5663, 16837, 310, 278, 382, 25943, 399, 392, 515, 360, 25443, 487, 29915, 29879, 15258, 29889, 13, 29902, 29915, 29885, 263, 22937, 11164, 29892, 451, 263, 2706, 11164, 29892, 541, 29892, 515, 590, 18520, 29892, 278, 14064, 471, 385, 15129, 28206, 310, 278, 937, 4203, 310, 278, 3143, 29892, 10124, 502, 263, 1781, 19875, 310, 931, 363, 17826, 23746, 472, 278, 12788, 310, 27675, 29893, 5708, 297, 3455, 29871, 29906, 313, 392, 27581, 20947, 310, 450, 10787, 29915, 29879, 323, 744, 29892, 1951, 1556, 310, 278, 916, 11013, 1627, 1134, 20407, 505, 1063, 6206, 515, 278, 937, 4203, 467, 315, 13946, 368, 29892, 694, 697, 338, 2675, 304, 763, 1432, 9565, 310, 385, 28206, 29892, 541, 411, 278, 17832, 3309, 29892, 445, 2601, 358, 756, 278, 931, 304, 4612, 278, 5828, 1568, 901, 17583, 29889, 1334, 679, 17818, 344, 322, 27044, 287, 3802, 29899, 14340, 393, 2758, 278, 29701, 304, 27769, 1568, 901, 1135, 15187, 7928, 434, 29889, 512, 3153, 29892, 278, 12241, 310, 317, 1056, 412, 313, 2499, 273, 24218, 1171, 29892, 408, 21863, 292, 408, 3926, 29897, 322, 3182, 16102, 3792, 1181, 29891, 313, 1552, 884, 21863, 292, 21776, 19899, 16815, 29897, 2645, 278, 4802, 14450, 382, 1008, 1970, 370, 472, 5828, 29915, 29879, 373, 842, 29892, 7726, 18167, 322, 2367, 1009, 4890, 278, 10809, 393, 674, 367, 16413, 2678, 297, 278, 15474, 1230, 29889, 2648, 12814, 29892, 916, 3161, 526, 805, 287, 4940, 304, 3013, 701, 278, 27725, 313, 1552, 4242, 292, 17487, 1603, 23880, 1472, 3307, 304, 1207, 278, 1298, 29892, 541, 338, 4840, 21354, 3307, 304, 3013, 278, 5828, 8401, 29897, 470, 6206, 19148, 29889, 7706, 11665, 1838, 29915, 29873, 679, 304, 29279, 278, 1020, 3192, 29891, 310, 2169, 14999, 313, 3592, 540, 947, 679, 297, 20947, 310, 2381, 886, 472, 341, 870, 686, 375, 383, 1026, 4630, 29991, 467, 3834, 3161, 29892, 763, 10686, 29915, 29879, 322, 10515, 1421, 29915, 29879, 671, 310, 21755, 4900, 625, 349, 8194, 297, 4177, 2200, 29915, 29879, 379, 2952, 29892, 526, 6206, 304, 5557, 21159, 654, 313, 7045, 599, 29892, 6460, 10515, 1421, 756, 304, 13748, 393, 4473, 3023, 3064, 297, 278, 3143, 29991, 8168, 625, 297, 697, 14064, 338, 3307, 29892, 306, 1348, 467, 3834, 310, 278, 1226, 1169, 674, 1996, 777, 716, 4511, 573, 260, 15118, 2678, 373, 29889, 1152, 1342, 29892, 411, 278, 18070, 310, 1963, 457, 294, 405, 335, 1808, 375, 297, 670, 3515, 29892, 727, 674, 505, 304, 367, 777, 916, 8252, 363, 317, 1056, 412, 1641, 2221, 304, 1284, 278, 3367, 29877, 297, 278, 17300, 310, 23263, 29889, 13, 9526, 310, 278, 3161, 393, 679, 2175, 297, 526, 925, 20695, 29889, 450, 14415, 545, 373, 278, 10173, 2153, 29915, 8310, 27744, 338, 19555, 29892, 1035, 296, 29884, 630, 491, 278, 14652, 267, 10515, 1421, 7600, 727, 29892, 263, 7575, 6023, 29889, 5901, 3161, 526, 2715, 297, 393, 29892, 297, 278, 3143, 29892, 526, 13586, 599, 566, 287, 304, 29889, 450, 1900, 310, 1438, 338, 10515, 1421, 29915, 29879, 3370, 29899, 4353, 412, 373, 902, 11825, 29892, 263, 6023, 292, 9088, 297, 607, 1183, 604, 2129, 8735, 515, 599, 278, 3942, 20612, 29892, 541, 727, 526, 884, 2217, 2715, 19462, 411, 2448, 4909, 577, 393, 540, 2113, 29915, 29873, 367, 1316, 263, 26507, 491, 3455, 29871, 29906, 29889, 13, 1576, 4802, 14983, 8424, 310, 278, 14064, 674, 5517, 367, 278, 12558, 3983, 293, 313, 1454, 445, 3652, 29897, 18551, 11546, 1095, 1973, 1434, 8174, 292, 278, 6912, 29883, 582, 29916, 29892, 541, 306, 1476, 278, 409, 3594, 9088, 304, 2869, 367, 1407, 3802, 304, 278, 9088, 515, 278, 6726, 306, 310, 450, 7748, 10681, 5462, 1600, 297, 607, 967, 22937, 16778 ]
1,330,326
0
CommonCrawl
16
20
lie. After all, this is a taunting image conjured up by Voldemort himself. He's not likely to tone it down for the kiddies. By contrast, a "real" scene, though played for laughs, is a nice contrast. When Fleur is transformed into one of the seven Potters and is changing into clothes like Harry's, she tells Bill not to look. The scene is funny, of course, because it's Dan Radcliffe in the bra covering his chest modestly, but it indicates that, contra the cultural tide, Bill and Fleur are not consummating their relationship until after their marriage. The wedding itself lacks the golden luster of the book, but Fleur's black and white dress, with Hermione's red one (and all that red Weasley hair!) gives us the alchemical hat tip. I'm looking forward to seeing more of Bill, who seems well cast if not allowed his big mauling moment in HBP. After all this time, it's hard to remember all these Weasleys aren't actually related, since they work together so well, particularly the wonderful Phelps brothers (who are, of course, actual twins), who steal every scene they are in. On the visual side, the effects are super, and I especially like how realistic the house elves have become. Both Dobby and Kreacher are remarkably lifelike, lending true realism to the elf's heart-wrenching death in Harry's arms. The settings are also stellar, with some truly awe-inspiring vistas that serve as excellent backdrops to the epic tale being told. One of the neatest visual sequences is the "Tale of the Three Brothers," a sort of shadow-puppet Edward Gorey homage that works nicely as Hermione reads the story. It's far better than having humans play the roles, as it keeps the fairy tale and text-bound elements of the story in the forefront. This film is rated PG-13, and the violence meter is ramped up throughout. From Charity Burbage's murder through to Dobby's, it's a rough ride emotionally as well as visually, but the audience, even for a matinee, was pretty much the over 13-crowd, a relief for me after all the not-for-little people movies I've seen with poor shrieking children in the next row. Overall, it was a good film, and bodes well for the second part when we really will have only an empty candy box left. Let's hear your thoughts on how the film met (or didn't) your expectations! Filed Under: Elizabeth Baird Hardy, Movie Thoughts Eeyore says I wondered how you would feel about the lack of gold at the wedding. I missed it, thought Luna and her dad carried that bit. I did like Fleur's dress, actually. And I liked the tone of the wedding, really the wedding dinner/reception. I agree about the vision that Ron saw. I thought it was excellent. I had just finished re-reading the book the night before, so all that was pretty fresh in my mind. The dialogue is nearly from the book and the images are spot on, imo. I liked the additions this time – Hermione with her parents, in particular, and even the dance in the tent. The expression on Emma's face at the end says "I am missing Ron, but it's nice to have a friend who cares." I was so caught up in the moment in the graveyard that I didn't see the inscription. And I wish they had talked about it. But today I was looking through the book I bought when we saw the Harry Potter Exhibition in Seattle (awesome, btw!). And two of the picture show the headstone for the Potters, with the inscription, and the headstone for Kendra with Ariana's name and the inscription. Too bad that one didn't make it to the movie, but I look forward to seeing it in the deleted scenes. I also missed seeing Luna's room, but the Lovegood house was fantastic, and one of the other things in my book says that the artwork was inspired by Evanna Lynch's drawings. Cool. I did miss the moment of remorse that caused Wormtail's hand to stangle him, but having Dobby do it instead was a good choice. Everything about the house elves was fantastic. Ooops, that
1.083844
-0.218746
-0.476755
-0.785229
[ 1.7289608928569211, 0.438726638740089 ]
[ 0.2486085589531642, -0.6860995604905089 ]
[ -0.3229957971304447, -0.6305150214582873 ]
[ -0.19601815056790642, -1.374438882086463 ]
1,024
[ 512, 512 ]
[ 3804, 29889, 2860, 599, 29892, 445, 338, 263, 11062, 348, 1259, 1967, 9589, 2955, 701, 491, 3684, 2310, 441, 3654, 29889, 940, 29915, 29879, 451, 5517, 304, 16225, 372, 1623, 363, 278, 413, 2205, 583, 29889, 2648, 12814, 29892, 263, 376, 6370, 29908, 9088, 29892, 2466, 5318, 363, 10569, 29879, 29892, 338, 263, 7575, 12814, 29889, 1932, 13859, 332, 338, 27615, 964, 697, 310, 278, 9881, 10173, 2153, 322, 338, 6480, 964, 22095, 763, 10686, 29915, 29879, 29892, 1183, 10603, 6682, 451, 304, 1106, 29889, 450, 9088, 338, 2090, 1460, 29892, 310, 3236, 29892, 1363, 372, 29915, 29879, 3951, 4957, 695, 11540, 297, 278, 4105, 21653, 670, 521, 342, 878, 342, 368, 29892, 541, 372, 14088, 393, 29892, 6761, 278, 16375, 260, 680, 29892, 6682, 322, 13859, 332, 526, 451, 11233, 29885, 1218, 1009, 9443, 2745, 1156, 1009, 13718, 29889, 450, 14837, 8497, 3528, 425, 4684, 278, 22843, 301, 5402, 310, 278, 3143, 29892, 541, 13859, 332, 29915, 29879, 4628, 322, 4796, 10714, 29892, 411, 10515, 1421, 29915, 29879, 2654, 697, 313, 392, 599, 393, 2654, 1334, 294, 2330, 11315, 14366, 4076, 502, 278, 394, 14969, 936, 3056, 6872, 29889, 306, 29915, 29885, 3063, 6375, 304, 8790, 901, 310, 6682, 29892, 1058, 2444, 1532, 4320, 565, 451, 6068, 670, 4802, 611, 19478, 3256, 297, 379, 29933, 29925, 29889, 2860, 599, 445, 931, 29892, 372, 29915, 29879, 2898, 304, 6456, 599, 1438, 1334, 294, 280, 952, 9455, 29915, 29873, 2869, 4475, 29892, 1951, 896, 664, 4208, 577, 1532, 29892, 10734, 278, 20695, 1963, 295, 567, 21383, 313, 15970, 526, 29892, 310, 3236, 29892, 3935, 3252, 1144, 511, 1058, 1886, 284, 1432, 9088, 896, 526, 297, 29889, 13, 2951, 278, 7604, 2625, 29892, 278, 9545, 526, 2428, 29892, 322, 306, 7148, 763, 920, 1855, 4695, 278, 3699, 560, 1960, 505, 4953, 29889, 9134, 21451, 1609, 322, 7706, 11665, 526, 8509, 2197, 11747, 5037, 446, 29892, 301, 2548, 1565, 1855, 1608, 304, 278, 560, 29888, 29915, 29879, 5192, 29899, 29893, 4615, 292, 4892, 297, 10686, 29915, 29879, 10188, 29889, 450, 6055, 526, 884, 14781, 279, 29892, 411, 777, 19781, 263, 705, 29899, 262, 1028, 8491, 325, 9395, 393, 9080, 408, 15129, 1250, 26419, 567, 304, 278, 9358, 293, 17694, 1641, 5429, 29889, 3118, 310, 278, 28539, 342, 7604, 15602, 338, 278, 376, 29911, 744, 310, 278, 12753, 25522, 1699, 263, 2656, 310, 15504, 29899, 3746, 7988, 9300, 402, 487, 29891, 3632, 482, 393, 1736, 28138, 408, 10515, 1421, 13623, 278, 5828, 29889, 739, 29915, 29879, 2215, 2253, 1135, 2534, 25618, 1708, 278, 16178, 29892, 408, 372, 14874, 278, 6534, 29891, 17694, 322, 1426, 29899, 9917, 3161, 310, 278, 5828, 297, 278, 26839, 8862, 29889, 13, 4013, 2706, 338, 364, 630, 349, 29954, 29899, 29896, 29941, 29892, 322, 278, 21448, 11134, 338, 364, 1160, 287, 701, 10106, 29889, 3645, 2896, 537, 6640, 17807, 29915, 29879, 13406, 1549, 304, 21451, 1609, 29915, 29879, 29892, 372, 29915, 29879, 263, 12164, 22203, 953, 8194, 635, 408, 1532, 408, 1998, 1474, 29892, 541, 278, 20026, 29892, 1584, 363, 263, 1775, 457, 29872, 29892, 471, 5051, 1568, 278, 975, 29871, 29896, 29941, 29899, 29883, 798, 29881, 29892, 263, 18892, 363, 592, 1156, 599, 278, 451, 29899, 1454, 29899, 29880, 1992, 2305, 2351, 583, 306, 29915, 345, 3595, 411, 6460, 528, 2546, 9292, 4344, 297, 278, 2446, 1948, 29889, 13, 3563, 497, 29892, 372, 471, 263, 1781, 2706, 29892, 322, 289, 2631, 1532, 363, 278, 1473, 760, 746, 591, 2289, 674, 505, 871, 385, 4069, 274, 13910, 3800, 2175, 29889, 2803, 29915, 29879, 8293, 596, 13133, 373, 920, 278, 2706, 1539, 313, 272, 3282, 29915, 29873, 29897, 596, 2149, 800, 29991, 13, 2283, 29881, 7634, 29901, 13061, 350, 1466, 29881, 10999, 29891, 29892, 7871, 498, 1774, 29879, 13, 29923, 1032, 487, 4083, 13, 29902, 4997, 287, 920, 366, 723, 4459, 1048, 278, 10225, 310, 7684, 472, 278, 14837, 8497, 29889, 306, 13726, 372, 29892, 2714, 365, 4347, 322, 902, 270, 328, 8988, 393, 2586, 29889, 306, 1258, 763, 13859, 332, 29915, 29879, 10714, 29892, 2869, 29889, 1126, 306, 23289, 278, 16225, 310, 278, 14837, 8497, 29892, 2289, 278, 14837, 8497, 17803, 29914, 276, 1441, 29889, 13, 29902, 8661, 1048, 278, 18551, 393, 11546, 4446, 29889, 306, 2714, 372, 471, 15129, 29889, 306, 750, 925, 7743, 337, 29899, 19715, 278, 3143, 278, 4646, 1434, 29892, 577, 599, 393, 471, 5051, 10849, 297, 590, 3458, 29889, 450, 7928, 434, 338, 8886, 515, 278, 3143, 322, 278, 4558, 526, 9758, 373, 29892, 527, 29877, 29889, 13, 29902, 23289, 278, 788, 2187, 445, 931, 785, 10515, 1421, 411, 902, 11825, 29892, 297, 3153, 29892, 322, 1584, 278, 17948, 297, 278, 12033, 29889, 450, 4603, 373, 26422, 29915, 29879, 3700, 472, 278, 1095, 4083, 376, 29902, 626, 4567, 11546, 29892, 541, 372, 29915, 29879, 7575, 304, 505, 263, 5121, 1058, 1559, 267, 1213, 13, 29902, 471, 577, 12624, 701, 297, 278, 3256, 297, 278, 2646, 6950, 538, 393, 306, 3282, 29915, 29873, 1074, 278, 1663, 3395, 29889, 1126, 306, 6398, 896, 750, 24867, 1048, 372, 29889, 1205, 9826, 306, 471, 3063, 1549, 278, 3143, 306, 18093, 746, 591, 4446, 278, 10686, 10173, 357, 1222, 6335, 654, 297, 27689, 313, 1450, 14151, 29892, 289, 7516, 29991, 467, 1126, 1023, 310, 278, 7623, 1510, 278, 2343, 12734, 363, 278, 10173, 2153, 29892, 411, 278, 1663, 3395, 29892, 322, 278, 2343, 12734, 363, 476, 25404, 411, 25775, 1648, 29915, 29879, 1024, 322, 278, 1663, 3395, 29889, 1763, 29877, 4319, 393, 697, 3282, 29915, 29873, 1207, 372, 304, 278, 14064, 29892, 541, 306, 1106, 6375, 304, 8790, 372, 297, 278, 11132, 20407, 29889, 13, 29902, 884, 13726, 8790, 365, 4347, 29915, 29879, 5716, 29892, 541, 278, 8155, 16773, 3699, 471, 13568, 6288, 29892, 322, 697, 310, 278, 916, 2712, 297, 590, 3143, 4083, 393, 278, 1616, 1287, 471, 20603, 491, 7298, 9713, 18989, 305, 29915, 29879, 4216, 886, 29889, 315, 1507, 29889, 13, 29902, 1258, 3052, 278, 3256, 310, 1083, 272, 344, 393, 8581, 399, 555, 18237, 29915, 29879, 1361, 304, 380, 2521, 1075, 29892, 541, 2534, 21451, 1609, 437, 372, 2012, 471, 263, 1781, 7348, 29889, 17296, 1048, 278, 3699, 560, 1960, 471, 13568, 6288, 29889, 13, 29949, 29877, 3554, 29892, 393 ]
1,330,326
1,024
CommonCrawl
16
20
's supposed to be "though Luna and her dad. . ." not thought. D.V says The cinema, where I watched it, also not at midnight ,was very bubbly pre-movie, but quiet post movie. I thought it very significant that they did not use the usual Hedwig's musical theme for the beginning. There were tiny phrases in several places, but it was mostly absent. It was appropriate. It will probably be the ending piece, played gloriously, as the problems are resolved in part 2. I thought the soundtrack was very quirky, competent and imaginative you could feel otherworldliness at times, but very different from the past. I expect the second part will complete and compliment the first part. There was lots of humour in the music. I was not disappointed at all with the film and even though many things were just nodded at, like Mad-Eye Moodie's eye. It felt as though they were hitting the main points on all levels. I am hoping for an excellent memory from Snape in part 2, as well as a more filled in final chapter with the new generation of children Having caught up on several old interviews with J.K. Rowling, ( I missed them first time around) I would expect that her future books will also feel very familiar for Potter fans. I think that that is just the way she thinks and there will be comfortable echoes for all of us left behind D.V., Thanks for bringing up the soundtrack, which I also found interesting, especially since it was done by Alexandre Desplat, who also did New Moon (add that to the fact that the young Grindelwald is being played by Jamie Campell Bower, who plays Voluturi baddie Caius, and there's a nice little hat tip). John Stanifer says I've seen the film twice already. All I can say is, "Accio July 15!" Since I just reread the book, as well as John's "Deathly Hallows Lectures," I couldn't help but notice some of the things that were left out. None of it really bothered me, because I've never been that hard to please when it comes to film adaptations of books. It seems to me the most significant thing that was left out is Dumbledore's family story. I'm sure we'll get more of it in the second half (perhaps from Aberforth), but at least they alluded to it at the wedding. The best humor was in the Seven Potters scene. The sold-out audience I was with just cracked up when they saw all seven Dan Radcliffes standing next to each other. Second best was probably in the Ministry where Mrs. Cattermole kisses Ron, then Ron transforms into himself just as the real Mr. Cattermole is walking up in his boxers, and everyone is embarrassed. The World War II echoes came through loud and clear. The statue at the Ministry was appropriately creepy, and the design of the pamphlet ("Mudbloods and the Dangers They Pose to a Perfect Pureblood Society") was right on the money. The Mudblood "tatoo" that Bellatrix carved into Hermione's arm reminded me of the numbers tatooed onto the arms of concentration camp victims. I agree about the Horcrux scene. Definitely one of the more powerful scenes in the film. I loved how it opens, and then this huge cloud just explodes out of the locket and throws them both to the ground. I wish the carol coming out of the church had been more audible and that they had left in the discussion about the verse from Corinthians. Still, at least it's there on the tombstone, and the wreath (with white flowers, no less) was a nice touch. I wouldn't have noticed unless I had read an article about it beforehand, but Fleur's wedding dress actually has the shape of two phoenixes on the front of it (and that's supposed to be their tailfeathers streaming down on the back). Resurrection Birds are always a nice touch, but especially at a wedding! I could go on for days, but I'll leave it at that. Loved it. R.I.P. Dobby, a free elf. P.S. My dad and I watched HBP earlier this week to refresh ourselves before the DH film, and my ears perked up at something Harry says in one of his conversations
0.981118
0.378429
-0.143557
-0.736453
[ 0.6277418479419179, 1.3344943693052782 ]
[ -0.3978083588996442, 1.1546666210958818 ]
[ -0.37245249712543793, 0.08533900795642267 ]
[ -0.94781415809299, -0.5250914895018962 ]
1,024
[ 512, 512 ]
[ 29915, 29879, 7424, 304, 367, 376, 3592, 365, 4347, 322, 902, 270, 328, 29889, 869, 869, 29908, 451, 2714, 29889, 13, 29928, 29889, 29963, 4083, 13, 1576, 24615, 29892, 988, 306, 20654, 372, 29892, 884, 451, 472, 7145, 11147, 1919, 11102, 1407, 289, 431, 29890, 368, 758, 29899, 27362, 29892, 541, 11813, 1400, 14064, 29889, 13, 29902, 2714, 372, 1407, 7282, 393, 896, 1258, 451, 671, 278, 9670, 28561, 9192, 29915, 29879, 9636, 10929, 363, 278, 6763, 29889, 1670, 892, 21577, 12216, 2129, 297, 3196, 7600, 29892, 541, 372, 471, 11149, 29207, 29889, 739, 471, 8210, 29889, 739, 674, 3117, 367, 278, 17140, 8424, 29892, 5318, 3144, 272, 17365, 29892, 408, 278, 4828, 526, 11527, 297, 760, 29871, 29906, 29889, 13, 29902, 2714, 278, 6047, 11294, 471, 1407, 439, 381, 3459, 29892, 5100, 296, 322, 6382, 262, 1230, 366, 1033, 4459, 916, 11526, 1915, 404, 472, 3064, 29892, 541, 1407, 1422, 515, 278, 4940, 29889, 306, 2149, 278, 1473, 760, 674, 4866, 322, 13162, 2073, 278, 937, 760, 29889, 1670, 471, 14568, 310, 3165, 473, 297, 278, 4696, 29889, 13, 29902, 471, 451, 23451, 287, 472, 599, 411, 278, 2706, 322, 1584, 2466, 1784, 2712, 892, 925, 18778, 7176, 472, 29892, 763, 4104, 29899, 29923, 4099, 341, 2092, 347, 29915, 29879, 10977, 29889, 739, 7091, 408, 2466, 896, 892, 29425, 278, 1667, 3291, 373, 599, 11174, 29889, 13, 29902, 626, 17231, 363, 385, 15129, 3370, 515, 317, 1056, 412, 297, 760, 29871, 29906, 29892, 408, 1532, 408, 263, 901, 10423, 297, 2186, 16385, 411, 278, 716, 12623, 310, 4344, 13, 29950, 5555, 12624, 701, 373, 3196, 2030, 1006, 7406, 411, 435, 29889, 29968, 29889, 11438, 1847, 29892, 313, 306, 13726, 963, 937, 931, 2820, 29897, 306, 723, 2149, 393, 902, 5434, 8277, 674, 884, 4459, 1407, 9985, 363, 10173, 357, 24909, 29889, 306, 1348, 393, 393, 338, 925, 278, 982, 1183, 22405, 322, 727, 674, 367, 25561, 2916, 267, 363, 599, 310, 502, 2175, 5742, 13, 29928, 29889, 29963, 1696, 13, 16894, 363, 20794, 701, 278, 6047, 11294, 29892, 607, 306, 884, 1476, 8031, 29892, 7148, 1951, 372, 471, 2309, 491, 26790, 2726, 572, 271, 29892, 1058, 884, 1258, 1570, 17549, 313, 1202, 393, 304, 278, 2114, 393, 278, 4123, 1632, 513, 295, 18370, 338, 1641, 5318, 491, 16131, 347, 7259, 514, 350, 1680, 29892, 1058, 13582, 3684, 329, 5338, 289, 1202, 347, 315, 1794, 375, 29892, 322, 727, 29915, 29879, 263, 7575, 2217, 3056, 6872, 467, 13, 11639, 7813, 9633, 4083, 13, 29902, 29915, 345, 3595, 278, 2706, 8951, 2307, 29889, 2178, 306, 508, 1827, 338, 29892, 376, 10644, 3934, 5468, 29871, 29896, 29945, 3850, 13, 23036, 306, 925, 364, 406, 328, 278, 3143, 29892, 408, 1532, 408, 2259, 29915, 29879, 376, 2772, 493, 368, 6573, 1242, 365, 522, 1973, 1699, 306, 8496, 29915, 29873, 1371, 541, 8369, 777, 310, 278, 2712, 393, 892, 2175, 714, 29889, 6213, 310, 372, 2289, 24738, 287, 592, 29892, 1363, 306, 29915, 345, 2360, 1063, 393, 2898, 304, 3113, 746, 372, 5304, 304, 2706, 7744, 800, 310, 8277, 29889, 13, 3112, 2444, 304, 592, 278, 1556, 7282, 2655, 393, 471, 2175, 714, 338, 360, 25443, 487, 29915, 29879, 3942, 5828, 29889, 306, 29915, 29885, 1854, 591, 29915, 645, 679, 901, 310, 372, 297, 278, 1473, 4203, 313, 546, 4252, 515, 20626, 1454, 386, 511, 541, 472, 3203, 896, 599, 566, 287, 304, 372, 472, 278, 14837, 8497, 29889, 13, 1576, 1900, 27448, 471, 297, 278, 26647, 10173, 2153, 9088, 29889, 450, 5239, 29899, 449, 20026, 306, 471, 411, 925, 26755, 287, 701, 746, 896, 4446, 599, 9881, 3951, 4957, 695, 2593, 267, 13407, 2446, 304, 1269, 916, 29889, 6440, 1900, 471, 3117, 297, 278, 20886, 988, 6285, 29889, 315, 2620, 29885, 1772, 20057, 267, 11546, 29892, 769, 11546, 4327, 29879, 964, 3654, 925, 408, 278, 1855, 3237, 29889, 315, 2620, 29885, 1772, 338, 22049, 701, 297, 670, 3800, 414, 29892, 322, 14332, 338, 21620, 26771, 287, 29889, 13, 1576, 2787, 3362, 1944, 2916, 267, 2996, 1549, 22526, 322, 2821, 29889, 450, 24870, 472, 278, 20886, 471, 7128, 2486, 907, 1022, 29891, 29892, 322, 278, 2874, 310, 278, 24513, 561, 1026, 4852, 29924, 566, 14073, 19653, 322, 278, 360, 13873, 2688, 349, 852, 304, 263, 2431, 3647, 349, 545, 14073, 397, 7765, 1159, 471, 1492, 373, 278, 6909, 29889, 450, 341, 566, 14073, 397, 376, 29873, 1219, 29877, 29908, 393, 10914, 271, 2126, 1559, 1490, 964, 10515, 1421, 29915, 29879, 5075, 1083, 513, 287, 592, 310, 278, 3694, 260, 1219, 29877, 287, 11480, 278, 10188, 310, 26702, 4242, 6879, 9893, 29889, 13, 29902, 8661, 1048, 278, 6912, 29883, 582, 29916, 9088, 29889, 5282, 18639, 697, 310, 278, 901, 13988, 20407, 297, 278, 2706, 29889, 306, 18012, 920, 372, 13246, 29892, 322, 769, 445, 12176, 9570, 925, 3902, 2631, 714, 310, 278, 658, 3522, 322, 8026, 963, 1716, 304, 278, 5962, 29889, 13, 29902, 6398, 278, 1559, 324, 6421, 714, 310, 278, 6586, 750, 1063, 901, 12990, 1821, 322, 393, 896, 750, 2175, 297, 278, 10679, 1048, 278, 23281, 515, 2994, 22653, 5834, 29889, 12074, 29892, 472, 3203, 372, 29915, 29879, 727, 373, 278, 20450, 12734, 29892, 322, 278, 281, 276, 493, 313, 2541, 4796, 18281, 29892, 694, 3109, 29897, 471, 263, 7575, 6023, 29889, 13, 29902, 7656, 29915, 29873, 505, 10548, 6521, 306, 750, 1303, 385, 4274, 1048, 372, 1434, 3179, 29892, 541, 13859, 332, 29915, 29879, 14837, 8497, 10714, 2869, 756, 278, 8267, 310, 1023, 282, 1251, 23534, 267, 373, 278, 4565, 310, 372, 313, 392, 393, 29915, 29879, 7424, 304, 367, 1009, 12464, 1725, 19467, 24820, 1623, 373, 278, 1250, 467, 2538, 20503, 428, 17777, 29879, 526, 2337, 263, 7575, 6023, 29892, 541, 7148, 472, 263, 14837, 8497, 29991, 13, 29902, 1033, 748, 373, 363, 3841, 29892, 541, 306, 29915, 645, 5967, 372, 472, 393, 29889, 365, 8238, 372, 29889, 390, 29889, 29902, 29889, 29925, 29889, 21451, 1609, 29892, 263, 3889, 560, 29888, 29889, 13, 29925, 29889, 29903, 29889, 1619, 270, 328, 322, 306, 20654, 379, 29933, 29925, 8859, 445, 4723, 304, 11086, 20278, 1434, 278, 360, 29950, 2706, 29892, 322, 590, 22827, 639, 17713, 701, 472, 1554, 10686, 4083, 297, 697, 310, 670, 9678, 800 ]
1,330,326
2,048
CommonCrawl
16
20
with Slughorn. It's the one where he's trying to ask about "the bit of rare magic" he came across. Slughorn says his question would be better addressed to Professor Snape. Harry: "He and I don't exactly see eye to eye, sir." It could be an accident, but this made me smile. Is this a foreshadowing of Snape's last request in DH part 2? I couldn't help but think so after reading DHL and its exposition of all the eye symbolism. pj says I am still processing my impressions, although I can say with conviction that the muscial score was a huge disappointment for me. I suppose I was subconsciously anticipating the familiar themes to provide a sense of continuity to both story and visual experience; subsequently, I walked out of the theater yesterday evening disappointed and unsatisfied. Did the movie match the many months/years of hype? I now wish I had not followed the many snippets of footage or filming discussion on YouTube and Mugglenet. The action in Bathilda Bagshot's house was especially good and yes, I jumped along with everyone else at the appropriate moment 😉 The locket destruction scene was also a wow moment. My son-in-law will see the movie at a later date but asked a very important question: "Will a non-reader of the series get the gist of the story?" I think so…and most likely without the angst most of us multiple-read fans are probably suffering post-viewing. IMO the by-passed plot points/characters that informed the story so richly were too blatantly absent. I would be hard-pressed to give DH part-1 a two-thumbs up review and hope part-2 delivers the resolve we're all looking for. I will go to DH part-2 and also be sad that the last piece of candy has been eaten! Sweet sadness, for sure. Paulina says i was really disappointed that in Godric's Hollow when they are looking at harry's old house that it didn't turn into the memorial with the inspirational writings that it had in the books. I was really looking forward to it. In the book i felt like it put a new wind into Harry, made him realize after months of thinking the only people on his side were ones from the order, that there are still other people that are on his side. rereader says Need to see it again, so much to absorb at midnight:05. I agree that the Godric's Hollow Potter memorial & statue would have been meaningful to include. I've reread the series many times (always find something new!) and am very satisfied with the movie. Music was unremarkable but not distracting. Most humorous moment for me was George entering the kitchen at the Burrow while Ginny & Harry are kissing…he's leaning against the counter drinking a cuppa' & they have no idea he's even there. I loved it. I forgot to mention the music. I bought the soundtrack three days before I saw the movie and listened a couple of times. I really liked it. Nicholas Hooper's are my favorites, but I like this one too. The other thing I started last week when I was re-reading DH was to listen to all the sound tracks, in order. I found that the ones by John Williams were, at times, over done and I even turned off the first one. I know I'm in the minority, but I have enjoyed what the other composers have done. The themes are still there in this newest version, though they are sometimes in a minor key, sometimes played in a different rhythm, but there nonetheless. Mostly, I felt that the music suited the film, with a certain darkness throughout. I feel the need to comment on the score. I really enjoyed this movie and I felt that the actors – Emma Watson in particular – delivered incredible, nuanced performances. The key scenes – Hermione's "obliviate", Ron leaving, the destroying of the horcrux, and especially Dobby's death – were left too naked by a score that lacked the emotional wallop these scenes needed and deserved. I was surprised, to be honest for the music has played such a role from John Williams use of themes (thank you, R. Wagner), to a minimalist approach (P. Glass and S. Reich) in OotP, to the practically plagiar
0.740055
-0.589406
-0.180966
-0.669955
[ 0.375721569006146, 1.1043888972334865 ]
[ -0.5750805884493064, -0.6037306457502619 ]
[ -0.12770523817585594, -0.23422736124199525 ]
[ -0.5813461215528649, -0.7585644710775926 ]
1,024
[ 512, 512 ]
[ 411, 14866, 6129, 1398, 29889, 739, 29915, 29879, 278, 697, 988, 540, 29915, 29879, 1811, 304, 2244, 1048, 376, 1552, 2586, 310, 10812, 15709, 29908, 540, 2996, 4822, 29889, 14866, 6129, 1398, 4083, 670, 1139, 723, 367, 2253, 20976, 304, 11386, 317, 1056, 412, 29889, 13, 21972, 719, 29901, 376, 3868, 322, 306, 1016, 29915, 29873, 3721, 1074, 10977, 304, 10977, 29892, 8889, 1213, 13, 3112, 1033, 367, 385, 11423, 29892, 541, 445, 1754, 592, 17819, 29889, 1317, 445, 263, 363, 12094, 6986, 292, 310, 317, 1056, 412, 29915, 29879, 1833, 2009, 297, 360, 29950, 760, 29871, 29906, 29973, 306, 8496, 29915, 29873, 1371, 541, 1348, 577, 1156, 5183, 360, 15444, 322, 967, 429, 3283, 310, 599, 278, 10977, 5829, 1608, 29889, 13, 29886, 29926, 4083, 13, 29902, 626, 1603, 9068, 590, 21210, 1080, 29892, 5998, 306, 508, 1827, 411, 7602, 2463, 393, 278, 2301, 1455, 8158, 471, 263, 12176, 23451, 358, 363, 592, 29889, 306, 7755, 306, 471, 1014, 3200, 455, 5794, 23483, 1218, 278, 9985, 963, 267, 304, 3867, 263, 4060, 310, 3133, 537, 304, 1716, 5828, 322, 7604, 7271, 29936, 17602, 29892, 306, 17096, 714, 310, 278, 278, 1008, 22600, 11005, 23451, 287, 322, 9644, 27685, 1000, 29889, 13, 9260, 278, 14064, 1993, 278, 1784, 7378, 29914, 6360, 29879, 310, 298, 668, 29973, 306, 1286, 6398, 306, 750, 451, 5643, 278, 1784, 9830, 27421, 310, 3661, 482, 470, 2706, 292, 10679, 373, 14711, 322, 341, 12981, 2435, 300, 29889, 450, 3158, 297, 28256, 25949, 350, 810, 8711, 29915, 29879, 3699, 471, 7148, 1781, 322, 4874, 29892, 306, 12500, 287, 3412, 411, 14332, 1683, 472, 278, 8210, 3256, 29871, 243, 162, 155, 140, 450, 658, 3522, 22104, 9088, 471, 884, 263, 281, 340, 3256, 29889, 13, 3421, 1487, 29899, 262, 29899, 10653, 674, 1074, 278, 14064, 472, 263, 2678, 2635, 541, 4433, 263, 1407, 4100, 1139, 29901, 376, 12984, 263, 1661, 29899, 16950, 310, 278, 3652, 679, 278, 330, 391, 310, 278, 5828, 3026, 306, 1348, 577, 30098, 392, 1556, 5517, 1728, 278, 2614, 303, 1556, 310, 502, 2999, 29899, 949, 24909, 526, 3117, 23164, 1400, 29899, 1493, 292, 29889, 306, 6720, 278, 491, 29899, 3364, 287, 6492, 3291, 29914, 3090, 21706, 393, 23388, 278, 5828, 577, 8261, 368, 892, 2086, 1999, 271, 10835, 29207, 29889, 306, 723, 367, 2898, 29899, 13120, 304, 2367, 360, 29950, 760, 29899, 29896, 263, 1023, 29899, 386, 3774, 29879, 701, 9076, 322, 4966, 760, 29899, 29906, 628, 1536, 278, 8814, 591, 29915, 276, 599, 3063, 363, 29889, 13, 29902, 674, 748, 304, 360, 29950, 760, 29899, 29906, 322, 884, 367, 14610, 393, 278, 1833, 8424, 310, 274, 13910, 756, 1063, 321, 2579, 29991, 317, 16668, 14610, 2264, 29892, 363, 1854, 29889, 13, 18275, 1099, 4083, 13, 29875, 471, 2289, 23451, 287, 393, 297, 4177, 2200, 29915, 29879, 379, 2952, 746, 896, 526, 3063, 472, 4023, 719, 29915, 29879, 2030, 3699, 393, 372, 3282, 29915, 29873, 2507, 964, 278, 2626, 9020, 411, 278, 23459, 1288, 2044, 886, 393, 372, 750, 297, 278, 8277, 29889, 306, 471, 2289, 3063, 6375, 304, 372, 29889, 512, 278, 3143, 474, 7091, 763, 372, 1925, 263, 716, 8805, 964, 10686, 29892, 1754, 1075, 16289, 1156, 7378, 310, 7291, 278, 871, 2305, 373, 670, 2625, 892, 6743, 515, 278, 1797, 29892, 393, 727, 526, 1603, 916, 2305, 393, 526, 373, 670, 2625, 29889, 13, 29878, 406, 1664, 4083, 13, 8139, 287, 304, 1074, 372, 1449, 29892, 577, 1568, 304, 6425, 11831, 472, 7145, 11147, 29901, 29900, 29945, 29889, 306, 8661, 393, 278, 4177, 2200, 29915, 29879, 379, 2952, 10173, 357, 2626, 9020, 669, 24870, 723, 505, 1063, 6593, 1319, 304, 3160, 29889, 306, 29915, 345, 364, 406, 328, 278, 3652, 1784, 3064, 313, 21936, 1284, 1554, 716, 14366, 322, 626, 1407, 15787, 411, 278, 14064, 29889, 6125, 471, 443, 26294, 519, 541, 451, 1320, 1461, 292, 29889, 7849, 3165, 20657, 3256, 363, 592, 471, 5122, 18055, 278, 29181, 472, 278, 6640, 798, 1550, 402, 262, 1460, 669, 10686, 526, 20057, 292, 30098, 354, 29915, 29879, 20793, 292, 2750, 278, 6795, 13748, 292, 263, 2723, 13410, 29915, 669, 896, 505, 694, 2969, 540, 29915, 29879, 1584, 727, 29889, 306, 18012, 372, 29889, 13, 29902, 9640, 304, 3585, 278, 4696, 29889, 306, 18093, 278, 6047, 11294, 2211, 3841, 1434, 306, 4446, 278, 14064, 322, 29616, 263, 7303, 310, 3064, 29889, 306, 2289, 23289, 372, 29889, 24234, 8335, 3372, 29915, 29879, 526, 590, 7853, 3246, 29892, 541, 306, 763, 445, 697, 2086, 29889, 13, 1576, 916, 2655, 306, 4687, 1833, 4723, 746, 306, 471, 337, 29899, 19715, 360, 29950, 471, 304, 11621, 304, 599, 278, 6047, 16257, 29892, 297, 1797, 29889, 306, 1476, 393, 278, 6743, 491, 2259, 11648, 892, 29892, 472, 3064, 29892, 975, 2309, 322, 306, 1584, 6077, 1283, 278, 937, 697, 29889, 306, 1073, 306, 29915, 29885, 297, 278, 9461, 537, 29892, 541, 306, 505, 27849, 825, 278, 916, 5541, 414, 505, 2309, 29889, 13, 1576, 963, 267, 526, 1603, 727, 297, 445, 716, 342, 1873, 29892, 2466, 896, 526, 6041, 297, 263, 9461, 1820, 29892, 6041, 5318, 297, 263, 1422, 18178, 29265, 29892, 541, 727, 1661, 621, 6393, 29889, 13, 29924, 520, 368, 29892, 306, 7091, 393, 278, 4696, 480, 1573, 278, 2706, 29892, 411, 263, 3058, 23490, 10106, 29889, 13, 29902, 4459, 278, 817, 304, 3440, 373, 278, 8158, 29889, 306, 2289, 27849, 445, 14064, 322, 306, 7091, 393, 278, 29701, 785, 26422, 28284, 297, 3153, 785, 20115, 29811, 1821, 29892, 4948, 8362, 21637, 29889, 450, 1820, 20407, 785, 10515, 1421, 29915, 29879, 376, 711, 29880, 8107, 403, 613, 11546, 10124, 29892, 278, 8174, 292, 310, 278, 4029, 29883, 582, 29916, 29892, 322, 7148, 21451, 1609, 29915, 29879, 4892, 785, 892, 2175, 2086, 302, 12535, 491, 263, 8158, 393, 10225, 287, 278, 23023, 1848, 17042, 4757, 1438, 20407, 4312, 322, 553, 9841, 29889, 306, 471, 18014, 29892, 304, 367, 15993, 363, 278, 4696, 756, 5318, 1316, 263, 6297, 515, 2259, 11648, 671, 310, 963, 267, 313, 386, 804, 366, 29892, 390, 29889, 25439, 511, 304, 263, 13114, 391, 2948, 313, 29925, 29889, 402, 605, 322, 317, 29889, 9320, 29897, 297, 438, 327, 29925, 29892, 304, 278, 4120, 1711, 715, 351, 4447 ]
1,330,326
3,072
CommonCrawl
2
16
ized Adagio for Strings (S. Barber) at Dumbledore's death in HBP. With the series progression from these Romantic to Post Romantic musical masters I was expecting an operatic finish from the same time period, maybe a little Puccini, perhaps. Now there is a composer who knows how to rock the tragedy. 6ddintx says I loved the movie and will also be happy/sad to see the last installment. I thought they did a great job getting the key points in. The only thing I really felt lacking was the conversation between Ron and Harry in the Forest of Dean, after the horcrux was destroyed. I love when Harry (not Ron, as in the movie) says that Dumbledore knew that he'd want to come back, and also when Harry reassures Ron that he and Hermione are like brother and sister. I also wished Hermione had attacked Ron more thoroughly on his return and needed to be restrained by Harry's protective spell. All minor quibbles, though. In all, it was an amazing rollercoaster ride with tears, laughter, and fear. I'm already looking forward to July 15! I was very pleased with this first part of DH. I only wish they had included two additional parts…. I missed Dudley's words to Harry just before the Dursley's left Privett Drive. I also wish Kreacher's Story had been told. There is so much in his story that explains why Voldemort just doesn't get it about the Elves. Dobby indicates (in the movie) one of those things, when Harry asked him if he can apparate out of Malfoy Manor's dungeon, and Dobby answers with an emphatic, "Yes. I'm an Elf." Candice says I just got home from my second viewing of DH part I. It was brilliant! Previous comments covered many of my favorite moments already, the 7 Harry Potters and the Fred/George ear humor, etc. I think the film-makers did a beautiful job adapting this book (so-far). I missed the Harry-Dudley handshake at the beginning, but thought that the way they started the movie with a look at the preparations of Hermione, Ron, and Harry was a great insertion to the story-line. I also appreciated the inclusion of Dobby in the pursuit of Mundungus Fletcher. I saw it as a nod to when Harry sets both Kreacher and Dobby to tailing Draco in HBP. Since the elves were not included in the HBP film, I thought it was a great way to bring Dobby back into Harry's life before the big drama at the Malfoys/ Shell Cottage. I am overall very satisfied with this adaptation. The must-have parts were in there and additions were appropriately put in and at least kept to the spirit of the book, if not the letter. 🙂 As for those film-viewers that haven't read the book yet, maybe they will finally pick it up and read it, so they can figure out the story-line! 😉 I can hardly wait for Part II to come out and will probably see Part I in the theaters at least one more time this winter. Rose Zeller says I join the consensus in my admiration for Emma Watson's work in this movie, particularly in her first scene. If I had left the theater five minutes into the picture, I might well have gotten my money's worth. I also think the actors playing the senior Grangers were remarkably effective at conveying sweetness and vulnerability. They did more acting with the backs of their heads than many performers can accomplish with their whole bodies. I just wanted to add that the performances of the adults who portray the thrilling threesome at the ministry are breathtaking. When I mentioned to my sister that I thought these actors were remarkable, she clapped her hands to her face and gasped "I didn't realize those were different actors!" I completely agree with the comments concerning both the actors playing Hermione's parents and the three ministry workers! I thought it was such a seamless transition between the "kids" and the adults with the polyjuice potion. The combination of the adults' mannerisms matching the trio's and the kids' voices coming out of them. It was so hilarious and believable that they were "really" Ron, Harry, and Hermione. I laughed so much
0.92907
-0.361996
0.043491
-0.764092
[ 0.918113038889655, 0.9400278457536352 ]
[ -0.23307052941915013, -0.4909210451277496 ]
[ 0.2628758797333215, -0.17589381765815704 ]
[ -0.5179377212642008, -1.0102470445310592 ]
1,024
[ 512, 512 ]
[ 1891, 2087, 351, 601, 363, 3767, 886, 313, 29903, 29889, 2261, 495, 29897, 472, 360, 25443, 487, 29915, 29879, 4892, 297, 379, 29933, 29925, 29889, 2973, 278, 3652, 410, 11476, 515, 1438, 6033, 7716, 304, 4918, 6033, 7716, 9636, 5835, 29879, 306, 471, 16120, 385, 1751, 2454, 8341, 515, 278, 1021, 931, 3785, 29892, 5505, 263, 2217, 12129, 617, 2172, 29892, 6060, 29889, 2567, 727, 338, 263, 18422, 1058, 9906, 920, 304, 7679, 278, 1020, 3192, 29891, 29889, 13, 29953, 1289, 524, 29916, 4083, 13, 29902, 18012, 278, 14064, 322, 674, 884, 367, 9796, 29914, 29879, 328, 304, 1074, 278, 1833, 2601, 358, 29889, 13, 29902, 2714, 896, 1258, 263, 2107, 4982, 2805, 278, 1820, 3291, 297, 29889, 450, 871, 2655, 306, 2289, 7091, 10225, 292, 471, 278, 14983, 1546, 11546, 322, 10686, 297, 278, 17300, 310, 23263, 29892, 1156, 278, 4029, 29883, 582, 29916, 471, 14416, 29889, 306, 5360, 746, 10686, 313, 1333, 11546, 29892, 408, 297, 278, 14064, 29897, 4083, 393, 360, 25443, 487, 6363, 393, 540, 29915, 29881, 864, 304, 2041, 1250, 29892, 322, 884, 746, 10686, 337, 465, 1973, 11546, 393, 540, 322, 10515, 1421, 526, 763, 8099, 322, 9883, 29889, 306, 884, 20024, 10515, 1421, 750, 22630, 11546, 901, 26606, 373, 670, 736, 322, 4312, 304, 367, 1791, 22042, 491, 10686, 29915, 29879, 12566, 573, 24779, 29889, 13, 3596, 9461, 439, 747, 7586, 29892, 2466, 29889, 512, 599, 29892, 372, 471, 385, 21863, 292, 9679, 261, 1111, 1901, 22203, 411, 20190, 29892, 10569, 357, 29892, 322, 8866, 29889, 306, 29915, 29885, 2307, 3063, 6375, 304, 5468, 29871, 29896, 29945, 29991, 13, 29902, 471, 1407, 22301, 411, 445, 937, 760, 310, 360, 29950, 29889, 306, 871, 6398, 896, 750, 5134, 1023, 5684, 5633, 30098, 29889, 13, 29902, 13726, 360, 566, 2330, 29915, 29879, 3838, 304, 10686, 925, 1434, 278, 360, 1295, 2330, 29915, 29879, 2175, 18936, 1803, 22850, 29889, 306, 884, 6398, 7706, 11665, 29915, 29879, 13740, 750, 1063, 5429, 29889, 1670, 338, 577, 1568, 297, 670, 5828, 393, 18568, 2020, 3684, 2310, 441, 925, 1838, 29915, 29873, 679, 372, 1048, 278, 1260, 1960, 29889, 21451, 1609, 14088, 313, 262, 278, 14064, 29897, 697, 310, 1906, 2712, 29892, 746, 10686, 4433, 1075, 565, 540, 508, 7132, 403, 714, 310, 3792, 1181, 29891, 2315, 272, 29915, 29879, 270, 19440, 265, 29892, 322, 21451, 1609, 6089, 411, 385, 953, 561, 2454, 29892, 376, 8241, 29889, 306, 29915, 29885, 385, 1260, 29888, 1213, 13, 29907, 392, 625, 4083, 13, 29902, 925, 2355, 3271, 515, 590, 1473, 1776, 292, 310, 360, 29950, 760, 306, 29889, 739, 471, 27592, 29991, 13, 6572, 2366, 6589, 10664, 1784, 310, 590, 25448, 19462, 2307, 29892, 278, 29871, 29955, 10686, 10173, 2153, 322, 278, 12001, 29914, 7999, 3890, 2326, 27448, 29892, 2992, 29889, 13, 29902, 1348, 278, 2706, 29899, 29885, 21079, 1258, 263, 9560, 4982, 7744, 292, 445, 3143, 313, 578, 29899, 15641, 467, 306, 13726, 278, 10686, 29899, 29928, 566, 2330, 1361, 845, 1296, 472, 278, 6763, 29892, 541, 2714, 393, 278, 982, 896, 4687, 278, 14064, 411, 263, 1106, 472, 278, 10223, 800, 310, 10515, 1421, 29892, 11546, 29892, 322, 10686, 471, 263, 2107, 4635, 291, 304, 278, 5828, 29899, 1220, 29889, 13, 29902, 884, 7556, 278, 28694, 310, 21451, 1609, 297, 278, 12359, 3121, 310, 341, 870, 686, 375, 383, 1026, 4630, 29889, 306, 4446, 372, 408, 263, 18778, 304, 746, 10686, 6166, 1716, 7706, 11665, 322, 21451, 1609, 304, 12464, 292, 360, 945, 29877, 297, 379, 29933, 29925, 29889, 4001, 278, 560, 1960, 892, 451, 5134, 297, 278, 379, 29933, 29925, 2706, 29892, 306, 2714, 372, 471, 263, 2107, 982, 304, 6963, 21451, 1609, 1250, 964, 10686, 29915, 29879, 2834, 1434, 278, 4802, 18621, 472, 278, 3792, 1181, 952, 29914, 1383, 514, 315, 1501, 482, 29889, 13, 29902, 626, 12463, 1407, 15787, 411, 445, 28206, 29889, 450, 1818, 29899, 17532, 5633, 892, 297, 727, 322, 788, 2187, 892, 7128, 2486, 1925, 297, 322, 472, 3203, 8126, 304, 278, 8548, 310, 278, 3143, 29892, 565, 451, 278, 5497, 29889, 29871, 243, 162, 156, 133, 13, 2887, 363, 1906, 2706, 29899, 1493, 414, 393, 7359, 29915, 29873, 1303, 278, 3143, 3447, 29892, 5505, 896, 674, 7146, 5839, 372, 701, 322, 1303, 372, 29892, 577, 896, 508, 4377, 714, 278, 5828, 29899, 1220, 29991, 29871, 243, 162, 155, 140, 13, 29902, 508, 15155, 4480, 363, 3455, 1944, 304, 2041, 714, 322, 674, 3117, 1074, 3455, 306, 297, 278, 278, 10412, 472, 3203, 697, 901, 931, 445, 13851, 29889, 13, 29934, 852, 796, 4539, 4083, 13, 29902, 5988, 278, 1136, 8841, 297, 590, 7336, 12232, 363, 26422, 28284, 29915, 29879, 664, 297, 445, 14064, 29892, 10734, 297, 902, 937, 9088, 29889, 960, 306, 750, 2175, 278, 278, 1008, 5320, 6233, 964, 278, 7623, 29892, 306, 1795, 1532, 505, 2355, 841, 590, 6909, 29915, 29879, 7088, 29889, 306, 884, 1348, 278, 29701, 8743, 278, 16336, 1632, 13873, 892, 8509, 2197, 11828, 472, 378, 345, 5414, 14225, 2264, 322, 23180, 3097, 29889, 2688, 1258, 901, 16684, 411, 278, 1250, 29879, 310, 1009, 15883, 1135, 1784, 2189, 414, 508, 12709, 411, 1009, 3353, 17873, 29889, 13, 29902, 925, 5131, 304, 788, 393, 278, 21637, 310, 278, 16157, 29879, 1058, 2011, 764, 278, 1468, 8873, 266, 11003, 608, 472, 278, 1375, 6020, 526, 2078, 271, 400, 5086, 29889, 1932, 306, 5276, 304, 590, 9883, 393, 306, 2714, 1438, 29701, 892, 22567, 29892, 1183, 3711, 2986, 902, 6567, 304, 902, 3700, 322, 330, 4692, 287, 376, 29902, 3282, 29915, 29873, 16289, 1906, 892, 1422, 29701, 3850, 13, 29902, 6446, 8661, 411, 278, 6589, 19813, 1716, 278, 29701, 8743, 10515, 1421, 29915, 29879, 11825, 322, 278, 2211, 1375, 6020, 17162, 29991, 306, 2714, 372, 471, 1316, 263, 409, 314, 2222, 9558, 1546, 278, 376, 29895, 4841, 29908, 322, 278, 16157, 29879, 411, 278, 15680, 4900, 625, 3104, 291, 29889, 450, 10296, 310, 278, 16157, 29879, 29915, 8214, 12903, 9686, 278, 3367, 29877, 29915, 29879, 322, 278, 413, 4841, 29915, 28848, 6421, 714, 310, 963, 29889, 739, 471, 577, 298, 309, 1306, 681, 322, 1339, 10384, 519, 393, 896, 892, 376, 276, 635, 29908, 11546, 29892, 10686, 29892, 322, 10515, 1421, 29889, 306, 19090, 577, 1568 ]
1,330,326
4,096
CommonCrawl
16
20
, it was so odd and funny! Lancelot says Thanks John. I actually think she's communicating with the analysis crowd (that's us!) through a couple of unique details. I need to watch it a second time to catch them all, but I noticed two (bottom of my article): Literating l Deathly Hallows pt.1 – Rowling Winks much love. – L Yes, Rose, the actors playing Runcorn, Cattermole, and Mafalda are truly brilliant. It really was like the trio had taken over their bodies! I imagine their wonderful scenes and the fabulous Seven Potters sequence were another reason for not Polyjuicing Harry and Hermione in Godric's Hollow. I'm looking forward to the Gringott's break-in to see if that group can pull off the same illusion! A note on my Bill comment above: A little digging revealed that this charming young man is the son of the actor who plays Mad Eye. So even if the Weasleys aren't all really related, the heavily scarred people do share a family tree! Jana says I was impressed by the film (am going to see it again today) and also am impressed by all your reviews! Usually people are so unsatisfied with the movies and it's beautiful to see that some people really appreciate it, as I do! And, yes, the ministry workers were brilliant! I really couldn't help but think it's Emma, Daniel and Rupert, amazing! I was also afraid of the kissing scene (Hermione and Harry) and the dance in the tent, but it was great. As John Stanifer said before : Accio July 15! I believe that this film is the best WB has given us with the HP series to date. Given as stated by the others before me that of course the film is not perfect and every one that has read all of the books will find parts missing in this film that they feel should have been included. That being stated, I feel most of the major literary hits that DH needed to be in the film were there. I really liked the opening with Snape making that grand walk into the meeting between Voldemort and the Death Eaters that gave you that draw into the darkness and shadow of this film. I loved the feel and scene of Harry and Hermione (unPolyjuiced) walking into Godric's Hollow and the church graveyard, the church bells ringing, the choir singing softly in the distance. However, given the importance of this scene in the book (as J K Rowling has stated in an interview) they rushed it through, first no visit to the grave of Dumbledore's mother and sister, with one of the key verses on their gravestone, "where your treasure is there your heart will be also", and perhaps the most important verse in the seven book series on the gravestone of James and Lilly Potter, "the last enemy to be defeated is Death"!!! To me that dialog between Harry and Hermione at the gravestone of Harry's parents about life after death is one of the most pivital pointers to the rest of Harry's journey and the conclusion of the books, but also DH movie Part 2, even though Harry doesn't get it until his meeting with Dumbledore in the "Heavenly Kings Cross" later in the book. That was a disappointment to me because of the weight of that scene to the meaning of the book series from book (movie) one to book (movie) seven. Rowling stated in an interview shortly after the release of DH that those two verses on the gravestones are the foundation upon which the whole Harry Potter book series rests, http://www.mtv.com/news/articles/1572107/20071017/story.jhtml. WB and/or Steve Kloves must have had a reason which at this point only they know. On the whole, the cinematography was well done on the various locations shot for the London/Scotland scenes and the action/special effects in this film were WB/HP best yet. Yes, I agree with you guys above that the trio (Dan, Emma and Rupert) gave their best performances to date. They all have really grown to become veteran actors, being so young, yet with most of their careers ahead of them. Is it July 2011 yet!!!!!!! Dental Stephanie says John, I didn't even NOTICE the lack of gold in the wedding scene until you pointed to that. *
0.575694
-0.257132
-0.546502
-0.944562
[ 0.6167844445099279, 0.5346039187700022 ]
[ -0.28399152970014524, -0.23027267226085368 ]
[ -0.4364925830163907, -0.656511491968476 ]
[ -1.3380196983309225, -0.5511051921844251 ]
1,024
[ 512, 512 ]
[ 29892, 372, 471, 577, 7736, 322, 2090, 1460, 29991, 13, 29931, 273, 2242, 327, 4083, 13, 16894, 2259, 29889, 306, 2869, 1348, 1183, 29915, 29879, 7212, 1218, 411, 278, 7418, 19174, 313, 5747, 29915, 29879, 502, 14366, 1549, 263, 7303, 310, 5412, 4902, 29889, 306, 817, 304, 6505, 372, 263, 1473, 931, 304, 4380, 963, 599, 29892, 541, 306, 10548, 1023, 313, 8968, 310, 590, 4274, 1125, 13, 24938, 1218, 301, 14450, 368, 6573, 1242, 19592, 29889, 29896, 785, 11438, 1847, 399, 19363, 13, 29885, 987, 5360, 29889, 13, 29994, 365, 13, 8241, 29892, 14008, 29892, 278, 29701, 8743, 390, 4661, 1398, 29892, 315, 2620, 29885, 1772, 29892, 322, 341, 2142, 284, 1388, 526, 19781, 27592, 29889, 739, 2289, 471, 763, 278, 3367, 29877, 750, 4586, 975, 1009, 17873, 29991, 306, 14034, 1009, 20695, 20407, 322, 278, 10135, 352, 681, 26647, 10173, 2153, 5665, 892, 1790, 2769, 363, 451, 21755, 4900, 18499, 10686, 322, 10515, 1421, 297, 4177, 2200, 29915, 29879, 379, 2952, 29889, 306, 29915, 29885, 3063, 6375, 304, 278, 1632, 292, 1501, 29915, 29879, 2867, 29899, 262, 304, 1074, 565, 393, 2318, 508, 8206, 1283, 278, 1021, 4486, 3958, 29991, 13, 29909, 4443, 373, 590, 6682, 3440, 2038, 29901, 319, 2217, 4697, 3460, 17845, 393, 445, 1373, 4056, 4123, 767, 338, 278, 1487, 310, 278, 11339, 1058, 13582, 4104, 382, 4099, 29889, 1105, 1584, 565, 278, 1334, 294, 280, 952, 9455, 29915, 29873, 599, 2289, 4475, 29892, 278, 20365, 21990, 1127, 2305, 437, 6232, 263, 3942, 5447, 29991, 13, 29967, 1648, 4083, 13, 29902, 471, 527, 13120, 491, 278, 2706, 313, 314, 2675, 304, 1074, 372, 1449, 9826, 29897, 322, 884, 626, 527, 13120, 491, 599, 596, 21804, 29991, 26991, 2305, 526, 577, 9644, 27685, 1000, 411, 278, 2351, 583, 322, 372, 29915, 29879, 9560, 304, 1074, 393, 777, 2305, 2289, 11188, 372, 29892, 408, 306, 437, 29991, 13, 2855, 29892, 4874, 29892, 278, 1375, 6020, 17162, 892, 27592, 29991, 306, 2289, 8496, 29915, 29873, 1371, 541, 1348, 372, 29915, 29879, 26422, 29892, 8432, 322, 9723, 10700, 29892, 21863, 292, 29991, 13, 29902, 471, 884, 13421, 310, 278, 20057, 292, 9088, 313, 29950, 837, 1421, 322, 10686, 29897, 322, 278, 17948, 297, 278, 12033, 29892, 541, 372, 471, 2107, 29889, 13, 2887, 2259, 7813, 9633, 1497, 1434, 584, 7255, 3934, 5468, 29871, 29896, 29945, 29991, 13, 29902, 4658, 393, 445, 2706, 338, 278, 1900, 399, 29933, 756, 2183, 502, 411, 278, 379, 29925, 3652, 304, 2635, 29889, 11221, 408, 8703, 491, 278, 4045, 1434, 592, 393, 310, 3236, 278, 2706, 338, 451, 4922, 322, 1432, 697, 393, 756, 1303, 599, 310, 278, 8277, 674, 1284, 5633, 4567, 297, 445, 2706, 393, 896, 4459, 881, 505, 1063, 5134, 29889, 2193, 1641, 8703, 29892, 306, 4459, 1556, 310, 278, 4655, 22937, 19572, 393, 360, 29950, 4312, 304, 367, 297, 278, 2706, 892, 727, 29889, 13, 29902, 2289, 23289, 278, 8718, 411, 317, 1056, 412, 3907, 393, 4595, 6686, 964, 278, 11781, 1546, 3684, 2310, 441, 322, 278, 14450, 382, 10412, 393, 4846, 366, 393, 4216, 964, 278, 23490, 322, 15504, 310, 445, 2706, 29889, 13, 29902, 18012, 278, 4459, 322, 9088, 310, 10686, 322, 10515, 1421, 313, 348, 7713, 29891, 4900, 7612, 29897, 22049, 964, 4177, 2200, 29915, 29879, 379, 2952, 322, 278, 6586, 2646, 6950, 538, 29892, 278, 6586, 289, 10071, 9228, 292, 29892, 278, 3060, 381, 23623, 4964, 368, 297, 278, 5418, 29889, 2398, 29892, 2183, 278, 13500, 310, 445, 9088, 297, 278, 3143, 313, 294, 435, 476, 11438, 1847, 756, 8703, 297, 385, 15593, 29897, 896, 364, 15392, 372, 1549, 29892, 937, 694, 6493, 304, 278, 15258, 310, 360, 25443, 487, 29915, 29879, 5637, 322, 9883, 29892, 411, 697, 310, 278, 1820, 1224, 267, 373, 1009, 8310, 27744, 29892, 376, 3062, 596, 2578, 3745, 338, 727, 596, 5192, 674, 367, 884, 613, 322, 6060, 278, 1556, 4100, 23281, 297, 278, 9881, 3143, 3652, 373, 278, 8310, 27744, 310, 5011, 322, 365, 9403, 10173, 357, 29892, 376, 1552, 1833, 11103, 304, 367, 16235, 338, 14450, 29908, 21004, 1763, 592, 393, 7928, 1546, 10686, 322, 10515, 1421, 472, 278, 8310, 27744, 310, 10686, 29915, 29879, 11825, 1048, 2834, 1156, 4892, 338, 697, 310, 278, 1556, 282, 440, 2410, 12589, 304, 278, 1791, 310, 10686, 29915, 29879, 16342, 322, 278, 15997, 310, 278, 8277, 29892, 541, 884, 360, 29950, 14064, 3455, 29871, 29906, 29892, 1584, 2466, 10686, 1838, 29915, 29873, 679, 372, 2745, 670, 11781, 411, 360, 25443, 487, 297, 278, 376, 3868, 3496, 368, 21701, 11189, 29908, 2678, 297, 278, 3143, 29889, 2193, 471, 263, 23451, 358, 304, 592, 1363, 310, 278, 7688, 310, 393, 9088, 304, 278, 6593, 310, 278, 3143, 3652, 515, 3143, 313, 27362, 29897, 697, 304, 3143, 313, 27362, 29897, 9881, 29889, 13, 4301, 1847, 8703, 297, 385, 15593, 21734, 1156, 278, 6507, 310, 360, 29950, 393, 1906, 1023, 1224, 267, 373, 278, 8310, 342, 2873, 526, 278, 22778, 2501, 607, 278, 3353, 10686, 10173, 357, 3143, 3652, 1791, 29879, 29892, 1732, 597, 1636, 29889, 4378, 29894, 29889, 510, 29914, 15753, 29914, 18569, 29914, 29896, 29945, 29955, 29906, 29896, 29900, 29955, 29914, 29906, 29900, 29900, 29955, 29896, 29900, 29896, 29955, 29914, 24098, 29889, 29926, 1420, 29889, 13, 29956, 29933, 322, 29914, 272, 13981, 476, 417, 1960, 1818, 505, 750, 263, 2769, 607, 472, 445, 1298, 871, 896, 1073, 29889, 13, 2951, 278, 3353, 29892, 278, 25955, 5275, 471, 1532, 2309, 373, 278, 5164, 14354, 10322, 363, 278, 4517, 29914, 4421, 327, 1049, 20407, 322, 278, 3158, 29914, 18732, 9545, 297, 445, 2706, 892, 399, 29933, 29914, 3954, 1900, 3447, 29889, 13, 8241, 29892, 306, 8661, 411, 366, 18239, 2038, 393, 278, 3367, 29877, 313, 18529, 29892, 26422, 322, 9723, 10700, 29897, 4846, 1009, 1900, 21637, 304, 2635, 29889, 2688, 599, 505, 2289, 21633, 304, 4953, 25808, 273, 29701, 29892, 1641, 577, 4123, 29892, 3447, 411, 1556, 310, 1009, 2562, 414, 14432, 310, 963, 29889, 13, 3624, 372, 5468, 29871, 29906, 29900, 29896, 29896, 3447, 6824, 6824, 21004, 13, 29928, 13703, 27265, 6067, 4083, 13, 11639, 29892, 306, 3282, 29915, 29873, 1584, 6058, 12107, 278, 10225, 310, 7684, 297, 278, 14837, 8497, 9088, 2745, 366, 11520, 304, 393, 29889, 334 ]
1,330,326
5,120
CommonCrawl
16
20
fwaps head* How can I ever forget my alchemy!? Overall, I particularly enjoyed that the film explored more on the Harry/Hermione friendship in the Forest. Also, the film maintained a better pace than I thought it would. Although the book sometimes has a tendency to lag in the first half after Ron leaves, the film usually felt like it was going somewhere rather than the sense of "aimlessness" I feel when reading the 7th book. I DID notice that, but I also noticed something else about color at the wedding. I'm in the middle of writing my major project for my mythology class (it's my only grade so pray it goes well :S). I was flipping through Burckhardt's Mythology (one of my textbooks) and noticed how violet-red comes up in the Sol/Apolo movement of the Alchemical Great Work. Since this is the moment where luny luna wears a sun on her chest, perhaps the submisison of the passive moon to the active sun is pointing toward book seven as a gold-marker in even more hidden turns. I can see the conversation now: "Jo, gold doesn't look stylish at a wedding. Any other colors? We want it to look good." "Deep purple works." Arabella Figg says Excellent write-up, Elizabeth! For those disappointed at the exclusion of two plot points: I've been thinking, and I bet we will see the Lupin/Harry scene and it will be at Shell Cottage. This works well because Tonks will be visibly pregnant (I bet she's at SC too), heightening the drama. This also puts the scene closer to the battle where they die, connecting them better to their deaths, for the film audience. And I bet that Wormtail's death will be by silver hand after the audience is reminded of his debt to Harry, and he will save Harry in a more dramatic way, cementing all this together for viewers. Both of these events will work better and more meaningfully toward the end. Hmm. Maybe Tonks will have Teddy by then, given the timeline. randy vandyke says I liked it a lot. Thought it captured well the sense I had when I read the book. I'm on page 500, and they're still in the woods! How is she going to pull this together? Highlights for me "the return of Ron"(excepting the naked H/H), Rescue at Malfoy Manor and Godric's Hollow. I'm going to see it with my wife tonight. LOVED Dobby as the hero! Brilliant on page, brilliant on screen. Things that nearly drive a stake through the corpse. Naked time for Harry and Hermione!?! Really?! You could have picked me off the floor! Let me think, who reads Scholastic books? Under 13s will stay home? I know; the books went very dark. World War 2 kind of motif. Yes, disturbing violence; yes, cruelty. Nakedness? The director could take a lesson from A. Hitchcock. Less can be more. And should have been. The dance scene was terrific–UNTIL Harry's giving Hermione that look! The way it was played, give them a couple more months alone and they will be locking lips and having naked time if Harry gets his way. Two minutes later, Ron shows up, and Harry says, "Voldemort is lying to you." My eyes must be lying to me too! I didn't see what I saw. Happens a lot with my seven kids! Last point, the terrific trio can take on Death-eaters, but not hooligans? Huh? H/H keep running after Ron is nabbed? Huh? Still going again with my wife. Screen problems make adoration for the original stronger. LOVED the series. LOVED the last book. It will have a place at the library five hundred years from now–unless Christ returns. Oh, I wanted one of them to read that Scripture so bad I had to go and pee after that scene! What a moment on page! My chest swelled, and my heartbeat quickened. Denise Roper says David wrote: "I loved the feel and scene of Harry and Hermione (unPolyjuiced) walking into Godric's Hollow and the church graveyard, the church bells ringing
0.783885
-0.041473
-0.210767
-0.631748
[ 0.7482732856938088, 0.8194964080017443 ]
[ -0.09877338582092123, 0.015826843382900763 ]
[ 0.014324259245663136, -0.43585852276004466 ]
[ -0.6315850848584987, -0.6319102561420303 ]
1,024
[ 512, 512 ]
[ 25051, 2547, 2343, 29930, 1128, 508, 306, 3926, 9566, 590, 394, 305, 6764, 29991, 29973, 13, 3563, 497, 29892, 306, 10734, 27849, 393, 278, 2706, 3902, 4395, 901, 373, 278, 10686, 29914, 29950, 837, 1421, 27994, 297, 278, 17300, 29889, 3115, 29892, 278, 2706, 19949, 263, 2253, 27725, 1135, 306, 2714, 372, 723, 29889, 8512, 278, 3143, 6041, 756, 263, 260, 5197, 304, 11755, 297, 278, 937, 4203, 1156, 11546, 11308, 29892, 278, 2706, 5491, 7091, 763, 372, 471, 2675, 9051, 3265, 1135, 278, 4060, 310, 376, 29874, 326, 2222, 2264, 29908, 306, 4459, 746, 5183, 278, 29871, 29955, 386, 3143, 29889, 13, 29902, 360, 1367, 8369, 393, 29892, 541, 306, 884, 10548, 1554, 1683, 1048, 2927, 472, 278, 14837, 8497, 29889, 13, 29902, 29915, 29885, 297, 278, 7256, 310, 5007, 590, 4655, 2060, 363, 590, 22082, 3002, 770, 313, 277, 29915, 29879, 590, 871, 19468, 577, 12475, 372, 5771, 1532, 584, 29903, 467, 306, 471, 285, 492, 3262, 1549, 6640, 384, 25603, 29915, 29879, 341, 1541, 3002, 313, 650, 310, 590, 1426, 12733, 29897, 322, 10548, 920, 28008, 1026, 29899, 1127, 5304, 701, 297, 278, 4956, 29914, 17396, 3543, 10298, 310, 278, 838, 14969, 936, 7027, 5244, 29889, 4001, 445, 338, 278, 3256, 988, 25081, 29891, 301, 4347, 591, 1503, 263, 6575, 373, 902, 521, 342, 29892, 6060, 278, 11834, 275, 2285, 310, 278, 1209, 573, 18786, 304, 278, 6136, 6575, 338, 13330, 11183, 3143, 9881, 408, 263, 7684, 29899, 22976, 297, 1584, 901, 7934, 12169, 29889, 306, 508, 1074, 278, 14983, 1286, 29901, 13, 29908, 10844, 29892, 7684, 1838, 29915, 29873, 1106, 15877, 1674, 472, 263, 14837, 8497, 29889, 3139, 916, 11955, 29973, 1334, 864, 372, 304, 1106, 1781, 1213, 13, 29908, 2772, 1022, 3708, 552, 1736, 1213, 13, 29909, 4201, 3547, 5104, 29887, 4083, 13, 1252, 3729, 296, 2436, 29899, 786, 29892, 13061, 29991, 13, 2831, 1906, 23451, 287, 472, 278, 429, 10085, 310, 1023, 6492, 3291, 29901, 13, 29902, 29915, 345, 1063, 7291, 29892, 322, 306, 1010, 591, 674, 1074, 278, 365, 786, 262, 29914, 21972, 719, 9088, 322, 372, 674, 367, 472, 1383, 514, 315, 1501, 482, 29889, 910, 1736, 1532, 1363, 17812, 2039, 674, 367, 1998, 14981, 758, 5138, 424, 313, 29902, 1010, 1183, 29915, 29879, 472, 12314, 2086, 511, 3171, 8333, 278, 18621, 29889, 910, 884, 15223, 278, 9088, 17649, 304, 278, 10555, 988, 896, 762, 29892, 16791, 963, 2253, 304, 1009, 4892, 29879, 29892, 363, 278, 2706, 20026, 29889, 13, 2855, 306, 1010, 393, 399, 555, 18237, 29915, 29879, 4892, 674, 367, 491, 13283, 1361, 1156, 278, 20026, 338, 1083, 513, 287, 310, 670, 2553, 29873, 304, 10686, 29892, 322, 540, 674, 4078, 10686, 297, 263, 901, 8541, 2454, 982, 29892, 274, 882, 292, 599, 445, 4208, 363, 1776, 414, 29889, 13, 29933, 720, 310, 1438, 4959, 674, 664, 2253, 322, 901, 6593, 3730, 11183, 278, 1095, 29889, 13, 29950, 4317, 29889, 7198, 17812, 2039, 674, 505, 22040, 4518, 491, 769, 29892, 2183, 278, 5335, 5570, 29889, 13, 9502, 29891, 325, 13910, 446, 4083, 13, 29902, 23289, 372, 263, 3287, 29889, 498, 1774, 372, 15468, 1532, 278, 4060, 306, 750, 746, 306, 1303, 278, 3143, 29889, 306, 29915, 29885, 373, 1813, 29871, 29945, 29900, 29900, 29892, 322, 896, 29915, 276, 1603, 297, 278, 25013, 29991, 1128, 338, 1183, 2675, 304, 8206, 445, 4208, 29973, 13, 16382, 4366, 29879, 363, 592, 376, 1552, 736, 310, 11546, 29908, 29898, 19499, 292, 278, 302, 12535, 379, 29914, 29950, 511, 2538, 18376, 472, 3792, 1181, 29891, 2315, 272, 322, 4177, 2200, 29915, 29879, 379, 2952, 29889, 306, 29915, 29885, 2675, 304, 1074, 372, 411, 590, 6532, 15243, 523, 29889, 11247, 29963, 3352, 21451, 1609, 408, 278, 13444, 29991, 1771, 23951, 373, 1813, 29892, 27592, 373, 4315, 29889, 13, 1349, 886, 393, 8886, 7899, 263, 380, 1296, 1549, 278, 1034, 27358, 29889, 405, 12535, 931, 363, 10686, 322, 10515, 1421, 29991, 29973, 29991, 830, 635, 29973, 29991, 887, 1033, 505, 18691, 592, 1283, 278, 11904, 29991, 2803, 592, 1348, 29892, 1058, 13623, 1102, 324, 6288, 8277, 29973, 7634, 29871, 29896, 29941, 29879, 674, 7952, 3271, 29973, 306, 1073, 29936, 278, 8277, 3512, 1407, 6501, 29889, 2787, 3362, 29871, 29906, 2924, 310, 3184, 361, 29889, 3869, 29892, 29543, 292, 21448, 29936, 4874, 29892, 24116, 1017, 29889, 405, 12535, 2264, 29973, 450, 8881, 1033, 2125, 263, 3109, 265, 515, 319, 29889, 379, 2335, 24956, 29889, 27898, 508, 367, 901, 29889, 1126, 881, 505, 1063, 29889, 13, 1576, 17948, 9088, 471, 1935, 29878, 928, 29994, 10356, 6227, 10686, 29915, 29879, 6820, 10515, 1421, 393, 1106, 29991, 450, 982, 372, 471, 5318, 29892, 2367, 963, 263, 7303, 901, 7378, 7432, 322, 896, 674, 367, 7714, 292, 17186, 322, 2534, 302, 12535, 931, 565, 10686, 4947, 670, 982, 29889, 7803, 6233, 2678, 29892, 11546, 3697, 701, 29892, 322, 10686, 4083, 29892, 376, 13072, 2310, 441, 338, 19214, 304, 366, 1213, 1619, 5076, 1818, 367, 19214, 304, 592, 2086, 29991, 306, 3282, 29915, 29873, 1074, 825, 306, 4446, 29889, 379, 932, 575, 263, 3287, 411, 590, 9881, 413, 4841, 29991, 13, 8897, 1298, 29892, 278, 1935, 29878, 928, 3367, 29877, 508, 2125, 373, 14450, 29899, 29872, 10412, 29892, 541, 451, 298, 1507, 335, 550, 29973, 12895, 29882, 29973, 379, 29914, 29950, 3013, 2734, 1156, 11546, 338, 26924, 2580, 29973, 12895, 29882, 29973, 13, 855, 453, 2675, 1449, 411, 590, 6532, 29889, 22666, 4828, 1207, 594, 12418, 363, 278, 2441, 23505, 29889, 11247, 29963, 3352, 278, 3652, 29889, 11247, 29963, 3352, 278, 1833, 3143, 29889, 739, 674, 505, 263, 2058, 472, 278, 3489, 5320, 6893, 2440, 515, 1286, 29994, 28952, 2819, 3639, 29889, 6439, 29892, 306, 5131, 697, 310, 963, 304, 1303, 393, 14415, 545, 577, 4319, 306, 750, 304, 748, 322, 1236, 29872, 1156, 393, 9088, 29991, 1724, 263, 3256, 373, 1813, 29991, 1619, 521, 342, 2381, 14356, 29892, 322, 590, 5192, 915, 271, 4996, 6419, 29889, 13, 29315, 895, 390, 3372, 4083, 13, 19504, 5456, 29901, 376, 29902, 18012, 278, 4459, 322, 9088, 310, 10686, 322, 10515, 1421, 313, 348, 7713, 29891, 4900, 7612, 29897, 22049, 964, 4177, 2200, 29915, 29879, 379, 2952, 322, 278, 6586, 2646, 6950, 538, 29892, 278, 6586, 289, 10071, 9228, 292 ]
1,330,326
6,144
CommonCrawl
13
14
, the choir singing softly in the distance. However, given the importance of this scene in the book (as J K Rowling has stated in an interview) they rushed it through, first no visit to the grave of Dumbledore's mother and sister, with one of the key verses on their gravestone, "where your treasure is there your heart will be also", and perhaps the most important verse in the seven book series on the gravestone of James and Lilly Potter, "the last enemy to be defeated is Death"!!! To me that dialog between Harry and Hermione at the gravestone of Harry's parents about life after death is one of the most pivital pointers to the rest of Harry's journey and the conclusion of the books, but also DH movie Part 2, even though Harry doesn't get it until his meeting with Dumbledore in the "Heavenly Kings Cross" later in the book. That was a disappointment to me because of the weight of that scene to the meaning of the book series from book (movie) one to book (movie) seven." I could not agree with you more! I blogged about this very same topic today. The Christian elements were present, but watered down in comparison to the novel. I really think that if Yates had included more of the religious imagery in the film he could have given the story even more depth and poignancy. Eeyore wrote: "But today I was looking through the book I bought when we saw the Harry Potter Exhibition in Seattle (awesome, btw!). And two of the picture show the headstone for the Potters, with the inscription, and the headstone for Kendra with Ariana's name and the inscription. Too bad that one didn't make it to the movie, but I look forward to seeing it in the deleted scenes." Would that be the "Harry Potter Film Wizardry" book? I have it also, and even did an analysis on my blog of some of the Christian symbolism in the Godric's Hollow set design: the quatrefoil design (symbolizing Matthew, Mark, Luke, and John) and the letters "IHS" (an abbreviation for "Jesus")on the tomb of Kendra and Ariana Dumbledore, the stained glass window depicting Christ the King enthroned flanked by the four gospel authors, the four angels hovering overhead, and of course the descending dove representing the Holy Spirit… Yes, all of that is in the Film Wizardry book. If all of those images would have been shown in the theatrical version of DH1 I think I would have clapped/cheered/squealed with delight. We can only hope that some of it will appear on the DVD, but I won't get my hopes up. At least we see lots of cross-shaped tombstones in the graveyard. Anyway, I was glad the Deathly Hallows art department "gets" it, if you know what I mean. 😉 Denise, I was also disappointed by the truncated graveyard scene (although I loved the rest of the film), especially after reading your description of the Film Wizardry book photos. However, I was very pleased by a film addition–Harry saying he thought his parents would have been in the church on Christmas Eve, a direct reference that wizards would have Christian faith. Happily, I must amend my comments after my second viewing and say that the dance was unequivocally terrific w/ no inappropriate overtones. Karen_St_Louis says I loved the film. (Although I agree with whoever said that the trio running from a bunch of snatchers was bizarre, given that we've seen them dueling competently with Death Eaters in the past…) The one thing that I really missed was Harry's wrestling with the idea that Dumbledore never actually loved him or trusted him. We don't get much of Dumbledore's backstory in the film, and that whole issue of trusting Dumbledore is huge for Harry in the book. (See John Granger's book The Deathly Hallows Lectures…) I'm wondering whether more of Dumbledore's story will be revealed in part 2. Even if it is, it seems too late for it to worry Harry much. Denise, yes, we are talking about the same book about the films. I just haven't had time to do more than glance through it. So I look forward to doing that and reading your blog at the same time. I went to see
0.994815
0.119683
0.033346
-0.025628
[ 1.0660379852215212, 0.9235917406056501 ]
[ 0.2844211305793585, -0.04505452838162967 ]
[ 0.1664987207687193, -0.09980658689662897 ]
[ 0.41010112193501563, -0.4613579179297006 ]
1,024
[ 512, 512 ]
[ 29892, 278, 3060, 381, 23623, 4964, 368, 297, 278, 5418, 29889, 2398, 29892, 2183, 278, 13500, 310, 445, 9088, 297, 278, 3143, 313, 294, 435, 476, 11438, 1847, 756, 8703, 297, 385, 15593, 29897, 896, 364, 15392, 372, 1549, 29892, 937, 694, 6493, 304, 278, 15258, 310, 360, 25443, 487, 29915, 29879, 5637, 322, 9883, 29892, 411, 697, 310, 278, 1820, 1224, 267, 373, 1009, 8310, 27744, 29892, 376, 3062, 596, 2578, 3745, 338, 727, 596, 5192, 674, 367, 884, 613, 322, 6060, 278, 1556, 4100, 23281, 297, 278, 9881, 3143, 3652, 373, 278, 8310, 27744, 310, 5011, 322, 365, 9403, 10173, 357, 29892, 376, 1552, 1833, 11103, 304, 367, 16235, 338, 14450, 29908, 21004, 1763, 592, 393, 7928, 1546, 10686, 322, 10515, 1421, 472, 278, 8310, 27744, 310, 10686, 29915, 29879, 11825, 1048, 2834, 1156, 4892, 338, 697, 310, 278, 1556, 282, 440, 2410, 12589, 304, 278, 1791, 310, 10686, 29915, 29879, 16342, 322, 278, 15997, 310, 278, 8277, 29892, 541, 884, 360, 29950, 14064, 3455, 29871, 29906, 29892, 1584, 2466, 10686, 1838, 29915, 29873, 679, 372, 2745, 670, 11781, 411, 360, 25443, 487, 297, 278, 376, 3868, 3496, 368, 21701, 11189, 29908, 2678, 297, 278, 3143, 29889, 2193, 471, 263, 23451, 358, 304, 592, 1363, 310, 278, 7688, 310, 393, 9088, 304, 278, 6593, 310, 278, 3143, 3652, 515, 3143, 313, 27362, 29897, 697, 304, 3143, 313, 27362, 29897, 9881, 1213, 13, 29902, 1033, 451, 8661, 411, 366, 901, 29991, 306, 12618, 3192, 1048, 445, 1407, 1021, 11261, 9826, 29889, 450, 6111, 3161, 892, 2198, 29892, 541, 4094, 287, 1623, 297, 10230, 304, 278, 9554, 29889, 306, 2289, 1348, 393, 565, 612, 1078, 750, 5134, 901, 310, 278, 12962, 6382, 708, 297, 278, 2706, 540, 1033, 505, 2183, 278, 5828, 1584, 901, 10809, 322, 772, 647, 6906, 29889, 13, 29923, 1032, 487, 5456, 29901, 376, 6246, 9826, 306, 471, 3063, 1549, 278, 3143, 306, 18093, 746, 591, 4446, 278, 10686, 10173, 357, 1222, 6335, 654, 297, 27689, 313, 1450, 14151, 29892, 289, 7516, 29991, 467, 1126, 1023, 310, 278, 7623, 1510, 278, 2343, 12734, 363, 278, 10173, 2153, 29892, 411, 278, 1663, 3395, 29892, 322, 278, 2343, 12734, 363, 476, 25404, 411, 25775, 1648, 29915, 29879, 1024, 322, 278, 1663, 3395, 29889, 1763, 29877, 4319, 393, 697, 3282, 29915, 29873, 1207, 372, 304, 278, 14064, 29892, 541, 306, 1106, 6375, 304, 8790, 372, 297, 278, 11132, 20407, 1213, 13, 29956, 483, 393, 367, 278, 376, 21972, 719, 10173, 357, 4643, 399, 17909, 719, 29908, 3143, 29973, 306, 505, 372, 884, 29892, 322, 1584, 1258, 385, 7418, 373, 590, 12618, 310, 777, 310, 278, 6111, 5829, 1608, 297, 278, 4177, 2200, 29915, 29879, 379, 2952, 731, 2874, 29901, 278, 439, 271, 999, 29877, 309, 2874, 313, 18098, 5281, 22292, 29892, 4485, 29892, 25556, 29892, 322, 2259, 29897, 322, 278, 8721, 376, 29902, 14851, 29908, 313, 273, 29759, 14641, 363, 376, 29967, 267, 375, 1159, 265, 278, 20450, 310, 476, 25404, 322, 25775, 1648, 360, 25443, 487, 29892, 278, 380, 7114, 12917, 3474, 1401, 919, 292, 2819, 278, 4088, 875, 1092, 22367, 1652, 804, 287, 491, 278, 3023, 330, 26265, 15717, 29892, 278, 3023, 2614, 1379, 16758, 292, 18702, 29892, 322, 310, 3236, 278, 5153, 2548, 10897, 15783, 278, 17733, 20799, 30098, 13, 8241, 29892, 599, 310, 393, 338, 297, 278, 4643, 399, 17909, 719, 3143, 29889, 960, 599, 310, 1906, 4558, 723, 505, 1063, 4318, 297, 278, 278, 8141, 936, 1873, 310, 360, 29950, 29896, 306, 1348, 306, 723, 505, 3711, 2986, 29914, 1173, 14561, 29914, 29879, 802, 7943, 411, 15319, 29889, 1334, 508, 871, 4966, 393, 777, 310, 372, 674, 2615, 373, 278, 15191, 29892, 541, 306, 2113, 29915, 29873, 679, 590, 26926, 701, 29889, 2180, 3203, 591, 1074, 14568, 310, 4891, 29899, 845, 10501, 20450, 303, 2873, 297, 278, 2646, 6950, 538, 29889, 13, 10773, 1582, 29892, 306, 471, 10932, 278, 14450, 368, 6573, 1242, 1616, 14311, 376, 20078, 29908, 372, 29892, 565, 366, 1073, 825, 306, 2099, 29889, 29871, 243, 162, 155, 140, 13, 29315, 895, 29892, 306, 471, 884, 23451, 287, 491, 278, 21022, 630, 2646, 6950, 538, 9088, 313, 26492, 306, 18012, 278, 1791, 310, 278, 2706, 511, 7148, 1156, 5183, 596, 6139, 310, 278, 4643, 399, 17909, 719, 3143, 20612, 29889, 2398, 29892, 306, 471, 1407, 22301, 491, 263, 2706, 6124, 29994, 21972, 719, 5934, 540, 2714, 670, 11825, 723, 505, 1063, 297, 278, 6586, 373, 17661, 382, 345, 29892, 263, 1513, 3407, 393, 281, 466, 3163, 723, 505, 6111, 10847, 29889, 13, 29950, 932, 2354, 29892, 306, 1818, 626, 355, 590, 6589, 1156, 590, 1473, 1776, 292, 322, 1827, 393, 278, 17948, 471, 1597, 339, 440, 542, 635, 1935, 29878, 928, 281, 29914, 694, 297, 932, 6649, 403, 975, 880, 267, 29889, 13, 29968, 8326, 29918, 855, 29918, 25216, 4083, 13, 29902, 18012, 278, 2706, 29889, 313, 2499, 3592, 306, 8661, 411, 1058, 1310, 1497, 393, 278, 3367, 29877, 2734, 515, 263, 14928, 310, 5807, 905, 414, 471, 289, 15356, 276, 29892, 2183, 393, 591, 29915, 345, 3595, 963, 868, 14067, 5100, 2705, 411, 14450, 382, 10412, 297, 278, 4940, 30098, 29897, 13, 1576, 697, 2655, 393, 306, 2289, 13726, 471, 10686, 29915, 29879, 24613, 1847, 411, 278, 2969, 393, 360, 25443, 487, 2360, 2869, 18012, 1075, 470, 9311, 287, 1075, 29889, 1334, 1016, 29915, 29873, 679, 1568, 310, 360, 25443, 487, 29915, 29879, 1250, 24098, 297, 278, 2706, 29892, 322, 393, 3353, 2228, 310, 9311, 292, 360, 25443, 487, 338, 12176, 363, 10686, 297, 278, 3143, 29889, 313, 13393, 2259, 1632, 4600, 29915, 29879, 3143, 450, 14450, 368, 6573, 1242, 365, 522, 1973, 30098, 29897, 306, 29915, 29885, 9873, 3692, 901, 310, 360, 25443, 487, 29915, 29879, 5828, 674, 367, 17845, 297, 760, 29871, 29906, 29889, 7753, 565, 372, 338, 29892, 372, 2444, 2086, 5683, 363, 372, 304, 15982, 10686, 1568, 29889, 13, 29315, 895, 29892, 4874, 29892, 591, 526, 9963, 1048, 278, 1021, 3143, 1048, 278, 12298, 29889, 306, 925, 7359, 29915, 29873, 750, 931, 304, 437, 901, 1135, 21798, 1549, 372, 29889, 1105, 306, 1106, 6375, 304, 2599, 393, 322, 5183, 596, 12618, 472, 278, 1021, 931, 29889, 13, 29902, 3512, 304, 1074 ]
1,330,326
7,168
CommonCrawl
16
20
Q: React/Redux connect does not fire mapStateToProps on store change I am experiencing an issue with Redux (used along with React). Here is my code: /// <reference path="../../typings/index.d.ts"/> import "./polyfill.ts"; import * as React from 'react' import * as ReactDOM from 'react-dom' import { createStore, combineReducers } from 'redux' import { Provider, dispatch } from 'react-redux' import { Router, Route, browserHistory, IndexRedirect } from 'react-router' import { syncHistoryWithStore, routerReducer } from 'react-router-redux' import { Form, Input } from './components/form.tsx' import app from './reducers.ts' const store = createStore( combineReducers({ app, routing: routerReducer }), {}, window.devToolsExtension && window.devToolsExtension() ); import App from './views/app.tsx'; import Reminders from './views/reminders.tsx'; import Calendar from './views/calendar.tsx'; import Settings from './views/settings.tsx'; import Groups from './views/groups.tsx'; import Courses from './views/courses.tsx'; import Homework from './views/homework.tsx'; // Create an enhanced history that syncs navigation events with the store const history = syncHistoryWithStore(browserHistory, store); class Application extends React.Component<any,any> { constructor(props){ super(props); } render() { var socket = io(); socket.on('connect', function () { setTimeout(function(){ store.dispatch({ type: "SOCKET_ESTABLISHED", socket: socket }); }, 1000); }); socket.on('DATA', function(data){ console.log("DATA"); console.log(data); }) console.log(Groups); return <Provider store={store}> <Router history={history}> <Route path="/" component={App}> <IndexRedirect to="/reminders" /> <Route path="reminders" component={Reminders}/> <Route path="calendar" component={Calendar}/> <Route path="settings" component={Settings}> <Route path="groups" component={Groups}/> </Route> <Route path="homework" component={Homework} /> </Route> </Router> </Provider> } } ReactDOM.render( <Application/>, document.getElementById('mount') ); My reducer file looks like the following: export default function app(state={ connection: { socket: null, online: false } }, action: any) { console.log(action); switch(action.type){ case "SOCKET_ESTABLISHED": console.log(state.connection); return Object.assign(state, { connection: { socket: action.socket, online: true } }); default: return state; } }; And my App component is the following: import * as React from 'react'; import { connect } from 'react-redux'; import Top from '../components/top.tsx'; import Nav from '../components/nav.tsx'; class AppClass extends React.Component<any,any> { constructor(props){ super(props); } render() : JSX.Element { return <div> <Top/> <Nav/> {this.props.connection.online ? this.props.children : "Offline." } </div> } } var App = connect(function(state){ return { connection: state.app.connection }; })(AppClass); export default App; So let me be clear, I am using the connect function to sync store and App props. Upon page load, a socket
-1.17749
-1.54202
-0.330605
-0.298285
[ -1.1035278943125153, -1.2514528406443814 ]
[ -1.2805882494853356, -1.8034517952277733 ]
[ 0.1157739002610339, -0.7769829406742288 ]
[ 0.0823284681351522, -0.678897506612348 ]
1,024
[ 512, 512 ]
[ 660, 29901, 9537, 29914, 9039, 1314, 4511, 947, 451, 3974, 2910, 2792, 1762, 20457, 373, 3787, 1735, 306, 626, 10623, 3277, 385, 2228, 411, 4367, 1314, 313, 3880, 3412, 411, 9537, 467, 2266, 338, 590, 775, 29901, 13, 6658, 529, 5679, 2224, 543, 21546, 22449, 886, 29914, 2248, 29889, 29881, 29889, 1372, 4681, 13, 13, 5215, 376, 6904, 22678, 5589, 29889, 1372, 1769, 13, 13, 5215, 334, 408, 9537, 515, 525, 8423, 29915, 13, 5215, 334, 408, 9537, 22141, 515, 525, 8423, 29899, 3129, 29915, 13, 5215, 426, 1653, 9044, 29892, 14405, 9039, 1682, 414, 500, 515, 525, 9313, 29916, 29915, 13, 5215, 426, 1019, 5489, 29892, 13916, 500, 515, 525, 8423, 29899, 9313, 29916, 29915, 13, 5215, 426, 390, 5561, 29892, 12034, 29892, 4714, 20570, 29892, 11374, 24735, 500, 515, 525, 8423, 29899, 15140, 29915, 13, 5215, 426, 16523, 20570, 3047, 9044, 29892, 12876, 9039, 1682, 261, 500, 515, 525, 8423, 29899, 15140, 29899, 9313, 29916, 29915, 13, 13, 5215, 426, 3812, 29892, 10567, 500, 515, 19283, 14036, 29914, 689, 29889, 1372, 29916, 29915, 13, 13, 5215, 623, 515, 19283, 9313, 22543, 29889, 1372, 29915, 13, 13, 3075, 3787, 353, 1653, 9044, 29898, 13, 1678, 14405, 9039, 1682, 414, 3319, 13, 4706, 623, 29892, 13, 4706, 21398, 29901, 12876, 9039, 1682, 261, 13, 1678, 500, 511, 13, 1678, 24335, 13, 1678, 3474, 29889, 3359, 24183, 17657, 2607, 3474, 29889, 3359, 24183, 17657, 580, 13, 416, 13, 13, 5215, 2401, 515, 19283, 7406, 29914, 932, 29889, 1372, 29916, 2670, 13, 5215, 5240, 513, 414, 515, 19283, 7406, 29914, 1745, 513, 414, 29889, 1372, 29916, 2670, 13, 5215, 26431, 515, 19283, 7406, 29914, 23392, 29889, 1372, 29916, 2670, 13, 5215, 19215, 515, 19283, 7406, 29914, 11027, 29889, 1372, 29916, 2670, 13, 5215, 1632, 4410, 515, 19283, 7406, 29914, 13155, 29889, 1372, 29916, 2670, 13, 5215, 315, 29781, 515, 19283, 7406, 29914, 29883, 29781, 29889, 1372, 29916, 2670, 13, 5215, 8778, 1287, 515, 19283, 7406, 29914, 5184, 1287, 29889, 1372, 29916, 2670, 13, 13, 458, 6204, 385, 427, 29308, 4955, 393, 5222, 2395, 11322, 4959, 411, 278, 3787, 13, 3075, 4955, 353, 16523, 20570, 3047, 9044, 29898, 15965, 20570, 29892, 3787, 416, 13, 13, 1990, 8427, 4988, 9537, 29889, 5308, 29966, 1384, 29892, 1384, 29958, 426, 13, 1678, 5823, 29898, 11030, 2597, 13, 4706, 2428, 29898, 11030, 416, 13, 1678, 500, 13, 1678, 4050, 580, 426, 13, 4706, 722, 9909, 353, 12013, 890, 13, 4706, 9909, 29889, 265, 877, 6915, 742, 740, 3861, 426, 13, 9651, 23597, 29898, 2220, 4923, 13, 18884, 3787, 29889, 13369, 3319, 13, 462, 1678, 1134, 29901, 376, 6156, 7077, 2544, 29918, 29923, 1254, 2882, 29931, 3235, 29950, 3352, 613, 13, 462, 1678, 9909, 29901, 9909, 13, 18884, 2604, 13, 9651, 2981, 29871, 29896, 29900, 29900, 29900, 416, 13, 4706, 2604, 13, 4706, 9909, 29889, 265, 877, 14573, 742, 740, 29898, 1272, 2597, 13, 9651, 2991, 29889, 1188, 703, 14573, 1496, 13, 9651, 2991, 29889, 1188, 29898, 1272, 416, 13, 4706, 5615, 13, 4706, 2991, 29889, 1188, 29898, 24020, 416, 13, 4706, 736, 529, 6980, 3787, 3790, 8899, 17428, 13, 9651, 529, 23971, 4955, 3790, 18434, 17428, 13, 18884, 529, 12085, 2224, 543, 12975, 4163, 3790, 2052, 17428, 13, 462, 1678, 529, 3220, 24735, 304, 13802, 1745, 513, 414, 29908, 2900, 13, 462, 1678, 529, 12085, 2224, 543, 1745, 513, 414, 29908, 4163, 3790, 7301, 513, 414, 29913, 3779, 13, 462, 1678, 529, 12085, 2224, 543, 23392, 29908, 4163, 3790, 17447, 29913, 3779, 13, 462, 1678, 529, 12085, 2224, 543, 11027, 29908, 4163, 3790, 9585, 17428, 13, 462, 4706, 529, 12085, 2224, 543, 13155, 29908, 4163, 3790, 24020, 29913, 3779, 13, 462, 1678, 1533, 12085, 29958, 13, 462, 1678, 529, 12085, 2224, 543, 5184, 1287, 29908, 4163, 3790, 11184, 1287, 29913, 2900, 13, 18884, 1533, 12085, 29958, 13, 9651, 1533, 23971, 29958, 13, 4706, 1533, 6980, 29958, 13, 1678, 500, 13, 29913, 13, 13, 13, 1123, 627, 22141, 29889, 9482, 29898, 13, 1678, 529, 4873, 3779, 29892, 13, 1678, 1842, 29889, 7119, 877, 16476, 1495, 13, 416, 13, 13, 3421, 3724, 2265, 934, 3430, 763, 278, 1494, 29901, 29871, 13, 1678, 5609, 2322, 740, 623, 29898, 3859, 3790, 13, 4706, 3957, 29901, 426, 13, 9651, 9909, 29901, 1870, 29892, 13, 9651, 7395, 29901, 2089, 13, 4706, 500, 13, 1678, 2981, 3158, 29901, 738, 29897, 426, 13, 4706, 2991, 29889, 1188, 29898, 2467, 416, 13, 4706, 4607, 29898, 2467, 29889, 1853, 2597, 13, 9651, 1206, 376, 6156, 7077, 2544, 29918, 29923, 1254, 2882, 29931, 3235, 29950, 3352, 1115, 13, 18884, 2991, 29889, 1188, 29898, 3859, 29889, 9965, 416, 13, 18884, 736, 4669, 29889, 16645, 29898, 3859, 29892, 426, 13, 462, 1678, 3957, 29901, 426, 13, 462, 4706, 9909, 29901, 3158, 29889, 11514, 29892, 13, 462, 4706, 7395, 29901, 1565, 13, 462, 1678, 500, 13, 18884, 2604, 13, 9651, 2322, 29901, 13, 18884, 736, 2106, 29936, 13, 4706, 500, 13, 1678, 3980, 13, 13, 2855, 590, 2401, 4163, 338, 278, 1494, 29901, 13, 5215, 334, 408, 9537, 515, 525, 8423, 2670, 13, 5215, 426, 4511, 500, 515, 525, 8423, 29899, 9313, 29916, 2670, 13, 13, 5215, 7488, 515, 525, 6995, 14036, 29914, 3332, 29889, 1372, 29916, 2670, 13, 5215, 13132, 515, 525, 6995, 14036, 29914, 6654, 29889, 1372, 29916, 2670, 13, 13, 1990, 2401, 2385, 4988, 9537, 29889, 5308, 29966, 1384, 29892, 1384, 29958, 426, 13, 1678, 5823, 29898, 11030, 2597, 13, 4706, 2428, 29898, 11030, 416, 13, 1678, 500, 13, 1678, 4050, 580, 584, 7649, 29990, 29889, 2642, 426, 13, 4706, 736, 529, 4563, 29958, 13, 9651, 529, 7031, 3779, 13, 9651, 529, 22107, 3779, 13, 9651, 426, 1366, 29889, 11030, 29889, 9965, 29889, 14627, 1577, 445, 29889, 11030, 29889, 11991, 584, 376, 6880, 1220, 1213, 500, 13, 4706, 1533, 4563, 29958, 13, 1678, 500, 13, 29913, 13, 13, 1707, 2401, 353, 4511, 29898, 2220, 29898, 3859, 2597, 13, 1678, 736, 426, 13, 4706, 3957, 29901, 2106, 29889, 932, 29889, 9965, 13, 1678, 3980, 13, 1800, 29898, 2052, 2385, 416, 13, 13, 15843, 2322, 2401, 29936, 13, 13, 6295, 1235, 592, 367, 2821, 29892, 306, 626, 773, 278, 4511, 740, 304, 16523, 3787, 322, 2401, 17761, 29889, 19956, 1813, 2254, 29892, 263, 9909 ]
1,330,332
0
StackExchange
-1
-1
Somatics is a generic name for Clinical Somatic Education, the neuro-muscular education work created by Dr. Thomas Hanna. It is an advanced, physical technique that relieves pain, promotes flexibility, improves posture & athletic performance and provides an excellent avenue for successful aging. The Clinical Somatics™ process uses hands-on guided movement with a practitioner as well as a series of self care movements and exercises (lasting as little as 5 minutes a day) that lengthen muscles back to their natural, relaxed state and correct inefficient movement patterns. These movements can be done alone or in a group class. When muscles become chronically contracted from misuse, physical and emotional stress, and injury and trauma, the body becomes imbalanced. Years of adjusting to these changes can lead to pain in the neck, back, hips, knees, shoulders, etc., eventually leading to sciatica, scoliosis, carpal tunnel, disc degeneration, arthritis, fatigue, and other structural and functional problems. Once the muscles are relaxed and balanced through Clinical Somatics, posture and functioning return to normal, flexibility returns, and you often feel more energetic, since you require much less effort to do things like stand, walk, dance, and exercise. Your brain controls all voluntary movement in your body. That means that as you read this, the movement of your eyes, the position you are sitting in, and the position of your hand on the mouse are all being monitored by nerves sending constant messages to your brain, then reporting back to control your eyes, hands, and the rest of your body. Unfortunately, the down side to habituation is the very thing that makes it so useful-it makes things involuntary. When we stop thinking about how to sit, for example, there are signals coming down from the brain that we are completely unaware of. If those signals cause us to move in patterns that still let us function without pain, that's great. But sometimes, those signals can hold us in patterns of tension that make it difficult to walk, do yoga, or pick up our kids. Even worse, those signals can cause muscles to pull on bones in such a way that our spines, shoulders, or hips can come out of alignment and create painful conditions such as herniated discs, frozen shoulders, sciatica, tendonitis, and more. When habituation becomes limiting in this way, we call it Sensory Motor Amnesia (SMA), because it describes a condition in which we've forgotten how to feel and move parts of our body. Clinical Somatic Education is based on a new cutting-edge understanding of neurophysiology. It is a gentle technique that not only provides pain relief but prevents and even reverses many of the signs of aging. By learning simple movements that release tight, restricted muscles to their former lengthier relaxed state, you can become victorious over the negative effects of accumulated stress on your body. Through practicing somatic education you can learn to create long-lasting changes in your movements, range of motion, postural alignment, coordination and bodily efficiency. Unlike other modalities that may only treat symptoms, somatics works from within to change your body systemically. In CSE sessions your brain actually learns to replace old restrictive patterns of operating with free, more balanced movements. The result is a more balanced body. Learning and practicing somatics can lead to optimal health and well being. Clinical Somatics leads you through comfortable movements that focus the brain specifically on the contracted muscles and movement patterns. Once the brain is made aware of the held contractions, it is able to release them back to a relaxed state. Other pain relief and rehabilitative methods rely on someone else to "do the work". When you actively engage yourself in the process, the muscles follow and do what they are asked. Clinical Somatics uses the most sophisticated techniques, based on a thorough and modern understanding of human functioning, to create long-lasting and direct changes in your movement, coordination, and efficiency. Through Private Sessions or Group Classes, you can enhance your overall well-being and ability to function, as "mind" and "body" become more in tune and integrated to help you direct your intentions in the world more effectively. In CSE sessions, your brain actually learns how to replace old, restrictive ways of operating with free, coordinated, more balanced movement patterns. You regain more control of your muscles, and are able to relax
1.320798
0.332768
2.149839
0.914767
[ 1.1208250023814716, 1.5207702276491095 ]
[ 0.5458529034505775, 0.11968330109886444 ]
[ 2.088969418009995, 2.2107089872284402 ]
[ 0.784698440563431, 1.0448354673887195 ]
1,024
[ 512, 512 ]
[ 6254, 271, 1199, 338, 263, 10035, 1024, 363, 315, 1915, 936, 6254, 2454, 13151, 29892, 278, 452, 2192, 29899, 8366, 16637, 9793, 664, 2825, 491, 4942, 29889, 5569, 379, 9713, 29889, 739, 338, 385, 12862, 29892, 9128, 11043, 393, 1104, 17180, 6788, 29892, 2504, 4769, 8525, 4127, 29892, 4857, 1960, 1400, 545, 669, 28563, 293, 4180, 322, 8128, 385, 15129, 263, 9947, 363, 9150, 946, 292, 29889, 13, 1576, 315, 1915, 936, 6254, 271, 1199, 30536, 1889, 3913, 6567, 29899, 265, 1410, 2618, 10298, 411, 263, 4120, 654, 261, 408, 1532, 408, 263, 3652, 310, 1583, 2562, 24147, 322, 24472, 3476, 267, 313, 4230, 292, 408, 2217, 408, 29871, 29945, 6233, 263, 2462, 29897, 393, 3309, 264, 2301, 7799, 1250, 304, 1009, 5613, 29892, 26681, 287, 2106, 322, 1959, 297, 8462, 10298, 15038, 29889, 4525, 24147, 508, 367, 2309, 7432, 470, 297, 263, 2318, 770, 29889, 13, 10401, 2301, 7799, 4953, 17168, 1711, 8078, 287, 515, 3984, 1509, 29892, 9128, 322, 23023, 1848, 22884, 29892, 322, 24092, 322, 1020, 10859, 29892, 278, 3573, 7415, 527, 5521, 8362, 29889, 23857, 310, 10365, 292, 304, 1438, 3620, 508, 3275, 304, 6788, 297, 278, 18873, 29892, 1250, 29892, 298, 4512, 29892, 17905, 267, 29892, 26671, 29892, 2992, 1696, 10201, 8236, 304, 4560, 29288, 29892, 885, 324, 2363, 275, 29892, 1559, 7830, 26086, 29892, 2313, 3587, 759, 362, 29892, 564, 386, 768, 275, 29892, 9950, 12137, 29892, 322, 916, 2281, 3631, 322, 13303, 4828, 29889, 9038, 278, 2301, 7799, 526, 26681, 287, 322, 6411, 8362, 1549, 315, 1915, 936, 6254, 271, 1199, 29892, 1400, 545, 322, 740, 292, 736, 304, 4226, 29892, 8525, 4127, 3639, 29892, 322, 366, 4049, 4459, 901, 4527, 657, 293, 29892, 1951, 366, 1996, 1568, 3109, 7225, 304, 437, 2712, 763, 2317, 29892, 6686, 29892, 17948, 29892, 322, 15058, 29889, 13, 10858, 17294, 11761, 599, 27081, 653, 10298, 297, 596, 3573, 29889, 2193, 2794, 393, 408, 366, 1303, 445, 29892, 278, 10298, 310, 596, 5076, 29892, 278, 2602, 366, 526, 16246, 297, 29892, 322, 278, 2602, 310, 596, 1361, 373, 278, 9495, 526, 599, 1641, 11819, 287, 491, 302, 20098, 9348, 4868, 7191, 304, 596, 17294, 29892, 769, 23415, 1250, 304, 2761, 596, 5076, 29892, 6567, 29892, 322, 278, 1791, 310, 596, 3573, 29889, 13, 2525, 7524, 29892, 278, 1623, 2625, 304, 2299, 1981, 362, 338, 278, 1407, 2655, 393, 3732, 372, 577, 5407, 29899, 277, 3732, 2712, 5297, 1657, 653, 29889, 1932, 591, 5040, 7291, 1048, 920, 304, 7845, 29892, 363, 1342, 29892, 727, 526, 18470, 6421, 1623, 515, 278, 17294, 393, 591, 526, 6446, 1185, 2519, 310, 29889, 960, 1906, 18470, 4556, 502, 304, 4337, 297, 15038, 393, 1603, 1235, 502, 740, 1728, 6788, 29892, 393, 29915, 29879, 2107, 29889, 1205, 6041, 29892, 1906, 18470, 508, 4808, 502, 297, 15038, 310, 260, 2673, 393, 1207, 372, 5189, 304, 6686, 29892, 437, 343, 14895, 29892, 470, 5839, 701, 1749, 413, 4841, 29889, 7753, 15029, 29892, 1906, 18470, 508, 4556, 2301, 7799, 304, 8206, 373, 289, 2873, 297, 1316, 263, 982, 393, 1749, 805, 1475, 29892, 26671, 29892, 470, 298, 4512, 508, 2041, 714, 310, 22239, 322, 1653, 6788, 1319, 5855, 1316, 408, 298, 7181, 630, 2313, 29879, 29892, 14671, 2256, 26671, 29892, 4560, 29288, 29892, 10331, 265, 23448, 29892, 322, 901, 29889, 1932, 2299, 1981, 362, 7415, 4046, 292, 297, 445, 982, 29892, 591, 1246, 372, 317, 575, 706, 16843, 1913, 4515, 423, 313, 29903, 1529, 511, 1363, 372, 16612, 263, 4195, 297, 607, 591, 29915, 345, 20898, 920, 304, 4459, 322, 4337, 5633, 310, 1749, 3573, 29889, 13, 29907, 1915, 936, 6254, 2454, 13151, 338, 2729, 373, 263, 716, 28967, 29899, 12864, 8004, 310, 452, 2192, 14017, 29875, 3002, 29889, 739, 338, 263, 9914, 11043, 393, 451, 871, 8128, 6788, 18892, 541, 28057, 322, 1584, 18764, 267, 1784, 310, 278, 18906, 310, 946, 292, 29889, 2648, 6509, 2560, 24147, 393, 6507, 19932, 29892, 22078, 2301, 7799, 304, 1009, 4642, 3309, 631, 26681, 287, 2106, 29892, 366, 508, 4953, 6879, 23308, 975, 278, 8178, 9545, 310, 18414, 7964, 22884, 373, 596, 3573, 29889, 17044, 4120, 18499, 1047, 2454, 9793, 366, 508, 5110, 304, 1653, 1472, 29899, 4230, 292, 3620, 297, 596, 24147, 29892, 3464, 310, 10884, 29892, 1400, 3631, 22239, 29892, 29311, 3381, 322, 13004, 2354, 19201, 29889, 853, 4561, 916, 13008, 1907, 393, 1122, 871, 7539, 25828, 4835, 29892, 1047, 271, 1199, 1736, 515, 2629, 304, 1735, 596, 3573, 1788, 1711, 29889, 512, 315, 1660, 21396, 596, 17294, 2869, 24298, 1983, 304, 5191, 2030, 9250, 573, 15038, 310, 13598, 411, 3889, 29892, 901, 6411, 8362, 24147, 29889, 450, 1121, 338, 263, 901, 6411, 8362, 3573, 29889, 29257, 322, 4120, 18499, 1047, 271, 1199, 508, 3275, 304, 14413, 9045, 322, 1532, 1641, 29889, 13, 29907, 1915, 936, 6254, 271, 1199, 11981, 366, 1549, 25561, 24147, 393, 8569, 278, 17294, 10816, 373, 278, 8078, 287, 2301, 7799, 322, 10298, 15038, 29889, 9038, 278, 17294, 338, 1754, 9543, 310, 278, 4934, 6761, 1953, 29892, 372, 338, 2221, 304, 6507, 963, 1250, 304, 263, 26681, 287, 2106, 29889, 5901, 6788, 18892, 322, 337, 29882, 4427, 23378, 3519, 19104, 373, 4856, 1683, 304, 376, 1867, 278, 664, 1642, 1932, 366, 1044, 3598, 3033, 482, 7535, 297, 278, 1889, 29892, 278, 2301, 7799, 1101, 322, 437, 825, 896, 526, 4433, 29889, 13, 29907, 1915, 936, 6254, 271, 1199, 3913, 278, 1556, 269, 3021, 4695, 630, 13698, 29892, 2729, 373, 263, 17826, 322, 5400, 8004, 310, 5199, 740, 292, 29892, 304, 1653, 1472, 29899, 4230, 292, 322, 1513, 3620, 297, 596, 10298, 29892, 29311, 3381, 29892, 322, 19201, 29889, 17044, 12230, 317, 10964, 470, 6431, 4134, 267, 29892, 366, 508, 26371, 749, 596, 12463, 1532, 29899, 915, 292, 322, 11509, 304, 740, 29892, 408, 376, 24021, 29908, 322, 376, 2587, 29908, 4953, 901, 297, 260, 1540, 322, 23387, 304, 1371, 366, 1513, 596, 7609, 1080, 297, 278, 3186, 901, 17583, 29889, 13, 797, 315, 1660, 21396, 29892, 596, 17294, 2869, 24298, 1983, 920, 304, 5191, 2030, 29892, 9250, 573, 5837, 310, 13598, 411, 3889, 29892, 6615, 630, 29892, 901, 6411, 8362, 10298, 15038, 29889, 887, 1072, 475, 901, 2761, 310, 596, 2301, 7799, 29892, 322, 526, 2221, 304, 26681 ]
1,330,337
0
C4
14
10
INTL Giveaway | Win Two Signed Copies of Battle Not With Monsters by Overton Scott Battle Not With Monsters by Overton Scott (A Neen Ford Thriller #1) Publication date: March 8th 2014 Genres: Adult, Thriller Victim? Neen Ford is a loner, drifting from town to town, working as a security guard and teaching martial arts. One hot night in Dallas, she witnesses the brutal murder of a Ukranian prostitute and becomes the killer's next target. Neen's never backed down from a fight, but she's never tangled with a human trafficking ring before. Until now. Hero? Naïve young women are being trafficked into the United States by Russian criminals. Someone needs to help them. The police are trying, but they're not moving fast enough for Neen, who is now being stalked by a man who enjoys inflicting pain. Vigilante? How far will Neen go to save herself? How far, to save three young women from a life of fear and despair? And what price will she pay for battling the monster? There's a thin line between hero and vigilante – will she cross it? Amazon | Goodreads The Weaker Sex Writing a thriller with a female protagonist is tough. Over the years, men have topped the charts in this genre, both as writers and as characters. The heroes of thrillers are tough, brooding guys who are good with their fists and know how to use a gun. They drink hard and bed beautiful blondes. They never back down from a fight and most have a heart of gold. We're not used to reading about women as the heroines of thrillers. Generally, women exist as an object to be rescued or used. Rarely does a woman come along who can hold her own with the men. Is that because she can't? You don't have to look far to come across discussion groups or chat rooms devoted to the question of whether a woman can ever be a believable heroine, particularly if there's action involved. She's not tough enough. If she's evenly matched with a male opponent, she'll lose the fight every time. She can't handle weapons. And on it goes. Some women would be offended by this characterization of women as the weaker sex, but if you're writing a thriller with a female protagonist, you can't ignore the issue. You must write a believable character. When I created Neen Ford, the heroine of my new thriller, Battle Not With Monsters, I knew I'd have to deal with all the preconceived notions about what a woman can and cannot do. I wanted Neen to fight it out with the bad guys and I needed to find ways for her to that. I chose to give her a background in martial arts, specifically Brazilian jiu jitsu, a discipline which emphasizes grappling and ground fighting, and Muy Thai, the national martial art of Thailand, which focuses on striking an opponent with hands, elbows, knees and feet. Now Neen has the ability to wrestle with men, taking them down and defending against attempts to take her to the ground, where really bad things happen to women. Neen knows the male anatomy and where she should land a punch or kick. If she's up against an untrained man, she'll probably come out on top. But those skills are still not enough to protect her if her assailant happens to have a little martial arts training himself. Now Neen has to rely on her brain. She'll try to use the element of surprise to gain an advantage. No doubt her adversary will think she's an easy target. If he's over confident and underestimates her abilities, she'll use that against him. And if he has an ego, then Neen will find a way to turn that in her favor. When all else fails, there's the leveling power of a firearm. Neen will recognize the necessity of buying a gun for self-protection and she'll learn to use it. Women and guns are another tricky area a writer has to navigate. It's helpful to really know something about them, before assigning a weapon to a woman. A woman's choice of gun depends on many factors, including her mindset and attitude, her body strength and the size of her hands. That
1.120825
0.313967
0.666138
0.096636
[ 1.0057722663455757, 1.2358777384173674 ]
[ 0.003292443313732732, 0.6246405610282051 ]
[ 0.1563537566671822, 1.1759226488716583 ]
[ -0.2740592586154929, 0.4673312678365791 ]
1,024
[ 512, 512 ]
[ 2672, 14632, 25538, 21694, 891, 8892, 7803, 9954, 287, 10061, 583, 310, 12788, 2216, 2973, 2598, 23080, 491, 6811, 880, 8075, 13, 29933, 5315, 2216, 2973, 2598, 23080, 13, 1609, 6811, 880, 8075, 13, 29898, 29909, 2448, 264, 14601, 498, 29878, 5495, 396, 29896, 29897, 13, 19858, 362, 2635, 29901, 4779, 29871, 29947, 386, 29871, 29906, 29900, 29896, 29946, 13, 15462, 690, 29901, 2087, 499, 29892, 498, 29878, 5495, 13, 29963, 919, 326, 29973, 13, 8139, 264, 14601, 338, 263, 23123, 261, 29892, 4192, 24377, 515, 4726, 304, 4726, 29892, 1985, 408, 263, 6993, 8372, 322, 18819, 14436, 616, 16930, 29889, 3118, 7375, 4646, 297, 27043, 29892, 1183, 16277, 267, 278, 26644, 284, 13406, 310, 263, 11951, 661, 713, 16810, 12356, 322, 7415, 278, 413, 5495, 29915, 29879, 2446, 3646, 29889, 2448, 264, 29915, 29879, 2360, 1250, 287, 1623, 515, 263, 8589, 29892, 541, 1183, 29915, 29879, 2360, 18806, 839, 411, 263, 5199, 1020, 600, 860, 292, 9228, 1434, 29889, 28609, 1286, 29889, 13, 29950, 1489, 29973, 13, 13695, 30085, 345, 4123, 5866, 526, 1641, 1020, 600, 17840, 964, 278, 3303, 3900, 491, 10637, 15116, 19016, 29889, 3834, 650, 4225, 304, 1371, 963, 29889, 450, 10974, 526, 1811, 29892, 541, 896, 29915, 276, 451, 8401, 5172, 3307, 363, 2448, 264, 29892, 1058, 338, 1286, 1641, 380, 2235, 287, 491, 263, 767, 1058, 11418, 952, 3041, 506, 1259, 6788, 29889, 13, 29963, 335, 309, 1647, 29973, 13, 5328, 2215, 674, 2448, 264, 748, 304, 4078, 8735, 29973, 1128, 2215, 29892, 304, 4078, 2211, 4123, 5866, 515, 263, 2834, 310, 8866, 322, 8913, 1466, 29973, 1126, 825, 8666, 674, 1183, 5146, 363, 8957, 1847, 278, 1601, 2475, 29973, 1670, 29915, 29879, 263, 16835, 1196, 1546, 13444, 322, 14877, 309, 1647, 785, 674, 1183, 4891, 372, 29973, 13, 29909, 655, 6626, 891, 7197, 949, 29879, 13, 1576, 1334, 5790, 21703, 13, 29956, 768, 292, 263, 1468, 5495, 411, 263, 12944, 15572, 391, 338, 260, 820, 29889, 6811, 278, 2440, 29892, 1757, 505, 304, 2986, 278, 24469, 297, 445, 16151, 29892, 1716, 408, 23550, 322, 408, 4890, 29889, 450, 13444, 267, 310, 1468, 453, 414, 526, 260, 820, 29892, 2545, 3689, 18239, 1058, 526, 1781, 411, 1009, 285, 2879, 322, 1073, 920, 304, 671, 263, 13736, 29889, 2688, 13748, 2898, 322, 6592, 9560, 1999, 898, 267, 29889, 2688, 2360, 1250, 1623, 515, 263, 8589, 322, 1556, 505, 263, 5192, 310, 7684, 29889, 13, 4806, 29915, 276, 451, 1304, 304, 5183, 1048, 5866, 408, 278, 13444, 1475, 310, 1468, 453, 414, 29889, 3251, 635, 29892, 5866, 1863, 408, 385, 1203, 304, 367, 620, 4979, 287, 470, 1304, 29889, 390, 598, 368, 947, 263, 6114, 2041, 3412, 1058, 508, 4808, 902, 1914, 411, 278, 1757, 29889, 1317, 393, 1363, 1183, 508, 29915, 29873, 29973, 13, 3492, 1016, 29915, 29873, 505, 304, 1106, 2215, 304, 2041, 4822, 10679, 6471, 470, 13563, 19600, 24600, 304, 278, 1139, 310, 3692, 263, 6114, 508, 3926, 367, 263, 1339, 10384, 519, 13444, 457, 29892, 10734, 565, 727, 29915, 29879, 3158, 9701, 29889, 2296, 29915, 29879, 451, 260, 820, 3307, 29889, 960, 1183, 29915, 29879, 1584, 368, 19228, 411, 263, 14263, 23995, 296, 29892, 1183, 29915, 645, 14074, 278, 8589, 1432, 931, 29889, 2296, 508, 29915, 29873, 4386, 25340, 29889, 1126, 373, 372, 5771, 29889, 3834, 5866, 723, 367, 1283, 2760, 491, 445, 2931, 2133, 310, 5866, 408, 278, 591, 5790, 7916, 29892, 541, 565, 366, 29915, 276, 5007, 263, 1468, 5495, 411, 263, 12944, 15572, 391, 29892, 366, 508, 29915, 29873, 11455, 278, 2228, 29889, 887, 1818, 2436, 263, 1339, 10384, 519, 2931, 29889, 13, 10401, 306, 2825, 2448, 264, 14601, 29892, 278, 13444, 457, 310, 590, 716, 1468, 5495, 29892, 12788, 2216, 2973, 2598, 23080, 29892, 306, 6363, 306, 29915, 29881, 505, 304, 5376, 411, 599, 278, 758, 535, 346, 2347, 451, 1080, 1048, 825, 263, 6114, 508, 322, 2609, 437, 29889, 306, 5131, 2448, 264, 304, 8589, 372, 714, 411, 278, 4319, 18239, 322, 306, 4312, 304, 1284, 5837, 363, 902, 304, 393, 29889, 306, 12784, 304, 2367, 902, 263, 3239, 297, 14436, 616, 16930, 29892, 10816, 16078, 713, 432, 5871, 432, 1169, 29884, 29892, 263, 29822, 607, 19310, 7093, 2646, 407, 1847, 322, 5962, 17770, 29892, 322, 8229, 29891, 498, 1794, 29892, 278, 4797, 14436, 616, 1616, 310, 498, 26517, 29892, 607, 8569, 267, 373, 29191, 385, 23995, 296, 411, 6567, 29892, 560, 29890, 1242, 29892, 17905, 267, 322, 6900, 29889, 2567, 2448, 264, 756, 278, 11509, 304, 24613, 280, 411, 1757, 29892, 5622, 963, 1623, 322, 822, 2548, 2750, 14734, 304, 2125, 902, 304, 278, 5962, 29892, 988, 2289, 4319, 2712, 3799, 304, 5866, 29889, 2448, 264, 9906, 278, 14263, 385, 8678, 29891, 322, 988, 1183, 881, 2982, 263, 282, 3322, 470, 24817, 29889, 960, 1183, 29915, 29879, 701, 2750, 385, 443, 3018, 1312, 767, 29892, 1183, 29915, 645, 3117, 2041, 714, 373, 2246, 29889, 1205, 1906, 25078, 526, 1603, 451, 3307, 304, 12566, 902, 565, 902, 1223, 737, 424, 5930, 304, 505, 263, 2217, 14436, 616, 16930, 6694, 3654, 29889, 13, 10454, 2448, 264, 756, 304, 19104, 373, 902, 17294, 29889, 2296, 29915, 645, 1018, 304, 671, 278, 1543, 310, 16671, 304, 11581, 385, 10631, 29889, 1939, 7404, 902, 19901, 653, 674, 1348, 1183, 29915, 29879, 385, 4780, 3646, 29889, 960, 540, 29915, 29879, 975, 24332, 322, 1090, 342, 326, 1078, 902, 633, 9770, 29892, 1183, 29915, 645, 671, 393, 2750, 1075, 29889, 1126, 565, 540, 756, 385, 321, 1484, 29892, 769, 2448, 264, 674, 1284, 263, 982, 304, 2507, 393, 297, 902, 7853, 29889, 13, 10401, 599, 1683, 8465, 29892, 727, 29915, 29879, 278, 3233, 292, 3081, 310, 263, 3974, 2817, 29889, 2448, 264, 674, 18720, 278, 24316, 310, 1321, 5414, 263, 13736, 363, 1583, 29899, 14676, 428, 322, 1183, 29915, 645, 5110, 304, 671, 372, 29889, 10152, 322, 18788, 526, 1790, 28722, 4038, 263, 9227, 756, 304, 23624, 29889, 739, 29915, 29879, 8444, 304, 2289, 1073, 1554, 1048, 963, 29892, 1434, 23188, 263, 28639, 304, 263, 6114, 29889, 319, 6114, 29915, 29879, 7348, 310, 13736, 7111, 373, 1784, 13879, 29892, 3704, 902, 3458, 842, 322, 26309, 29892, 902, 3573, 9324, 322, 278, 2159, 310, 902, 6567, 29889, 2193 ]
1,330,346
0
CommonCrawl
2
16
LEAGUEAPPS PARENT LOGIN HOME LIFE: Danette grew up changing pipe and milking cows in Freedom, Wyoming. She has 8 siblings (4 brothers and 4 sisters), one of which is her twin sister. Danette was a multi-sport athlete at Star Valley High School in Afton, Wyoming. She competed in volleyball, basketball, and track at both the 3A and 4A levels. Danette met her husband, Ammon, in Sheridan when she was playing volleyball and has been smitten ever since. They have two sweet girls, Sophia and Kierra, who can't wait to join a club team in a few years! EDUCATION: After completing her Associates Degree at Central Wyoming College, Danette completed her Bachelor's Degree in Business Administration from the University of Wyoming. VOLLEYBALL CAREER: Danette loves competing and has played several sports her whole life. Her twin sister, Dixie, introduced her to the game of volleyball when she made her tryout for the 7th grade team with her. After the first day, Danette was hooked. Growing up, she played for Star Valley High School. Danette earned a starting spot on the Varsity squad as a sophomore where she helped her team win a regional and state championship. The following year, she helped her team win another regional title and second place finish at state. During her high school career, Danette earned All-State, All-Conference, and a couple Honorable-Mention awards. Danette was selected to play in the Wyoming All-Star games for both volleyball and basketball her senior year, and chose to play on the South Basketball All-Star team since she planned on playing volleyball in college. After high school Danette continued playing at Sheridan College, and then transferred to the University of Wyoming for a year and a half where she competed on a club team. Danette then transferred to Central Wyoming College where she played volleyball and basketball for one more year. She still loves competing in outdoor and indoor tournaments throughout the year! COACHING CAREER: Danette has been coaching different levels of volleyball for over 10 years! Her love of coaching started when she was in high school with local kid's camps. During college, she started coaching club in Laramie with the Rocky Mountain Vertical Club where they competed in USAV tournaments in Denver. After getting married and moving to Sheridan, Danette has had great success coaching at both the Junior High and High School levels. She has coached 2 years at the Junior High level, and enjoyed 3 years coaching the Junior Varsity at Sheridan High School. Currently, Danette volunteers coaching programs through the YMCA and Rec District and coaches several club teams throughout the year. She is committed to growing volleyball in our community in any and every way possible! WHY I COACH: "I love sports! Sports have a way of bringing everyone together. They have played a huge role in my life and have gotten me to where I am today. I love the life lessons that can be taught through volleyball. I love helping athletes improve and truly see what they are capable of. I love seeing athletes build their confidence and how it impacts every area of their life. Creating lasting relationships with athletes, parents, coaches, and fellow club directors is one of the best things about this sport. I have been so blessed in my own life with some amazing coaches that have significantly impacted me on my journey, and I believe that coaching and mentoring athletes is the best way to give back to this sport and our community. I coach because I want to have a positive influence in young athletes lives!" VOLLEYBALL IDOL: Kerri Walsh Jennings & Misty May-Treanor Danette Brinkerhoff Cloud Peak All Programs Coach 10 Years Coaching Experience IG: danettebrinkerhoff [email protected] Proudly serving Sheridan & Johnson counties in the great state of Wyoming! | COACHES CORNER © 2017 Cloud Peak Sports Club Thank You to our Sponsors!! Bighorn Pediatric Dentistry ProfessionalPermitting-01 WyomingSeamless_Logo-01 S&S-01 Dominos-01 FloodMarketing-
-0.017375
-0.186514
0.541862
-1.31981
[ -0.04476878769647348, 0.010018229463476934 ]
[ 0.230702273140067, -0.6037306457502619 ]
[ 0.7599791207086383, 0.323745664342544 ]
[ -1.2339648876008071, -1.4056553253054975 ]
1,024
[ 512, 512 ]
[ 11060, 10051, 4462, 3301, 7024, 349, 1718, 3919, 25401, 1177, 13, 17353, 365, 6545, 29923, 29901, 3951, 2353, 13631, 701, 6480, 14282, 322, 2316, 9292, 274, 1242, 297, 3878, 11607, 29892, 10167, 28826, 29889, 2296, 756, 29871, 29947, 27767, 18964, 313, 29946, 21383, 322, 29871, 29946, 9883, 29879, 511, 697, 310, 607, 338, 902, 3252, 262, 9883, 29889, 3951, 2353, 471, 263, 2473, 29899, 29879, 637, 17622, 2810, 472, 7828, 13939, 5057, 4523, 297, 319, 615, 265, 29892, 10167, 28826, 29889, 2296, 22071, 297, 1700, 2330, 2135, 29892, 20305, 29892, 322, 5702, 472, 1716, 278, 29871, 29941, 29909, 322, 29871, 29946, 29909, 11174, 29889, 3951, 2353, 1539, 902, 10216, 29892, 1913, 3712, 29892, 297, 17375, 29219, 746, 1183, 471, 8743, 1700, 2330, 2135, 322, 756, 1063, 1560, 16097, 3926, 1951, 29889, 2688, 505, 1023, 14225, 14000, 29892, 19122, 423, 322, 476, 11617, 29892, 1058, 508, 29915, 29873, 4480, 304, 5988, 263, 4402, 3815, 297, 263, 2846, 2440, 29991, 13, 3352, 23129, 8098, 29901, 2860, 1614, 1259, 902, 6853, 1078, 360, 387, 929, 472, 8068, 10167, 28826, 6346, 29892, 3951, 2353, 8676, 902, 13620, 12779, 29915, 29879, 360, 387, 929, 297, 15197, 23303, 515, 278, 3014, 310, 10167, 28826, 29889, 13, 29963, 5607, 1307, 29979, 29933, 9818, 12766, 1525, 1001, 29901, 3951, 2353, 12355, 267, 5100, 292, 322, 756, 5318, 3196, 14717, 902, 3353, 2834, 29889, 2439, 3252, 262, 9883, 29892, 360, 861, 347, 29892, 9129, 902, 304, 278, 3748, 310, 1700, 2330, 2135, 746, 1183, 1754, 902, 1018, 449, 363, 278, 29871, 29955, 386, 19468, 3815, 411, 902, 29889, 2860, 278, 937, 2462, 29892, 3951, 2353, 471, 12422, 287, 29889, 402, 798, 292, 701, 29892, 1183, 5318, 363, 7828, 13939, 5057, 4523, 29889, 3951, 2353, 20591, 263, 6257, 9758, 373, 278, 478, 1503, 537, 10023, 408, 263, 269, 3021, 290, 487, 988, 1183, 9213, 902, 3815, 5401, 263, 14014, 322, 2106, 22401, 29889, 450, 1494, 1629, 29892, 1183, 9213, 902, 3815, 5401, 1790, 14014, 3611, 322, 1473, 2058, 8341, 472, 2106, 29889, 7133, 902, 1880, 3762, 6413, 29892, 3951, 2353, 20591, 2178, 29899, 2792, 29892, 2178, 29899, 1168, 1659, 29892, 322, 263, 7303, 18236, 519, 29899, 29924, 2509, 24441, 29889, 3951, 2353, 471, 4629, 304, 1708, 297, 278, 10167, 28826, 2178, 29899, 16213, 8090, 363, 1716, 1700, 2330, 2135, 322, 20305, 902, 16336, 1629, 29892, 322, 12784, 304, 1708, 373, 278, 4275, 21850, 2178, 29899, 16213, 3815, 1951, 1183, 20458, 373, 8743, 1700, 2330, 2135, 297, 12755, 29889, 2860, 1880, 3762, 3951, 2353, 7572, 8743, 472, 17375, 29219, 6346, 29892, 322, 769, 18440, 304, 278, 3014, 310, 10167, 28826, 363, 263, 1629, 322, 263, 4203, 988, 1183, 22071, 373, 263, 4402, 3815, 29889, 3951, 2353, 769, 18440, 304, 8068, 10167, 28826, 6346, 988, 1183, 5318, 1700, 2330, 2135, 322, 20305, 363, 697, 901, 1629, 29889, 2296, 1603, 12355, 267, 5100, 292, 297, 714, 17433, 322, 1399, 16946, 14743, 29879, 10106, 278, 1629, 29991, 13, 3217, 2477, 29950, 4214, 12766, 1525, 1001, 29901, 3951, 2353, 756, 1063, 1302, 9733, 1422, 11174, 310, 1700, 2330, 2135, 363, 975, 29871, 29896, 29900, 2440, 29991, 2439, 5360, 310, 1302, 9733, 4687, 746, 1183, 471, 297, 1880, 3762, 411, 1887, 26397, 29915, 29879, 3949, 567, 29889, 7133, 12755, 29892, 1183, 4687, 1302, 9733, 4402, 297, 8218, 314, 347, 411, 278, 8027, 29891, 18204, 11198, 936, 5977, 988, 896, 22071, 297, 3148, 7520, 14743, 29879, 297, 3384, 369, 29889, 2860, 2805, 8300, 322, 8401, 304, 17375, 29219, 29892, 3951, 2353, 756, 750, 2107, 2551, 1302, 9733, 472, 1716, 278, 15897, 5057, 322, 5057, 4523, 11174, 29889, 2296, 756, 1302, 3791, 29871, 29906, 2440, 472, 278, 15897, 5057, 3233, 29892, 322, 27849, 29871, 29941, 2440, 1302, 9733, 278, 15897, 478, 1503, 537, 472, 17375, 29219, 5057, 4523, 29889, 15447, 29892, 3951, 2353, 27886, 414, 1302, 9733, 11104, 1549, 278, 612, 29924, 5454, 322, 3599, 7457, 322, 11182, 267, 3196, 4402, 10907, 10106, 278, 1629, 29889, 2296, 338, 19355, 304, 15678, 1700, 2330, 2135, 297, 1749, 7881, 297, 738, 322, 1432, 982, 1950, 29991, 13, 25039, 29979, 306, 4810, 2477, 29950, 29901, 376, 29902, 5360, 14717, 29991, 12453, 505, 263, 982, 310, 20794, 14332, 4208, 29889, 2688, 505, 5318, 263, 12176, 6297, 297, 590, 2834, 322, 505, 2355, 841, 592, 304, 988, 306, 626, 9826, 29889, 306, 5360, 278, 2834, 3109, 787, 393, 508, 367, 16187, 1549, 1700, 2330, 2135, 29889, 306, 5360, 19912, 28563, 267, 11157, 322, 19781, 1074, 825, 896, 526, 15390, 310, 29889, 306, 5360, 8790, 28563, 267, 2048, 1009, 16420, 322, 920, 372, 10879, 29879, 1432, 4038, 310, 1009, 2834, 29889, 26221, 1833, 292, 21702, 411, 28563, 267, 29892, 11825, 29892, 11182, 267, 29892, 322, 10404, 4402, 1513, 943, 338, 697, 310, 278, 1900, 2712, 1048, 445, 7980, 29889, 306, 505, 1063, 577, 1999, 11517, 297, 590, 1914, 2834, 411, 777, 21863, 292, 11182, 267, 393, 505, 16951, 10879, 287, 592, 373, 590, 16342, 29892, 322, 306, 4658, 393, 1302, 9733, 322, 6042, 8253, 28563, 267, 338, 278, 1900, 982, 304, 2367, 1250, 304, 445, 7980, 322, 1749, 7881, 29889, 306, 11182, 1363, 306, 864, 304, 505, 263, 6374, 9949, 297, 4123, 28563, 267, 12080, 3850, 13, 29963, 5607, 1307, 29979, 29933, 9818, 3553, 5607, 29901, 12693, 374, 5260, 845, 23774, 886, 669, 341, 391, 29891, 2610, 29899, 29911, 276, 273, 272, 13, 18529, 2353, 1771, 682, 261, 29327, 13, 20442, 3938, 557, 2178, 7835, 29879, 3189, 496, 13, 29896, 29900, 23857, 3189, 9733, 28224, 5597, 13, 6259, 29901, 6025, 2353, 1182, 682, 261, 29327, 13, 9274, 412, 557, 1555, 2330, 2135, 29992, 21980, 29889, 510, 13, 4040, 2736, 368, 16330, 17375, 29219, 669, 11717, 2302, 583, 297, 278, 2107, 2106, 310, 10167, 28826, 29991, 13, 29989, 4810, 2477, 29950, 2890, 315, 1955, 13865, 13, 30211, 29871, 29906, 29900, 29896, 29955, 14293, 3938, 557, 12453, 5977, 13, 25271, 887, 304, 1749, 1706, 787, 943, 6824, 13, 29933, 1141, 1398, 9293, 7163, 2200, 360, 296, 6020, 13, 1184, 29888, 15750, 15737, 5367, 29899, 29900, 29896, 13, 29956, 29891, 28826, 2008, 314, 2222, 29918, 3403, 29877, 29899, 29900, 29896, 13, 29903, 29987, 29903, 29899, 29900, 29896, 13, 29928, 5817, 359, 29899, 29900, 29896, 13, 29943, 417, 397, 9802, 15133, 29899 ]
1,330,354
0
CommonCrawl
5
7
Just How Environmentally Friendly is Corn-Based Ethanol? Biofuels have long been touted as a potential tool in the fight against carbon emissions. However, a study published last February suggests that America's reliance on corn-based ethanol fuel could actually be doing more harm than good, reported Reuters News Service. On Feb. 14, Reuters published an article by Lewin Day titled "Ethanol Made from Corn Could Be Worse for the Environment than Petrol, Study Claims." Also published in the Proceedings of the National Academy of Sciences, the study's findings strongly take issue with established thought on the value of biofuels. The study aimed to assess the environmental outcomes of the U.S. Renewable Fuel Standard (RFS). It's an important government program, which is involved to one degree or another with almost half of all biofuel production worldwide, as the U.S. is the world's largest consumer of biofuels. The RFS requires that 36 billion gallons of renewable fuel must be blended into transportation fuels in 2022, and that all renewable fuels in the program emit less greenhouse gas than their traditional fossil fuel counterparts. The main benefits of biofuels in general, as well as making ethanol from corn, are two-fold. Firstly, using plant matter to make fuel makes the fuel source renewable versus relying on prehistoric reserves of hydrocarbons buried deep underfoot. Secondly, the idea is that emissions from vehicles burning biofuels are offset by the fact that the crops grown to produce biofuel capture carbon out of the air as they grow. On a simplistic level, then, biofuels look great. However, when it comes to the way that corn-based ethanol has been pursued in the U.S., the bigger picture stops being so rosy. Analysis done by the study's authors shows that the RFS led to a 30% increase in corn prices and drove an increase in land use for corn production by a full 8.7%. Follow-on effects led to a 20% increase in prices for other crops and a further 2.4% price increase in total cropland countrywide. This led to an uptick in fertilizer use from 3% to 8% and increased emissions overall resulting from the widespread changes in land use. In particular, the study noted that land that would have otherwise been used for conservation purposes was instead put to farming use. The result is a net negative, as per the study, which states that "the carbon intensity of corn ethanol produced under the RFS is no less than gasoline and likely at least 24% higher." This study pulls no punches in condemning a program that was intended to benefit the environment rather than hurt it. It's also a major contradiction to established thinking when it comes to biofuels. Notably, a study from the USDA in 2019 claimed that U.S. ethanol production from corn had outperformed expected targets, suggesting the biofuel had a GHG emissions profile between 39% and 43% lower than gasoline. However, questions have been raised by the study's authors around the manner in which emissions from land use changes were considered. Not surprisingly, response from within the ethanol industry has been negative. Geoff Cooper, president and CEO of the Renewable Fuels Association, had some strong words regarding the study when speaking to Reuters. Cooper called the study "completely fictitious and erroneous," criticizing the authors for making "worst-case assumptions" and using "cherry-picked data." Consensus is difficult to reach when considering such issues. Adding in government departments and industry lobbyists with money on the line muddies public debate further. Regardless, the study suggests that the real impact of corn-based ethanol production may not be as clean as was once thought. On the other hand, cellulosic ethanol is ethyl alcohol produced from cellulose (the stringy fibers of a plant) rather than from the plant's seeds or fruit. It can be produced from grasses, wood, algae or other plants, usually destined to become biofuel. The carbon dioxide that plants absorb as they grow offsets some of the CO2 emitted when ethanol made from them is burned, so cellulosic ethanol fuel has the potential to have a lower carbon footprint than fossil fuels. Interest in cellulosic eth
0.792103
1.741993
1.536069
1.029227
[ 0.7701880925577889, 0.8140177062857492 ]
[ 1.7061802241392752, 1.7778053673916638 ]
[ 1.5918661770346785, 1.4802715719177708 ]
[ 0.8263203648554771, 1.232134126702927 ]
1,024
[ 512, 512 ]
[ 3387, 1128, 16738, 635, 20702, 368, 338, 11655, 29899, 29933, 1463, 13772, 273, 324, 29973, 13, 29933, 601, 21154, 1379, 505, 1472, 1063, 5646, 287, 408, 263, 7037, 5780, 297, 278, 8589, 2750, 22004, 953, 6847, 29889, 2398, 29892, 263, 6559, 6369, 1833, 6339, 14661, 393, 6813, 29915, 29879, 12536, 749, 373, 26343, 29899, 6707, 11314, 273, 324, 26413, 1033, 2869, 367, 2599, 901, 10311, 1135, 1781, 29892, 8967, 830, 329, 414, 10130, 6692, 29889, 1551, 26319, 29889, 29871, 29896, 29946, 29892, 830, 329, 414, 6369, 385, 4274, 491, 11906, 262, 8373, 25278, 376, 29923, 27603, 324, 18266, 515, 11655, 6527, 1522, 19662, 344, 363, 278, 16738, 1135, 5879, 1467, 29892, 29301, 6015, 9893, 1213, 13, 17351, 6369, 297, 278, 1019, 3947, 886, 310, 278, 3086, 10355, 310, 17253, 29892, 278, 6559, 29915, 29879, 1284, 886, 13818, 2125, 2228, 411, 7841, 2714, 373, 278, 995, 310, 17799, 21154, 1379, 29889, 450, 6559, 12242, 287, 304, 24809, 278, 29380, 714, 26807, 310, 278, 501, 29889, 29903, 29889, 7493, 809, 519, 383, 2491, 10117, 313, 29934, 9998, 467, 739, 29915, 29879, 385, 4100, 5874, 1824, 29892, 607, 338, 9701, 304, 697, 7426, 470, 1790, 411, 4359, 4203, 310, 599, 17799, 29888, 2491, 5802, 3186, 8157, 29892, 408, 278, 501, 29889, 29903, 29889, 338, 278, 3186, 29915, 29879, 10150, 21691, 310, 17799, 21154, 1379, 29889, 450, 390, 9998, 6858, 393, 29871, 29941, 29953, 24464, 11798, 787, 310, 23011, 519, 26413, 1818, 367, 1999, 2760, 964, 8608, 362, 4084, 1379, 297, 29871, 29906, 29900, 29906, 29906, 29892, 322, 393, 599, 23011, 519, 4084, 1379, 297, 278, 1824, 20076, 3109, 7933, 8697, 10489, 1135, 1009, 13807, 21983, 309, 26413, 6795, 20895, 29889, 13, 1576, 1667, 23633, 310, 17799, 21154, 1379, 297, 2498, 29892, 408, 1532, 408, 3907, 11314, 273, 324, 515, 26343, 29892, 526, 1023, 29899, 8771, 29889, 3824, 368, 29892, 773, 8024, 4383, 304, 1207, 26413, 3732, 278, 26413, 2752, 23011, 519, 23797, 337, 5890, 373, 758, 16211, 293, 620, 20098, 310, 17546, 4287, 29890, 787, 18550, 6483, 1090, 6661, 29889, 6440, 368, 29892, 278, 2969, 338, 393, 953, 6847, 515, 24413, 25535, 17799, 21154, 1379, 526, 9210, 491, 278, 2114, 393, 278, 8182, 567, 21633, 304, 7738, 17799, 29888, 2491, 10446, 22004, 714, 310, 278, 4799, 408, 896, 6548, 29889, 1551, 263, 5466, 4695, 3233, 29892, 769, 29892, 17799, 21154, 1379, 1106, 2107, 29889, 2398, 29892, 746, 372, 5304, 304, 278, 982, 393, 26343, 29899, 6707, 11314, 273, 324, 756, 1063, 12359, 6742, 297, 278, 501, 29889, 29903, 1696, 278, 16600, 7623, 17726, 1641, 577, 14652, 29891, 29889, 24352, 2309, 491, 278, 6559, 29915, 29879, 15717, 3697, 393, 278, 390, 9998, 5331, 304, 263, 29871, 29941, 29900, 29995, 7910, 297, 26343, 26094, 322, 26603, 385, 7910, 297, 2982, 671, 363, 26343, 5802, 491, 263, 2989, 29871, 29947, 29889, 29955, 15543, 10306, 29899, 265, 9545, 5331, 304, 263, 29871, 29906, 29900, 29995, 7910, 297, 26094, 363, 916, 8182, 567, 322, 263, 4340, 29871, 29906, 29889, 29946, 29995, 8666, 7910, 297, 3001, 8182, 572, 392, 4234, 8157, 29889, 910, 5331, 304, 385, 318, 415, 860, 297, 19965, 309, 3950, 671, 515, 29871, 29941, 29995, 304, 29871, 29947, 29995, 322, 11664, 953, 6847, 12463, 9819, 515, 278, 281, 2247, 29886, 949, 3620, 297, 2982, 671, 29889, 512, 3153, 29892, 278, 6559, 11682, 393, 2982, 393, 723, 505, 6467, 1063, 1304, 363, 24201, 11976, 471, 2012, 1925, 304, 2215, 4056, 671, 29889, 13, 1576, 1121, 338, 263, 7787, 8178, 29892, 408, 639, 278, 6559, 29892, 607, 5922, 393, 376, 1552, 22004, 26171, 310, 26343, 11314, 273, 324, 7371, 1090, 278, 390, 9998, 338, 694, 3109, 1135, 10489, 26496, 322, 5517, 472, 3203, 29871, 29906, 29946, 29995, 6133, 1213, 910, 6559, 8206, 29879, 694, 282, 3322, 267, 297, 24905, 1076, 263, 1824, 393, 471, 9146, 304, 14169, 278, 5177, 3265, 1135, 21682, 372, 29889, 739, 29915, 29879, 884, 263, 4655, 23949, 304, 7841, 7291, 746, 372, 5304, 304, 17799, 21154, 1379, 29889, 2216, 2197, 29892, 263, 6559, 515, 278, 3148, 7698, 297, 29871, 29906, 29900, 29896, 29929, 17049, 393, 501, 29889, 29903, 29889, 11314, 273, 324, 5802, 515, 26343, 750, 714, 546, 15628, 3806, 22525, 29892, 26233, 278, 17799, 29888, 2491, 750, 263, 402, 29950, 29954, 953, 6847, 8722, 1546, 29871, 29941, 29929, 29995, 322, 29871, 29946, 29941, 29995, 5224, 1135, 10489, 26496, 29889, 2398, 29892, 5155, 505, 1063, 10425, 491, 278, 6559, 29915, 29879, 15717, 2820, 278, 8214, 297, 607, 953, 6847, 515, 2982, 671, 3620, 892, 5545, 29889, 13, 3664, 26800, 368, 29892, 2933, 515, 2629, 278, 11314, 273, 324, 13661, 756, 1063, 8178, 29889, 28295, 21851, 29892, 6673, 322, 14645, 29949, 310, 278, 7493, 809, 519, 11871, 1379, 7993, 29892, 750, 777, 4549, 3838, 11211, 278, 6559, 746, 13590, 304, 830, 329, 414, 29889, 21851, 2000, 278, 6559, 376, 5729, 29873, 873, 26797, 277, 2738, 322, 4589, 650, 681, 1699, 11164, 5281, 278, 15717, 363, 3907, 376, 13762, 303, 29899, 4878, 20813, 29908, 322, 773, 376, 4630, 719, 29899, 29886, 17840, 848, 1213, 2138, 8841, 338, 5189, 304, 6159, 746, 13858, 1316, 5626, 29889, 18804, 297, 5874, 5840, 1860, 322, 13661, 658, 1327, 29891, 2879, 411, 6909, 373, 278, 1196, 17439, 29881, 583, 970, 27836, 4340, 29889, 2169, 538, 2222, 29892, 278, 6559, 14661, 393, 278, 1855, 10879, 310, 26343, 29899, 6707, 11314, 273, 324, 5802, 1122, 451, 367, 408, 5941, 408, 471, 2748, 2714, 29889, 13, 2951, 278, 916, 1361, 29892, 3038, 19733, 293, 11314, 273, 324, 338, 11314, 2904, 27231, 5391, 7371, 515, 3038, 352, 852, 313, 1552, 1347, 29891, 18755, 414, 310, 263, 8024, 29897, 3265, 1135, 515, 278, 8024, 29915, 29879, 409, 5779, 470, 15774, 29889, 739, 508, 367, 7371, 515, 17455, 267, 29892, 8112, 29892, 3093, 3660, 470, 916, 18577, 29892, 5491, 2731, 1312, 304, 4953, 17799, 29888, 2491, 29889, 450, 22004, 20562, 29916, 680, 393, 18577, 6425, 11831, 408, 896, 6548, 1283, 7224, 777, 310, 278, 4810, 29906, 953, 4430, 746, 11314, 273, 324, 1754, 515, 963, 338, 12138, 287, 29892, 577, 3038, 19733, 293, 11314, 273, 324, 26413, 756, 278, 7037, 304, 505, 263, 5224, 22004, 3661, 2158, 1135, 21983, 309, 4084, 1379, 29889, 13, 4074, 342, 297, 3038, 19733, 293, 11314 ]
1,330,356
0
CommonCrawl
7
9
Q: How do you store A or B in a RAM of a CPU datapath? I have an assignment to make a CPU, but am confused with how f_left and f_right are going to be used. I think they are to store the input from f(ALU) as "a" or "b", whereby I would have to connect them implement it. I can't get it, I need help with how to use them? I am also further confused because the register schematic doesn't seem like it has space for two bits, it looks like it's one bit in the second picture. I am basically stuck on this whole RAM register. (Original) (Original) A: I'm pretty sure MarkU is right -- this is a 1 bit slice of a dual-port register file. As you may know, a general-purpose register file has many registers -- this one appears to have 16 registers -- and each register has many bits. The separate A and B data paths allow you to access 2 different registers at the same time, unlike standard RAM which requires two separate memory cycles to access 2 different locations in RAM. For example, when executing the instruction R7 := R3 + 2 ; p_source++ the separate A and B data paths allow you to use one of those data paths to read R3 out of the register array and into the ALU, and the other data path to simultaneously read the result out of the ALU and write it into R7, all simultaneously in the middle of a single clock cycle. If R7 and R3 were stored in a single standard (1-port) RAM, that instruction would require a minimum of 2 clock cycles, and the CPU would also require some other register elsewhere to hold a temporary intermediate value. I think [f_left and f_right] are to store the input from f(ALU) as "a" or "b", whereby I would have to connect them implement it. This is one of the great frustrations with looking at poorly documented circuits and poorly written computer programs: It's difficult to telepathically read the mind of the person who wrote "f_left" and "f_right" to understand what that person meant by it. Are you going to do better than the person who inflicted this schematic on you? Are you going to use fully-spelled-out words to explain the signals in the schematics you draw? Perhaps you are right: * *perhaps whoever designed the instruction decoder makes it assert f_left whenever that person wants the output of the ALU to drive the "data_a" bus (overwriting whatever data used to be in the register currently selected by the select_a_hi). And similarly for "f_right" and the "data_a" bus. So the instruction decoder de-asserts both f_left and f_right during instructions that should preserve the contents of the register file the same. Who would know? I am also further confused because the register schematic doesn't seem like it has space for two bits, it looks like it's one bit in the second picture. You are right -- that schematic only shows 1 bit. Each individual register, such as register R7, is built from many copies of this one bit. The register file as a whole is built from many individual registers. For concreteness, let's look at bit 5 of register R7. (Like each and every other bit in your register file, that bit looks just like the second schematic, which shows a typical 2-port SRAM cell using complementary pass-transistor logic). Most of the time, the CPU is not actively reading or writing R7 -- it's reading or writing (or both) some other register(s) in the register file, or not using the register file at all. During those times, the select_a_hi and select_b_hi are LOW for each and every bit of register R7, disconnecting those bits from data_a and data_b. Something else in the CPU (perhaps some other register) is driving each bit of the data_a bus, and something else in the CPU (perhaps the ALU) is driving each bit of the data_b bus. Occasionally, the CPU needs the data in R7 elsewhere in the CPU -- perhaps at the right input of the ALU. During those times, the instruction decoder drives the select_b_hi signal HIGH for each and
-0.710431
0.036419
0.93498
0.852334
[ -0.7254974759088575, -0.6953646164708847 ]
[ 0.14117084407458105, -0.06833269993865601 ]
[ 1.2469373975824178, 0.6230221053378877 ]
[ 1.076051910607754, 0.6286162244682579 ]
1,024
[ 512, 512 ]
[ 660, 29901, 1128, 437, 366, 3787, 319, 470, 350, 297, 263, 18113, 310, 263, 10808, 1418, 481, 493, 29973, 306, 505, 385, 12827, 304, 1207, 263, 10808, 29892, 541, 626, 9613, 411, 920, 285, 29918, 1563, 322, 285, 29918, 1266, 526, 2675, 304, 367, 1304, 29889, 306, 1348, 896, 526, 304, 3787, 278, 1881, 515, 285, 29898, 1964, 29965, 29897, 408, 376, 29874, 29908, 470, 376, 29890, 613, 988, 1609, 306, 723, 505, 304, 4511, 963, 2334, 372, 29889, 306, 508, 29915, 29873, 679, 372, 29892, 306, 817, 1371, 411, 920, 304, 671, 963, 29973, 13, 29902, 626, 884, 4340, 9613, 1363, 278, 6036, 1364, 19217, 1838, 29915, 29873, 2833, 763, 372, 756, 2913, 363, 1023, 9978, 29892, 372, 3430, 763, 372, 29915, 29879, 697, 2586, 297, 278, 1473, 7623, 29889, 13, 29902, 626, 8830, 10771, 373, 445, 3353, 18113, 6036, 29889, 13, 13, 13, 29898, 26036, 29897, 13, 13, 29898, 26036, 29897, 13, 13, 29909, 29901, 306, 29915, 29885, 5051, 1854, 4485, 29965, 338, 1492, 1192, 445, 338, 263, 29871, 29896, 2586, 22780, 310, 263, 14581, 29899, 637, 6036, 934, 29889, 13, 2887, 366, 1122, 1073, 29892, 263, 2498, 29899, 15503, 4220, 6036, 934, 756, 1784, 28975, 1192, 29871, 13, 1366, 697, 5692, 304, 505, 29871, 29896, 29953, 28975, 1192, 13, 392, 1269, 6036, 756, 1784, 9978, 29889, 13, 1576, 5004, 319, 322, 350, 848, 10898, 2758, 366, 304, 2130, 29871, 29906, 1422, 28975, 472, 278, 1021, 931, 29892, 25531, 3918, 18113, 607, 6858, 1023, 5004, 3370, 25785, 304, 2130, 29871, 29906, 1422, 14354, 297, 18113, 29889, 13, 2831, 1342, 29892, 746, 14012, 278, 15278, 13, 29934, 29955, 3490, 390, 29941, 718, 29871, 29906, 2056, 282, 29918, 4993, 1817, 13, 13, 1552, 5004, 319, 322, 350, 848, 10898, 2758, 366, 304, 671, 697, 310, 1906, 848, 10898, 304, 1303, 390, 29941, 714, 310, 278, 6036, 1409, 322, 964, 278, 14445, 29965, 29892, 322, 278, 916, 848, 2224, 304, 21699, 1303, 278, 1121, 714, 310, 278, 14445, 29965, 322, 2436, 372, 964, 390, 29955, 29892, 599, 21699, 297, 278, 7256, 310, 263, 2323, 12006, 11412, 29889, 13, 3644, 390, 29955, 322, 390, 29941, 892, 6087, 297, 263, 2323, 3918, 313, 29896, 29899, 637, 29897, 18113, 29892, 393, 15278, 723, 1996, 263, 9212, 310, 29871, 29906, 12006, 25785, 29892, 322, 278, 10808, 723, 884, 1996, 777, 916, 6036, 17551, 304, 4808, 263, 13201, 19697, 995, 29889, 13, 13, 29902, 1348, 518, 29888, 29918, 1563, 322, 285, 29918, 1266, 29962, 526, 304, 3787, 278, 1881, 515, 285, 29898, 1964, 29965, 29897, 408, 376, 29874, 29908, 13, 29871, 470, 376, 29890, 613, 988, 1609, 306, 723, 505, 304, 4511, 963, 2334, 372, 29889, 13, 13, 4013, 338, 697, 310, 278, 2107, 1424, 4627, 800, 411, 3063, 472, 6460, 368, 23531, 3449, 19544, 322, 6460, 368, 3971, 6601, 11104, 29901, 13, 3112, 29915, 29879, 5189, 304, 4382, 2084, 1711, 1303, 278, 3458, 310, 278, 2022, 1058, 5456, 376, 29888, 29918, 1563, 29908, 322, 376, 29888, 29918, 1266, 29908, 304, 2274, 825, 393, 2022, 6839, 491, 372, 29889, 13, 17506, 366, 2675, 304, 437, 2253, 1135, 278, 2022, 1058, 3041, 506, 9446, 445, 1364, 19217, 373, 366, 29973, 13, 17506, 366, 2675, 304, 671, 8072, 29899, 1028, 14356, 29899, 449, 3838, 304, 5649, 278, 18470, 297, 278, 1364, 4579, 1199, 366, 4216, 29973, 13, 5894, 4252, 366, 526, 1492, 29901, 13, 13, 13, 29930, 13, 13, 29930, 546, 4252, 1058, 1310, 8688, 278, 15278, 1602, 6119, 3732, 372, 4974, 285, 29918, 1563, 10940, 393, 2022, 10753, 278, 1962, 310, 278, 14445, 29965, 304, 7899, 278, 376, 1272, 29918, 29874, 29908, 3593, 313, 957, 16554, 6514, 848, 1304, 304, 367, 297, 278, 6036, 5279, 4629, 491, 278, 1831, 29918, 29874, 29918, 2918, 467, 13, 2855, 22829, 363, 376, 29888, 29918, 1266, 29908, 322, 278, 376, 1272, 29918, 29874, 29908, 3593, 29889, 13, 6295, 278, 15278, 1602, 6119, 316, 29899, 9294, 29879, 1716, 285, 29918, 1563, 322, 285, 29918, 1266, 2645, 11994, 393, 881, 19905, 278, 8118, 310, 278, 6036, 934, 278, 1021, 29889, 13, 13, 13, 22110, 723, 1073, 29973, 13, 13, 29902, 626, 884, 4340, 9613, 1363, 278, 6036, 1364, 19217, 1838, 29915, 29873, 2833, 13, 29871, 763, 372, 756, 2913, 363, 1023, 9978, 29892, 372, 3430, 763, 372, 29915, 29879, 697, 2586, 297, 278, 13, 29871, 1473, 7623, 29889, 13, 13, 3492, 526, 1492, 1192, 393, 1364, 19217, 871, 3697, 29871, 29896, 2586, 29889, 13, 9760, 5375, 6036, 29892, 1316, 408, 6036, 390, 29955, 29892, 338, 4240, 515, 1784, 14591, 310, 445, 697, 2586, 29889, 13, 1576, 6036, 934, 408, 263, 3353, 338, 4240, 515, 1784, 5375, 28975, 29889, 13, 2831, 378, 1037, 841, 404, 29892, 1235, 29915, 29879, 1106, 472, 2586, 29871, 29945, 310, 6036, 390, 29955, 29889, 13, 29898, 27552, 1269, 322, 1432, 916, 2586, 297, 596, 6036, 934, 29892, 393, 2586, 3430, 925, 763, 278, 1473, 1364, 19217, 29892, 607, 3697, 263, 15662, 29871, 29906, 29899, 637, 317, 25058, 3038, 773, 19595, 653, 1209, 29899, 3286, 2118, 5900, 467, 13, 29924, 520, 310, 278, 931, 29892, 278, 10808, 338, 451, 1044, 3598, 5183, 470, 5007, 390, 29955, 1192, 372, 29915, 29879, 5183, 470, 5007, 313, 272, 1716, 29897, 777, 916, 6036, 29898, 29879, 29897, 297, 278, 6036, 934, 29892, 13, 272, 451, 773, 278, 6036, 934, 472, 599, 29889, 13, 29928, 3864, 1906, 3064, 29892, 278, 1831, 29918, 29874, 29918, 2918, 322, 1831, 29918, 29890, 29918, 2918, 526, 365, 9806, 363, 1269, 322, 1432, 2586, 310, 6036, 390, 29955, 29892, 13, 2218, 6915, 292, 1906, 9978, 515, 848, 29918, 29874, 322, 848, 29918, 29890, 29889, 13, 16804, 1683, 297, 278, 10808, 313, 546, 4252, 777, 916, 6036, 29897, 338, 19500, 1269, 2586, 310, 278, 848, 29918, 29874, 3593, 29892, 322, 1554, 1683, 297, 278, 10808, 313, 546, 4252, 278, 14445, 29965, 29897, 338, 19500, 1269, 2586, 310, 278, 848, 29918, 29890, 3593, 29889, 13, 22034, 7002, 635, 29892, 278, 10808, 4225, 278, 848, 297, 390, 29955, 17551, 297, 278, 10808, 1192, 6060, 472, 278, 1492, 1881, 310, 278, 14445, 29965, 29889, 13, 29928, 3864, 1906, 3064, 29892, 278, 15278, 1602, 6119, 25100, 278, 1831, 29918, 29890, 29918, 2918, 7182, 379, 6259, 29950, 363, 1269, 322 ]
1,330,358
0
StackExchange
-1
-1
Retail's Big Show 2015: Levi's President Calls for a Retail Revolution through Innovation Anyone can make a pair of blue jeans, but Levi's made the first ever blue jean in 1873. The classic 501 button fly, five pocket blue jean with acute stitching has since become the ubiquitous uniform of many. From rural farmers to urban lawyers, and from models to housewives, the 501 fast became an essential must have garment of the 'cool', and was also named the fashion item of the 20th century by TIME magazine. Since the birth of the first pair of jeans, Levi's has continued to inspire change in both the marketplace and the world. So it comes as no surprise that even today, Levi's remains the world's leader in denim wear. But what is it that keeps the President of this iconic brand, James Curleigh up at night? In short, it's the idea of keeping a 161-year-old brand relevant in 2015. Addressing an audience at NRF's Big Show last week, Curleigh urged fashion brands looking to grow their business to continue to innovate and create a retail revolution if they want to remain relevant in an era of increased market competition. Here are some thoughts shared during his keynote address: Focus on the Core, But do More: Protecting the profitable core is very real for any fashion brand, but whilst protecting the core, fashion brands must continue to expand for more. At Levi's, the core is denim. But if you look at the average fan's closet, denim makes up less than 10% of their total closet. As a legitimate lifestyle brand with 90% plus more opportunity, expanding for more was just the automatic logical thing to do, and that's where Levi's extensions come into play - belts, socks, t-shirts, leather jackets, and boots to name a few. Be Simple and Sophisticated: The brands that do it best have understood that simplicity on the front requires extreme complexity and sophistication behind the scenes. At Levi's simplicity is a necessity. Picking out a pair of jeans should be easy, and when you find your fit, you should know if your size is going to be available. Visibility into data and inventory have to be aligned on the back end, in order to deliver simplicity on the front end. Innovate Beyond your Iconic Status: Yes, the original 501 will always be available, but what we were seeing was the really interesting trend where the next generation who is yet to get to know us and fall in love with us forever, loved the 501 – its authenticity, heritage and style- but they were taking it and customizing it for a more modern and relevant style. What Levi's do in response? The 501 CT (Customized & Tapered) jeans was launched in New York on 13th January 2015, and it's one of the fastest rates of sale out of retail already, at a time when 90% of retailers are on sale. Be Accessible & Aspirational: As brands it's up to us to leverage access and provide aspiration. We're doing this through the 501 CT jeans, known as Lot 1- made to measure, your personal patterns, and selection of denim threat count. A key motivational factor behind the new offering is to add an element of aspiration to the brand - taking it beyond just a pair of denims. Access and aspiration is a key to success. Brands and retailers need to be both. Levi's has 2800 stores worldwide, 4800 other points of distribution and wholesale partners, and a website. Why now create aspiration by collaborating with other great partners? In a couple of months in a well-known department store in the New York vicinity, fans will be able to go in and get a post purchased customized solution for their Levi's jeans right there. Create aspiration by collaborating with other great partners. Deliver the Expected & Bring the Unexpected: Expected is providing high quality, great choice, continued solutions for our fans who know us and love us, bringing those fans who love us but left us, and for our new fans. But how do you deliver the unexpected?
1.266011
0.333999
0.503819
-0.278612
[ 1.3892813864652287, 1.1427398092454517 ]
[ 0.8824910767368046, -0.2144927578880618 ]
[ 0.8107039412163236, 0.19693361307333052 ]
[ -0.3013736464321482, -0.25584966673772275 ]
1,024
[ 512, 512 ]
[ 4649, 737, 29915, 29879, 7997, 7704, 29871, 29906, 29900, 29896, 29945, 29901, 951, 1403, 29915, 29879, 7178, 315, 4293, 363, 263, 4649, 737, 14595, 1549, 512, 13715, 362, 13, 10773, 650, 508, 1207, 263, 5101, 310, 7254, 1444, 550, 29892, 541, 951, 1403, 29915, 29879, 1754, 278, 937, 3926, 7254, 1444, 273, 297, 29871, 29896, 29947, 29955, 29941, 29889, 450, 22037, 29871, 29945, 29900, 29896, 2826, 11340, 29892, 5320, 24589, 7254, 1444, 273, 411, 1274, 1082, 380, 2335, 292, 756, 1951, 4953, 278, 318, 5365, 28358, 681, 9090, 310, 1784, 29889, 3645, 17692, 2215, 13269, 304, 17164, 4307, 29891, 414, 29892, 322, 515, 4733, 304, 3699, 29893, 3145, 29892, 278, 29871, 29945, 29900, 29896, 5172, 3897, 385, 18853, 1818, 505, 7171, 358, 310, 278, 525, 1111, 324, 742, 322, 471, 884, 4257, 278, 13460, 2944, 310, 278, 29871, 29906, 29900, 386, 6462, 491, 323, 8890, 14853, 29889, 13, 23036, 278, 12060, 310, 278, 937, 5101, 310, 1444, 550, 29892, 951, 1403, 29915, 29879, 756, 7572, 304, 8681, 533, 1735, 297, 1716, 278, 9999, 6689, 322, 278, 3186, 29889, 1105, 372, 5304, 408, 694, 16671, 393, 1584, 9826, 29892, 951, 1403, 29915, 29879, 9242, 278, 3186, 29915, 29879, 11822, 297, 972, 326, 19531, 29889, 1205, 825, 338, 372, 393, 14874, 278, 7178, 310, 445, 9849, 293, 14982, 29892, 5011, 10837, 280, 1141, 701, 472, 4646, 29973, 512, 3273, 29892, 372, 29915, 29879, 278, 2969, 310, 12515, 263, 29871, 29896, 29953, 29896, 29899, 6360, 29899, 1025, 14982, 8018, 297, 29871, 29906, 29900, 29896, 29945, 29889, 13, 7061, 292, 385, 20026, 472, 27759, 29943, 29915, 29879, 7997, 7704, 1833, 4723, 29892, 10837, 280, 1141, 5065, 3192, 13460, 1506, 4167, 3063, 304, 6548, 1009, 5381, 304, 6773, 304, 24233, 403, 322, 1653, 263, 3240, 737, 19479, 565, 896, 864, 304, 3933, 8018, 297, 385, 3152, 310, 11664, 9999, 13888, 29889, 13, 10605, 526, 777, 13133, 7258, 2645, 670, 1589, 948, 866, 3211, 29901, 13, 20560, 373, 278, 10239, 29892, 1205, 437, 5853, 29901, 13, 1184, 371, 312, 292, 278, 2600, 8270, 7136, 338, 1407, 1855, 363, 738, 13460, 14982, 29892, 541, 21109, 12566, 292, 278, 7136, 29892, 13460, 1506, 4167, 1818, 6773, 304, 7985, 363, 901, 29889, 2180, 951, 1403, 29915, 29879, 29892, 278, 7136, 338, 972, 326, 29889, 1205, 565, 366, 1106, 472, 278, 6588, 13524, 29915, 29879, 4694, 300, 29892, 972, 326, 3732, 701, 3109, 1135, 29871, 29896, 29900, 29995, 310, 1009, 3001, 4694, 300, 29889, 1094, 263, 25204, 6490, 301, 7004, 1508, 14982, 411, 29871, 29929, 29900, 29995, 2298, 901, 15130, 29892, 7985, 292, 363, 901, 471, 925, 278, 18428, 16667, 2655, 304, 437, 29892, 322, 393, 29915, 29879, 988, 951, 1403, 29915, 29879, 17752, 2041, 964, 1708, 448, 1339, 1372, 29892, 577, 4684, 29892, 260, 29899, 845, 381, 1372, 29892, 454, 1624, 28015, 1691, 29892, 322, 1045, 1862, 304, 1024, 263, 2846, 29889, 13, 3629, 12545, 322, 19122, 4695, 630, 29901, 13, 1576, 1506, 4167, 393, 437, 372, 1900, 505, 11098, 393, 23205, 373, 278, 4565, 6858, 18677, 13644, 322, 269, 3021, 4695, 362, 5742, 278, 20407, 29889, 13, 4178, 951, 1403, 29915, 29879, 23205, 338, 263, 24316, 29889, 23868, 292, 714, 263, 5101, 310, 1444, 550, 881, 367, 4780, 29892, 322, 746, 366, 1284, 596, 6216, 29892, 366, 881, 1073, 565, 596, 2159, 338, 2675, 304, 367, 3625, 29889, 5741, 4127, 964, 848, 322, 11817, 706, 505, 304, 367, 26118, 373, 278, 1250, 1095, 29892, 297, 1797, 304, 12021, 23205, 373, 278, 4565, 1095, 29889, 13, 797, 13715, 403, 18502, 898, 596, 26816, 293, 16034, 29901, 13, 8241, 29892, 278, 2441, 29871, 29945, 29900, 29896, 674, 2337, 367, 3625, 29892, 541, 825, 591, 892, 8790, 471, 278, 2289, 8031, 534, 355, 988, 278, 2446, 12623, 1058, 338, 3447, 304, 679, 304, 1073, 502, 322, 6416, 297, 5360, 411, 502, 22296, 29892, 18012, 278, 29871, 29945, 29900, 29896, 785, 967, 15585, 537, 29892, 902, 16639, 322, 3114, 29899, 541, 896, 892, 5622, 372, 322, 2888, 5281, 372, 363, 263, 901, 5400, 322, 8018, 3114, 29889, 13, 5618, 951, 1403, 29915, 29879, 437, 297, 2933, 29973, 450, 29871, 29945, 29900, 29896, 26637, 313, 7281, 1891, 669, 323, 7202, 287, 29897, 1444, 550, 471, 15241, 297, 1570, 3088, 373, 29871, 29896, 29941, 386, 5490, 29871, 29906, 29900, 29896, 29945, 29892, 322, 372, 29915, 29879, 697, 310, 278, 5172, 342, 19257, 310, 14686, 714, 310, 3240, 737, 2307, 29892, 472, 263, 931, 746, 29871, 29929, 29900, 29995, 310, 3240, 737, 414, 526, 373, 14686, 29889, 13, 3629, 11028, 1821, 669, 26562, 381, 1288, 29901, 13, 2887, 1506, 4167, 372, 29915, 29879, 701, 304, 502, 304, 454, 19698, 2130, 322, 3867, 7051, 12232, 29889, 1334, 29915, 276, 2599, 445, 1549, 278, 29871, 29945, 29900, 29896, 26637, 1444, 550, 29892, 2998, 408, 20815, 29871, 29896, 29899, 1754, 304, 5645, 29892, 596, 7333, 15038, 29892, 322, 9262, 310, 972, 326, 28469, 2302, 29889, 319, 1820, 17385, 1288, 7329, 5742, 278, 716, 27032, 338, 304, 788, 385, 1543, 310, 7051, 12232, 304, 278, 14982, 448, 5622, 372, 8724, 925, 263, 5101, 310, 972, 9893, 29889, 13, 6638, 322, 7051, 12232, 338, 263, 1820, 304, 2551, 29889, 1771, 4167, 322, 3240, 737, 414, 817, 304, 367, 1716, 29889, 951, 1403, 29915, 29879, 756, 29871, 29906, 29947, 29900, 29900, 14422, 3186, 8157, 29892, 29871, 29946, 29947, 29900, 29900, 916, 3291, 310, 4978, 322, 377, 6544, 744, 22056, 29892, 322, 263, 4700, 29889, 3750, 1286, 1653, 7051, 12232, 491, 11465, 1218, 411, 916, 2107, 22056, 29973, 13, 797, 263, 7303, 310, 7378, 297, 263, 1532, 29899, 5203, 14311, 3787, 297, 278, 1570, 3088, 9467, 13593, 29892, 24909, 674, 367, 2221, 304, 748, 297, 322, 679, 263, 1400, 20848, 2888, 1891, 1650, 363, 1009, 951, 1403, 29915, 29879, 1444, 550, 1492, 727, 29889, 6204, 7051, 12232, 491, 11465, 1218, 411, 916, 2107, 22056, 29889, 13, 13157, 2147, 278, 1222, 6021, 669, 1771, 292, 278, 10016, 29916, 6021, 29901, 13, 1252, 6021, 338, 13138, 1880, 11029, 29892, 2107, 7348, 29892, 7572, 6851, 363, 1749, 24909, 1058, 1073, 502, 322, 5360, 502, 29892, 20794, 1906, 24909, 1058, 5360, 502, 541, 2175, 502, 29892, 322, 363, 1749, 716, 24909, 29889, 1205, 920, 437, 366, 12021, 278, 15668, 29973 ]
1,330,360
0
CommonCrawl
15
4
BP Registration Slideshow – All slides Any questions? We love to help you! Just call us at +32 2 669 82 09 Social community, trips & events for expats in Brussels since 2013 Destinations / History D-Day 75th Anniversary: Our 3 favorite movie and TV biopics Paola 6 June 2019 No Comments 161 views 75 years ago today, tens of thousands of soldiers of the Allied Forces landed on the beaches of Normandy. D-Day was a turning point in the Second World War. It was a pivotal moment to defeat the Nazi regime 11 months and 1 day later. The significance of this military operation has been epitomized in countless movie and TV productions. Here are 3 notable examples The Longest Day (1962) IMDB One could say this movie was the first ever large-scale, massive movie production tackling this subject. The Longest Day boasted an all-star ensemble cast from multiple countries, and its production meticulously looked at every detail with the help of military consultants. The film follows the Normandy landings from the perspective of both Allied and Axis forces. It's shot in a documentary drama s... Destinations / Expat Club trips / Highlights Meet the Castle: Château de Chenonceau Paola 16 May 2019 No Comments 194 views Did you know that Château de Chenonceau was a gift from King Henry II of France to his mistress Diane de Poitiers? She didn't get to keep it, though. Chateau de Chenonceau is the third castle of the Loire Valley we visit during our weekend trip. One of the most remarkable aspects of this chateau's history is its almost uninterrupted succession down the line of fascinating women. Here's a brief overview of the chateau's history and why we love it so much. Meet the Castle: Château de Cheverny Did you know that Château de Cheverny was the inspiration for the fictional Marlinspike Hall (Château de Moulinsart in French) in the Adventures of Tintin books? Chateau de Cheverny is the second castle of the Loire Valley we visit during our weekend trip. Here are a few reasons why we love this castle. Practically untouched Accounts vary about the chateau's construction which dates anywhere between the 15th and 16th century. The original owner of the estate, Henry Le Mareschau, sold the estate to Jean Hurault, whose grandson, Jacques Hurault became the first Marquis de Vibraye. Cheverny thus became the official seat of the Marquis de Vibraye. The property has remained in the same family for over six centuries; this is probably why the chateau has practically maintained its classica... Architecture / Destinations / Uncategorized The Cathedrals of Europe Edgar 16 April 2019 No Comments 343 views Yesterday's fire at the Notre Dame in Paris was not only a shock to the Parisians and French people, but also to the rest of the world. Cathedrals, unlike any other building except for castles, have stood the test of time. But where castles have remained closed but for the happy few, at least until recently, Cathedrals have welcomed billions of visitors over many centuries, including countless tourists (13 million per year for this church alone). The destruction of a great part of this Paris landmark saddens us all. Most of the people in the Expat Club community have visited this incredible structure, possibly even multiple times. During the many Expat Club trips to Paris, our groups always stopped at the Eastern end of the Île de la Cité. Just to look and be amazed by the iconic towers an... 4 Interesting facts about Mont Saint-Michel Paola 1 April 2019 No Comments 361 views This UNESCO World Heritage location has captured the imagination for centuries, thanks to its architecture and place on an islet with one of the highest tides in Europe. Mont Saint-Michel is one of the most famous landmarks in France, visited by over 3 million visitors each year. The impressive views of Mont Saint-Michel have inspired popular culture, from books and classical music to Hollywood movies and video games. Here are 4
0.726358
0.425881
0.103093
-1.068128
[ 0.32093455184619557, 1.1317824058134616 ]
[ 0.09819575812314782, 0.7535658188825048 ]
[ -0.06683545356663348, 0.2730208438348586 ]
[ -1.3796416226229686, -0.7566134433764029 ]
1,024
[ 512, 512 ]
[ 350, 29925, 2169, 8306, 13, 16973, 2247, 3525, 785, 2178, 2243, 2247, 13, 10773, 5155, 29973, 1334, 5360, 304, 1371, 366, 29991, 3387, 1246, 502, 472, 718, 29941, 29906, 29871, 29906, 29871, 29953, 29953, 29929, 29871, 29947, 29906, 29871, 29900, 29929, 13, 6295, 1455, 7881, 29892, 3367, 567, 669, 4959, 363, 1518, 1446, 297, 1771, 1558, 1379, 1951, 29871, 29906, 29900, 29896, 29941, 13, 14994, 262, 800, 847, 5298, 13, 29928, 29899, 12742, 29871, 29955, 29945, 386, 530, 1240, 27547, 29901, 8680, 29871, 29941, 25448, 14064, 322, 5648, 4768, 459, 1199, 13, 11868, 2963, 29871, 29953, 5306, 29871, 29906, 29900, 29896, 29929, 1939, 461, 29879, 12, 29896, 29953, 29896, 8386, 13, 29955, 29945, 2440, 8020, 9826, 29892, 25187, 310, 17202, 310, 13936, 310, 278, 838, 2957, 25571, 2982, 287, 373, 278, 367, 14520, 310, 5655, 13910, 29889, 360, 29899, 12742, 471, 263, 14712, 1298, 297, 278, 6440, 2787, 3362, 29889, 739, 471, 263, 282, 440, 7288, 3256, 304, 20653, 278, 11409, 29875, 22384, 29871, 29896, 29896, 7378, 322, 29871, 29896, 2462, 2678, 29889, 450, 26002, 310, 445, 9121, 5858, 756, 1063, 9358, 277, 290, 1891, 297, 2302, 2222, 14064, 322, 5648, 1391, 1953, 29889, 2266, 526, 29871, 29941, 18697, 6455, 450, 6242, 342, 8373, 313, 29896, 29929, 29953, 29906, 29897, 22313, 4051, 3118, 1033, 1827, 445, 14064, 471, 278, 937, 3926, 2919, 29899, 7052, 29892, 20364, 14064, 5802, 22002, 1847, 445, 4967, 29889, 450, 6242, 342, 8373, 1045, 28470, 385, 599, 29899, 8508, 21285, 4320, 515, 2999, 10916, 29892, 322, 967, 5802, 1539, 12906, 5794, 5148, 472, 1432, 9493, 411, 278, 1371, 310, 9121, 8799, 1934, 29889, 450, 2706, 4477, 278, 5655, 13910, 2982, 886, 515, 278, 18520, 310, 1716, 838, 2957, 322, 319, 11497, 8249, 29889, 739, 29915, 29879, 10322, 297, 263, 1842, 653, 18621, 269, 856, 13, 14994, 262, 800, 847, 1222, 5031, 5977, 3367, 567, 847, 5057, 4366, 29879, 13, 6816, 300, 278, 15194, 29901, 678, 13796, 316, 21589, 10646, 585, 13, 11868, 2963, 29871, 29896, 29953, 2610, 29871, 29906, 29900, 29896, 29929, 1939, 461, 29879, 12, 29896, 29929, 29946, 8386, 13, 9260, 366, 1073, 393, 678, 13796, 316, 21589, 10646, 585, 471, 263, 19797, 515, 4088, 6498, 1944, 310, 3444, 304, 670, 5862, 1253, 360, 16677, 316, 3929, 277, 4285, 29973, 2296, 3282, 29915, 29873, 679, 304, 3013, 372, 29892, 2466, 29889, 678, 403, 585, 316, 21589, 10646, 585, 338, 278, 4654, 20610, 310, 278, 4309, 533, 13939, 591, 6493, 2645, 1749, 4723, 355, 17487, 29889, 3118, 310, 278, 1556, 22567, 21420, 310, 445, 521, 403, 585, 29915, 29879, 4955, 338, 967, 4359, 443, 1639, 14214, 25997, 1623, 278, 1196, 310, 21028, 262, 1218, 5866, 29889, 2266, 29915, 29879, 263, 11473, 975, 1493, 310, 278, 521, 403, 585, 29915, 29879, 4955, 322, 2020, 591, 5360, 372, 577, 1568, 29889, 13, 6816, 300, 278, 15194, 29901, 678, 13796, 316, 6561, 369, 1460, 13, 9260, 366, 1073, 393, 678, 13796, 316, 6561, 369, 1460, 471, 278, 8681, 12232, 363, 278, 26797, 1848, 1085, 1915, 1028, 9345, 6573, 313, 1451, 13796, 316, 341, 5059, 1144, 442, 297, 5176, 29897, 297, 278, 21255, 1973, 310, 323, 524, 262, 8277, 29973, 678, 403, 585, 316, 6561, 369, 1460, 338, 278, 1473, 20610, 310, 278, 4309, 533, 13939, 591, 6493, 2645, 1749, 4723, 355, 17487, 29889, 2266, 526, 263, 2846, 9590, 2020, 591, 5360, 445, 20610, 29889, 29124, 1711, 443, 16747, 287, 16535, 29879, 13100, 1048, 278, 521, 403, 585, 29915, 29879, 7632, 607, 10116, 12214, 1546, 278, 29871, 29896, 29945, 386, 322, 29871, 29896, 29953, 386, 6462, 29889, 450, 2441, 12271, 310, 278, 19989, 29892, 6498, 951, 1085, 1968, 585, 29892, 5239, 278, 19989, 304, 4581, 22220, 1292, 29892, 5069, 4595, 1100, 29892, 12915, 22220, 1292, 3897, 278, 937, 1085, 7680, 316, 478, 747, 764, 29872, 29889, 6561, 369, 1460, 4550, 3897, 278, 6221, 12949, 310, 278, 1085, 7680, 316, 478, 747, 764, 29872, 29889, 450, 2875, 756, 9488, 297, 278, 1021, 3942, 363, 975, 4832, 21726, 29936, 445, 338, 3117, 2020, 278, 521, 403, 585, 756, 4120, 1711, 19949, 967, 770, 983, 856, 13, 13197, 14819, 847, 15435, 262, 800, 847, 853, 29883, 20440, 1891, 13, 1576, 315, 14139, 29878, 1338, 310, 4092, 13, 3853, 5397, 29871, 29896, 29953, 3786, 29871, 29906, 29900, 29896, 29929, 1939, 461, 29879, 12, 29941, 29946, 29941, 8386, 13, 29979, 18358, 29915, 29879, 3974, 472, 278, 24337, 360, 420, 297, 3681, 471, 451, 871, 263, 19253, 304, 278, 3681, 5834, 322, 5176, 2305, 29892, 541, 884, 304, 278, 1791, 310, 278, 3186, 29889, 315, 14139, 29878, 1338, 29892, 25531, 738, 916, 5214, 5174, 363, 4320, 793, 29892, 505, 8389, 278, 1243, 310, 931, 29889, 1205, 988, 4320, 793, 505, 9488, 5764, 541, 363, 278, 9796, 2846, 29892, 472, 3203, 2745, 10325, 29892, 315, 14139, 29878, 1338, 505, 5476, 510, 287, 11118, 1080, 310, 26824, 975, 1784, 21726, 29892, 3704, 2302, 2222, 6282, 2879, 313, 29896, 29941, 7284, 639, 1629, 363, 445, 6586, 7432, 467, 450, 22104, 310, 263, 2107, 760, 310, 445, 3681, 2982, 3502, 269, 1202, 575, 502, 599, 29889, 7849, 310, 278, 2305, 297, 278, 1222, 5031, 5977, 7881, 505, 16669, 445, 29811, 1821, 3829, 29892, 10075, 1584, 2999, 3064, 29889, 7133, 278, 1784, 1222, 5031, 5977, 3367, 567, 304, 3681, 29892, 1749, 6471, 2337, 11084, 472, 278, 16162, 1095, 310, 278, 11683, 280, 316, 425, 315, 2131, 29889, 3387, 304, 1106, 322, 367, 21863, 287, 491, 278, 9849, 293, 304, 17538, 385, 856, 13, 29946, 23829, 292, 17099, 1048, 4526, 4107, 29899, 14916, 295, 13, 11868, 2963, 29871, 29896, 3786, 29871, 29906, 29900, 29896, 29929, 1939, 461, 29879, 12, 29941, 29953, 29896, 8386, 13, 4013, 8291, 2890, 3217, 2787, 25635, 4423, 756, 15468, 278, 28038, 363, 21726, 29892, 3969, 304, 967, 11258, 322, 2058, 373, 385, 338, 1026, 411, 697, 310, 278, 9939, 260, 2247, 297, 4092, 29889, 4526, 4107, 29899, 14916, 295, 338, 697, 310, 278, 1556, 13834, 2982, 22848, 297, 3444, 29892, 16669, 491, 975, 29871, 29941, 7284, 26824, 1269, 1629, 29889, 450, 21210, 573, 8386, 310, 4526, 4107, 29899, 14916, 295, 505, 20603, 5972, 9257, 29892, 515, 8277, 322, 14499, 4696, 304, 19180, 2351, 583, 322, 4863, 8090, 29889, 2266, 526, 29871, 29946 ]
1,330,365
0
CommonCrawl
2
16
COVINGTON, KY (InvestigateTV) - A public outcry led prosecutor Rob Sanders to do something he'd never done before: Exploit his state's hate-crime law. But his idea wasn't to just prove that a white supremacist had in fact attacked because of hate, it was to prove that Kentucky's law, even with a conviction, would actually do nothing. Victims in states with no hate crime laws face an even more bleak prospect: There is nothing on the books to enhance penalties or even to simply recognize that their trauma was motivated by hate. In those states, prosecutors have looked for creative ways to maximize charges or relied on Department of Justice attorneys to step in and use the federal hate crimes law. Kentucky's hate crime law only allows a judge to add a note into convicts' case file stating that what they did was motivated by hate. The law doesn't enhance the punishment or even give judges and parole boards any additional powers when considering a convict's prison release. It makes the state's law "toothless," Sanders said. "I think it creates unrealistic expectations for prosecutors and law enforcement, and really, unrealistic expectations for the public when they're clamoring for a hate crime, and they really don't know what that means. And they expect it to mean something but in Kentucky it doesn't," Sanders said. He tested his theory in the case against Devlin Burke. In 2010, Burke and four other people were pulling out of a gas station and almost hit a group of women who were leaving a gay bar. One of the women slapped the back of the car with her hand, and then men got out of the car, Sanders said. The men then assaulted the women, yelling anti-gay slurs. When bystanders tried to stop the fight, they too were assaulted. "At the time I was thinking this would be a perfect case to use as an example of just how toothless Kentucky's hate-crime [law] is. That we would designate it as a hate crime, we would go forward and let the public see that it really doesn't change much of anything," Sanders said. The judge agreed the incident outside the bar met the state's legal definition of a hate crime; however, as Sanders predicted when he filed the papers, no additional time was tacked onto Burke's sentence. Then, in 2016, the state's court of appeals tossed out some of the hate crimes designations because they determined Burke's attacks on the bystanders weren't motivated by hate. That ruling further showed the law didn't matter: Burke served no less time even when the court peeled back part of the hate-crimes designation. "I'm of the opinion that if we are going to have a hate crime law that there has to be some substance to it. It should mean something," Sanders said. In the last year, there have been some high-profile hate crimes in Kentucky, including the killings of two black people in a Kroger grocery store on Oct. 24. The suspect in that store killing, Gregory Bush, is accused of gunning down a man inside the store and a woman in the parking lot. Witnesses told WAVE-TV they heard him say, "Whites don't kill whites." Minutes before the shooting, Bush attempted to enter a predominately black church. He now faces state murder charges. Sanders said he believes that Kroger case and others may help push an overhaul to the state law, which could help future cases. Two Kentucky representatives proposed a bill that would include criminal homicides as hate crimes in the state. That bill would still only allow judges to put the hate crime designation into the court record for consideration during probation and parole decisions. In November, U.S. attorneys charged Bush using the federal law, which allows for a life sentence when hate crimes result in death. This year, some states will consider adding new laws or strengthening what's already on the books. Mississippi is among those states with bills filed. Arkansas, Georgia, Indiana, South Carolina and Wyoming have no hate crime laws. Each of those states have tried to change that, but all efforts have stalled. Many of those attempts have come in the aftermath of high-profile crimes. In South
0.078502
0.599572
0.095484
0.290438
[ 0.20862116666829722, -0.051617164841467285 ]
[ 0.7034282186058327, 0.49571530317390533 ]
[ 0.2070785771748676, -0.016110633058948092 ]
[ 0.4153038624715214, 0.1655723167192445 ]
1,024
[ 512, 512 ]
[ 4810, 29963, 4214, 29911, 1164, 29892, 476, 29979, 313, 12165, 5286, 403, 8050, 29897, 448, 319, 970, 714, 29883, 719, 5331, 410, 3471, 3406, 6417, 8564, 414, 304, 437, 1554, 540, 29915, 29881, 2360, 2309, 1434, 29901, 12027, 417, 277, 670, 2106, 29915, 29879, 26277, 29899, 7283, 603, 4307, 29889, 13, 6246, 670, 2969, 9007, 29915, 29873, 304, 925, 6356, 393, 263, 4796, 22747, 8628, 391, 750, 297, 2114, 22630, 1363, 310, 26277, 29892, 372, 471, 304, 6356, 393, 24043, 29915, 29879, 4307, 29892, 1584, 411, 263, 7602, 2463, 29892, 723, 2869, 437, 3078, 29889, 13, 29963, 919, 9893, 297, 5922, 411, 694, 26277, 17268, 14243, 3700, 385, 1584, 901, 10767, 557, 27289, 29901, 1670, 338, 3078, 373, 278, 8277, 304, 26371, 749, 6584, 1997, 583, 470, 1584, 304, 3763, 18720, 393, 1009, 1020, 10859, 471, 17385, 630, 491, 26277, 29889, 512, 1906, 5922, 29892, 410, 3471, 29560, 505, 5148, 363, 907, 1230, 5837, 304, 5256, 675, 21090, 470, 337, 2957, 373, 10317, 310, 17181, 1098, 272, 484, 952, 304, 4331, 297, 322, 671, 278, 17097, 26277, 2181, 1355, 4307, 29889, 13, 29968, 296, 14395, 29915, 29879, 26277, 17268, 4307, 871, 6511, 263, 16833, 304, 788, 263, 4443, 964, 7602, 919, 29879, 29915, 1206, 934, 23659, 393, 825, 896, 1258, 471, 17385, 630, 491, 26277, 29889, 450, 4307, 1838, 29915, 29873, 26371, 749, 278, 6035, 18310, 470, 1584, 2367, 6577, 2710, 322, 610, 1772, 1045, 3163, 738, 5684, 10801, 746, 13858, 263, 7602, 919, 29915, 29879, 8475, 6507, 29889, 13, 3112, 3732, 278, 2106, 29915, 29879, 4307, 376, 517, 720, 2222, 1699, 8564, 414, 1497, 29889, 13, 29908, 29902, 1348, 372, 10017, 443, 6370, 4695, 2149, 800, 363, 410, 3471, 29560, 322, 4307, 24555, 13561, 29892, 322, 2289, 29892, 443, 6370, 4695, 2149, 800, 363, 278, 970, 746, 896, 29915, 276, 1067, 314, 8253, 363, 263, 26277, 17268, 29892, 322, 896, 2289, 1016, 29915, 29873, 1073, 825, 393, 2794, 29889, 1126, 896, 2149, 372, 304, 2099, 1554, 541, 297, 24043, 372, 1838, 29915, 29873, 1699, 8564, 414, 1497, 29889, 13, 3868, 9528, 670, 6368, 297, 278, 1206, 2750, 9481, 1915, 6640, 446, 29889, 13, 797, 29871, 29906, 29900, 29896, 29900, 29892, 6640, 446, 322, 3023, 916, 2305, 892, 28420, 714, 310, 263, 10489, 5073, 322, 4359, 7124, 263, 2318, 310, 5866, 1058, 892, 10124, 263, 23852, 2594, 29889, 3118, 310, 278, 5866, 8370, 2986, 278, 1250, 310, 278, 1559, 411, 902, 1361, 29892, 322, 769, 1757, 2355, 714, 310, 278, 1559, 29892, 8564, 414, 1497, 29889, 450, 1757, 769, 29159, 287, 278, 5866, 29892, 343, 7807, 9418, 29899, 29887, 388, 2243, 1295, 29889, 1932, 491, 1689, 414, 1898, 304, 5040, 278, 8589, 29892, 896, 2086, 892, 29159, 287, 29889, 13, 29908, 4178, 278, 931, 306, 471, 7291, 445, 723, 367, 263, 4922, 1206, 304, 671, 408, 385, 1342, 310, 925, 920, 304, 720, 2222, 24043, 29915, 29879, 26277, 29899, 7283, 603, 518, 10653, 29962, 338, 29889, 2193, 591, 723, 2874, 403, 372, 408, 263, 26277, 17268, 29892, 591, 723, 748, 6375, 322, 1235, 278, 970, 1074, 393, 372, 2289, 1838, 29915, 29873, 1735, 1568, 310, 3099, 1699, 8564, 414, 1497, 29889, 13, 1576, 16833, 15502, 278, 15134, 5377, 278, 2594, 1539, 278, 2106, 29915, 29879, 11706, 5023, 310, 263, 26277, 17268, 29936, 3138, 29892, 408, 8564, 414, 25383, 746, 540, 934, 29881, 278, 15055, 29892, 694, 5684, 931, 471, 22002, 287, 11480, 6640, 446, 29915, 29879, 10541, 29889, 13, 11760, 29892, 297, 29871, 29906, 29900, 29896, 29953, 29892, 278, 2106, 29915, 29879, 8973, 310, 5929, 1338, 28189, 287, 714, 777, 310, 278, 26277, 2181, 1355, 2874, 800, 1363, 896, 10087, 6640, 446, 29915, 29879, 16661, 373, 278, 491, 1689, 414, 2949, 264, 29915, 29873, 17385, 630, 491, 26277, 29889, 2193, 364, 19478, 4340, 10018, 278, 4307, 3282, 29915, 29873, 4383, 29901, 6640, 446, 6766, 694, 3109, 931, 1584, 746, 278, 8973, 1236, 29872, 839, 1250, 760, 310, 278, 26277, 29899, 7283, 1355, 2874, 362, 29889, 13, 29908, 29902, 29915, 29885, 310, 278, 9426, 393, 565, 591, 526, 2675, 304, 505, 263, 26277, 17268, 4307, 393, 727, 756, 304, 367, 777, 5960, 749, 304, 372, 29889, 739, 881, 2099, 1554, 1699, 8564, 414, 1497, 29889, 13, 797, 278, 1833, 1629, 29892, 727, 505, 1063, 777, 1880, 29899, 10185, 26277, 2181, 1355, 297, 24043, 29892, 3704, 278, 12088, 886, 310, 1023, 4628, 2305, 297, 263, 476, 307, 914, 4071, 29883, 708, 3787, 373, 4756, 29889, 29871, 29906, 29946, 29889, 13, 1576, 12326, 297, 393, 3787, 23393, 29892, 29094, 24715, 29892, 338, 28886, 310, 13736, 1076, 1623, 263, 767, 2768, 278, 3787, 322, 263, 6114, 297, 278, 610, 9292, 3287, 29889, 24363, 2264, 267, 5429, 399, 7520, 29923, 29899, 8050, 896, 6091, 1075, 1827, 29892, 376, 8809, 3246, 1016, 29915, 29873, 12088, 18960, 1213, 3080, 2667, 1434, 278, 27904, 29892, 24715, 16388, 304, 3896, 263, 758, 24130, 2486, 4628, 6586, 29889, 940, 1286, 17240, 2106, 13406, 21090, 29889, 13, 29903, 392, 414, 1497, 540, 1339, 17180, 393, 476, 307, 914, 1206, 322, 4045, 1122, 1371, 5503, 385, 975, 2350, 352, 304, 278, 2106, 4307, 29892, 607, 1033, 1371, 5434, 4251, 29889, 13, 13985, 24043, 2755, 5056, 7972, 263, 11118, 393, 723, 3160, 22161, 3632, 293, 2247, 408, 26277, 2181, 1355, 297, 278, 2106, 29889, 2193, 11118, 723, 1603, 871, 2758, 6577, 2710, 304, 1925, 278, 26277, 17268, 2874, 362, 964, 278, 8973, 2407, 363, 19220, 2645, 2070, 362, 322, 610, 1772, 1602, 12112, 29889, 13, 797, 3979, 29892, 501, 29889, 29903, 29889, 1098, 272, 484, 952, 20139, 24715, 773, 278, 17097, 4307, 29892, 607, 6511, 363, 263, 2834, 10541, 746, 26277, 2181, 1355, 1121, 297, 4892, 29889, 13, 4013, 1629, 29892, 777, 5922, 674, 2050, 4417, 716, 14243, 470, 9324, 8333, 825, 29915, 29879, 2307, 373, 278, 8277, 29889, 24743, 338, 4249, 1906, 5922, 411, 289, 6090, 934, 29881, 29889, 13, 1433, 29895, 13353, 29892, 16762, 29892, 21817, 29892, 4275, 13397, 322, 10167, 28826, 505, 694, 26277, 17268, 14243, 29889, 7806, 310, 1906, 5922, 505, 1898, 304, 1735, 393, 29892, 541, 599, 14231, 505, 380, 4212, 29889, 9267, 310, 1906, 14734, 505, 2041, 297, 278, 1156, 755, 310, 1880, 29899, 10185, 2181, 1355, 29889, 13, 797, 4275 ]
1,330,366
0
C4
11
19
Africa 11.2.2019 12:41 pm Ivory Coast's Ouattara says 'someone must be responsible' for 3,000 deaths More than 3,000 people died on both sides of the Ivory Coast conflict after Gbagbo refused to concede defeat to Ouattara, his internationally backed rival. AFP/File/SIA KAMBOU The president's predecessor, Laurent Gbagbo, has been acquitted of crimes against humanity. Ivory Coast's President Alassane Ouattara has refused to comment on the acquittal on crimes against humanity of his predecessor Laurent Gbagbo at the International Criminal Court while insisting investigations would continue. "No reaction from me, it's an ongoing trial…," Ouattara said in an interview with Radio France International in the Ethiopian capital Addis Ababa where he was attending an African Union summit. But he added: "Someone must be responsible for the 3,000 deaths. I hope that justice will shine a light on that, it is what the victims are asking for." ICC judges acquitted Gbagbo and his aide Charles Ble Goude on charges stemming from a wave of violence after disputed elections in the west African nation in 2010. More than 3,000 people died on both sides of the Ivory Coast conflict after Gbagbo refused to concede defeat to Ouattara, his internationally backed rival. Gbagbo, the first former head of state to stand trial at the ICC, is currently living in Belgium under conditions pending a possible prosecution appeal following the acquittal on January 15. He had been held in the Netherlands since 2011. The ICC's unwillingness to let Gbagbo return to Ivory Coast is thought to have been linked to the country's refusal to surrender Gbagbo's first wife, Simone, despite an outstanding ICC warrant for her arrest for her role in the post-election violence. She was convicted and jailed by the courts there in 2015, but Ouattara granted her an amnesty last year along with 800 others. "We are continuing our investigations in order to establish who is responsible (for the deaths)," Ouattara said in the interview to be broadcast Monday. And he denied that any pressure had been brought to bear on the ICC to prolong the detention or trial of Gbago. "Interfering with international or national justice, this is not how I manage my country… let justice take its course," he said, refusing to discuss any possible return of Gbagbo. "Let's wait and see." 'No problem' with Soro' Ouattara also returned to the subject of the resignation of the speaker of the National Assembly, Guillaume Soro, who headed rebel forces during the Ivorian war, and then joined the government under Gbagbo. Soro is a member of Ouattara's Rally of Republicans (RDR) and is rumoured to have fallen out with Ouattara and possibly to have his own presidential ambitions. Ouattara said he believed there were ideological differences between the two but "no problem" between them. "I'm not a man to force anyone (to resign)… Soro believed that we did not share the same ideology. We are a social liberal party and he considers himself a Marxist. I understand that this is not compatible with his beliefs," he said, adding: "He is a young man that I consider as one on my sons. I do not rule out that he will return." Nor did Ouattara rule out Soro standing for the presidency in 2020. "It's his choice, he can do as he wishes. The constitution authorises him to do so and it is not a question of me standing in the way of his candidature…." Gbagbo's release has come at a particularly tense time in Ivory Coast. With presidential elections due next year, Ouattara has not said whether he will seek another term, and the coalition he formed with Henri Konan Bedie, his former ally against Gbagbo, has collapsed. "It's very clear, I can run if I want. There's a new constitution (since 2016)," he said
-0.108459
0.104463
-0.772545
-0.197969
[ -0.39403602209115735, 0.17711863180132573 ]
[ 0.10535827244838669, 0.10356764386707698 ]
[ -0.9164761970703637, -0.628612840689249 ]
[ -0.3560024220654588, -0.03993593447273335 ]
1,024
[ 512, 512 ]
[ 10557, 29871, 29896, 29896, 29889, 29906, 29889, 29906, 29900, 29896, 29929, 29871, 29896, 29906, 29901, 29946, 29896, 26354, 13, 29902, 29894, 706, 17700, 29915, 29879, 438, 29884, 1131, 2518, 4083, 525, 5372, 650, 1818, 367, 14040, 29915, 363, 29871, 29941, 29892, 29900, 29900, 29900, 4892, 29879, 13, 20761, 1135, 29871, 29941, 29892, 29900, 29900, 29900, 2305, 6423, 373, 1716, 11192, 310, 278, 306, 29894, 706, 17700, 14529, 1156, 402, 23156, 833, 15964, 304, 27943, 29872, 20653, 304, 438, 29884, 1131, 2518, 29892, 670, 2836, 362, 635, 1250, 287, 17055, 29889, 23844, 29925, 29914, 2283, 29914, 5425, 29909, 476, 5194, 8456, 29965, 13, 1576, 6673, 29915, 29879, 27978, 985, 272, 29892, 27011, 402, 23156, 833, 29892, 756, 1063, 10695, 4430, 310, 2181, 1355, 2750, 5199, 537, 29889, 13, 29902, 29894, 706, 17700, 29915, 29879, 7178, 319, 605, 1662, 438, 29884, 1131, 2518, 756, 15964, 304, 3440, 373, 278, 10695, 986, 284, 373, 2181, 1355, 2750, 5199, 537, 310, 670, 27978, 985, 272, 27011, 402, 23156, 833, 472, 278, 4623, 315, 28479, 9245, 1550, 1663, 15423, 7405, 800, 723, 6773, 29889, 13, 29908, 3782, 19848, 515, 592, 29892, 372, 29915, 29879, 385, 373, 17696, 14260, 30098, 1699, 438, 29884, 1131, 2518, 1497, 297, 385, 15593, 411, 9204, 3444, 4623, 297, 278, 13772, 21260, 713, 7483, 3462, 275, 1976, 5363, 988, 540, 471, 1098, 2548, 385, 11715, 7761, 2533, 2415, 29889, 13, 6246, 540, 2715, 29901, 376, 9526, 650, 1818, 367, 14040, 363, 278, 29871, 29941, 29892, 29900, 29900, 29900, 4892, 29879, 29889, 306, 4966, 393, 15426, 674, 528, 457, 263, 3578, 373, 393, 29892, 372, 338, 825, 278, 6879, 9893, 526, 6721, 363, 1213, 13, 2965, 29907, 6577, 2710, 10695, 4430, 402, 23156, 833, 322, 670, 263, 680, 5322, 24718, 402, 283, 311, 373, 21090, 20805, 4056, 515, 263, 10742, 310, 21448, 1156, 8937, 287, 20209, 297, 278, 5833, 11715, 5233, 297, 29871, 29906, 29900, 29896, 29900, 29889, 13, 20761, 1135, 29871, 29941, 29892, 29900, 29900, 29900, 2305, 6423, 373, 1716, 11192, 310, 278, 306, 29894, 706, 17700, 14529, 1156, 402, 23156, 833, 15964, 304, 27943, 29872, 20653, 304, 438, 29884, 1131, 2518, 29892, 670, 2836, 362, 635, 1250, 287, 17055, 29889, 13, 29954, 23156, 833, 29892, 278, 937, 4642, 2343, 310, 2106, 304, 2317, 14260, 472, 278, 306, 4174, 29892, 338, 5279, 8471, 297, 9923, 1974, 1090, 5855, 28235, 263, 1950, 410, 3471, 918, 25530, 1494, 278, 10695, 986, 284, 373, 5490, 29871, 29896, 29945, 29889, 13, 3868, 750, 1063, 4934, 297, 278, 24553, 1951, 29871, 29906, 29900, 29896, 29896, 29889, 13, 1576, 306, 4174, 29915, 29879, 18500, 8873, 2264, 304, 1235, 402, 23156, 833, 736, 304, 306, 29894, 706, 17700, 338, 2714, 304, 505, 1063, 9024, 304, 278, 4234, 29915, 29879, 2143, 375, 284, 304, 27503, 402, 23156, 833, 29915, 29879, 937, 6532, 29892, 3439, 650, 29892, 15020, 385, 714, 11235, 306, 4174, 1370, 21867, 363, 902, 22564, 363, 902, 6297, 297, 278, 1400, 29899, 29872, 1464, 21448, 29889, 13, 13468, 471, 7602, 18186, 322, 12337, 2356, 491, 278, 28033, 727, 297, 29871, 29906, 29900, 29896, 29945, 29892, 541, 438, 29884, 1131, 2518, 16896, 902, 385, 626, 29876, 14596, 1833, 1629, 3412, 411, 29871, 29947, 29900, 29900, 4045, 29889, 13, 29908, 4806, 526, 3133, 292, 1749, 7405, 800, 297, 1797, 304, 10127, 1058, 338, 14040, 313, 1454, 278, 4892, 29879, 511, 29908, 438, 29884, 1131, 2518, 1497, 297, 278, 15593, 304, 367, 12672, 27822, 29889, 13, 2855, 540, 17935, 393, 738, 12959, 750, 1063, 6296, 304, 11460, 373, 278, 306, 4174, 304, 27044, 278, 1439, 2509, 470, 14260, 310, 402, 29890, 4425, 29889, 13, 29908, 4074, 571, 292, 411, 6121, 470, 4797, 15426, 29892, 445, 338, 451, 920, 306, 10933, 590, 4234, 30098, 1235, 15426, 2125, 967, 3236, 1699, 540, 1497, 29892, 2143, 4746, 304, 5353, 738, 1950, 736, 310, 402, 23156, 833, 29889, 376, 12024, 29915, 29879, 4480, 322, 1074, 1213, 13, 29915, 3782, 1108, 29915, 411, 317, 5801, 29915, 13, 29949, 29884, 1131, 2518, 884, 4133, 304, 278, 4967, 310, 278, 620, 25072, 310, 278, 25657, 310, 278, 3086, 13266, 29892, 28384, 317, 5801, 29892, 1058, 2343, 287, 337, 6596, 8249, 2645, 278, 306, 5267, 713, 1370, 29892, 322, 769, 8772, 278, 5874, 1090, 402, 23156, 833, 29889, 13, 29903, 5801, 338, 263, 4509, 310, 438, 29884, 1131, 2518, 29915, 29879, 390, 635, 310, 8063, 550, 313, 29934, 8353, 29897, 322, 338, 16558, 14076, 304, 505, 19225, 714, 411, 438, 29884, 1131, 2518, 322, 10075, 304, 505, 670, 1914, 6673, 616, 3181, 2187, 29889, 13, 29949, 29884, 1131, 2518, 1497, 540, 13112, 727, 892, 1957, 5996, 12651, 1546, 278, 1023, 541, 376, 1217, 1108, 29908, 1546, 963, 29889, 13, 29908, 29902, 29915, 29885, 451, 263, 767, 304, 4889, 5019, 313, 517, 620, 647, 29897, 30098, 317, 5801, 13112, 393, 591, 1258, 451, 6232, 278, 1021, 1957, 3002, 29889, 1334, 526, 263, 5264, 26054, 6263, 322, 540, 1136, 11376, 3654, 263, 28579, 391, 29889, 306, 2274, 393, 445, 338, 451, 15878, 411, 670, 17750, 29879, 1699, 540, 1497, 29892, 4417, 29901, 376, 3868, 338, 263, 4123, 767, 393, 306, 2050, 408, 697, 373, 590, 18025, 29889, 306, 437, 451, 5751, 714, 393, 540, 674, 736, 1213, 13, 29940, 272, 1258, 438, 29884, 1131, 2518, 5751, 714, 317, 5801, 13407, 363, 278, 28282, 1270, 297, 29871, 29906, 29900, 29906, 29900, 29889, 13, 29908, 3112, 29915, 29879, 670, 7348, 29892, 540, 508, 437, 408, 540, 28688, 29889, 450, 16772, 4148, 4637, 1075, 304, 437, 577, 322, 372, 338, 451, 263, 1139, 310, 592, 13407, 297, 278, 982, 310, 670, 7105, 1535, 30098, 1213, 13, 29954, 23156, 833, 29915, 29879, 6507, 756, 2041, 472, 263, 10734, 260, 1947, 931, 297, 306, 29894, 706, 17700, 29889, 13, 3047, 6673, 616, 20209, 2861, 2446, 1629, 29892, 438, 29884, 1131, 2518, 756, 451, 1497, 3692, 540, 674, 16508, 1790, 1840, 29892, 322, 278, 17148, 654, 540, 8429, 411, 11931, 5250, 273, 14195, 347, 29892, 670, 4642, 394, 368, 2750, 402, 23156, 833, 29892, 756, 784, 23384, 29889, 13, 29908, 3112, 29915, 29879, 1407, 2821, 29892, 306, 508, 1065, 565, 306, 864, 29889, 1670, 29915, 29879, 263, 716, 16772, 313, 16076, 29871, 29906, 29900, 29896, 29953, 511, 29908, 540, 1497 ]
1,330,367
0
CommonCrawl
18
15
Bunk beds kids sleep is a parents dream ashley furniture. Discover a bunk bed that your child loves to sleep in. Ashley homestore offers bunk beds and loft beds enhancing the storage and style of your child's room. Shetland camping böds sail loft. The sail loft voe. Once a store for sail fishing boats' gear and later a knitwear workshop, the largest of our böds stands between the tideline and a. How to diy a loft bed apartment therapy. Design; house tours; projects videos; marketplace; how to diy a loft bed renters solutions how to diy a loft bed. Nancy you can purchase a loft bed from a. Loft bed made from pvc water pipe. Alex's loft bed made from pvc water pipe. Update april, 2014. A lot of people seem to like this bed design and many have built it, modified it, and sent me. Loft beds ikea. Browse ikea's great selection of loft beds, including frames with builtin desks, drawers, and shelves. Kids furniture ikea. Kids have a lot of work to do like developing who they are, discovering the world and then starting their journey to independence. So having the right. Loft conversion design guide. While a loft conversion is one of the most costeffective ways to increase space, it does come with it's own set of design considerations. Easy and strong 2x4 & 2x6 bunk bed 6 steps (with pictures). Easy and strong 2x4 & 2x6 bunk bed. Super cheap ones work regardless of if you use my bunk bed plan, someone else's, or design your own i wish you luck with. Loft bed ideas houzz. Houzz has the largest collection of home design photos and inspiration, including loft bed ideas, for your next project. Browse our collection of 269 loft bed ideas to get inspired and kick your project off. Bunk beds & loft beds ikea. Shop for bunk beds and loft beds at ikea. Choose a bunk bed or loft bed in lots of styles and materials to match your bedroom. Color moods for rooms. Cheap bedside. Unique night stands. Kitchen design software for mac. Furniture trends 2013. Small kitchens with islands. Bookshelf headboard. Modern apartment design ideas. 21 loft beds in different styles, space saving ideas for. Small loft design with low beds and wood ladder, space saving ideas for small homes loft beds are excellent space saving ideas for small rooms. Lofts with low beds and loft beds can make kids room or teenage bedroom design more functional and comfortable. Loft bunk beds and lofts with beds add more. Loft bunk beds ebay. This full size loft bed features two update your child's bedroom with this practical your zone premium twinoverfull bunk bed. A clean design gives this piece a. Loft bed & bunk beds for home & college. View all loft beds. You can design your own loft bed to your exact space, storage and budget requirements or select one of our standard loft beds with. Ana white camp loft bed with stair,. Loft bed plans with stairs. Junior height loft bed plans free from anawhite. Loft beds sears online & instore shopping appliances. Dorel home furnishings dorel dhp junior twin metal loft bed with slide, multifunctional design, silver with red slide. "loft beds" & marketplace (379) only (9). Loft bed 8 steps (with pictures). I needed a bed on the cheap, and since my rented room has no closet i needed a way to hang up my clothes. Solution loft bed! I found 2x4s for free at my. Diy twin loft bedfor under $100! Fun cheap or free. Diy twin loft bed for under $100! (and cheap!) finger puppets here after falling in love with this idea & design my husband and i made the same one this. 10 design ideas for your dream loft buzzfeed. 10 design ideas for your dream loft a good idea for those who don't want to die falling out of their loft bed. Advertisement share
-1.26241
-1.900146
-0.983687
-1.977957
[ -1.306239857804332, -1.2185806303484112 ]
[ -1.8965644814558789, -1.9037269957811178 ]
[ -0.929157402197285, -1.0382157662888085 ]
[ -1.9935650059306493, -1.9623485627116148 ]
1,024
[ 512, 512 ]
[ 350, 2960, 289, 5779, 413, 4841, 8709, 338, 263, 11825, 12561, 23723, 2330, 15252, 17252, 29889, 8565, 957, 263, 289, 2960, 6592, 393, 596, 2278, 12355, 267, 304, 8709, 297, 29889, 12835, 2330, 3632, 22818, 16688, 289, 2960, 289, 5779, 322, 658, 615, 289, 5779, 427, 5403, 3277, 278, 8635, 322, 3114, 310, 596, 2278, 29915, 29879, 5716, 29889, 1383, 300, 1049, 4242, 292, 289, 29997, 6289, 14892, 658, 615, 29889, 450, 14892, 658, 615, 992, 29872, 29889, 9038, 263, 3787, 363, 14892, 9427, 292, 25462, 29915, 330, 799, 322, 2678, 263, 889, 277, 705, 279, 664, 19032, 29892, 278, 10150, 310, 1749, 289, 29997, 6289, 15028, 1546, 278, 10668, 5570, 322, 263, 29889, 1128, 304, 652, 29891, 263, 658, 615, 6592, 263, 8076, 29220, 27580, 29889, 12037, 29936, 3699, 260, 2470, 29936, 9279, 19707, 29936, 9999, 6689, 29936, 920, 304, 652, 29891, 263, 658, 615, 6592, 23990, 414, 6851, 920, 304, 652, 29891, 263, 658, 615, 6592, 29889, 24190, 366, 508, 20590, 263, 658, 615, 6592, 515, 263, 29889, 4309, 615, 6592, 1754, 515, 282, 7071, 4094, 14282, 29889, 4827, 29915, 29879, 658, 615, 6592, 1754, 515, 282, 7071, 4094, 14282, 29889, 10318, 17187, 29892, 29871, 29906, 29900, 29896, 29946, 29889, 319, 3287, 310, 2305, 2833, 304, 763, 445, 6592, 2874, 322, 1784, 505, 4240, 372, 29892, 9120, 372, 29892, 322, 2665, 592, 29889, 4309, 615, 289, 5779, 474, 446, 29874, 29889, 22415, 344, 474, 446, 29874, 29915, 29879, 2107, 9262, 310, 658, 615, 289, 5779, 29892, 3704, 16608, 411, 4240, 262, 553, 2039, 29892, 4216, 414, 29892, 322, 528, 295, 1960, 29889, 476, 4841, 15252, 17252, 474, 446, 29874, 29889, 476, 4841, 505, 263, 3287, 310, 664, 304, 437, 763, 14338, 1058, 896, 526, 29892, 6523, 292, 278, 3186, 322, 769, 6257, 1009, 16342, 304, 21820, 29889, 1105, 2534, 278, 1492, 29889, 4309, 615, 11301, 2874, 10754, 29889, 5806, 263, 658, 615, 11301, 338, 697, 310, 278, 1556, 3438, 15987, 573, 5837, 304, 7910, 2913, 29892, 372, 947, 2041, 411, 372, 29915, 29879, 1914, 731, 310, 2874, 2050, 800, 29889, 13, 29923, 8995, 322, 4549, 29871, 29906, 29916, 29946, 669, 29871, 29906, 29916, 29953, 289, 2960, 6592, 29871, 29953, 6576, 313, 2541, 14956, 467, 382, 8995, 322, 4549, 29871, 29906, 29916, 29946, 669, 29871, 29906, 29916, 29953, 289, 2960, 6592, 29889, 5670, 28773, 6743, 664, 17126, 310, 565, 366, 671, 590, 289, 2960, 6592, 3814, 29892, 4856, 1683, 29915, 29879, 29892, 470, 2874, 596, 1914, 474, 6398, 366, 9885, 411, 29889, 4309, 615, 6592, 7014, 298, 283, 5617, 29889, 18832, 5617, 756, 278, 10150, 4333, 310, 3271, 2874, 20612, 322, 8681, 12232, 29892, 3704, 658, 615, 6592, 7014, 29892, 363, 596, 2446, 2060, 29889, 22415, 344, 1749, 4333, 310, 29871, 29906, 29953, 29929, 658, 615, 6592, 7014, 304, 679, 20603, 322, 24817, 596, 2060, 1283, 29889, 350, 2960, 289, 5779, 669, 658, 615, 289, 5779, 474, 446, 29874, 29889, 1383, 459, 363, 289, 2960, 289, 5779, 322, 658, 615, 289, 5779, 472, 474, 446, 29874, 29889, 14542, 852, 263, 289, 2960, 6592, 470, 658, 615, 6592, 297, 14568, 310, 11949, 322, 17279, 304, 1993, 596, 6592, 8345, 29889, 13, 3306, 286, 2092, 29879, 363, 19600, 29889, 6561, 481, 6592, 2975, 29889, 853, 1387, 4646, 15028, 29889, 476, 23213, 2874, 7047, 363, 5825, 29889, 383, 595, 17252, 534, 1975, 29871, 29906, 29900, 29896, 29941, 29889, 18285, 413, 2335, 575, 411, 24191, 29889, 6726, 845, 761, 2343, 3377, 29889, 14624, 263, 8076, 2874, 7014, 29889, 29871, 29906, 29896, 658, 615, 289, 5779, 297, 1422, 11949, 29892, 2913, 14238, 7014, 363, 29889, 18285, 658, 615, 2874, 411, 4482, 289, 5779, 322, 8112, 11979, 672, 29892, 2913, 14238, 7014, 363, 2319, 17774, 658, 615, 289, 5779, 526, 15129, 2913, 14238, 7014, 363, 2319, 19600, 29889, 4309, 615, 29879, 411, 4482, 289, 5779, 322, 658, 615, 289, 5779, 508, 1207, 413, 4841, 5716, 470, 734, 264, 482, 6592, 8345, 2874, 901, 13303, 322, 25561, 29889, 4309, 615, 289, 2960, 289, 5779, 322, 658, 615, 29879, 411, 289, 5779, 788, 901, 29889, 4309, 615, 289, 2960, 289, 5779, 18230, 388, 29889, 910, 2989, 2159, 658, 615, 6592, 5680, 1023, 2767, 596, 2278, 29915, 29879, 6592, 8345, 411, 445, 15031, 596, 10640, 5188, 1974, 3252, 262, 957, 8159, 289, 2960, 6592, 29889, 319, 5941, 2874, 4076, 445, 8424, 263, 29889, 4309, 615, 6592, 669, 289, 2960, 289, 5779, 363, 3271, 669, 12755, 29889, 4533, 599, 658, 615, 289, 5779, 29889, 887, 508, 2874, 596, 1914, 658, 615, 6592, 304, 596, 2684, 2913, 29892, 8635, 322, 23562, 11780, 470, 1831, 697, 310, 1749, 3918, 658, 615, 289, 5779, 411, 29889, 20367, 4796, 4242, 658, 615, 6592, 411, 380, 1466, 7671, 4309, 615, 6592, 13900, 411, 380, 7121, 29889, 15897, 3171, 658, 615, 6592, 13900, 3889, 515, 385, 29874, 10921, 29889, 4309, 615, 289, 5779, 409, 1503, 7395, 669, 832, 487, 17394, 3262, 623, 492, 2925, 29889, 9579, 295, 3271, 15252, 728, 886, 16630, 295, 270, 28887, 20183, 3252, 262, 11915, 658, 615, 6592, 411, 20343, 29892, 1773, 361, 651, 284, 2874, 29892, 13283, 411, 2654, 20343, 29889, 376, 417, 615, 289, 5779, 29908, 669, 9999, 6689, 313, 29941, 29955, 29929, 29897, 871, 313, 29929, 467, 4309, 615, 6592, 29871, 29947, 6576, 313, 2541, 14956, 467, 306, 4312, 263, 6592, 373, 278, 28773, 29892, 322, 1951, 590, 364, 14927, 5716, 756, 694, 4694, 300, 474, 4312, 263, 982, 304, 13958, 701, 590, 22095, 29889, 24380, 658, 615, 6592, 29991, 306, 1476, 29871, 29906, 29916, 29946, 29879, 363, 3889, 472, 590, 29889, 13, 12130, 29891, 3252, 262, 658, 615, 6592, 1454, 1090, 395, 29896, 29900, 29900, 29991, 13811, 28773, 470, 3889, 29889, 4671, 29891, 3252, 262, 658, 615, 6592, 363, 1090, 395, 29896, 29900, 29900, 29991, 313, 392, 28773, 14366, 19917, 2653, 27421, 1244, 1156, 20327, 297, 5360, 411, 445, 2969, 669, 2874, 590, 10216, 322, 474, 1754, 278, 1021, 697, 445, 29889, 13, 29896, 29900, 2874, 7014, 363, 596, 12561, 658, 615, 1321, 5617, 18798, 29889, 29871, 29896, 29900, 2874, 7014, 363, 596, 12561, 658, 615, 263, 1781, 2969, 363, 1906, 1058, 1016, 29915, 29873, 864, 304, 762, 20327, 714, 310, 1009, 658, 615, 6592, 29889, 2087, 1765, 275, 882, 6232 ]
1,330,369
0
C4
1
6
// // MGTopicPictureView.m // xm04-百思不得姐 // // Created by 穆良 on 16/3/24. // Copyright © 2016年 穆良. All rights reserved. // #import "MGTopicPictureView.h" #import "MGTopic.h" #import <UIImageView+WebCache.h> #import "MGProgressView.h" #import "MGShowPictureViewController.h" @interface MGTopicPictureView () /** 图片 */ @property (weak, nonatomic) IBOutlet UIImageView *imageView; /** gif标识 */ @property (weak, nonatomic) IBOutlet UIImageView *gifView; /** 查看大图按钮 */ @property (weak, nonatomic) IBOutlet UIButton *seeBigButton; /** 进度条控件 */ @property (weak, nonatomic) IBOutlet MGProgressView *progressView; @end @implementation MGTopicPictureView + (instancetype)pictureView { return [[[NSBundle mainBundle] loadNibNamed:NSStringFromClass(self) owner:nil options:nil] lastObject]; } - (void)setTopic:(MGTopic *)topic { _topic = topic; self.progressView.hidden = YES; // 立马显示最新的进度值(防止网速过慢, 导致显示的是其他图片的下载进度) [self.progressView setProgress:topic.pictureProgress animated:NO]; // 设置图片 // [self.imageView sd_setImageWithURL:[NSURL URLWithString:topic.large_image]]; [self.imageView sd_setImageWithPreviousCachedImageWithURL:[NSURL URLWithString:topic.large_image] placeholderImage:nil options:0 progress:^(NSInteger receivedSize, NSInteger expectedSize) { // 调用很频繁 self.progressView.hidden = NO; // 计算进度值 topic.pictureProgress = 1.0 * receivedSize / expectedSize; // 显示进度值 [self.progressView setProgress:topic.pictureProgress animated:NO]; } completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) { // 下载完 调一次 self.progressView.hidden = YES; // 如果是大图片,才需要绘图处理 if (topic.isBigPicture == NO) return; // 开启图形上下文 UIGraphicsBeginImageContextWithOptions(topic.pictureF.size, YES, 0.0); CGFloat imageW = topic.pictureF.size.width; CGFloat imageH = imageW * image.size.height / image.size.width; // 将下载完的image绘制到 图形上下文中 [image drawInRect:CGRectMake(0, 0, imageW, imageH)]; // 得到图片 self.imageView.image = UIGraphicsGetImageFromCurrentImageContext(); // 结束图形上下文 UIGraphicsEndImageContext(); }]; // 判断是否为gif NSString *extension = topic.large_image.pathExtension; self.gifView.hidden = ![extension.lowercaseString isEqualToString:@"gif"]; // 判断是否显示"点击查看全图" if (topic.isBigPicture) { // 是大图 self.seeBigButton.hidden = NO; // self.imageView.contentMode = UIViewContentModeScaleAspectFill; // self.imageView.contentMode = UIViewContentModeTop; } else { self.seeBigButton.hidden = YES; // self.imageView.contentMode = UIViewContentModeScaleToFill; } }
-1.539085
-1.993258
-1.327347
-0.967324
[ -1.5692175401720938, -1.5089518212961484 ]
[ -1.9610271103830288, -2.0254897393101787 ]
[ -1.4414780893249073, -1.2132163970403231 ]
[ -1.0076456742628064, -0.9270031959469669 ]
1,024
[ 512, 512 ]
[ 849, 13, 458, 29871, 341, 29954, 7031, 293, 28210, 1043, 29889, 29885, 13, 458, 29871, 921, 29885, 29900, 29946, 29899, 31047, 31579, 30413, 31050, 232, 170, 147, 13, 458, 13, 458, 29871, 6760, 630, 491, 29871, 234, 172, 137, 31400, 373, 29871, 29896, 29953, 29914, 29941, 29914, 29906, 29946, 29889, 13, 458, 29871, 14187, 1266, 29871, 30211, 29871, 29906, 29900, 29896, 29953, 30470, 29871, 234, 172, 137, 31400, 29889, 2178, 10462, 21676, 29889, 13, 458, 13, 13, 29937, 5215, 376, 29924, 29954, 7031, 293, 28210, 1043, 29889, 29882, 29908, 13, 29937, 5215, 376, 29924, 29954, 7031, 293, 29889, 29882, 29908, 13, 29937, 5215, 529, 3120, 14460, 29974, 3609, 10408, 29889, 29882, 29958, 13, 29937, 5215, 376, 29924, 29954, 14470, 1043, 29889, 29882, 29908, 13, 29937, 5215, 376, 29924, 29954, 8964, 28210, 6917, 29889, 29882, 29908, 13, 13, 29992, 13248, 341, 29954, 7031, 293, 28210, 1043, 3861, 13, 7918, 29871, 30861, 31122, 3776, 13, 29992, 6799, 313, 25129, 29892, 1661, 21641, 29897, 15731, 29377, 3740, 14460, 334, 3027, 1043, 29936, 13, 7918, 330, 361, 31062, 235, 178, 137, 3776, 13, 29992, 6799, 313, 25129, 29892, 1661, 21641, 29897, 15731, 29377, 3740, 14460, 334, 18660, 1043, 29936, 13, 7918, 29871, 31213, 31811, 30257, 30861, 31590, 236, 149, 177, 3776, 13, 29992, 6799, 313, 25129, 29892, 1661, 21641, 29897, 15731, 29377, 3740, 3125, 334, 4149, 6970, 3125, 29936, 13, 7918, 29871, 31174, 30898, 31217, 31617, 30631, 3776, 13, 29992, 6799, 313, 25129, 29892, 1661, 21641, 29897, 15731, 29377, 341, 29954, 14470, 1043, 334, 18035, 1043, 29936, 13, 13, 29992, 355, 13, 13, 29992, 21382, 341, 29954, 7031, 293, 28210, 1043, 13, 13, 29974, 313, 2611, 4564, 300, 668, 29897, 12095, 1043, 13, 29912, 13, 1678, 736, 5519, 29961, 29940, 1744, 4730, 1667, 9534, 29962, 2254, 29940, 747, 22175, 29901, 14301, 4591, 2385, 29898, 1311, 29897, 12271, 29901, 8834, 3987, 29901, 8834, 29962, 1833, 2061, 1385, 13, 29913, 13, 13, 29899, 313, 5405, 29897, 842, 7031, 293, 5919, 29924, 29954, 7031, 293, 4748, 13010, 13, 29912, 13, 1678, 903, 13010, 353, 11261, 29936, 13, 268, 13, 1678, 1583, 29889, 18035, 1043, 29889, 10892, 353, 22483, 29936, 13, 1678, 849, 29871, 30939, 31530, 31542, 30858, 30878, 30374, 30210, 31174, 30898, 30959, 29898, 236, 155, 181, 31981, 31222, 31859, 31138, 233, 136, 165, 29892, 29871, 31943, 235, 138, 183, 31542, 30858, 30210, 30392, 31149, 31221, 30861, 31122, 30210, 30557, 31526, 31174, 30898, 29897, 13, 1678, 518, 1311, 29889, 18035, 1043, 731, 14470, 29901, 13010, 29889, 12095, 14470, 17524, 29901, 6632, 1385, 13, 268, 13, 1678, 849, 29871, 30872, 30669, 30861, 31122, 13, 458, 1678, 518, 1311, 29889, 3027, 1043, 28972, 29918, 842, 2940, 3047, 4219, 10834, 29680, 3988, 3047, 1231, 29901, 13010, 29889, 16961, 29918, 3027, 19942, 13, 268, 13, 1678, 518, 1311, 29889, 3027, 1043, 28972, 29918, 842, 2940, 3047, 6572, 2366, 29907, 3791, 2940, 3047, 4219, 10834, 29680, 3988, 3047, 1231, 29901, 13010, 29889, 16961, 29918, 3027, 29962, 12983, 2940, 29901, 8834, 3987, 29901, 29900, 6728, 29901, 23733, 3059, 7798, 4520, 3505, 29892, 3865, 7798, 3806, 3505, 29897, 426, 13, 308, 13, 4706, 849, 29871, 31268, 30406, 232, 193, 139, 236, 165, 148, 234, 188, 132, 13, 4706, 1583, 29889, 18035, 1043, 29889, 10892, 353, 11698, 29936, 13, 4706, 849, 29871, 31466, 31565, 31174, 30898, 30959, 13, 4706, 11261, 29889, 12095, 14470, 353, 29871, 29896, 29889, 29900, 334, 4520, 3505, 847, 3806, 3505, 29936, 13, 4706, 849, 29871, 31542, 30858, 31174, 30898, 30959, 13, 4706, 518, 1311, 29889, 18035, 1043, 731, 14470, 29901, 13010, 29889, 12095, 14470, 17524, 29901, 6632, 1385, 13, 308, 13, 1678, 500, 8676, 29901, 23733, 26200, 334, 3027, 29892, 405, 29173, 334, 2704, 29892, 8073, 2940, 10408, 1542, 7090, 1542, 29892, 3865, 4219, 334, 3027, 4219, 29897, 426, 849, 29871, 30557, 31526, 31366, 29871, 31268, 30287, 30936, 13, 4706, 1583, 29889, 18035, 1043, 29889, 10892, 353, 22483, 29936, 13, 308, 13, 4706, 849, 29871, 30847, 30801, 30392, 30257, 30861, 31122, 29892, 31979, 31383, 30698, 234, 190, 155, 30861, 31548, 30687, 13, 4706, 565, 313, 13010, 29889, 275, 6970, 28210, 1275, 11698, 29897, 736, 29936, 13, 4706, 849, 29871, 31026, 232, 147, 178, 30861, 31305, 30429, 30557, 30333, 13, 4706, 3740, 17290, 17946, 2940, 2677, 3047, 5856, 29898, 13010, 29889, 12095, 29943, 29889, 2311, 29892, 22483, 29892, 29871, 29900, 29889, 29900, 416, 13, 308, 13, 4706, 29239, 1967, 29956, 353, 11261, 29889, 12095, 29943, 29889, 2311, 29889, 2103, 29936, 13, 4706, 29239, 1967, 29950, 353, 1967, 29956, 334, 1967, 29889, 2311, 29889, 3545, 847, 1967, 29889, 2311, 29889, 2103, 29936, 13, 4706, 849, 29871, 30998, 30557, 31526, 31366, 30210, 3027, 234, 190, 155, 31072, 30780, 29871, 30861, 31305, 30429, 30557, 30333, 30275, 13, 4706, 518, 3027, 4216, 797, 7364, 29901, 11135, 7364, 9984, 29898, 29900, 29892, 29871, 29900, 29892, 1967, 29956, 29892, 1967, 29950, 27077, 13, 308, 13, 4706, 849, 29871, 31050, 30780, 30861, 31122, 13, 4706, 1583, 29889, 3027, 1043, 29889, 3027, 353, 3740, 17290, 2577, 2940, 4591, 7583, 2940, 2677, 890, 13, 308, 13, 4706, 849, 29871, 31320, 233, 160, 162, 30861, 31305, 30429, 30557, 30333, 13, 4706, 3740, 17290, 5044, 2940, 2677, 890, 13, 1678, 500, 1385, 13, 268, 13, 1678, 849, 29871, 31791, 31683, 30392, 31191, 30573, 18660, 13, 1678, 15925, 334, 17588, 353, 11261, 29889, 16961, 29918, 3027, 29889, 2084, 17657, 29936, 13, 1678, 1583, 29889, 18660, 1043, 29889, 10892, 353, 1738, 29961, 17588, 29889, 13609, 4878, 1231, 338, 9843, 8246, 8593, 18660, 10370, 13, 268, 13, 1678, 849, 29871, 31791, 31683, 30392, 31191, 31542, 30858, 29908, 30940, 31768, 31213, 31811, 30753, 30861, 29908, 13, 1678, 565, 313, 13010, 29889, 275, 6970, 28210, 29897, 426, 849, 29871, 30392, 30257, 30861, 13, 4706, 1583, 29889, 4149, 6970, 3125, 29889, 10892, 353, 11698, 29936, 13, 458, 4706, 1583, 29889, 3027, 1043, 29889, 3051, 6818, 353, 25909, 3916, 6818, 17185, 2887, 1103, 20876, 29936, 13, 458, 4706, 1583, 29889, 3027, 1043, 29889, 3051, 6818, 353, 25909, 3916, 6818, 7031, 29936, 13, 308, 13, 1678, 500, 1683, 426, 13, 4706, 1583, 29889, 4149, 6970, 3125, 29889, 10892, 353, 22483, 29936, 13, 458, 4706, 1583, 29889, 3027, 1043, 29889, 3051, 6818, 353, 25909, 3916, 6818, 17185, 1762, 20876, 29936, 13, 1678, 500, 13, 29913, 13 ]
1,330,374
0
Github
-1
-1
Now new firmware version is 1.18 for the Appradio 4 SPH-DA120. It can be downloaded from the European Pioneer website. Version 1.16 was not released for downloading, just for production. I don't think it's a wrong firmware. It has just a lot of bugs. Latest version is 1.04. But I don't know where to download the update for the US units (uc models) just for the European (EU5 models) and Russian ones (UR models). I think you have to wait a little bit until Pioneer USA will offer the update. Maybe someone else already has it. The new firmware version 1.14 (date 01/30/2017) for the Appradio 4 SPH-DA120 can be downloaded from the European Pioneer Website. The firmware is the same for US and European units, e.g. V1.11. There are some resistors on the pcb which tell the radio if it's for the US, European or other market. I think you have to change these. There is some internal uCOM firmware which you have to change, too (a little bit more complicated). Maybe this works without changing the resistors. uCOM firmware for US units SPH-DA120/XNUC5 V8.57: ME_QC16039A_321UC.zip - PEQ321_UC_v0857 uCOM firmware for EU units SPH-DA120/XNEW5 V8.57: ME_QC16039A_320EW.zip - PEQ320_EW_v0857 Use the forum search function for additional informations. No, the hardware is a litlle bit different. Latest download version is 1.11 (but only from Pioneer USA). You are lucky and have the latest factory firmware version. Maybe there is a 1.13 (like for the AVH-X8600BT) but never found this one for download. Latest version for 5100NEX is 1.05: 15MY_FW-Update_5100-7100NEX_v1.05_8G_20151216.zip The same version is on the Pioneer website for download. What about the SPH-DA120? Can I use the "AVH-X8600BT/4000NEX - ver:1.13 + BT 03.41.12" firmware? Are there any new features? Maybe Android Auto? Buy SPH-DA120 from the US and access EVEN and ODD frequencies? The firmware is the same for the US and European unit. I have the US firmware 1.11 in my European SPH-DA120 and it behaves still like befor. There have to be some hardware differences, e.g. jumpers or resistors which tell the firmware if it's an US or European unit. @bass_rock: Is it possible to use the 4000 -> 4100 firmware image on the SPH-DA120? The hardware should be very similar. I still want the Android Auto feature but don't want to swap my headunit again. Done. Still fully works with firmware 1.11 on my European unit. Just the bluetooth firmware is 3.21.3 like before. Do the US units have a newer one? A manual update didn't changed this. New firmware 1.11 for AppRadio 4 SPH-DA120! Will try it today on my European Unit (now has 1.09). Your Android phone plays music using MTP on your NEX/AppRadio? Which headunit do you have? Which phone do you have? Which Android version? Lollipop, Marshmallow or older? Our Sony Xperia Z1C/Z3C and my Goggle Nexus 7 (2013) all with Lollipop 5.1.1 don't work with my SPH-DA120 (1.09). The cable is okay because MirrorLink and AppRadio mode work. I will try it again with the new Android Marshmallow 6.0 on my Nexus 7 today. I have done
-1.478819
-0.227699
-0.791566
-0.566022
[ -1.5253879264441335, -1.4322499972722178 ]
[ -0.06922801422931087, -0.3861692731211311 ]
[ -0.8492658098976805, -0.7338668432426962 ]
[ -0.5364724844255027, -0.5955723652073729 ]
1,024
[ 512, 512 ]
[ 2567, 716, 9226, 2519, 1873, 338, 29871, 29896, 29889, 29896, 29947, 363, 278, 2401, 13399, 29871, 29946, 10937, 29950, 29899, 7698, 29896, 29906, 29900, 29889, 739, 508, 367, 16532, 515, 278, 7824, 349, 1421, 261, 4700, 29889, 10079, 29871, 29896, 29889, 29896, 29953, 471, 451, 5492, 363, 28536, 29892, 925, 363, 5802, 29889, 13, 29902, 1016, 29915, 29873, 1348, 372, 29915, 29879, 263, 2743, 9226, 2519, 29889, 739, 756, 925, 263, 3287, 310, 24557, 29889, 7053, 342, 1873, 338, 29871, 29896, 29889, 29900, 29946, 29889, 1205, 306, 1016, 29915, 29873, 1073, 988, 304, 5142, 278, 2767, 363, 278, 3148, 10340, 313, 1682, 4733, 29897, 925, 363, 278, 7824, 313, 29923, 29965, 29945, 4733, 29897, 322, 10637, 6743, 313, 4574, 4733, 467, 306, 1348, 366, 505, 304, 4480, 263, 2217, 2586, 2745, 349, 1421, 261, 8278, 674, 5957, 278, 2767, 29889, 7198, 4856, 1683, 2307, 756, 372, 29889, 13, 1576, 716, 9226, 2519, 1873, 29871, 29896, 29889, 29896, 29946, 313, 1256, 29871, 29900, 29896, 29914, 29941, 29900, 29914, 29906, 29900, 29896, 29955, 29897, 363, 278, 2401, 13399, 29871, 29946, 10937, 29950, 29899, 7698, 29896, 29906, 29900, 508, 367, 16532, 515, 278, 7824, 349, 1421, 261, 13253, 29889, 13, 1576, 9226, 2519, 338, 278, 1021, 363, 3148, 322, 7824, 10340, 29892, 321, 29889, 29887, 29889, 478, 29896, 29889, 29896, 29896, 29889, 1670, 526, 777, 9241, 943, 373, 278, 282, 10702, 607, 2649, 278, 7155, 565, 372, 29915, 29879, 363, 278, 3148, 29892, 7824, 470, 916, 9999, 29889, 306, 1348, 366, 505, 304, 1735, 1438, 29889, 1670, 338, 777, 7463, 318, 19795, 9226, 2519, 607, 366, 505, 304, 1735, 29892, 2086, 313, 29874, 2217, 2586, 901, 12092, 467, 7198, 445, 1736, 1728, 6480, 278, 9241, 943, 29889, 318, 19795, 9226, 2519, 363, 3148, 10340, 10937, 29950, 29899, 7698, 29896, 29906, 29900, 29914, 29990, 11601, 29907, 29945, 478, 29947, 29889, 29945, 29955, 29901, 22986, 29918, 29984, 29907, 29896, 29953, 29900, 29941, 29929, 29909, 29918, 29941, 29906, 29896, 23129, 29889, 7554, 448, 349, 28879, 29941, 29906, 29896, 29918, 23129, 29918, 29894, 29900, 29947, 29945, 29955, 318, 19795, 9226, 2519, 363, 19007, 10340, 10937, 29950, 29899, 7698, 29896, 29906, 29900, 29914, 29990, 28577, 29945, 478, 29947, 29889, 29945, 29955, 29901, 22986, 29918, 29984, 29907, 29896, 29953, 29900, 29941, 29929, 29909, 29918, 29941, 29906, 29900, 29923, 29956, 29889, 7554, 448, 349, 28879, 29941, 29906, 29900, 29918, 29923, 29956, 29918, 29894, 29900, 29947, 29945, 29955, 4803, 278, 24179, 2740, 740, 363, 5684, 19313, 29889, 13, 3782, 29892, 278, 12837, 338, 263, 11872, 19091, 2586, 1422, 29889, 13, 13992, 342, 5142, 1873, 338, 29871, 29896, 29889, 29896, 29896, 313, 4187, 871, 515, 349, 1421, 261, 8278, 467, 887, 526, 9885, 29891, 322, 505, 278, 9281, 12529, 9226, 2519, 1873, 29889, 7198, 727, 338, 263, 29871, 29896, 29889, 29896, 29941, 313, 4561, 363, 278, 16884, 29950, 29899, 29990, 29947, 29953, 29900, 29900, 29933, 29911, 29897, 541, 2360, 1476, 445, 697, 363, 5142, 29889, 13, 13992, 342, 1873, 363, 29871, 29945, 29896, 29900, 29900, 29940, 5746, 338, 29871, 29896, 29889, 29900, 29945, 29901, 29871, 29896, 29945, 17870, 29918, 29943, 29956, 29899, 6422, 29918, 29945, 29896, 29900, 29900, 29899, 29955, 29896, 29900, 29900, 29940, 5746, 29918, 29894, 29896, 29889, 29900, 29945, 29918, 29947, 29954, 29918, 29906, 29900, 29896, 29945, 29896, 29906, 29896, 29953, 29889, 7554, 450, 1021, 1873, 338, 373, 278, 349, 1421, 261, 4700, 363, 5142, 29889, 13, 5618, 1048, 278, 10937, 29950, 29899, 7698, 29896, 29906, 29900, 29973, 1815, 306, 671, 278, 376, 7520, 29950, 29899, 29990, 29947, 29953, 29900, 29900, 29933, 29911, 29914, 29946, 29900, 29900, 29900, 29940, 5746, 448, 1147, 29901, 29896, 29889, 29896, 29941, 718, 350, 29911, 29871, 29900, 29941, 29889, 29946, 29896, 29889, 29896, 29906, 29908, 9226, 2519, 29973, 4683, 727, 738, 716, 5680, 29973, 7198, 5669, 11133, 29973, 13, 3727, 29891, 10937, 29950, 29899, 7698, 29896, 29906, 29900, 515, 278, 3148, 322, 2130, 382, 29963, 1430, 322, 438, 7858, 29511, 29973, 13, 1576, 9226, 2519, 338, 278, 1021, 363, 278, 3148, 322, 7824, 5190, 29889, 306, 505, 278, 3148, 9226, 2519, 29871, 29896, 29889, 29896, 29896, 297, 590, 7824, 10937, 29950, 29899, 7698, 29896, 29906, 29900, 322, 372, 4010, 267, 1603, 763, 367, 1454, 29889, 1670, 505, 304, 367, 777, 12837, 12651, 29892, 321, 29889, 29887, 29889, 12500, 414, 470, 9241, 943, 607, 2649, 278, 9226, 2519, 565, 372, 29915, 29879, 385, 3148, 470, 7824, 5190, 29889, 13, 29992, 29890, 465, 29918, 20821, 29901, 1317, 372, 1950, 304, 671, 278, 29871, 29946, 29900, 29900, 29900, 1599, 29871, 29946, 29896, 29900, 29900, 9226, 2519, 1967, 373, 278, 10937, 29950, 29899, 7698, 29896, 29906, 29900, 29973, 450, 12837, 881, 367, 1407, 2788, 29889, 306, 1603, 864, 278, 5669, 11133, 4682, 541, 1016, 29915, 29873, 864, 304, 17945, 590, 2343, 5441, 1449, 29889, 13, 25632, 29889, 12074, 8072, 1736, 411, 9226, 2519, 29871, 29896, 29889, 29896, 29896, 373, 590, 7824, 5190, 29889, 3387, 278, 1999, 20930, 9226, 2519, 338, 29871, 29941, 29889, 29906, 29896, 29889, 29941, 763, 1434, 29889, 1938, 278, 3148, 10340, 505, 263, 20687, 697, 29973, 319, 12219, 2767, 3282, 29915, 29873, 3939, 445, 29889, 13, 4373, 9226, 2519, 29871, 29896, 29889, 29896, 29896, 363, 2401, 21818, 29871, 29946, 10937, 29950, 29899, 7698, 29896, 29906, 29900, 29991, 2811, 1018, 372, 9826, 373, 590, 7824, 13223, 313, 3707, 756, 29871, 29896, 29889, 29900, 29929, 467, 13, 10858, 5669, 9008, 13582, 4696, 773, 341, 3557, 373, 596, 405, 5746, 29914, 2052, 21818, 29973, 8449, 2343, 5441, 437, 366, 505, 29973, 8449, 9008, 437, 366, 505, 29973, 8449, 5669, 1873, 29973, 365, 324, 3466, 459, 29892, 13216, 29885, 9536, 470, 9642, 29973, 8680, 28465, 1060, 546, 423, 796, 29896, 29907, 29914, 29999, 29941, 29907, 322, 590, 402, 9804, 405, 735, 375, 29871, 29955, 313, 29906, 29900, 29896, 29941, 29897, 599, 411, 365, 324, 3466, 459, 29871, 29945, 29889, 29896, 29889, 29896, 1016, 29915, 29873, 664, 411, 590, 10937, 29950, 29899, 7698, 29896, 29906, 29900, 313, 29896, 29889, 29900, 29929, 467, 450, 21387, 338, 20759, 1363, 11612, 729, 6595, 322, 2401, 21818, 4464, 664, 29889, 306, 674, 1018, 372, 1449, 411, 278, 716, 5669, 13216, 29885, 9536, 29871, 29953, 29889, 29900, 373, 590, 405, 735, 375, 29871, 29955, 9826, 29889, 13, 29902, 505, 2309 ]
1,330,388
0
C4
12
5
Q: PDO - "Call to a member function fetch() on a non-object" I know that error occurs usually when query returned false but this time this occurs with no reason! (or just I'm making a big mistake) if(!$security_SenderId){ $getbaseticketqry = $this->db->prepare("SELECT * FROM `tickets` WHERE `ticket_safeid` = '?'"); $getbaseticket = $getbaseticketqry->execute(array($ticket_safeid)); }else{ $getbaseticketqry = $this->db->prepare("SELECT * FROM `tickets` WHERE `ticket_safeid` = '?' AND `ticket_sender` = '?'"); $getbaseticket = $getbaseticketqry->execute(array($ticket_safeid, $security_SenderId)); } if($getbaseticket === false){ return false; }else{ $baseticket = $getbaseticket->fetch(PDO::FETCH_ASSOC); } I've theese lines in a function that returns support ticket information as array but as I said the error occurs when I tried to fetch the ticket information. I tried to check mysql errors just before fetch line by enabling the pdo debug mode and db->errorInfo() but it didn't work. What can the problem be here? Edit: <?php error_reporting(E_ALL); ini_set('display_errors', 1); class TICKET_MANAGER { function __construct($dbhost, $dbname, $dbuser, $dbpass) { try{ $this->db = new PDO("mysql:host=$dbhost;dbname=$dbname;charset=utf8", $dbuser, $dbpass); $this->db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); }catch(PDOException $e){ die('Connection failed: ' . $e->getMessage() ); } } function viewTicket($ticket_safeid, $security_SenderId = false) { try{ if(!$security_SenderId){ $getbaseticketqry = $this->db->prepare("SELECT * FROM `tickets` WHERE `ticket_safeid` = ?"); $getbaseticket = $getbaseticketqry->execute(array($ticket_safeid)); }else{ $getbaseticketqry = $this->db->prepare("SELECT * FROM `tickets` WHERE `ticket_safeid` = ? AND `ticket_sender` = ?"); $getbaseticket = $getbaseticketqry->execute(array($ticket_safeid, $security_SenderId)); } }catch(PDOException $e){ die('Mysql error: ' . $e->getMessage() ); } ... } ... } A: It's the quotes around all your '?' - Remove them. Read the manual * *http://php.net/pdo.prepared-statements from the manual: $stmt = $dbh->prepare("INSERT INTO REGISTRY (name, value) VALUES (?, ?)"); Exceptions should have told you that error setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION) and used right after you've connected to your DB. -http://php.net/manual/en/pdo.error-handling.php try { $dbh = new PDO($dsn, $user, $password); $dbh->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch (PDOException $e) { echo 'Connection failed: ' . $e->getMessage(); } Query: try { // your query } catch(PDOException $e){ print $e->getMessage(); } Add error reporting to the top of your file(s) which will help find errors. <?php error_reporting(E_ALL); ini_set('display_errors', 1
-1.991078
-1.642295
-1.04202
-0.269507
[ -2.0732580980436377, -1.9088970465637864 ]
[ -1.538438765193935, -1.7461516806258623 ]
[ -1.0458244893649613, -1.0382157662888085 ]
[ -0.23764007485995256, -0.3013736464321482 ]
1,024
[ 512, 512 ]
[ 660, 29901, 29820, 448, 376, 5594, 304, 263, 4509, 740, 6699, 580, 373, 263, 1661, 29899, 3318, 29908, 306, 1073, 393, 1059, 10008, 5491, 746, 2346, 4133, 2089, 541, 445, 931, 445, 10008, 411, 694, 2769, 29991, 313, 272, 925, 306, 29915, 29885, 3907, 263, 4802, 10171, 29897, 13, 1678, 565, 11864, 29938, 8926, 29918, 29615, 1204, 2597, 13, 4706, 395, 657, 6500, 300, 8522, 29939, 719, 353, 395, 1366, 976, 2585, 976, 19125, 703, 6404, 334, 3895, 421, 24667, 1691, 29952, 5754, 421, 29873, 8522, 29918, 11177, 333, 29952, 353, 525, 17901, 1496, 13, 4706, 395, 657, 6500, 300, 8522, 353, 395, 657, 6500, 300, 8522, 29939, 719, 976, 7978, 29898, 2378, 1566, 29873, 8522, 29918, 11177, 333, 2483, 13, 1678, 500, 2870, 29912, 13, 4706, 395, 657, 6500, 300, 8522, 29939, 719, 353, 395, 1366, 976, 2585, 976, 19125, 703, 6404, 334, 3895, 421, 24667, 1691, 29952, 5754, 421, 29873, 8522, 29918, 11177, 333, 29952, 353, 525, 17901, 5300, 421, 29873, 8522, 29918, 15452, 29952, 353, 525, 17901, 1496, 13, 4706, 395, 657, 6500, 300, 8522, 353, 395, 657, 6500, 300, 8522, 29939, 719, 976, 7978, 29898, 2378, 1566, 29873, 8522, 29918, 11177, 333, 29892, 395, 8926, 29918, 29615, 1204, 2483, 13, 1678, 500, 13, 13, 1678, 565, 1566, 657, 6500, 300, 8522, 6805, 2089, 2597, 13, 4706, 736, 2089, 29936, 13, 1678, 500, 2870, 29912, 13, 4706, 395, 6500, 300, 8522, 353, 395, 657, 6500, 300, 8522, 976, 9155, 29898, 29925, 3970, 1057, 29943, 2544, 3210, 29918, 22933, 20166, 416, 13, 1678, 500, 13, 13, 29902, 29915, 345, 278, 968, 3454, 297, 263, 740, 393, 3639, 2304, 23381, 2472, 408, 1409, 541, 408, 306, 1497, 278, 1059, 10008, 746, 306, 1898, 304, 6699, 278, 23381, 2472, 29889, 306, 1898, 304, 1423, 5749, 4436, 925, 1434, 6699, 1196, 491, 427, 17961, 278, 282, 1867, 4744, 4464, 322, 4833, 976, 2704, 3401, 580, 541, 372, 3282, 29915, 29873, 664, 29889, 13, 5618, 508, 278, 1108, 367, 1244, 29973, 13, 6103, 29901, 29871, 13, 8169, 1961, 13, 2704, 29918, 12276, 292, 29898, 29923, 29918, 9818, 416, 297, 29875, 29918, 842, 877, 4990, 29918, 12523, 742, 29871, 29896, 416, 13, 13, 1990, 323, 2965, 29968, 2544, 29918, 1529, 3521, 17070, 13, 29912, 13, 1678, 740, 4770, 11433, 1566, 2585, 3069, 29892, 395, 2585, 978, 29892, 395, 2585, 1792, 29892, 395, 2585, 3364, 29897, 426, 13, 4706, 1018, 29912, 13, 9651, 395, 1366, 976, 2585, 353, 716, 29820, 703, 7938, 29901, 3069, 6080, 2585, 3069, 29936, 2585, 978, 6080, 2585, 978, 29936, 3090, 842, 29922, 9420, 29947, 613, 395, 2585, 1792, 29892, 395, 2585, 3364, 416, 13, 9651, 395, 1366, 976, 2585, 976, 27434, 29898, 29925, 3970, 1057, 1299, 5659, 29918, 21662, 20387, 29892, 29820, 1057, 21662, 20387, 29918, 5746, 4741, 7982, 2725, 416, 13, 4706, 500, 12510, 29898, 29925, 3970, 2451, 395, 29872, 2597, 13, 9651, 762, 877, 5350, 5229, 29901, 525, 869, 395, 29872, 976, 28983, 580, 3482, 13, 4706, 500, 13, 1678, 500, 13, 13, 1678, 740, 1776, 29911, 8522, 1566, 29873, 8522, 29918, 11177, 333, 29892, 395, 8926, 29918, 29615, 1204, 353, 2089, 29897, 13, 1678, 426, 13, 4706, 1018, 29912, 13, 9651, 565, 11864, 29938, 8926, 29918, 29615, 1204, 2597, 13, 18884, 395, 657, 6500, 300, 8522, 29939, 719, 353, 395, 1366, 976, 2585, 976, 19125, 703, 6404, 334, 3895, 421, 24667, 1691, 29952, 5754, 421, 29873, 8522, 29918, 11177, 333, 29952, 353, 1577, 1496, 13, 18884, 395, 657, 6500, 300, 8522, 353, 395, 657, 6500, 300, 8522, 29939, 719, 976, 7978, 29898, 2378, 1566, 29873, 8522, 29918, 11177, 333, 2483, 13, 9651, 500, 2870, 29912, 13, 18884, 395, 657, 6500, 300, 8522, 29939, 719, 353, 395, 1366, 976, 2585, 976, 19125, 703, 6404, 334, 3895, 421, 24667, 1691, 29952, 5754, 421, 29873, 8522, 29918, 11177, 333, 29952, 353, 1577, 5300, 421, 29873, 8522, 29918, 15452, 29952, 353, 1577, 1496, 13, 18884, 395, 657, 6500, 300, 8522, 353, 395, 657, 6500, 300, 8522, 29939, 719, 976, 7978, 29898, 2378, 1566, 29873, 8522, 29918, 11177, 333, 29892, 395, 8926, 29918, 29615, 1204, 2483, 13, 9651, 500, 13, 4706, 500, 12510, 29898, 29925, 3970, 2451, 395, 29872, 2597, 13, 9651, 762, 877, 29924, 952, 1519, 1059, 29901, 525, 869, 395, 29872, 976, 28983, 580, 3482, 13, 4706, 500, 13, 4706, 2023, 13, 13, 1678, 500, 13, 13, 1678, 2023, 13, 29913, 13, 13, 13, 29909, 29901, 739, 29915, 29879, 278, 11839, 2820, 599, 596, 525, 17901, 448, 15154, 963, 29889, 13, 6359, 278, 12219, 13, 13, 13, 29930, 13, 13, 29930, 1124, 597, 1961, 29889, 1212, 29914, 29886, 1867, 29889, 15287, 1965, 29899, 6112, 4110, 13, 3166, 278, 12219, 29901, 13, 29938, 17868, 353, 395, 2585, 29882, 976, 19125, 703, 19460, 11646, 5195, 29954, 9047, 13207, 313, 978, 29892, 995, 29897, 15673, 313, 14579, 1577, 29897, 1496, 13, 13, 2451, 29879, 881, 505, 5429, 366, 393, 1059, 13, 27434, 29898, 29925, 3970, 1057, 1299, 5659, 29918, 21662, 20387, 29892, 29820, 1057, 21662, 20387, 29918, 5746, 4741, 7982, 2725, 29897, 13, 13, 392, 1304, 1492, 1156, 366, 29915, 345, 6631, 304, 596, 6535, 29889, 13, 13, 29899, 1124, 597, 1961, 29889, 1212, 29914, 11288, 29914, 264, 29914, 29886, 1867, 29889, 2704, 29899, 3179, 1847, 29889, 1961, 13, 2202, 426, 13, 1678, 395, 2585, 29882, 353, 716, 29820, 1566, 6289, 29876, 29892, 395, 1792, 29892, 395, 5630, 416, 13, 1678, 395, 2585, 29882, 976, 27434, 29898, 29925, 3970, 1057, 1299, 5659, 29918, 21662, 20387, 29892, 29820, 1057, 21662, 20387, 29918, 5746, 4741, 7982, 2725, 416, 13, 29913, 4380, 313, 29925, 3970, 2451, 395, 29872, 29897, 426, 13, 1678, 2916, 525, 5350, 5229, 29901, 525, 869, 395, 29872, 976, 28983, 890, 13, 29913, 13, 13, 3010, 29901, 13, 2202, 426, 13, 13, 458, 596, 2346, 13, 13, 29913, 13, 1678, 4380, 29898, 29925, 3970, 2451, 395, 29872, 2597, 13, 268, 1596, 29871, 395, 29872, 976, 28983, 890, 13, 1678, 500, 13, 13, 13, 2528, 1059, 23415, 304, 278, 2246, 310, 596, 934, 29898, 29879, 29897, 607, 674, 1371, 1284, 4436, 29889, 13, 8169, 1961, 29871, 13, 2704, 29918, 12276, 292, 29898, 29923, 29918, 9818, 416, 13, 2172, 29918, 842, 877, 4990, 29918, 12523, 742, 29871, 29896 ]
1,330,393
0
StackExchange
-1
-1
Sat 16th Jan 2021 Patchy rain possible 8°C The beautiful village of Tattenhall in Cheshire 'Fetch' Returns Home! Webteam: 31/01/2017 You will recall that on 12 January Matthew Morris, Estate Manager at Bolesworth Castle, reported that 'Fetch' was at the Vets!The 'dog' forming part of Shona Kinloch's scuplture 'Fetch' is located at the edge of the Flacca field.Yesterday, a Tattenhall resident... Tattenhall Park School News TPPS: 31/01/2017 Future Plans for the School Every Primary School has a School Development Plan which outlines the areas of development that they will be focusing on in the coming year. Last week, Tattenhall Park Primary School shared its plan with parents. As well as looking at ways of... Low-Level Lighting Installed St Alban's Church: 31/01/2017 The People's Path in St Alban's Churchyard is now complete and the low-level lighting has now been activated.Both the path and the lighting are a welcome addition in terms of public safety and in terms of utility.We thank everyone for their continued involvement in this project and... Ice Cream - only for Summer? The Ice Cream Farm: 30/01/2017 The Ice Cream Farm, home to the world's largest ice cream shop, had a record December and January with nearly 30,000 scoops of ice cream sold in their Cheshire based parlour.With the damp and dreary weather we've had over the last couple of months, you'd think that ice cream would be... A Walker's Paradise With ITV showcasing 'Britain's Best Walks with Julia Bradbury' and with the Sandstone Trail, the backbone of Cheshire, featured just last night, it is unsurprising that walking is the UK top outdoor pursuit.How could anyone have been less than impressed with the striking views... New Lamps for Old Motorists and walkers using Tattenhall Road will have noticed changes to the lighting. Gone was the orange sodium glow spreading far and wide and in its place is a much more focussed cold white light; one resident, looking out of his window, thought that the road was covered in a thin layer of... Charity Cheques Tattenhall Beer Festival Committee: 28/01/2017 Representatives of The Children's Society and of the NW Air Ambulance Charity were in attendance at The Barbour Institute on Monday 23 January as The Tattenhall Beer Festival Committee were able to present their fantastic fund raising efforts... Update on The Sportsmans Arms 'Mr Mac': 25/01/2017 Many Tattenhallers may have heard rumours about The Sportsmans Arms and seen the sign on the side wall of the pub asking for prospective tenants to step forward. What's going on you ask? This member of the community has been down to see Darren and Wendy, the Landlord and Landlady, and... Just a week to go There's just one week to go with The Ice Cream Farm's VIP Sale. The VIP Play Passes allow access to all facilities with a huge saving.Jonathan Fell, Director of The Ice Cream Farm comments: "The Play Passes are already great value for money and offer huge savings on all of our... 'Brooklyn' Film Night: 24/01/2017 Following the festive break, Film Night at the Barbour is back on Wednesday 1st Februrary, with the 2015 romantic drama Brooklyn.Set in 1951 and 1952, the film tells the story of a young Irish woman's immigration to Brooklyn, where she quickly falls in love. When her past catches up with... News from Tattenhall Park Tattenhall Pupils Inspired by a Poet's VisitLast week, Tattenhall Park pupils welcomed poet Ian Bland into school to spend a whole day with the children. Ian worked with all classes from Year 1-to Year 6, allowing the children the opportunity to hear original poems and... Jan. Draft Par
-0.541961
-0.926044
-1.031875
-2.222486
[ -0.4625197935410954, -0.6214021433049516 ]
[ -0.6502869888643146, -1.201800591907708 ]
[ -0.9469110893749749, -1.1168392380757208 ]
[ -2.2432965516829264, -2.2016746273908803 ]
1,024
[ 512, 512 ]
[ 12178, 29871, 29896, 29953, 386, 2627, 29871, 29906, 29900, 29906, 29896, 349, 905, 29891, 17251, 1950, 29871, 29947, 30073, 29907, 13, 1576, 9560, 5720, 310, 323, 8606, 27090, 297, 678, 12094, 533, 13, 29915, 20927, 29915, 16969, 8778, 29991, 13, 3609, 14318, 29901, 29871, 29941, 29896, 29914, 29900, 29896, 29914, 29906, 29900, 29896, 29955, 13, 3492, 674, 17386, 393, 373, 29871, 29896, 29906, 5490, 22292, 23112, 29892, 2661, 403, 15629, 472, 350, 6544, 12554, 15194, 29892, 8967, 393, 525, 20927, 29915, 471, 472, 278, 478, 1691, 29991, 1576, 525, 26169, 29915, 25391, 760, 310, 1383, 2681, 20311, 417, 305, 29915, 29879, 885, 29884, 572, 29873, 545, 525, 20927, 29915, 338, 5982, 472, 278, 7636, 310, 278, 383, 433, 17630, 1746, 29889, 29979, 18358, 29892, 263, 323, 8606, 27090, 20201, 856, 13, 29911, 8606, 27090, 4815, 4523, 10130, 13, 3557, 7024, 29901, 29871, 29941, 29896, 29914, 29900, 29896, 29914, 29906, 29900, 29896, 29955, 13, 20154, 1858, 550, 363, 278, 4523, 7569, 28267, 4523, 756, 263, 4523, 14650, 8402, 607, 714, 9012, 278, 10161, 310, 5849, 393, 896, 674, 367, 12789, 4746, 373, 297, 278, 6421, 1629, 29889, 9208, 4723, 29892, 323, 8606, 27090, 4815, 28267, 4523, 7258, 967, 3814, 411, 11825, 29889, 1094, 1532, 408, 3063, 472, 5837, 310, 856, 13, 29931, 340, 29899, 10108, 12790, 292, 2799, 4212, 13, 855, 21805, 29915, 29879, 6291, 29901, 29871, 29941, 29896, 29914, 29900, 29896, 29914, 29906, 29900, 29896, 29955, 13, 1576, 11647, 29915, 29879, 10802, 297, 624, 21805, 29915, 29879, 6291, 19852, 338, 1286, 4866, 322, 278, 4482, 29899, 5563, 3578, 292, 756, 1286, 1063, 5039, 630, 29889, 29933, 720, 278, 2224, 322, 278, 3578, 292, 526, 263, 12853, 6124, 297, 4958, 310, 970, 15332, 322, 297, 4958, 310, 19725, 29889, 4806, 6452, 14332, 363, 1009, 7572, 5297, 29841, 297, 445, 2060, 322, 856, 13, 29902, 346, 315, 1633, 448, 871, 363, 13329, 29973, 13, 1576, 26998, 315, 1633, 23354, 29901, 29871, 29941, 29900, 29914, 29900, 29896, 29914, 29906, 29900, 29896, 29955, 13, 1576, 26998, 315, 1633, 23354, 29892, 3271, 304, 278, 3186, 29915, 29879, 10150, 14890, 907, 314, 18296, 29892, 750, 263, 2407, 5846, 322, 5490, 411, 8886, 29871, 29941, 29900, 29892, 29900, 29900, 29900, 885, 29877, 3554, 310, 14890, 907, 314, 5239, 297, 1009, 678, 12094, 533, 2729, 24590, 473, 29889, 3047, 278, 270, 1160, 322, 14724, 653, 14826, 591, 29915, 345, 750, 975, 278, 1833, 7303, 310, 7378, 29892, 366, 29915, 29881, 1348, 393, 14890, 907, 314, 723, 367, 856, 13, 29909, 19512, 29915, 29879, 24829, 895, 13, 3047, 306, 8050, 1510, 29883, 5832, 525, 29933, 768, 475, 29915, 29879, 6407, 5260, 2039, 411, 22045, 15862, 11059, 29915, 322, 411, 278, 8564, 12734, 3201, 309, 29892, 278, 1250, 15933, 310, 678, 12094, 533, 29892, 15000, 925, 1833, 4646, 29892, 372, 338, 443, 7610, 558, 5921, 393, 22049, 338, 278, 10261, 2246, 714, 17433, 12359, 3121, 29889, 5328, 1033, 5019, 505, 1063, 3109, 1135, 527, 13120, 411, 278, 29191, 8386, 856, 13, 4373, 12718, 567, 363, 8198, 13, 29924, 327, 272, 2879, 322, 6686, 414, 773, 323, 8606, 27090, 9321, 674, 505, 10548, 3620, 304, 278, 3578, 292, 29889, 402, 650, 471, 278, 24841, 20892, 1974, 330, 677, 9677, 292, 2215, 322, 9377, 322, 297, 967, 2058, 338, 263, 1568, 901, 12789, 1558, 287, 11220, 4796, 3578, 29936, 697, 20201, 29892, 3063, 714, 310, 670, 3474, 29892, 2714, 393, 278, 6520, 471, 10664, 297, 263, 16835, 7546, 310, 856, 13, 5914, 537, 6561, 1912, 13, 29911, 8606, 27090, 1522, 261, 8518, 12930, 29901, 29871, 29906, 29947, 29914, 29900, 29896, 29914, 29906, 29900, 29896, 29955, 13, 1123, 6338, 5056, 310, 450, 20986, 29915, 29879, 7765, 322, 310, 278, 405, 29956, 5593, 1913, 8645, 749, 2896, 537, 892, 297, 14333, 749, 472, 450, 2261, 6526, 8907, 373, 27822, 29871, 29906, 29941, 5490, 408, 450, 323, 8606, 27090, 1522, 261, 8518, 12930, 892, 2221, 304, 2198, 1009, 13568, 6288, 5220, 29263, 14231, 856, 13, 6422, 373, 450, 8815, 3844, 550, 826, 1516, 13, 29915, 20335, 4326, 2396, 29871, 29906, 29945, 29914, 29900, 29896, 29914, 29906, 29900, 29896, 29955, 13, 14804, 323, 8606, 27090, 414, 1122, 505, 6091, 16558, 2470, 1048, 450, 8815, 3844, 550, 826, 1516, 322, 3595, 278, 1804, 373, 278, 2625, 10090, 310, 278, 2529, 6721, 363, 10791, 12645, 3006, 1934, 304, 4331, 6375, 29889, 1724, 29915, 29879, 2675, 373, 366, 2244, 29973, 910, 4509, 310, 278, 7881, 756, 1063, 1623, 304, 1074, 7335, 1267, 322, 29022, 29891, 29892, 278, 3172, 29880, 536, 322, 3172, 29880, 3714, 29892, 322, 856, 13, 14084, 263, 4723, 304, 748, 13, 8439, 29915, 29879, 925, 697, 4723, 304, 748, 411, 450, 26998, 315, 1633, 23354, 29915, 29879, 5473, 29925, 317, 744, 29889, 450, 5473, 29925, 7412, 6978, 267, 2758, 2130, 304, 599, 23330, 411, 263, 12176, 14238, 29889, 29967, 265, 11385, 383, 514, 29892, 15944, 310, 450, 26998, 315, 1633, 23354, 6589, 29901, 376, 1576, 7412, 6978, 267, 526, 2307, 2107, 995, 363, 6909, 322, 5957, 12176, 4048, 886, 373, 599, 310, 1749, 856, 13, 29915, 29857, 554, 13493, 29915, 13, 3434, 29885, 11554, 29901, 29871, 29906, 29946, 29914, 29900, 29896, 29914, 29906, 29900, 29896, 29955, 13, 29943, 2952, 292, 278, 10982, 573, 2867, 29892, 4643, 11554, 472, 278, 2261, 6526, 338, 1250, 373, 15050, 4515, 3250, 29871, 29896, 303, 26319, 29878, 332, 653, 29892, 411, 278, 29871, 29906, 29900, 29896, 29945, 6017, 7716, 18621, 18737, 13493, 29889, 2697, 297, 29871, 29896, 29929, 29945, 29896, 322, 29871, 29896, 29929, 29945, 29906, 29892, 278, 2706, 10603, 278, 5828, 310, 263, 4123, 12601, 6114, 29915, 29879, 5198, 16783, 304, 18737, 13493, 29892, 988, 1183, 9098, 20074, 297, 5360, 29889, 1932, 902, 4940, 4380, 267, 701, 411, 856, 13, 29328, 515, 323, 8606, 27090, 4815, 13, 29911, 8606, 27090, 349, 786, 2719, 512, 1028, 2859, 491, 263, 3929, 300, 29915, 29879, 5741, 277, 8897, 4723, 29892, 323, 8606, 27090, 4815, 23449, 2719, 5476, 510, 287, 9821, 22291, 350, 1049, 964, 3762, 304, 18864, 263, 3353, 2462, 411, 278, 4344, 29889, 22291, 3796, 411, 599, 4413, 515, 8905, 29871, 29896, 29899, 517, 8905, 29871, 29953, 29892, 14372, 278, 4344, 278, 15130, 304, 8293, 2441, 772, 1567, 322, 856, 13, 26626, 29889, 360, 4154, 1459 ]
1,330,402
0
CommonCrawl
1
6
7/9/19 Police beat Marisa HicksLog Cabin Democrat From Conway Police Department reports Woman's vehicle vandalized A Cherub Drive resident called police Friday morning after learning her vehicle was vandalized. The 46-year-old complainant told officer Rachel Mistrille that an unknown suspect wrote on the hood of her blue 2011 Hyundai Genesis with a marker sometime between 10:30 p.m. Thursday and 7 a.m. Friday. There were also scratch marks located on the trunk of the vehicle, according to an incident report. Along with the vandalism, the complainant told Mistrille of a suspicious pizza delivered to her home the night before. According to the complainant's statement, a Papa John's Pizza delivery driver showed up at her residence around 10:15 p.m. Thursday. The woman claimed she did not order the pizza in question. Authorities later contacted the restaurant's manager and learned someone called using the number 501-928-5501 to order the pizza Thursday night. However, the report states that when Mistrille attempted to call the number, it showed to be disconnected. Man who allegedly threw orange juice, Listerine at Rent-A-Center is arrested A homeless man was arrested Friday morning after reportedly dumping orange juice and Listerine on a window at Rent-A-Center. Police were called to the business along Oak Street just before 11:40 a.m. Friday after 49-year-old Raymond Cleo Harris refused to leave the area when asked by employees, according to an incident report. As officer Steven J. Spurgers spoke with a manager about the incident, Harris reportedly walked up to a window and dumped an "orange/yellow liquid" on it. Spurgers noted that employees seemed "wary of Harris" and would "whisper around him," leading the officer to believe "that they had become afraid of him." "They also attempted to avoid him outside," the report states. At this point, Spurgers opted to arrest Harris on a criminal mischief charge regarding the incident he witnessed. According to the report, officers have received several complaints against Harris from businesses across Conway recently. "We have responded to multiple calls of him trespassing, refusing to leave, and bothering people outside," Spurgers wrote in his report. "On the same day of this report, we had received a call in front of Fred's where Harris was yelling and cursing at people walking by. During all of my contacts with Harris over the last few weeks, he has been belligerent, rude, and extremely confrontational." When asked about the liquid thrown at the Rent-A-Center window on Friday, Harris claimed it was "orange juice mixed with Listerine" and that he meant to "sprinkle it on himself." "This does not make sense as someone wouldn't pour orange juice and Listerine on their head as he said he was trying to do," the report reads in part. "Further, the liquid was definitely thrown as it covered a wide portion of the window." Following the incident at Rent-A-Center, the 49-year-old was charged with harassment, first-degree criminal mischief, third-degree assault and disorderly conduct. Harris is scheduled to appear next on Sept. 16 for a plea and arraignment hearing regarding the allegations against him. Rental car shot overnight A woman who lives at The Edge at Donaghey Apartments filed an incident report Friday afternoon after learning someone shot her rental car. According to an incident report, the 21-year-old complainant called police shortly before 2:15 p.m. Friday after finding a bullet hole in her white 2018 Nissan Sentra rental car. The vehicle was shot sometime between 7 p.m. Thursday and 11 a.m. Friday, according to the woman's statement "The night before was the [Fourth] of July and she heard several fireworks outside and could not tell if any were actually gun shots," officer Jason Case wrote in his report after speaking with the 21-year-old, noting there was a single bullet hole that was located in the front of the hood. "The bullet traveled into
-1.173381
-0.179352
-1.370463
-1.45248
[ -1.5034731195801534, -0.8432895628027509 ]
[ -0.4067615018061928, 0.0480581578464757 ]
[ -1.6393048893048803, -1.1016217919234153 ]
[ -1.910321157346557, -0.9946388229215418 ]
1,024
[ 512, 512 ]
[ 29871, 29955, 29914, 29929, 29914, 29896, 29929, 18923, 16646, 13, 7083, 8069, 379, 7358, 3403, 11680, 262, 4432, 16909, 13, 4591, 1281, 1582, 18923, 10317, 13676, 13, 29956, 2480, 29915, 29879, 19716, 325, 24258, 1891, 13, 29909, 23816, 431, 22850, 20201, 2000, 10974, 28728, 7250, 1156, 6509, 902, 19716, 471, 325, 24258, 1891, 29889, 13, 1576, 29871, 29946, 29953, 29899, 6360, 29899, 1025, 752, 7420, 424, 5429, 12139, 23647, 295, 341, 2132, 1924, 393, 385, 9815, 12326, 5456, 373, 278, 298, 2092, 310, 902, 7254, 29871, 29906, 29900, 29896, 29896, 9665, 870, 1794, 5739, 6656, 411, 263, 17456, 1047, 5410, 1546, 29871, 29896, 29900, 29901, 29941, 29900, 282, 29889, 29885, 29889, 498, 1295, 3250, 322, 29871, 29955, 263, 29889, 29885, 29889, 28728, 29889, 13, 8439, 892, 884, 22728, 17997, 5982, 373, 278, 534, 2960, 310, 278, 19716, 29892, 5034, 304, 385, 15134, 3461, 29889, 13, 2499, 549, 411, 278, 325, 24258, 1608, 29892, 278, 752, 7420, 424, 5429, 341, 2132, 1924, 310, 263, 8872, 14803, 282, 24990, 20115, 304, 902, 3271, 278, 4646, 1434, 29889, 13, 7504, 3278, 304, 278, 752, 7420, 424, 29915, 29879, 3229, 29892, 263, 27412, 2259, 29915, 29879, 349, 24990, 28289, 7156, 10018, 701, 472, 902, 25488, 2820, 29871, 29896, 29900, 29901, 29896, 29945, 282, 29889, 29885, 29889, 498, 1295, 3250, 29889, 13, 1576, 6114, 17049, 1183, 1258, 451, 1797, 278, 282, 24990, 297, 1139, 29889, 13361, 1907, 2678, 6958, 287, 278, 27144, 29915, 29879, 8455, 322, 10972, 4856, 2000, 773, 278, 1353, 29871, 29945, 29900, 29896, 29899, 29929, 29906, 29947, 29899, 29945, 29945, 29900, 29896, 304, 1797, 278, 282, 24990, 498, 1295, 3250, 4646, 29889, 2398, 29892, 278, 3461, 5922, 393, 746, 341, 2132, 1924, 16388, 304, 1246, 278, 1353, 29892, 372, 10018, 304, 367, 766, 18045, 29889, 13, 2517, 1058, 16831, 23244, 18318, 24841, 3623, 625, 29892, 365, 1531, 457, 472, 390, 296, 29899, 29909, 29899, 13409, 338, 24383, 13, 29909, 3632, 6393, 767, 471, 24383, 28728, 7250, 1156, 8967, 368, 16766, 292, 24841, 3623, 625, 322, 365, 1531, 457, 373, 263, 3474, 472, 390, 296, 29899, 29909, 29899, 13409, 29889, 13, 7713, 625, 892, 2000, 304, 278, 5381, 3412, 24132, 7103, 925, 1434, 29871, 29896, 29896, 29901, 29946, 29900, 263, 29889, 29885, 29889, 28728, 1156, 29871, 29946, 29929, 29899, 6360, 29899, 1025, 21380, 21386, 29877, 20349, 15964, 304, 5967, 278, 4038, 746, 4433, 491, 22873, 29892, 5034, 304, 385, 15134, 3461, 29889, 13, 2887, 12139, 24703, 435, 29889, 1706, 2007, 414, 12707, 411, 263, 8455, 1048, 278, 15134, 29892, 20349, 8967, 368, 17096, 701, 304, 263, 3474, 322, 16766, 287, 385, 376, 272, 927, 29914, 29136, 23904, 29908, 373, 372, 29889, 13, 5592, 2007, 414, 11682, 393, 22873, 6140, 376, 29893, 653, 310, 20349, 29908, 322, 723, 376, 1332, 275, 546, 2820, 1075, 1699, 8236, 278, 12139, 304, 4658, 376, 5747, 896, 750, 4953, 13421, 310, 1075, 1213, 13, 29908, 15597, 884, 16388, 304, 4772, 1075, 5377, 1699, 278, 3461, 5922, 29889, 13, 4178, 445, 1298, 29892, 1706, 2007, 414, 3523, 287, 304, 22564, 20349, 373, 263, 22161, 286, 783, 2575, 8323, 11211, 278, 15134, 540, 16277, 287, 29889, 7579, 304, 278, 3461, 29892, 13049, 505, 4520, 3196, 15313, 9466, 2750, 20349, 515, 5381, 267, 4822, 1281, 1582, 10325, 29889, 13, 29908, 4806, 505, 10049, 287, 304, 2999, 5717, 310, 1075, 9941, 3364, 292, 29892, 2143, 4746, 304, 5967, 29892, 322, 24738, 292, 2305, 5377, 1699, 1706, 2007, 414, 5456, 297, 670, 3461, 29889, 376, 2951, 278, 1021, 2462, 310, 445, 3461, 29892, 591, 750, 4520, 263, 1246, 297, 4565, 310, 12001, 29915, 29879, 988, 20349, 471, 343, 7807, 322, 18580, 292, 472, 2305, 22049, 491, 29889, 7133, 599, 310, 590, 25957, 411, 20349, 975, 278, 1833, 2846, 11405, 29892, 540, 756, 1063, 22623, 4087, 296, 29892, 364, 1151, 29892, 322, 14154, 21751, 1288, 1213, 13, 10401, 4433, 1048, 278, 23904, 12005, 472, 278, 390, 296, 29899, 29909, 29899, 13409, 3474, 373, 28728, 29892, 20349, 17049, 372, 471, 376, 272, 927, 3623, 625, 12849, 411, 365, 1531, 457, 29908, 322, 393, 540, 6839, 304, 376, 15099, 682, 280, 372, 373, 3654, 1213, 13, 29908, 4013, 947, 451, 1207, 4060, 408, 4856, 7656, 29915, 29873, 1671, 24841, 3623, 625, 322, 365, 1531, 457, 373, 1009, 2343, 408, 540, 1497, 540, 471, 1811, 304, 437, 1699, 278, 3461, 13623, 297, 760, 29889, 376, 29943, 332, 721, 29892, 278, 23904, 471, 11630, 12005, 408, 372, 10664, 263, 9377, 11910, 310, 278, 3474, 1213, 13, 29943, 2952, 292, 278, 15134, 472, 390, 296, 29899, 29909, 29899, 13409, 29892, 278, 29871, 29946, 29929, 29899, 6360, 29899, 1025, 471, 20139, 411, 4023, 465, 358, 29892, 937, 29899, 12163, 929, 22161, 286, 783, 2575, 29892, 4654, 29899, 12163, 929, 29159, 322, 766, 2098, 368, 7512, 29889, 13, 29950, 2749, 275, 338, 21467, 304, 2615, 2446, 373, 28742, 29889, 29871, 29896, 29953, 363, 263, 5644, 29874, 322, 564, 336, 10194, 22514, 11211, 278, 16831, 800, 2750, 1075, 29889, 13, 29934, 13703, 1559, 10322, 975, 11147, 13, 29909, 6114, 1058, 12080, 472, 450, 21086, 472, 3872, 351, 354, 29891, 319, 1595, 1860, 934, 29881, 385, 15134, 3461, 28728, 17724, 1156, 6509, 4856, 10322, 902, 364, 13703, 1559, 29889, 13, 7504, 3278, 304, 385, 15134, 3461, 29892, 278, 29871, 29906, 29896, 29899, 6360, 29899, 1025, 752, 7420, 424, 2000, 10974, 21734, 1434, 29871, 29906, 29901, 29896, 29945, 282, 29889, 29885, 29889, 28728, 1156, 9138, 263, 24334, 16188, 297, 902, 4796, 29871, 29906, 29900, 29896, 29947, 405, 790, 273, 28048, 336, 364, 13703, 1559, 29889, 13, 1576, 19716, 471, 10322, 1047, 5410, 1546, 29871, 29955, 282, 29889, 29885, 29889, 498, 1295, 3250, 322, 29871, 29896, 29896, 263, 29889, 29885, 29889, 28728, 29892, 5034, 304, 278, 6114, 29915, 29879, 3229, 13, 29908, 1576, 4646, 1434, 471, 278, 518, 29943, 473, 386, 29962, 310, 5468, 322, 1183, 6091, 3196, 3974, 13129, 5377, 322, 1033, 451, 2649, 565, 738, 892, 2869, 13736, 528, 1862, 1699, 12139, 21776, 11733, 5456, 297, 670, 3461, 1156, 13590, 411, 278, 29871, 29906, 29896, 29899, 6360, 29899, 1025, 29892, 451, 292, 727, 471, 263, 2323, 24334, 16188, 393, 471, 5982, 297, 278, 4565, 310, 278, 298, 2092, 29889, 13, 29908, 1576, 24334, 1020, 345, 839, 964 ]
1,330,406
0
CommonCrawl
0
3
Loose Reins offers luxury glamping in three cedar Pioneer cabins and in three safari style canvas lodges. The cabins are named Trappers, Gold Panners and Ranchers whilst the lodges are named Foresters, Hazel Meade and West Coombe. The accommodation is spread out along the upper edges of a natural coombe which nestles at the base of Shillingstone Hill within the Dorset Area of Outstanding Natural Beauty. Loose Reins is located on the edge of The Blackmore Vale adjacent to the ancient hill forts of Hambledon and Hod Hills and it has far reaching views across to the Saxon hilltop town of Shaftesbury and beyond. Directions to our site accompany your booking paperwork and they are also available on this site. Loose Reins can be found at the very end of the 'no through road' end of Lanchards Lane. Drive until the road runs out and then look right – we have a wide and well signposted entrance – take the gate to the left of the large Loose Reins sign, pass the barn, keeping it on your left, and park on the concrete just beyond the barn. Guests are asked to park on level concrete outside our reception office when they arrive. They are greeted by the owners or by a member of staff who will assist as their luggage is transferred to our on-site buggy for the onward journey to their accommodation. Guests are then asked to park their car in the Guest Car Park which has its own entrance, separate to the main yard, which is locked at night. Up to two guests may accompany the driver in the buggy which will take you to your door. Additional guests must walk to their accommodation using unlit, gravel paths. The paths are a mixture of level, gently rising and steep gradients, depending on which accommodation is chosen. Guests are encouraged to arrive between 4pm and 6pm when assistance with luggage will be available. Those arriving later than 6pm will need to park in the Guest Car Park and walk to their accommodation with their luggage (and a torch if it is dark) out of consideration to the other guests on site. It is advisable to arrive in daylight hours to get your bearings and so you may be shown how things work easily and it is essential that at least one of your party is met by a member of staff for this reason. There is no exterior lighting on site in order to preserve the special attraction of the site and to comply with our own environmental policy. If you require assistance with luggage on your departure day please ask the day before you go and be sure to have everything ready to move early because after 9.30 am our cleaning team commandeer the buggy and no manner of sweet talking will wrestle it back from them. Our cabins are surrounded by level gravel paths which lead to two wooden steps onto the covered porch. The wooden plank porch is 6m x 3m in size and contains a dining table, benches, rocking chairs and small tables. There are two more steps into the cabin itself where you will find a kingsize cabin bed, a seating/dining area which converts into a single bunk measuring 1.8m x 0.9m. A bed base measuring 1.8m x 0.8m, a ladder, mattress and safety rail to construct a second bunk above can be found in a storage cupboard under the kingsize bed. The cabin also has a small kitchen containing a Belfast sink, gas cooker, three burner hob, fridge, shelves and storage cupboards. In addition, there is a small wood burning stove which is surrounded by fire proof walls and it has a safety guard should it be required. Through a door on the same level you will find a bathroom with a standard sized shower with inward folding door, a small sink and a flushing toilet. A gas boiler provides instant hot water and electricity is supplied in several lights and sockets. Light bulbs are LED and beds have reading lamps for convenience. Candles are supplied and there is an excellent wind-up torch should you need it. The cabins enjoy access to our Guest Wifi and there is good mobile coverage for most networks. Our lodges are all accessed via short but steeply rising gravel paths. Foresters has one step to access the deck whilst Hazel Meade and West Coombe have level access. Each lodge has a large deck on which a four-seater sofa and two
1.011251
-0.321035
-0.065567
-0.76393
[ 1.3892813864652287, 0.633220549657913 ]
[ -0.16905555763732769, -0.4730147593146524 ]
[ -0.20125622791199974, 0.07012156180411706 ]
[ -0.8736751054477827, -0.6541844890639457 ]
1,024
[ 512, 512 ]
[ 4309, 852, 830, 1144, 16688, 21684, 2857, 3144, 1160, 292, 297, 2211, 29289, 279, 349, 1421, 261, 7776, 1144, 322, 297, 2211, 9437, 1306, 3114, 10508, 21896, 2710, 29889, 450, 7776, 1144, 526, 4257, 3201, 22437, 29892, 6650, 349, 812, 414, 322, 390, 14588, 414, 21109, 278, 21896, 2710, 526, 4257, 17300, 414, 29892, 25606, 295, 2191, 1943, 322, 3122, 3189, 290, 915, 29889, 13, 1576, 24803, 362, 338, 9677, 714, 3412, 278, 7568, 12770, 310, 263, 5613, 1302, 290, 915, 607, 17763, 793, 472, 278, 2967, 310, 1383, 8873, 12734, 9143, 2629, 278, 9579, 842, 18320, 310, 4451, 11235, 18385, 19618, 29891, 29889, 4309, 852, 830, 1144, 338, 5982, 373, 278, 7636, 310, 450, 6054, 5514, 478, 744, 20114, 304, 278, 12297, 17306, 363, 1372, 310, 7904, 569, 9176, 322, 379, 397, 24128, 322, 372, 756, 2215, 20888, 8386, 4822, 304, 278, 18574, 265, 17306, 3332, 4726, 310, 1383, 2051, 267, 11059, 322, 8724, 29889, 13, 29928, 533, 1953, 304, 1749, 3268, 10259, 1384, 596, 3143, 292, 5650, 1287, 322, 896, 526, 884, 3625, 373, 445, 3268, 29889, 4309, 852, 830, 1144, 508, 367, 1476, 472, 278, 1407, 1095, 310, 278, 525, 1217, 1549, 6520, 29915, 1095, 310, 365, 14588, 3163, 23841, 29889, 22850, 2745, 278, 6520, 6057, 714, 322, 769, 1106, 1492, 785, 591, 505, 263, 9377, 322, 1532, 1804, 2490, 287, 19546, 785, 2125, 278, 12417, 304, 278, 2175, 310, 278, 2919, 4309, 852, 830, 1144, 1804, 29892, 1209, 278, 2594, 29876, 29892, 12515, 372, 373, 596, 2175, 29892, 322, 14089, 373, 278, 18387, 925, 8724, 278, 2594, 29876, 29889, 13, 9485, 9197, 526, 4433, 304, 14089, 373, 3233, 18387, 5377, 1749, 25647, 8034, 746, 896, 18331, 29889, 2688, 526, 1395, 300, 287, 491, 278, 1914, 414, 470, 491, 263, 4509, 310, 13925, 1058, 674, 6985, 408, 1009, 7245, 29887, 482, 338, 18440, 304, 1749, 373, 29899, 2746, 6494, 1927, 363, 278, 373, 1328, 16342, 304, 1009, 24803, 362, 29889, 2088, 9197, 526, 769, 4433, 304, 14089, 1009, 1559, 297, 278, 2088, 342, 1704, 4815, 607, 756, 967, 1914, 19546, 29892, 5004, 304, 278, 1667, 29413, 29892, 607, 338, 22822, 472, 4646, 29889, 5020, 304, 1023, 28865, 1122, 10259, 1384, 278, 7156, 297, 278, 6494, 1927, 607, 674, 2125, 366, 304, 596, 3050, 29889, 3462, 3245, 28865, 1818, 6686, 304, 1009, 24803, 362, 773, 443, 19411, 29892, 2646, 955, 10898, 29889, 450, 10898, 526, 263, 29544, 310, 3233, 29892, 330, 2705, 20493, 322, 1886, 1022, 4656, 10070, 29892, 8679, 373, 607, 24803, 362, 338, 10434, 29889, 13, 9485, 9197, 526, 18443, 287, 304, 18331, 1546, 29871, 29946, 3358, 322, 29871, 29953, 3358, 746, 18872, 411, 7245, 29887, 482, 674, 367, 3625, 29889, 16025, 6974, 292, 2678, 1135, 29871, 29953, 3358, 674, 817, 304, 14089, 297, 278, 2088, 342, 1704, 4815, 322, 6686, 304, 1009, 24803, 362, 411, 1009, 7245, 29887, 482, 313, 392, 263, 4842, 305, 565, 372, 338, 6501, 29897, 714, 310, 19220, 304, 278, 916, 28865, 373, 3268, 29889, 739, 338, 25228, 519, 304, 18331, 297, 2462, 4366, 6199, 304, 679, 596, 11460, 886, 322, 577, 366, 1122, 367, 4318, 920, 2712, 664, 5948, 322, 372, 338, 18853, 393, 472, 3203, 697, 310, 596, 6263, 338, 1539, 491, 263, 4509, 310, 13925, 363, 445, 2769, 29889, 1670, 338, 694, 25591, 3578, 292, 373, 3268, 297, 1797, 304, 19905, 278, 4266, 1098, 13857, 310, 278, 3268, 322, 304, 752, 368, 411, 1749, 1914, 29380, 8898, 29889, 13, 3644, 366, 1996, 18872, 411, 7245, 29887, 482, 373, 596, 25619, 2462, 3113, 2244, 278, 2462, 1434, 366, 748, 322, 367, 1854, 304, 505, 4129, 7960, 304, 4337, 4688, 1363, 1156, 29871, 29929, 29889, 29941, 29900, 626, 1749, 5941, 292, 3815, 844, 4182, 261, 278, 6494, 1927, 322, 694, 8214, 310, 14225, 9963, 674, 24613, 280, 372, 1250, 515, 963, 29889, 13, 29949, 332, 7776, 1144, 526, 22047, 491, 3233, 2646, 955, 10898, 607, 3275, 304, 1023, 27278, 6576, 11480, 278, 10664, 1277, 305, 29889, 450, 27278, 715, 804, 1277, 305, 338, 29871, 29953, 29885, 921, 29871, 29941, 29885, 297, 2159, 322, 3743, 263, 270, 2827, 1591, 29892, 3856, 6609, 29892, 7679, 292, 521, 7121, 322, 2319, 6131, 29889, 1670, 526, 1023, 901, 6576, 964, 278, 28830, 3528, 988, 366, 674, 1284, 263, 413, 886, 675, 28830, 6592, 29892, 263, 409, 1218, 29914, 29881, 2827, 4038, 607, 29436, 964, 263, 2323, 289, 2960, 7540, 3864, 29871, 29896, 29889, 29947, 29885, 921, 29871, 29900, 29889, 29929, 29885, 29889, 319, 6592, 2967, 7540, 3864, 29871, 29896, 29889, 29947, 29885, 921, 29871, 29900, 29889, 29947, 29885, 29892, 263, 11979, 672, 29892, 1775, 509, 404, 322, 15332, 8367, 304, 3386, 263, 1473, 289, 2960, 2038, 508, 367, 1476, 297, 263, 8635, 18002, 3377, 1090, 278, 413, 886, 675, 6592, 29889, 450, 28830, 884, 756, 263, 2319, 29181, 6943, 263, 350, 761, 579, 28169, 29892, 10489, 7984, 261, 29892, 2211, 12138, 261, 298, 711, 29892, 1424, 5525, 29892, 528, 295, 1960, 322, 8635, 18002, 24691, 29889, 512, 6124, 29892, 727, 338, 263, 2319, 8112, 25535, 380, 994, 607, 338, 22047, 491, 3974, 5296, 14603, 322, 372, 756, 263, 15332, 8372, 881, 372, 367, 3734, 29889, 17044, 263, 3050, 373, 278, 1021, 3233, 366, 674, 1284, 263, 27683, 8345, 411, 263, 3918, 269, 1891, 1510, 261, 411, 297, 1328, 900, 8497, 3050, 29892, 263, 2319, 28169, 322, 263, 1652, 21616, 304, 488, 29873, 29889, 319, 10489, 1045, 3955, 8128, 14426, 7375, 4094, 322, 12646, 537, 338, 19056, 297, 3196, 26068, 322, 577, 9737, 29889, 12790, 8227, 5824, 526, 25023, 322, 289, 5779, 505, 5183, 301, 15092, 363, 29703, 29889, 28433, 793, 526, 19056, 322, 727, 338, 385, 15129, 8805, 29899, 786, 4842, 305, 881, 366, 817, 372, 29889, 450, 7776, 1144, 13389, 2130, 304, 1749, 2088, 342, 399, 6832, 322, 727, 338, 1781, 10426, 23746, 363, 1556, 14379, 29889, 13, 29949, 332, 21896, 2710, 526, 599, 20592, 3025, 3273, 541, 1886, 1022, 368, 20493, 2646, 955, 10898, 29889, 17300, 414, 756, 697, 4331, 304, 2130, 278, 19810, 21109, 25606, 295, 2191, 1943, 322, 3122, 3189, 290, 915, 505, 3233, 2130, 29889, 7806, 301, 17979, 756, 263, 2919, 19810, 373, 607, 263, 3023, 29899, 344, 1008, 577, 5444, 322, 1023 ]
1,330,412
0
C4
1
6
armchairs can be found. All decks have an over-hanging electric lantern for ease of use but candles are also supplied if off-grid lighting is preferred. Foresters has step lighting that comes on automatically at dusk and goes off at dawn. Hazel Meade and West Coombe have an additional hanging electric lantern adjacent to the access point of the deck. Access to the lodge itself is through a canvas drop down door into a large living/kitchen/dining room. The size of the lodge overall is 9m x 5m and the whole lodge floor is level and wood planked. The living/dining/kitchen area has a four-seater sofa and armchair around a wood burning stove which is contained within a secure fire screen. A coffee table or chest houses board games and there are electric standard lamps for additional lighting. Wall lighting is available throughout and all bulbs are LED. A large dining table with seats one side and a long bench the other provides plenty of space for six plus people to eat comfortably. The kitchen area has a four-burner gas hob, a sink and drainer and a combination microwave oven. Shelving and cupboards provide storage for the full complement of kitchenware and tableware as well as provisions. An under counter fridge with freezer compartment is provided and a long strip light illuminates the whole area for food preparation. The lodge has wooden partition walls creating separate sleeping areas and an indoor bathroom. There is a single corridor leading past a king size cabin bed, underneath of which is a children's play area housing a desk, seat, beanbags and hanging rail. Off the corridor is the private bathroom containing a flushing toilet, a vanity unit and basin with mirror above and a double self-contained rain shower with hose attachment. There is a lockable sliding door for privacy. There are two wall lights in the bathroom, one adjacent to the shower and one above the wall mirror. At the end of the corridor is a bedroom with king size four poster bed and a further room contained two single beds. Both bedrooms have full length curtains for privacy. All bedrooms have reading lights, wall lights, sockets and windows with fly screens. Candles are supplied and there is an excellent wind-up torch should you need it. Foresters and Hazel Meade enjoy access to our Guest Wifi but reception can be sporadic or non-existent in West Coombe. There is good mobile coverage for most networks. Smoke alarms and carbon dioxide detectors are installed in the cabins and lodges and smoking is not permitted inside or on the porches and decks. A fire extinguisher and fire blanket is supplied as standard and a first aid kit can be found in the bathrooms. Full details of how to access our local GP at Child Okeford (5 minutes) and our minor injuries unit in Blandford Forum (10 minutes) can be found in the Welcome Pack information in each lodge or cabin. We allow one dog to stay in our cabins and two dogs to stay in our lodges. There are rules in place to keep the peace and quiet of the site intact and clean for all users. Dogs are required to be kept on leads whilst on site and off beds and furniture within the accommodation. Dog beds, towels, bowls and treats are provided and there is a £25 supplement required per dog. The areas surrounding the lodges and cabins are laid to grass with some inter-planting of native trees and shrubs. The forest surrounding the site is accessible from the public footpath running adjacent to our entrance or directly from site by rough paths hewn into the banks. These banks can be slippery and awkward to climb, depending upon the weather and all users do so at their own risk. Whilst we encourage guests to make the most of our lovely forest side location it is advised that parents keep an eye on their children whilst they play amongst the trees. The horse paddocks are laid to pasture and fenced securely with chestnut post and rail fencing. Some fences have a single strand of electric rope running on the inside of the top rail which is connected to a solar powered battery. The fence stops the horses from chewing the rails and if touched gives a mild electric shock but guests are warned not to touch the electric fence at all and to ensure children are aware and advised. At no time should guests enter the horse paddocks for safety reasons and
0.790733
0.100882
-0.011038
-0.696782
[ 1.2139629315533873, 0.3675035164321534 ]
[ 0.230702273140067, -0.028938871149842203 ]
[ 0.1817161669210249, -0.203792468937384 ]
[ -0.5107839530265054, -0.8827799013866678 ]
1,024
[ 512, 512 ]
[ 5075, 305, 7121, 508, 367, 1476, 29889, 2178, 316, 4684, 505, 385, 975, 29899, 29882, 9776, 12646, 10906, 725, 363, 16326, 310, 671, 541, 23794, 793, 526, 884, 19056, 565, 1283, 29899, 7720, 3578, 292, 338, 16389, 29889, 17300, 414, 756, 4331, 3578, 292, 393, 5304, 373, 6336, 472, 270, 17400, 322, 5771, 1283, 472, 27470, 29889, 25606, 295, 2191, 1943, 322, 3122, 3189, 290, 915, 505, 385, 5684, 298, 9776, 12646, 10906, 725, 20114, 304, 278, 2130, 1298, 310, 278, 19810, 29889, 11028, 304, 278, 301, 17979, 3528, 338, 1549, 263, 10508, 5768, 1623, 3050, 964, 263, 2919, 8471, 29914, 29895, 23213, 29914, 29881, 2827, 5716, 29889, 450, 2159, 310, 278, 301, 17979, 12463, 338, 29871, 29929, 29885, 921, 29871, 29945, 29885, 322, 278, 3353, 301, 17979, 11904, 338, 3233, 322, 8112, 715, 804, 287, 29889, 13, 1576, 8471, 29914, 29881, 2827, 29914, 29895, 23213, 4038, 756, 263, 3023, 29899, 344, 1008, 577, 5444, 322, 5075, 305, 1466, 2820, 263, 8112, 25535, 380, 994, 607, 338, 11122, 2629, 263, 11592, 3974, 4315, 29889, 319, 26935, 1591, 470, 521, 342, 12955, 7613, 8090, 322, 727, 526, 12646, 3918, 301, 15092, 363, 5684, 3578, 292, 29889, 14406, 3578, 292, 338, 3625, 10106, 322, 599, 8227, 5824, 526, 25023, 29889, 319, 2919, 270, 2827, 1591, 411, 22091, 697, 2625, 322, 263, 1472, 3856, 305, 278, 916, 8128, 20947, 310, 2913, 363, 4832, 2298, 2305, 304, 17545, 13016, 2197, 29889, 450, 29181, 4038, 756, 263, 3023, 29899, 18712, 261, 10489, 298, 711, 29892, 263, 28169, 322, 7482, 4983, 322, 263, 10296, 20710, 798, 1351, 288, 854, 29889, 1383, 295, 1747, 322, 18002, 24691, 3867, 8635, 363, 278, 2989, 19595, 310, 29181, 2519, 322, 1591, 2519, 408, 1532, 408, 1326, 12112, 29889, 530, 1090, 6795, 1424, 5525, 411, 3889, 3298, 29078, 358, 338, 4944, 322, 263, 1472, 17820, 3578, 4486, 9735, 1078, 278, 3353, 4038, 363, 9687, 10223, 362, 29889, 13, 1576, 301, 17979, 756, 27278, 8877, 14603, 4969, 5004, 8709, 292, 10161, 322, 385, 1399, 16946, 27683, 8345, 29889, 1670, 338, 263, 2323, 1034, 2429, 272, 8236, 4940, 263, 6989, 2159, 28830, 6592, 29892, 1090, 484, 493, 310, 607, 338, 263, 4344, 29915, 29879, 1708, 4038, 27261, 263, 553, 29895, 29892, 12949, 29892, 17796, 29890, 810, 322, 298, 9776, 8367, 29889, 5947, 278, 1034, 2429, 272, 338, 278, 2024, 27683, 8345, 6943, 263, 1652, 21616, 304, 488, 29873, 29892, 263, 1109, 537, 5190, 322, 2362, 262, 411, 19571, 2038, 322, 263, 3765, 1583, 29899, 1285, 7114, 17251, 1510, 261, 411, 298, 852, 26305, 29889, 1670, 338, 263, 7714, 519, 2243, 4821, 3050, 363, 5999, 4135, 29889, 1670, 526, 1023, 10090, 26068, 297, 278, 27683, 8345, 29892, 697, 20114, 304, 278, 1510, 261, 322, 697, 2038, 278, 10090, 19571, 29889, 2180, 278, 1095, 310, 278, 1034, 2429, 272, 338, 263, 6592, 8345, 411, 6989, 2159, 3023, 10368, 6592, 322, 263, 4340, 5716, 11122, 1023, 2323, 289, 5779, 29889, 9134, 6592, 18901, 505, 2989, 3309, 3151, 2408, 29879, 363, 5999, 4135, 29889, 2178, 6592, 18901, 505, 5183, 26068, 29892, 10090, 26068, 29892, 577, 9737, 322, 5417, 411, 11340, 11844, 29889, 28433, 793, 526, 19056, 322, 727, 338, 385, 15129, 8805, 29899, 786, 4842, 305, 881, 366, 817, 372, 29889, 17300, 414, 322, 25606, 295, 2191, 1943, 13389, 2130, 304, 1749, 2088, 342, 399, 6832, 541, 25647, 508, 367, 805, 272, 26538, 470, 1661, 29899, 735, 9696, 297, 3122, 3189, 290, 915, 29889, 1670, 338, 1781, 10426, 23746, 363, 1556, 14379, 29889, 13, 29903, 4346, 446, 394, 279, 1516, 322, 22004, 20562, 29916, 680, 6459, 943, 526, 5130, 297, 278, 7776, 1144, 322, 21896, 2710, 322, 1560, 17223, 338, 451, 21905, 2768, 470, 373, 278, 1277, 6609, 322, 316, 4684, 29889, 319, 3974, 429, 1259, 29884, 22154, 322, 3974, 9654, 300, 338, 19056, 408, 3918, 322, 263, 937, 16226, 413, 277, 508, 367, 1476, 297, 278, 27683, 18901, 29889, 14846, 4902, 310, 920, 304, 2130, 1749, 1887, 28258, 472, 10517, 438, 446, 4006, 313, 29945, 6233, 29897, 322, 1749, 9461, 10899, 14886, 5190, 297, 350, 1049, 4006, 29474, 313, 29896, 29900, 6233, 29897, 508, 367, 1476, 297, 278, 21829, 18744, 2472, 297, 1269, 301, 17979, 470, 28830, 29889, 13, 4806, 2758, 697, 11203, 304, 7952, 297, 1749, 7776, 1144, 322, 1023, 26361, 304, 7952, 297, 1749, 21896, 2710, 29889, 1670, 526, 6865, 297, 2058, 304, 3013, 278, 10776, 322, 11813, 310, 278, 3268, 938, 627, 322, 5941, 363, 599, 4160, 29889, 360, 12099, 526, 3734, 304, 367, 8126, 373, 11981, 21109, 373, 3268, 322, 1283, 289, 5779, 322, 15252, 17252, 2629, 278, 24803, 362, 29889, 18776, 289, 5779, 29892, 304, 29893, 1379, 29892, 12580, 3137, 322, 2578, 1446, 526, 4944, 322, 727, 338, 263, 15151, 29906, 29945, 1462, 944, 3734, 639, 11203, 29889, 13, 1576, 10161, 18830, 278, 21896, 2710, 322, 7776, 1144, 526, 12341, 304, 17455, 411, 777, 1006, 29899, 24389, 292, 310, 7531, 10697, 322, 14653, 23954, 29889, 450, 13569, 18830, 278, 3268, 338, 15579, 515, 278, 970, 3661, 2084, 2734, 20114, 304, 1749, 19546, 470, 4153, 515, 3268, 491, 12164, 10898, 540, 1233, 964, 278, 24388, 29889, 4525, 24388, 508, 367, 20662, 407, 708, 322, 13689, 1328, 304, 10784, 29890, 29892, 8679, 2501, 278, 14826, 322, 599, 4160, 437, 577, 472, 1009, 1914, 12045, 29889, 806, 16613, 591, 13731, 6617, 28865, 304, 1207, 278, 1556, 310, 1749, 12355, 873, 13569, 2625, 4423, 372, 338, 594, 11292, 393, 11825, 3013, 385, 10977, 373, 1009, 4344, 21109, 896, 1708, 22611, 278, 10697, 29889, 450, 10435, 282, 1202, 1698, 29879, 526, 12341, 304, 4940, 545, 322, 285, 9223, 11592, 368, 411, 521, 342, 21305, 1400, 322, 8367, 285, 16750, 29889, 3834, 285, 2063, 505, 263, 2323, 851, 392, 310, 12646, 696, 412, 2734, 373, 278, 2768, 310, 278, 2246, 8367, 607, 338, 6631, 304, 263, 21635, 3081, 287, 16988, 29889, 450, 285, 663, 17726, 278, 15100, 515, 923, 16958, 278, 18090, 322, 565, 23051, 4076, 263, 286, 789, 12646, 19253, 541, 28865, 526, 1370, 9571, 451, 304, 6023, 278, 12646, 285, 663, 472, 599, 322, 304, 9801, 4344, 526, 9543, 322, 594, 11292, 29889, 2180, 694, 931, 881, 28865, 3896, 278, 10435, 282, 1202, 1698, 29879, 363, 15332, 9590, 322 ]
1,330,412
1,024
C4
1
6
Гео́ргий Матве́евич Ленёв () (14 апреля 1908 года — 7 января 1979 года) — советский военачальник, генерал-лейтенант Советской армии, участник Великой Отечественной войны, Герой Советского Союза (1945). Биография Родился 14 апреля 1908 года в селе Процивка (сейчас город Ромны, Сумская область, Украина), в семье рабочего. Окончил 8 классов средней школы. В мае 1924 года стал кузнецом в совхозе «Перекрестовка». В 1928 году окончил Ленинградский геологоразведочный техникум, после окончания учёбы работал горным мастером. В июне 1929 года вступил в ВКП(б). В РККА с ноября 1928 года, затем был годовой перерыв, вновь в армии с 1931 года. В 1940 году окончил Военную академию химической защиты, затем преподавателем общей тактики в одном из военных училищ. В боях Великой Отечественной войны с ноября 1941 года. Сначала воевал на Западном фронте, затем на Воронежском. С апреля 1944 года — на 3-м Украинском. С сентября 1944 года — на 1-м Белорусском фронте. Был командиром 902-го стрелкового полка (248-я стрелковая дивизия, 9-го стрелкового корпуса, 5-я ударная армия, 1-й Белорусский фронт). 2 февраля 1945 года Ленёву удалось организовать форсирование Одера в районе населенного пункта Грос-Нойендорф и захватить плацдарм. При отражении контратак врага несколько раз вызывал огонь на себя. Всего за два дня полк под его командованием подбил 15 вражеских танков и 8 бронетранспортеров и удержал плацдарм. Указом Президиума Верховного Совета СССР от 6 апреля 1945 года за мужество и отвагу, проявленные в боях за удержание плацдарма на Одере, умелое командование полком, подполковнику Ленёву было присвоено звание Героя Советского Союза. Ленёв участвовал в Параде Победы в Москве и в параде союзных войск в Берлине у Бранденбургских ворот. После победы продолжил службу в ВС СССР. В 1950 году окончил курсы усовершенствования командиров стрелковых дивизий при Военной академии имени М. В. Фрунзе. В 1952 году избирался в Черновицкий областной Совет депутатов трудящихся. Ленёв возглавлял Московское высшее общевойсковое командное училище имени Верховного Совета РСФСР, был заместителем командующего Северо-Кавказским военным округом и Ленинградским военным округом. В 1969 году ушёл в запас в звании генерал-лейтенанта. Жил в городе Красногорске. Проводил большую воспитательную и военно-патриотическую работу среди молодежи. Скончался 7 января 1979 года. Похоронен в Красногорске на Пенягинском кладбище. Труды Автор и соавтор ряда литературных произведений, посвящённых Великой Отечественной войне. Самое известное из них — «Конец фашистского логова», было издано в Москве в 1973 году. На эту книгу до сих пор ссылаются многие историки.
-0.610445
0.157287
-0.676405
-0.166102
[ -0.8515076153767435, -0.3693818643691797 ]
[ 0.09461450096052838, 0.21995850165220868 ]
[ -0.7731785791361524, -0.5796316858865154 ]
[ -0.2168291127139295, -0.11537567225206699 ]
1,024
[ 512, 512 ]
[ 8215, 29904, 30103, 29927, 1892, 29977, 3507, 29932, 1521, 30103, 13177, 1872, 656, 30043, 29942, 3861, 313, 29896, 29946, 16550, 29871, 29896, 29929, 29900, 29947, 2336, 30081, 30003, 29871, 29955, 15650, 29871, 29896, 29929, 29955, 29929, 2336, 29897, 30081, 30003, 25412, 1786, 29919, 19458, 693, 3316, 29892, 21857, 29899, 6188, 730, 11659, 29932, 19023, 2641, 24164, 29892, 19234, 3316, 11312, 7337, 28151, 15138, 15027, 29892, 8215, 6318, 19023, 2717, 5579, 24467, 313, 29896, 29929, 29946, 29945, 467, 13, 13, 30031, 29917, 11523, 29871, 13, 30027, 29904, 956, 4633, 29871, 29896, 29946, 16550, 29871, 29896, 29929, 29900, 29947, 2336, 490, 1586, 753, 6807, 1138, 29942, 642, 313, 23358, 19829, 12816, 6083, 29959, 933, 29892, 9624, 29959, 4484, 18427, 29892, 19189, 477, 511, 490, 18534, 12295, 6457, 1093, 588, 29889, 1651, 6587, 20124, 29871, 29947, 9955, 29935, 7044, 12831, 8150, 12351, 5985, 29889, 13, 13, 30012, 2394, 29919, 29871, 29896, 29929, 29906, 29946, 2336, 13627, 6226, 22651, 29996, 9530, 490, 6470, 1814, 4791, 859, 30013, 1719, 10179, 10148, 642, 1684, 939, 29871, 29896, 29929, 29906, 29947, 3294, 17895, 20124, 8114, 12593, 15760, 2542, 10342, 6157, 588, 6117, 1521, 1802, 19705, 11425, 507, 1382, 29959, 29892, 9017, 27972, 1587, 29529, 6326, 27814, 24856, 4470, 2394, 4267, 4416, 29889, 939, 8599, 821, 29871, 29896, 29929, 29906, 29929, 2336, 490, 28270, 490, 939, 30014, 30013, 29898, 29975, 467, 13, 13, 30012, 1483, 30014, 30014, 30018, 531, 17121, 29871, 29896, 29929, 29906, 29947, 2336, 29892, 22174, 4601, 10477, 10848, 2942, 3541, 29942, 29892, 490, 2835, 29978, 490, 24164, 531, 29871, 29896, 29929, 29941, 29896, 2336, 29889, 939, 29871, 29896, 29929, 29946, 29900, 3294, 17895, 20124, 5123, 656, 6627, 17670, 989, 30005, 18384, 13584, 2641, 20022, 3327, 29892, 22174, 2102, 26509, 846, 17584, 11471, 29977, 4553, 24807, 490, 3288, 2815, 1866, 13316, 2430, 15517, 644, 30021, 29889, 13, 13, 30012, 3419, 13053, 11312, 7337, 28151, 15138, 15027, 531, 17121, 29871, 29896, 29929, 29946, 29896, 2336, 29889, 857, 19458, 684, 1786, 29919, 18289, 665, 3982, 10046, 2815, 23502, 730, 29892, 22174, 665, 5123, 576, 821, 29998, 5540, 29889, 857, 16550, 29871, 29896, 29929, 29946, 29946, 2336, 30081, 30003, 665, 29871, 29941, 29899, 29959, 15949, 8197, 5540, 29889, 857, 16471, 29871, 29896, 29929, 29946, 29946, 2336, 30081, 30003, 665, 29871, 29896, 29899, 29959, 28621, 16007, 5540, 23502, 730, 29889, 25671, 29944, 19137, 4416, 29871, 29929, 29900, 29906, 29899, 588, 21373, 29944, 7220, 588, 7372, 642, 313, 29906, 29946, 29947, 29899, 29970, 21373, 29944, 9767, 29970, 18311, 29970, 29892, 29871, 29929, 29899, 588, 21373, 29944, 7220, 588, 24276, 2019, 29892, 29871, 29945, 29899, 29970, 863, 5567, 3162, 5339, 17682, 29892, 29871, 29896, 29899, 29977, 28621, 16007, 2542, 23502, 29932, 467, 13, 13, 29906, 17672, 29871, 29896, 29929, 29946, 29945, 2336, 1872, 656, 30043, 5944, 19871, 8641, 12363, 9718, 1413, 9116, 1325, 4962, 1755, 1651, 1216, 494, 490, 15560, 4588, 2510, 1868, 469, 13937, 676, 1618, 10374, 29899, 30029, 29904, 29977, 656, 13523, 30011, 606, 1077, 29988, 10957, 1413, 8433, 29996, 5567, 29959, 29889, 13, 13, 30013, 641, 1685, 494, 26362, 28415, 19038, 19195, 1779, 20846, 3212, 2771, 10706, 29944, 614, 588, 5392, 665, 24716, 29889, 16494, 588, 1077, 11883, 662, 1200, 7372, 29951, 3693, 5686, 6863, 11577, 8751, 3693, 2384, 29944, 29871, 29896, 29945, 19195, 1498, 4483, 20395, 2530, 606, 29871, 29947, 12441, 24050, 3048, 3565, 29927, 730, 2899, 606, 863, 21853, 29944, 8433, 29996, 5567, 29959, 29889, 13, 13, 30053, 642, 15438, 7127, 1916, 956, 29960, 1155, 25731, 1868, 29665, 676, 12383, 1685, 29871, 29953, 16550, 29871, 29896, 29929, 29946, 29945, 2336, 1077, 4179, 1498, 3501, 606, 1685, 846, 3325, 29892, 1471, 15432, 2510, 3029, 490, 3419, 13053, 1077, 863, 21853, 1755, 8433, 29996, 5567, 1155, 665, 1651, 1216, 587, 29892, 863, 1488, 843, 29919, 6863, 11577, 1755, 7372, 4751, 29892, 3693, 9518, 2530, 507, 1382, 1872, 656, 30043, 5944, 8573, 27167, 18072, 570, 754, 846, 1755, 8215, 576, 29970, 19023, 2717, 5579, 24467, 29889, 13, 13, 30050, 656, 30043, 29942, 6810, 26684, 490, 5390, 494, 1216, 2195, 3759, 4184, 490, 20185, 1521, 606, 490, 19714, 1216, 1778, 20926, 2430, 7587, 6231, 490, 15829, 644, 821, 863, 1386, 3048, 4466, 14590, 4483, 1786, 576, 29932, 29889, 13, 13, 30013, 3264, 753, 15393, 4184, 20646, 23639, 17746, 3378, 490, 939, 30008, 12383, 29889, 939, 29871, 29896, 29929, 29945, 29900, 3294, 17895, 20124, 23049, 5551, 863, 7044, 780, 10084, 10666, 1587, 19137, 2899, 21373, 29944, 2530, 9240, 18311, 29977, 1695, 5123, 656, 2082, 17670, 11085, 21959, 1142, 29889, 30081, 30012, 29889, 30081, 30061, 1086, 29921, 4791, 29889, 939, 29871, 29896, 29929, 29945, 29906, 3294, 1866, 20338, 4633, 490, 15605, 29921, 1928, 29996, 3753, 5055, 464, 2082, 19023, 26708, 4820, 17902, 5640, 22319, 1198, 29889, 13, 13, 30050, 656, 30043, 29942, 6849, 29969, 5206, 1225, 29944, 20208, 7757, 2771, 29935, 29656, 11471, 11318, 6231, 1930, 29919, 6863, 29957, 5209, 15517, 23054, 21959, 25731, 1868, 29665, 676, 1483, 30008, 30061, 7350, 29892, 4601, 24256, 1415, 17584, 24857, 26920, 7215, 19953, 29899, 17831, 29942, 16602, 9187, 13316, 4470, 9414, 17408, 606, 8114, 12593, 15760, 9187, 13316, 4470, 9414, 17408, 29889, 939, 29871, 29896, 29929, 29953, 29929, 3294, 863, 21348, 490, 1077, 19074, 490, 754, 846, 3849, 21857, 29899, 6188, 730, 11659, 676, 29889, 13, 13, 30100, 17883, 490, 24874, 25478, 1868, 29927, 11106, 29889, 971, 7735, 956, 29944, 9935, 10360, 30005, 16335, 1668, 676, 2584, 6627, 606, 13316, 570, 29899, 1843, 7678, 29904, 7166, 12928, 6457, 1500, 19927, 14908, 1216, 1969, 29889, 13, 13, 30008, 6587, 1282, 4633, 29871, 29955, 15650, 29871, 29896, 29929, 29955, 29929, 2336, 29889, 2195, 1814, 6887, 656, 490, 25478, 1868, 29927, 11106, 665, 971, 656, 29970, 1892, 29921, 5540, 9955, 29957, 2384, 2402, 29889, 13, 13, 30041, 1086, 4184, 29871, 13, 30018, 29942, 2374, 606, 1778, 29910, 29942, 2374, 22894, 840, 23082, 6469, 2430, 10219, 12055, 2332, 29892, 10038, 5543, 30021, 5118, 2430, 11312, 7337, 28151, 15138, 7587, 821, 29889, 5212, 1630, 29919, 14292, 5209, 1866, 15904, 30081, 30003, 859, 30014, 16214, 29996, 6725, 1911, 464, 2717, 13860, 29969, 1263, 3558, 8573, 16209, 570, 490, 20185, 1521, 490, 29871, 29896, 29929, 29955, 29941, 3294, 29889, 2372, 2352, 1500, 13024, 3325, 1447, 3485, 29988, 21463, 531, 5551, 684, 9480, 23571, 29919, 15855, 717, 29889 ]
1,330,415
0
Wikipedia
-1
-1
Q: How to convert source code to a xml based representation of the ast? i wanna get a xml representation of the ast of java and c code. 3 months ago, i asked this question yet but the solutions weren't comfortable for me * *srcml seems to be a good solution for this problem but it does not support line numbers and columns but i need that feature. *about elsa: cite: "There is ongoing effort to export the Elsa AST as an XML document; we expect to be able to advertise this in the next public release." *dms... didn't understand that. *especially for java, there is javaml which supports line numbers. but the sourceforge page doesn't list any files. question: there's software available which supports conversion of ast into xml which supports line numbers (and columns) [especially for java and c/c++]? is there an alternative to javaml and srcml? ps: i don't wanne have parser generators. i hope to find a tool which can be used on the console typing: ./my-xml-generator Test.java [or something like that]... or a java implementation would be great too. A: a bit late but here is one: http://xmltranslator.appspot.com/sourcecodetoxml.html I have implemented it myself and it converts PHP and Java to XML. It's free so enjoy! Oana. A: What didn't you understand about DMS? It exists. It has compiler accurate parsers/frontends for C, C++, Java, C#, COBOL (and many other languages). It automatically builds full Abstract Syntax Trees for whatever it parses. Each AST node is stamped with file/line/column for the token that represents that start of that node, and the final column can be computed by a DMS API call. It has a built-in option to generate XML from the ASTs, complete with node type, source position (as above), and any associated literal value. The command line call is: run DMSDomainParser ++XML <path_to_your_file> You can see what such an XML result looks like for Java. You probably don't really want what you are wishing for. A 1000 C program may have 100K lines of #include file stuff. A line produces between 5-10 nodes. The DMS XML output is succint and each node only takes a line, so you are looking at ~~ 1 million lines of XML, of 60 characters each --> 60 million characters. That's a big file, and you probably don't want to process it with an XML-based tool. DMS itself provides a vast amount of infrastructure for manipulating the ASTs it builds: traversing, pattern matching (against patterns coded essentially in source form), source-to-source transforms, control flow, data flow, points-to analysis, global call graphs. You'll find it amazingly hard to replicate all this machinery, and you're likely to need it to do anything interesting. Moral: much better to use something like DMS to manipulate the AST directly, than to fight with XML. Full disclosure: I'm the architect behind DMS. A: There is GCC-XML at http://www.gccxml.org/HTML/Index.html - caveat; I haven't actually used it myself. A: srcml supports line number and column number. Here is an example using a java file called input.java (keep in mind srcml supports multiple languages, including C/C++) that contains the following: public class HelloWorld { public static void main(String[] args) { // Prints "Hello, World" to the terminal window. System.out.println("Hello, World"); } } Then run srcml with the command to enable keeping track of this extra position information: srcml input.java --position It produces the following AST in an XML format with line number and column number embedded: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <unit xmlns="http://www.srcML.org/srcML/src" xmlns:pos="http://www.srcML.org/srcML/position" revision="0.9.5" language="Java" filename="input.java" pos:tabs="8"><class><
-0.530319
0.416928
0.765052
0.756083
[ -0.6515350027429243, -0.40910245181014376 ]
[ 0.4419964457346138, 0.3918588454579417 ]
[ 0.9730233668409168, 0.5570798386778968 ]
[ 0.6546299271507867, 0.8575368080745117 ]
1,024
[ 512, 512 ]
[ 660, 29901, 1128, 304, 3588, 2752, 775, 304, 263, 4903, 2729, 8954, 310, 278, 8717, 29973, 474, 281, 9713, 679, 263, 4903, 8954, 310, 278, 8717, 310, 2115, 322, 274, 775, 29889, 29871, 29941, 7378, 8020, 29892, 474, 4433, 445, 1139, 3447, 541, 278, 6851, 2949, 264, 29915, 29873, 25561, 363, 592, 13, 13, 13, 29930, 13, 13, 29930, 4351, 828, 2444, 304, 367, 263, 1781, 1650, 363, 445, 1108, 541, 372, 947, 451, 2304, 1196, 3694, 322, 4341, 541, 474, 817, 393, 4682, 29889, 13, 13, 29930, 12717, 4728, 29874, 29901, 274, 568, 29901, 376, 8439, 338, 373, 17696, 7225, 304, 5609, 278, 1260, 4977, 319, 1254, 408, 385, 6560, 1842, 29936, 591, 2149, 304, 367, 2221, 304, 18811, 895, 445, 297, 278, 2446, 970, 6507, 1213, 13, 13, 29930, 29881, 1516, 856, 3282, 29915, 29873, 2274, 393, 29889, 13, 13, 29930, 267, 25009, 363, 2115, 29892, 727, 338, 26673, 8807, 607, 11286, 1196, 3694, 29889, 541, 278, 2752, 20324, 1813, 1838, 29915, 29873, 1051, 738, 2066, 29889, 13, 13, 13, 12470, 29901, 727, 29915, 29879, 7047, 3625, 607, 11286, 11301, 310, 8717, 964, 4903, 607, 11286, 1196, 3694, 313, 392, 4341, 29897, 518, 267, 25009, 363, 2115, 322, 274, 29914, 29883, 1817, 29962, 29973, 338, 727, 385, 8671, 304, 26673, 8807, 322, 4765, 828, 29973, 13, 567, 29901, 474, 1016, 29915, 29873, 281, 11276, 505, 13812, 1176, 4097, 29889, 474, 4966, 304, 1284, 263, 5780, 607, 508, 367, 1304, 373, 278, 2991, 19229, 29901, 11431, 1357, 29899, 3134, 29899, 27959, 4321, 29889, 1645, 518, 272, 1554, 763, 393, 29962, 856, 470, 263, 2115, 5314, 723, 367, 2107, 2086, 29889, 13, 13, 29909, 29901, 263, 2586, 5683, 541, 1244, 338, 697, 29901, 13, 1124, 597, 3134, 3286, 29880, 1061, 29889, 932, 17500, 29889, 510, 29914, 4993, 19284, 300, 2251, 828, 29889, 1420, 13, 29902, 505, 8762, 372, 6142, 322, 372, 29436, 5048, 322, 3355, 304, 6560, 29889, 13, 3112, 29915, 29879, 3889, 577, 13389, 29991, 13, 29949, 1648, 29889, 13, 13, 29909, 29901, 1724, 3282, 29915, 29873, 366, 2274, 1048, 360, 4345, 29973, 29871, 13, 3112, 4864, 29889, 13, 3112, 756, 6516, 16232, 610, 4253, 29914, 8862, 1975, 363, 315, 29892, 315, 10024, 3355, 29892, 315, 6552, 4810, 29933, 5607, 313, 392, 1784, 916, 10276, 467, 13, 3112, 6336, 23315, 2989, 25513, 21306, 6479, 267, 363, 6514, 372, 610, 29879, 267, 29889, 29871, 7806, 319, 1254, 2943, 338, 25214, 287, 411, 934, 29914, 1220, 29914, 4914, 363, 278, 5993, 393, 11524, 393, 1369, 310, 393, 2943, 29892, 13, 392, 278, 2186, 1897, 508, 367, 15712, 491, 263, 360, 4345, 3450, 1246, 29889, 13, 3112, 756, 263, 4240, 29899, 262, 2984, 304, 5706, 6560, 515, 278, 319, 1254, 29879, 29892, 4866, 411, 2943, 1134, 29892, 2752, 2602, 313, 294, 2038, 511, 322, 738, 6942, 16333, 995, 29889, 29871, 450, 1899, 1196, 1246, 338, 29901, 13, 1065, 360, 4345, 15951, 11726, 8445, 9165, 29871, 529, 2084, 29918, 517, 29918, 8066, 29918, 1445, 29958, 13, 13, 3492, 508, 29871, 1074, 825, 1316, 385, 6560, 1121, 3430, 763, 363, 3355, 29889, 13, 3492, 3117, 1016, 29915, 29873, 2289, 864, 825, 366, 526, 6398, 292, 363, 29889, 29871, 319, 29871, 29896, 29900, 29900, 29900, 315, 1824, 1122, 505, 29871, 29896, 29900, 29900, 29968, 3454, 310, 396, 2856, 934, 6433, 29889, 29871, 319, 1196, 13880, 1546, 29871, 29945, 29899, 29896, 29900, 7573, 29889, 259, 450, 360, 4345, 6560, 1962, 338, 8348, 524, 322, 1269, 2943, 871, 4893, 263, 1196, 29892, 577, 366, 526, 3063, 472, 3695, 30022, 29871, 29896, 7284, 3454, 310, 6560, 29892, 310, 29871, 29953, 29900, 4890, 1269, 6660, 29871, 29953, 29900, 7284, 4890, 29889, 259, 2193, 29915, 29879, 263, 4802, 934, 29892, 322, 366, 3117, 1016, 29915, 29873, 864, 304, 1889, 372, 411, 385, 6560, 29899, 6707, 5780, 29889, 13, 29928, 4345, 3528, 8128, 263, 13426, 5253, 310, 22035, 12425, 363, 11525, 18099, 278, 319, 1254, 29879, 372, 23315, 29901, 13, 3018, 874, 292, 29892, 4766, 9686, 313, 351, 475, 303, 15038, 274, 6797, 13674, 297, 2752, 883, 511, 2752, 29899, 517, 29899, 4993, 4327, 29879, 29892, 2761, 4972, 29892, 848, 4972, 29892, 3291, 29899, 517, 7418, 29892, 5534, 1246, 18445, 29889, 13, 3492, 29915, 645, 1284, 372, 21863, 11687, 2898, 304, 1634, 5926, 599, 445, 7672, 262, 708, 29892, 322, 366, 29915, 276, 5517, 304, 817, 372, 304, 437, 3099, 8031, 29889, 259, 13, 29924, 11251, 29901, 1568, 2253, 304, 671, 1554, 763, 360, 4345, 304, 26749, 278, 319, 1254, 4153, 29892, 1135, 304, 8589, 411, 6560, 29889, 13, 13658, 766, 25071, 29901, 306, 29915, 29885, 278, 6956, 5742, 360, 4345, 29889, 13, 13, 29909, 29901, 1670, 338, 402, 4174, 29899, 9165, 472, 1732, 597, 1636, 29889, 19644, 3134, 29889, 990, 29914, 7020, 29914, 3220, 29889, 1420, 448, 24230, 271, 29936, 306, 7359, 29915, 29873, 2869, 1304, 372, 6142, 29889, 13, 13, 29909, 29901, 4765, 828, 11286, 1196, 1353, 322, 1897, 1353, 29889, 2266, 338, 385, 1342, 773, 263, 2115, 934, 2000, 1881, 29889, 1645, 313, 17462, 297, 3458, 4765, 828, 11286, 2999, 10276, 29892, 3704, 315, 29914, 29907, 4862, 393, 3743, 278, 1494, 29901, 13, 3597, 770, 15043, 14058, 426, 13, 1678, 970, 2294, 1780, 1667, 29898, 1231, 2636, 6389, 29897, 426, 13, 4706, 849, 1588, 9466, 376, 10994, 29892, 2787, 29908, 304, 278, 8638, 3474, 29889, 13, 4706, 2184, 29889, 449, 29889, 5248, 703, 10994, 29892, 2787, 1496, 13, 1678, 500, 13, 29913, 13, 13, 11760, 1065, 4765, 828, 411, 278, 1899, 304, 9025, 12515, 5702, 310, 445, 4805, 2602, 2472, 29901, 13, 4351, 828, 1881, 29889, 1645, 1192, 3283, 13, 13, 3112, 13880, 278, 1494, 319, 1254, 297, 385, 6560, 3402, 411, 1196, 1353, 322, 1897, 1353, 15685, 29901, 13, 8169, 3134, 1873, 543, 29896, 29889, 29900, 29908, 8025, 543, 10496, 29899, 29947, 29908, 2317, 18785, 543, 3582, 18943, 13, 29966, 5441, 9463, 543, 1124, 597, 1636, 29889, 4351, 1988, 29889, 990, 29914, 4351, 1988, 29914, 4351, 29908, 9463, 29901, 1066, 543, 1124, 597, 1636, 29889, 4351, 1988, 29889, 990, 29914, 4351, 1988, 29914, 3283, 29908, 26554, 543, 29900, 29889, 29929, 29889, 29945, 29908, 4086, 543, 8404, 29908, 10422, 543, 2080, 29889, 1645, 29908, 926, 29901, 21175, 543, 29947, 3254, 1990, 5299 ]
1,330,417
0
StackExchange
-1
-1
A day after his Assembly victory, Bohen receives a lesson in Albany 101 Erik Bohen, a Democrat who ran on the Republican and Conservative lines, won a special election to fill Mickey Kearns' seat in April. (Mark Mulville/Buffalo News) By Tom Precious|Published Wed, Apr 25, 2018 |Updated Wed, Apr 25, 2018 ALBANY – Erik T. Bohen boasted during his successful campaign for the Assembly 142nd District seat in Tuesday's special election that, despite running on the Republican line, he would join the Assembly Democratic conference upon his arrival in Albany. He's not invited. Assembly Speaker Carl Heastie, a Bronx Democrat, made it clear Wednesday – in Albanyspeak – that while Bohen may be a registered Democrat he shouldn't have plans any time soon to be joining the Democrats who hold total sway over the operations of the Assembly. "This is someone who was elected not running on the Democratic line and the speaker has not had any conversations with him. The speaker prefers to take a wait and see approach," said Michael Whyland, a Heastie spokesman. Assembly sources said Heastie still needs to gauge the opinions of 104 Democratic caucus members. But there appears to be no chance Bohen will be invited to join the conference – a partisan caucus where admittance is not guaranteed – at least during the 2018 session. Defying the odds, Erik Bohen captures 142nd District Assembly race In Bohen, Democrats Wednesday complained that he got elected with GOP financial help and had the head of the Erie County Republican Party, Nicholas Langworthy, front and center at his victory party Tuesday night after offering his assistance in getting Bohen elected. On a night when the GOP retained a congressional seat in an Arizona special election, the race in Western New York was also being watched and trumpeted by Republicans looking for signs of momentum heading into November. Western New York Democrats were not rushing to embrace Bohen. "There are 104 Democrats in the Democratic conference who ran on the Democratic line and a lot of them are confused why somebody who ran on the Republican line would even think about joining a Democratic conference," said Assemblyman Sean Ryan, a Buffalo Democrat. Assemblywoman Crystal Peoples-Stokes, a Buffalo Democrat, echoed the problems Bohen faces in trying to join the Assembly Democrats. "I understand he did win the election on the Republican line, which means it's a different line than the Democrats. It's a different agenda," Peoples-Stokes said. "So I think the speaker will have to run this whole thing through the conference: Do you want a Republican sitting in Democratic conference?" she added. For his part, Bohen said Wednesday he had not been in contact with Assembly Democrats about joining their conference in Albany, but he plans to this week. "I haven't been to Albany yet and I'm looking forward to sitting down with everybody and working collaboratively to get things done for the district," Bohen said in an interview. The new assemblymember expects to attend his first session next week after the election results are certified. As holders of power in the Assembly, the Democratic conference – like other party caucuses in Albany – meets in private to hash out positions and decide any number of major matters, such as this year's $168.3 billion budget. As an incoming member, Bohen already was going to have little influence in the Legislature. As someone not welcomed into the Democratic conference – which, through Heastie, decides everything from office assignments, fate of bills and size of staff – Bohen faces tough odds of getting much accomplished before the session ends in June. Bohen may have other issues: It was not immediately certain Wednesday he will be invited to join the smaller GOP Assembly conference, a group that counts among its membership zero registered Democrats. Michael Fraser, a spokesman for Assembly Minority Leader Brian Kolb, said Assembly Republicans have not had any conversations with Bohen. "It'd be premature to comment at this time,'' Fraser said when asked if Bohen might have a home with Assembly Republicans. Bohen was denied the backing of Erie County Democrats for the special election contest that filled a vacancy in the district represented until December by Erie County Clerk
-0.297131
-0.563442
-0.480243
-0.588825
[ -0.296104228917746, -0.29815874206124415 ]
[ -0.6610307603521729, -0.4658522449894135 ]
[ -0.7148450355523143, -0.24564044585622447 ]
[ -0.7618161839129087, -0.41583393823527515 ]
1,024
[ 512, 512 ]
[ 319, 2462, 1156, 670, 13266, 15354, 29892, 350, 14899, 20586, 263, 3109, 265, 297, 16197, 1384, 29871, 29896, 29900, 29896, 13, 29923, 5357, 350, 14899, 29892, 263, 4432, 16909, 1058, 6350, 373, 278, 21178, 322, 15312, 1230, 3454, 29892, 2113, 263, 4266, 8271, 304, 5445, 20279, 1989, 476, 799, 1983, 29915, 12949, 297, 3786, 29889, 313, 9802, 21193, 4909, 29914, 29933, 3096, 7003, 10130, 29897, 13, 2059, 4335, 349, 4361, 681, 29989, 21076, 3726, 15050, 29892, 319, 558, 29871, 29906, 29945, 29892, 29871, 29906, 29900, 29896, 29947, 891, 29248, 15050, 29892, 319, 558, 29871, 29906, 29945, 29892, 29871, 29906, 29900, 29896, 29947, 13, 1964, 29933, 2190, 29979, 785, 23599, 323, 29889, 350, 14899, 1045, 28470, 2645, 670, 9150, 11531, 363, 278, 13266, 29871, 29896, 29946, 29906, 299, 7457, 12949, 297, 323, 1041, 3250, 29915, 29879, 4266, 8271, 393, 29892, 15020, 2734, 373, 278, 21178, 1196, 29892, 540, 723, 5988, 278, 13266, 19083, 21362, 2501, 670, 18517, 297, 16197, 1384, 29889, 13, 3868, 29915, 29879, 451, 23610, 29889, 13, 22400, 5013, 5790, 8965, 940, 579, 347, 29892, 263, 14165, 29916, 4432, 16909, 29892, 1754, 372, 2821, 15050, 4515, 3250, 785, 297, 21805, 952, 412, 557, 785, 393, 1550, 350, 14899, 1122, 367, 263, 15443, 4432, 16909, 540, 9273, 29915, 29873, 505, 13900, 738, 931, 4720, 304, 367, 22960, 278, 14189, 1446, 1058, 4808, 3001, 269, 1582, 975, 278, 6931, 310, 278, 13266, 29889, 13, 29908, 4013, 338, 4856, 1058, 471, 11467, 451, 2734, 373, 278, 19083, 1196, 322, 278, 25657, 756, 451, 750, 738, 9678, 800, 411, 1075, 29889, 450, 25657, 758, 25534, 304, 2125, 263, 4480, 322, 1074, 2948, 1699, 1497, 5765, 3750, 1049, 29892, 263, 940, 579, 347, 805, 23195, 1171, 29889, 13, 22400, 8974, 1497, 940, 579, 347, 1603, 4225, 304, 22931, 278, 26971, 310, 29871, 29896, 29900, 29946, 19083, 274, 585, 8668, 5144, 29889, 1205, 727, 5692, 304, 367, 694, 8825, 350, 14899, 674, 367, 23610, 304, 5988, 278, 21362, 785, 263, 760, 21603, 274, 585, 8668, 988, 7336, 986, 749, 338, 451, 22688, 785, 472, 3203, 2645, 278, 29871, 29906, 29900, 29896, 29947, 4867, 29889, 13, 3206, 5414, 278, 7736, 29879, 29892, 23599, 350, 14899, 4332, 1973, 29871, 29896, 29946, 29906, 299, 7457, 13266, 8175, 13, 797, 350, 14899, 29892, 14189, 1446, 15050, 4515, 3250, 15313, 1312, 393, 540, 2355, 11467, 411, 402, 4590, 18161, 1371, 322, 750, 278, 2343, 310, 278, 1425, 347, 5127, 21178, 9173, 29892, 24234, 10476, 12554, 29891, 29892, 4565, 322, 4818, 472, 670, 15354, 6263, 323, 1041, 3250, 4646, 1156, 27032, 670, 18872, 297, 2805, 350, 14899, 11467, 29889, 1551, 263, 4646, 746, 278, 402, 4590, 26060, 263, 378, 11476, 284, 12949, 297, 385, 23716, 4266, 8271, 29892, 278, 8175, 297, 10504, 1570, 3088, 471, 884, 1641, 20654, 322, 534, 3427, 300, 287, 491, 8063, 550, 3063, 363, 18906, 310, 19399, 28435, 964, 3979, 29889, 13, 16128, 824, 1570, 3088, 14189, 1446, 892, 451, 364, 21616, 304, 953, 13842, 350, 14899, 29889, 13, 29908, 8439, 526, 29871, 29896, 29900, 29946, 14189, 1446, 297, 278, 19083, 21362, 1058, 6350, 373, 278, 19083, 1196, 322, 263, 3287, 310, 963, 526, 9613, 2020, 18462, 1058, 6350, 373, 278, 21178, 1196, 723, 1584, 1348, 1048, 22960, 263, 19083, 21362, 1699, 1497, 13266, 1171, 922, 273, 20916, 29892, 263, 22274, 7003, 4432, 16909, 29889, 13, 22400, 29893, 2480, 22121, 11195, 3938, 459, 793, 29899, 20754, 10794, 29892, 263, 22274, 7003, 4432, 16909, 29892, 2916, 287, 278, 4828, 350, 14899, 17240, 297, 1811, 304, 5988, 278, 13266, 14189, 1446, 29889, 13, 29908, 29902, 2274, 540, 1258, 5401, 278, 8271, 373, 278, 21178, 1196, 29892, 607, 2794, 372, 29915, 29879, 263, 1422, 1196, 1135, 278, 14189, 1446, 29889, 739, 29915, 29879, 263, 1422, 946, 8395, 1699, 3938, 459, 793, 29899, 20754, 10794, 1497, 29889, 13, 29908, 6295, 306, 1348, 278, 25657, 674, 505, 304, 1065, 445, 3353, 2655, 1549, 278, 21362, 29901, 1938, 366, 864, 263, 21178, 16246, 297, 19083, 21362, 3026, 1183, 2715, 29889, 13, 2831, 670, 760, 29892, 350, 14899, 1497, 15050, 4515, 3250, 540, 750, 451, 1063, 297, 6958, 411, 13266, 14189, 1446, 1048, 22960, 1009, 21362, 297, 16197, 1384, 29892, 541, 540, 13900, 304, 445, 4723, 29889, 13, 29908, 29902, 7359, 29915, 29873, 1063, 304, 16197, 1384, 3447, 322, 306, 29915, 29885, 3063, 6375, 304, 16246, 1623, 411, 26077, 322, 1985, 11465, 6703, 304, 679, 2712, 2309, 363, 278, 6474, 1699, 350, 14899, 1497, 297, 385, 15593, 29889, 13, 1576, 716, 11470, 14242, 23347, 304, 14333, 670, 937, 4867, 2446, 4723, 1156, 278, 8271, 2582, 526, 2284, 2164, 29889, 13, 2887, 4808, 414, 310, 3081, 297, 278, 13266, 29892, 278, 19083, 21362, 785, 763, 916, 6263, 274, 14766, 6394, 297, 16197, 1384, 785, 28103, 297, 2024, 304, 6608, 714, 11909, 322, 11097, 738, 1353, 310, 4655, 13750, 29892, 1316, 408, 445, 1629, 29915, 29879, 395, 29896, 29953, 29947, 29889, 29941, 24464, 23562, 29889, 1094, 385, 23235, 4509, 29892, 350, 14899, 2307, 471, 2675, 304, 505, 2217, 9949, 297, 278, 18991, 1535, 29889, 1094, 4856, 451, 5476, 510, 287, 964, 278, 19083, 21362, 785, 607, 29892, 1549, 940, 579, 347, 29892, 1602, 2247, 4129, 515, 8034, 3566, 1860, 29892, 23779, 310, 289, 6090, 322, 2159, 310, 13925, 785, 350, 14899, 17240, 260, 820, 7736, 29879, 310, 2805, 1568, 24799, 1434, 278, 4867, 10614, 297, 5306, 29889, 13, 29933, 14899, 1122, 505, 916, 5626, 29901, 739, 471, 451, 7389, 3058, 15050, 4515, 3250, 540, 674, 367, 23610, 304, 5988, 278, 7968, 402, 4590, 13266, 21362, 29892, 263, 2318, 393, 18139, 4249, 967, 28512, 5225, 15443, 14189, 1446, 29889, 13, 24083, 383, 3417, 261, 29892, 263, 805, 23195, 1171, 363, 13266, 21987, 537, 951, 1664, 15733, 10451, 29890, 29892, 1497, 13266, 8063, 550, 505, 451, 750, 738, 9678, 800, 411, 350, 14899, 29889, 376, 3112, 29915, 29881, 367, 5188, 1535, 304, 3440, 472, 445, 931, 29892, 4907, 383, 3417, 261, 1497, 746, 4433, 565, 350, 14899, 1795, 505, 263, 3271, 411, 13266, 8063, 550, 29889, 13, 29933, 14899, 471, 17935, 278, 27436, 310, 1425, 347, 5127, 14189, 1446, 363, 278, 4266, 8271, 17793, 393, 10423, 263, 11757, 6906, 297, 278, 6474, 9875, 2745, 5846, 491, 1425, 347, 5127, 315, 1358, 29895 ]
1,330,419
0
CommonCrawl
18
15
Wang Wenzeng: male, born in 1958. Pseudonym: Wang Shengquan, No. Wang Zongze, German, the 31 generation disciple of Shaolin Temple in Songshan, the disciple of Mount Wutai. People in Baoding, Hebei. He graduated from Hebei University of political science and law, and studied at Peking University's art department, visiting professor of Peking University. Since the age of 6, he has imitated Ou, Yan, Liu, Zhao, Chu and followed the two kings in calligraphy, followed by Zhang Xu, Huai Su, Wang Duo and Mao Zedong in cursive. We should make innovations on the shoulders of giants, highlight the style of calligraphy of the times, reflect the prosperous culture of China, construct the concept of world humanities, and realize the dream of world peace and China. His works are collected by major state leaders. His autobiographical cursive book The Chinese Dream and his autobiographical cursive book The World Dream are collected by the Secretary-General of the United Nations. World consortium collection works. Creating Wang's Six Great Spots: Eight-sided Style of Writing, True-Qi Intervention, Glue-to-Fly White-Dun Pen, Beauty's Shawl Hair, Inverted Golden Bell, and Wave Method are called "The First Book in the World". Wang Wenzeng, a master of calligraphy and painting, has been awarded the title of "Wang Wenzeng" by the Ministry of Culture and the Center of Culture and Art. In the past 70 years, seven masters have produced 100 books, 240 presidents and international politicians, world consortium, human elite, collection of books and works, Chinese ceremonial artists, first-class artists, first-class calligraphers, and national non-cultural relics. The quality heritage, the State Council special award, is known as "Wang's six absolute" and "the world's great master." The United Nations Ambassador for Peace and Communication, the United Nations Ambassador for Cultural Communication, the United Nations and television stations around the world reported and publicized Wang Wenzeng's paintings and calligraphy. Consultant of Zhongnanhai Ziguang Pavilion Academy of Calligraphy and Painting, Consultant of Chinese Artists Association, Honorary Consultant of Chinese Calligraphers Association, Consultant of Central Government Calligraphers Association, President of Chinese Culture Research Association, President of Chinese Name Research Association, Vice President of World Confucius Research Association, Cultural Consultant of Xi'an East Industry Group, Calligraphy and Painting of Tianye, China The chairman of the board of directors, first-class artist, first-class calligrapher, special award from the State Council, national ceremony for artists, and national intangible cultural heritage. About 100 books such as Dahongpao have been published, and 248 heads of state, international politicians, human elites, world consortia, celebrities and international friends have been placed in the collection. Southwest East is the cultural consultant of the industrial group. Wang Wenzeng, the founder of Chinese traditional culture, created the twelve zodiac cultures. He auctioned 1.2 million yuan in Hong Kong, 10 yuan in the Great Hall of the People, 1.68 million yuan in the Chinese Dream, 1.68 million yuan in the World Dream, and the Chinese Spring, Summer, Autumn and Winter Consortium bought the Dragon under the leadership of the state. A person's collection. The self-written cursive Chinese Dream has been collected by major leaders of the country, and the self-written cursive World Dream has been collected by the UN Secretary-General. "Jingang Jing", "Yuan Tong Jing", "Xin Jing", "Good and Evil Cause and Effect Jing", "Sheng Da Jie Jing", "Puxian Xing Yue Jing" and so on are collected by Wutai Mountain. "China dream" and "world dream" were respectively collected by 1 million 680 thousand Chinese and Western consortia. China's Political Consultative Conference (CPPCC) and the mainstream media of thousands of countries publicize the reports. All the funds we have made are all supported by
0.310662
1.416098
-0.229789
0.576589
[ 0.5346039187700022, 0.08672005348740752 ]
[ 1.5700924519597366, 1.2621043359744648 ]
[ 0.17157120281948782, -0.6311490817146334 ]
[ 0.6390217055412695, 0.5141559326651309 ]
1,024
[ 512, 512 ]
[ 23856, 399, 4666, 996, 29901, 14263, 29892, 6345, 297, 29871, 29896, 29929, 29945, 29947, 29889, 21286, 4735, 29901, 23856, 1383, 996, 339, 273, 29892, 1939, 29889, 23856, 796, 549, 911, 29892, 5332, 29892, 278, 29871, 29941, 29896, 12623, 766, 455, 552, 310, 1383, 29874, 22878, 18057, 297, 9362, 845, 273, 29892, 278, 766, 455, 552, 310, 8040, 399, 329, 1794, 29889, 11647, 297, 6000, 3689, 29892, 18472, 10096, 29889, 13, 3868, 23588, 515, 18472, 10096, 3014, 310, 8604, 10466, 322, 4307, 29892, 322, 12399, 472, 349, 1416, 292, 3014, 29915, 29879, 1616, 14311, 29892, 6493, 292, 12251, 310, 349, 1416, 292, 3014, 29889, 4001, 278, 5046, 310, 29871, 29953, 29892, 540, 756, 527, 22731, 438, 29884, 29892, 23094, 29892, 2718, 29884, 29892, 796, 2350, 29877, 29892, 678, 29884, 322, 5643, 278, 1023, 413, 886, 297, 1246, 335, 1140, 29891, 29892, 5643, 491, 796, 11895, 1060, 29884, 29892, 12895, 1794, 2166, 29892, 23856, 5334, 29877, 322, 3219, 29877, 796, 287, 549, 297, 18580, 573, 29889, 13, 4806, 881, 1207, 24233, 800, 373, 278, 26671, 310, 4005, 1934, 29892, 12141, 278, 3114, 310, 1246, 335, 1140, 29891, 310, 278, 3064, 29892, 9432, 278, 25831, 681, 9257, 310, 7551, 29892, 3386, 278, 6964, 310, 3186, 5199, 1907, 29892, 322, 16289, 278, 12561, 310, 3186, 10776, 322, 7551, 29889, 3600, 1736, 526, 16531, 491, 4655, 2106, 20251, 29889, 3600, 1120, 15647, 19711, 18580, 573, 3143, 450, 10013, 16814, 322, 670, 1120, 15647, 19711, 18580, 573, 3143, 450, 2787, 16814, 526, 16531, 491, 278, 17719, 29899, 15263, 310, 278, 3303, 18269, 29889, 2787, 1136, 441, 1974, 4333, 1736, 29889, 13, 9832, 1218, 23856, 29915, 29879, 18372, 7027, 1706, 1862, 29901, 382, 523, 29899, 29879, 2618, 22135, 310, 28676, 29892, 5852, 29899, 29984, 29875, 4124, 7316, 29892, 8467, 434, 29899, 517, 29899, 29943, 368, 8037, 29899, 29928, 348, 7363, 29892, 19618, 29891, 29915, 29879, 28548, 29880, 379, 1466, 29892, 512, 1765, 287, 16108, 10914, 29892, 322, 399, 1351, 8108, 526, 2000, 376, 1576, 3824, 6726, 297, 278, 2787, 1642, 23856, 399, 4666, 996, 29892, 263, 5835, 310, 1246, 335, 1140, 29891, 322, 20413, 29892, 756, 1063, 15074, 278, 3611, 310, 376, 29956, 574, 399, 4666, 996, 29908, 491, 278, 20886, 310, 14062, 322, 278, 7817, 310, 14062, 322, 3012, 29889, 512, 278, 4940, 29871, 29955, 29900, 2440, 29892, 9881, 5835, 29879, 505, 7371, 29871, 29896, 29900, 29900, 8277, 29892, 29871, 29906, 29946, 29900, 2225, 16719, 322, 6121, 2832, 14722, 29892, 3186, 1136, 441, 1974, 29892, 5199, 560, 568, 29892, 4333, 310, 8277, 322, 1736, 29892, 10013, 5147, 9857, 616, 17906, 29892, 937, 29899, 1990, 17906, 29892, 937, 29899, 1990, 1246, 335, 1140, 414, 29892, 322, 4797, 1661, 29899, 29883, 499, 3631, 337, 506, 29879, 29889, 450, 11029, 902, 16639, 29892, 278, 4306, 8831, 4266, 9862, 29892, 338, 2998, 408, 376, 29956, 574, 29915, 29879, 4832, 8380, 29908, 322, 376, 1552, 3186, 29915, 29879, 2107, 5835, 1213, 13, 1576, 3303, 18269, 15145, 28760, 363, 24819, 322, 22365, 362, 29892, 278, 3303, 18269, 15145, 28760, 363, 23287, 22365, 362, 29892, 278, 3303, 18269, 322, 11456, 16355, 2820, 278, 3186, 8967, 322, 970, 1891, 23856, 399, 4666, 996, 29915, 29879, 10675, 886, 322, 1246, 335, 1140, 29891, 29889, 2138, 499, 424, 310, 27134, 549, 13707, 23535, 796, 5526, 574, 20096, 309, 291, 10355, 310, 8251, 335, 1140, 29891, 322, 349, 475, 1259, 29892, 2138, 499, 424, 310, 10013, 3012, 2879, 7993, 29892, 18236, 653, 2138, 499, 424, 310, 10013, 8251, 335, 1140, 414, 7993, 29892, 2138, 499, 424, 310, 8068, 10354, 8251, 335, 1140, 414, 7993, 29892, 7178, 310, 10013, 14062, 10550, 7993, 29892, 7178, 310, 10013, 4408, 10550, 7993, 29892, 21400, 7178, 310, 2787, 10811, 29884, 16102, 10550, 7993, 29892, 23287, 2138, 499, 424, 310, 1060, 29875, 29915, 273, 6932, 12157, 719, 6431, 29892, 8251, 335, 1140, 29891, 322, 349, 475, 1259, 310, 323, 713, 4099, 29892, 7551, 450, 28942, 310, 278, 7613, 310, 1513, 943, 29892, 937, 29899, 1990, 7664, 29892, 937, 29899, 1990, 1246, 335, 1140, 261, 29892, 4266, 9862, 515, 278, 4306, 8831, 29892, 4797, 25672, 363, 17906, 29892, 322, 4797, 938, 574, 1821, 16375, 902, 16639, 29889, 13611, 29871, 29896, 29900, 29900, 8277, 1316, 408, 360, 801, 549, 3274, 29877, 505, 1063, 6369, 29892, 322, 29871, 29906, 29946, 29947, 15883, 310, 2106, 29892, 6121, 2832, 14722, 29892, 5199, 560, 3246, 29892, 3186, 1136, 441, 423, 29892, 7793, 26549, 583, 322, 6121, 7875, 505, 1063, 7180, 297, 278, 4333, 29889, 4275, 5933, 6932, 338, 278, 16375, 8799, 424, 310, 278, 18408, 2318, 29889, 13, 29956, 574, 399, 4666, 996, 29892, 278, 25331, 310, 10013, 13807, 9257, 29892, 2825, 278, 17680, 503, 397, 13544, 4185, 1973, 29889, 940, 782, 428, 287, 29871, 29896, 29889, 29906, 7284, 343, 12323, 297, 12798, 12026, 29892, 29871, 29896, 29900, 343, 12323, 297, 278, 7027, 6573, 310, 278, 11647, 29892, 29871, 29896, 29889, 29953, 29947, 7284, 343, 12323, 297, 278, 10013, 16814, 29892, 29871, 29896, 29889, 29953, 29947, 7284, 343, 12323, 297, 278, 2787, 16814, 29892, 322, 278, 10013, 7206, 29892, 13329, 29892, 5202, 1227, 322, 12267, 2138, 441, 1974, 18093, 278, 24339, 1090, 278, 26001, 310, 278, 2106, 29889, 319, 2022, 29915, 29879, 4333, 29889, 450, 1583, 29899, 17625, 18580, 573, 10013, 16814, 756, 1063, 16531, 491, 4655, 20251, 310, 278, 4234, 29892, 322, 278, 1583, 29899, 17625, 18580, 573, 2787, 16814, 756, 1063, 16531, 491, 278, 8291, 17719, 29899, 15263, 29889, 376, 29967, 292, 574, 435, 292, 613, 376, 29979, 12323, 323, 549, 435, 292, 613, 376, 29990, 262, 435, 292, 613, 376, 18420, 322, 7298, 309, 315, 1071, 322, 26475, 435, 292, 613, 376, 2713, 996, 7266, 435, 347, 435, 292, 613, 376, 29925, 1314, 713, 1060, 292, 612, 434, 435, 292, 29908, 322, 577, 373, 526, 16531, 491, 399, 329, 1794, 18204, 29889, 376, 1451, 1099, 12561, 29908, 322, 376, 11526, 12561, 29908, 892, 8307, 16531, 491, 29871, 29896, 7284, 29871, 29953, 29947, 29900, 10405, 10013, 322, 10504, 1136, 441, 423, 29889, 13, 1451, 1099, 29915, 29879, 25137, 2138, 499, 1230, 16377, 313, 6271, 29925, 4174, 29897, 322, 278, 1667, 5461, 5745, 310, 17202, 310, 10916, 970, 675, 278, 13676, 29889, 2178, 278, 29199, 591, 505, 1754, 526, 599, 6969, 491 ]
1,330,422
0
C4
6
2
hands in disaster areas and charities. The creation of the "dream of human destiny", "world dream", "China dream", "along the road", "integration of Beijing, Tianjin and Hebei", "twelve zodiac list", "the northern scenery". "The Great East of the Yangtze River" and "The Rolling East of the Yangtze River" have been collected by the UN Secretary-General as China's major leaders, world celebrities and international politicians. The Presidents of the world, the Fortune 500, international celebrities, international politicians and human elites collect calligraphy and painting works. Some of them are donated to Chinese Buddhist temples and local temples. Dissemination and promotion of religious culture. We should build a new religious system, support the Communist Party of China, love the People's Republic of China and abide by national laws, and unite around the Central Committee with General Secretary Xi Jinping as its core. Patriotism, patriotism, love of the people, love of religion, bless the Chinese nation's good fortune, peace and prosperity, Wugu Fengdeng, Wuhua Tianbao, gather the charm of the universe, pick up the essence of the world, accept the ancient and modern classics, absorb the essence of all things, push forward the times. Standing in the new era, under the guidance of General Secretary Xi Jinping's Sheng Shi thought, the United Nations No. 1 project will be jointly constructed with the world's high-tech, world financial organizations, social capital, modern network talents and world management elites. To the south of Beijing Fangshan and Daxing, and to the north of Shijiazhuang, the integrated development model of Beijing, Tianjin and Hebei put forward by General Secretary Xi was realized. To achieve this grand strategic goal, Wang Wenzeng, chairman of the board of directors of China Tianye Group, joined hands with the international financial organization, the world's top 500, inventors of high-tech achievements, management elites, social capital, and friends from all walks of life to build an international metropolis, so that mankind can share the fruits of reform, share the grand age of peace and promote the world. Economic recovery, to build a harmonious and beautiful home for mankind. Peaceful rise, harmony between man and nature, nature of Taoism, great love and boundless world Datong. Move the United Nations to the Xiong an new area of China, build the south pole of the belt Road area, connect all the countries of the world, form the global village, and create the Chinese urban agglomeration. Human solidarity, world peace, common development of all countries in the world, mutual benefit and win-win are the only pursuit of mankind. In today's world, there are more than one hegemony, more than three, and the transition to the two poles. While maintaining world peace and human development, we will lead the Asian people to prosperity and design a grand blueprint for human development. To benefit 7.5 billion people of mankind, long live world peace and long live human solidarity; world peace is the first productive force, and China and Russia are the strategic rocks for safeguarding world peace. To cooperate with the European Union, unite NATO, friendship Africa, build China, Japan, South Korea, Russia, Mongolia, India, Vietnam and the Philippines free trade area, to lead the world in a peaceful Asia, a developing Asia and a prosperous Asia, and to contribute to the United Nations and the people of the world in the future. Richard Schmid, the world's most outstanding painter and art educator, was born in 1934 in Chicago, Illinois. His earliest artistic influence came from his grandfather Julian Oates. Richard Schmid began studying characters, landscapes and anatomy at the age of 12 until he entered the Chicago Academy of Arts and studied classical painting techniques under the guidance of William H. Mosby. His mentor, William H. Mosby, graduated from the prestigious Royal College of Brussels in Belgian Antwerp and was an outstanding expert in European and North American realist painting techniques. William Mossbaic studied the concepts and techniques of the Dutch, Belgian, Italian, French, British and Spanish masters and all the late 19th century, European and American painters. He focused on a systematic study of various dispos
0.090144
-0.273807
-0.572181
0.108342
[ -0.016005603687499512, 0.19629408780730837 ]
[ -0.11667967163401842, -0.43093498765387406 ]
[ -0.8492658098976805, -0.2950971458512177 ]
[ 0.2956408301318887, -0.07895648849652662 ]
1,024
[ 512, 512 ]
[ 6567, 297, 766, 1901, 10161, 322, 1373, 1907, 29889, 450, 11265, 310, 278, 376, 29881, 1633, 310, 5199, 2731, 4901, 613, 376, 11526, 12561, 613, 376, 1451, 1099, 12561, 613, 376, 284, 549, 278, 6520, 613, 376, 27925, 310, 1522, 823, 292, 29892, 323, 713, 28789, 322, 18472, 10096, 613, 376, 7516, 13841, 503, 397, 13544, 1051, 613, 376, 1552, 14622, 5763, 708, 1642, 376, 1576, 7027, 6932, 310, 278, 27583, 29873, 911, 6163, 29908, 322, 376, 1576, 8731, 1847, 6932, 310, 278, 27583, 29873, 911, 6163, 29908, 505, 1063, 16531, 491, 278, 8291, 17719, 29899, 15263, 408, 7551, 29915, 29879, 4655, 20251, 29892, 3186, 7793, 26549, 583, 322, 6121, 2832, 14722, 29889, 450, 4360, 16719, 310, 278, 3186, 29892, 278, 7236, 1540, 29871, 29945, 29900, 29900, 29892, 6121, 7793, 26549, 583, 29892, 6121, 2832, 14722, 322, 5199, 560, 3246, 6314, 1246, 335, 1140, 29891, 322, 20413, 1736, 29889, 3834, 310, 963, 526, 1016, 630, 304, 10013, 28234, 391, 1350, 2701, 322, 1887, 1350, 2701, 29889, 360, 790, 331, 3381, 322, 22360, 310, 12962, 9257, 29889, 1334, 881, 2048, 263, 716, 12962, 1788, 29892, 2304, 278, 20473, 391, 9173, 310, 7551, 29892, 5360, 278, 11647, 29915, 29879, 8063, 310, 7551, 322, 633, 680, 491, 4797, 14243, 29892, 322, 443, 568, 2820, 278, 8068, 12930, 411, 4593, 17719, 1060, 29875, 29779, 15702, 408, 967, 7136, 29889, 23168, 327, 1608, 29892, 16967, 327, 1608, 29892, 5360, 310, 278, 2305, 29892, 5360, 310, 13433, 29892, 17065, 278, 10013, 5233, 29915, 29879, 1781, 19717, 29892, 10776, 322, 25831, 537, 29892, 399, 688, 29884, 383, 996, 29881, 996, 29892, 399, 16099, 3357, 323, 713, 2291, 29877, 29892, 11705, 278, 21192, 310, 278, 19859, 29892, 5839, 701, 278, 3686, 663, 310, 278, 3186, 29892, 3544, 278, 12297, 322, 5400, 770, 1199, 29892, 6425, 11831, 278, 3686, 663, 310, 599, 2712, 29892, 5503, 6375, 278, 3064, 29889, 6679, 292, 297, 278, 716, 3152, 29892, 1090, 278, 27323, 310, 4593, 17719, 1060, 29875, 29779, 15702, 29915, 29879, 1383, 996, 1383, 29875, 2714, 29892, 278, 3303, 18269, 1939, 29889, 29871, 29896, 2060, 674, 367, 14002, 368, 13319, 411, 278, 3186, 29915, 29879, 1880, 29899, 11345, 29892, 3186, 18161, 25700, 29892, 5264, 7483, 29892, 5400, 3564, 5969, 1237, 322, 3186, 10643, 560, 3246, 29889, 1763, 278, 7062, 310, 1522, 823, 292, 383, 574, 845, 273, 322, 360, 1165, 292, 29892, 322, 304, 278, 6641, 310, 1383, 823, 423, 29920, 6905, 574, 29892, 278, 23387, 5849, 1904, 310, 1522, 823, 292, 29892, 323, 713, 28789, 322, 18472, 10096, 1925, 6375, 491, 4593, 17719, 1060, 29875, 471, 16387, 29889, 1763, 6176, 445, 4595, 16650, 293, 7306, 29892, 23856, 399, 4666, 996, 29892, 28942, 310, 278, 7613, 310, 1513, 943, 310, 7551, 323, 713, 4099, 6431, 29892, 8772, 6567, 411, 278, 6121, 18161, 13013, 29892, 278, 3186, 29915, 29879, 2246, 29871, 29945, 29900, 29900, 29892, 11817, 943, 310, 1880, 29899, 11345, 27012, 4110, 29892, 10643, 560, 3246, 29892, 5264, 7483, 29892, 322, 7875, 515, 599, 17042, 2039, 310, 2834, 304, 2048, 385, 6121, 25311, 275, 29892, 577, 393, 767, 14380, 508, 6232, 278, 285, 21211, 310, 11736, 29892, 6232, 278, 4595, 5046, 310, 10776, 322, 27391, 278, 3186, 29889, 12884, 293, 24205, 29892, 304, 2048, 263, 10311, 265, 2738, 322, 9560, 3271, 363, 767, 14380, 29889, 13, 15666, 815, 1319, 14451, 29892, 10311, 2592, 1546, 767, 322, 5469, 29892, 5469, 310, 323, 6241, 1608, 29892, 2107, 5360, 322, 3216, 2222, 3186, 13373, 549, 29889, 25249, 278, 3303, 18269, 304, 278, 1060, 291, 29887, 385, 716, 4038, 310, 7551, 29892, 2048, 278, 7062, 22775, 310, 278, 1339, 29873, 9321, 4038, 29892, 4511, 599, 278, 10916, 310, 278, 3186, 29892, 883, 278, 5534, 5720, 29892, 322, 1653, 278, 10013, 17164, 946, 3820, 12392, 362, 29889, 13, 29950, 7889, 7773, 279, 537, 29892, 3186, 10776, 29892, 3619, 5849, 310, 599, 10916, 297, 278, 3186, 29892, 5478, 950, 14169, 322, 5401, 29899, 5080, 526, 278, 871, 12359, 3121, 310, 767, 14380, 29889, 512, 9826, 29915, 29879, 3186, 29892, 727, 526, 901, 1135, 697, 298, 387, 331, 2592, 29892, 901, 1135, 2211, 29892, 322, 278, 9558, 304, 278, 1023, 1248, 267, 29889, 5806, 7344, 292, 3186, 10776, 322, 5199, 5849, 29892, 591, 674, 3275, 278, 20021, 2305, 304, 25831, 537, 322, 2874, 263, 4595, 7254, 2158, 363, 5199, 5849, 29889, 1763, 14169, 29871, 29955, 29889, 29945, 24464, 2305, 310, 767, 14380, 29892, 1472, 5735, 3186, 10776, 322, 1472, 5735, 5199, 7773, 279, 537, 29936, 3186, 10776, 338, 278, 937, 3234, 573, 4889, 29892, 322, 7551, 322, 12710, 526, 278, 16650, 293, 23150, 363, 9437, 24024, 20272, 3186, 10776, 29889, 1763, 1302, 3372, 403, 411, 278, 7824, 7761, 29892, 443, 568, 26038, 29949, 29892, 27994, 10557, 29892, 2048, 7551, 29892, 5546, 29892, 4275, 19109, 29892, 12710, 29892, 21952, 18001, 29892, 7513, 29892, 18444, 322, 278, 26260, 3889, 11302, 4038, 29892, 304, 3275, 278, 3186, 297, 263, 10776, 1319, 14325, 29892, 263, 14338, 14325, 322, 263, 25831, 681, 14325, 29892, 322, 304, 29126, 304, 278, 3303, 18269, 322, 278, 2305, 310, 278, 3186, 297, 278, 5434, 29889, 13, 25627, 538, 1102, 6563, 29892, 278, 3186, 29915, 29879, 1556, 714, 11235, 23187, 322, 1616, 6320, 1061, 29892, 471, 6345, 297, 29871, 29896, 29929, 29941, 29946, 297, 10059, 29892, 17066, 29889, 3600, 24577, 1616, 4695, 9949, 2996, 515, 670, 4595, 22212, 27180, 438, 1078, 29889, 6123, 1102, 6563, 4689, 23382, 4890, 29892, 2982, 1557, 11603, 322, 385, 8678, 29891, 472, 278, 5046, 310, 29871, 29896, 29906, 2745, 540, 7802, 278, 10059, 10355, 310, 11401, 322, 12399, 14499, 20413, 13698, 1090, 278, 27323, 310, 4667, 379, 29889, 6630, 1609, 29889, 13, 29950, 275, 6042, 272, 29892, 4667, 379, 29889, 6630, 1609, 29892, 23588, 515, 278, 544, 5286, 2738, 7021, 6346, 310, 1771, 1558, 1379, 297, 9923, 713, 5459, 14485, 322, 471, 385, 714, 11235, 17924, 297, 7824, 322, 4644, 3082, 1855, 391, 20413, 13698, 29889, 4667, 341, 2209, 2291, 293, 12399, 278, 22001, 322, 13698, 310, 278, 14872, 29892, 9923, 713, 29892, 10545, 29892, 5176, 29892, 4908, 322, 10432, 5835, 29879, 322, 599, 278, 5683, 29871, 29896, 29929, 386, 6462, 29892, 7824, 322, 3082, 6788, 2153, 29889, 940, 21309, 373, 263, 1788, 2454, 6559, 310, 5164, 11549 ]
1,330,422
1,024
C4
6
2
Pivot Onsite Innovations People. Passion. Purpose. Why Pivot? Onsite Experience Injury Care Medical Surveillance & Compliance Prevention, Health Management, & Wellbeing Advanced Practitioner EMT/OHT Occupational Health Nurse More Than Case Workers: Occupational Health Nurses and Safety Originally published June 21, 2022 in OH&S Occupational Health & Safety. By Tessa Stanaland | Tuesday, June 21, 2022 Occupational health nurses are the key to promoting whole health and safety on worksites. Occupational health care is in the midst of a transformation. Safety will always be the leading pillar of occupational health, but today a greater focus is being cast on holistic health and wellness. Since the Occupational Health and Safety Administration was established in 1970, it has introduced critically important programs and regulations that have greatly decreased the annual number of on-the-job fatalities and injuries. In 1973, the incident rate of nonfatal occupational injuries and illnesses was 11 per 100 full-time equivalent workers, according to the U.S. Bureau of Labor Statistics. By 2018, that rate had fallen to just 2.8 per 100 full-time equivalent workers. The trend indicates that workplace injuries are occurring less frequently, but organizations should not assume they can shift to a more hands off approach when it comes to the health of their employees. Businesses must keep pace with the changing nature of occupational health and address workers' whole health beyond physical safety. While known for treating injuries and mitigating health care costs and lost time, occupational health nurses have taken on greater responsibility over the last few years. More than just worker's compensation case managers, they are strategic partners for businesses when it comes to providing holistic, proactive health care that addresses both safety and total health and well-being. Changing Role of Occupational Health Nurses Occupational health nurses have long helped organizations reduce on-the-job injury by assessing worksites for safety and providing immediate care when incidents occur. As the occupational health care landscape has shifted, occupational health nurses have integrated further into the worksite to become more personal, proactive health care providers. Certainly, the COVID-19 pandemic shined a light on the immense value occupational health nurses bring outside of injury care and case management. When the pandemic emerged, occupational health nurses were quick to develop programs to ensure businesses could remain open – determining policies for temperature checks and testing, creating signage to communicate COVID-19 safety protocols, establishing procedures for effectively cleaning equipment and shared spaces. Occupational health nurses provided critical medical expertise needed to design programs that would keep employees safe and working while the virus spread. The pandemic solidified occupational health nurses as an integral part of maintaining worksite functions and providing preventive care. That said, even before the pandemic, the role of occupational health nurses had been transitioning away from an emphasis on reactive injury care to a new emphasis on proactive, whole health care. While injury care and emergency response are still primary functions of the role, occupational health nurses today are managing so much more. Supporting Workforce Whole Health and Wellness After rates of burnout skyrocketed during the pandemic, employees are putting greater emphasis on their own physical and mental well-being. That's why occupational health care is shifting to a holistic approach that addresses workers' wellness on and off the job. Occupational health nurses are making sure employees stay at their healthiest, in turn reducing health care costs and time away from work, through: Reactive Injury Care Occupational health nurses are the front line when it comes to worksite injuries and incidents. But on top of that, they'll intervene and provide early conservative treatment whenever employees are feeling pain, helping improve their symptoms early rather than allowing concerns to fester. If an employee tweaks their back, occupational health nurses can instruct them to ice the problem spot, allowing the injury to resolve itself and getting workers back on the job quickly. Without access to an occupational health nurse, that employee would either ignore the injury entirely and allow it to worsen or make a trip
0.816757
0.368581
1.693316
0.291739
[ 0.3866789724381361, 1.2468351418493575 ]
[ 0.08028947231005064, 0.65687187549178 ]
[ 1.257082361683955, 2.1295492744161435 ]
[ -0.04513867500923912, 0.6286162244682579 ]
1,024
[ 512, 512 ]
[ 349, 11002, 1551, 2746, 512, 13715, 800, 13, 15666, 1991, 29889, 6978, 291, 29889, 15247, 4220, 29889, 13, 11008, 349, 11002, 29973, 13, 29949, 1983, 568, 28224, 5597, 13, 797, 29926, 2857, 10057, 13, 19302, 936, 6298, 345, 453, 749, 669, 3831, 13036, 13, 6572, 7316, 29892, 15202, 15057, 29892, 669, 5674, 915, 292, 13, 3253, 16858, 29124, 654, 261, 13, 29923, 11490, 29914, 29949, 3912, 13, 22034, 786, 1288, 15202, 25651, 344, 13, 20761, 498, 273, 11733, 5244, 414, 29901, 16117, 786, 1288, 15202, 405, 1295, 267, 322, 14795, 3305, 13, 23182, 635, 6369, 5306, 29871, 29906, 29896, 29892, 29871, 29906, 29900, 29906, 29906, 297, 438, 29950, 29987, 29903, 16117, 786, 1288, 15202, 669, 14795, 3305, 29889, 13, 2059, 323, 9297, 624, 7054, 392, 891, 323, 1041, 3250, 29892, 5306, 29871, 29906, 29896, 29892, 29871, 29906, 29900, 29906, 29906, 13, 22034, 786, 1288, 9045, 302, 1295, 267, 526, 278, 1820, 304, 2504, 11427, 3353, 9045, 322, 15332, 373, 1736, 3246, 29889, 13, 22034, 786, 1288, 9045, 2562, 338, 297, 278, 29214, 310, 263, 13852, 29889, 14795, 3305, 674, 2337, 367, 278, 8236, 22549, 279, 310, 6919, 1288, 9045, 29892, 541, 9826, 263, 7621, 8569, 338, 1641, 4320, 373, 8753, 4695, 9045, 322, 1532, 2264, 29889, 13, 23036, 278, 16117, 786, 1288, 15202, 322, 14795, 3305, 23303, 471, 7841, 297, 29871, 29896, 29929, 29955, 29900, 29892, 372, 756, 9129, 3994, 1711, 4100, 11104, 322, 1072, 8250, 393, 505, 11180, 9263, 1463, 278, 17568, 1353, 310, 373, 29899, 1552, 29899, 9057, 18409, 1907, 322, 10899, 14886, 29889, 512, 29871, 29896, 29929, 29955, 29941, 29892, 278, 15134, 6554, 310, 1661, 29888, 2075, 6919, 1288, 10899, 14886, 322, 4486, 2264, 267, 471, 29871, 29896, 29896, 639, 29871, 29896, 29900, 29900, 2989, 29899, 2230, 7126, 17162, 29892, 5034, 304, 278, 501, 29889, 29903, 29889, 18903, 310, 16715, 27098, 29889, 2648, 29871, 29906, 29900, 29896, 29947, 29892, 393, 6554, 750, 19225, 304, 925, 29871, 29906, 29889, 29947, 639, 29871, 29896, 29900, 29900, 2989, 29899, 2230, 7126, 17162, 29889, 13, 1576, 534, 355, 14088, 393, 664, 6689, 10899, 14886, 526, 13920, 292, 3109, 13672, 29892, 541, 25700, 881, 451, 5251, 896, 508, 9500, 304, 263, 901, 6567, 1283, 2948, 746, 372, 5304, 304, 278, 9045, 310, 1009, 22873, 29889, 15197, 267, 1818, 3013, 27725, 411, 278, 6480, 5469, 310, 6919, 1288, 9045, 322, 3211, 17162, 29915, 3353, 9045, 8724, 9128, 15332, 29889, 13, 8809, 488, 2998, 363, 2578, 1218, 10899, 14886, 322, 1380, 335, 1218, 9045, 2562, 21544, 322, 5714, 931, 29892, 6919, 1288, 9045, 302, 1295, 267, 505, 4586, 373, 7621, 23134, 975, 278, 1833, 2846, 2440, 29889, 5853, 1135, 925, 15645, 29915, 29879, 22874, 362, 1206, 767, 18150, 29892, 896, 526, 16650, 293, 22056, 363, 5381, 267, 746, 372, 5304, 304, 13138, 8753, 4695, 29892, 410, 4925, 9045, 2562, 393, 14157, 1716, 15332, 322, 3001, 9045, 322, 1532, 29899, 915, 292, 29889, 13, 1451, 9776, 1528, 280, 310, 16117, 786, 1288, 15202, 405, 1295, 267, 13, 22034, 786, 1288, 9045, 302, 1295, 267, 505, 1472, 9213, 25700, 10032, 373, 29899, 1552, 29899, 9057, 24092, 491, 24809, 292, 1736, 3246, 363, 15332, 322, 13138, 16800, 2562, 746, 5528, 16719, 6403, 29889, 1094, 278, 6919, 1288, 9045, 2562, 24400, 756, 9500, 287, 29892, 6919, 1288, 9045, 302, 1295, 267, 505, 23387, 4340, 964, 278, 1736, 568, 304, 4953, 901, 7333, 29892, 410, 4925, 9045, 2562, 1326, 11376, 29889, 315, 13946, 368, 29892, 278, 19937, 29899, 29896, 29929, 7243, 24552, 528, 1312, 263, 3578, 373, 278, 29403, 995, 6919, 1288, 9045, 302, 1295, 267, 6963, 5377, 310, 24092, 2562, 322, 1206, 10643, 29889, 13, 10401, 278, 7243, 24552, 11176, 3192, 29892, 6919, 1288, 9045, 302, 1295, 267, 892, 4996, 304, 2693, 11104, 304, 9801, 5381, 267, 1033, 3933, 1722, 785, 3683, 2827, 24833, 363, 10430, 12747, 322, 6724, 29892, 4969, 1804, 482, 304, 23120, 19937, 29899, 29896, 29929, 15332, 9608, 29879, 29892, 10127, 292, 28648, 363, 17583, 5941, 292, 21083, 322, 7258, 8162, 29889, 16117, 786, 1288, 9045, 302, 1295, 267, 4944, 12187, 16083, 17924, 895, 4312, 304, 2874, 11104, 393, 723, 3013, 22873, 9109, 322, 1985, 1550, 278, 24424, 9677, 29889, 13, 1576, 7243, 24552, 7773, 2164, 6919, 1288, 9045, 302, 1295, 267, 408, 385, 10160, 760, 310, 7344, 292, 1736, 568, 3168, 322, 13138, 5557, 573, 2562, 29889, 2193, 1497, 29892, 1584, 1434, 278, 7243, 24552, 29892, 278, 6297, 310, 6919, 1288, 9045, 302, 1295, 267, 750, 1063, 9558, 292, 3448, 515, 385, 19310, 275, 373, 337, 4925, 24092, 2562, 304, 263, 716, 19310, 275, 373, 410, 4925, 29892, 3353, 9045, 2562, 29889, 5806, 24092, 2562, 322, 11176, 14703, 2933, 526, 1603, 7601, 3168, 310, 278, 6297, 29892, 6919, 1288, 9045, 302, 1295, 267, 9826, 526, 767, 6751, 577, 1568, 901, 29889, 13, 14039, 292, 5244, 10118, 806, 1772, 15202, 322, 5674, 2264, 13, 13555, 19257, 310, 12138, 449, 14744, 307, 3522, 287, 2645, 278, 7243, 24552, 29892, 22873, 526, 10594, 7621, 19310, 275, 373, 1009, 1914, 9128, 322, 19119, 1532, 29899, 915, 292, 29889, 2193, 29915, 29879, 2020, 6919, 1288, 9045, 2562, 338, 528, 24377, 304, 263, 8753, 4695, 2948, 393, 14157, 17162, 29915, 1532, 2264, 373, 322, 1283, 278, 4982, 29889, 16117, 786, 1288, 9045, 302, 1295, 267, 526, 3907, 1854, 22873, 7952, 472, 1009, 9045, 12239, 29892, 297, 2507, 27668, 9045, 2562, 21544, 322, 931, 3448, 515, 664, 29892, 1549, 29901, 13, 1123, 4925, 512, 29926, 2857, 10057, 13, 22034, 786, 1288, 9045, 302, 1295, 267, 526, 278, 4565, 1196, 746, 372, 5304, 304, 1736, 568, 10899, 14886, 322, 5528, 16719, 29889, 1205, 373, 2246, 310, 393, 29892, 896, 29915, 645, 26314, 29872, 322, 3867, 4688, 8976, 1230, 14502, 10940, 22873, 526, 11223, 6788, 29892, 19912, 11157, 1009, 25828, 4835, 4688, 3265, 1135, 14372, 21838, 304, 285, 4156, 29889, 960, 385, 19001, 7780, 10327, 1009, 1250, 29892, 6919, 1288, 9045, 302, 1295, 267, 508, 18690, 963, 304, 14890, 278, 1108, 9758, 29892, 14372, 278, 24092, 304, 8814, 3528, 322, 2805, 17162, 1250, 373, 278, 4982, 9098, 29889, 13932, 2130, 304, 385, 6919, 1288, 9045, 5595, 344, 29892, 393, 19001, 723, 2845, 11455, 278, 24092, 9186, 322, 2758, 372, 304, 281, 943, 264, 470, 1207, 263, 17487 ]
1,330,423
0
CommonCrawl
14
10
to the hospital, get imaging done and potentially get a prescription for pain medication. From there, they might miss a week of work or more. When occupational health nurses are on the jobsite, employees can get medical advice and care from a trusted professional without leaving the work site at all. Proactive Whole Health Care Onsite occupational health nurses are able to build relationships with employees and take on the role of personal nurse for each worker. While OSHA does require that workers regularly undergo physicals and hearing, vision and motor function tests, occupational health nurses take those assessments one step further. If a worker's blood pressure has been steadily increasing each year, for example, a nurse will schedule them a doctor's appointment for further hypertension screening. Occupational health nurses can spot underlying health concerns and give workers the push they need to take care of their health – leading to early detection of chronic conditions and less time away from work. By having a constant presence at the worksite, occupational health nurses build trust with employees and become health consultants, directing them to the right specialists for concerns or providing advice on how to approach diagnoses. This type of personal and proactive care from occupational health nurses helps create a culture of health and safety. Population Health Care Occupational health nurses can also help businesses address workforce population health by developing company-wide initiatives. Through routine screenings and onsite observations, nurses can determine if a workforce has high levels of chronic conditions or increased risk of developing conditions like hypertension or obesity. They can then implement educational programs to help the entire workforce improve its health, from weight programs that promote exercise and healthy eating habits to mental health programs that promote mindfulness and stress reduction. An onsite occupational health nurse uniquely understands the common concerns affecting the majority of a specific workforce and can help businesses develop programs tailored to their health needs. This dedicated, personalized care is key to ensuring employees feel cared for by their employer and stay at their healthiest, allowing for more productive and motivated workers. Staying On Top of the Occupational Health Landscape Health and safety are constantly evolving. Organizations are charged with staying on top of the health care needs of their workforce, otherwise, it could mean higher rates of injury, absenteeism and turnover. On-the-ground support from occupational health nurses is key to not only implementing and complying with safety standards but to maintaining a healthy workforce. Today's occupational health nurses wear many hats. From case manager to COVID-19 coordinator to personal nurse, occupational health nurses are no longer a should-have for businesses. They are a must-have strategic partner. Previous Post Pivot Onsite Innovations Brings Athletic Exercise Science to Armed Forces Training at Fort Bragg Next Post Evolution of Safety on Construction Sites—Physical and Mental How Occupational Health Technicians Build Trust and Improve Worksite Health Originally published January 12, 2023 in OH&S By Warren Alston, Sr. Division Manager, EMT/OHT, Pivot Onsite Innovations Injuries are... Putting People First: The Pivot Onsite Innovations Way By Dana Morgan, Head of People and Culture, and Danielle Garvey, Human Resources Manager, at Pivot Onsite Innovations People. Passion.... How to Combat the Dangers of Workplace Complacency Originally published October 17, 2022 in OH&S Workers who are complacent may be at risk for fatigue, injuries and other... Onsite Innovations PT: 844.PIVOT.PT (844.748.6878) OH: 866.PIVOT.OH (866.748.6864) OI: 87.PIVOT.OSI (877.486.8674) Contact Our Corporate Office Athletico Physical Therapy 2122 York Road, Ste., 300, Oak Brook, IL 60523 844.748.6878 [email protected] Diversity. Equity. Inclusion. © 2023 Pivot Onsite Innovations. All rights reserved. Unauthorized use is strictly
0.493685
0.167135
1.444764
0.021196
[ 1.055080581789531, -0.06771085113220272 ]
[ 0.9397911913387156, -0.6055212743315715 ]
[ 2.3730284128530332, 0.5164999822717484 ]
[ 0.47253400837308485, -0.430141474710666 ]
1,024
[ 512, 512 ]
[ 304, 278, 13457, 29892, 679, 6382, 292, 2309, 322, 19998, 679, 263, 2225, 3395, 363, 6788, 13589, 362, 29889, 3645, 727, 29892, 896, 1795, 3052, 263, 4723, 310, 664, 470, 901, 29889, 1932, 6919, 1288, 9045, 302, 1295, 267, 526, 373, 278, 4982, 2746, 29892, 22873, 508, 679, 16083, 9848, 322, 2562, 515, 263, 9311, 287, 10257, 1728, 10124, 278, 664, 3268, 472, 599, 29889, 13, 1184, 4925, 806, 1772, 15202, 10057, 13, 29949, 1983, 568, 6919, 1288, 9045, 302, 1295, 267, 526, 2221, 304, 2048, 21702, 411, 22873, 322, 2125, 373, 278, 6297, 310, 7333, 5595, 344, 363, 1269, 15645, 29889, 5806, 6570, 15715, 947, 1996, 393, 17162, 25704, 1090, 1484, 9128, 29879, 322, 22514, 29892, 18551, 322, 10992, 740, 6987, 29892, 6919, 1288, 9045, 302, 1295, 267, 2125, 1906, 24809, 1860, 697, 4331, 4340, 29889, 960, 263, 15645, 29915, 29879, 10416, 12959, 756, 1063, 28325, 2354, 10231, 1269, 1629, 29892, 363, 1342, 29892, 263, 5595, 344, 674, 20410, 963, 263, 11619, 29915, 29879, 28573, 363, 4340, 7498, 10700, 2673, 4315, 292, 29889, 16117, 786, 1288, 9045, 302, 1295, 267, 508, 9758, 14407, 9045, 21838, 322, 2367, 17162, 278, 5503, 896, 817, 304, 2125, 2562, 310, 1009, 9045, 785, 8236, 304, 4688, 15326, 310, 17168, 293, 5855, 322, 3109, 931, 3448, 515, 664, 29889, 2648, 2534, 263, 4868, 10122, 472, 278, 1736, 568, 29892, 6919, 1288, 9045, 302, 1295, 267, 2048, 9311, 411, 22873, 322, 4953, 9045, 8799, 1934, 29892, 1513, 292, 963, 304, 278, 1492, 4266, 2879, 363, 21838, 470, 13138, 9848, 373, 920, 304, 2948, 24876, 15806, 29889, 910, 1134, 310, 7333, 322, 410, 4925, 2562, 515, 6919, 1288, 9045, 302, 1295, 267, 6911, 1653, 263, 9257, 310, 9045, 322, 15332, 29889, 13, 12310, 2785, 15202, 10057, 13, 22034, 786, 1288, 9045, 302, 1295, 267, 508, 884, 1371, 5381, 267, 3211, 664, 10118, 4665, 9045, 491, 14338, 5001, 29899, 8157, 14511, 5056, 29889, 17044, 26529, 4315, 886, 322, 373, 2746, 13917, 29892, 302, 1295, 267, 508, 8161, 565, 263, 664, 10118, 756, 1880, 11174, 310, 17168, 293, 5855, 470, 11664, 12045, 310, 14338, 5855, 763, 7498, 10700, 2673, 470, 704, 267, 537, 29889, 2688, 508, 769, 2334, 28976, 11104, 304, 1371, 278, 4152, 664, 10118, 11157, 967, 9045, 29892, 515, 7688, 11104, 393, 27391, 15058, 322, 9045, 29891, 321, 1218, 2299, 1169, 304, 19119, 9045, 11104, 393, 27391, 3458, 1319, 2264, 322, 22884, 20376, 29889, 530, 373, 2746, 6919, 1288, 9045, 5595, 344, 20498, 873, 2274, 29879, 278, 3619, 21838, 6602, 292, 278, 13638, 310, 263, 2702, 664, 10118, 322, 508, 1371, 5381, 267, 2693, 11104, 12464, 4395, 304, 1009, 9045, 4225, 29889, 910, 16955, 29892, 7333, 1891, 2562, 338, 1820, 304, 5662, 3864, 22873, 4459, 274, 1965, 363, 491, 1009, 5703, 261, 322, 7952, 472, 1009, 9045, 12239, 29892, 14372, 363, 901, 3234, 573, 322, 17385, 630, 17162, 29889, 13, 855, 388, 292, 1551, 7488, 310, 278, 16117, 786, 1288, 15202, 3172, 29879, 5738, 13, 3868, 4298, 322, 15332, 526, 21003, 15220, 1747, 29889, 9205, 17063, 526, 20139, 411, 7952, 292, 373, 2246, 310, 278, 9045, 2562, 4225, 310, 1009, 664, 10118, 29892, 6467, 29892, 372, 1033, 2099, 6133, 19257, 310, 24092, 29892, 6425, 2016, 29872, 1608, 322, 2507, 957, 29889, 1551, 29899, 1552, 29899, 2057, 2304, 515, 6919, 1288, 9045, 302, 1295, 267, 338, 1820, 304, 451, 871, 16049, 322, 752, 5890, 411, 15332, 20801, 541, 304, 7344, 292, 263, 9045, 29891, 664, 10118, 29889, 20628, 29915, 29879, 6919, 1288, 9045, 302, 1295, 267, 19531, 1784, 298, 1446, 29889, 3645, 1206, 8455, 304, 19937, 29899, 29896, 29929, 6615, 1061, 304, 7333, 5595, 344, 29892, 6919, 1288, 9045, 302, 1295, 267, 526, 694, 5520, 263, 881, 29899, 17532, 363, 5381, 267, 29889, 2688, 526, 263, 1818, 29899, 17532, 16650, 293, 18096, 29889, 13, 6572, 2366, 4918, 349, 11002, 1551, 2746, 512, 13715, 800, 1771, 886, 17183, 293, 1222, 6269, 895, 9327, 304, 826, 2168, 25571, 26101, 472, 7236, 350, 1431, 29887, 13, 9190, 4918, 382, 4068, 310, 14795, 3305, 373, 5798, 4080, 317, 3246, 30003, 25847, 936, 322, 341, 13703, 13, 5328, 16117, 786, 1288, 15202, 8364, 14722, 8878, 20692, 322, 1954, 771, 345, 5244, 2746, 15202, 13, 23182, 635, 6369, 5490, 29871, 29896, 29906, 29892, 29871, 29906, 29900, 29906, 29941, 297, 438, 29950, 29987, 29903, 2648, 24511, 838, 7352, 29892, 26250, 29889, 7946, 15629, 29892, 382, 11490, 29914, 29949, 3912, 29892, 349, 11002, 1551, 2746, 512, 13715, 800, 512, 29926, 14886, 526, 856, 13, 22908, 1259, 11647, 3824, 29901, 450, 349, 11002, 1551, 2746, 512, 13715, 800, 5307, 13, 2059, 360, 1648, 20549, 29892, 12252, 310, 11647, 322, 14062, 29892, 322, 8432, 280, 7455, 6950, 29892, 12968, 27562, 15629, 29892, 472, 349, 11002, 1551, 2746, 512, 13715, 800, 11647, 29889, 6978, 291, 3045, 13, 5328, 304, 422, 10222, 278, 360, 13873, 310, 5244, 6689, 3831, 4620, 3819, 13, 23182, 635, 6369, 5533, 29871, 29896, 29955, 29892, 29871, 29906, 29900, 29906, 29906, 297, 438, 29950, 29987, 29903, 5244, 414, 1058, 526, 15313, 1760, 1122, 367, 472, 12045, 363, 9950, 12137, 29892, 10899, 14886, 322, 916, 856, 13, 29949, 1983, 568, 512, 13715, 800, 13, 7982, 29901, 29871, 29947, 29946, 29946, 29889, 2227, 29963, 2891, 29889, 7982, 313, 29947, 29946, 29946, 29889, 29955, 29946, 29947, 29889, 29953, 29947, 29955, 29947, 29897, 13, 23170, 29901, 29871, 29947, 29953, 29953, 29889, 2227, 29963, 2891, 29889, 23170, 313, 29947, 29953, 29953, 29889, 29955, 29946, 29947, 29889, 29953, 29947, 29953, 29946, 29897, 13, 29949, 29902, 29901, 29871, 29947, 29955, 29889, 2227, 29963, 2891, 29889, 3267, 29902, 313, 29947, 29955, 29955, 29889, 29946, 29947, 29953, 29889, 29947, 29953, 29955, 29946, 29897, 13, 13443, 8680, 12767, 403, 11367, 13, 29909, 386, 1026, 1417, 11661, 936, 25451, 27580, 13, 29906, 29896, 29906, 29906, 3088, 9321, 29892, 2443, 1696, 29871, 29941, 29900, 29900, 29892, 24132, 18737, 29892, 17674, 29871, 29953, 29900, 29945, 29906, 29941, 13, 29947, 29946, 29946, 29889, 29955, 29946, 29947, 29889, 29953, 29947, 29955, 29947, 22140, 29992, 29925, 11002, 14851, 29889, 510, 13, 29928, 24974, 29889, 11243, 537, 29889, 512, 10085, 29889, 13, 30211, 29871, 29906, 29900, 29906, 29941, 349, 11002, 1551, 2746, 512, 13715, 800, 29889, 2178, 10462, 21676, 29889, 853, 8921, 1891, 671, 338, 18719 ]
1,330,423
1,024
CommonCrawl
14
10
Home > Soil functions > Socioeconomics > Sustainability Assessment > Designing Research > Confounding Factors > Rebound Effects Rebound Effects Improvements in the technical efficiency of production processes are a means to reduce resource consumption. However, reductions achieved under real life conditions are usually smaller than what would theoretically be expected under ceteris paribus assumptions. Relevant actors (producers and consumers) will adapt their behaviour to account for the increased efficiencies, often causing additional resource use. This is called rebound- or take back effect. Rebound effects offset part or all of the resource savings that would otherwise be achieved by efficiency improvements. In extreme cases, they can even lead to an increase of total resource consumption (Jevons's paradox). Rebound effects are mainly explained by economic feedbacks. However, social-psychological factors are also relevant, especially for the consumer side. Rebound effects can be divided into direct effects, indirect effects and economy-wide effects. They should be taken into account in all assessments dealing with efficiency improvements in order to obtain realistic estimates of resource savings and to adequately inform policy making. What are rebound effects? In many cases of efficiency increases, ex-post analysis reveals that reductions in total resource consumption are smaller than could be expected based on efficiency improvements. This effect is called rebound- or take back effect and results from changes in the behaviour of relevant actors after efficiency increases. The size of rebound effects (Equation. 1) is defined as the share of resource savings which would be expected from efficiency increases if all other factors remained unchanged (ceteris paribus situation), but which do not materialise due to adaptions in the behaviour of relevant actors. Equation 1: Definition of rebound effect size Rebound effect sizes vary and can be greater than 100% in extreme cases. This phenomenon is called backfire or Jevons´s paradox, after British economist W.S. Jevons who observed in his book "The coal question" (1865) that more efficient use of coal through technical innovation led to higher instead of lower total consumption. Based on this, he postulated that higher fuel efficiencies always led to higher resource exploitation (Jevons, 1865; Alcott, 2005). The same theory was reiterated in the 1980s by economists Khazzoom and Brookes and termed by Saunders (1992) the Khazzoom–Brookes postulate. While Jevons's paradox was formulated for the energy sector, cases where both resource use efficiency and total resource use increased are also documented in the agricultural sector for increases in irrigation efficiency (Pfeiffer & Lin, 2014; Sun et al., 2016; Perry et al., 2017). Rebound effects are best documented for the field of energy efficiencies but is also applicable to the efficient use of other resources relevant to agricultural management. The majority of studies on rebound effects focus on rebound effects occurring due to economic feedbacks, as more efficient resource use lowers production costs and the price of goods and services based on the respective resources. Under the assumption of rational economic agents, this price effect leads to increased production and/or consumption, thereby offsetting part or all of the initial resource savings (Kolstad et al., 2014). However, de Haan et al. (2015) point out that especially for consumers, the assumption of purely rational behaviour is not valid, and that social-psychological factors can also create rebound effects. Policies promoting efficiency increases can affect both economic variables and social-psychological factors thereby causing both forms of rebound effects. Rebound effects can be divided into a) direct , b) indirect and c) economy-wide effects (Kolsadt et al., 2014). For rebound effects to occur, the resource use efficiency of a process must improve. In this section, we use the term process to refer to production processes which consume resources in order to provide services. These services can be immaterial (e.g. light, heat) or material (e.g. food, drinking water) and explicitly include the production of goods. a) Direct rebound effects Direct rebound effects occur if efficiency increases in a process result in an increasing demand for it, thereby also creating additional demand for the resource it consumes. From an economic point of view, higher efficiencies mean lower production costs. This can motivate producers to increase production. Furthermore, producers may opt to use the more
0.283953
1.280011
1.8252
1.393419
[ 0.2469720786802625, 0.32093455184619557 ]
[ 1.0257413632415822, 1.5342798803335422 ]
[ 1.9367949564869391, 1.7136057462531236 ]
[ 1.3569998995790655, 1.4298382670901462 ]
1,024
[ 512, 512 ]
[ 8778, 1405, 1105, 309, 3168, 1405, 1105, 3934, 29872, 4599, 1199, 1405, 317, 504, 475, 3097, 4007, 404, 358, 1405, 12037, 292, 10550, 1405, 10811, 12449, 26748, 943, 13, 29958, 12936, 618, 26475, 29879, 13, 29934, 774, 618, 26475, 29879, 13, 1888, 16123, 4110, 297, 278, 16905, 19201, 310, 5802, 10174, 526, 263, 2794, 304, 10032, 6503, 27430, 29889, 2398, 29892, 3724, 1953, 14363, 1090, 1855, 2834, 5855, 526, 5491, 7968, 1135, 825, 723, 17237, 1711, 367, 3806, 1090, 274, 1308, 275, 610, 19699, 20813, 29889, 830, 6591, 29701, 313, 5498, 22543, 322, 11233, 414, 29897, 674, 7744, 1009, 10468, 304, 3633, 363, 278, 11664, 6366, 819, 2478, 29892, 4049, 10805, 5684, 6503, 671, 29889, 910, 338, 2000, 337, 9917, 29899, 470, 2125, 1250, 2779, 29889, 12936, 618, 9545, 9210, 760, 470, 599, 310, 278, 6503, 4048, 886, 393, 723, 6467, 367, 14363, 491, 19201, 28473, 29889, 512, 18677, 4251, 29892, 896, 508, 1584, 3275, 304, 385, 7910, 310, 3001, 6503, 27430, 313, 29967, 5750, 787, 29915, 29879, 610, 912, 29916, 467, 12936, 618, 9545, 526, 14364, 10824, 491, 17407, 16705, 29879, 29889, 2398, 29892, 5264, 29899, 567, 3376, 5996, 13879, 526, 884, 8018, 29892, 7148, 363, 278, 21691, 2625, 29889, 13, 29934, 774, 618, 9545, 508, 367, 13931, 964, 1513, 9545, 29892, 26377, 9545, 322, 26504, 29899, 8157, 9545, 29889, 2688, 881, 367, 4586, 964, 3633, 297, 599, 24809, 1860, 16743, 411, 19201, 28473, 297, 1797, 304, 4017, 1855, 4695, 21875, 310, 6503, 4048, 886, 322, 304, 19967, 339, 2486, 1871, 8898, 3907, 29889, 13, 5618, 526, 337, 9917, 9545, 29973, 13, 797, 1784, 4251, 310, 19201, 16415, 29892, 429, 29899, 2490, 7418, 10320, 1338, 393, 3724, 1953, 297, 3001, 6503, 27430, 526, 7968, 1135, 1033, 367, 3806, 2729, 373, 19201, 28473, 29889, 910, 2779, 338, 2000, 337, 9917, 29899, 470, 2125, 1250, 2779, 322, 2582, 515, 3620, 297, 278, 10468, 310, 8018, 29701, 1156, 19201, 16415, 29889, 450, 2159, 310, 337, 9917, 9545, 313, 6108, 362, 29889, 29871, 29896, 29897, 338, 3342, 408, 278, 6232, 310, 6503, 4048, 886, 607, 723, 367, 3806, 515, 19201, 16415, 565, 599, 916, 13879, 9488, 443, 15033, 313, 29883, 1308, 275, 610, 19699, 6434, 511, 541, 607, 437, 451, 5518, 895, 2861, 304, 594, 29874, 1980, 297, 278, 10468, 310, 8018, 29701, 29889, 13, 6108, 362, 29871, 29896, 29901, 21940, 310, 337, 9917, 2779, 2159, 13, 29934, 774, 618, 2779, 15786, 13100, 322, 508, 367, 7621, 1135, 29871, 29896, 29900, 29900, 29995, 297, 18677, 4251, 29889, 910, 27791, 265, 338, 2000, 1250, 8696, 470, 2581, 29894, 787, 30165, 29879, 610, 912, 29916, 29892, 1156, 4908, 7766, 391, 399, 29889, 29903, 29889, 2581, 29894, 787, 1058, 8900, 297, 670, 3143, 376, 1576, 17148, 1139, 29908, 313, 29896, 29947, 29953, 29945, 29897, 393, 901, 8543, 671, 310, 17148, 1549, 16905, 24233, 362, 5331, 304, 6133, 2012, 310, 5224, 3001, 27430, 29889, 16564, 373, 445, 29892, 540, 1400, 7964, 393, 6133, 26413, 6366, 819, 2478, 2337, 5331, 304, 6133, 6503, 16035, 7018, 313, 29967, 5750, 787, 29892, 29871, 29896, 29947, 29953, 29945, 29936, 25761, 1501, 29892, 29871, 29906, 29900, 29900, 29945, 467, 450, 1021, 6368, 471, 337, 1524, 630, 297, 278, 29871, 29896, 29929, 29947, 29900, 29879, 491, 7766, 2879, 12217, 16594, 290, 322, 18737, 267, 322, 1840, 287, 491, 23863, 299, 414, 313, 29896, 29929, 29929, 29906, 29897, 278, 12217, 16594, 290, 29994, 29857, 23195, 1400, 5987, 29889, 5806, 2581, 29894, 787, 29915, 29879, 610, 912, 29916, 471, 883, 7964, 363, 278, 5864, 17535, 29892, 4251, 988, 1716, 6503, 671, 19201, 322, 3001, 6503, 671, 11664, 526, 884, 23531, 297, 278, 18032, 3631, 17535, 363, 16415, 297, 3805, 8966, 362, 19201, 313, 29925, 1725, 8349, 669, 4342, 29892, 29871, 29906, 29900, 29896, 29946, 29936, 8991, 634, 394, 1696, 29871, 29906, 29900, 29896, 29953, 29936, 28376, 634, 394, 1696, 29871, 29906, 29900, 29896, 29955, 467, 13, 29934, 774, 618, 9545, 526, 1900, 23531, 363, 278, 1746, 310, 5864, 6366, 819, 2478, 541, 338, 884, 22903, 304, 278, 8543, 671, 310, 916, 7788, 8018, 304, 18032, 3631, 10643, 29889, 450, 13638, 310, 11898, 373, 337, 9917, 9545, 8569, 373, 337, 9917, 9545, 13920, 292, 2861, 304, 17407, 16705, 29879, 29892, 408, 901, 8543, 6503, 671, 4482, 414, 5802, 21544, 322, 278, 8666, 310, 22535, 322, 5786, 2729, 373, 278, 18067, 7788, 29889, 7634, 278, 11833, 310, 17903, 17407, 19518, 29892, 445, 8666, 2779, 11981, 304, 11664, 5802, 322, 29914, 272, 27430, 29892, 27999, 9210, 1259, 760, 470, 599, 310, 278, 2847, 6503, 4048, 886, 313, 29968, 324, 17569, 634, 394, 1696, 29871, 29906, 29900, 29896, 29946, 467, 2398, 29892, 316, 5952, 273, 634, 394, 29889, 313, 29906, 29900, 29896, 29945, 29897, 1298, 714, 393, 7148, 363, 11233, 414, 29892, 278, 11833, 310, 24837, 17903, 10468, 338, 451, 2854, 29892, 322, 393, 5264, 29899, 567, 3376, 5996, 13879, 508, 884, 1653, 337, 9917, 9545, 29889, 2043, 293, 583, 2504, 11427, 19201, 16415, 508, 6602, 1716, 17407, 3651, 322, 5264, 29899, 567, 3376, 5996, 13879, 27999, 10805, 1716, 7190, 310, 337, 9917, 9545, 29889, 13, 29934, 774, 618, 9545, 508, 367, 13931, 964, 263, 29897, 1513, 1919, 289, 29897, 26377, 322, 274, 29897, 26504, 29899, 8157, 9545, 313, 29968, 3775, 3590, 634, 394, 1696, 29871, 29906, 29900, 29896, 29946, 467, 1152, 337, 9917, 9545, 304, 6403, 29892, 278, 6503, 671, 19201, 310, 263, 1889, 1818, 11157, 29889, 512, 445, 4004, 29892, 591, 671, 278, 1840, 1889, 304, 2737, 304, 5802, 10174, 607, 29151, 7788, 297, 1797, 304, 3867, 5786, 29889, 4525, 5786, 508, 367, 5198, 3795, 313, 29872, 29889, 29887, 29889, 3578, 29892, 12871, 29897, 470, 5518, 313, 29872, 29889, 29887, 29889, 9687, 29892, 13748, 292, 4094, 29897, 322, 9479, 3160, 278, 5802, 310, 22535, 29889, 13, 29874, 29897, 8797, 337, 9917, 9545, 13, 17392, 337, 9917, 9545, 6403, 565, 19201, 16415, 297, 263, 1889, 1121, 297, 385, 10231, 9667, 363, 372, 29892, 27999, 884, 4969, 5684, 9667, 363, 278, 6503, 372, 1136, 9351, 29889, 13, 4591, 385, 17407, 1298, 310, 1776, 29892, 6133, 6366, 819, 2478, 2099, 5224, 5802, 21544, 29889, 910, 508, 17385, 403, 1391, 22543, 304, 7910, 5802, 29889, 16478, 29892, 1391, 22543, 1122, 3523, 304, 671, 278, 901 ]
1,330,425
0
CommonCrawl
9
22
efficient process to substitute other production factors. Where lower costs result in lower prices, consumers usually react to this with increased consumption which in turn creates demand for increased production. From a social-psychological point of view, services produced by processes that consume fewer resources are perceived as more positive than those produced conventionally. This is especially the case if those services are labelled as socially or environmentally friendly (e.g. energy from renewable sources). Where consumers restrict their consumption due to awareness of resource use implications, they may be less hesitant to consume services from more efficient processes, thereby creating additional demand. b) Indirect rebound effects Indirect rebound effects occur if efficiency increases in a process result in an increasing demand for other processes that consume the same resource. Where higher efficiency translates into financial gains for producers and/or consumers, all or part of this money is usually spent on additional consumption of goods and services. For example, if households switch to more energy efficient appliances, they will save on energy consumption and money. However, if this money is used to pay for a holiday flight, part or all of the savings are offset in an indirect rebound effect. From a social-psychological point of view, de Haan et al. (2015) argue that many consumers implicitly evaluate their own behaviour and apply a budget to their resource consumption. Being more environmentally friendly in one respect therefore may lead to less self-restriction in other areas. c) Economy-wide rebound effects Economy wide effects are caused if not only individual actors are affected by the efficiency gains, but if there are resource use implications for the whole economy through increases in wealth, production or consumption; or through the introduction of technological innovations made possible by the more efficient process. For example, the introduction of chemical fertilizer dramatically increased the productivity (crop yield per hectare) of agricultural production, but had implications that also affected economies as a whole. Why are rebound effects relevant for assessing soil management? Increasing resource use efficiency (RUE) is considered to create a win-win situation by improving farmers' economic performance while at the same time alleviating pressures on the environment (O´Brien et al., 2014). However, different actor groups may react to such efficiency increases and cause rebound effects that offset part or all of the potential resource savings. In extreme cases, resource consumption can even be higher after efficiency increases than before. Not accounting for rebound effects can therefore result in a severe overestimation of resource savings. For the agricultural sector, there are a number of studies on rebound effects related to more efficient irrigation technologies (Berbel & Mateos, 2014; Dumont et al., 2013; Loch & Adamson, 2015; Mehmeti et al., 2016), some of them reporting rebound effects greater than 100% i.e. an increase in resource use rather than a reduction. Pfeiffer & Lin (2014) report an example from western Kansas/USA, where a shift to more efficient irrigation technologies correlated with increased total water use. They explain this effect by farmers changing from non-irrigated to irrigated crops, reducing fallow periods and increasing per hectare irrigation. Similarly, Sun et al. (2016) found that increased water use efficiencies in Bayannur/Inner Mongolia in the period between 2000 and 2010 coincided with increased total water consumption. These authors state that savings were utilised to increase production rather than to alleviate pressures on the environment. In a global FAO review on improved irrigation technology, Perry et al. (2017) concluded that the introduction of high-tech irrigation without accompanying controls on water allocation usually results in an increase rather than a reduction of water use. Several studies also address rebound effects related to higher agricultural yields in the context of the land sharing vs. land sparing debate (Mertz & Mertens, 2017; Phalan et al., 2011). Lambin & Meyfroidt (2011) discuss potential implications of rebound effects from raising agricultural productivity on the global demand for agricultural land. Ewers et al. (2009) show in a global study on yields and land use between 1979 and 1999 that land sparing occurred in some cases, but that for developed countries there was no evidence that increases in agricultural productivity resulted in lower
0.709922
1.373123
1.921578
1.403825
[ 0.7756667942737839, 0.644177953089903 ]
[ 0.9684412486396711, 1.7778053673916638 ]
[ 1.9976647410961617, 1.8454902795731054 ]
[ 1.211323164556904, 1.5963259642583307 ]
1,024
[ 512, 512 ]
[ 8543, 1889, 304, 23764, 916, 5802, 13879, 29889, 6804, 5224, 21544, 1121, 297, 5224, 26094, 29892, 11233, 414, 5491, 7657, 304, 445, 411, 11664, 27430, 607, 297, 2507, 10017, 9667, 363, 11664, 5802, 29889, 13, 4591, 263, 5264, 29899, 567, 3376, 5996, 1298, 310, 1776, 29892, 5786, 7371, 491, 10174, 393, 29151, 28145, 7788, 526, 17189, 2347, 408, 901, 6374, 1135, 1906, 7371, 15687, 635, 29889, 910, 338, 7148, 278, 1206, 565, 1906, 5786, 526, 3858, 839, 408, 5374, 635, 470, 5177, 635, 19780, 313, 29872, 29889, 29887, 29889, 5864, 515, 23011, 519, 8974, 467, 6804, 11233, 414, 9250, 1009, 27430, 2861, 304, 3773, 8326, 404, 310, 6503, 671, 2411, 5795, 29892, 896, 1122, 367, 3109, 19066, 277, 424, 304, 29151, 5786, 515, 901, 8543, 10174, 29892, 27999, 4969, 5684, 9667, 29889, 13, 29890, 29897, 1894, 1088, 337, 9917, 9545, 13, 2568, 1088, 337, 9917, 9545, 6403, 565, 19201, 16415, 297, 263, 1889, 1121, 297, 385, 10231, 9667, 363, 916, 10174, 393, 29151, 278, 1021, 6503, 29889, 13, 11921, 6133, 19201, 5578, 1078, 964, 18161, 330, 2708, 363, 1391, 22543, 322, 29914, 272, 11233, 414, 29892, 599, 470, 760, 310, 445, 6909, 338, 5491, 10398, 373, 5684, 27430, 310, 22535, 322, 5786, 29889, 1152, 1342, 29892, 565, 26850, 4607, 304, 901, 5864, 8543, 623, 492, 2925, 29892, 896, 674, 4078, 373, 5864, 27430, 322, 6909, 29889, 2398, 29892, 565, 445, 6909, 338, 1304, 304, 5146, 363, 263, 8753, 22394, 16286, 29892, 760, 470, 599, 310, 278, 4048, 886, 526, 9210, 297, 385, 26377, 337, 9917, 2779, 29889, 13, 4591, 263, 5264, 29899, 567, 3376, 5996, 1298, 310, 1776, 29892, 316, 5952, 273, 634, 394, 29889, 313, 29906, 29900, 29896, 29945, 29897, 27754, 393, 1784, 11233, 414, 27063, 14707, 1009, 1914, 10468, 322, 3394, 263, 23562, 304, 1009, 6503, 27430, 29889, 28265, 901, 5177, 635, 19780, 297, 697, 3390, 5480, 1122, 3275, 304, 3109, 1583, 29899, 5060, 19902, 297, 916, 10161, 29889, 13, 29883, 29897, 12884, 29891, 29899, 8157, 337, 9917, 9545, 13, 29923, 4599, 29891, 9377, 9545, 526, 8581, 565, 451, 871, 5375, 29701, 526, 15201, 491, 278, 19201, 330, 2708, 29892, 541, 565, 727, 526, 6503, 671, 2411, 5795, 363, 278, 3353, 26504, 1549, 16415, 297, 17173, 29892, 5802, 470, 27430, 29936, 470, 1549, 278, 18707, 310, 5722, 5996, 24233, 800, 1754, 1950, 491, 278, 901, 8543, 1889, 29889, 1152, 1342, 29892, 278, 18707, 310, 22233, 19965, 309, 3950, 8541, 19574, 11664, 278, 3234, 2068, 313, 29883, 1336, 7709, 639, 28834, 598, 29897, 310, 18032, 3631, 5802, 29892, 541, 750, 2411, 5795, 393, 884, 15201, 7766, 583, 408, 263, 3353, 29889, 13, 11008, 526, 337, 9917, 9545, 8018, 363, 24809, 292, 22473, 10643, 29973, 13, 797, 1037, 5832, 6503, 671, 19201, 313, 29934, 4462, 29897, 338, 5545, 304, 1653, 263, 5401, 29899, 5080, 6434, 491, 4857, 1747, 2215, 13269, 29915, 17407, 4180, 1550, 472, 278, 1021, 931, 4788, 1403, 1218, 3965, 1973, 373, 278, 5177, 313, 29949, 30165, 29933, 19112, 634, 394, 1696, 29871, 29906, 29900, 29896, 29946, 467, 2398, 29892, 1422, 11339, 6471, 1122, 7657, 304, 1316, 19201, 16415, 322, 4556, 337, 9917, 9545, 393, 9210, 760, 470, 599, 310, 278, 7037, 6503, 4048, 886, 29889, 512, 18677, 4251, 29892, 6503, 27430, 508, 1584, 367, 6133, 1156, 19201, 16415, 1135, 1434, 29889, 2216, 3633, 292, 363, 337, 9917, 9545, 508, 5480, 1121, 297, 263, 22261, 975, 342, 7715, 310, 6503, 4048, 886, 29889, 13, 2831, 278, 18032, 3631, 17535, 29892, 727, 526, 263, 1353, 310, 11898, 373, 337, 9917, 9545, 4475, 304, 901, 8543, 3805, 8966, 362, 5722, 11763, 313, 17104, 6596, 669, 29566, 359, 29892, 29871, 29906, 29900, 29896, 29946, 29936, 21139, 609, 634, 394, 1696, 29871, 29906, 29900, 29896, 29941, 29936, 365, 2878, 669, 11783, 1100, 29892, 29871, 29906, 29900, 29896, 29945, 29936, 2191, 29882, 2527, 29875, 634, 394, 1696, 29871, 29906, 29900, 29896, 29953, 511, 777, 310, 963, 23415, 337, 9917, 9545, 7621, 1135, 29871, 29896, 29900, 29900, 29995, 474, 29889, 29872, 29889, 385, 7910, 297, 6503, 671, 3265, 1135, 263, 20376, 29889, 349, 1725, 8349, 669, 4342, 313, 29906, 29900, 29896, 29946, 29897, 3461, 385, 1342, 515, 15782, 20029, 29914, 27019, 29892, 988, 263, 9500, 304, 901, 8543, 3805, 8966, 362, 5722, 11763, 8855, 630, 411, 11664, 3001, 4094, 671, 29889, 2688, 5649, 445, 2779, 491, 2215, 13269, 6480, 515, 1661, 29899, 381, 8966, 630, 304, 3805, 8966, 630, 8182, 567, 29892, 27668, 6416, 340, 23704, 322, 10231, 639, 28834, 598, 3805, 8966, 362, 29889, 20175, 29892, 8991, 634, 394, 29889, 313, 29906, 29900, 29896, 29953, 29897, 1476, 393, 11664, 4094, 671, 6366, 819, 2478, 297, 6211, 812, 332, 29914, 27748, 21952, 18001, 297, 278, 3785, 1546, 29871, 29906, 29900, 29900, 29900, 322, 29871, 29906, 29900, 29896, 29900, 22819, 2618, 411, 11664, 3001, 4094, 27430, 29889, 4525, 15717, 2106, 393, 4048, 886, 892, 3667, 3368, 304, 7910, 5802, 3265, 1135, 304, 4788, 1403, 403, 3965, 1973, 373, 278, 5177, 29889, 512, 263, 5534, 13515, 29949, 9076, 373, 16710, 3805, 8966, 362, 15483, 29892, 28376, 634, 394, 29889, 313, 29906, 29900, 29896, 29955, 29897, 22834, 393, 278, 18707, 310, 1880, 29899, 11345, 3805, 8966, 362, 1728, 10259, 1384, 292, 11761, 373, 4094, 24082, 5491, 2582, 297, 385, 7910, 3265, 1135, 263, 20376, 310, 4094, 671, 29889, 13, 29903, 1310, 284, 11898, 884, 3211, 337, 9917, 9545, 4475, 304, 6133, 18032, 3631, 17498, 297, 278, 3030, 310, 278, 2982, 19383, 7186, 29889, 2982, 805, 4362, 27836, 313, 29924, 814, 29920, 669, 341, 814, 575, 29892, 29871, 29906, 29900, 29896, 29955, 29936, 1963, 284, 273, 634, 394, 1696, 29871, 29906, 29900, 29896, 29896, 467, 26832, 262, 669, 18154, 29888, 1007, 29873, 313, 29906, 29900, 29896, 29896, 29897, 5353, 7037, 2411, 5795, 310, 337, 9917, 9545, 515, 29263, 18032, 3631, 3234, 2068, 373, 278, 5534, 9667, 363, 18032, 3631, 2982, 29889, 382, 17538, 634, 394, 29889, 313, 29906, 29900, 29900, 29929, 29897, 1510, 297, 263, 5534, 6559, 373, 17498, 322, 2982, 671, 1546, 29871, 29896, 29929, 29955, 29929, 322, 29871, 29896, 29929, 29929, 29929, 393, 2982, 805, 4362, 10761, 297, 777, 4251, 29892, 541, 393, 363, 8906, 10916, 727, 471, 694, 10757, 393, 16415, 297, 18032, 3631, 3234, 2068, 20601, 297, 5224 ]
1,330,425
1,024
CommonCrawl
9
22
per capita cropland demand. Addressing the link between agricultural productivity and greenhouse gas emissions, Valin et al. (2013) used the partial equilibrium model GLOBIOM to assess options for meeting the projected global food demand in 2050. In a scenario where all additional production was achieved through higher yields, they found strong demand-side rebound effects that reduced potential greenhouse gas savings by 50%. Studies on rebound effects related to efficiency increases in the agricultural use of other resources are mostly lacking. For a review on rebound effects in agriculture and an assessment of their relevance for emerging soil management practices, see Paul et al. (2019). Impact assessments of efficiency measures need to consider potential rebound effects to ensure correct estimates of resource savings and to allow for an unbiased comparison between alternatives for reducing resource consumption. Assessments results that identify a risk of rebound effects can also be used to support the design of measures aimed mitigating or preventing such effects. How can rebound effects in soil management be assessed? To assess rebound effects, it is useful to first determine whether economic or socio-psychological preconditions are fulfilled. Only if the efficiency increases result in lower production costs or affect consumers' perception of the final products are rebound effects likely to occur. While these conditions are usually met to some degree (and rebound effects therefore common), the actual cost reduction or change in consumers' perception may be very minor and the size of the resulting rebound effects too small to be of relevance. What effect sizes are considered relevant must be determined individually within the context of a particular assessment. Paul et al. (2019) present a framework for assessing rebound effects in agricultural land and soil management (Figure 4). Similar to a flow chart, users can answer "yes" or "no" questions to find out whether the occurrence of different rebound types is likely. Factors determining the size of the rebound effects are given in blue boxes. Figure 4: Framework for assessing economic or socio-psychological rebound effects from efficiency improve-ments. Factors determining the size of the rebound effects are presented in the blue boxes (Paul et al., 2019). There is scientific consensus regarding the existence of rebound effects, but little agreement on their size. Values provided in scientific literature for increases in energy efficiency vary considerably (for an overview of studies, see Huesemann & Huesemann, 2008 and Kolstad et al., 2014). However, while it is difficult to estimate effect sizes, the implicit assumption of zero rebound effects made by studies that choose to ignore them is not supported by scientific evidence (Maxwell et al., 2011). De Haan et al. (2015) discuss complications involved in assessing the size of rebound effects and argue that studies based on top-down evaluations of time series tend to overestimate effect sizes due to problems of separating increased resource consumption caused by economic growth and increasing consumers' wealth from increased resource consumption caused by increased efficiencies. On the other hand, they consider process-based, bottom-up studies to generally underestimate rebound sizes because they cannot account for economy-wide effects. Because rebound effects result from changes in the behaviour of different actors and are based on multiple variables, it is challenging to assess their effect size (particularly in ex-ante assessment). In many cases, only a very rough estimate will be possible. For rebound effects resulting from economic feedbacks, general equilibrium models can help to estimate reactions of market participants. For rebounds due to social-psychological factors, a major research gap exists. (Maxwell, 2011). The use of the rebound effect assessment framework (Paul et al., submitted) may facilitate an assessment of rebound effect sizes. In general, the following factors are considered to be positively related with the size of rebound effects (de Haan et al., 2015): • Relative size of the efficiency improvement (%) • Relative share of savings of total production costs (%) • Degree to which production is limited by availability of the more efficiently used resource (e.g. limited allocation of irrigation water, limited amount of allowable fertiliser application) • Degree to which the more efficient process can be used to substitute other production factors • Relative price reductions for the final product (%) • Degree by which the consumption of the product is perceived as more positive (e.g. social or environmentally friendly) than
0.740055
1.39103
2.286796
1.825247
[ 0.8961982320256748, 0.5839122342139575 ]
[ 1.5915799949354532, 1.1904791927220761 ]
[ 2.6367974794929974, 1.9367949564869391 ]
[ 1.8564629910836192, 1.79403010464555 ]
1,024
[ 512, 512 ]
[ 639, 2117, 2028, 8182, 572, 392, 9667, 29889, 16428, 292, 278, 1544, 1546, 18032, 3631, 3234, 2068, 322, 7933, 8697, 10489, 953, 6847, 29892, 2630, 262, 634, 394, 29889, 313, 29906, 29900, 29896, 29941, 29897, 1304, 278, 7687, 26440, 1904, 402, 28902, 5971, 29924, 304, 24809, 3987, 363, 11781, 278, 2060, 287, 5534, 9687, 9667, 297, 29871, 29906, 29900, 29945, 29900, 29889, 512, 263, 10483, 988, 599, 5684, 5802, 471, 14363, 1549, 6133, 17498, 29892, 896, 1476, 4549, 9667, 29899, 2975, 337, 9917, 9545, 393, 12212, 7037, 7933, 8697, 10489, 4048, 886, 491, 29871, 29945, 29900, 15543, 16972, 373, 337, 9917, 9545, 4475, 304, 19201, 16415, 297, 278, 18032, 3631, 671, 310, 916, 7788, 526, 11149, 10225, 292, 29889, 1152, 263, 9076, 373, 337, 9917, 9545, 297, 18032, 545, 322, 385, 24809, 358, 310, 1009, 29527, 749, 363, 11176, 3460, 22473, 10643, 23274, 29892, 1074, 3739, 634, 394, 29889, 313, 29906, 29900, 29896, 29929, 467, 13, 24192, 627, 24809, 1860, 310, 19201, 15366, 817, 304, 2050, 7037, 337, 9917, 9545, 304, 9801, 1959, 21875, 310, 6503, 4048, 886, 322, 304, 2758, 363, 385, 443, 5365, 1463, 10230, 1546, 27809, 363, 27668, 6503, 27430, 29889, 4007, 404, 1860, 2582, 393, 12439, 263, 12045, 310, 337, 9917, 9545, 508, 884, 367, 1304, 304, 2304, 278, 2874, 310, 15366, 12242, 287, 1380, 335, 1218, 470, 5557, 292, 1316, 9545, 29889, 13, 5328, 508, 337, 9917, 9545, 297, 22473, 10643, 367, 1223, 11517, 29973, 13, 1762, 24809, 337, 9917, 9545, 29892, 372, 338, 5407, 304, 937, 8161, 3692, 17407, 470, 577, 3934, 29899, 567, 3376, 5996, 758, 1116, 2187, 526, 6095, 26940, 29889, 9333, 565, 278, 19201, 16415, 1121, 297, 5224, 5802, 21544, 470, 6602, 11233, 414, 29915, 639, 1441, 310, 278, 2186, 9316, 526, 337, 9917, 9545, 5517, 304, 6403, 29889, 5806, 1438, 5855, 526, 5491, 1539, 304, 777, 7426, 313, 392, 337, 9917, 9545, 5480, 3619, 511, 278, 3935, 3438, 20376, 470, 1735, 297, 11233, 414, 29915, 639, 1441, 1122, 367, 1407, 9461, 322, 278, 2159, 310, 278, 9819, 337, 9917, 9545, 2086, 2319, 304, 367, 310, 29527, 749, 29889, 1724, 2779, 15786, 526, 5545, 8018, 1818, 367, 10087, 29689, 2629, 278, 3030, 310, 263, 3153, 24809, 358, 29889, 13, 18275, 634, 394, 29889, 313, 29906, 29900, 29896, 29929, 29897, 2198, 263, 6890, 363, 24809, 292, 337, 9917, 9545, 297, 18032, 3631, 2982, 322, 22473, 10643, 313, 13080, 545, 29871, 29946, 467, 13999, 304, 263, 4972, 8727, 29892, 4160, 508, 1234, 376, 3582, 29908, 470, 376, 1217, 29908, 5155, 304, 1284, 714, 3692, 278, 27170, 310, 1422, 337, 9917, 4072, 338, 5517, 29889, 26748, 943, 3683, 2827, 278, 2159, 310, 278, 337, 9917, 9545, 526, 2183, 297, 7254, 16273, 29889, 13, 13080, 545, 29871, 29946, 29901, 16657, 363, 24809, 292, 17407, 470, 577, 3934, 29899, 567, 3376, 5996, 337, 9917, 9545, 515, 19201, 11157, 29899, 1860, 29889, 26748, 943, 3683, 2827, 278, 2159, 310, 278, 337, 9917, 9545, 526, 9132, 297, 278, 7254, 16273, 313, 18275, 634, 394, 1696, 29871, 29906, 29900, 29896, 29929, 467, 13, 8439, 338, 16021, 1136, 8841, 11211, 278, 10379, 310, 337, 9917, 9545, 29892, 541, 2217, 17327, 373, 1009, 2159, 29889, 2630, 1041, 4944, 297, 16021, 12845, 363, 16415, 297, 5864, 19201, 13100, 2050, 2197, 313, 1454, 385, 975, 1493, 310, 11898, 29892, 1074, 379, 1041, 24767, 669, 379, 1041, 24767, 29892, 29871, 29906, 29900, 29900, 29947, 322, 10451, 17569, 634, 394, 1696, 29871, 29906, 29900, 29896, 29946, 467, 2398, 29892, 1550, 372, 338, 5189, 304, 12678, 2779, 15786, 29892, 278, 12235, 11833, 310, 5225, 337, 9917, 9545, 1754, 491, 11898, 393, 6755, 304, 11455, 963, 338, 451, 6969, 491, 16021, 10757, 313, 7976, 5872, 634, 394, 1696, 29871, 29906, 29900, 29896, 29896, 467, 13, 2772, 5952, 273, 634, 394, 29889, 313, 29906, 29900, 29896, 29945, 29897, 5353, 752, 5795, 9701, 297, 24809, 292, 278, 2159, 310, 337, 9917, 9545, 322, 27754, 393, 11898, 2729, 373, 2246, 29899, 3204, 6161, 800, 310, 931, 3652, 10331, 304, 975, 342, 6490, 2779, 15786, 2861, 304, 4828, 310, 2903, 1218, 11664, 6503, 27430, 8581, 491, 17407, 14321, 322, 10231, 11233, 414, 29915, 17173, 515, 11664, 6503, 27430, 8581, 491, 11664, 6366, 819, 2478, 29889, 1551, 278, 916, 1361, 29892, 896, 2050, 1889, 29899, 6707, 29892, 5970, 29899, 786, 11898, 304, 6892, 1090, 342, 6490, 337, 9917, 15786, 1363, 896, 2609, 3633, 363, 26504, 29899, 8157, 9545, 29889, 13, 29933, 5658, 337, 9917, 9545, 1121, 515, 3620, 297, 278, 10468, 310, 1422, 29701, 322, 526, 2729, 373, 2999, 3651, 29892, 372, 338, 18066, 292, 304, 24809, 1009, 2779, 2159, 313, 1595, 16311, 368, 297, 429, 29899, 1647, 24809, 358, 467, 512, 1784, 4251, 29892, 871, 263, 1407, 12164, 12678, 674, 367, 1950, 29889, 1152, 337, 9917, 9545, 9819, 515, 17407, 16705, 29879, 29892, 2498, 26440, 4733, 508, 1371, 304, 12678, 337, 7387, 310, 9999, 27138, 29889, 1152, 15121, 3885, 2861, 304, 5264, 29899, 567, 3376, 5996, 13879, 29892, 263, 4655, 5925, 17261, 4864, 29889, 313, 7976, 5872, 29892, 29871, 29906, 29900, 29896, 29896, 467, 450, 671, 310, 278, 337, 9917, 2779, 24809, 358, 6890, 313, 18275, 634, 394, 1696, 18397, 29897, 1122, 16089, 10388, 385, 24809, 358, 310, 337, 9917, 2779, 15786, 29889, 512, 2498, 29892, 278, 1494, 13879, 526, 5545, 304, 367, 13686, 3598, 4475, 411, 278, 2159, 310, 337, 9917, 9545, 313, 311, 5952, 273, 634, 394, 1696, 29871, 29906, 29900, 29896, 29945, 1125, 13, 30119, 6376, 1230, 2159, 310, 278, 19201, 20414, 313, 10997, 13, 30119, 6376, 1230, 6232, 310, 4048, 886, 310, 3001, 5802, 21544, 313, 10997, 13, 30119, 360, 387, 929, 304, 607, 5802, 338, 9078, 491, 20847, 3097, 310, 278, 901, 29497, 1304, 6503, 313, 29872, 29889, 29887, 29889, 9078, 24082, 310, 3805, 8966, 362, 4094, 29892, 9078, 5253, 310, 2758, 519, 19965, 309, 7608, 2280, 29897, 13, 30119, 360, 387, 929, 304, 607, 278, 901, 8543, 1889, 508, 367, 1304, 304, 23764, 916, 5802, 13879, 13, 30119, 6376, 1230, 8666, 3724, 1953, 363, 278, 2186, 3234, 313, 10997, 13, 30119, 360, 387, 929, 491, 607, 278, 27430, 310, 278, 3234, 338, 17189, 2347, 408, 901, 6374, 313, 29872, 29889, 29887, 29889, 5264, 470, 5177, 635, 19780, 29897, 1135 ]
1,330,425
2,048
CommonCrawl
9
22
before • Demand elasticity, degree to which is demand is currently unsaturated • Low degree of other costs associated with product consumption (e.g. in the field of mobility, travel-time is often more relevant than travel-cost) • Degree to which the more efficiently used resource is also used in the production of alternative goods and services (the demand for which might increase with increasing wealth) • Degree to which the more efficient resource use triggers technical innovation in other sectors Alcott B. 2005. Jevons' paradox. Ecol. Econ., 54, 9–21, DOI:10.1016/j.ecolecon.2005.03.0 Berbel J, Mateos L. 2014. Does investment in irrigation technology necessarily generate rebound effects? A simulation analysis based on an agro-economic model. Agricultural Systems, 128, 25–34. DOI:10.1016/j.agsy.2014.04.002 De Haan P, Peters A, Semmling E, Marth H, Kahlenborn W. 2015. Rebound-Effekte: Ihre Bedeutung für die Umweltpolitik. TEXTE 31/2015, Umweltbundesamt, Dessau-Roßlau, 112 pp. Dumont A, Mayor B, López-Gunn E. 2013. Is the rebound effect or Jevons paradox a useful concept for better management of water resources? Insights from the irrigation modernisation process in Spain. Aquatic Procedia 1, 64–76. Ewers R M, Scharlemannz J P W, Balmford A, Green R E. 2009. Do increases in agricultural yield spare land for nature? Global Change Biology, 15, 1716–1726. DOI:10.1111/j.1365-2486.2009.01849.x Gómez C M, Pérez-Blanco C D. 2014. Simple myths and basic maths about greening irrigation. Water Resources Management, 28, 4035–4044. DOI:10.1007/s11269-014-0725-9 Huesemann M H, Huesemann J A. 2008. Will progress in science and technology avert or accelerate global collapse? A critical analysis and policy recommendations. Environ. Dev. Sustain. 2008, 10, 787–825, DOI:10.1007/s10668-007-9085-4 Jevons W S. 1865. The coal question. An inquiry concerning the progress of the nation, and the probable exhaustion of our coal mines. 1st edition, Macmillan & Co., London & Cambridge. Kolstad C, Urama K, Broome J, Bruvoll A, Cariño Olvera M, Fullerton D, Gollier C, Hanemann W M, Hassan R, Jotzo F, Khan M R, Meyer L, Mundaca L. 2014. Social, Economic and Ethical Concepts and Methods. In: Climate Change 2014: Mitigation of Climate Change. Contribution of Working Group III to the Fifth Assessment Report of the Intergovernmental Panel on Climate Change [Edenhofer O, Pichs-Madruga R, Sokona Y, Farahani E, Kadner S, Seyboth K, Adler A, Baum I, Brunner S, Eickemeier P, Kriemann B, Savolainen J, Schlömer S, von Stechow C, Zwickel T, Minx J C (eds.)]. Cambridge University Press, Cambridge, United Kingdom and New York, NY, USA. Lambin E F, Meyfroidt P. 2011. Global land use change, economic globalization, and the looming land scarcity, PNAS, 108 (9), 3465–3472. DOI
-0.490598
0.753566
0.978096
0.899159
[ -0.5036100564110582, -0.47758622326008177 ]
[ 0.6604531326543994, 0.8466785051106102 ]
[ 1.013603223247065, 0.9425884745363057 ]
[ 1.0240245052426962, 0.7742929594904194 ]
1,024
[ 512, 512 ]
[ 1434, 13, 30119, 4432, 392, 560, 6288, 537, 29892, 7426, 304, 607, 338, 9667, 338, 5279, 9644, 1337, 630, 13, 30119, 17511, 7426, 310, 916, 21544, 6942, 411, 3234, 27430, 313, 29872, 29889, 29887, 29889, 297, 278, 1746, 310, 22458, 1793, 29892, 9850, 29899, 2230, 338, 4049, 901, 8018, 1135, 9850, 29899, 18253, 29897, 13, 30119, 360, 387, 929, 304, 607, 278, 901, 29497, 1304, 6503, 338, 884, 1304, 297, 278, 5802, 310, 8671, 22535, 322, 5786, 313, 1552, 9667, 363, 607, 1795, 7910, 411, 10231, 17173, 29897, 13, 30119, 360, 387, 929, 304, 607, 278, 901, 8543, 6503, 671, 23660, 16905, 24233, 362, 297, 916, 409, 14359, 13, 2499, 29883, 1501, 350, 29889, 29871, 29906, 29900, 29900, 29945, 29889, 2581, 29894, 787, 29915, 610, 912, 29916, 29889, 382, 1054, 29889, 382, 535, 1696, 29871, 29945, 29946, 29892, 29871, 29929, 29994, 29906, 29896, 29892, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29896, 29953, 29914, 29926, 29889, 687, 1772, 535, 29889, 29906, 29900, 29900, 29945, 29889, 29900, 29941, 29889, 29900, 13, 17104, 6596, 435, 29892, 29566, 359, 365, 29889, 29871, 29906, 29900, 29896, 29946, 29889, 5538, 13258, 358, 297, 3805, 8966, 362, 15483, 12695, 5706, 337, 9917, 9545, 29973, 319, 17402, 7418, 2729, 373, 385, 946, 307, 29899, 29872, 4599, 293, 1904, 29889, 27051, 3631, 23985, 29892, 29871, 29896, 29906, 29947, 29892, 29871, 29906, 29945, 29994, 29941, 29946, 29889, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29896, 29953, 29914, 29926, 29889, 810, 29891, 29889, 29906, 29900, 29896, 29946, 29889, 29900, 29946, 29889, 29900, 29900, 29906, 13, 2772, 5952, 273, 349, 29892, 15990, 319, 29892, 9444, 828, 292, 382, 29892, 1085, 386, 379, 29892, 476, 17165, 4939, 399, 29889, 29871, 29906, 29900, 29896, 29945, 29889, 12936, 618, 29899, 29923, 600, 1416, 371, 29901, 306, 16720, 22665, 1865, 762, 6379, 20581, 20087, 638, 29889, 323, 5746, 4330, 29871, 29941, 29896, 29914, 29906, 29900, 29896, 29945, 29892, 6379, 20581, 29890, 7204, 8035, 29892, 360, 404, 585, 29899, 9588, 30034, 25855, 29892, 29871, 29896, 29896, 29906, 6499, 29889, 13, 29928, 398, 609, 319, 29892, 22186, 350, 29892, 25355, 29899, 29954, 5963, 382, 29889, 29871, 29906, 29900, 29896, 29941, 29889, 1317, 278, 337, 9917, 2779, 470, 2581, 29894, 787, 610, 912, 29916, 263, 5407, 6964, 363, 2253, 10643, 310, 4094, 7788, 29973, 13377, 5861, 515, 278, 3805, 8966, 362, 5400, 4371, 1889, 297, 13616, 29889, 16020, 2454, 1019, 1133, 423, 29871, 29896, 29892, 29871, 29953, 29946, 29994, 29955, 29953, 29889, 13, 29923, 17538, 390, 341, 29892, 1102, 279, 2409, 812, 29920, 435, 349, 399, 29892, 7392, 29885, 4006, 319, 29892, 7646, 390, 382, 29889, 29871, 29906, 29900, 29900, 29929, 29889, 1938, 16415, 297, 18032, 3631, 7709, 29337, 2982, 363, 5469, 29973, 12002, 10726, 3457, 3002, 29892, 29871, 29896, 29945, 29892, 29871, 29896, 29955, 29896, 29953, 29994, 29896, 29955, 29906, 29953, 29889, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29896, 29896, 29896, 29914, 29926, 29889, 29896, 29941, 29953, 29945, 29899, 29906, 29946, 29947, 29953, 29889, 29906, 29900, 29900, 29929, 29889, 29900, 29896, 29947, 29946, 29929, 29889, 29916, 13, 29954, 29980, 21660, 315, 341, 29892, 28098, 29899, 29933, 6468, 1111, 315, 360, 29889, 29871, 29906, 29900, 29896, 29946, 29889, 12545, 22082, 29879, 322, 6996, 5844, 29879, 1048, 7933, 292, 3805, 8966, 362, 29889, 13062, 27562, 15057, 29892, 29871, 29906, 29947, 29892, 29871, 29946, 29900, 29941, 29945, 29994, 29946, 29900, 29946, 29946, 29889, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29900, 29955, 29914, 29879, 29896, 29896, 29906, 29953, 29929, 29899, 29900, 29896, 29946, 29899, 29900, 29955, 29906, 29945, 29899, 29929, 13, 29950, 1041, 24767, 341, 379, 29892, 379, 1041, 24767, 435, 319, 29889, 29871, 29906, 29900, 29900, 29947, 29889, 2811, 6728, 297, 10466, 322, 15483, 263, 1765, 470, 15592, 403, 5534, 24382, 29973, 319, 12187, 7418, 322, 8898, 6907, 800, 29889, 1174, 3024, 29889, 9481, 29889, 317, 504, 475, 29889, 29871, 29906, 29900, 29900, 29947, 29892, 29871, 29896, 29900, 29892, 29871, 29955, 29947, 29955, 29994, 29947, 29906, 29945, 29892, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29900, 29955, 29914, 29879, 29896, 29900, 29953, 29953, 29947, 29899, 29900, 29900, 29955, 29899, 29929, 29900, 29947, 29945, 29899, 29946, 13, 29967, 5750, 787, 399, 317, 29889, 29871, 29896, 29947, 29953, 29945, 29889, 450, 17148, 1139, 29889, 530, 25501, 16129, 19813, 278, 6728, 310, 278, 5233, 29892, 322, 278, 16269, 27096, 291, 310, 1749, 17148, 29086, 29889, 29871, 29896, 303, 12203, 29892, 4326, 19958, 273, 669, 3189, 1696, 4517, 669, 12585, 29889, 13, 29968, 324, 17569, 315, 29892, 501, 20556, 476, 29892, 4358, 608, 435, 29892, 8135, 1555, 29880, 319, 29892, 315, 1306, 8266, 7137, 28279, 341, 29892, 14846, 28634, 360, 29892, 20268, 4926, 315, 29892, 7169, 24767, 399, 341, 29892, 27558, 273, 390, 29892, 435, 327, 2502, 383, 29892, 18915, 341, 390, 29892, 26581, 365, 29892, 341, 870, 11989, 365, 29889, 29871, 29906, 29900, 29896, 29946, 29889, 10307, 29892, 12884, 293, 322, 13772, 936, 1281, 1547, 29879, 322, 8108, 29879, 29889, 512, 29901, 2233, 6490, 10726, 29871, 29906, 29900, 29896, 29946, 29901, 4573, 335, 362, 310, 2233, 6490, 10726, 29889, 2866, 3224, 310, 24176, 6431, 4786, 304, 278, 29008, 386, 4007, 404, 358, 13969, 310, 278, 4124, 29887, 6170, 358, 284, 349, 3870, 373, 2233, 6490, 10726, 518, 29923, 1145, 1251, 571, 438, 29892, 349, 436, 29879, 29899, 21878, 582, 3249, 390, 29892, 317, 554, 2681, 612, 29892, 8413, 801, 3270, 382, 29892, 476, 328, 1089, 317, 29892, 922, 29891, 20313, 476, 29892, 2087, 1358, 319, 29892, 6000, 398, 306, 29892, 17116, 1089, 317, 29892, 382, 860, 2004, 631, 349, 29892, 476, 374, 24767, 350, 29892, 9583, 324, 475, 264, 435, 29892, 21262, 29997, 1050, 317, 29892, 1005, 2443, 305, 340, 315, 29892, 796, 6669, 295, 323, 29892, 3080, 29916, 435, 315, 313, 5779, 1846, 1822, 12585, 3014, 5254, 29892, 12585, 29892, 3303, 12626, 322, 1570, 3088, 29892, 23526, 29892, 8278, 29889, 13, 29931, 1117, 262, 382, 383, 29892, 18154, 29888, 1007, 29873, 349, 29889, 29871, 29906, 29900, 29896, 29896, 29889, 12002, 2982, 671, 1735, 29892, 17407, 5534, 2133, 29892, 322, 278, 658, 28826, 2982, 19494, 537, 29892, 349, 29940, 3289, 29892, 29871, 29896, 29900, 29947, 313, 29929, 511, 29871, 29941, 29946, 29953, 29945, 29994, 29941, 29946, 29955, 29906, 29889, 11662, 29902 ]
1,330,425
3,072
CommonCrawl
7
9
:10.1073/pnas.1100480108 Loch A, Adamson D. 2015. Drought and the rebound effect: a Murray–Darling Basin example. Natural Hazards, 79, 1429–1449. DOI:10.1007/s11069-015-1705-y Maxwell D, Owen P, McAndrew L, Muehmel K, Neubauer A. 2011. Addressing the Rebound Effect, report for the European Commission DG Environment, 26 April 2011. Mehmeti A, Todorovic M, Scardigno A. 2016. Assessing the eco-efficiency improvements of Sinistra Ofanto irrigation scheme. Journal of Cleaner Production, 138, 208–216. DOI:10.1016/j.jclepro.2016.03.085 Mertz O, Mertens C F. 2017. Land sparing and land sharing policies in developing countries – drivers and linkages to scientific debates. World Dev. 2017, 98, 523–535, DOI:10.1016/j.worlddev.2017.05.002 . O'Brien D, Shalloo L, Crosson P, Donnellan T, Farrelly N, Finnan J, Hanrahan K, Lalor S, Lanigan G, Thorne F, Schulte R. 2014. An evaluation of the effect of greenhouse gas accounting methods on a marginal abatement cost curve for Irish agricultural greenhouse gas emissions. Environmental Science & Policy, 39, 107–118. DOI:10.1016/j.envsci.2013.09.001 Perry C, Steduto P, Karajeh F. 2017. Does improved irrigation technology save water? A review of the evidence. FAO: Cairo, Egypt, 2017; pp. 42, ISBN 978-92-5-109774-8 . Pfeiffer L, Lin C-Y C. 2014. Does efficient irrigation technology lead to reduced groundwater extraction? Empirical evidence. Journal of Environmental Economics and Management, 67, 189–208. DOI:10.1016/j.jeem.2013.12.002 Phalan B, Onial M, Balmford A, Green R E. 2011. Reconciling food production and biodiversity conservation: land sharing and land sparing compared. Science 2011, 333, 1289–21291, DOI:10.1126/science.1208742 . Sun S, Wang Y, Liu J, Cai H, Wu P, Geng Q, Xu L. 2016. Sustainability assessment of regional water resources under the DPSIR framework. Journal of Hydrology, 532, 140-148. DOI:10.1016/j.jhydrol.2015.11.028 Saunders H D. 1992. The Khazzoom-Brookes Postulate and Neoclassical Growth. The Energy Journal, 13 (4), 131-148. Valin H, Havlík P, Mosnier A, Herrero M, Schmid E, Obersteiner M. 2013. Agricultural productivity and greenhouse gas emissions: trade-offs or synergies between mitigation and food security? Environmental Research Letters, 8,035019 (9 pp.). DOI:10.1088/1748-9326/8/3/035019 DPSIR Framework BonaRes Assessment Framework Designing Research System Boundaries Purpose & Decision Making
-0.596748
0.997091
1.064328
0.727468
[ -0.6378382484529367, -0.5556577227130111 ]
[ 0.9612787343144322, 1.032903877566821 ]
[ 0.8715737258255462, 1.257082361683955 ]
[ 0.6286162244682579, 0.8263203648554771 ]
1,024
[ 512, 512 ]
[ 29901, 29896, 29900, 29889, 29896, 29900, 29955, 29941, 29914, 21257, 294, 29889, 29896, 29896, 29900, 29900, 29946, 29947, 29900, 29896, 29900, 29947, 13, 29931, 2878, 319, 29892, 11783, 1100, 360, 29889, 29871, 29906, 29900, 29896, 29945, 29889, 4942, 1774, 322, 278, 337, 9917, 2779, 29901, 263, 22340, 29994, 29928, 279, 1847, 4886, 262, 1342, 29889, 18385, 25606, 3163, 29892, 29871, 29955, 29929, 29892, 29871, 29896, 29946, 29906, 29929, 29994, 29896, 29946, 29946, 29929, 29889, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29900, 29955, 29914, 29879, 29896, 29896, 29900, 29953, 29929, 29899, 29900, 29896, 29945, 29899, 29896, 29955, 29900, 29945, 29899, 29891, 13, 7976, 5872, 360, 29892, 438, 15556, 349, 29892, 4052, 2855, 3973, 365, 29892, 341, 434, 7184, 295, 476, 29892, 2448, 431, 7547, 319, 29889, 29871, 29906, 29900, 29896, 29896, 29889, 16428, 292, 278, 12936, 618, 26475, 29892, 3461, 363, 278, 7824, 11444, 360, 29954, 16738, 29892, 29871, 29906, 29953, 3786, 29871, 29906, 29900, 29896, 29896, 29889, 13, 6816, 29882, 2527, 29875, 319, 29892, 7561, 272, 586, 293, 341, 29892, 2522, 538, 647, 29877, 319, 29889, 29871, 29906, 29900, 29896, 29953, 29889, 4007, 404, 292, 278, 321, 1111, 29899, 29872, 2416, 13396, 28473, 310, 8882, 12496, 4587, 5361, 3805, 8966, 362, 11380, 29889, 8237, 310, 315, 14044, 261, 19561, 29892, 29871, 29896, 29941, 29947, 29892, 29871, 29906, 29900, 29947, 29994, 29906, 29896, 29953, 29889, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29896, 29953, 29914, 29926, 29889, 29926, 2841, 771, 29889, 29906, 29900, 29896, 29953, 29889, 29900, 29941, 29889, 29900, 29947, 29945, 13, 29924, 814, 29920, 438, 29892, 341, 814, 575, 315, 383, 29889, 29871, 29906, 29900, 29896, 29955, 29889, 3172, 805, 4362, 322, 2982, 19383, 24833, 297, 14338, 10916, 785, 18563, 322, 1544, 1179, 304, 16021, 2553, 1078, 29889, 2787, 9481, 29889, 29871, 29906, 29900, 29896, 29955, 29892, 29871, 29929, 29947, 29892, 29871, 29945, 29906, 29941, 29994, 29945, 29941, 29945, 29892, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29896, 29953, 29914, 29926, 29889, 11526, 3359, 29889, 29906, 29900, 29896, 29955, 29889, 29900, 29945, 29889, 29900, 29900, 29906, 869, 13, 29949, 29915, 29933, 19112, 360, 29892, 1383, 26177, 29877, 365, 29892, 11189, 265, 349, 29892, 360, 3409, 18663, 323, 29892, 8413, 2674, 368, 405, 29892, 21189, 273, 435, 29892, 7169, 336, 5403, 476, 29892, 365, 284, 272, 317, 29892, 18273, 11163, 402, 29892, 16419, 484, 383, 29892, 12988, 371, 390, 29889, 29871, 29906, 29900, 29896, 29946, 29889, 530, 17983, 310, 278, 2779, 310, 7933, 8697, 10489, 3633, 292, 3519, 373, 263, 15276, 979, 633, 271, 882, 3438, 11672, 363, 12601, 18032, 3631, 7933, 8697, 10489, 953, 6847, 29889, 16738, 284, 9327, 669, 25219, 29892, 29871, 29941, 29929, 29892, 29871, 29896, 29900, 29955, 29994, 29896, 29896, 29947, 29889, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29896, 29953, 29914, 29926, 29889, 264, 4270, 455, 29889, 29906, 29900, 29896, 29941, 29889, 29900, 29929, 29889, 29900, 29900, 29896, 13, 5894, 719, 315, 29892, 624, 287, 3066, 349, 29892, 3467, 8339, 29882, 383, 29889, 29871, 29906, 29900, 29896, 29955, 29889, 5538, 16710, 3805, 8966, 362, 15483, 4078, 4094, 29973, 319, 9076, 310, 278, 10757, 29889, 13515, 29949, 29901, 315, 26025, 29892, 12892, 29892, 29871, 29906, 29900, 29896, 29955, 29936, 6499, 29889, 29871, 29946, 29906, 29892, 2210, 29871, 29929, 29955, 29947, 29899, 29929, 29906, 29899, 29945, 29899, 29896, 29900, 29929, 29955, 29955, 29946, 29899, 29947, 869, 13, 29925, 1725, 8349, 365, 29892, 4342, 315, 29899, 29979, 315, 29889, 29871, 29906, 29900, 29896, 29946, 29889, 5538, 8543, 3805, 8966, 362, 15483, 3275, 304, 12212, 5962, 13405, 4805, 428, 29973, 7361, 381, 936, 10757, 29889, 8237, 310, 16738, 284, 12884, 1199, 322, 15057, 29892, 29871, 29953, 29955, 29892, 29871, 29896, 29947, 29929, 29994, 29906, 29900, 29947, 29889, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29896, 29953, 29914, 29926, 29889, 1324, 331, 29889, 29906, 29900, 29896, 29941, 29889, 29896, 29906, 29889, 29900, 29900, 29906, 13, 29925, 4077, 273, 350, 29892, 1551, 616, 341, 29892, 7392, 29885, 4006, 319, 29892, 7646, 390, 382, 29889, 29871, 29906, 29900, 29896, 29896, 29889, 830, 535, 5553, 292, 9687, 5802, 322, 289, 2660, 24974, 24201, 29901, 2982, 19383, 322, 2982, 805, 4362, 9401, 29889, 9327, 29871, 29906, 29900, 29896, 29896, 29892, 29871, 29941, 29941, 29941, 29892, 29871, 29896, 29906, 29947, 29929, 29994, 29906, 29896, 29906, 29929, 29896, 29892, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29896, 29906, 29953, 29914, 29879, 15277, 29889, 29896, 29906, 29900, 29947, 29955, 29946, 29906, 869, 13, 29903, 348, 317, 29892, 23856, 612, 29892, 2718, 29884, 435, 29892, 315, 1794, 379, 29892, 29624, 349, 29892, 402, 996, 660, 29892, 1060, 29884, 365, 29889, 29871, 29906, 29900, 29896, 29953, 29889, 317, 504, 475, 3097, 24809, 358, 310, 14014, 4094, 7788, 1090, 278, 360, 29925, 5425, 29934, 6890, 29889, 8237, 310, 379, 11279, 1188, 29891, 29892, 29871, 29945, 29941, 29906, 29892, 29871, 29896, 29946, 29900, 29899, 29896, 29946, 29947, 29889, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29896, 29953, 29914, 29926, 29889, 29926, 29882, 2941, 1467, 29889, 29906, 29900, 29896, 29945, 29889, 29896, 29896, 29889, 29900, 29906, 29947, 13, 29903, 585, 299, 414, 379, 360, 29889, 29871, 29896, 29929, 29929, 29906, 29889, 450, 12217, 16594, 290, 29899, 29857, 23195, 4918, 5987, 322, 2448, 542, 605, 936, 402, 798, 386, 29889, 450, 24836, 8237, 29892, 29871, 29896, 29941, 313, 29946, 511, 29871, 29896, 29941, 29896, 29899, 29896, 29946, 29947, 29889, 13, 1440, 262, 379, 29892, 21480, 29880, 23576, 349, 29892, 6630, 11697, 319, 29892, 2439, 8567, 341, 29892, 1102, 6563, 382, 29892, 8067, 1655, 4983, 341, 29889, 29871, 29906, 29900, 29896, 29941, 29889, 27051, 3631, 3234, 2068, 322, 7933, 8697, 10489, 953, 6847, 29901, 11302, 29899, 22450, 470, 5222, 15064, 583, 1546, 1380, 335, 362, 322, 9687, 6993, 29973, 16738, 284, 10550, 2803, 2153, 29892, 29871, 29947, 29892, 29900, 29941, 29945, 29900, 29896, 29929, 313, 29929, 6499, 6250, 11662, 29902, 29901, 29896, 29900, 29889, 29896, 29900, 29947, 29947, 29914, 29896, 29955, 29946, 29947, 29899, 29929, 29941, 29906, 29953, 29914, 29947, 29914, 29941, 29914, 29900, 29941, 29945, 29900, 29896, 29929, 13, 11191, 5425, 29934, 16657, 13, 29933, 2681, 1666, 4007, 404, 358, 16657, 13, 4002, 647, 292, 10550, 13, 3924, 350, 618, 4314, 13, 29925, 332, 4220, 669, 3826, 2459, 341, 5086 ]
1,330,425
4,096
CommonCrawl
9
22
29Geneva Overholser 2John S. Carroll 2Leslie C. Berlowitz 2Paul McMasters 2Jack Nelson 2Bill Kovach 2Gwen Ifill 2Ray Suarez 2Tom Curley 2Charles J. Ogletree Jr. Geneva Overholser Showing 1 - 20 of 29 Show 29 March 11, 1994 Last Aired December 13, 2015 Dick Cheney Possible Presidential Run Former Defense Secretary Dick Cheney talked about his plans for the future and the possibility that he might run for the Republican presidential nomination in 1996. He answered editors'… January 11, 2011 Last Aired February 26, 2011 Future of Public Radio Participants spoke about the 40-year history of National Public Radio (NPR). Among the topics they addressed were the beginnings of NPR, how youth audiences feel about radio, Commenter Juan… December 7, 2006 Last Aired January 16, 2007 Issues in Journalism A panel moderated by Norman Pearlstine talked about the future of the news industry. Among the topics they addressed were public perceptions of various forms of media, the state of the news… October 25, 2006 Last Aired October 30, 2006 Sexual Orientation and Midterm Elections Participants talked about gay and lesbian issues in the 2006 midterm elections and the potential impact of election results on future campaigns, including the 2008 national elections. Topics… December 9, 2005 Last Aired January 5, 2006 Journalism, Sources and Secrecy At a conference titled "National Security Archives: Celebrating 20 Years of Keeping Government Honest," journalists participated in panel discussion on confidential sources. They discussed… March 17, 2005 Last Aired April 4, 2005 Anonymous Sourcing and Government Secrecy Journalists talked about the state of news reporting and professional standards in journalism. They focused on granting anonymity to sources, media leaks by politicians and others, the… Corporate Trust Study The American Academy of Arts and Sciences released its new report titled "Restoring Trust in American Business." The report examined the recent corporate scandals and includes steps for… March 2, 2005 Last Aired March 6, 2005 Journalists' Privilege Federal prosecutors and journalists discussed the issue of reporters' privilege and the ability of journalists to protect confidential sources. Matt Cooper detailed the case against him to reveal… September 28, 2004 Last Aired September 30, 2004 Media Ownership Issues Witnesses testified about media ownership rules and a recent federal court decision leaving some local decisions to the Federal Communication Commission. They also talked about levels of… December 6, 2003 Last Aired December 28, 2003 Ethics in Journalism Mr. Ogletree moderated a roundtable discussion of ethical issues facing journalists. Among the topics they addressed were the military program to embed journalists in Iraq, how reporting is… April 24, 2003 Last Aired April 28, 2003 Security and Privacy in the U.S. The Administrative Law Section held "The Great Debate of 2003: Security v. Privacy in the Post-September 11 Era." The question was, "Resolved: On Balance, the United States Government Has Safeguarded… March 26, 2002 Last Aired March 30, 2002 Journalism and the War on Terrorism Participants talked about American journalism and how well it had served the public interest in the wake of September 11, 2001 terrorist attacks. Among the topics they addressed were… February 11, 2002 Last Aired February 12, 2002 Public Affairs Reporting Journalists and academics talked about various ways
-0.80083
0.373953
0.489869
-0.275035
[ -1.2350167354963963, -0.36664251351118216 ]
[ 0.0015018147324230133, 0.746403304557266 ]
[ -0.13531396125200873, 1.115052864262436 ]
[ -0.7104391211149143, 0.16036957618273873 ]
1,024
[ 512, 512 ]
[ 29871, 29906, 29929, 29954, 1600, 1564, 6811, 5391, 643, 13, 29906, 11639, 317, 29889, 1704, 1245, 13, 29906, 24560, 3197, 315, 29889, 2292, 677, 2784, 13, 29906, 18275, 4052, 19203, 29879, 13, 29906, 27006, 19135, 13, 29906, 29933, 453, 476, 586, 496, 13, 29906, 29954, 15556, 960, 453, 13, 29906, 29934, 388, 2166, 598, 29920, 13, 29906, 21599, 10837, 2330, 13, 29906, 5914, 793, 435, 29889, 20807, 1026, 929, 13843, 29889, 13, 29954, 1600, 1564, 6811, 5391, 643, 13, 8964, 292, 29871, 29896, 448, 29871, 29906, 29900, 310, 29871, 29906, 29929, 7704, 29871, 29906, 29929, 13, 29924, 1279, 29871, 29896, 29896, 29892, 29871, 29896, 29929, 29929, 29946, 9208, 319, 2859, 5846, 29871, 29896, 29941, 29892, 29871, 29906, 29900, 29896, 29945, 13, 29928, 860, 21589, 1032, 20049, 7178, 616, 7525, 13, 2500, 261, 5282, 1947, 17719, 12488, 21589, 1032, 24867, 1048, 670, 13900, 363, 278, 5434, 322, 278, 13331, 393, 540, 1795, 1065, 363, 278, 21178, 6673, 616, 2245, 3381, 297, 29871, 29896, 29929, 29929, 29953, 29889, 940, 7699, 3863, 943, 29915, 30098, 13, 29967, 15623, 653, 29871, 29896, 29896, 29892, 29871, 29906, 29900, 29896, 29896, 9208, 319, 2859, 6339, 29871, 29906, 29953, 29892, 29871, 29906, 29900, 29896, 29896, 13, 20154, 310, 5236, 9204, 13, 7439, 12654, 1934, 12707, 1048, 278, 29871, 29946, 29900, 29899, 6360, 4955, 310, 3086, 5236, 9204, 313, 29940, 10593, 467, 17302, 278, 23820, 896, 20976, 892, 278, 1812, 2559, 886, 310, 405, 10593, 29892, 920, 12397, 12990, 819, 778, 4459, 1048, 7155, 29892, 461, 261, 8699, 30098, 13, 6185, 1096, 29871, 29955, 29892, 29871, 29906, 29900, 29900, 29953, 9208, 319, 2859, 5490, 29871, 29896, 29953, 29892, 29871, 29906, 29900, 29900, 29955, 13, 29902, 893, 1041, 297, 8237, 1608, 13, 29909, 9451, 17768, 630, 491, 21296, 21265, 20155, 457, 24867, 1048, 278, 5434, 310, 278, 9763, 13661, 29889, 17302, 278, 23820, 896, 20976, 892, 970, 639, 1441, 29879, 310, 5164, 7190, 310, 5745, 29892, 278, 2106, 310, 278, 9763, 30098, 13, 25375, 4950, 29871, 29906, 29945, 29892, 29871, 29906, 29900, 29900, 29953, 9208, 319, 2859, 5533, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29900, 29953, 13, 29903, 735, 950, 11678, 9233, 322, 13370, 8489, 382, 5942, 13, 7439, 12654, 1934, 24867, 1048, 23852, 322, 966, 22863, 5626, 297, 278, 29871, 29906, 29900, 29900, 29953, 7145, 8489, 20209, 322, 278, 7037, 10879, 310, 8271, 2582, 373, 5434, 11531, 29879, 29892, 3704, 278, 29871, 29906, 29900, 29900, 29947, 4797, 20209, 29889, 7488, 1199, 30098, 13, 6185, 1096, 29871, 29929, 29892, 29871, 29906, 29900, 29900, 29945, 9208, 319, 2859, 5490, 29871, 29945, 29892, 29871, 29906, 29900, 29900, 29953, 13, 29967, 4659, 1608, 29892, 317, 2863, 322, 5356, 276, 1270, 13, 4178, 263, 21362, 25278, 376, 27325, 14223, 28320, 29901, 315, 6146, 1182, 1218, 29871, 29906, 29900, 23857, 310, 19152, 292, 10354, 7906, 342, 1699, 8955, 2879, 25223, 297, 9451, 10679, 373, 24332, 616, 8974, 29889, 2688, 15648, 30098, 13, 29924, 1279, 29871, 29896, 29955, 29892, 29871, 29906, 29900, 29900, 29945, 9208, 319, 2859, 3786, 29871, 29946, 29892, 29871, 29906, 29900, 29900, 29945, 13, 2744, 11428, 317, 473, 3277, 322, 10354, 5356, 276, 1270, 13, 29967, 4659, 2879, 24867, 1048, 278, 2106, 310, 9763, 23415, 322, 10257, 20801, 297, 8955, 1608, 29889, 2688, 21309, 373, 16690, 292, 385, 4735, 537, 304, 8974, 29892, 5745, 454, 10327, 491, 2832, 14722, 322, 4045, 29892, 278, 30098, 13, 12521, 1971, 403, 20692, 29301, 13, 1576, 3082, 10355, 310, 11401, 322, 17253, 5492, 967, 716, 3461, 25278, 376, 15078, 8253, 20692, 297, 3082, 15197, 1213, 450, 3461, 4392, 1312, 278, 7786, 17266, 403, 885, 392, 1338, 322, 7805, 6576, 363, 30098, 13, 29924, 1279, 29871, 29906, 29892, 29871, 29906, 29900, 29900, 29945, 9208, 319, 2859, 4779, 29871, 29953, 29892, 29871, 29906, 29900, 29900, 29945, 13, 29967, 4659, 2879, 29915, 18936, 488, 479, 13, 29943, 2447, 284, 410, 3471, 29560, 322, 8955, 2879, 15648, 278, 2228, 310, 1634, 272, 2153, 29915, 14828, 479, 322, 278, 11509, 310, 8955, 2879, 304, 12566, 24332, 616, 8974, 29889, 9811, 21851, 13173, 278, 1206, 2750, 1075, 304, 10320, 284, 30098, 13, 2008, 3266, 29871, 29906, 29947, 29892, 29871, 29906, 29900, 29900, 29946, 9208, 319, 2859, 3839, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29900, 29946, 13, 10572, 438, 1233, 10475, 16982, 1041, 13, 29956, 277, 2264, 267, 1243, 2164, 1048, 5745, 27428, 6865, 322, 263, 7786, 17097, 8973, 10608, 10124, 777, 1887, 1602, 12112, 304, 278, 14879, 22365, 362, 11444, 29889, 2688, 884, 24867, 1048, 11174, 310, 30098, 13, 6185, 1096, 29871, 29953, 29892, 29871, 29906, 29900, 29900, 29941, 9208, 319, 2859, 5846, 29871, 29906, 29947, 29892, 29871, 29906, 29900, 29900, 29941, 13, 29923, 386, 1199, 297, 8237, 1608, 13, 20335, 29889, 20807, 1026, 929, 17768, 630, 263, 4513, 2371, 10679, 310, 11314, 936, 5626, 14870, 8955, 2879, 29889, 17302, 278, 23820, 896, 20976, 892, 278, 9121, 1824, 304, 8297, 8955, 2879, 297, 21375, 29939, 29892, 920, 23415, 338, 30098, 13, 29909, 3193, 29871, 29906, 29946, 29892, 29871, 29906, 29900, 29900, 29941, 9208, 319, 2859, 3786, 29871, 29906, 29947, 29892, 29871, 29906, 29900, 29900, 29941, 13, 13228, 322, 18936, 4135, 297, 278, 501, 29889, 29903, 29889, 13, 1576, 24510, 1230, 7927, 9779, 4934, 376, 1576, 7027, 7089, 403, 310, 29871, 29906, 29900, 29900, 29941, 29901, 14223, 325, 29889, 18936, 4135, 297, 278, 4918, 29899, 2008, 3266, 29871, 29896, 29896, 21018, 1213, 450, 1139, 471, 29892, 376, 12375, 1490, 29901, 1551, 7392, 749, 29892, 278, 3303, 3900, 10354, 11699, 14795, 24024, 25600, 30098, 13, 29924, 1279, 29871, 29906, 29953, 29892, 29871, 29906, 29900, 29900, 29906, 9208, 319, 2859, 4779, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29900, 29906, 13, 29967, 4659, 1608, 322, 278, 3362, 373, 323, 2704, 1608, 13, 7439, 12654, 1934, 24867, 1048, 3082, 8955, 1608, 322, 920, 1532, 372, 750, 6766, 278, 970, 4066, 297, 278, 281, 1296, 310, 3839, 29871, 29896, 29896, 29892, 29871, 29906, 29900, 29900, 29896, 15115, 391, 16661, 29889, 17302, 278, 23820, 896, 20976, 892, 30098, 13, 29943, 3205, 653, 29871, 29896, 29896, 29892, 29871, 29906, 29900, 29900, 29906, 9208, 319, 2859, 6339, 29871, 29896, 29906, 29892, 29871, 29906, 29900, 29900, 29906, 13, 19858, 26049, 13969, 292, 13, 29967, 4659, 2879, 322, 16274, 1199, 24867, 1048, 5164, 5837 ]
1,330,426
0
CommonCrawl
6
2
Q: Fragment Is shown part of the time I have A navigation drawer with several fragments in the menu, in the first fragment when an item is pressed in a gridView i want to start a different fragment, i get no error , but sometimes the fragment is shown and sometimes it's not shown, thc calling fragment is HomeFragment: the opend fragment is InstrumentsFragment , here is the container layout: drawr layout: <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent"> <!-- Framelayout to display Fragments --> <FrameLayout android:id="@+id/frame_container" android:layout_width="match_parent" android:layout_height="match_parent" /> <!-- Listview to display slider menu --> <ListView android:id="@+id/list_slidermenu" android:layout_width="240dp" android:layout_height="match_parent" android:layout_gravity="start" android:choiceMode="singleChoice" android:divider="@color/list_divider" android:dividerHeight="1dp" android:listSelector="@drawable/list_selector" android:background="@color/list_background"/> </android.support.v4.widget.DrawerLayout> all the other fragments beside InstrumentsFragment are called form an activity: with this method: private void displayView(int position) { // update the main content by replacing fragments Fragment fragment = null; switch (position) { case 0: fragment = new FirstFragment(); break; case 1: fragment = new SecondFragment(); break; case 2: fragment = new SearchDbFragment(); break; case 3: fragment = new ThirdFragment(); break; default: break; } if (fragment != null) { FragmentManager fragmentManager = getFragmentManager(); fragmentManager.beginTransaction() .replace(R.id.frame_container, fragment).commit(); // update selected item and title, then close the drawer mDrawerList.setItemChecked(position, true); mDrawerList.setSelection(position); setTitle(navMenuTitles[position]); mDrawerLayout.closeDrawer(mDrawerList); } else { // error in creating fragment Log.e("MainActivity", "Error in creating fragment"); } } so from HomeFragment to InstrumentsFragment i'm calling in this way: final FragmentTransaction ft = getFragmentManager().beginTransaction(); ft.replace(R.id.frame_container, new InstrumentsFragment(), "InstrumentsFragment"); ft.addToBackStack(null); ft.commit(); and i'm getting no error! , just sometimes it works and sometimes it dosn't! what can be the problem? EDIT: full code: the class that contains the navigation drawer: public class MainOptionsActivity extends Activity { private DrawerLayout mDrawerLayout; private ListView mDrawerList; private ActionBarDrawerToggle mDrawerToggle; ParseUser user = ParseUser.getCurrentUser(); // nav drawer title private CharSequence mDrawerTitle; ArrayList<String> resultCompanys = new ArrayList<String>(); ArrayList<String> resultModels = new ArrayList<String>(); ArrayList<String> resultPrices = new ArrayList<String>(); ArrayList<String> resultStores = new ArrayList<String>(); ArrayList<String> resultUrls = new ArrayList<String>(); ArrayList<String> followedObjIds = new ArrayList<String>(); ArrayList<String> urlsForUpdate = new ArrayList<String>(); boolean changeInFollowedItems = false; String currentUrl = ""; String[] urlsArray = {"http://www.music-","http://www.kolhamusica" , "http://www.diez.co"}; // used to store app title private CharSequence mTitle; protected OnBack
-1.519909
-1.674527
-0.698042
-0.758239
[ -1.6240045573320443, -1.4158138921242327 ]
[ -1.595738879795846, -1.7533141949511013 ]
[ -0.4263476189148536, -0.9697372586034333 ]
[ -0.7052363805784085, -0.8112422190097135 ]
1,024
[ 512, 512 ]
[ 660, 29901, 19063, 1317, 4318, 760, 310, 278, 931, 306, 505, 319, 11322, 7482, 556, 411, 3196, 22370, 297, 278, 6143, 29892, 297, 278, 937, 9376, 746, 385, 2944, 338, 15385, 297, 263, 6856, 1043, 474, 864, 304, 1369, 263, 1422, 9376, 29892, 474, 679, 694, 1059, 1919, 541, 6041, 278, 9376, 338, 4318, 322, 6041, 372, 29915, 29879, 451, 4318, 29892, 13, 386, 29883, 5432, 9376, 338, 8778, 8752, 29901, 13, 1552, 1015, 355, 9376, 338, 2799, 582, 1860, 8752, 1919, 29871, 13, 4150, 338, 278, 5639, 5912, 29901, 29871, 4216, 29878, 5912, 29901, 259, 13, 29966, 2843, 29889, 5924, 29889, 29894, 29946, 29889, 8030, 29889, 27528, 3453, 13, 1678, 9463, 29901, 2843, 543, 1124, 597, 11993, 29889, 2843, 29889, 510, 29914, 16681, 29914, 690, 29914, 2843, 29908, 13, 1678, 1442, 29901, 333, 9438, 333, 29914, 19811, 556, 29918, 2680, 29908, 13, 1678, 1442, 29901, 2680, 29918, 2103, 543, 4352, 29918, 3560, 29908, 13, 1678, 1442, 29901, 2680, 29918, 3545, 543, 4352, 29918, 3560, 1013, 13, 13, 1678, 10341, 383, 2572, 295, 1534, 304, 2479, 383, 1431, 1860, 6660, 13, 1678, 529, 4308, 3453, 13, 4706, 1442, 29901, 333, 9438, 333, 29914, 2557, 29918, 7611, 29908, 13, 4706, 1442, 29901, 2680, 29918, 2103, 543, 4352, 29918, 3560, 29908, 13, 4706, 1442, 29901, 2680, 29918, 3545, 543, 4352, 29918, 3560, 29908, 2900, 13, 13, 1678, 10341, 2391, 1493, 304, 2479, 23889, 6143, 6660, 13, 1678, 529, 15660, 13, 4706, 1442, 29901, 333, 9438, 333, 29914, 1761, 29918, 2536, 333, 837, 4814, 29908, 13, 4706, 1442, 29901, 2680, 29918, 2103, 543, 29906, 29946, 29900, 6099, 29908, 13, 4706, 1442, 29901, 2680, 29918, 3545, 543, 4352, 29918, 3560, 29908, 13, 4706, 1442, 29901, 2680, 29918, 23439, 543, 2962, 29908, 13, 4706, 1442, 29901, 16957, 6818, 543, 14369, 29620, 29908, 13, 4706, 1442, 29901, 4563, 1241, 5213, 2780, 29914, 1761, 29918, 4563, 1241, 29908, 13, 4706, 1442, 29901, 4563, 1241, 7011, 543, 29896, 6099, 29908, 4706, 13, 4706, 1442, 29901, 1761, 10378, 5213, 13131, 29914, 1761, 29918, 14357, 29908, 13, 4706, 1442, 29901, 7042, 5213, 2780, 29914, 1761, 29918, 7042, 4681, 13, 829, 2843, 29889, 5924, 29889, 29894, 29946, 29889, 8030, 29889, 27528, 3453, 29958, 13, 13, 497, 278, 916, 22370, 17620, 2799, 582, 1860, 8752, 526, 2000, 883, 385, 6354, 29901, 411, 445, 1158, 29901, 259, 13, 9053, 1780, 2479, 1043, 29898, 524, 2602, 29897, 426, 13, 1678, 849, 2767, 278, 1667, 2793, 491, 15270, 22370, 13, 1678, 19063, 9376, 353, 1870, 29936, 13, 1678, 4607, 313, 3283, 29897, 426, 13, 1678, 1206, 29871, 29900, 29901, 13, 4706, 9376, 353, 716, 3824, 8752, 890, 13, 4706, 2867, 29936, 13, 1678, 1206, 29871, 29896, 29901, 13, 4706, 9376, 353, 716, 6440, 8752, 890, 13, 4706, 2867, 29936, 13, 1678, 1206, 29871, 29906, 29901, 13, 4706, 9376, 353, 716, 11856, 10234, 8752, 890, 13, 4706, 2867, 29936, 13, 1678, 1206, 29871, 29941, 29901, 13, 4706, 9376, 353, 716, 18008, 8752, 890, 13, 4706, 2867, 29936, 13, 1678, 2322, 29901, 13, 4706, 2867, 29936, 13, 1678, 500, 13, 13, 1678, 565, 313, 20777, 2804, 1870, 29897, 426, 13, 4706, 19063, 3260, 9376, 3260, 353, 679, 8752, 3260, 890, 13, 4706, 9376, 3260, 29889, 463, 12460, 580, 13, 4706, 869, 6506, 29898, 29934, 29889, 333, 29889, 2557, 29918, 7611, 29892, 9376, 467, 15060, 890, 13, 4706, 849, 2767, 4629, 2944, 322, 3611, 29892, 769, 3802, 278, 7482, 556, 13, 4706, 286, 27528, 1293, 29889, 842, 2001, 17817, 29898, 3283, 29892, 1565, 416, 13, 4706, 286, 27528, 1293, 29889, 842, 15097, 29898, 3283, 416, 13, 4706, 731, 7030, 29898, 6654, 6823, 29911, 277, 793, 29961, 3283, 5691, 13, 4706, 286, 27528, 3453, 29889, 5358, 27528, 29898, 29885, 27528, 1293, 416, 13, 1678, 500, 1683, 426, 13, 4706, 849, 1059, 297, 4969, 9376, 13, 4706, 4522, 29889, 29872, 703, 23934, 613, 376, 2392, 297, 4969, 9376, 1496, 13, 1678, 500, 13, 29913, 13, 13, 578, 515, 8778, 8752, 304, 2799, 582, 1860, 8752, 474, 29915, 29885, 5432, 297, 445, 982, 29901, 29871, 13, 8394, 19063, 12460, 11791, 353, 679, 8752, 3260, 2141, 463, 12460, 890, 29871, 13, 462, 1678, 11791, 29889, 6506, 29898, 29934, 29889, 333, 29889, 2557, 29918, 7611, 29892, 716, 2799, 582, 1860, 8752, 3285, 376, 3379, 582, 1860, 8752, 1496, 29871, 13, 462, 1678, 11791, 29889, 1202, 1762, 5841, 7264, 29898, 4304, 416, 13, 462, 1678, 11791, 29889, 15060, 890, 13, 13, 392, 474, 29915, 29885, 2805, 694, 1059, 29991, 1919, 925, 6041, 372, 1736, 322, 6041, 372, 3248, 29876, 29915, 29873, 29991, 13, 5816, 508, 367, 278, 1108, 29973, 13, 12378, 29901, 29871, 13, 8159, 775, 29901, 259, 13, 1552, 770, 393, 3743, 278, 11322, 7482, 556, 29901, 13, 3597, 770, 4241, 5856, 3886, 4988, 13414, 29871, 13, 29912, 13, 1678, 2024, 16322, 556, 3453, 286, 27528, 3453, 29936, 13, 1678, 2024, 22184, 286, 27528, 1293, 29936, 13, 1678, 2024, 9123, 4297, 27528, 27199, 286, 27528, 27199, 29936, 13, 1678, 20969, 2659, 1404, 353, 20969, 2659, 29889, 657, 7583, 2659, 890, 13, 1678, 849, 6283, 7482, 556, 3611, 13, 1678, 2024, 2896, 20529, 286, 27528, 7030, 29936, 13, 1678, 9791, 29966, 1231, 29958, 1121, 6843, 273, 952, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 1121, 23785, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 1121, 4040, 1575, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 1121, 855, 2361, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 1121, 5983, 29879, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 5643, 9930, 21943, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 23942, 2831, 6422, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 7223, 1735, 797, 29943, 2952, 287, 6913, 353, 2089, 29936, 13, 1678, 1714, 1857, 5983, 353, 12942, 13, 1678, 1714, 2636, 23942, 2588, 353, 8853, 1124, 597, 1636, 29889, 23596, 29899, 3284, 1124, 597, 1636, 29889, 10028, 3391, 375, 983, 29908, 1919, 376, 1124, 597, 1636, 29889, 16217, 29920, 29889, 1111, 29908, 3400, 13, 1678, 849, 1304, 304, 3787, 623, 3611, 13, 1678, 2024, 2896, 20529, 286, 7030, 29936, 13, 1678, 6364, 1551, 5841 ]
1,330,428
0
StackExchange
-1
-1
PressedListener onBackPressedListener; // slide menu items private String[] navMenuTitles; private TypedArray navMenuIcons; private ArrayList<NavDrawerItem> navDrawerItems; private NavDrawerListAdapter adapter; int locationOfCompany = 0 , fragmentIdFromIntent = -1; String tmpCompany = ""; CustomAdapter followsAdapter; boolean doubleBackToExitPressedOnce = false; String urlToFetchFrom = "" ; ArrayList<String> gPricesAsist = new ArrayList<String>(); ArrayList<String> afterUpdatePrices = new ArrayList<String>(); ArrayList<String> changedPricesObjIds = new ArrayList<String>(); ArrayList<String> ObjIdsForNotifications = new ArrayList<String>(); SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/dd"); ArrayList<ParseObject> alPobjs = new ArrayList<ParseObject>(); ParseObject pObj ; String urlForUpdatePrice = "" , objIdToUpdate = ""; String finalPriceForUpdate = ""; String currentOldPrice=""; int location; Date currentDate; String[] months = {"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}; String[] monthsInNumsFormat = {"0","1","2","3","4","5","6","7","8","9","10","11"}; boolean[] pricesWereChanged; String[] urlsForJsoup; boolean userHasFollowedItems = false; Document doc; ParseQuery<ParseObject> pq; Context context = this; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.drawr_layout); ///////////////////////////////////////////////////////////////////////// mTitle = mDrawerTitle = getTitle(); ////////////////////////////////////////////////////////////////////// // load slide menu items navMenuTitles = getResources().getStringArray(R.array.nav_drawer_items); // nav drawer icons from resources navMenuIcons = getResources() .obtainTypedArray(R.array.nav_drawer_icons); mDrawerLayout = (DrawerLayout) findViewById(R.id.drawer_layout); mDrawerList = (ListView) findViewById(R.id.list_slidermenu); navDrawerItems = new ArrayList<NavDrawerItem>(); // adding nav drawer items to array // Home navDrawerItems.add(new NavDrawerItem(navMenuTitles[0], navMenuIcons.getResourceId(0, -1))); // Find People navDrawerItems.add(new NavDrawerItem(navMenuTitles[1], navMenuIcons.getResourceId(1, -1))); // Photos navDrawerItems.add(new NavDrawerItem(navMenuTitles[2], navMenuIcons.getResourceId(2, -1))); // Communities, Will add a counter here navDrawerItems.add(new NavDrawerItem(navMenuTitles[3], navMenuIcons.getResourceId(3, -1))); // Recycle the typed array navMenuIcons.recycle(); mDrawerList.setOnItemClickListener(new SlideMenuClickListener()); // setting the nav drawer list adapter adapter = new NavDrawerListAdapter(getApplicationContext(), navDrawerItems); mDrawerList.setAdapter(adapter); // enabling action bar app icon and behaving it as toggle button getActionBar().setDisplayHomeAsUpEnabled(true); getActionBar().setHomeButtonEnabled(true); mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout, R.drawable.ic_drawer, //nav menu toggle icon R.string.app_name, // nav drawer open - description for accessibility R.string.app_name // nav drawer close - description for accessibility ) { public void onDrawerClosed(View view) { getActionBar().setTitle(mTitle); // calling onPrepareOptionsMenu() to show action bar icons invalidateOptionsMenu();
-1.497994
-1.499045
-1.067383
-0.86327
[ -1.6240045573320443, -1.3719842783962723 ]
[ -1.3378883640872465, -1.6602015087229958 ]
[ -1.0103171150095815, -1.1244479611518736 ]
[ -0.7319004258280005, -0.9946388229215418 ]
1,024
[ 512, 512 ]
[ 24104, 3962, 373, 5841, 24104, 3962, 29936, 13, 1678, 849, 20343, 6143, 4452, 13, 1678, 2024, 1714, 2636, 6283, 6823, 29911, 277, 793, 29936, 13, 1678, 2024, 14213, 287, 2588, 6283, 6823, 29902, 3200, 29936, 13, 1678, 2024, 9791, 29966, 22107, 27528, 2001, 29958, 6283, 27528, 6913, 29936, 13, 1678, 2024, 13132, 27528, 1293, 6168, 13304, 29936, 13, 1678, 938, 4423, 2776, 21410, 353, 29871, 29900, 1919, 9376, 1204, 4591, 10286, 353, 448, 29896, 29936, 13, 1678, 1714, 13128, 21410, 353, 12942, 13, 1678, 8701, 6168, 4477, 6168, 29936, 13, 13, 1678, 7223, 3765, 5841, 1762, 24365, 24104, 26222, 353, 2089, 29936, 13, 13, 1678, 1714, 3142, 1762, 20927, 4591, 353, 5124, 2056, 13, 13, 1678, 9791, 29966, 1231, 29958, 330, 4040, 1575, 2887, 391, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 1156, 6422, 4040, 1575, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 3939, 4040, 1575, 9930, 21943, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 4250, 29926, 21943, 2831, 3664, 8232, 353, 716, 9791, 29966, 1231, 8295, 13, 13, 1678, 12545, 29795, 269, 2176, 353, 716, 12545, 29795, 703, 18855, 29914, 7428, 29914, 1289, 1496, 13, 1678, 9791, 29966, 12914, 2061, 29958, 394, 29925, 711, 1315, 353, 716, 9791, 29966, 12914, 2061, 8295, 13, 1678, 20969, 2061, 282, 9930, 2056, 13, 1678, 1714, 3142, 2831, 6422, 13026, 353, 5124, 1919, 5446, 1204, 1762, 6422, 353, 12942, 13, 1678, 1714, 2186, 13026, 2831, 6422, 353, 12942, 13, 1678, 1714, 1857, 21648, 13026, 543, 1769, 13, 1678, 938, 4423, 29936, 13, 1678, 4712, 1857, 2539, 29936, 13, 13, 1678, 1714, 2636, 7378, 353, 8853, 26626, 3284, 29943, 774, 3284, 7083, 3284, 29909, 558, 3284, 12703, 3284, 29967, 348, 3284, 27501, 3284, 29909, 688, 3284, 29903, 1022, 3284, 25375, 3284, 25363, 3284, 6185, 29908, 3400, 13, 1678, 1714, 2636, 7378, 797, 29940, 6762, 5809, 353, 8853, 29900, 3284, 29896, 3284, 29906, 3284, 29941, 3284, 29946, 3284, 29945, 3284, 29953, 3284, 29955, 3284, 29947, 3284, 29929, 3284, 29896, 29900, 3284, 29896, 29896, 29908, 3400, 13, 1678, 7223, 2636, 26094, 29956, 406, 7590, 29936, 13, 13, 1678, 1714, 2636, 23942, 2831, 25498, 1132, 29936, 13, 1678, 7223, 1404, 14510, 29943, 2952, 287, 6913, 353, 2089, 29936, 13, 1678, 10854, 1574, 29936, 13, 1678, 20969, 3010, 29966, 12914, 2061, 29958, 282, 29939, 29936, 13, 1678, 15228, 3030, 353, 445, 29936, 13, 1678, 732, 4640, 13, 1678, 6364, 1780, 14813, 29898, 9534, 7160, 12223, 29897, 426, 13, 4706, 2428, 29889, 17879, 29898, 17314, 12223, 416, 13, 4706, 26916, 29898, 29934, 29889, 2680, 29889, 4012, 29878, 29918, 2680, 416, 13, 4706, 849, 19511, 19511, 19511, 19511, 6165, 6658, 13, 13, 4706, 286, 7030, 353, 286, 27528, 7030, 353, 679, 7030, 890, 13, 4706, 849, 19511, 19511, 19511, 19511, 6165, 13, 4706, 849, 2254, 20343, 6143, 4452, 13, 4706, 6283, 6823, 29911, 277, 793, 353, 679, 13770, 2141, 13719, 2588, 29898, 29934, 29889, 2378, 29889, 6654, 29918, 19811, 556, 29918, 7076, 416, 13, 13, 4706, 849, 6283, 7482, 556, 27673, 515, 7788, 13, 4706, 6283, 6823, 29902, 3200, 353, 679, 13770, 580, 13, 18884, 869, 711, 2408, 24933, 287, 2588, 29898, 29934, 29889, 2378, 29889, 6654, 29918, 19811, 556, 29918, 27078, 416, 13, 13, 4706, 286, 27528, 3453, 353, 313, 27528, 3453, 29897, 17003, 29898, 29934, 29889, 333, 29889, 19811, 556, 29918, 2680, 416, 13, 4706, 286, 27528, 1293, 353, 313, 15660, 29897, 17003, 29898, 29934, 29889, 333, 29889, 1761, 29918, 2536, 333, 837, 4814, 416, 13, 13, 4706, 6283, 27528, 6913, 353, 716, 9791, 29966, 22107, 27528, 2001, 8295, 13, 13, 4706, 849, 4417, 6283, 7482, 556, 4452, 304, 1409, 13, 4706, 849, 8778, 13, 4706, 6283, 27528, 6913, 29889, 1202, 29898, 1482, 13132, 27528, 2001, 29898, 6654, 6823, 29911, 277, 793, 29961, 29900, 1402, 6283, 6823, 29902, 3200, 29889, 657, 6848, 1204, 29898, 29900, 29892, 448, 29896, 17884, 13, 4706, 849, 10987, 11647, 13, 4706, 6283, 27528, 6913, 29889, 1202, 29898, 1482, 13132, 27528, 2001, 29898, 6654, 6823, 29911, 277, 793, 29961, 29896, 1402, 6283, 6823, 29902, 3200, 29889, 657, 6848, 1204, 29898, 29896, 29892, 448, 29896, 17884, 13, 4706, 849, 1963, 15788, 13, 4706, 6283, 27528, 6913, 29889, 1202, 29898, 1482, 13132, 27528, 2001, 29898, 6654, 6823, 29911, 277, 793, 29961, 29906, 1402, 6283, 6823, 29902, 3200, 29889, 657, 6848, 1204, 29898, 29906, 29892, 448, 29896, 17884, 13, 4706, 849, 20473, 1907, 29892, 2811, 788, 263, 6795, 1244, 13, 4706, 6283, 27528, 6913, 29889, 1202, 29898, 1482, 13132, 27528, 2001, 29898, 6654, 6823, 29911, 277, 793, 29961, 29941, 1402, 6283, 6823, 29902, 3200, 29889, 657, 6848, 1204, 29898, 29941, 29892, 448, 29896, 17884, 13, 13, 13, 4706, 849, 3599, 13317, 278, 13033, 1409, 13, 4706, 6283, 6823, 29902, 3200, 29889, 276, 23090, 890, 13, 13, 4706, 286, 27528, 1293, 29889, 842, 2951, 2001, 11676, 29898, 1482, 317, 7459, 6823, 11676, 3310, 13, 13, 4706, 849, 4444, 278, 6283, 7482, 556, 1051, 13304, 13, 4706, 13304, 353, 716, 13132, 27528, 1293, 6168, 29898, 657, 4873, 2677, 3285, 13, 18884, 6283, 27528, 6913, 416, 13, 4706, 286, 27528, 1293, 29889, 842, 6168, 29898, 21412, 416, 13, 13, 4706, 849, 427, 17961, 3158, 2594, 623, 9849, 322, 4010, 292, 372, 408, 20429, 2826, 13, 4706, 679, 4276, 4297, 2141, 842, 9323, 11184, 2887, 3373, 10861, 29898, 3009, 416, 13, 4706, 679, 4276, 4297, 2141, 842, 11184, 3125, 10861, 29898, 3009, 416, 13, 13, 4706, 286, 27528, 27199, 353, 716, 9123, 4297, 27528, 27199, 29898, 1366, 29892, 286, 27528, 3453, 29892, 13, 18884, 390, 29889, 13131, 29889, 293, 29918, 19811, 556, 29892, 849, 6654, 6143, 20429, 9849, 13, 18884, 390, 29889, 1807, 29889, 932, 29918, 978, 29892, 849, 6283, 7482, 556, 1722, 448, 6139, 363, 2130, 4127, 13, 18884, 390, 29889, 1807, 29889, 932, 29918, 978, 849, 6283, 7482, 556, 3802, 448, 6139, 363, 2130, 4127, 13, 18884, 1723, 426, 13, 9651, 970, 1780, 373, 27528, 6821, 2662, 29898, 1043, 1776, 29897, 426, 13, 18884, 679, 4276, 4297, 2141, 842, 7030, 29898, 29885, 7030, 416, 13, 18884, 849, 5432, 373, 29925, 3445, 598, 5856, 6823, 580, 304, 1510, 3158, 2594, 27673, 13, 18884, 8340, 403, 5856, 6823, 890, 13 ]
1,330,428
1,024
StackExchange
-1
-1
} public void onDrawerOpened(View drawerView) { getActionBar().setTitle(mDrawerTitle); // calling onPrepareOptionsMenu() to hide action bar icons invalidateOptionsMenu(); } }; mDrawerLayout.setDrawerListener(mDrawerToggle); if (savedInstanceState == null) { // on first time display view for first nav item displayView(0); } fragmentIdFromIntent = getIntent().getIntExtra("fragmentIdFromIntent", -1); if(fragmentIdFromIntent != -1) { displayView(fragmentIdFromIntent-1); } } /** * Slide menu item click listener * */ public class SlideMenuClickListener implements ListView.OnItemClickListener { @Override public void onItemClick(AdapterView<?> parent, View view, int position, long id) { // display view for selected nav drawer item displayView(position); } } @Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.main, menu); return true; } @Override public boolean onOptionsItemSelected(MenuItem item) { // toggle nav drawer on selecting action bar app icon/title if (mDrawerToggle.onOptionsItemSelected(item)) { return true; } // Handle action bar actions click switch (item.getItemId()) { default: return super.onOptionsItemSelected(item); } } /* * * Called when invalidateOptionsMenu() is triggered */ @Override public boolean onPrepareOptionsMenu(Menu menu) { // if nav drawer is opened, hide the action items boolean drawerOpen = mDrawerLayout.isDrawerOpen(mDrawerList); return super.onPrepareOptionsMenu(menu); } /** * Diplaying fragment view for selected nav drawer list item * */ private void displayView(int position) { // update the main content by replacing fragments Fragment fragment = null; switch (position) { case 0: fragment = new HomeFragment(); break; case 1: fragment = new SecondFragment(); break; case 2: fragment = new ThirdFragment(); break; case 3: fragment = new ForthFragment(); break; default: break; } if (fragment != null) { FragmentManager fragmentManager = getFragmentManager(); fragmentManager.beginTransaction() .replace(R.id.frame_container, fragment).commit(); // update selected item and title, then close the drawer mDrawerList.setItemChecked(position, true); mDrawerList.setSelection(position); setTitle(navMenuTitles[position]); mDrawerLayout.closeDrawer(mDrawerList); } else { // error in creating fragment Log.e("MainActivity", "Error in creating fragment"); } } @Override public void setTitle(CharSequence title) { mTitle = title; getActionBar().setTitle(mTitle); } /** * When using the ActionBarDrawerToggle, you must call it during * onPostCreate() and onConfigurationChanged()... */ @Override protected void onPostCreate(Bundle savedInstanceState) { super.onPostCreate(savedInstanceState); // Sync the toggle state after onRestoreInstanceState has occurred. mDrawerToggle.syncState(); } @Override public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); // Pass any configuration change to the drawer toggls mDrawerToggle.onConfigurationChanged(newConfig); } } full home fragment: public class HomeFragment extends Fragment { ArrayList<String> CompanyResults = new ArrayList<String>(); ArrayList<String> ModelsResults = new ArrayList<String>(); ArrayList<String> PricesResults = new ArrayList<String>(); ArrayList<String
-1.404856
-1.817777
-1.02173
-0.949115
[ -1.5418240315921188, -1.2678889457923666 ]
[ -1.9395395674073121, -1.6960140803491903 ]
[ -1.154882853456485, -0.8885775457911367 ]
[ -1.0414634877500937, -0.856766198704139 ]
1,024
[ 512, 512 ]
[ 9651, 500, 13, 13, 9651, 970, 1780, 373, 27528, 6585, 287, 29898, 1043, 7482, 556, 1043, 29897, 426, 13, 18884, 679, 4276, 4297, 2141, 842, 7030, 29898, 29885, 27528, 7030, 416, 13, 18884, 849, 5432, 373, 29925, 3445, 598, 5856, 6823, 580, 304, 9563, 3158, 2594, 27673, 13, 18884, 8340, 403, 5856, 6823, 890, 13, 9651, 500, 13, 4706, 3980, 13, 4706, 286, 27528, 3453, 29889, 842, 27528, 3962, 29898, 29885, 27528, 27199, 416, 13, 13, 4706, 565, 313, 17314, 12223, 1275, 1870, 29897, 426, 13, 9651, 849, 373, 937, 931, 2479, 1776, 363, 937, 6283, 2944, 13, 9651, 2479, 1043, 29898, 29900, 416, 13, 4706, 500, 13, 4706, 9376, 1204, 4591, 10286, 353, 679, 10286, 2141, 657, 2928, 18126, 703, 20777, 1204, 4591, 10286, 613, 448, 29896, 416, 13, 4706, 565, 29898, 20777, 1204, 4591, 10286, 2804, 448, 29896, 29897, 13, 4706, 426, 13, 9651, 2479, 1043, 29898, 20777, 1204, 4591, 10286, 29899, 29896, 416, 13, 4706, 500, 13, 1678, 500, 13, 13, 1678, 7762, 13, 268, 334, 317, 7459, 6143, 2944, 2828, 13254, 13, 268, 334, 3776, 13, 1678, 970, 770, 317, 7459, 6823, 11676, 10703, 13, 1678, 22184, 29889, 2951, 2001, 11676, 426, 13, 4706, 732, 4640, 13, 4706, 970, 1780, 373, 2001, 4164, 29898, 6168, 1043, 8169, 29958, 3847, 29892, 4533, 1776, 29892, 938, 2602, 29892, 13, 18884, 1472, 1178, 29897, 426, 13, 9651, 849, 2479, 1776, 363, 4629, 6283, 7482, 556, 2944, 13, 9651, 2479, 1043, 29898, 3283, 416, 13, 4706, 500, 13, 13, 1678, 500, 13, 13, 1678, 732, 4640, 13, 1678, 970, 7223, 14813, 5856, 6823, 29898, 6823, 6143, 29897, 426, 13, 4706, 679, 6823, 17107, 2141, 26512, 29898, 29934, 29889, 6510, 29889, 3396, 29892, 6143, 416, 13, 4706, 736, 1565, 29936, 13, 1678, 500, 13, 13, 1678, 732, 4640, 13, 1678, 970, 7223, 373, 5856, 2001, 8592, 29898, 21331, 2944, 29897, 426, 13, 4706, 849, 20429, 6283, 7482, 556, 373, 18851, 3158, 2594, 623, 9849, 29914, 3257, 13, 4706, 565, 313, 29885, 27528, 27199, 29889, 265, 5856, 2001, 8592, 29898, 667, 876, 426, 13, 9651, 736, 1565, 29936, 13, 4706, 500, 13, 4706, 849, 29273, 3158, 2594, 8820, 2828, 13, 4706, 4607, 313, 667, 29889, 657, 2001, 1204, 3101, 426, 13, 4706, 2322, 29901, 13, 9651, 736, 2428, 29889, 265, 5856, 2001, 8592, 29898, 667, 416, 13, 4706, 500, 13, 1678, 500, 13, 13, 1678, 4949, 334, 13, 268, 334, 3037, 839, 746, 8340, 403, 5856, 6823, 580, 338, 19799, 13, 268, 3776, 13, 1678, 732, 4640, 13, 1678, 970, 7223, 373, 29925, 3445, 598, 5856, 6823, 29898, 6823, 6143, 29897, 426, 13, 4706, 849, 565, 6283, 7482, 556, 338, 6496, 29892, 9563, 278, 3158, 4452, 13, 4706, 7223, 7482, 556, 6585, 353, 286, 27528, 3453, 29889, 275, 27528, 6585, 29898, 29885, 27528, 1293, 416, 13, 4706, 736, 2428, 29889, 265, 29925, 3445, 598, 5856, 6823, 29898, 6510, 416, 13, 1678, 500, 13, 13, 1678, 7762, 13, 268, 334, 4671, 1456, 292, 9376, 1776, 363, 4629, 6283, 7482, 556, 1051, 2944, 13, 268, 334, 3776, 13, 1678, 2024, 1780, 2479, 1043, 29898, 524, 2602, 29897, 426, 13, 4706, 849, 2767, 278, 1667, 2793, 491, 15270, 22370, 13, 4706, 19063, 9376, 353, 1870, 29936, 13, 4706, 4607, 313, 3283, 29897, 426, 13, 4706, 1206, 29871, 29900, 29901, 13, 9651, 9376, 353, 716, 8778, 8752, 890, 13, 9651, 2867, 29936, 13, 4706, 1206, 29871, 29896, 29901, 13, 9651, 9376, 353, 716, 6440, 8752, 890, 13, 9651, 2867, 29936, 13, 4706, 1206, 29871, 29906, 29901, 13, 9651, 9376, 353, 716, 18008, 8752, 890, 13, 9651, 2867, 29936, 13, 4706, 1206, 29871, 29941, 29901, 13, 9651, 9376, 353, 716, 1152, 386, 8752, 890, 13, 9651, 2867, 29936, 13, 13, 4706, 2322, 29901, 13, 9651, 2867, 29936, 13, 4706, 500, 13, 13, 4706, 565, 313, 20777, 2804, 1870, 29897, 426, 13, 9651, 19063, 3260, 9376, 3260, 353, 679, 8752, 3260, 890, 13, 9651, 9376, 3260, 29889, 463, 12460, 580, 13, 9651, 869, 6506, 29898, 29934, 29889, 333, 29889, 2557, 29918, 7611, 29892, 9376, 467, 15060, 890, 13, 9651, 849, 2767, 4629, 2944, 322, 3611, 29892, 769, 3802, 278, 7482, 556, 13, 9651, 286, 27528, 1293, 29889, 842, 2001, 17817, 29898, 3283, 29892, 1565, 416, 13, 9651, 286, 27528, 1293, 29889, 842, 15097, 29898, 3283, 416, 13, 9651, 731, 7030, 29898, 6654, 6823, 29911, 277, 793, 29961, 3283, 5691, 13, 9651, 286, 27528, 3453, 29889, 5358, 27528, 29898, 29885, 27528, 1293, 416, 13, 4706, 500, 1683, 426, 13, 9651, 849, 1059, 297, 4969, 9376, 13, 9651, 4522, 29889, 29872, 703, 23934, 613, 376, 2392, 297, 4969, 9376, 1496, 13, 4706, 500, 13, 1678, 500, 13, 13, 1678, 732, 4640, 13, 1678, 970, 1780, 731, 7030, 29898, 5914, 20529, 3611, 29897, 426, 13, 4706, 286, 7030, 353, 3611, 29936, 13, 4706, 679, 4276, 4297, 2141, 842, 7030, 29898, 29885, 7030, 416, 13, 1678, 500, 13, 13, 1678, 7762, 13, 268, 334, 1932, 773, 278, 9123, 4297, 27528, 27199, 29892, 366, 1818, 1246, 372, 2645, 13, 268, 334, 373, 6747, 4391, 580, 322, 373, 8614, 7590, 2141, 636, 13, 268, 3776, 13, 13, 1678, 732, 4640, 13, 1678, 6364, 1780, 373, 6747, 4391, 29898, 9534, 7160, 12223, 29897, 426, 13, 4706, 2428, 29889, 265, 6747, 4391, 29898, 17314, 12223, 416, 13, 4706, 849, 317, 2720, 278, 20429, 2106, 1156, 373, 15078, 487, 12223, 756, 10761, 29889, 13, 4706, 286, 27528, 27199, 29889, 16593, 2792, 890, 13, 1678, 500, 13, 13, 1678, 732, 4640, 13, 1678, 970, 1780, 373, 8614, 7590, 29898, 8614, 716, 3991, 29897, 426, 13, 4706, 2428, 29889, 265, 8614, 7590, 29898, 1482, 3991, 416, 13, 4706, 849, 6978, 738, 5285, 1735, 304, 278, 7482, 556, 17304, 3137, 13, 4706, 286, 27528, 27199, 29889, 265, 8614, 7590, 29898, 1482, 3991, 416, 13, 1678, 500, 13, 29913, 13, 13, 8159, 3271, 9376, 29901, 29871, 13, 3597, 770, 8778, 8752, 4988, 19063, 29871, 13, 29912, 13, 1678, 9791, 29966, 1231, 29958, 6938, 12191, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 3382, 1379, 12191, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 1588, 1575, 12191, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231 ]
1,330,428
2,048
StackExchange
-1
-1
> urlForImgResults = new ArrayList<String>(); ArrayList<String> storeResults = new ArrayList<String>(); String[] types = {"Instruments"}; int[] imgIds = {R.drawable.instruments_small_square_2}; ArrayList<HomeFragGridItem> items = new ArrayList<HomeFragGridItem>(); ArrayList<GridItem> gItems = new ArrayList<GridItem>(); Context context; GridView homeGv; CustomAdapter gvAdapter; HomeFragmentGridViewAdapter hgvAdapter; ProgressBar pb; boolean doubleBackToExitPressedOnce = false; FragmentsComunicator fComunicator; @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View rootView = inflater.inflate(R.layout.fragment_home, container, false); context = getActivity(); Parse.initialize(context, "123456789", "123456789"); homeGv = (GridView)rootView.findViewById(R.id.homeFragGridView); //pd = ProgressDialog.show(getActivity(), null, "loading..."); pb= (ProgressBar)rootView.findViewById(R.id.progressBar1); pb.setVisibility(View.VISIBLE); Log.i("WhicFragment?", "HOME FRAGMENT"); Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.small_instruments); GridViewCustomAdapter gvAdapter = new GridViewCustomAdapter(context, R.layout.grid_view_item, gItems); gItems.add(new GridItem("Instruments", "289 items",bitmap)); bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.small_smartphones); gItems.add(new GridItem("SmartPhones", "coming soon..",bitmap)); bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.small_cameras); gItems.add(new GridItem("Cameras","coming soon..",bitmap)); bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.small_fridges); gItems.add(new GridItem("Fridges", "coming soon..",bitmap)); bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.small_laptops); gItems.add(new GridItem("Laptops", "coming soon..",bitmap)); homeGv.setAdapter(gvAdapter); gvAdapter.notifyDataSetChanged(); pb.setVisibility(View.GONE); homeGv.setOnItemClickListener(new OnItemClickListener() { @Override public void onItemClick(AdapterView<?> parent, View view, int position, long id) { if(position == 0) { //frame_container2 // Intent intent = new Intent(getActivity(),InstrumentsActivity.class); // startActivity(intent); final FragmentTransaction ft = getFragmentManager().beginTransaction(); ft.add(R.id.frame_container, new InstrumentsFragment(), "InstrumentsFragment"); //ft.addToBackStack(null); ft.commit(); } } }); return rootView; } } full Instruments Fragment: public class InstrumentsFragment extends Fragment { CustomAdapter gvAdapter; HomeFragmentGridViewAdapter hgvAdapter; ProgressBar pb; GridView homeGv; ArrayList<HomeFragGridItem> items = new ArrayList<HomeFragGridItem>(); ArrayList<String> CompanyResults = new ArrayList<String>(); ArrayList<String> ModelsResults = new ArrayList<String>(); ArrayList<String> PricesResults = new ArrayList<String>(); ArrayList<String> urlForImgResults = new ArrayList<String>(); ArrayList<String> storeResults = new ArrayList<String>(); ArrayList<String> resultIds = new ArrayList<String>(); Context context; @Override
-1.739057
-1.617226
-1.288036
-1.192343
[ -1.6240045573320443, -1.854110029403836 ]
[ -1.481138650592024, -1.7533141949511013 ]
[ -1.1802452637103276, -1.3958257508679905 ]
[ -1.0258552661405764, -1.3588306604769456 ]
1,024
[ 512, 512 ]
[ 29958, 3142, 2831, 25518, 12191, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 3787, 12191, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 1714, 2636, 4072, 353, 8853, 3379, 582, 1860, 29908, 3400, 13, 1678, 938, 2636, 10153, 21943, 353, 426, 29934, 29889, 13131, 29889, 2611, 582, 1860, 29918, 9278, 29918, 17619, 29918, 29906, 3400, 13, 1678, 9791, 29966, 11184, 29943, 1431, 5756, 2001, 29958, 4452, 353, 716, 9791, 29966, 11184, 29943, 1431, 5756, 2001, 8295, 13, 1678, 9791, 29966, 5756, 2001, 29958, 330, 6913, 353, 716, 9791, 29966, 5756, 2001, 8295, 13, 1678, 15228, 3030, 29936, 13, 1678, 11657, 1043, 3271, 29954, 29894, 29936, 13, 1678, 8701, 6168, 330, 29894, 6168, 29936, 13, 1678, 8778, 8752, 16584, 6168, 298, 29887, 29894, 6168, 29936, 13, 1678, 20018, 4297, 282, 29890, 29936, 13, 1678, 7223, 3765, 5841, 1762, 24365, 24104, 26222, 353, 2089, 29936, 13, 1678, 383, 1431, 1860, 1523, 2523, 1061, 285, 1523, 2523, 1061, 29936, 13, 13, 13, 1678, 732, 4640, 13, 1678, 970, 4533, 14813, 1043, 29898, 26358, 4414, 1008, 29892, 4533, 4782, 5639, 29892, 13, 9651, 24470, 7160, 12223, 29897, 29871, 13, 1678, 426, 13, 13, 4706, 4533, 3876, 1043, 353, 4414, 1008, 29889, 26512, 29898, 29934, 29889, 2680, 29889, 20777, 29918, 5184, 29892, 5639, 29892, 2089, 416, 13, 4706, 3030, 353, 679, 3886, 890, 13, 4706, 20969, 29889, 24926, 29898, 4703, 29892, 376, 29896, 29906, 29941, 29946, 29945, 29953, 29955, 29947, 29929, 613, 376, 29896, 29906, 29941, 29946, 29945, 29953, 29955, 29947, 29929, 1496, 13, 4706, 3271, 29954, 29894, 353, 313, 16584, 29897, 4632, 1043, 29889, 15418, 29898, 29934, 29889, 333, 29889, 5184, 29943, 1431, 16584, 416, 13, 4706, 849, 15926, 353, 20018, 7647, 29889, 4294, 29898, 657, 3886, 3285, 1870, 29892, 376, 13234, 856, 1496, 13, 4706, 282, 29890, 29922, 29871, 313, 14470, 4297, 29897, 4632, 1043, 29889, 15418, 29898, 29934, 29889, 333, 29889, 18035, 4297, 29896, 416, 13, 4706, 282, 29890, 29889, 842, 23318, 29898, 1043, 29889, 28607, 8979, 1307, 416, 13, 4706, 4522, 29889, 29875, 703, 8809, 293, 8752, 29973, 613, 376, 17353, 383, 4717, 29954, 13780, 1496, 13, 4706, 19779, 21170, 353, 19779, 5126, 29889, 13808, 6848, 29898, 657, 13770, 3285, 390, 29889, 13131, 29889, 9278, 29918, 2611, 582, 1860, 416, 13, 4706, 11657, 1043, 7281, 6168, 330, 29894, 6168, 353, 716, 11657, 1043, 7281, 6168, 29898, 4703, 29892, 390, 29889, 2680, 29889, 7720, 29918, 1493, 29918, 667, 29892, 330, 6913, 416, 13, 4706, 330, 6913, 29889, 1202, 29898, 1482, 11657, 2001, 703, 3379, 582, 1860, 613, 376, 29906, 29947, 29929, 4452, 613, 2966, 1958, 2483, 13, 4706, 21170, 353, 19779, 5126, 29889, 13808, 6848, 29898, 657, 13770, 3285, 390, 29889, 13131, 29889, 9278, 29918, 3844, 442, 561, 2873, 416, 13, 4706, 330, 6913, 29889, 1202, 29898, 1482, 11657, 2001, 703, 12636, 442, 4819, 2873, 613, 376, 11506, 4720, 636, 613, 2966, 1958, 2483, 13, 4706, 21170, 353, 19779, 5126, 29889, 13808, 6848, 29898, 657, 13770, 3285, 390, 29889, 13131, 29889, 9278, 29918, 29883, 4183, 294, 416, 13, 4706, 330, 6913, 29889, 1202, 29898, 1482, 11657, 2001, 703, 29907, 4183, 294, 3284, 11506, 4720, 636, 613, 2966, 1958, 2483, 13, 4706, 21170, 353, 19779, 5126, 29889, 13808, 6848, 29898, 657, 13770, 3285, 390, 29889, 13131, 29889, 9278, 29918, 1341, 333, 2710, 416, 13, 4706, 330, 6913, 29889, 1202, 29898, 1482, 11657, 2001, 703, 29943, 2429, 2710, 613, 376, 11506, 4720, 636, 613, 2966, 1958, 2483, 13, 4706, 21170, 353, 19779, 5126, 29889, 13808, 6848, 29898, 657, 13770, 3285, 390, 29889, 13131, 29889, 9278, 29918, 433, 415, 3554, 416, 13, 4706, 330, 6913, 29889, 1202, 29898, 1482, 11657, 2001, 703, 29931, 2156, 3554, 613, 376, 11506, 4720, 636, 613, 2966, 1958, 2483, 13, 13, 13, 4706, 3271, 29954, 29894, 29889, 842, 6168, 29898, 29887, 29894, 6168, 416, 13, 4706, 330, 29894, 6168, 29889, 25140, 28449, 7590, 890, 13, 4706, 282, 29890, 29889, 842, 23318, 29898, 1043, 29889, 29954, 12413, 416, 13, 13, 4706, 3271, 29954, 29894, 29889, 842, 2951, 2001, 11676, 29898, 1482, 1551, 2001, 11676, 580, 29871, 13, 4706, 426, 13, 13, 9651, 732, 4640, 13, 9651, 970, 1780, 373, 2001, 4164, 29898, 6168, 1043, 8169, 29958, 3847, 29892, 4533, 1776, 29892, 13, 462, 1678, 938, 2602, 29892, 1472, 1178, 29897, 29871, 13, 9651, 426, 13, 18884, 565, 29898, 3283, 1275, 29871, 29900, 29897, 13, 18884, 426, 13, 462, 1678, 849, 2557, 29918, 7611, 29906, 259, 13, 462, 1678, 849, 462, 29871, 11171, 7609, 353, 716, 11171, 29898, 657, 3886, 3285, 3379, 582, 1860, 3886, 29889, 1990, 416, 13, 462, 1678, 849, 462, 29871, 1369, 3886, 29898, 14029, 416, 13, 462, 1678, 2186, 19063, 12460, 11791, 353, 679, 8752, 3260, 2141, 463, 12460, 890, 29871, 13, 462, 1678, 11791, 29889, 1202, 29898, 29934, 29889, 333, 29889, 2557, 29918, 7611, 29892, 716, 2799, 582, 1860, 8752, 3285, 376, 3379, 582, 1860, 8752, 1496, 29871, 13, 462, 1678, 849, 615, 29889, 1202, 1762, 5841, 7264, 29898, 4304, 416, 13, 462, 1678, 11791, 29889, 15060, 890, 29871, 13, 18884, 500, 13, 13, 9651, 500, 13, 13, 4706, 2604, 13, 4706, 736, 3876, 1043, 29936, 13, 13, 1678, 500, 13, 13, 29913, 13, 13, 8159, 2799, 582, 1860, 19063, 29901, 29871, 13, 3597, 770, 2799, 582, 1860, 8752, 29871, 4988, 19063, 13, 29912, 13, 1678, 8701, 6168, 330, 29894, 6168, 29936, 13, 1678, 8778, 8752, 16584, 6168, 298, 29887, 29894, 6168, 29936, 13, 1678, 20018, 4297, 282, 29890, 29936, 13, 1678, 11657, 1043, 3271, 29954, 29894, 29936, 13, 1678, 9791, 29966, 11184, 29943, 1431, 5756, 2001, 29958, 4452, 353, 716, 9791, 29966, 11184, 29943, 1431, 5756, 2001, 8295, 13, 1678, 9791, 29966, 1231, 29958, 6938, 12191, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 3382, 1379, 12191, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 1588, 1575, 12191, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 3142, 2831, 25518, 12191, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 3787, 12191, 353, 716, 9791, 29966, 1231, 8295, 13, 1678, 9791, 29966, 1231, 29958, 1121, 21943, 353, 716, 9791, 29966, 1231, 8295, 13, 13, 1678, 15228, 3030, 29936, 13, 1678, 732, 4640 ]
1,330,428
3,072
StackExchange
-1
-1
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View rootView = inflater.inflate(R.layout.instrumnets_frag_layout, container,false); context = getActivity(); Parse.initialize(context, "123456789", "123456789"); homeGv = (GridView)rootView.findViewById(R.id.instrumentsFragGV); //pd = ProgressDialog.show(getActivity(), null, "loading..."); pb= (ProgressBar)rootView.findViewById(R.id.instrumentsPb); pb.setVisibility(View.VISIBLE); Log.i("WhicFragment?", "INSTRUMENTS FRAGMENT"); container.removeAllViews(); hgvAdapter = new HomeFragmentGridViewAdapter(getActivity(),R.layout.home_frag_gview_item_layout,items); homeGv.setAdapter(hgvAdapter); ParseQuery<ParseObject> pq = new ParseQuery<ParseObject>("ClassicGuitars"); pq.whereExists("Type"); pq.setLimit(1000); List<ParseObject> pObjs = null; try { pObjs = pq.find(); } catch (ParseException e) { e.printStackTrace(); } catch (com.parse.ParseException e) { // TODO Auto-generated catch block e.printStackTrace(); } if(pObjs != null) { Log.i("parse_results", "pares object list in grid view is NOT null"); for (ParseObject parseObject : pObjs) { CompanyResults.add(parseObject.getString("InstrumentCompany")); ModelsResults.add(parseObject.getString("InstrumentModel")); PricesResults.add(parseObject.getString("LastUpdatedPrice")); urlForImgResults.add(parseObject.getString("UrlForImg")); storeResults.add(parseObject.getString("InstrumentUrl")); resultIds.add(parseObject.getObjectId()); } } BgWork b1 = new BgWork(); b1.execute(); hgvAdapter.notifyDataSetChanged(); pb.setVisibility(View.GONE); homeGv.setOnItemClickListener(new OnItemClickListener() { @Override public void onItemClick(AdapterView<?> parent, View view, int position, long id) { Intent offersInent = new Intent (getActivity(), Offers.class); offersInent.putExtra("actvSelection", CompanyResults.get(position).toString()+" "+ModelsResults.get(position).toString()); offersInent.putStringArrayListExtra("companysArray", CompanyResults); offersInent.putStringArrayListExtra("modelsArray", ModelsResults); offersInent.putStringArrayListExtra("pricesArray", PricesResults); offersInent.putStringArrayListExtra("companysUrls", storeResults); offersInent.putStringArrayListExtra("imgUrls", urlForImgResults); offersInent.putStringArrayListExtra("ids", resultIds); startActivity(offersInent); } }); return rootView; } @Override public void onResume() { super.onResume(); getView().setFocusableInTouchMode(true); getView().requestFocus(); getView().setOnKeyListener(new View.OnKeyListener() { @Override public boolean onKey(View v, int keyCode, KeyEvent event) { if (event.getAction() == KeyEvent.ACTION_UP && keyCode == KeyEvent.KEYCODE_BACK) { Intent intent = new Intent(getActivity(),MainOptionsActivity.class); startActivity(intent); getActivity().finish(); return true; } return false; } }); }
-1.804802
-1.828521
-1.199267
-0.930905
[ -1.7226211882199551, -1.8869822396998064 ]
[ -1.6960140803491903, -1.9610271103830288 ]
[ -1.0432882483395771, -1.3552458944618422 ]
[ -0.8307524960216102, -1.0310580066770823 ]
1,024
[ 512, 512 ]
[ 13, 1678, 970, 4533, 14813, 1043, 29898, 26358, 4414, 1008, 29892, 4533, 4782, 5639, 29892, 13, 9651, 24470, 7160, 12223, 29897, 29871, 13, 1678, 426, 13, 4706, 4533, 3876, 1043, 353, 4414, 1008, 29889, 26512, 29898, 29934, 29889, 2680, 29889, 262, 710, 398, 1212, 29879, 29918, 29888, 1431, 29918, 2680, 29892, 5639, 29892, 4541, 416, 13, 4706, 3030, 353, 679, 3886, 890, 13, 4706, 20969, 29889, 24926, 29898, 4703, 29892, 376, 29896, 29906, 29941, 29946, 29945, 29953, 29955, 29947, 29929, 613, 376, 29896, 29906, 29941, 29946, 29945, 29953, 29955, 29947, 29929, 1496, 13, 4706, 3271, 29954, 29894, 353, 313, 16584, 29897, 4632, 1043, 29889, 15418, 29898, 29934, 29889, 333, 29889, 2611, 582, 1860, 29943, 1431, 22928, 416, 13, 4706, 849, 15926, 353, 20018, 7647, 29889, 4294, 29898, 657, 3886, 3285, 1870, 29892, 376, 13234, 856, 1496, 13, 4706, 282, 29890, 29922, 29871, 313, 14470, 4297, 29897, 4632, 1043, 29889, 15418, 29898, 29934, 29889, 333, 29889, 2611, 582, 1860, 29925, 29890, 416, 13, 4706, 282, 29890, 29889, 842, 23318, 29898, 1043, 29889, 28607, 8979, 1307, 416, 13, 4706, 4522, 29889, 29875, 703, 8809, 293, 8752, 29973, 613, 376, 1177, 10810, 5005, 3919, 29903, 383, 4717, 29954, 13780, 1496, 13, 4706, 5639, 29889, 5992, 3596, 23825, 890, 13, 4706, 298, 29887, 29894, 6168, 353, 716, 8778, 8752, 16584, 6168, 29898, 657, 3886, 3285, 29934, 29889, 2680, 29889, 5184, 29918, 29888, 1431, 29918, 29887, 1493, 29918, 667, 29918, 2680, 29892, 7076, 416, 13, 4706, 3271, 29954, 29894, 29889, 842, 6168, 29898, 29882, 29887, 29894, 6168, 416, 13, 13, 4706, 20969, 3010, 29966, 12914, 2061, 29958, 282, 29939, 353, 716, 20969, 3010, 29966, 12914, 2061, 29958, 703, 2385, 293, 29954, 3121, 1503, 1496, 13, 4706, 282, 29939, 29889, 3062, 24217, 703, 1542, 1496, 13, 4706, 282, 29939, 29889, 842, 24445, 29898, 29896, 29900, 29900, 29900, 416, 13, 4706, 2391, 29966, 12914, 2061, 29958, 282, 6039, 1315, 353, 1870, 29936, 13, 4706, 1018, 29871, 13, 4706, 426, 13, 9651, 282, 6039, 1315, 353, 282, 29939, 29889, 2886, 890, 13, 4706, 500, 29871, 13, 4706, 4380, 313, 12914, 2451, 321, 29897, 29871, 13, 4706, 426, 13, 9651, 321, 29889, 16654, 890, 13, 4706, 500, 4380, 313, 510, 29889, 5510, 29889, 12914, 2451, 321, 29897, 426, 13, 9651, 849, 14402, 11133, 29899, 13525, 4380, 2908, 13, 9651, 321, 29889, 16654, 890, 13, 4706, 500, 13, 4706, 565, 29898, 29886, 6039, 1315, 2804, 1870, 29897, 13, 4706, 426, 13, 9651, 4522, 29889, 29875, 703, 5510, 29918, 9902, 613, 376, 862, 267, 1203, 1051, 297, 6856, 1776, 338, 6058, 1870, 1496, 13, 13, 9651, 363, 313, 12914, 2061, 6088, 2061, 584, 282, 6039, 1315, 29897, 29871, 13, 9651, 426, 13, 18884, 6938, 12191, 29889, 1202, 29898, 5510, 2061, 29889, 13719, 703, 3379, 15461, 21410, 8983, 13, 18884, 3382, 1379, 12191, 29889, 1202, 29898, 5510, 2061, 29889, 13719, 703, 3379, 15461, 3195, 8983, 13, 18884, 1588, 1575, 12191, 29889, 1202, 29898, 5510, 2061, 29889, 13719, 703, 8897, 29248, 13026, 8983, 13, 18884, 3142, 2831, 25518, 12191, 29889, 1202, 29898, 5510, 2061, 29889, 13719, 703, 5983, 2831, 25518, 8983, 13, 18884, 3787, 12191, 29889, 1202, 29898, 5510, 2061, 29889, 13719, 703, 3379, 15461, 5983, 8983, 13, 18884, 1121, 21943, 29889, 1202, 29898, 5510, 2061, 29889, 657, 2061, 1204, 3310, 13, 9651, 500, 13, 4706, 500, 13, 4706, 350, 29887, 5531, 289, 29896, 353, 716, 350, 29887, 5531, 890, 13, 4706, 289, 29896, 29889, 7978, 890, 13, 13, 4706, 298, 29887, 29894, 6168, 29889, 25140, 28449, 7590, 890, 13, 4706, 282, 29890, 29889, 842, 23318, 29898, 1043, 29889, 29954, 12413, 416, 13, 4706, 3271, 29954, 29894, 29889, 842, 2951, 2001, 11676, 29898, 1482, 1551, 2001, 11676, 580, 29871, 13, 4706, 426, 13, 13, 9651, 732, 4640, 13, 9651, 970, 1780, 373, 2001, 4164, 29898, 6168, 1043, 8169, 29958, 3847, 29892, 4533, 1776, 29892, 13, 462, 1678, 938, 2602, 29892, 1472, 1178, 29897, 29871, 13, 9651, 426, 13, 18884, 11171, 16688, 797, 296, 29871, 353, 716, 11171, 313, 657, 3886, 3285, 5947, 414, 29889, 1990, 416, 13, 18884, 16688, 797, 296, 29889, 649, 18126, 703, 627, 29894, 15097, 613, 13, 462, 4706, 6938, 12191, 29889, 657, 29898, 3283, 467, 7711, 580, 13578, 15691, 23785, 12191, 29889, 657, 29898, 3283, 467, 7711, 3310, 13, 18884, 16688, 797, 296, 29889, 649, 1231, 20165, 18126, 703, 2388, 273, 952, 2588, 613, 6938, 12191, 416, 13, 18884, 16688, 797, 296, 29889, 649, 1231, 20165, 18126, 703, 9794, 2588, 613, 3382, 1379, 12191, 416, 13, 18884, 16688, 797, 296, 29889, 649, 1231, 20165, 18126, 703, 558, 1575, 2588, 613, 1588, 1575, 12191, 416, 13, 18884, 16688, 797, 296, 29889, 649, 1231, 20165, 18126, 703, 2388, 273, 952, 5983, 29879, 613, 3787, 12191, 416, 13, 18884, 16688, 797, 296, 29889, 649, 1231, 20165, 18126, 703, 2492, 5983, 29879, 613, 3142, 2831, 25518, 12191, 416, 13, 18884, 16688, 797, 296, 29889, 649, 1231, 20165, 18126, 703, 4841, 613, 1121, 21943, 416, 13, 13, 18884, 1369, 3886, 29898, 2696, 414, 797, 296, 416, 13, 13, 9651, 500, 13, 13, 4706, 2604, 13, 4706, 736, 3876, 1043, 29936, 13, 1678, 500, 13, 1678, 732, 4640, 13, 1678, 970, 1780, 373, 1666, 2017, 580, 29871, 13, 1678, 426, 13, 4706, 2428, 29889, 265, 1666, 2017, 890, 13, 13, 4706, 679, 1043, 2141, 842, 20560, 519, 797, 15852, 6818, 29898, 3009, 416, 13, 4706, 679, 1043, 2141, 3827, 20560, 890, 13, 4706, 679, 1043, 2141, 842, 2951, 2558, 3962, 29898, 1482, 4533, 29889, 2951, 2558, 3962, 580, 29871, 13, 4706, 426, 13, 9651, 732, 4640, 13, 9651, 970, 7223, 373, 2558, 29898, 1043, 325, 29892, 938, 1820, 3399, 29892, 7670, 2624, 1741, 29897, 29871, 13, 9651, 426, 13, 13, 18884, 565, 313, 3696, 29889, 657, 4276, 580, 1275, 7670, 2624, 29889, 24705, 29918, 4897, 2607, 1820, 3399, 1275, 7670, 2624, 29889, 10818, 16524, 29918, 29933, 11375, 29897, 13, 18884, 426, 13, 462, 1678, 11171, 7609, 353, 716, 11171, 29898, 657, 3886, 3285, 6330, 5856, 3886, 29889, 1990, 416, 13, 462, 1678, 1369, 3886, 29898, 14029, 416, 13, 462, 1678, 679, 3886, 2141, 4951, 728, 890, 13, 462, 1678, 736, 1565, 29936, 13, 18884, 500, 13, 18884, 736, 2089, 29936, 13, 9651, 500, 13, 4706, 2604, 13, 1678, 500 ]
1,330,428
4,096
StackExchange
-1
-1
Prue Venables New porcelain by Beaver Galleries | Apr 3, 2018 | 2017 | 27 April – 14 May 2017 Prue Venables has established a national and international reputation as one of Australia's leading contemporary ceramic artists. Motivated by a particular interest in functional objects and a search for simplicity, quietness and an essential stillness, Prue makes objects that are pared back, serene and deceptively simple. These beautiful porcelain objects disguise the laborious making process involved. Through her work, Prue explores a multitude of references, ranging from musical harmonies and spaces through to functional objects. 19th Century industrial English pottery and contemporary metal and plastic objects are of particular interest. Her graceful forms are made to be used and handled but also embody sculptural and spacial interactions to reflect musical rhythm and even a quiet pause for breath. Prue Venables was born in England but grew up in Australia before returning to England in 1977 to study ceramics at the renowned Harrow School of Art. After teaching and practicing ceramics in the UK for 12 years, Prue returned to Australia in 1989 and has continued to exhibit widely in Australia, Japan, Europe, Asia and the USA. She has won many awards and her work is in significant collections including the National Gallery of Australia, Fuping Museum (China), Auckland Museum and Gallery (New Zealand) and the state galleries of Queensland, Northern Territory, Tasmania, Victoria, Western Australia and South Australia. 1. $650 Celadon fluted bowl – cast porcelain, 10.5 x 20.5 x 20.5cm Enquire > 2. $1,650 Black tea caddy with lid, red metal spoon – hand thrown and altered porcelain, beaten copper, silver rivets, powder coated, 13.5 x 10.5 x 10.5cm (tea caddy), 14.5 x 6cm (spoon) 3. $1,850 Black tea caddy with lid, white tea strainer – hand thrown and altered porcelain, pierced, wooden handle, 14 x 12 x 12cm (tea caddy), 8 x 6 x 5.5cm (tea strainer) 4. $2,900 White tea caddy with lid, funnel with pierced strainer, black vessel and white spoon – hand thrown and altered porcelain, pierced, 13.5 x 8 x 8cm (tea caddy), 15.5 x 11 x 11cm (funnel with pierced strainer), 8 x 8.5 x 6cm (vessel), 17 x 2.5 x 1.5cm (spoon) 5. $750 Pair of white cups and red metal tea strainer – hand thrown and altered porcelain, beaten copper, silver rivets, powder coated, 8 x 10.5 x 7.5cm (cups, each), 2 x 13 x 5cm (tea strainer) 6. $2,800 Black and white trio – hand thrown and altered porcelain, pierced, wooden handle, 14 x 11 x 11cm (tea caddy), 8 x 17 x 17cm (cup and saucer), 8 x 15 x 5.5cm (tea strainer) 7. $650 Matt white fluted bowl – cast porcelain, 10 x 20 x 20cm 8. $650 Matt black fluted bowl – cast porcelain, 10.5 x 20.5 x 20.5cm 9. $450 White fluted dish and red metal spoon – hand thrown and altered porcelain, beaten copper, silver rivets, powder coated, 3.5 x 7 x 7cm (dish), 9 x 5 x 6cm (spoon) 10. $1,500 Celadon teapot, sugar pot, jug and tea strainer – cast porcelain, pierced, 16 x 15 x 9.5cm (teapot), 8
0.570215
0.062159
-0.418105
-0.75954
[ 1.7289608928569211, -0.5885299330089814 ]
[ 0.2915836449045974, -0.16726492905601797 ]
[ 0.29331077203793277, -1.1295204432026422 ]
[ -0.48281922264278687, -1.036260747213588 ]
1,024
[ 512, 512 ]
[ 1588, 434, 9548, 1849, 13, 4373, 1277, 2242, 475, 13, 1609, 1522, 12483, 8130, 6358, 891, 319, 558, 29871, 29941, 29892, 29871, 29906, 29900, 29896, 29947, 891, 29871, 29906, 29900, 29896, 29955, 891, 13, 29906, 29955, 3786, 785, 29871, 29896, 29946, 2610, 29871, 29906, 29900, 29896, 29955, 13, 4040, 434, 9548, 1849, 756, 7841, 263, 4797, 322, 6121, 19821, 408, 697, 310, 8314, 29915, 29879, 8236, 24952, 5147, 314, 293, 17906, 29889, 7142, 440, 630, 491, 263, 3153, 4066, 297, 13303, 3618, 322, 263, 2740, 363, 23205, 29892, 11813, 2264, 322, 385, 18853, 1603, 2264, 29892, 1588, 434, 3732, 3618, 393, 526, 282, 1965, 1250, 29892, 724, 1600, 322, 316, 1547, 3598, 2560, 29889, 4525, 9560, 1277, 2242, 475, 3618, 766, 2543, 895, 278, 10212, 2738, 3907, 1889, 9701, 29889, 17044, 902, 664, 29892, 1588, 434, 3902, 2361, 263, 1773, 4279, 310, 9282, 29892, 364, 9776, 515, 9636, 10311, 265, 583, 322, 8162, 1549, 304, 13303, 3618, 29889, 29871, 29896, 29929, 386, 24027, 18408, 4223, 3104, 22005, 322, 24952, 11915, 322, 715, 6288, 3618, 526, 310, 3153, 4066, 29889, 2439, 17659, 1319, 7190, 526, 1754, 304, 367, 1304, 322, 16459, 541, 884, 953, 2587, 17039, 3631, 322, 805, 29874, 1455, 22060, 304, 9432, 9636, 18178, 29265, 322, 1584, 263, 11813, 19957, 363, 16172, 29889, 13, 4040, 434, 9548, 1849, 471, 6345, 297, 5408, 541, 13631, 701, 297, 8314, 1434, 7863, 304, 5408, 297, 29871, 29896, 29929, 29955, 29955, 304, 6559, 5147, 314, 1199, 472, 278, 4325, 26689, 379, 2936, 4523, 310, 3012, 29889, 2860, 18819, 322, 4120, 18499, 5147, 314, 1199, 297, 278, 10261, 363, 29871, 29896, 29906, 2440, 29892, 1588, 434, 4133, 304, 8314, 297, 29871, 29896, 29929, 29947, 29929, 322, 756, 7572, 304, 10371, 277, 17644, 297, 8314, 29892, 5546, 29892, 4092, 29892, 14325, 322, 278, 8278, 29889, 2296, 756, 2113, 1784, 24441, 322, 902, 664, 338, 297, 7282, 16250, 3704, 278, 3086, 15230, 310, 8314, 29892, 383, 786, 292, 6838, 313, 1451, 1099, 511, 319, 2707, 1049, 6838, 322, 15230, 313, 4373, 13450, 29897, 322, 278, 2106, 11798, 6358, 310, 25195, 29892, 14299, 19833, 706, 29892, 23793, 20977, 29892, 14212, 29892, 10504, 8314, 322, 4275, 8314, 29889, 13, 29896, 29889, 395, 29953, 29945, 29900, 14227, 328, 265, 1652, 3860, 12580, 29880, 785, 4320, 1277, 2242, 475, 29892, 29871, 29896, 29900, 29889, 29945, 921, 29871, 29906, 29900, 29889, 29945, 921, 29871, 29906, 29900, 29889, 29945, 4912, 13, 2369, 1548, 1405, 13, 29906, 29889, 395, 29896, 29892, 29953, 29945, 29900, 6054, 23429, 274, 25644, 411, 17343, 29892, 2654, 11915, 805, 6150, 785, 1361, 12005, 322, 10551, 287, 1277, 2242, 475, 29892, 367, 2579, 1302, 2496, 29892, 13283, 9050, 1691, 29892, 4764, 672, 1302, 630, 29892, 29871, 29896, 29941, 29889, 29945, 921, 29871, 29896, 29900, 29889, 29945, 921, 29871, 29896, 29900, 29889, 29945, 4912, 313, 371, 29874, 274, 25644, 511, 29871, 29896, 29946, 29889, 29945, 921, 29871, 29953, 4912, 313, 1028, 6150, 29897, 13, 29941, 29889, 395, 29896, 29892, 29947, 29945, 29900, 6054, 23429, 274, 25644, 411, 17343, 29892, 4796, 23429, 5312, 4983, 785, 1361, 12005, 322, 10551, 287, 1277, 2242, 475, 29892, 9307, 1133, 29892, 27278, 4386, 29892, 29871, 29896, 29946, 921, 29871, 29896, 29906, 921, 29871, 29896, 29906, 4912, 313, 371, 29874, 274, 25644, 511, 29871, 29947, 921, 29871, 29953, 921, 29871, 29945, 29889, 29945, 4912, 313, 371, 29874, 5312, 4983, 29897, 13, 29946, 29889, 395, 29906, 29892, 29929, 29900, 29900, 8037, 23429, 274, 25644, 411, 17343, 29892, 2090, 9139, 411, 9307, 1133, 5312, 4983, 29892, 4628, 21239, 322, 4796, 805, 6150, 785, 1361, 12005, 322, 10551, 287, 1277, 2242, 475, 29892, 9307, 1133, 29892, 29871, 29896, 29941, 29889, 29945, 921, 29871, 29947, 921, 29871, 29947, 4912, 313, 371, 29874, 274, 25644, 511, 29871, 29896, 29945, 29889, 29945, 921, 29871, 29896, 29896, 921, 29871, 29896, 29896, 4912, 313, 29888, 16163, 411, 9307, 1133, 5312, 4983, 511, 29871, 29947, 921, 29871, 29947, 29889, 29945, 921, 29871, 29953, 4912, 313, 29894, 25583, 511, 29871, 29896, 29955, 921, 29871, 29906, 29889, 29945, 921, 29871, 29896, 29889, 29945, 4912, 313, 1028, 6150, 29897, 13, 29945, 29889, 395, 29955, 29945, 29900, 349, 1466, 310, 4796, 2723, 567, 322, 2654, 11915, 23429, 5312, 4983, 785, 1361, 12005, 322, 10551, 287, 1277, 2242, 475, 29892, 367, 2579, 1302, 2496, 29892, 13283, 9050, 1691, 29892, 4764, 672, 1302, 630, 29892, 29871, 29947, 921, 29871, 29896, 29900, 29889, 29945, 921, 29871, 29955, 29889, 29945, 4912, 313, 4979, 567, 29892, 1269, 511, 29871, 29906, 921, 29871, 29896, 29941, 921, 29871, 29945, 4912, 313, 371, 29874, 5312, 4983, 29897, 13, 29953, 29889, 395, 29906, 29892, 29947, 29900, 29900, 6054, 322, 4796, 3367, 29877, 785, 1361, 12005, 322, 10551, 287, 1277, 2242, 475, 29892, 9307, 1133, 29892, 27278, 4386, 29892, 29871, 29896, 29946, 921, 29871, 29896, 29896, 921, 29871, 29896, 29896, 4912, 313, 371, 29874, 274, 25644, 511, 29871, 29947, 921, 29871, 29896, 29955, 921, 29871, 29896, 29955, 4912, 313, 5231, 322, 12507, 2265, 511, 29871, 29947, 921, 29871, 29896, 29945, 921, 29871, 29945, 29889, 29945, 4912, 313, 371, 29874, 5312, 4983, 29897, 13, 29955, 29889, 395, 29953, 29945, 29900, 9811, 4796, 1652, 3860, 12580, 29880, 785, 4320, 1277, 2242, 475, 29892, 29871, 29896, 29900, 921, 29871, 29906, 29900, 921, 29871, 29906, 29900, 4912, 13, 29947, 29889, 395, 29953, 29945, 29900, 9811, 4628, 1652, 3860, 12580, 29880, 785, 4320, 1277, 2242, 475, 29892, 29871, 29896, 29900, 29889, 29945, 921, 29871, 29906, 29900, 29889, 29945, 921, 29871, 29906, 29900, 29889, 29945, 4912, 13, 29929, 29889, 395, 29946, 29945, 29900, 8037, 1652, 3860, 270, 728, 322, 2654, 11915, 805, 6150, 785, 1361, 12005, 322, 10551, 287, 1277, 2242, 475, 29892, 367, 2579, 1302, 2496, 29892, 13283, 9050, 1691, 29892, 4764, 672, 1302, 630, 29892, 29871, 29941, 29889, 29945, 921, 29871, 29955, 921, 29871, 29955, 4912, 313, 29881, 728, 511, 29871, 29929, 921, 29871, 29945, 921, 29871, 29953, 4912, 313, 1028, 6150, 29897, 13, 29896, 29900, 29889, 395, 29896, 29892, 29945, 29900, 29900, 14227, 328, 265, 734, 481, 327, 29892, 26438, 3104, 29892, 8740, 322, 23429, 5312, 4983, 785, 4320, 1277, 2242, 475, 29892, 9307, 1133, 29892, 29871, 29896, 29953, 921, 29871, 29896, 29945, 921, 29871, 29929, 29889, 29945, 4912, 313, 371, 481, 327, 511, 29871, 29947 ]
1,330,432
0
CommonCrawl
0
3
Q: Listview not scrolling inside scrollview I have a listview inside scrollview. This is my xml file <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="#ffffff" > <ScrollView android:id="@+id/scrollView2" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_below="@+id/viewtop" android:layout_marginBottom="10dp" android:fadingEdgeLength="0dp" android:fillViewport="true" android:overScrollMode="never" android:scrollbars="none" > <RelativeLayout android:id="@+id/rel111" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" > <TextView android:id="@+id/textView3" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:padding="8dip" android:text="@string/franchise" android:textSize="25dp" android:textStyle="bold" /> <TextView android:id="@+id/textView5" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/textView3" android:layout_marginLeft="33dp" android:layout_marginTop="10dp" android:padding="8dip" android:text="@string/neworder" android:textSize="20dp" /> <TextView android:id="@+id/textView77" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignLeft="@+id/ettesttube" android:layout_below="@+id/input_order" android:layout_marginTop="5dp" android:text="Tube Count" android:textSize="15dp" /> <ImageButton android:id="@+id/ibtdown" android:layout_width="40dp" android:layout_height="40dp" android:layout_alignBottom="@+id/ettesttube" android:layout_alignLeft="@+id/input_order" android:layout_alignTop="@+id/ettesttube" android:layout_below="@+id/textView77" android:background="@drawable/down" /> <EditText android:id="@+id/ettesttube" android:layout_width="80dp" android:layout_height="40dp" android:layout_below="@+id/textView77" android:layout_marginLeft="5dp" android:layout_marginRight="5dp" android:layout_marginTop="3dp" android:layout_toRightOf="@+id/ibtdown" android:background="@drawable/squarecorner" android:ems="10" android:inputType="number" android:text="1" > </EditText> <ImageButton android:id="@+id/ibtup" android:layout_width="40dp" android:layout_height="40dp" android:layout_alignBottom="@+id/ettesttube" android:layout_alignTop="@+id/ettesttube" android:layout_toRightOf="@+id/ettesttube" android:background="@drawable/up" /> <RelativeLayout android:id="@+id/rellist" android:layout_width="fill_parent" android:layout_height="200dp" android:layout_below="@+id/textView6" android:layout_marginBottom="6dp" android:layout_marginLeft="35dp" android:layout
-1.81028
-2.029071
-1.346369
-1.45248
[ -1.7774082053799054, -1.843152625971846 ]
[ -1.9108895101063568, -2.1472524828392396 ]
[ -0.9316936432226692, -1.7610444585233254 ]
[ -1.4056553253054975, -1.4993046549626015 ]
1,024
[ 512, 512 ]
[ 660, 29901, 2391, 1493, 451, 23064, 2768, 6355, 1493, 306, 505, 263, 28349, 2768, 6355, 1493, 29889, 910, 338, 590, 4903, 934, 13, 8169, 3134, 1873, 543, 29896, 29889, 29900, 29908, 8025, 543, 9420, 29899, 29947, 18943, 13, 29966, 26374, 9463, 29901, 2843, 543, 1124, 597, 11993, 29889, 2843, 29889, 510, 29914, 16681, 29914, 690, 29914, 2843, 29908, 13, 2843, 29901, 2680, 29918, 2103, 543, 5589, 29918, 3560, 29908, 13, 2843, 29901, 2680, 29918, 3545, 543, 6312, 29918, 3051, 29908, 13, 2843, 29901, 7042, 9880, 17156, 600, 29908, 1405, 13, 13, 29966, 28556, 13, 1678, 1442, 29901, 333, 9438, 333, 29914, 10510, 1043, 29906, 29908, 13, 1678, 1442, 29901, 2680, 29918, 2103, 543, 5589, 29918, 3560, 29908, 13, 1678, 1442, 29901, 2680, 29918, 3545, 543, 5589, 29918, 3560, 29908, 13, 1678, 1442, 29901, 2680, 29918, 22503, 9438, 333, 29914, 1493, 3332, 29908, 13, 1678, 1442, 29901, 2680, 29918, 9264, 15342, 543, 29896, 29900, 6099, 29908, 13, 1678, 1442, 29901, 29888, 9382, 23894, 6513, 543, 29900, 6099, 29908, 13, 1678, 1442, 29901, 5589, 1043, 637, 543, 3009, 29908, 13, 1678, 1442, 29901, 957, 10463, 6818, 543, 484, 369, 29908, 13, 1678, 1442, 29901, 10510, 28408, 543, 9290, 29908, 1405, 13, 13, 1678, 529, 26374, 13, 4706, 1442, 29901, 333, 9438, 333, 29914, 2674, 29896, 29896, 29896, 29908, 13, 4706, 1442, 29901, 2680, 29918, 2103, 543, 5589, 29918, 3560, 29908, 13, 4706, 1442, 29901, 2680, 29918, 3545, 543, 6312, 29918, 3051, 29908, 13, 4706, 1442, 29901, 2680, 29918, 9264, 7031, 543, 29896, 29900, 6099, 29908, 1405, 13, 13, 4706, 529, 10607, 13, 9651, 1442, 29901, 333, 9438, 333, 29914, 726, 1043, 29941, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2103, 543, 6312, 29918, 3051, 29908, 13, 9651, 1442, 29901, 2680, 29918, 3545, 543, 6312, 29918, 3051, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2520, 9780, 8091, 543, 3009, 29908, 13, 9651, 1442, 29901, 12791, 543, 29947, 29881, 666, 29908, 13, 9651, 1442, 29901, 726, 5213, 1807, 29914, 29888, 4014, 895, 29908, 13, 9651, 1442, 29901, 726, 3505, 543, 29906, 29945, 6099, 29908, 13, 9651, 1442, 29901, 726, 5568, 543, 8934, 29908, 2900, 13, 13, 4706, 529, 10607, 13, 9651, 1442, 29901, 333, 9438, 333, 29914, 726, 1043, 29945, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2103, 543, 6312, 29918, 3051, 29908, 13, 9651, 1442, 29901, 2680, 29918, 3545, 543, 6312, 29918, 3051, 29908, 13, 9651, 1442, 29901, 2680, 29918, 22503, 9438, 333, 29914, 726, 1043, 29941, 29908, 13, 9651, 1442, 29901, 2680, 29918, 9264, 8091, 543, 29941, 29941, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 9264, 7031, 543, 29896, 29900, 6099, 29908, 13, 9651, 1442, 29901, 12791, 543, 29947, 29881, 666, 29908, 13, 9651, 1442, 29901, 726, 5213, 1807, 29914, 1482, 2098, 29908, 13, 9651, 1442, 29901, 726, 3505, 543, 29906, 29900, 6099, 29908, 2900, 13, 13, 4706, 529, 10607, 13, 9651, 1442, 29901, 333, 9438, 333, 29914, 726, 1043, 29955, 29955, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2103, 543, 6312, 29918, 3051, 29908, 13, 9651, 1442, 29901, 2680, 29918, 3545, 543, 6312, 29918, 3051, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2520, 8091, 9438, 333, 29914, 300, 1688, 29873, 4003, 29908, 13, 9651, 1442, 29901, 2680, 29918, 22503, 9438, 333, 29914, 2080, 29918, 2098, 29908, 13, 9651, 1442, 29901, 2680, 29918, 9264, 7031, 543, 29945, 6099, 29908, 13, 9651, 1442, 29901, 726, 543, 13425, 3917, 29908, 13, 9651, 1442, 29901, 726, 3505, 543, 29896, 29945, 6099, 29908, 2900, 13, 13, 4706, 529, 2940, 3125, 13, 9651, 1442, 29901, 333, 9438, 333, 29914, 747, 1594, 776, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2103, 543, 29946, 29900, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 3545, 543, 29946, 29900, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2520, 15342, 9438, 333, 29914, 300, 1688, 29873, 4003, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2520, 8091, 9438, 333, 29914, 2080, 29918, 2098, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2520, 7031, 9438, 333, 29914, 300, 1688, 29873, 4003, 29908, 13, 9651, 1442, 29901, 2680, 29918, 22503, 9438, 333, 29914, 726, 1043, 29955, 29955, 29908, 13, 9651, 1442, 29901, 7042, 5213, 13131, 29914, 3204, 29908, 2900, 13, 13, 4706, 529, 24739, 13, 9651, 1442, 29901, 333, 9438, 333, 29914, 300, 1688, 29873, 4003, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2103, 543, 29947, 29900, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 3545, 543, 29946, 29900, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 22503, 9438, 333, 29914, 726, 1043, 29955, 29955, 29908, 13, 9651, 1442, 29901, 2680, 29918, 9264, 8091, 543, 29945, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 9264, 7341, 543, 29945, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 9264, 7031, 543, 29941, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 517, 7341, 2776, 9438, 333, 29914, 747, 1594, 776, 29908, 13, 9651, 1442, 29901, 7042, 5213, 13131, 29914, 17619, 2616, 1089, 29908, 13, 9651, 1442, 29901, 1567, 543, 29896, 29900, 29908, 13, 9651, 1442, 29901, 2080, 1542, 543, 4537, 29908, 13, 9651, 1442, 29901, 726, 543, 29896, 29908, 1405, 13, 4706, 1533, 24739, 29958, 13, 13, 4706, 529, 2940, 3125, 13, 9651, 1442, 29901, 333, 9438, 333, 29914, 9268, 786, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2103, 543, 29946, 29900, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 3545, 543, 29946, 29900, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2520, 15342, 9438, 333, 29914, 300, 1688, 29873, 4003, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2520, 7031, 9438, 333, 29914, 300, 1688, 29873, 4003, 29908, 13, 9651, 1442, 29901, 2680, 29918, 517, 7341, 2776, 9438, 333, 29914, 300, 1688, 29873, 4003, 29908, 13, 9651, 1442, 29901, 7042, 5213, 13131, 29914, 786, 29908, 2900, 13, 13, 13, 4706, 529, 26374, 13, 9651, 1442, 29901, 333, 9438, 333, 29914, 15044, 391, 29908, 13, 9651, 1442, 29901, 2680, 29918, 2103, 543, 5589, 29918, 3560, 29908, 13, 9651, 1442, 29901, 2680, 29918, 3545, 543, 29906, 29900, 29900, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 22503, 9438, 333, 29914, 726, 1043, 29953, 29908, 13, 9651, 1442, 29901, 2680, 29918, 9264, 15342, 543, 29953, 6099, 29908, 13, 9651, 1442, 29901, 2680, 29918, 9264, 8091, 543, 29941, 29945, 6099, 29908, 13, 9651, 1442, 29901, 2680 ]
1,330,437
0
StackExchange
-1
-1
Big conference in Oslo on satellites and climate in 2023 The Norwegian Space Center and the International Astronautical Federation (IAF) arrange World Space Conference on Climate Change (GLOC 2023) in Oslo from May 23-25, 2023. GLOC 2023 will help increase knowledge of climate change and how its impacts can be mitigated through space services and applications. The conference will bring together representatives of major space organizations, the space industry, scientists and other industry, along with decision makers, organizations, agencies and others working on climate issues, to discuss how infrastructure and activities in space can help understand climate change and reduce its impact. GLOC 2023 will focus in particular on the causes and consequences of climate change, possible solutions to this, Earth observation and climate research satellites, marine monitoring, cooperation between countries and organizations, and the impact of climate change on everyday life. satellites and climate Data from satellites is becoming increasingly important in climate action. Earth observation satellites monitor the Earth's climate and environment, covering large and remote areas quickly and regularly. In addition, Earth observation satellites provide a long time series of data, which is central to scientists' models of how the climate is changing. Thus, satellite data is included in the decision basis for climate policy in many countries. Sentinel-6, located above northern Norway and the Arctic, will measure the world's sea level. Illustration: ESA / ATG medialab Norway is part of Copernicus, the European Union's program for monitoring Earth's climate and environment using satellites. See also Space exploration is done with diesel generators - Tu.no Norwegian agencies, researchers, companies, organizations, and others use data from the guarded Copernican satellites to monitor many environmental factors, including sea ice, the evolution of glaciers on land, oil spills, fishing activity, air pollution, avalanche risk and much more. New satellites that can measure and monitor climate change and the impact of measures will make important contributions in the coming years. Read more about these and how satellites contribute to climate monitoring here. largest industrial organization The IAF is the largest industrial organization in the aerospace industry with more than 433 member organizations in 72 countries. This includes the largest space organizations, space companies, research institutions, universities, national space industry organizations, and museums around the world. The Global Space Conference on Climate Change (GLOC 2023) will be held in Oslo in 2023. Figure: GLOC 2023 The industry organization stands behind the Global Aerospace Conference Series, which changes its topic and venue every year and of which GLOC 2023 is a part. This year's conference The theme of this year's conference, GLEC 2022 (Global Space Conference for Emerging Countries), was the space industry and how it can help emerging countries and economies. This conference was held in Quito, Ecuador on May 22-24. Among other things, the importance of a good legal framework and space law for space activities was discussed, as well as how the space ecosystem could be developed to be as robust as possible in countries with little space experience. See also He refuses to pay colleagues' salaries and believes they threaten academic work Aeolus research satellite is investigating large wind systems on Earth. Here over Norway. Illustration: ESA The benefits of space technology and infrastructure in space and how it can contribute to social and economic development were also topics. In addition, various financial models and methods of obtaining resources, as well as the development of new technology and training of personnel, were discussed. At this year's conference, the theme of next year's conference and the host country, ie GLOC 2023 in Oslo, was presented. Kristian Hoegle Hansen, CEO of the Norwegian Space Centre, has signed an agreement to arrange the conference on behalf of the Norwegian Space Centre. Stas to promote Oslo – GLEC 2022 was an interesting conference, bringing together participants from 42 countries, says Christian Huegle Hansen. Participate in two panel discussions, focusing on how National Space Centers contribute to the development of the space industry, and what challenges lie with models of good governance, risks and compliance with international rules. "In Norway, as a small space
0.578434
2.057143
1.525924
0.553176
[ 0.6167844445099279, 0.5400826204859972 ]
[ 2.2791813701583847, 1.8351054819935746 ]
[ 1.7440406385577347, 1.3078071821916404 ]
[ 0.6962518514428329, 0.41010112193501563 ]
1,024
[ 512, 512 ]
[ 7997, 21362, 297, 6657, 417, 373, 3290, 514, 3246, 322, 23622, 297, 29871, 29906, 29900, 29906, 29941, 13, 1576, 27990, 14121, 7817, 322, 278, 4623, 319, 710, 20546, 936, 20438, 313, 29902, 5098, 29897, 564, 3881, 2787, 14121, 16377, 373, 2233, 6490, 10726, 313, 29954, 16652, 29871, 29906, 29900, 29906, 29941, 29897, 297, 6657, 417, 515, 2610, 29871, 29906, 29941, 29899, 29906, 29945, 29892, 29871, 29906, 29900, 29906, 29941, 29889, 13, 29954, 16652, 29871, 29906, 29900, 29906, 29941, 674, 1371, 7910, 7134, 310, 23622, 1735, 322, 920, 967, 10879, 29879, 508, 367, 1380, 335, 630, 1549, 2913, 5786, 322, 8324, 29889, 13, 1576, 21362, 674, 6963, 4208, 2755, 5056, 310, 4655, 2913, 25700, 29892, 278, 2913, 13661, 29892, 9638, 2879, 322, 916, 13661, 29892, 3412, 411, 10608, 2136, 414, 29892, 25700, 29892, 946, 15942, 322, 4045, 1985, 373, 23622, 5626, 29892, 304, 5353, 920, 22035, 12425, 322, 14188, 297, 2913, 508, 1371, 2274, 23622, 1735, 322, 10032, 967, 10879, 29889, 13, 29954, 16652, 29871, 29906, 29900, 29906, 29941, 674, 8569, 297, 3153, 373, 278, 9946, 322, 27721, 310, 23622, 1735, 29892, 1950, 6851, 304, 445, 29892, 11563, 15500, 322, 23622, 5925, 3290, 514, 3246, 29892, 23585, 29652, 29892, 1302, 16453, 1546, 10916, 322, 25700, 29892, 322, 278, 10879, 310, 23622, 1735, 373, 1432, 3250, 2834, 29889, 13, 29879, 271, 514, 3246, 322, 23622, 13, 1469, 515, 3290, 514, 3246, 338, 14171, 10231, 368, 4100, 297, 23622, 3158, 29889, 11563, 15500, 3290, 514, 3246, 11819, 278, 11563, 29915, 29879, 23622, 322, 5177, 29892, 21653, 2919, 322, 7592, 10161, 9098, 322, 25704, 29889, 13, 797, 6124, 29892, 11563, 15500, 3290, 514, 3246, 3867, 263, 1472, 931, 3652, 310, 848, 29892, 607, 338, 6555, 304, 9638, 2879, 29915, 4733, 310, 920, 278, 23622, 338, 6480, 29889, 6549, 29892, 28421, 848, 338, 5134, 297, 278, 10608, 8405, 363, 23622, 8898, 297, 1784, 10916, 29889, 13, 29903, 15440, 295, 29899, 29953, 29892, 5982, 2038, 14622, 27440, 322, 278, 826, 20009, 29892, 674, 5645, 278, 3186, 29915, 29879, 7205, 3233, 29889, 8408, 11036, 29901, 382, 8132, 847, 15531, 29954, 1612, 616, 370, 13, 29940, 272, 1582, 338, 760, 310, 10061, 824, 12473, 29892, 278, 7824, 7761, 29915, 29879, 1824, 363, 29652, 11563, 29915, 29879, 23622, 322, 5177, 773, 3290, 514, 3246, 29889, 13, 13393, 884, 14121, 3902, 12418, 338, 2309, 411, 2977, 295, 1176, 4097, 448, 12603, 29889, 1217, 13, 29940, 272, 7872, 713, 946, 15942, 29892, 5925, 414, 29892, 14582, 29892, 25700, 29892, 322, 4045, 671, 848, 515, 278, 8372, 287, 10061, 824, 2185, 3290, 514, 3246, 304, 11819, 1784, 29380, 13879, 29892, 3704, 7205, 14890, 29892, 278, 14675, 310, 14751, 455, 414, 373, 2982, 29892, 17182, 805, 6090, 29892, 9427, 292, 6354, 29892, 4799, 21180, 918, 29892, 263, 791, 20372, 12045, 322, 1568, 901, 29889, 13, 4373, 3290, 514, 3246, 393, 508, 5645, 322, 11819, 23622, 1735, 322, 278, 10879, 310, 15366, 674, 1207, 4100, 20706, 297, 278, 6421, 2440, 29889, 7523, 901, 1048, 1438, 322, 920, 3290, 514, 3246, 29126, 304, 23622, 29652, 1244, 29889, 13, 27489, 342, 18408, 13013, 13, 1576, 306, 5098, 338, 278, 10150, 18408, 13013, 297, 278, 263, 9672, 3535, 13661, 411, 901, 1135, 29871, 29946, 29941, 29941, 4509, 25700, 297, 29871, 29955, 29906, 10916, 29889, 13, 4013, 7805, 278, 10150, 2913, 25700, 29892, 2913, 14582, 29892, 5925, 21561, 29892, 4946, 1907, 29892, 4797, 2913, 13661, 25700, 29892, 322, 19133, 29879, 2820, 278, 3186, 29889, 13, 1576, 12002, 14121, 16377, 373, 2233, 6490, 10726, 313, 29954, 16652, 29871, 29906, 29900, 29906, 29941, 29897, 674, 367, 4934, 297, 6657, 417, 297, 29871, 29906, 29900, 29906, 29941, 29889, 11479, 29901, 402, 16652, 29871, 29906, 29900, 29906, 29941, 13, 1576, 13661, 13013, 15028, 5742, 278, 12002, 319, 9672, 3535, 16377, 10488, 29892, 607, 3620, 967, 11261, 322, 6003, 434, 1432, 1629, 322, 310, 607, 402, 16652, 29871, 29906, 29900, 29906, 29941, 338, 263, 760, 29889, 13, 4013, 1629, 29915, 29879, 21362, 13, 1576, 10929, 310, 445, 1629, 29915, 29879, 21362, 29892, 402, 1307, 29907, 29871, 29906, 29900, 29906, 29906, 313, 12756, 14121, 16377, 363, 27718, 3460, 3917, 2722, 511, 471, 278, 2913, 13661, 322, 920, 372, 508, 1371, 11176, 3460, 10916, 322, 7766, 583, 29889, 910, 21362, 471, 4934, 297, 751, 2049, 29892, 382, 26719, 373, 2610, 29871, 29906, 29906, 29899, 29906, 29946, 29889, 13, 6833, 549, 916, 2712, 29892, 278, 13500, 310, 263, 1781, 11706, 6890, 322, 2913, 4307, 363, 2913, 14188, 471, 15648, 29892, 408, 1532, 408, 920, 278, 2913, 321, 3944, 973, 1033, 367, 8906, 304, 367, 408, 16424, 408, 1950, 297, 10916, 411, 2217, 2913, 7271, 29889, 13, 13393, 884, 940, 2143, 6394, 304, 5146, 23056, 21628, 29915, 4497, 4314, 322, 1339, 17180, 896, 20616, 21567, 664, 13, 29909, 29872, 324, 375, 5925, 28421, 338, 7405, 1218, 2919, 8805, 6757, 373, 11563, 29889, 2266, 975, 27440, 29889, 8408, 11036, 29901, 382, 8132, 13, 1576, 23633, 310, 2913, 15483, 322, 22035, 12425, 297, 2913, 322, 920, 372, 508, 29126, 304, 5264, 322, 17407, 5849, 892, 884, 23820, 29889, 512, 6124, 29892, 5164, 18161, 4733, 322, 3519, 310, 4017, 292, 7788, 29892, 408, 1532, 408, 278, 5849, 310, 716, 15483, 322, 6694, 310, 24127, 29892, 892, 15648, 29889, 13, 4178, 445, 1629, 29915, 29879, 21362, 29892, 278, 10929, 310, 2446, 1629, 29915, 29879, 21362, 322, 278, 3495, 4234, 29892, 19282, 402, 16652, 29871, 29906, 29900, 29906, 29941, 297, 6657, 417, 29892, 471, 9132, 29889, 17773, 713, 8335, 387, 280, 6971, 264, 29892, 14645, 29949, 310, 278, 27990, 14121, 11319, 29892, 756, 8794, 385, 17327, 304, 564, 3881, 278, 21362, 373, 2306, 3131, 310, 278, 27990, 14121, 11319, 29889, 13, 855, 294, 304, 27391, 6657, 417, 13, 29994, 402, 1307, 29907, 29871, 29906, 29900, 29906, 29906, 471, 385, 8031, 21362, 29892, 20794, 4208, 27138, 515, 29871, 29946, 29906, 10916, 29892, 4083, 6111, 12895, 387, 280, 6971, 264, 29889, 13, 7439, 12654, 403, 297, 1023, 9451, 5353, 1080, 29892, 12789, 4746, 373, 920, 3086, 14121, 2895, 414, 29126, 304, 278, 5849, 310, 278, 2913, 13661, 29892, 322, 825, 18066, 267, 3804, 411, 4733, 310, 1781, 4095, 749, 29892, 5161, 2039, 322, 752, 13036, 411, 6121, 6865, 29889, 13, 29908, 797, 27440, 29892, 408, 263, 2319, 2913 ]
1,330,439
0
CommonCrawl
7
9
Q: xypic: Pasting Diagrams in LyX I haven't been able to find detailed instructions on how to use \compositemap from the 2cell feature of xypic, and I want to make (relatively simple) pasting diagrams. In particular, I want to typeset the whiskering operation, where we have a diagonal double arrow between vertices of a commutative square. Also, is there a way to reverse the direction of the double arrow in 2cells in xypic, in LyX? Heeelp! A: I know that you specifically asked for a xy-pic solution, however, here's a possibility using the more modern and powerful tikz-cd package: The code: % Although you specifically asked for a xy solution, here's a possibility using the more modern and powerfult tikz-cd package: \documentclass{article} \usepackage{tikz-cd} \begin{document} \begin{tikzcd}[column sep=large,row sep=large] V_{1} \arrow[r,"\rho_{1}(g)"] \arrow[d,swap,"\phi"] & V_{1} \arrow[r,"\rho_{1}(g')"] \arrow[d,swap,"\phi"] & V_{1} \arrow[d,swap,"\phi"] & V_{1} \arrow[r,"\rho_{1}(g'g)"] \arrow[d,swap,"\phi"] & V_{1} \arrow[d,swap,"\phi"] \\ V_{2} \arrow[r,swap,"\rho_{2}(g)"] \arrow[ur,Rightarrow,"\phi(g)"] & V_{2} \arrow[r,swap,"\rho_{2}(g')"] \arrow[ur,Rightarrow,"\phi(g')"] & V_{2} \arrow[ur, phantom, "{=}", midway] & V_{2} \arrow[r,swap,"\rho_{2}(g'g)"] \arrow[ur,Rightarrow,"\phi(g'g)"] & V_{2} \end{tikzcd} \end{document} A: I would recommend tikz-cd, too. But here's a version for Xy-pic. \documentclass{article} \usepackage{amsmath} \usepackage[all,cmtip]{xy} \begin{document} \[ \begin{gathered} \xymatrix@C+3em@R+3em{ V_1 \ar[r]^{\rho_1(g)} \ar[d]_{\phi} & V_1 \ar[r]^{\rho_1(g')} \ar[d]^{\phi} & V_1 \ar[d]^{\phi} \\ V_2 \ar[r]_{\rho_2(g)} \ar@{=>}[ur]^{\phi(g)} & V_2 \ar[r]_{\rho_2(g')} \ar@{=>}[ur]^{\phi(g')} & V_2 } \end{gathered} = \begin{gathered} \xymatrix@C+3em@R+3em{ V_1 \ar[r]^{\rho_1(g'g)} \ar[d]_{\phi} & V_1 \ar[d]^{\phi} \\ V_2 \ar[r]_{\rho_2(g'g)} \ar@{=>}[ur]^{\phi(g'g)} & V_2 } \end{gathered} \] \end{document} Here's one with shortened arrows \documentclass{article} \usepackage{amsmath} \usepackage[all,cmtip,2cell]{xy} \newdir{S}{{}*!/-4em/@{=}} \newdir{>S}{!/-4em/@{}*@{=>}} \begin{document} \[ \begin{gathered} \xymatrix@C+3em@R+3em{ V_1 \ar[r]
-0.512855
-1.357585
-0.278612
0.300844
[ -0.2098146768908241, -0.8158960542227757 ]
[ -0.9546938476869667, -1.76047670927634 ]
[ 0.33896311049484956, -0.8961862688672895 ]
[ 0.34766823549694637, 0.25401890583984255 ]
1,024
[ 512, 512 ]
[ 660, 29901, 921, 1478, 293, 29901, 19793, 292, 4671, 10312, 2232, 297, 8626, 29990, 306, 7359, 29915, 29873, 1063, 2221, 304, 1284, 13173, 11994, 373, 920, 304, 671, 320, 22410, 667, 481, 515, 278, 29871, 29906, 3729, 4682, 310, 921, 1478, 293, 29892, 322, 306, 864, 304, 1207, 313, 2674, 6703, 2560, 29897, 4940, 292, 7936, 25402, 29889, 512, 3153, 29892, 306, 864, 304, 4072, 300, 278, 377, 3873, 3241, 5858, 29892, 988, 591, 505, 263, 19640, 3765, 16578, 1546, 13791, 310, 263, 26418, 1230, 6862, 29889, 13, 17351, 29892, 338, 727, 263, 982, 304, 11837, 278, 5305, 310, 278, 3765, 16578, 297, 29871, 29906, 3729, 29879, 297, 921, 1478, 293, 29892, 297, 8626, 29990, 29973, 13, 13, 3868, 29872, 295, 29886, 29991, 13, 13, 29909, 29901, 306, 1073, 393, 366, 10816, 4433, 363, 263, 921, 29891, 29899, 16447, 1650, 29892, 3138, 29892, 1244, 29915, 29879, 263, 13331, 773, 278, 901, 5400, 322, 13988, 260, 9510, 29899, 2252, 3577, 29901, 13, 13, 1576, 775, 29901, 13, 29995, 8512, 366, 10816, 4433, 363, 263, 921, 29891, 1650, 29892, 1244, 29915, 29879, 263, 13331, 773, 278, 901, 5400, 322, 3081, 29888, 499, 260, 9510, 29899, 2252, 3577, 29901, 13, 29905, 18329, 29912, 7914, 29913, 13, 29905, 9096, 29912, 11047, 29899, 2252, 29913, 13, 13, 29905, 463, 29912, 3225, 29913, 13, 13, 29905, 463, 29912, 11047, 2252, 4400, 4914, 16345, 29922, 16961, 29892, 798, 16345, 29922, 16961, 29962, 13, 29963, 648, 29896, 29913, 13, 29871, 320, 2936, 29961, 29878, 1699, 29905, 4650, 648, 29896, 2119, 29887, 29897, 3108, 13, 29871, 320, 2936, 29961, 29881, 29892, 26276, 1699, 29905, 2876, 3108, 669, 29871, 13, 29963, 648, 29896, 29913, 13, 29871, 320, 2936, 29961, 29878, 1699, 29905, 4650, 648, 29896, 2119, 29887, 1495, 3108, 13, 29871, 320, 2936, 29961, 29881, 29892, 26276, 1699, 29905, 2876, 3108, 669, 29871, 13, 29963, 648, 29896, 29913, 29871, 13, 29871, 320, 2936, 29961, 29881, 29892, 26276, 1699, 29905, 2876, 3108, 669, 29871, 13, 29963, 648, 29896, 29913, 29871, 13, 29871, 320, 2936, 29961, 29878, 1699, 29905, 4650, 648, 29896, 2119, 29887, 29915, 29887, 29897, 3108, 13, 29871, 320, 2936, 29961, 29881, 29892, 26276, 1699, 29905, 2876, 3108, 669, 29871, 13, 29963, 648, 29896, 29913, 29871, 13, 29871, 320, 2936, 29961, 29881, 29892, 26276, 1699, 29905, 2876, 3108, 13, 1966, 29871, 13, 29963, 648, 29906, 29913, 13, 29871, 320, 2936, 29961, 29878, 29892, 26276, 1699, 29905, 4650, 648, 29906, 2119, 29887, 29897, 3108, 13, 29871, 320, 2936, 29961, 332, 29892, 15607, 1699, 29905, 2876, 29898, 29887, 29897, 3108, 669, 29871, 13, 29963, 648, 29906, 29913, 13, 29871, 320, 2936, 29961, 29878, 29892, 26276, 1699, 29905, 4650, 648, 29906, 2119, 29887, 1495, 3108, 13, 29871, 320, 2936, 29961, 332, 29892, 15607, 1699, 29905, 2876, 29898, 29887, 1495, 3108, 669, 29871, 13, 29963, 648, 29906, 29913, 29871, 13, 29871, 320, 2936, 29961, 332, 29892, 1374, 15762, 29892, 29850, 29922, 17671, 7145, 1582, 29962, 669, 29871, 13, 29963, 648, 29906, 29913, 29871, 13, 29871, 320, 2936, 29961, 29878, 29892, 26276, 1699, 29905, 4650, 648, 29906, 2119, 29887, 29915, 29887, 29897, 3108, 13, 29871, 320, 2936, 29961, 332, 29892, 15607, 1699, 29905, 2876, 29898, 29887, 29915, 29887, 29897, 3108, 669, 29871, 13, 29963, 648, 29906, 29913, 13, 29905, 355, 29912, 11047, 2252, 29913, 13, 13, 29905, 355, 29912, 3225, 29913, 13, 13, 13, 29909, 29901, 306, 723, 6907, 260, 9510, 29899, 2252, 29892, 2086, 29889, 1205, 1244, 29915, 29879, 263, 1873, 363, 1060, 29891, 29899, 16447, 29889, 13, 29905, 18329, 29912, 7914, 29913, 13, 29905, 9096, 29912, 2232, 755, 29913, 13, 29905, 9096, 29961, 497, 29892, 29883, 4378, 666, 3199, 3594, 29913, 13, 13, 29905, 463, 29912, 3225, 29913, 13, 29905, 29961, 13, 29905, 463, 29912, 29887, 1624, 287, 29913, 13, 29905, 29916, 962, 271, 2126, 29992, 29907, 29974, 29941, 331, 29992, 29934, 29974, 29941, 331, 29912, 13, 29871, 478, 29918, 29896, 320, 279, 29961, 29878, 29962, 3311, 4650, 29918, 29896, 29898, 29887, 2915, 320, 279, 29961, 29881, 29962, 1665, 2876, 29913, 669, 13, 29871, 478, 29918, 29896, 320, 279, 29961, 29878, 29962, 3311, 4650, 29918, 29896, 29898, 29887, 1495, 29913, 320, 279, 29961, 29881, 29962, 3311, 2876, 29913, 669, 13, 29871, 478, 29918, 29896, 320, 279, 29961, 29881, 29962, 3311, 2876, 29913, 2474, 13, 29871, 478, 29918, 29906, 320, 279, 29961, 29878, 29962, 1665, 4650, 29918, 29906, 29898, 29887, 2915, 320, 279, 28312, 4261, 4400, 332, 29962, 3311, 2876, 29898, 29887, 2915, 669, 13, 29871, 478, 29918, 29906, 320, 279, 29961, 29878, 29962, 1665, 4650, 29918, 29906, 29898, 29887, 1495, 29913, 320, 279, 28312, 4261, 4400, 332, 29962, 3311, 2876, 29898, 29887, 1495, 29913, 669, 13, 29871, 478, 29918, 29906, 13, 29913, 13, 29905, 355, 29912, 29887, 1624, 287, 29913, 13, 29922, 13, 29905, 463, 29912, 29887, 1624, 287, 29913, 13, 29905, 29916, 962, 271, 2126, 29992, 29907, 29974, 29941, 331, 29992, 29934, 29974, 29941, 331, 29912, 13, 29871, 478, 29918, 29896, 320, 279, 29961, 29878, 29962, 3311, 4650, 29918, 29896, 29898, 29887, 29915, 29887, 2915, 320, 279, 29961, 29881, 29962, 1665, 2876, 29913, 669, 13, 29871, 478, 29918, 29896, 320, 279, 29961, 29881, 29962, 3311, 2876, 29913, 2474, 13, 29871, 478, 29918, 29906, 320, 279, 29961, 29878, 29962, 1665, 4650, 29918, 29906, 29898, 29887, 29915, 29887, 2915, 320, 279, 28312, 4261, 4400, 332, 29962, 3311, 2876, 29898, 29887, 29915, 29887, 2915, 669, 13, 29871, 478, 29918, 29906, 13, 29913, 13, 29905, 355, 29912, 29887, 1624, 287, 29913, 13, 18899, 13, 29905, 355, 29912, 3225, 29913, 13, 13, 13, 10605, 29915, 29879, 697, 411, 3273, 6419, 564, 5727, 13, 29905, 18329, 29912, 7914, 29913, 13, 29905, 9096, 29912, 2232, 755, 29913, 13, 29905, 9096, 29961, 497, 29892, 29883, 4378, 666, 29892, 29906, 3729, 3199, 3594, 29913, 13, 13, 29905, 1482, 3972, 29912, 29903, 1157, 8875, 29930, 14708, 29899, 29946, 331, 29914, 28312, 29922, 930, 13, 29905, 1482, 3972, 29912, 29958, 29903, 1157, 14708, 29899, 29946, 331, 29368, 8875, 29930, 28312, 4261, 930, 13, 13, 29905, 463, 29912, 3225, 29913, 13, 29905, 29961, 13, 29905, 463, 29912, 29887, 1624, 287, 29913, 13, 29905, 29916, 962, 271, 2126, 29992, 29907, 29974, 29941, 331, 29992, 29934, 29974, 29941, 331, 29912, 13, 29871, 478, 29918, 29896, 320, 279, 29961, 29878, 29962 ]
1,330,441
0
StackExchange
-1
-1
Jane Yao Margaret Reid Genevieve Gimbert P&N Bank in Perth, Australia, says a server upgrade gone wrong led to the breach of sensitive personal information in its customer relationship management system. The incident is another example how organizations can be imperilled by mistakes on the part of their suppliers. Nick Holland • January 17, 2020 The latest edition of the ISMG Security Report discusses why Britain is struggling to determine whether to use China's Huawei technology in developing its 5G networks. Plus: An update on a mobile app exposing infant photos and videos online and an analyst's take on the future of deception technology. A federal judge in Atlanta has given final approval to a settlement that resolves a class action lawsuit against credit bureau Equifax, which in 2017 suffered one of the largest data breaches in history. The minimum cost to Equifax will be $1.38 billion. A baby photo and video-sharing app called Peekaboo Moments is exposing sensitive logs through an exposed Elasticsearch database, a researcher has found. The data includes baby photos and videos, birthdates, location data and device information. Increased compute power, artificial intelligence, and tools on the Dark Web are equipping cyberattackers with the resources to launch more sophisticated and destructive attacks. Reactive defenses are no longer enough to stop attackers from infiltrating even the best security architectures. Environmental dynamics are... Active Directory Mismanagement exposes 90% of businesses to breaches. Download this infographic to learn more about: The percentage of active directories that pentesters are able to breach How open source tools are simplifying AD exploitation Other areas of opportunity for exploitation British regulators have fined Dixons Carphone $653,000 for a breach that exposed millions of payment card details and personal data due to point-of-sale malware. The retailer's lack of security contributed to a "careless loss of data," the Information Commissioner's Office says. Malware Infects Small Hospital's Medical Imaging Server Marianne Kolbasuk McGee • January 3, 2020 A breach stemming from malware infecting a medical imaging server at a small, rural New Mexico hospital serves as a reminder of medical equipment data security and privacy vulnerabilities and risks faced by facilities of all sizes. Restaurant Chain Landry's Investigates Malware Incident Scott Ferguson • January 2, 2020 Landry's Inc., a Houston-based company that owns and operates over 600 restaurants, hotels, casinos and other entertainment establishments in the U.S. and around the world, is investigating an apparent data breach after its security team found malware within a system. Microsoft Removes 50 Domains Tied to North Korean Hackers Akshaya Asokan • December 31, 2019 Microsoft has taken control of 50 domains that the company says were used by a hacking group with ties to North Korea. The attackers used these sites to launch spear-phishing attacks against specific victims and spread malware. Report: Cloud Hopper Attacks Affected More MSPs Jeremy Kirk • December 31, 2019 A persistent question over the past several years is which managed service providers were affected by APT10, a tenacious Chinese hacking group. But a Wall Street Journal investigation on Monday has revealed new companies affected by Cloud Hopper attacks. Mathew J. Schwartz • December 31, 2019 Human error looks to be the obvious culprit in an accidental data breach by Britain's Cabinet Office, which published the home addresses of celebrities such as Elton John and Olivia Newton-John when it released a list of individuals set to be recognized for their contributions to British society. How Can Credential Stuffing Be Thwarted? Credential stuffing is a growing problem that's difficult to address, says Troy Hunt, creator of the Have I Been Pwned data breach notification service, who sizes up mitigation efforts. Scott Ferguson • December 30, 2019 While CCPA has drawn the biggest headlines when it comes to new U.S. privacy laws, businesses and consumers should also take notice of New York's S
-0.508404
1.054391
0.033346
0.039406
[ -0.5282642141330359, -0.48854362669207185 ]
[ 1.2191292500230317, 0.8896535910620434 ]
[ 0.03715042847412156, 0.029541705397968753 ]
[ 0.07712572759864643, 0.0016859898193127933 ]
1,024
[ 512, 512 ]
[ 10447, 612, 6241, 13, 29924, 1191, 10474, 830, 333, 13, 29954, 1600, 29894, 2418, 402, 326, 2151, 13, 29925, 29987, 29940, 10253, 297, 2431, 386, 29892, 8314, 29892, 4083, 263, 1923, 14955, 7695, 2743, 5331, 304, 278, 2078, 496, 310, 20502, 7333, 2472, 297, 967, 11962, 9443, 10643, 1788, 29889, 450, 15134, 338, 1790, 1342, 920, 25700, 508, 367, 10112, 24455, 491, 28947, 373, 278, 760, 310, 1009, 1462, 27801, 29889, 13, 29940, 860, 20262, 10266, 5490, 29871, 29896, 29955, 29892, 29871, 29906, 29900, 29906, 29900, 13, 1576, 9281, 12203, 310, 278, 8519, 29924, 29954, 14223, 13969, 5353, 267, 2020, 14933, 338, 20042, 304, 8161, 3692, 304, 671, 7551, 29915, 29879, 379, 3357, 26599, 15483, 297, 14338, 967, 29871, 29945, 29954, 14379, 29889, 15113, 29901, 530, 2767, 373, 263, 10426, 623, 14060, 292, 28056, 20612, 322, 19707, 7395, 322, 385, 3483, 858, 29915, 29879, 2125, 373, 278, 5434, 310, 316, 1441, 15483, 29889, 13, 29909, 17097, 16833, 297, 26484, 756, 2183, 2186, 2134, 791, 304, 263, 16493, 393, 3770, 1960, 263, 770, 3158, 4307, 29658, 2750, 16200, 289, 13411, 11243, 361, 1165, 29892, 607, 297, 29871, 29906, 29900, 29896, 29955, 17654, 697, 310, 278, 10150, 848, 2078, 14520, 297, 4955, 29889, 450, 9212, 3438, 304, 11243, 361, 1165, 674, 367, 395, 29896, 29889, 29941, 29947, 24464, 29889, 13, 29909, 24354, 15373, 322, 4863, 29899, 845, 4362, 623, 2000, 3938, 1416, 370, 3634, 341, 290, 1237, 338, 14060, 292, 20502, 10748, 1549, 385, 19884, 1260, 20291, 2566, 29892, 263, 5925, 261, 756, 1476, 29889, 450, 848, 7805, 24354, 20612, 322, 19707, 29892, 12060, 15190, 29892, 4423, 848, 322, 4742, 2472, 29889, 13, 797, 1037, 1463, 10272, 3081, 29892, 23116, 21082, 29892, 322, 8492, 373, 278, 15317, 2563, 526, 1592, 17347, 5094, 495, 1131, 547, 414, 411, 278, 7788, 304, 6826, 901, 269, 3021, 4695, 630, 322, 17912, 573, 16661, 29889, 830, 4925, 822, 11259, 526, 694, 5520, 3307, 304, 5040, 5337, 414, 515, 297, 1777, 509, 1218, 1584, 278, 1900, 6993, 6956, 1973, 29889, 16738, 284, 19753, 526, 856, 13, 9966, 18862, 20929, 21895, 429, 10590, 29871, 29929, 29900, 29995, 310, 5381, 267, 304, 2078, 14520, 29889, 25553, 445, 3041, 12122, 304, 5110, 901, 1048, 29901, 450, 19649, 310, 6136, 17525, 393, 11137, 28910, 526, 2221, 304, 2078, 496, 1128, 1722, 2752, 8492, 526, 5466, 9215, 11033, 16035, 7018, 5901, 10161, 310, 15130, 363, 16035, 7018, 13, 29933, 768, 728, 24378, 4097, 505, 285, 1312, 360, 861, 787, 1704, 6710, 395, 29953, 29945, 29941, 29892, 29900, 29900, 29900, 363, 263, 2078, 496, 393, 19884, 14746, 310, 19179, 5881, 4902, 322, 7333, 848, 2861, 304, 1298, 29899, 974, 29899, 29879, 744, 4439, 2519, 29889, 450, 3240, 737, 261, 29915, 29879, 10225, 310, 6993, 26869, 304, 263, 376, 18020, 2222, 6410, 310, 848, 1699, 278, 10343, 11444, 261, 29915, 29879, 11367, 4083, 29889, 13, 22995, 2519, 512, 3647, 29879, 18285, 15967, 29915, 29879, 20795, 1954, 6751, 5656, 13, 7083, 713, 484, 10451, 6500, 2679, 22805, 3905, 10266, 5490, 29871, 29941, 29892, 29871, 29906, 29900, 29906, 29900, 13, 29909, 2078, 496, 20805, 4056, 515, 4439, 2519, 3041, 522, 292, 263, 16083, 6382, 292, 1923, 472, 263, 2319, 29892, 17692, 1570, 12568, 13457, 19700, 408, 263, 1083, 4995, 310, 16083, 21083, 848, 6993, 322, 5999, 4135, 23180, 11614, 322, 5161, 2039, 20050, 491, 23330, 310, 599, 15786, 29889, 13, 29934, 22837, 424, 678, 475, 3172, 719, 29915, 29879, 28246, 1078, 3792, 2519, 9266, 1693, 13, 4421, 1501, 7756, 29887, 375, 265, 10266, 5490, 29871, 29906, 29892, 29871, 29906, 29900, 29906, 29900, 13, 22677, 719, 29915, 29879, 9266, 1696, 263, 24327, 29899, 6707, 5001, 393, 1914, 29879, 322, 1751, 1078, 975, 29871, 29953, 29900, 29900, 12374, 1934, 29892, 7375, 1379, 29892, 3209, 8226, 322, 916, 22684, 358, 10127, 1860, 297, 278, 501, 29889, 29903, 29889, 322, 2820, 278, 3186, 29892, 338, 7405, 1218, 385, 20295, 848, 2078, 496, 1156, 967, 6993, 3815, 1476, 4439, 2519, 2629, 263, 1788, 29889, 13, 11277, 5240, 586, 267, 29871, 29945, 29900, 7809, 2708, 323, 1000, 304, 4644, 22467, 379, 547, 414, 13, 29909, 29895, 845, 9010, 1094, 554, 273, 10266, 5846, 29871, 29941, 29896, 29892, 29871, 29906, 29900, 29896, 29929, 13, 11277, 756, 4586, 2761, 310, 29871, 29945, 29900, 21904, 393, 278, 5001, 4083, 892, 1304, 491, 263, 15833, 292, 2318, 411, 260, 583, 304, 4644, 19109, 29889, 450, 5337, 414, 1304, 1438, 11840, 304, 6826, 961, 279, 29899, 561, 14424, 16661, 2750, 2702, 6879, 9893, 322, 9677, 4439, 2519, 29889, 13, 13020, 29901, 14293, 8335, 2496, 6212, 26514, 319, 7161, 287, 5853, 341, 5550, 29879, 13, 29967, 261, 6764, 26424, 10266, 5846, 29871, 29941, 29896, 29892, 29871, 29906, 29900, 29896, 29929, 13, 29909, 28152, 1139, 975, 278, 4940, 3196, 2440, 338, 607, 8745, 2669, 1326, 11376, 892, 15201, 491, 319, 7982, 29896, 29900, 29892, 263, 260, 2386, 8802, 10013, 15833, 292, 2318, 29889, 1205, 263, 14406, 7103, 8237, 22522, 373, 27822, 756, 17845, 716, 14582, 15201, 491, 14293, 8335, 2496, 16661, 29889, 13, 9782, 13636, 435, 29889, 9234, 442, 29920, 10266, 5846, 29871, 29941, 29896, 29892, 29871, 29906, 29900, 29896, 29929, 13, 29950, 7889, 1059, 3430, 304, 367, 278, 6924, 13949, 19428, 297, 385, 11423, 284, 848, 2078, 496, 491, 14933, 29915, 29879, 11680, 10157, 11367, 29892, 607, 6369, 278, 3271, 14157, 310, 7793, 26549, 583, 1316, 408, 1260, 880, 2259, 322, 19802, 423, 19017, 29899, 11639, 746, 372, 5492, 263, 1051, 310, 15724, 731, 304, 367, 14831, 363, 1009, 20706, 304, 4908, 12459, 29889, 13, 5328, 1815, 24596, 2556, 624, 3096, 292, 1522, 498, 10305, 287, 29973, 13, 15507, 2556, 6433, 292, 338, 263, 15678, 1108, 393, 29915, 29879, 5189, 304, 3211, 29892, 4083, 323, 4727, 379, 1657, 29892, 907, 1061, 310, 278, 6975, 306, 1522, 264, 349, 1233, 287, 848, 2078, 496, 12519, 2669, 29892, 1058, 15786, 701, 1380, 335, 362, 14231, 29889, 13, 4421, 1501, 7756, 29887, 375, 265, 10266, 5846, 29871, 29941, 29900, 29892, 29871, 29906, 29900, 29896, 29929, 13, 8809, 488, 315, 6271, 29909, 756, 12061, 278, 24842, 2343, 9012, 746, 372, 5304, 304, 716, 501, 29889, 29903, 29889, 5999, 4135, 14243, 29892, 5381, 267, 322, 11233, 414, 881, 884, 2125, 8369, 310, 1570, 3088, 29915, 29879, 317 ]
1,330,443
0
CommonCrawl
15
4
In today's information-obese world, book reading has become a refuge from my click-happy, easily distracted, multitask-ery. But as books extend their reach into the digital landscape through the Kindle, iPad and the new Barnes & Noble Nook, I have to wonder: Does a book by any other platform still smell as sweet? The Internet and digital media have often been blamed for the decline of children's interest in reading books. In a 2007 report by the National Endowment for the Arts, To Read or Not to Read: A Question of National Consequence, Chairman Dana Gioia warned: "Whatever the benefits of newer electronic media, they provide no measurable substitute for the intellectual and personal development initiated and sustained by frequent reading." The NEA report provides a picture of Americans reading less, and reading less well. The Kaiser Family Foundation's 2010 survey on kids' digital media utilization further substantiates this decline in reading: since 2004, the proportion of children age 8-18 reading print media dropped by 7%, and the average amount of time spent reading also fell. These trends have caused alarm among many education advocates because of the important links between literacy rates and a child's lifelong success. Literacy is directly related to high school drop out rates and crime, and other important developmental metrics. In fact, the number of books in a household is as good an indicator of a child's educational attainment as parents' education level and household income. It is undeniable that literacy is a foundational skill all children must master to succeed, but when it comes to the "Books vs. Digital Media" debate, are we judging digital reading by its cover? Unlike print media, digital texts have huge potential to engage young readers in stories with richer interactions. Some ebooks offer children the ability to interact with texts and narratives by letting them manipulate letters, words, and stories. Some of these platforms also have the functionality to inspire readers to express themselves through text, visual and audio recording. This technology can help kids express themselves so that they can both consume and create stories. However, research such as the NEA report commonly includes print media exclusively. Although the Kaiser study did explore how much time kids spend reading online versions of newspapers and magazines, it did not go so far as to measure reading on other digital media platforms. If we applied the same methodology to track my reading habits, for example, we would likely capture less than 20% of the amount of time I spend reading weekly. Unless we adapt how we are measuring reading and the quality of reading experiences for a digital age, we will face a huge gap in the research literature on literacy. Without comprehensive metrics and data on children's reading habits on digital platforms, we will be less prepared to anticipate the future of reading, and consequently weaken our ability to overcome the literacy crisis. New Literacies Research Team, University of Connecticut: Led by Don Leu, the team investigates new literacies and online reading comprehension. Scholastic Kids & Family Reading Report (2010): National bi-annual survey or kids and parents behaviors and attitudes toward reading. Among the results, the report found that technology could be a positive motivator to get kids reading. Family Story Play: Reading with Young Children (and Elmo) Over a Distance by Hayes Raffle, Rafael "Tico" Ballagas, Glenda Revelle, et al. (Nokia Research Center, Sesame Workshop and Cooney Center) (2010): Investigated a shared reading experience between children and their parents with a remote grandparent over video conferencing, mediated by Elmo. Institute of Museum & Library Services and MacArthur Foundation Youth Learning Labs: Announced in September as part of President Obama's Educate to Innovate campaign, IMLS and MacArthur will create 30 new Youth Learning Labs in museums and libraries across the country modeled after Chicago's YOUMedia. eBooks: Libraries at the Tipping Point Conference: Virtual conference held in September by the Library Journal and School Library Journal to discuss the evolving concept of books in a digital world. The knowledge gap: Implications of leveling the playing field for low-income and middle income children by Susan Neuman and Donna Celano (2006): Offers evidence of a "scaffolding gap," children using libraries in middle-income neighborhoods used computers to go to print sites while children in low-income
1.126304
1.118854
2.159984
0.44652
[ 1.455025807057169, 0.7975816011377641 ]
[ 0.8681660480863268, 1.369542050853048 ]
[ 1.906360064182328, 2.4136082692591816 ]
[ 0.19158601940177333, 0.7014545919793387 ]
1,024
[ 512, 512 ]
[ 512, 9826, 29915, 29879, 2472, 29899, 711, 968, 3186, 29892, 3143, 5183, 756, 4953, 263, 25447, 515, 590, 2828, 29899, 29882, 14862, 29892, 5948, 1320, 1461, 287, 29892, 1773, 277, 1278, 29899, 708, 29889, 1205, 408, 8277, 10985, 1009, 6159, 964, 278, 13436, 24400, 1549, 278, 13187, 280, 29892, 474, 20369, 322, 278, 716, 2261, 4515, 669, 1939, 569, 1939, 554, 29892, 306, 505, 304, 4997, 29901, 5538, 263, 3143, 491, 738, 916, 7481, 1603, 1560, 514, 408, 14225, 29973, 13, 1576, 4685, 322, 13436, 5745, 505, 4049, 1063, 1999, 2795, 363, 278, 4845, 457, 310, 4344, 29915, 29879, 4066, 297, 5183, 8277, 29889, 512, 263, 29871, 29906, 29900, 29900, 29955, 3461, 491, 278, 3086, 2796, 340, 358, 363, 278, 11401, 29892, 1763, 7523, 470, 2216, 304, 7523, 29901, 319, 894, 310, 3086, 15946, 3910, 29892, 24193, 1171, 360, 1648, 402, 601, 423, 1370, 9571, 29901, 376, 8809, 5564, 278, 23633, 310, 20687, 27758, 5745, 29892, 896, 3867, 694, 7540, 21115, 23764, 363, 278, 29762, 322, 7333, 5849, 14511, 630, 322, 15075, 7114, 491, 17091, 5183, 1213, 450, 14693, 29909, 3461, 8128, 263, 7623, 310, 23035, 5183, 3109, 29892, 322, 5183, 3109, 1532, 29889, 450, 17123, 14662, 10606, 29915, 29879, 29871, 29906, 29900, 29896, 29900, 18994, 373, 413, 4841, 29915, 13436, 5745, 3667, 2133, 4340, 5960, 3656, 1078, 445, 4845, 457, 297, 5183, 29901, 1951, 29871, 29906, 29900, 29900, 29946, 29892, 278, 18618, 310, 4344, 5046, 29871, 29947, 29899, 29896, 29947, 5183, 1596, 5745, 13700, 491, 29871, 29955, 13667, 322, 278, 6588, 5253, 310, 931, 10398, 5183, 884, 8379, 29889, 13, 1349, 968, 534, 1975, 505, 8581, 21200, 4249, 1784, 9793, 22545, 1078, 1363, 310, 278, 4100, 2988, 1546, 4631, 4135, 19257, 322, 263, 2278, 29915, 29879, 11747, 295, 549, 2551, 29889, 5449, 4135, 338, 4153, 4475, 304, 1880, 3762, 5768, 714, 19257, 322, 17268, 29892, 322, 916, 4100, 5849, 284, 21556, 29889, 512, 2114, 29892, 278, 1353, 310, 8277, 297, 263, 22329, 338, 408, 1781, 385, 27717, 310, 263, 2278, 29915, 29879, 28976, 1098, 475, 358, 408, 11825, 29915, 9793, 3233, 322, 22329, 17869, 29889, 13, 3112, 338, 563, 11344, 519, 393, 4631, 4135, 338, 263, 1476, 1288, 19911, 599, 4344, 1818, 5835, 304, 9269, 29892, 541, 746, 372, 5304, 304, 278, 376, 10967, 29879, 7186, 29889, 15918, 8213, 29908, 27836, 29892, 526, 591, 6577, 3460, 13436, 5183, 491, 967, 4612, 29973, 853, 4561, 1596, 5745, 29892, 13436, 26442, 505, 12176, 7037, 304, 3033, 482, 4123, 22176, 297, 15874, 411, 8261, 261, 22060, 29889, 3834, 321, 12733, 5957, 4344, 278, 11509, 304, 16254, 411, 26442, 322, 15474, 5056, 491, 27697, 963, 26749, 8721, 29892, 3838, 29892, 322, 15874, 29889, 3834, 310, 1438, 21796, 884, 505, 278, 9863, 304, 8681, 533, 22176, 304, 4653, 6053, 1549, 1426, 29892, 7604, 322, 10348, 16867, 29889, 910, 15483, 508, 1371, 413, 4841, 4653, 6053, 577, 393, 896, 508, 1716, 29151, 322, 1653, 15874, 29889, 13, 17245, 29892, 5925, 1316, 408, 278, 14693, 29909, 3461, 15574, 7805, 1596, 5745, 13489, 3598, 29889, 8512, 278, 17123, 6559, 1258, 26987, 920, 1568, 931, 413, 4841, 18864, 5183, 7395, 6910, 310, 14578, 21321, 322, 2320, 834, 1475, 29892, 372, 1258, 451, 748, 577, 2215, 408, 304, 5645, 5183, 373, 916, 13436, 5745, 21796, 29889, 960, 591, 7436, 278, 1021, 1158, 3002, 304, 5702, 590, 5183, 2299, 1169, 29892, 363, 1342, 29892, 591, 723, 5517, 10446, 3109, 1135, 29871, 29906, 29900, 29995, 310, 278, 5253, 310, 931, 306, 18864, 5183, 4723, 368, 29889, 13, 2525, 2222, 591, 7744, 920, 591, 526, 7540, 3864, 5183, 322, 278, 11029, 310, 5183, 27482, 363, 263, 13436, 5046, 29892, 591, 674, 3700, 263, 12176, 17261, 297, 278, 5925, 12845, 373, 4631, 4135, 29889, 13932, 15171, 6270, 21556, 322, 848, 373, 4344, 29915, 29879, 5183, 2299, 1169, 373, 13436, 21796, 29892, 591, 674, 367, 3109, 13240, 304, 23483, 403, 278, 5434, 310, 5183, 29892, 322, 14161, 2705, 8062, 264, 1749, 11509, 304, 25688, 278, 4631, 4135, 24161, 29889, 13, 4373, 5449, 29874, 2478, 10550, 8583, 29892, 3014, 310, 27230, 29901, 28934, 491, 3872, 951, 29884, 29892, 278, 3815, 7405, 1078, 716, 4631, 29874, 2478, 322, 7395, 5183, 15171, 2673, 29889, 13, 4504, 324, 6288, 476, 4841, 669, 14662, 21439, 13969, 313, 29906, 29900, 29896, 29900, 1125, 3086, 4768, 29899, 812, 950, 18994, 470, 413, 4841, 322, 11825, 4010, 18930, 322, 1098, 20816, 11183, 5183, 29889, 17302, 278, 2582, 29892, 278, 3461, 1476, 393, 15483, 1033, 367, 263, 6374, 17385, 1061, 304, 679, 413, 4841, 5183, 29889, 13, 27104, 13740, 7412, 29901, 21439, 411, 10443, 20986, 313, 392, 1260, 4346, 29897, 6811, 263, 6652, 749, 491, 11389, 267, 390, 3470, 280, 29892, 25661, 376, 29911, 1417, 29908, 13402, 26712, 29892, 8467, 8395, 830, 955, 280, 29892, 634, 394, 29889, 313, 29940, 554, 423, 10550, 7817, 29892, 22948, 420, 5244, 19032, 322, 3189, 4992, 7817, 29897, 313, 29906, 29900, 29896, 29900, 1125, 28246, 630, 263, 7258, 5183, 7271, 1546, 4344, 322, 1009, 11825, 411, 263, 7592, 4595, 3560, 975, 4863, 21388, 16750, 29892, 14457, 630, 491, 1260, 4346, 29889, 13, 3379, 12356, 310, 6838, 669, 9538, 15538, 322, 4326, 1433, 9743, 10606, 26040, 29257, 365, 6897, 29901, 8081, 20979, 297, 3839, 408, 760, 310, 7178, 4250, 3304, 29915, 29879, 7519, 29883, 403, 304, 512, 13715, 403, 11531, 29892, 306, 1988, 29903, 322, 4326, 1433, 9743, 674, 1653, 29871, 29941, 29900, 716, 26040, 29257, 365, 6897, 297, 19133, 29879, 322, 9562, 4822, 278, 4234, 4464, 839, 1156, 10059, 29915, 29879, 612, 29949, 5005, 1381, 29889, 13, 29872, 10967, 29879, 29901, 365, 4626, 4314, 472, 278, 323, 17347, 8984, 16377, 29901, 19181, 21362, 4934, 297, 3839, 491, 278, 9538, 8237, 322, 4523, 9538, 8237, 304, 5353, 278, 15220, 1747, 6964, 310, 8277, 297, 263, 13436, 3186, 29889, 13, 1576, 7134, 17261, 29901, 14305, 5795, 310, 3233, 292, 278, 8743, 1746, 363, 4482, 29899, 262, 2763, 322, 7256, 17869, 4344, 491, 25914, 2448, 7889, 322, 3872, 1056, 14227, 1562, 313, 29906, 29900, 29900, 29953, 1125, 5947, 414, 10757, 310, 263, 376, 29879, 1113, 600, 1025, 292, 17261, 1699, 4344, 773, 9562, 297, 7256, 29899, 262, 2763, 18403, 29879, 1304, 23226, 304, 748, 304, 1596, 11840, 1550, 4344, 297, 4482, 29899, 262, 2763 ]
1,330,445
0
C4
13
14
Home > PhV > Contents > Alfred Tennyson Albumen print, from a wet collodion negative National Museums Scotland Howarth-Loomes Collection, Museum reference: IL.2003.44.9.68 LL/65137 [Further details available] Alfred, Lord Tennyson 1869 (taken) 1875 (print) Carbon print 27.8-29.8 x 25.7 cm (image/paper) 36.9 x 31.2 cm (mount) Alfred Stieglitz Collection, 1949.879 Albumen print, from wet collodion-on-glass negative Museum no. PH.932-1913 A. Tennyson Gift of Alden Scott Boyer, 1981.1129.0005 [The Norman Album] 1869, 3 June (taken) 1869 (album compiled) Internet - Original source ill-defined UK Government, The Department for Digital, Culture, Media and Sport 1865 (ca) Albumen silver print, from glass negative David Hunter McAlpin Fund, 1966, Accession Number: 66.633.2 34.4 x 25.6 cm (13 9/16 x 10 1/16 in.) Alfred Stieglitz Collection, 1949, Accession Number: 49.55.320 © 2004 George Eastman House LL/6411 Alfred, Lord Tennyson (Dirty Monk) 1865 (taken) 1893 (ca, print) Gift of Mrs. James Ward Thorne, 1961.871c Alfred Tennyson (The Dirty Monk) David Hunter McAlpin Fund, 1966 22.9 x 18.4 cm (9 x 7 1/4 in.) (image, rounded top) 40.5 x 24.6 cm (15 15/16 x 9 11/16 in.) (mount, irregular) 'The Dirty Monk', Alfred Lord Tennyson Dominic Winter Book Auctions Photography: The First 150 Years, 9 March 2018, Lot: 206 Harris Brisbane Dick Fund, 1941, Accession Number: 41.21.8 James Mudd National Portrait Gallery - NPG Acquired W. Miller, 1937, NPG x13231 Alfred Tennyson and his sons Hallam and Lionel Museum of Photographic Arts - MOPA Gift of Warren and Margot Coville, Accession Number: 2000.031.001 Elliott & Fry English author and poet Alfred Lord Tennyson (1809-1892) Stereographica - Antique Photographica Courtesy of Bryan and Page Ginns (#13 / 47) Howarth-Loomes Collection Given by Terence Pepper, 2014, NPG x197558 William Jeffrey Given by C.G. Woolner, 1975, NPG x26793 Alfred Tennyson, Poet Laureate Woodburytype J.E. Mayall Alfred Tennyson, Esq., D.C.L., F.R.S., poet laureate [Men of Mark, Seventh series] Private collection of Hans Christian Adam 1893 (published) Donald A. Heald - Rare Books, Prints & Maps Donald A. Heald - Rare Books, Prints & Maps, New York (#23859) Henry Herschel Cameron Lord Tennyson Ref Number: 2003-5001/2/17388 9 11/16 x 7 3/8 ins (24.61 x 18.73 cm) (image
0.244918
0.246818
-0.868288
-0.252598
[ 0.09219875520340257, 0.3976363758701262 ]
[ 0.051639415009095135, 0.4419964457346138 ]
[ -0.7820554227249974, -0.9545198124511277 ]
[ -0.3039750167004011, -0.2012208911044122 ]
1,024
[ 512, 512 ]
[ 8778, 1405, 1963, 29963, 1405, 2866, 1237, 1405, 12299, 323, 2108, 952, 265, 13, 2499, 2404, 264, 1596, 29892, 515, 263, 7990, 5321, 397, 291, 8178, 13, 27325, 6838, 29879, 15226, 13, 5328, 28696, 29899, 3410, 290, 267, 14348, 29892, 6838, 3407, 29901, 17674, 29889, 29906, 29900, 29900, 29941, 29889, 29946, 29946, 29889, 29929, 29889, 29953, 29947, 13, 2208, 29914, 29953, 29945, 29896, 29941, 29955, 518, 29943, 332, 721, 4902, 3625, 29962, 13, 2499, 18447, 29892, 6171, 323, 2108, 952, 265, 13, 29896, 29947, 29953, 29929, 313, 29873, 9424, 29897, 29871, 29896, 29947, 29955, 29945, 313, 2158, 29897, 13, 8179, 6718, 1596, 13, 29906, 29955, 29889, 29947, 29899, 29906, 29929, 29889, 29947, 921, 29871, 29906, 29945, 29889, 29955, 7477, 313, 3027, 29914, 19773, 29897, 29871, 29941, 29953, 29889, 29929, 921, 29871, 29941, 29896, 29889, 29906, 7477, 313, 16476, 29897, 13, 2499, 18447, 624, 347, 3820, 2784, 14348, 29892, 29871, 29896, 29929, 29946, 29929, 29889, 29947, 29955, 29929, 13, 2499, 2404, 264, 1596, 29892, 515, 7990, 5321, 397, 291, 29899, 265, 29899, 29050, 8178, 13, 29924, 5021, 694, 29889, 349, 29950, 29889, 29929, 29941, 29906, 29899, 29896, 29929, 29896, 29941, 13, 29909, 29889, 323, 2108, 952, 265, 13, 29954, 2027, 310, 18242, 264, 8075, 1952, 7598, 29892, 29871, 29896, 29929, 29947, 29896, 29889, 29896, 29896, 29906, 29929, 29889, 29900, 29900, 29900, 29945, 13, 29961, 1576, 21296, 10217, 29962, 13, 29896, 29947, 29953, 29929, 29892, 29871, 29941, 5306, 313, 29873, 9424, 29897, 29871, 29896, 29947, 29953, 29929, 313, 10336, 13126, 29897, 13, 26341, 448, 8533, 2752, 4486, 29899, 12119, 13, 19960, 10354, 29892, 450, 10317, 363, 15918, 29892, 14062, 29892, 8213, 322, 8815, 13, 29896, 29947, 29953, 29945, 313, 1113, 29897, 13, 2499, 2404, 264, 13283, 1596, 29892, 515, 12917, 8178, 13, 19504, 25703, 4052, 2499, 12687, 13249, 29892, 29871, 29896, 29929, 29953, 29953, 29892, 4831, 1211, 9681, 29901, 29871, 29953, 29953, 29889, 29953, 29941, 29941, 29889, 29906, 13, 29941, 29946, 29889, 29946, 921, 29871, 29906, 29945, 29889, 29953, 7477, 313, 29896, 29941, 29871, 29929, 29914, 29896, 29953, 921, 29871, 29896, 29900, 29871, 29896, 29914, 29896, 29953, 297, 1846, 13, 2499, 18447, 624, 347, 3820, 2784, 14348, 29892, 29871, 29896, 29929, 29946, 29929, 29892, 4831, 1211, 9681, 29901, 29871, 29946, 29929, 29889, 29945, 29945, 29889, 29941, 29906, 29900, 13, 30211, 29871, 29906, 29900, 29900, 29946, 5122, 6932, 1171, 5619, 13, 2208, 29914, 29953, 29946, 29896, 29896, 13, 2499, 18447, 29892, 6171, 323, 2108, 952, 265, 313, 9170, 1017, 2598, 29895, 29897, 13, 29896, 29947, 29953, 29945, 313, 29873, 9424, 29897, 29871, 29896, 29947, 29929, 29941, 313, 1113, 29892, 1596, 29897, 13, 29954, 2027, 310, 6285, 29889, 5011, 21910, 16419, 484, 29892, 29871, 29896, 29929, 29953, 29896, 29889, 29947, 29955, 29896, 29883, 13, 2499, 18447, 323, 2108, 952, 265, 313, 1576, 360, 13163, 2598, 29895, 29897, 13, 19504, 25703, 4052, 2499, 12687, 13249, 29892, 29871, 29896, 29929, 29953, 29953, 13, 29906, 29906, 29889, 29929, 921, 29871, 29896, 29947, 29889, 29946, 7477, 313, 29929, 921, 29871, 29955, 29871, 29896, 29914, 29946, 297, 1846, 313, 3027, 29892, 28240, 2246, 29897, 29871, 29946, 29900, 29889, 29945, 921, 29871, 29906, 29946, 29889, 29953, 7477, 313, 29896, 29945, 29871, 29896, 29945, 29914, 29896, 29953, 921, 29871, 29929, 29871, 29896, 29896, 29914, 29896, 29953, 297, 1846, 313, 16476, 29892, 27931, 29897, 13, 29915, 1576, 360, 13163, 2598, 29895, 742, 12299, 6171, 323, 2108, 952, 265, 13, 29928, 5817, 293, 12267, 6726, 8407, 1953, 13, 4819, 327, 5275, 29901, 450, 3824, 29871, 29896, 29945, 29900, 23857, 29892, 29871, 29929, 4779, 29871, 29906, 29900, 29896, 29947, 29892, 20815, 29901, 29871, 29906, 29900, 29953, 13, 29950, 2749, 275, 1771, 275, 29890, 1662, 12488, 13249, 29892, 29871, 29896, 29929, 29946, 29896, 29892, 4831, 1211, 9681, 29901, 29871, 29946, 29896, 29889, 29906, 29896, 29889, 29947, 13, 29470, 341, 566, 29881, 13, 27325, 3371, 8356, 15230, 448, 405, 16903, 13, 10644, 5958, 399, 29889, 16498, 29892, 29871, 29896, 29929, 29941, 29955, 29892, 405, 16903, 921, 29896, 29941, 29906, 29941, 29896, 13, 2499, 18447, 323, 2108, 952, 265, 322, 670, 18025, 6573, 314, 322, 21934, 295, 13, 29924, 5021, 310, 19040, 12122, 11401, 448, 341, 4590, 29909, 13, 29954, 2027, 310, 24511, 322, 1085, 7085, 25669, 1924, 29892, 4831, 1211, 9681, 29901, 29871, 29906, 29900, 29900, 29900, 29889, 29900, 29941, 29896, 29889, 29900, 29900, 29896, 13, 6489, 492, 1501, 669, 383, 719, 13, 24636, 4148, 322, 9821, 12299, 6171, 323, 2108, 952, 265, 313, 29896, 29947, 29900, 29929, 29899, 29896, 29947, 29929, 29906, 29897, 13, 29903, 12358, 1946, 983, 448, 5459, 1387, 19040, 1946, 983, 13, 29907, 473, 2167, 29891, 310, 13307, 273, 322, 9305, 402, 262, 1983, 313, 29937, 29896, 29941, 847, 29871, 29946, 29955, 29897, 13, 5328, 28696, 29899, 3410, 290, 267, 14348, 13, 29954, 5428, 491, 5061, 663, 3938, 2496, 29892, 29871, 29906, 29900, 29896, 29946, 29892, 405, 16903, 921, 29896, 29929, 29955, 29945, 29945, 29947, 13, 12984, 2829, 12208, 8903, 13, 29954, 5428, 491, 315, 29889, 29954, 29889, 399, 1507, 1089, 29892, 29871, 29896, 29929, 29955, 29945, 29892, 405, 16903, 921, 29906, 29953, 29955, 29929, 29941, 13, 2499, 18447, 323, 2108, 952, 265, 29892, 3929, 300, 997, 545, 403, 13, 29956, 2092, 11059, 1853, 13, 29967, 29889, 29923, 29889, 2610, 497, 13, 2499, 18447, 323, 2108, 952, 265, 29892, 382, 3044, 1696, 360, 29889, 29907, 29889, 29931, 1696, 383, 29889, 29934, 29889, 29903, 1696, 9821, 425, 545, 403, 13, 29961, 28154, 310, 4485, 29892, 922, 794, 29882, 3652, 29962, 13, 25207, 4333, 310, 6971, 6111, 11783, 13, 29896, 29947, 29929, 29941, 313, 5467, 3726, 29897, 13, 28080, 319, 29889, 940, 2741, 448, 390, 598, 13730, 29892, 1588, 9466, 669, 25846, 13, 28080, 319, 29889, 940, 2741, 448, 390, 598, 13730, 29892, 1588, 9466, 669, 25846, 29892, 1570, 3088, 313, 29937, 29906, 29941, 29947, 29945, 29929, 29897, 13, 24030, 719, 379, 7092, 295, 20939, 265, 13, 29931, 536, 323, 2108, 952, 265, 13, 5620, 9681, 29901, 29871, 29906, 29900, 29900, 29941, 29899, 29945, 29900, 29900, 29896, 29914, 29906, 29914, 29896, 29955, 29941, 29947, 29947, 13, 29929, 29871, 29896, 29896, 29914, 29896, 29953, 921, 29871, 29955, 29871, 29941, 29914, 29947, 1663, 313, 29906, 29946, 29889, 29953, 29896, 921, 29871, 29896, 29947, 29889, 29955, 29941, 7477, 29897, 313, 3027 ]
1,330,449
0
CommonCrawl
0
3
The Nationwide Insurance: Partners Insurance & Financial Services,Inc. in Charleston, WV provides the following products. To learn more about each insurance product, click on the links below. In a world that is filled with uncertainties, driving your vehicle without the right level of coverage can be life-altering. In order for you to overcome situations that result in your vehicle being compromised, you need the assistance of an insurer that has its members best interests in mind. With Nationwide, it is possible for you to regain control of your life and move forward with as little financial inconvenience as possible, because we work with you up front to understand your needs. At Partners Insurance & Financial Services,Inc. in Charleston, we know that the best way to serve you is to provide you with a wide range of coverage options from an insurer that has an excellent reputation for protecting its members. With a track record that exemplifies excellence, Nationwide is an insurer you know you can depend on to get you through the tough times when all else fails. Part of preparing for the future is preparing for the unexpected. Make sure you, your loved ones, and your vehicles are fully protected. You should have a good policy that provides you with protection that is customized to your needs and circumstances. If you are ready to upgrade your insurance and enhance your relationship with an insurer that genuinely cares, contact Clarence Lykins II at (304) 344-3121. You can also stop by our local office at 220 Virginia St. W to learn more about what we have to offer. If you are currently in the market for new home insurance protection in Charleston, then now is the time to get in touch with the agents at Partners Insurance & Financial Services,Inc.. There are numerous factors that can have a significant bearing on the kind of coverage you should be seeking, including the cost to rebuild your home and other structures on your property. For more details on coverage solutions that are best suited to your needs, contact Clarence Lykins II or our other agents, who are ready to provide assistance. For instance, the Brand New Belongings® option may help to replace or repair covered items. Together with the help of Nationwide, Partners Insurance & Financial Services,Inc. can provide you with some of the best insurance solutions available. For example, should an incident occur, eliminate the stress of sorting through all of the information on your own by allowing us to assist you. This way, if you come home to find that your house has been burglarized, you can at least be confident that your covered losses will be handled as you forge ahead on the path to recovery. For homes that are exposed to destructive weather, we have the means to get you covered there as well. For straightforward solutions to your home insurance needs in Charleston, don't hesitate to visit with the agents in our office at 220 Virginia St. W. Alternatively, we also conduct consultations and assist with purchases over the phone at (304) 344-3121. At Partners Insurance & Financial Services,Inc., we understand the need to provide your loved ones with a financial safety net. Whether you already have a policy and are looking to adjust your coverage or this is your first-time shopping for life insurance, we can handle your insurance needs. We work with Nationwide to provide friendly service and diverse coverage options to customers in Charleston. We recommend speaking to a life insurance agent for assistance in getting the right coverage for your unique situation. There are several types of life insurance for you to consider, such as term, whole, universal and more. Choosing the right coverage may seem overwhelming. Fortunately, Clarence Lykins II and our other team members can go over options to help you find a solution that provides the amount of coverage that meets your needs and can help you achieve your long-term financial goals. If you are ready to learn coverage options, contact one of our agents at (304) 344-3121 to discuss them over the phone. You can also make an appointment or visit our office at 220 Virginia St. W,Charleston,WV,25302 to meet in person. Our agent will be more than happy to evaluate your circumstances to help you get the right solution. Whether you operate a golf course, medical clinic, or auto repair shop, coverage from Nationwide can fulfill all the small business insurance requirements that apply to Charleston companies. Let Part
-0.031757
-1.160616
-0.190477
-0.979031
[ -0.07216229627644868, 0.008648554034478175 ]
[ -1.0692940768907888, -1.25193819218438 ]
[ -0.13531396125200873, -0.24564044585622447 ]
[ -0.9634223797025072, -0.9946388229215418 ]
1,024
[ 512, 512 ]
[ 450, 22900, 8157, 512, 7610, 749, 29901, 3455, 8397, 512, 7610, 749, 669, 4231, 273, 1455, 15538, 29892, 797, 29883, 29889, 297, 2896, 29880, 21496, 29892, 399, 29963, 8128, 278, 1494, 9316, 29889, 1763, 5110, 901, 1048, 1269, 1663, 18541, 3234, 29892, 2828, 373, 278, 2988, 2400, 29889, 13, 797, 263, 3186, 393, 338, 10423, 411, 443, 6327, 2365, 583, 29892, 19500, 596, 19716, 1728, 278, 1492, 3233, 310, 23746, 508, 367, 2834, 29899, 13794, 292, 29889, 512, 1797, 363, 366, 304, 25688, 18845, 393, 1121, 297, 596, 19716, 1641, 19632, 3368, 29892, 366, 817, 278, 18872, 310, 385, 1663, 9945, 393, 756, 967, 5144, 1900, 20017, 297, 3458, 29889, 2973, 22900, 8157, 29892, 372, 338, 1950, 363, 366, 304, 1072, 475, 2761, 310, 596, 2834, 322, 4337, 6375, 411, 408, 2217, 18161, 22629, 854, 5597, 408, 1950, 29892, 1363, 591, 664, 411, 366, 701, 4565, 304, 2274, 596, 4225, 29889, 13, 4178, 3455, 8397, 512, 7610, 749, 669, 4231, 273, 1455, 15538, 29892, 797, 29883, 29889, 297, 2896, 29880, 21496, 29892, 591, 1073, 393, 278, 1900, 982, 304, 9080, 366, 338, 304, 3867, 366, 411, 263, 9377, 3464, 310, 23746, 3987, 515, 385, 1663, 9945, 393, 756, 385, 15129, 19821, 363, 12566, 292, 967, 5144, 29889, 2973, 263, 5702, 2407, 393, 29455, 11057, 12567, 663, 29892, 22900, 8157, 338, 385, 1663, 9945, 366, 1073, 366, 508, 8839, 373, 304, 679, 366, 1549, 278, 260, 820, 3064, 746, 599, 1683, 8465, 29889, 13, 7439, 310, 10223, 292, 363, 278, 5434, 338, 10223, 292, 363, 278, 15668, 29889, 8561, 1854, 366, 29892, 596, 18012, 6743, 29892, 322, 596, 24413, 526, 8072, 6364, 29889, 887, 881, 505, 263, 1781, 8898, 393, 8128, 366, 411, 13047, 393, 338, 2888, 1891, 304, 596, 4225, 322, 14209, 29889, 960, 366, 526, 7960, 304, 14955, 596, 1663, 18541, 322, 26371, 749, 596, 9443, 411, 385, 1663, 9945, 393, 29120, 262, 873, 1559, 267, 29892, 6958, 15183, 663, 8626, 11335, 1944, 472, 313, 29941, 29900, 29946, 29897, 29871, 29941, 29946, 29946, 29899, 29941, 29896, 29906, 29896, 29889, 887, 508, 884, 5040, 491, 1749, 1887, 8034, 472, 29871, 29906, 29906, 29900, 11653, 624, 29889, 399, 304, 5110, 901, 1048, 825, 591, 505, 304, 5957, 29889, 13, 3644, 366, 526, 5279, 297, 278, 9999, 363, 716, 3271, 1663, 18541, 13047, 297, 2896, 29880, 21496, 29892, 769, 1286, 338, 278, 931, 304, 679, 297, 6023, 411, 278, 19518, 472, 3455, 8397, 512, 7610, 749, 669, 4231, 273, 1455, 15538, 29892, 797, 29883, 636, 1670, 526, 12727, 13879, 393, 508, 505, 263, 7282, 24638, 373, 278, 2924, 310, 23746, 366, 881, 367, 25738, 29892, 3704, 278, 3438, 304, 337, 4282, 596, 3271, 322, 916, 12286, 373, 596, 2875, 29889, 1152, 901, 4902, 373, 23746, 6851, 393, 526, 1900, 480, 1573, 304, 596, 4225, 29892, 6958, 15183, 663, 8626, 11335, 1944, 470, 1749, 916, 19518, 29892, 1058, 526, 7960, 304, 3867, 18872, 29889, 1152, 2777, 29892, 278, 18007, 1570, 3741, 549, 886, 30342, 2984, 1122, 1371, 304, 5191, 470, 26032, 10664, 4452, 29889, 13, 29911, 12966, 411, 278, 1371, 310, 22900, 8157, 29892, 3455, 8397, 512, 7610, 749, 669, 4231, 273, 1455, 15538, 29892, 797, 29883, 29889, 508, 3867, 366, 411, 777, 310, 278, 1900, 1663, 18541, 6851, 3625, 29889, 1152, 1342, 29892, 881, 385, 15134, 6403, 29892, 27399, 278, 22884, 310, 16548, 1549, 599, 310, 278, 2472, 373, 596, 1914, 491, 14372, 502, 304, 6985, 366, 29889, 910, 982, 29892, 565, 366, 2041, 3271, 304, 1284, 393, 596, 3699, 756, 1063, 26072, 4675, 1891, 29892, 366, 508, 472, 3203, 367, 24332, 393, 596, 10664, 28495, 674, 367, 16459, 408, 366, 363, 479, 14432, 373, 278, 2224, 304, 24205, 29889, 1152, 17774, 393, 526, 19884, 304, 17912, 573, 14826, 29892, 591, 505, 278, 2794, 304, 679, 366, 10664, 727, 408, 1532, 29889, 13, 2831, 20837, 6851, 304, 596, 3271, 1663, 18541, 4225, 297, 2896, 29880, 21496, 29892, 1016, 29915, 29873, 19066, 10388, 304, 6493, 411, 278, 19518, 297, 1749, 8034, 472, 29871, 29906, 29906, 29900, 11653, 624, 29889, 399, 29889, 20360, 29892, 591, 884, 7512, 8799, 800, 322, 6985, 411, 10596, 2129, 975, 278, 9008, 472, 313, 29941, 29900, 29946, 29897, 29871, 29941, 29946, 29946, 29899, 29941, 29896, 29906, 29896, 29889, 13, 4178, 3455, 8397, 512, 7610, 749, 669, 4231, 273, 1455, 15538, 29892, 797, 29883, 1696, 591, 2274, 278, 817, 304, 3867, 596, 18012, 6743, 411, 263, 18161, 15332, 7787, 29889, 26460, 366, 2307, 505, 263, 8898, 322, 526, 3063, 304, 10365, 596, 23746, 470, 445, 338, 596, 937, 29899, 2230, 17394, 3262, 363, 2834, 1663, 18541, 29892, 591, 508, 4386, 596, 1663, 18541, 4225, 29889, 13, 4806, 664, 411, 22900, 8157, 304, 3867, 19780, 2669, 322, 16984, 23746, 3987, 304, 20330, 297, 2896, 29880, 21496, 29889, 1334, 6907, 13590, 304, 263, 2834, 1663, 18541, 10823, 363, 18872, 297, 2805, 278, 1492, 23746, 363, 596, 5412, 6434, 29889, 13, 8439, 526, 3196, 4072, 310, 2834, 1663, 18541, 363, 366, 304, 2050, 29892, 1316, 408, 1840, 29892, 3353, 29892, 15968, 322, 901, 29889, 14542, 14556, 278, 1492, 23746, 1122, 2833, 975, 1332, 295, 4056, 29889, 7236, 348, 2486, 29892, 15183, 663, 8626, 11335, 1944, 322, 1749, 916, 3815, 5144, 508, 748, 975, 3987, 304, 1371, 366, 1284, 263, 1650, 393, 8128, 278, 5253, 310, 23746, 393, 28103, 596, 4225, 322, 508, 1371, 366, 6176, 596, 1472, 29899, 8489, 18161, 14433, 29889, 13, 3644, 366, 526, 7960, 304, 5110, 23746, 3987, 29892, 6958, 697, 310, 1749, 19518, 472, 313, 29941, 29900, 29946, 29897, 29871, 29941, 29946, 29946, 29899, 29941, 29896, 29906, 29896, 304, 5353, 963, 975, 278, 9008, 29889, 887, 508, 884, 1207, 385, 28573, 470, 6493, 1749, 8034, 472, 29871, 29906, 29906, 29900, 11653, 624, 29889, 399, 29892, 5914, 29880, 21496, 29892, 29956, 29963, 29892, 29906, 29945, 29941, 29900, 29906, 304, 5870, 297, 2022, 29889, 8680, 10823, 674, 367, 901, 1135, 9796, 304, 14707, 596, 14209, 304, 1371, 366, 679, 278, 1492, 1650, 29889, 13, 8809, 1979, 366, 21994, 263, 29416, 3236, 29892, 16083, 24899, 293, 29892, 470, 4469, 26032, 18296, 29892, 23746, 515, 22900, 8157, 508, 6095, 5589, 599, 278, 2319, 5381, 1663, 18541, 11780, 393, 3394, 304, 2896, 29880, 21496, 14582, 29889, 2803, 3455 ]
1,330,451
0
C4
15
4
Key Knowledge 5: Where is the pure crystal vein from which this armor is made? perception from outside is only of the occupant's basic size (windling, dwarf, troll or obsidiman, other). The character's weight, including all gear, is doubled while in cocoon form. As long as the wearer is in the cocoon for at least one hour, upon exiting the wearer may spend a second recovery test to immediately heal one wound, and make a recovery test at a +6 bonus to reduce damage. Thread 6: Once per day when the character takes enough damage to surpass their death rating, they are immediately cocooned in the armor as per the fifth thread rank power, without costing a recovery test. For the moment, they remain alive. After 1 minute the cocoon cracks open, and the character must spend one recovery test, making a recovery test at +4. If the character has no recovery tests remaining, they make a recovery test at Step 5 (Step 4 +1 from this armor's 4th thread rank). That much damage is healed. If this is enough to reduce the damage below the death rating, the character survives. Key Knowledge 1: What is the name of the cloak? Thread 1: +1 to the wearer's Social Defense. The cloak resists stains and damage, and looks -spectacular-. Seriously. It blows in the wind and stuff just right. Thread 2: +1 bonus to Charisma tests. Key Knowledge 3: Mevarre championed the cause of a specific activity, what was it? Thread 3: +1 rank to Riposte. Thread 4: +1 bonus to any tests involving movement or movement modes (Climbing, Jumping, Swimming, Running). Once per day the cloak may shift fashions and colors to suit the wearer's chosen style. I fight my opponents to learn who they are the more spectacular the better. Week cowering opponents are not worthy of the fight, I must Fight those who can fight back to him it's like painting a glorious painting but not in oils' but with sword swings, its a dance. . with footwork it's you and your dance partner dancing back and forth with your swings and your footwork. If an enemy falls they are still a target unless they tap out. I am the Dashing hero that comes in to save the day with my spectacular sword word and maneuvers, I taunt those that are acting like cowards. He is a socialite and dancer when he is in town a charmer he loves love and adoration of himself and those around him to be passionate in their endeavorers. when he isn't dancing with his swords he tries to dance with the people he can charm with his wits and charisma. My legend and recondition as a leader is my goal as a hero. negative is he prefers an audience if people can't see his performance what good is the dance. Results: Nearly a total success! * A large city floats in the center of Lake Ban. * Leads and Hooks: Who was that masked man? (Mysterious Elf); Ant Hole?; Nine Diamonds of the Sixteen Towers?; Floating City?; Ayodha Liferock? Three of the small outbuildings aginst the palisade are stocked almost floor to ceiling with loot - from crates of spices; to heavy, oaken chests bound with elemental metal; to bolts of fine cloth; to dusty bottles of Travar wines grown inside the storm-shield during the scourge, vintages previously unheard of anywhere in the world that had only newly been minted, and jealously guarded. The Merchants of Travar are very pleased to have their wares back, but they're not running a charity here! After lavishing some attention on the adepts, a few modest rewards are handed out for their time and danger. It turns out that the wizard had been waiting in the tree-line and levitating cargo out of the back of the wagons, causing them to drive on without noticing the losses for some time. It only took a few escapes, or a few ransoms, for the word to get out that some Wizard was using Third Circle Spells to commit banditry on the unpatrolled routes along the Serpent. Since Riverboats were never a target
-0.321786
0.103903
-0.582961
-0.242192
[ -0.2509049397607869, -0.3926663466621586 ]
[ 0.42767141708413603, -0.21986464363199096 ]
[ 0.001643054118741791, -1.1675640585834064 ]
[ 0.23841068423032524, -0.7227956298891155 ]
1,024
[ 512, 512 ]
[ 7670, 19320, 5485, 29871, 29945, 29901, 6804, 338, 278, 8296, 10901, 11195, 2453, 262, 515, 607, 445, 5075, 272, 338, 1754, 29973, 13, 546, 1441, 515, 5377, 338, 871, 310, 278, 6919, 424, 29915, 29879, 6996, 2159, 313, 14800, 1847, 29892, 270, 4495, 29888, 29892, 260, 1245, 470, 20881, 333, 25895, 29892, 916, 467, 450, 2931, 29915, 29879, 7688, 29892, 3704, 599, 330, 799, 29892, 338, 3765, 29881, 1550, 297, 274, 542, 6150, 883, 29889, 1094, 1472, 408, 278, 19531, 261, 338, 297, 278, 274, 542, 6150, 363, 472, 3203, 697, 7234, 29892, 2501, 6876, 292, 278, 19531, 261, 1122, 18864, 263, 1473, 24205, 1243, 304, 7389, 540, 284, 697, 281, 618, 29892, 322, 1207, 263, 24205, 1243, 472, 263, 718, 29953, 28920, 304, 10032, 18658, 29889, 13, 4899, 29871, 29953, 29901, 9038, 639, 2462, 746, 278, 2931, 4893, 3307, 18658, 304, 1190, 3364, 1009, 4892, 21700, 29892, 896, 526, 7389, 274, 542, 6150, 287, 297, 278, 5075, 272, 408, 639, 278, 18615, 3244, 7115, 3081, 29892, 1728, 3438, 292, 263, 24205, 1243, 29889, 1152, 278, 3256, 29892, 896, 3933, 18758, 29889, 2860, 29871, 29896, 11015, 278, 274, 542, 6150, 12220, 4684, 1722, 29892, 322, 278, 2931, 1818, 18864, 697, 24205, 1243, 29892, 3907, 263, 24205, 1243, 472, 718, 29946, 29889, 960, 278, 2931, 756, 694, 24205, 6987, 9886, 29892, 896, 1207, 263, 24205, 1243, 472, 16696, 29871, 29945, 313, 14448, 29871, 29946, 718, 29896, 515, 445, 5075, 272, 29915, 29879, 29871, 29946, 386, 3244, 7115, 467, 2193, 1568, 18658, 338, 540, 7943, 29889, 960, 445, 338, 3307, 304, 10032, 278, 18658, 2400, 278, 4892, 21700, 29892, 278, 2931, 10503, 3145, 29889, 13, 2558, 19320, 5485, 29871, 29896, 29901, 1724, 338, 278, 1024, 310, 278, 17184, 557, 29973, 13, 4899, 29871, 29896, 29901, 718, 29896, 304, 278, 19531, 261, 29915, 29879, 10307, 5282, 1947, 29889, 450, 17184, 557, 620, 2879, 380, 2708, 322, 18658, 29892, 322, 3430, 448, 21494, 562, 1070, 28753, 1816, 17365, 29889, 739, 13031, 29879, 297, 278, 8805, 322, 6433, 925, 1492, 29889, 13, 4899, 29871, 29906, 29901, 718, 29896, 28920, 304, 2896, 275, 655, 6987, 29889, 13, 2558, 19320, 5485, 29871, 29941, 29901, 2191, 1707, 276, 8064, 287, 278, 4556, 310, 263, 2702, 6354, 29892, 825, 471, 372, 29973, 13, 4899, 29871, 29941, 29901, 718, 29896, 7115, 304, 390, 666, 520, 29872, 29889, 13, 4899, 29871, 29946, 29901, 718, 29896, 28920, 304, 738, 6987, 21677, 10298, 470, 10298, 18893, 313, 29907, 2576, 10549, 29892, 435, 3427, 292, 29892, 3925, 25217, 29892, 19509, 467, 9038, 639, 2462, 278, 17184, 557, 1122, 9500, 285, 1161, 1080, 322, 11955, 304, 14726, 278, 19531, 261, 29915, 29879, 10434, 3114, 29889, 13, 29902, 8589, 590, 23995, 1237, 304, 5110, 1058, 896, 526, 278, 901, 6683, 562, 1070, 278, 2253, 29889, 15511, 274, 1680, 292, 23995, 1237, 526, 451, 24717, 310, 278, 8589, 29892, 306, 1818, 26650, 1906, 1058, 508, 8589, 1250, 304, 1075, 372, 29915, 29879, 763, 20413, 263, 3144, 23308, 20413, 541, 451, 297, 288, 2719, 29915, 541, 411, 22378, 2381, 886, 29892, 967, 263, 17948, 29889, 869, 411, 3661, 1287, 372, 29915, 29879, 366, 322, 596, 17948, 18096, 6025, 3277, 1250, 322, 11483, 411, 596, 2381, 886, 322, 596, 3661, 1287, 29889, 960, 385, 11103, 20074, 896, 526, 1603, 263, 3646, 6521, 896, 18751, 714, 29889, 306, 626, 278, 360, 1161, 292, 13444, 393, 5304, 297, 304, 4078, 278, 2462, 411, 590, 6683, 562, 1070, 22378, 1734, 322, 767, 12932, 874, 29892, 306, 11062, 1657, 1906, 393, 526, 16684, 763, 21282, 3163, 29889, 13, 3868, 338, 263, 5264, 568, 322, 6025, 2265, 746, 540, 338, 297, 4726, 263, 1373, 1050, 540, 12355, 267, 5360, 322, 594, 12418, 310, 3654, 322, 1906, 2820, 1075, 304, 367, 15935, 403, 297, 1009, 19981, 17118, 414, 29889, 746, 540, 3508, 29915, 29873, 6025, 3277, 411, 670, 269, 9303, 540, 14335, 304, 17948, 411, 278, 2305, 540, 508, 21192, 411, 670, 281, 1169, 322, 1373, 275, 655, 29889, 13, 3421, 15983, 322, 337, 16122, 408, 263, 11822, 338, 590, 7306, 408, 263, 13444, 29889, 13, 22198, 338, 540, 758, 25534, 385, 20026, 565, 2305, 508, 29915, 29873, 1074, 670, 4180, 825, 1781, 338, 278, 17948, 29889, 13, 12191, 29901, 26206, 368, 263, 3001, 2551, 29991, 13, 29930, 319, 2919, 4272, 5685, 1446, 297, 278, 4818, 310, 9459, 10765, 29889, 13, 29930, 951, 7925, 322, 29612, 29879, 29901, 11644, 471, 393, 11105, 287, 767, 29973, 313, 29924, 858, 261, 2738, 1260, 29888, 416, 5459, 379, 1772, 29973, 29936, 405, 457, 22904, 13788, 310, 278, 18372, 9404, 22578, 414, 29973, 29936, 26043, 1218, 4412, 29973, 29936, 15846, 397, 2350, 365, 361, 1489, 384, 29973, 13, 28575, 310, 278, 2319, 714, 4282, 886, 946, 2611, 278, 5112, 275, 1943, 526, 10961, 287, 4359, 11904, 304, 2257, 6504, 411, 658, 327, 448, 515, 2181, 1078, 310, 805, 1575, 29936, 304, 9416, 29892, 288, 9424, 521, 9197, 3216, 411, 1543, 284, 11915, 29936, 304, 15772, 1372, 310, 2691, 13950, 29936, 304, 19786, 29891, 18046, 793, 310, 3201, 1707, 281, 1475, 21633, 2768, 278, 14280, 29899, 845, 969, 2645, 278, 885, 473, 479, 29892, 325, 524, 1179, 9251, 443, 354, 538, 310, 12214, 297, 278, 3186, 393, 750, 871, 15141, 1063, 20559, 287, 29892, 322, 1444, 284, 5794, 8372, 287, 29889, 450, 4702, 305, 1934, 310, 3201, 1707, 526, 1407, 22301, 304, 505, 1009, 1370, 267, 1250, 29892, 541, 896, 29915, 276, 451, 2734, 263, 1373, 537, 1244, 29991, 2860, 22181, 14424, 777, 8570, 373, 278, 19967, 16485, 29892, 263, 2846, 878, 342, 337, 2935, 526, 29692, 714, 363, 1009, 931, 322, 9703, 29889, 13, 3112, 12169, 714, 393, 278, 281, 17909, 750, 1063, 10534, 297, 278, 5447, 29899, 1220, 322, 14453, 277, 1218, 17040, 714, 310, 278, 1250, 310, 278, 281, 351, 787, 29892, 10805, 963, 304, 7899, 373, 1728, 451, 18499, 278, 28495, 363, 777, 931, 29889, 739, 871, 3614, 263, 2846, 3966, 11603, 29892, 470, 263, 2846, 364, 550, 4835, 29892, 363, 278, 1734, 304, 679, 714, 393, 777, 399, 17909, 471, 773, 18008, 27927, 1706, 10071, 304, 9063, 3719, 277, 719, 373, 278, 443, 5031, 24476, 12049, 3412, 278, 1816, 22825, 29889, 4001, 6163, 833, 1446, 892, 2360, 263, 3646 ]
1,330,452
0
C4
2
16
Carlo Scialoja (Rome, 17 juillet 1886 - Rome, 25 mai 1947) était un avocat, homme politique et journaliste italien. Pendant la Seconde Guerre mondiale, il a été sous-secrétaire à l'aéronautique dans le gouvernement Bonomi II, puis ministre de l'aéronautique du Royaume d'Italie dans le gouvernement Bonomi III. Biographie Il est né à Rome le 17 juillet 1886. Il est diplômé en droit et exerce la profession d'avocat. Il sert dans le Regio Esercito (armée royale) pendant la Première Guerre mondiale, dans le Corps d'artillerie. Il sert d'abord comme sous-lieutenant (sottotenente), puis est promu lieutenant (tenente) et ensuite Capitaine (Capitano), affecté au commandement de la 53 division. Il participe à la bataille de Vittorio Veneto au sein d'une unité d'Arditi, et à la fin de la guerre, il reçoit deux médailles de bronze et une croix militaire pour sa bravoure. Après la fin du conflit, il se consacre à des études de droit. En tant que militant antifasciste, après la chute du régime le 25 juillet 1943, il commence immédiatement à travailler pour le nouveau gouvernement du maréchal d'Italie Pietro Badoglio. Avec la signature de l'armistice le 8 septembre (Armistice de Cassibile) et l'occupation allemande de la capitale qui s'ensuit, il est l'un des organisateurs du comité militaire qui, avec le comité de libération nationale, est l'un des principaux artisans de la résistance romaine. Après la libération de Rome par les Alliés, il entre en politique dans les rangs du Partito Democratico del Lavoro, devient membre du Conseil national, sous-secrétaire à l'aéronautique dans le gouvernement Bonomi II et, sur l'insistance d'Ivanoe Bonomi, ministre de l'aéronautique dans le gouvernement Bonomi III. Déjà gravement malade, il quitte son poste et la politique active après un peu plus d'un mois, le 14 janvier 1945. Miné par une tumeur, il meurt à Rome le 25 mai 1947 et est enterré, à sa demande, dans une fosse commune. Décorations - Médaille de bronze de la valeur militaire - "Commandant d'une section de bombardement détachée, après avoir touché plusieurs fois l'observatoire, il reste en terrain découvert pour observer ses tirs, qu'il dirige toujours avec le plus grand calme. Il fut envoyé avec une patrouille jusqu'aux réticulations de l'adversaire pour observer les résultats des tirs, et n'ayant pu achever la reconnaissance la première fois, il y alla, de sa propre initiative, une seconde fois, et revint avec des renseignements utiles, qui lui servirent, ainsi qu'aux autres, pour la continuation des tirs. San Grado di Merna, 10 octobre 1916". - Médaille de bronze de la valeur militaire - "En tant qu'officier éclaireur-bombardier, il s'est rendu de sa propre initiative sur une position qui venait d'être occupée et qui n'était pas encore complètement débarrassée de l'ennemi, et se rendant compte que la liaison nécessaire entre certaines de nos unités manquait, il l'a immédiatement signalé au commandement de la brigade la plus proche, qui l'a chargé de retourner sur place pour clarifier la situation en son nom aux différents commandants et rétablir ainsi les liaisons : tâche dont il s'est acquitté avec beaucoup d'audace et d'intelligence. Ansa di Raccogliano, 21 août 1917". - Croix de guerre de la valeur militaire - "Exemple de hautes vertus militaires et incitateur efficace au combat, il était un chef volontaire courageux dans une unité d'audacieux et de mitrailleurs, qu'il a
0.29765
0.032838
-0.67379
0.100538
[ 0.07713232548441619, 0.518167813622017 ]
[ -0.07191395710127545, 0.13758958691196163 ]
[ -0.589618134923966, -0.7579611329838468 ]
[ 0.13955861403671566, 0.06151750598912913 ]
1,024
[ 512, 512 ]
[ 15021, 317, 1455, 29877, 1764, 313, 29934, 608, 29892, 29871, 29896, 29955, 9148, 29871, 29896, 29947, 29947, 29953, 448, 9184, 29892, 29871, 29906, 29945, 5530, 29871, 29896, 29929, 29946, 29955, 29897, 6303, 443, 1029, 542, 271, 29892, 14738, 11398, 634, 8955, 2488, 16486, 29889, 13, 13, 29925, 5818, 425, 922, 15973, 19299, 14475, 29892, 980, 263, 4370, 5898, 29899, 3471, 5606, 19073, 818, 301, 29915, 29874, 1064, 20546, 1387, 1465, 454, 17284, 350, 4917, 29875, 1944, 29892, 7847, 21753, 316, 301, 29915, 29874, 1064, 20546, 1387, 868, 1528, 20030, 270, 29915, 28314, 1465, 454, 17284, 350, 4917, 29875, 4786, 29889, 13, 13, 20517, 4437, 29871, 13, 14126, 707, 5273, 818, 9184, 454, 29871, 29896, 29955, 9148, 29871, 29896, 29947, 29947, 29953, 29889, 1720, 707, 652, 572, 30069, 12031, 427, 17950, 634, 24472, 346, 425, 6351, 270, 29915, 485, 542, 271, 29889, 13, 13, 14126, 724, 29873, 1465, 454, 2169, 601, 382, 643, 14524, 313, 22413, 25441, 29897, 13180, 425, 28720, 19299, 14475, 29892, 1465, 454, 16408, 270, 29915, 442, 5495, 347, 29889, 1720, 724, 29873, 270, 29915, 24430, 4191, 5898, 29899, 3197, 12685, 313, 29879, 1501, 16368, 2016, 511, 7847, 707, 2504, 29884, 25097, 313, 841, 2016, 29897, 634, 18158, 5915, 21835, 313, 12415, 277, 1562, 511, 6602, 29948, 782, 844, 4182, 358, 316, 425, 29871, 29945, 29941, 8542, 29889, 1720, 28511, 818, 425, 26962, 316, 29364, 10893, 9548, 10896, 782, 2757, 270, 29915, 1540, 443, 2131, 270, 29915, 1433, 29881, 4812, 29892, 634, 818, 425, 1436, 316, 425, 12573, 29892, 980, 337, 28671, 4239, 8774, 1388, 7545, 316, 18449, 634, 1597, 8182, 861, 20177, 1671, 872, 4105, 29894, 25664, 29889, 13, 13, 29909, 5435, 425, 1436, 868, 18669, 277, 29892, 980, 409, 1136, 21160, 818, 553, 22299, 316, 17950, 29889, 1174, 11172, 712, 5549, 424, 3677, 361, 6151, 2488, 29892, 7907, 425, 521, 1082, 868, 6367, 603, 454, 29871, 29906, 29945, 9148, 29871, 29896, 29929, 29946, 29941, 29892, 980, 24108, 5198, 2487, 7163, 882, 818, 29231, 5495, 1671, 454, 13164, 17284, 868, 1766, 17192, 284, 270, 29915, 28314, 21153, 9178, 468, 5991, 29889, 26383, 425, 12608, 316, 301, 29915, 2817, 391, 625, 454, 29871, 29947, 9355, 313, 27429, 391, 625, 316, 13088, 21997, 29897, 634, 301, 29915, 26601, 4788, 13990, 316, 425, 27073, 1750, 269, 29915, 575, 3121, 29892, 980, 707, 301, 29915, 348, 553, 17459, 14075, 868, 419, 2131, 20177, 1750, 29892, 2535, 454, 419, 2131, 316, 4303, 10500, 7174, 29892, 707, 301, 29915, 348, 553, 3420, 2993, 1616, 275, 550, 316, 425, 6896, 21558, 364, 4125, 457, 29889, 13861, 425, 4303, 10500, 316, 9184, 610, 966, 838, 492, 743, 29892, 980, 2637, 427, 11398, 1465, 966, 19120, 29879, 868, 3455, 2049, 4432, 16909, 1417, 628, 23212, 5801, 29892, 15210, 18910, 868, 25774, 4797, 29892, 5898, 29899, 3471, 5606, 19073, 818, 301, 29915, 29874, 1064, 20546, 1387, 1465, 454, 17284, 350, 4917, 29875, 1944, 634, 29892, 1190, 301, 29915, 1144, 21558, 270, 29915, 29902, 13288, 29872, 350, 4917, 29875, 29892, 21753, 316, 301, 29915, 29874, 1064, 20546, 1387, 1465, 454, 17284, 350, 4917, 29875, 4786, 29889, 13, 13, 29928, 29948, 16627, 8310, 882, 4439, 1943, 29892, 980, 439, 5388, 1487, 23277, 634, 425, 11398, 6136, 7907, 443, 7006, 2298, 270, 29915, 348, 17478, 29892, 454, 29871, 29896, 29946, 8891, 29871, 29896, 29929, 29946, 29945, 29889, 13, 13, 8140, 29948, 610, 1597, 260, 2017, 332, 29892, 980, 592, 4227, 818, 9184, 454, 29871, 29906, 29945, 5530, 29871, 29896, 29929, 29946, 29955, 634, 707, 875, 3127, 29948, 29892, 818, 872, 26427, 29892, 1465, 1597, 23198, 7096, 29889, 13, 13, 29928, 29948, 2616, 800, 29871, 13, 448, 26402, 8284, 316, 18449, 316, 425, 20368, 332, 20177, 13, 29899, 376, 6255, 424, 270, 29915, 1540, 4004, 316, 18523, 1646, 311, 358, 20854, 496, 1318, 29892, 7907, 11469, 6023, 29948, 10741, 10098, 301, 29915, 26739, 20141, 29892, 980, 18062, 427, 28439, 4224, 23048, 1671, 22944, 3999, 260, 12935, 29892, 439, 29915, 309, 26745, 15237, 2535, 454, 2298, 4595, 1208, 1004, 29889, 1720, 3105, 427, 18644, 29948, 2535, 1597, 22191, 283, 1924, 9291, 29915, 2993, 1841, 29873, 293, 8250, 316, 301, 29915, 328, 874, 5218, 1671, 22944, 966, 6896, 19718, 553, 260, 12935, 29892, 634, 302, 29915, 388, 424, 2653, 263, 1173, 369, 425, 25238, 9948, 425, 8861, 10098, 29892, 980, 343, 4082, 29892, 316, 872, 26138, 14511, 1230, 29892, 1597, 26617, 10098, 29892, 634, 6664, 524, 2535, 553, 364, 1947, 647, 4110, 3667, 267, 29892, 1750, 3911, 28644, 296, 29892, 8288, 439, 29915, 2993, 10890, 29892, 1671, 425, 3133, 362, 553, 260, 12935, 29889, 3087, 1632, 912, 652, 341, 10989, 29892, 29871, 29896, 29900, 9419, 29871, 29896, 29929, 29896, 29953, 1642, 13, 13, 448, 26402, 8284, 316, 18449, 316, 425, 20368, 332, 20177, 13, 29899, 376, 2369, 11172, 439, 29915, 29877, 2416, 631, 904, 16398, 533, 332, 29899, 29890, 3424, 538, 631, 29892, 980, 269, 29915, 342, 7697, 29884, 316, 872, 26138, 14511, 1230, 1190, 1597, 2602, 1750, 6003, 1249, 270, 29915, 5474, 6919, 1318, 634, 1750, 302, 29915, 14386, 2331, 10440, 13162, 23855, 882, 1437, 1646, 26771, 1318, 316, 301, 29915, 2108, 14208, 29892, 634, 409, 364, 5818, 16731, 712, 425, 301, 423, 2285, 23309, 2637, 3058, 267, 316, 7814, 5190, 743, 767, 339, 1249, 29892, 980, 301, 29915, 29874, 5198, 2487, 7163, 882, 7182, 29948, 782, 844, 4182, 358, 316, 425, 16724, 1943, 425, 2298, 410, 1173, 29892, 1750, 301, 29915, 29874, 9151, 29948, 316, 18948, 1089, 1190, 2058, 1671, 7542, 3709, 425, 6434, 427, 1487, 2245, 3479, 12694, 1237, 1899, 1934, 634, 1841, 3891, 29880, 381, 8288, 966, 301, 423, 14125, 584, 260, 30057, 1173, 4555, 980, 269, 29915, 342, 10695, 986, 29948, 2535, 21394, 270, 29915, 15052, 815, 634, 270, 29915, 524, 28286, 29889, 530, 4977, 652, 390, 5753, 27579, 1562, 29892, 29871, 29906, 29896, 10158, 29871, 29896, 29929, 29896, 29955, 1642, 13, 13, 448, 8764, 861, 316, 12573, 316, 425, 20368, 332, 20177, 13, 29899, 376, 1252, 331, 552, 316, 447, 2667, 4837, 375, 5549, 7147, 634, 5528, 277, 7289, 6366, 815, 782, 15499, 29892, 980, 6303, 443, 14547, 24792, 5218, 19872, 1314, 1465, 1597, 443, 2131, 270, 29915, 15052, 562, 13805, 634, 316, 1380, 336, 26231, 29892, 439, 29915, 309, 263 ]
1,330,454
0
Wikipedia
-1
-1
Tag: Golden State Warriors Let's talk about a life without sports on TV So, what's life going to be like without sports? How can TSN and Sportnet fill all that air time with the playground shut down due to coronavirus? Not to worry kids. Both our national sports networks have clever, innovative programmers, plus expansive libraries full of film featuring vintage, classic events that can be aired 24/7. And, hey, some of it might even include teams from outside the Republic of Tranna. Just don't count on it. As a matter of fact, we've already had a sneak peek at what the Tranna-centric TSN and Sportsnet have planned while the coronavirus has all sports shut down. Here's the menu: Midnight: Replay (black and white) of 1967 Stanley Cup final, Maple Leafs vs. Montreal Canadiens. 3 a.m.: Interviews with every member of the Leafs who isn't dead. 4 a.m.: James Duthie and the panel gather 'round a Ouija board and interview every member of the Leafs who is dead (black and white). 5 a.m.: Replay of Maple Leafs '67 victory parade (black and white). 6 a.m.: Special edition of The Reporters, where Dave Hodge, Michael Farber and Steve Simmons pretend they remember '67. 7 a.m.: Replay of Auston Matthews' first NHL game. 10 a.m.: Interview with Auston Matthews about his first NHL game. 11 a.m.: James Duthie and the panel break down each of Auston Matthews' four goals in his first NHL game. (Jeff O'Dog gets bored and hungry and leaves the studio after the third goal.) Noon: Leafs Lunch with Jeff O'Dog, Andi Petrillo and Noodles McLennan. O'Dog is still bored and hungry, so he rejoins James Duthie and the panel to talk more about Auston Matthews. 1 p.m.: Replay of 1991 Grey Cup game, Tranna Argos vs. Calgary Stampeders. 4 p.m.: Interview with Rocket Ismail about the beer can one fan tossed at him on his TD run in the '91 Grey Cup game. 5 p.m.: Special CFL on TSN feature hosted by Rod Smith, who goes in-depth with the only six people in The ROT who still attend Argonauts games. 6 p.m.: Sports Centre; Rod Smith spends an hour to confirm there are no games scheduled. 7 p.m.: Glen Suitor Unplugged—Why I Left My Day Job to Become a Roadie for My Man Crush, Keith Urban. 8 p.m.: Celebrity Hot Stove special, featuring Drake, Spike Lee and Jack Nicholson in conversation with celebrity host Dr. Phil, who moderates a discussion that asks the question: What makes a grown man make a complete ass clown of himself at a sports event? 9 p.m.: Maple Leafs Poker After Dark. 10 p.m.: Maple Leafs 8-Ball After Dark. 11 p.m.: Maple Leafs Darts After Dark. Midnight: Repeat loop. Midnight: Replay of Game 7, Tranna Jurassics vs. Philly 76ers. 3 a.m.: Interview with Kawhi Leonard about The Shot. 4 a.m.: Interview with Drake about The Shot. 5 a.m.: Drake interviews Leonard about The Shot. 6 a.m.: Replay of Game 6, Tranna Jurassics vs. Golden State Warriors. 9 a.m.: Interview with Drake about winning NBA championship. 10 a.m.: Replay of Tranna Jurassics victory parde. Noon: Highlights of Drake's courtside antics. 1 p.m.: Drake explains his courtside antics. 2 p.m.: Replay of Game 6 of 1993 World Series, Blue Jays vs. Philly Phillies. 3 p.m.: Feature on Joe Carter called "Touch 'Em All, Joe." 4 p.m.:
-0.56593
0.717753
-0.939302
-1.071379
[ -0.26939555805227017, -0.8624650188087335 ]
[ 0.43841518857199435, 0.9970913059406266 ]
[ -0.7186493970903907, -1.1599553355072534 ]
[ -1.1611265200897265, -0.9816319715802775 ]
1,024
[ 512, 512 ]
[ 10522, 29901, 16108, 4306, 3362, 28739, 13, 12024, 29915, 29879, 5193, 1048, 263, 2834, 1728, 14717, 373, 5648, 13, 6295, 29892, 825, 29915, 29879, 2834, 2675, 304, 367, 763, 1728, 14717, 29973, 1128, 508, 323, 19296, 322, 8815, 1212, 5445, 599, 393, 4799, 931, 411, 278, 1708, 2057, 12522, 1623, 2861, 304, 25082, 485, 22693, 29973, 13, 3664, 304, 15982, 413, 4841, 29889, 13, 29933, 720, 1749, 4797, 14717, 14379, 505, 23455, 29892, 24233, 1230, 1824, 13269, 29892, 2298, 1518, 550, 573, 9562, 2989, 310, 2706, 23425, 325, 524, 482, 29892, 22037, 4959, 393, 508, 367, 263, 2859, 29871, 29906, 29946, 29914, 29955, 29889, 1126, 29892, 540, 29891, 29892, 777, 310, 372, 1795, 1584, 3160, 10907, 515, 5377, 278, 8063, 310, 323, 661, 1056, 29889, 13, 14084, 1016, 29915, 29873, 2302, 373, 372, 29889, 13, 2887, 263, 4383, 310, 2114, 29892, 591, 29915, 345, 2307, 750, 263, 269, 484, 557, 1236, 1416, 472, 825, 278, 323, 661, 1056, 29899, 1760, 2200, 323, 19296, 322, 12453, 1212, 505, 20458, 1550, 278, 25082, 485, 22693, 756, 599, 14717, 12522, 1623, 29889, 2266, 29915, 29879, 278, 6143, 29901, 13, 29924, 333, 11147, 29901, 830, 1456, 313, 8517, 322, 4796, 29897, 310, 29871, 29896, 29929, 29953, 29955, 21631, 6536, 2186, 29892, 7315, 280, 951, 2142, 29879, 7186, 29889, 26693, 9145, 11689, 29889, 13, 29941, 263, 29889, 29885, 4898, 4124, 7406, 411, 1432, 4509, 310, 278, 951, 2142, 29879, 1058, 3508, 29915, 29873, 7123, 29889, 13, 29946, 263, 29889, 29885, 4898, 5011, 360, 2806, 347, 322, 278, 9451, 11705, 525, 14486, 263, 438, 29884, 8044, 7613, 322, 15593, 1432, 4509, 310, 278, 951, 2142, 29879, 1058, 338, 7123, 313, 8517, 322, 4796, 467, 13, 29945, 263, 29889, 29885, 4898, 830, 1456, 310, 7315, 280, 951, 2142, 29879, 525, 29953, 29955, 15354, 1702, 311, 313, 8517, 322, 4796, 467, 13, 29953, 263, 29889, 29885, 4898, 12630, 12203, 310, 450, 830, 1971, 2153, 29892, 988, 17841, 379, 17979, 29892, 5765, 8413, 495, 322, 13981, 3439, 29885, 787, 14794, 355, 896, 6456, 525, 29953, 29955, 29889, 13, 29955, 263, 29889, 29885, 4898, 830, 1456, 310, 3330, 265, 9811, 354, 5652, 29915, 937, 405, 15444, 3748, 29889, 13, 29896, 29900, 263, 29889, 29885, 4898, 4124, 1493, 411, 3330, 265, 9811, 354, 5652, 1048, 670, 937, 405, 15444, 3748, 29889, 13, 29896, 29896, 263, 29889, 29885, 4898, 5011, 360, 2806, 347, 322, 278, 9451, 2867, 1623, 1269, 310, 3330, 265, 9811, 354, 5652, 29915, 3023, 14433, 297, 670, 937, 405, 15444, 3748, 29889, 313, 29967, 12352, 438, 29915, 29928, 468, 4947, 289, 4395, 322, 9074, 14793, 322, 11308, 278, 8693, 1156, 278, 4654, 7306, 1846, 13, 3782, 265, 29901, 951, 2142, 29879, 365, 3322, 411, 12208, 438, 29915, 29928, 468, 29892, 1126, 29875, 5879, 4115, 417, 322, 1939, 397, 793, 4052, 29931, 2108, 273, 29889, 438, 29915, 29928, 468, 338, 1603, 289, 4395, 322, 9074, 14793, 29892, 577, 540, 19136, 1144, 5011, 360, 2806, 347, 322, 278, 9451, 304, 5193, 901, 1048, 3330, 265, 9811, 354, 5652, 29889, 13, 29896, 282, 29889, 29885, 4898, 830, 1456, 310, 29871, 29896, 29929, 29929, 29896, 25529, 6536, 3748, 29892, 323, 661, 1056, 11842, 359, 7186, 29889, 3037, 29887, 653, 624, 1160, 287, 414, 29889, 13, 29946, 282, 29889, 29885, 4898, 4124, 1493, 411, 1528, 3522, 1317, 2549, 1048, 278, 367, 261, 508, 697, 13524, 28189, 287, 472, 1075, 373, 670, 323, 29928, 1065, 297, 278, 525, 29929, 29896, 25529, 6536, 3748, 29889, 13, 29945, 282, 29889, 29885, 4898, 12630, 315, 10536, 373, 323, 19296, 4682, 17791, 491, 7733, 7075, 29892, 1058, 5771, 297, 29899, 19488, 411, 278, 871, 4832, 2305, 297, 450, 390, 2891, 1058, 1603, 14333, 11842, 20546, 29879, 8090, 29889, 13, 29953, 282, 29889, 29885, 4898, 12453, 11319, 29936, 7733, 7075, 805, 1975, 385, 7234, 304, 9659, 727, 526, 694, 8090, 21467, 29889, 13, 29955, 282, 29889, 29885, 4898, 27197, 2166, 2105, 853, 572, 688, 3192, 30003, 11008, 306, 19941, 1619, 8373, 17163, 304, 1522, 2763, 263, 9321, 347, 363, 1619, 2315, 6781, 1878, 29892, 27179, 22589, 29889, 13, 29947, 282, 29889, 29885, 4898, 315, 6146, 1182, 537, 8843, 6639, 345, 4266, 29892, 23425, 16322, 446, 29892, 317, 1631, 446, 9371, 322, 5457, 16371, 324, 1100, 297, 14983, 411, 10894, 537, 3495, 4942, 29889, 5241, 29892, 1058, 17768, 1078, 263, 10679, 393, 19514, 278, 1139, 29901, 1724, 3732, 263, 21633, 767, 1207, 263, 4866, 1223, 274, 677, 29876, 310, 3654, 472, 263, 14717, 1741, 29973, 13, 29929, 282, 29889, 29885, 4898, 7315, 280, 951, 2142, 29879, 349, 17933, 2860, 15317, 29889, 13, 29896, 29900, 282, 29889, 29885, 4898, 7315, 280, 951, 2142, 29879, 29871, 29947, 29899, 29933, 497, 2860, 15317, 29889, 13, 29896, 29896, 282, 29889, 29885, 4898, 7315, 280, 951, 2142, 29879, 360, 5708, 2860, 15317, 29889, 13, 29924, 333, 11147, 29901, 830, 11666, 2425, 29889, 13, 29924, 333, 11147, 29901, 830, 1456, 310, 8448, 29871, 29955, 29892, 323, 661, 1056, 16081, 465, 1199, 7186, 29889, 5241, 368, 29871, 29955, 29953, 414, 29889, 13, 29941, 263, 29889, 29885, 4898, 4124, 1493, 411, 13680, 1332, 29875, 26921, 1048, 450, 1383, 327, 29889, 13, 29946, 263, 29889, 29885, 4898, 4124, 1493, 411, 16322, 446, 1048, 450, 1383, 327, 29889, 13, 29945, 263, 29889, 29885, 4898, 16322, 446, 1006, 7406, 26921, 1048, 450, 1383, 327, 29889, 13, 29953, 263, 29889, 29885, 4898, 830, 1456, 310, 8448, 29871, 29953, 29892, 323, 661, 1056, 16081, 465, 1199, 7186, 29889, 16108, 4306, 3362, 28739, 29889, 13, 29929, 263, 29889, 29885, 4898, 4124, 1493, 411, 16322, 446, 1048, 15613, 21517, 22401, 29889, 13, 29896, 29900, 263, 29889, 29885, 4898, 830, 1456, 310, 323, 661, 1056, 16081, 465, 1199, 15354, 610, 311, 29889, 13, 3782, 265, 29901, 5057, 4366, 29879, 310, 16322, 446, 29915, 29879, 28033, 680, 3677, 1199, 29889, 13, 29896, 282, 29889, 29885, 4898, 16322, 446, 18568, 670, 28033, 680, 3677, 1199, 29889, 13, 29906, 282, 29889, 29885, 4898, 830, 1456, 310, 8448, 29871, 29953, 310, 29871, 29896, 29929, 29929, 29941, 2787, 10488, 29892, 10924, 435, 1036, 7186, 29889, 5241, 368, 21856, 583, 29889, 13, 29941, 282, 29889, 29885, 4898, 5169, 1535, 373, 11131, 22264, 2000, 376, 15852, 525, 6026, 2178, 29892, 11131, 1213, 13, 29946, 282, 29889, 29885, 4898 ]
1,330,458
0
CommonCrawl
5
7
Interview with Joe Carter, who confirms he touched 'em all. 5 p.m.: A 'Where Were You When?' special featuring various celebrities from the Republic of Tranna, who recall where they were when Joe Carter touched 'em all. 6 p.m.: Sports Central with Carly Agro and Eric Thomas, who spend an hour to confirm there are no games scheduled. 7 p.m.: Replay of 1992 World Series, Blue Jays vs. Atlanta Braves. 10 p.m.: Interview with Drake, who explains why he isn't a Blue Jays groupie. 11 p.m.: Panel discussion among Sportsnet anchors who discuss why they talk about Drake so much. Author pattidawnswanssonPosted on March 13, 2020 March 13, 2020 Categories Sports, sports mediaTags 1967 Stanley Cup, Andi Petrillo, Atlanta Braves, Auston Matthews, Calgary Stampeders, Carly Agro, coronavirus, Dave Hodge, Dr. Phil, Drake, Eric Thomas, Glen Suitor, Golden State Warriors, Grey Cup, Jack Nicholson, James Duthie, Jamie McLennan, Jeff O'Neill, Joe Carter, Kawhi Leonard, Keith Urban, Michael Farber, Montreal Canadiens, NBA, Philadelphia 76ers, Philadelphia Phillies, Rocket Ismail, Rod Smith, Spike Lee, Sportsnet, Steve Simmons, The Reporters with Dave Hodge, Toronto Argonauts, Toronto Blue Jays, Toronto Maple Leafs, Toronto Raptors, TSN, TV, World SeriesLeave a comment on Let's talk about a life without sports on TV Let's talk about those ugly Yankee Doodle Damsels…a home run for TSN…Kaylyn Kyle's hair…a Bronx cheer for Sid Seixeiro…writers ignoring the Raptors…terrific tweets…Trudeau's nuts…and play it again, Sam Serving up a special mid-week smorgas-bored…and if you thought Hope Solo was an ugly American, check out their World Cup soccer team… The Yankee Doodle Damsels officially arrived in France on Tuesday and, boy, are they ugly. I mean, there's butt cleavage ugly, then there's American ugly, and I don't think I've seen Americans quite as ugly as in their women's World Cup debut, a 13-nada paddywhacking of Thailand at Stade Auguste-Delaune in Reims. Score 13 goals? Sure. Go for it. There's no mercy rule at that level of soccer. But celebrate goals six through 13 like you just landed on the moon? Lame in the extreme. You don't squish an ant or pluck the wings off a house fly then hold a block party to celebrate. Five-year-old kids might do that, but the American soccer elite are not five-year-old kids. They just act like it. "This was disgraceful from the United States," said TSN analyst Clare Rustad, a former Canadian national team player. "I would have hoped they could have won with humility and grace." Still celebrating after all those goals. Humility and grace are not the American way these days. Just look at the primary resident in the White House. "I'm all about passion, but as a Canadian we would never ever think of doing something like that," chimed in Kaylyn Kyle, also a former Canadian national, sitting next to Rustad on the TSN panel. "For me, it's disrespectful, it's disgraceful." But wait. Here's Abby Wambach, former American captain and the all-time leading goal-scorer in the women's game. "Would you tell a men's team to not score or celebrate?" she asked. Good gawd, woman. This isn't about gender. It's about being rude. It's about being unsportsmanlike. It's about acting like you've been there before instead of like a bunch of tools. Nancy Armour Nancy Armour provided Wambach with some backup vocals. "Take the pearl clutching and righteous indignation somewhere else," she snarled with r
-0.669341
-0.448617
-1.707783
-1.245671
[ -0.8076780016487831, -0.5310035649910334 ]
[ -0.1753227576719117, -0.7219121321167034 ]
[ -1.5835075867464263, -1.8320592072340849 ]
[ -1.5201156171086245, -0.971226490507266 ]
1,024
[ 512, 512 ]
[ 4124, 1493, 411, 11131, 22264, 29892, 1058, 12388, 1516, 540, 23051, 525, 331, 599, 29889, 13, 29945, 282, 29889, 29885, 4898, 319, 525, 11921, 399, 406, 887, 1932, 17901, 4266, 23425, 5164, 7793, 26549, 583, 515, 278, 8063, 310, 323, 661, 1056, 29892, 1058, 17386, 988, 896, 892, 746, 11131, 22264, 23051, 525, 331, 599, 29889, 13, 29953, 282, 29889, 29885, 4898, 12453, 8068, 411, 1704, 368, 4059, 307, 322, 14713, 5569, 29892, 1058, 18864, 385, 7234, 304, 9659, 727, 526, 694, 8090, 21467, 29889, 13, 29955, 282, 29889, 29885, 4898, 830, 1456, 310, 29871, 29896, 29929, 29929, 29906, 2787, 10488, 29892, 10924, 435, 1036, 7186, 29889, 26484, 5032, 1960, 29889, 13, 29896, 29900, 282, 29889, 29885, 4898, 4124, 1493, 411, 16322, 446, 29892, 1058, 18568, 2020, 540, 3508, 29915, 29873, 263, 10924, 435, 1036, 2318, 347, 29889, 13, 29896, 29896, 282, 29889, 29885, 4898, 349, 3870, 10679, 4249, 12453, 1212, 23791, 943, 1058, 5353, 2020, 896, 5193, 1048, 16322, 446, 577, 1568, 29889, 13, 13720, 282, 1131, 1458, 1233, 2774, 550, 1100, 6747, 287, 373, 4779, 29871, 29896, 29941, 29892, 29871, 29906, 29900, 29906, 29900, 4779, 29871, 29896, 29941, 29892, 29871, 29906, 29900, 29906, 29900, 315, 14404, 12453, 29892, 14717, 5745, 28089, 29871, 29896, 29929, 29953, 29955, 21631, 6536, 29892, 1126, 29875, 5879, 4115, 417, 29892, 26484, 5032, 1960, 29892, 3330, 265, 9811, 354, 5652, 29892, 3037, 29887, 653, 624, 1160, 287, 414, 29892, 1704, 368, 4059, 307, 29892, 25082, 485, 22693, 29892, 17841, 379, 17979, 29892, 4942, 29889, 5241, 29892, 16322, 446, 29892, 14713, 5569, 29892, 27197, 2166, 2105, 29892, 16108, 4306, 3362, 28739, 29892, 25529, 6536, 29892, 5457, 16371, 324, 1100, 29892, 5011, 360, 2806, 347, 29892, 16131, 347, 4052, 29931, 2108, 273, 29892, 12208, 438, 29915, 8139, 453, 29892, 11131, 22264, 29892, 13680, 1332, 29875, 26921, 29892, 27179, 22589, 29892, 5765, 8413, 495, 29892, 26693, 9145, 11689, 29892, 21517, 29892, 18292, 29871, 29955, 29953, 414, 29892, 18292, 21856, 583, 29892, 1528, 3522, 1317, 2549, 29892, 7733, 7075, 29892, 317, 1631, 446, 9371, 29892, 12453, 1212, 29892, 13981, 3439, 29885, 787, 29892, 450, 830, 1971, 2153, 411, 17841, 379, 17979, 29892, 17612, 11842, 20546, 29879, 29892, 17612, 10924, 435, 1036, 29892, 17612, 7315, 280, 951, 2142, 29879, 29892, 17612, 390, 2156, 943, 29892, 323, 19296, 29892, 5648, 29892, 2787, 10488, 3226, 1351, 263, 3440, 373, 2803, 29915, 29879, 5193, 1048, 263, 2834, 1728, 14717, 373, 5648, 13, 12024, 29915, 29879, 5193, 1048, 1906, 22769, 23094, 23137, 1938, 397, 280, 360, 2232, 1379, 30098, 29874, 3271, 1065, 363, 323, 19296, 30098, 29968, 388, 13493, 476, 1508, 29915, 29879, 11315, 30098, 29874, 14165, 29916, 22794, 363, 19732, 922, 861, 29872, 3350, 30098, 8231, 414, 5330, 8253, 278, 390, 2156, 943, 30098, 357, 29878, 928, 7780, 1691, 30098, 29911, 582, 311, 585, 29915, 29879, 302, 8842, 30098, 392, 1708, 372, 1449, 29892, 3685, 13, 1748, 1747, 701, 263, 4266, 7145, 29899, 18448, 1560, 990, 294, 29899, 4089, 287, 30098, 392, 565, 366, 2714, 7963, 29687, 471, 385, 22769, 3082, 29892, 1423, 714, 1009, 2787, 6536, 269, 11953, 3815, 30098, 13, 1576, 23094, 23137, 1938, 397, 280, 360, 2232, 1379, 22444, 11977, 297, 3444, 373, 323, 1041, 3250, 322, 29892, 8023, 29892, 526, 896, 22769, 29889, 13, 29902, 2099, 29892, 727, 29915, 29879, 541, 29873, 4531, 485, 482, 22769, 29892, 769, 727, 29915, 29879, 3082, 22769, 29892, 322, 306, 1016, 29915, 29873, 1348, 306, 29915, 345, 3595, 23035, 3755, 408, 22769, 408, 297, 1009, 5866, 29915, 29879, 2787, 6536, 9512, 29892, 263, 29871, 29896, 29941, 29899, 29876, 1114, 282, 25644, 1332, 547, 292, 310, 498, 26517, 472, 624, 1943, 3111, 29872, 29899, 29928, 3100, 1540, 297, 830, 9893, 29889, 13, 20097, 29871, 29896, 29941, 14433, 29973, 18585, 29889, 2921, 363, 372, 29889, 1670, 29915, 29879, 694, 2778, 1270, 5751, 472, 393, 3233, 310, 269, 11953, 29889, 13, 6246, 10894, 403, 14433, 4832, 1549, 29871, 29896, 29941, 763, 366, 925, 2982, 287, 373, 278, 18786, 29973, 365, 420, 297, 278, 18677, 29889, 13, 3492, 1016, 29915, 29873, 10674, 728, 385, 3677, 470, 715, 2707, 278, 24745, 1283, 263, 3699, 11340, 769, 4808, 263, 2908, 6263, 304, 10894, 403, 29889, 22853, 29899, 6360, 29899, 1025, 413, 4841, 1795, 437, 393, 29892, 541, 278, 3082, 269, 11953, 560, 568, 526, 451, 5320, 29899, 6360, 29899, 1025, 413, 4841, 29889, 2688, 925, 1044, 763, 372, 29889, 13, 29908, 4013, 471, 766, 3874, 346, 1319, 515, 278, 3303, 3900, 1699, 1497, 323, 19296, 3483, 858, 6015, 276, 390, 504, 328, 29892, 263, 4642, 11443, 4797, 3815, 4847, 29889, 376, 29902, 723, 505, 24936, 896, 1033, 505, 2113, 411, 3165, 1793, 322, 17659, 1213, 13, 855, 453, 10894, 1218, 1156, 599, 1906, 14433, 29889, 13, 29950, 398, 1793, 322, 17659, 526, 451, 278, 3082, 982, 1438, 3841, 29889, 3387, 1106, 472, 278, 7601, 20201, 297, 278, 8037, 5619, 29889, 13, 29908, 29902, 29915, 29885, 599, 1048, 15935, 29892, 541, 408, 263, 11443, 591, 723, 2360, 3926, 1348, 310, 2599, 1554, 763, 393, 1699, 20674, 287, 297, 28444, 13493, 476, 1508, 29892, 884, 263, 4642, 11443, 4797, 29892, 16246, 2446, 304, 390, 504, 328, 373, 278, 323, 19296, 9451, 29889, 376, 2831, 592, 29892, 372, 29915, 29879, 766, 690, 1103, 1319, 29892, 372, 29915, 29879, 766, 3874, 346, 1319, 1213, 13, 6246, 4480, 29889, 2266, 29915, 29879, 13896, 29891, 399, 1117, 496, 29892, 4642, 3082, 15315, 322, 278, 599, 29899, 2230, 8236, 7306, 29899, 1557, 9386, 297, 278, 5866, 29915, 29879, 3748, 29889, 13, 29908, 29956, 483, 366, 2649, 263, 1757, 29915, 29879, 3815, 304, 451, 8158, 470, 10894, 403, 3026, 1183, 4433, 29889, 13, 18420, 330, 1450, 29881, 29892, 6114, 29889, 910, 3508, 29915, 29873, 1048, 23346, 29889, 739, 29915, 29879, 1048, 1641, 364, 1151, 29889, 739, 29915, 29879, 1048, 1641, 9644, 4011, 1171, 4561, 29889, 739, 29915, 29879, 1048, 16684, 763, 366, 29915, 345, 1063, 727, 1434, 2012, 310, 763, 263, 14928, 310, 8492, 29889, 13, 29940, 6906, 8481, 473, 13, 29940, 6906, 8481, 473, 4944, 399, 1117, 496, 411, 777, 16199, 17985, 29889, 13, 29908, 26772, 278, 282, 799, 29880, 1067, 10519, 292, 322, 364, 1141, 371, 681, 1399, 25072, 9051, 1683, 1699, 1183, 5807, 279, 839, 411, 364 ]
1,330,458
1,024
CommonCrawl
5
7
ighteous indignation in USA Today, proving Americans can be just as ugly in print as on the pitch. "This is the World Cup, not a rec league tournament. There are some who seem to think the U.S. women's 13-0 thrashing of Thailand on Tuesday night was piling on, that their celebrating of every goal was unseemly. Tough. You want the Americans to impose the slaughter rule or patronize their opponents by pretending they didn't just tack another goal onto the scoreline? Go join the six-year-olds in the park. Maybe you'll get a participation trophy and an orange slice while you're at it. Getting players confidence, getting momentum are the names of the game at the World Cup and that's what the U.S. did." Oh, just shut the hell up, Nancy. The Yankee Doodle Damsels might go on and successfully defend their World Cup title, but they'll be wearing this disgrace while a FIFA official is wrapping gold medals around their necks. It's going to stick to them like guilt to O.J. I didn't think it possible, but these American women actually out-uglied Hope Solo. Kate Beirness, Clare Rustad, Kaylyn Kyle and Diana Matheson. TSN has really hit it out of the park with its soccer panel of Rustad, Kyle and Diana Matheson. They're insightful, intelligent and extremely blunt. Kyle is the most passionate of the trio, and she isn't shy about expressing honest feelings. On Canadian captain Christine Sinclair she said this: "I have a massive woman crush on her." I cannot imagine Jeff O'Dog or any of the boys on the various TSN hockey panels confessing to a man crush on Sidney Crosby or Connor McDavid. Fashion note: I mentioned the other day that Kyle has hair to die for, but I found her mane to be extremely distracting on Tuesday. She had it done up in a top knot, and it looked like a fire hydrant growing out of her head. I couldn't stop staring at the thing. And, no, that isn't being sexist. I'd say the same thing about Bob McKenzie if he had a fire hydrant on the top of his head. What a pleasure it is to watch soccer when it isn't bogged down by needless play-acting. The women do it right. There are no Neymars in their game, at least none that I've noticed. Moving back to the ugly theme, it's about Sid Seixeiro of Tim & Sid fame on Sportsnet. This was his take on fans in the Republic of Tranna cheering when Kevin Durant of the Golden State Juggernaut was felled by injury in Game 5 of the National Basketball Association final: "I don't know exactly how many people in that building last night were cheering the injury, because people were cheering the injury. Anyone who suggests no one was cheering the injury is either lying or stupid. Anyone who booed that kid, whether or not they knew the severity of the injury is scum. Period. I don't wanna talk about it. There was a lot of people in that building doing it. Now, the other part of this…if that game last night was in Philadelphia, how would they have reacted? If that's the reaction in Toronto last night, what do Philly fans do? What do Celtic fans do? In any Eastern Conference building last night, that exact same thing would happen." And what? Because Philly fans are boors that makes it okay for fans in The ROT to be dinks too? Using that logic, if the Jurassics lose the NBA final, it's okay for the rabble in The ROT to torch the town because, hey, that's what they did in Vancouver after the 2011 Stanley Cup final. Get a grip, Sid. Media in the Republic of Tranna can talk all they like about Canada being swept up in Raptors fever, but I'm sorry, it isn't an official national party until someone rides a horse into a hotel lobby. Jack Todd So, are the flowers of sports journalism across our vast land into the Jurassics like we're led to believe? Nope. On Monday, with Tranna poised to win the National Basketball Association title, here's
0.054533
-0.566183
-1.517565
-1.063575
[ 0.444205340456084, -0.3351399786442107 ]
[ -0.2707856439129861, -0.8615811614588613 ]
[ -1.3045210739541568, -1.730609566218714 ]
[ -0.8593675689723919, -1.2677827010880947 ]
1,024
[ 512, 512 ]
[ 1141, 371, 681, 1399, 25072, 297, 8278, 20628, 29892, 1326, 292, 23035, 508, 367, 925, 408, 22769, 297, 1596, 408, 373, 278, 15905, 29889, 376, 4013, 338, 278, 2787, 6536, 29892, 451, 263, 1162, 13225, 14743, 29889, 1670, 526, 777, 1058, 2833, 304, 1348, 278, 501, 29889, 29903, 29889, 5866, 29915, 29879, 29871, 29896, 29941, 29899, 29900, 1468, 1161, 292, 310, 498, 26517, 373, 323, 1041, 3250, 4646, 471, 282, 6504, 373, 29892, 393, 1009, 10894, 1218, 310, 1432, 7306, 471, 443, 344, 331, 368, 29889, 323, 820, 29889, 887, 864, 278, 23035, 304, 2411, 852, 278, 8370, 6129, 357, 5751, 470, 18259, 675, 1009, 23995, 1237, 491, 14794, 2548, 896, 3282, 29915, 29873, 925, 22002, 1790, 7306, 11480, 278, 885, 272, 5570, 29973, 2921, 5988, 278, 4832, 29899, 6360, 29899, 3361, 297, 278, 14089, 29889, 7198, 366, 29915, 645, 679, 263, 27577, 3147, 11461, 322, 385, 24841, 22780, 1550, 366, 29915, 276, 472, 372, 29889, 24162, 10769, 16420, 29892, 2805, 19399, 526, 278, 2983, 310, 278, 3748, 472, 278, 2787, 6536, 322, 393, 29915, 29879, 825, 278, 501, 29889, 29903, 29889, 1258, 1213, 13, 9048, 29892, 925, 12522, 278, 23927, 701, 29892, 24190, 29889, 13, 1576, 23094, 23137, 1938, 397, 280, 360, 2232, 1379, 1795, 748, 373, 322, 8472, 24663, 1009, 2787, 6536, 3611, 29892, 541, 896, 29915, 645, 367, 591, 4362, 445, 766, 3874, 346, 1550, 263, 21581, 6221, 338, 28489, 7684, 1612, 1338, 2820, 1009, 452, 4684, 29889, 739, 29915, 29879, 2675, 304, 12070, 304, 963, 763, 1410, 2782, 304, 438, 29889, 29967, 29889, 13, 29902, 3282, 29915, 29873, 1348, 372, 1950, 29892, 541, 1438, 3082, 5866, 2869, 714, 29899, 688, 2957, 7963, 29687, 29889, 13, 29968, 403, 1522, 381, 2264, 29892, 6015, 276, 390, 504, 328, 29892, 28444, 13493, 476, 1508, 322, 360, 3857, 5792, 267, 265, 29889, 13, 9375, 29940, 756, 2289, 7124, 372, 714, 310, 278, 14089, 411, 967, 269, 11953, 9451, 310, 390, 504, 328, 29892, 476, 1508, 322, 360, 3857, 5792, 267, 265, 29889, 2688, 29915, 276, 25483, 1319, 29892, 13052, 296, 322, 14154, 1999, 1657, 29889, 476, 1508, 338, 278, 1556, 15935, 403, 310, 278, 3367, 29877, 29892, 322, 1183, 3508, 29915, 29873, 528, 29891, 1048, 4653, 292, 15993, 21737, 29889, 1551, 11443, 15315, 2819, 457, 317, 3742, 433, 381, 1183, 1497, 445, 29901, 376, 29902, 505, 263, 20364, 6114, 2181, 1878, 373, 902, 1213, 306, 2609, 14034, 12208, 438, 29915, 29928, 468, 470, 738, 310, 278, 12544, 373, 278, 5164, 323, 19296, 18881, 7243, 1379, 1970, 404, 292, 304, 263, 767, 2181, 1878, 373, 19732, 3801, 315, 1883, 1609, 470, 1281, 15459, 4052, 19504, 29889, 13, 29943, 10904, 4443, 29901, 306, 5276, 278, 916, 2462, 393, 476, 1508, 756, 11315, 304, 762, 363, 29892, 541, 306, 1476, 902, 767, 29872, 304, 367, 14154, 1320, 1461, 292, 373, 323, 1041, 3250, 29889, 2296, 750, 372, 2309, 701, 297, 263, 2246, 889, 327, 29892, 322, 372, 5148, 763, 263, 3974, 27246, 21867, 15678, 714, 310, 902, 2343, 29889, 306, 8496, 29915, 29873, 5040, 380, 4362, 472, 278, 2655, 29889, 1126, 29892, 694, 29892, 393, 3508, 29915, 29873, 1641, 7916, 391, 29889, 306, 29915, 29881, 1827, 278, 1021, 2655, 1048, 7991, 24053, 264, 3914, 565, 540, 750, 263, 3974, 27246, 21867, 373, 278, 2246, 310, 670, 2343, 29889, 13, 5618, 263, 15377, 372, 338, 304, 6505, 269, 11953, 746, 372, 3508, 29915, 29873, 26652, 3192, 1623, 491, 817, 2222, 1708, 29899, 627, 292, 29889, 450, 5866, 437, 372, 1492, 29889, 1670, 526, 694, 2448, 962, 1503, 297, 1009, 3748, 29892, 472, 3203, 5642, 393, 306, 29915, 345, 10548, 29889, 13, 29924, 21081, 1250, 304, 278, 22769, 10929, 29892, 372, 29915, 29879, 1048, 19732, 922, 861, 29872, 3350, 310, 7870, 669, 19732, 27965, 373, 12453, 1212, 29889, 910, 471, 670, 2125, 373, 24909, 297, 278, 8063, 310, 323, 661, 1056, 923, 3241, 746, 19323, 27714, 310, 278, 16108, 4306, 12028, 29887, 824, 1300, 471, 7995, 839, 491, 24092, 297, 8448, 29871, 29945, 310, 278, 3086, 21850, 7993, 2186, 29901, 13, 29908, 29902, 1016, 29915, 29873, 1073, 3721, 920, 1784, 2305, 297, 393, 5214, 1833, 4646, 892, 923, 3241, 278, 24092, 29892, 1363, 2305, 892, 923, 3241, 278, 24092, 29889, 26407, 1058, 14661, 694, 697, 471, 923, 3241, 278, 24092, 338, 2845, 19214, 470, 20239, 29889, 26407, 1058, 1045, 29877, 287, 393, 26397, 29892, 3692, 470, 451, 896, 6363, 278, 2775, 537, 310, 278, 24092, 338, 885, 398, 29889, 29498, 29889, 306, 1016, 29915, 29873, 281, 9713, 5193, 1048, 372, 29889, 1670, 471, 263, 3287, 310, 2305, 297, 393, 5214, 2599, 372, 29889, 2567, 29892, 278, 916, 760, 310, 445, 30098, 361, 393, 3748, 1833, 4646, 471, 297, 18292, 29892, 920, 723, 896, 505, 7657, 287, 29973, 960, 393, 29915, 29879, 278, 19848, 297, 17612, 1833, 4646, 29892, 825, 437, 5241, 368, 24909, 437, 29973, 1724, 437, 315, 2152, 293, 24909, 437, 29973, 512, 738, 16162, 16377, 5214, 1833, 4646, 29892, 393, 2684, 1021, 2655, 723, 3799, 1213, 13, 2855, 825, 29973, 7311, 5241, 368, 24909, 526, 1045, 943, 393, 3732, 372, 20759, 363, 24909, 297, 450, 390, 2891, 304, 367, 270, 19363, 2086, 29973, 13, 15156, 393, 5900, 29892, 565, 278, 16081, 465, 1199, 14074, 278, 21517, 2186, 29892, 372, 29915, 29879, 20759, 363, 278, 1153, 29890, 569, 297, 450, 390, 2891, 304, 4842, 305, 278, 4726, 1363, 29892, 540, 29891, 29892, 393, 29915, 29879, 825, 896, 1258, 297, 478, 29711, 1156, 278, 29871, 29906, 29900, 29896, 29896, 21631, 6536, 2186, 29889, 13, 2577, 263, 330, 6472, 29892, 19732, 29889, 13, 10572, 297, 278, 8063, 310, 323, 661, 1056, 508, 5193, 599, 896, 763, 1048, 7400, 1641, 7901, 415, 701, 297, 390, 2156, 943, 1238, 369, 29892, 541, 306, 29915, 29885, 7423, 29892, 372, 3508, 29915, 29873, 385, 6221, 4797, 6263, 2745, 4856, 364, 2247, 263, 10435, 964, 263, 16730, 658, 1327, 29891, 29889, 13, 27006, 7561, 29881, 13, 6295, 29892, 526, 278, 18281, 310, 14717, 8955, 1608, 4822, 1749, 13426, 2982, 964, 278, 16081, 465, 1199, 763, 591, 29915, 276, 5331, 304, 4658, 29973, 1939, 412, 29889, 1551, 27822, 29892, 411, 323, 661, 1056, 772, 3368, 304, 5401, 278, 3086, 21850, 7993, 3611, 29892, 1244, 29915, 29879 ]
1,330,458
2,048
CommonCrawl
5
7
what they were writing about: Terry Jones, Postmedia Edmonton: The Edmonton Eskimos. Ed Willes, Postmedia Vancouver: Led off his weekly musings column with a take on building a Stanley Cup champion and mentioned the Jurassics at the tail end. Paul Friesen, Winnipeg Sun: Khari Jones, new head coach of the Montreal Alouettes. Rob Vanstone, Regina Leader Post: The Saskatchewan Roughriders. Postmedia Calgary: Front page story was equestrian. Jack Todd, Montreal Gazette: Fast car racing. Todd, in fact, took a snarky swipe at all the Jurassics hype, pooh-poohing it while praising Formula 1's Canadian Grand Prix: "Montreal has its answer to Toronto, where the Raptors are almost certain to win the NBA championship sometime this week. Overnight, Toronto the Insufferable will become Toronto the Extremely Insufferable. Glasses of skim milk will be raised to the queen. Drake's mug will replace that of Sir Wilfred Laurier on the five-dollar bill. To all of which, Montreal will reply with a world-weary Gallic shrug, another glass of wine and the distinctive yowl of (Sebastian) Vettel's Ferrari as it leaps out of the Senna 'S' at Circuit Gilles Villeneuve." Rob Vanstone Great tweet from Rob Vanstone of the Leader Post re the upcoming Canadian Football League season: "I'm picking the Schooners to finish ahead of Montreal." Best tweet so far this week was delivered by Bob Weeks of TSN, following Rory McIlroy's victory in the Canadian Open golf tournament: Q: Do you wish the US Open started tomorrow? Rory: No because I'll be hung over." Also got a kick out of this cheeky tweet from Terry Jones of Postmedia E-Town: "I'd like to see the Raptors win it in seven. Just like to see Toronto squirm a little more. So sue me." Not surprisingly, hostiles with zero sense of humor surfaced to brand Jonesy a "hater" and "bitter" and "obese." If I know Jonesy, he's still laughing at the mooks. U.S. speaker Nancy Pelosi and Trudeau the 2nd have one of those silly politician wagers on the NBA final. If Golden State wins, Pelosi gets Atlantic salmon, chocolates, bagels, bison meat, Nanaimo bars and beer. If the Jurassics triumph, Trudeau the 2nd receives chocolate, wine, almonds and walnuts. I don't know about the chocolate and wine, but the nuts will come in handy for Trudea. You know, to replace the pair that Jody Wilson-Raybould and Jane Philpott took from him during the SNC-Lavalin scandal. I sometimes forget that this is my blog and I can write about whatever catches my fancy. So, this tweet from Ricky Gervais has nothing to do with sports but it piqued my interest: "What five albums have you listened to most in your life? Be honest, not trendy." These are mine: Sinatra at the Sands (with Count Basie & the Orchestra)—Frank Sinatra Classical Barbra—Barbra Streisand Old Ways—Neil Young Cowboyography—Ian Tyson Greatest Hits—Steely Dan I plunked each one of those platters on the turntable this week and I'm pleased to report they're still brilliant. And, finally, I like to think of all these musings as original thoughts, but how can I be sure when I don't know what anyone else is thinking? And if you do think the same as me, be afraid. Be very afraid. Author pattidawnswanssonPosted on June 12, 2019 June 13, 2019 Categories SportsTags Americans, Barbra Streisand, Bob McKenzie, Bob Weeks, Canadian Grand Prix, Canadian Open, Cicuit Gilles Villeneuve, Clare Rustad, Classical Barbra, Cowboyography, Diana Matheson, Ed Willes, Formula 1, France, Frank Sinatra, Golden State Warriors, Hope Solo, Ian Tys
-0.00248
-0.027596
-1.535319
-1.365334
[ 0.06617492205242612, -0.07113503970469962 ]
[ 0.33097747369341124, -0.3861692731211311 ]
[ -1.3552458944618422, -1.7153921200664084 ]
[ -1.0284566364088294, -1.7022115358863263 ]
1,024
[ 512, 512 ]
[ 825, 896, 892, 5007, 1048, 29901, 13, 29911, 261, 719, 10920, 29892, 4918, 9799, 2155, 14132, 265, 29901, 450, 2155, 14132, 265, 382, 9142, 359, 29889, 13, 3853, 2811, 267, 29892, 4918, 9799, 478, 29711, 29901, 28934, 1283, 670, 4723, 368, 2301, 886, 1897, 411, 263, 2125, 373, 5214, 263, 21631, 6536, 8064, 322, 5276, 278, 16081, 465, 1199, 472, 278, 12464, 1095, 29889, 13, 18275, 383, 2722, 264, 29892, 399, 2559, 666, 387, 8991, 29901, 12217, 1306, 10920, 29892, 716, 2343, 11182, 310, 278, 26693, 838, 283, 21158, 29889, 13, 21860, 6556, 12734, 29892, 28124, 29874, 951, 1664, 4918, 29901, 450, 317, 1278, 905, 809, 273, 390, 820, 2429, 414, 29889, 13, 6747, 9799, 3037, 29887, 653, 29901, 13960, 1813, 5828, 471, 321, 1119, 6392, 29889, 13, 27006, 7561, 29881, 29892, 26693, 29604, 29901, 23786, 1559, 28965, 29889, 13, 29911, 22861, 29892, 297, 2114, 29892, 3614, 263, 5807, 935, 29891, 2381, 15705, 472, 599, 278, 16081, 465, 1199, 298, 668, 29892, 772, 1148, 29899, 1129, 1148, 292, 372, 1550, 7213, 5921, 25515, 29871, 29896, 29915, 29879, 11443, 6265, 11963, 29901, 376, 24665, 6370, 756, 967, 1234, 304, 17612, 29892, 988, 278, 390, 2156, 943, 526, 4359, 3058, 304, 5401, 278, 21517, 22401, 1047, 5410, 445, 4723, 29889, 438, 3228, 523, 29892, 17612, 278, 13377, 3043, 519, 674, 4953, 17612, 278, 7338, 1745, 873, 13377, 3043, 519, 29889, 402, 605, 267, 310, 2071, 326, 27274, 674, 367, 10425, 304, 278, 26624, 29889, 16322, 446, 29915, 29879, 286, 688, 674, 5191, 393, 310, 6290, 4624, 18447, 14019, 631, 373, 278, 5320, 29899, 29881, 26810, 11118, 29889, 1763, 599, 310, 607, 29892, 26693, 674, 8908, 411, 263, 3186, 29899, 705, 653, 8130, 293, 528, 11124, 29892, 1790, 12917, 310, 19006, 322, 278, 8359, 573, 343, 340, 29880, 310, 313, 29903, 774, 579, 713, 29897, 478, 1803, 295, 29915, 29879, 16541, 1306, 408, 372, 454, 2547, 714, 310, 278, 5811, 1056, 525, 29903, 29915, 472, 12594, 3121, 402, 7545, 9887, 1600, 15008, 1213, 13, 21860, 6556, 12734, 13, 25120, 271, 7780, 300, 515, 6417, 6556, 12734, 310, 278, 951, 1664, 4918, 337, 278, 701, 11506, 11443, 8914, 5165, 4259, 29901, 376, 29902, 29915, 29885, 5839, 292, 278, 1102, 6150, 414, 304, 8341, 14432, 310, 26693, 1213, 13, 25353, 7780, 300, 577, 2215, 445, 4723, 471, 20115, 491, 7991, 1334, 14541, 310, 323, 19296, 29892, 1494, 390, 706, 4052, 14126, 4727, 29915, 29879, 15354, 297, 278, 11443, 4673, 29416, 14743, 29901, 13, 29984, 29901, 1938, 366, 6398, 278, 3148, 4673, 4687, 6454, 22396, 29973, 13, 29934, 706, 29901, 1939, 1363, 306, 29915, 645, 367, 18757, 975, 1213, 13, 17351, 2355, 263, 24817, 714, 310, 445, 923, 1416, 29891, 7780, 300, 515, 27571, 10920, 310, 4918, 9799, 382, 29899, 29911, 776, 29901, 376, 29902, 29915, 29881, 763, 304, 1074, 278, 390, 2156, 943, 5401, 372, 297, 9881, 29889, 3387, 763, 304, 1074, 17612, 10674, 3568, 263, 2217, 901, 29889, 1105, 12991, 592, 1213, 2216, 26800, 368, 29892, 3495, 5475, 411, 5225, 4060, 310, 27448, 1190, 17470, 287, 304, 14982, 10920, 29891, 263, 376, 29882, 1008, 29908, 322, 376, 2966, 357, 29908, 322, 376, 711, 968, 1213, 960, 306, 1073, 10920, 29891, 29892, 540, 29915, 29879, 1603, 425, 29700, 472, 278, 286, 2550, 29879, 29889, 13, 29965, 29889, 29903, 29889, 25657, 24190, 15549, 8156, 322, 17238, 311, 585, 278, 29871, 29906, 299, 505, 697, 310, 1906, 24866, 14099, 281, 18150, 373, 278, 21517, 2186, 29889, 960, 16108, 4306, 21614, 29892, 15549, 8156, 4947, 19948, 4497, 3712, 29892, 521, 542, 324, 1078, 29892, 19548, 1379, 29892, 289, 2285, 27654, 29892, 405, 1648, 4200, 22306, 322, 367, 261, 29889, 960, 278, 16081, 465, 1199, 24124, 29892, 17238, 311, 585, 278, 29871, 29906, 299, 20586, 521, 542, 23167, 29892, 19006, 29892, 394, 8315, 29879, 322, 17042, 29876, 8842, 29889, 306, 1016, 29915, 29873, 1073, 1048, 278, 521, 542, 23167, 322, 19006, 29892, 541, 278, 302, 8842, 674, 2041, 297, 1361, 29891, 363, 17238, 311, 29874, 29889, 887, 1073, 29892, 304, 5191, 278, 5101, 393, 435, 1486, 13015, 29899, 29934, 388, 29890, 483, 322, 10447, 5241, 29886, 1501, 3614, 515, 1075, 2645, 278, 317, 15868, 29899, 29931, 7712, 262, 885, 24258, 29889, 13, 29902, 6041, 9566, 393, 445, 338, 590, 12618, 322, 306, 508, 2436, 1048, 6514, 4380, 267, 590, 19231, 29889, 1105, 29892, 445, 7780, 300, 515, 390, 18219, 5681, 1564, 275, 756, 3078, 304, 437, 411, 14717, 541, 372, 2930, 339, 287, 590, 4066, 29901, 376, 5618, 5320, 20618, 505, 366, 29616, 304, 1556, 297, 596, 2834, 29973, 1522, 15993, 29892, 451, 534, 355, 29891, 1213, 13, 1349, 968, 526, 7903, 29901, 13, 29903, 262, 16546, 472, 278, 317, 4167, 313, 2541, 3917, 4886, 347, 669, 278, 23685, 29897, 30003, 7675, 29895, 8882, 16546, 13, 2385, 936, 2261, 2634, 30003, 4297, 2634, 11738, 275, 392, 13, 21648, 399, 1036, 30003, 8139, 309, 10443, 13, 29907, 340, 19415, 5275, 30003, 29902, 273, 323, 952, 265, 13, 25120, 271, 342, 379, 1169, 30003, 7789, 873, 3951, 13, 29902, 715, 2960, 287, 1269, 697, 310, 1906, 18870, 2153, 373, 278, 7013, 593, 519, 445, 4723, 322, 306, 29915, 29885, 22301, 304, 3461, 896, 29915, 276, 1603, 27592, 29889, 13, 2855, 29892, 7146, 29892, 306, 763, 304, 1348, 310, 599, 1438, 2301, 886, 408, 2441, 13133, 29892, 541, 920, 508, 306, 367, 1854, 746, 306, 1016, 29915, 29873, 1073, 825, 5019, 1683, 338, 7291, 29973, 1126, 565, 366, 437, 1348, 278, 1021, 408, 592, 29892, 367, 13421, 29889, 1522, 1407, 13421, 29889, 13, 13720, 282, 1131, 1458, 1233, 2774, 550, 1100, 6747, 287, 373, 5306, 29871, 29896, 29906, 29892, 29871, 29906, 29900, 29896, 29929, 5306, 29871, 29896, 29941, 29892, 29871, 29906, 29900, 29896, 29929, 315, 14404, 12453, 28089, 23035, 29892, 2261, 2634, 11738, 275, 392, 29892, 7991, 24053, 264, 3914, 29892, 7991, 1334, 14541, 29892, 11443, 6265, 11963, 29892, 11443, 4673, 29892, 24945, 3121, 402, 7545, 9887, 1600, 15008, 29892, 6015, 276, 390, 504, 328, 29892, 4134, 936, 2261, 2634, 29892, 21638, 19415, 5275, 29892, 360, 3857, 5792, 267, 265, 29892, 2155, 2811, 267, 29892, 25515, 29871, 29896, 29892, 3444, 29892, 4976, 8882, 16546, 29892, 16108, 4306, 3362, 28739, 29892, 7963, 29687, 29892, 22291, 323, 952 ]
1,330,458
3,072
CommonCrawl
5
7
on, Jack Todd, Jane Philpott, Jody Wilson-Raybould, Justin Trudeau, Kaylyn Kyle, Montreal Gazette, Nanaimo bar, Nancy Armour, Nancy Pelosi, National Basketball Association, NBA, Neil Young, O.J., Old Ways, Paul Friesen, Postmedia, Regina Leader-Post, Reims, Ricky Gervais, Rob Vanstone, Rory McIroy, Sid Seixeiro, Sinatra At The Sands, Sir Wilfred Laurier, soccer, Sportsnet, Stade Auguste-Delaune, Stanley Cup, Steely Dan, Terry Jones, Thailand, Tim & Sid, Toronto Raptors, TSN, United States, USA TODAY, Vancouver, Winnipeg Sun, women's World Cup4 Comments on Let's talk about those ugly Yankee Doodle Damsels…a home run for TSN…Kaylyn Kyle's hair…a Bronx cheer for Sid Seixeiro…writers ignoring the Raptors…terrific tweets…Trudeau's nuts…and play it again, Sam Let's talk about no respect for fitba…girl power on TSN's World Cup coverage…Kaylyn Kyle blowing the whistle on refs…hair of the dog…Rafa and Big Red…and go Raptors Monday morning coming down in 3, 2, 1…and if you don't like reading about soccer, you'd be wise to move to another blog right about now… The women's World Cup is comfortably underway in France, and I sometimes wonder why we in North America have been so slow on the uptake in embracing the beautiful game known around the globe as football but soccer here at home. True, fitba can be slow, tedious and boring. And, of course, there are the play-actors and their near-death experiences, a dodgy bit of business that is shame-worthy but never Oscar-worthy. Perhaps it's the theatrics of the soccer elite—almost exclusive to the men's side of the pitch—that keeps us at arm's length. I mean, watching Neymar and other faux thespians flopping and twitching and gasping for their last breath, like so many trout out of water, provides comic relief but it's also a total turnoff. If I want to see bad acting, I can turn on Mama's Family any night on MeTV. But, hey, even with fake injury time added to each half of a soccer match, it's over in less than two hours. Cripes, man, the halftime show at the Super Bowl lasts longer than that, especially if Janet Jackson has to put her clothes back on. And yet the National Football League and its Super Bowl is a colossus, even when halftime entertainers aren't flashing flesh. The NFL, National Basketball Association, Major League Baseball and National Hockey League are John, Paul, George and Ringo. Major League Soccer is George Martin or Brian Epstein or Billy Preston. You know, the so-called Fifth Beatle. Or worse—Yoko Ono. Many myopic mainstream jock journalists are reluctant, or refuse, to acknowledge MLS as a major-league sport. Steve Simmons in the Republic of Tranna, for example, recently posted this item to his Twitter feed: Toronto big league championships in my lifetime (with apologies to Argos, Rock and TFC) 62 Leafs 64 Leafs (have no memory of 62-63-64) 93 Blue Jays. Toronto FC's 2017 MLS title fails to register on the Steve-O-Meter. Yet MLS qualifies on most measuring sticks as "big league." Million-dollar player salaries? Check. Global reach? Check. Multi-million-dollar national TV contract? Check. Franchises worth mega-millions? Check. Healthy attendance? Check. Atlanta United, in fact, has a better average head count (52,000-plus) than every team in Major League Baseball. Toronto FC outdraws the Blue Jays. Seattle Sounders outdraw the Mariners. Cripes, man, as of June 2, Portland Thorns FC of the National Women's Soccer League had better attend
-0.295077
-0.160102
-1.398362
-1.071379
[ -0.3762302415141735, -0.21392370317782036 ]
[ -0.45242253062959065, 0.13221770116803247 ]
[ -1.5581451764925838, -1.238578807294166 ]
[ -1.1871402227722552, -0.9556182688977486 ]
1,024
[ 512, 512 ]
[ 265, 29892, 5457, 7561, 29881, 29892, 10447, 5241, 29886, 1501, 29892, 435, 1486, 13015, 29899, 29934, 388, 29890, 483, 29892, 26408, 17238, 311, 585, 29892, 28444, 13493, 476, 1508, 29892, 26693, 29604, 29892, 405, 1648, 4200, 2594, 29892, 24190, 8481, 473, 29892, 24190, 15549, 8156, 29892, 3086, 21850, 7993, 29892, 21517, 29892, 29334, 10443, 29892, 438, 29889, 29967, 1696, 8198, 399, 1036, 29892, 3739, 383, 2722, 264, 29892, 4918, 9799, 29892, 28124, 29874, 951, 1664, 29899, 6747, 29892, 830, 9893, 29892, 390, 18219, 5681, 1564, 275, 29892, 6417, 6556, 12734, 29892, 390, 706, 4052, 29902, 4727, 29892, 19732, 922, 861, 29872, 3350, 29892, 8882, 16546, 2180, 450, 317, 4167, 29892, 6290, 4624, 18447, 14019, 631, 29892, 269, 11953, 29892, 12453, 1212, 29892, 624, 1943, 3111, 29872, 29899, 29928, 3100, 1540, 29892, 21631, 6536, 29892, 2443, 873, 3951, 29892, 27571, 10920, 29892, 498, 26517, 29892, 7870, 669, 19732, 29892, 17612, 390, 2156, 943, 29892, 323, 19296, 29892, 3303, 3900, 29892, 8278, 7495, 28658, 29892, 478, 29711, 29892, 399, 2559, 666, 387, 8991, 29892, 5866, 29915, 29879, 2787, 6536, 29946, 461, 29879, 373, 2803, 29915, 29879, 5193, 1048, 1906, 22769, 23094, 23137, 1938, 397, 280, 360, 2232, 1379, 30098, 29874, 3271, 1065, 363, 323, 19296, 30098, 29968, 388, 13493, 476, 1508, 29915, 29879, 11315, 30098, 29874, 14165, 29916, 22794, 363, 19732, 922, 861, 29872, 3350, 30098, 8231, 414, 5330, 8253, 278, 390, 2156, 943, 30098, 357, 29878, 928, 7780, 1691, 30098, 29911, 582, 311, 585, 29915, 29879, 302, 8842, 30098, 392, 1708, 372, 1449, 29892, 3685, 13, 12024, 29915, 29879, 5193, 1048, 694, 3390, 363, 6216, 2291, 30098, 29887, 5168, 3081, 373, 323, 19296, 29915, 29879, 2787, 6536, 23746, 30098, 29968, 388, 13493, 476, 1508, 13031, 292, 278, 377, 391, 280, 373, 2143, 29879, 30098, 29882, 1466, 310, 278, 11203, 30098, 29934, 2142, 29874, 322, 7997, 4367, 30098, 392, 748, 390, 2156, 943, 13, 29924, 898, 388, 7250, 6421, 1623, 297, 29871, 29941, 29892, 29871, 29906, 29892, 29871, 29896, 30098, 392, 565, 366, 1016, 29915, 29873, 763, 5183, 1048, 269, 11953, 29892, 366, 29915, 29881, 367, 19396, 304, 4337, 304, 1790, 12618, 1492, 1048, 1286, 30098, 13, 1576, 5866, 29915, 29879, 2787, 6536, 338, 13016, 2197, 1090, 1582, 297, 3444, 29892, 322, 306, 6041, 4997, 2020, 591, 297, 4644, 6813, 505, 1063, 577, 5232, 373, 278, 318, 415, 1296, 297, 7232, 945, 292, 278, 9560, 3748, 2998, 2820, 278, 15482, 915, 408, 5733, 541, 269, 11953, 1244, 472, 3271, 29889, 13, 5574, 29892, 6216, 2291, 508, 367, 5232, 29892, 29748, 2738, 322, 289, 8253, 29889, 1126, 29892, 310, 3236, 29892, 727, 526, 278, 1708, 29899, 627, 943, 322, 1009, 2978, 29899, 311, 493, 27482, 29892, 263, 21130, 1927, 2586, 310, 5381, 393, 338, 28503, 29899, 12554, 29891, 541, 2360, 19054, 29899, 12554, 29891, 29889, 13, 5894, 4252, 372, 29915, 29879, 278, 278, 8141, 1199, 310, 278, 269, 11953, 560, 568, 30003, 284, 3242, 29192, 304, 278, 1757, 29915, 29879, 2625, 310, 278, 15905, 30003, 5747, 14874, 502, 472, 5075, 29915, 29879, 3309, 29889, 306, 2099, 29892, 21217, 2448, 962, 279, 322, 916, 285, 2993, 266, 267, 1631, 550, 5685, 3262, 322, 3252, 2335, 292, 322, 330, 4692, 292, 363, 1009, 1833, 16172, 29892, 763, 577, 1784, 534, 449, 714, 310, 4094, 29892, 8128, 419, 293, 18892, 541, 372, 29915, 29879, 884, 263, 3001, 2507, 2696, 29889, 960, 306, 864, 304, 1074, 4319, 16684, 29892, 306, 508, 2507, 373, 341, 3304, 29915, 29879, 14662, 738, 4646, 373, 2191, 8050, 29889, 13, 6246, 29892, 540, 29891, 29892, 1584, 411, 25713, 24092, 931, 2715, 304, 1269, 4203, 310, 263, 269, 11953, 1993, 29892, 372, 29915, 29879, 975, 297, 3109, 1135, 1023, 6199, 29889, 13, 29907, 374, 5547, 29892, 767, 29892, 278, 8870, 615, 603, 1510, 472, 278, 5670, 27207, 1833, 29879, 5520, 1135, 393, 29892, 7148, 565, 2627, 300, 11886, 756, 304, 1925, 902, 22095, 1250, 373, 29889, 1126, 3447, 278, 3086, 8914, 5165, 322, 967, 5670, 27207, 338, 263, 784, 2209, 375, 29892, 1584, 746, 8870, 615, 603, 22684, 414, 9455, 29915, 29873, 11013, 292, 28610, 29889, 13, 1576, 25167, 29892, 3086, 21850, 7993, 29892, 11019, 5165, 23185, 322, 3086, 19993, 5165, 526, 2259, 29892, 3739, 29892, 5122, 322, 17716, 29877, 29889, 11019, 5165, 18993, 338, 5122, 6502, 470, 15733, 14055, 5465, 470, 18299, 1588, 21496, 29889, 887, 1073, 29892, 278, 577, 29899, 13998, 29008, 386, 18573, 280, 29889, 1394, 15029, 30003, 29979, 15218, 438, 1217, 29889, 13, 14804, 590, 459, 293, 1667, 5461, 432, 1698, 8955, 2879, 526, 1104, 5313, 424, 29892, 470, 26506, 29892, 304, 18145, 5485, 341, 8547, 408, 263, 4655, 29899, 280, 3437, 7980, 29889, 13, 7789, 345, 3439, 29885, 787, 297, 278, 8063, 310, 323, 661, 1056, 29892, 363, 1342, 29892, 10325, 8059, 445, 2944, 304, 670, 20147, 8343, 29901, 13, 29911, 272, 10268, 4802, 13225, 8064, 9981, 297, 590, 25423, 313, 2541, 3095, 11763, 304, 11842, 359, 29892, 8027, 322, 323, 8610, 29897, 13, 29953, 29906, 951, 2142, 29879, 13, 29953, 29946, 951, 2142, 29879, 313, 17532, 694, 3370, 310, 29871, 29953, 29906, 29899, 29953, 29941, 29899, 29953, 29946, 29897, 13, 29929, 29941, 10924, 435, 1036, 29889, 13, 29911, 272, 10268, 7992, 29915, 29879, 29871, 29906, 29900, 29896, 29955, 341, 8547, 3611, 8465, 304, 6036, 373, 278, 13981, 29899, 29949, 29899, 29924, 1308, 29889, 13, 29979, 300, 341, 8547, 4021, 11057, 373, 1556, 7540, 3864, 380, 7358, 408, 376, 3752, 13225, 1213, 8649, 291, 29899, 29881, 26810, 4847, 4497, 4314, 29973, 5399, 29889, 12002, 6159, 29973, 5399, 29889, 14974, 29899, 19958, 291, 29899, 29881, 26810, 4797, 5648, 8078, 29973, 5399, 29889, 1352, 305, 4637, 7088, 286, 2442, 29899, 19958, 1080, 29973, 5399, 29889, 15202, 29891, 14333, 749, 29973, 5399, 29889, 13, 4178, 29880, 6949, 3303, 29892, 297, 2114, 29892, 756, 263, 2253, 6588, 2343, 2302, 313, 29945, 29906, 29892, 29900, 29900, 29900, 29899, 11242, 29897, 1135, 1432, 3815, 297, 11019, 5165, 23185, 29889, 17612, 7992, 714, 4012, 29879, 278, 10924, 435, 1036, 29889, 27689, 14976, 414, 714, 4012, 278, 1085, 262, 414, 29889, 315, 374, 5547, 29892, 767, 29892, 408, 310, 5306, 29871, 29906, 29892, 3371, 1049, 498, 1398, 29879, 7992, 310, 278, 3086, 10152, 29915, 29879, 18993, 5165, 750, 2253, 14333 ]
1,330,458
4,096
CommonCrawl
5
7
ance than nine MLB outfits. See for yourself: I see a lot of "big league" head counts in there. Meanwhile, here are a few other points of interest about MLS: Atlanta United fans * Forbes valued four franchises at more than $300 million last year (Atlanta United $330M, L.A. Galaxy $320M; Seattle Sounders $310M; LAFC $305M) and Toronto FC at $290M. Again, that spells "big league" to me. * In 2018, 53 MLS players collected $1,000,000 or more at the pay window, while both Zoltan Stieber of DC United and Andreu Fontas of Sporting Kansas City came in at one dollar less. If those aren't "big league" wages, Pele was a punk rocker. * Among all global leagues, only Poland's First Division has had a faster growth spurt in the past five years, and MLS average attendance between 2013 and 2018 was eighth in the world. Atlanta packs 'em in. * Atlanta United puts more people in the pews than Manchester United, Newcastle United, Liverpool, Benfica and Atletico Madrid, among many others, while Seattle Sounders have a larger per-game following than outfits like Chelsea and AC Milan. Is MLS the premier fitba operation on the planet? Of course not. But it doesn't have to be on par with the English Premier League, Serie A Italy, La Liga or the Bundesliga to make it a member in good standing of the Big Five—and not the Fifth Beatle—in North America. No surprise, really, that Simmons would pooh-pooh the MLS as a hamlet-sized dot on our sports landscape. Here's what he had to say about fitba on the Toronto Mike'd podcast during Toronto FC's championship run: "I'm almost embarrassed to be at the soccer games, because my knowledge of the game and my interest in the game is so limited. I don't know the ABCs. Honestly, I couldn't tell you all the positions. I don't know how many players are on the field. Honestly, I have no connection to this game at all. I didn't grow up with it, I didn't play it, I never watched it, I didn't care about it." That's an astonishing confession from a sports columnist with a nation-wide platform. Let's hope it means he'll leave the writing on the women's World Cup to scribes who actually know how many players are on the pitch. If you tune in to World Cup coverage on TSN, you'll see something as rare as a Monday morning without a Donald Trump tweet—an all-female natterbug panel. Instead of simply looking all gussied up and pretty, they're letting Clare Rustad, Kaylyn Kyle and Diana Matheson analyze teams, break down plays and—oh…my…gawd—deliver opinion. You know, like they actually know what they're talking about. Imagine that. Women with functioning brains on sports TV. What a concept. Kaylyn Kyle I really enjoyed the lively and spirited banter between Rustad, Kyle and Matheson at halftime of the England-Scotland skirmish. Kyle and Rustad disagreed sharply on what should and shouldn't be a hand ball penalty, and host Kate Beirness knew enough to zip her lips and let the two former Canadian national team members have at it. Kyle was, to say the least, animated and agitated after the Video Assistant Referee awarded England a penalty kick due to an unintentional hand ball by the Scots. Kyle was emphatic: The game referee and VAR room should ignore one of the most fundamental rules of the game and let the women play on. Which, of course, is total nonsense. Do you know what we'd have if officials stopped calling games by the rule book? The Stanley Cup playoffs. Fashion note: The aforementioned Kyle has the most magnificent head of hair on TV. I know several drag queens who would give their first-born to have that mane. Speaking of hair, what are the chances that Brett Hull is looking for some hair of the dog this morning? If Hull wasn
0.111374
0.599572
-0.624808
-0.851563
[ -0.5967479855829739, 0.8194964080017443 ]
[ 1.0615539348677765, 0.13758958691196163 ]
[ -0.9494473304003591, -0.30016962790198626 ]
[ -0.8645703095088977, -0.8385566068263688 ]
1,024
[ 512, 512 ]
[ 749, 1135, 14183, 23158, 29933, 714, 29888, 1169, 29889, 2823, 363, 7535, 29901, 13, 29902, 1074, 263, 3287, 310, 376, 3752, 13225, 29908, 2343, 18139, 297, 727, 29889, 13, 6816, 273, 8000, 29892, 1244, 526, 263, 2846, 916, 3291, 310, 4066, 1048, 341, 8547, 29901, 13, 4178, 29880, 6949, 3303, 24909, 13, 29930, 1152, 5707, 659, 6742, 3023, 23272, 4637, 472, 901, 1135, 395, 29941, 29900, 29900, 7284, 1833, 1629, 313, 4178, 29880, 6949, 3303, 395, 29941, 29941, 29900, 29924, 29892, 365, 29889, 29909, 29889, 5208, 26825, 395, 29941, 29906, 29900, 29924, 29936, 27689, 14976, 414, 395, 29941, 29896, 29900, 29924, 29936, 365, 5098, 29907, 395, 29941, 29900, 29945, 29924, 29897, 322, 17612, 7992, 472, 395, 29906, 29929, 29900, 29924, 29889, 11454, 29892, 393, 805, 10071, 376, 3752, 13225, 29908, 304, 592, 29889, 13, 29930, 512, 29871, 29906, 29900, 29896, 29947, 29892, 29871, 29945, 29941, 341, 8547, 10769, 16531, 395, 29896, 29892, 29900, 29900, 29900, 29892, 29900, 29900, 29900, 470, 901, 472, 278, 5146, 3474, 29892, 1550, 1716, 796, 324, 13161, 624, 347, 495, 310, 13681, 3303, 322, 1126, 24868, 10928, 294, 310, 8815, 292, 20029, 4412, 2996, 297, 472, 697, 11232, 279, 3109, 29889, 960, 1906, 9455, 29915, 29873, 376, 3752, 13225, 29908, 281, 1179, 29892, 3938, 280, 471, 263, 21356, 696, 4937, 29889, 13, 29930, 17302, 599, 5534, 454, 21628, 29892, 871, 18898, 29915, 29879, 3824, 7946, 756, 750, 263, 8473, 14321, 805, 4227, 297, 278, 4940, 5320, 2440, 29892, 322, 341, 8547, 6588, 14333, 749, 1546, 29871, 29906, 29900, 29896, 29941, 322, 29871, 29906, 29900, 29896, 29947, 471, 321, 18919, 297, 278, 3186, 29889, 13, 4178, 29880, 6949, 4870, 29879, 525, 331, 297, 29889, 13, 29930, 26484, 3303, 15223, 901, 2305, 297, 278, 282, 809, 29879, 1135, 19659, 3303, 29892, 1570, 27193, 3303, 29892, 24607, 29892, 4111, 12619, 322, 2180, 1026, 1417, 9669, 29892, 4249, 1784, 4045, 29892, 1550, 27689, 14976, 414, 505, 263, 7200, 639, 29899, 11802, 1494, 1135, 714, 29888, 1169, 763, 678, 2870, 29874, 322, 14614, 20308, 29889, 13, 3624, 341, 8547, 278, 7017, 6216, 2291, 5858, 373, 278, 15754, 29973, 4587, 3236, 451, 29889, 1205, 372, 1838, 29915, 29873, 505, 304, 367, 373, 610, 411, 278, 4223, 14163, 5165, 29892, 15014, 319, 12730, 29892, 997, 9180, 470, 278, 8457, 10381, 304, 1207, 372, 263, 4509, 297, 1781, 13407, 310, 278, 7997, 22853, 30003, 392, 451, 278, 29008, 386, 18573, 280, 30003, 262, 4644, 6813, 29889, 13, 3782, 16671, 29892, 2289, 29892, 393, 3439, 29885, 787, 723, 772, 1148, 29899, 1129, 1148, 278, 341, 8547, 408, 263, 16366, 1026, 29899, 29879, 1891, 8329, 373, 1749, 14717, 24400, 29889, 2266, 29915, 29879, 825, 540, 750, 304, 1827, 1048, 6216, 2291, 373, 278, 17612, 12828, 29915, 29881, 2532, 4384, 2645, 17612, 7992, 29915, 29879, 22401, 1065, 29901, 376, 29902, 29915, 29885, 4359, 21620, 26771, 287, 304, 367, 472, 278, 269, 11953, 8090, 29892, 1363, 590, 7134, 310, 278, 3748, 322, 590, 4066, 297, 278, 3748, 338, 577, 9078, 29889, 306, 1016, 29915, 29873, 1073, 278, 16417, 29879, 29889, 7906, 342, 368, 29892, 306, 8496, 29915, 29873, 2649, 366, 599, 278, 11909, 29889, 306, 1016, 29915, 29873, 1073, 920, 1784, 10769, 526, 373, 278, 1746, 29889, 7906, 342, 368, 29892, 306, 505, 694, 3957, 304, 445, 3748, 472, 599, 29889, 306, 3282, 29915, 29873, 6548, 701, 411, 372, 29892, 306, 3282, 29915, 29873, 1708, 372, 29892, 306, 2360, 20654, 372, 29892, 306, 3282, 29915, 29873, 2562, 1048, 372, 1213, 2193, 29915, 29879, 385, 24293, 14424, 1970, 1211, 515, 263, 14717, 1897, 391, 411, 263, 5233, 29899, 8157, 7481, 29889, 2803, 29915, 29879, 4966, 372, 2794, 540, 29915, 645, 5967, 278, 5007, 373, 278, 5866, 29915, 29879, 2787, 6536, 304, 27438, 5707, 1058, 2869, 1073, 920, 1784, 10769, 526, 373, 278, 15905, 29889, 13, 3644, 366, 260, 1540, 297, 304, 2787, 6536, 23746, 373, 323, 19296, 29892, 366, 29915, 645, 1074, 1554, 408, 10812, 408, 263, 27822, 7250, 1728, 263, 18935, 27504, 7780, 300, 30003, 273, 599, 29899, 29888, 331, 744, 302, 2620, 6152, 9451, 29889, 8669, 310, 3763, 3063, 599, 330, 1558, 1000, 701, 322, 5051, 29892, 896, 29915, 276, 27697, 6015, 276, 390, 504, 328, 29892, 28444, 13493, 476, 1508, 322, 360, 3857, 5792, 267, 265, 27599, 10907, 29892, 2867, 1623, 13582, 322, 30003, 1148, 30098, 1357, 30098, 29887, 1450, 29881, 30003, 6144, 2147, 9426, 29889, 887, 1073, 29892, 763, 896, 2869, 1073, 825, 896, 29915, 276, 9963, 1048, 29889, 1954, 22094, 393, 29889, 10152, 411, 740, 292, 4105, 1144, 373, 14717, 5648, 29889, 1724, 263, 6964, 29889, 13, 29968, 388, 13493, 476, 1508, 13, 29902, 2289, 27849, 278, 301, 3598, 322, 6337, 1573, 9892, 357, 1546, 390, 504, 328, 29892, 476, 1508, 322, 5792, 267, 265, 472, 8870, 615, 603, 310, 278, 5408, 29899, 4421, 327, 1049, 2071, 3568, 728, 29889, 476, 1508, 322, 390, 504, 328, 22941, 276, 287, 15301, 368, 373, 825, 881, 322, 9273, 29915, 29873, 367, 263, 1361, 8287, 27368, 29892, 322, 3495, 23738, 1522, 381, 2264, 6363, 3307, 304, 14319, 902, 17186, 322, 1235, 278, 1023, 4642, 11443, 4797, 3815, 5144, 505, 472, 372, 29889, 476, 1508, 471, 29892, 304, 1827, 278, 3203, 29892, 17524, 322, 946, 22731, 1156, 278, 13987, 4007, 22137, 9897, 23987, 15074, 5408, 263, 27368, 24817, 2861, 304, 385, 443, 14029, 1848, 1361, 8287, 491, 278, 2522, 1862, 29889, 476, 1508, 471, 953, 561, 2454, 29901, 450, 3748, 2143, 23987, 322, 478, 1718, 5716, 881, 11455, 697, 310, 278, 1556, 15281, 6865, 310, 278, 3748, 322, 1235, 278, 5866, 1708, 373, 29889, 8449, 29892, 310, 3236, 29892, 338, 3001, 302, 787, 1947, 29889, 1938, 366, 1073, 825, 591, 29915, 29881, 505, 565, 24921, 11084, 5432, 8090, 491, 278, 5751, 3143, 29973, 450, 21631, 6536, 1708, 22450, 29889, 13, 29943, 10904, 4443, 29901, 450, 263, 1454, 882, 28487, 476, 1508, 756, 278, 1556, 29154, 296, 2343, 310, 11315, 373, 5648, 29889, 306, 1073, 3196, 8338, 712, 575, 1058, 723, 2367, 1009, 937, 29899, 4939, 304, 505, 393, 767, 29872, 29889, 13, 10649, 5086, 310, 11315, 29892, 825, 526, 278, 521, 2925, 393, 5826, 698, 379, 913, 338, 3063, 363, 777, 11315, 310, 278, 11203, 445, 7250, 29973, 960, 379, 913, 9007 ]
1,330,458
5,120
CommonCrawl
5
7
't five sheets to the wind on Sunday night in St. Loo, he was off his meds because he looked and sounded totally wasted prior to puck drop for Game 6 of the Stanley Cup final between the St. Loo Blues and Boston Bruins. I'm guessing his head is exploding right about now. Someone hurled a can of beer onto the ice surface late in the Game 6 skirmish. I'd point to Hull as the most likely suspect, except he didn't appear to be in the mood to let a good can of beer go to waste. Secretariat at the Belmont Stakes. I never thought I'd see dominance in sports like Secretariat at the 1973 Belmont Stakes. Big Red romped to horse racing's Triple Crown with a 31-length victory in a world-record time that stands unchallenged to this day, and watching film of that gallop still gives me a shiver and has me reaching for the Kleenex. Even after the passage of so much time, it seems so unreal. Like a fairytale about a wonder horse that us old folks like to tell our grandkids. But it happened, and so did a different kind of thoroughbred—Rafael Nadal. If anything comes close to Secretariat at the Belmont, it's Rafa on the red clay of Roland Garros in Paris. In winning his 12th French Open title and 18th tennis Grand Slam on Sunday, Rafa is running neck-and-neck with Big Red on my personal scorecard of belief-challenging accomplishments. He's 93-2 in France. That is not a typo. Do not adjust your screen. The King of Clay has lost twice—in 15 years! Against the absolute best players on the planet. That's insane. Number of different women winning the past 10 tennis Grand Slam tournaments: 9. Naomi Osaka has been the only repeat champion. Number of men not named Nadal, Federer or Djokovic winning the past 10 tennis Grand Slam tournaments: 0. Fun tweet from Gord Stellick of Sportsnet: "Taking attendance first day of JK at Toronto schools in 2024: Kawhi Smith, Kawhi Jones, Kawhi Murphy, Kawhi Watson…" And, finally, it's my understanding that they'll be playing a rather significant basketball game tonight in the Republic of Tranna. Like the majority of Canadians, I won't be watching, but I hope Kawhi Leonard and the Jurassics get the job done against the Golden State Juggernaut. I love it whenever we beat the Americans at our own game. Author pattidawnswanssonPosted on June 10, 2019 June 10, 2019 Categories SportsTags AC Milan, Andreau Fontas, Atlanta United, Atletico Madrid, Belmont Stakes, Benfica, Billy Preston, Boston Bruins, Brett Hull, Brian Epstein, Bundesliga, Chelsea, Clare Rustad, DC United, Diana Matheson, Donald Trump, Engoish Premier League, FIFA Women's World Cup, French Open, George Harrison, George Martin, Golden State Warriors, Grand Slam, John Lennon, Kate Beirness, Kawhi Leonard, Kaylyn Kyle, King of Clay, L.A. Galaxy, La Liga, Liverpool, Major League Baseball, Major League Soccer, Manchester United, MeTV, Naomi Osaka, National Basketball Association, National Football League, National Hockey League, National Women's Soccer League, Newcastle United, Neymar, Novak Djokovic, Paul McCartney, Pele, Portland Thorns, Rafael Nadal, Ringo Starr, Roger Federer, Roland Garros, Seattle Mariners, Seattle Sounders, Secretariat, Seire A Italy, Sporting Kansas City, St. Louis Blues, Stanley Cup, Steve Simmons, The Beatles, Toronto Blue Jays, Toronto FC, Toronto Raptors, TSN, Video Assistant Referee, Yoko Ono, Zoltan StieberLeave a comment on Let's talk about no respect for fitba…girl power on TSN's World Cup coverage…Kaylyn Kyle blowing the whistle on refs…hair of the dog…Rafa and Big Red…and go Raptors Let's talk about a River City ripoff…Sir Macca and the
-0.172149
0.092824
-1.549268
-1.383544
[ 0.23875402610626995, -0.5830512312929863 ]
[ 0.9039786197125211, -0.7183308749540839 ]
[ -1.0585056944918827, -2.040030971315595 ]
[ -1.059673079627864, -1.7074142764228322 ]
1,024
[ 512, 512 ]
[ 29915, 29873, 5320, 26718, 304, 278, 8805, 373, 16340, 4646, 297, 624, 29889, 365, 3634, 29892, 540, 471, 1283, 670, 1612, 29879, 1363, 540, 5148, 322, 6047, 287, 14909, 471, 9446, 7536, 304, 2653, 384, 5768, 363, 8448, 29871, 29953, 310, 278, 21631, 6536, 2186, 1546, 278, 624, 29889, 365, 3634, 23434, 322, 12115, 8135, 1144, 29889, 306, 29915, 29885, 20680, 670, 2343, 338, 3902, 3689, 1492, 1048, 1286, 29889, 13, 9526, 650, 12166, 839, 263, 508, 310, 367, 261, 11480, 278, 14890, 7101, 5683, 297, 278, 8448, 29871, 29953, 2071, 3568, 728, 29889, 306, 29915, 29881, 1298, 304, 379, 913, 408, 278, 1556, 5517, 12326, 29892, 5174, 540, 3282, 29915, 29873, 2615, 304, 367, 297, 278, 286, 2092, 304, 1235, 263, 1781, 508, 310, 367, 261, 748, 304, 19863, 29889, 13, 28459, 29294, 472, 278, 3741, 14132, 624, 6926, 29889, 13, 29902, 2360, 2714, 306, 29915, 29881, 1074, 8022, 749, 297, 14717, 763, 10213, 29294, 472, 278, 29871, 29896, 29929, 29955, 29941, 3741, 14132, 624, 6926, 29889, 7997, 4367, 6017, 9795, 304, 10435, 28965, 29915, 29879, 8602, 552, 25306, 411, 263, 29871, 29941, 29896, 29899, 2848, 15354, 297, 263, 3186, 29899, 11651, 931, 393, 15028, 443, 305, 16047, 287, 304, 445, 2462, 29892, 322, 21217, 2706, 310, 393, 6898, 4757, 1603, 4076, 592, 263, 528, 2147, 322, 756, 592, 20888, 363, 278, 9924, 264, 735, 29889, 13, 29923, 854, 1156, 278, 13382, 310, 577, 1568, 931, 29892, 372, 2444, 577, 443, 6370, 29889, 8502, 263, 6534, 3637, 744, 1048, 263, 4997, 10435, 393, 502, 2030, 900, 2039, 763, 304, 2649, 1749, 4595, 29895, 4841, 29889, 1205, 372, 9559, 29892, 322, 577, 1258, 263, 1422, 2924, 310, 17826, 1030, 29881, 30003, 29934, 2142, 4271, 18496, 284, 29889, 960, 3099, 5304, 3802, 304, 10213, 29294, 472, 278, 3741, 14132, 29892, 372, 29915, 29879, 17881, 29874, 373, 278, 2654, 1067, 388, 310, 24915, 7455, 1883, 297, 3681, 29889, 512, 15613, 670, 29871, 29896, 29906, 386, 5176, 4673, 3611, 322, 29871, 29896, 29947, 386, 22556, 6265, 317, 5288, 373, 16340, 29892, 17881, 29874, 338, 2734, 18873, 29899, 392, 29899, 484, 384, 411, 7997, 4367, 373, 590, 7333, 8158, 7543, 310, 17750, 29899, 305, 16047, 292, 12709, 1860, 29889, 940, 29915, 29879, 29871, 29929, 29941, 29899, 29906, 297, 3444, 29889, 2193, 338, 451, 263, 20482, 29889, 1938, 451, 10365, 596, 4315, 29889, 450, 4088, 310, 26234, 756, 5714, 8951, 30003, 262, 29871, 29896, 29945, 2440, 29991, 11454, 303, 278, 8380, 1900, 10769, 373, 278, 15754, 29889, 2193, 29915, 29879, 1663, 1662, 29889, 13, 4557, 310, 1422, 5866, 15613, 278, 4940, 29871, 29896, 29900, 22556, 6265, 317, 5288, 14743, 29879, 29901, 29871, 29929, 29889, 4465, 21019, 6657, 8245, 756, 1063, 278, 871, 12312, 8064, 29889, 9681, 310, 1757, 451, 4257, 18496, 284, 29892, 7351, 261, 470, 27467, 554, 586, 293, 15613, 278, 4940, 29871, 29896, 29900, 22556, 6265, 317, 5288, 14743, 29879, 29901, 29871, 29900, 29889, 13, 25394, 7780, 300, 515, 402, 536, 624, 295, 1406, 310, 12453, 1212, 29901, 376, 29911, 5086, 14333, 749, 937, 2462, 310, 435, 29968, 472, 17612, 12462, 297, 29871, 29906, 29900, 29906, 29946, 29901, 13680, 1332, 29875, 7075, 29892, 13680, 1332, 29875, 10920, 29892, 13680, 1332, 29875, 7487, 11461, 29892, 13680, 1332, 29875, 28284, 30098, 29908, 13, 2855, 29892, 7146, 29892, 372, 29915, 29879, 590, 8004, 393, 896, 29915, 645, 367, 8743, 263, 3265, 7282, 20305, 3748, 15243, 523, 297, 278, 8063, 310, 323, 661, 1056, 29889, 8502, 278, 13638, 310, 9145, 5834, 29892, 306, 2113, 29915, 29873, 367, 21217, 29892, 541, 306, 4966, 13680, 1332, 29875, 26921, 322, 278, 16081, 465, 1199, 679, 278, 4982, 2309, 2750, 278, 16108, 4306, 12028, 29887, 824, 1300, 29889, 306, 5360, 372, 10940, 591, 16646, 278, 23035, 472, 1749, 1914, 3748, 29889, 13, 13720, 282, 1131, 1458, 1233, 2774, 550, 1100, 6747, 287, 373, 5306, 29871, 29896, 29900, 29892, 29871, 29906, 29900, 29896, 29929, 5306, 29871, 29896, 29900, 29892, 29871, 29906, 29900, 29896, 29929, 315, 14404, 12453, 28089, 14614, 20308, 29892, 27221, 585, 10928, 294, 29892, 26484, 3303, 29892, 2180, 1026, 1417, 9669, 29892, 3741, 14132, 624, 6926, 29892, 4111, 12619, 29892, 18299, 1588, 21496, 29892, 12115, 8135, 1144, 29892, 5826, 698, 379, 913, 29892, 15733, 14055, 5465, 29892, 8457, 10381, 29892, 678, 2870, 29874, 29892, 6015, 276, 390, 504, 328, 29892, 13681, 3303, 29892, 360, 3857, 5792, 267, 265, 29892, 18935, 27504, 29892, 2201, 29877, 728, 14163, 5165, 29892, 21581, 10152, 29915, 29879, 2787, 6536, 29892, 5176, 4673, 29892, 5122, 26954, 29892, 5122, 6502, 29892, 16108, 4306, 3362, 28739, 29892, 6265, 317, 5288, 29892, 2259, 365, 2108, 265, 29892, 23738, 1522, 381, 2264, 29892, 13680, 1332, 29875, 26921, 29892, 28444, 13493, 476, 1508, 29892, 4088, 310, 26234, 29892, 365, 29889, 29909, 29889, 5208, 26825, 29892, 997, 9180, 29892, 24607, 29892, 11019, 5165, 23185, 29892, 11019, 5165, 18993, 29892, 19659, 3303, 29892, 2191, 8050, 29892, 4465, 21019, 6657, 8245, 29892, 3086, 21850, 7993, 29892, 3086, 8914, 5165, 29892, 3086, 19993, 5165, 29892, 3086, 10152, 29915, 29879, 18993, 5165, 29892, 1570, 27193, 3303, 29892, 2448, 962, 279, 29892, 2864, 557, 27467, 554, 586, 293, 29892, 3739, 15612, 442, 3801, 29892, 3938, 280, 29892, 3371, 1049, 498, 1398, 29879, 29892, 25661, 18496, 284, 29892, 17716, 29877, 624, 2749, 29892, 14159, 7351, 261, 29892, 24915, 7455, 1883, 29892, 27689, 1085, 262, 414, 29892, 27689, 14976, 414, 29892, 10213, 29294, 29892, 922, 533, 319, 12730, 29892, 8815, 292, 20029, 4412, 29892, 624, 29889, 5899, 23434, 29892, 21631, 6536, 29892, 13981, 3439, 29885, 787, 29892, 450, 18573, 793, 29892, 17612, 10924, 435, 1036, 29892, 17612, 7992, 29892, 17612, 390, 2156, 943, 29892, 323, 19296, 29892, 13987, 4007, 22137, 9897, 23987, 29892, 612, 15218, 438, 1217, 29892, 796, 324, 13161, 624, 347, 495, 3226, 1351, 263, 3440, 373, 2803, 29915, 29879, 5193, 1048, 694, 3390, 363, 6216, 2291, 30098, 29887, 5168, 3081, 373, 323, 19296, 29915, 29879, 2787, 6536, 23746, 30098, 29968, 388, 13493, 476, 1508, 13031, 292, 278, 377, 391, 280, 373, 2143, 29879, 30098, 29882, 1466, 310, 278, 11203, 30098, 29934, 2142, 29874, 322, 7997, 4367, 30098, 392, 748, 390, 2156, 943, 13, 12024, 29915, 29879, 5193, 1048, 263, 6163, 4412, 18290, 2696, 30098, 29903, 381, 4326, 1113, 322, 278 ]
1,330,458
6,144
CommonCrawl
5
7
Cheeseheads…looking into the CFL crystal ball…the return of Kirk Penton?…sexism at the NHL combine…Unhappy Jack and the Jets…Cam Neely's hissy fit and memories of Fergy…Uncle Sam's NBA TV nightmare…and other things on my mind Another Sunday smorgas-bored…and I wonder if the Blue Bombers will ever get to play a game at Lambeau Field… I am not accustomed to telling others what to do with their money. Oh, sure, I sometimes wonder why folks spend considerable chunks of their well-earned—or ill-gotten—coin on certain things. You know, like a Nickelback or Luke Bryan concert. Or that phony fist fight a couple years ago between wife-beater Floyd Mayweather Jr. and the planet's most-vulgar athlete, Conor McGregor. Or an Adam Sandler anything. But, hey, it's your dime. Spend it as you like. I will, however, make an exception in the case of the National Football League dress rehearsal featuring the Oakland Raiders and Green Bay Packers, proposed for Aug. 22 at Football Follies Field In Fort Garry. Tickets are priced from $75 to $340 (plus taxes, plus fees, plus your child's university tuition)…and people are actually buying them. To borrow a phrase from one-time tennis wingnut John McEnroe: "You CANNOT BE SERIOUS!" Think about it, kids. Folks in Oakland will watch those same Raiders play the Los Angeles Rams on Aug. 10 for the equivalent of 13 loonies and couch change. Yet the tariff in Good Ol' Hometown is $75-$340? We haven't seen a ripoff like this in River City since the night Dave Hanson ripped the rug off Bobby Hull's head. It couldn't be more of a sham if the two teams were named Con and Job. So, yes, you can count me as shocked that all the $75-plus seats were snatched up in less than 24 hours. I mean, we're talking about Winnipeg here. The Ojibwe word for Winnipeg is "wholesale." Peggers wouldn't buy a corned beef sandwich from Oscar's Deli unless it was a bargain. Which, of course, it is. Yet they're shelling out large dollars for faux football (read: exhibition season). Someone suggested an NFL game in Winnipeg is comparable to a Paul McCartney concert. I agree. The Raiders haven't been any good since the 1970s and neither has Sir Paul. Sticking with Sir Macca and the Packers, the former Beatle played Lambeau Field, home of the Cheeseheads, on Saturday night as part of his Freshen Up Tour. Tickets went for $55.95 to $279.95, but they were fetching as much as $3,500 on the secondary market. Imagine that, spending $3,500 just to listen to Silly Lambeau Songs. I have no quibble with the NFL invading three-down football territory. It's not like the locals will stop watching or supporting the Winnipeg Blue Bombers simply because Aaron Rodgers and his American Cheesehead pals are coming to town. It might, in fact, confirm what some of us have believed since we were knee high to Kenny Ploen and Leo Lewis—our game is more entertaining than theirs. Dave Dickenson My goodness. The Canadian Football League season is already upon us, with the fun starting on Thursday in the Hammer. I swear, it seems like only yesterday that Dave Dickenson of the Calgary Stampeders was squawking about the "fucking Canadian mafia" in Winnipeg. I've already made my 29th annual prediction of a Grey Cup parade for downtown River City in November, and it doesn't matter that my previous 28 forecasts were incorrect. (Hey, if meteorologists can be wrong every day, I can be wrong once a year.) This will be the order of finish in the CFL this season: West Division 1. Winnipeg 2. B.C.
-0.184133
-0.11847
-1.641841
-1.312006
[ -0.3830786186591673, 0.014812093464972595 ]
[ -0.6789370461652701, 0.4419964457346138 ]
[ -1.8878565097925388, -1.3958257508679905 ]
[ -1.5409265792546476, -1.0830854120421398 ]
1,024
[ 512, 512 ]
[ 6561, 968, 2813, 29879, 30098, 23261, 964, 278, 315, 10536, 10901, 11195, 8287, 30098, 1552, 736, 310, 26424, 22901, 265, 29973, 30098, 14167, 1608, 472, 278, 405, 15444, 14405, 30098, 2525, 29882, 14862, 5457, 322, 278, 435, 1691, 30098, 14353, 2448, 873, 29915, 29879, 670, 29879, 29891, 6216, 322, 2626, 3842, 310, 7756, 1927, 30098, 2525, 2841, 3685, 29915, 29879, 21517, 5648, 4646, 29885, 598, 30098, 392, 916, 2712, 373, 590, 3458, 13, 2744, 1228, 16340, 1560, 990, 294, 29899, 4089, 287, 30098, 392, 306, 4997, 565, 278, 10924, 27707, 2596, 674, 3926, 679, 304, 1708, 263, 3748, 472, 12718, 915, 585, 8989, 30098, 13, 29902, 626, 451, 1035, 1796, 287, 304, 14509, 4045, 825, 304, 437, 411, 1009, 6909, 29889, 13, 9048, 29892, 1854, 29892, 306, 6041, 4997, 2020, 900, 2039, 18864, 15620, 521, 18801, 310, 1009, 1532, 29899, 799, 9571, 30003, 272, 4486, 29899, 7085, 841, 30003, 1111, 262, 373, 3058, 2712, 29889, 887, 1073, 29892, 763, 263, 13853, 295, 1627, 470, 25556, 13307, 273, 13135, 29889, 1394, 393, 1374, 2592, 285, 391, 8589, 263, 7303, 2440, 8020, 1546, 6532, 29899, 915, 1008, 383, 18966, 2610, 705, 1624, 13843, 29889, 322, 278, 15754, 29915, 29879, 1556, 29899, 29894, 352, 5397, 17622, 2810, 29892, 1281, 272, 22805, 1727, 272, 29889, 1394, 385, 11783, 8564, 1358, 3099, 29889, 13, 6246, 29892, 540, 29891, 29892, 372, 29915, 29879, 596, 270, 603, 29889, 1706, 355, 372, 408, 366, 763, 29889, 13, 29902, 674, 29892, 3138, 29892, 1207, 385, 3682, 297, 278, 1206, 310, 278, 3086, 8914, 5165, 10714, 337, 354, 1503, 284, 23425, 278, 24132, 1049, 6981, 11376, 322, 7646, 6211, 18744, 414, 29892, 7972, 363, 22333, 29889, 29871, 29906, 29906, 472, 8914, 8301, 3687, 8989, 512, 7236, 7455, 719, 29889, 323, 860, 1691, 526, 544, 7612, 515, 395, 29955, 29945, 304, 395, 29941, 29946, 29900, 313, 11242, 8818, 267, 29892, 2298, 1238, 267, 29892, 2298, 596, 2278, 29915, 29879, 16372, 5291, 654, 29897, 30098, 392, 2305, 526, 2869, 1321, 5414, 963, 29889, 13, 1762, 27942, 263, 16549, 515, 697, 29899, 2230, 22556, 21612, 21305, 2259, 4052, 2369, 26968, 29901, 376, 3492, 315, 2190, 12256, 20700, 26996, 5971, 3308, 3850, 13, 1349, 682, 1048, 372, 29892, 413, 4841, 29889, 8301, 2039, 297, 24132, 1049, 674, 6505, 1906, 1021, 6981, 11376, 1708, 278, 4602, 10722, 390, 2232, 373, 22333, 29889, 29871, 29896, 29900, 363, 278, 7126, 310, 29871, 29896, 29941, 658, 265, 583, 322, 274, 3222, 1735, 29889, 15175, 278, 9913, 2593, 297, 7197, 7137, 29915, 379, 3297, 776, 338, 395, 29955, 29945, 18039, 29941, 29946, 29900, 29973, 13, 4806, 7359, 29915, 29873, 3595, 263, 18290, 2696, 763, 445, 297, 6163, 4412, 1951, 278, 4646, 17841, 6971, 265, 10107, 2986, 278, 29833, 1283, 27665, 379, 913, 29915, 29879, 2343, 29889, 13, 3112, 8496, 29915, 29873, 367, 901, 310, 263, 528, 314, 565, 278, 1023, 10907, 892, 4257, 1281, 322, 17163, 29889, 13, 6295, 29892, 4874, 29892, 366, 508, 2302, 592, 408, 19253, 287, 393, 599, 278, 395, 29955, 29945, 29899, 11242, 22091, 892, 5807, 905, 287, 701, 297, 3109, 1135, 29871, 29906, 29946, 6199, 29889, 306, 2099, 29892, 591, 29915, 276, 9963, 1048, 399, 2559, 666, 387, 1244, 29889, 450, 438, 29926, 747, 705, 1734, 363, 399, 2559, 666, 387, 338, 376, 1332, 6544, 744, 1213, 27281, 5743, 7656, 29915, 29873, 15649, 263, 1034, 9571, 367, 1389, 11982, 16416, 515, 19054, 29915, 29879, 360, 5037, 6521, 372, 471, 263, 289, 1191, 475, 29889, 8449, 29892, 310, 3236, 29892, 372, 338, 29889, 15175, 896, 29915, 276, 6473, 292, 714, 2919, 17208, 363, 285, 2993, 5733, 313, 949, 29901, 29130, 4259, 467, 13, 9526, 650, 7829, 385, 25167, 3748, 297, 399, 2559, 666, 387, 338, 5734, 519, 304, 263, 3739, 15612, 442, 3801, 13135, 29889, 306, 8661, 29889, 450, 6981, 11376, 7359, 29915, 29873, 1063, 738, 1781, 1951, 278, 29871, 29896, 29929, 29955, 29900, 29879, 322, 9561, 756, 6290, 3739, 29889, 13, 855, 860, 292, 411, 6290, 4326, 1113, 322, 278, 18744, 414, 29892, 278, 4642, 18573, 280, 5318, 12718, 915, 585, 8989, 29892, 3271, 310, 278, 6561, 968, 2813, 29879, 29892, 373, 24211, 4646, 408, 760, 310, 670, 383, 690, 3169, 5020, 6371, 29889, 323, 860, 1691, 3512, 363, 395, 29945, 29945, 29889, 29929, 29945, 304, 395, 29906, 29955, 29929, 29889, 29929, 29945, 29892, 541, 896, 892, 6699, 292, 408, 1568, 408, 395, 29941, 29892, 29945, 29900, 29900, 373, 278, 16723, 9999, 29889, 1954, 22094, 393, 29892, 805, 2548, 395, 29941, 29892, 29945, 29900, 29900, 925, 304, 11621, 304, 5664, 368, 12718, 915, 585, 22828, 29889, 13, 29902, 505, 694, 439, 747, 569, 411, 278, 25167, 2437, 9382, 2211, 29899, 3204, 5733, 20123, 29889, 739, 29915, 29879, 451, 763, 278, 1180, 1338, 674, 5040, 21217, 470, 20382, 278, 399, 2559, 666, 387, 10924, 27707, 2596, 3763, 1363, 319, 5022, 7733, 5743, 322, 670, 3082, 6561, 968, 2813, 282, 1338, 526, 6421, 304, 4726, 29889, 739, 1795, 29892, 297, 2114, 29892, 9659, 825, 777, 310, 502, 505, 13112, 1951, 591, 892, 17905, 29872, 1880, 304, 10015, 1460, 349, 417, 264, 322, 22533, 15037, 30003, 473, 3748, 338, 901, 22684, 292, 1135, 1009, 29879, 29889, 13, 29928, 1351, 12488, 25151, 13, 3421, 1781, 2264, 29889, 450, 11443, 8914, 5165, 4259, 338, 2307, 2501, 502, 29892, 411, 278, 2090, 6257, 373, 498, 1295, 3250, 297, 278, 7904, 1050, 29889, 306, 7901, 279, 29892, 372, 2444, 763, 871, 22600, 393, 17841, 12488, 25151, 310, 278, 3037, 29887, 653, 624, 1160, 287, 414, 471, 10674, 1450, 9292, 1048, 278, 376, 29888, 2707, 292, 11443, 611, 29888, 423, 29908, 297, 399, 2559, 666, 387, 29889, 13, 29902, 29915, 345, 2307, 1754, 590, 29871, 29906, 29929, 386, 17568, 18988, 310, 263, 25529, 6536, 1702, 311, 363, 16611, 593, 776, 6163, 4412, 297, 3979, 29892, 322, 372, 1838, 29915, 29873, 4383, 393, 590, 3517, 29871, 29906, 29947, 29821, 19416, 892, 10240, 29889, 313, 29950, 1032, 29892, 565, 27647, 1189, 2879, 508, 367, 2743, 1432, 2462, 29892, 306, 508, 367, 2743, 2748, 263, 1629, 1846, 910, 674, 367, 278, 1797, 310, 8341, 297, 278, 315, 10536, 445, 4259, 29901, 13, 16128, 7946, 13, 29896, 29889, 399, 2559, 666, 387, 13, 29906, 29889, 350, 29889, 29907, 29889, 13 ]
1,330,458
7,168
CommonCrawl
5
7
3. Edmonton 4. Calgary (crossover playoff spot) 5. Saskatchewan 1. Hamilton 2. Toronto 3. Ottawa DNF. Montreal Calgary def. Toronto B.C. def. Edmonton Hamilton def. Calgary Winnipeg def. B.C. Grey Cup: Winnipeg def. Hamilton I hope the kickoff to the CFL season brings Kirk Penton back to his keyboard. Kirk's take on all things three-down football for The Athletic are must-reads, notably the insider musings from league coaches, GMs, scouts and upper-management types. If it's a good read you're looking for (and who isn't?), you'll want to check out Katy Strang's piece on the NHL rookie combine in The Athletic. It's lengthy, but worth the time because it provides incredible insight, including this cringeworthy gem: "One agent mused that the later in the week the combine goes, the more some teams' scouting staffs get bored and start screwing around for a laugh. But sometimes teams cross a line. "Take the example of one current NHL player, who recalled his most vivid memory of the combine interview process. The wide-eyed teenager entered the room for an interview with the team, sat down and, rather than being questioned, was met with this jaw-dropping remark instead from one of the team's high-ranking executives: "So, I heard you're a pussy." Like I said, it's cringeworthy, but not at all shocking. That kind of degrading, sexist hockey-speak has been around since road apples were used for pucks and Eaton's catalogs were shin pads, and hokey slogans like "Hockey Is For Everyone" won't drown out the misogyny choir. It's also the reason why any gay players remain hidden so deep in the closet that a team of coal miners can't find them. Unhappy Jack Did he or didn't he? Aaron Portzline of The Athletic says he did. Ken Robinson says he didn't. But, to date, Jack Roslovic has neither confirmed nor denied that he asked for a one-way ticket out of Dodge at some point during the Winnipeg Jets' latest National Hockey League crusade. Unhappy Jack certainly whinged about a lack of ice time, but so did his on-again, off-again linemate Mathieu Perreault and, no doubt, every other guy that head coach Paul Maurice forgot about (hello, Nic Petan). Hockey players bitch about ice allotment on every team, in every town, from peewee to beer league to pro, and I suspect it's highly prevalent among young players with les Jets. I suppose that's what passes for "ruffled feathers" these days. If Coach Potty Mouth put Roslovic, Twig Ehlers and Kyle Connor together, he might have the fastest forward unit in the NHL. Also the most timid. Had to laugh at a line in Mad Mike McIntyre's column on Unhappy Jack. "The Roslovic trade bombshell was just another log on the fire for the 'everything is broken' crowd out there when it comes to the Jets," he wrote in the Drab Slab. Apparently it hasn't occurred to Mad Mike that he's the dude who created the "everything is broken" mob with his fact-free "rotten to the core" yarn in early April. Since that initial installment of his whodunit novel Scandal, Jets Wrote, speculation and gossip have been running at full gallop, no surprise given that Mad Mike has yet to provide any hard-core evidence of corruption. Cam Neely Watching Boston Bruins president Cam Neely toss a water bottle in unrestrained fury during Game 5 of the Stanley Cup final reminded me of the night John Ferguson, then GM of the Jets, dumped an entire bucket of ice cubes from his press box bunker onto the Buffalo Sabres bench in the old barn on Maroons Road. Fergy was a beauty. Pedro Martinez, definitely a righty. Luke Fox of Sportsnet offered an interesting take
-0.438208
0.147438
-1.343833
-0.941961
[ -0.5912692838669789, -0.28514682548575593 ]
[ 0.3094899307176946, -0.014613842499364454 ]
[ -1.099085550898031, -1.588580068797195 ]
[ -0.9100942892033231, -0.9738278607755187 ]
1,024
[ 512, 512 ]
[ 29941, 29889, 2155, 14132, 265, 13, 29946, 29889, 3037, 29887, 653, 313, 29883, 1883, 578, 369, 1708, 2696, 9758, 29897, 13, 29945, 29889, 317, 1278, 905, 809, 273, 13, 29896, 29889, 12372, 13, 29906, 29889, 17612, 13, 29941, 29889, 13476, 10011, 13, 29928, 22498, 29889, 26693, 13, 7856, 29887, 653, 822, 29889, 17612, 13, 29933, 29889, 29907, 29889, 822, 29889, 2155, 14132, 265, 13, 29950, 11348, 822, 29889, 3037, 29887, 653, 13, 29956, 2559, 666, 387, 822, 29889, 350, 29889, 29907, 29889, 13, 29954, 8903, 6536, 29901, 399, 2559, 666, 387, 822, 29889, 12372, 13, 29902, 4966, 278, 24817, 2696, 304, 278, 315, 10536, 4259, 23522, 26424, 22901, 265, 1250, 304, 670, 12247, 29889, 26424, 29915, 29879, 2125, 373, 599, 2712, 2211, 29899, 3204, 5733, 363, 450, 17183, 293, 526, 1818, 29899, 949, 29879, 29892, 451, 2197, 278, 1663, 1241, 2301, 886, 515, 13225, 11182, 267, 29892, 402, 29924, 29879, 29892, 885, 17718, 322, 7568, 29899, 21895, 4072, 29889, 13, 3644, 372, 29915, 29879, 263, 1781, 1303, 366, 29915, 276, 3063, 363, 313, 392, 1058, 3508, 29915, 29873, 29973, 511, 366, 29915, 645, 864, 304, 1423, 714, 476, 11156, 3767, 574, 29915, 29879, 8424, 373, 278, 405, 15444, 696, 554, 347, 14405, 297, 450, 17183, 293, 29889, 739, 29915, 29879, 3309, 29891, 29892, 541, 7088, 278, 931, 1363, 372, 8128, 29811, 1821, 25483, 29892, 3704, 445, 2181, 292, 809, 2072, 29891, 7055, 29901, 13, 29908, 6716, 10823, 2301, 287, 393, 278, 2678, 297, 278, 4723, 278, 14405, 5771, 29892, 278, 901, 777, 10907, 29915, 885, 449, 292, 13925, 29879, 679, 289, 4395, 322, 1369, 885, 3973, 292, 2820, 363, 263, 10569, 29889, 1205, 6041, 10907, 4891, 263, 1196, 29889, 13, 29908, 26772, 278, 1342, 310, 697, 1857, 405, 15444, 4847, 29892, 1058, 337, 13998, 670, 1556, 325, 3640, 3370, 310, 278, 14405, 15593, 1889, 29889, 450, 9377, 29899, 1032, 287, 734, 264, 1875, 7802, 278, 5716, 363, 385, 15593, 411, 278, 3815, 29892, 3290, 1623, 322, 29892, 3265, 1135, 1641, 1139, 287, 29892, 471, 1539, 411, 445, 432, 1450, 29899, 26419, 3262, 8509, 2012, 515, 697, 310, 278, 3815, 29915, 29879, 1880, 29899, 661, 9292, 6704, 3145, 29901, 13, 29908, 6295, 29892, 306, 6091, 366, 29915, 276, 263, 282, 1558, 29891, 1213, 13, 27552, 306, 1497, 29892, 372, 29915, 29879, 2181, 292, 809, 2072, 29891, 29892, 541, 451, 472, 599, 19253, 292, 29889, 2193, 2924, 310, 316, 5105, 292, 29892, 7916, 391, 18881, 29899, 5965, 557, 756, 1063, 2820, 1951, 6520, 623, 793, 892, 1304, 363, 2653, 4684, 322, 382, 14114, 29915, 29879, 16653, 29879, 892, 528, 262, 282, 7925, 29892, 322, 5089, 1989, 269, 1188, 550, 763, 376, 29950, 10119, 1317, 1152, 7569, 650, 29908, 2113, 29915, 29873, 270, 4708, 714, 278, 3984, 468, 948, 29891, 3060, 381, 29889, 739, 29915, 29879, 884, 278, 2769, 2020, 738, 23852, 10769, 3933, 7934, 577, 6483, 297, 278, 4694, 300, 393, 263, 3815, 310, 17148, 1375, 414, 508, 29915, 29873, 1284, 963, 29889, 13, 2525, 29882, 14862, 5457, 13, 9260, 540, 470, 3282, 29915, 29873, 540, 29973, 319, 5022, 3371, 29920, 1220, 310, 450, 17183, 293, 4083, 540, 1258, 29889, 10015, 22265, 4083, 540, 3282, 29915, 29873, 29889, 1205, 29892, 304, 2635, 29892, 5457, 5678, 5590, 293, 756, 9561, 16725, 3643, 17935, 393, 540, 4433, 363, 263, 697, 29899, 1582, 23381, 714, 310, 360, 17979, 472, 777, 1298, 2645, 278, 399, 2559, 666, 387, 435, 1691, 29915, 9281, 3086, 19993, 5165, 2181, 375, 1943, 29889, 853, 29882, 14862, 5457, 8959, 377, 292, 287, 1048, 263, 10225, 310, 14890, 931, 29892, 541, 577, 1258, 670, 373, 29899, 351, 475, 29892, 1283, 29899, 351, 475, 6276, 331, 403, 5792, 9532, 2431, 276, 1292, 322, 29892, 694, 7404, 29892, 1432, 916, 1410, 29891, 393, 2343, 11182, 3739, 18938, 9640, 1048, 313, 12199, 29892, 13656, 5879, 273, 467, 19993, 10769, 289, 2335, 1048, 14890, 599, 327, 358, 373, 1432, 3815, 29892, 297, 1432, 4726, 29892, 515, 1236, 29872, 705, 29872, 304, 367, 261, 13225, 304, 410, 29892, 322, 306, 12326, 372, 29915, 29879, 10712, 758, 791, 296, 4249, 4123, 10769, 411, 966, 435, 1691, 29889, 306, 7755, 393, 29915, 29879, 825, 14517, 363, 376, 582, 600, 839, 1238, 19467, 29908, 1438, 3841, 29889, 13, 3644, 3189, 496, 10173, 1017, 341, 2438, 1925, 5678, 5590, 293, 29892, 8168, 335, 382, 4415, 414, 322, 476, 1508, 1281, 15459, 4208, 29892, 540, 1795, 505, 278, 5172, 342, 6375, 5190, 297, 278, 405, 15444, 29889, 3115, 278, 1556, 5335, 333, 29889, 13, 29950, 328, 304, 10569, 472, 263, 1196, 297, 4104, 12828, 4052, 2928, 29891, 276, 29915, 29879, 1897, 373, 853, 29882, 14862, 5457, 29889, 376, 1576, 5678, 5590, 293, 11302, 13585, 15903, 471, 925, 1790, 1480, 373, 278, 3974, 363, 278, 525, 17991, 1918, 338, 9391, 29915, 19174, 714, 727, 746, 372, 5304, 304, 278, 435, 1691, 1699, 540, 5456, 297, 278, 360, 4201, 317, 8205, 29889, 27466, 2705, 372, 22602, 29915, 29873, 10761, 304, 4104, 12828, 393, 540, 29915, 29879, 278, 868, 311, 1058, 2825, 278, 376, 17991, 1918, 338, 9391, 29908, 22458, 411, 670, 2114, 29899, 9021, 376, 26970, 264, 304, 278, 7136, 29908, 343, 2753, 297, 4688, 3786, 29889, 4001, 393, 2847, 2601, 358, 310, 670, 377, 397, 5441, 9554, 2522, 24258, 29892, 435, 1691, 399, 4859, 29892, 1580, 2785, 322, 330, 2209, 666, 505, 1063, 2734, 472, 2989, 6898, 4757, 29892, 694, 16671, 2183, 393, 4104, 12828, 756, 3447, 304, 3867, 738, 2898, 29899, 3221, 10757, 310, 1034, 18953, 29889, 13, 14353, 2448, 873, 13, 24709, 292, 12115, 8135, 1144, 6673, 5500, 2448, 873, 28189, 263, 4094, 18046, 280, 297, 443, 5060, 22042, 285, 2857, 2645, 8448, 29871, 29945, 310, 278, 21631, 6536, 2186, 1083, 513, 287, 592, 310, 278, 4646, 2259, 7756, 29887, 375, 265, 29892, 769, 402, 29924, 310, 278, 435, 1691, 29892, 16766, 287, 385, 4152, 20968, 310, 14890, 13630, 267, 515, 670, 3965, 3800, 289, 27560, 11480, 278, 22274, 7003, 11775, 690, 3856, 305, 297, 278, 2030, 2594, 29876, 373, 1085, 29877, 787, 9321, 29889, 7756, 1927, 471, 263, 15409, 29889, 13, 29925, 287, 307, 3760, 457, 29920, 29892, 11630, 263, 1492, 29891, 29889, 13, 24126, 446, 14802, 310, 12453, 1212, 12520, 385, 8031, 2125 ]
1,330,458
8,192
CommonCrawl
5
7
on the Neely water-bottle toss, inspired by a non-penalty call that led to St. Louis Blues' decisive score in a 2-1 win: "So this is how we find out Cam Neely is a lefty. The uncalled penalty was so blatant and so instrumental to the outcome of the game and, possibly, the championship that the president of the Boston Bruins stood up enraged in the press box, snatched a water bottle with his left hand and, in one fluid motion, whipped it against the wall like Pedro Martinez." Ya, just like Pedro. Except for one thing: Martinez wasn't a freaking lefty. He tossed right-handed for the Dodgers, the Expos, the Red Sox, the Mets and the Phillies. The only thing Pedro ever did with his left hand was toss Don Zimmer to the turf. I'm not saying officiating in this spring's Stanley Cup tournament has been all bad, but it's not a good sign when the zebras skate onto the ice to the tune of I Go Blind by Hootie and the Blowfish. Dumbest headline of the week was delivered by Sportsnet: "U.S. TV ratings aside, Raptors-Warriors is dream matchup for NBA." Oh, for sure. The NBA should ignore the fact that most folks in the world's greatest basketball nation are watching Gilligan's Island reruns instead of the hoops championship series. Viewership in the U.S. has reached 10- to 12-year depths. Game 5 in the Republic of Tranna, with the Jurassics positioned to put away the Golden State Juggernaut, could be the lowest-rated final match ever in Trumpland. This is a dream matchup for the NBA like Carmen Electra and Dennis Rodman were a dream couple. We're talking nightmare, kids. Women's hockey update: XVI Sports and Sportsground in Sweden have joined forces to produce all games in the SDHL on TV next winter. It's a six-year, multi-million dollar deal. All that's missing is a network partner to come on board. Meanwhile, the grand sum of 18 players have signed with National Women's Hockey League outfits in the U.S., with the Boston Pride leading the way with eight players. That ought to make the Pride a shoo-in for the title. Except they don't have a goalie. And, finally, boffo start to the women's World Cup, with host France beating South Korea 4-donut. Our soccer ladies take to the pitch vs. Cameroon on Monday, and if this is Christine Sinclair's final whirl with our national side I hope she goes out in a blaze of glory. Author pattidawnswanssonPosted on June 9, 2019 January 17, 2020 Categories SportsTags Adam Sandler, B.C. Lions, Bobby Hull, Boston Bruins, Boston Pride, Boston Red Sox, Buffalo Sabres, Calgary Stampeders, Cam Neely, Canadian Football League, Carmen Electra, Christine Sinclair, Conor McGregor, Dave Dickenson, Dave Hanson, Dennis Rodman, Don Zimmer, Edmonton Eskimos, Floyd Mayweather Jr, Golden State Warriors, Green Bay Packers, Grey Cup, Hamilton Tiger-Cats, Hootie and the Blowfish, I Go Blind, Jack Roslovic, John Ferguson, Katy Strang, Kirk Penton, Kyle Connor, L.A. Dodgers, Lambeau Field, Luke Bryan, Luke Fox, Mathieu Perreault, Mike McIntyre, Montreal Alouettes, Montreal Expos, National Football League, NBA, New York Mets, NHL scouting combine, Nic Petan, Nickelback, Nikolaj Ehlers, Oakland Raiders, Ojibway, Oscar's Deli, Ottawa RedBlacks, Paul Maurice, Paul McCartney, Pedro Martinez, Philadelphia Phillies, Saskatchewan Roughriders, SDHL, soccer, Sportsground, Sportsnet, Stanley Cup, Stanley Cup tournament, Sweden, The Athletic, Toronto Argonauts, Toronto Raptors, Winnipeg Blue Bombers, Winnipeg Free Press, Winnipeg Jets, women's World Cup, World Cup,
-0.433928
0.110283
-1.619015
-1.26258
[ -0.20810258260457565, -0.6597530553169169 ]
[ 0.29874615922983633, -0.07818115713585946 ]
[ -1.476985463680287, -1.7610444585233254 ]
[ -1.1038963741881629, -1.4212635469150148 ]
1,024
[ 512, 512 ]
[ 373, 278, 2448, 873, 4094, 29899, 29890, 1501, 280, 28189, 29892, 20603, 491, 263, 1661, 29899, 2238, 18745, 1246, 393, 5331, 304, 624, 29889, 5899, 23434, 29915, 22442, 573, 8158, 297, 263, 29871, 29906, 29899, 29896, 5401, 29901, 376, 6295, 445, 338, 920, 591, 1284, 714, 5500, 2448, 873, 338, 263, 2175, 29891, 29889, 450, 443, 13998, 27368, 471, 577, 1999, 271, 424, 322, 577, 11395, 284, 304, 278, 21957, 310, 278, 3748, 322, 29892, 10075, 29892, 278, 22401, 393, 278, 6673, 310, 278, 12115, 8135, 1144, 8389, 701, 427, 1431, 287, 297, 278, 3965, 3800, 29892, 5807, 905, 287, 263, 4094, 18046, 280, 411, 670, 2175, 1361, 322, 29892, 297, 697, 22576, 10884, 29892, 377, 16242, 372, 2750, 278, 10090, 763, 13286, 3760, 457, 29920, 1213, 25887, 29892, 925, 763, 13286, 29889, 1222, 1547, 363, 697, 2655, 29901, 3760, 457, 29920, 9007, 29915, 29873, 263, 3005, 5086, 2175, 29891, 29889, 940, 28189, 287, 1492, 29899, 3179, 287, 363, 278, 360, 397, 5743, 29892, 278, 1222, 1066, 29892, 278, 4367, 1105, 29916, 29892, 278, 341, 1691, 322, 278, 21856, 583, 29889, 450, 871, 2655, 13286, 3926, 1258, 411, 670, 2175, 1361, 471, 28189, 3872, 796, 19400, 304, 278, 7013, 29888, 29889, 13, 29902, 29915, 29885, 451, 5934, 29158, 1218, 297, 445, 6709, 29915, 29879, 21631, 6536, 14743, 756, 1063, 599, 4319, 29892, 541, 372, 29915, 29879, 451, 263, 1781, 1804, 746, 278, 503, 774, 3417, 2071, 403, 11480, 278, 14890, 304, 278, 260, 1540, 310, 306, 2921, 3164, 513, 491, 379, 3155, 347, 322, 278, 350, 677, 15161, 29889, 13, 29928, 3774, 342, 2343, 1220, 310, 278, 4723, 471, 20115, 491, 12453, 1212, 29901, 376, 29965, 29889, 29903, 29889, 5648, 26838, 17786, 29892, 390, 2156, 943, 29899, 29956, 279, 28739, 338, 12561, 1993, 786, 363, 21517, 1213, 6439, 29892, 363, 1854, 29889, 450, 21517, 881, 11455, 278, 2114, 393, 1556, 900, 2039, 297, 278, 3186, 29915, 29879, 14176, 20305, 5233, 526, 21217, 28047, 11163, 29915, 29879, 7935, 364, 261, 6948, 2012, 310, 278, 5089, 3554, 22401, 3652, 29889, 4533, 10475, 297, 278, 501, 29889, 29903, 29889, 756, 7450, 29871, 29896, 29900, 29899, 304, 29871, 29896, 29906, 29899, 6360, 10809, 29879, 29889, 8448, 29871, 29945, 297, 278, 8063, 310, 323, 661, 1056, 29892, 411, 278, 16081, 465, 1199, 2602, 287, 304, 1925, 3448, 278, 16108, 4306, 12028, 29887, 824, 1300, 29892, 1033, 367, 278, 19604, 29899, 29878, 630, 2186, 1993, 3926, 297, 1605, 398, 572, 392, 29889, 910, 338, 263, 12561, 1993, 786, 363, 278, 21517, 763, 1704, 1527, 10513, 336, 322, 27974, 7733, 1171, 892, 263, 12561, 7303, 29889, 1334, 29915, 276, 9963, 4646, 29885, 598, 29892, 413, 4841, 29889, 13, 29956, 2770, 29915, 29879, 18881, 2767, 29901, 14488, 12453, 322, 12453, 2057, 297, 24506, 505, 8772, 8249, 304, 7738, 599, 8090, 297, 278, 8073, 15444, 373, 5648, 2446, 13851, 29889, 739, 29915, 29879, 263, 4832, 29899, 6360, 29892, 2473, 29899, 19958, 291, 11232, 279, 5376, 29889, 2178, 393, 29915, 29879, 4567, 338, 263, 3564, 18096, 304, 2041, 373, 7613, 29889, 25065, 29892, 278, 4595, 2533, 310, 29871, 29896, 29947, 10769, 505, 8794, 411, 3086, 10152, 29915, 29879, 19993, 5165, 714, 29888, 1169, 297, 278, 501, 29889, 29903, 1696, 411, 278, 12115, 349, 2426, 8236, 278, 982, 411, 9475, 10769, 29889, 2193, 12722, 304, 1207, 278, 349, 2426, 263, 528, 3634, 29899, 262, 363, 278, 3611, 29889, 1222, 1547, 896, 1016, 29915, 29873, 505, 263, 7306, 347, 29889, 13, 2855, 29892, 7146, 29892, 1045, 600, 29877, 1369, 304, 278, 5866, 29915, 29879, 2787, 6536, 29892, 411, 3495, 3444, 367, 1218, 4275, 19109, 29871, 29946, 29899, 9176, 329, 29889, 8680, 269, 11953, 22281, 2125, 304, 278, 15905, 7186, 29889, 5500, 1489, 265, 373, 27822, 29892, 322, 565, 445, 338, 2819, 457, 317, 3742, 433, 381, 29915, 29879, 2186, 377, 5168, 411, 1749, 4797, 2625, 306, 4966, 1183, 5771, 714, 297, 263, 12995, 911, 310, 26080, 29889, 13, 13720, 282, 1131, 1458, 1233, 2774, 550, 1100, 6747, 287, 373, 5306, 29871, 29929, 29892, 29871, 29906, 29900, 29896, 29929, 5490, 29871, 29896, 29955, 29892, 29871, 29906, 29900, 29906, 29900, 315, 14404, 12453, 28089, 11783, 8564, 1358, 29892, 350, 29889, 29907, 29889, 365, 1080, 29892, 27665, 379, 913, 29892, 12115, 8135, 1144, 29892, 12115, 349, 2426, 29892, 12115, 4367, 1105, 29916, 29892, 22274, 7003, 11775, 690, 29892, 3037, 29887, 653, 624, 1160, 287, 414, 29892, 5500, 2448, 873, 29892, 11443, 8914, 5165, 29892, 1704, 1527, 10513, 336, 29892, 2819, 457, 317, 3742, 433, 381, 29892, 1281, 272, 22805, 1727, 272, 29892, 17841, 12488, 25151, 29892, 17841, 6971, 265, 29892, 27974, 7733, 1171, 29892, 3872, 796, 19400, 29892, 2155, 14132, 265, 382, 9142, 359, 29892, 383, 18966, 2610, 705, 1624, 13843, 29892, 16108, 4306, 3362, 28739, 29892, 7646, 6211, 18744, 414, 29892, 25529, 6536, 29892, 12372, 323, 4087, 29899, 29907, 1446, 29892, 379, 3155, 347, 322, 278, 350, 677, 15161, 29892, 306, 2921, 3164, 513, 29892, 5457, 5678, 5590, 293, 29892, 2259, 7756, 29887, 375, 265, 29892, 476, 11156, 3767, 574, 29892, 26424, 22901, 265, 29892, 476, 1508, 1281, 15459, 29892, 365, 29889, 29909, 29889, 360, 397, 5743, 29892, 12718, 915, 585, 8989, 29892, 25556, 13307, 273, 29892, 25556, 14802, 29892, 5792, 9532, 2431, 276, 1292, 29892, 12828, 4052, 2928, 29891, 276, 29892, 26693, 838, 283, 21158, 29892, 26693, 1222, 1066, 29892, 3086, 8914, 5165, 29892, 21517, 29892, 1570, 3088, 341, 1691, 29892, 405, 15444, 885, 449, 292, 14405, 29892, 13656, 5879, 273, 29892, 13853, 295, 1627, 29892, 22958, 1175, 382, 4415, 414, 29892, 24132, 1049, 6981, 11376, 29892, 438, 29926, 747, 1582, 29892, 19054, 29915, 29879, 360, 5037, 29892, 13476, 10011, 4367, 18700, 29879, 29892, 3739, 18938, 29892, 3739, 15612, 442, 3801, 29892, 13286, 3760, 457, 29920, 29892, 18292, 21856, 583, 29892, 317, 1278, 905, 809, 273, 390, 820, 2429, 414, 29892, 8073, 15444, 29892, 269, 11953, 29892, 12453, 2057, 29892, 12453, 1212, 29892, 21631, 6536, 29892, 21631, 6536, 14743, 29892, 24506, 29892, 450, 17183, 293, 29892, 17612, 11842, 20546, 29879, 29892, 17612, 390, 2156, 943, 29892, 399, 2559, 666, 387, 10924, 27707, 2596, 29892, 399, 2559, 666, 387, 12362, 5254, 29892, 399, 2559, 666, 387, 435, 1691, 29892, 5866, 29915, 29879, 2787, 6536, 29892, 2787, 6536, 29892 ]
1,330,458
9,216
CommonCrawl
5
7
XVI Sports4 Comments on Let's talk about a River City ripoff…Sir Macca and the Cheeseheads…looking into the CFL crystal ball…the return of Kirk Penton?…sexism at the NHL combine…Unhappy Jack and the Jets…Cam Neely's hissy fit and memories of Fergy…Uncle Sam's NBA TV nightmare…and other things on my mind Let's talk about the Jurassics and waving the Maple Leaf (or not)…the WHA Winnipeg Jets and tall tales…getting out of Dodge…the curious case of the E-Town Oilers…Brown bagging it in the Drab Slab…girl power in the CFL…the Round Mound of the Ring…and other things on my mind Another Sunday smorgas-bored…and happy Pride Month to everyone in the LGBT collective and all our allies… Apparently, I've been "swept up." You have been, too, in case you didn't know. Oh, yes, (I'm told) we have become a nation of 37 million bouncy-bouncy, hoopster hosers, entranced and enthralled by the antics of those long, tall Jurassics from the Republic of Tranna, a talented troupe that might or might not soon be champions of all the world's hardwood floors. It will require three more Ws from the Jurassics before they can be anointed rulers of a game invented by a Canadian and perfected by Americans, but their opening salvo—a 118-109 beatdown of the Golden State Juggernaut—in the National Basketball Association title skirmish has put us (I'm told) in a nation-wide tizzy, the likes of which we haven't experienced since the last time we were in a nation-wide tizzy. We in the north don't get into too many tizzies, understand, because we're understated and polite. But, when we do go ga-ga, it usually involves a hockey puck, like the one Paul Henderson slid under Soviet Union goaltender Vladislav Tretiak in September 1972, thus plopping the lid on a shinny cold war called the Summit Series and igniting a nation-wide hooraw. I recall quite vividly where I was the moment Henderson, Espo, ankle-breaking Bobby Clarke et al put the Soviets in their place: At home. In my living room. Going bonkers. Similarly, I know exactly where I was the other night when the Jurassics and their one-and-done superstar, Kawhi Leonard, took the measure of the Juggernaut in Game 1 of the NBA's final tussle: At home. In bed. Catching zzzzzzs. And, no, I wasn't dreaming of Drake. Imagine my surprise, therefore, to learn in the ensuing days that I have been "swept up" by something one Postmedia Tranna essayist labeled "Rapstock," the jock equivalent of Woodstock. That same scribe, Joe Warmington, considered the Raptors' success so significant and global in scope that he sought words of wisdom from that noted authority on pink slips and layoffs, Paul Godfrey, his boss at Postmedia. (Nothing quite like sucking up to the boss to flesh out your copy.) "It is definitely something we haven't seen since the Blue Jays 1992 and 1993 years that the whole country got swept up in," the God-man gushed. Hmmm. I seem to recall being "swept up" in gold medal crusades by our women and men hockey players at the 2002, 2006, 2010, 2014 Winter Olympic Games, but, hey, that didn't happen in the Republic of Tranna, so it's total meh, I guess. I don't know about you, but I truly appreciate it when people from The ROT tell those of us in the colonies what we're thinking and feeling. You know, people like Steve Simmons, who informed us, "The country won." His columnist colleague with Postmedia, Scott Stinson of the National Post, spoke to a chap in Quebec and advises
-0.068053
-0.381469
-1.565754
-1.071379
[ -0.544700319281021, 0.4085937793021162 ]
[ -0.40855213038750254, -0.3543856158028836 ]
[ -1.619014961101806, -1.5124928380356668 ]
[ -1.3640334010134514, -0.7787250906565525 ]
1,024
[ 512, 512 ]
[ 14488, 12453, 29946, 461, 29879, 373, 2803, 29915, 29879, 5193, 1048, 263, 6163, 4412, 18290, 2696, 30098, 29903, 381, 4326, 1113, 322, 278, 6561, 968, 2813, 29879, 30098, 23261, 964, 278, 315, 10536, 10901, 11195, 8287, 30098, 1552, 736, 310, 26424, 22901, 265, 29973, 30098, 14167, 1608, 472, 278, 405, 15444, 14405, 30098, 2525, 29882, 14862, 5457, 322, 278, 435, 1691, 30098, 14353, 2448, 873, 29915, 29879, 670, 29879, 29891, 6216, 322, 2626, 3842, 310, 7756, 1927, 30098, 2525, 2841, 3685, 29915, 29879, 21517, 5648, 4646, 29885, 598, 30098, 392, 916, 2712, 373, 590, 3458, 13, 12024, 29915, 29879, 5193, 1048, 278, 16081, 465, 1199, 322, 281, 5555, 278, 7315, 280, 951, 2142, 313, 272, 451, 29897, 30098, 1552, 12317, 29909, 399, 2559, 666, 387, 435, 1691, 322, 15655, 29763, 30098, 29264, 714, 310, 360, 17979, 30098, 1552, 12758, 1206, 310, 278, 382, 29899, 29911, 776, 438, 22058, 30098, 29933, 4708, 19548, 3460, 372, 297, 278, 360, 4201, 317, 8205, 30098, 29887, 5168, 3081, 297, 278, 315, 10536, 30098, 1552, 21595, 341, 618, 310, 278, 17716, 30098, 392, 916, 2712, 373, 590, 3458, 13, 2744, 1228, 16340, 1560, 990, 294, 29899, 4089, 287, 30098, 392, 9796, 349, 2426, 23471, 304, 14332, 297, 278, 365, 7210, 29911, 6314, 573, 322, 599, 1749, 394, 3687, 30098, 13, 2052, 279, 2705, 29892, 306, 29915, 345, 1063, 376, 29879, 705, 415, 701, 1213, 887, 505, 1063, 29892, 2086, 29892, 297, 1206, 366, 3282, 29915, 29873, 1073, 29889, 13, 9048, 29892, 4874, 29892, 313, 29902, 29915, 29885, 5429, 29897, 591, 505, 4953, 263, 5233, 310, 29871, 29941, 29955, 7284, 289, 1309, 1270, 29899, 29890, 1309, 1270, 29892, 5089, 459, 2475, 25506, 414, 29892, 875, 661, 1133, 322, 875, 1092, 4212, 491, 278, 3677, 1199, 310, 1906, 1472, 29892, 15655, 16081, 465, 1199, 515, 278, 8063, 310, 323, 661, 1056, 29892, 263, 5969, 14927, 534, 6648, 393, 1795, 470, 1795, 451, 4720, 367, 29314, 310, 599, 278, 3186, 29915, 29879, 2898, 6115, 5685, 943, 29889, 13, 3112, 674, 1996, 2211, 901, 399, 29879, 515, 278, 16081, 465, 1199, 1434, 896, 508, 367, 385, 2461, 287, 364, 352, 414, 310, 263, 3748, 11817, 287, 491, 263, 11443, 322, 4922, 287, 491, 23035, 29892, 541, 1009, 8718, 4497, 1365, 30003, 29874, 29871, 29896, 29896, 29947, 29899, 29896, 29900, 29929, 16646, 3204, 310, 278, 16108, 4306, 12028, 29887, 824, 1300, 30003, 262, 278, 3086, 21850, 7993, 3611, 2071, 3568, 728, 756, 1925, 502, 313, 29902, 29915, 29885, 5429, 29897, 297, 263, 5233, 29899, 8157, 260, 466, 1537, 29892, 278, 4188, 267, 310, 607, 591, 7359, 29915, 29873, 18860, 1951, 278, 1833, 931, 591, 892, 297, 263, 5233, 29899, 8157, 260, 466, 1537, 29889, 13, 4806, 297, 278, 6641, 1016, 29915, 29873, 679, 964, 2086, 1784, 260, 4981, 583, 29892, 2274, 29892, 1363, 591, 29915, 276, 1090, 303, 630, 322, 1248, 568, 29889, 1205, 29892, 746, 591, 437, 748, 10364, 29899, 3249, 29892, 372, 5491, 20789, 263, 18881, 2653, 384, 29892, 763, 278, 697, 3739, 17973, 1330, 2243, 333, 1090, 15308, 7761, 748, 1997, 1581, 18060, 275, 4112, 323, 2267, 24061, 297, 3839, 29871, 29896, 29929, 29955, 29906, 29892, 4550, 282, 417, 3262, 278, 17343, 373, 263, 528, 262, 1460, 11220, 1370, 2000, 278, 6991, 2415, 10488, 322, 5330, 11407, 263, 5233, 29899, 8157, 5089, 272, 1450, 29889, 13, 29902, 17386, 3755, 325, 3640, 368, 988, 306, 471, 278, 3256, 17973, 1330, 29892, 5984, 29877, 29892, 385, 29895, 280, 29899, 1030, 5086, 27665, 15183, 446, 634, 394, 1925, 278, 317, 6895, 1691, 297, 1009, 2058, 29901, 2180, 3271, 29889, 512, 590, 8471, 5716, 29889, 2921, 292, 10814, 29895, 414, 29889, 13, 8942, 2327, 368, 29892, 306, 1073, 3721, 988, 306, 471, 278, 916, 4646, 746, 278, 16081, 465, 1199, 322, 1009, 697, 29899, 392, 29899, 15091, 2428, 8508, 29892, 13680, 1332, 29875, 26921, 29892, 3614, 278, 5645, 310, 278, 12028, 29887, 824, 1300, 297, 8448, 29871, 29896, 310, 278, 21517, 29915, 29879, 2186, 260, 1558, 280, 29901, 2180, 3271, 29889, 512, 6592, 29889, 315, 905, 292, 503, 5617, 5617, 22381, 29889, 1126, 29892, 694, 29892, 306, 9007, 29915, 29873, 12561, 292, 310, 16322, 446, 29889, 13, 1888, 22094, 590, 16671, 29892, 5480, 29892, 304, 5110, 297, 278, 427, 2146, 292, 3841, 393, 306, 505, 1063, 376, 29879, 705, 415, 701, 29908, 491, 1554, 697, 4918, 9799, 323, 661, 1056, 3686, 388, 391, 301, 24025, 376, 29934, 481, 17712, 1699, 278, 432, 1698, 7126, 310, 10180, 17712, 29889, 13, 7058, 1021, 27438, 915, 29892, 11131, 399, 2817, 4885, 29892, 5545, 278, 390, 2156, 943, 29915, 2551, 577, 7282, 322, 5534, 297, 6874, 393, 540, 18365, 3838, 310, 29714, 515, 393, 11682, 14329, 373, 282, 682, 20662, 567, 322, 6568, 22450, 29892, 3739, 4177, 29888, 8903, 29892, 670, 289, 2209, 472, 4918, 9799, 29889, 313, 26521, 3755, 763, 480, 384, 292, 701, 304, 278, 289, 2209, 304, 28610, 714, 596, 3509, 1846, 13, 29908, 3112, 338, 11630, 1554, 591, 7359, 29915, 29873, 3595, 1951, 278, 10924, 435, 1036, 29871, 29896, 29929, 29929, 29906, 322, 29871, 29896, 29929, 29929, 29941, 2440, 393, 278, 3353, 4234, 2355, 7901, 415, 701, 297, 1699, 278, 4177, 29899, 1171, 330, 15392, 29889, 13, 29950, 4317, 29885, 29889, 306, 2833, 304, 17386, 1641, 376, 29879, 705, 415, 701, 29908, 297, 7684, 12807, 2181, 375, 3076, 491, 1749, 5866, 322, 1757, 18881, 10769, 472, 278, 29871, 29906, 29900, 29900, 29906, 29892, 29871, 29906, 29900, 29900, 29953, 29892, 29871, 29906, 29900, 29896, 29900, 29892, 29871, 29906, 29900, 29896, 29946, 12267, 19025, 12482, 29892, 541, 29892, 540, 29891, 29892, 393, 3282, 29915, 29873, 3799, 297, 278, 8063, 310, 323, 661, 1056, 29892, 577, 372, 29915, 29879, 3001, 592, 29882, 29892, 306, 4140, 29889, 13, 29902, 1016, 29915, 29873, 1073, 1048, 366, 29892, 541, 306, 19781, 11188, 372, 746, 2305, 515, 450, 390, 2891, 2649, 1906, 310, 502, 297, 278, 8104, 583, 825, 591, 29915, 276, 7291, 322, 11223, 29889, 13, 3492, 1073, 29892, 2305, 763, 13981, 3439, 29885, 787, 29892, 1058, 23388, 502, 29892, 376, 1576, 4234, 2113, 1213, 3600, 1897, 391, 23056, 3437, 411, 4918, 9799, 29892, 8075, 624, 26803, 310, 278, 3086, 4918, 29892, 12707, 304, 263, 10708, 297, 27605, 322, 25228, 267 ]
1,330,458
10,240
CommonCrawl
10
8
us that folks in La Belle Province have embraced the Jurassics "in a way that matters." He didn't say in what way it matters, but I'll take his word for it that it matters to les Quebecois. Curtis Rush of Forbes reminded us that "Canadians swelled with pride," the moment the Jurassics arrived in The ROT late last century. (For the record, the only thing that swells on me are my ankles, and that has everything to do with failing kidneys and nothing to do with a hoops outfit more than 4,000 kilometres away.) On jock TV, meanwhile, the propaganda machine at Drake-onian Sportsnet went into overdrive, cranking out dispatches that trumpet record-breaking viewership numbers. An average of 3.3 million sets of Canadian eyeballs caught Game 1. Yowza! You know what that means, don't you? That's right, 33.7 million of us found something better to do than watch the Jurassics tame the Juggernaut last Thursday night. Like me…I got "swept up" in sleep. I'd like to see a regional breakdown of the Sportsnet numbers. It's my understanding that two-thirds of the 3.3 million viewers live in Ontario. So much for a nation-wide tizzy. Interesting that the Drab Slab would dispatch their main man, Mad Mike McIntyre, to Games 1 and 2 of the NBA final. Even more interesting is that Mad Mike would eagerly swallow the Kool-Aid they're serving in The ROT. I mean, he calls a "foul on anyone" who claims she or he isn't caught up in Rapstock. He also writes: "You'll have a hard time convincing me that a Raptors championship won't instill a sense of pride to even the most fair-weather fan out there." Yo! Mad Mike! Some of us just…don't…care. And we don't have to convince you or anyone else of that. Photo by Jon Thordarson I wonder what the fib count was during this weekend's 40th anniversary gathering of the 1979 champion Winnipeg Jets in Good Ol' Hometown. Hockey people, especially a guy like Tommy McVie, like to tell stories, and I'm guessing they've been stretching the truth further than the elastic waist bands on some of their trousers. It's just too bad Fergy, Sudsy, the Shoe, Friar, Jon and Turbo weren't there to share the tall tales. Still surprised when I hear someone suggest the World Hockey Association Jets could have laid a licking on the late-1970s Montreal Canadiens. Wouldn't have happened, kids. The Jets were very good, but not Habs good. It's Sunday morning, June 2, 2019: Do we know where Jacob Trouba is? Does Kevin Cheveldayoff know where he's sending the young defender? Time to play show-and-tell, Chevy. Trouba sits in the No. 2 slot on TSN's National Hockey League trade board, and here's something to keep in mind when Chevy moves him: We know for certain that two players have asked the general manager for a trade—old friend Evander Kane and Trouba. Kane got his wish. Trouba will, too, one way or the other. Moral of the story: Any player who wants to get out of Dodge simply has to be patient because, in the end, Chevy can't prevent him from bolting. Always find the goings-on in Edmonton a curious bit of business, with the Oilers forever hiring and firing scouts, coaches and GMs to be fired and rehired. The latest to step behind the E-Town bench as future ex-head coach is Dave Tippett, who replaces Ken Hitchock who replaced Todd McLellan who replaced…oh, you know the story. Odd thing is, Tippett's record is no better than McLellan's. Check it out… Tippett: 14 seasons, 553-413-28 .563…missed playoffs six times…33-41 .446…twice reached conference final…Stanley
-0.052302
0.190413
-1.357782
-0.99724
[ 0.30723779755620795, -0.41184180266814124 ]
[ -0.07191395710127545, 0.4527402172224721 ]
[ -1.4820579457310556, -1.2335063252433973 ]
[ -0.9764292310437717, -1.0180511553358178 ]
1,024
[ 512, 512 ]
[ 502, 393, 900, 2039, 297, 997, 22228, 17325, 505, 7232, 945, 287, 278, 16081, 465, 1199, 376, 262, 263, 982, 393, 13750, 1213, 940, 3282, 29915, 29873, 1827, 297, 825, 982, 372, 13750, 29892, 541, 306, 29915, 645, 2125, 670, 1734, 363, 372, 393, 372, 13750, 304, 966, 27605, 11505, 29889, 25141, 275, 390, 1878, 310, 1152, 5707, 1083, 513, 287, 502, 393, 376, 6028, 328, 5834, 2381, 14356, 411, 24967, 1699, 278, 3256, 278, 16081, 465, 1199, 11977, 297, 450, 390, 2891, 5683, 1833, 6462, 29889, 313, 2831, 278, 2407, 29892, 278, 871, 2655, 393, 2381, 10071, 373, 592, 526, 590, 385, 29895, 793, 29892, 322, 393, 756, 4129, 304, 437, 411, 17581, 26397, 484, 952, 322, 3078, 304, 437, 411, 263, 5089, 3554, 714, 9202, 901, 1135, 29871, 29946, 29892, 29900, 29900, 29900, 24016, 3448, 1846, 13, 2951, 432, 1698, 5648, 29892, 2099, 8000, 29892, 278, 13089, 5863, 4933, 472, 16322, 446, 29899, 25813, 12453, 1212, 3512, 964, 975, 21594, 29892, 274, 661, 9292, 714, 13916, 267, 393, 534, 3427, 300, 2407, 29899, 1030, 5086, 1776, 10475, 3694, 29889, 530, 6588, 310, 29871, 29941, 29889, 29941, 7284, 6166, 310, 11443, 321, 29891, 774, 4293, 12624, 8448, 29871, 29896, 29889, 612, 340, 1362, 29991, 13, 3492, 1073, 825, 393, 2794, 29892, 1016, 29915, 29873, 366, 29973, 2193, 29915, 29879, 1492, 29892, 29871, 29941, 29941, 29889, 29955, 7284, 310, 502, 1476, 1554, 2253, 304, 437, 1135, 6505, 278, 16081, 465, 1199, 260, 420, 278, 12028, 29887, 824, 1300, 1833, 498, 1295, 3250, 4646, 29889, 8502, 592, 30098, 29902, 2355, 376, 29879, 705, 415, 701, 29908, 297, 8709, 29889, 13, 29902, 29915, 29881, 763, 304, 1074, 263, 14014, 2867, 3204, 310, 278, 12453, 1212, 3694, 29889, 739, 29915, 29879, 590, 8004, 393, 1023, 29899, 22585, 29879, 310, 278, 29871, 29941, 29889, 29941, 7284, 1776, 414, 5735, 297, 21718, 29889, 1105, 1568, 363, 263, 5233, 29899, 8157, 260, 466, 1537, 29889, 13, 4074, 342, 292, 393, 278, 360, 4201, 317, 8205, 723, 13916, 1009, 1667, 767, 29892, 4104, 12828, 4052, 2928, 29891, 276, 29892, 304, 12482, 29871, 29896, 322, 29871, 29906, 310, 278, 21517, 2186, 29889, 7753, 901, 8031, 338, 393, 4104, 12828, 723, 19888, 368, 2381, 9536, 278, 476, 1507, 29899, 29909, 333, 896, 29915, 276, 16330, 297, 450, 390, 2891, 29889, 306, 2099, 29892, 540, 5717, 263, 376, 29888, 5059, 373, 5019, 29908, 1058, 16726, 1183, 470, 540, 3508, 29915, 29873, 12624, 701, 297, 16866, 17712, 29889, 940, 884, 15873, 29901, 376, 3492, 29915, 645, 505, 263, 2898, 931, 17953, 3277, 592, 393, 263, 390, 2156, 943, 22401, 2113, 29915, 29873, 832, 453, 263, 4060, 310, 24967, 304, 1584, 278, 1556, 6534, 29899, 705, 1624, 13524, 714, 727, 1213, 612, 29877, 29991, 4104, 12828, 29991, 3834, 310, 502, 925, 30098, 9176, 29915, 29873, 30098, 18020, 29889, 1126, 591, 1016, 29915, 29873, 505, 304, 7602, 1239, 366, 470, 5019, 1683, 310, 393, 29889, 13, 25971, 491, 9937, 498, 536, 279, 1100, 13, 29902, 4997, 825, 278, 18755, 2302, 471, 2645, 445, 4723, 355, 29915, 29879, 29871, 29946, 29900, 386, 6957, 27547, 11705, 292, 310, 278, 29871, 29896, 29929, 29955, 29929, 8064, 399, 2559, 666, 387, 435, 1691, 297, 7197, 7137, 29915, 379, 3297, 776, 29889, 19993, 2305, 29892, 7148, 263, 1410, 29891, 763, 27036, 4052, 29963, 347, 29892, 763, 304, 2649, 15874, 29892, 322, 306, 29915, 29885, 20680, 896, 29915, 345, 1063, 16116, 292, 278, 8760, 4340, 1135, 278, 560, 6288, 11324, 391, 22706, 373, 777, 310, 1009, 534, 681, 414, 29889, 739, 29915, 29879, 925, 2086, 4319, 7756, 1927, 29892, 8383, 29879, 29891, 29892, 278, 17550, 29872, 29892, 11169, 279, 29892, 9937, 322, 5383, 833, 2949, 264, 29915, 29873, 727, 304, 6232, 278, 15655, 29763, 29889, 13, 855, 453, 18014, 746, 306, 8293, 4856, 4368, 278, 2787, 19993, 7993, 435, 1691, 1033, 505, 12341, 263, 301, 860, 292, 373, 278, 5683, 29899, 29896, 29929, 29955, 29900, 29879, 26693, 9145, 11689, 29889, 10878, 29876, 29915, 29873, 505, 9559, 29892, 413, 4841, 29889, 450, 435, 1691, 892, 1407, 1781, 29892, 541, 451, 379, 6897, 1781, 29889, 13, 3112, 29915, 29879, 16340, 7250, 29892, 5306, 29871, 29906, 29892, 29871, 29906, 29900, 29896, 29929, 29901, 1938, 591, 1073, 988, 10968, 1605, 283, 2291, 338, 29973, 5538, 19323, 6561, 955, 3250, 2696, 1073, 988, 540, 29915, 29879, 9348, 278, 4123, 822, 1581, 29973, 5974, 304, 1708, 1510, 29899, 392, 29899, 29873, 514, 29892, 6561, 13308, 29889, 13, 2308, 283, 2291, 269, 1169, 297, 278, 1939, 29889, 29871, 29906, 21497, 373, 323, 19296, 29915, 29879, 3086, 19993, 5165, 11302, 7613, 29892, 322, 1244, 29915, 29879, 1554, 304, 3013, 297, 3458, 746, 6561, 13308, 16229, 1075, 29901, 1334, 1073, 363, 3058, 393, 1023, 10769, 505, 4433, 278, 2498, 8455, 363, 263, 11302, 30003, 1025, 5121, 7298, 3825, 476, 1662, 322, 1605, 283, 2291, 29889, 476, 1662, 2355, 670, 6398, 29889, 1605, 283, 2291, 674, 29892, 2086, 29892, 697, 982, 470, 278, 916, 29889, 3879, 284, 310, 278, 5828, 29901, 3139, 4847, 1058, 10753, 304, 679, 714, 310, 360, 17979, 3763, 756, 304, 367, 16500, 1363, 29892, 297, 278, 1095, 29892, 6561, 13308, 508, 29915, 29873, 5557, 1075, 515, 15772, 1259, 29889, 13, 2499, 1994, 1284, 278, 748, 886, 29899, 265, 297, 2155, 14132, 265, 263, 12758, 2586, 310, 5381, 29892, 411, 278, 438, 22058, 22296, 298, 8491, 322, 25948, 885, 17718, 29892, 11182, 267, 322, 402, 29924, 29879, 304, 367, 17285, 322, 337, 29882, 2859, 29889, 450, 9281, 304, 4331, 5742, 278, 382, 29899, 29911, 776, 3856, 305, 408, 5434, 429, 29899, 2813, 11182, 338, 17841, 323, 8377, 1803, 29892, 1058, 1634, 6048, 10015, 379, 2335, 1698, 1058, 8611, 7561, 29881, 4052, 29931, 18663, 1058, 8611, 30098, 1148, 29892, 366, 1073, 278, 5828, 29889, 438, 1289, 2655, 338, 29892, 323, 8377, 1803, 29915, 29879, 2407, 338, 694, 2253, 1135, 4052, 29931, 18663, 29915, 29879, 29889, 5399, 372, 714, 30098, 13, 29911, 8377, 1803, 29901, 29871, 29896, 29946, 20084, 29892, 29871, 29945, 29945, 29941, 29899, 29946, 29896, 29941, 29899, 29906, 29947, 869, 29945, 29953, 29941, 30098, 9894, 287, 1708, 22450, 4832, 3064, 30098, 29941, 29941, 29899, 29946, 29896, 869, 29946, 29946, 29953, 30098, 7516, 625, 7450, 21362, 2186, 30098, 855, 273, 2330 ]
1,330,458
11,264
CommonCrawl
4
1
Cup titles 0. McLellan: 11 seasons, 434-282-90 .594…missed playoffs three times…37-38 .493…twice reached conference final…Stanley Cup titles 0. I doubt this latest changing of the guard will make Looch Lucic's feet move any faster. Nice to see Doug Brown's big words back on the sports pages of the Drab Slab. I haven't always been a fan of his work, but Doug's essays on the Winnipeg Blue Bombers and Canadian Football League serve two purposes: 1) they usually provide readers the kind of insight that only a former player can deliver; 2) they often give my dictionary a good workout. Emily Clarke Bravo and a tip of the bonnet to Emily Clarke and Georgina Paull, both of whom worked the Calgary Stampeders-Saskatchewan Roughriders skirmish on Friday night in Cowtown. Emily (side judge) and Georgina (line judge) are the first women to wear the stripes in a CFL game, and it somehow doesn't seem right to call game officials skunk shirts or zebras anymore. Also a tip of the bonnet to the Tranna Argonauts, whose first dress rehearsal of the CFL preseason was a daytime gig at old Varsity Stadium in The ROT. Only 4,313 witnesses watched the Boatmen beat the Montreal Alouettes, 45-20, but that's okay because most of them were school kids who got to skip class. That, not trips to Mexico and Europe by Commish Randy Ambrosie, is the ticket for the CFL—make nice with Next Gen fans. Speaking of school kids, the d-i-c-t-i-o-n-a-r-y took a beating at the recent Scripps National Spelling Bee in the U.S., when officials ran out of words for the young geniuses to s-p-e-l-l. So they declared the last kids standing co-champions—all eight of them. There hasn't been that many hands pawing a trophy since Lyle Lovett started dating Julia Roberts. Andy Ruiz and Anthony Joshua. On the subject of champions and the alphabet, a real shocker in boxing on Saturday night when Andy Ruiz Jr. paddywhacked defending heavyweight chump Anthony Joshua at Madison Square Garden in Gotham. After boxing Joshua's ears, Ruiz Jr. now holds most of big boy boxing's title belts—WBA, WBO, IBF. Deontay Wilder owns the other alphabet belt (WBC) and, for those of you scoring at home, Manuel Charr is the WBA Regular champion and Trevor Bryan is the WBA Interim champion, whatever that means. The Ring magazine, meanwhile, refuses to recognize any of the aforementioned pugs as world champeen. Apparently the self-proclaimed Bible of Boxing is holding out for a Mike Tyson comeback. Ruiz Jr., who stopped Joshua in the seventh round, looks like a guy who spends a lot more time in a donut or ice cream shop than a gym. He's definitely the Round Mound of the Ring, and his considerable girth did not escape the notice of some of the mooks in MSG. Here's how Tom Gray of The Ring described the pre-fight scene: "As he stood proudly listening to the Mexican national anthem, Ruiz was heckled by hordes of idiots around the ringside area over his body shape. 'You fat bastard!' they cried in unison. 'Get your tits out for the lads!' they sang." Way to keep it classy, New York. For those of you wondering, here's the skinny on women's pro sports in North America: WNBA: Average attendance 6,721 Minimum wage $40,000 NWSL: Average attendance 6,024 Minimum wage $16,538 NWHL: Average attendance 954 Minimum wage $4,000 As much as I would like women's hockey to grow and flourish, in whose universe can you earn a $50,000-$100
-0.507719
0.131322
-1.485862
-1.267783
[ -0.4323869341031227, -0.5830512312929863 ]
[ 0.09282387237921866, 0.16982090137553657 ]
[ -1.1903902278118648, -1.7813343867263993 ]
[ -1.306803255111888, -1.2287621470643015 ]
1,024
[ 512, 512 ]
[ 6536, 17735, 29871, 29900, 29889, 13, 27297, 29931, 18663, 29901, 29871, 29896, 29896, 20084, 29892, 29871, 29946, 29941, 29946, 29899, 29906, 29947, 29906, 29899, 29929, 29900, 869, 29945, 29929, 29946, 30098, 9894, 287, 1708, 22450, 2211, 3064, 30098, 29941, 29955, 29899, 29941, 29947, 869, 29946, 29929, 29941, 30098, 7516, 625, 7450, 21362, 2186, 30098, 855, 273, 2330, 6536, 17735, 29871, 29900, 29889, 13, 29902, 7404, 445, 9281, 6480, 310, 278, 8372, 674, 1207, 4309, 2878, 10315, 293, 29915, 29879, 6900, 4337, 738, 8473, 29889, 13, 29940, 625, 304, 1074, 13215, 9817, 29915, 29879, 4802, 3838, 1250, 373, 278, 14717, 6515, 310, 278, 360, 4201, 317, 8205, 29889, 306, 7359, 29915, 29873, 2337, 1063, 263, 13524, 310, 670, 664, 29892, 541, 13215, 29915, 29879, 3686, 1036, 373, 278, 399, 2559, 666, 387, 10924, 27707, 2596, 322, 11443, 8914, 5165, 9080, 1023, 11976, 29901, 29871, 29896, 29897, 896, 5491, 3867, 22176, 278, 2924, 310, 25483, 393, 871, 263, 4642, 4847, 508, 12021, 29936, 29871, 29906, 29897, 896, 4049, 2367, 590, 8600, 263, 1781, 664, 449, 29889, 13, 6026, 2354, 15183, 446, 13, 28183, 1365, 322, 263, 6872, 310, 278, 10814, 1212, 304, 2812, 2354, 15183, 446, 322, 6158, 1099, 2621, 913, 29892, 1716, 310, 6029, 3796, 278, 3037, 29887, 653, 624, 1160, 287, 414, 29899, 29903, 1278, 905, 809, 273, 390, 820, 2429, 414, 2071, 3568, 728, 373, 28728, 4646, 297, 21638, 27734, 29889, 2812, 2354, 313, 2975, 16833, 29897, 322, 6158, 1099, 313, 1220, 16833, 29897, 526, 278, 937, 5866, 304, 19531, 278, 10076, 5547, 297, 263, 315, 10536, 3748, 29892, 322, 372, 10431, 1838, 29915, 29873, 2833, 1492, 304, 1246, 3748, 24921, 2071, 2960, 528, 381, 1372, 470, 503, 774, 3417, 15128, 29889, 13, 17351, 263, 6872, 310, 278, 10814, 1212, 304, 278, 323, 661, 1056, 11842, 20546, 29879, 29892, 5069, 937, 10714, 337, 354, 1503, 284, 310, 278, 315, 10536, 544, 968, 1658, 471, 263, 2462, 2230, 19340, 472, 2030, 478, 1503, 537, 17213, 297, 450, 390, 2891, 29889, 9333, 29871, 29946, 29892, 29941, 29896, 29941, 16277, 267, 20654, 278, 1952, 271, 1527, 16646, 278, 26693, 838, 283, 21158, 29892, 29871, 29946, 29945, 29899, 29906, 29900, 29892, 541, 393, 29915, 29879, 20759, 1363, 1556, 310, 963, 892, 3762, 413, 4841, 1058, 2355, 304, 14383, 770, 29889, 2193, 29892, 451, 3367, 567, 304, 12568, 322, 4092, 491, 1876, 728, 390, 13910, 15145, 1883, 347, 29892, 338, 278, 23381, 363, 278, 315, 10536, 30003, 5675, 7575, 411, 8084, 5739, 24909, 29889, 13, 10649, 5086, 310, 3762, 413, 4841, 29892, 278, 270, 29899, 29875, 29899, 29883, 29899, 29873, 29899, 29875, 29899, 29877, 29899, 29876, 29899, 29874, 29899, 29878, 29899, 29891, 3614, 263, 367, 1218, 472, 278, 7786, 317, 699, 407, 29879, 3086, 1706, 7807, 1522, 29872, 297, 278, 501, 29889, 29903, 1696, 746, 24921, 6350, 714, 310, 3838, 363, 278, 4123, 26858, 267, 304, 269, 29899, 29886, 29899, 29872, 29899, 29880, 29899, 29880, 29889, 1105, 896, 8052, 278, 1833, 413, 4841, 13407, 1302, 29899, 305, 1160, 1080, 30003, 497, 9475, 310, 963, 29889, 1670, 22602, 29915, 29873, 1063, 393, 1784, 6567, 282, 1450, 292, 263, 3147, 11461, 1951, 365, 1508, 23974, 1803, 4687, 270, 1218, 22045, 27253, 29889, 13, 2855, 29891, 9723, 466, 322, 16477, 22838, 3357, 29889, 13, 2951, 278, 4967, 310, 29314, 322, 278, 22968, 29892, 263, 1855, 528, 8658, 297, 3800, 292, 373, 24211, 4646, 746, 21828, 9723, 466, 13843, 29889, 282, 25644, 1332, 547, 287, 822, 2548, 9416, 7915, 521, 3427, 16477, 22838, 3357, 472, 4104, 2285, 19256, 19906, 297, 22883, 314, 29889, 2860, 3800, 292, 22838, 3357, 29915, 29879, 22827, 29892, 9723, 466, 13843, 29889, 1286, 8640, 1556, 310, 4802, 8023, 3800, 292, 29915, 29879, 3611, 1339, 1372, 30003, 29956, 5688, 29892, 399, 8456, 29892, 15731, 29943, 29889, 897, 609, 388, 399, 2700, 1914, 29879, 278, 916, 22968, 1339, 29873, 313, 29956, 5371, 29897, 322, 29892, 363, 1906, 310, 366, 26654, 472, 3271, 29892, 13815, 678, 2749, 338, 278, 399, 5688, 2169, 1070, 8064, 322, 6479, 5267, 13307, 273, 338, 278, 399, 5688, 4124, 326, 8064, 29892, 6514, 393, 2794, 29889, 450, 17716, 14853, 29892, 2099, 8000, 29892, 2143, 6394, 304, 18720, 738, 310, 278, 263, 1454, 882, 28487, 282, 16926, 408, 3186, 11179, 412, 264, 29889, 27466, 2705, 278, 1583, 29899, 15439, 13190, 21958, 310, 11773, 292, 338, 13587, 714, 363, 263, 12828, 323, 952, 265, 419, 774, 547, 29889, 13, 29934, 29884, 466, 13843, 1696, 1058, 11084, 22838, 3357, 297, 278, 16741, 29882, 4513, 29892, 3430, 763, 263, 1410, 29891, 1058, 805, 1975, 263, 3287, 901, 931, 297, 263, 1016, 329, 470, 14890, 907, 314, 18296, 1135, 263, 330, 962, 29889, 940, 29915, 29879, 11630, 278, 21595, 341, 618, 310, 278, 17716, 29892, 322, 670, 15620, 330, 7515, 1258, 451, 10169, 278, 8369, 310, 777, 310, 278, 286, 2550, 29879, 297, 10888, 29954, 29889, 2266, 29915, 29879, 920, 4335, 18956, 310, 450, 17716, 5439, 278, 758, 29899, 29888, 523, 9088, 29901, 376, 2887, 540, 8389, 22314, 368, 19866, 304, 278, 24777, 4797, 24612, 331, 29892, 9723, 466, 471, 540, 384, 839, 491, 298, 536, 267, 310, 1178, 29875, 1862, 2820, 278, 28774, 680, 4038, 975, 670, 3573, 8267, 29889, 525, 3492, 9950, 21156, 538, 20714, 896, 10680, 297, 443, 2285, 29889, 525, 2577, 596, 260, 1169, 714, 363, 278, 301, 7925, 20714, 896, 13625, 1213, 5307, 304, 3013, 372, 770, 29891, 29892, 1570, 3088, 29889, 13, 2831, 1906, 310, 366, 9873, 29892, 1244, 29915, 29879, 278, 19309, 1460, 373, 5866, 29915, 29879, 410, 14717, 297, 4644, 6813, 29901, 13, 16048, 5688, 29901, 319, 19698, 14333, 749, 29871, 29953, 29892, 29955, 29906, 29896, 3080, 12539, 281, 482, 395, 29946, 29900, 29892, 29900, 29900, 29900, 13, 29940, 7811, 29931, 29901, 319, 19698, 14333, 749, 29871, 29953, 29892, 29900, 29906, 29946, 3080, 12539, 281, 482, 395, 29896, 29953, 29892, 29945, 29941, 29947, 13, 29940, 29956, 15444, 29901, 319, 19698, 14333, 749, 29871, 29929, 29945, 29946, 3080, 12539, 281, 482, 395, 29946, 29892, 29900, 29900, 29900, 13, 2887, 1568, 408, 306, 723, 763, 5866, 29915, 29879, 18881, 304, 6548, 322, 1652, 473, 728, 29892, 297, 5069, 19859, 508, 366, 2326, 29876, 263, 395, 29945, 29900, 29892, 29900, 29900, 29900, 18039, 29896, 29900, 29900 ]
1,330,458
12,288
CommonCrawl
5
7
,000 salary when no one is buying what you're selling? The ForTheGame200 boycotting the National Women's Hockey League might want to rethink their wants and needs, not to mention their strategy. And, finally, I'm going to come right out and say it: The Winnipeg Blue Bombers are your 2019 Grey Cup champions. I'm not going to explain myself. Not yet anyway. Author pattidawnswanssonPosted on June 2, 2019 June 27, 2019 Categories SportsTags 1972 Summit Series, Andy Ruiz Jr., Anthony Joshua, Bill Sutherland, Bobby Clarke, Calgary Stampeders, Canadian Football League, Curtis Rush, Dave Tippett, Deontay Wilder, Doug Brown, Drake, Edmonton Oilers, Emily Clarke, Forbes, ForTheGame, Friar Nicolson, Georgina Paull, Golden State Warriors, Grey Cup, heavyweight boxing, IBF, Joe Warmington, John Ferguson, Jon Thordarson, Julia Roberts, Kawhi Leonard, Ken Hitchock, Kevin Cheveldayoff, Lars-Erik Sjoberg, Lyle Lovett, Madison Square Garden, Manuel Charr, Mike McIntyre, Montreal Alouettes, National Basketball Association, National Hockey League, National Post, NWHL, NWSL, Paul Godfrey, Paul Henderson, Paul Terbenche, Phil Esposito, Postmedia, Randy Ambrosie, Reyn Davis, Saskatchewan Roughriders, Scott Stinson, Scripps National Spelling Bee, Soviet Union, Sportsnet, Stanley Cup, Steve Simmons, The Ring, Todd McLellan, Tom Gray, Tom McVie, Toronto Argonauts, Toronto Blue Jays, Toronto Raptors, Trevor Bryan, Varsity Stadium, Vladislav Tretiak, WBA, WBC, WBO, Winnipeg Blue Bombers, Winnipeg Free Press, Winnipeg Jets, WNBA, World Hockey AssociationLeave a comment on Let's talk about the Jurassics and waving the Maple Leaf (or not)…the WHA Winnipeg Jets and tall tales…getting out of Dodge…the curious case of the E-Town Oilers…Brown bagging it in the Drab Slab…girl power in the CFL…the Round Mound of the Ring…and other things on my mind 50 years after Stonewall, lesbian athletes make strides while gay men remain stuck at ground zero The past does not tell us where we have been, it tells us where we are. So where are LGBT athletes today as Pride Month 2019 kicks off, half a century after the Stonewall Riots in Gotham's Greenwich Village? The answer, I suppose, depends on which scorecard you use. Certainly there has been considerable advancement in the inclusion file, both on and off the playing fields of North America and, indeed, in global frolics like the Olympic Games. Here are some of the notations you'll find on that particular scorecard: Billie Jean King and Ilana Kloss. * Lesbian tennis legend Billie Jean King and longtime partner Ilana Kloss are part of the Los Angeles Dodgers' ownership group. * Out lesbian Laura Ricketts is co-owner of the Chicago Cubs. * Golden State Warriors out gay president and chief operating officer Rick Welts was inducted into the Naismith Basketball Hall of Fame last year. * Out lesbian Caroline Ouillette is assistant coach with Canada's national women's hockey team (she's married to former Team U.S.A. captain Julie Chu and they have a daughter together). * Out lesbians Jayna Hefford and Angela James have been inducted into the Hockey Hall of Fame. * 56 LGBT athletes competed in the 2016 Summer Olympics. * 15 LGBT athletes competed in the 2018 Winter Olympics. * 16 out lesbians were on rosters at the 2015 women's World Cup of soccer. * The leading goal-scorer in the history of women's international soccer, Abby Wambach, is an out lesbian. * 7 players in the 2018 Women's National Basketball Association all-star
0.284296
0.743605
-0.53604
-0.813844
[ -0.2509049397607869, 0.8194964080017443 ]
[ -0.29059447259372484, 1.7778053673916638 ]
[ -1.6595948175079545, 0.587514730982508 ]
[ -1.2911950335023707, -0.3364921450535622 ]
1,024
[ 512, 512 ]
[ 29892, 29900, 29900, 29900, 4497, 653, 746, 694, 697, 338, 1321, 5414, 825, 366, 29915, 276, 269, 7807, 29973, 450, 1152, 1576, 14199, 29906, 29900, 29900, 8023, 26235, 1259, 278, 3086, 10152, 29915, 29879, 19993, 5165, 1795, 864, 304, 337, 386, 682, 1009, 10753, 322, 4225, 29892, 451, 304, 3585, 1009, 13705, 29889, 13, 2855, 29892, 7146, 29892, 306, 29915, 29885, 2675, 304, 2041, 1492, 714, 322, 1827, 372, 29901, 450, 399, 2559, 666, 387, 10924, 27707, 2596, 526, 596, 29871, 29906, 29900, 29896, 29929, 25529, 6536, 29314, 29889, 306, 29915, 29885, 451, 2675, 304, 5649, 6142, 29889, 2216, 3447, 8763, 29889, 13, 13720, 282, 1131, 1458, 1233, 2774, 550, 1100, 6747, 287, 373, 5306, 29871, 29906, 29892, 29871, 29906, 29900, 29896, 29929, 5306, 29871, 29906, 29955, 29892, 29871, 29906, 29900, 29896, 29929, 315, 14404, 12453, 28089, 29871, 29896, 29929, 29955, 29906, 6991, 2415, 10488, 29892, 21828, 9723, 466, 13843, 1696, 16477, 22838, 3357, 29892, 6682, 317, 14107, 1049, 29892, 27665, 15183, 446, 29892, 3037, 29887, 653, 624, 1160, 287, 414, 29892, 11443, 8914, 5165, 29892, 25141, 275, 390, 1878, 29892, 17841, 323, 8377, 1803, 29892, 897, 609, 388, 399, 2700, 29892, 13215, 9817, 29892, 16322, 446, 29892, 2155, 14132, 265, 438, 22058, 29892, 2812, 2354, 15183, 446, 29892, 1152, 5707, 29892, 1152, 1576, 14199, 29892, 11169, 279, 13488, 1100, 29892, 6158, 1099, 2621, 913, 29892, 16108, 4306, 3362, 28739, 29892, 25529, 6536, 29892, 9416, 7915, 3800, 292, 29892, 15731, 29943, 29892, 11131, 399, 2817, 4885, 29892, 2259, 7756, 29887, 375, 265, 29892, 9937, 498, 536, 279, 1100, 29892, 22045, 27253, 29892, 13680, 1332, 29875, 26921, 29892, 10015, 379, 2335, 1698, 29892, 19323, 6561, 955, 3250, 2696, 29892, 28620, 29899, 29923, 5357, 317, 2212, 2552, 29892, 365, 1508, 23974, 1803, 29892, 4104, 2285, 19256, 19906, 29892, 13815, 678, 2749, 29892, 12828, 4052, 2928, 29891, 276, 29892, 26693, 838, 283, 21158, 29892, 3086, 21850, 7993, 29892, 3086, 19993, 5165, 29892, 3086, 4918, 29892, 405, 29956, 15444, 29892, 405, 7811, 29931, 29892, 3739, 4177, 29888, 8903, 29892, 3739, 17973, 1330, 29892, 3739, 5061, 1785, 1173, 29892, 5241, 5984, 359, 2049, 29892, 4918, 9799, 29892, 390, 13910, 15145, 1883, 347, 29892, 28555, 15225, 29892, 317, 1278, 905, 809, 273, 390, 820, 2429, 414, 29892, 8075, 624, 26803, 29892, 317, 699, 407, 29879, 3086, 1706, 7807, 1522, 29872, 29892, 15308, 7761, 29892, 12453, 1212, 29892, 21631, 6536, 29892, 13981, 3439, 29885, 787, 29892, 450, 17716, 29892, 7561, 29881, 4052, 29931, 18663, 29892, 4335, 18956, 29892, 4335, 4052, 29963, 347, 29892, 17612, 11842, 20546, 29879, 29892, 17612, 10924, 435, 1036, 29892, 17612, 390, 2156, 943, 29892, 6479, 5267, 13307, 273, 29892, 478, 1503, 537, 17213, 29892, 18060, 275, 4112, 323, 2267, 24061, 29892, 399, 5688, 29892, 399, 5371, 29892, 399, 8456, 29892, 399, 2559, 666, 387, 10924, 27707, 2596, 29892, 399, 2559, 666, 387, 12362, 5254, 29892, 399, 2559, 666, 387, 435, 1691, 29892, 399, 29940, 5688, 29892, 2787, 19993, 7993, 3226, 1351, 263, 3440, 373, 2803, 29915, 29879, 5193, 1048, 278, 16081, 465, 1199, 322, 281, 5555, 278, 7315, 280, 951, 2142, 313, 272, 451, 29897, 30098, 1552, 12317, 29909, 399, 2559, 666, 387, 435, 1691, 322, 15655, 29763, 30098, 29264, 714, 310, 360, 17979, 30098, 1552, 12758, 1206, 310, 278, 382, 29899, 29911, 776, 438, 22058, 30098, 29933, 4708, 19548, 3460, 372, 297, 278, 360, 4201, 317, 8205, 30098, 29887, 5168, 3081, 297, 278, 315, 10536, 30098, 1552, 21595, 341, 618, 310, 278, 17716, 30098, 392, 916, 2712, 373, 590, 3458, 13, 29945, 29900, 2440, 1156, 15681, 11358, 29892, 966, 22863, 28563, 267, 1207, 851, 2247, 1550, 23852, 1757, 3933, 10771, 472, 5962, 5225, 13, 1576, 4940, 947, 451, 2649, 502, 988, 591, 505, 1063, 29892, 372, 10603, 502, 988, 591, 526, 29889, 13, 6295, 988, 526, 365, 7210, 29911, 28563, 267, 9826, 408, 349, 2426, 23471, 29871, 29906, 29900, 29896, 29929, 413, 7358, 1283, 29892, 4203, 263, 6462, 1156, 278, 15681, 11358, 21710, 1862, 297, 22883, 314, 29915, 29879, 7646, 16416, 24720, 29973, 13, 1576, 1234, 29892, 306, 7755, 29892, 7111, 373, 607, 8158, 7543, 366, 671, 29889, 13, 29907, 13946, 368, 727, 756, 1063, 15620, 3061, 27967, 297, 278, 28694, 934, 29892, 1716, 373, 322, 1283, 278, 8743, 4235, 310, 4644, 6813, 322, 29892, 6200, 29892, 297, 5534, 14671, 506, 29879, 763, 278, 19025, 12482, 29889, 13, 10605, 526, 777, 310, 278, 451, 800, 366, 29915, 645, 1284, 373, 393, 3153, 8158, 7543, 29901, 13, 29933, 453, 347, 4581, 4088, 322, 1720, 1648, 476, 6758, 29889, 13, 29930, 2664, 22863, 22556, 15983, 6682, 347, 4581, 4088, 322, 1472, 2230, 18096, 1720, 1648, 476, 6758, 526, 760, 310, 278, 4602, 10722, 360, 397, 5743, 29915, 27428, 2318, 29889, 13, 29930, 4451, 966, 22863, 21671, 390, 8522, 1372, 338, 1302, 29899, 20348, 310, 278, 10059, 315, 23954, 29889, 13, 29930, 16108, 4306, 3362, 28739, 714, 23852, 6673, 322, 9087, 13598, 12139, 24218, 10458, 1372, 471, 22799, 287, 964, 278, 4465, 1608, 389, 21850, 6573, 310, 21808, 1833, 1629, 29889, 13, 29930, 4451, 966, 22863, 26980, 438, 29884, 7324, 371, 338, 20255, 11182, 411, 7400, 29915, 29879, 4797, 5866, 29915, 29879, 18881, 3815, 313, 11360, 29915, 29879, 8300, 304, 4642, 8583, 501, 29889, 29903, 29889, 29909, 29889, 15315, 2739, 347, 678, 29884, 322, 896, 505, 263, 8750, 4208, 467, 13, 29930, 4451, 966, 5365, 550, 19556, 1056, 940, 600, 536, 322, 3218, 3100, 5011, 505, 1063, 22799, 287, 964, 278, 19993, 6573, 310, 21808, 29889, 13, 29930, 29871, 29945, 29953, 365, 7210, 29911, 28563, 267, 22071, 297, 278, 29871, 29906, 29900, 29896, 29953, 13329, 16373, 29889, 13, 29930, 29871, 29896, 29945, 365, 7210, 29911, 28563, 267, 22071, 297, 278, 29871, 29906, 29900, 29896, 29947, 12267, 16373, 29889, 13, 29930, 29871, 29896, 29953, 714, 966, 5365, 550, 892, 373, 696, 23080, 472, 278, 29871, 29906, 29900, 29896, 29945, 5866, 29915, 29879, 2787, 6536, 310, 269, 11953, 29889, 13, 29930, 450, 8236, 7306, 29899, 1557, 9386, 297, 278, 4955, 310, 5866, 29915, 29879, 6121, 269, 11953, 29892, 13896, 29891, 399, 1117, 496, 29892, 338, 385, 714, 966, 22863, 29889, 13, 29930, 29871, 29955, 10769, 297, 278, 29871, 29906, 29900, 29896, 29947, 10152, 29915, 29879, 3086, 21850, 7993, 599, 29899, 8508 ]
1,330,458
13,312
CommonCrawl
5
7
game were out lesbians. * Both the Canadian Women's Hockey League and National Women's Hockey League have featured transgender players—Harrison Browne and Jessica Platt—and numerous out lesbians. * U.S. soccer star Megan Rapinoe became the first out lesbian to be featured in the Sports Illustrated Swimsuit Edition. * Rapinoe and hoops star Sue Bird became the first LGBT couple to be featured in ESPN The Magazine body issue. * Out lesbian Katie Sowers is an assistant coach with the San Francisco 49ers of the National Football League. That acceptance is terrific, for the LGBT collective and society as a whole. Unfortunately, there's a second scorecard: * Number of out gay men in the National Hockey League: 0 * Number of out gay men in the National Football League: 0 * Number of out gay men in the National Basketball Association: 0 * Number of out gay men in Major League Baseball: 0 * Number of out gay men in Major League Soccer: 0 Cite another segment of society in which the bottom-line number in 2019 is the same as the bottom-line number in 1969. I can't think of one. Thus, the motion of life moves everything forward with the exception of the cultural phenomenon that is professional male team sports, an unbudging, frat-boy enterprise still stuck in the mud fifty years after all hell broke loose in and outside the Stonewall Inn in Manhattan. Are there gay men among the approximately 4,300 players on current NFL, NHL, NBA, MLB and MLS rosters? Here's an easier question: Does Donald Trump tell fibs? Gay male athletes have always existed. It's just that 99.999999 per cent of them remained hidden in a closet, earnestly avoiding the most taboo of talking points until the final whistle had sounded on careers spent in fear of being outed as lesser-thans. Gillian Apps and Meghan Duggan. Women and men with framed diplomas that indicate intellectual loft have given ponder to the curious case of the closeted male jock, and the eggheads advance numerous theories in an effort to explain the refusal to identify as gay. But, really, it isn't a Cadbury chocolate bar mystery. It can be cataloged under the 'fear' file. It's the fear of loss—loss of family/friends; loss of career; loss of income; loss of credibility; loss of status. No male athlete wishes to be known by friend, foe or fan as a lesser-than. A Nancy boy, if you will. So he plays on, keeping his choice of romantic interests on the hush-hush. Lesbian athletes, on the other hand, are far ahead on the social curve. They are less inclined to hide from themselves or anyone else. Elena Delle Donne and Sue Bird are not thought of as lesser-thans. Ditto Abby Wambach or Megan Rapinoe. Billie Jean King is greatly admired. The same could be said for Martina Navratilova until she recently went off on transgender athletes. Caroline Ouillette and Julie Chu proudly post pics of their daughter on Instagram. Former hockey stars Gillian Apps and Meghan Duggan do the same with their wedding photos. When Canada's gold medal-winning goaltender Charline Labonté came out in 2014, she provided insight to the culture of the national women's hockey club. "Just like everywhere else our team had gays and straights, just like we had brunettes and redheads," she wrote in an article for the LGBT website Outsports. "Everyone on my team has known I'm gay since I can remember and I never felt degraded for it. On the contrary, my sport and my team are the two environments where I feel most comfortable. The subject of homosexuality was never taboo with us. We talk and laugh about it like everything else. I feel privileged to live and be myself in an environment like this because I know that just a few years ago this topic was never part of the conversations in the locker room." Lesbians in sports has become a meh issue, and it's only when a zealot like tennis legend Margaret Court turns the air toxic with illogical, wingnut rantings about
0.866065
1.147504
0.234977
0.209796
[ 0.4305085861660964, 1.301622159009308 ]
[ 1.5772549662849753, 0.7177532472563105 ]
[ 0.17664368487025636, 0.29331077203793277 ]
[ 0.10313943028117528, 0.31645179227791176 ]
1,024
[ 512, 512 ]
[ 3748, 892, 714, 966, 5365, 550, 29889, 13, 29930, 9134, 278, 11443, 10152, 29915, 29879, 19993, 5165, 322, 3086, 10152, 29915, 29879, 19993, 5165, 505, 15000, 1301, 26098, 10769, 30003, 29950, 29458, 22415, 484, 322, 23010, 983, 1858, 1131, 30003, 392, 12727, 714, 966, 5365, 550, 29889, 13, 29930, 501, 29889, 29903, 29889, 269, 11953, 5810, 13727, 273, 16866, 1789, 29872, 3897, 278, 937, 714, 966, 22863, 304, 367, 15000, 297, 278, 12453, 28070, 630, 3925, 326, 29658, 17138, 29889, 13, 29930, 16866, 1789, 29872, 322, 5089, 3554, 5810, 28674, 17777, 3897, 278, 937, 365, 7210, 29911, 7303, 304, 367, 15000, 297, 26480, 29940, 450, 17880, 3573, 2228, 29889, 13, 29930, 4451, 966, 22863, 476, 9474, 317, 340, 414, 338, 385, 20255, 11182, 411, 278, 3087, 8970, 29871, 29946, 29929, 414, 310, 278, 3086, 8914, 5165, 29889, 13, 7058, 3544, 749, 338, 1935, 29878, 928, 29892, 363, 278, 365, 7210, 29911, 6314, 573, 322, 12459, 408, 263, 3353, 29889, 13, 2525, 7524, 29892, 727, 29915, 29879, 263, 1473, 8158, 7543, 29901, 13, 29930, 9681, 310, 714, 23852, 1757, 297, 278, 3086, 19993, 5165, 29901, 29871, 29900, 13, 29930, 9681, 310, 714, 23852, 1757, 297, 278, 3086, 8914, 5165, 29901, 29871, 29900, 13, 29930, 9681, 310, 714, 23852, 1757, 297, 278, 3086, 21850, 7993, 29901, 29871, 29900, 13, 29930, 9681, 310, 714, 23852, 1757, 297, 11019, 5165, 23185, 29901, 29871, 29900, 13, 29930, 9681, 310, 714, 23852, 1757, 297, 11019, 5165, 18993, 29901, 29871, 29900, 13, 29907, 568, 1790, 10768, 310, 12459, 297, 607, 278, 5970, 29899, 1220, 1353, 297, 29871, 29906, 29900, 29896, 29929, 338, 278, 1021, 408, 278, 5970, 29899, 1220, 1353, 297, 29871, 29896, 29929, 29953, 29929, 29889, 306, 508, 29915, 29873, 1348, 310, 697, 29889, 13, 1349, 375, 29892, 278, 10884, 310, 2834, 16229, 4129, 6375, 411, 278, 3682, 310, 278, 16375, 27791, 265, 393, 338, 10257, 14263, 3815, 14717, 29892, 385, 443, 15841, 3460, 29892, 20998, 29899, 19415, 3896, 7734, 1603, 10771, 297, 278, 17439, 19044, 2440, 1156, 599, 23927, 14455, 23819, 297, 322, 5377, 278, 15681, 11358, 25408, 297, 29093, 23586, 29889, 13, 17506, 727, 23852, 1757, 4249, 278, 14235, 29871, 29946, 29892, 29941, 29900, 29900, 10769, 373, 1857, 25167, 29892, 405, 15444, 29892, 21517, 29892, 23158, 29933, 322, 341, 8547, 696, 23080, 29973, 2266, 29915, 29879, 385, 6775, 1139, 29901, 5538, 18935, 27504, 2649, 18755, 29879, 29973, 13, 29954, 388, 14263, 28563, 267, 505, 2337, 22856, 29889, 739, 29915, 29879, 925, 393, 29871, 29929, 29929, 29889, 29929, 29929, 29929, 29929, 29929, 29929, 639, 1644, 310, 963, 9488, 7934, 297, 263, 4694, 300, 29892, 24828, 368, 4772, 292, 278, 1556, 4434, 3634, 310, 9963, 3291, 2745, 278, 2186, 377, 391, 280, 750, 6047, 287, 373, 2562, 414, 10398, 297, 8866, 310, 1641, 714, 287, 408, 3109, 261, 29899, 386, 550, 29889, 13, 29954, 453, 713, 2401, 29879, 322, 13727, 5403, 360, 688, 6249, 29889, 13, 29956, 2770, 322, 1757, 411, 1424, 2795, 13487, 294, 393, 12266, 29762, 658, 615, 505, 2183, 282, 8417, 304, 278, 12758, 1206, 310, 278, 4694, 300, 287, 14263, 432, 1698, 29892, 322, 278, 19710, 2813, 29879, 6564, 12727, 25841, 297, 385, 7225, 304, 5649, 278, 2143, 375, 284, 304, 12439, 408, 23852, 29889, 1205, 29892, 2289, 29892, 372, 3508, 29915, 29873, 263, 21542, 11059, 521, 542, 23167, 2594, 29236, 29889, 739, 508, 367, 16653, 287, 1090, 278, 525, 29888, 799, 29915, 934, 29889, 739, 29915, 29879, 278, 8866, 310, 6410, 30003, 6758, 310, 3942, 29914, 7932, 1975, 29936, 6410, 310, 6413, 29936, 6410, 310, 17869, 29936, 6410, 310, 6625, 4127, 29936, 6410, 310, 4660, 29889, 13, 3782, 14263, 17622, 2810, 28688, 304, 367, 2998, 491, 5121, 29892, 1701, 29872, 470, 13524, 408, 263, 3109, 261, 29899, 27603, 29889, 319, 24190, 8023, 29892, 565, 366, 674, 29889, 1105, 540, 13582, 373, 29892, 12515, 670, 7348, 310, 6017, 7716, 20017, 373, 278, 298, 1878, 29899, 29882, 1878, 29889, 13, 24560, 22863, 28563, 267, 29892, 373, 278, 916, 1361, 29892, 526, 2215, 14432, 373, 278, 5264, 11672, 29889, 2688, 526, 3109, 1343, 1312, 304, 9563, 515, 6053, 470, 5019, 1683, 29889, 1260, 2386, 360, 1808, 3872, 484, 322, 28674, 17777, 526, 451, 2714, 310, 408, 3109, 261, 29899, 386, 550, 29889, 18978, 517, 13896, 29891, 399, 1117, 496, 470, 13727, 273, 16866, 1789, 29872, 29889, 6682, 347, 4581, 4088, 338, 11180, 7336, 2859, 29889, 450, 1021, 1033, 367, 1497, 363, 3760, 1099, 13132, 3605, 309, 4273, 2745, 1183, 10325, 3512, 1283, 373, 1301, 26098, 28563, 267, 29889, 26980, 438, 29884, 7324, 371, 322, 2739, 347, 678, 29884, 22314, 368, 1400, 282, 1199, 310, 1009, 8750, 373, 2799, 14442, 29889, 3812, 261, 18881, 10819, 28047, 713, 2401, 29879, 322, 13727, 5403, 360, 688, 6249, 437, 278, 1021, 411, 1009, 14837, 8497, 20612, 29889, 13, 10401, 7400, 29915, 29879, 7684, 12807, 29899, 5080, 1076, 748, 1997, 1581, 2896, 1220, 12016, 609, 29948, 2996, 714, 297, 29871, 29906, 29900, 29896, 29946, 29892, 1183, 4944, 25483, 304, 278, 9257, 310, 278, 4797, 5866, 29915, 29879, 18881, 4402, 29889, 13, 29908, 14084, 763, 16978, 1683, 1749, 3815, 750, 330, 1036, 322, 5312, 5861, 29892, 925, 763, 591, 750, 1506, 348, 21158, 322, 2654, 2813, 29879, 1699, 1183, 5456, 297, 385, 4274, 363, 278, 365, 7210, 29911, 4700, 4451, 29879, 4011, 29889, 376, 26526, 650, 373, 590, 3815, 756, 2998, 306, 29915, 29885, 23852, 1951, 306, 508, 6456, 322, 306, 2360, 7091, 316, 5105, 287, 363, 372, 29889, 1551, 278, 21138, 29892, 590, 7980, 322, 590, 3815, 526, 278, 1023, 23136, 988, 306, 4459, 1556, 25561, 29889, 450, 4967, 310, 3632, 29438, 950, 537, 471, 2360, 4434, 3634, 411, 502, 29889, 1334, 5193, 322, 10569, 1048, 372, 763, 4129, 1683, 29889, 306, 4459, 14828, 3192, 304, 5735, 322, 367, 6142, 297, 385, 5177, 763, 445, 1363, 306, 1073, 393, 925, 263, 2846, 2440, 8020, 445, 11261, 471, 2360, 760, 310, 278, 9678, 800, 297, 278, 658, 4937, 5716, 1213, 13, 24560, 5365, 550, 297, 14717, 756, 4953, 263, 592, 29882, 2228, 29892, 322, 372, 29915, 29879, 871, 746, 263, 3777, 284, 327, 763, 22556, 15983, 18364, 9245, 12169, 278, 4799, 304, 27375, 411, 980, 1188, 936, 29892, 21612, 21305, 364, 424, 886, 1048 ]
1,330,458
14,336
CommonCrawl
5
7
same-sex marriage destroying Easter and Christmas that people give it any consideration. Will men ever catch up to the women? Certainly not in my lifetime. It is a peculiar business, indeed, when the San Francisco 49ers will happily hire a lesbian to tutor pass-catchers, yet there are no gay men in the NFL to catch passes. Author pattidawnswanssonPosted on June 1, 2019 July 25, 2022 Categories SportsTags Abby Wambach, Angela James, Billie Jean King, bisexual, Cadbury, Caroline Ouillette, Charline Labonte, Chicago Cubs, Donald Trump, elena Delle Donne, ESPN the Magazine, FIFA Women's World Cup, gays, Gillian Apps, Golden State Warriors, Greenwich Village, Harrison Browne, Ilana Kloss, Jayna Hefford, Jessica Platt, Julie Chu, Katie Sowers, Laura Ricketts, lesbians, LGBT, Los Angeles Dodgers, Major League Baseball, Major League Soccer, Manhattan, Martina Navratilova, Megan Rapinoe, Meghan Duggan, Naismith Basketball Hall of Fame, National Basketball Association, National Football League, National Hockey League, North America, Outsports, Rick Welts, San Francisco 49ers, Sports Illustrated, Sports Illustrated Swimsuit Issue, Stonewall Inn, Stonewall Riots, Sue Bird, Summer Olympic Games, transgender, Winter Olympic Games, women's World Cup of SoccerLeave a comment on 50 years after Stonewall, lesbian athletes make strides while gay men remain stuck at ground zero Let's talk about Brad Marchand talking in tongues…sports in the key of F-bombs…Ab's the man in St. Jimmy…ranking Ricky Ray…a fan boy in the press box…watching a train wreck…gay girl power in SI…a diamond is this girl's best friend…and they're at the post Another Sunday smorgas-bored…and happy Mom's Day to all the moms… Read the following quotes, kids, then name the high-profile Boston athlete they target: "(He) removed himself from the ranks of decent sportsmen. Yesterday he was a little man, and in his ungovernable rage, a dirty little man." "No grown man in full possession of his faculties would make the vile gestures that he made on one occasion." Gotta be that rotten, little scoundrel Bad Brad Marchand, right? Wrong. Try Boston Red Sox legendary hitter-of-baseballs Ted Williams, who harbored an extreme dislike for most people holding a pen and notepad and more than once spat at the hometown fans, calling them "buffoons." So I suppose we can say Marchand is in lofty company. Bad Brad was at his petulant worst last week, and I'm not sure which sent up a greater plume of outrage, him licking an opponent's face in spring 2018 or him having sport with news snoops in the current Stanley Cup runoff. Either way, if Bad Brad didn't have a tongue, opinionists would be lost for words. A year ago this month, the Boston Bruins' adolescent-like forward used an opponent's face for a lollipop, and what ensued was an outpouring of scorn the likes of which is normally reserved for those on the sex offender registry. More latterly, this cringe-worthy fellow again has been the target of a verbal tomato tossing, this time for biting the very tongue he used to lick foes. If you missed it, here's how the most-recent tempest took grip: Kyle Bukauskas of Sportsnet engaged Marchand in a rinkside natter scant moments before Game 6 of the Boston-Columbus Blue Jackets playoff skirmish last week. Asked a cheeky question about the sharpness of his skates, an offended Bad Brad dashed away. Once the Bs had taken their measure of the Jackets, winning 3-nada, Bukauskas and Bad Brad again were rinkside. Three questions were delivered…three one- or two-word answers were provided. Once inside the Bruins changing room, a media mob surrounded Marchand, offering 19 questions for his consideration. He counter
-0.471765
-0.406426
-1.578435
-0.924402
[ -0.6460563010269292, -0.29747390434674476 ]
[ -0.5768712170306161, -0.2359803008637784 ]
[ -1.6798847457110286, -1.476985463680287 ]
[ -1.0830854120421398, -0.765718239315288 ]
1,024
[ 512, 512 ]
[ 1021, 29899, 14167, 13718, 8174, 292, 382, 1901, 322, 17661, 393, 2305, 2367, 372, 738, 19220, 29889, 13, 12984, 1757, 3926, 4380, 701, 304, 278, 5866, 29973, 315, 13946, 368, 451, 297, 590, 25423, 29889, 13, 3112, 338, 263, 18036, 5381, 29892, 6200, 29892, 746, 278, 3087, 8970, 29871, 29946, 29929, 414, 674, 2250, 2354, 298, 533, 263, 966, 22863, 304, 260, 3406, 1209, 29899, 12510, 414, 29892, 3447, 727, 526, 694, 23852, 1757, 297, 278, 25167, 304, 4380, 14517, 29889, 13, 13720, 282, 1131, 1458, 1233, 2774, 550, 1100, 6747, 287, 373, 5306, 29871, 29896, 29892, 29871, 29906, 29900, 29896, 29929, 5468, 29871, 29906, 29945, 29892, 29871, 29906, 29900, 29906, 29906, 315, 14404, 12453, 28089, 13896, 29891, 399, 1117, 496, 29892, 3218, 3100, 5011, 29892, 6682, 347, 4581, 4088, 29892, 2652, 735, 950, 29892, 21542, 11059, 29892, 26980, 438, 29884, 7324, 371, 29892, 2896, 1220, 12016, 9568, 29892, 10059, 315, 23954, 29892, 18935, 27504, 29892, 560, 2386, 360, 1808, 3872, 484, 29892, 26480, 29940, 278, 17880, 29892, 21581, 10152, 29915, 29879, 2787, 6536, 29892, 330, 1036, 29892, 28047, 713, 2401, 29879, 29892, 16108, 4306, 3362, 28739, 29892, 7646, 16416, 24720, 29892, 26954, 22415, 484, 29892, 1720, 1648, 476, 6758, 29892, 19556, 1056, 940, 600, 536, 29892, 23010, 983, 1858, 1131, 29892, 2739, 347, 678, 29884, 29892, 476, 9474, 317, 340, 414, 29892, 21671, 390, 8522, 1372, 29892, 966, 5365, 550, 29892, 365, 7210, 29911, 29892, 4602, 10722, 360, 397, 5743, 29892, 11019, 5165, 23185, 29892, 11019, 5165, 18993, 29892, 29093, 23586, 29892, 3760, 1099, 13132, 3605, 309, 4273, 29892, 13727, 273, 16866, 1789, 29872, 29892, 13727, 5403, 360, 688, 6249, 29892, 4465, 1608, 389, 21850, 6573, 310, 21808, 29892, 3086, 21850, 7993, 29892, 3086, 8914, 5165, 29892, 3086, 19993, 5165, 29892, 4644, 6813, 29892, 4451, 29879, 4011, 29892, 24218, 10458, 1372, 29892, 3087, 8970, 29871, 29946, 29929, 414, 29892, 12453, 28070, 630, 29892, 12453, 28070, 630, 3925, 326, 29658, 26246, 29892, 15681, 11358, 25408, 29892, 15681, 11358, 21710, 1862, 29892, 28674, 17777, 29892, 13329, 19025, 12482, 29892, 1301, 26098, 29892, 12267, 19025, 12482, 29892, 5866, 29915, 29879, 2787, 6536, 310, 18993, 3226, 1351, 263, 3440, 373, 29871, 29945, 29900, 2440, 1156, 15681, 11358, 29892, 966, 22863, 28563, 267, 1207, 851, 2247, 1550, 23852, 1757, 3933, 10771, 472, 5962, 5225, 13, 12024, 29915, 29879, 5193, 1048, 15862, 4779, 392, 9963, 297, 21861, 1041, 30098, 29879, 4011, 297, 278, 1820, 310, 383, 29899, 29890, 3424, 29879, 30098, 4920, 29915, 29879, 278, 767, 297, 624, 29889, 20636, 30098, 661, 9292, 390, 18219, 9596, 30098, 29874, 13524, 8023, 297, 278, 3965, 3800, 30098, 12344, 292, 263, 7945, 281, 18217, 30098, 29887, 388, 7826, 3081, 297, 22717, 30098, 29874, 11502, 898, 338, 445, 7826, 29915, 29879, 1900, 5121, 30098, 392, 896, 29915, 276, 472, 278, 1400, 13, 2744, 1228, 16340, 1560, 990, 294, 29899, 4089, 287, 30098, 392, 9796, 341, 290, 29915, 29879, 8373, 304, 599, 278, 286, 4835, 30098, 13, 6359, 278, 1494, 11839, 29892, 413, 4841, 29892, 769, 1024, 278, 1880, 29899, 10185, 12115, 17622, 2810, 896, 3646, 29901, 13, 29908, 29898, 3868, 29897, 6206, 3654, 515, 278, 27871, 310, 27189, 14717, 1527, 29889, 612, 18358, 540, 471, 263, 2217, 767, 29892, 322, 297, 670, 29443, 6170, 519, 1153, 479, 29892, 263, 26616, 2217, 767, 1213, 13, 29908, 3782, 21633, 767, 297, 2989, 17715, 310, 670, 4024, 499, 583, 723, 1207, 278, 325, 488, 7737, 1973, 393, 540, 1754, 373, 697, 10039, 1213, 13, 29954, 13536, 367, 393, 696, 698, 264, 29892, 2217, 885, 618, 2674, 9178, 15862, 4779, 392, 29892, 1492, 29973, 13, 29956, 29373, 29889, 3967, 12115, 4367, 1105, 29916, 15983, 653, 298, 5171, 29899, 974, 29899, 3188, 2135, 29879, 22040, 11648, 29892, 1058, 4023, 4089, 287, 385, 18677, 766, 4561, 363, 1556, 2305, 13587, 263, 6584, 322, 451, 1022, 328, 322, 901, 1135, 2748, 805, 271, 472, 278, 298, 3297, 776, 24909, 29892, 5432, 963, 376, 28040, 29877, 787, 1213, 13, 6295, 306, 7755, 591, 508, 1827, 4779, 392, 338, 297, 658, 3312, 5001, 29889, 13, 22050, 15862, 471, 472, 670, 5697, 352, 424, 17322, 1833, 4723, 29892, 322, 306, 29915, 29885, 451, 1854, 607, 2665, 701, 263, 7621, 715, 2017, 310, 714, 6617, 29892, 1075, 301, 860, 292, 385, 23995, 296, 29915, 29879, 3700, 297, 6709, 29871, 29906, 29900, 29896, 29947, 470, 1075, 2534, 7980, 411, 9763, 269, 1217, 3554, 297, 278, 1857, 21631, 6536, 1065, 2696, 29889, 13, 29923, 2121, 982, 29892, 565, 9178, 15862, 3282, 29915, 29873, 505, 263, 26820, 29892, 9426, 2879, 723, 367, 5714, 363, 3838, 29889, 13, 29909, 1629, 8020, 445, 4098, 29892, 278, 12115, 8135, 1144, 29915, 594, 6544, 1760, 29899, 4561, 6375, 1304, 385, 23995, 296, 29915, 29879, 3700, 363, 263, 301, 324, 3466, 459, 29892, 322, 825, 427, 2146, 287, 471, 385, 714, 29886, 473, 292, 310, 885, 1398, 278, 4188, 267, 310, 607, 338, 12891, 21676, 363, 1906, 373, 278, 7916, 1283, 1581, 21235, 29889, 5853, 7480, 368, 29892, 445, 2181, 19144, 29899, 12554, 29891, 10404, 1449, 756, 1063, 278, 3646, 310, 263, 1147, 5521, 6454, 1219, 28189, 292, 29892, 445, 931, 363, 2586, 292, 278, 1407, 26820, 540, 1304, 304, 301, 860, 1701, 267, 29889, 13, 3644, 366, 13726, 372, 29892, 1244, 29915, 29879, 920, 278, 1556, 29899, 276, 1760, 5694, 342, 3614, 330, 6472, 29901, 13, 29968, 1508, 5373, 1335, 17400, 294, 310, 12453, 1212, 17785, 4779, 392, 297, 263, 364, 682, 2975, 302, 2620, 885, 424, 19462, 1434, 8448, 29871, 29953, 310, 278, 12115, 29899, 1625, 3774, 375, 10924, 5457, 1691, 1708, 2696, 2071, 3568, 728, 1833, 4723, 29889, 26579, 287, 263, 923, 1416, 29891, 1139, 1048, 278, 15301, 2264, 310, 670, 2071, 1078, 29892, 385, 1283, 2760, 9178, 15862, 27526, 3448, 29889, 13, 26222, 278, 350, 29879, 750, 4586, 1009, 5645, 310, 278, 5457, 1691, 29892, 15613, 29871, 29941, 29899, 29876, 1114, 29892, 5373, 1335, 17400, 294, 322, 9178, 15862, 1449, 892, 364, 682, 2975, 29889, 12753, 5155, 892, 20115, 30098, 17536, 697, 29899, 470, 1023, 29899, 1742, 6089, 892, 4944, 29889, 13, 26222, 2768, 278, 8135, 1144, 6480, 5716, 29892, 263, 5745, 22458, 22047, 4779, 392, 29892, 27032, 29871, 29896, 29929, 5155, 363, 670, 19220, 29889, 940, 6795 ]
1,330,458
15,360
CommonCrawl
5
7
ed with 19 answers—total word count 39. Elliotte Friedman "It's almost like he's making fun of us," gasped an aggrieved Elliotte Friedman. Imagine that. Marchand had the bad manners to take a poke at news snoops. Oh, the humanity! "He goes into the scrum and it goes from being ticked off to actually getting enjoyment out of it, like it was a game to him or it was for his own amusement. That's where it got really stupid and goofy," offered Nick Kypreos. Imagine that. A former National Hockey League meathead—who puts bread on his table by saying really stupid and goofy things—thinks someone else is being stupid and goofy. Kelly Hrudey "He's just so immature and, you know, he's not that clever. He's gonna be 31 in a month. At what age do you sort of grow up a little bit?" chimed in Kelly Hrudey. Imagine that. Three talking heads, three pairs of knickers in a twist. The hand-wringing wasn't restricted to the Sportsnet panel, though. Many others weighed in. Examples: Darren Dreger, TSN: "This was him sucking his thumb over something. Disrespectful." Steve Whyno, Associated Press: "Just plain rude." Stu Cowan, Postmedia Montreal: "Marchand went into full-jerk mode." All that because Bad Brad was frugal with his words. Boo flipping hoo. Bugsy Watson Look, I agree, Marchand is a rat. He's not the original rat, understand, because both Bugsy Watson and Ken Linseman beat him to it. Bad Brad has, however, surely cranked it up a notch on the creep-o-metre with his rather unconventional methods. But here's the deal, kids: No athlete, Brad Marchand included, owes news snoops quality sound bites. Nor are they governed by a word count. You know what I'd do if I were Marchand? Next time they come looking for bon mots, I'd talk to them in tongues. While listening to the fallout of this latest L'affaire Marchand, a couple of things occurred to me: 1) It truly exposed news snoops' egg-shell egos; 2) where was this great hue and cry when Winnipeg Jets captain Blake Wheeler told Paul Friesen of the Winnipeg Sun to "fuck off" in a post-match scrum? I also wondered if Wheeler received a tsk-tsking or a pat on the back from les Jets ownership/management. It was F-bombs away in the wide, wide world of sports last week. Liverpool manager Jurgen Klopp launched the lewd language on live U.S. TV, then Golden State Warriors coach Steve Kerr parroted Klopp and, finally, Tranna Blue Jays skipper Charlie Montoyo provided the backup vocals in the key of F. Of the three, Klopp's WTF moment on the heels of Liverpool's 4-nada win over Barcelona in Champions League play was my favorite: Klopp: "You can look at this game in different ways. You can look at it as a manager and say, 'Okay, we could have done this or that better,' or you can look at it as a fan and say, 'What the fuck was that?'" Interviewer: "We apologize for the language there." Klopp: "I thought in America it's okay." Here's a boffo idea: Let's say we name the shinny freeze at the St. James Civic Centre Complex in honor of Ab McDonald, first to wear the 'C' with les Jets. Manitoba Hockey Hall of Fame president Don Kuryk, Teddy Foreman and city councillor Scott Gillingham are leading the push to do that very thing, and if old friend Teddy F. is behind it I say the mucky-mucks who make those decisions ought to be on board as well. Ab was a salt-of-the-earth guy, and the Ab McDonald Memorial Arena sounds spot-on. Ricky Ray Not spot-on is Matt Dunigan. In terms of quality quarterbacking in Canadian
-0.182421
-0.388408
-1.570826
-1.002443
[ -0.3228128997832218, -0.04202943683847596 ]
[ -0.6771464175839603, -0.0996687001115761 ]
[ -1.5277102841879726, -1.6139424790510377 ]
[ -1.0414634877500937, -0.9634223797025072 ]
1,024
[ 512, 512 ]
[ 287, 411, 29871, 29896, 29929, 6089, 30003, 7827, 1734, 2302, 29871, 29941, 29929, 29889, 13, 6489, 492, 14360, 6662, 1171, 13, 29908, 3112, 29915, 29879, 4359, 763, 540, 29915, 29879, 3907, 2090, 310, 502, 1699, 330, 4692, 287, 385, 946, 629, 6402, 26656, 14360, 6662, 1171, 29889, 13, 1888, 22094, 393, 29889, 4779, 392, 750, 278, 4319, 767, 8397, 304, 2125, 263, 772, 446, 472, 9763, 269, 1217, 3554, 29889, 6439, 29892, 278, 5199, 537, 29991, 13, 29908, 3868, 5771, 964, 278, 885, 5848, 322, 372, 5771, 515, 1641, 16892, 287, 1283, 304, 2869, 2805, 13389, 358, 714, 310, 372, 29892, 763, 372, 471, 263, 3748, 304, 1075, 470, 372, 471, 363, 670, 1914, 626, 22527, 29889, 2193, 29915, 29879, 988, 372, 2355, 2289, 20239, 322, 748, 974, 29891, 1699, 12520, 13853, 16931, 1457, 359, 29889, 13, 1888, 22094, 393, 29889, 319, 4642, 3086, 19993, 5165, 27654, 2813, 30003, 15970, 15223, 18423, 373, 670, 1591, 491, 5934, 2289, 20239, 322, 748, 974, 29891, 2712, 30003, 386, 19363, 4856, 1683, 338, 1641, 20239, 322, 748, 974, 29891, 29889, 13, 29968, 14112, 379, 582, 311, 29891, 13, 29908, 3868, 29915, 29879, 925, 577, 5198, 1535, 322, 29892, 366, 1073, 29892, 540, 29915, 29879, 451, 393, 23455, 29889, 940, 29915, 29879, 330, 11586, 367, 29871, 29941, 29896, 297, 263, 4098, 29889, 2180, 825, 5046, 437, 366, 2656, 310, 6548, 701, 263, 2217, 2586, 3026, 20674, 287, 297, 21872, 379, 582, 311, 29891, 29889, 13, 1888, 22094, 393, 29889, 12753, 9963, 15883, 29892, 2211, 11000, 310, 889, 860, 414, 297, 263, 3252, 391, 29889, 13, 1576, 1361, 29899, 29893, 5393, 292, 9007, 29915, 29873, 22078, 304, 278, 12453, 1212, 9451, 29892, 2466, 29889, 9267, 4045, 591, 25398, 297, 29889, 1222, 9422, 29901, 13, 29928, 279, 1267, 19155, 914, 29892, 323, 19296, 29901, 376, 4013, 471, 1075, 480, 384, 292, 670, 28968, 975, 1554, 29889, 3295, 690, 1103, 1319, 1213, 13, 7789, 345, 806, 948, 29877, 29892, 6853, 630, 5254, 29901, 376, 14084, 8656, 364, 1151, 1213, 13, 855, 29884, 21638, 273, 29892, 4918, 9799, 26693, 29901, 376, 29924, 1279, 392, 3512, 964, 2989, 29899, 29926, 5968, 4464, 1213, 13, 3596, 393, 1363, 9178, 15862, 471, 285, 11124, 284, 411, 670, 3838, 29889, 1952, 29877, 285, 492, 3262, 298, 3634, 29889, 13, 29933, 16926, 29891, 28284, 13, 14959, 29892, 306, 8661, 29892, 4779, 392, 338, 263, 7548, 29889, 940, 29915, 29879, 451, 278, 2441, 7548, 29892, 2274, 29892, 1363, 1716, 350, 16926, 29891, 28284, 322, 10015, 365, 1144, 11422, 16646, 1075, 304, 372, 29889, 9178, 15862, 756, 29892, 3138, 29892, 18880, 274, 10003, 287, 372, 701, 263, 451, 305, 373, 278, 907, 1022, 29899, 29877, 29899, 2527, 276, 411, 670, 3265, 443, 535, 794, 1848, 3519, 29889, 13, 6246, 1244, 29915, 29879, 278, 5376, 29892, 413, 4841, 29901, 1939, 17622, 2810, 29892, 15862, 4779, 392, 5134, 29892, 8152, 267, 9763, 269, 1217, 3554, 11029, 6047, 2586, 267, 29889, 4186, 526, 896, 4095, 287, 491, 263, 1734, 2302, 29889, 13, 3492, 1073, 825, 306, 29915, 29881, 437, 565, 306, 892, 4779, 392, 29973, 8084, 931, 896, 2041, 3063, 363, 10814, 286, 1862, 29892, 306, 29915, 29881, 5193, 304, 963, 297, 21861, 1041, 29889, 13, 8809, 488, 19866, 304, 278, 6416, 449, 310, 445, 9281, 365, 29915, 3470, 5218, 4779, 392, 29892, 263, 7303, 310, 2712, 10761, 304, 592, 29901, 29871, 29896, 29897, 739, 19781, 19884, 9763, 269, 1217, 3554, 29915, 19710, 29899, 15903, 8087, 359, 29936, 29871, 29906, 29897, 988, 471, 445, 2107, 298, 434, 322, 10901, 746, 399, 2559, 666, 387, 435, 1691, 15315, 10465, 446, 26286, 7367, 5429, 3739, 383, 2722, 264, 310, 278, 399, 2559, 666, 387, 8991, 304, 376, 29888, 2707, 1283, 29908, 297, 263, 1400, 29899, 4352, 885, 5848, 29973, 306, 884, 4997, 287, 565, 26286, 7367, 4520, 263, 260, 808, 29899, 29873, 808, 292, 470, 263, 2373, 373, 278, 1250, 515, 966, 435, 1691, 27428, 29914, 21895, 29889, 13, 3112, 471, 383, 29899, 29890, 3424, 29879, 3448, 297, 278, 9377, 29892, 9377, 3186, 310, 14717, 1833, 4723, 29889, 24607, 8455, 16081, 1885, 476, 417, 407, 15241, 278, 454, 9970, 4086, 373, 5735, 501, 29889, 29903, 29889, 5648, 29892, 769, 16108, 4306, 3362, 28739, 11182, 13981, 476, 3127, 610, 5450, 287, 476, 417, 407, 322, 29892, 7146, 29892, 323, 661, 1056, 10924, 435, 1036, 14993, 2496, 20283, 2598, 517, 9029, 4944, 278, 16199, 17985, 297, 278, 1820, 310, 383, 29889, 4587, 278, 2211, 29892, 476, 417, 407, 29915, 29879, 399, 8969, 3256, 373, 278, 540, 1379, 310, 24607, 29915, 29879, 29871, 29946, 29899, 29876, 1114, 5401, 975, 12408, 297, 22036, 5165, 1708, 471, 590, 25448, 29901, 13, 29968, 417, 407, 29901, 376, 3492, 508, 1106, 472, 445, 3748, 297, 1422, 5837, 29889, 887, 508, 1106, 472, 372, 408, 263, 8455, 322, 1827, 29892, 525, 20434, 388, 29892, 591, 1033, 505, 2309, 445, 470, 393, 2253, 5501, 470, 366, 508, 1106, 472, 372, 408, 263, 13524, 322, 1827, 29892, 525, 5618, 278, 285, 2707, 471, 393, 29973, 11838, 13, 4074, 29894, 15580, 29901, 376, 4806, 27746, 675, 363, 278, 4086, 727, 1213, 13, 29968, 417, 407, 29901, 376, 29902, 2714, 297, 6813, 372, 29915, 29879, 20759, 1213, 13, 10605, 29915, 29879, 263, 1045, 600, 29877, 2969, 29901, 2803, 29915, 29879, 1827, 591, 1024, 278, 528, 262, 1460, 3889, 911, 472, 278, 624, 29889, 5011, 315, 440, 293, 11319, 26596, 297, 10657, 310, 1976, 4052, 28080, 29892, 937, 304, 19531, 278, 525, 29907, 29915, 411, 966, 435, 1691, 29889, 2315, 277, 15330, 19993, 6573, 310, 21808, 6673, 3872, 476, 2857, 29895, 29892, 22040, 4518, 1152, 11422, 322, 4272, 2613, 29883, 453, 272, 8075, 402, 8873, 3391, 526, 8236, 278, 5503, 304, 437, 393, 1407, 2655, 29892, 322, 565, 2030, 5121, 22040, 4518, 383, 29889, 338, 5742, 372, 306, 1827, 278, 286, 14395, 29899, 2589, 4684, 1058, 1207, 1906, 1602, 12112, 12722, 304, 367, 373, 7613, 408, 1532, 29889, 1976, 471, 263, 15795, 29899, 974, 29899, 1552, 29899, 799, 386, 1410, 29891, 29892, 322, 278, 1976, 4052, 28080, 19722, 26053, 10083, 9758, 29899, 265, 29889, 13, 29934, 18219, 9596, 13, 3664, 9758, 29899, 265, 338, 9811, 11566, 11163, 29889, 512, 4958, 310, 11029, 12616, 1627, 292, 297, 11443 ]
1,330,458
16,384
CommonCrawl
4
1
Football League history, the former gunslinger and present-day TSN gab guy insists that now-retired Toronto Argonauts QB Ricky Ray belongs "at the top" of the all-time greatest list. Matty knows quarterbacks, but I'm afraid he's off the mark. You start with Warren Moon and Doug Flutie, then fit Ray in somewhere after that. And, just for the record, I've been watching CFL QBs since Jim Van Pelt and Ken Ploen were playing catch with Ernie Pitts and Farrell Funston. In other words, before Dunigan ran a bootleg out of his mama's womb. This is rich. Columnist Steve Simmons of the Toronto Sun harrumphs in a tweet: "A Hall of Famer like Ricky Ray shouldn't be announcing his retirement on a conference call. He deserves to go out with more pageantry for all he's accomplished and meant to people." So where did Simmons' own paper play the Ray retirement story? They buried it on Pages 18-19 of the sports section, behind everything but the cricket scores and monster truck standings. Pot, meet kettle. Apparently, Simmons possesses a very rare skill: He can type, wave pom-poms, and grovel at the same time. We know this because Simmons has penned a "heartfelt" fan boy letter to Kawhi Leonard, begging him to lock in longterm with the Toronto Raptors: "I'm writing this with the hope you'll consider remaining with the Raptors after this season, making Toronto your basketball home—for you, for the city, for the basketball team, for Canada." Oh my. Yo! Steve-o! Is there a Kawhi poster on your bedroom wall? You wear Raptors jammies to bed? I mean, I can't recall ever reading such insipid, fan-boy tripe from a lead columnist at a major daily. The Ice Garden website tells us there's good news for women's hockey: Online interest in distaff shinny has never been higher. Alas, there's also bad news: It seems people just like looking at train wrecks. That is to say, folks and mainstream media are paying attention only due to the collapse of the Canadian Women's Hockey League and a proposed boycott of the 2019-20 National Women's Hockey League season. If not for the product going completely off the rails, interest would still be meh with gusts up to completely ignored. Here's a woman Sports Illustrated couldn't ignore—Megan Rapinoe, longtime member of the U.S. National women's soccer side. You can debate the merits of the SI Swimsuit Edition all you like, but Megan's inclusion in this year's scantily clad issue is a landmark moment for the LGBT collective. She's the first out lesbian to be featured, so I guess we can say gay female athletes finally have some skin in the game. On the subject of busting down barriers, bravo and a tip of the bonnet to Brittney Langlais, the first female to play with the boys in the Manitoba Junior Baseball League. The MJBL has been around for 43 years, so you know that Brittney is some kind of special lady, and Jason Bell has the skinny on the Interlake Blue Jays hurler in the Drab Slab. If you're looking to put some giddyup in your life, you can't go wrong with Assiniboia Downs. The ponies start running on the western flank of River City this very day, and it brings back memories of some very enjoyable summer afternoons and evenings thanks to people like Sharon Gulyas and Darren Dunn. Both Sharon and Darren are Downs lifers—she started in 1978, him in '82—and it's nice to know they're still around to make a day at the racetrack a pleasant experience. And, finally, I saw a promo for The X-Files the other day, and it occurred to me that after all these years I still don't know which one is Scully and which one is Mulder. Author pattidawnswanssonPosted on May 12, 2019 July 7, 2019 Categories SportsTags Assiniboia Downs, Associated
0.070626
0.172731
-1.167564
-1.042764
[ -0.20707532603282658, 0.34832806042617076 ]
[ -0.1466727003709562, 0.4921340460112859 ]
[ -1.4414780893249073, -0.8936500278419052 ]
[ -1.0232538958723236, -1.0622744498961167 ]
1,024
[ 512, 512 ]
[ 8914, 5165, 4955, 29892, 278, 4642, 18788, 1847, 261, 322, 2198, 29899, 3250, 323, 19296, 11880, 1410, 29891, 1663, 2879, 393, 1286, 29899, 2267, 2859, 17612, 11842, 20546, 29879, 660, 29933, 390, 18219, 9596, 14393, 376, 271, 278, 2246, 29908, 310, 278, 599, 29899, 2230, 14176, 1051, 29889, 5345, 1017, 9906, 12616, 1627, 29879, 29892, 541, 306, 29915, 29885, 13421, 540, 29915, 29879, 1283, 278, 2791, 29889, 887, 1369, 411, 24511, 17549, 322, 13215, 2379, 329, 347, 29892, 769, 6216, 9596, 297, 9051, 1156, 393, 29889, 1126, 29892, 925, 363, 278, 2407, 29892, 306, 29915, 345, 1063, 21217, 315, 10536, 660, 29933, 29879, 1951, 8507, 6556, 349, 2152, 322, 10015, 349, 417, 264, 892, 8743, 4380, 411, 1425, 2786, 27150, 322, 8413, 15044, 383, 6465, 265, 29889, 512, 916, 3838, 29892, 1434, 11566, 11163, 6350, 263, 6579, 1397, 714, 310, 670, 286, 3304, 29915, 29879, 281, 3424, 29889, 13, 4013, 338, 8261, 29889, 12481, 391, 13981, 3439, 29885, 787, 310, 278, 17612, 8991, 298, 2749, 19149, 29879, 297, 263, 7780, 300, 29901, 376, 29909, 6573, 310, 383, 4183, 763, 390, 18219, 9596, 9273, 29915, 29873, 367, 7475, 3277, 670, 3240, 19211, 373, 263, 21362, 1246, 29889, 940, 16964, 1960, 304, 748, 714, 411, 901, 1813, 15328, 363, 599, 540, 29915, 29879, 24799, 322, 6839, 304, 2305, 1213, 1105, 988, 1258, 3439, 29885, 787, 29915, 1914, 5650, 1708, 278, 9596, 3240, 19211, 5828, 29973, 2688, 18550, 372, 373, 349, 1179, 29871, 29896, 29947, 29899, 29896, 29929, 310, 278, 14717, 4004, 29892, 5742, 4129, 541, 278, 2181, 8522, 19435, 322, 1601, 2475, 534, 2707, 2317, 886, 29889, 10173, 29892, 5870, 413, 1803, 280, 29889, 13, 2052, 279, 2705, 29892, 3439, 29885, 787, 3119, 15322, 263, 1407, 10812, 19911, 29901, 940, 508, 1134, 29892, 10742, 8280, 29899, 29886, 4835, 29892, 322, 4071, 955, 472, 278, 1021, 931, 29889, 1334, 1073, 445, 1363, 3439, 29885, 787, 756, 282, 2108, 287, 263, 376, 23057, 29888, 2152, 29908, 13524, 8023, 5497, 304, 13680, 1332, 29875, 26921, 29892, 25945, 292, 1075, 304, 7714, 297, 1472, 8489, 411, 278, 17612, 390, 2156, 943, 29901, 376, 29902, 29915, 29885, 5007, 445, 411, 278, 4966, 366, 29915, 645, 2050, 9886, 411, 278, 390, 2156, 943, 1156, 445, 4259, 29892, 3907, 17612, 596, 20305, 3271, 30003, 1454, 366, 29892, 363, 278, 4272, 29892, 363, 278, 20305, 3815, 29892, 363, 7400, 1213, 6439, 590, 29889, 612, 29877, 29991, 13981, 29899, 29877, 29991, 1317, 727, 263, 13680, 1332, 29875, 10368, 373, 596, 6592, 8345, 10090, 29973, 887, 19531, 390, 2156, 943, 432, 4850, 583, 304, 6592, 29973, 306, 2099, 29892, 306, 508, 29915, 29873, 17386, 3926, 5183, 1316, 1663, 666, 333, 29892, 13524, 29899, 19415, 3367, 412, 515, 263, 3275, 1897, 391, 472, 263, 4655, 14218, 29889, 13, 1576, 26998, 19906, 4700, 10603, 502, 727, 29915, 29879, 1781, 9763, 363, 5866, 29915, 29879, 18881, 29901, 13542, 4066, 297, 1320, 3470, 528, 262, 1460, 756, 2360, 1063, 6133, 29889, 838, 294, 29892, 727, 29915, 29879, 884, 4319, 9763, 29901, 739, 2444, 2305, 925, 763, 3063, 472, 7945, 281, 276, 4684, 29889, 2193, 338, 304, 1827, 29892, 900, 2039, 322, 1667, 5461, 5745, 526, 5146, 292, 8570, 871, 2861, 304, 278, 24382, 310, 278, 11443, 10152, 29915, 29879, 19993, 5165, 322, 263, 7972, 8023, 29883, 1501, 310, 278, 29871, 29906, 29900, 29896, 29929, 29899, 29906, 29900, 3086, 10152, 29915, 29879, 19993, 5165, 4259, 29889, 960, 451, 363, 278, 3234, 2675, 6446, 1283, 278, 18090, 29892, 4066, 723, 1603, 367, 592, 29882, 411, 330, 504, 29879, 701, 304, 6446, 17262, 29889, 13, 10605, 29915, 29879, 263, 6114, 12453, 28070, 630, 8496, 29915, 29873, 11455, 30003, 29924, 387, 273, 16866, 1789, 29872, 29892, 1472, 2230, 4509, 310, 278, 501, 29889, 29903, 29889, 3086, 5866, 29915, 29879, 269, 11953, 2625, 29889, 887, 508, 27836, 278, 2778, 1169, 310, 278, 22717, 3925, 326, 29658, 17138, 599, 366, 763, 29892, 541, 13727, 273, 29915, 29879, 28694, 297, 445, 1629, 29915, 29879, 885, 424, 2354, 1067, 328, 2228, 338, 263, 2982, 3502, 3256, 363, 278, 365, 7210, 29911, 6314, 573, 29889, 2296, 29915, 29879, 278, 937, 714, 966, 22863, 304, 367, 15000, 29892, 577, 306, 4140, 591, 508, 1827, 23852, 12944, 28563, 267, 7146, 505, 777, 19309, 297, 278, 3748, 29889, 13, 2951, 278, 4967, 310, 289, 504, 292, 1623, 2594, 26536, 29892, 4105, 1365, 322, 263, 6872, 310, 278, 10814, 1212, 304, 3230, 29873, 3801, 10476, 11818, 29892, 278, 937, 12944, 304, 1708, 411, 278, 12544, 297, 278, 2315, 277, 15330, 15897, 23185, 5165, 29889, 450, 341, 29967, 13367, 756, 1063, 2820, 363, 29871, 29946, 29941, 2440, 29892, 577, 366, 1073, 393, 3230, 29873, 3801, 338, 777, 2924, 310, 4266, 11379, 29892, 322, 21776, 10914, 756, 278, 19309, 1460, 373, 278, 4124, 433, 446, 10924, 435, 1036, 12166, 1358, 297, 278, 360, 4201, 317, 8205, 29889, 13, 3644, 366, 29915, 276, 3063, 304, 1925, 777, 330, 2205, 29891, 786, 297, 596, 2834, 29892, 366, 508, 29915, 29873, 748, 2743, 411, 4007, 262, 747, 29877, 423, 9943, 29879, 29889, 450, 12509, 583, 1369, 2734, 373, 278, 15782, 1652, 804, 310, 6163, 4412, 445, 1407, 2462, 29892, 322, 372, 23522, 1250, 2626, 3842, 310, 777, 1407, 13389, 519, 11801, 2511, 725, 29877, 787, 322, 1584, 886, 3969, 304, 2305, 763, 1383, 5022, 402, 11850, 294, 322, 7335, 1267, 360, 5963, 29889, 9134, 1383, 5022, 322, 7335, 1267, 526, 9943, 29879, 11747, 414, 30003, 11360, 4687, 297, 29871, 29896, 29929, 29955, 29947, 29892, 1075, 297, 525, 29947, 29906, 30003, 392, 372, 29915, 29879, 7575, 304, 1073, 896, 29915, 276, 1603, 2820, 304, 1207, 263, 2462, 472, 278, 11021, 300, 22282, 263, 21246, 7271, 29889, 13, 2855, 29892, 7146, 29892, 306, 4446, 263, 2504, 29877, 363, 450, 1060, 29899, 10547, 278, 916, 2462, 29892, 322, 372, 10761, 304, 592, 393, 1156, 599, 1438, 2440, 306, 1603, 1016, 29915, 29873, 1073, 607, 697, 338, 317, 1810, 368, 322, 607, 697, 338, 21193, 672, 29889, 13, 13720, 282, 1131, 1458, 1233, 2774, 550, 1100, 6747, 287, 373, 2610, 29871, 29896, 29906, 29892, 29871, 29906, 29900, 29896, 29929, 5468, 29871, 29955, 29892, 29871, 29906, 29900, 29896, 29929, 315, 14404, 12453, 28089, 4007, 262, 747, 29877, 423, 9943, 29879, 29892, 6853, 630 ]
1,330,458
17,408
CommonCrawl
5
7
Press, Blake Wheeler, Boston Bruins, Boston Red Sox, Brad Marchand, Brittney Langlais, Bugsy Watson, Canadian Football League, Canadian Women's Hockey League, Champions League, Charlie Montoyo, Darren Dreger, Darren Dunn, Doug Flutie, Elliotte Friedman, Ernie Pitts, Farrell Funston, Golden State Warriors, Interlake Blue Jays, Jason Bell, Jurgen Klopp, Kawhi Leonard, Kelly Hrudey, Ken Linseman, Ken Ploen, Kyle Bukauskas, Liverpool, Manitoba Junior Baseball League, Matt Dunigan, Megan Rapinoe, Mulder, National Hockey League, National Women's Hockey League, Nick Kypreos, Paul Friesen, Postmedia, Ricky Ray, Scully, Sharon Gulyas, Sports Illustrated, Sportsnet, Stanley Cup, Stanley Cup playoffs, Steve Kerr, Steve Simmons, Steve Whyno, Stu Cowan, Ted Williams, The Ice Garden, The X-Files, Toronto Argonauts, Toronto Blue Jays, Toronto Raptors, Toronto Sun, TSN, Warren Moon, Winnipeg Blue Bombers, Winnipeg Free Press, Winnipeg Jets, Winnipeg SunLeave a comment on Let's talk about Brad Marchand talking in tongues…sports in the key of F-bombs…Ab's the man in St. Jimmy…ranking Ricky Ray…a fan boy in the press box…watching a train wreck…gay girl power in SI…a diamond is this girl's best friend…and they're at the post About Philadelphia North…what QB controversy?…the stuff hitting the fan in Bomberville…the Banjo Bowl revisited…Colin Kaepernik's "sacrifice"…the anti-Nike slogan: Just Burn It…no C in the Republic of Tranna…political noses out of joint over Genie's tax escape…creative broadcasting…Serena's ugly hissy fit…and a gay guy in the hoops hall It occurs to me… You know you aren't teacher's pet when you appear in a public service announcement about the evils of drinking and driving and the rabble boos. What did Winnipeg Blue Bombers fans do after Saturday's football game? Go to the airport and boo bad landings? I mean, welcome to Philadelphia North, kids. Matt Nichols I don't know if Matt Nichols is a drinking man, but what transpired at Football Follies Field in Fort Garry on Saturday afternoon might be enough to drive him to it. The guy had a bad day at the office and it's like he kicked a Girl Guide off his front porch. After stealing her cookies. But this is what happens when you're the starting quarterback for the Blue Bombers and you keep throwing the football to the wrong people, which Nichols did early and often in Winnipeg FC's latest face plant, a 32-27 loss to a Saskatchewan Roughriders outfit that failed to find the end zone on offence. You normally win in the Canadian Football League if you limit the other guys to field goals, which the Bombers defensive dozen did in this annual renewal of the Banjo Bowl. It was a job well done. Alas, Nichols was so inept that even his biggest booster finally noticed. That would be head coach Mike O'Shea, who'd rather pull out his back teeth with a pair of rusty pliers than pull his starting QB. This day, however, the coach had seen enough of Nichols by the time the large lads broke for recess, so he instructed him to stand on the sideline and observe while understudy Chris Streveler attempted to undo the mess he'd created. Shortly thereafter, the drinking-and-driving PSA popped up on the big screen at Football Follies Field and down rained the boos on Nichols. He couldn't be less popular if he made rabbit stew out of the Easter Bunny. But seriously. Booing a guy during a PSA for drunk driving? Get a grip, people. Mike O'Shea Here's the deal: There is no quarterback controversy in the Bombers coaching bunker. Unless there's intervention from on high (hello, Wade Miller), Nichols, not Streveler,
-0.972039
-0.404076
-1.816842
-1.258678
[ -1.169272314904456, -0.7748057913528128 ]
[ 0.07849884372874091, -0.8866499615971974 ]
[ -1.786406868777168, -1.8472766533863905 ]
[ -1.1637278903579793, -1.35362791994044 ]
1,024
[ 512, 512 ]
[ 5254, 29892, 10465, 446, 26286, 7367, 29892, 12115, 8135, 1144, 29892, 12115, 4367, 1105, 29916, 29892, 15862, 4779, 392, 29892, 3230, 29873, 3801, 10476, 11818, 29892, 350, 16926, 29891, 28284, 29892, 11443, 8914, 5165, 29892, 11443, 10152, 29915, 29879, 19993, 5165, 29892, 22036, 5165, 29892, 20283, 2598, 517, 9029, 29892, 7335, 1267, 19155, 914, 29892, 7335, 1267, 360, 5963, 29892, 13215, 2379, 329, 347, 29892, 26656, 14360, 6662, 1171, 29892, 1425, 2786, 27150, 29892, 8413, 15044, 383, 6465, 265, 29892, 16108, 4306, 3362, 28739, 29892, 4124, 433, 446, 10924, 435, 1036, 29892, 21776, 10914, 29892, 16081, 1885, 476, 417, 407, 29892, 13680, 1332, 29875, 26921, 29892, 21872, 379, 582, 311, 29891, 29892, 10015, 365, 1144, 11422, 29892, 10015, 349, 417, 264, 29892, 476, 1508, 5373, 1335, 17400, 294, 29892, 24607, 29892, 2315, 277, 15330, 15897, 23185, 5165, 29892, 9811, 11566, 11163, 29892, 13727, 273, 16866, 1789, 29872, 29892, 21193, 672, 29892, 3086, 19993, 5165, 29892, 3086, 10152, 29915, 29879, 19993, 5165, 29892, 13853, 16931, 1457, 359, 29892, 3739, 383, 2722, 264, 29892, 4918, 9799, 29892, 390, 18219, 9596, 29892, 317, 1810, 368, 29892, 1383, 5022, 402, 11850, 294, 29892, 12453, 28070, 630, 29892, 12453, 1212, 29892, 21631, 6536, 29892, 21631, 6536, 1708, 22450, 29892, 13981, 476, 3127, 29892, 13981, 3439, 29885, 787, 29892, 13981, 806, 948, 29877, 29892, 20061, 21638, 273, 29892, 22040, 11648, 29892, 450, 26998, 19906, 29892, 450, 1060, 29899, 10547, 29892, 17612, 11842, 20546, 29879, 29892, 17612, 10924, 435, 1036, 29892, 17612, 390, 2156, 943, 29892, 17612, 8991, 29892, 323, 19296, 29892, 24511, 17549, 29892, 399, 2559, 666, 387, 10924, 27707, 2596, 29892, 399, 2559, 666, 387, 12362, 5254, 29892, 399, 2559, 666, 387, 435, 1691, 29892, 399, 2559, 666, 387, 8991, 3226, 1351, 263, 3440, 373, 2803, 29915, 29879, 5193, 1048, 15862, 4779, 392, 9963, 297, 21861, 1041, 30098, 29879, 4011, 297, 278, 1820, 310, 383, 29899, 29890, 3424, 29879, 30098, 4920, 29915, 29879, 278, 767, 297, 624, 29889, 20636, 30098, 661, 9292, 390, 18219, 9596, 30098, 29874, 13524, 8023, 297, 278, 3965, 3800, 30098, 12344, 292, 263, 7945, 281, 18217, 30098, 29887, 388, 7826, 3081, 297, 22717, 30098, 29874, 11502, 898, 338, 445, 7826, 29915, 29879, 1900, 5121, 30098, 392, 896, 29915, 276, 472, 278, 1400, 13, 28173, 18292, 4644, 30098, 5816, 660, 29933, 19341, 29891, 29973, 30098, 1552, 6433, 29425, 278, 13524, 297, 27707, 495, 4909, 30098, 1552, 10765, 2212, 27207, 23484, 1573, 30098, 1625, 262, 476, 3660, 546, 5585, 29915, 29879, 376, 29879, 562, 25193, 29908, 30098, 1552, 9418, 29899, 29940, 9345, 269, 1188, 273, 29901, 3387, 16640, 739, 30098, 1217, 315, 297, 278, 8063, 310, 323, 661, 1056, 30098, 20087, 936, 7814, 267, 714, 310, 14002, 975, 5739, 347, 29915, 29879, 8818, 10169, 30098, 1037, 1230, 12672, 292, 30098, 1748, 2386, 29915, 29879, 22769, 670, 29879, 29891, 6216, 30098, 392, 263, 23852, 1410, 29891, 297, 278, 5089, 3554, 12713, 13, 3112, 10008, 304, 592, 30098, 13, 3492, 1073, 366, 9455, 29915, 29873, 15703, 29915, 29879, 5697, 746, 366, 2615, 297, 263, 970, 2669, 7475, 13561, 1048, 278, 3415, 2719, 310, 13748, 292, 322, 19500, 322, 278, 1153, 29890, 569, 1045, 359, 29889, 13, 5618, 1258, 399, 2559, 666, 387, 10924, 27707, 2596, 24909, 437, 1156, 24211, 29915, 29879, 5733, 3748, 29973, 2921, 304, 278, 4799, 637, 322, 1045, 29877, 4319, 2982, 886, 29973, 13, 29902, 2099, 29892, 12853, 304, 18292, 4644, 29892, 413, 4841, 29889, 13, 29924, 1131, 16371, 3775, 13, 29902, 1016, 29915, 29873, 1073, 565, 9811, 16371, 3775, 338, 263, 13748, 292, 767, 29892, 541, 825, 1301, 29886, 2859, 472, 8914, 8301, 3687, 8989, 297, 7236, 7455, 719, 373, 24211, 17724, 1795, 367, 3307, 304, 7899, 1075, 304, 372, 29889, 450, 1410, 29891, 750, 263, 4319, 2462, 472, 278, 8034, 322, 372, 29915, 29879, 763, 540, 413, 17840, 263, 18620, 16886, 1283, 670, 4565, 1277, 305, 29889, 2860, 1886, 12818, 902, 21046, 29889, 13, 6246, 445, 338, 825, 5930, 746, 366, 29915, 276, 278, 6257, 12616, 1627, 363, 278, 10924, 27707, 2596, 322, 366, 3013, 17452, 278, 5733, 304, 278, 2743, 2305, 29892, 607, 16371, 3775, 1258, 4688, 322, 4049, 297, 399, 2559, 666, 387, 7992, 29915, 29879, 9281, 3700, 8024, 29892, 263, 29871, 29941, 29906, 29899, 29906, 29955, 6410, 304, 263, 317, 1278, 905, 809, 273, 390, 820, 2429, 414, 714, 9202, 393, 5229, 304, 1284, 278, 1095, 10640, 373, 1283, 663, 29889, 13, 3492, 12891, 5401, 297, 278, 11443, 8914, 5165, 565, 366, 4046, 278, 916, 18239, 304, 1746, 14433, 29892, 607, 278, 27707, 2596, 822, 6270, 24231, 1258, 297, 445, 17568, 23011, 284, 310, 278, 10765, 2212, 27207, 29889, 739, 471, 263, 4982, 1532, 2309, 29889, 13, 2499, 294, 29892, 16371, 3775, 471, 577, 297, 29872, 415, 393, 1584, 670, 24842, 14505, 261, 7146, 10548, 29889, 2193, 723, 367, 2343, 11182, 12828, 438, 29915, 13468, 29874, 29892, 1058, 29915, 29881, 3265, 8206, 714, 670, 1250, 25287, 411, 263, 5101, 310, 21580, 29891, 282, 27801, 1135, 8206, 670, 6257, 660, 29933, 29889, 910, 2462, 29892, 3138, 29892, 278, 11182, 750, 3595, 3307, 310, 16371, 3775, 491, 278, 931, 278, 2919, 301, 7925, 14455, 363, 337, 985, 29892, 577, 540, 18690, 287, 1075, 304, 2317, 373, 278, 25349, 5570, 322, 14111, 1550, 1090, 18082, 29891, 12821, 11738, 955, 261, 16388, 304, 563, 29877, 278, 4473, 540, 29915, 29881, 2825, 29889, 13, 21322, 368, 727, 7045, 29892, 278, 13748, 292, 29899, 392, 29899, 29881, 1150, 292, 349, 8132, 772, 2986, 701, 373, 278, 4802, 4315, 472, 8914, 8301, 3687, 8989, 322, 1623, 1153, 1312, 278, 1045, 359, 373, 16371, 3775, 29889, 13, 3868, 8496, 29915, 29873, 367, 3109, 5972, 565, 540, 1754, 27127, 277, 1886, 29893, 714, 310, 278, 382, 1901, 27105, 1460, 29889, 13, 6246, 25798, 29889, 1952, 29877, 292, 263, 1410, 29891, 2645, 263, 349, 8132, 363, 4192, 2960, 19500, 29973, 3617, 263, 330, 6472, 29892, 2305, 29889, 13, 29924, 9345, 438, 29915, 13468, 29874, 13, 10605, 29915, 29879, 278, 5376, 29901, 1670, 338, 694, 12616, 1627, 19341, 29891, 297, 278, 27707, 2596, 1302, 9733, 289, 27560, 29889, 25870, 727, 29915, 29879, 1006, 7316, 515, 373, 1880, 313, 12199, 29892, 399, 1943, 16498, 511, 16371, 3775, 29892, 451, 11738, 955, 261, 29892 ]
1,330,458
18,432
CommonCrawl
5
7
will be behind centre when Winnipeg FC returns to the fray against the Montreal Alouttes two weeks hence. "Matt deserves another chance to play and lead this team to victory because he's done it so many times. Matt's won a helluva lot of games for us," O'Shea said, not long after watching Nichols implode with five first-half interceptions (two were nullified due to Saskatchewan infractions) that included a pair of Pick Sixes. He also mumbled something about reviewing film and allowing the sour taste of a fourth straight misstep to disappear before making a "rash" decision because "that wouldn't be good for anybody." The thing is, what's good for O'Shea might not be good for Miller, chief cook and bottle washer with Winnipeg FC. Wade Miller It's worth noting a comment a CFL coach or general manager delivered recently to Kirk Penton of The Athletic: "I wouldn't want to be around Wade Miller if the Bombers lose on Saturday. He's a guy who loves the Bombers, wants to win a championship and when he isn't happy everyone (bleeping) knows it. Heads are going to roll over there if things don't change fast. Wade's not going to put up with bull shit excuses." Just curious: Did Andrew Harris actually play in Saturday's skirmish? The official stats sheet indicates the Bombers running back had 10 carries and one reception. I must have been making lunch at the time. Old friend Troy Westwood started it all when, as the left foot of the Bombers in 2004, he called our prairie neighbors "a bunch of banjo-pickin' inbreds." Thus, the Banjo Bowl was born. Seemed like good-natured, harmless banter at the time, but what about today? Well, Roughriders radio gab guy Rod Pedersen asked this on Twitter: "Are you offended by the term Banjo Bowl?" Results: 3,451 votes; 92 per cent "No;" 8 per cent "Yes." Wow. Eight per cent offended by the term Banjo Bowl. Guess that shoots down the theory that everyone in Saskatchewan dances to Flatt and Scruggs and the Foggy Mountain Boys the day they marry their cousins. I've always been on Colin Kaepernick's side in the Great American Kneeling Debate, but the slogan for the 30th anniversary of Nike's Just Do It campaign baffles me a bit: "Believe in something. Even if it means sacrificing everything." Are they telling us Kaepernick sacrificed "everything" by taking a knee during the playing of the Star-Spangled Banner at National Football League games? Okay, he's been blackballed by NFL team owners, but, according to Business Insider, the now-out-of-work quarterback collected $39.4 million on the three-year contract he signed with the San Francisco 49ers in 2014. Overall in a short NFL career, he made in excess of $43 million. Numerous sources place his net worth at $20 million or more. He bought a New York City condo for $3.21 million in 2016. He sold his home in San Jose last year for $3.075 million. And you know Nike isn't paying him mice nuts to be its pitch man. Try eight figures. This is not a man who sacrificed "everything" and is getting by on food stamps and whatever spare change he can collect on a Manhattan street corner. I don't own any Nike sports gear or clothing, so I won't be joining the Just Burn It protest of Nike apparel for the sweat shop giant's new ad campaign featuring Kaepernick, who's brought more people to their knees than the Pope. But I wouldn't put a match to it if I did. If I'm going to light something on fire, it'll be the Blue Bombers playbook, not the Nike swoosh. The Tranna Maple Leafs plan to enter their 2018-19 National Hockey League crusade sans the letter C stitched on any player's sweater. Officially, which is to say according to general manager Kyle Dubas, that's because they
-0.154343
-0.286062
-1.337492
-1.033659
[ -0.3515760837921958, 0.04289043975944719 ]
[ -0.3035765298082203, -0.26854735818634895 ]
[ -1.3958257508679905, -1.279158663700314 ]
[ -1.0466662282865995, -1.0206525256040706 ]
1,024
[ 512, 512 ]
[ 674, 367, 5742, 8442, 746, 399, 2559, 666, 387, 7992, 3639, 304, 278, 285, 764, 2750, 278, 26693, 838, 449, 2167, 1023, 11405, 8151, 29889, 13, 29908, 29924, 1131, 16964, 1960, 1790, 8825, 304, 1708, 322, 3275, 445, 3815, 304, 15354, 1363, 540, 29915, 29879, 2309, 372, 577, 1784, 3064, 29889, 9811, 29915, 29879, 2113, 263, 23927, 29884, 1564, 3287, 310, 8090, 363, 502, 1699, 438, 29915, 13468, 29874, 1497, 29892, 451, 1472, 1156, 21217, 16371, 3775, 13374, 356, 411, 5320, 937, 29899, 24498, 1006, 1441, 29879, 313, 10184, 892, 1870, 2164, 2861, 304, 317, 1278, 905, 809, 273, 3041, 336, 1953, 29897, 393, 5134, 263, 5101, 310, 23868, 18372, 267, 29889, 13, 3868, 884, 286, 25443, 1554, 1048, 9076, 292, 2706, 322, 14372, 278, 269, 473, 21779, 310, 263, 11582, 7812, 3984, 10568, 304, 25417, 1434, 3907, 263, 376, 29878, 1161, 29908, 10608, 1363, 376, 5747, 7656, 29915, 29873, 367, 1781, 363, 16357, 1213, 13, 1576, 2655, 338, 29892, 825, 29915, 29879, 1781, 363, 438, 29915, 13468, 29874, 1795, 451, 367, 1781, 363, 16498, 29892, 9087, 7984, 322, 18046, 280, 471, 2276, 411, 399, 2559, 666, 387, 7992, 29889, 13, 29956, 1943, 16498, 13, 3112, 29915, 29879, 7088, 451, 292, 263, 3440, 263, 315, 10536, 11182, 470, 2498, 8455, 20115, 10325, 304, 26424, 22901, 265, 310, 450, 17183, 293, 29901, 376, 29902, 7656, 29915, 29873, 864, 304, 367, 2820, 399, 1943, 16498, 565, 278, 27707, 2596, 14074, 373, 24211, 29889, 940, 29915, 29879, 263, 1410, 29891, 1058, 12355, 267, 278, 27707, 2596, 29892, 10753, 304, 5401, 263, 22401, 322, 746, 540, 3508, 29915, 29873, 9796, 14332, 313, 569, 26819, 29897, 9906, 372, 29889, 940, 7925, 526, 2675, 304, 9679, 975, 727, 565, 2712, 1016, 29915, 29873, 1735, 5172, 29889, 399, 1943, 29915, 29879, 451, 2675, 304, 1925, 701, 411, 289, 913, 528, 277, 5566, 6394, 1213, 13, 14084, 12758, 29901, 7440, 11571, 20349, 2869, 1708, 297, 24211, 29915, 29879, 2071, 3568, 728, 29973, 450, 6221, 22663, 9869, 14088, 278, 27707, 2596, 2734, 1250, 750, 29871, 29896, 29900, 1559, 2722, 322, 697, 25647, 29889, 306, 1818, 505, 1063, 3907, 301, 3322, 472, 278, 931, 29889, 13, 21648, 5121, 323, 4727, 3122, 6115, 4687, 372, 599, 746, 29892, 408, 278, 2175, 3661, 310, 278, 27707, 2596, 297, 29871, 29906, 29900, 29900, 29946, 29892, 540, 2000, 1749, 7213, 24135, 22092, 943, 376, 29874, 14928, 310, 9892, 2212, 29899, 23945, 262, 29915, 297, 1030, 6289, 1213, 6549, 29892, 278, 10765, 2212, 27207, 471, 6345, 29889, 922, 22580, 763, 1781, 29899, 29876, 1535, 29881, 29892, 4023, 828, 404, 9892, 357, 472, 278, 931, 29892, 541, 825, 1048, 9826, 29973, 5674, 29892, 390, 820, 2429, 414, 7155, 11880, 1410, 29891, 7733, 9293, 414, 264, 4433, 445, 373, 20147, 29901, 376, 17506, 366, 1283, 2760, 491, 278, 1840, 10765, 2212, 27207, 3026, 13, 12191, 29901, 29871, 29941, 29892, 29946, 29945, 29896, 18952, 29936, 13, 29929, 29906, 639, 1644, 376, 3782, 15458, 13, 29947, 639, 1644, 376, 8241, 1213, 13, 29956, 340, 29889, 382, 523, 639, 1644, 1283, 2760, 491, 278, 1840, 10765, 2212, 27207, 29889, 2088, 404, 393, 17394, 1862, 1623, 278, 6368, 393, 14332, 297, 317, 1278, 905, 809, 273, 270, 2925, 304, 2379, 1131, 322, 2522, 582, 1505, 29879, 322, 278, 383, 468, 1927, 18204, 22148, 278, 2462, 896, 20479, 1009, 274, 681, 1144, 29889, 13, 29902, 29915, 345, 2337, 1063, 373, 1530, 262, 476, 3660, 546, 19254, 29915, 29879, 2625, 297, 278, 7027, 3082, 476, 484, 14067, 7089, 403, 29892, 541, 278, 269, 1188, 273, 363, 278, 29871, 29941, 29900, 386, 6957, 27547, 310, 405, 9345, 29915, 29879, 3387, 1938, 739, 11531, 289, 3470, 793, 592, 263, 2586, 29901, 376, 21140, 2418, 297, 1554, 29889, 7753, 565, 372, 2794, 26285, 292, 4129, 1213, 4683, 896, 14509, 502, 476, 3660, 546, 19254, 26285, 287, 376, 17991, 1918, 29908, 491, 5622, 263, 17905, 29872, 2645, 278, 8743, 310, 278, 7828, 29899, 5592, 574, 839, 350, 7310, 472, 3086, 8914, 5165, 8090, 29973, 20419, 29892, 540, 29915, 29879, 1063, 4628, 29890, 4212, 491, 25167, 3815, 1914, 414, 29892, 541, 29892, 5034, 304, 15197, 13377, 1241, 29892, 278, 1286, 29899, 449, 29899, 974, 29899, 1287, 12616, 1627, 16531, 395, 29941, 29929, 29889, 29946, 7284, 373, 278, 2211, 29899, 6360, 8078, 540, 8794, 411, 278, 3087, 8970, 29871, 29946, 29929, 414, 297, 29871, 29906, 29900, 29896, 29946, 29889, 6811, 497, 297, 263, 3273, 25167, 6413, 29892, 540, 1754, 297, 19163, 310, 395, 29946, 29941, 7284, 29889, 405, 4680, 681, 8974, 2058, 670, 7787, 7088, 472, 395, 29906, 29900, 7284, 470, 901, 29889, 940, 18093, 263, 1570, 3088, 4412, 378, 1867, 363, 395, 29941, 29889, 29906, 29896, 7284, 297, 29871, 29906, 29900, 29896, 29953, 29889, 940, 5239, 670, 3271, 297, 3087, 5043, 1833, 1629, 363, 395, 29941, 29889, 29900, 29955, 29945, 7284, 29889, 1126, 366, 1073, 405, 9345, 3508, 29915, 29873, 5146, 292, 1075, 286, 625, 302, 8842, 304, 367, 967, 15905, 767, 29889, 3967, 9475, 13994, 29889, 910, 338, 451, 263, 767, 1058, 26285, 287, 376, 17991, 1918, 29908, 322, 338, 2805, 491, 373, 9687, 380, 15092, 322, 6514, 29337, 1735, 540, 508, 6314, 373, 263, 29093, 23586, 11952, 11155, 29889, 13, 29902, 1016, 29915, 29873, 1914, 738, 405, 9345, 14717, 330, 799, 470, 1067, 6046, 29892, 577, 306, 2113, 29915, 29873, 367, 22960, 278, 3387, 16640, 739, 10021, 310, 405, 9345, 623, 17243, 363, 278, 7901, 271, 18296, 28396, 29915, 29879, 716, 594, 11531, 23425, 476, 3660, 546, 19254, 29892, 1058, 29915, 29879, 6296, 901, 2305, 304, 1009, 17905, 267, 1135, 278, 20635, 29889, 1205, 306, 7656, 29915, 29873, 1925, 263, 1993, 304, 372, 565, 306, 1258, 29889, 960, 306, 29915, 29885, 2675, 304, 3578, 1554, 373, 3974, 29892, 372, 29915, 645, 367, 278, 10924, 27707, 2596, 1708, 2909, 29892, 451, 278, 405, 9345, 16768, 10578, 29889, 13, 1576, 323, 661, 1056, 7315, 280, 951, 2142, 29879, 3814, 304, 3896, 1009, 29871, 29906, 29900, 29896, 29947, 29899, 29896, 29929, 3086, 19993, 5165, 2181, 375, 1943, 7209, 278, 5497, 315, 380, 2335, 287, 373, 738, 4847, 29915, 29879, 7901, 1008, 29889, 10564, 368, 29892, 607, 338, 304, 1827, 5034, 304, 2498, 8455, 476, 1508, 11668, 294, 29892, 393, 29915, 29879, 1363, 896 ]
1,330,458
19,456
CommonCrawl
5
7
've yet to determine who's "best suited to handle" the heft that comes with wearing a patch of cloth that weighs about an ouce. Unofficially, it's because they don't want to put John Tavares's nose out of joint. Ditto Auston Matthews' beak. Speaking of noses out of joint, some Quebec politicos are having a proper hissy fit now that tennis diva Genie Bouchard has become an official resident of the Bahamas, where she won't be taxed on all that money she collects for losing tennis tournaments and posing half naked in fashion mags and Sports Illustrated. "I think we should live where we were born, where we learned to play tennis and pay taxes in our country," whinges Francois Legault, leader of the Coalition Avenir Québec. Well, let me say this about that: I was born and learned to play tennis in Winnipeg. If it's all the same to Mssr. Legault, I'll stay in Victoria, which is not a haven from taxes but a haven from Winnipeg winters. Dave Poulin So, Blake Wheeler signs and extension with the Winnipeg Jets and TSN props up Dave Poulin to tell us what it means. Why do they insist on trotting Poulin out as a hockey expert/analyst when he was among seven people who didn't believe Connor McDavid was the NHL's top centre-ice man last season. The Edmonton Oilers captain was the scoring champion for cripes sake. His peers awarded him the Ted Lindsay Award as the game's premier player. Yet Poulin saw something different. He voted McDavid off the island and listed Nathan MacKinnon, Anze Kopitar and Evgeni Malkin on his all-star ballot. It's believed he also voted Mrs. Howell as the hottest babe on Gilligan's Island, ahead of both Ginger and Mary Ann. This from Kate Beirness of TSN on Steve Nash, inducted into the Naismith Basketball Hall of Fame on Friday: "A playmaker who was more creative on the floor than anyone we had seen before." Anyone? She would know this how? I mean, she's 34 years old. Why do these young people insist on talking like they were there back in the day? It's irksome. She never saw Bob Cousy. Oscar Robertson. If she saw Magic in his prime, it was from her crib or playpen. It's fair for Beirness to talk about the traffic in her lane, but don't talk about the traffic in my lane. Serena Williams went all John McEnroe on chair umpire Carlos Ramos in the U.S. Open women's final on Saturday in Gotham, and it was ugly. She was ugly. Williams turned her 6-2, 6-4 loss to Naomi Osaka into an unhinged crusade for motherhood ("I have a daughter and I stand what's right for her!") and women's rights. Ramos is "sexist" (also a thief for giving her two code violations and penalizing her a game). "This is not fair," she whinged. "This has happened to me too many times. This is not fair. This is not fair. It's not fair, it's really not. Do you know how many other men do things, that do much worse than that? It's just not fair." Williams' pity party hijacked what should have been a night of celebration for Osaka, a first-time tennis grand slam champion. Osaka was full of grace. Williams was a complete disgrace. Rick Welts And, finally, something you never thought you'd see: An openly gay man referencing his partner in a hoops hall of fame induction speech. That would be Rick Welts, chief operating officer of the Golden State Warriors, who spoke lovingly of his partner, Todd Gage, on Friday night. It was a beautiful thing. Author pattidawnswanssonPosted on September 9, 2018 September 10, 2018 Categories SportsTags Andrew Harris, Anze Kopitar, Auston Matthews, Banjo Bowl, Blake Wheeler, Bob Cousy, Canadian Football League, Carlos Ramos, Chris Streveler, Coalition Avenir Quebec, Colin Kaepernick, Connor McDavid, Dave Poulin, Ev
0.001287
-0.192558
-1.237311
-0.946513
[ -0.20330871860307997, 0.20588181581029968 ]
[ -0.36333875870943216, -0.02177635682460333 ]
[ -1.4465505713756759, -1.0280708021872715 ]
[ -0.9504155283612428, -0.9426114175564841 ]
1,024
[ 512, 512 ]
[ 29915, 345, 3447, 304, 8161, 1058, 29915, 29879, 376, 13318, 480, 1573, 304, 4386, 29908, 278, 540, 615, 393, 5304, 411, 591, 4362, 263, 13261, 310, 13950, 393, 591, 1141, 29879, 1048, 385, 2123, 346, 29889, 853, 29877, 7880, 368, 29892, 372, 29915, 29879, 1363, 896, 1016, 29915, 29873, 864, 304, 1925, 2259, 323, 485, 5114, 29915, 29879, 26414, 714, 310, 14002, 29889, 18978, 517, 3330, 265, 9811, 354, 5652, 29915, 367, 557, 29889, 13, 10649, 5086, 310, 7814, 267, 714, 310, 14002, 29892, 777, 27605, 2832, 4869, 526, 2534, 263, 1571, 670, 29879, 29891, 6216, 1286, 393, 22556, 1933, 29874, 5739, 347, 350, 3222, 538, 756, 4953, 385, 6221, 20201, 310, 278, 15174, 314, 294, 29892, 988, 1183, 2113, 29915, 29873, 367, 8818, 287, 373, 599, 393, 6909, 1183, 6314, 29879, 363, 19035, 22556, 14743, 29879, 322, 926, 292, 4203, 302, 12535, 297, 13460, 286, 810, 322, 12453, 28070, 630, 29889, 376, 29902, 1348, 591, 881, 5735, 988, 591, 892, 6345, 29892, 988, 591, 10972, 304, 1708, 22556, 322, 5146, 8818, 267, 297, 1749, 4234, 1699, 377, 292, 267, 20923, 275, 5682, 1292, 29892, 11822, 310, 278, 3189, 284, 654, 319, 15470, 22427, 29889, 5674, 29892, 1235, 592, 1827, 445, 1048, 393, 29901, 306, 471, 6345, 322, 10972, 304, 1708, 22556, 297, 399, 2559, 666, 387, 29889, 960, 372, 29915, 29879, 599, 278, 1021, 304, 341, 893, 29878, 29889, 5682, 1292, 29892, 306, 29915, 645, 7952, 297, 14212, 29892, 607, 338, 451, 263, 7359, 515, 8818, 267, 541, 263, 7359, 515, 399, 2559, 666, 387, 13851, 29879, 29889, 13, 29928, 1351, 349, 283, 1915, 13, 6295, 29892, 10465, 446, 26286, 7367, 18906, 322, 6081, 411, 278, 399, 2559, 666, 387, 435, 1691, 322, 323, 19296, 17761, 701, 17841, 349, 283, 1915, 304, 2649, 502, 825, 372, 2794, 29889, 3750, 437, 896, 1663, 391, 373, 3147, 698, 292, 349, 283, 1915, 714, 408, 263, 18881, 17924, 29914, 7054, 858, 746, 540, 471, 4249, 9881, 2305, 1058, 3282, 29915, 29873, 4658, 1281, 15459, 4052, 19504, 471, 278, 405, 15444, 29915, 29879, 2246, 8442, 29899, 625, 767, 1833, 4259, 29889, 450, 2155, 14132, 265, 438, 22058, 15315, 471, 278, 26654, 8064, 363, 14783, 5547, 16563, 29889, 3600, 1236, 414, 15074, 1075, 278, 22040, 365, 12772, 388, 7526, 408, 278, 3748, 29915, 29879, 7017, 4847, 29889, 15175, 349, 283, 1915, 4446, 1554, 1422, 29889, 940, 24854, 4052, 19504, 1283, 278, 11359, 322, 9904, 27650, 4326, 29968, 2559, 265, 29892, 530, 911, 27476, 3673, 322, 7298, 1885, 29875, 341, 2235, 262, 373, 670, 599, 29899, 8508, 8287, 327, 29889, 739, 29915, 29879, 13112, 540, 884, 24854, 6285, 29889, 1128, 514, 408, 278, 298, 1501, 342, 289, 4302, 373, 28047, 11163, 29915, 29879, 7935, 29892, 14432, 310, 1716, 402, 5621, 322, 6182, 8081, 29889, 13, 4013, 515, 23738, 1522, 381, 2264, 310, 323, 19296, 373, 13981, 24848, 29892, 22799, 287, 964, 278, 4465, 1608, 389, 21850, 6573, 310, 21808, 373, 28728, 29901, 376, 29909, 1708, 28107, 1058, 471, 901, 907, 1230, 373, 278, 11904, 1135, 5019, 591, 750, 3595, 1434, 1213, 26407, 29973, 2296, 723, 1073, 445, 920, 29973, 306, 2099, 29892, 1183, 29915, 29879, 29871, 29941, 29946, 2440, 2030, 29889, 3750, 437, 1438, 4123, 2305, 1663, 391, 373, 9963, 763, 896, 892, 727, 1250, 297, 278, 2462, 29973, 739, 29915, 29879, 3805, 2039, 608, 29889, 2296, 2360, 4446, 7991, 315, 681, 29891, 29889, 19054, 4755, 1100, 29889, 960, 1183, 4446, 26494, 297, 670, 6019, 29892, 372, 471, 515, 902, 274, 1091, 470, 1708, 2238, 29889, 739, 29915, 29879, 6534, 363, 1522, 381, 2264, 304, 5193, 1048, 278, 12469, 297, 902, 301, 1662, 29892, 541, 1016, 29915, 29873, 5193, 1048, 278, 12469, 297, 590, 301, 1662, 29889, 13, 1748, 2386, 11648, 3512, 599, 2259, 4052, 2369, 26968, 373, 11774, 318, 1526, 533, 10815, 8292, 359, 297, 278, 501, 29889, 29903, 29889, 4673, 5866, 29915, 29879, 2186, 373, 24211, 297, 22883, 314, 29892, 322, 372, 471, 22769, 29889, 2296, 471, 22769, 29889, 11648, 6077, 902, 29871, 29953, 29899, 29906, 29892, 29871, 29953, 29899, 29946, 6410, 304, 4465, 21019, 6657, 8245, 964, 385, 443, 2790, 287, 2181, 375, 1943, 363, 5637, 6614, 4852, 29902, 505, 263, 8750, 322, 306, 2317, 825, 29915, 29879, 1492, 363, 902, 29991, 1159, 322, 5866, 29915, 29879, 10462, 29889, 8292, 359, 338, 376, 14167, 391, 29908, 313, 15189, 263, 266, 2575, 363, 6820, 902, 1023, 775, 5537, 800, 322, 6584, 284, 5281, 902, 263, 3748, 467, 376, 4013, 338, 451, 6534, 1699, 1183, 377, 292, 287, 29889, 376, 4013, 756, 9559, 304, 592, 2086, 1784, 3064, 29889, 910, 338, 451, 6534, 29889, 910, 338, 451, 6534, 29889, 739, 29915, 29879, 451, 6534, 29892, 372, 29915, 29879, 2289, 451, 29889, 1938, 366, 1073, 920, 1784, 916, 1757, 437, 2712, 29892, 393, 437, 1568, 15029, 1135, 393, 29973, 739, 29915, 29879, 925, 451, 6534, 1213, 11648, 29915, 28875, 6263, 4147, 547, 287, 825, 881, 505, 1063, 263, 4646, 310, 10894, 362, 363, 6657, 8245, 29892, 263, 937, 29899, 2230, 22556, 4595, 2243, 314, 8064, 29889, 6657, 8245, 471, 2989, 310, 17659, 29889, 11648, 471, 263, 4866, 766, 3874, 346, 29889, 13, 29934, 860, 10458, 1372, 13, 2855, 29892, 7146, 29892, 1554, 366, 2360, 2714, 366, 29915, 29881, 1074, 29901, 530, 1722, 368, 23852, 767, 29371, 670, 18096, 297, 263, 5089, 3554, 12713, 310, 27965, 21445, 12032, 29889, 2193, 723, 367, 24218, 10458, 1372, 29892, 9087, 13598, 12139, 310, 278, 16108, 4306, 3362, 28739, 29892, 1058, 12707, 12355, 11687, 310, 670, 18096, 29892, 7561, 29881, 402, 482, 29892, 373, 28728, 4646, 29889, 739, 471, 263, 9560, 2655, 29889, 13, 13720, 282, 1131, 1458, 1233, 2774, 550, 1100, 6747, 287, 373, 3839, 29871, 29929, 29892, 29871, 29906, 29900, 29896, 29947, 3839, 29871, 29896, 29900, 29892, 29871, 29906, 29900, 29896, 29947, 315, 14404, 12453, 28089, 11571, 20349, 29892, 530, 911, 27476, 3673, 29892, 3330, 265, 9811, 354, 5652, 29892, 10765, 2212, 27207, 29892, 10465, 446, 26286, 7367, 29892, 7991, 315, 681, 29891, 29892, 11443, 8914, 5165, 29892, 10815, 8292, 359, 29892, 12821, 11738, 955, 261, 29892, 3189, 284, 654, 319, 15470, 27605, 29892, 1530, 262, 476, 3660, 546, 19254, 29892, 1281, 15459, 4052, 19504, 29892, 17841, 349, 283, 1915, 29892, 7298 ]
1,330,458
20,480
CommonCrawl
5
7
geni Malkin, Francois Legault, Genie Bouchard, Gilligan's Island, Ginger, Golden State Warriors, John McEnroe, John Tavares, Just Do It, Kate Beirness, Kirk Penton, Lovey Howell, Magic Johnson, Mary Ann, Matt Nichols, Mike O'Shea, Montreal Alouettes, Naismith Basketball Hall of Fame, Naomi Osaka, Nathan MacKinnon, National Hockey League, Nike, Oscar Robertson, Rick Welts, Rod Pedersen, San Francisco 49ers, Saskatchewan Roughriders, Serena Williams, Sports Illustrated, Steve Nash, The Athletic, Todd Gage, Toronto Maple Leafs, Troy Westwood, TSN, U.S. Open, Wade Miller, Winnipeg Blue Bombers, Winnipeg JetsLeave a comment on About Philadelphia North…what QB controversy?…the stuff hitting the fan in Bomberville…the Banjo Bowl revisited…Colin Kaepernik's "sacrifice"…the anti-Nike slogan: Just Burn It…no C in the Republic of Tranna…political noses out of joint over Genie's tax escape…creative broadcasting…Serena's ugly hissy fit…and a gay guy in the hoops hall About Marko Dano moving to Glitter Gulch…silence from the Winnipeg Jets…no whining from the Pittsburgh Penguins…Mike O'Shea calling Drew Willy to have him come back…empty seats in the Republic of Tranna…best CFL coach ever…lack of star power in golf…and gays in pro sports board rooms but not in dressing rooms I cannot survive in a 140-character world, so here are more tweets that grew up to be too big for Twitter… So, Marko Dano's new mailing address might be Glitter Gulch, and this is a problem for the Winnipeg Jets how? Seriously, all the teeth-gnashing and angst about which player the Vegas Golden Knights plan to pluck from a Jets roster not good enough to qualify for the recently concluded Stanley Cup tournament is so much ado about nil. Marko Dano Does anyone truly believe that the local hockey heroes can't get along without Marko Dano? Or Michael Hutchinson? Or any of the lads available to Vegas in the National Hockey League expansion draft? Exposing Dano to the whims of the new kid on the block is not a deal-breaker. If his name is called when the players selected by Vegas are revealed on Wednesday, it will have zero impact on the Jets. Zero. They missed the postseason with Dano, they can miss it without Dano. The Dallas Stars need a goaltender, they get one. The Carolina Hurricanes need a goaltender, they get one. The Calgary Flames need a goaltender, they get one. The Montreal Canadiens need scoring, they get some. The Golden Knights need draft picks, they're collecting them like a squirrel stashing away acorns. The Jets need…well, apparently nothing. Puck Pontiff Mark Chipman and his valet, Kevin Cheveldayoff, will lay claim to a whack of freshly scrubbed teenagers later this month at the NHL entry draft, then hit the snooze button for the rest of the summer (except perhaps to gift Chris Thorburn with a fresh three-year contract). It's about Paul Maurice. Remember all that "oh, woe are we" whining about the schedule we heard from the Jets head coach when his outfit was required to play 32 games in 60 days at the start of the 2016-17 crusade? Well, the Pittsburgh Penguins just played 25 games in 61 days. I think we can agree that playoff hockey is a different animal than shinny in October, November and December. It's much more intense, demanding, draining and flat-out brutal. It's sort of like dog years, but not quite. That is, I'd say one playoff game is equal to three regular-season assignments, so the Penguins actually played 75 games in 60 days en route to their second successive Stanley Cup title. Yet not once did I hear their head coach, Mike Sullivan, sniveling about the schedule. D
-0.641947
-0.279627
-1.449087
-1.094141
[ -1.1254427011764956, -0.15845184830337058 ]
[ -0.1739797862359294, -0.3852739588304762 ]
[ -1.7356820482694826, -1.1624915765326378 ]
[ -1.332816957794417, -0.8554655135700125 ]
1,024
[ 512, 512 ]
[ 1885, 29875, 341, 2235, 262, 29892, 20923, 275, 5682, 1292, 29892, 5739, 347, 350, 3222, 538, 29892, 28047, 11163, 29915, 29879, 7935, 29892, 402, 5621, 29892, 16108, 4306, 3362, 28739, 29892, 2259, 4052, 2369, 26968, 29892, 2259, 323, 485, 5114, 29892, 3387, 1938, 739, 29892, 23738, 1522, 381, 2264, 29892, 26424, 22901, 265, 29892, 8155, 29891, 1128, 514, 29892, 26494, 11717, 29892, 6182, 8081, 29892, 9811, 16371, 3775, 29892, 12828, 438, 29915, 13468, 29874, 29892, 26693, 838, 283, 21158, 29892, 4465, 1608, 389, 21850, 6573, 310, 21808, 29892, 4465, 21019, 6657, 8245, 29892, 27650, 4326, 29968, 2559, 265, 29892, 3086, 19993, 5165, 29892, 405, 9345, 29892, 19054, 4755, 1100, 29892, 24218, 10458, 1372, 29892, 7733, 9293, 414, 264, 29892, 3087, 8970, 29871, 29946, 29929, 414, 29892, 317, 1278, 905, 809, 273, 390, 820, 2429, 414, 29892, 1816, 2386, 11648, 29892, 12453, 28070, 630, 29892, 13981, 24848, 29892, 450, 17183, 293, 29892, 7561, 29881, 402, 482, 29892, 17612, 7315, 280, 951, 2142, 29879, 29892, 323, 4727, 3122, 6115, 29892, 323, 19296, 29892, 501, 29889, 29903, 29889, 4673, 29892, 399, 1943, 16498, 29892, 399, 2559, 666, 387, 10924, 27707, 2596, 29892, 399, 2559, 666, 387, 435, 1691, 3226, 1351, 263, 3440, 373, 13611, 18292, 4644, 30098, 5816, 660, 29933, 19341, 29891, 29973, 30098, 1552, 6433, 29425, 278, 13524, 297, 27707, 495, 4909, 30098, 1552, 10765, 2212, 27207, 23484, 1573, 30098, 1625, 262, 476, 3660, 546, 5585, 29915, 29879, 376, 29879, 562, 25193, 29908, 30098, 1552, 9418, 29899, 29940, 9345, 269, 1188, 273, 29901, 3387, 16640, 739, 30098, 1217, 315, 297, 278, 8063, 310, 323, 661, 1056, 30098, 20087, 936, 7814, 267, 714, 310, 14002, 975, 5739, 347, 29915, 29879, 8818, 10169, 30098, 1037, 1230, 12672, 292, 30098, 1748, 2386, 29915, 29879, 22769, 670, 29879, 29891, 6216, 30098, 392, 263, 23852, 1410, 29891, 297, 278, 5089, 3554, 12713, 13, 28173, 4485, 29877, 360, 1562, 8401, 304, 8467, 5171, 29633, 305, 30098, 25590, 663, 515, 278, 399, 2559, 666, 387, 435, 1691, 30098, 1217, 377, 2827, 515, 278, 27150, 13903, 349, 19636, 1144, 30098, 29924, 9345, 438, 29915, 13468, 29874, 5432, 360, 3973, 4624, 368, 304, 505, 1075, 2041, 1250, 30098, 6310, 22091, 297, 278, 8063, 310, 323, 661, 1056, 30098, 13318, 315, 10536, 11182, 3926, 30098, 2364, 310, 5810, 3081, 297, 29416, 30098, 392, 330, 1036, 297, 410, 14717, 7613, 19600, 541, 451, 297, 10714, 292, 19600, 13, 29902, 2609, 10503, 573, 297, 263, 29871, 29896, 29946, 29900, 29899, 18609, 3186, 29892, 577, 1244, 526, 901, 7780, 1691, 393, 13631, 701, 304, 367, 2086, 4802, 363, 20147, 30098, 13, 6295, 29892, 4485, 29877, 360, 1562, 29915, 29879, 716, 611, 6504, 3211, 1795, 367, 8467, 5171, 29633, 305, 29892, 322, 445, 338, 263, 1108, 363, 278, 399, 2559, 666, 387, 435, 1691, 920, 29973, 13, 1748, 17365, 29892, 599, 278, 25287, 29899, 5138, 1161, 292, 322, 2614, 303, 1048, 607, 4847, 278, 17236, 294, 16108, 8360, 5861, 3814, 304, 715, 2707, 515, 263, 435, 1691, 696, 2475, 451, 1781, 3307, 304, 4021, 1598, 363, 278, 10325, 22834, 21631, 6536, 14743, 338, 577, 1568, 594, 29877, 1048, 4263, 29889, 13, 9802, 29877, 360, 1562, 13, 25125, 5019, 19781, 4658, 393, 278, 1887, 18881, 13444, 267, 508, 29915, 29873, 679, 3412, 1728, 4485, 29877, 360, 1562, 29973, 1394, 5765, 379, 10519, 26803, 29973, 1394, 738, 310, 278, 301, 7925, 3625, 304, 17236, 294, 297, 278, 3086, 19993, 5165, 13184, 18195, 29973, 13, 1252, 1066, 292, 360, 1562, 304, 278, 377, 9893, 310, 278, 716, 26397, 373, 278, 2908, 338, 451, 263, 5376, 29899, 1030, 5790, 29889, 960, 670, 1024, 338, 2000, 746, 278, 10769, 4629, 491, 17236, 294, 526, 17845, 373, 15050, 4515, 3250, 29892, 372, 674, 505, 5225, 10879, 373, 278, 435, 1691, 29889, 28933, 29889, 2688, 13726, 278, 1400, 25682, 411, 360, 1562, 29892, 896, 508, 3052, 372, 1728, 360, 1562, 29889, 13, 1576, 27043, 25435, 817, 263, 748, 1997, 1581, 29892, 896, 679, 697, 29889, 450, 13397, 379, 1038, 2185, 267, 817, 263, 748, 1997, 1581, 29892, 896, 679, 697, 29889, 450, 3037, 29887, 653, 2379, 1280, 817, 263, 748, 1997, 1581, 29892, 896, 679, 697, 29889, 450, 26693, 9145, 11689, 817, 26654, 29892, 896, 679, 777, 29889, 450, 16108, 8360, 5861, 817, 18195, 5839, 29879, 29892, 896, 29915, 276, 6314, 292, 963, 763, 263, 10674, 381, 2674, 380, 1161, 292, 3448, 1274, 1398, 29879, 29889, 450, 435, 1691, 817, 30098, 5872, 29892, 13229, 3078, 29889, 349, 2707, 14678, 2593, 4485, 678, 666, 1171, 322, 670, 325, 9457, 29892, 19323, 6561, 955, 3250, 2696, 29892, 674, 6568, 5995, 304, 263, 377, 547, 310, 10849, 368, 14387, 431, 2580, 734, 264, 18150, 2678, 445, 4098, 472, 278, 405, 15444, 6251, 18195, 29892, 769, 7124, 278, 269, 1217, 29877, 911, 2826, 363, 278, 1791, 310, 278, 11801, 313, 19499, 6060, 304, 19797, 12821, 498, 11831, 595, 411, 263, 10849, 2211, 29899, 6360, 8078, 467, 13, 3112, 29915, 29879, 1048, 3739, 18938, 29889, 22738, 599, 393, 376, 1148, 29892, 281, 7297, 526, 591, 29908, 377, 2827, 1048, 278, 20410, 591, 6091, 515, 278, 435, 1691, 2343, 11182, 746, 670, 714, 9202, 471, 3734, 304, 1708, 29871, 29941, 29906, 8090, 297, 29871, 29953, 29900, 3841, 472, 278, 1369, 310, 278, 29871, 29906, 29900, 29896, 29953, 29899, 29896, 29955, 2181, 375, 1943, 29973, 5674, 29892, 278, 27150, 13903, 349, 19636, 1144, 925, 5318, 29871, 29906, 29945, 8090, 297, 29871, 29953, 29896, 3841, 29889, 306, 1348, 591, 508, 8661, 393, 1708, 2696, 18881, 338, 263, 1422, 13019, 1135, 528, 262, 1460, 297, 5533, 29892, 3979, 322, 5846, 29889, 739, 29915, 29879, 1568, 901, 17818, 344, 29892, 9667, 292, 29892, 7482, 2827, 322, 12151, 29899, 449, 26644, 284, 29889, 739, 29915, 29879, 2656, 310, 763, 11203, 2440, 29892, 541, 451, 3755, 29889, 2193, 338, 29892, 306, 29915, 29881, 1827, 697, 1708, 2696, 3748, 338, 5186, 304, 2211, 4943, 29899, 25682, 3566, 1860, 29892, 577, 278, 349, 19636, 1144, 2869, 5318, 29871, 29955, 29945, 8090, 297, 29871, 29953, 29900, 3841, 427, 5782, 304, 1009, 1473, 2551, 573, 21631, 6536, 3611, 29889, 15175, 451, 2748, 1258, 306, 8293, 1009, 2343, 11182, 29892, 12828, 317, 913, 20595, 29892, 5807, 13255, 292, 1048, 278, 20410, 29889, 13, 29928 ]
1,330,458
21,504
CommonCrawl
5
7
rew Willy What does Marc Trestman know about quarterbacks that Mike O'Shea doesn't. Plenty apparently. I mean, it took O'Shea two complete Canadian Football League seasons and five games into a third crusade to realize Drew Willy wasn't the answer at quarterback for the Winnipeg Blue Bombers. It took Marc Trestman less than one half of one exhibition game to arrive at the same conclusion for his Toronto Argonauts, thus he pink-slipped the former Bombers starting QB on Saturday. You don't suppose O'Shea has already placed a call to Willy's agent, do you? Talk about a frightening prospect. Donald Trump will stop using Twitter before I part with money to watch exhibition football, and it seems that 99.9999 per cent of folks in the Republic of Tranna are of a similar mindset. The announced head count for the Argos' one dress rehearsal at BMO Field was 5,532. I once saw that many clowns squeeze into a Volkswagen Beetle at the Shrine Circus when I was a kid. I've heard and read a lot of "Don Matthews is the greatest head coach in Canadian Football League history" since the Coach of Many Teams died last week. Well, I beg to differ. I mean, what's the measuring stick? Total victories? Wally Buono beats him. Winning percentage? Hugh Campbell, John Hufnagel, Marc Trestman, Bud Grant, Ralph Sazio and Buono beat him. CFL titles? Campbell, Buono and Frank Clair have as many, and Campbell did it in six seasons compared to Matthews' 22. The best head coach ever? I'll take Hugh Campbell or Bud Grant over The Don any time. Once upon a time—and not so long ago—the first question you'd ask during one of golf's major tournaments was "What did Tiger shoot?" and you'd expect to hear that Tiger Woods was at, or very near, the top of the leaderboard. The second question would be "What about Phil?" and you'd likely be told that Phil Mickelson was in striking distance of the lead. Those two were the heartbeat of the men's pro tour. They were the latter-day version of Arnie and Jack. Now? The men's tour is a mosh pit, with an assortment of players alternating as flavor of the month. It was Rory McIlroy, then Jordan Spieth, then Jason Day, then Dustin Johnson. Trouble is, there isn't a swashbuckler among them. None has polarizing or riveting appeal. I wouldn't say the PGA Tour has become a bore, but it ceased being must-see TV about the same time Woods got caught with his pants down and drove his car into a tree. Quiz me this, kids: Why was the Chicago Bulls dynasty of the 1990s a good thing and the Golden State Warriors' dominance the past few years a bad thing for the National Basketball Association? Laura Ricketts The president and chief operating officer of the NBA-champion Warriors, Rick Welts, is openly gay. One of the co-owners and a board member of Major League Baseball's reigning World Series champion Chicago Cubs, Laura Ricketts, is an out lesbian. Two openly gay people in power positions with championship teams and yet gay players are still afraid to come out of hiding. I'd say that tells us all we need to know about the 1950s culture that still exists in the dressing rooms of the top four major sports leagues in North America. I sometimes subscribe to the old bromide that our mothers often delivered: If you don't have anything nice to say, don't say anything at all. So I'm not going to say anything about the Conor McGregor-Floyd Mayweather dust-up. Add 3-on-3 hoops to Steve Simmons' growing list of sports he doesn't fancy. The Postmedia scribe writes this: "Coming to the next Summer Olympics. Three on three basketball. Honest. With a 12-second shot clock. Games are 10 minutes in length or end when the first team has 21 points. Somebody out there in Olympic land—or many IOC members—have lost their minds." So, if you're keeping score at home, Simmons wants 3-on-3
-0.100979
-0.093849
-1.118107
-0.800024
[ -0.06052005512995923, -0.14143791133377662 ]
[ 0.2700961019288808, -0.4577944163735198 ]
[ -0.9976359098826603, -1.238578807294166 ]
[ -0.6912540153865492, -0.9087936040691966 ]
1,024
[ 512, 512 ]
[ 3973, 4624, 368, 13, 5618, 947, 14440, 1605, 342, 1171, 1073, 1048, 12616, 1627, 29879, 393, 12828, 438, 29915, 13468, 29874, 1838, 29915, 29873, 29889, 1858, 6478, 13229, 29889, 306, 2099, 29892, 372, 3614, 438, 29915, 13468, 29874, 1023, 4866, 11443, 8914, 5165, 20084, 322, 5320, 8090, 964, 263, 4654, 2181, 375, 1943, 304, 16289, 360, 3973, 4624, 368, 9007, 29915, 29873, 278, 1234, 472, 12616, 1627, 363, 278, 399, 2559, 666, 387, 10924, 27707, 2596, 29889, 739, 3614, 14440, 1605, 342, 1171, 3109, 1135, 697, 4203, 310, 697, 29130, 3748, 304, 18331, 472, 278, 1021, 15997, 363, 670, 17612, 11842, 20546, 29879, 29892, 4550, 540, 282, 682, 29899, 29879, 492, 2986, 278, 4642, 27707, 2596, 6257, 660, 29933, 373, 24211, 29889, 887, 1016, 29915, 29873, 7755, 438, 29915, 13468, 29874, 756, 2307, 7180, 263, 1246, 304, 4624, 368, 29915, 29879, 10823, 29892, 437, 366, 29973, 323, 2235, 1048, 263, 22739, 8333, 27289, 29889, 13, 28080, 27504, 674, 5040, 773, 20147, 1434, 306, 760, 411, 6909, 304, 6505, 29130, 5733, 29892, 322, 372, 2444, 393, 29871, 29929, 29929, 29889, 29929, 29929, 29929, 29929, 639, 1644, 310, 900, 2039, 297, 278, 8063, 310, 323, 661, 1056, 526, 310, 263, 2788, 3458, 842, 29889, 450, 9326, 2343, 2302, 363, 278, 11842, 359, 29915, 697, 10714, 337, 354, 1503, 284, 472, 350, 6720, 8989, 471, 29871, 29945, 29892, 29945, 29941, 29906, 29889, 306, 2748, 4446, 393, 1784, 274, 677, 1983, 269, 802, 29872, 911, 964, 263, 14639, 23702, 1522, 300, 280, 472, 278, 317, 1092, 457, 12594, 375, 746, 306, 471, 263, 26397, 29889, 13, 29902, 29915, 345, 6091, 322, 1303, 263, 3287, 310, 376, 10310, 9811, 354, 5652, 338, 278, 14176, 2343, 11182, 297, 11443, 8914, 5165, 4955, 29908, 1951, 278, 3189, 496, 310, 9267, 23570, 6423, 1833, 4723, 29889, 5674, 29892, 306, 1812, 304, 1163, 29889, 306, 2099, 29892, 825, 29915, 29879, 278, 7540, 3864, 12070, 29973, 14990, 6879, 3842, 29973, 399, 635, 5373, 3231, 367, 1446, 1075, 29889, 8892, 1076, 19649, 29973, 15888, 22163, 29892, 2259, 379, 1137, 29876, 351, 295, 29892, 14440, 1605, 342, 1171, 29892, 7038, 18102, 29892, 23438, 317, 834, 601, 322, 5373, 3231, 16646, 1075, 29889, 315, 10536, 17735, 29973, 22163, 29892, 5373, 3231, 322, 4976, 6015, 381, 505, 408, 1784, 29892, 322, 22163, 1258, 372, 297, 4832, 20084, 9401, 304, 9811, 354, 5652, 29915, 29871, 29906, 29906, 29889, 450, 1900, 2343, 11182, 3926, 29973, 306, 29915, 645, 2125, 15888, 22163, 470, 7038, 18102, 975, 450, 3872, 738, 931, 29889, 13, 26222, 2501, 263, 931, 30003, 392, 451, 577, 1472, 8020, 30003, 1552, 937, 1139, 366, 29915, 29881, 2244, 2645, 697, 310, 29416, 29915, 29879, 4655, 14743, 29879, 471, 376, 5618, 1258, 323, 4087, 15049, 3026, 322, 366, 29915, 29881, 2149, 304, 8293, 393, 323, 4087, 10180, 29879, 471, 472, 29892, 470, 1407, 2978, 29892, 278, 2246, 310, 278, 11822, 3377, 29889, 450, 1473, 1139, 723, 367, 376, 5618, 1048, 5241, 3026, 322, 366, 29915, 29881, 5517, 367, 5429, 393, 5241, 341, 860, 295, 1100, 471, 297, 29191, 5418, 310, 278, 3275, 29889, 16025, 1023, 892, 278, 5192, 915, 271, 310, 278, 1757, 29915, 29879, 410, 6282, 29889, 2688, 892, 278, 7480, 29899, 3250, 1873, 310, 826, 2786, 322, 5457, 29889, 2567, 29973, 450, 1757, 29915, 29879, 6282, 338, 263, 286, 10578, 22754, 29892, 411, 385, 1223, 441, 358, 310, 10769, 5136, 1218, 408, 21054, 272, 310, 278, 4098, 29889, 739, 471, 390, 706, 4052, 14126, 4727, 29892, 769, 18284, 317, 1631, 621, 29892, 769, 21776, 8373, 29892, 769, 360, 504, 262, 11717, 29889, 1605, 2074, 338, 29892, 727, 3508, 29915, 29873, 263, 2381, 1161, 2423, 384, 1358, 4249, 963, 29889, 6213, 756, 16755, 5281, 470, 9050, 15133, 25530, 29889, 306, 7656, 29915, 29873, 1827, 278, 349, 12739, 6371, 756, 4953, 263, 23888, 29892, 541, 372, 24886, 1641, 1818, 29899, 4149, 5648, 1048, 278, 1021, 931, 10180, 29879, 2355, 12624, 411, 670, 282, 1934, 1623, 322, 26603, 670, 1559, 964, 263, 5447, 29889, 13, 2182, 466, 592, 445, 29892, 413, 4841, 29901, 3750, 471, 278, 10059, 20293, 29879, 22337, 29891, 310, 278, 29871, 29896, 29929, 29929, 29900, 29879, 263, 1781, 2655, 322, 278, 16108, 4306, 3362, 28739, 29915, 8022, 749, 278, 4940, 2846, 2440, 263, 4319, 2655, 363, 278, 3086, 21850, 7993, 29973, 13, 5661, 2002, 390, 8522, 1372, 13, 1576, 6673, 322, 9087, 13598, 12139, 310, 278, 21517, 29899, 305, 3103, 3362, 28739, 29892, 24218, 10458, 1372, 29892, 338, 1722, 368, 23852, 29889, 3118, 310, 278, 1302, 29899, 776, 414, 322, 263, 7613, 4509, 310, 11019, 5165, 23185, 29915, 29879, 20913, 292, 2787, 10488, 8064, 10059, 315, 23954, 29892, 21671, 390, 8522, 1372, 29892, 338, 385, 714, 966, 22863, 29889, 7803, 1722, 368, 23852, 2305, 297, 3081, 11909, 411, 22401, 10907, 322, 3447, 23852, 10769, 526, 1603, 13421, 304, 2041, 714, 310, 25508, 29889, 306, 29915, 29881, 1827, 393, 10603, 502, 599, 591, 817, 304, 1073, 1048, 278, 29871, 29896, 29929, 29945, 29900, 29879, 9257, 393, 1603, 4864, 297, 278, 10714, 292, 19600, 310, 278, 2246, 3023, 4655, 14717, 454, 21628, 297, 4644, 6813, 29889, 13, 29902, 6041, 1014, 13086, 304, 278, 2030, 289, 456, 680, 393, 1749, 25550, 414, 4049, 20115, 29901, 960, 366, 1016, 29915, 29873, 505, 3099, 7575, 304, 1827, 29892, 1016, 29915, 29873, 1827, 3099, 472, 599, 29889, 1105, 306, 29915, 29885, 451, 2675, 304, 1827, 3099, 1048, 278, 1281, 272, 22805, 1727, 272, 29899, 29943, 18966, 2610, 705, 1624, 19786, 29899, 786, 29889, 13, 2528, 29871, 29941, 29899, 265, 29899, 29941, 5089, 3554, 304, 13981, 3439, 29885, 787, 29915, 15678, 1051, 310, 14717, 540, 1838, 29915, 29873, 19231, 29889, 450, 4918, 9799, 27438, 915, 15873, 445, 29901, 376, 1523, 292, 304, 278, 2446, 13329, 16373, 29889, 12753, 373, 2211, 20305, 29889, 7906, 342, 29889, 2973, 263, 29871, 29896, 29906, 29899, 7496, 10322, 12006, 29889, 12482, 526, 29871, 29896, 29900, 6233, 297, 3309, 470, 1095, 746, 278, 937, 3815, 756, 29871, 29906, 29896, 3291, 29889, 3834, 2587, 714, 727, 297, 19025, 2982, 30003, 272, 1784, 10663, 29907, 5144, 30003, 17532, 5714, 1009, 27656, 1213, 1105, 29892, 565, 366, 29915, 276, 12515, 8158, 472, 3271, 29892, 3439, 29885, 787, 10753, 29871, 29941, 29899, 265, 29899, 29941 ]
1,330,458
22,528
CommonCrawl
5
7
Material on this web site copyright © 1995-2015, TelePost, Inc. All rights reserved. I received the LP-100, and all I can say is Wow! What a great piece of gear – certainly worth waiting for. You have created a product that is quantum levels above any other watt meter. I am usually subdued in my enthusiasm for a new product. But this is WOW. I'm blown away! It is an absolutely awesome piece of equipment. And, the fact that you took the time to program my callsign into the screen-saver was a touch of class. The new LP-100 truly represents a new standard in wattmeter accuracy, performance, and useful features. I believe the LP-100 definitely sets a new standard for wattmeter functionality and usability. Thanks again for a fun project and quality product. I do very much want to complement you on the fantastic job you have done with the LP-100. The unit works beautifully, and I am delighted with it. Thank You! I love the LP-100. The return loss function is simply superior for adjusting an antenna tuner. Also, the LP-100 displays no variation in readings from a few watts to, say, a kilowatt as is so common with other wattmeters. The LP-100 is simply superb. Thanks for a great product! Sure matches with the equipment decor! I love it. I like my LP-100 more with each passing day. I am very impressed with the quality of the manual. It looks great when printed on a color Laser printer and is very easy to read and follow. The display really looks great...the black box is perfect, and really adds "class" to the look of the meter. Great quality for the board and components! I am delighted. A really great kit and experience, Larry. I am totally pleased with the result!! This is one of the best kits I ever built !!! also loaded the firmware update Super Job on this kit!! LP-100 OE Group Build - This is a link to 24 pictures from a group build session in Austria. This is a great idea for a club project. Here are comments from Holger, one of the organizers of the session, along with one of the pictures. Click on the link or picture for a slide show of the assembly and calibration. One week after our building session we met again. This time we met in our Clubstation OE9XRV (OE9R) to calibrate 11 (eleven!) LP-100. All LP-100 were in a range of 10% (before calibration). As reference we used a LP-100 ordered assembled and calibrated. And again, we had a lot of fun together. A special thanks to Claus OE9CWH for the tools and help! We will have a 2nd calibrating session to calibrate the last 5 LP-100 here in OE9. The LP-100 goes way beyond high accuracy with flexibility without compromise, stylish looks and ease of use. I have added new Pictures from our Contest-Station OE9R. We use 5 LP-100 to display our power and protect our amp from damage. I am delighted with the LP-100 and am pleased that it is taking off for you! This plotting facility is absolutely fantastic. I have never known such great software, I love the ability to be able to check out my ants! To use an American expression "it's awesome"! Thanks. Well it was fun while it lasted...but it's all built, calibrated and working. Kit arrived around 2:30pm on Friday, went straight to work on it. Finished build and initial check-out around 10pm (include Dinner, Potty, and libation breaks). This morning I spent an hour doing the calibration and final assembly. It's all up and running. BTW the sucker was very very close before alignment. Very minor adjustment for all bands and the phase slope was very close....I made a RG142 cable and put it on network analyzer and then used that for it and only had to step 2 digits down. Larry, I thought I would send these photos of my mobile installation. As you can see your LP-100 is at the center of it. It works great and was just what I was looking for
0.46475
-0.143315
-0.227253
-1.105197
[ 0.8030603028537592, 0.12644064092837157 ]
[ -0.1663696147653631, -0.12026092879663786 ]
[ -0.30397398944006265, -0.15053140740431437 ]
[ -1.192342963308761, -1.0180511553358178 ]
1,024
[ 512, 512 ]
[ 17582, 373, 445, 1856, 3268, 3509, 1266, 29871, 30211, 29871, 29896, 29929, 29929, 29945, 29899, 29906, 29900, 29896, 29945, 29892, 9699, 6747, 29892, 9266, 29889, 2178, 10462, 21676, 29889, 13, 29902, 4520, 278, 23671, 29899, 29896, 29900, 29900, 29892, 322, 599, 306, 508, 1827, 338, 399, 340, 29991, 1724, 263, 2107, 8424, 310, 330, 799, 785, 8959, 7088, 10534, 363, 29889, 13, 3492, 505, 2825, 263, 3234, 393, 338, 12101, 11174, 2038, 738, 916, 281, 1131, 11134, 29889, 306, 626, 5491, 1014, 700, 287, 297, 590, 23644, 3173, 29885, 363, 263, 716, 3234, 29889, 1205, 445, 338, 399, 9806, 29889, 13, 29902, 29915, 29885, 13031, 29876, 3448, 29991, 739, 338, 385, 13312, 29663, 8424, 310, 21083, 29889, 1126, 29892, 278, 2114, 393, 366, 3614, 278, 931, 304, 1824, 590, 1246, 4530, 964, 278, 4315, 29899, 4977, 369, 471, 263, 6023, 310, 770, 29889, 13, 1576, 716, 23671, 29899, 29896, 29900, 29900, 19781, 11524, 263, 716, 3918, 297, 281, 1131, 29391, 13600, 29892, 4180, 29892, 322, 5407, 5680, 29889, 13, 29902, 4658, 278, 23671, 29899, 29896, 29900, 29900, 11630, 6166, 263, 716, 3918, 363, 281, 1131, 29391, 9863, 322, 502, 3097, 29889, 1834, 1449, 363, 263, 2090, 2060, 322, 11029, 3234, 29889, 13, 29902, 437, 1407, 1568, 864, 304, 19595, 366, 373, 278, 13568, 6288, 4982, 366, 505, 2309, 411, 278, 23671, 29899, 29896, 29900, 29900, 29889, 450, 5190, 1736, 9560, 368, 29892, 322, 306, 626, 15319, 287, 411, 372, 29889, 13, 25271, 887, 29991, 306, 5360, 278, 23671, 29899, 29896, 29900, 29900, 29889, 450, 736, 6410, 740, 338, 3763, 11558, 363, 10365, 292, 385, 25504, 1056, 18515, 261, 29889, 3115, 29892, 278, 23671, 29899, 29896, 29900, 29900, 14423, 694, 19262, 297, 1303, 886, 515, 263, 2846, 281, 1131, 29879, 304, 29892, 1827, 29892, 263, 4679, 340, 1131, 408, 338, 577, 3619, 411, 916, 281, 1131, 2527, 414, 29889, 450, 23671, 29899, 29896, 29900, 29900, 338, 3763, 2428, 29890, 29889, 13, 16894, 363, 263, 2107, 3234, 29991, 18585, 7087, 411, 278, 21083, 10200, 29991, 306, 5360, 372, 29889, 13, 29902, 763, 590, 23671, 29899, 29896, 29900, 29900, 901, 411, 1269, 6819, 2462, 29889, 13, 29902, 626, 1407, 527, 13120, 411, 278, 11029, 310, 278, 12219, 29889, 739, 3430, 2107, 746, 13350, 373, 263, 2927, 7413, 261, 23028, 322, 338, 1407, 4780, 304, 1303, 322, 1101, 29889, 13, 1576, 2479, 2289, 3430, 2107, 856, 1552, 4628, 3800, 338, 4922, 29892, 322, 2289, 12778, 376, 1990, 29908, 304, 278, 1106, 310, 278, 11134, 29889, 13, 25120, 271, 11029, 363, 278, 7613, 322, 7117, 29991, 306, 626, 15319, 287, 29889, 13, 29909, 2289, 2107, 413, 277, 322, 7271, 29892, 26977, 29889, 13, 29902, 626, 14909, 22301, 411, 278, 1121, 6824, 13, 4013, 338, 697, 310, 278, 1900, 413, 1169, 306, 3926, 4240, 1738, 6824, 884, 7500, 278, 9226, 2519, 2767, 5670, 17163, 373, 445, 413, 277, 6824, 13, 13208, 29899, 29896, 29900, 29900, 438, 29923, 6431, 8878, 448, 910, 338, 263, 1544, 304, 29871, 29906, 29946, 14956, 515, 263, 2318, 2048, 4867, 297, 17362, 29889, 910, 338, 263, 2107, 2969, 363, 263, 4402, 2060, 29889, 2266, 526, 6589, 515, 4168, 914, 29892, 697, 310, 278, 8674, 414, 310, 278, 4867, 29892, 3412, 411, 697, 310, 278, 14956, 29889, 16297, 373, 278, 1544, 470, 7623, 363, 263, 20343, 1510, 310, 278, 11470, 322, 1208, 26218, 29889, 13, 6716, 4723, 1156, 1749, 5214, 4867, 591, 1539, 1449, 29889, 910, 931, 591, 1539, 297, 1749, 5977, 19569, 438, 29923, 29929, 29990, 29934, 29963, 313, 29949, 29923, 29929, 29934, 29897, 304, 1208, 4626, 403, 29871, 29896, 29896, 313, 6146, 854, 14366, 23671, 29899, 29896, 29900, 29900, 29889, 2178, 23671, 29899, 29896, 29900, 29900, 892, 297, 263, 3464, 310, 29871, 29896, 29900, 29995, 313, 11083, 1208, 26218, 467, 1094, 3407, 591, 1304, 263, 23671, 29899, 29896, 29900, 29900, 10372, 24940, 29881, 322, 1208, 4626, 630, 29889, 1126, 1449, 29892, 591, 750, 263, 3287, 310, 2090, 4208, 29889, 319, 4266, 3969, 304, 6015, 375, 438, 29923, 29929, 29907, 25039, 363, 278, 8492, 322, 1371, 29991, 1334, 674, 505, 263, 29871, 29906, 299, 1208, 4626, 1218, 4867, 304, 1208, 4626, 403, 278, 1833, 29871, 29945, 23671, 29899, 29896, 29900, 29900, 1244, 297, 438, 29923, 29929, 29889, 13, 1576, 23671, 29899, 29896, 29900, 29900, 5771, 982, 8724, 1880, 13600, 411, 8525, 4127, 1728, 19632, 895, 29892, 15877, 1674, 3430, 322, 16326, 310, 671, 29889, 13, 29902, 505, 2715, 716, 26069, 515, 1749, 2866, 342, 29899, 22814, 438, 29923, 29929, 29934, 29889, 1334, 671, 29871, 29945, 23671, 29899, 29896, 29900, 29900, 304, 2479, 1749, 3081, 322, 12566, 1749, 21332, 515, 18658, 29889, 13, 29902, 626, 15319, 287, 411, 278, 23671, 29899, 29896, 29900, 29900, 322, 626, 22301, 393, 372, 338, 5622, 1283, 363, 366, 29991, 910, 6492, 1259, 24454, 338, 13312, 13568, 6288, 29889, 306, 505, 2360, 2998, 1316, 2107, 7047, 29892, 306, 5360, 278, 11509, 304, 367, 2221, 304, 1423, 714, 590, 385, 1372, 29991, 1763, 671, 385, 3082, 4603, 376, 277, 29915, 29879, 29663, 29908, 29991, 1834, 29889, 13, 11284, 372, 471, 2090, 1550, 372, 1833, 287, 856, 4187, 372, 29915, 29879, 599, 4240, 29892, 1208, 4626, 630, 322, 1985, 29889, 26240, 11977, 2820, 29871, 29906, 29901, 29941, 29900, 3358, 373, 28728, 29892, 3512, 7812, 304, 664, 373, 372, 29889, 29871, 4231, 3276, 2048, 322, 2847, 1423, 29899, 449, 2820, 29871, 29896, 29900, 3358, 313, 2856, 360, 3993, 29892, 10173, 1017, 29892, 322, 4303, 362, 16706, 467, 29871, 910, 7250, 306, 10398, 385, 7234, 2599, 278, 1208, 26218, 322, 2186, 11470, 29889, 29871, 739, 29915, 29879, 599, 701, 322, 2734, 29889, 13, 29933, 16240, 278, 480, 4937, 471, 1407, 1407, 3802, 1434, 22239, 29889, 18064, 9461, 10365, 358, 363, 599, 22706, 322, 278, 8576, 24968, 471, 1407, 3802, 3045, 29902, 1754, 263, 390, 29954, 29896, 29946, 29906, 21387, 322, 1925, 372, 373, 3564, 16455, 3298, 322, 769, 1304, 393, 363, 372, 322, 871, 750, 304, 4331, 29871, 29906, 13340, 1623, 29889, 13, 24105, 719, 29892, 306, 2714, 306, 723, 3638, 1438, 20612, 310, 590, 10426, 11161, 29889, 1094, 366, 508, 1074, 596, 23671, 29899, 29896, 29900, 29900, 338, 472, 278, 4818, 310, 372, 29889, 739, 1736, 2107, 322, 471, 925, 825, 306, 471, 3063, 363 ]
1,330,459
0
C4
12
5
. Thanks Larry. ...It has been a nice Xmas gift. Thanks for all, Larry and HNY to you and yours from me and the family. 73s! BTW: Sending you a couple of pics for your site. My LP-100 is fully functional and calibrated using your LP-200 dummy load. It's certainly more power information then I'll ever need! New version of 1.0.2 downloaded and flashed to LP-100 without any problem. Thanks for a great product! Also included is a photo of my new LP-100 sitting in a place of prominence in my HAM shack. Sure matches with the equipment decor! I love it. 6-15-2006... Hello Larry. Finished all the wiring tonight! It Works. Here is a picture of my finished LP-100 wattmeter. It works well, and now I plan to do the calibration needed using a good wattmeter and dummy load. Again Larry, thanks for making this wattmeter available to the ham population. By the way, the peak reading is just great! 73 and thanks again, one happy customer! ...Here are a couple of pictures of my operating position. The LP-100 is nestled in it's place beside the amp. A really great kit and experience, Larry. I learned some things in the process of assembling this kit. The peak detector in the manual was invaluable to me, as you well know by now. I was having a problem calibrating trying to use what I had on hand, instead of following your instructions. After beating my head against the wall over this, I finally built the detector and all went smooth from there. I can't wait for your next great project! The present set up at W9OY. 2 SDR-1000's, an Orion, 4 amps and 2 tuners. The LP-100 is on the table in the lower left corner under the antenna switch, and it is represented on the right computer screen using LP-100 VCP. The meter went together in 8 hours with no problems. The build was a very enjoyable experience. I have LP-100 VCP also working. My suggestion is to read through the manual at least twice before starting the build. Things that were not clear became clear as the build proceeded, and I was able to quickly refer to different parts of the manual since I was familiar with it. I used a 800 degree Weller and .15 silver bearing solder from Radio Shack for the build and it went together perfectly. I am totally pleased with the result!! I used the meter with my doublet and Johnson Matchbox and was able to minimize the SWR very nicely using the fast response at about 3/4 watt of forward power. Amazing! I think this is an acid test since the Johnson is known to be a "touchy" tuner. No other commercial digital meter has been able to pass this test. They all had too slow of a response. I wonder if the fast/slow toggle could be adapted to be a fast/fast, slow/slow fast/slow slow/fast toggle? Maybe you could indicate by slashing the W/w or adding a period or something when getting to the non identical choice. My general preference is Slow on Power and Fast on SWR or slow/fast. I set up the meter on a second antenna I have on another part of my property using the antenna to feed the XMTR port and a dummy load connected to the LOAD port of the meter. When I transmitted on the distant antenna I was able to read the field strength in dB on the LP-100 and it varied nicely with increase and decrease in power. So I can measure accurate relative field strength with the thing as well. Thank you for a very nice meter. Below is a scaled down screen grab from W1MH's computer showing the software used to control his remote base station. The software used includes the Kenwood ARCP program for control of the TS-2000, the AlphaRemote software for control of his amplifier, the Skype audio program, and several of my programs including a custom relay control panel, LP-Rotor, LP-Status and the LP-100 VCP to control his new LP-100. Here are some pictures of my station. The LP-100 is in the middle of the rack next to the Ten Ten 253 Auto Tuner. Very reliable system and extremely easy
-0.346782
-0.293952
-0.43459
-0.972527
[ -0.5830512312929863, -0.11051320828841399 ]
[ -0.5983587600063327, 0.010454957638971606 ]
[ -0.8682876175880625, -0.000893186906642478 ]
[ -1.551332060327659, -0.3937222909551256 ]
1,024
[ 512, 512 ]
[ 29889, 1834, 26977, 29889, 13, 856, 3112, 756, 1063, 263, 7575, 1060, 8247, 19797, 29889, 1834, 363, 599, 29892, 26977, 322, 379, 29940, 29979, 304, 366, 322, 15850, 515, 592, 322, 278, 3942, 29889, 29871, 29955, 29941, 29879, 29991, 13, 29933, 16240, 29901, 317, 2548, 366, 263, 7303, 310, 282, 1199, 363, 596, 3268, 29889, 13, 3421, 23671, 29899, 29896, 29900, 29900, 338, 8072, 13303, 322, 1208, 4626, 630, 773, 596, 23671, 29899, 29906, 29900, 29900, 20254, 2254, 29889, 739, 29915, 29879, 8959, 901, 3081, 2472, 769, 306, 29915, 645, 3926, 817, 29991, 1570, 1873, 310, 29871, 29896, 29889, 29900, 29889, 29906, 16532, 322, 11013, 287, 304, 23671, 29899, 29896, 29900, 29900, 1728, 738, 1108, 29889, 1834, 363, 263, 2107, 3234, 29991, 3115, 5134, 338, 263, 15373, 310, 590, 716, 23671, 29899, 29896, 29900, 29900, 16246, 297, 263, 2058, 310, 2504, 262, 663, 297, 590, 379, 5194, 528, 547, 29889, 18585, 7087, 411, 278, 21083, 10200, 29991, 306, 5360, 372, 29889, 13, 29953, 29899, 29896, 29945, 29899, 29906, 29900, 29900, 29953, 856, 15043, 26977, 29889, 4231, 3276, 599, 278, 281, 8491, 15243, 523, 29991, 739, 13976, 29889, 2266, 338, 263, 7623, 310, 590, 7743, 23671, 29899, 29896, 29900, 29900, 281, 1131, 29391, 29889, 739, 1736, 1532, 29892, 322, 1286, 306, 3814, 304, 437, 278, 1208, 26218, 4312, 773, 263, 1781, 281, 1131, 29391, 322, 20254, 2254, 29889, 11454, 26977, 29892, 3969, 363, 3907, 445, 281, 1131, 29391, 3625, 304, 278, 16366, 4665, 29889, 2648, 278, 982, 29892, 278, 19224, 5183, 338, 925, 2107, 29991, 13, 29955, 29941, 322, 3969, 1449, 29892, 697, 9796, 11962, 29991, 13, 856, 10605, 526, 263, 7303, 310, 14956, 310, 590, 13598, 2602, 29889, 450, 23671, 29899, 29896, 29900, 29900, 338, 17763, 839, 297, 372, 29915, 29879, 2058, 17620, 278, 21332, 29889, 319, 2289, 2107, 413, 277, 322, 7271, 29892, 26977, 29889, 306, 10972, 777, 2712, 297, 278, 1889, 310, 24367, 1847, 445, 413, 277, 29889, 450, 19224, 1439, 3019, 297, 278, 12219, 471, 297, 4387, 519, 304, 592, 29892, 408, 366, 1532, 1073, 491, 1286, 29889, 306, 471, 2534, 263, 1108, 1208, 4626, 1218, 1811, 304, 671, 825, 306, 750, 373, 1361, 29892, 2012, 310, 1494, 596, 11994, 29889, 2860, 367, 1218, 590, 2343, 2750, 278, 10090, 975, 445, 29892, 306, 7146, 4240, 278, 1439, 3019, 322, 599, 3512, 10597, 515, 727, 29889, 13, 29902, 508, 29915, 29873, 4480, 363, 596, 2446, 2107, 2060, 29991, 13, 1576, 2198, 731, 701, 472, 399, 29929, 29949, 29979, 29889, 259, 29906, 8073, 29934, 29899, 29896, 29900, 29900, 29900, 29915, 29879, 29892, 385, 1394, 291, 29892, 29871, 29946, 626, 567, 322, 29871, 29906, 18515, 414, 29889, 450, 23671, 29899, 29896, 29900, 29900, 338, 373, 278, 1591, 297, 278, 5224, 2175, 11155, 1090, 278, 25504, 1056, 4607, 29892, 322, 372, 338, 9875, 373, 278, 1492, 6601, 4315, 773, 23671, 29899, 29896, 29900, 29900, 478, 6271, 29889, 13, 1576, 11134, 3512, 4208, 297, 29871, 29947, 6199, 411, 694, 4828, 29889, 450, 2048, 471, 263, 1407, 13389, 519, 7271, 29889, 306, 505, 23671, 29899, 29896, 29900, 29900, 478, 6271, 884, 1985, 29889, 1619, 8998, 338, 304, 1303, 1549, 278, 12219, 472, 3203, 8951, 1434, 6257, 278, 2048, 29889, 29871, 28706, 393, 892, 451, 2821, 3897, 2821, 408, 278, 2048, 24825, 29892, 322, 306, 471, 2221, 304, 9098, 2737, 304, 1422, 5633, 310, 278, 12219, 1951, 306, 471, 9985, 411, 372, 29889, 29871, 306, 1304, 263, 29871, 29947, 29900, 29900, 7426, 399, 4539, 322, 869, 29896, 29945, 13283, 24638, 899, 672, 515, 9204, 1383, 547, 363, 278, 2048, 322, 372, 3512, 4208, 7970, 29889, 29871, 306, 626, 14909, 22301, 411, 278, 1121, 6824, 13, 29902, 1304, 278, 11134, 411, 590, 3765, 29873, 322, 11717, 14514, 1884, 322, 471, 2221, 304, 6260, 675, 278, 317, 9980, 1407, 28138, 773, 278, 5172, 2933, 472, 1048, 29871, 29941, 29914, 29946, 281, 1131, 310, 6375, 3081, 29889, 29871, 11562, 19583, 29991, 29871, 306, 1348, 445, 338, 385, 22193, 1243, 1951, 278, 11717, 338, 2998, 304, 367, 263, 376, 16747, 29891, 29908, 18515, 261, 29889, 29871, 1939, 916, 12128, 13436, 11134, 756, 1063, 2221, 304, 1209, 445, 1243, 29889, 259, 2688, 599, 750, 2086, 5232, 310, 263, 2933, 29889, 29871, 306, 4997, 565, 278, 5172, 29914, 28544, 20429, 1033, 367, 23430, 304, 367, 263, 5172, 29914, 11255, 29892, 5232, 29914, 28544, 5172, 29914, 28544, 5232, 29914, 11255, 20429, 29973, 29871, 7198, 366, 1033, 12266, 491, 24765, 292, 278, 399, 29914, 29893, 470, 4417, 263, 3785, 470, 1554, 746, 2805, 304, 278, 1661, 13557, 7348, 29889, 29871, 1619, 2498, 24583, 338, 317, 677, 373, 9206, 322, 23786, 373, 317, 9980, 470, 5232, 29914, 11255, 29889, 13, 29902, 731, 701, 278, 11134, 373, 263, 1473, 25504, 1056, 306, 505, 373, 1790, 760, 310, 590, 2875, 773, 278, 25504, 1056, 304, 8343, 278, 1060, 29924, 5659, 2011, 322, 263, 20254, 2254, 6631, 304, 278, 11247, 3035, 2011, 310, 278, 11134, 29889, 29871, 1932, 306, 18750, 4430, 373, 278, 21188, 25504, 1056, 306, 471, 2221, 304, 1303, 278, 1746, 9324, 297, 270, 29933, 373, 278, 23671, 29899, 29896, 29900, 29900, 322, 372, 23821, 28138, 411, 7910, 322, 23806, 297, 3081, 29889, 29871, 1105, 29871, 306, 508, 5645, 16232, 6198, 1746, 9324, 411, 278, 2655, 408, 1532, 29889, 13, 25271, 366, 363, 263, 1407, 7575, 11134, 29889, 13, 21140, 340, 338, 263, 6287, 29881, 1623, 4315, 17229, 515, 399, 29896, 29924, 29950, 29915, 29879, 6601, 6445, 278, 7047, 1304, 304, 2761, 670, 7592, 2967, 5073, 29889, 450, 7047, 1304, 7805, 278, 10015, 6115, 9033, 6271, 1824, 363, 2761, 310, 278, 323, 29903, 29899, 29906, 29900, 29900, 29900, 29892, 278, 838, 2026, 20224, 7047, 363, 2761, 310, 670, 20563, 3709, 29892, 278, 4971, 668, 10348, 1824, 29892, 322, 3196, 310, 590, 11104, 3704, 263, 2888, 29856, 2761, 9451, 29892, 23671, 29899, 21281, 272, 29892, 23671, 29899, 5709, 322, 278, 23671, 29899, 29896, 29900, 29900, 478, 6271, 304, 2761, 670, 716, 23671, 29899, 29896, 29900, 29900, 29889, 13, 10605, 526, 777, 14956, 310, 590, 5073, 29889, 450, 23671, 29899, 29896, 29900, 29900, 338, 297, 278, 7256, 310, 278, 1153, 384, 2446, 304, 278, 12444, 12444, 29871, 29906, 29945, 29941, 11133, 21072, 261, 29889, 18064, 23279, 1788, 322, 14154, 4780 ]
1,330,459
1,024
C4
12
5
Ecotherapy: Don't forget the 'therapy' Dr Joe Hinds While ecotherapy is on the rise, many eco-therapists don't have a clinical training. Yet, explains Dr Joe Hinds, working in nature is no soft option. Taking client work outside taxes our attentional capacities, necessitates a solid theoretical frame, and often – as the co-editor of Ecotherapy has discovered – demands deep reflexive practice. Ecotherapy may be thought of as a broad extended family with a diversity of personalities, some of which place more or less emphasis on the therapeutic component. I prefer the term eco-psychotherapy simply because it implies with far less ambiguity the importance of the 'therapy' and the processes required to become a reflexive practitioner. This seems to be increasingly important with eco-therapy, as it is with mainstream mental health provision – which tends to lean towards short-term advice giving rather than any meaningful therapeutic dialogue. Nature, in its widest sense, experienced from pictures to lengthy immersions in wilderness, can elicit a variety of emotional responses and may do so without an explicit therapeutic element. Yet, this exposure alone may have a therapeutic effect for many. So, although nature can be 'healing' (whatever this may mean) there is a danger, even for trained psychotherapists engaged in ecotherapy, that we fall into a non-therapeutic position and let nature do the work. This may be perfectly appropriate and acceptable for many people seeking relief from common challenges, or as an escape from less sensual and aesthetically pleasing environments. However, for those people experiencing more complex difficulties, the psychotherapist working outdoors needs to have a solid foundation from which to practice. This foundation is twofold: a theoretical frame to best understand the work in its fullest sense, and a thorough, albeit never complete, process of self-awareness and examination developed in their own personal therapy, reflexivity and supervision. I have been asked by clients to work outside many times, and I do so only after a conversation about 'why' (although not asked directly). The reasons will always leave me in a dilemma; these decisions are ridden with pros and cons – the paradoxical nature of psychotherapy. Their motives for going 'out' stand alongside mine. My childhood in rural New Zealand was such that the natural environment was an 'escape' – a safe place to go. So, I have a multitude of issues to consider: Will I agree to this request because it feels like the right time for this person to broaden horizons for greater insight, or because there is a desire to avoid intimacy? Is there a need for a visceral 'working through'? Is it an opportunity to observe the change from adapted to free child, and the associated rich metaphorical encounters that bring them 'alive'? Am I selling this idea because of my own reflexive avoidance, which has been transferred (sublimated) to an externalised evangelism? Taking psychotherapy outdoors is not a panacea. It is important to be sensitive to the ebb and flow of someone's psyche, and to communicate an understanding about whether going out for that person at this time can be beneficial. By beneficial, I don't mean 'positive', as going out is often fraught with fears and complications; awareness and change are seldom achieved without challenge. By leaving the holding capacity of a familiar room, with its privacy and predictability, therapy outdoors taxes the attentional capacities of the therapist. The facilitation of reflections, observations and interpretations of living, embodied and linguistic metaphors ('evocative objects') is a very different undertaking when moving through a dynamic and open space. It requires, for example, far greater attention to a sense of holding and containing. We are far more active physically and mentally because of the richness of place and encounter. Therefore, conceptual and theoretical understandings help orientate and contain the therapist as much as they do the client, and must sit alongside human warmth and empathy – neither by themselves is sufficient in eco-therapy, particularly when working with more complex manifestations of distress. Dr Joe Hinds is a Senior Lecturer on the MSc Therapeutic Counselling course at the University of Greenwich, UK
1.887843
-0.131229
1.688243
0.815915
[ 1.4988554207851295, 2.2768310644564256 ]
[ -0.17711338625322143, -0.08534367146109834 ]
[ 1.764330566760809, 1.6121561052377527 ]
[ 0.7534819973443964, 0.8783477702205348 ]
1,024
[ 512, 512 ]
[ 382, 29883, 1228, 27580, 29901, 3872, 29915, 29873, 9566, 278, 525, 721, 27580, 29915, 13, 25639, 11131, 379, 12772, 13, 8809, 488, 21226, 1228, 27580, 338, 373, 278, 14451, 29892, 1784, 321, 1111, 29899, 721, 481, 2879, 1016, 29915, 29873, 505, 263, 24899, 936, 6694, 29889, 15175, 29892, 18568, 4942, 11131, 379, 12772, 29892, 1985, 297, 5469, 338, 694, 4964, 2984, 29889, 323, 5086, 3132, 664, 5377, 8818, 267, 1749, 1098, 296, 1848, 11101, 1907, 29892, 3520, 277, 1078, 263, 7773, 23399, 3515, 29892, 322, 4049, 785, 408, 278, 1302, 29899, 15204, 310, 382, 29883, 1228, 27580, 756, 10943, 785, 1261, 4167, 6483, 2143, 2506, 573, 6944, 29889, 13, 29923, 29883, 1228, 27580, 1122, 367, 2714, 310, 408, 263, 7300, 10410, 3942, 411, 263, 6894, 537, 310, 7333, 1907, 29892, 777, 310, 607, 2058, 901, 470, 3109, 19310, 275, 373, 278, 266, 1572, 412, 329, 293, 4163, 29889, 306, 5821, 278, 1840, 321, 1111, 29899, 567, 3376, 1228, 27580, 3763, 1363, 372, 10469, 411, 2215, 3109, 22363, 537, 278, 13500, 310, 278, 525, 721, 27580, 29915, 322, 278, 10174, 3734, 304, 4953, 263, 2143, 2506, 573, 4120, 654, 261, 29889, 910, 2444, 304, 367, 10231, 368, 4100, 411, 321, 1111, 29899, 721, 27580, 29892, 408, 372, 338, 411, 1667, 5461, 19119, 9045, 25161, 785, 607, 29867, 304, 20793, 7113, 3273, 29899, 8489, 9848, 6820, 3265, 1135, 738, 6593, 1319, 266, 1572, 412, 329, 293, 7928, 434, 29889, 13, 29940, 1535, 29892, 297, 967, 9449, 342, 4060, 29892, 18860, 515, 14956, 304, 3309, 29891, 5198, 414, 1080, 297, 281, 2700, 2264, 29892, 508, 560, 293, 277, 263, 12875, 310, 23023, 1848, 20890, 322, 1122, 437, 577, 1728, 385, 6261, 266, 1572, 412, 329, 293, 1543, 29889, 15175, 29892, 445, 14060, 545, 7432, 1122, 505, 263, 266, 1572, 412, 329, 293, 2779, 363, 1784, 29889, 1105, 29892, 5998, 5469, 508, 367, 525, 354, 12818, 29915, 313, 1332, 5564, 445, 1122, 2099, 29897, 727, 338, 263, 9703, 29892, 1584, 363, 16370, 11643, 1228, 481, 2879, 17785, 297, 21226, 1228, 27580, 29892, 393, 591, 6416, 964, 263, 1661, 29899, 721, 4085, 329, 293, 2602, 322, 1235, 5469, 437, 278, 664, 29889, 13, 4013, 1122, 367, 7970, 8210, 322, 22691, 363, 1784, 2305, 25738, 18892, 515, 3619, 18066, 267, 29892, 470, 408, 385, 10169, 515, 3109, 4771, 950, 322, 263, 342, 9188, 1711, 5644, 5832, 23136, 29889, 2398, 29892, 363, 1906, 2305, 10623, 3277, 901, 4280, 23553, 29892, 278, 11643, 1228, 481, 391, 1985, 714, 1867, 943, 4225, 304, 505, 263, 7773, 22778, 515, 607, 304, 6944, 29889, 910, 22778, 338, 1023, 8771, 29901, 263, 23399, 3515, 304, 1900, 2274, 278, 664, 297, 967, 2989, 342, 4060, 29892, 322, 263, 17826, 29892, 394, 6205, 2360, 4866, 29892, 1889, 310, 1583, 29899, 1450, 8326, 404, 322, 4392, 3381, 8906, 297, 1009, 1914, 7333, 29220, 27580, 29892, 2143, 2506, 2068, 322, 2428, 4924, 29889, 13, 29902, 505, 1063, 4433, 491, 13154, 304, 664, 5377, 1784, 3064, 29892, 322, 306, 437, 577, 871, 1156, 263, 14983, 1048, 525, 14606, 29915, 313, 26492, 451, 4433, 4153, 467, 450, 9590, 674, 2337, 5967, 592, 297, 263, 270, 488, 29885, 655, 29936, 1438, 1602, 12112, 526, 364, 4215, 411, 10791, 322, 1136, 785, 278, 610, 912, 29916, 936, 5469, 310, 11643, 1228, 27580, 29889, 11275, 3184, 3145, 363, 2675, 525, 449, 29915, 2317, 19963, 7903, 29889, 1619, 2278, 6614, 297, 17692, 1570, 13450, 471, 1316, 393, 278, 5613, 5177, 471, 385, 525, 21587, 29915, 785, 263, 9109, 2058, 304, 748, 29889, 1105, 29892, 306, 505, 263, 1773, 4279, 310, 5626, 304, 2050, 29901, 13, 12984, 306, 8661, 304, 445, 2009, 1363, 372, 23880, 763, 278, 1492, 931, 363, 445, 2022, 304, 2545, 4858, 4029, 466, 787, 363, 7621, 25483, 29892, 470, 1363, 727, 338, 263, 13521, 304, 4772, 938, 326, 4135, 29973, 13, 3624, 727, 263, 817, 363, 263, 1998, 2265, 284, 525, 22899, 1549, 29915, 29973, 13, 3624, 372, 385, 15130, 304, 14111, 278, 1735, 515, 23430, 304, 3889, 2278, 29892, 322, 278, 6942, 8261, 1539, 481, 2015, 936, 2094, 1309, 2153, 393, 6963, 963, 525, 284, 573, 29915, 29973, 13, 6833, 306, 269, 7807, 445, 2969, 1363, 310, 590, 1914, 2143, 2506, 573, 4772, 749, 29892, 607, 756, 1063, 18440, 313, 1491, 2576, 630, 29897, 304, 385, 7029, 3368, 23077, 1608, 29973, 13, 29911, 5086, 11643, 1228, 27580, 714, 1867, 943, 338, 451, 263, 7243, 815, 29874, 29889, 739, 338, 4100, 304, 367, 20502, 304, 278, 321, 1327, 322, 4972, 310, 4856, 29915, 29879, 6529, 29891, 1173, 29892, 322, 304, 23120, 385, 8004, 1048, 3692, 2675, 714, 13, 1454, 393, 2022, 472, 445, 931, 508, 367, 7795, 5611, 29889, 2648, 7795, 5611, 29892, 306, 1016, 29915, 29873, 2099, 525, 1066, 3321, 742, 408, 2675, 714, 338, 4049, 5227, 688, 400, 411, 8866, 29879, 322, 752, 5795, 29936, 3773, 8326, 404, 322, 1735, 526, 269, 2495, 290, 14363, 1728, 18766, 29889, 2648, 10124, 278, 13587, 13284, 310, 263, 9985, 5716, 29892, 411, 967, 5999, 4135, 322, 8500, 3097, 29892, 29220, 27580, 714, 1867, 943, 8818, 267, 278, 1098, 296, 1848, 11101, 1907, 310, 278, 29220, 481, 391, 29889, 450, 16089, 7018, 310, 2143, 5942, 29892, 13917, 322, 6613, 800, 310, 8471, 29892, 7232, 397, 1000, 322, 21110, 4695, 1539, 12451, 943, 6702, 5750, 542, 1230, 3618, 1495, 338, 263, 1407, 1422, 22332, 5086, 746, 8401, 1549, 263, 7343, 322, 1722, 2913, 29889, 739, 6858, 29892, 363, 1342, 29892, 2215, 7621, 8570, 304, 263, 4060, 310, 13587, 322, 6943, 29889, 1334, 526, 2215, 901, 6136, 4824, 1711, 322, 6042, 635, 1363, 310, 278, 8261, 2264, 310, 2058, 322, 11735, 29889, 13, 8439, 1079, 29892, 6964, 950, 322, 23399, 2274, 886, 1371, 7769, 403, 322, 1712, 278, 29220, 481, 391, 408, 1568, 408, 896, 437, 278, 3132, 29892, 322, 1818, 7845, 19963, 5199, 14294, 386, 322, 953, 2084, 29891, 785, 9561, 491, 6053, 338, 8002, 297, 321, 1111, 29899, 721, 27580, 29892, 10734, 746, 1985, 411, 901, 4280, 10419, 800, 310, 1320, 1253, 29889, 13, 25639, 11131, 379, 12772, 338, 263, 24260, 365, 522, 9945, 373, 278, 341, 4421, 498, 1572, 412, 329, 293, 6237, 29879, 7807, 3236, 472, 278, 3014, 310, 7646, 16416, 29892, 10261 ]
1,330,460
0
CommonCrawl
4
1
State Watch - 5m 45s ago Ilhan Omar to Biden: 'Deliver on your promise to cancel student debt' by Aris Folley - 10/08/21 6:42 PM ET Rep. Ilhan Omar (D-Minn.) called on President Biden to release to the public information he previously requested from Education Secretary Miguel Cardona regarding his legal authority to cancel student loan debt. The call came in a letter led by Omar addressed to Biden and Cardona on Friday. Omar and other lawmakers asked that the information be released to the public by Oct. 22, saying "the time has come" since White House chief of staff Ron Klain said months earlier that the administration was looking to produce a memo on Biden's legal authority on the issue in a matter of weeks. "He asked his secretary of Education, who's just been on the job a few weeks, once he got on the job to have his department prepare a memo on the president's legal authority, and hopefully we'll see that in the next few weeks," Klain said in an interview at the time. "And then he'll look at that legal authority, he'll look at the policy issues around that, and he'll make a decision." In their letter, the lawmakers note the clock has been ticking "with over six months having passed since that interview" and only four months until a moratorium on student debt payments instated during the pandemic is expected to expire. "The time has come to release the memo and deliver on your promise to cancel student debt," the lawmakers wrote. Since coming into office, Biden's administration has canceled billions in student debt, but only in certain cases. For instance, $1.1 billion in debt was canceled recently for borrowers who attended the now-defunct ITT under the current "borrower defense to repayment" program after officials said the institution misled students about grant aid. During his campaign, Biden said he would eliminate student debt for borrowers who come from a family making less than $125,000 and went to a public university. "You get all these degrees and you get all this debt, and you get in a position where you can't get a job because no one is hiring, or they're hiring at very low wages … I'm going to eliminate your student debt if you come from a family [making less] than $125,000 and went to a public university," he said in October 2020. Biden has also previously said he was "prepared to write off $10,000" in student loan debt, though many in his party have called on him to cancel up to $50,000. But there are disagreements within his party on whether he has the power to forgive federal student loans. Speaker Nancy Pelosi (D-Calif.) said in July that Biden doesn't have the legal authority to unilaterally cancel federal student loans. "He can postpone, he can delay, but he does not have that power," Pelosi has said. "That would best be an act of Congress." But a number of progressives have pushed back on that notion, insisting the power to do so also falls squarely within Biden's authority. "This authority is already being put to use, as it is currently being used to cancel the interest owed on all federally-held student loans. Now it is time for you to honor your campaign pledge and use this authority to cancel all student debt," lawmakers wrote in their letter to Biden on Friday. "With a single signature, you can improve the economy, create new jobs, transform the lives of 45 million Americans, narrow the racial wealth gap, and maintain the trust of voters," they wrote. "Even during times of economic normalcy, student debt is a policy failure," they added. "Turning student debt payments back on in the middle of a pandemic is an act of policy failure. Cancelling student debt is both the morally right and economically sound thing to do." Omar was joined by more than a dozen Democratic colleagues in signing the letter. They include Reps. Earl Blumenauer (Ore.), Jamaal Bowman (N.Y.), Cori Bush (Mo.), Yvette Clarke (N.Y.), Danny K. Davis (Ill.), Adriano Espaillat (N.Y.), Jesús G
-0.173518
0.003041
0.289506
-0.356328
[ -0.6378382484529367, 0.29080169240822284 ]
[ -0.24252728661419207, 0.2486085589531642 ]
[ 0.057440356677195714, 0.5215724643225169 ]
[ -0.7143411765172936, 0.0016859898193127933 ]
1,024
[ 512, 512 ]
[ 4306, 24274, 448, 29871, 29945, 29885, 29871, 29946, 29945, 29879, 8020, 13, 14126, 5403, 438, 3034, 304, 350, 3615, 29901, 525, 13157, 2147, 373, 596, 11640, 304, 12611, 8368, 2553, 29873, 29915, 13, 1609, 826, 275, 8301, 2330, 448, 29871, 29896, 29900, 29914, 29900, 29947, 29914, 29906, 29896, 29871, 29953, 29901, 29946, 29906, 11278, 382, 29911, 13, 5612, 29889, 1720, 5403, 438, 3034, 313, 29928, 29899, 29924, 2559, 1846, 2000, 373, 7178, 350, 3615, 304, 6507, 304, 278, 970, 2472, 540, 9251, 13877, 515, 13151, 17719, 16682, 9160, 2681, 11211, 670, 11706, 14329, 304, 12611, 8368, 24806, 2553, 29873, 29889, 13, 1576, 1246, 2996, 297, 263, 5497, 5331, 491, 438, 3034, 20976, 304, 350, 3615, 322, 9160, 2681, 373, 28728, 29889, 13, 29949, 3034, 322, 916, 4307, 29885, 21079, 4433, 393, 278, 2472, 367, 5492, 304, 278, 970, 491, 4756, 29889, 29871, 29906, 29906, 29892, 5934, 376, 1552, 931, 756, 2041, 29908, 1951, 8037, 5619, 9087, 310, 13925, 11546, 476, 7420, 1497, 7378, 8859, 393, 278, 17517, 471, 3063, 304, 7738, 263, 2626, 29877, 373, 350, 3615, 29915, 29879, 11706, 14329, 373, 278, 2228, 297, 263, 4383, 310, 11405, 29889, 13, 29908, 3868, 4433, 670, 28274, 310, 13151, 29892, 1058, 29915, 29879, 925, 1063, 373, 278, 4982, 263, 2846, 11405, 29892, 2748, 540, 2355, 373, 278, 4982, 304, 505, 670, 14311, 19012, 263, 2626, 29877, 373, 278, 6673, 29915, 29879, 11706, 14329, 29892, 322, 27581, 591, 29915, 645, 1074, 393, 297, 278, 2446, 2846, 11405, 1699, 476, 7420, 1497, 297, 385, 15593, 472, 278, 931, 29889, 376, 2855, 769, 540, 29915, 645, 1106, 472, 393, 11706, 14329, 29892, 540, 29915, 645, 1106, 472, 278, 8898, 5626, 2820, 393, 29892, 322, 540, 29915, 645, 1207, 263, 10608, 1213, 13, 797, 1009, 5497, 29892, 278, 4307, 29885, 21079, 4443, 278, 12006, 756, 1063, 16892, 292, 376, 2541, 975, 4832, 7378, 2534, 4502, 1951, 393, 15593, 29908, 322, 871, 3023, 7378, 2745, 263, 3036, 1061, 1974, 373, 8368, 2553, 29873, 5146, 1860, 832, 630, 2645, 278, 7243, 24552, 338, 3806, 304, 1518, 533, 29889, 13, 29908, 1576, 931, 756, 2041, 304, 6507, 278, 2626, 29877, 322, 12021, 373, 596, 11640, 304, 12611, 8368, 2553, 29873, 1699, 278, 4307, 29885, 21079, 5456, 29889, 13, 23036, 6421, 964, 8034, 29892, 350, 3615, 29915, 29879, 17517, 756, 508, 346, 839, 11118, 1080, 297, 8368, 2553, 29873, 29892, 541, 871, 297, 3058, 4251, 29889, 1152, 2777, 29892, 395, 29896, 29889, 29896, 24464, 297, 2553, 29873, 471, 508, 346, 839, 10325, 363, 27942, 414, 1058, 14283, 278, 1286, 29899, 1753, 18049, 13315, 29911, 1090, 278, 1857, 376, 4089, 307, 556, 26406, 304, 1634, 388, 358, 29908, 1824, 1156, 24921, 1497, 278, 12666, 3984, 839, 8041, 1048, 16690, 16226, 29889, 13, 29928, 3864, 670, 11531, 29892, 350, 3615, 1497, 540, 723, 27399, 8368, 2553, 29873, 363, 27942, 414, 1058, 2041, 515, 263, 3942, 3907, 3109, 1135, 395, 29896, 29906, 29945, 29892, 29900, 29900, 29900, 322, 3512, 304, 263, 970, 16372, 29889, 13, 29908, 3492, 679, 599, 1438, 14496, 322, 366, 679, 599, 445, 2553, 29873, 29892, 322, 366, 679, 297, 263, 2602, 988, 366, 508, 29915, 29873, 679, 263, 4982, 1363, 694, 697, 338, 298, 8491, 29892, 470, 896, 29915, 276, 298, 8491, 472, 1407, 4482, 281, 1179, 16088, 306, 29915, 29885, 2675, 304, 27399, 596, 8368, 2553, 29873, 565, 366, 2041, 515, 263, 3942, 518, 28990, 3109, 29962, 1135, 395, 29896, 29906, 29945, 29892, 29900, 29900, 29900, 322, 3512, 304, 263, 970, 16372, 1699, 540, 1497, 297, 5533, 29871, 29906, 29900, 29906, 29900, 29889, 13, 29933, 3615, 756, 884, 9251, 1497, 540, 471, 376, 15287, 1965, 304, 2436, 1283, 395, 29896, 29900, 29892, 29900, 29900, 29900, 29908, 297, 8368, 24806, 2553, 29873, 29892, 2466, 1784, 297, 670, 6263, 505, 2000, 373, 1075, 304, 12611, 701, 304, 395, 29945, 29900, 29892, 29900, 29900, 29900, 29889, 13, 6246, 727, 526, 22941, 276, 4110, 2629, 670, 6263, 373, 3692, 540, 756, 278, 3081, 304, 18879, 573, 17097, 8368, 658, 550, 29889, 13, 10649, 5790, 24190, 15549, 8156, 313, 29928, 29899, 7856, 361, 1846, 1497, 297, 5468, 393, 350, 3615, 1838, 29915, 29873, 505, 278, 11706, 14329, 304, 443, 309, 1008, 635, 12611, 17097, 8368, 658, 550, 29889, 13, 29908, 3868, 508, 1400, 29886, 650, 29892, 540, 508, 9055, 29892, 541, 540, 947, 451, 505, 393, 3081, 1699, 15549, 8156, 756, 1497, 29889, 376, 7058, 723, 1900, 367, 385, 1044, 310, 11559, 1213, 13, 6246, 263, 1353, 310, 6728, 3145, 505, 18760, 1250, 373, 393, 17837, 29892, 1663, 15423, 278, 3081, 304, 437, 577, 884, 20074, 6862, 368, 2629, 350, 3615, 29915, 29879, 14329, 29889, 13, 29908, 4013, 14329, 338, 2307, 1641, 1925, 304, 671, 29892, 408, 372, 338, 5279, 1641, 1304, 304, 12611, 278, 4066, 8152, 287, 373, 599, 12067, 635, 29899, 29882, 2495, 8368, 658, 550, 29889, 2567, 372, 338, 931, 363, 366, 304, 10657, 596, 11531, 282, 5485, 322, 671, 445, 14329, 304, 12611, 599, 8368, 2553, 29873, 1699, 4307, 29885, 21079, 5456, 297, 1009, 5497, 304, 350, 3615, 373, 28728, 29889, 13, 29908, 3047, 263, 2323, 12608, 29892, 366, 508, 11157, 278, 26504, 29892, 1653, 716, 17643, 29892, 4327, 278, 12080, 310, 29871, 29946, 29945, 7284, 23035, 29892, 12474, 278, 1153, 1455, 17173, 17261, 29892, 322, 7344, 278, 9311, 310, 9014, 414, 1699, 896, 5456, 29889, 13, 29908, 29923, 854, 2645, 3064, 310, 17407, 4226, 1270, 29892, 8368, 2553, 29873, 338, 263, 8898, 10672, 1699, 896, 2715, 29889, 376, 27407, 292, 8368, 2553, 29873, 5146, 1860, 1250, 373, 297, 278, 7256, 310, 263, 7243, 24552, 338, 385, 1044, 310, 8898, 10672, 29889, 1815, 3729, 292, 8368, 2553, 29873, 338, 1716, 278, 3036, 635, 1492, 322, 7766, 1711, 6047, 2655, 304, 437, 1213, 13, 29949, 3034, 471, 8772, 491, 901, 1135, 263, 24231, 19083, 23056, 21628, 297, 26188, 278, 5497, 29889, 13, 15597, 3160, 830, 567, 29889, 17169, 3164, 14170, 7547, 313, 29949, 276, 9774, 435, 3304, 284, 13432, 1171, 313, 29940, 29889, 29979, 9774, 2994, 29875, 24715, 313, 22638, 9774, 612, 29894, 2353, 15183, 446, 313, 29940, 29889, 29979, 9774, 360, 14763, 476, 29889, 15225, 313, 10002, 9774, 27449, 1562, 5984, 29874, 453, 271, 313, 29940, 29889, 29979, 9774, 8524, 7381, 402 ]
1,330,461
0
CommonCrawl
18
15
American crocodiles scare, but co-exist Photo by Tim ChapmanAmerican Crocodile in the Everglades By Laura de la Fe The American crocodile's pre-historic appearance has long struck fear into the minds and imaginations of zoo visitors and moviegoers. But the croc's prominently protruding fangs look far worse than its bite and the species actually is quite docile and co-exists very well around human populations. Frank Mazzotti, an associate professor of ecology with the University of Florida's team of "croc docs," describes them as typically being grayish-green on top, with undersides that range from white to yellow. Crocodiles have slender, triangular snouts with a protruding tooth on both sides of their mouths exposed at all times. The shape of their head allows for their eyes, ears and nostrils to remain above water when the rest of the crocodile is submerged. "They are incredibly resistant and adaptable animals, mainly because of their biological make-up," said Lindsey Hord, biologist and the crocodile response coordinator for the Florida Fish and Wildlife Conservation Commission. Crocodiles can be found in large, shallow bodies of water where salt and fresh water mix. They stick to tropical climates, and can be found in Caribbean islands, Central and South American coasts and South Florida. In fact, most crocodiles in the United States live in an area south of Miami near Turkey Point and Homestead and into the Florida Keys. "A 23-foot American crocodile was reported in South America," Mazzotti said. "In Florida, males can grow to about 15 feet and females are from 8 to almost 13 feet long." Crocodiles are an essential part of their environment. Joe Wasilewski, biologist and member of the Crocodiles Specialist Group dedicated to the active conservation of crocodiles and similar species, states that the loss of crocodiles would be detrimental to the ecosystem. "Crocodiles build dams and holes that trap water," Wasilewski said. "In times of drought these dams hold water to help other species survive and maintain the ecosystem." Although they look slightly similar, alligators are very different from crocodiles. Alligators are more common in Florida and are darker than crocodiles. But these animals also differ in temperament. Crocodiles are shyer and more secretive than their more aggressive gator counterparts. "These animals are rarely found together; in fact, South Florida is the only place in the world where these animals exist concurrently," Wasilewski said. The temperature at which crocodile eggs are incubated determines the gender of the hatchlings. Generally, Mazzotti said, crocodiles mate during the first two months of the year and their mating ritual can last from a few minutes to several hours. Their courtship period may last for several days. The main nesting site for the American crocodile in the United States is the Florida Bay around late April. Hord said females may lay between 20 to 60 eggs, which incubate for about 85 days and hatch from July to August. The eggs cannot survive flooding for more than 12 hours, so the female crocodile usually builds the nests on elevated ground with high levels of salt in the water. Baby crocodiles eat small fish, insects and at times crustaceans. As they grow older, they feed on larger fish, crabs, snakes, turtles and at times small mammals. "They're predators, so they'll eat anything and everything," Wasilewski said. A young crocodile has many enemies. They can fall prey to raccoons, birds and other animals. Adult crocodiles are considered apex or alpha)predators. That means they are at the top of their food chain. But they do face one serious enemy: man. Wasilewski said humans cause the most harm because of environmental contamination but also because of traffic. Many crocodiles get hit by cars as they cross streets or highways. Those that survive their encounters with cars, Wasilewski said, often t do so without their tails. But the American crocodile is of no immediate threat to humans. Hord said there are rarely conflicts between the two. "As their numbers increase they are traveling," Wasilew
0.427769
1.441167
1.079545
-0.534735
[ 0.6825288651018683, 0.17300960551432942 ]
[ 1.4125171368044813, 1.4698172514063923 ]
[ 1.125197828363973, 1.0338931514501393 ]
[ -0.6055104125603077, -0.46395928819795346 ]
1,024
[ 512, 512 ]
[ 3082, 8182, 19284, 5475, 885, 598, 29892, 541, 1302, 29899, 28997, 13, 25971, 491, 7870, 13741, 1171, 14689, 8764, 19284, 488, 297, 278, 18274, 3820, 3076, 13, 2059, 21671, 316, 425, 5169, 13, 1576, 3082, 8182, 19284, 488, 29915, 29879, 758, 29899, 16211, 293, 10097, 756, 1472, 15469, 8866, 964, 278, 27656, 322, 6382, 262, 800, 310, 22424, 26824, 322, 2351, 9383, 414, 29889, 13, 6246, 278, 8182, 29883, 29915, 29879, 2504, 262, 2705, 410, 509, 566, 292, 285, 25128, 1106, 2215, 15029, 1135, 967, 289, 568, 322, 278, 6606, 2869, 338, 3755, 437, 21873, 322, 1302, 29899, 9933, 1407, 1532, 2820, 5199, 23093, 29889, 13, 7675, 29895, 341, 7511, 16853, 29892, 385, 25836, 12251, 310, 321, 1054, 6933, 411, 278, 3014, 310, 13813, 29915, 29879, 3815, 310, 376, 29883, 10198, 10561, 1699, 16612, 963, 408, 12234, 1641, 16749, 728, 29899, 12692, 373, 2246, 29892, 411, 23400, 2247, 393, 3464, 515, 4796, 304, 13328, 29889, 13, 29907, 10198, 397, 5475, 505, 2243, 1581, 29892, 3367, 6825, 5807, 17718, 411, 263, 410, 509, 566, 292, 304, 720, 373, 1716, 11192, 310, 1009, 13394, 29879, 19884, 472, 599, 3064, 29889, 450, 8267, 310, 1009, 2343, 6511, 363, 1009, 5076, 29892, 22827, 322, 20990, 29878, 2719, 304, 3933, 2038, 4094, 746, 278, 1791, 310, 278, 8182, 19284, 488, 338, 1014, 1050, 3192, 29889, 13, 29908, 15597, 526, 29811, 14981, 9241, 424, 322, 7744, 519, 15006, 29892, 14364, 1363, 310, 1009, 4768, 5996, 1207, 29899, 786, 1699, 1497, 17277, 7759, 379, 536, 29892, 4768, 19915, 322, 278, 8182, 19284, 488, 2933, 6615, 1061, 363, 278, 13813, 12030, 322, 11821, 19264, 15312, 362, 11444, 29889, 13, 29907, 10198, 397, 5475, 508, 367, 1476, 297, 2919, 29892, 4091, 340, 17873, 310, 4094, 988, 15795, 322, 10849, 4094, 6837, 29889, 2688, 12070, 304, 21881, 10784, 1078, 29892, 322, 508, 367, 1476, 297, 1704, 747, 14471, 24191, 29892, 8068, 322, 4275, 3082, 12180, 29879, 322, 4275, 13813, 29889, 13, 797, 2114, 29892, 1556, 8182, 19284, 5475, 297, 278, 3303, 3900, 5735, 297, 385, 4038, 7062, 310, 23740, 2978, 26459, 8984, 322, 15089, 342, 1479, 322, 964, 278, 13813, 4813, 952, 29889, 13, 29908, 29909, 29871, 29906, 29941, 29899, 6661, 3082, 8182, 19284, 488, 471, 8967, 297, 4275, 6813, 1699, 341, 7511, 16853, 1497, 29889, 376, 797, 13813, 29892, 25269, 508, 6548, 304, 1048, 29871, 29896, 29945, 6900, 322, 24473, 526, 515, 29871, 29947, 304, 4359, 29871, 29896, 29941, 6900, 1472, 1213, 13, 29907, 10198, 397, 5475, 526, 385, 18853, 760, 310, 1009, 5177, 29889, 13, 29967, 7297, 12547, 488, 29893, 2574, 29892, 4768, 19915, 322, 4509, 310, 278, 8764, 19284, 5475, 12630, 391, 6431, 16955, 304, 278, 6136, 24201, 310, 8182, 19284, 5475, 322, 2788, 6606, 29892, 5922, 393, 278, 6410, 310, 8182, 19284, 5475, 723, 367, 1439, 29878, 2073, 284, 304, 278, 321, 3944, 973, 29889, 13, 29908, 29907, 10198, 397, 5475, 2048, 270, 2232, 322, 26532, 393, 26505, 4094, 1699, 12547, 488, 29893, 2574, 1497, 29889, 376, 797, 3064, 310, 4192, 1774, 1438, 270, 2232, 4808, 4094, 304, 1371, 916, 6606, 10503, 573, 322, 7344, 278, 321, 3944, 973, 1213, 13, 2499, 3592, 896, 1106, 10029, 2788, 29892, 599, 335, 4097, 526, 1407, 1422, 515, 8182, 19284, 5475, 29889, 2178, 335, 4097, 526, 901, 3619, 297, 13813, 322, 526, 6501, 261, 1135, 8182, 19284, 5475, 29889, 1205, 1438, 15006, 884, 1163, 297, 6238, 1166, 29889, 8764, 19284, 5475, 526, 528, 7598, 322, 901, 7035, 573, 1135, 1009, 901, 946, 3663, 573, 330, 1061, 6795, 20895, 29889, 13, 29908, 1349, 968, 15006, 526, 23703, 1476, 4208, 29936, 297, 2114, 29892, 4275, 13813, 338, 278, 871, 2058, 297, 278, 3186, 988, 1438, 15006, 1863, 21984, 368, 1699, 12547, 488, 29893, 2574, 1497, 29889, 13, 1576, 10430, 472, 607, 8182, 19284, 488, 29808, 526, 5528, 431, 630, 3683, 1475, 278, 23346, 310, 278, 298, 905, 18964, 29889, 3251, 635, 29892, 341, 7511, 16853, 1497, 29892, 8182, 19284, 5475, 15358, 2645, 278, 937, 1023, 7378, 310, 278, 1629, 322, 1009, 286, 1218, 10421, 950, 508, 1833, 515, 263, 2846, 6233, 304, 3196, 6199, 29889, 11275, 8973, 3527, 3785, 1122, 1833, 363, 3196, 3841, 29889, 13, 1576, 1667, 17763, 292, 3268, 363, 278, 3082, 8182, 19284, 488, 297, 278, 3303, 3900, 338, 278, 13813, 6211, 2820, 5683, 3786, 29889, 379, 536, 1497, 24473, 1122, 6568, 1546, 29871, 29906, 29900, 304, 29871, 29953, 29900, 29808, 29892, 607, 5528, 431, 403, 363, 1048, 29871, 29947, 29945, 3841, 322, 298, 905, 515, 5468, 304, 3111, 29889, 13, 1576, 29808, 2609, 10503, 573, 5685, 3689, 363, 901, 1135, 29871, 29896, 29906, 6199, 29892, 577, 278, 12944, 8182, 19284, 488, 5491, 23315, 278, 302, 9197, 373, 11858, 630, 5962, 411, 1880, 11174, 310, 15795, 297, 278, 4094, 29889, 13, 29933, 10798, 8182, 19284, 5475, 17545, 2319, 9427, 29892, 17564, 29879, 322, 472, 3064, 2181, 504, 815, 550, 29889, 1094, 896, 6548, 9642, 29892, 896, 8343, 373, 7200, 9427, 29892, 274, 4201, 29879, 29892, 5807, 6926, 29892, 260, 4227, 793, 322, 472, 3064, 2319, 286, 4850, 1338, 29889, 13, 29908, 15597, 29915, 276, 4450, 4097, 29892, 577, 896, 29915, 645, 17545, 3099, 322, 4129, 1699, 12547, 488, 29893, 2574, 1497, 29889, 13, 29909, 4123, 8182, 19284, 488, 756, 1784, 22595, 29889, 2688, 508, 6416, 758, 29891, 304, 25533, 29877, 787, 29892, 17952, 322, 916, 15006, 29889, 2087, 499, 8182, 19284, 5475, 526, 5545, 263, 412, 29916, 470, 15595, 29897, 11965, 4097, 29889, 2193, 2794, 896, 526, 472, 278, 2246, 310, 1009, 9687, 9704, 29889, 13, 6246, 896, 437, 3700, 697, 10676, 11103, 29901, 767, 29889, 13, 29956, 294, 488, 29893, 2574, 1497, 25618, 4556, 278, 1556, 10311, 1363, 310, 29380, 640, 314, 3381, 541, 884, 1363, 310, 12469, 29889, 9267, 8182, 19284, 5475, 679, 7124, 491, 18647, 408, 896, 4891, 19756, 470, 1880, 1994, 29889, 16025, 393, 10503, 573, 1009, 2094, 1309, 2153, 411, 18647, 29892, 12547, 488, 29893, 2574, 1497, 29892, 4049, 260, 437, 577, 1728, 1009, 260, 2234, 29889, 13, 6246, 278, 3082, 8182, 19284, 488, 338, 310, 694, 16800, 28469, 304, 25618, 29889, 379, 536, 1497, 727, 526, 23703, 28792, 1546, 278, 1023, 29889, 13, 29908, 2887, 1009, 3694, 7910, 896, 526, 9850, 292, 1699, 12547, 488, 29893 ]
1,330,463
0
CommonCrawl
7
9
Nigeria's ruling party wins election in key oil state Ethiopia's Sidama people vote on regional... UN peacekeepers deploy to stop communal violence... Added 20th November 2019 11:08 AM Bayelsa has been ruled by the opposition Peoples Democratic Party since Nigeria returned to civilian rule in 1999. President Muhammadu Buhari. Photo/AFP Nigeria's ruling party on Monday won the key oil-rich state of Bayelsa, the electoral body said, a sign of President Muhammadu Buhari's growing influence in opposition strongholds. Residents cast their ballots in hotly-contested gubernatorial elections in Bayelsa and central Kogi state on Saturday in polls marred by sporadic violence and abuses including killings, abductions, vote-buying, the snatching of voting materials and intimidation. It is a key political battleground because of the lucrative oil and gas sector that is largely based in the southern Delta region. David Lyon of Buhari's All Progressive Congress (APC) won more than twice the number of votes as his closest rival Douye Diri of the PDP, said the Independent National Electoral Commission. APC supporters celebrated across the state when the results came in, dancing and singing. Major roads in the capital were blocked by jubilant APC sympathisers, AFP correspondents saw. In a statement on Monday, the president congratulated the new governor, while deploring the violence that characterised the vote. "Violence during elections vitiates our commitment to demonstrate to the world and upcoming generation that we are a people capable of electing leaders in a peaceful and orderly manner," he said. Those unhappy with the results should seek legal redress rather than resort to violence, he added. Govt wins in Kogi state Political analysts see the APC's victory in an opposition stronghold as a sign of Buhari's growing influence. "The victory is a big boost for APC and Buhari," said Dapo Thomas, a politics and history lecturer at Lagos State University. "It's a measure of acceptance and popularity of the president and his party in the core oil-rich region, of which Bayelsa is a part," he added. "I think it is also a reflection of the changing voting pattern of the people in the region who want to be part of the central government headed by Buhari." Bayelsa and Kogi are among seven states where gubernatorial elections are being held at different times from the general election, due to court rulings. On Monday afternoon, INEC announced that incumbent APC governor Yahaya Bello had claimed a second term in charge of Kogi state after a vote that also saw deadly violence and electoral malpractice. Police said three people were killed while voting materials were snatched and election officials harassed by gangs loyal to the rival parties. Bello was returned with 406,222 votes, beating his main opponent Musa Wada of the PDP, who scored 189,704. State elections are fiercely contested in Nigeria, where governors are powerful figures, controlling state finances and responsible for key areas from education to health. Nigeria, Africa's most populous nation with 190 million people, has a long history of electoral violence. More than 50 people were killed during the February and March 2019 general election which returned Buhari to power. In 2011, hundreds of people were killed in post-election violence, mostly in northern Nigeria. Buhari has promised to reform the electoral system to make future polls free, fair,credible and violence-free. Africa, Muhammadu Buhari, Nigeria's Buhari launches second term with defence of poll... Nigeria's Buhari on 'private visit' to Britain: presidency... Uganda Today - Wednesday February 27 Brexit on October 31 a 'priority' for British government:... SpaceX propels cargo to space station, lands rocket Tensions rise in Guinea over constitutional change Nigeria's Buhari launches second term with defence of poll outcome Nigeria's Buh
-0.288229
0.329187
-0.458209
-0.529644
[ -0.3926663466621586, -0.18379084373984764 ]
[ 0.30232741639245575, 0.3560462738317473 ]
[ -0.4799257105760963, -0.4364925830163907 ]
[ -0.7930326271319433, -0.2662551478107343 ]
1,024
[ 512, 512 ]
[ 20537, 423, 29915, 29879, 364, 19478, 6263, 21614, 8271, 297, 1820, 17182, 2106, 13, 29923, 386, 21260, 423, 29915, 29879, 19732, 3304, 2305, 11719, 373, 14014, 856, 13, 3904, 10776, 17462, 414, 7246, 304, 5040, 3817, 284, 21448, 856, 13, 2528, 287, 29871, 29906, 29900, 386, 3979, 29871, 29906, 29900, 29896, 29929, 29871, 29896, 29896, 29901, 29900, 29947, 13862, 13, 29933, 388, 1379, 29874, 756, 1063, 29490, 491, 278, 19626, 3938, 459, 793, 19083, 9173, 1951, 20537, 423, 4133, 304, 7631, 713, 5751, 297, 29871, 29896, 29929, 29929, 29929, 29889, 13, 13504, 1693, 27100, 29885, 13467, 5373, 29882, 1306, 29889, 1963, 3747, 29914, 5098, 29925, 13, 29940, 4087, 423, 29915, 29879, 364, 19478, 6263, 373, 27822, 2113, 278, 1820, 17182, 29899, 4018, 2106, 310, 6211, 1379, 29874, 29892, 278, 3546, 11251, 3573, 1497, 29892, 263, 1804, 310, 7178, 27100, 29885, 13467, 5373, 29882, 1306, 29915, 29879, 15678, 9949, 297, 19626, 4549, 23177, 29889, 13, 1666, 16719, 4320, 1009, 8287, 1862, 297, 7375, 368, 29899, 1285, 2868, 330, 14135, 24737, 20209, 297, 6211, 1379, 29874, 322, 6555, 476, 468, 29875, 2106, 373, 24211, 297, 1248, 3137, 1766, 1127, 491, 805, 272, 26538, 21448, 322, 633, 6394, 3704, 12088, 886, 29892, 633, 700, 1953, 29892, 11719, 29899, 2423, 5414, 29892, 278, 5807, 905, 292, 310, 28931, 17279, 322, 938, 326, 333, 362, 29889, 13, 3112, 338, 263, 1820, 8604, 10555, 2057, 1363, 310, 278, 21626, 29878, 1230, 17182, 322, 10489, 17535, 393, 338, 18425, 2729, 297, 278, 14841, 360, 2554, 5120, 29889, 13, 19504, 22105, 310, 5373, 29882, 1306, 29915, 29879, 2178, 20018, 573, 11559, 313, 3301, 29907, 29897, 2113, 901, 1135, 8951, 278, 1353, 310, 18952, 408, 670, 21438, 17055, 19176, 4099, 4671, 374, 310, 278, 349, 11191, 29892, 1497, 278, 25266, 3086, 10513, 11251, 11444, 29889, 13, 3301, 29907, 1462, 272, 2153, 26301, 4822, 278, 2106, 746, 278, 2582, 2996, 297, 29892, 6025, 3277, 322, 23623, 29889, 11019, 25320, 297, 278, 7483, 892, 24370, 491, 432, 431, 309, 424, 319, 9026, 17520, 275, 414, 29892, 23844, 29925, 3928, 1237, 4446, 29889, 13, 797, 263, 3229, 373, 27822, 29892, 278, 6673, 378, 629, 271, 7964, 278, 716, 20221, 29892, 1550, 316, 572, 8253, 278, 21448, 393, 2931, 3368, 278, 11719, 29889, 13, 29908, 29963, 29875, 324, 663, 2645, 20209, 325, 4812, 1078, 1749, 9063, 358, 304, 22222, 304, 278, 3186, 322, 701, 11506, 12623, 393, 591, 526, 263, 2305, 15390, 310, 3546, 292, 20251, 297, 263, 10776, 1319, 322, 1797, 368, 8214, 1699, 540, 1497, 29889, 13, 1349, 852, 28859, 14862, 411, 278, 2582, 881, 16508, 11706, 2654, 1253, 3265, 1135, 25362, 304, 21448, 29892, 540, 2715, 29889, 13, 29954, 586, 29873, 21614, 297, 476, 468, 29875, 2106, 13, 7713, 277, 936, 3483, 858, 29879, 1074, 278, 319, 9026, 29915, 29879, 15354, 297, 385, 19626, 4549, 8948, 408, 263, 1804, 310, 5373, 29882, 1306, 29915, 29879, 15678, 9949, 29889, 13, 29908, 1576, 15354, 338, 263, 4802, 14505, 363, 319, 9026, 322, 5373, 29882, 1306, 1699, 1497, 360, 481, 29877, 5569, 29892, 263, 22661, 322, 4955, 13081, 9945, 472, 16952, 359, 4306, 3014, 29889, 13, 29908, 3112, 29915, 29879, 263, 5645, 310, 3544, 749, 322, 5972, 537, 310, 278, 6673, 322, 670, 6263, 297, 278, 7136, 17182, 29899, 4018, 5120, 29892, 310, 607, 6211, 1379, 29874, 338, 263, 760, 1699, 540, 2715, 29889, 13, 29908, 29902, 1348, 372, 338, 884, 263, 17842, 310, 278, 6480, 28931, 4766, 310, 278, 2305, 297, 278, 5120, 1058, 864, 304, 367, 760, 310, 278, 6555, 5874, 2343, 287, 491, 5373, 29882, 1306, 1213, 13, 29933, 388, 1379, 29874, 322, 476, 468, 29875, 526, 4249, 9881, 5922, 988, 330, 14135, 24737, 20209, 526, 1641, 4934, 472, 1422, 3064, 515, 278, 2498, 8271, 29892, 2861, 304, 8973, 364, 352, 886, 29889, 13, 2951, 27822, 17724, 29892, 2672, 11206, 9326, 393, 5528, 3774, 296, 319, 9026, 20221, 612, 801, 9010, 350, 3156, 750, 17049, 263, 1473, 1840, 297, 8323, 310, 476, 468, 29875, 2106, 1156, 263, 11719, 393, 884, 4446, 7123, 368, 21448, 322, 3546, 11251, 4439, 29886, 1461, 625, 29889, 13, 7713, 625, 1497, 2211, 2305, 892, 9445, 1550, 28931, 17279, 892, 5807, 905, 287, 322, 8271, 24921, 4023, 465, 287, 491, 20676, 29879, 28108, 304, 278, 17055, 13973, 29889, 13, 29933, 3156, 471, 4133, 411, 29871, 29946, 29900, 29953, 29892, 29906, 29906, 29906, 18952, 29892, 367, 1218, 670, 1667, 23995, 296, 3077, 29874, 399, 1114, 310, 278, 349, 11191, 29892, 1058, 15569, 29871, 29896, 29947, 29929, 29892, 29955, 29900, 29946, 29889, 13, 2792, 20209, 526, 21334, 29883, 873, 640, 2868, 297, 20537, 423, 29892, 988, 4095, 943, 526, 13988, 13994, 29892, 640, 22155, 2106, 1436, 2925, 322, 14040, 363, 1820, 10161, 515, 9793, 304, 9045, 29889, 13, 29940, 4087, 423, 29892, 10557, 29915, 29879, 1556, 14938, 681, 5233, 411, 29871, 29896, 29929, 29900, 7284, 2305, 29892, 756, 263, 1472, 4955, 310, 3546, 11251, 21448, 29889, 13, 20761, 1135, 29871, 29945, 29900, 2305, 892, 9445, 2645, 278, 6339, 322, 4779, 29871, 29906, 29900, 29896, 29929, 2498, 8271, 607, 4133, 5373, 29882, 1306, 304, 3081, 29889, 13, 797, 29871, 29906, 29900, 29896, 29896, 29892, 21006, 310, 2305, 892, 9445, 297, 1400, 29899, 29872, 1464, 21448, 29892, 11149, 297, 14622, 20537, 423, 29889, 13, 3727, 29882, 1306, 756, 22399, 304, 11736, 278, 3546, 11251, 1788, 304, 1207, 5434, 1248, 3137, 3889, 29892, 6534, 29892, 11944, 1821, 322, 21448, 29899, 9021, 29889, 13, 29909, 18961, 29892, 13, 29924, 29884, 3391, 29885, 13467, 5373, 29882, 1306, 29892, 13, 29940, 4087, 423, 29915, 29879, 5373, 29882, 1306, 6826, 267, 1473, 1840, 411, 28399, 310, 21180, 856, 13, 29940, 4087, 423, 29915, 29879, 5373, 29882, 1306, 373, 525, 9053, 6493, 29915, 304, 14933, 29901, 28282, 1270, 856, 13, 29965, 29887, 5863, 20628, 448, 15050, 4515, 3250, 6339, 29871, 29906, 29955, 13, 20130, 29916, 277, 373, 5533, 29871, 29941, 29896, 263, 525, 29886, 21766, 29915, 363, 4908, 5874, 29901, 856, 13, 14936, 29990, 3107, 1379, 17040, 304, 2913, 5073, 29892, 12625, 696, 3522, 13, 29911, 5580, 14451, 297, 29252, 975, 16772, 284, 1735, 13, 29940, 4087, 423, 29915, 29879, 5373, 29882, 1306, 6826, 267, 1473, 1840, 411, 28399, 310, 21180, 21957, 13, 29940, 4087, 423, 29915, 29879, 5373, 29882 ]
1,330,467
0
CommonCrawl
18
15
NextCaste Panchayats and Constitutional Rights Village Community Paves Way for Forest Conservation Waman Patil Waman Motiramji Patil is from the Brahmanwada District in Amravati. He belongs to the Dalit community and to the land rights-farm labour association. He lives together with his wife, brother, sister in law and two nieces. His motivation to work for the social effort came after the discrimination and forced eviction of his whole family from their village after his brother married a girl from a different caste. Having studied political science and knowledgeable about his rights from the Indian Constitution he was motivated to work to elevate discrimination. For India Unheard he would like to shoot on issues related… In parts of Maharashtra, Adivasi communities, aided by NGOs, are coming together to reclaim their community forest rights. Here's one such success story. Globalisation and climate change are two interrelated phenomena that have eroded indigenous communities' forest rights and traditional forms of livelihoods. The tribal community in Payvihir village in Maharashtra's Melghat is one of the affected communities that has had to bear the brunt. As a result, large-scale migration to the cities has taken place. But things began to change when Khoj, an NGO, came into the picture and initiated a community-led participatory process to breathe a fresh lease of life into the forests and the people of the region. Khoj, founded by Purnima Upadhyay, works to make people aware of their rights, encouraging them to take collective action. According to Upadhyay, the local residents believed that their rights were limited to government facilities like allotting land for anganwadis (child care centres) and health centres. There was less awareness about their rights as a tribal community. Payvihir received 182 hectares of land under community forest rights granted by the Forest Rights Act of 2006. Since then, the village has been moving towards prosperity. "People not only learnt about their lawful rights but also realised that the forests that they are fighting for are barely there anymore", says Upadhyay, adding that the community then got together to think of ways to replenish the forests. To bring the forests back to life, the community developed and adopted different techniques of building a sustainable ecosystem. "We built small dam-like structures to keep the water from flowing away, and then we planted a special type of grass which grows in Gujarat. This acts as food for the birds and animals," Amit Sonare, a local resident, explains the importance of a balanced ecological cycle. "We had no source of livelihood when the forests had become barren, so, people would migrate to the cities to earn. Even children would drop out of school to go work with their parents", says Luxmi Jagdev. Meerabai Uttamrao, the village head of Payvihir, explains how they worked to revive the forests and develop sources of livelihood from it. One of the main cash crops they invest in is custard apple. After cultivating and harvesting them, the young and old alike collect them and bring them to the panchayat (village council) where they are packed and taken to markets in cities like Amravati and Nagpur. "Children don't drop out of school anymore and even the elderly can be taken care of properly", Uttamrao remarks on the difference the village is seeing after reviving the forest resources. Part of the income generated from selling the produce goes into a common pool which is then used for maintaining the forests. For its unique and sustainable model, Payvihir was recognised by the United Nations Development Programme in 2014 and also awarded the Maharashtra Wildlife Service Award of Sanctuary Asia. Another village in Melghat, Kumbhiwagholi, had a similar success story through the efforts of Khoj. "People are now getting involved in these initiatives more closely, a major reason is that they have access to more information about laws now," says Upadhyay, adding that such community-led efforts also encourage bodies like the village council to play an active role in the development and conservation of the forest resources. "We, village residents, did all of this together," says Uttamrao, emphasising the importance of collective community efforts that are at the heart of
1.189309
1.44833
2.144767
0.152565
[ 0.9235917406056501, 1.455025807057169 ]
[ 1.1904791927220761, 1.7061802241392752 ]
[ 1.8759251718777168, 2.4136082692591816 ]
[ 0.24881616530333678, 0.05631476545262336 ]
1,024
[ 512, 512 ]
[ 8084, 29907, 4350, 6518, 305, 388, 1446, 322, 20063, 284, 26863, 13, 29963, 453, 482, 19184, 349, 5989, 5307, 363, 17300, 15312, 362, 13, 29956, 13533, 4121, 309, 13, 29956, 13533, 7142, 381, 314, 2397, 4121, 309, 338, 515, 278, 5032, 29882, 1171, 29893, 1114, 7457, 297, 1913, 5705, 2219, 29889, 940, 14393, 304, 278, 9400, 277, 7881, 322, 304, 278, 2982, 10462, 29899, 29888, 2817, 23390, 15477, 29889, 940, 12080, 4208, 411, 670, 6532, 29892, 8099, 29892, 9883, 297, 4307, 322, 1023, 4930, 778, 29889, 3600, 17385, 362, 304, 664, 363, 278, 5264, 7225, 2996, 1156, 278, 2313, 5632, 3381, 322, 11826, 3415, 2463, 310, 670, 3353, 3942, 515, 1009, 5720, 1156, 670, 8099, 8300, 263, 7826, 515, 263, 1422, 3209, 371, 29889, 15950, 12399, 8604, 10466, 322, 7134, 519, 1048, 670, 10462, 515, 278, 7560, 20063, 540, 471, 17385, 630, 304, 664, 304, 11858, 403, 2313, 5632, 3381, 29889, 1152, 7513, 853, 354, 538, 540, 723, 763, 304, 15049, 373, 5626, 4475, 30098, 13, 797, 5633, 310, 10082, 279, 294, 400, 336, 29892, 2087, 440, 6840, 23507, 29892, 263, 2618, 491, 405, 17080, 29879, 29892, 526, 6421, 4208, 304, 1162, 8342, 1009, 7881, 13569, 10462, 29889, 2266, 29915, 29879, 697, 1316, 2551, 5828, 29889, 13, 12756, 4371, 322, 23622, 1735, 526, 1023, 1006, 12817, 17292, 28342, 393, 505, 604, 6797, 1399, 2101, 681, 23507, 29915, 13569, 10462, 322, 13807, 7190, 310, 7294, 22342, 29879, 29889, 450, 9434, 284, 7881, 297, 14617, 1403, 29882, 381, 5720, 297, 10082, 279, 294, 400, 336, 29915, 29879, 6286, 29887, 2455, 338, 697, 310, 278, 15201, 23507, 393, 756, 750, 304, 11460, 278, 1506, 1657, 29889, 1094, 263, 1121, 29892, 2919, 29899, 7052, 20332, 304, 278, 14368, 756, 4586, 2058, 29889, 13, 6246, 2712, 4689, 304, 1735, 746, 476, 1251, 29926, 29892, 385, 405, 17080, 29892, 2996, 964, 278, 7623, 322, 14511, 630, 263, 7881, 29899, 839, 5221, 7606, 1889, 304, 2078, 271, 354, 263, 10849, 454, 559, 310, 2834, 964, 278, 363, 9197, 322, 278, 2305, 310, 278, 5120, 29889, 476, 1251, 29926, 29892, 11091, 491, 349, 595, 2946, 5020, 328, 5819, 388, 29892, 1736, 304, 1207, 2305, 9543, 310, 1009, 10462, 29892, 18443, 292, 963, 304, 2125, 6314, 573, 3158, 29889, 13, 7504, 3278, 304, 5020, 328, 5819, 388, 29892, 278, 1887, 24060, 13112, 393, 1009, 10462, 892, 9078, 304, 5874, 23330, 763, 599, 327, 1259, 2982, 363, 2614, 273, 13829, 275, 313, 5145, 2562, 1644, 690, 29897, 322, 9045, 1644, 690, 29889, 1670, 471, 3109, 3773, 8326, 404, 1048, 1009, 10462, 408, 263, 9434, 284, 7881, 29889, 13, 15467, 1403, 29882, 381, 4520, 29871, 29896, 29947, 29906, 28834, 5114, 310, 2982, 1090, 7881, 13569, 10462, 16896, 491, 278, 17300, 26863, 3185, 310, 29871, 29906, 29900, 29900, 29953, 29889, 4001, 769, 29892, 278, 5720, 756, 1063, 8401, 7113, 25831, 537, 29889, 13, 29908, 15666, 1991, 451, 871, 24298, 593, 1048, 1009, 4307, 1319, 10462, 541, 884, 1855, 3368, 393, 278, 363, 9197, 393, 896, 526, 17770, 363, 526, 16079, 368, 727, 15128, 613, 4083, 5020, 328, 5819, 388, 29892, 4417, 393, 278, 7881, 769, 2355, 4208, 304, 1348, 310, 5837, 304, 337, 572, 264, 728, 278, 363, 9197, 29889, 13, 1762, 6963, 278, 363, 9197, 1250, 304, 2834, 29892, 278, 7881, 8906, 322, 16356, 1422, 13698, 310, 5214, 263, 15075, 475, 519, 321, 3944, 973, 29889, 376, 4806, 4240, 2319, 5625, 29899, 4561, 12286, 304, 3013, 278, 4094, 515, 4972, 292, 3448, 29892, 322, 769, 591, 8024, 287, 263, 4266, 1134, 310, 17455, 607, 25088, 297, 2088, 4758, 271, 29889, 910, 14741, 408, 9687, 363, 278, 17952, 322, 15006, 1699, 1913, 277, 5791, 598, 29892, 263, 1887, 20201, 29892, 18568, 278, 13500, 310, 263, 6411, 8362, 321, 21553, 936, 11412, 29889, 13, 29908, 4806, 750, 694, 2752, 310, 7294, 22342, 746, 278, 363, 9197, 750, 4953, 2594, 1267, 29892, 577, 29892, 2305, 723, 9725, 403, 304, 278, 14368, 304, 2326, 29876, 29889, 7753, 4344, 723, 5768, 714, 310, 3762, 304, 748, 664, 411, 1009, 11825, 613, 4083, 18624, 2460, 24423, 3359, 29889, 13, 6816, 261, 370, 1794, 501, 698, 314, 336, 29877, 29892, 278, 5720, 2343, 310, 14617, 1403, 29882, 381, 29892, 18568, 920, 896, 3796, 304, 6664, 573, 278, 363, 9197, 322, 2693, 8974, 310, 7294, 22342, 515, 372, 29889, 3118, 310, 278, 1667, 274, 1161, 8182, 567, 896, 13258, 297, 338, 25387, 538, 26163, 29889, 2860, 18834, 1218, 322, 4023, 10147, 292, 963, 29892, 278, 4123, 322, 2030, 394, 9345, 6314, 963, 322, 6963, 963, 304, 278, 7243, 305, 388, 271, 313, 29894, 453, 482, 18701, 29897, 988, 896, 526, 4870, 287, 322, 4586, 304, 2791, 1691, 297, 14368, 763, 1913, 5705, 2219, 322, 14461, 15503, 29889, 376, 19334, 1016, 29915, 29873, 5768, 714, 310, 3762, 15128, 322, 1584, 278, 27008, 368, 508, 367, 4586, 2562, 310, 6284, 613, 501, 698, 314, 336, 29877, 29360, 373, 278, 4328, 278, 5720, 338, 8790, 1156, 6664, 4357, 278, 13569, 7788, 29889, 13, 7439, 310, 278, 17869, 5759, 515, 269, 7807, 278, 7738, 5771, 964, 263, 3619, 11565, 607, 338, 769, 1304, 363, 7344, 292, 278, 363, 9197, 29889, 13, 2831, 967, 5412, 322, 15075, 475, 519, 1904, 29892, 14617, 1403, 29882, 381, 471, 5936, 3368, 491, 278, 3303, 18269, 14650, 7835, 1004, 297, 29871, 29906, 29900, 29896, 29946, 322, 884, 15074, 278, 10082, 279, 294, 400, 336, 11821, 19264, 6692, 7526, 310, 3087, 22999, 653, 14325, 29889, 7280, 5720, 297, 6286, 29887, 2455, 29892, 476, 3774, 2918, 29893, 21705, 5079, 29892, 750, 263, 2788, 2551, 5828, 1549, 278, 14231, 310, 476, 1251, 29926, 29889, 13, 29908, 15666, 1991, 526, 1286, 2805, 9701, 297, 1438, 14511, 5056, 901, 16467, 29892, 263, 4655, 2769, 338, 393, 896, 505, 2130, 304, 901, 2472, 1048, 14243, 1286, 1699, 4083, 5020, 328, 5819, 388, 29892, 4417, 393, 1316, 7881, 29899, 839, 14231, 884, 13731, 6617, 17873, 763, 278, 5720, 18701, 304, 1708, 385, 6136, 6297, 297, 278, 5849, 322, 24201, 310, 278, 13569, 7788, 29889, 13, 29908, 4806, 29892, 5720, 24060, 29892, 1258, 599, 310, 445, 4208, 1699, 4083, 501, 698, 314, 336, 29877, 29892, 19310, 5921, 278, 13500, 310, 6314, 573, 7881, 14231, 393, 526, 472, 278, 5192, 310 ]
1,330,469
0
CommonCrawl
6
2
Q: Abbreviate Import and Drop command of Golang in Vim I've used Vim to code my Go script for a month, and I'm pretty comfortable with :Import and :Drop vim command when it comes to importing and unimporting any packages. However, I've more and more tired of typing such a long word which includes Capital letter so frequently, so I came to think that if I can use :i and :d other than :Import and :Drop, I'd be satisfied even more. However, I'm not sure whether I can define such a command in Vim, since it involves 1) turning into command-line mode, and 2) taking a variable which is determined dynamically in typing. So for example, if I import encoding/csv package, all I want to type in is :i encoding/csv, etc... Can I define those commands? I stumbled upon this question, but I cannot get what it is doing nor I'm not sure whether the answer applies to this question in the first place. Can I solve the issue by replacing all of w and W on the linked post to i or d? Also, does it differ from the case that doesn't take a variable (say, Fmt command to go-format the script)? Thanks. A: EDIT 2: As pointed out by glts below, it's better to use cnoreabbrev or cnorea as pointed out in this answer. Better working example (paste into ~/.vimrc): cnorea <expr> i ((getcmdtype() is# ':' && getcmdline() is# 'i')?('Import'):('i')) cnorea <expr> d ((getcmdtype() is# ':' && getcmdline() is# 'd')?('Drop'):('d')) EDIT: Simple answer. Just using cabbrev or ca (command abbreviation) seems to work: WORKING EXAMPLE (Paste this in ~/.vimrc): ca i Import ca d Drop Working on vim 7.3, Ubuntu 64 bit. ORIGINAL ANSWER (more complex): According to http://vim.wikia.com/wiki/Replace_a_builtin_command_using_cabbrev : You can use :command to define your own commands, but user-defined commands must start with an uppercase letter to avoid confusion with built-in commands. So, using :command, you can probably use :I and :D, but not :i and :d. It goes on to say: Suppose you have a user-defined :E command that you want to use to override the default :e command. You could do the following: :cabbrev e <c-r>=(getcmdtype()==':' && getcmdpos()==1 ? 'E' : 'e')<CR> The (getcmdtype()==':' && getcmdpos()) makes sure the replacement happens only in the first column of the command line (i.e. not later in the line, where it is most likely NOT intended to be used as a command, and not on the search line, which is also affected by cabbrev). If you do this a lot, it would be useful to define a function to do it for you. Use this to quickly and easily define lowercase abbreviations for whatever command you want: function! CommandCabbr(abbreviation, expansion) execute 'cabbr ' . a:abbreviation . ' <c-r>=getcmdpos() == 1 && getcmdtype() == ":" ? "' . a:expansion . '" : "' . a:abbreviation . '"<CR>' endfunction command! -nargs=+ CommandCabbr call CommandCabbr(<f-args>) " Use it on itself to define a simpler abbreviation for itself. CommandCabbr ccab CommandCabbr This not only creates the function, but also provides the (lowercase!) command :ccab to define such abbreviations "on the fly". So using a function looks like one way to go if you want to use lowercase :i and :d. A: The cmdalias.vim - Create aliases for Vim commands plugin allows you to set up lowercase aliases, e.g.: :Alias i Import A: A simple solution: nnoremap <leader>i :Import<Space> nnoremap <leader>d :Drop<Space>
-0.865204
-0.981553
0.17918
-0.056845
[ -0.9501242462646542, -0.7802844930688079 ]
[ -1.1552442487936552, -0.8078623040195698 ]
[ 0.22736850537794176, 0.1309913464133395 ]
[ -0.02432771286321605, -0.08936196956953815 ]
1,024
[ 512, 512 ]
[ 660, 29901, 1976, 1030, 1403, 403, 16032, 322, 20724, 1899, 310, 20268, 574, 297, 478, 326, 306, 29915, 345, 1304, 478, 326, 304, 775, 590, 2921, 2471, 363, 263, 4098, 29892, 322, 306, 29915, 29885, 5051, 25561, 411, 584, 17518, 322, 584, 15063, 325, 326, 1899, 746, 372, 5304, 304, 28348, 322, 443, 5215, 292, 738, 9741, 29889, 13, 17245, 29892, 306, 29915, 345, 901, 322, 901, 23407, 310, 19229, 1316, 263, 1472, 1734, 607, 7805, 25343, 5497, 577, 13672, 29892, 577, 306, 2996, 304, 1348, 393, 565, 306, 508, 671, 584, 29875, 322, 584, 29881, 916, 1135, 584, 17518, 322, 584, 15063, 29892, 306, 29915, 29881, 367, 15787, 1584, 901, 29889, 2398, 29892, 306, 29915, 29885, 451, 1854, 3692, 306, 508, 4529, 1316, 263, 1899, 297, 478, 326, 29892, 1951, 372, 20789, 29871, 29896, 29897, 14712, 964, 1899, 29899, 1220, 4464, 29892, 322, 29871, 29906, 29897, 5622, 263, 2286, 607, 338, 10087, 11200, 297, 19229, 29889, 13, 6295, 363, 1342, 29892, 565, 306, 1053, 8025, 29914, 7638, 3577, 29892, 599, 306, 864, 304, 1134, 297, 338, 584, 29875, 8025, 29914, 7638, 29892, 2992, 856, 1815, 306, 4529, 1906, 8260, 29973, 13, 29902, 380, 25443, 2501, 445, 1139, 29892, 541, 306, 2609, 679, 825, 372, 338, 2599, 3643, 306, 29915, 29885, 451, 1854, 3692, 278, 1234, 16058, 304, 445, 1139, 297, 278, 937, 2058, 29889, 1815, 306, 4505, 278, 2228, 491, 15270, 599, 310, 281, 322, 399, 373, 278, 9024, 1400, 304, 474, 470, 270, 29973, 13, 17351, 29892, 947, 372, 1163, 515, 278, 1206, 393, 1838, 29915, 29873, 2125, 263, 2286, 313, 20834, 29892, 383, 4378, 1899, 304, 748, 29899, 4830, 278, 2471, 6877, 13, 16894, 29889, 13, 13, 29909, 29901, 11488, 29871, 29906, 29901, 1094, 11520, 714, 491, 3144, 1372, 2400, 29892, 372, 29915, 29879, 2253, 304, 671, 274, 29876, 487, 370, 1030, 29894, 470, 274, 29876, 487, 29874, 408, 11520, 714, 297, 445, 1234, 29889, 13, 29933, 19036, 1985, 1342, 313, 16179, 964, 3695, 6294, 26770, 2214, 1125, 13, 18038, 487, 29874, 529, 13338, 29958, 474, 5135, 657, 9006, 1853, 580, 338, 29937, 525, 11283, 2607, 679, 9006, 1220, 580, 338, 29937, 525, 29875, 1495, 29973, 877, 17518, 29374, 877, 29875, 8785, 13, 18038, 487, 29874, 529, 13338, 29958, 270, 5135, 657, 9006, 1853, 580, 338, 29937, 525, 11283, 2607, 679, 9006, 1220, 580, 338, 29937, 525, 29881, 1495, 29973, 877, 15063, 29374, 877, 29881, 8785, 13, 13, 12378, 29901, 12545, 1234, 29889, 3387, 773, 7776, 1030, 29894, 470, 5777, 313, 6519, 29759, 14641, 29897, 2444, 304, 664, 29901, 13, 11686, 29968, 4214, 8528, 19297, 1307, 313, 29925, 4350, 445, 297, 3695, 6294, 26770, 2214, 1125, 13, 1113, 474, 16032, 13, 1113, 270, 20724, 13, 13, 5531, 292, 373, 325, 326, 29871, 29955, 29889, 29941, 29892, 8294, 29871, 29953, 29946, 2586, 29889, 13, 1955, 6259, 1177, 1964, 319, 3059, 29956, 1001, 313, 5514, 4280, 1125, 13, 7504, 3278, 304, 1732, 597, 26770, 29889, 2851, 423, 29889, 510, 29914, 4594, 29914, 20083, 29918, 29874, 29918, 16145, 262, 29918, 6519, 29918, 4746, 29918, 29883, 370, 1030, 29894, 584, 13, 13, 13, 3492, 508, 671, 584, 6519, 304, 4529, 596, 1914, 8260, 29892, 541, 1404, 29899, 12119, 8260, 1818, 1369, 411, 385, 7568, 4878, 5497, 304, 4772, 14679, 411, 4240, 29899, 262, 8260, 29889, 13, 13, 13, 6295, 29892, 773, 584, 6519, 29892, 366, 508, 3117, 671, 584, 29902, 322, 584, 29928, 29892, 541, 451, 584, 29875, 322, 584, 29881, 29889, 13, 3112, 5771, 373, 304, 1827, 29901, 13, 13, 13, 20182, 852, 366, 505, 263, 1404, 29899, 12119, 584, 29923, 1899, 393, 366, 864, 304, 671, 304, 5712, 278, 2322, 584, 29872, 1899, 29889, 887, 1033, 437, 278, 1494, 29901, 13, 13, 13, 29901, 29883, 370, 1030, 29894, 321, 529, 29883, 29899, 29878, 29958, 7607, 657, 9006, 1853, 580, 1360, 22099, 2607, 679, 9006, 1066, 580, 1360, 29896, 1577, 525, 29923, 29915, 584, 525, 29872, 1495, 29966, 11341, 29958, 13, 13, 13, 13, 1576, 313, 657, 9006, 1853, 580, 1360, 22099, 2607, 679, 9006, 1066, 3101, 3732, 1854, 278, 16920, 5930, 871, 297, 278, 937, 1897, 310, 278, 1899, 1196, 313, 29875, 29889, 29872, 29889, 451, 2678, 297, 278, 1196, 29892, 988, 372, 338, 1556, 5517, 6058, 9146, 304, 367, 1304, 408, 263, 1899, 29892, 322, 451, 373, 278, 2740, 1196, 29892, 607, 338, 884, 15201, 491, 7776, 1030, 29894, 467, 13, 1678, 960, 366, 437, 445, 263, 3287, 29892, 372, 723, 367, 5407, 304, 4529, 263, 740, 304, 437, 372, 363, 366, 29889, 4803, 445, 304, 9098, 322, 5948, 4529, 5224, 4878, 29759, 1403, 800, 363, 6514, 1899, 366, 864, 29901, 13, 13, 13, 2220, 29991, 10516, 29907, 370, 1182, 29898, 370, 1030, 14641, 29892, 13184, 29897, 13, 29871, 6222, 525, 29883, 370, 1182, 525, 869, 263, 29901, 370, 1030, 14641, 869, 525, 529, 29883, 29899, 29878, 18572, 657, 9006, 1066, 580, 1275, 29871, 29896, 2607, 679, 9006, 1853, 580, 1275, 376, 6160, 1577, 13577, 869, 263, 29901, 4548, 9454, 869, 18793, 584, 13577, 869, 263, 29901, 370, 1030, 14641, 869, 18793, 29966, 11341, 16299, 13, 355, 2220, 13, 6519, 29991, 448, 29876, 5085, 29922, 29974, 10516, 29907, 370, 1182, 1246, 10516, 29907, 370, 1182, 29898, 29966, 29888, 29899, 5085, 12948, 13, 29908, 4803, 372, 373, 3528, 304, 4529, 263, 13682, 29759, 14641, 363, 3528, 29889, 13, 6255, 29907, 370, 1182, 21759, 370, 10516, 29907, 370, 1182, 13, 13, 13, 13, 4013, 451, 871, 10017, 278, 740, 29892, 541, 884, 8128, 278, 313, 13609, 4878, 14366, 1899, 584, 617, 370, 304, 4529, 1316, 29759, 1403, 800, 376, 265, 278, 11340, 1642, 13, 13, 13, 6295, 773, 263, 740, 3430, 763, 697, 982, 304, 748, 565, 366, 864, 304, 671, 5224, 4878, 584, 29875, 322, 584, 29881, 29889, 13, 13, 29909, 29901, 450, 9920, 19973, 29889, 26770, 448, 6204, 14430, 2129, 363, 478, 326, 8260, 7079, 6511, 366, 304, 731, 701, 5224, 4878, 14430, 2129, 29892, 321, 29889, 29887, 4898, 13, 29901, 29909, 18849, 474, 16032, 13, 13, 13, 29909, 29901, 319, 2560, 1650, 29901, 13, 15755, 3668, 481, 529, 280, 1664, 29958, 29875, 584, 17518, 29966, 14936, 29958, 13, 15755, 3668, 481, 529, 280, 1664, 29958, 29881, 584, 15063, 29966, 14936, 29958 ]
1,330,470
0
StackExchange
-1
-1
Who Is Emma Chamberlain Dating? Why Did Fans Believe She Is Dating a Role Model? By Camile Stephans Last updated Jun 24, 2022 American internet sensation Emma Frances Chamberlain was born on May 22, 2001. She is well known for her YouTube videos. She was named the 2018 Streamy Award's Breakout Creator. In 2019, Time magazine named her to its Time 100 Next list and list of the 25 most influential people online, stating that Chamberlain "pioneered a strategy to vlogging that shook up YouTube's unofficial style guide." Anything Goes, originally known as Stupid Genius, was her first weekly podcast series that she started in April 2019. At the 12th Shorty Awards, Chamberlain subsequently took home the trophy for "Best Podcaster." She has also served as an ambassador for Louis Vuitton and Cartier since 2019 and 2022, respectively. Who Is Emma Chamberlain dating? Months after many began to believe that the YouTube celebrity and Role Model, real name Tucker Pillsbury, were more than just buddies, the two walked the red carpet together at the Vanity Fair Oscars party. She told W Magazine in June 2019, "[I don't share] really personal parts of my life that are continuously changing." "For instance, I don't like to get into too much information about very, very private areas of my relationships with my family or friends. I try not to demonstrate that too much. There is a line for me, and I prefer to keep things lighthearted and not take anything seriously. Related: Elon Musk Relationship History: Check Here From Justine Mercer Musk to Grimes I don't know if I would ever have a public relationship, ever," Emma Chamberlain added at the time. And this has nothing to do with experience; it has to do with principles. I'm speaking from a place of what seems appropriate. The very worst thing that can happen is a breakup. Why would you want other people to experience heartbreak alongside you? That is something I find hard to imagine. In addition, I dislike viewing other people's romantic connections. It's tedious and unpleasant. The vlogger had previously been romantically linked to Ethan Dolan and Aaron Hull, but she never discussed either relationship in the media. Fans were shocked when she and Role Model began exposing details about their private lives. Fans claimed to have witnessed Tucker kissing Emma during one of his gigs in September 2021. Emma and Tucker are known for keeping their romance hidden, but at the Vanity Fair Oscar Party in March 2022, they finally made it official. Additionally, they walked the red carpet together at the Vanity Fair Oscars celebration in March 2022. Things appear to be getting hotter! How long have Tucker Pillsbury and Emma Chamberlain been a couple? She did, however, acknowledge that her longest relationship had lasted a year and ten months in an interview for the Call Her Daddy podcast. She said, "I will not say," when the host inquired if it was her current relationship. Related: Alexandria Ocasio-Cortez Boyfriend- Riley Roberts & Cortez Engaged After Long- Term Relationship Emma Chamberlain speaks candidly about her ex-boyfriend Emma talked openly about a previous relationship and her sexuality during a recent episode of Call Her Daddy. She acknowledged, "I was a late bloomer and wasn't a particularly feminine girl, so I grappled with my sexual identity as a child. I've never been a particularly stereotypically feminine woman. I'm a heterosexual woman, though. But as I was growing up, I often received flack for that, with people saying things like "that's not true." "I don't want to complain about people questioning my sexuality because I know it can be so much worse and convoluted, and sexuality is such a difficult, sensitive, and emotional topic… "However, I recall one of my ex-buddies boyfriends saying, "Dude, she doesn't really like you," at the time. She seems to enjoy girls, in my opinion. Then he came to me and said that, and I was like, "Why the f—k would you say that
-0.169409
-0.64581
-1.27155
-1.318509
[ 0.06617492205242612, -0.40499342552314743 ]
[ -0.49450230229036907, -0.7971185325317115 ]
[ -0.9443748483495906, -1.5987250328987321 ]
[ -1.4420745090610378, -1.194944333577014 ]
1,024
[ 512, 512 ]
[ 11644, 1317, 26422, 25037, 7420, 360, 1218, 29973, 3750, 7440, 383, 550, 3741, 2418, 2296, 1317, 360, 1218, 263, 1528, 280, 8125, 29973, 13, 2059, 5500, 488, 27265, 550, 9208, 4784, 8378, 29871, 29906, 29946, 29892, 29871, 29906, 29900, 29906, 29906, 13, 14689, 8986, 4771, 362, 26422, 10986, 25037, 7420, 471, 6345, 373, 2610, 29871, 29906, 29906, 29892, 29871, 29906, 29900, 29900, 29896, 29889, 2296, 338, 1532, 2998, 363, 902, 14711, 19707, 29889, 2296, 471, 4257, 278, 29871, 29906, 29900, 29896, 29947, 13763, 29891, 7526, 29915, 29879, 28301, 449, 6760, 1061, 29889, 512, 29871, 29906, 29900, 29896, 29929, 29892, 5974, 14853, 4257, 902, 304, 967, 5974, 29871, 29896, 29900, 29900, 8084, 1051, 322, 1051, 310, 278, 29871, 29906, 29945, 1556, 7112, 2556, 2305, 7395, 29892, 23659, 393, 25037, 7420, 376, 29886, 1421, 14561, 263, 13705, 304, 325, 21027, 393, 25239, 701, 14711, 29915, 29879, 6888, 7880, 3114, 10754, 1213, 530, 1541, 292, 2921, 267, 29892, 10437, 2998, 408, 624, 786, 333, 5739, 2482, 29892, 471, 902, 937, 4723, 368, 2532, 4384, 3652, 393, 1183, 4687, 297, 3786, 29871, 29906, 29900, 29896, 29929, 29889, 2180, 278, 29871, 29896, 29906, 386, 13899, 29891, 9220, 29892, 25037, 7420, 17602, 3614, 3271, 278, 3147, 11461, 363, 376, 25353, 8594, 29883, 1901, 1213, 2296, 756, 884, 6766, 408, 385, 3181, 28760, 363, 5899, 478, 3121, 880, 322, 12370, 631, 1951, 29871, 29906, 29900, 29896, 29929, 322, 29871, 29906, 29900, 29906, 29906, 29892, 8307, 29889, 13, 22110, 1317, 26422, 25037, 7420, 270, 1218, 29973, 13, 13953, 29879, 1156, 1784, 4689, 304, 4658, 393, 278, 14711, 10894, 537, 322, 1528, 280, 8125, 29892, 1855, 1024, 323, 29583, 349, 6090, 11059, 29892, 892, 901, 1135, 925, 8619, 29881, 583, 29892, 278, 1023, 17096, 278, 2654, 1559, 10963, 4208, 472, 278, 6556, 537, 13822, 438, 1557, 1503, 6263, 29889, 13, 13468, 5429, 399, 17880, 297, 5306, 29871, 29906, 29900, 29896, 29929, 29892, 14704, 29902, 1016, 29915, 29873, 6232, 29962, 2289, 7333, 5633, 310, 590, 2834, 393, 526, 3133, 5794, 6480, 1213, 376, 2831, 2777, 29892, 306, 1016, 29915, 29873, 763, 304, 679, 964, 2086, 1568, 2472, 1048, 1407, 29892, 1407, 2024, 10161, 310, 590, 21702, 411, 590, 3942, 470, 7875, 29889, 306, 1018, 451, 304, 22222, 393, 2086, 1568, 29889, 1670, 338, 263, 1196, 363, 592, 29892, 322, 306, 5821, 304, 3013, 2712, 3578, 23057, 287, 322, 451, 2125, 3099, 25798, 29889, 13, 9662, 630, 29901, 1260, 265, 3077, 29895, 6376, 800, 4034, 5298, 29901, 5399, 2266, 3645, 3387, 457, 4702, 2265, 3077, 29895, 304, 1632, 1355, 13, 29902, 1016, 29915, 29873, 1073, 565, 306, 723, 3926, 505, 263, 970, 9443, 29892, 3926, 1699, 26422, 25037, 7420, 2715, 472, 278, 931, 29889, 1126, 445, 756, 3078, 304, 437, 411, 7271, 29936, 372, 756, 304, 437, 411, 18671, 29889, 306, 29915, 29885, 13590, 515, 263, 2058, 310, 825, 2444, 8210, 29889, 450, 1407, 17322, 2655, 393, 508, 3799, 338, 263, 2867, 786, 29889, 3750, 723, 366, 864, 916, 2305, 304, 7271, 5192, 8690, 19963, 366, 29973, 2193, 338, 1554, 306, 1284, 2898, 304, 14034, 29889, 512, 6124, 29892, 306, 766, 4561, 1776, 292, 916, 2305, 29915, 29879, 6017, 7716, 12368, 29889, 739, 29915, 29879, 29748, 2738, 322, 443, 552, 13186, 29889, 13, 1576, 325, 21707, 750, 9251, 1063, 6017, 424, 1711, 9024, 304, 13772, 273, 11201, 273, 322, 319, 5022, 379, 913, 29892, 541, 1183, 2360, 15648, 2845, 9443, 297, 278, 5745, 29889, 383, 550, 892, 19253, 287, 746, 1183, 322, 1528, 280, 8125, 4689, 14060, 292, 4902, 1048, 1009, 2024, 12080, 29889, 383, 550, 17049, 304, 505, 16277, 287, 323, 29583, 20057, 292, 26422, 2645, 697, 310, 670, 19340, 29879, 297, 3839, 29871, 29906, 29900, 29906, 29896, 29889, 13, 6026, 655, 322, 323, 29583, 526, 2998, 363, 12515, 1009, 6017, 749, 7934, 29892, 541, 472, 278, 6556, 537, 13822, 19054, 9173, 297, 4779, 29871, 29906, 29900, 29906, 29906, 29892, 896, 7146, 1754, 372, 6221, 29889, 19814, 29892, 896, 17096, 278, 2654, 1559, 10963, 4208, 472, 278, 6556, 537, 13822, 438, 1557, 1503, 10894, 362, 297, 4779, 29871, 29906, 29900, 29906, 29906, 29889, 28706, 2615, 304, 367, 2805, 7375, 357, 29991, 13, 5328, 1472, 505, 323, 29583, 349, 6090, 11059, 322, 26422, 25037, 7420, 1063, 263, 7303, 29973, 13, 13468, 1258, 29892, 3138, 29892, 18145, 5485, 393, 902, 27217, 9443, 750, 1833, 287, 263, 1629, 322, 3006, 7378, 297, 385, 15593, 363, 278, 8251, 2439, 360, 25644, 2532, 4384, 29889, 2296, 1497, 29892, 376, 29902, 674, 451, 1827, 1699, 746, 278, 3495, 297, 5958, 565, 372, 471, 902, 1857, 9443, 29889, 13, 9662, 630, 29901, 13878, 2849, 438, 9398, 601, 29899, 29907, 10069, 29920, 16231, 18326, 29899, 390, 15168, 27253, 669, 2994, 371, 29920, 2201, 4063, 2860, 6242, 29899, 11814, 6376, 800, 4034, 13, 6026, 655, 25037, 7420, 7726, 29879, 7105, 368, 1048, 902, 429, 29899, 19415, 18326, 13, 6026, 655, 24867, 1722, 368, 1048, 263, 3517, 9443, 322, 902, 18287, 537, 2645, 263, 7786, 12720, 310, 8251, 2439, 360, 25644, 29889, 2296, 24084, 3192, 29892, 376, 29902, 471, 263, 5683, 6668, 12392, 322, 9007, 29915, 29873, 263, 10734, 21991, 457, 7826, 29892, 577, 306, 2646, 407, 839, 411, 590, 18287, 10110, 408, 263, 2278, 29889, 306, 29915, 345, 2360, 1063, 263, 10734, 269, 12358, 327, 1478, 1711, 21991, 457, 6114, 29889, 306, 29915, 29885, 263, 25745, 29438, 950, 6114, 29892, 2466, 29889, 1205, 408, 306, 471, 15678, 701, 29892, 306, 4049, 4520, 285, 2364, 363, 393, 29892, 411, 2305, 5934, 2712, 763, 376, 5747, 29915, 29879, 451, 1565, 1213, 13, 29908, 29902, 1016, 29915, 29873, 864, 304, 752, 7420, 1048, 2305, 1139, 292, 590, 18287, 537, 1363, 306, 1073, 372, 508, 367, 577, 1568, 15029, 322, 378, 1555, 3860, 29892, 322, 18287, 537, 338, 1316, 263, 5189, 29892, 20502, 29892, 322, 23023, 1848, 11261, 30098, 376, 17245, 29892, 306, 17386, 697, 310, 590, 429, 29899, 15841, 29881, 583, 8023, 7932, 1975, 5934, 29892, 376, 29928, 1151, 29892, 1183, 1838, 29915, 29873, 2289, 763, 366, 1699, 472, 278, 931, 29889, 2296, 2444, 304, 13389, 14000, 29892, 297, 590, 9426, 29889, 1987, 540, 2996, 304, 592, 322, 1497, 393, 29892, 322, 306, 471, 763, 29892, 376, 11008, 278, 285, 30003, 29895, 723, 366, 1827, 393 ]
1,330,474
0
CommonCrawl
4
1
Hernan Cattaneo & John Tonks Warsaw (Marcelo Vasami Unofficial Remix) Born in Buenos Aires, Hernán grew up listening to bands like Simply Red, Level 42, Depeche Mode and New Order whilst carefully studying Billboard magazine, the only source of information that was readily available at the time. In 1987, one of his friends visited Vinylmania in New York and returned with some vinyl –Hernán's first exposure to Chicago House. In that moment, Frankie Knuckles, who should have a huge influence on Hernán and his blossoming career, broke into the scene and quickly became an icon of the incipient house genre. The way Frankie Knuckles and artists like Inner C… read more Born in Buenos Aires, Hernán grew up listening to bands like Simply Red, Level 42, Depeche Mode and New Order whilst carefully studying Billboard magazine, the only source of information that was readily available at the time. In 1987, one of his friends visited Vinylmania in New York and ret… read more Born in Buenos Aires, Hernán grew up listening to bands like Simply Red, Level 42, Depeche Mode and New Order whilst carefully studying Billboard magazine, the only source of information that was readily available at the time. In 1987, one of his friends visited Vinylmania in New York and returned with some vinyl –Hernán's first exposure to Chicago House. In that… read more deep progressive Hernan Cattaneo & Soundexile Tonecast 18 Sep 2005 · 2 tracks Wednesday 21 July 2021 1 Thursday 22 July 2021 0 Friday 23 July 2021 0 Saturday 24 July 2021 1 Sunday 25 July 2021 0 Monday 26 July 2021 0 Tuesday 27 July 2021 0 Sunday 1 August 2021 1 Monday 2 August 2021 0 Tuesday 3 August 2021 1 Wednesday 4 August 2021 0 Thursday 5 August 2021 0 Friday 6 August 2021 1 Saturday 7 August 2021 0 Tuesday 10 August 2021 0 Wednesday 11 August 2021 0 Thursday 12 August 2021 0 Friday 13 August 2021 1 Saturday 14 August 2021 0 Sunday 15 August 2021 0 Monday 16 August 2021 1 Wednesday 1 September 2021 1 Thursday 2 September 2021 0 Friday 3 September 2021 0 Saturday 4 September 2021 0 Sunday 5 September 2021 0 Monday 6 September 2021 0 Tuesday 7 September 2021 0 Friday 10 September 2021 0 Saturday 11 September 2021 1 Sunday 12 September 2021 0 Monday 13 September 2021 0 Tuesday 14 September 2021 0 Wednesday 15 September 2021 0 Thursday 16 September 2021 0 Friday 1 October 2021 0 Saturday 2 October 2021 0 Sunday 3 October 2021 1 Monday 4 October 2021 1 Tuesday 5 October 2021 0 Wednesday 6 October 2021 0 Thursday 7 October 2021 1 Sunday 10 October 2021 0 Monday 11 October 2021 0 Tuesday 12 October 2021 0
-1.271998
-1.495464
-1.98677
-2.009173
[ -0.2406323740432962, -2.3033635701154296 ]
[ -0.8436748756457642, -2.1472524828392396 ]
[ -1.6595948175079545, -2.3139450020570957 ]
[ -1.2963977740388763, -2.721948681041457 ]
1,024
[ 512, 512 ]
[ 25962, 273, 315, 1131, 1662, 29877, 669, 2259, 17812, 2039, 13, 29956, 1503, 1450, 313, 7083, 2242, 29877, 15453, 4479, 853, 29877, 7880, 5240, 861, 29897, 13, 29933, 1398, 297, 17882, 16981, 29892, 25962, 1715, 13631, 701, 19866, 304, 22706, 763, 3439, 17632, 4367, 29892, 21597, 29871, 29946, 29906, 29892, 897, 412, 1173, 21864, 322, 1570, 8170, 21109, 16112, 23382, 15615, 14853, 29892, 278, 871, 2752, 310, 2472, 393, 471, 28520, 3625, 472, 278, 931, 29889, 512, 29871, 29896, 29929, 29947, 29955, 29892, 697, 310, 670, 7875, 16669, 12540, 2904, 20977, 297, 1570, 3088, 322, 4133, 411, 777, 13848, 2904, 785, 29950, 824, 1715, 29915, 29879, 937, 14060, 545, 304, 10059, 5619, 29889, 512, 393, 3256, 29892, 4976, 347, 8360, 2707, 793, 29892, 1058, 881, 505, 263, 12176, 9949, 373, 25962, 1715, 322, 670, 1999, 2209, 28826, 6413, 29892, 14455, 964, 278, 9088, 322, 9098, 3897, 385, 9849, 310, 278, 297, 7334, 993, 3699, 16151, 29889, 450, 982, 4976, 347, 8360, 2707, 793, 322, 17906, 763, 25665, 315, 30098, 1303, 901, 13, 29933, 1398, 297, 17882, 16981, 29892, 25962, 1715, 13631, 701, 19866, 304, 22706, 763, 3439, 17632, 4367, 29892, 21597, 29871, 29946, 29906, 29892, 897, 412, 1173, 21864, 322, 1570, 8170, 21109, 16112, 23382, 15615, 14853, 29892, 278, 871, 2752, 310, 2472, 393, 471, 28520, 3625, 472, 278, 931, 29889, 512, 29871, 29896, 29929, 29947, 29955, 29892, 697, 310, 670, 7875, 16669, 12540, 2904, 20977, 297, 1570, 3088, 322, 3240, 30098, 1303, 901, 13, 29933, 1398, 297, 17882, 16981, 29892, 25962, 1715, 13631, 701, 19866, 304, 22706, 763, 3439, 17632, 4367, 29892, 21597, 29871, 29946, 29906, 29892, 897, 412, 1173, 21864, 322, 1570, 8170, 21109, 16112, 23382, 15615, 14853, 29892, 278, 871, 2752, 310, 2472, 393, 471, 28520, 3625, 472, 278, 931, 29889, 512, 29871, 29896, 29929, 29947, 29955, 29892, 697, 310, 670, 7875, 16669, 12540, 2904, 20977, 297, 1570, 3088, 322, 4133, 411, 777, 13848, 2904, 785, 29950, 824, 1715, 29915, 29879, 937, 14060, 545, 304, 10059, 5619, 29889, 512, 393, 30098, 1303, 901, 13, 24535, 6728, 573, 13, 29950, 824, 273, 315, 1131, 1662, 29877, 669, 14976, 735, 488, 13, 29911, 650, 4384, 13, 29896, 29947, 29639, 29871, 29906, 29900, 29900, 29945, 2880, 29871, 29906, 16257, 13, 29956, 287, 4515, 3250, 29871, 29906, 29896, 5468, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 1349, 1295, 3250, 29871, 29906, 29906, 5468, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29943, 2429, 388, 29871, 29906, 29941, 5468, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29903, 20510, 29871, 29906, 29946, 5468, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 29903, 870, 388, 29871, 29906, 29945, 5468, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29924, 898, 388, 29871, 29906, 29953, 5468, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29911, 1041, 3250, 29871, 29906, 29955, 5468, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29903, 870, 388, 29871, 29896, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 29924, 898, 388, 29871, 29906, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29911, 1041, 3250, 29871, 29941, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 29956, 287, 4515, 3250, 29871, 29946, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 1349, 1295, 3250, 29871, 29945, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29943, 2429, 388, 29871, 29953, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 29903, 20510, 29871, 29955, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29911, 1041, 3250, 29871, 29896, 29900, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29956, 287, 4515, 3250, 29871, 29896, 29896, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 1349, 1295, 3250, 29871, 29896, 29906, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29943, 2429, 388, 29871, 29896, 29941, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 29903, 20510, 29871, 29896, 29946, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29903, 870, 388, 29871, 29896, 29945, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29924, 898, 388, 29871, 29896, 29953, 3111, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 29956, 287, 4515, 3250, 29871, 29896, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 1349, 1295, 3250, 29871, 29906, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29943, 2429, 388, 29871, 29941, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29903, 20510, 29871, 29946, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29903, 870, 388, 29871, 29945, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29924, 898, 388, 29871, 29953, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29911, 1041, 3250, 29871, 29955, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29943, 2429, 388, 29871, 29896, 29900, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29903, 20510, 29871, 29896, 29896, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 29903, 870, 388, 29871, 29896, 29906, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29924, 898, 388, 29871, 29896, 29941, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29911, 1041, 3250, 29871, 29896, 29946, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29956, 287, 4515, 3250, 29871, 29896, 29945, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 1349, 1295, 3250, 29871, 29896, 29953, 3839, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29943, 2429, 388, 29871, 29896, 5533, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29903, 20510, 29871, 29906, 5533, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29903, 870, 388, 29871, 29941, 5533, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 29924, 898, 388, 29871, 29946, 5533, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 29911, 1041, 3250, 29871, 29945, 5533, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29956, 287, 4515, 3250, 29871, 29953, 5533, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 1349, 1295, 3250, 29871, 29955, 5533, 29871, 29906, 29900, 29906, 29896, 29871, 29896, 13, 29903, 870, 388, 29871, 29896, 29900, 5533, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29924, 898, 388, 29871, 29896, 29896, 5533, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13, 29911, 1041, 3250, 29871, 29896, 29906, 5533, 29871, 29906, 29900, 29906, 29896, 29871, 29900, 13 ]
1,330,479
0
CommonCrawl
0
3