id
stringlengths
4
11
text
stringlengths
1
3.63k
embedding
listlengths
1.02k
1.02k
9845_15
// Note: Array's map() and forEach() are defined in JavaScript 1.6. // They are used here to demonstrate JavaScript's inherent functional nature. [ [25, 55], [21, 56], [22, 58], [28, 56] ].map(function(pair) { // array literal + mapping function return new LCMCalculator(pair[0], pair[1]); }).sort((a, b) => a.lcm() - b.lcm()) // sort with this comparative function; => is a shorthand form of a function, called "arrow function" .forEach(printResult); function printResult(obj) { output(obj + ", gcd = " + obj.gcd() + ", lcm = " + obj.lcm()); } The following output should be displayed in the browser window. LCMCalculator: a = 28, b = 56, gcd = 28, lcm = 56 LCMCalculator: a = 21, b = 56, gcd = 7, lcm = 168 LCMCalculator: a = 25, b = 55, gcd = 5, lcm = 275 LCMCalculator: a = 22, b = 58, gcd = 2, lcm = 638 Security JavaScript and the DOM provide the potential for malicious authors to deliver scripts to run on a client computer via the Web. Browser authors minimize this risk using two restrictions. First, scripts run in a sandbox in which they can only perform Web-related actions, not general-purpose programming tasks like creating files. Second, scripts are constrained by the same-origin policy: scripts from one Web site do not have access to information such as usernames, passwords, or cookies sent to another site. Most JavaScript-related security bugs are breaches of either the same origin policy or the sandbox.
[ -0.01856660097837448, 0.004400670062750578, 0.007563072256743908, -0.01497043389827013, -0.029229048639535904, -0.0015292976750060916, -0.03090478852391243, 0.01262736413627863, -0.0026452215388417244, 0.06655503064393997, 0.04546741023659706, 0.018062395974993706, -0.000400397926568985, -0.032802972942590714, -0.04953070729970932, -0.027182571589946747, -0.025388194248080254, 0.003564653918147087, -0.0494120717048645, 0.028383765369653702, 0.05258559435606003, 0.009861652739346027, -0.0647754892706871, -0.025847911834716797, -0.051102638244628906, 0.0414041131734848, 0.031023424118757248, -0.03600615635514259, 0.05795389413833618, 0.09526504576206207, 0.008245231583714485, 0.005824306979775429, 0.0081710834056139, -0.01632733829319477, -0.0036703143268823624, -0.015719326213002205, 0.06596185266971588, -0.0040670051239430904, 0.006606565788388252, -0.03775604069232941, -0.010365857742726803, -0.00583172170445323, 0.017958588898181915, -0.03464183583855629, -0.058843664824962616, -0.012805319391191006, 0.05053911730647087, 0.023134103044867516, -0.03565024584531784, -0.0467427521944046, -0.03025228902697563, 0.04164138436317444, 0.029377344995737076, -0.04380650073289871, -0.02156217023730278, -0.006461977958679199, 0.020894840359687805, -0.03250638023018837, -0.028368934988975525, 0.029866719618439674, 0.013376256451010704, 0.0320318341255188, -0.005360883194953203, -0.0570937804877758, -0.013153813779354095, 0.018981827422976494, 0.021903250366449356, -0.051102638244628906, -0.008230402134358883, -0.02182910218834877, -0.04348025098443031, 0.04045502096414566, -0.01936739683151245, 0.0025951717980206013, -0.03609513118863106, 0.019945748150348663, -0.009090515784919262, 0.04152274876832962, -0.018121713772416115, 0.041552405804395676, -0.01131494902074337, 0.015407905913889408, -0.01975296437740326, -0.013583870604634285, -0.0131019102409482, -0.009246226400136948, 0.04282774776220322, 0.013035177253186703, 0.01195261999964714, -0.035146038979291916, -0.03256569802761078, 0.028621036559343338, -0.008868073113262653, 0.02000506781041622, 0.0363917239010334, 0.05946650728583336, 0.0014171492075547576, 0.019841941073536873, -0.00278239487670362, -0.0004210202896501869, 0.03455285727977753, 0.059644460678100586, -0.06424162536859512, 0.055699802935123444, -0.010388101451098919, 0.05012388899922371, 0.031675923615694046, 0.02519541047513485, -0.05712343752384186, -0.030459901317954063, 0.001559883588925004, -0.028917629271745682, -0.02876933291554451, -0.03553161025047302, -0.010106340050697327, -0.0028899090830236673, 0.014073246158659458, 0.02497296780347824, 0.002165114739909768, 0.012857222929596901, 0.04339127242565155, -0.03585785999894142, 0.016890861093997955, -0.026292797178030014, -0.006043042987585068, -0.000453228218248114, 0.008586310781538486, 0.024038705974817276, -0.02006438560783863, 0.007158966735005379, 0.03683660924434662, 0.047069001942873, -0.0161790419369936, 0.03757808730006218, -0.01219730731099844, 0.03597649559378624, 0.0012846100144088268, 0.03464183583855629, 0.03375206142663956, -0.030934447422623634, -0.007911566644906998, -0.011426170356571674, -0.02246677316725254, 0.09716323018074036, -0.005038340575993061, 0.019189441576600075, -0.007896737195551395, 0.029110413044691086, -0.021740125492215157, 0.012338188476860523, -0.04944172874093056, -0.0019426714861765504, 0.01778063364326954, -0.003646216355264187, -0.009127589873969555, -0.03479013219475746, -0.03410797193646431, -0.016045575961470604, -0.0034979209303855896, 0.002647075103595853, -0.04659445583820343, -0.002092820592224598, -0.006261778995394707, -0.0027527357451617718, -0.03351479023694992, 0.0320318341255188, -0.06186889484524727, -0.015014922246336937, -0.01353196706622839, 0.0026174162048846483, 0.032269109040498734, -0.019026316702365875, -0.038349222391843796, 0.010625374503433704, 0.08571481704711914, 0.028621036559343338, 0.0035238724667578936, 0.015496882610023022, 0.0215176809579134, -0.004137445241212845, -0.0021039429120719433, 0.06987685710191727, -0.027835071086883545, 0.03668831288814545, -0.026396604254841805, 0.04514116048812866, 0.02049444243311882, -0.000962994119618088, -0.015734156593680382, -0.033603768795728683, 0.04176001995801926, 0.01494818925857544, -0.03959490731358528, 0.006677006371319294, -0.0019445251673460007, -0.006929108873009682, -0.06109775975346565, 0.03508672118186951, -0.02141387388110161, -0.07966435700654984, -0.033811379224061966, -0.04451831802725792, 0.018907679244875908, 0.00946867000311613, -0.022451942786574364, -0.018284838646650314, 0.043628543615341187, 0.030074333772063255, -0.06080116704106331, -0.010358442552387714, 0.03722217679023743, 0.0014783210353925824, -0.0020464782137423754, 0.011537392623722553, 0.026337286457419395, 0.005394249688833952, -0.024587398394942284, 0.022807853296399117, -0.002339361933991313, 0.017810292541980743, -0.01856660097837448, 0.03618410974740982, 0.00460086902603507, 0.04009911045432091, 0.004808482713997364, 0.0022429698146879673, 0.010150829330086708, 0.005271906033158302, -0.014911115169525146, 0.02850240096449852, 0.04499286413192749, 0.0024190708063542843, -0.025061944499611855, 0.0018944754265248775, -0.016238359734416008, 0.0178696122020483, 0.027078764513134956, 0.004801067989319563, 0.01776580512523651, 0.0326843336224556, 0.009602135978639126, 0.04119649901986122, 0.02856171876192093, -0.020568590611219406, 0.027286376804113388, 0.015103899873793125, 0.02872484363615513, -0.004222715273499489, -0.010506737977266312, 0.06364843994379044, -0.03209115192294121, 0.04579365998506546, 0.03523501753807068, -0.00010201110853813589, -0.00843801535665989, -0.01521512120962143, -0.02107279561460018, 0.04573434218764305, -0.02513609267771244, -0.02205154486000538, 0.021532511338591576, 0.009572476148605347, 0.0295256394892931, -0.02770160511136055, -0.011470659635961056, 0.018373815342783928, 0.06708889454603195, -0.007511168718338013, -0.0550769604742527, -0.07195299118757248, -0.061512984335422516, -0.03375206142663956, -0.0510433204472065, -0.022763364017009735, -0.0510433204472065, 0.021191431209445, 0.013109324499964714, -0.02749399095773697, 0.010276880115270615, -0.010951625183224678, -0.00040943469502963126, 0.004904874600470066, 0.003449724754318595, 0.04104820266366005, 0.03618410974740982, -0.015867622569203377, -0.016787054017186165, 0.021384214982390404, 0.027256717905402184, 0.0453784316778183, -0.06394503265619278, -0.010017363354563713, 0.008260061033070087, 0.002830590819939971, -0.020375804975628853, 0.011403926648199558, 0.062046848237514496, -0.009809749200940132, -0.015734156593680382, -0.05059843510389328, -0.04045502096414566, -0.04187865927815437, -0.02940700389444828, 0.00897187925875187, -0.00952798780053854, 0.02657455950975418, 0.012071256525814533, -0.028383765369653702, 0.025121262297034264, 0.00681788707152009, 0.0032198666594922543, 0.025803422555327415, -0.013220546767115593, -0.008245231583714485, -0.03784501925110817, 0.06590253114700317, 0.00987648218870163, 0.00981716439127922, -0.023564159870147705, -0.025269558653235435, 0.012123160064220428, -0.0022151644807308912, -0.02934768609702587, -0.01665358804166317, 0.00950574316084385, 0.07171571999788284, -0.0384085439145565, -0.04264979436993599, 0.023504842072725296, 0.02076137438416481, -0.022007057443261147, 0.01176725048571825, 0.007978299632668495, -0.0333961546421051, 0.009579891338944435, 0.01932290755212307, 0.015378246083855629, 0.025744104757905006, -0.00794864073395729, -0.010358442552387714, 0.0035387021489441395, -0.06750412285327911, 0.012249210849404335, 0.014377251267433167, 0.020420294255018234, 0.029214220121502876, -0.004827019292861223, -0.01794375851750374, 0.012086085975170135, -0.022081203758716583, -0.023193420842289925, 0.021176600828766823, -0.018536942079663277, 0.022822681814432144, -0.018181031569838524, 0.05632264167070389, -0.04282774776220322, 0.03262501582503319, -0.02125074900686741, 0.04345059022307396, 0.03665865585207939, 0.025328876450657845, -0.028250299394130707, -0.03562058508396149, 0.0033959676511585712, -0.050628095865249634, -0.013376256451010704, 0.018077224493026733, 0.048700250685214996, -0.03912036120891571, -0.0019704769365489483, 0.009305544197559357, -0.04353956878185272, 0.019456373527646065, -0.004104078747332096, -0.023504842072725296, 0.03090478852391243, -0.020108873024582863, 0.04650547727942467, -0.02486916072666645, -0.0373704731464386, 0.008853242732584476, 0.03909070044755936, 0.013835973106324673, 0.018981827422976494, 0.01355421170592308, -0.025432683527469635, -0.00749633926898241, -0.016564611345529556, -0.018863191828131676, -0.024468762800097466, 0.01874455437064171, 0.01396202389150858, -0.01675739511847496, -0.03413763269782066, -0.04202695190906525, -0.0020891132298856974, -0.00014956993982195854, 0.02178461290895939, 0.012501313351094723, -0.009275885298848152, -0.005779818166047335, 0.0049641928635537624, 0.027197400107979774, -0.007559364661574364, 0.0155265424400568, -0.04781047999858856, 0.05394991487264633, 0.003907587379217148, -0.005546252708882093, 0.004912289325147867, -0.004626820329576731, -0.0013763678725808859, 0.012820148840546608, 0.04244218021631241, 0.0014505157014355063, -0.021547339856624603, 0.012019352987408638, 0.04434036463499069, 0.009357447735965252, 0.03134967386722565, -0.010187902487814426, -0.02482467144727707, 0.00453784316778183, 0.05095434561371803, -0.07177503407001495, -0.029288366436958313, -0.009327788837254047, 0.002980740275233984, 0.04561570659279823, -0.011856228113174438, -0.006932816002517939, -0.04484456777572632, -0.04481491073966026, -0.0473952516913414, 0.020687226206064224, 0.0600893497467041, -0.029392173513770103, 0.014925945550203323, -0.06323321163654327, -0.02817615121603012, -0.011893301270902157, 0.005245954263955355, 0.006436026189476252, 0.011982278898358345, -0.03837888315320015, 0.005946650635451078, -0.012508727610111237, 0.012241795659065247, -0.015304098837077618, 0.010462249629199505, -0.04324297606945038, 0.04970866069197655, -0.013072251342236996, 0.02322307974100113, -0.007329506799578667, 0.07598663121461868, 0.0033106976188719273, 0.024513252079486847, -0.026441093534231186, -0.03063785657286644, -0.012523557990789413, -0.03935763239860535, -0.06121639534831047, -0.047424912452697754, 0.030608197674155235, -0.02230364829301834, 0.008326794020831585, 0.03742979094386101, -0.019041145220398903, -0.01379889901727438, 0.02739018388092518, -0.0030400583054870367, -0.019026316702365875, 0.014814723283052444, -0.019026316702365875, -0.008260061033070087, 0.014236371032893658, -0.026989785954356194, 0.014725746586918831, -0.062046848237514496, 0.05988173559308052, 0.014266029931604862, -0.05214070901274681, 0.030548879876732826, -0.019663987681269646, 0.02012370340526104, 0.013072251342236996, -0.04276842996478081, -0.0038816356100142, -0.025106433779001236, 0.015289269387722015, 0.012449409812688828, -0.0023022880777716637, 0.02876933291554451, 0.008512163534760475, -0.021473193541169167, 0.01525961048901081, 0.02176978439092636, 0.04030672460794449, 0.05469139292836189, -0.02141387388110161, -0.06011900678277016, 0.031735245138406754, -0.021102454513311386, 0.01687603071331978, 0.0008406502893194556, 0.01954535022377968, 0.007381409872323275, -0.01275341585278511, -0.014510717242956161, 0.021903250366449356, -0.001636811881326139, -0.01088489219546318, 0.02257058024406433, 0.0021614073775708675, 0.007462972775101662, 0.015111314132809639, -0.010684693232178688, 0.020316487178206444, 0.010610545054078102, -0.05845809727907181, -0.0009166517411358654, 0.023608649149537086, -0.033069904893636703, 0.05053911730647087, 0.04914513975381851, -0.03980252146720886, -0.06797867268323898, -0.04807741194963455, 0.0031865001656115055, -0.024350125342607498, -0.02187359146773815, -0.07432571798563004, 0.029555298388004303, -0.04196763411164284, 0.02279302291572094, -0.0015079801669344306, -0.04585297778248787, -0.04437002167105675, -0.03464183583855629, -0.00031466459040530026, -0.015600689686834812, -0.010113755241036415, 0.015941768884658813, -0.014896285720169544, 0.06483480334281921, 0.0417303629219532, 0.013754410669207573, 0.0033125514164566994, -0.02525472827255726, 0.01088489219546318, 0.05869537219405174, 0.039150018244981766, -0.051636502146720886, 0.01219730731099844, 0.0030826933216303587, 0.023816261440515518, 0.007385117467492819, -0.008252645842730999, -0.03238774463534355, 0.023460352793335915, -0.024424273520708084, 0.009298129938542843, 0.004852971062064171, 0.02283751219511032, -0.015556201338768005, -0.0029065923299640417, 0.026619046926498413, -0.05021286755800247, -0.0105141531676054, -0.03817126899957657, 0.06786003708839417, -0.0035387021489441395, -0.011196312494575977, -0.014733160845935345, -0.02961461804807186, -0.049293436110019684, -0.008905146270990372, 0.0323580838739872, -0.016001088544726372, 0.017587849870324135, -0.014829552732408047, -0.026218648999929428, 0.053238093852996826, -0.014080660417675972, 0.04137445241212845, 0.08470640331506729, 0.04914513975381851, 0.021324897184967995, -0.0058947475627064705, -0.009172078222036362, -0.012434580363333225, -0.07800345122814178, 0.033277515321969986, 0.0016544220270588994, -0.013398501090705395, 0.0006339633837342262, 0.008779095485806465, -0.059377528727054596, -0.002825029892846942, 0.015763815492391586, 0.04944172874093056, -0.014377251267433167, -0.00609865365549922, -0.013924950733780861, -0.05317877605557442, -0.056500598788261414, 0.04967900365591049, -0.01910046488046646, -0.005557375028729439, 0.02774609439074993, -0.0012382676359266043, 0.022273989394307137, 0.04297604411840439, -0.025106433779001236, -0.01745438389480114, -0.009335204027593136, 0.033336836844682693, -0.045763999223709106, -0.012901711277663708, 0.006932816002517939, 0.007073696702718735, -0.0005352541920728981, -0.026500411331653595, -0.027286376804113388, -0.0080079585313797, 0.00874943658709526, -0.005346053745597601, -0.03351479023694992, 0.013665433041751385, -0.01813654415309429, 0.021324897184967995, 0.016416314989328384, 0.01991608925163746, -0.03289194777607918, 0.00251546292565763, 0.003989149816334248, -0.01782512292265892, 0.013687677681446075, 0.08334209024906158, 0.01328727975487709, 0.005053170025348663, -0.029065923765301704, 0.03790433704853058, 0.03659933805465698, 0.0291993897408247, 0.04217524826526642, 0.02792404778301716, 0.032536040991544724, 0.036213766783475876, 0.013405916281044483, 0.029436662793159485, -0.03831956535577774, 0.026989785954356194, 0.026811832562088966, 0.0017053985502570868, -0.0557294599711895, -0.0028787869960069656, 0.02262989804148674, -0.018447963520884514, 0.011136994697153568, -0.02268921583890915, 0.04039570316672325, 0.02509160339832306, 0.019975407049059868, 0.0018138396553695202, -0.04078127071261406, 0.03849751874804497, -0.0814439058303833, -0.01975296437740326, -0.0048307268880307674, -0.02642626315355301, 0.011522563174366951, -0.03449353948235512, -0.03366308659315109, -0.03722217679023743, -0.02150285243988037, 0.04964934289455414, -0.044488657265901566, 0.017750974744558334, -0.00979491975158453, 0.019352566450834274, -0.05125093460083008, -0.03668831288814545, -0.02113211341202259, -0.011062846519052982, 0.0029770326800644398, -0.015467223711311817, -0.045497067272663116, -0.020627908408641815, -0.004730627406388521, -0.012175062671303749, -0.04371752217411995, 0.002411656081676483, -0.028680356219410896, -0.051962755620479584, 0.02550683170557022, -0.033336836844682693, 0.004096664022654295, 0.0037759749684482813, 0.014466228894889355, -0.0004958632052876055, -0.02765711583197117, 0.0025414146948605776, 0.040484678000211716, 0.04786979779601097, 0.012419750913977623, 0.03591717779636383, -0.024572569876909256, 0.03020779974758625, -0.009394521825015545, 0.0036795828491449356, -0.017261600121855736, -0.0018073518294841051, -0.018863191828131676, -0.008949635550379753, 0.0014458814403042197, 0.003787097055464983, 0.06023764610290527, 0.02231847681105137, -0.0050123888067901134, -0.0028139075729995966, -0.0403660424053669, -0.00753712048754096, 0.026337286457419395, -0.05973343923687935, 0.040484678000211716, -0.029332855716347694, 0.023608649149537086, 0.023089613765478134, -0.013042591512203217, -0.05068741366267204, 0.03538331389427185, 0.046564795076847076, -0.01195261999964714, -0.01638665609061718, -0.02445393241941929, -0.018181031569838524, -0.02295614778995514, 0.04917479678988457, 0.04834434390068054, 0.012597705237567425, -0.029377344995737076, 0.034078311175107956, -0.03440456464886665, 0.030400583520531654, -0.05641162022948265, -0.027449503540992737, 0.035412970930337906, -0.018759384751319885, -0.00011498696403577924, -0.044221725314855576, 0.006031920667737722, -0.024839501827955246, 0.029703594744205475, -0.00067520810989663, -0.005679718684405088, 0.04187865927815437, 0.02203671634197235, 0.02294131927192211, -0.003774121170863509, 0.004548965487629175, 0.007500046398490667, 0.02872484363615513, -0.015059411525726318, -0.02454291097819805, 0.0007845760555937886, 0.04481491073966026, 0.012449409812688828, -0.008608555421233177, -0.03289194777607918, -0.011552222073078156, 0.029659105464816093, 0.014421740546822548, -0.021369386464357376, -0.007881907746195793, -0.05211104825139046, 0.018225520849227905, -0.059377528727054596, -0.009246226400136948, -0.008853242732584476, 0.03826024755835533, -0.01016565877944231, 0.025314047932624817, -0.0163421668112278, 0.011092505417764187, 0.03909070044755936, 0.00476399390026927, 0.011389097198843956, 0.016950178891420364, 0.010343613103032112, -0.008148839697241783, -0.01735057681798935, 0.004686138592660427, 0.026544900611042976, 0.03401899337768555, 0.03858649730682373, -0.00720716267824173, 0.0003195305180270225, 0.027049105614423752, -0.01761750876903534, -0.015170632861554623, -0.01160412561148405, -0.04760286584496498, -0.00015756400534883142, 0.0042597888968884945, 0.0008286013035103679, -0.02492847852408886, -0.015541371889412403, -0.0317055843770504, 0.012212136760354042, -0.030015015974640846, -0.011218557134270668, -0.004111493472009897, -0.0161790419369936, 0.07895254343748093, -0.03496808558702469, -0.0013105617836117744, -0.04318365827202797, -0.03330717608332634, 0.03757808730006218, 0.018106883391737938, -0.05412786826491356, -0.028487570583820343, 0.06216548755764961, 0.05148820951581001, 0.01238267682492733, -0.024617057293653488, 0.013457819819450378, 0.024216659367084503, 0.0024820964317768812, -0.00624324195086956, -0.021591829136013985, 0.035146038979291916, 0.021176600828766823, -0.03867547586560249, -0.047958776354789734, 0.01778063364326954, 0.029555298388004303, 0.02476535364985466, 0.00689944950863719, -0.00659173633903265, 0.015556201338768005, -0.030400583520531654, -0.006465685088187456, -0.02866552583873272, -0.00872719194740057, 0.04330229386687279, -0.03772638365626335, -0.033336836844682693, 0.003210598137229681, 0.015778644010424614, -0.00408554170280695, -0.03348512947559357, 0.0554032102227211, -0.002784248674288392, 0.07130049169063568, -0.0009546524961479008, -0.03843820095062256, -0.010973868891596794, 0.03126069903373718, -0.0013958316994830966, -0.015674836933612823, -0.018907679244875908, -0.01291654072701931, -0.03084547072649002, -0.028798991814255714, -0.05365332216024399, -0.02721223048865795, 0.024350125342607498, 0.007792930118739605, -0.03956524655222893, 0.02610001340508461, 0.008919975720345974, -0.04051433876156807, 0.005316394846886396, 0.03956524655222893, -0.02439461462199688, 0.02796853706240654, -0.02749399095773697, 0.03149797022342682, -0.0216808058321476, -0.02230364829301834, -0.05101366341114044, -0.03425626829266548, -0.05584809556603432, 0.016297679394483566, -0.05424650385975838, -0.050628095865249634, -0.05887332558631897, -0.025907229632139206, 0.01745438389480114, -0.027612628415226936, 0.01794375851750374, 0.02412768267095089, 0.04677240923047066, 0.032536040991544724, -0.03123103827238083, -0.031379334628582, 0.02363830804824829, 0.014710916206240654, -0.020627908408641815, 0.04718763753771782, 0.016846371814608574, 0.003471969161182642, -0.012901711277663708, -0.02507677488029003, 0.007622390054166317, 0.016505291685461998, 0.014117734506726265, -0.0058205993846058846, 0.00037421449087560177, -0.04333195462822914, -0.009416766464710236, -0.03179456293582916, 0.06388571113348007, -0.0030382047407329082, -0.01273117121309042, -0.011922961100935936, -0.022066375240683556, -0.03980252146720886, 0.04810706898570061, -0.03665865585207939, 0.031675923615694046, -0.03452320024371147, -0.03757808730006218, 0.028532059863209724, -0.0161790419369936, 0.2602883279323578, 0.05602605268359184, 0.04988661780953407, 0.05220002681016922, 0.030608197674155235, 0.04030672460794449, 0.015000092796981335, -0.02764228731393814, 0.0015849084593355656, 0.0017804731614887714, 0.03998047485947609, 0.008860657922923565, 0.02550683170557022, 0.04167104512453079, 0.003205037210136652, 0.012657023966312408, -0.03745945170521736, -0.02994086779654026, -0.006988426670432091, -0.06192821264266968, -0.046831727027893066, -0.0050568776205182076, 0.00453784316778183, 0.04431070387363434, 0.02000506781041622, -0.0027768337167799473, 0.012182477861642838, -0.03393001854419708, -0.020212680101394653, -0.07135980576276779, 0.030400583520531654, -0.024038705974817276, 0.030608197674155235, 0.02039063535630703, 0.00593552878126502, 0.02455773949623108, 0.0017591557698324323, -0.015140973962843418, -0.042086269706487656, 0.0207020565867424, 0.00955023244023323, -0.03005950339138508, -0.02141387388110161, -0.05765730142593384, -0.0036703143268823624, 0.03751876950263977, -0.04703934118151665, 0.028843481093645096, 0.05211104825139046, -0.016801884397864342, -0.01115182414650917, -0.02497296780347824, 0.001370806829072535, -0.01616421341896057, -0.03473081439733505, 0.03155728802084923, 0.007830004207789898, 0.007340628653764725, 0.0008336989558301866, 0.0483740009367466, 0.00782258901745081, 0.046297863125801086, -0.0020131117198616266, 0.03425626829266548, -0.03419695049524307, 0.02311927266418934, -0.029540469869971275, 0.01139651145786047, -0.015452394261956215, -0.025328876450657845, -0.017839951440691948, -0.013999097980558872, 0.0029325440991669893, -0.046891048550605774, -0.005368298385292292, 0.01371733658015728, 0.015044581145048141, 0.049827300012111664, 0.029229048639535904, -0.034078311175107956, 0.01414739340543747, 0.033010583370923996, -0.03493842855095863, -0.000326713576214388, 0.06080116704106331, 0.05080604925751686, -0.04786979779601097, -0.008000544272363186, -0.025328876450657845, 0.014243785291910172, 0.011878471821546555, 0.016950178891420364, 0.006836424116045237, -0.01681671291589737, 0.0021836517844349146 ]
9845_16
There are subsets of general JavaScript—ADsafe, Secure ECMAScript (SES)—that provide greater levels of security, especially on code created by third parties (such as advertisements). Closure Toolkit is another project for safe embedding and isolation of third-party JavaScript and HTML. Content Security Policy is the main intended method of ensuring that only trusted code is executed on a Web page. Cross-site vulnerabilities A common JavaScript-related security problem is cross-site scripting (XSS), a violation of the same-origin policy. XSS vulnerabilities occur when an attacker can cause a target Web site, such as an online banking website, to include a malicious script in the webpage presented to a victim. The script in this example can then access the banking application with the privileges of the victim, potentially disclosing secret information or transferring money without the victim's authorization. A solution to XSS vulnerabilities is to use HTML escaping whenever displaying untrusted data. Some browsers include partial protection against reflected XSS attacks, in which the attacker provides a URL including malicious script. However, even users of those browsers are vulnerable to other XSS attacks, such as those where the malicious code is stored in a database. Only correct design of Web applications on the server-side can fully prevent XSS. XSS vulnerabilities can also occur because of implementation mistakes by browser authors. Another cross-site vulnerability is cross-site request forgery (CSRF). In CSRF, code on an attacker's site tricks the victim's browser into taking actions the user did not intend at a target site (like transferring money at a bank). When target sites rely solely on cookies for request authentication, requests originating from code on the attacker's site can carry the same valid login credentials of the initiating user. In general, the solution to CSRF is to require an authentication value in a hidden form field, and not only in the cookies, to authenticate any request that might have lasting effects. Checking the HTTP Referrer header can also help.
[ -0.042028993368148804, 0.008529238402843475, 0.01710309274494648, 0.010150314308702946, -0.027216225862503052, -0.005160672590136528, -0.006220320705324411, -0.0200031828135252, 0.021297069266438484, 0.03961968794465065, -0.012269610539078712, 0.018798530101776123, 0.02221914939582348, 0.008938224986195564, -0.05841821804642677, -0.018054917454719543, -0.01183087844401598, 0.008276409469544888, -0.014656607061624527, 0.02694852463901043, 0.02180272527039051, -0.0060864700935781, -0.05386730656027794, -0.02330482378602028, -0.04256439208984375, 0.027216225862503052, 0.008068198338150978, -0.05499759688973427, 0.05267752707004547, 0.056127890944480896, -0.03956019878387451, 0.026740314438939095, 0.009600040502846241, -0.036199066787958145, -0.005049130413681269, -0.017341049388051033, 0.030785568058490753, -0.06442660838365555, -0.023825351148843765, -0.007339457515627146, -0.014225311577320099, -0.0050193858332931995, 0.01893237978219986, -0.04797789454460144, -0.06210653483867645, 0.03712114691734314, 0.013414774090051651, 0.018307745456695557, -0.01179369818419218, 0.004060125444084406, 0.04259413853287697, 0.04860252887010574, 0.015192008577287197, -0.01885801926255226, -0.028257284313440323, 0.03676421195268631, 0.018798530101776123, -0.0458957776427269, -0.02150527946650982, -0.018664680421352386, -0.0037998610641807318, -0.025580277666449547, 0.011763953603804111, -0.026755185797810555, 0.019110847264528275, 0.034682098776102066, 0.002924257190898061, -0.018991868942975998, 0.0014519038377329707, 0.014269928447902203, -0.0017856000922620296, 0.04146384447813034, -0.006276091560721397, -0.007741008419543505, -0.025743873789906502, 0.0040712798945605755, -0.014500448480248451, 0.007852550595998764, -0.011012904345989227, 0.03025016561150551, -0.023096611723303795, 0.0013143355026841164, -0.003760821418836713, -0.008856427855789661, -0.019185207784175873, 0.03807297348976135, 0.046014755964279175, 0.025654640048742294, 0.004543473944067955, 0.017980555072426796, -0.01640409603714943, 0.032510749995708466, -0.04104742407798767, 0.0027179045137017965, 0.010403142310678959, 0.028986023738980293, -0.005227597430348396, 0.011860623024404049, -0.013399901799857616, 0.035782646387815475, 0.012663724832236767, 0.028911663219332695, -0.05306420475244522, 0.07483718544244766, 0.0023275078274309635, 0.030428633093833923, 0.028867047280073166, -0.0020653842948377132, -0.035485200583934784, -0.017564132809638977, -0.020538583397865295, -0.03447388485074043, -0.01787644997239113, -0.0604705885052681, -0.03539596498012543, 0.015928184613585472, -0.0018413710640743375, 0.039143774658441544, -0.003944865427911282, 0.005740690510720015, -0.016210757195949554, -0.050357453525066376, 0.010499811731278896, 0.001815344556234777, 0.003796142991632223, 0.026695696637034416, -0.004272055346518755, 0.012098579667508602, -0.008120250888168812, 0.009689274244010448, 0.03854888305068016, 0.040541768074035645, -0.02477717585861683, 0.05823975056409836, -0.013303231447935104, 0.012819883413612843, 0.050060007721185684, 0.03527698665857315, 0.023111483082175255, -0.011005468666553497, -0.06169011443853378, -0.0030636845622211695, -0.01435916218906641, 0.09244593232870102, 0.0221745315939188, -0.011496253311634064, 0.03343283012509346, -0.025163855403661728, -0.00854411069303751, 0.024078181013464928, -0.040155086666345596, -0.040958188474178314, 0.025952083989977837, 0.013585804961621761, -0.004305517766624689, -0.043040305376052856, -0.026249529793858528, -0.012619107961654663, 0.01817389577627182, 0.0019482653588056564, -0.025238215923309326, 0.06365325301885605, -0.03521749749779701, 0.03126147761940956, -0.03560417890548706, 0.01324374321848154, -0.04619322344660759, -0.016984114423394203, -0.013905557803809643, -0.021252451464533806, 0.042385924607515335, 0.02760290540754795, -0.012500129640102386, 0.011310350149869919, 0.0451224222779274, -0.0035990856122225523, 0.0011405160184949636, -0.010544428601861, 0.007462153676897287, 0.02757316082715988, 0.016463585197925568, 0.049227163195610046, 0.025610022246837616, 0.072576604783535, 0.002104423940181732, -0.01631486415863037, 0.0033295259345322847, -0.028554728254675865, -0.021743236109614372, 0.007056884933263063, 0.07632441073656082, 0.01960163190960884, -0.02694852463901043, 0.03352206200361252, 0.013154509477317333, 0.010395705699920654, -0.061571136116981506, 0.004387315362691879, 0.0320943258702755, -0.06115471199154854, -0.004413341637700796, -0.014009663835167885, 0.0018004723824560642, 0.008075634017586708, -0.02578848972916603, -0.028450623154640198, 0.05609814450144768, 0.015377911739051342, -0.07935835421085358, 0.012619107961654663, 0.02397407405078411, 0.01142932754009962, -0.03212406858801842, 0.022754549980163574, 0.03486056625843048, -0.021222706884145737, -0.04509267583489418, -0.005123491864651442, 0.03408720716834068, 0.02552078850567341, -0.043843407183885574, 0.03593136742711067, -0.005807615350931883, 0.04541986435651779, 0.0050156679935753345, 0.0258925948292017, -0.013318103738129139, 0.005495298188179731, -0.0048037380911409855, 0.0004949672147631645, 0.04556858912110329, -0.03340308368206024, -0.021609386429190636, 0.042713116854429245, -0.027513671666383743, 0.013831197284162045, 0.03994687646627426, -0.006963933352380991, 0.012306790798902512, 0.04663939028978348, -0.0038593499921262264, 0.02688903734087944, 0.012269610539078712, 0.022695060819387436, 0.010819565504789352, -0.01997343823313713, -0.009681837633252144, -0.0327189601957798, -0.009964410215616226, 0.006380197126418352, -0.0333435945212841, 0.03381950780749321, 0.02186221443116665, 0.01671641506254673, -0.017296431586146355, -0.011392147280275822, 0.006171985529363155, 0.02911987528204918, -0.05279650539159775, -0.009652093052864075, 0.0001242065627593547, 0.01851595751941204, -0.009451317600905895, -0.02757316082715988, 0.007172144949436188, -0.01220268476754427, 0.042177714407444, 0.0341169536113739, -0.07912039756774902, -0.04759121686220169, -0.0815594419836998, -0.03596111014485359, -0.045628078281879425, -0.010544428601861, -0.013221434317529202, -0.01888776384294033, 0.005881976801902056, -0.0451224222779274, 0.026680825278162956, -0.038013484328985214, 0.025981828570365906, 0.0604705885052681, -0.02037498913705349, 0.010663406923413277, 0.031856369227170944, 0.017296431586146355, -0.011585486121475697, 0.006250064820051193, 0.02726084366440773, 0.02038986049592495, -0.04396238550543785, -0.010685714893043041, 0.004930152557790279, -0.02003292739391327, 0.026323890313506126, 0.010663406923413277, 0.027513671666383743, 0.0094587542116642, -0.0005525972228497267, -0.002323789754882455, -0.006897008046507835, -0.04949486255645752, 0.010455194860696793, -0.037240125238895416, -0.01679077558219433, 0.029937848448753357, -0.011354966089129448, 0.021341685205698013, 0.000962049001827836, 0.005231315735727549, -0.017638493329286575, 0.03610983490943909, -0.03956019878387451, -0.012358843348920345, -0.020196521654725075, 0.08756783604621887, 0.012381152249872684, 0.009101820178329945, 0.002059807302430272, -0.03935198485851288, 0.032510749995708466, 0.00313432770781219, -0.01668667048215866, 0.0016201462130993605, -0.005792743060737848, 0.056603800505399704, -0.031112756580114365, -0.06811492890119553, 0.006536356173455715, -0.010953415185213089, -0.034771330654621124, -0.00783767830580473, 0.018605191260576248, -0.035039033740758896, 0.004495138768106699, 0.009503371082246304, 0.018069788813591003, 0.022367870435118675, -0.007480744272470474, -0.02546129934489727, 0.02183246985077858, -0.02507462166249752, 0.0393817313015461, -0.023423802107572556, -0.008908480405807495, -0.008023581467568874, -0.024167414754629135, -0.0407797209918499, -0.025610022246837616, -0.05238008126616478, 0.00435757078230381, 0.014433523640036583, 0.0006864474853500724, 0.020910389721393585, -0.0021453227382153273, 0.06769850105047226, -0.047888658940792084, 0.03661549091339111, -0.01668667048215866, 0.04247516021132469, 0.07519412040710449, 0.03848939388990402, -0.014597117900848389, -0.026427997276186943, 0.033254362642765045, -0.025966957211494446, -0.008112815208733082, 0.017727727070450783, 0.04536037519574165, -0.002533860504627228, -0.0008091435884125531, -0.014470703899860382, -0.04559833183884621, 0.01821851171553135, -0.010046208277344704, -0.03756731376051903, 0.046698879450559616, 0.0074918982572853565, 0.031112756580114365, 0.004465394653379917, -0.004896689672023058, 0.015288677997887135, 0.04696657881140709, 0.009793379344046116, -0.013132200576364994, -0.019869333133101463, -0.03539596498012543, 0.0007584849954582751, -0.0014835074543952942, -0.005707227624952793, -0.04687734693288803, -0.010328780859708786, 0.019928820431232452, 0.03155892342329025, -0.03462260961532593, -0.040958188474178314, 0.005710945930331945, 0.011436764150857925, 0.04619322344660759, -0.032867681235075, 0.022308381274342537, 0.015013541094958782, 0.03373027220368385, -0.01033621747046709, -0.026413124054670334, -0.01598767377436161, -0.036912936717271805, 0.03492005541920662, 0.012604235671460629, 0.03025016561150551, -0.016835391521453857, -0.013169381767511368, 0.024167414754629135, 0.010358525440096855, 0.018679551780223846, 0.0031529180705547333, -0.024107925593852997, -0.035068776458501816, 0.035871878266334534, -0.0055845314636826515, -0.000060883292462676764, 0.005889412946999073, -0.008254101499915123, 0.04577679932117462, 0.07281456142663956, -0.04568756744265556, -0.012492693960666656, 0.01018005795776844, -0.037626802921295166, 0.022293509915471077, 0.02433100901544094, 0.02950655296444893, -0.051814936101436615, -0.039441220462322235, -0.0589238740503788, -0.0167461596429348, 0.056246865540742874, -0.03170764818787575, 0.013675037771463394, -0.06519996374845505, -0.00784511398524046, 0.003721781773492694, -0.011942420154809952, -0.02730545960366726, 0.0041791037656366825, -0.009012586437165737, 0.01294629741460085, 0.030726078897714615, 0.027156736701726913, 0.02003292739391327, -0.011057521216571331, -0.050060007721185684, 0.08215433359146118, -0.042742859572172165, 0.00016673191566951573, -0.04072023183107376, 0.07656236737966537, -0.004874381702393293, 0.049970775842666626, -0.029759380966424942, -0.01814415119588375, -0.006461994722485542, -0.03718063607811928, -0.05136876925826073, -0.0025989264249801636, 0.02544642798602581, -0.02949168160557747, -0.020568327978253365, 0.03322461619973183, -0.018337490037083626, 0.008484621532261372, -0.0007594145135954022, -0.020940134301781654, -0.0009360225521959364, -0.007711264304816723, -0.024583837017416954, 0.0031417638529092073, 0.03715089336037636, -0.06436711549758911, 0.014649170450866222, -0.06317733973264694, 0.04622296616435051, 0.019735481590032578, -0.06145215779542923, -0.001556009636260569, -0.008588727563619614, 0.02369150146842003, 0.006867263466119766, -0.039084285497665405, 0.027112120762467384, -0.013675037771463394, -0.013831197284162045, 0.02287352830171585, 0.029209109023213387, -0.015824079513549805, 0.029937848448753357, 0.000035553985071601346, -0.014664042741060257, 0.03712114691734314, 0.016285119578242302, 0.03884632885456085, -0.011235988698899746, -0.028837302699685097, 0.010499811731278896, 0.012671161442995071, 0.035158008337020874, -0.012091143056750298, -0.00011491140321595594, 0.025981828570365906, 0.002861049957573414, -0.037953995168209076, 0.01821851171553135, -0.026680825278162956, 0.025372067466378212, 0.03135071322321892, 0.006238910835236311, -0.006149677559733391, 0.03744833916425705, 0.0026825829409062862, 0.007681519724428654, 0.016493329778313637, -0.03899505361914635, 0.0428023487329483, 0.01287937257438898, -0.0058150514960289, 0.06067879870533943, 0.061273690313100815, -0.03346257284283638, -0.03533647581934929, -0.0028368826024234295, 0.003203111933544278, -0.049673330038785934, -0.019081102684140205, -0.04083921015262604, 0.009600040502846241, -0.043783918023109436, 0.03640728071331978, 0.006577254738658667, 0.0004354781995061785, -0.04898920655250549, -0.050714388489723206, -0.013556060381233692, -0.014076588675379753, 0.021683746948838234, 0.04643118008971214, -0.022695060819387436, 0.05847770720720291, 0.04482497647404671, 0.011786261573433876, 0.021951448172330856, -0.0400063656270504, -0.0023907150607556105, 0.0784660130739212, 0.035842135548591614, -0.029387574642896652, -0.010038771666586399, 0.008625907823443413, 0.014009663835167885, 0.009622348472476006, -0.014440959319472313, -0.032510749995708466, 0.014678915031254292, -0.04503318667411804, 0.013979919254779816, -0.018069788813591003, -0.02654697559773922, -0.00997184682637453, 0.03420618548989296, 0.023795608431100845, -0.0443490631878376, -0.012648852542042732, -0.04360545054078102, 0.012269610539078712, -0.024093052372336388, -0.008506929501891136, -0.0013543047243729234, -0.00016080625937320292, -0.07370689511299133, -0.0033815789502114058, -0.0036455614026635885, -0.0019259570399299264, -0.021936574950814247, 0.010395705699920654, -0.03756731376051903, 0.05562223121523857, -0.010358525440096855, -0.02221914939582348, 0.07227915525436401, 0.02440536953508854, 0.03197534754872322, 0.01680564694106579, 0.014314545318484306, -0.006238910835236311, -0.02981887012720108, 0.0019148028222844005, 0.023706374689936638, -0.014626862481236458, -0.03191585838794708, -0.0032440104987472296, 0.002439049771055579, -0.02797471173107624, 0.011912675574421883, 0.04431932047009468, -0.06870982050895691, 0.0458957776427269, -0.040155086666345596, -0.07281456142663956, -0.04244541376829147, 0.0721006914973259, 0.014307108707726002, 0.030726078897714615, 0.031053267419338226, -0.005610558204352856, 0.007793061435222626, 0.009964410215616226, -0.0736474022269249, -0.010075952857732773, -0.03599085658788681, 0.057258181273937225, 0.001493732095696032, 0.007105219643563032, -0.006986241787672043, 0.04033355414867401, 0.004160513170063496, -0.032867681235075, -0.01598767377436161, 0.020092416554689407, 0.02331969514489174, -0.0012873795349150896, -0.028197795152664185, 0.0020449350122362375, -0.04229669272899628, 0.003310935804620385, 0.011741644702851772, 0.008031017147004604, 0.005376319866627455, 0.016880009323358536, -0.0014519038377329707, 0.004703350365161896, 0.02114834636449814, 0.051130812615156174, 0.0167461596429348, 0.01815902255475521, -0.028971152380108833, 0.012968606315553188, 0.003426195587962866, 0.004506293218582869, 0.06401018798351288, 0.023780735209584236, -0.010165185667574406, 0.032510749995708466, 0.003837041789665818, 0.08447440713644028, -0.017147710546851158, 0.04762095957994461, 0.05122004449367523, -0.032213304191827774, -0.0211632177233696, -0.0386083722114563, -0.014894562773406506, -0.024970516562461853, 0.0016220052493736148, -0.03774578124284744, 0.040571510791778564, 0.007030858192592859, 0.030012210831046104, -0.01563073880970478, -0.021297069266438484, 0.010016463696956635, -0.05895361676812172, 0.008811810985207558, -0.009354648180305958, 0.0023684066254645586, -0.010945979505777359, 0.006863545626401901, -0.05669303610920906, -0.007253942079842091, -0.051071323454380035, 0.034414395689964294, -0.035098522901535034, -0.01784670539200306, -0.009652093052864075, -0.02941731922328472, -0.02360226772725582, -0.0669846385717392, -0.036199066787958145, 0.006778030190616846, -0.03387899696826935, -0.005577095318585634, 0.0075439512729644775, 0.003377860877662897, -0.06680616736412048, -0.007558823563158512, -0.05139851197600365, 0.020880645141005516, -0.02613055147230625, -0.027692139148712158, 0.021371429786086082, -0.004543473944067955, -0.004015508573502302, 0.014879690483212471, 0.019869333133101463, -0.011756516993045807, -0.037210382521152496, -0.025996701791882515, -0.005264778155833483, 0.0163594800978899, -0.016106652095913887, 0.019854459911584854, 0.031053267419338226, 0.0020560892298817635, -0.0010038771433755755, 0.020657561719417572, 0.002031921874731779, -0.011697028763592243, -0.02212991565465927, -0.029223980382084846, -0.03084505721926689, 0.006224038545042276, 0.03155892342329025, 0.0023107766173779964, -0.039441220462322235, 0.031410202383995056, -0.019571887329220772, 0.010804693214595318, 0.012247301638126373, -0.03893556445837021, 0.025922339409589767, -0.041285380721092224, 0.07192222028970718, -0.01199447363615036, 0.00006913274410180748, -0.04289158433675766, 0.03135071322321892, 0.03596111014485359, 0.009272851049900055, 0.0036920371931046247, -0.005885694641619921, -0.012277046218514442, -0.009213361889123917, 0.020627817139029503, 0.03973866626620293, 0.034414395689964294, 0.014597117900848389, 0.016998987644910812, -0.009614912793040276, 0.017935939133167267, -0.05169595777988434, 0.006677642464637756, -0.01091623492538929, 0.00350613403134048, 0.011146754957735538, -0.0429510734975338, -0.007123810239136219, -0.010135442018508911, -0.006792902480810881, -0.03608008846640587, 0.0052908044308424, 0.04833482950925827, 0.019051358103752136, 0.016255374997854233, 0.020434478297829628, -0.006885854061692953, 0.007056884933263063, 0.017192326486110687, -0.016285119578242302, -0.027394693344831467, 0.013095020316541195, 0.0575258806347847, -0.012596799992024899, -0.033641040325164795, -0.046341944485902786, 0.006737131159752607, 0.021921703591942787, -0.012113451026380062, 0.01818876713514328, -0.019051358103752136, -0.07162477821111679, 0.01679077558219433, -0.03459286317229271, 0.009012586437165737, 0.00367716490291059, 0.06722258776426315, -0.03735910356044769, 0.0043984693475067616, -0.026041317731142044, 0.0029949003364890814, -0.006350452546030283, -0.012953734025359154, -0.027543416246771812, -0.026770059019327164, 0.027796244248747826, -0.00906463898718357, -0.05812077224254608, -0.02068730629980564, 0.009228234179317951, 0.07781163603067398, 0.011503688991069794, -0.017013859003782272, -0.005287086591124535, 0.029149619862437248, -0.01107983011752367, -0.05704996734857559, 0.015139955095946789, -0.03854888305068016, -0.03135071322321892, 0.010923671536147594, -0.013600677251815796, -0.0035767771769315004, -0.03554468974471092, -0.05883463844656944, -0.02800445631146431, -0.05684175714850426, 0.00016847475490067154, -0.01969086565077305, -0.012983478605747223, 0.05999467521905899, -0.022085297852754593, 0.013459390960633755, -0.02650235779583454, -0.050327710807323456, 0.06287989020347595, 0.025253089144825935, -0.0196165032684803, -0.015392784029245377, 0.06353427469730377, 0.014150950126349926, -0.03025016561150551, 0.00363254826515913, -0.040898699313402176, -0.009614912793040276, 0.0221745315939188, -0.01817389577627182, -0.03703191503882408, 0.04315928369760513, 0.022471977397799492, -0.044140852987766266, -0.055116575211286545, 0.010975724086165428, -0.014946616254746914, 0.058150514960289, 0.029744509607553482, 0.0016759171849116683, 0.022427359595894814, 0.043783918023109436, -0.001391485333442688, -0.023468418046832085, -0.029655275866389275, 0.02651723101735115, -0.0046364255249500275, -0.030056826770305634, -0.024821793660521507, 0.03744833916425705, -0.0013078289339318871, -0.02177298069000244, 0.0488404855132103, -0.014046845026314259, 0.03129122406244278, -0.030696334317326546, -0.02910500206053257, -0.010589045472443104, 0.024093052372336388, -0.037656549364328384, -0.01823338493704796, -0.02177298069000244, -0.004699632525444031, -0.01017262227833271, -0.02507462166249752, -0.06888828426599503, -0.00691188033670187, -0.0017772344872355461, 0.026784930378198624, -0.03274870663881302, 0.03676421195268631, 0.012581927701830864, -0.02291814424097538, -0.013154509477317333, 0.051487747579813004, -0.02150527946650982, -0.012470385991036892, -0.049643587321043015, 0.026725441217422485, -0.006696232594549656, -0.0014658465515822172, -0.09161309152841568, -0.016181012615561485, -0.0023739836178719997, -0.004372443072497845, -0.025729000568389893, -0.03697242587804794, -0.03381950780749321, -0.015363039448857307, -0.018367234617471695, -0.010693151503801346, 0.039441220462322235, -0.0016164281405508518, 0.06228500232100487, 0.03771603852510452, 0.0023609704803675413, 0.01820364035665989, 0.02468794211745262, 0.017742600291967392, -0.032599981874227524, 0.0031696492806077003, -0.01182344276458025, -0.005339139606803656, -0.004669887945055962, -0.016850264742970467, 0.01711796596646309, 0.027915222570300102, -0.023096611723303795, 0.005380038172006607, 0.010447759181261063, -0.04500344395637512, 0.004450522363185883, 0.020166777074337006, 0.07810907810926437, -0.01348169893026352, 0.011206244118511677, -0.0015913312090560794, -0.02036011591553688, -0.04110691323876381, 0.04610398784279823, -0.030607100576162338, -0.006276091560721397, 0.011518561281263828, -0.012239865958690643, 0.03664523735642433, -0.02650235779583454, 0.2596100866794586, -0.004164231475442648, 0.04116640239953995, 0.0013431505067273974, 0.05716894567012787, 0.038727350533008575, 0.020969878882169724, -0.03307589516043663, 0.009220797568559647, -0.017147710546851158, 0.03557443246245384, -0.013712218962609768, 0.02468794211745262, -0.0023182127624750137, -0.039470963180065155, 0.00017103092977777123, -0.03854888305068016, 0.018352363258600235, -0.06287989020347595, -0.05264778062701225, -0.027469053864479065, 0.021639131009578705, -0.0003195210883859545, 0.03337334096431732, 0.01670154184103012, -0.007376638241112232, -0.04193975776433945, 0.0020858338102698326, -0.006053007673472166, -0.07882294803857803, 0.027825988829135895, -0.011853187344968319, 0.03084505721926689, -0.01508046593517065, -0.014686351642012596, 0.03774578124284744, 0.02550591714680195, 0.036228813230991364, -0.04657990112900734, 0.04616347700357437, -0.008164867758750916, -0.03480107709765434, -0.01273808628320694, -0.03973866626620293, 0.02761777676641941, 0.005863386206328869, -0.02508949302136898, -0.021713491529226303, 0.03423593193292618, 0.01966112107038498, -0.019423164427280426, -0.008068198338150978, 0.008700269274413586, -0.013496571220457554, 0.020285755395889282, -0.014686351642012596, 0.022471977397799492, -0.0017437718342989683, 0.03346257284283638, 0.022427359595894814, 0.021906830370426178, 0.03893556445837021, 0.005223879590630531, 0.028435751795768738, -0.034711841493844986, 0.027037758380174637, 0.004740531090646982, 0.04185052588582039, -0.010529556311666965, -0.03248100355267525, -0.01670154184103012, -0.05279650539159775, 0.015928184613585472, -0.034771330654621124, -0.0054729897528886795, 0.003026503836736083, 0.010923671536147594, 0.05755562707781792, 0.05493810772895813, -0.02398894727230072, 0.014009663835167885, 0.043426983058452606, -0.033641040325164795, 0.020821155980229378, 0.014597117900848389, 0.07340945303440094, -0.049584098160266876, 0.004034099169075489, 0.0023107766173779964, 0.03792424872517586, -0.010150314308702946, 0.029580915346741676, 0.02474743127822876, -0.018605191260576248, 0.04803738370537758 ]
9845_17
"JavaScript hijacking" is a type of CSRF attack in which a <script> tag on an attacker's site exploits a page on the victim's site that returns private information such as JSON or JavaScript. Possible solutions include: requiring an authentication token in the POST and GET parameters for any response that returns private information. Misplaced trust in the client Developers of client-server applications must recognize that untrusted clients may be under the control of attackers. The application author cannot assume that their JavaScript code will run as intended (or at all) because any secret embedded in the code could be extracted by a determined adversary. Some implications are: Web site authors cannot perfectly conceal how their JavaScript operates because the raw source code must be sent to the client. The code can be obfuscated, but obfuscation can be reverse-engineered. JavaScript form validation only provides convenience for users, not security. If a site verifies that the user agreed to its terms of service, or filters invalid characters out of fields that should only contain numbers, it must do so on the server, not only the client. Scripts can be selectively disabled, so JavaScript cannot be relied on to prevent operations such as right-clicking on an image to save it. It is considered very bad practice to embed sensitive information such as passwords in JavaScript because it can be extracted by an attacker.
[ 0.0022565333638340235, -0.000974070280790329, -0.005129852797836065, 0.014562162570655346, -0.018323050811886787, -0.02370864525437355, 0.009590267203748226, -0.011026926338672638, 0.031200336292386055, 0.032945387065410614, 0.018789401277899742, 0.024836910888552666, 0.011470711790025234, 0.0012504956685006618, -0.04356613755226135, 0.010838882066309452, -0.014810381457209587, -0.008431913331151009, -0.010131835006177425, 0.012674195691943169, 0.01751069910824299, -0.028041189536452293, -0.04621380567550659, -0.024851955473423004, -0.04546162858605385, 0.0013708440819755197, 0.05710534006357193, -0.042091868817806244, 0.04142995551228523, 0.06607130169868469, -0.026566920801997185, 0.03872211277484894, -0.004629654344171286, -0.04037690535187721, -0.006502577103674412, -0.023949341848492622, 0.03842124342918396, -0.03457009047269821, -0.03049328923225403, -0.009048699401319027, -0.0330958254635334, -0.019661927595734596, -0.005716551560908556, -0.046033281832933426, -0.056232813745737076, 0.005641333758831024, 0.01398298516869545, 0.011944583617150784, -0.02188837341964245, 0.015555037185549736, 0.02903406322002411, 0.0421520434319973, 0.03763897716999054, -0.0010737337870523334, -0.060745880007743835, 0.0019039501203224063, 0.02506256476044655, -0.04118925705552101, -0.019782276824116707, 0.006073835771530867, 0.014140943065285683, -0.025889961048960686, 0.013772375881671906, -0.0000012083324918421567, -0.017706265673041344, 0.02584482915699482, -0.01656295545399189, 0.011643712408840656, -0.031200336292386055, 0.007800084073096514, -0.03658592700958252, 0.020880455151200294, -0.04266352578997612, -0.009635398164391518, -0.03923359513282776, 0.008462000638246536, -0.024310387670993805, 0.014043159782886505, 0.0002846522838808596, 0.05683455616235733, -0.03219320997595787, 0.027875710278749466, 0.026175787672400475, 0.002993667731061578, -0.011959627270698547, 0.013065328821539879, 0.05009504407644272, 0.016277126967906952, 0.01220032386481762, -0.006848578806966543, -0.007393907755613327, 0.030252590775489807, -0.0570150762796402, -0.0032381254713982344, 0.010914100334048271, 0.056533683091402054, -0.018503574654459953, 0.03833097964525223, -0.032403819262981415, 0.03432939574122429, 0.019977843388915062, 0.03697706013917923, -0.07311168313026428, 0.033848002552986145, -0.012937458232045174, 0.04136978089809418, 0.02462630160152912, -0.014629858545958996, -0.04320509359240532, -0.022068897262215614, -0.012170236557722092, -0.04425814375281334, -0.040617600083351135, -0.05839908495545387, -0.04892164468765259, -0.03760889172554016, 0.023482991382479668, 0.011433103121817112, 0.021045934408903122, -0.004385196603834629, -0.006874904967844486, -0.06372450292110443, -0.0011592940427362919, 0.009778311476111412, 0.01642756350338459, 0.01869914121925831, 0.014313943684101105, 0.01976723223924637, -0.001258957665413618, 0.016066517680883408, 0.043415702879428864, 0.025468740612268448, -0.03297547623515129, 0.047116417437791824, -0.03171181678771973, 0.007570669520646334, 0.0268828347325325, 0.019300881773233414, 0.03454000502824783, -0.022610465064644814, -0.04507049545645714, 0.004133217036724091, 0.0013238328974694014, 0.09898660331964493, -0.010808794759213924, -0.007694778963923454, 0.03150120750069618, -0.005536028649657965, -0.009830963797867298, 0.021527329459786415, -0.027394315227866173, -0.0543072372674942, 0.011703887023031712, 0.023016640916466713, 0.0018024060409516096, 0.024445779621601105, -0.0688994899392128, 0.005393114872276783, 0.00802573747932911, 0.005257722921669483, -0.041790999472141266, 0.031741902232170105, -0.01564529910683632, 0.04759781062602997, -0.02731909789144993, 0.008890741504728794, -0.05220114067196846, -0.05063661187887192, -0.00043109190301038325, -0.016247041523456573, 0.03547270596027374, 0.03216312453150749, -0.022159159183502197, -0.032644517719745636, 0.04991452023386955, -0.012155193835496902, 0.006833535619080067, -0.012335715815424919, 0.035442616790533066, 0.012388368137180805, 0.02691292203962803, 0.06203962489962578, 0.011906974948942661, 0.06661286950111389, -0.028973888605833054, -0.012395890429615974, 0.011192405596375465, -0.009281874634325504, -0.03565322980284691, -0.012689239345490932, 0.059422045946121216, 0.010086704045534134, -0.05608237907290459, 0.008093433454632759, 0.008913307450711727, 0.001709324074909091, -0.07419481873512268, 0.02224941924214363, 0.017962006852030754, -0.0553903728723526, -0.013524156995117664, 0.0028037428855895996, 0.00021213764557614923, 0.03351704403758049, -0.008484565652906895, -0.02995171956717968, 0.029590675607323647, 0.0004560078086797148, -0.06956140697002411, 0.030703898519277573, 0.05370549485087395, 0.010823838412761688, -0.013343634083867073, 0.011583538725972176, 0.023136990144848824, -0.023874124512076378, -0.05063661187887192, 0.011335319839417934, 0.006449924781918526, 0.0279659703373909, -0.03806019574403763, 0.024174995720386505, -0.009898659773170948, 0.04467936232686043, 0.01231315080076456, 0.01842835545539856, 0.019541580229997635, -0.013862636871635914, -0.0025103935040533543, -0.029485370963811874, 0.02558908984065056, -0.03375773876905441, -0.0154346888884902, 0.01748061180114746, -0.03285512700676918, -0.04744737595319748, 0.0410689078271389, -0.010929143987596035, 0.007694778963923454, 0.04780841991305351, 0.008281477726995945, 0.03628505766391754, 0.017946962267160416, 0.005223874934017658, -0.007608278654515743, -0.03787967562675476, 0.020699933171272278, -0.03216312453150749, 0.008492087945342064, 0.025483783334493637, -0.036495666950941086, 0.05614255368709564, 0.004050477407872677, 0.005930921994149685, -0.04482979699969292, 0.008687653578817844, 0.017691222950816154, 0.016066517680883408, -0.033456869423389435, 0.008732784539461136, -0.002869558287784457, 0.022986553609371185, -0.029485370963811874, -0.03613462299108505, 0.03126050904393196, -0.017585916444659233, 0.05563107132911682, 0.016081562265753746, -0.05698499083518982, -0.055450547486543655, -0.05487889423966408, -0.038631852716207504, -0.08201746642589569, 0.02214411459863186, -0.043415702879428864, 0.0011019405210390687, -0.02092558704316616, -0.03577357530593872, 0.024295343086123466, 0.009138960391283035, 0.004723676480352879, 0.029876502230763435, -0.024581171572208405, 0.002809384139254689, -0.00980839878320694, 0.007521778345108032, 0.0002183666219934821, 0.00672446982935071, 0.03381791338324547, 0.021422024816274643, -0.05156930908560753, 0.0075255390256643295, -0.01007918268442154, -0.007220907136797905, -0.007973085157573223, -0.014727641828358173, 0.05686464160680771, 0.015600168146193027, -0.017525743693113327, 0.02343786135315895, -0.0013445178046822548, -0.03270469233393669, 0.017661135643720627, 0.0009350510663352907, -0.019962798804044724, 0.012478630058467388, -0.04040699079632759, 0.014870555140078068, 0.021828200668096542, 0.037187669426202774, 0.010914100334048271, 0.06516868621110916, -0.04561206325888634, 0.0038003784138709307, -0.0397149883210659, 0.05057643726468086, 0.009364613331854343, -0.01737530715763569, -0.012463586404919624, -0.020970717072486877, 0.013697157613933086, -0.00781512726098299, -0.023227250203490257, -0.0010342445457354188, 0.004874112084507942, 0.030403027310967445, -0.015209035016596317, -0.06522885710000992, -0.010823838412761688, 0.0344497449696064, 0.021166283637285233, -0.027484577149152756, -0.02807127684354782, 0.0020289996173232794, -0.0028018623124808073, -0.01812748610973358, 0.02969598025083542, 0.02014332264661789, -0.01231315080076456, 0.0008400885853916407, 0.0028940041083842516, -0.041520215570926666, 0.04142995551228523, 0.01118488423526287, -0.00044590039760805666, 0.01960175298154354, -0.03460017964243889, -0.02306177094578743, 0.002777416491881013, -0.05144896358251572, 0.005043352022767067, 0.02625100500881672, -0.005979813635349274, 0.003789095673710108, -0.02542361058294773, 0.04819955304265022, -0.030658768489956856, -0.004821459762752056, -0.0270182266831398, 0.023783862590789795, 0.09140464663505554, 0.0493127778172493, 0.012290585786104202, -0.03586383908987045, 0.04690580815076828, -0.014261291362345219, -0.05144896358251572, 0.027003183960914612, 0.056473508477211, -0.013892724178731441, -0.004629654344171286, -0.023798905313014984, -0.04940303787589073, 0.03098972514271736, -0.013727244921028614, -0.04449883848428726, 0.04651467502117157, -0.0008020095992833376, 0.0027962210588157177, -0.0025987743865698576, -0.005171222612261772, -0.004095608368515968, 0.04103882238268852, 0.04461918771266937, -0.005603724624961615, -0.028973888605833054, -0.04359622672200203, -0.011718930676579475, -0.0006811910425312817, 0.003757128259167075, -0.03327634558081627, 0.00940222293138504, 0.027258923277258873, 0.015555037185549736, -0.07244976609945297, -0.012614022009074688, -0.0025837307330220938, 0.01629217155277729, 0.07016314566135406, -0.016066517680883408, 0.019842451438307762, 0.011493276804685593, 0.01764609105885029, -0.002440816955640912, -0.030448157340288162, -0.023287424817681313, -0.029199542477726936, 0.05087730661034584, -0.013599375262856483, 0.013629461638629436, -0.014058203436434269, 0.016397476196289062, 0.035833749920129776, 0.00718705914914608, 0.020985761657357216, 0.015389557927846909, -0.03866193816065788, 0.0012918653665110469, 0.08881715685129166, 0.005724072922021151, -0.00018863209697883576, 0.00019638892263174057, -0.015284253284335136, 0.02771023102104664, 0.06185910478234291, -0.024355517700314522, -0.009815920144319534, -0.0014347791438922286, -0.0022339681163430214, 0.003217440564185381, 0.015675386413931847, -0.008507130667567253, -0.035562966018915176, -0.055330198258161545, -0.04588284716010094, -0.007995650172233582, 0.05181000754237175, -0.025212999433279037, 0.05262235924601555, -0.04488997161388397, -0.01549486257135868, -0.031140161678195, -0.006863622460514307, -0.027589881792664528, -0.01080127339810133, -0.014336508698761463, -0.002307305345311761, 0.035984188318252563, -0.014765250496566296, 0.011621147394180298, 0.006243075709789991, -0.016668260097503662, 0.07004279643297195, -0.03231355920433998, -0.01019200962036848, -0.0026965574361383915, 0.0870119258761406, 0.0035145508591085672, 0.020760107785463333, -0.01001148670911789, -0.012711805291473866, -0.0020271192770451307, -0.04278387501835823, -0.04416787996888161, -0.018067311495542526, 0.03721775859594345, -0.0036518233828246593, -0.00692755775526166, 0.021422024816274643, -0.011899452656507492, 0.013802463188767433, 0.012042366899549961, -0.0037909762468189, -0.01463737990707159, 0.0068222526460886, -0.023874124512076378, 0.007724866271018982, 0.035442616790533066, -0.057586733251810074, 0.0020553257782012224, -0.07545847445726395, 0.041279517114162445, 0.030387982726097107, -0.062220148742198944, -0.002542360918596387, -0.015419645234942436, 0.03141094371676445, 0.03457009047269821, 0.0069689275696873665, 0.05141887441277504, -0.030538419261574745, 0.0283721461892128, 0.012531282380223274, 0.0136445052921772, -0.02358829602599144, 0.011448145844042301, -0.007762474939227104, 0.020714977756142616, 0.035171832889318466, 0.03586383908987045, 0.03721775859594345, -0.005483376327902079, -0.027093444019556046, 0.015855908393859863, 0.008717740885913372, 0.016216954216361046, 0.004091847222298384, 0.00460708886384964, 0.010274749249219894, 0.020880455151200294, 0.0074127125553786755, 0.041790999472141266, -0.031110074371099472, 0.026687268167734146, 0.028026144951581955, 0.007777518592774868, 0.008003171533346176, 0.010064139030873775, -0.0029316130094230175, 0.015171426348388195, -0.029741110280156136, -0.04028664529323578, -0.0033077020198106766, 0.014787815511226654, -0.025002390146255493, 0.05617263913154602, 0.05496915429830551, -0.059813179075717926, -0.07028349488973618, -0.01590103842318058, 0.03375773876905441, -0.022625507786870003, -0.038090284913778305, -0.03953446447849274, -0.006250597536563873, -0.05909108743071556, 0.042603351175785065, -0.015600168146193027, 0.011478233151137829, -0.051870182156562805, -0.026145700365304947, 0.022700726985931396, -0.004159543197602034, 0.010959230363368988, 0.031230423599481583, -0.03986542299389839, 0.06372450292110443, 0.04940303787589073, 0.011553451418876648, 0.002850753953680396, -0.016472693532705307, 0.003176070749759674, 0.06516868621110916, 0.06426607072353363, -0.03751862794160843, 0.003631138475611806, 0.020579585805535316, -0.018608879297971725, 0.007269798777997494, -0.011154796928167343, -0.02625100500881672, 0.01963184028863907, -0.01868409663438797, 0.02598022110760212, 0.02214411459863186, -0.03231355920433998, 0.006983970757573843, -0.012508717365562916, 0.011621147394180298, -0.03881237655878067, -0.020745063200592995, -0.08454478532075882, 0.019646884873509407, -0.0285075381398201, -0.023738732561469078, -0.0015814538346603513, 0.03204277530312538, -0.0655297338962555, -0.006795926485210657, 0.0037684107664972544, 0.019977843388915062, 0.006886187940835953, -0.0004945569089613855, -0.03748854249715805, 0.037157583981752396, -0.04164056479930878, -0.0029617000836879015, 0.07112593203783035, 0.04675537347793579, 0.012095019221305847, -0.0003908974176738411, 0.009056220762431622, -0.01046279352158308, -0.05298340320587158, 0.02477673627436161, 0.036104533821344376, -0.03538244590163231, -0.045642148703336716, 0.0070930365473032, 0.0027078401762992144, -0.03129059821367264, 0.005795530043542385, 0.02876327931880951, -0.042212218046188354, 0.030839290469884872, -0.057977866381406784, -0.06877914071083069, -0.0482296422123909, 0.05806812644004822, 0.0029974286444485188, 0.0072096241638064384, 0.011974670924246311, -0.014404204674065113, 0.0274244025349617, 0.042753785848617554, -0.03646558150649071, -0.0062355538830161095, -0.026958052068948746, 0.035051487386226654, 0.008266434073448181, 0.01839827001094818, -0.0043212613090872765, -0.0027003183495253325, -0.001933097024448216, -0.04173082485795021, -0.046424414962530136, -0.012869762256741524, -0.002811264479532838, 0.02820666879415512, -0.0352620966732502, 0.0000247542884608265, 0.011515842750668526, 0.03261442855000496, 0.03565322980284691, 0.014479422941803932, -0.0032606907188892365, -0.013268416747450829, 0.01975218951702118, 0.013148068450391293, 0.027484577149152756, 0.04994460567831993, 0.019015055149793625, -0.0006938840379007161, -0.06197945028543472, 0.031862251460552216, 0.006220510695129633, 0.011613625101745129, 0.043536052107810974, 0.021798113361001015, -0.0017798407934606075, 0.03020746074616909, 0.015118774026632309, 0.06270154565572739, -0.036766450852155685, 0.009515048936009407, 0.033998437225818634, 0.0038229436613619328, -0.025077607482671738, -0.04332544282078743, -0.010425184853374958, -0.015825821086764336, 0.023287424817681313, -0.01893983781337738, 0.02530326135456562, 0.007912910543382168, 0.031741902232170105, 0.0032324842177331448, -0.0060550314374268055, 0.010568098165094852, -0.04831990227103233, -0.003317104186862707, -0.010921621695160866, 0.040737949311733246, -0.008146085776388645, -0.015404601581394672, -0.03721775859594345, 0.013245850801467896, -0.03354712948203087, 0.028597800061106682, -0.021692808717489243, -0.019015055149793625, 0.00953761488199234, -0.014720119535923004, -0.006160336080938578, -0.06510850787162781, -0.02107602171599865, -0.03481078892946243, -0.020699933171272278, -0.012087497860193253, 0.02903406322002411, -0.018924793228507042, -0.042212218046188354, -0.009311961010098457, -0.040888383984565735, -0.014486944302916527, -0.038511503487825394, -0.03246399387717247, 0.003619855735450983, -0.01576564647257328, 0.010041574016213417, 0.014201116748154163, -0.0036593449767678976, -0.018774358555674553, -0.028447365388274193, -0.016653217375278473, 0.025784654542803764, 0.0471465066075325, -0.018187658861279488, -0.014547118917107582, 0.02316707745194435, -0.004742481280118227, 0.025513870641589165, 0.004923003725707531, 0.012929936870932579, 0.011365407146513462, -0.018623922020196915, -0.019000012427568436, 0.0011470711324363947, -0.006904992274940014, 0.02041410654783249, 0.02041410654783249, -0.0432351790368557, 0.018969925120472908, -0.015043556690216064, 0.0021737939678132534, 0.020308800041675568, -0.05614255368709564, 0.06637217104434967, -0.041941434144973755, 0.03842124342918396, 0.031471118330955505, -0.02637135423719883, -0.01603643037378788, 0.04058751463890076, 0.02464134432375431, -0.006953883916139603, 0.020233582705259323, -0.036074448376894, 0.021226458251476288, -0.04115917161107063, 0.01644260622560978, -0.005554832983762026, 0.024430735036730766, 0.009319483302533627, 0.04831990227103233, -0.005735355895012617, 0.027665099129080772, -0.03935394436120987, 0.013012676499783993, 0.0026138178072869778, 0.020098190754652023, 0.008183694444596767, -0.06583060324192047, 0.018969925120472908, -0.037037234753370285, 0.00692755775526166, -0.046695198863744736, 0.005483376327902079, 0.026401441544294357, 0.02981632761657238, 0.010951709002256393, -0.018473487347364426, -0.03625497221946716, -0.02188837341964245, -0.01125258021056652, -0.010034051723778248, -0.04495014622807503, 0.031200336292386055, 0.03589392453432083, -0.02200872264802456, -0.034239135682582855, -0.0358036644756794, -0.01159106008708477, 0.02515282668173313, 0.019000012427568436, 0.012809588573873043, -0.031741902232170105, -0.042994484305381775, 0.030372940003871918, -0.013742288574576378, 0.00437391409650445, 0.019511492922902107, 0.046725284308195114, -0.015186470001935959, 0.007548104505985975, 0.012019801884889603, -0.011162318289279938, 0.010071661323308945, -0.009176569059491158, -0.00294853700324893, 0.01605147495865822, 0.012614022009074688, -0.034118786454200745, -0.004279891960322857, 0.0019838688895106316, 0.017661135643720627, 0.05885039269924164, -0.01032740157097578, 0.009793355129659176, -0.021692808717489243, 0.03156138211488724, 0.011749017052352428, -0.02927475981414318, -0.031079987064003944, -0.04082821309566498, -0.044709447771310806, -0.004753763787448406, 0.0019312165677547455, -0.005133613478392363, -0.043385617434978485, -0.04037690535187721, -0.0155700808390975, -0.04347587749361992, -0.0052013094536960125, -0.022294551134109497, -0.00959778856486082, 0.04780841991305351, -0.012418455444276333, 0.027003183960914612, -0.011057013645768166, -0.024024559184908867, 0.08899767696857452, 0.0476880744099617, -0.03189234063029289, 0.0007361940224654973, 0.06721460819244385, 0.02226446382701397, -0.03535235673189163, 0.009567702189087868, -0.016367388889193535, -0.007875301875174046, -0.0008344472735188901, 0.019180534407496452, -0.018247833475470543, 0.04320509359240532, 0.02318212017416954, -0.01802217960357666, -0.04546162858605385, 0.016653217375278473, 0.0010521087097004056, 0.05866986885666847, -0.0006266581476666033, -0.012644109316170216, 0.013072850182652473, 0.03008711338043213, -0.01120744924992323, -0.025348391383886337, -0.05193035677075386, 0.031079987064003944, -0.029891546815633774, -0.03189234063029289, 0.0003187353431712836, 0.009484962560236454, 0.027755361050367355, -0.03243390843272209, 0.05078704655170441, -0.014667467214167118, 0.044197969138622284, -0.01787174493074417, -0.04819955304265022, 0.004370152950286865, -0.010959230363368988, -0.029049107804894447, -0.005340462550520897, -0.019105317071080208, -0.02000793069601059, -0.04786859452724457, -0.016984175890684128, -0.061046749353408813, -0.014426770620048046, 0.005077200010418892, 0.00037843946483917534, -0.041670650243759155, 0.05286305770277977, -0.002376881893724203, -0.035442616790533066, -0.012019801884889603, 0.03592401370406151, -0.01961679756641388, -0.003277614712715149, -0.048019032925367355, 0.05656377226114273, -0.0045770020224153996, -0.010184487327933311, -0.0903816893696785, -0.05181000754237175, -0.047357115894556046, -0.0394442044198513, -0.019842451438307762, -0.06986227631568909, -0.03923359513282776, 0.010522967204451561, 0.0004364981723483652, 0.0011451906757429242, 0.051479049026966095, 0.033035650849342346, 0.053735584020614624, 0.020714977756142616, -0.0034995072055608034, 0.010380053892731667, 0.007416473235934973, 0.029996851459145546, -0.013426373712718487, 0.014080768451094627, 0.02518291398882866, 0.029229629784822464, -0.006837296299636364, -0.0061753797344863415, 0.021422024816274643, 0.01484046783298254, -0.03568331524729729, -0.01590103842318058, -0.0043062181212008, -0.050155214965343475, -0.0051148091442883015, 0.0397149883210659, 0.08845610916614532, 0.005133613478392363, -0.03101981244981289, -0.04886147007346153, -0.000218014043639414, -0.048831384629011154, 0.043385617434978485, -0.014411726966500282, -0.0013219525571912527, -0.016683304682374, -0.024024559184908867, 0.031110074371099472, -0.029605718329548836, 0.2659700810909271, 0.011824235320091248, 0.024701518937945366, -0.0029240911826491356, 0.028913715854287148, 0.023934297263622284, 0.005426962859928608, -0.008800480514764786, -0.012914893217384815, 0.025378478690981865, 0.07575935125350952, -0.030418070033192635, 0.02622091770172119, 0.017420437186956406, -0.03685671091079712, 0.0060550314374268055, -0.022324636578559875, -0.019962798804044724, -0.04437848925590515, -0.04928268864750862, -0.024144908413290977, 0.0047311983071267605, 0.022309593856334686, 0.04513067007064819, 0.04831990227103233, -0.000822694506496191, -0.0154346888884902, 0.005660138092935085, -0.0010445868829265237, -0.03529218211770058, 0.016382433474063873, 0.0042009130120277405, 0.009108873084187508, -0.02372368797659874, -0.016863826662302017, 0.0344497449696064, -0.0001934507308760658, 0.0010596305364742875, -0.021512284874916077, 0.03529218211770058, -0.0022922619245946407, -0.030433114618062973, -0.01854870468378067, -0.05936187133193016, 0.022610465064644814, 0.005269005428999662, -0.02915441244840622, 0.013636983931064606, 0.08671105653047562, 0.009319483302533627, -0.030177373439073563, 0.0031967556569725275, 0.004185869358479977, -0.008070867508649826, 0.01880444586277008, 0.012305629439651966, 0.008499609306454659, 0.003668747376650572, 0.030673811212182045, 0.01417103037238121, 0.011831756681203842, 0.03457009047269821, -0.009815920144319534, -0.005979813635349274, -0.03508157283067703, 0.025619177147746086, 0.00827395636588335, 0.05388601869344711, -0.032133035361766815, -0.012079975567758083, 0.005667659919708967, -0.052923232316970825, 0.013614417985081673, -0.018503574654459953, -0.008507130667567253, 0.02862788736820221, 0.0170894805341959, 0.025769611820578575, 0.016683304682374, -0.028657974675297737, 0.011771582998335361, 0.029455283656716347, -0.05496915429830551, 0.01868409663438797, 0.033848002552986145, 0.04091847315430641, -0.02941015176475048, 0.001171516953036189, 0.011636191047728062, 0.046845633536577225, 0.002217044122517109, 0.013298504054546356, 0.031140161678195, 0.003982781432569027, 0.02440064772963524 ]
9845_18
Misplaced trust in developers Package management systems such as npm and Bower are popular with JavaScript developers. Such systems allow a developer to easily manage their program's dependencies upon other developers' program libraries. Developers trust that the maintainers of the libraries will keep them secure and up to date, but that is not always the case. A vulnerability has emerged because of this blind trust. Relied-upon libraries can have new releases that cause bugs or vulnerabilities to appear in all programs that rely upon the libraries. Inversely, a library can go unpatched with known vulnerabilities out in the wild. In a study done looking over a sample of 133k websites, researchers found 37% of the websites included a library with at least one known vulnerability. "The median lag between the oldest library version used on each website and the newest available version of that library is 1,177 days in ALEXA, and development of some libraries still in active use ceased years ago." Another possibility is that the maintainer of a library may remove the library entirely. This occurred in March 2016 when Azer Koçulu removed his repository from npm. This caused tens of thousands of programs and websites depending upon his libraries to break. Browser and plugin coding errors JavaScript provides an interface to a wide range of browser capabilities, some of which may have flaws such as buffer overflows. These flaws can allow attackers to write scripts that would run any code they wish on the user's system. This code is not by any means limited to another JavaScript application. For example, a buffer overrun exploit can allow an attacker to gain access to the operating system's API with superuser privileges. These flaws have affected major browsers including Firefox, Internet Explorer, and Safari. Plugins, such as video players, Adobe Flash, and the wide range of ActiveX controls enabled by default in Microsoft Internet Explorer, may also have flaws exploitable via JavaScript (such flaws have been exploited in the past). In Windows Vista, Microsoft has attempted to contain the risks of bugs such as buffer overflows by running the Internet Explorer process with limited privileges. Google Chrome similarly confines its page renderers to their own "sandbox".
[ -0.0042889597825706005, -0.01345242839306593, -0.0034182399976998568, 0.01656268537044525, -0.029459981247782707, 0.0075170863419771194, -0.013832655735313892, -0.029931463301181793, 0.04310252517461777, 0.037201400846242905, 0.0009515178971923888, -0.02549041248857975, 0.018372565507888794, -0.04930782690644264, -0.053779296576976776, 0.007292752619832754, -0.01822047494351864, 0.03044857271015644, -0.05238006263971329, 0.017338348552584648, 0.07665374875068665, -0.026539839804172516, -0.060684219002723694, -0.0013469539117068052, -0.047665245831012726, 0.026144403964281082, 0.02111019939184189, -0.04626601189374924, 0.04261583462357521, 0.0679541528224945, 0.026144403964281082, -0.0016834547277539968, -0.025034140795469284, -0.01345242839306593, -0.0016064587980508804, -0.022980915382504463, 0.024212850257754326, -0.0064600552432239056, -0.027315502986311913, -0.05682111158967018, 0.008691987954080105, -0.06278306990861893, -0.010311754420399666, -0.054631005972623825, -0.027041738852858543, -0.016091203317046165, 0.051437098532915115, -0.006349789444357157, -0.001436307211406529, -0.00652469415217638, 0.01521668117493391, 0.04094283655285835, -0.015695767477154732, -0.032030317932367325, -0.007353588938713074, -0.01674519293010235, -0.012060797773301601, -0.00775662949308753, -0.022707151249051094, -0.005254736170172691, 0.0229352880269289, 0.05307967960834503, 0.00013616876094602048, -0.05274507775902748, 0.01683644764125347, 0.049155738204717636, 0.008220505900681019, 0.0008331722347065806, -0.0179315023124218, 0.03826603665947914, -0.006809864193201065, 0.0642431378364563, -0.028745155781507492, -0.03507213294506073, -0.03583258390426636, -0.004596943501383066, 0.025992313399910927, 0.045079704374074936, 0.018007546663284302, 0.0475739911198616, -0.006277546752244234, 0.012653952464461327, -0.005463860929012299, 0.00781746581196785, -0.02401513233780861, 0.005958155728876591, 0.03948276489973068, 0.03333829715847969, -0.043376289308071136, 0.033429551869630814, -0.029612073674798012, 0.013383987359702587, -0.0010266127064824104, 0.04431924968957901, 0.02199232578277588, 0.054631005972623825, -0.030889635905623436, -0.007638758979737759, -0.01822047494351864, 0.00041040743235498667, 0.0067642368376255035, 0.058402854949235916, -0.02580980397760868, 0.02091248147189617, -0.00358363869599998, 0.011999961920082569, 0.017901083454489708, 0.013802237808704376, -0.04699604958295822, -0.039878200739622116, -0.01879841834306717, 0.012980947270989418, -0.03452460467815399, -0.013140642084181309, 0.013383987359702587, -0.012669160962104797, 0.006509484723210335, 0.021642517298460007, -0.010410613380372524, 0.0045018866658210754, 0.02031932771205902, -0.034342095255851746, 0.005091238301247358, -0.036380112171173096, 0.04702646657824516, 0.02313300594687462, -0.007794652134180069, 0.04054740071296692, 0.0023383956868201494, 0.0031672902405261993, 0.01858549192547798, 0.015239494852721691, -0.025916267186403275, 0.03449418768286705, -0.010349776595830917, -0.006433439441025257, 0.04629642888903618, 0.006562716793268919, 0.033216625452041626, -0.04255499690771103, -0.022250879555940628, 0.010380195453763008, -0.018159637227654457, 0.0856575220823288, -0.030068345367908478, 0.004612152464687824, -0.003743333974853158, -0.008798451162874699, 0.0011036086361855268, 0.03531547635793686, -0.039513181895017624, -0.015832649543881416, 0.04580973833799362, -0.003313677618280053, -0.0382356196641922, -0.006722412072122097, -0.04027363657951355, 0.00955890491604805, 0.04614434018731117, -0.020197654142975807, -0.02316342480480671, 0.039878200739622116, -0.012859274633228779, 0.02900370955467224, -0.058037836104631424, 0.013695773668587208, -0.05180211737751961, -0.06025836244225502, 0.03656262159347534, 0.005117854569107294, 0.03446376696228981, 0.03272993490099907, -0.0632089227437973, -0.01714063063263893, 0.06783248484134674, -0.009825063869357109, -0.004832684062421322, -0.022767988964915276, 0.021840235218405724, 0.005026599857956171, -0.014136836864054203, 0.04803026467561722, 0.004030405543744564, 0.05569564178586006, 0.003946755547076464, 0.013581706210970879, 0.0007899214397184551, -0.027589265257120132, -0.027695728465914726, -0.008783241733908653, 0.03863105550408363, 0.030205227434635162, -0.04888197407126427, 0.0023098785895854235, -0.00268250098451972, -0.001886876067146659, -0.08145981281995773, 0.04526221379637718, 0.04541430249810219, -0.06600739061832428, -0.0182661022990942, -0.01589348539710045, 0.0033840197138488293, 0.023665323853492737, -0.003342194715514779, -0.0032224231399595737, 0.025672921910881996, 0.03276035189628601, -0.051437098532915115, 0.014060791581869125, 0.05669943988323212, 0.004615955054759979, -0.01969575509428978, -0.021307917311787605, 0.03774892911314964, -0.03857021778821945, -0.018114009872078896, 0.007247125264257193, -0.012638743035495281, 0.05353594943881035, -0.026144403964281082, 0.05393138527870178, 0.002494288608431816, 0.018889673054218292, -0.026798393577337265, 0.027285084128379822, 0.0006083630723878741, -0.007277543190866709, -0.035224221646785736, -0.0555739663541317, -0.001414444181136787, -0.009399209171533585, -0.045079704374074936, 0.03254742547869682, -0.020684344694018364, 0.01288208831101656, 0.029034128412604332, -0.004228123463690281, -0.011254716664552689, 0.04395423084497452, -0.006326976232230663, 0.02434973232448101, -0.01359691470861435, 0.041916217654943466, -0.028167210519313812, -0.033429551869630814, 0.012501860968768597, -0.011437226086854935, -0.0018383972346782684, 0.0910719558596611, -0.048577792942523956, 0.05852452665567398, 0.013999955728650093, 0.0024828817695379257, -0.00128421641420573, -0.023863041773438454, 0.01882883720099926, 0.02313300594687462, -0.04772608354687691, -0.024167222902178764, 0.015619722194969654, -0.014547482132911682, -0.007775640580803156, -0.0417945422232151, 0.006399218924343586, -0.0056083472445607185, 0.05928498134016991, 0.03933067247271538, -0.03641052916646004, -0.033216625452041626, -0.05767282098531723, -0.016015158966183662, -0.03966527432203293, 0.0072129047475755215, -0.05012911930680275, 0.03902649134397507, -0.012638743035495281, -0.044197577983140945, 0.03218240663409233, -0.01995430886745453, 0.0005047512240707874, 0.013543683104217052, -0.0019619709346443415, 0.0018155835568904877, 0.025323113426566124, 0.017825039103627205, -0.01404558215290308, 0.03790102154016495, 0.01913301832973957, 0.014395391568541527, -0.037536002695560455, 0.01374140102416277, -0.0009534190176054835, 0.006992373149842024, 0.018053174018859863, -0.008296551182866096, 0.0031520812772214413, 0.04775650054216385, -0.012243307195603848, -0.02517102286219597, -0.012136843055486679, -0.044167160987854004, 0.01770336553454399, -0.00141349365003407, -0.02261589840054512, 0.04894280806183815, -0.05977167189121246, 0.007847883738577366, 0.032577842473983765, 0.01914822869002819, -0.07038760930299759, 0.030022718012332916, -0.03595425933599472, -0.02754363790154457, -0.03826603665947914, 0.04635726660490036, 0.019178645685315132, 0.00883647333830595, -0.017262302339076996, -0.016060784459114075, -0.01421288214623928, -0.03306453302502632, -0.03945234417915344, -0.018479028716683388, -0.017536066472530365, 0.03330788016319275, -0.009779436513781548, -0.06436481326818466, 0.002576037310063839, -0.0026349725667387247, -0.040456146001815796, 0.0133383609354496, -0.021916279569268227, 0.01231174822896719, 0.0003255693009123206, 0.00035503690014593303, -0.003684398951008916, 0.03012918122112751, -0.01568055897951126, -0.00380036816932261, 0.013672959990799427, 0.0030798381194472313, 0.048516955226659775, -0.00397717347368598, 0.014897290617227554, 0.010311754420399666, -0.003212917596101761, -0.0747678205370903, 0.03948276489973068, -0.04145994409918785, -0.006969559472054243, 0.02170335315167904, -0.006148269400000572, 0.03452460467815399, -0.0365322045981884, 0.07263854891061783, -0.034920040518045425, 0.0024239467456936836, 0.00398858031257987, -0.003973371349275112, -0.0018992334371432662, 0.04051697999238968, 0.005494278855621815, -0.0052129109390079975, 0.05411389470100403, -0.031391534954309464, -0.06165759637951851, 0.02375657856464386, 0.03917858377099037, -0.04319377988576889, 0.003256643656641245, -0.016136830672621727, -0.03181738778948784, -0.0041444734670221806, -0.001392581150867045, -0.0049125319346785545, 0.03014438971877098, -0.008342178538441658, 0.0030703323427587748, -0.02518623135983944, -0.01741439290344715, 0.001109312055632472, 0.03701889514923096, 0.02550562284886837, -0.0317869707942009, -0.04599224776029587, -0.03939151018857956, -0.009224304929375648, -0.036319274455308914, 0.005482872482389212, -0.05560438707470894, -0.014296532608568668, -0.011619734577834606, -0.022190043702721596, -0.04258541390299797, -0.04723939299583435, 0.0005080781993456185, 0.01520147267729044, -0.0008973355288617313, -0.0003034686087630689, 0.015695767477154732, -0.04225081577897072, -0.026281284168362617, 0.012638743035495281, 0.003431547898799181, 0.011939125135540962, -0.03613676875829697, 0.030844008550047874, 0.00924711860716343, -0.014532272703945637, 0.018722373992204666, 0.024745168164372444, 0.026585467159748077, 0.017460020259022713, -0.010593121871352196, -0.01910260133445263, -0.008859287016093731, -0.03166529908776283, 0.05977167189121246, 0.001298474962823093, 0.010661562904715538, -0.03555882349610329, -0.018479028716683388, 0.025079768151044846, 0.05481351166963577, -0.05825076624751091, -0.0034125365782529116, 0.028608273714780807, -0.024288896471261978, 0.03224324434995651, 0.0063573941588401794, 0.014737595804035664, -0.04380214214324951, -0.022387761622667313, -0.02579459547996521, 0.019939100369811058, 0.056060656905174255, -0.017231883481144905, -0.00398858031257987, -0.056638602167367935, 0.003749037394300103, 0.040456146001815796, 0.016304129734635353, -0.0301596000790596, 0.02637253887951374, 0.0222660880535841, 0.037840183824300766, 0.038083527237176895, 0.025277486070990562, 0.021870652213692665, 0.04985535517334938, -0.04091241583228111, 0.06825833767652512, -0.015787022188305855, 0.027923865243792534, -0.05569564178586006, 0.08383243530988693, -0.02120145410299301, 0.03160446137189865, 0.006095037795603275, 0.015832649543881416, -0.009771832264959812, -0.02200753428041935, -0.05040287971496582, -0.027939073741436005, 0.020517045632004738, -0.03945234417915344, -0.022250879555940628, 0.029018918052315712, 0.0377185121178627, -0.012859274633228779, 0.04285917803645134, -0.028167210519313812, -0.015262308530509472, 0.0049923793412745, -0.02109498903155327, -0.0006211957661435008, 0.03501129522919655, -0.013703377917408943, 0.02463870495557785, -0.03391624242067337, 0.04523179680109024, 0.038904819637537, -0.018646327778697014, -0.03473753109574318, 0.007353588938713074, 0.008752823807299137, -0.005684392526745796, -0.003074134700000286, 0.04206830635666847, -0.01910260133445263, 0.019209064543247223, 0.03136111795902252, 0.007087429985404015, -0.0005670133978128433, -0.017155839130282402, -0.016288921236991882, -0.028638692572712898, 0.03303411602973938, 0.012988551519811153, 0.023026542738080025, -0.052562568336725235, -0.0353458933532238, 0.0036672886926680803, 0.030494200065732002, 0.009520881809294224, 0.005049413535743952, -0.0010779433650895953, -0.004441050346940756, 0.0022148217540234327, -0.0358630046248436, -0.007152068428695202, -0.006190094165503979, 0.02348281443119049, 0.01685165800154209, -0.02031932771205902, 0.007855487987399101, 0.013345965184271336, -0.022159624844789505, 0.03239533305168152, 0.03881356492638588, -0.04006071016192436, -0.018676746636629105, 0.02203795313835144, -0.04818235710263252, 0.08760428428649902, 0.016882074996829033, -0.044197577983140945, -0.03714056685566902, -0.0331253707408905, -0.013771818950772285, -0.06533819437026978, -0.02842576429247856, -0.016136830672621727, 0.0010114036267623305, -0.016897285357117653, 0.03561965748667717, -0.004730022978037596, -0.0703267753124237, -0.030220435932278633, -0.010022781789302826, 0.04514054208993912, 0.005167284049093723, 0.0030703323427587748, 0.048577792942523956, -0.0406082347035408, 0.036349695175886154, 0.05420514941215515, -0.013102619908750057, 0.018342146649956703, -0.04054740071296692, 0.05478309467434883, 0.03425084054470062, 0.02555125020444393, -0.044136740267276764, 0.00716727739199996, 0.010547494515776634, 0.004547514021396637, 0.04918615520000458, 0.02091248147189617, -0.05593898519873619, 0.05612149462103844, -0.04021279886364937, -0.010691980831325054, -0.014920104295015335, -0.0007637808448635042, -0.05049413442611694, 0.002653983887284994, 0.00522051565349102, -0.020638717338442802, 0.031421951949596405, -0.061900943517684937, 0.03528505936264992, 0.00855510588735342, 0.0059087262488901615, -0.015239494852721691, -0.024395359680056572, -0.06996175646781921, 0.002800371265038848, 0.007186288945376873, -0.01765773817896843, 0.011596920900046825, 0.01621287688612938, -0.04234207049012184, 0.022752778604626656, -0.018098801374435425, 0.024182433262467384, 0.03452460467815399, 0.055756475776433945, 0.011604526080191135, -0.017201466485857964, -0.012691974639892578, 0.002480980707332492, -0.03972610831260681, 0.016577893868088722, 0.013695773668587208, 0.02406075969338417, -0.009155863896012306, 0.025703340768814087, 0.01073000393807888, -0.01884404569864273, 0.0069277347065508366, 0.046205174177885056, -0.04778692126274109, 0.007247125264257193, -0.006581727880984545, -0.0669807717204094, -0.06022794544696808, 0.040699489414691925, 0.013672959990799427, -0.008091229014098644, 0.009779436513781548, -0.005539906211197376, 0.004612152464687824, 0.01764252968132496, -0.03498087823390961, -0.029049336910247803, -0.034889623522758484, 0.009749018587172031, -0.0324561707675457, -0.0030874426010996103, 0.036897219717502594, 0.01378702837973833, -0.04836486652493477, -0.029353518038988113, -0.00867677852511406, 0.015741394832730293, 0.005718613043427467, -0.021627306938171387, -0.03446376696228981, -0.022190043702721596, -0.03437251225113869, 0.01736876554787159, 0.042980849742889404, 0.027939073741436005, 0.01939157396554947, 0.005186295136809349, 0.004315575584769249, 0.011087416671216488, 0.046509359031915665, 0.06789331883192062, -0.005296560935676098, -0.017216674983501434, -0.019863054156303406, 0.017155839130282402, 0.016866866499185562, -0.009779436513781548, 0.08760428428649902, 0.00462736189365387, 0.016897285357117653, 0.029338309541344643, 0.039574019610881805, 0.06734579056501389, -0.0019695754162967205, 0.020760390907526016, 0.03419000655412674, -0.03166529908776283, -0.034342095255851746, -0.011961938813328743, -0.029779372736811638, -0.014950522221624851, 0.049155738204717636, -0.027467593550682068, 0.03765767440199852, 0.0026939078234136105, 0.016593102365732193, 0.010045595467090607, -0.004513293504714966, -0.01407600101083517, -0.05937623605132103, 0.028045538812875748, 0.03148278966546059, -0.0026216646656394005, 0.023650115355849266, 0.00910263229161501, -0.03796185553073883, -0.024517031386494637, -0.03498087823390961, 0.008509478531777859, -0.036380112171173096, -0.045596811920404434, -0.009939132258296013, 0.03130028024315834, -0.03422042354941368, -0.07148265838623047, -0.03130028024315834, -0.02755884826183319, -0.043558795005083084, -0.0065361009910702705, -0.03428126126527786, -0.028288884088397026, -0.02057788148522377, 0.02351323328912258, -0.021323125809431076, 0.012509466148912907, -0.02778698317706585, -0.011999961920082569, 0.018129220232367516, 0.0007747123599983752, 0.0031882028561085463, 0.004730022978037596, 0.03136111795902252, -0.0034068331588059664, -0.011125439777970314, -0.026463793590664864, -0.014676759019494057, 0.03826603665947914, -0.0017899182857945561, -0.0014809839194640517, 0.016608312726020813, 0.0031710925977677107, 0.002958165481686592, 0.010714794509112835, 0.009117841720581055, 0.024577869102358818, -0.03516338765621185, 0.0048935203813016415, 0.017460020259022713, -0.006433439441025257, 0.025064559653401375, 0.023056961596012115, 0.002140677534043789, 0.008714800700545311, 0.006414428353309631, -0.020471418276429176, 0.042098723351955414, -0.018402982503175735, 0.026828812435269356, -0.029323101043701172, 0.01794671081006527, -0.014593109488487244, -0.021870652213692665, -0.04383255913853645, 0.025231858715415, 0.03276035189628601, -0.0036882010754197836, 0.029490400105714798, -0.005060820374637842, -0.011923916637897491, -0.03501129522919655, 0.051406681537628174, 0.06235721707344055, 0.029110172763466835, -0.006954350508749485, -0.016958121210336685, 0.013650146313011646, 0.020334536209702492, -0.06734579056501389, 0.002292768331244588, -0.009406814351677895, -0.01736876554787159, 0.0317869707942009, -0.06533819437026978, 0.03309495002031326, -0.012463838793337345, 0.004072230309247971, -0.04425841569900513, 0.03400749713182449, 0.012372584082186222, 0.01144483033567667, 0.03860063850879669, 0.02171856164932251, 0.0062167104333639145, -0.008920123800635338, 0.002849800745025277, -0.0073916115798056126, -0.0487603023648262, -0.018053174018859863, 0.07008342444896698, 0.009939132258296013, 0.010182476602494717, -0.03236491605639458, -0.007901115342974663, -0.0017680552555248141, -0.019893473014235497, -0.011977148242294788, -0.003813676070421934, -0.019345946609973907, 0.04380214214324951, -0.032334499061107635, 0.03242575377225876, -0.023391559720039368, 0.053201351314783096, -0.009034192189574242, 0.02605314925312996, -0.02929268218576908, 0.04657019302248955, 0.026007521897554398, -0.004091241862624884, 0.002038016216829419, 0.018463820219039917, 0.006269942037761211, -0.036319274455308914, 0.008030392229557037, 0.014836454764008522, 0.04660061374306679, 0.045657649636268616, 0.026250867173075676, -0.025383949279785156, -0.01972617208957672, 0.04754357412457466, -0.02526227757334709, -0.03333829715847969, -0.020106399431824684, -0.007737617939710617, -0.05067664384841919, 0.0006230968865565956, -0.01887446455657482, 0.046539776027202606, 0.001363113522529602, -0.040425725281238556, 0.02723945677280426, -0.03525463864207268, 0.01304938830435276, 0.023558860644698143, -0.03732307627797127, 0.03936108946800232, -0.02868431992828846, 0.02170335315167904, -0.030828798189759254, -0.05873745679855347, 0.08334574103355408, 0.0017176751280203462, -0.005395419895648956, -0.04124701768159866, 0.08024308830499649, 0.03037252649664879, -0.05420514941215515, -0.00659693730995059, -0.005102645140141249, -0.002929648384451866, 0.011885893531143665, -0.024745168164372444, -0.0011539887636899948, 0.04346754029393196, 0.01507219485938549, -0.024790795519948006, -0.035467568784952164, 0.01598474010825157, 0.01549044530838728, 0.03011397272348404, 0.012980947270989418, -0.03884398192167282, -0.0007585526909679174, -0.0003875938127748668, 0.01770336553454399, -0.050859153270721436, -0.060440871864557266, 0.025049349293112755, -0.008030392229557037, -0.025277486070990562, -0.028380136936903, 0.004828881938010454, -0.023939087986946106, -0.04173370823264122, 0.029703326523303986, -0.022737570106983185, 0.012729997746646404, 0.016729984432458878, -0.005969562567770481, -0.020790807902812958, 0.018342146649956703, -0.03276035189628601, -0.020075982436537743, -0.0043574003502726555, -0.022433388978242874, 0.018022757023572922, -0.021627306938171387, -0.0713609904050827, -0.00812164694070816, 0.0036805965937674046, -0.013292733579874039, 0.016167249530553818, 0.006688191555440426, 0.01857028342783451, -0.029703326523303986, -0.0312698632478714, 0.03939151018857956, -0.006076026242226362, -0.00925472378730774, -0.06284390389919281, 0.021885862573981285, 0.00616347836330533, -0.030798381194472313, -0.03814436495304108, 0.009650159627199173, -0.03860063850879669, -0.01156650297343731, 0.02285924181342125, -0.010403008200228214, -0.07257771492004395, 0.005452454090118408, 0.015710975974798203, -0.02518623135983944, 0.013064596801996231, 0.050585389137268066, 0.06600739061832428, 0.018083592876791954, -0.04663103073835373, 0.010623540729284286, 0.03650178387761116, 0.03443334996700287, -0.010250917635858059, -0.0061254557222127914, -0.00941441860049963, -0.00278516230173409, 0.016593102365732193, -0.006026596762239933, 0.0033593049738556147, 0.0033954265527427197, -0.026494212448596954, 0.004570327699184418, 0.004414434544742107, -0.04790859296917915, -0.013277524150907993, 0.01301896944642067, 0.0497945174574852, 0.010555099695920944, -0.014851663261651993, -0.0486082099378109, -0.018676746636629105, -0.06260056048631668, 0.040669072419404984, -0.024425778537988663, -0.02605314925312996, 0.011292739771306515, -0.028882037848234177, 0.038691893219947815, -0.05244089663028717, 0.27303335070610046, 0.023939087986946106, 0.015117822214961052, 0.034342095255851746, 0.02865390107035637, 0.05040287971496582, 0.017262302339076996, -0.022068370133638382, 0.001617865520529449, -0.02545999549329281, 0.025657713413238525, -0.0248972587287426, 0.025368740782141685, 0.010912512429058552, 0.0048212772235274315, -0.007171079982072115, -0.03887440264225006, 0.01422048732638359, -0.03762725740671158, -0.05125458911061287, -0.039543598890304565, -0.015087404288351536, 0.02285924181342125, 0.008136856369674206, 0.011718593537807465, -0.016075994819402695, -0.016136830672621727, -0.007045604754239321, 0.010828862898051739, -0.03978694602847099, 0.00006778733222745359, 0.002596949925646186, 0.02231171540915966, -0.02553603984415531, 0.009779436513781548, 0.056364838033914566, -0.0036026500165462494, 0.034037914127111435, -0.006699598394334316, 0.015566490590572357, 0.02815200202167034, -0.02603793889284134, -0.0382356196641922, -0.03248658776283264, 0.04577932134270668, 0.015817439183592796, 0.0037167181726545095, -0.04839528352022171, 0.05560438707470894, 0.022144416347146034, 0.013984746299684048, -0.0012357374653220177, -0.002893526805564761, -0.006041805725544691, -0.010250917635858059, 0.028486602008342743, 0.019787009805440903, 0.012623533606529236, 0.019802218303084373, -0.01190110296010971, 0.001211022725328803, 0.0017233785474672914, -0.012859274633228779, 0.06326975673437119, 0.0016454319702461362, -0.009057004936039448, 0.01822047494351864, 0.021672934293746948, -0.047087300568819046, -0.016942910850048065, -0.0041254619136452675, 0.00017953840142581612, -0.018174847587943077, -0.059832509607076645, 0.008403015322983265, -0.010547494515776634, 0.01505698636174202, 0.03814436495304108, 0.05530020222067833, -0.012912506237626076, 0.012030379846692085, 0.03711014613509178, -0.023330723866820335, 0.028608273714780807, 0.024243269115686417, 0.039878200739622116, -0.0203041173517704, -0.013505659997463226, -0.019467618316411972, 0.0306767076253891, -0.029642490670084953, 0.029688118025660515, 0.016441011801362038, -0.03656262159347534, 0.012220493517816067 ]
9845_19
Sandbox implementation errors Web browsers are capable of running JavaScript outside the sandbox, with the privileges necessary to, for example, create or delete files. Such privileges are not intended to be granted to code from the Web. Incorrectly granting privileges to JavaScript from the Web has played a role in vulnerabilities in both Internet Explorer and Firefox. In Windows XP Service Pack 2, Microsoft demoted JScript's privileges in Internet Explorer. Microsoft Windows allows JavaScript source files on a computer's hard drive to be launched as general-purpose, non-sandboxed programs (see: Windows Script Host). This makes JavaScript (like VBScript) a theoretically viable vector for a Trojan horse, although JavaScript Trojan horses are uncommon in practice. Hardware vulnerabilities In 2015, a JavaScript-based proof-of-concept implementation of a rowhammer attack was described in a paper by security researchers. In 2017, a JavaScript-based attack via browser was demonstrated that could bypass ASLR. It's called "ASLR⊕Cache" or AnC. In 2018, the paper that announced the Spectre attacks against Speculative Execution in Intel and other processors included a JavaScript implementation. Development tools Important tools have evolved with the language. Every major web browser has built-in web development tools, including a JavaScript debugger. Static program analysis tools, such as ESLint and JSLint, scan JavaScript code for conformance to a set of standards and guidelines. Some browsers have built-in profilers. Stand-alone profiling libraries have also been created, such as benchmark.js and jsbench. Many text editors have syntax highlighting support for JavaScript code. Related technologies Java A common misconception is that JavaScript is the same as Java. Both indeed have a C-like syntax (the C language being their most immediate common ancestor language). They are also typically sandboxed (when used inside a browser), and JavaScript was designed with Java's syntax and standard library in mind. In particular, all Java keywords were reserved in original JavaScript, JavaScript's standard library follows Java's naming conventions, and JavaScript's and objects are based on classes from Java 1.0.
[ -0.009878130629658699, -0.016569769009947777, 0.0067371586337685585, -0.03926974534988403, -0.028025971725583076, 0.02253306470811367, -0.019270701333880424, -0.02107638120651245, 0.0049390653148293495, 0.044398482888936996, -0.015211714431643486, 0.006942004431039095, 0.01047749537974596, -0.010265062563121319, -0.0329877994954586, -0.008360752835869789, -0.037843409925699234, 0.008762857876718044, -0.07101329416036606, 0.04445917531847954, 0.04212241619825363, -0.011949351988732815, -0.0811493769288063, -0.029452307149767876, -0.045733775943517685, 0.017009807750582695, 0.01943761296570301, -0.016751853749155998, 0.05216745659708977, 0.0538669191300869, 0.006297118961811066, 0.006672670133411884, 0.00488216383382678, -0.01996869593858719, -0.002249513054266572, -0.011031338013708591, 0.038025494664907455, -0.010735449381172657, -0.03371613845229149, -0.0062098694033920765, -0.021288814023137093, -0.03086346946656704, 0.013307405635714531, -0.06676463037729263, -0.05459526181221008, -0.021167423576116562, 0.04336666315793991, 0.013254296965897083, -0.021197771653532982, 0.004874576814472675, 0.023048972710967064, 0.045369602739810944, -0.003398926928639412, -0.04221345856785774, -0.04464126378297806, -0.00953672081232071, 0.021622637286782265, -0.013390861451625824, -0.028799835592508316, -0.004415570292621851, -0.00974915362894535, 0.045521341264247894, -0.01866374909877777, -0.03374648839235306, 0.008694576099514961, 0.058267317712306976, -0.0007833464187569916, 0.0012622688664123416, -0.007105122786015272, -0.0024240114726126194, -0.02181989699602127, 0.0576300173997879, -0.026569290086627007, -0.019483134150505066, -0.045521341264247894, 0.0001321778545388952, 0.008155906572937965, 0.050164517015218735, -0.028769487515091896, 0.031561464071273804, -0.02015078067779541, 0.03984634578227997, -0.006266771350055933, -0.011714158579707146, -0.03122764080762863, 0.002082601422443986, 0.03860209882259369, 0.036204639822244644, -0.008254536427557468, -0.00552704930305481, -0.02374696545302868, 0.018299579620361328, -0.01306462474167347, 0.0513177253305912, 0.03235049918293953, 0.056203681975603104, -0.0014898756053298712, -0.012852191925048828, -0.030605515465140343, -0.0021451932843774557, 0.008808379992842674, 0.03826827555894852, -0.039573218673467636, 0.040908511728048325, -0.008922182954847813, 0.026417551562190056, 0.009445678442716599, 0.008785618469119072, -0.05225849896669388, -0.033473361283540726, -0.0045179929584264755, -0.0063009122386574745, -0.033321622759103775, -0.021895764395594597, -0.003129592165350914, 0.006794060114771128, 0.010872013866901398, 0.029482655227184296, 0.02039356157183647, -0.01555312518030405, 0.02732797898352146, -0.05420074239373207, -0.003027169266715646, 0.0005927258171141148, 0.0009284456609748304, 0.02485465258359909, -0.010128498077392578, 0.03283606097102165, -0.007966234348714352, -0.02684241719543934, 0.028344621881842613, 0.023610401898622513, -0.020423907786607742, 0.04321492835879326, -0.016797374933958054, 0.01495376043021679, 0.03015030175447464, -0.008307645097374916, 0.014802022837102413, -0.03386787697672844, -0.03577977418899536, -0.002166057238355279, -0.01990799978375435, 0.10372796654701233, 0.019118962809443474, -0.006509551778435707, -0.01084925327450037, 0.024627044796943665, -0.02002939023077488, 0.006137794349342585, -0.039360787719488144, -0.03280571475625038, 0.022912409156560898, -0.013026690110564232, -0.004840435925871134, -0.010826492682099342, -0.029543351382017136, 0.0068130274303257465, 0.04127268120646477, -0.0019631078466773033, -0.07113467901945114, -0.0013902976643294096, -0.050012778490781784, -0.003391339909285307, -0.023701444268226624, 0.0000983924837782979, -0.04852575063705444, -0.02071220986545086, 0.009066333994269371, -0.0038218959234654903, 0.04312388226389885, 0.007814496755599976, -0.02232063189148903, 0.005644646473228931, 0.06348709762096405, 0.01619042456150055, -0.011380335316061974, -0.0008189099607989192, -0.002524537732824683, -0.006255391053855419, -0.022487541660666466, 0.051651548594236374, 0.0006885103066451848, 0.041120946407318115, -0.013709510676562786, 0.024566350504755974, 0.02095499075949192, -0.005766036454588175, -0.043882571160793304, 0.004445917438715696, 0.06894965469837189, 0.041151292622089386, -0.03021099604666233, -0.01495376043021679, -0.00057470693718642, 0.0010706998873502016, -0.08242397755384445, 0.03131868317723274, -0.00600502360612154, -0.08394135534763336, -0.017465021461248398, -0.019604524597525597, 0.024505656212568283, -0.01105409860610962, -0.005690167658030987, -0.018466491252183914, 0.04794914647936821, 0.039603568613529205, -0.056749939918518066, 0.03602255508303642, 0.014885478653013706, -0.008413861505687237, -0.003137179184705019, -0.01848166435956955, 0.051894329488277435, -0.01913413777947426, -0.031030381098389626, -0.015780732035636902, -0.011251358315348625, 0.06737158447504044, 0.00406277971342206, 0.04078712314367294, -0.008595946244895458, 0.04934513568878174, -0.007750008255243301, 0.019210005179047585, 0.011494138278067112, -0.01693393848836422, -0.011008577421307564, -0.025856122374534607, 0.014915825799107552, -0.01544690877199173, -0.031743548810482025, 0.025856122374534607, -0.050134170800447464, 0.003379959613084793, 0.011258944869041443, 0.005026314873248339, 0.006919243838638067, 0.04949687048792839, -0.012290761806070805, 0.03914835304021835, -0.0025017771404236555, 0.042274150997400284, 0.02884535677731037, -0.017631933093070984, -0.006600594613701105, -0.011570007540285587, 0.021713679656386375, 0.04078712314367294, -0.0464317686855793, 0.0492844395339489, -0.015780732035636902, -0.010333344340324402, -0.015568298287689686, -0.026296161115169525, 0.033260926604270935, 0.026675505563616753, -0.04485369473695755, -0.025142954662442207, -0.0015410870546475053, -0.002543505048379302, -0.0341106578707695, -0.009840196929872036, -0.014695806428790092, 0.028799835592508316, 0.04133337736129761, 0.010780970565974712, -0.052744060754776, -0.04782775416970253, -0.06652185320854187, -0.015477255918085575, -0.06876756995916367, 0.012040394358336926, -0.03232015296816826, 0.0037858581636101007, 0.003526007290929556, -0.051894329488277435, 0.04628003016114235, -0.029664739966392517, 0.012283175252377987, 0.02452082931995392, 0.019786609336733818, 0.014490960165858269, 0.03435343876481056, -0.01424059271812439, 0.016114555299282074, 0.01761675998568535, -0.0036834352649748325, 0.014050920493900776, -0.05990608409047127, -0.004688698332756758, 0.003374269464984536, 0.004362462088465691, 0.001570486230775714, -0.019118962809443474, 0.04667454957962036, 0.02336762100458145, -0.014764088205993176, -0.036143943667411804, -0.03735784813761711, -0.03863244503736496, 0.012654933147132397, -0.02339796908199787, -0.029330916702747345, 0.01928587444126606, -0.01955900341272354, 0.005913980770856142, 0.03875383362174034, 0.04151546210050583, -0.05410970002412796, 0.045460645109415054, -0.01773814857006073, -0.028890877962112427, -0.043791528791189194, 0.08303092420101166, -0.01307979878038168, 0.014445438981056213, -0.012799084186553955, -0.016205597668886185, -0.005656026769429445, 0.004548340570181608, -0.03678124397993088, -0.013330166228115559, -0.010788558050990105, 0.06482239067554474, -0.038116537034511566, -0.0719844177365303, 0.011008577421307564, 0.00518563948571682, -0.02095499075949192, 0.005178052466362715, 0.019392091780900955, 0.050134170800447464, -0.004707665182650089, 0.0146123506128788, 0.006023990921676159, 0.037722017616033554, -0.00547014782205224, 0.0015041009755805135, 0.0124728474766016, -0.013732271268963814, 0.033321622759103775, -0.00735928351059556, 0.01612972840666771, -0.01565934158861637, -0.015811080113053322, -0.03735784813761711, 0.029239874333143234, -0.04746358469128609, -0.017070502042770386, 0.00022120526409707963, -0.012237654067575932, 0.02402009442448616, -0.022548237815499306, 0.07204511016607285, -0.051985371857881546, -0.02491534687578678, -0.007347903214395046, 0.015750383958220482, 0.02455117739737034, 0.04157615825533867, -0.018314752727746964, -0.023549707606434822, 0.018299579620361328, -0.04776706174015999, -0.047160111367702484, 0.04764566943049431, 0.02804114669561386, -0.026174770668148994, 0.004806295037269592, -0.01634216122329235, -0.054898738861083984, 0.03265397623181343, 0.01848166435956955, -0.008421448059380054, 0.048616793006658554, 0.00279766577295959, 0.057812102138996124, -0.011600354686379433, 0.008702162653207779, 0.009134615771472454, 0.007124090101569891, 0.04282040894031525, -0.007761388551443815, -0.008535251021385193, -0.0194983072578907, 0.004802501294761896, -0.013868835754692554, -0.008671815507113934, -0.06409405171871185, 0.031773895025253296, 0.0242325272411108, 0.030635863542556763, -0.01363364141434431, -0.05465595796704292, 0.015598646365106106, -0.008406274020671844, 0.004912511445581913, 0.007632411550730467, -0.010659581050276756, -0.042365193367004395, 0.01555312518030405, 0.04024086520075798, -0.012981168925762177, 0.006998906377702951, -0.03511212766170502, 0.04066573083400726, -0.0049618263728916645, 0.007393424399197102, -0.002158470219001174, -0.008520077913999557, 0.02327657863497734, 0.012298349291086197, 0.008489729836583138, 0.0027123133186250925, -0.0398159995675087, -0.02166815847158432, 0.054747000336647034, -0.02872396633028984, -0.0051287380047142506, -0.01925552822649479, -0.03404996171593666, 0.030104780569672585, 0.03926974534988403, -0.05693202465772629, -0.010439560748636723, -0.013345340266823769, -0.013413622044026852, 0.0011721745831891894, 0.029604045674204826, 0.03996773809194565, -0.058145925402641296, -0.033169884234666824, -0.04448952525854111, 0.02600785903632641, 0.01037127897143364, -0.0047873277217149734, 0.007639998570084572, -0.05429178476333618, -0.0013997812056913972, 0.026584463194012642, 0.025613341480493546, -0.030104780569672585, 0.014893065206706524, -0.008489729836583138, 0.030575167387723923, 0.04203137010335922, 0.012852191925048828, 0.018527185544371605, 0.05599125102162361, -0.0679178386926651, 0.056749939918518066, -0.059511568397283554, 0.026766547933220863, -0.03262362629175186, 0.04624968394637108, -0.013603294268250465, 0.0052235741168260574, -0.010985816828906536, -0.03283606097102165, -0.02690311335027218, -0.011069272644817829, -0.03280571475625038, -0.04039260372519493, 0.03587081655859947, -0.053108230233192444, 0.004168996121734381, 0.025233997032046318, 0.025613341480493546, -0.00860353372991085, 0.034990739077329636, -0.02684241719543934, -0.002374696545302868, 0.01606903411448002, -0.037722017616033554, 0.008224189281463623, 0.022775843739509583, -0.0077538019977509975, -0.020514952018857002, -0.06773575395345688, 0.034535523504018784, 0.026614811271429062, -0.042365193367004395, 0.03002891130745411, -0.022639280185103416, -0.016767026856541634, -0.0005012089386582375, 0.0025150540750473738, 0.006600594613701105, -0.02426287531852722, 0.005580157972872257, 0.03808618709445, 0.005401866044849157, -0.022639280185103416, -0.027403848245739937, -0.00029019854264333844, -0.042365193367004395, 0.033473361283540726, 0.042365193367004395, 0.04151546210050583, -0.03532456234097481, -0.04039260372519493, 0.0004438330652192235, 0.013770205900073051, 0.002848877338692546, 0.004024845082312822, 0.01352742500603199, -0.008360752835869789, 0.006020197179168463, -0.027449369430541992, 0.04315423220396042, -0.02752523683011532, 0.011198249645531178, 0.05878322571516037, 0.004502819385379553, -0.013390861451625824, -0.027813538908958435, -0.012495608069002628, 0.018178189173340797, 0.013755031861364841, -0.0398159995675087, -0.004487645346671343, 0.022517889738082886, -0.04279005900025368, 0.042729366570711136, 0.06421543657779694, -0.0767793282866478, -0.03401961550116539, -0.011683810502290726, 0.03216841444373131, -0.029816478490829468, -0.02297310344874859, -0.04160650447010994, 0.029740609228610992, -0.045582037419080734, 0.04194032773375511, 0.011046512052416801, -0.026296161115169525, -0.034535523504018784, -0.00999952107667923, -0.001712740515358746, -0.029634393751621246, 0.02609890140593052, 0.02556782029569149, -0.042516931891441345, 0.048495400696992874, 0.018299579620361328, 0.004593862220644951, 0.02612924948334694, -0.036204639822244644, 0.01376261841505766, 0.018299579620361328, 0.026174770668148994, -0.04977000132203102, -0.008565599098801613, 0.011395509354770184, -0.0028128395788371563, 0.01038645301014185, -0.0006121671758592129, -0.028496360406279564, 0.0461282916367054, -0.045855164527893066, -0.015871774405241013, 0.004237278364598751, 0.008649054914712906, -0.04045329988002777, 0.004555927589535713, 0.011160315945744514, -0.0412423349916935, 0.026918286457657814, -0.034656915813684464, 0.05068042501807213, -0.020560473203659058, -0.010788558050990105, -0.01012091152369976, -0.022153720259666443, -0.05086251348257065, -0.027449369430541992, 0.010196780785918236, -0.002249513054266572, 0.0058039710856974125, 0.02015078067779541, -0.034869346767663956, 0.0510142482817173, -0.05699272081255913, 0.004199343733489513, 0.06615768373012543, 0.053290314972400665, 0.027358325198292732, -0.010758209973573685, 0.010128498077392578, -0.017480194568634033, -0.05550568923354149, -0.004047606140375137, 0.03277536481618881, -0.011744505725800991, -0.020788079127669334, 0.02074255794286728, -0.019149310886859894, -0.02609890140593052, 0.011016164906322956, 0.0656721219420433, -0.05241023749113083, -0.0013760721776634455, -0.03401961550116539, -0.06054338440299034, -0.03101520799100399, 0.04351840168237686, 0.02339796908199787, 0.007260654121637344, 0.01402057334780693, 0.007689313031733036, 0.018375448882579803, 0.029042616486549377, -0.031591810286045074, -0.016630463302135468, 0.006593007594347, 0.02755558490753174, -0.05735689029097557, -0.031682852655649185, 0.03083312138915062, -0.004810088314116001, -0.0033325415570288897, -0.017601585015654564, -0.019634872674942017, -0.013239123858511448, 0.009240832179784775, -0.005462560802698135, -0.05125702917575836, -0.025977512821555138, -0.012981168925762177, -0.02024182304739952, 0.034474827349185944, 0.03926974534988403, 0.0073251426219940186, 0.005989850033074617, -0.011623116210103035, 0.019892826676368713, 0.01345155667513609, 0.07495847344398499, -0.01120583713054657, 0.03562803566455841, -0.008656641468405724, 0.0507107749581337, 0.036477766931056976, 0.00034781149588525295, 0.03550664708018303, 0.017373979091644287, 0.045703426003456116, 0.03456587344408035, 0.01458200253546238, 0.08060312271118164, -0.038116537034511566, 0.022791018709540367, 0.037266805768013, -0.045430298894643784, -0.056325074285268784, -0.03122764080762863, -0.01687324419617653, -0.006911656819283962, 0.027009328827261925, -0.013770205900073051, 0.04118163883686066, 0.007010286673903465, -0.0023215883411467075, -0.013504664413630962, -0.0375702790915966, 0.005940535105764866, -0.06324432045221329, 0.04030156135559082, 0.03011995367705822, 0.007799323182553053, 0.0135425990447402, -0.033048491925001144, -0.009476025588810444, 0.0035942893009632826, -0.0320773720741272, 0.02845083735883236, -0.021243292838335037, 0.0013846075162291527, 0.003520317142829299, 0.013686750084161758, -0.01684289611876011, -0.039482176303863525, -0.02191093936562538, 0.007507227826863527, 0.010310583747923374, -0.0022400293964892626, -0.0183299258351326, -0.03241119533777237, -0.022199241444468498, 0.025203648954629898, -0.054929085075855255, 0.045582037419080734, -0.015598646365106106, -0.00735928351059556, -0.003704299218952656, -0.03435343876481056, 0.0009488354553468525, 0.034717608243227005, 0.034626565873622894, 0.010993404313921928, -0.024869825690984726, -0.011441030539572239, -0.0018113700207322836, 0.04964860901236534, -0.0044421241618692875, 0.002970267552882433, -0.020636340603232384, 0.02875431440770626, -0.007078568451106548, 0.005845698993653059, 0.004017258528620005, 0.006740951910614967, 0.0014263353077694774, 0.009347048588097095, 0.0016823929036036134, 0.003967943601310253, 0.05225849896669388, 0.020560473203659058, -0.005606711842119694, 0.004605242516845465, -0.022047502920031548, -0.011501725763082504, 0.044155701994895935, -0.029710261151194572, 0.018952051177620888, -0.044277090579271317, 0.023079320788383484, 0.017328457906842232, -0.0007544214022345841, -0.02801079861819744, 0.05678028613328934, -0.01507515087723732, -0.005105976946651936, 0.005436006933450699, -0.02342831715941429, -0.006786473095417023, -0.01646355167031288, 0.008201428689062595, 0.048677489161491394, 0.03265397623181343, -0.0028981920331716537, 0.011266532354056835, -0.036386724561452866, 0.03095451183617115, -0.033382315188646317, -0.005436006933450699, 0.022957930341362953, -0.021835070103406906, 0.03030204027891159, -0.06342640519142151, 0.007996582426130772, -0.036477766931056976, 0.02622029185295105, -0.02996821701526642, -0.0027255902532488108, 0.021835070103406906, 0.016630463302135468, 0.02024182304739952, -0.005151498597115278, -0.013830901123583317, -0.0012376115191727877, -0.003450138261541724, -0.0026554116047918797, -0.0656721219420433, 0.004734219517558813, 0.0481615774333477, -0.002809046069160104, -0.03250223770737648, -0.048859573900699615, -0.013671576045453548, 0.0037099893670529127, 0.031622160226106644, -0.02937643975019455, -0.03192563354969025, -0.048677489161491394, 0.014688219875097275, -0.05353309586644173, 0.044307440519332886, 0.0009118493762798607, 0.05395796149969101, 0.0037972384598106146, 0.0034008235670626163, 0.006759919226169586, 0.030347561463713646, 0.03216841444373131, -0.01845131628215313, -0.013982638716697693, 0.02386835590004921, 0.011023751460015774, -0.005766036454588175, -0.03137937933206558, 0.014885478653013706, 0.02074255794286728, 0.06555072963237762, 0.050285909324884415, 0.012533542700111866, 0.015962816774845123, 0.048586443066596985, -0.04615864157676697, -0.022153720259666443, -0.020560473203659058, -0.02479395642876625, -0.031743548810482025, 0.013034277595579624, -0.004047606140375137, 0.014399917796254158, -0.006331259850412607, -0.06979939341545105, -0.008360752835869789, -0.054898738861083984, -0.007154437247663736, -0.0187851395457983, -0.026265813037753105, 0.044125352054834366, 0.01928587444126606, 0.04315423220396042, -0.03908765688538551, -0.02330692671239376, 0.07671863585710526, 0.022639280185103416, -0.044186048209667206, -0.021364683285355568, 0.08424483239650726, 0.039178699254989624, -0.05250127986073494, -0.021197771653532982, -0.012965995818376541, -0.004912511445581913, 0.027191415429115295, -0.015272409655153751, -0.005310823209583759, 0.04828296974301338, 0.013975052163004875, -0.002114845672622323, -0.051803287118673325, 0.029452307149767876, 0.033109188079833984, 0.030681384727358818, 0.043791528791189194, -0.002082601422443986, 0.013785379938781261, 0.01565934158861637, 0.003347715362906456, -0.029072962701320648, -0.024156657978892326, 0.056749939918518066, -0.025279518216848373, -0.027403848245739937, -0.01910378970205784, 0.019862478598952293, -0.004544547293335199, -0.06591489911079407, 0.0736231803894043, 0.0124728474766016, 0.05571812018752098, -0.020317692309617996, 0.0019175865454599261, 0.008982878178358078, 0.0018758586375042796, -0.0481615774333477, -0.015993164852261543, 0.006008816882967949, 0.0052159870974719524, -0.011645876802504063, -0.013861248269677162, -0.06348709762096405, 0.007875191979110241, 0.036265335977077484, 0.018056798726320267, -0.025142954662442207, 0.05271371454000473, 0.012139024212956429, -0.03353405371308327, 0.013823313638567924, 0.03417135402560234, -0.018056798726320267, 0.00965811125934124, -0.04637107253074646, 0.029361264780163765, 0.0002525011950638145, -0.007298588287085295, -0.03993739187717438, 0.019589349627494812, -0.051712244749069214, -0.010234714485704899, -0.017328457906842232, -0.03851105645298958, -0.08096729218959808, -0.02964956685900688, 0.034596219658851624, -0.01872444525361061, 0.014134376309812069, 0.04318457841873169, 0.06785714626312256, 0.04209206625819206, -0.03256293386220932, -0.015500016510486603, 0.03250223770737648, 0.018891356885433197, -0.034930042922496796, 0.025309866294264793, -0.034930042922496796, 0.010302997194230556, -0.000638721336144954, -0.017389152199029922, 0.007609650958329439, -0.002854567486792803, -0.022715149447321892, 0.0005737585597671568, 0.0071658180095255375, -0.050316255539655685, 0.00004670679118135013, 0.0011579490965232253, 0.04506612941622734, -0.002938023302704096, -0.016524245962500572, -0.05593055486679077, -0.013072212226688862, -0.04269901663064957, 0.03086346946656704, -0.02652376890182495, -0.01609938032925129, -0.018314752727746964, -0.043852224946022034, 0.034930042922496796, -0.04631037637591362, 0.2709430158138275, 0.02705485001206398, 0.019725915044546127, 0.03359474986791611, 0.034535523504018784, 0.03823792561888695, 0.02145572565495968, -0.02488500066101551, 0.027510063722729683, -0.014460613019764423, 0.04051399230957031, -0.04649246484041214, 0.03408031165599823, 0.0358404703438282, -0.03559768944978714, 0.001188296708278358, -0.045855164527893066, -0.008982878178358078, -0.014187484979629517, -0.04752428084611893, -0.012639759108424187, -0.008178668096661568, -0.01191900484263897, 0.04197067767381668, 0.02253306470811367, -0.008398687466979027, 0.0005012089386582375, -0.006790266837924719, 0.0006657495978288352, -0.03662950545549393, 0.01568968966603279, 0.010674754157662392, 0.021030860021710396, -0.0035810121335089207, 0.021212944760918617, 0.04224380478262901, 0.01606903411448002, 0.007575510069727898, -0.017358804121613503, 0.031622160226106644, -0.006331259850412607, -0.015151020139455795, 0.00117596797645092, -0.03884487599134445, 0.004426950588822365, 0.047160111367702484, -0.008436622098088264, -0.021349508315324783, 0.057781755924224854, 0.00882355310022831, 0.008117972873151302, -0.006092272698879242, -0.012890126556158066, 0.007351696491241455, -0.015993164852261543, 0.0237773135304451, 0.007370663806796074, 0.009051159955561161, 0.015613820403814316, 0.01345155667513609, 0.039360787719488144, 0.005454974249005318, -0.002433495130389929, 0.010894774459302425, -0.0023993540089577436, 0.031743548810482025, 0.015902122482657433, 0.034626565873622894, -0.025977512821555138, -0.07095259428024292, -0.009802262298762798, -0.013292231597006321, -0.010932709090411663, -0.01999904215335846, 0.042668670415878296, -0.004741806536912918, 0.02464221976697445, 0.03283606097102165, 0.04142441973090172, -0.04036225751042366, 0.007791736163198948, 0.02541608177125454, -0.059693653136491776, -0.001022333512082696, 0.029740609228610992, 0.020256996154785156, 0.0022058882750570774, 0.004324527457356453, -0.03741854429244995, 0.025142954662442207, -0.008740097284317017, 0.001054577762261033, 0.006957178469747305, -0.008907008916139603, 0.03259328007698059 ]
9845_20
Java and JavaScript both first appeared in 1995, but Java was developed by James Gosling of Sun Microsystems and JavaScript by Brendan Eich of Netscape Communications. The differences between the two languages are more prominent than their similarities. Java has static typing, while JavaScript's typing is dynamic. Java is loaded from compiled bytecode, while JavaScript is loaded as human-readable source code. Java's objects are class-based, while JavaScript's are prototype-based. Finally, Java did not support functional programming until Java 8, while JavaScript has done so from the beginning, being influenced by Scheme. JSON JSON, or JavaScript Object Notation, is a general-purpose data interchange format that is defined as a subset of JavaScript's object literal syntax. WebAssembly Since 2017, web browsers have supported WebAssembly, a binary format that enables a JavaScript engine to execute performance-critical portions of web page scripts close to native speed. WebAssembly code runs in the same sandbox as regular JavaScript code. asm.js is a subset of JavaScript that served as the forerunner of WebAssembly. Transpilers JavaScript is the dominant client-side language of the Web, and many websites are script-heavy. Thus transpilers have been created to convert code written in other languages, which can aid the development process. References Further reading Flanagan, David. JavaScript: The Definitive Guide. 7th edition. Sebastopol, California: O'Reilly, 2020. Haverbeke, Marijn. Eloquent JavaScript. 3rd edition. No Starch Press, 2018. 472 pages. .(download) Zakas, Nicholas. Principles of Object-Oriented JavaScript, 1st edition. No Starch Press, 2014. 120 pages. . External links American inventions Articles with example JavaScript code Cross-platform software Dynamically typed programming languages Functional languages Object-based programming languages High-level programming languages Programming languages created in 1995 Programming languages with an ISO standard Prototype-based programming languages Scripting languages Web programming
[ -0.030465226620435715, -0.029800530523061752, 0.012726156041026115, -0.053147971630096436, -0.03597666323184967, -0.0016703944420441985, -0.022655049338936806, -0.030188269913196564, 0.035561226308345795, 0.038109228014945984, -0.006768126972019672, 0.005137545056641102, -0.018639178946614265, -0.03401026874780655, -0.005192936398088932, -0.020771745592355728, -0.045337796211242676, -0.003583126002922654, -0.0643647164106369, 0.021353352814912796, 0.02772335521876812, 0.004452077206224203, -0.08751828223466873, -0.03434261679649353, -0.04151579365134239, 0.05273253470659256, 0.03988175094127655, -0.0033961802255362272, 0.043592967092990875, 0.07073471695184708, 0.014637156389653683, -0.012255329638719559, 0.00259127514436841, -0.019760852679610252, -0.0029392018914222717, 0.0039847129955887794, 0.04270670562982559, -0.03232083469629288, -0.027972616255283356, -0.002336821286007762, 0.022045744583010674, -0.05511436238884926, 0.027695659548044205, -0.07743706554174423, -0.0815914124250412, 0.007720164954662323, 0.06026575714349747, -0.01563419960439205, -0.022378092631697655, 0.006169208325445652, 0.017102070152759552, -0.010005056858062744, 0.02153337560594082, 0.00045957486145198345, -0.04301135987043381, -0.024510659277439117, 0.014235569164156914, -0.0010801306925714016, -0.0484950989484787, 0.05397884175181389, 0.003680060850456357, 0.011763731949031353, -0.008308697491884232, -0.045974794775247574, -0.026186246424913406, 0.03417644277215004, 0.016797417774796486, -0.0008157237316481769, -0.004396685864776373, -0.022267309948801994, -0.06153975427150726, 0.038330793380737305, -0.042734403163194656, -0.021311810240149498, -0.027307920157909393, 0.030188269913196564, -0.012843862175941467, 0.03802613914012909, -0.02019013650715351, -0.00033148244256153703, 0.0009477108833380044, 0.032902445644140244, -0.017379026859998703, -0.02631087601184845, -0.04165427386760712, -0.013065427541732788, 0.0061172787100076675, 0.02045324444770813, -0.021948810666799545, 0.000048359219363192096, -0.0037458380684256554, 0.04215279594063759, -0.04475618526339531, 0.03356713801622391, 0.037195272743701935, 0.0372229665517807, -0.001477390294894576, 0.002302201697602868, -0.041155751794576645, 0.0014791212743148208, 0.03813692182302475, 0.06048732250928879, -0.05799471214413643, 0.043482184410095215, -0.03229314088821411, 0.030465226620435715, -0.03977096825838089, 0.025812355801463127, -0.05220631882548332, -0.019137701019644737, -0.009645013138651848, -0.015966547653079033, 0.03542274981737137, -0.03630901128053665, 0.003368484554812312, 0.013037731871008873, 0.011874513700604439, 0.021145636215806007, 0.0005322759388945997, 0.0070104640908539295, 0.02084098383784294, -0.01397246029227972, 0.0022537342738360167, 0.013716275803744793, 0.024773767217993736, 0.026130855083465576, -0.02398444153368473, 0.07145480066537857, 0.039577096700668335, 0.0194838959723711, 0.03888470679521561, 0.01952544040977955, -0.03650287911295891, 0.03509040176868439, -0.03157305344939232, 0.021034853532910347, 0.05068305879831314, -0.014997200109064579, 0.0017162654548883438, -0.014747939072549343, -0.01887459307909012, -0.02403983287513256, -0.01883304864168167, 0.0834193304181099, -0.015204917639493942, -0.012269177474081516, -0.03797074779868126, -0.00324904709123075, -0.024427572265267372, 0.006224599666893482, -0.03146227076649666, -0.019068460911512375, 0.0177390705794096, -0.03345635533332825, -0.04414688050746918, 0.022544266656041145, -0.012442274950444698, -0.01226225309073925, 0.02891426905989647, -0.01638198271393776, -0.07771401852369308, -0.03503501042723656, -0.019165396690368652, 0.00927804596722126, -0.03858005255460739, 0.00484327832236886, -0.04403609782457352, -0.006871985737234354, 0.01516337413340807, 0.017282091081142426, 0.007484752219170332, -0.005656838417053223, -0.015260308980941772, 0.008564882911741734, 0.05350801348686218, 0.055806756019592285, 0.019234634935855865, -0.015578808262944221, -0.006421931087970734, 0.0068581379018723965, 0.0018382994458079338, 0.025203051045536995, -0.024773767217993736, 0.018957678228616714, -0.003943169489502907, 0.006633110344409943, 0.027640268206596375, 0.005681072361767292, 0.03342866152524948, -0.0016972246812656522, 0.04414688050746918, 0.0484120137989521, -0.05893636494874954, 0.0004169495077803731, -0.007429360877722502, 0.026781702414155006, -0.037638403475284576, 0.054172709584236145, -0.030797572806477547, -0.04439614340662956, -0.0520678386092186, -0.021242571994662285, 0.03351174667477608, 0.0025220359675586224, -0.03326248750090599, -0.05107079818844795, 0.02138104848563671, 0.043426793068647385, -0.07959732413291931, 0.02149183116853237, -0.005701844114810228, -0.029606660827994347, -0.02028707042336464, 0.03268088027834892, 0.00394663168117404, -0.021021006628870964, -0.05816088616847992, 0.02225346304476261, -0.024607593193650246, 0.04855049028992653, -0.01692204736173153, 0.043482184410095215, 0.027030963450670242, 0.04943675175309181, -0.02012089639902115, 0.022433483973145485, 0.023195115849375725, 0.0014756594318896532, 0.01505259145051241, -0.019553136080503464, 0.034813445061445236, 0.0022918158210814, -0.005961490795016289, 0.03265318274497986, 0.004652870818972588, -0.007256262935698032, 0.03234853222966194, 0.02354131080210209, 0.0074362847954034805, 0.01937311328947544, -0.03650287911295891, 0.021408744156360626, 0.013065427541732788, 0.011078263632953167, 0.016368135809898376, -0.01006737258285284, -0.01275385171175003, -0.027487942948937416, 0.011355220340192318, 0.06486323475837708, -0.020744049921631813, 0.08701976388692856, 0.027529485523700714, 0.0037042945623397827, 0.0194838959723711, -0.018860744312405586, 0.021851874887943268, 0.05843784287571907, -0.04813505709171295, -0.018265288323163986, 0.01681126467883587, -0.011694492772221565, -0.009624241851270199, -0.027751050889492035, -0.007180099841207266, 0.002371440874412656, 0.06347845494747162, 0.017891395837068558, -0.056554537266492844, -0.06331227719783783, -0.022475028410553932, -0.006965458393096924, -0.027695659548044205, 0.020979462191462517, -0.029551269486546516, -0.011673720553517342, -0.022447332739830017, -0.04752575233578682, 0.0561944954097271, 0.013037731871008873, -0.02121487632393837, 0.03179461881518364, 0.004026256501674652, -0.007443208713084459, 0.020924070850014687, -0.016146570444107056, 0.007457056548446417, 0.026061614975333214, -0.024829158559441566, 0.047775011509656906, -0.03500731289386749, -0.005251789465546608, -0.0107736112549901, 0.03054831363260746, -0.016520461067557335, 0.020384006202220917, 0.025812355801463127, 0.0081148287281394, -0.04209740459918976, -0.03157305344939232, -0.0579393208026886, -0.05120927467942238, -0.012227633967995644, -0.022655049338936806, -0.011652949266135693, 0.059711843729019165, -0.047775011509656906, -0.028554225340485573, 0.06475245207548141, 0.020328614860773087, -0.013833981938660145, 0.013203905895352364, -0.03381640091538429, -0.038053836673498154, -0.01610502600669861, 0.04974140599370003, -0.016742026433348656, -0.00846794806420803, -0.03157305344939232, -0.027709508314728737, 0.02164415828883648, 0.0008087998139671981, -0.01071129646152258, 0.016672786325216293, 0.019733157008886337, 0.09300202876329422, -0.05345262214541435, -0.016520461067557335, -0.014470982365310192, 0.012179166078567505, -0.015855764970183372, -0.0007611978799104691, -0.003725066315382719, 0.006075735203921795, -0.00015384073776658624, -0.004524778574705124, 0.05165240541100502, 0.030991442501544952, 0.0009831959614530206, -0.01128598116338253, 0.02338898554444313, -0.03575509786605835, 0.018957678228616714, 0.027737203985452652, 0.021145636215806007, 0.005829936359077692, 0.03038213960826397, -0.009700404480099678, 0.03240392357110977, -0.03378870338201523, -0.03268088027834892, 0.0003399209526833147, -0.014124786481261253, 0.016312744468450546, -0.033013228327035904, 0.07577532529830933, -0.009970437735319138, -0.029855921864509583, -0.03265318274497986, 0.03780457749962807, 0.06646957993507385, 0.05910253897309303, -0.03514579311013222, -0.025687724351882935, -0.01639583148062229, -0.03076987713575363, -0.017877548933029175, 0.013688580133020878, 0.030409835278987885, -0.06392158567905426, 0.014346351847052574, -0.0037735337391495705, -0.0514308400452137, -0.00013956015754956752, 0.0005080422852188349, -0.04589170962572098, 0.0561944954097271, 0.03412105143070221, 0.05065536126494408, -0.021948810666799545, -0.015523416921496391, -0.023735180497169495, 0.015744982287287712, 0.048965927213430405, 0.06081967055797577, -0.015495721250772476, 0.00606534956023097, 0.008779523894190788, -0.03207157552242279, -0.031351488083601, -0.016257353127002716, 0.02549385465681553, 0.0354781411588192, -0.04622405767440796, 0.02588159404695034, -0.029108138754963875, 0.02696172520518303, 0.0030811422038823366, -0.0037735337391495705, 0.003804691368713975, -0.014567917212843895, -0.0304375309497118, -0.003998560830950737, 0.03525657579302788, -0.02121487632393837, 0.008523339405655861, -0.02751563861966133, 0.013155438005924225, -0.00629383884370327, 0.02121487632393837, -0.009617317467927933, -0.041155751794576645, -0.004431305453181267, -0.018971526995301247, 0.023569006472826004, 0.010275090113282204, -0.053895752876996994, -0.0026864788960665464, 0.08175759017467499, 0.038552358746528625, 0.012525361962616444, 0.031988486647605896, -0.018320679664611816, 0.034204140305519104, 0.02523074671626091, -0.04140501096844673, -0.03370561823248863, -0.0037908435333520174, -0.024178311228752136, 0.01247689500451088, 0.028526529669761658, 0.03259779140353203, -0.006955072749406099, -0.019303875043988228, -0.015384938567876816, 0.05843784287571907, 0.05838245153427124, -0.028831182047724724, 0.027044812217354774, -0.049935273826122284, 0.001706745009869337, 0.026615528389811516, 0.0033079003915190697, 0.023776723071932793, 0.028277268633246422, -0.01177757978439331, -0.01111980713903904, 0.02214268036186695, 0.0011987027246505022, 0.03392718359827995, 0.031351488083601, -0.06707888841629028, 0.05771775543689728, -0.05231710150837898, -0.011299828998744488, 0.001831375528126955, 0.010974405333399773, -0.004327446687966585, 0.040768012404441833, 0.004652870818972588, 0.0057537732645869255, -0.02577081136405468, 0.00892492663115263, -0.03808153048157692, -0.015495721250772476, 0.05475432053208351, -0.002518574008718133, -0.006342306267470121, 0.012878482230007648, 0.003742376109585166, -0.0007564377156086266, 0.011348296888172626, -0.0573854073882103, -0.0116875683888793, 0.0022260386031121016, -0.028526529669761658, -0.002246810356155038, -0.026352420449256897, 0.0017655983101576567, -0.017129765823483467, -0.0538126677274704, 0.020577875897288322, 0.018154505640268326, -0.051901668310165405, 0.03569970652461052, -0.03558892384171486, -0.014145558699965477, 0.01969161443412304, 0.00039185030618682504, 0.00324904709123075, -0.05544671043753624, 0.006127664819359779, 0.020107049494981766, 0.0319054014980793, -0.025161506608128548, -0.030908355489373207, -0.011562937870621681, -0.03761070594191551, -0.00454555032774806, 0.006041115615516901, 0.05392345041036606, -0.013037731871008873, -0.04021409898996353, 0.00621421355754137, -0.019331570714712143, 0.019345417618751526, 0.02426139824092388, 0.007768632378429174, -0.011576785705983639, -0.0063042244873940945, 0.014263264834880829, 0.02679555118083954, -0.01958083175122738, -0.005220632068812847, 0.03223774954676628, -0.009139567613601685, 0.034758053719997406, 0.016534309834241867, -0.06768818944692612, 0.03625361993908882, -0.002499533351510763, -0.021630309522151947, 0.0043551423586905, 0.02511996403336525, -0.016562003642320633, 0.057053059339523315, 0.07599689066410065, -0.041488099843263626, -0.05926871299743652, -0.0638108029961586, 0.02175494097173214, -0.006345767993479967, -0.01470639556646347, -0.031157616525888443, 0.02361055091023445, 0.003901625983417034, -0.005684534087777138, 0.012795395217835903, -0.007782480213791132, -0.03761070594191551, 0.006418469361960888, 0.024386027827858925, -0.004306674934923649, 0.013467014767229557, 0.015994243323802948, 0.002959973644465208, 0.019054614007472992, 0.029828226193785667, -0.006110354792326689, 0.006681577768176794, -0.02235039696097374, -0.005161778535693884, 0.021851874887943268, 0.04301135987043381, -0.05234479531645775, -0.025743115693330765, 0.027432551607489586, 0.02207344025373459, 0.013792438432574272, -0.03769379481673241, -0.009001089259982109, 0.028415746986865997, -0.011327524669468403, -0.014166329987347126, 0.03038213960826397, -0.01915154792368412, -0.012366112321615219, -0.02197650633752346, 0.038441576063632965, -0.07001462578773499, -0.022655049338936806, -0.04453461989760399, 0.061650536954402924, 0.011472927406430244, -0.03232083469629288, -0.03140687942504883, -0.04118344560265541, -0.025950834155082703, -0.013342384248971939, -0.012442274950444698, -0.00952038262039423, 0.023028941825032234, -0.0068200561217963696, -0.005722615867853165, 0.05550210177898407, -0.06696810573339462, -0.002842267043888569, 0.05877019092440605, 0.02240578830242157, 0.030576009303331375, -0.03010518290102482, 0.02685094252228737, -0.029939008876681328, -0.0625367984175682, 0.04536549001932144, 0.023015093058347702, -0.02212883159518242, -0.024926094338297844, -0.001661739544942975, -0.059324104338884354, -0.01305157970637083, 0.01247689500451088, 0.06890679895877838, -0.030880659818649292, -0.0005292467540130019, 0.014090167358517647, -0.072064109146595, -0.03888470679521561, 0.04420227184891701, 0.02240578830242157, -0.014678699895739555, 0.04090648889541626, -0.009125719778239727, 0.02674015983939171, 0.010427416302263737, -0.04830123111605644, -0.017226699739694595, -0.013570873066782951, 0.04406379535794258, -0.054117318242788315, -0.007311654277145863, 0.03689061850309372, 0.016451222822070122, -0.03032674826681614, -0.01600809209048748, -0.035395052284002304, -0.00555990356951952, 0.025950834155082703, -0.004431305453181267, -0.05622218921780586, 0.00830177403986454, -0.02024552784860134, -0.02446911484003067, 0.03356713801622391, 0.03273627161979675, -0.03348405286669731, 0.034259531646966934, 0.0013103509554639459, 0.021353352814912796, 0.010434339754283428, 0.07422436773777008, -0.010898241773247719, 0.037583012133836746, 0.0012748658191412687, 0.023181267082691193, 0.021062549203634262, -0.006695425603538752, 0.062149059027433395, 0.011237514205276966, 0.034093357622623444, 0.020591722801327705, 0.01985778845846653, 0.039854053407907486, -0.01838991791009903, -0.02192111499607563, 0.06752201914787292, -0.030077487230300903, -0.06890679895877838, -0.017115917056798935, 0.009942742064595222, 0.008038665167987347, -0.0054525830782949924, -0.019248483702540398, 0.010697448626160622, 0.014512525871396065, 0.027086354792118073, -0.01204068772494793, -0.029163530096411705, -0.0289696604013443, -0.07616306096315384, 0.005102925468236208, -0.024482963606715202, 0.02402598410844803, 0.004047028254717588, 0.004424381535500288, -0.021367201581597328, 0.0006240178481675684, -0.02963435649871826, 0.051513928920030594, -0.027003267779946327, 0.06081967055797577, -0.019179243594408035, 0.012504590675234795, -0.035782791674137115, -0.015135678462684155, -0.013058503158390522, 0.023804418742656708, -0.01616041734814644, 0.001557015348225832, -0.05425579845905304, -0.015911156311631203, -0.011189046315848827, 0.004895207937806845, -0.04683336243033409, 0.04182044789195061, 0.00159682787489146, -0.019996266812086105, 0.008668741211295128, -0.023361289873719215, 0.03569970652461052, 0.013425471261143684, -0.002262389287352562, -0.0035865879617631435, -0.039521705359220505, 0.007086627185344696, -0.009181111119687557, 0.025147659704089165, 0.024275245144963264, -0.0009944472694769502, -0.021838027983903885, 0.028028007596731186, -0.027058659121394157, 0.03899548947811127, -0.0354781411588192, -0.010884393937885761, 0.03473035618662834, 0.03049292229115963, -0.013432394713163376, -0.011182122863829136, 0.05090462416410446, 0.062426015734672546, -0.006719659548252821, 0.011195970699191093, -0.03262548893690109, -0.01834837533533573, 0.006685039959847927, -0.05215092748403549, 0.010074296034872532, -0.017046678811311722, 0.004130115266889334, -0.0013146783458068967, 0.008073285222053528, -0.023042788729071617, 0.01801602728664875, 0.017420569434762, -0.043260619044303894, 0.007824024185538292, 0.005739925429224968, -0.014914113096892834, 0.012449199333786964, 0.015149526298046112, 0.0168251134455204, -0.04018640145659447, 0.02919122576713562, -0.01207530777901411, 0.009852730669081211, 0.01459561288356781, -0.024289093911647797, -0.04060183838009834, 0.019871635362505913, -0.05068305879831314, 0.05530823394656181, -0.05201244726777077, 0.005937256850302219, -0.019954722374677658, 0.014803330413997173, -0.003572740126401186, 0.0010489730630069971, -0.0024251011200249195, 0.0018054108368232846, 0.019497744739055634, -0.021561071276664734, -0.04796888306736946, 0.041377317160367966, 0.011895285919308662, -0.0011926443548873067, -0.03423183411359787, 0.02289046347141266, 0.01505259145051241, -0.002897658385336399, -0.025023028254508972, -0.04204201325774193, 0.005632604938000441, 0.02913583442568779, 0.038496967405080795, -0.03619822859764099, -0.019179243594408035, -0.03514579311013222, 0.005037148017436266, -0.04677797108888626, 0.009451144374907017, -0.00633192015811801, 0.030049791559576988, 0.054228100925683975, -0.004798273090273142, 0.004140500910580158, 0.04572553560137749, 0.056831493973731995, 0.02739100717008114, 0.009506534785032272, -0.03619822859764099, -0.007387817371636629, 0.025687724351882935, -0.0396047942340374, 0.016589699313044548, 0.03284705430269241, 0.05109849199652672, 0.06940532475709915, 0.045060839504003525, 0.029274312779307365, 0.033068619668483734, -0.02707250788807869, -0.006279991008341312, -0.009541154839098454, -0.008931850083172321, -0.008959545753896236, -0.016631243750452995, 0.03625361993908882, 0.022101135924458504, -0.0058160885237157345, -0.0269063338637352, 0.016894351691007614, -0.042512837797403336, -0.029911313205957413, -0.016035787761211395, -0.019553136080503464, 0.024939941242337227, -0.027363311499357224, 0.010337404906749725, -0.043814532458782196, -0.03434261679649353, 0.042125098407268524, 0.006681577768176794, -0.025590790435671806, 0.012546134181320667, 0.032902445644140244, 0.02788952924311161, -0.0104758832603693, -0.00933343730866909, 0.015066439285874367, 0.007851719856262207, 0.0034965770319104195, -0.013737047091126442, -0.006380387581884861, 0.020536331459879875, -0.0026328186504542828, -0.02919122576713562, -0.03938322886824608, -0.001950812991708517, 0.0419035330414772, 0.028388051316142082, 0.022655049338936806, 0.00018402468413114548, -0.03010518290102482, -0.02751563861966133, -0.017808308824896812, -0.000039379767258651555, -0.017392873764038086, 0.025106115266680717, -0.042125098407268524, -0.026020072400569916, -0.0003388390759937465, -0.0036419793032109737, 0.005276023410260677, -0.024718375876545906, 0.03675214201211929, -0.006144974380731583, 0.03520118445158005, -0.0029530497267842293, -0.037306055426597595, 0.0061553604900836945, -0.027792595326900482, -0.03509040176868439, -0.004071262199431658, 0.012047612108290195, -0.009188035503029823, -0.030520617961883545, -0.0017379026394337416, -0.08114828169345856, -0.0324593149125576, 0.011078263632953167, -0.024178311228752136, -0.041155751794576645, 0.019594678655266762, 0.014664852060377598, -0.06320149451494217, 0.02935739979147911, -0.0030257508624345064, 0.0026397425681352615, 0.013681655749678612, -0.021242571994662285, 0.014498678036034107, -0.015883460640907288, -0.008481795899569988, -0.03531196713447571, -0.01784985326230526, -0.02089637517929077, -0.010150459595024586, 0.03124070353806019, -0.04129422828555107, -0.06386619061231613, -0.0010576279601082206, 0.034370314329862595, -0.015288004651665688, 0.02067480981349945, 0.008793371729552746, 0.059379495680332184, 0.023181267082691193, -0.06680192798376083, -0.051846276968717575, 0.013259297236800194, 0.05522514507174492, 0.010108916088938713, 0.07666158676147461, 0.03977096825838089, -0.006532713770866394, -0.013093123212456703, -0.02349976822733879, 0.008197915740311146, 0.012366112321615219, -0.011978372931480408, -0.002797261578962207, 0.037638403475284576, -0.02424754947423935, -0.03362252935767174, 0.011694492772221565, 0.05622218921780586, -0.01310697104781866, 0.005701844114810228, -0.04281748831272125, -0.021713396534323692, -0.03622592240571976, 0.024330636486411095, -0.025161506608128548, 0.03129609674215317, -0.012767699547111988, -0.01768367923796177, 0.04705492779612541, -0.02869270369410515, 0.2216760665178299, 0.044839274138212204, 0.005802240688353777, 0.0608750618994236, 0.03456418216228485, 0.03262548893690109, 0.02674015983939171, -0.023250507190823555, 0.027474094182252884, 0.004829430487006903, 0.03517348691821098, -0.0304375309497118, -0.0015362435951828957, 0.03268088027834892, -0.027197137475013733, 0.015717286616563797, -0.035395052284002304, 0.0061172787100076675, -0.03268088027834892, -0.046196360141038895, -0.055363625288009644, -0.0019975495524704456, -0.0008282733033411205, 0.01578652672469616, 0.02300124615430832, -0.027806442230939865, -0.05345262214541435, -0.016298895701766014, -0.004455539397895336, -0.037306055426597595, -0.01237303577363491, 0.001171007170341909, -0.0008784717065282166, 0.020314766094088554, 0.029385095462203026, 0.01872226595878601, 0.016838960349559784, 0.0004872705030720681, -0.017642134800553322, 0.06447549909353256, -0.03755531460046768, -0.04021409898996353, 0.009596546180546284, -0.038386184722185135, 0.014401743188500404, 0.043149836361408234, -0.03226544335484505, 0.027958769351243973, 0.01402785163372755, -0.009063404984772205, -0.015551112592220306, -0.0109328618273139, -0.021062549203634262, -0.0094649912789464, 0.0029357399325817823, 0.018209896981716156, 0.04276209697127342, -0.028831182047724724, -0.012615373358130455, 0.0007304730243049562, 0.03749992325901985, 0.019359266385436058, 0.015454177744686604, 0.07505524158477783, -0.028304964303970337, 0.015606503933668137, 0.016534309834241867, 0.051624711602926254, -0.022779680788517, 0.001489507150836289, -0.004275517538189888, -0.000926939130295068, 0.0033944493625313044, -0.01098825316876173, 0.04378683865070343, -0.002596468199044466, -0.027903378009796143, 0.04683336243033409, 0.056997667998075485, -0.021034853532910347, 0.00033364613773301244, 0.015648048371076584, -0.030409835278987885, -0.007062393240630627, 0.05068305879831314, 0.037638403475284576, -0.0183345265686512, -0.004767115227878094, -0.009160339832305908, 0.006768126972019672, -0.008647969923913479, 0.04276209697127342, -0.0215472225099802, -0.021339505910873413, 0.0021412207279354334 ]
9846_0
Elbing is the German name of Elbląg, a city in northern Poland which until 1945 was a German city in the province of East Prussia. Elbing may also refer to: Places Elbląg (river), on which the city of Elbląg is located Elbing, Kansas, a city in the US Ships SMS Elbing, light cruiser of the Imperial Germany Navy Elbing class torpedo boat, in the German Kriegsmarine during World War II SS Elbing, a cargo ship in service 1934-45 See also Treaty of Elbing, signed between the Dutch Republic and the Swedish Empire in 1656 Switzman v Elbling, a landmark 1957 Supreme Court of Canada decision Elbling, a grape variety
[ -0.029513992369174957, -0.032509442418813705, 0.0038067176938056946, 0.032920584082603455, -0.0455484613776207, -0.034506410360336304, 0.04469681158661842, -0.04810340330004692, -0.024683095514774323, -0.007033433765172958, 0.024536259472370148, -0.030688678845763206, -0.019940299913287163, -0.018060801550745964, -0.009647110477089882, -0.0854584276676178, -0.06983509659767151, -0.003770008683204651, -0.049366191029548645, 0.025446640327572823, 0.04434440657496452, 0.03571046143770218, -0.031276021152734756, 0.014279779978096485, 0.0196613110601902, 0.05380063131451607, 0.06355052441358566, -0.02240714058279991, 0.0389702171087265, 0.006159760989248753, -0.025211703032255173, 0.018706878647208214, 0.027193987742066383, 0.0386178120970726, 0.024330688640475273, -0.004485832992941141, -0.00599824171513319, -0.05286088213324547, 0.022289671003818512, -0.059204187244176865, 0.0037112743593752384, -0.03336108848452568, 0.02855955995619297, -0.0035369067918509245, -0.009147869423031807, 0.00040999302291311324, -0.00024388506426475942, -0.008310905657708645, 0.026665378361940384, -0.0752386525273323, 0.006758116651326418, 0.019631944596767426, -0.013574968092143536, 0.0463707409799099, -0.015432440675795078, 0.0022007012739777565, -0.010843822732567787, 0.046664413064718246, -0.011042051017284393, -0.0038801354821771383, -0.004882289562374353, -0.0027990571688860655, -0.01568206213414669, -0.020028401166200638, 0.026386389508843422, -0.028941333293914795, 0.017928648740053177, -0.00633596396073699, 0.02405170165002346, -0.029881082475185394, -0.03107045218348503, 0.016195986419916153, 0.033096786588430405, -0.03418337181210518, 0.0031881718896329403, -0.031510960310697556, -0.016357505694031715, 0.01209192629903555, -0.024389423429965973, 0.03180462867021561, 0.040526676923036575, 0.023273471742868423, 0.021702328696846962, 0.030101334676146507, 0.001639972091652453, 0.03183399885892868, 0.014918515458703041, 0.010175719857215881, -0.014015475288033485, 0.030512476339936256, 0.008986350148916245, 0.0407322458922863, -0.01650434173643589, 0.021056251600384712, 0.0010682303691282868, 0.05033530667424202, -0.025960566475987434, 0.029249688610434532, -0.04725175350904465, -0.008053942583501339, 0.017517508938908577, 0.03377223014831543, -0.004060009494423866, 0.07283055037260056, -0.007921790704131126, 0.016181303188204765, -0.014969907701015472, 0.020645111799240112, -0.030894247815012932, -0.010432682000100613, 0.02036612294614315, 0.02720867097377777, 0.04431504011154175, -0.0785277783870697, -0.023390939459204674, 0.04290541633963585, -0.023317521438002586, 0.015652693808078766, -0.022509925067424774, 0.03465324640274048, -0.02738487347960472, 0.012246103957295418, 0.006659002508968115, -0.01668054424226284, -0.005902798380702734, 0.030101334676146507, -0.0103005301207304, 0.0014701932668685913, -0.014088893309235573, -0.012892181985080242, -0.022451190277934074, -0.0033129823859781027, 0.0037167808040976524, -0.032157037407159805, -0.0012251610169187188, 0.05218543857336044, -0.014360539615154266, 0.04819150269031525, -0.01249572541564703, -0.002749500097706914, 0.03180462867021561, 0.010814455337822437, -0.00939014833420515, 0.05421176925301552, 0.01726788841187954, -0.004930011462420225, 0.09802756458520889, -0.02832462266087532, -0.04161326214671135, 0.010858505964279175, -0.038294773548841476, 0.008655969053506851, 0.040585409849882126, 0.021746380254626274, -0.027766646817326546, 0.011056734248995781, 0.035269953310489655, -0.02475651353597641, -0.006097355857491493, 0.0036782363895326853, -0.0451960526406765, 0.009257996454834938, 0.04017426818609238, 0.02312663570046425, 0.015028642490506172, -0.02716461941599846, -0.006875585298985243, 0.02675347961485386, -0.06695711612701416, -0.0027898799162358046, -0.0069122943095862865, 0.03359602764248848, 0.00904508400708437, 0.025549426674842834, 0.021438024938106537, 0.035681094974279404, 0.021261820569634438, -0.012370914220809937, 0.0041407691314816475, -0.016768645495176315, 0.04551909118890762, -0.014852439053356647, 0.010682303458452225, -0.0012113952543586493, -0.024433474987745285, 0.009581035003066063, -0.06619357317686081, -0.01559395994991064, -0.05286088213324547, 0.025975249707698822, 0.04998290166258812, 0.013039017096161842, -0.015109402127563953, 0.024859298020601273, -0.02663601003587246, 0.03230387344956398, -0.04619453847408295, 0.020043084397912025, -0.007264700252562761, -0.03855907544493675, -0.047134287655353546, 0.041760098189115524, -0.038764648139476776, 0.007532675750553608, -0.018457258120179176, -0.028823863714933395, 0.025828413665294647, 0.0427292138338089, 0.023669928312301636, 0.0374431237578392, 0.051774296909570694, 0.003002791665494442, -0.010388631373643875, 0.020512958988547325, 0.03609223663806915, 0.019455740228295326, -0.0424942746758461, 0.020630426704883575, -0.050423406064510345, 0.014984591864049435, -0.0011480723042041063, 0.04563656076788902, 0.023655245080590248, 0.02739955671131611, -0.030747413635253906, 0.005766975227743387, -0.006945332512259483, 0.052479106932878494, 0.06654597818851471, 0.027707912027835846, 0.004063680302351713, 0.005216341000050306, -0.017121052369475365, 0.0019143715035170317, -0.017355989664793015, -0.01691548153758049, 0.021922582760453224, 0.021276505663990974, 0.0069379908964037895, -0.03888211399316788, 0.0372081883251667, 0.017253205180168152, 0.03477071225643158, 0.05441734194755554, 0.024653727188706398, -0.024624360725283623, -0.017003582790493965, 0.021819796413183212, 0.017532192170619965, -0.02293574996292591, -0.02440410666167736, -0.011541292071342468, 0.0406147763133049, 0.0196613110601902, -0.012738004326820374, 0.004966720473021269, 0.020938782021403313, 0.0223630890250206, -0.0387352779507637, -0.02563752792775631, -0.0027751962188631296, 0.03973376378417015, -0.0024466512259095907, -0.03782489895820618, -0.01626940444111824, 0.02604866772890091, 0.023978283628821373, 0.007455586921423674, -0.04428567364811897, -0.050364673137664795, -0.011673444882035255, -0.012833447195589542, -0.010792429558932781, -0.01100534200668335, -0.034800078719854355, 0.02563752792775631, 0.0020960806868970394, -0.03691451624035835, 0.05344822630286217, -0.0011260468745604157, -0.012481041252613068, 0.012135977856814861, -0.03529932349920273, -0.0237139780074358, -0.021614227443933487, 0.043463390320539474, -0.0748862475156784, 0.01902991719543934, 0.03394843265414238, 0.02177574671804905, -0.004104060120880604, -0.026239553466439247, -0.028133735060691833, -0.006736091338098049, -0.017869913950562477, -0.004603301640599966, -0.011548634618520737, 0.014316488988697529, -0.015828898176550865, 0.000836505088955164, -0.005913811270147562, -0.031158553436398506, -0.009265338070690632, 0.0018372826743870974, -0.014154969714581966, -0.003390071215108037, 0.01121091190725565, 0.03277374804019928, 0.03679704666137695, 0.057677093893289566, -0.0742989033460617, -0.050247203558683395, -0.013861297629773617, -0.026533225551247597, -0.03535805642604828, 0.07300674915313721, 0.06472521275281906, 0.03662084415555, -0.026239553466439247, -0.05917482078075409, -0.03435957431793213, 0.00013742911687586457, 0.0074739414267241955, 0.016240037977695465, 0.0105061000213027, 0.033449191600084305, -0.03347855806350708, -0.025476008653640747, 0.029587410390377045, -0.0026063350960612297, 0.0023475370835512877, -0.052420374006032944, -0.04904315248131752, 0.057853296399116516, -0.01738535612821579, -0.013494208455085754, -0.006537863053381443, 0.0013545601395890117, 0.03095298260450363, -0.00011276529403403401, 0.03679704666137695, -0.061318621039390564, 0.0028082344215363264, -0.015726111829280853, -0.028838546946644783, 0.0006346058798953891, 0.0052200122736394405, 0.011240279302001, -0.005333809647709131, -0.041760098189115524, 0.007598751690238714, -0.035504892468452454, 0.019617261365056038, 0.043757062405347824, -0.0764133408665657, -0.01574079506099224, 0.011108126491308212, 0.021452708169817924, 0.040262371301651, 0.009742554277181625, 0.0377955287694931, -0.001856554881669581, 0.03952819108963013, 0.040233004838228226, -0.029807664453983307, -0.07447510957717896, -0.005473303608596325, -0.01756155863404274, -0.007811663672327995, -0.036503374576568604, 0.0357985645532608, 0.016401557251811028, -0.04898441582918167, 0.013655727729201317, -0.03817730396986008, -0.03855907544493675, 0.016122568398714066, 0.0008291632984764874, -0.0064057111740112305, 0.008553184568881989, 0.05268467962741852, 0.0440213680267334, -0.028471458703279495, -0.04334592446684837, 0.01756155863404274, -0.013244587928056717, -0.012216737493872643, -0.0225392933934927, -0.05497531592845917, -0.01691548153758049, 0.010711669921875, 0.007995208725333214, -0.0031661465764045715, -0.020689161494374275, -0.028823863714933395, 0.00021417374955490232, -0.002613676944747567, -0.02534385584294796, 0.03949882462620735, -0.025887148454785347, 0.03465324640274048, 0.057618360966444016, 0.0004946530680172145, 0.01756155863404274, -0.007584067992866039, -0.0420244000852108, -0.027370190247893333, 0.05421176925301552, 0.035857297480106354, 0.011313697323203087, -0.011592685244977474, -0.034212738275527954, -0.002773360814899206, 0.009639768861234188, 0.04725175350904465, 0.022025367245078087, -0.017781812697649002, -0.06548875570297241, 0.0426117442548275, 0.019411690533161163, -0.02246587537229061, 0.04725175350904465, -0.011071418412029743, 0.04528415575623512, 0.023376256227493286, -0.029513992369174957, 0.031863365322351456, -0.02036612294614315, 0.012378256767988205, -0.023200053721666336, 0.03562236204743385, 0.002819247078150511, -0.003399248467758298, -0.00022621887910645455, -0.042876049876213074, -0.029778296127915382, -0.034800078719854355, -0.049894798547029495, 0.0034396282862871885, -0.03817730396986008, -0.013758513145148754, 0.06272824853658676, -0.004834568127989769, 0.0019988021813333035, -0.043169718235731125, -0.018251687288284302, 0.00613039406016469, 0.03761932626366615, 0.005487987305969, -0.07471004873514175, -0.001393104437738657, -0.03359602764248848, -0.020806631073355675, -0.04904315248131752, 0.034800078719854355, 0.009213944897055626, 0.03077678009867668, -0.03218640387058258, 0.021907899528741837, 0.017605610191822052, 0.011915723793208599, 0.0025200690142810345, 0.01936763897538185, -0.011754204519093037, -0.015094717964529991, 0.01032989751547575, 0.029719563201069832, 0.017121052369475365, 0.01991093158721924, 0.05197986587882042, -0.03753122687339783, -0.03565172851085663, 0.03820667043328285, -0.00025375059340149164, 0.03670894727110863, -0.025666894391179085, -0.00006183163350215182, 0.005554063245654106, -0.028236521407961845, -0.013024333864450455, -0.006328622344881296, 0.023449674248695374, -0.0187802966684103, -0.025431957095861435, -0.0031624757684767246, -0.06695711612701416, -0.013097751885652542, -0.025006134063005447, -0.030336271971464157, -0.004489504266530275, -0.05764772742986679, 0.009786604903638363, -0.013119776733219624, -0.01293623261153698, 0.004966720473021269, -0.051950499415397644, -0.016049150377511978, 0.02679753117263317, 0.03148159012198448, -0.0043463390320539474, 0.034858815371990204, 0.013200536370277405, 0.019587893038988113, -0.024565625935792923, 0.01767902821302414, 0.01290686521679163, -0.008707362227141857, 0.03118791989982128, 0.04067351296544075, 0.01942637376487255, 0.003652540035545826, 0.03926388919353485, 0.025035500526428223, 0.04055604338645935, 0.05935102328658104, -0.027355507016181946, -0.027663860470056534, 0.01791396550834179, -0.002409942215308547, -0.014896489679813385, 0.00918457843363285, -0.022274987772107124, -0.0087440712377429, 0.01656307652592659, -0.0394400916993618, 0.0015298452926799655, 0.009815972298383713, -0.06954142451286316, -0.04722238704562187, -0.05303708463907242, 0.0018721562810242176, -0.058734312653541565, 0.0017969028558582067, -0.032157037407159805, 0.04537225514650345, -0.0424942746758461, 0.049248721450567245, -0.002833930542692542, 0.012928890995681286, 0.02610740251839161, 0.008090651594102383, -0.000022125743271317333, -0.03101171739399433, -0.04833833873271942, -0.03180462867021561, 0.02797221578657627, -0.033860329538583755, 0.04733985662460327, -0.01856004260480404, 0.013215220533311367, -0.029748929664492607, -0.01439724862575531, 0.02071852795779705, -0.036385904997587204, -0.024653727188706398, -0.039234522730112076, -0.0416719950735569, 0.021951949223876, 0.042053766548633575, 0.029044117778539658, 0.01196711603552103, 0.051363155245780945, -0.0442563034594059, -0.0433165542781353, -0.012392939999699593, 0.005131910555064678, 0.003957224544137716, 0.028192469850182533, 0.007672169711440802, 0.031569693237543106, -0.010256479494273663, 0.015505858696997166, 0.007404194213449955, 0.02510891854763031, -0.010557493194937706, -0.030218804255127907, -0.03899958357214928, -0.0008989102789200842, -0.06807307153940201, 0.014176994562149048, -0.006306597031652927, -0.021291188895702362, -0.005932165775448084, -0.05406493321061134, 0.0774705559015274, 0.06149482727050781, -0.01703295111656189, 0.02534385584294796, -0.017781812697649002, -0.007015079725533724, -0.026371706277132034, 0.02428663894534111, 0.028809180483222008, -0.015961049124598503, -0.029866397380828857, -0.011695469729602337, -0.008670653216540813, 0.033331722021102905, -0.008215461857616901, -0.013119776733219624, 0.017165102064609528, 0.022612709552049637, 0.029925132170319557, -0.010998000390827656, 0.0404973104596138, -0.0725368782877922, -0.02703246660530567, -0.00933141354471445, 0.020233970135450363, 0.020219286903738976, -0.018706878647208214, 0.017634976655244827, -0.026768162846565247, 0.01744409091770649, 0.014478008262813091, 0.0036213374696671963, 0.002716461895033717, 0.0023750688415020704, 0.018046118319034576, -0.03773679584264755, -0.06948269158601761, 0.03159905970096588, 0.010205087251961231, 0.00012503984908107668, -0.04593023285269737, 0.009221287444233894, -0.03961629420518875, -0.029748929664492607, -0.02757575921714306, -0.009536984376609325, 0.024301322177052498, 0.03618033602833748, -0.022054733708500862, 0.001901523326523602, 0.027487657964229584, 0.016195986419916153, -0.000971869332715869, 0.06742699444293976, 0.02416916936635971, 0.03952819108963013, 0.04540162533521652, -0.05109885334968567, 0.022436507046222687, -0.06184723228216171, -0.005576089024543762, -0.030218804255127907, 0.008670653216540813, 0.048543911427259445, 0.007018750533461571, -0.035211220383644104, 0.014500033110380173, -0.0037810213398188353, 0.019220804795622826, 0.0040122875943779945, -0.0233615729957819, 0.04728112369775772, -0.0013591487659141421, -0.03083551488816738, -0.011093443259596825, 0.024536259472370148, -0.033625394105911255, 0.00878077931702137, -0.060613811016082764, -0.060378871858119965, -0.004592289216816425, -0.043110985308885574, -0.039293255656957626, -0.015124085359275341, -0.007841031067073345, -0.04102591797709465, 0.01562332734465599, -0.07882145047187805, -0.00010238354298053309, 0.007139889989048243, -0.01908865198493004, -0.03201020136475563, -0.043639592826366425, 0.024550942704081535, 0.05612063780426979, -0.03935198858380318, 0.013626360334455967, -0.015138769522309303, 0.040820349007844925, -0.04434440657496452, 0.014206361956894398, -0.006027608644217253, -0.027238037437200546, 0.01920611970126629, -0.04008616879582405, -0.01334737241268158, -0.007598751690238714, -0.0427292138338089, 0.0025072209537029266, 0.0008025493007153273, 0.0022007012739777565, 0.0021107643842697144, -0.03136412426829338, -0.011614710092544556, 0.034036535769701004, -0.005752291996032, 0.059204187244176865, 0.014874464832246304, 0.06719205528497696, -0.001729909097775817, -0.028515508398413658, -0.025799047201871872, 0.022319039329886436, -0.039704397320747375, 0.07024623453617096, -0.0006566312513314188, 0.00110126833897084, -0.0228916984051466, -0.0029073485638946295, -0.009588376618921757, -0.010682303458452225, -0.03641527518630028, 0.030013233423233032, -0.016842063516378403, 0.00933141354471445, 0.018868397921323776, 0.01991093158721924, -0.020527642220258713, -0.0196613110601902, -0.0018813334172591567, -0.004779504612088203, -0.008802805095911026, -0.006420394405722618, -0.024037018418312073, 0.03641527518630028, 0.024389423429965973, 0.024506891146302223, -0.02626892179250717, 0.0454309917986393, -0.0037112743593752384, 0.020116502419114113, -0.016959533095359802, -0.07365282624959946, -0.057442158460617065, -0.031980834901332855, 0.006317609455436468, 0.008641285821795464, 0.02575499564409256, -0.0719495341181755, 0.020278021693229675, -0.01355294231325388, -0.02171701192855835, 0.03236260637640953, -0.011644077487289906, -0.012855472974479198, -0.003990262281149626, 0.012862814590334892, 0.014213703572750092, 0.031745895743370056, -0.032979317009449005, 0.04587149992585182, -0.013905348256230354, 0.009111160412430763, 0.040820349007844925, -0.00034919384052045643, -0.004496845882385969, 0.00980128813534975, 0.000008259512469521724, 0.013134460896253586, 0.03159905970096588, -0.010520784184336662, 0.00886888150125742, -0.012187370099127293, -0.021114986389875412, 0.026665378361940384, 0.019793463870882988, 0.010190403088927269, 0.01854535937309265, -0.02585778199136257, -0.025417273864150047, -0.0005795424804091454, 0.03623907268047333, -0.018002066761255264, 0.012334206141531467, -0.011768887750804424, -0.009522300213575363, 0.011423823423683643, 0.0015417757676914334, 0.048543911427259445, -0.009434198960661888, -0.014830414205789566, 0.008509133942425251, 0.014265095815062523, 0.06337432563304901, 0.0023053218610584736, -0.0017785484669730067, 0.018839031457901, 0.01328129693865776, -0.020703844726085663, -0.015080034732818604, -0.06801433116197586, -0.029837030917406082, 0.028867915272712708, -0.03952819108963013, -0.0019529159180819988, -0.0380304679274559, 0.008457740768790245, -0.0362684391438961, 0.013413448818027973, 0.07048117369413376, -0.017223836854100227, 0.01392737403512001, 0.008200778625905514, 0.03230387344956398, -0.043580859899520874, 0.014066867530345917, -0.043052252382040024, 0.016651177778840065, -0.006247862707823515, -0.018046118319034576, 0.023860814049839973, 0.018515992909669876, 0.005789000540971756, 0.003487349720671773, -0.0412021204829216, -0.028706395998597145, 0.008626602590084076, 0.05409430339932442, 0.004023300483822823, 0.02358182705938816, 0.017576243728399277, 0.0375605933368206, -0.03180462867021561, -0.033977799117565155, 0.017576243728399277, 0.030042601749300957, -0.049248721450567245, -0.008347614668309689, 0.043933264911174774, 0.0005933083593845367, 0.02640107274055481, -0.002580638974905014, 0.001497725024819374, -0.0005249379319138825, 0.04880821332335472, -0.023860814049839973, -0.015843581408262253, -0.022142836824059486, -0.05617937073111534, 0.008516475558280945, -0.04822086915373802, 0.04886694997549057, -0.041231486946344376, 0.03770742937922478, 0.0021915240213274956, -0.07341789454221725, -0.02405170165002346, 0.019294220954179764, -0.02687094733119011, 0.01585826463997364, 0.014030159451067448, 0.02769322879612446, 0.014044842682778835, 0.017708394676446915, -0.027135252952575684, 0.012561800889670849, -0.027238037437200546, -0.040585409849882126, -0.0011801925720646977, 0.020278021693229675, 0.004082034807652235, -0.04510795325040817, -0.003799375845119357, 0.0011902875266969204, -0.0187215618789196, 0.010307871736586094, 0.02142333984375, 0.029176270589232445, -0.03797173500061035, 0.014382564462721348, 0.027605127543210983, -0.0005226436187513173, -0.00026315724244341254, -0.011746862903237343, 0.059791531413793564, 0.07059864699840546, -0.005598114337772131, -0.0423768050968647, -0.005678873974829912, -0.07623713463544846, -0.06631103903055191, 0.06842547655105591, -0.06225837022066116, 0.0023328533861786127, -0.032391972839832306, -0.01296560000628233, -0.019338272511959076, 0.012011166661977768, 0.014492691494524479, -0.018941815942525864, 0.03899958357214928, 0.003210197202861309, -0.011915723793208599, 0.0038617809768766165, -0.02434537187218666, -0.013420790433883667, 0.055503927171230316, 0.015931682661175728, -0.014712945558130741, 0.020336756482720375, -0.03982186317443848, -0.023332206532359123, -0.009199261665344238, -0.0456659272313118, 0.016372188925743103, 0.0416719950735569, 0.028119051828980446, 0.0074592577293515205, -0.04604770243167877, -0.03218640387058258, 0.01750282570719719, 0.040879081934690475, -0.014991933479905128, 0.029469940811395645, -0.01838384009897709, -0.030218804255127907, 0.011489899829030037, -0.05870494619011879, -0.016416240483522415, 0.009573693387210369, -0.0428466796875, 0.03594540059566498, 0.06149482727050781, 0.06678091734647751, -0.057265955954790115, 0.25232261419296265, -0.029719563201069832, 0.03776616230607033, -0.001170097617432475, 0.025828413665294647, 0.046664413064718246, 0.010183061473071575, -0.01249572541564703, -0.00016381367458961904, 0.0019327260088175535, 0.028353989124298096, -0.021746380254626274, 0.034800078719854355, 0.032685644924640656, 0.0209534652531147, 0.04845580831170082, -0.04173072800040245, 0.04537225514650345, 0.02353777550160885, -0.005704570095986128, 0.004015958867967129, 0.020571693778038025, 0.021761063486337662, 0.03136412426829338, 0.03717882186174393, 0.006167103070765734, 0.03377223014831543, -0.005377860739827156, 0.021291188895702362, -0.028750445693731308, -0.032215770334005356, -0.03145222365856171, 0.015168135985732079, -0.000863577937707305, -0.010719012469053268, -0.03703198581933975, -0.03218640387058258, -0.036385904997587204, 0.000041154169593937695, -0.005789000540971756, -0.02299448288977146, -0.05380063131451607, 0.052244171500205994, 0.0187215618789196, 0.016474975273013115, 0.02673879638314247, -0.041995033621788025, 0.006706724409013987, 0.03565172851085663, 0.014933198690414429, 0.04816213622689247, -0.009970149956643581, 0.03394843265414238, 0.00019272197096142918, 0.002999120857566595, 0.0040122875943779945, -0.017282571643590927, -0.0426117442548275, -0.001982283079996705, 0.00741887791082263, 0.06942395865917206, -0.008912932127714157, -0.02995450049638748, 0.029352473095059395, -0.021467391401529312, 0.03717882186174393, 0.006655331701040268, 0.013413448818027973, -0.05758899450302124, -0.04173072800040245, -0.02828057110309601, -0.022084102034568787, -0.005135581362992525, -0.011754204519093037, 0.021849164739251137, 0.011137493886053562, 0.02609271928668022, -0.006387356668710709, -0.020938782021403313, -0.019000550732016563, -0.03112918511033058, -0.05794139951467514, -0.030688678845763206, 0.011636735871434212, 0.049013782292604446, 0.03253880888223648, 0.01199648343026638, 0.0003257918870076537, 0.007367485202848911, 0.02669474482536316, 0.025020817294716835, -0.0038287430070340633, 0.019059283658862114, -0.011548634618520737, 0.030218804255127907 ]
9855_0
To be in exile means to be forced away from one's home (i.e. village, town, city, state, province, territory or even country) and unable to return. People (or corporations and even governments) may be in exile for legal or other reasons. In Roman law, exsilium denoted both voluntary exile and banishment as a capital punishment alternative to death. Deportation was forced exile, and entailed the lifelong loss of citizenship and property. Relegation was a milder form of deportation, which preserved the subject's citizenship and property. The term diaspora describes group exile, both voluntary and forced. "Government in exile" describes a government of a country that has relocated and argues its legitimacy from outside that country. Voluntary exile is often depicted as a form of protest by the person who claims it, to avoid persecution and prosecution (such as tax or criminal allegations), an act of shame or repentance, or isolating oneself to be able to devote time to a particular pursuit. Article 9 of the Universal Declaration of Human Rights states that "No one shall be subjected to arbitrary arrest, detention or exile." For individuals Exiled heads of state In some cases the deposed head of state is allowed to go into exile following a coup or other change of government, allowing a more peaceful transition to take place or to escape justice. Avoiding tax or legal matters
[ -0.029921816661953926, -0.021573465317487717, -0.04221015051007271, -0.0018770017195492983, 0.011227569542825222, -0.04615013301372528, 0.00019017557497136295, -0.016696704551577568, -0.0021800771355628967, 0.012715394608676434, 0.039620231837034225, 0.0021146403159946203, -0.004759662784636021, -0.013349098153412342, -0.059733424335718155, 0.010504321195185184, -0.07185644656419754, 0.011344666592776775, -0.05011766776442528, 0.044634755700826645, 0.02359856106340885, 0.0023298929445445538, -0.03587311878800392, -0.008816741406917572, 0.02956363745033741, 0.012605185620486736, 0.07356468588113785, 0.02402562089264393, 0.033200543373823166, 0.053561706095933914, -0.006984512787312269, -0.006616000551730394, -0.0035473608877509832, -0.08502645045518875, 0.018239634111523628, 0.015084894374012947, 0.00970530416816473, -0.08634896576404572, 0.017013557255268097, -0.05560057610273361, -0.0029171016067266464, -0.03978554531931877, -0.0014809371205046773, 0.002861997112631798, -0.04766551032662392, -0.0033338305074721575, -0.0029567081946879625, -0.03259439393877983, 0.0009961884934455156, 0.0026364123914390802, 0.05303821340203285, -0.004821655806154013, 0.02603694051504135, 0.011723510921001434, 0.021366823464632034, 0.010952046141028404, -0.005300377029925585, 0.03215355426073074, 0.007232483476400375, 0.0366445817053318, -0.017495721578598022, -0.028117140755057335, 0.0020182072184979916, -0.0502554289996624, -0.006064954213798046, 0.00945044495165348, -0.007783529814332724, 0.0193417277187109, 0.02037493884563446, -0.013108015060424805, 0.0017960667610168457, -0.004473807755857706, 0.012777387164533138, -0.017013557255268097, 0.00021266945987008512, 0.013838151469826698, -0.02538946084678173, -0.00037346305907703936, 0.01837739534676075, 0.015856359153985977, 0.019507041200995445, 0.0236536655575037, 0.018239634111523628, -0.04466230794787407, -0.035570044070482254, 0.01851515844464302, -0.015897687524557114, 0.0356251485645771, 0.01620076224207878, -0.018914666026830673, 0.03342096135020256, 0.03997841477394104, -0.024080725386738777, -0.019975431263446808, -0.01516755111515522, 0.03810485452413559, -0.004074299242347479, 0.04389084130525589, -0.026767076924443245, -0.010290790349245071, 0.02596805989742279, 0.030555520206689835, 0.0014904082054272294, 0.07064414024353027, -0.013128679245710373, 0.004969749134033918, -0.005097178742289543, 0.01978256367146969, 0.011193129234015942, -0.02088465727865696, -0.010242573916912079, -0.008155486546456814, -0.0014051682082936168, -0.04562664031982422, -0.034605711698532104, 0.016476286575198174, -0.07565866410732269, -0.012550081126391888, -0.011744175106287003, -0.012329662218689919, -0.01998920738697052, -0.005906528327614069, 0.018280962482094765, 0.008878734894096851, 0.00043997608008794487, -0.04047435522079468, 0.002760397968813777, 0.018460053950548172, -0.003146130358800292, 0.012660290114581585, 0.0339169017970562, -0.006998288910835981, 0.008307023905217648, -0.011454876512289047, -0.020719343796372414, 0.0483267642557621, 0.014492519199848175, 0.05791497230529785, 0.03215355426073074, -0.04160400107502937, -0.010545649565756321, -0.015222655609250069, 0.0022816762793809175, 0.036727238446474075, 0.019878996536135674, 0.0357353575527668, 0.041879523545503616, 0.025499669834971428, -0.03135453909635544, 0.009608871303498745, -0.023474574089050293, -0.001047849073074758, 0.008217479102313519, 0.047334883362054825, -0.04259588196873665, 0.028819724917411804, -0.012474311515688896, 0.02602316439151764, 0.012694730423390865, 0.041493792086839676, -0.025100162252783775, 0.01890088990330696, 0.01580125465989113, 0.025334356352686882, 0.02994936890900135, -0.00513850711286068, -0.06414179503917694, -0.017702363431453705, -0.01753704994916916, 0.008245031349360943, 0.027400780469179153, -0.017881454899907112, -0.03215355426073074, -0.011592637747526169, 0.02165612205862999, 0.01998920738697052, -0.022344930097460747, -0.013920808210968971, 0.0069500720128417015, -0.005965076852589846, -0.033696483820676804, 0.06601535528898239, -0.006275040563195944, 0.03350361809134483, 0.05144017934799194, -0.02281332015991211, -0.02821357361972332, 0.011434212327003479, -0.027648750692605972, -0.04400105029344559, 0.032291315495967865, 0.033200543373823166, -0.00021439147531054914, 0.0511646531522274, 0.03714052587747574, -0.0040639666840434074, -0.03838038071990013, -0.0007563972030766308, 0.0016755253309383988, -0.05907217040657997, -0.04915333539247513, 0.02917790412902832, -0.02577519416809082, 0.0405019074678421, 0.027662526816129684, -0.016862018033862114, 0.05110954865813255, 0.07207686454057693, -0.0026691309176385403, -0.0089338393881917, -0.011110472492873669, -0.0318780317902565, -0.005816983059048653, 0.016310973092913628, 0.007969507947564125, -0.010256350040435791, -0.031905584037303925, 0.04736243560910225, -0.04234791174530983, 0.04570929706096649, -0.018101872876286507, 0.034164875745773315, -0.05874154344201088, 0.051633045077323914, -0.025926731526851654, -0.024631772190332413, 0.0327872596681118, 0.0754382461309433, 0.00019674077339004725, 0.00925757922232151, 0.03804975003004074, 0.01972745917737484, -0.0022610120940953493, 0.034550607204437256, 0.010097924619913101, -0.009044048376381397, -0.0037677795626223087, 0.05686798319220543, -0.03008713200688362, 0.058521121740341187, -0.011324002407491207, 0.07047882676124573, 0.10045575350522995, 0.014003465883433819, -0.0043670423328876495, 0.022317377850413322, 0.023102618753910065, 0.014630280435085297, 0.022400034591555595, 0.024907294660806656, 0.032291315495967865, 0.015704821795225143, 0.04358776658773422, 0.011606413871049881, -0.03413732349872589, 0.0007477871258743107, 0.040832534432411194, 0.018859561532735825, -0.033200543373823166, -0.028874829411506653, -0.010986486449837685, 0.012074803002178669, 0.018721800297498703, -0.02223472110927105, 0.041548896580934525, 0.04113560914993286, 0.012584521435201168, -0.018074320629239082, -0.029343219473958015, -0.05237695574760437, -0.03138209134340286, -0.02005808800458908, -0.032869916409254074, -0.03245662897825241, -0.03058307245373726, 0.017206422984600067, 0.048822708427906036, -0.03096880577504635, 0.06403158605098724, -0.04066722095012665, -0.06596025079488754, 0.05824559926986694, -0.017716139554977417, -0.03328320011496544, -0.046232789754867554, 0.03791198879480362, -0.00953998975455761, -0.04110805690288544, 0.0029274336993694305, 0.01909375563263893, -0.021049970760941505, -0.05628938600420952, -0.003480202052742243, 0.02757987007498741, 0.014836923219263554, -0.01606300100684166, 0.031657613813877106, 0.013087350875139236, -0.030445311218500137, -0.020609132945537567, 0.0010960656218230724, -0.021890316158533096, -0.03353117033839226, -0.012660290114581585, -0.012715394608676434, 0.016862018033862114, 0.006371473427861929, 0.015305312350392342, -0.012233229354023933, 0.03838038071990013, -0.01907997950911522, 0.0092162499204278, -0.0008110713679343462, 0.01858403906226158, -0.03785688430070877, 0.026381343603134155, 0.03468836843967438, -0.03824261575937271, 0.02204185351729393, -0.011358442716300488, 0.0014817981282249093, -0.021697450429201126, 0.0025468673557043076, -0.01870802417397499, -0.008789189159870148, 0.0068605272099375725, 0.027841616421937943, -0.07494230568408966, 0.06111104041337967, 0.012860044836997986, -0.037250734865665436, -0.04143868759274483, -0.004522024188190699, -0.028764620423316956, -0.011523757129907608, 0.02802070789039135, -0.04295406490564346, -0.022069407626986504, -0.025224147364497185, -0.01173039898276329, -0.013197559863328934, -0.06342543661594391, -0.014630280435085297, -0.027814064174890518, 0.00889939907938242, 0.03237397223711014, -0.019975431263446808, 0.0014817981282249093, -0.009354012086987495, 0.01688957028090954, 0.013865703716874123, 0.0275660939514637, 0.0046563418582081795, 0.015539507381618023, 0.007280699908733368, 0.03207089751958847, -0.01965857855975628, 0.001047849073074758, -0.02107752300798893, -0.01133777853101492, 0.0677235946059227, 0.012171236798167229, -0.016986003145575523, 0.009112928993999958, 0.019741235300898552, -0.06436221301555634, 0.0242184866219759, 0.023805202916264534, 0.03008713200688362, -0.07764243334531784, 0.029067695140838623, -0.007280699908733368, -0.02300618588924408, -0.033586274832487106, -0.02230360172688961, -0.007569999434053898, 0.020650463178753853, -0.00340615538880229, 0.004945640917867422, -0.051770806312561035, 0.007755977567285299, 0.011200017295777798, 0.029095247387886047, 0.034936338663101196, 0.002758675953373313, 0.0038711007218807936, -0.038793664425611496, 0.005059294402599335, 0.01381748728454113, -0.08596323430538177, -0.016986003145575523, -0.021311717107892036, 0.0051832799799740314, -0.04664607346057892, -0.00867898017168045, -0.02698749490082264, 0.039234500378370285, 0.018859561532735825, 0.04744509235024452, -0.015222655609250069, 0.02596805989742279, 0.0947248712182045, -0.021752554923295975, 0.02518281899392605, 0.0007443430949933827, -0.02673952467739582, -0.004918088670819998, 0.08260185271501541, -0.0183222908526659, -0.00008556286047678441, -0.027814064174890518, 0.012074803002178669, 0.021311717107892036, -0.0006298287771642208, 0.016614047810435295, 0.03366893157362938, -0.005376146174967289, -0.024246040731668472, 0.05436072498559952, 0.0011399771319702268, -0.007025841157883406, 0.00880296528339386, 0.006819198839366436, 0.027855394408106804, 0.03579046204686165, -0.020347386598587036, 0.005472579039633274, -0.05863133445382118, 0.06381116807460785, 0.03264949843287468, 0.01536041684448719, -0.03529451787471771, 0.0071016098372638226, -0.011406660079956055, -0.004353266209363937, 0.007728425320237875, -0.0046081249602139, -0.049511514604091644, 0.0024435461964458227, -0.021504584699869156, 0.0043601542711257935, 0.02397051639854908, 0.010931381955742836, -0.010111700743436813, -0.019741235300898552, -0.02737322822213173, -0.017082437872886658, -0.022909753024578094, -0.04124582186341286, -0.015787478536367416, 0.013996577821671963, -0.09511060267686844, 0.01475426647812128, -0.07890983670949936, -0.008789189159870148, -0.015511955134570599, 0.008362128399312496, -0.005011077970266342, -0.017592154443264008, -0.0008205424528568983, -0.01198525819927454, -0.024177158251404762, -0.0051901680417358875, -0.0071567147970199585, 0.004773438908159733, 0.03986820578575134, -0.036286402493715286, 0.0026346903759986162, 0.034991443157196045, 0.03207089751958847, -0.006347365211695433, -0.01837739534676075, -0.00876852497458458, -0.011330890469253063, 0.01806054450571537, -0.057088401168584824, -0.017688587307929993, 0.042513225227594376, -0.03027999773621559, 0.0034543718211352825, -0.010628306306898594, 0.009836177341639996, 0.026133373379707336, -0.03843548521399498, -0.012481200508773327, -0.035129204392433167, 0.025017505511641502, 0.009016496129333973, -0.02487974241375923, 0.014919579960405827, -0.037636466324329376, 0.007948843762278557, 0.03347606584429741, 0.029839159920811653, -0.023419469594955444, -0.03568025305867195, -0.010283902287483215, -0.01811564899981022, -0.02190409228205681, -0.016724256798624992, 0.029480980709195137, 0.02912279963493347, -0.003957201726734638, -0.006161387078464031, 0.024852190166711807, -0.002607138128951192, -0.04306427389383316, -0.03617619350552559, 0.06326012313365936, 0.0375538095831871, -0.005162615794688463, -0.0035008664708584547, -0.02184898778796196, 0.03545983508229256, 0.036479268223047256, 0.005841091275215149, 0.018404947593808174, -0.03284236416220665, 0.022441362962126732, 0.02808958850800991, -0.036286402493715286, -0.0541127510368824, -0.03849058970808983, 0.000912670511752367, -0.008513666689395905, 0.01760593056678772, -0.03736094385385513, 0.006388693582266569, -0.04672873020172119, -0.0318780317902565, -0.013252665288746357, -0.07692607492208481, -0.0241082776337862, -0.022262273356318474, -0.02153213694691658, -0.003795331809669733, 0.030252445489168167, -0.008706532418727875, 0.009815513156354427, -0.011558197438716888, -0.02088465727865696, 0.03934470936655998, 0.026560435071587563, 0.02049892395734787, -0.016875794157385826, -0.02055402845144272, -0.00184428330976516, 0.062047820538282394, 0.0236536655575037, 0.008382792584598064, 0.015071118250489235, -0.01169595867395401, 0.009402228519320488, -0.025306804105639458, -0.0015308756846934557, -0.0737299993634224, -0.03047286346554756, 0.015057342126965523, 0.042706094682216644, -0.03033510223031044, -0.04518580064177513, 0.06871548295021057, 0.0029722063336521387, -0.0407223254442215, -0.008913175202906132, -0.05714350566267967, -0.016490062698721886, -0.008024612441658974, 0.034027114510536194, 0.03733339160680771, 0.01664160005748272, -0.004294717684388161, 0.036286402493715286, 0.030886149033904076, -0.008809853345155716, -0.022193392738699913, 0.011613301932811737, -0.04697670042514801, -0.0397028885781765, 0.013741718605160713, 0.01439608633518219, 0.005779098719358444, 0.02044381946325302, -0.01806054450571537, 0.07538314163684845, 0.02216584049165249, -0.059347692877054214, 0.07306874543428421, -0.00015304451517295092, -0.010339007712900639, -0.009980827569961548, 0.039482470601797104, 0.0004313659737817943, -0.020540252327919006, -0.037829332053661346, -0.02211073599755764, -0.03375158831477165, -0.026629315689206123, -0.027814064174890518, -0.005940968636423349, -0.06717254966497421, 0.02486596629023552, 0.04402860254049301, -0.015071118250489235, 0.05226674675941467, -0.026395119726657867, 0.003478480037301779, -0.07411573827266693, 0.023887859657406807, 0.024535339325666428, 0.02937077172100544, 0.05314842239022255, -0.07857920974493027, 0.019823892042040825, 0.029839159920811653, 0.05020032450556755, 0.008169262669980526, -0.019741235300898552, 0.046039924025535583, 0.05686798319220543, -0.043477557599544525, 0.024135829880833626, -0.005214276257902384, -0.06094572693109512, -0.023818979039788246, -0.06529899686574936, -0.026519106701016426, 0.006925963796675205, -0.050227876752614975, 0.015511955134570599, 0.029894264414906502, 0.020485147833824158, -0.014120562933385372, 0.006612556520849466, -0.030032027512788773, 0.001840839278884232, 0.04215504601597786, 0.014382310211658478, 0.011978370137512684, -0.0007495091413147748, 0.02268933318555355, 0.02525169961154461, 0.0072600357234478, -0.04496538266539574, -0.0173579603433609, 0.00626470847055316, 0.06496836245059967, 0.051770806312561035, -0.006939739920198917, 0.05121975764632225, -0.005934080574661493, 0.010910717770457268, 0.000919558631721884, -0.0026725749485194683, 0.01606300100684166, 0.03284236416220665, -0.023433245718479156, -0.03601088002324104, 0.0424305684864521, 0.015374193899333477, -0.03231886774301529, -0.018280962482094765, -0.026505330577492714, -0.03722318261861801, 0.030748387798666954, 0.021876540035009384, 0.007025841157883406, -0.03824261575937271, -0.04788592830300331, -0.03157495707273483, -0.002469376428052783, -0.027786511927843094, -0.012660290114581585, -0.011509981006383896, -0.025609878823161125, -0.013287105597555637, -0.032869916409254074, -0.04298161715269089, 0.012777387164533138, 0.005076514557003975, 0.020925985649228096, -0.013679726049304008, -0.007067169528454542, -0.003774667624384165, -0.03496389091014862, -0.054140303283929825, 0.0004173745692241937, -0.015704821795225143, 0.026381343603134155, 0.021297940984368324, 0.012970253825187683, -0.0029239896684885025, 0.05769455432891846, 0.02043004333972931, -0.010104812681674957, 0.03738849610090256, -0.0656847283244133, -0.008313911966979504, 0.06326012313365936, -0.006237155757844448, -0.006323256995528936, 0.023543456569314003, 0.04499293491244316, -0.03510165214538574, -0.03953757509589195, -0.07406063377857208, 0.007149826735258102, 0.013838151469826698, 0.046370550990104675, -0.03466081619262695, -0.02884727716445923, -0.03895897790789604, 0.020939761772751808, -0.035570044070482254, -0.029398323968052864, -0.03430263698101044, 0.00469078216701746, -0.026822181418538094, -0.005262492690235376, 0.01538797002285719, 0.03027999773621559, -0.00230406248010695, 0.043229587376117706, 0.008920063264667988, 0.038270168006420135, 0.0015050453366711736, 0.001709965756163001, -0.01967235468327999, 0.016986003145575523, 0.002861997112631798, 0.01567726954817772, -0.02795182727277279, 0.0173579603433609, -0.0020027090795338154, 0.02281332015991211, -0.03534962236881256, -0.0474175401031971, -0.026835957542061806, 0.012901373207569122, 0.0019269402837380767, 0.024590443819761276, 0.03760891407728195, -0.015057342126965523, 0.05290045216679573, -0.05378212407231331, 0.003407877404242754, -0.04609502851963043, -0.0693216323852539, 0.019396832212805748, 0.009663975797593594, 0.00261058215983212, 0.006684881169348955, -0.0013311213115230203, 0.007115385960787535, -0.033696483820676804, 0.005451914854347706, -0.01644873432815075, -0.0013810599921271205, -0.028819724917411804, -0.017716139554977417, 0.0032270653173327446, 0.010035932064056396, 0.020333610475063324, 0.04986969381570816, -0.014671609736979008, 0.011289562098681927, -0.03058307245373726, 0.015718597918748856, 0.04876760393381119, -0.0184324998408556, -0.013907032087445259, -0.035570044070482254, 0.002608860144391656, -0.02975650317966938, -0.011303338222205639, 0.049979906529188156, -0.006760649848729372, 0.04287140816450119, -0.008107269182801247, 0.0054278066381812096, 0.007886851206421852, 0.0011124248849228024, 0.03501899540424347, 0.020485147833824158, -0.0406121164560318, -0.03722318261861801, -0.016875794157385826, 0.026271134614944458, 0.01755082607269287, 0.007280699908733368, 0.01504356600344181, -0.006708989385515451, -0.04480006918311119, 0.017688587307929993, -0.011062256060540676, 0.02846154384315014, 0.014065458439290524, 0.0004289982025511563, -0.0022765102330595255, 0.07400552928447723, 0.0227444376796484, -0.03207089751958847, -0.036534372717142105, 0.05055850371718407, 0.019575921818614006, 0.043422453105449677, 0.01321133691817522, 0.007184267044067383, -0.005066182464361191, -0.013521299697458744, -0.025995612144470215, 0.0158839114010334, -0.016820689663290977, -0.007638880051672459, -0.005307265091687441, 0.018983546644449234, 0.053561706095933914, -0.0003650682047009468, 0.010345895774662495, -0.037884436547756195, -0.030748387798666954, 0.001548956846818328, 0.0014792151050642133, 0.014272100292146206, -0.0104078883305192, 0.03939981386065483, -0.034219980239868164, -0.02049892395734787, 0.013390426523983479, 0.0135281877592206, -0.004070855211466551, -0.04325713962316513, -0.01468538586050272, 0.032043345272541046, 0.012749834917485714, -0.028006931766867638, 0.01124823372811079, 0.03579046204686165, -0.03182292729616165, -0.029398323968052864, 0.011888825334608555, 0.01378304697573185, -0.05339639261364937, 0.030831044539809227, -0.030638176947832108, 0.04904312640428543, -0.0289299339056015, -0.013576405122876167, -0.001816730946302414, -0.044056154787540436, 0.008623875677585602, 0.0038538805674761534, 0.01600789651274681, 0.029894264414906502, -0.009326459839940071, 0.056978192180395126, 0.04953906685113907, -0.012012810446321964, 0.04182441905140877, -0.020857105031609535, -0.022868424654006958, -0.02751098945736885, 0.04320203512907028, -0.07202176004648209, 0.004797547589987516, -0.047142017632722855, -0.023887859657406807, 0.01210924331098795, 0.011682182550430298, 0.022524019703269005, 0.034027114510536194, -0.03317299112677574, -0.05044829472899437, 0.0339169017970562, 0.024177158251404762, 0.0019234962528571486, 0.03438529372215271, 0.03375158831477165, 0.03444039821624756, -0.009567542001605034, -0.0013931141002103686, -0.002837888663634658, -0.012377878651022911, -0.015112446621060371, -0.0368649996817112, 0.0754382461309433, -0.006750317756086588, -0.08392436057329178, -0.02693239040672779, -0.03521186113357544, 0.02923300862312317, 0.022000525146722794, -0.039482470601797104, -0.01410678680986166, 0.02950853295624256, 0.05907217040657997, 0.016145657747983932, -0.027924275025725365, -0.02319905161857605, 0.012866932898759842, 0.03873855993151665, 0.019038651138544083, -0.027717631310224533, -0.0060339574702084064, 0.009980827569961548, -0.04378063231706619, 0.032291315495967865, 0.0003017839917447418, 0.01818452961742878, 0.017495721578598022, 0.0007809360395185649, 0.017757469788193703, 0.014671609736979008, -0.03939981386065483, 0.025609878823161125, 0.03168516606092453, 0.03876611217856407, 0.01146865263581276, 0.005317597184330225, -0.03887632116675377, -0.0008248474914580584, -0.016862018033862114, -0.030169788748025894, -0.02437002584338188, -0.010690299794077873, -0.013183783739805222, 0.023543456569314003, 0.048299212008714676, -0.02950853295624256, 0.21843478083610535, 0.04408370703458786, 0.01818452961742878, -0.041548896580934525, -0.027979379519820213, 0.05397498980164528, 0.02160101756453514, -0.021256612613797188, 0.039289604872465134, 0.016214538365602493, 0.008217479102313519, -0.05353415384888649, 0.007067169528454542, -0.006643552798777819, 0.030362654477357864, 0.03810485452413559, -0.011358442716300488, 0.05044829472899437, -0.04918088763952255, -0.04074987769126892, -0.04204483702778816, -0.01230899803340435, -0.010070372372865677, 0.06292949616909027, 0.009973939508199692, 0.014093010686337948, 0.010022155940532684, -0.012178124859929085, 0.007356469053775072, 0.02037493884563446, -0.008789189159870148, -0.03256684169173241, -0.015539507381618023, -0.008913175202906132, -0.02711148001253605, -0.013714166358113289, 0.009725968353450298, -0.06270907819271088, -0.02102241851389408, 0.03397200629115105, 0.010180581361055374, -0.018542710691690445, 0.053065765649080276, 0.0011046756990253925, 0.010435440577566624, 0.07902004569768906, -0.0406121164560318, 0.032621946185827255, 0.005379590205848217, -0.022868424654006958, 0.031079014763236046, -0.014409862458705902, 0.001288070809096098, -0.030114684253931046, -0.03661702945828438, 0.005699886009097099, -0.0183222908526659, 0.0032253433018922806, 0.004494471941143274, -0.010931381955742836, -0.00013668532483279705, 0.02430114522576332, 0.02931566722691059, 0.0012536305002868176, 0.048684947192668915, 0.09681884199380875, 0.03760891407728195, 0.0031409643124789, -0.04311937838792801, -0.048354316502809525, 0.013548851944506168, -0.04460720345377922, -0.03956512734293938, -0.025017505511641502, 0.021160179749131203, -0.0077766417525708675, -0.03317299112677574, -0.00469078216701746, -0.023791426792740822, -0.01870802417397499, -0.012191900983452797, -0.03703031688928604, -0.048106346279382706, 0.011441100388765335, 0.02262045256793499, 0.0007099026697687805, -0.02551344595849514, -0.015663493424654007, 0.039813101291656494, -0.02994936890900135, 0.038986530154943466, 0.008327688090503216, -0.012377878651022911, -0.005692997481673956, 0.005073070526123047 ]
9855_1
Avoiding tax or legal matters A wealthy citizen who moves to a jurisdiction with lower taxes is termed a tax exile. Creative people such as authors and musicians who achieve sudden wealth sometimes choose this solution. Examples include the British-Canadian writer Arthur Hailey, who moved to the Bahamas to avoid taxes following the runaway success of his novels Hotel and Airport, and the English rock band the Rolling Stones who, in the spring of 1971, owed more in taxes than they could pay and left Britain before the government could seize their assets. Members of the band all moved to France for a period of time where they recorded music for the album that came to be called Exile on Main Street, the Main Street of the title referring to the French Riviera. In 2012, Eduardo Saverin, one of the founders of Facebook, made headlines by renouncing his U.S. citizenship before his company's IPO. The dual Brazilian/U.S. citizen's decision to move to Singapore and renounce his citizenship spurred a bill in the U.S. Senate, the Ex-PATRIOT Act, which would have forced such wealthy tax exiles to pay a special tax in order to re-enter the United States. In some cases a person voluntarily lives in exile to avoid legal issues, such as litigation or criminal prosecution. An example of this is Asil Nadir, who fled to the Turkish Republic of Northern Cyprus for 17 years rather than face prosecution in connection with the failed £1.7 bn company Polly Peck in the United Kingdom. Avoiding violence or persecution, or in the aftermath of war Examples include: Iraqi academics asked to return home "from exile" to help rebuild Iraq in 2009 Jews who fled persecution from Nazi Germany People undertaking a religious or civil liberties role in society may be forced into exile due to threat of persecution. For example, nuns were exiled following the Communist coup d'état of 1948 in Czechoslovakia. Euphemism for convict Exile, government man and assigned servant were all euphemisms used in the 19th century for convicts under sentence who had been transported from Britain to Australia. For groups, nations and governments Comfortable exile
[ -0.039091285318136215, -0.011292352341115475, -0.025454072281718254, 0.009194320067763329, -0.008546398021280766, -0.025685474276542664, -0.00920974649488926, -0.01059043686836958, -0.00558061245828867, 0.010328182950615883, 0.04384271055459976, -0.003848964348435402, 0.019530216231942177, -0.021396847441792488, -0.056801147758960724, 0.01051330380141735, -0.06337292492389679, 0.034000471234321594, -0.021365994587540627, 0.019453082233667374, 0.033290840685367584, -0.00831499695777893, -0.024343349039554596, -0.03690069168806076, 0.022044770419597626, 0.0237417072057724, 0.05815869942307472, 0.014038306660950184, 0.0764547809958458, 0.033568523824214935, 0.0036966255865991116, -0.035203754901885986, -0.004662723280489445, -0.03142420947551727, 0.006764612626284361, 0.014154007658362389, 0.03180987760424614, -0.11119573563337326, -0.007030723616480827, -0.020471245050430298, -0.029680991545319557, -0.031933292746543884, 0.025454072281718254, -0.004404325969517231, -0.04890267178416252, -0.013120417483150959, -0.031748171895742416, -0.017385903745889664, 0.02951129712164402, -0.02466731145977974, 0.023803414776921272, -0.009788247756659985, 0.060287587344646454, 0.0086389584466815, 0.04359588399529457, 0.0017277916194871068, -0.034216444939374924, 0.007478097919374704, -0.023325186222791672, 0.02886337600648403, 0.01038988959044218, -0.01337495818734169, 0.013791479170322418, -0.024219935759902, -0.0018994137644767761, 0.00043098372407257557, -0.00333988294005394, -0.008561824448406696, 0.024559324607253075, -0.03292060270905495, -0.013891752809286118, 0.010698423720896244, -0.01325925812125206, 0.0029465018305927515, -0.005538189318031073, -0.00553433271124959, -0.020394111052155495, -0.026595650240778923, -0.0051756612956523895, 0.02863197587430477, 0.01618262007832527, 0.005002111196517944, -0.0023332899436354637, -0.017355049028992653, -0.049797423183918, -0.0013970815343782306, 0.01800297200679779, 0.07040750980377197, 0.004111218266189098, 0.002551192417740822, 0.004716716706752777, 0.040479689836502075, -0.0034073747228831053, -0.02676534280180931, 0.018604613840579987, 0.061213187873363495, -0.009942514821887016, 0.04063395783305168, -0.018110958859324455, -0.026904184371232986, 0.035172902047634125, 0.015226163901388645, -0.0026071141473948956, 0.05602981522679329, 0.009711114689707756, 0.021165447309613228, -0.0011483257403597236, 0.012811883352696896, 0.009572274051606655, -0.017231635749340057, 0.010112209245562553, 0.004566306248307228, 0.0207489263266325, -0.046280134469270706, -0.026904184371232986, 0.0026977460365742445, -0.02653394266963005, 0.02602486126124859, -0.034000471234321594, 0.015295583754777908, -0.021335141733288765, -0.005387778859585524, 0.02213733084499836, -0.0015253160381689668, -0.016938528046011925, -0.019221682101488113, -0.028045760467648506, 0.07201188802719116, -0.05208057537674904, 0.01755559630692005, 0.03637618571519852, 0.002902149921283126, -0.006899596657603979, -0.005237368401139975, -0.02326348051428795, 0.059361983090639114, 0.007470384705811739, 0.028431428596377373, 0.018805161118507385, -0.02309378609061241, 0.013768339529633522, -0.006949733477085829, -0.01175515353679657, 0.07336943596601486, 0.007863765582442284, 0.028184600174427032, 0.01327468454837799, 0.006888026371598244, -0.02418908290565014, 0.013004717417061329, -0.04375015199184418, 0.013752913102507591, 0.020795205608010292, 0.05140180140733719, -0.015341863967478275, 0.008962919004261494, -0.008469264023005962, -0.0035404302179813385, 0.013197551481425762, 0.03733263909816742, -0.050630465149879456, 0.011392625980079174, 0.030807141214609146, 0.05325300619006157, 0.02005472406744957, 0.002923361724242568, -0.03545058146119118, 0.021967636421322823, -0.002537693828344345, -0.01593579165637493, 0.03612935543060303, 0.0059739938005805016, -0.030498607084155083, 0.026935037225484848, 0.00944886077195406, 0.053407274186611176, 0.03637618571519852, -0.02679619751870632, 0.027598386630415916, -0.021828796714544296, -0.02719729207456112, 0.05140180140733719, -0.004211491905152798, 0.031501345336437225, -0.004736000206321478, -0.020610086619853973, -0.045755624771118164, -0.011477473191916943, -0.0003769902396015823, -0.038412511348724365, 0.021535689011216164, 0.0239422544836998, -0.03202585130929947, 0.029187336564064026, 0.03859763219952583, -0.021736236289143562, -0.03983176872134209, -0.013884039595723152, 0.00026876223273575306, -0.07040750980377197, -0.02787606604397297, 0.026580221951007843, -0.019252534955739975, 0.04609501361846924, 0.03924555331468582, -0.012696183286607265, 0.07768891751766205, 0.07195018231868744, -0.01729334332048893, 0.03427815064787865, -0.022708117961883545, -0.038196537643671036, 0.030714580789208412, -0.048563286662101746, 0.017401330173015594, 0.0032781760673969984, -0.0060626971535384655, 0.02671906352043152, -0.009672547690570354, 0.004115075338631868, -0.010212482884526253, 0.017123648896813393, -0.02118087373673916, 0.024127375334501266, -0.01865089312195778, -0.008970632217824459, 0.045107703655958176, 0.08361276984214783, -0.027598386630415916, 0.02375713549554348, -0.011292352341115475, -0.0007973681204020977, 0.021319715306162834, 0.05053790658712387, 0.02465188317000866, -0.019314242526888847, 0.015681251883506775, 0.027613813057541847, -0.015457564033567905, 0.04063395783305168, -0.005013681016862392, 0.03199499845504761, 0.08416813611984253, 0.03622191771864891, 0.0065139285288751125, 0.04467575624585152, 0.01189399417489767, 0.006729902699589729, 0.02306293323636055, 0.004593302961438894, 0.011361772194504738, 0.03042147308588028, 0.005842866841703653, 0.027721799910068512, -0.03548143431544304, 0.0544254370033741, 0.03298230841755867, -0.0037429057992994785, 0.002283153124153614, -0.044830020517110825, -0.009811388328671455, 0.021319715306162834, -0.01985417678952217, -0.03890616446733475, 0.03384620323777199, 0.020131858065724373, 0.004778423812240362, 0.02511468529701233, -0.012935296632349491, -0.03304401412606239, -0.007030723616480827, -0.020610086619853973, -0.034679245203733444, 0.002001615706831217, -0.03501863405108452, -0.020610086619853973, 0.03298230841755867, -0.02997409924864769, 0.05550530552864075, -0.03761032223701477, -0.017663583159446716, 0.011330919340252876, -0.0013777981512248516, 0.020687218755483627, 0.005842866841703653, 0.012711609713733196, -0.010459310375154018, -0.02443590946495533, -0.0003569837426766753, 0.025068406015634537, 0.009217459708452225, -0.04202235862612724, 0.0011531466152518988, 0.01567353866994381, 0.00900919921696186, 0.0016390880336984992, 0.02400396205484867, 0.017833277583122253, -0.049889981746673584, -0.005407062359154224, -0.004755283705890179, -0.0122102415189147, 0.00910947285592556, -0.028770815581083298, 0.0018116743303835392, 0.02628711611032486, -0.0031836875714361668, -0.00377761572599411, 0.036314476281404495, 0.04998254403471947, -0.026456808671355247, -0.0025859023444354534, 0.02119630016386509, 0.009472000412642956, -0.04757597669959068, 0.04865584522485733, 0.028462281450629234, -0.015056469477713108, -0.026456808671355247, -0.03230353444814682, 0.016228899359703064, -0.024127375334501266, -0.005291361827403307, 0.005156378261744976, -0.011292352341115475, 0.039554085582494736, 0.016707127913832664, -0.06553266942501068, 0.05874491482973099, -0.014030593447387218, -0.012194815091788769, -0.03717837482690811, -0.024374203756451607, -0.018542906269431114, -0.00831499695777893, -0.014493394643068314, -0.007127140648663044, -0.03480266034603119, -0.0020787492394447327, 0.02833886817097664, -0.041868094354867935, -0.058498088270425797, -0.007848339155316353, -0.01892857439815998, -0.0011213290272280574, 0.034956928342580795, -0.011215219274163246, -0.025963153690099716, -0.010397602804005146, 0.006791609339416027, 0.015920365229249, 0.024034814909100533, 0.0075089517049491405, 0.01616719365119934, 0.03665386512875557, 0.04797707125544548, -0.006610345561057329, -0.02326348051428795, -0.014848208986222744, 0.00817615631967783, 0.03548143431544304, 0.014956195838749409, 0.0051756612956523895, 0.00877008493989706, -0.017586451023817062, -0.06220049783587456, -0.01869717426598072, 0.010837264358997345, 0.05791187286376953, -0.05396263301372528, 0.03619106486439705, -0.002583974041044712, -0.04316393658518791, -0.02418908290565014, -0.048439871519804, -0.018157238140702248, 0.029927819967269897, 0.03640703856945038, -0.008237863890826702, -0.04498428851366043, 0.032858893275260925, -0.02446676418185234, 0.03452497720718384, 0.011384912766516209, -0.01821894571185112, -0.04334905743598938, -0.0278914924710989, -0.027613813057541847, 0.0033437395468354225, -0.04038712754845619, -0.01841949298977852, -0.01108409184962511, 0.04122017323970795, -0.053839221596717834, -0.007736495696008205, -0.04214577376842499, 0.036592159420251846, -0.0032704626210033894, -0.0009077655267901719, 0.029434164986014366, 0.057973578572273254, 0.08947492390871048, 0.02192135527729988, 0.027258997783064842, 0.011947987601161003, -0.029603857547044754, -0.008253290317952633, 0.05859064683318138, -0.030328914523124695, -0.024806151166558266, -0.029341604560613632, 0.0032183974981307983, 0.046434398740530014, 0.008407557383179665, -0.012734750285744667, -0.00507924472913146, -0.003143192268908024, -0.05220399051904678, 0.02654936909675598, 0.029665565118193626, -0.03548143431544304, 0.0025338372215628624, -0.01914454810321331, 0.03773373365402222, 0.022985799238085747, -0.015712104737758636, -0.006228534504771233, -0.056862857192754745, 0.048501577228307724, 0.015002476051449776, 0.02118087373673916, -0.03251950815320015, -0.012472495436668396, -0.053129591047763824, -0.019946737214922905, 0.007377824280411005, 0.017108222469687462, -0.019021134823560715, -0.008037316612899303, -0.06411340832710266, 0.005318358540534973, 0.042546868324279785, -0.005800443235784769, 0.027505826205015182, -0.006093550939112902, 0.006787752732634544, -0.011130372062325478, -0.02397310920059681, 0.01937594823539257, -0.0005124560557305813, 0.015588691458106041, -0.058714061975479126, 0.009217459708452225, -0.049704860895872116, -0.03705495968461037, -0.01487906277179718, -0.0033244562800973654, -0.017277916893363, -0.031038543209433556, 0.004547023214399815, -0.008099023252725601, 0.01084497757256031, 0.020872339606285095, 0.035203754901885986, -0.023109212517738342, 0.03578997030854225, -0.017123648896813393, -0.002049824222922325, 0.05815869942307472, 0.0677541121840477, 0.011469759978353977, 0.006737615913152695, 0.03154762461781502, -0.04152870550751686, 0.003199114231392741, -0.010698423720896244, 0.027104731649160385, 0.01474022213369608, -0.036746423691511154, -0.020131858065724373, -0.04464489966630936, -0.013760626316070557, 0.016275180503726006, -0.01588951237499714, -0.016306033357977867, -0.07071604579687119, 0.01824979856610298, -0.00369469728320837, -0.03869019076228142, 0.0033302411902695894, -0.008947492577135563, 0.012811883352696896, 0.021736236289143562, 0.022785251960158348, -0.013097277842462063, -0.024898711591959, -0.08268716931343079, -0.030760861933231354, -0.002061394276097417, 0.019221682101488113, 0.061213187873363495, -0.011030098423361778, 0.01128463912755251, 0.040448836982250214, 0.042330894619226456, -0.02466731145977974, -0.013467518612742424, -0.06324951350688934, 0.02699674479663372, 0.05390092730522156, 0.006899596657603979, -0.03205670416355133, -0.005893003661185503, 0.061490871012210846, 0.05121668055653572, -0.02398853562772274, -0.01038988959044218, 0.012534203007817268, 0.016660848632454872, 0.03341425582766533, -0.006583348847925663, -0.022522997111082077, -0.007836769334971905, 0.03480266034603119, -0.009965655393898487, 0.002061394276097417, -0.010937537997961044, -0.0040803649462759495, -0.030760861933231354, -0.052697643637657166, -0.03338340297341347, -0.0571405366063118, -0.033352550119161606, -0.022877812385559082, -0.00875465851277113, -0.017015662044286728, 0.046928055584430695, -0.025901447981595993, 0.0009087296784855425, 0.026935037225484848, -0.011276925913989544, 0.009433433413505554, 0.0028674399945884943, -0.012217954732477665, -0.009024625644087791, -0.03899872675538063, 0.005572899244725704, 0.055937252938747406, -0.0011598957935348153, -0.018728027120232582, 0.008207010105252266, -0.027366984635591507, 0.058467235416173935, -0.0563383474946022, -0.031717319041490555, -0.06102806702256203, -0.037024106830358505, 0.01209454145282507, 0.034956928342580795, -0.011138085275888443, -0.042516015470027924, 0.0762079507112503, -0.005596039351075888, -0.02696589007973671, -0.03597509115934372, -0.05457970127463341, -0.035203754901885986, -0.048532433807849884, 0.0025994007010012865, -0.008029603399336338, -0.0009313876507803798, -0.012256521731615067, 0.03139335662126541, 0.03477180749177933, -0.03575911745429039, 0.002961928490549326, -0.033105719834566116, -0.052234843373298645, -0.039307259023189545, -0.00019283388974145055, 0.014917629770934582, 0.0034170164726674557, 0.0035462151281535625, -0.04837816581130028, 0.061675991863012314, 0.0007375896093435585, -0.03208755701780319, 0.07626965641975403, -0.01140033919364214, 0.005399348679929972, -0.038412511348724365, 0.02141227386891842, -0.005198801402002573, -0.007111713755875826, -0.014809641987085342, 0.0005124560557305813, -0.031516771763563156, 0.0009265668340958655, -0.036067649722099304, -0.002643752610310912, -0.04985912889242172, -0.01325925812125206, 0.055937252938747406, -0.05806614086031914, 0.019437655806541443, -0.040448836982250214, -0.00669904937967658, -0.04267028346657753, 0.04587903991341591, 0.0002788860001601279, 0.03180987760424614, 0.03708581253886223, -0.03384620323777199, 0.005954710301011801, 0.03779544308781624, 0.04007859528064728, -0.017447609454393387, -0.043441615998744965, 0.0493963286280632, 0.0035327167715877295, -0.0478845089673996, 0.0195919219404459, 0.031254515051841736, -0.038381658494472504, -0.005264365114271641, -0.027258997783064842, -0.028246307745575905, 0.015357290394604206, -0.05565957352519035, 0.021520262584090233, 0.05399348959326744, -0.03578997030854225, -0.011693446896970272, 0.0586523562669754, -0.012055974453687668, 0.02236873097717762, 0.009387153200805187, 0.03384620323777199, -0.00698444340378046, -0.010991531424224377, -0.0015764170093461871, 0.00576958991587162, 0.031748171895742416, -0.011708873324096203, -0.048100486397743225, 0.014038306660950184, 0.03390790894627571, 0.043256498873233795, 0.005572899244725704, 0.027135584503412247, 0.006078124046325684, 0.0000765309450798668, 0.03828909620642662, 0.012642189860343933, -0.02631796896457672, 0.01732419617474079, -0.018990281969308853, -0.03412388265132904, 0.01915997453033924, 0.013444378972053528, -0.07133311033248901, -0.010320469737052917, -0.02418908290565014, -0.02903307043015957, 0.03208755701780319, 0.013814619742333889, 0.00863124430179596, -0.04029456898570061, -0.048501577228307724, -0.020640939474105835, -0.015403570607304573, -0.06084294617176056, -0.014747935347259045, -0.021103739738464355, 0.014801928773522377, -0.0033379546366631985, -0.032396093010902405, -0.034740954637527466, 0.04479916766285896, -0.024852430447936058, 0.03211841359734535, 0.0026842476800084114, 0.010459310375154018, 0.01106866542249918, -0.04337991029024124, -0.02440505661070347, -0.033568523824214935, -0.04890267178416252, -0.0018926645861938596, 0.007080860435962677, -0.0029137199744582176, -0.006942019797861576, -0.015796951949596405, -0.013120417483150959, -0.04498428851366043, 0.038782749325037, -0.04766853526234627, -0.0015860587591305375, 0.04513855651021004, 0.018789734691381454, -0.005059961229562759, 0.01610548608005047, 0.017185356467962265, 0.012140821665525436, -0.0278914924710989, -0.06084294617176056, -0.007771205622702837, 0.0054186321794986725, 0.019237108528614044, -0.03452497720718384, -0.004346475936472416, -0.019206255674362183, 0.006448365282267332, -0.04523111507296562, 0.004115075338631868, -0.03190243989229202, 0.04242345318198204, -0.03316742926836014, -0.04708231985569, 0.0278914924710989, 0.03020549938082695, -0.02307835966348648, 0.02604028768837452, 0.024389630183577538, 0.03828909620642662, 0.026194555684924126, -0.010050502605736256, -0.022785251960158348, -0.019946737214922905, 0.01025876309722662, -0.007304547820240259, -0.030529459938406944, 0.026209982112050056, -0.017277916893363, 0.027567531913518906, 0.008261003531515598, -0.005542045924812555, -0.06763070076704025, 0.005526619032025337, 0.03433986008167267, 0.04155955836176872, 0.01638316735625267, -0.03915299102663994, 0.06664339452981949, -0.023895975202322006, 0.002269654767587781, -0.026148274540901184, -0.031023114919662476, 0.012310515157878399, 0.005846723448485136, -0.012943010777235031, 0.0077480655163526535, 0.00038036482874304056, 0.015696678310632706, -0.014223427511751652, 0.026641929522156715, -0.057078830897808075, 0.0036233486607670784, 0.018743453547358513, -0.007628508377820253, 0.030807141214609146, 0.04103505238890648, 0.020579231902956963, 0.032149266451597214, 0.005457199178636074, 0.0015706319827586412, -0.036777280271053314, 0.027058450505137444, 0.049951691180467606, 0.00989623460918665, -0.05519677326083183, -0.012410788796842098, -0.03094598278403282, -0.009286879561841488, -0.015125890262424946, 0.04914950206875801, 0.03093055449426174, 0.024497617036104202, 0.030498607084155083, 0.0042307754047214985, 0.03322913497686386, -0.01314355805516243, 0.029387883841991425, 0.007015296723693609, -0.04985912889242172, -0.037918854504823685, 0.01555012445896864, 0.028076613321900368, 0.03662301227450371, -0.00720041710883379, 0.0004876286839134991, 0.02031697891652584, -0.03418559208512306, 0.0016660847468301654, -0.051802895963191986, 0.029156483709812164, -0.002524195471778512, -0.0015889512142166495, -0.02448219060897827, 0.03372279182076454, 0.04547794535756111, -0.03130079805850983, -0.004234632011502981, 0.05226569622755051, 0.0501985177397728, -0.025685474276542664, 0.012295088730752468, 0.003249251050874591, 0.02423536218702793, -0.018342358991503716, -0.07750379294157028, 0.012217954732477665, -0.02216818369925022, 0.007227413821965456, -0.040695663541555405, -0.002107674488797784, 0.040140300989151, -0.02395768277347088, 0.017586451023817062, -0.027104731649160385, -0.05007510259747505, 0.001382618909701705, 0.012156248092651367, 0.010999244637787342, 0.014200286939740181, 0.06303354352712631, -0.048285603523254395, 0.035388875752687454, 0.040140300989151, -0.0037621890660375357, -0.0016892248531803489, -0.028894228860735893, 0.0060048471204936504, 0.017277916893363, 0.0034883650951087475, -0.030791714787483215, 0.028477707877755165, 0.014709369279444218, -0.012927583418786526, -0.06713704764842987, 0.02099575288593769, 0.03902957960963249, -0.037270933389663696, 0.017879558727145195, -0.026672782376408577, 0.005441772285848856, -0.03325998783111572, -0.012943010777235031, -0.014585955068469048, -0.034710098057985306, -0.011932561174035072, 0.017663583159446716, 0.03211841359734535, 0.021551115438342094, -0.053345564752817154, 0.03452497720718384, 0.021165447309613228, -0.007242840714752674, 0.05535103753209114, -0.05050705000758171, -0.009024625644087791, -0.02745954506099224, 0.01915997453033924, -0.030483180657029152, 0.006807036232203245, -0.036530449986457825, -0.012997004203498363, 0.03616021201014519, 0.002200234681367874, 0.023201772943139076, 0.007713355589658022, 0.004759140312671661, -0.03483351320028305, 0.015580978244543076, 0.021504834294319153, 0.007354684639722109, 0.0410967580974102, 0.027382411062717438, 0.032858893275260925, -0.03578997030854225, -0.06022587791085243, 0.019946737214922905, -0.001530136913061142, 0.035388875752687454, -0.047360002994537354, 0.060781240463256836, -0.025901447981595993, -0.051802895963191986, -0.004477602895349264, -0.0382273904979229, -0.03671557083725929, 0.004454462788999081, -0.0420532152056694, -0.053129591047763824, 0.049242060631513596, 0.016475727781653404, -0.01775614358484745, -0.01015077531337738, -0.010197055526077747, 0.0293261781334877, 0.04427466168999672, 0.042330894619226456, -0.05393178015947342, 0.02329433336853981, 0.006043414119631052, -0.014585955068469048, 0.027984052896499634, 0.03705495968461037, 0.014292847365140915, -0.012927583418786526, -0.004662723280489445, -0.011230645701289177, -0.017231635749340057, -0.022630983963608742, -0.007867622189223766, -0.012773316353559494, 0.022785251960158348, 0.04723658785223961, -0.02327890694141388, -0.04387356713414192, 0.016552859917283058, -0.06818605959415436, -0.029202762991189957, 0.013297825120389462, -0.014038306660950184, -0.015712104737758636, 0.04035627469420433, 0.04088078439235687, -0.03372279182076454, 0.2833578288555145, 0.05689371004700661, 0.015781525522470474, -0.03019007295370102, 0.00565003277733922, 0.014470255002379417, 0.025238098576664925, -0.012487922795116901, 0.013891752809286118, -0.008839505724608898, -0.01963820308446884, -0.045570503920316696, 0.018095532432198524, -0.00041073618922382593, 0.002751739462837577, 0.008692951872944832, -0.017200782895088196, 0.021720807999372482, -0.012927583418786526, -0.03501863405108452, -0.06491559743881226, 0.004358045756816864, -0.019098268821835518, 0.04334905743598938, 0.03461753949522972, 0.03625277057290077, 0.00028973291045986116, -0.025716327130794525, -0.022970372810959816, 0.02239958383142948, 0.02371085435152054, -0.04587903991341591, 0.009626267477869987, -0.03480266034603119, -0.03603679686784744, -0.013868613168597221, -0.012117681093513966, -0.00012883714225608855, -0.008129877038300037, 0.017339622601866722, -0.0084384111687541, -0.002701602643355727, 0.0057194530963897705, -0.0006440652068704367, 0.004172925371676683, 0.05112411826848984, -0.02605571411550045, 0.046958908438682556, 0.020687218755483627, -0.009556847624480724, 0.01778699830174446, 0.008739232085645199, 0.03418559208512306, 0.023386893793940544, -0.042855404317379, 0.022785251960158348, -0.006899596657603979, 0.01729334332048893, -0.014562815427780151, -0.0007592834299430251, 0.006031843833625317, -0.0011897850781679153, 0.0337536446750164, -0.011307778768241405, 0.025037551298737526, 0.07083945721387863, 0.02349488064646721, 0.00970340147614479, -0.03578997030854225, -0.046249277889728546, -0.02349488064646721, -0.016784261912107468, -0.052913617342710495, -0.007088573649525642, -0.026935037225484848, -0.028308015316724777, -0.01982332393527031, 0.03162475675344467, 0.005842866841703653, -0.0010731206275522709, -0.03114653006196022, -0.04492258280515671, -0.03566655516624451, -0.0077017853036522865, 0.05220399051904678, 0.002832729835063219, -0.00932544656097889, -0.030375193804502487, 0.07589941471815109, -0.004766853526234627, 0.027953200042247772, 0.01361407246440649, -0.0214277021586895, -0.02679619751870632, 0.01280417013913393 ]
9855_2
For groups, nations and governments Comfortable exile Comfortable exile is an alternative theory recently developed by anthropologist Binesh Balan in 2018. According to him, comfortable exile is a "social exile of people who have been excluded from the mainstream society. Such people are considered 'aliens' or internal 'others' on the grounds of their religious, racial, ethnic, linguistic or caste-based identity and therefore they migrate to a comfortable space elsewhere after having risked their lives to restore representation, identity and civil rights in their own country and often capture a comfortable identity to being part of a dominant religion, society or culture." Nation in exile When a large group, or occasionally a whole people or nation is exiled, it can be said that this nation is in exile, or "diaspora". Nations that have been in exile for substantial periods include the Jews, who were deported by Babylonian king Nebuchadnezzar II in 586 BC and again following the destruction of the second Temple in Jerusalem in AD 70. Many Jewish prayers include a yearning to return to Jerusalem and the Jewish homeland. After the partitions of Poland in the late 18th century, and following the uprisings (like Kościuszko Uprising, November Uprising and January Uprising) against the partitioning powers (Russia, Prussia and Austria), many Poles have chosen – or been forced – to go into exile, forming large diasporas (known as Polonia), especially in France and the United States. The entire population of Crimean Tatars (numbering 200,000 in all) that remained in their homeland of Crimea was exiled on 18 May 1944 to Central Asia as a form of ethnic cleansing and collective punishment on false accusations. Since the Cuban Revolution, over a million Cubans have left Cuba. Most of these self-identified as exiles as their motivation for leaving the island is political in nature. At the time of the Cuban Revolution, Cuba only had a population of 6.5 million, and was not a country that had a history of significant emigration, it being the sixth largest recipient of immigrants in the world as of 1958. Most of the exiles' children also consider themselves to be Cuban exiles. Under Cuban law, children of Cubans born abroad are considered Cuban citizens. Government in exile
[ -0.01477552205324173, -0.011808754876255989, -0.018019285053014755, 0.012982341460883617, 0.00629071332514286, 0.0018751865718513727, -0.03860442340373993, 0.006133992224931717, -0.0010934032034128904, -0.012319009751081467, 0.027422552928328514, -0.01666346564888954, -0.03869189694523811, -0.02457970567047596, -0.04671018570661545, -0.018981480970978737, -0.06385474652051926, -0.012501243501901627, -0.009286638349294662, 0.013375965878367424, 0.03350187465548515, 0.02178059332072735, -0.0454564169049263, -0.037234023213386536, 0.025264903903007507, 0.0071508572436869144, 0.035426266491413116, 0.0016501276986673474, 0.038312848657369614, 0.05012160539627075, -0.003622809424996376, 0.017858918756246567, 0.002707995241507888, -0.08041616529226303, 0.038721054792404175, 0.023136412724852562, 0.027466289699077606, -0.09219576418399811, 0.007879792712628841, -0.03455154225230217, 0.009337663650512695, -0.009672974236309528, -0.025279482826590538, 0.02087671309709549, -0.041695110499858856, 0.039070941507816315, -0.03950830549001694, -0.004523044917732477, 0.006935821380466223, -0.010496671311557293, 0.020468508824706078, -0.051812734454870224, 0.012071171775460243, -0.007318512536585331, 0.00934495311230421, 0.008477520197629929, 0.006975912488996983, 0.022422056645154953, -0.029507309198379517, -0.004803685005754232, 0.03245220705866814, 0.011138134635984898, 0.04915941134095192, -0.0473516508936882, -0.004974984563887119, 0.0087836729362607, 0.0026824825908988714, -0.011327657848596573, -0.023530038073658943, -0.0041950237937271595, 0.044640008360147476, -0.014083033427596092, -0.006079322192817926, -0.03749644011259079, -0.029113683849573135, 0.01431629341095686, -0.013339519500732422, -0.004555847030133009, 0.0012282562674954534, -0.00365196680650115, 0.040383026003837585, 0.029623938724398613, 0.01943342015147209, -0.0030505950562655926, -0.03635930269956589, 0.013857063837349415, 0.018952323123812675, 0.04577714949846268, -0.002137603238224983, 0.012938604690134525, -0.010883007198572159, 0.04764322564005852, -0.02866174280643463, 0.0017722244374454021, 0.008667043410241604, 0.030819391831755638, 0.021678540855646133, 0.04134522005915642, -0.004537623375654221, -0.011509891599416733, 0.035367950797080994, -0.0056929863058030605, -0.03825453296303749, 0.06525430828332901, -0.014542263001203537, 0.024244394153356552, -0.02105165645480156, -0.0022487659007310867, -0.008871144615113735, -0.05114211514592171, 0.015132701024413109, 0.014469369314610958, -0.013747723773121834, -0.0031818035058677197, 0.0046105170622467995, 0.006844704505056143, -0.05356217920780182, -0.01976872980594635, -0.025454428046941757, -0.015934530645608902, -0.028224382549524307, 0.025629371404647827, 0.01570126973092556, -0.003415062790736556, -0.019258474931120872, -0.03160664439201355, -0.0021576490253210068, 0.002824625000357628, -0.038342006504535675, 0.009658395312726498, -0.004322587512433529, -0.012216959148645401, 0.012340878136456013, -0.02809317409992218, -0.009760445915162563, 0.05321229249238968, 0.04968424141407013, 0.025789737701416016, 0.044056862592697144, -0.04064544290304184, 0.001485206070356071, -0.0013831551186740398, -0.015395117923617363, 0.06000597029924393, 0.029099104925990105, 0.019841624423861504, 0.022844837978482246, 0.03125675395131111, -0.022771945223212242, 0.026212520897388458, -0.013784170150756836, 0.009155429899692535, 0.0034387530758976936, -0.0014068455202504992, -0.0013804215705022216, -0.00647294707596302, -0.0032765651121735573, 0.01330307312309742, -0.013652961701154709, 0.030906865373253822, -0.04379444569349289, -0.005718498956412077, 0.0454564169049263, 0.010416488163173199, 0.03213147819042206, 0.01072264090180397, -0.02404029294848442, -0.038516949862241745, -0.009104404598474503, 0.0018478514393791556, 0.04006229341030121, -0.02459428273141384, -0.02103707753121853, -0.003591829678043723, -0.0028191579040139914, 0.044989898800849915, -0.019273053854703903, -0.01017593964934349, 0.01323017943650484, -0.003819621866568923, -0.041082803159952164, 0.03478480130434036, -0.003103442955762148, 0.019724994897842407, 0.037408970296382904, -0.017683975398540497, -0.04711839184165001, -0.009621948935091496, 0.015963686630129814, -0.011954542249441147, 0.05262914299964905, 0.025731422007083893, 0.0014724497450515628, 0.02182432822883129, 0.020555980503559113, 0.0031708693131804466, -0.06058911979198456, -0.0011526292655616999, -0.030761078000068665, -0.04475663974881172, -0.047409962862730026, 0.036330144852399826, -0.05009244754910469, 0.03213147819042206, 0.013507174327969551, 0.017771447077393532, 0.03201484680175781, 0.04837216064333916, 0.0075955078937113285, 0.04283224791288376, 0.032597996294498444, -0.06822836399078369, 0.04117027670145035, -0.023238463327288628, 0.035426266491413116, 0.0014742719940841198, -0.005415990483015776, 0.0324813649058342, -0.06554587930440903, 0.016138631850481033, 0.014848415739834309, 0.023573772981762886, -0.03592194244265556, 0.05262914299964905, -0.0070488061755895615, -0.012209669686853886, 0.04391107335686684, 0.09481992572546005, 0.005426924675703049, 0.038779366761446, 0.000025398845536983572, 0.004475663881748915, -0.001186342560686171, 0.041840896010398865, 0.039479147642850876, -0.008594149723649025, -0.008251549676060677, 0.013652961701154709, -0.021561911329627037, 0.0011498957173898816, 0.01924389787018299, 0.023325935006141663, 0.08105763047933578, 0.02809317409992218, -0.016401048749685287, 0.06175541505217552, 0.011298500001430511, 0.0292157344520092, 0.040383026003837585, 0.050938013941049576, 0.019447999075055122, 0.033006198704242706, 0.019724994897842407, 0.010314437560737133, -0.0023216595873236656, 0.02864716574549675, 0.061813730746507645, 0.0000747158846934326, -0.03939167410135269, -0.027203872799873352, -0.020278984680771828, 0.005762235261499882, 0.027757864445447922, -0.02478380687534809, 0.014119480736553669, 0.057935792952775955, -0.005532620474696159, -0.004515755455940962, -0.006527617108076811, -0.03863358125090599, -0.0297843050211668, -0.07487625628709793, -0.022684471681714058, -0.032102320343256, -0.03032371588051319, 0.02571684494614601, 0.04673934355378151, -0.04160763695836067, 0.05630297586321831, -0.02182432822883129, -0.04303635284304619, 0.05079222470521927, -0.00748616736382246, 0.01660514995455742, -0.0372631810605526, 0.004337165970355272, -0.01850038208067417, -0.030790235847234726, -0.005029655061662197, 0.02695603482425213, -0.024652598425745964, 0.02714555710554123, 0.004034657962620258, 0.010985057801008224, -0.012632451951503754, -0.013098970986902714, 0.010934032499790192, 0.04490242525935173, 0.006454723887145519, -0.004238760098814964, -0.0019863492343574762, -0.007559061050415039, 0.013609225861728191, -0.0317232720553875, -0.02441933937370777, 0.021197443827986717, 0.023923663422465324, 0.006396409124135971, 0.02306351810693741, 0.018894007429480553, 0.008528545498847961, 0.014819258823990822, 0.005332163069397211, 0.0020519534591585398, -0.02122660167515278, 0.04344455525279045, 0.02016235515475273, -0.00039772543823346496, 0.002449223306030035, -0.010861138813197613, -0.025804316624999046, -0.024273552000522614, -0.009578212164342403, -0.009731288999319077, -0.006549485493451357, -0.016051160171628, -0.006126702763140202, -0.0391584150493145, 0.01886485144495964, -0.026183363050222397, -0.02478380687534809, -0.006913952995091677, -0.014986913651227951, 0.025381533429026604, -0.012632451951503754, -0.013295783661305904, -0.05362049490213394, -0.004530333913862705, 0.004136709030717611, 0.023209305480122566, -0.02385076880455017, -0.05668202415108681, 0.002802757080644369, -0.0020574203226715326, 0.03807958960533142, -0.00558729050680995, -0.013966403901576996, -0.01774228923022747, -0.026489516720175743, 0.012158644385635853, -0.01403200812637806, 0.04347371309995651, 0.017275771126151085, 0.0007284799357876182, -0.012056592851877213, 0.06367980688810349, -0.03175242990255356, -0.027480868622660637, -0.002168582985177636, -0.006225109100341797, 0.05020907521247864, -0.006010073237121105, 0.011517181061208248, 0.007879792712628841, -0.020045725628733635, -0.0639713779091835, 0.02106623537838459, 0.0025676751974970102, 0.04624366760253906, -0.07750042527914047, 0.02695603482425213, 0.02848679944872856, -0.032044004648923874, -0.01720287837088108, -0.024900436401367188, 0.011495312675833702, 0.014177795499563217, -0.0010077533079311252, 0.026693617925047874, -0.052949875593185425, 0.023369671776890755, 0.0038961602840572596, 0.03510553389787674, 0.005751301068812609, 0.016765516251325607, 0.0009129917016252875, -0.024156922474503517, -0.004687055014073849, -0.01034359447658062, -0.061230581253767014, -0.0138497743755579, -0.026751931756734848, -0.005940824281424284, -0.020191513001918793, -0.026708196848630905, -0.017640238627791405, 0.022990625351667404, 0.02201385237276554, 0.05338723585009575, -0.012639741413295269, 0.003582717850804329, 0.08426494151353836, -0.03635930269956589, 0.022815680131316185, 0.024448497220873833, 0.009636526927351952, -0.019550049677491188, 0.08805540949106216, 0.0290262121707201, -0.037029922008514404, 0.0016829298110678792, -0.022990625351667404, 0.012042013928294182, 0.01035817340016365, 0.018179651349782944, 0.014841126278042793, -0.051637791097164154, -0.027028927579522133, 0.043532028794288635, 0.03396839275956154, -0.04058712720870972, 0.01609489507973194, 0.008987775072455406, 0.042773935943841934, 0.0063089365139603615, -0.019258474931120872, 0.028355590999126434, -0.04014976695179939, 0.04968424141407013, 0.010744509287178516, 0.007376827299594879, -0.06298002600669861, -0.045543890446424484, 0.008652464486658573, -0.002228720346465707, -0.00822239276021719, 0.014440212398767471, -0.040732916444540024, 0.006334449630230665, -0.08846361190080643, 0.017334086820483208, 0.0687531977891922, -0.004023723769932985, 0.011130845174193382, -0.010715351440012455, 0.01663430780172348, -0.023617509752511978, 0.02456512674689293, -0.029055368155241013, 0.016342733055353165, 0.013375965878367424, -0.07697559148073196, 0.0008687999797984958, -0.05746927484869957, -0.005321228876709938, -0.022101324051618576, -0.011415129527449608, -0.03624267131090164, 0.009570922702550888, 0.010241543874144554, -0.015482589602470398, 0.01507438626140356, 0.012705345638096333, 0.02124118059873581, -0.004016434773802757, 0.04326961189508438, -0.05292071774601936, 0.014622446149587631, -0.0021631161216646433, 0.0662456601858139, 0.0380212739109993, -0.028326433151960373, 0.030265402048826218, -0.021940957754850388, 0.03306451439857483, -0.010219675488770008, -0.005033299792557955, 0.012122197076678276, -0.01922931894659996, -0.021751435473561287, -0.02848679944872856, 0.020074883475899696, -0.013171864673495293, -0.020643454045057297, -0.04414433240890503, -0.048313844949007034, -0.015103543177247047, 0.018165072426199913, -0.04052881523966789, 0.03600941225886345, -0.05408701300621033, 0.0034187075216323137, 0.0031599353533238173, 0.024667177349328995, -0.024302709847688675, -0.04064544290304184, -0.03959577530622482, -0.030936023220419884, -0.03350187465548515, -0.0011462511029094458, 0.04732249304652214, 0.04790563881397247, 0.002226897981017828, -0.006312581244856119, 0.02035187929868698, -0.01238461397588253, -0.060705747455358505, -0.040178924798965454, 0.04770153760910034, 0.03087770752608776, 0.044290121644735336, -0.05895630270242691, -0.032044004648923874, 0.06257182359695435, 0.014724496752023697, -0.042424045503139496, -0.0015590108232572675, -0.012960473075509071, -0.0014870284358039498, 0.0018205164233222604, -0.00356084993109107, -0.059947654604911804, 0.01847122609615326, -0.00039339737850241363, 0.006396409124135971, -0.016707202419638634, -0.035601209849119186, -0.008353601209819317, -0.04802227020263672, -0.049071937799453735, -0.026649881154298782, -0.08957159519195557, -0.01061330083757639, 0.019739573821425438, -0.044086020439863205, 0.02812233194708824, 0.03245220705866814, -0.015584641136229038, 0.007220106199383736, -0.02976972609758377, -0.030061298981308937, -0.019375106319785118, -0.006607800256460905, -0.004180444870144129, -0.0026988836470991373, -0.03977071866393089, 0.010197807103395462, 0.030527818948030472, -0.007347669918090105, 0.008185945451259613, 0.05064643919467926, -0.03420165181159973, -0.005233756732195616, -0.061288896948099136, -0.0015790564939379692, -0.09050463140010834, -0.039479147642850876, 0.03810874745249748, -0.013550911098718643, -0.047030918300151825, -0.07773368060588837, 0.03350187465548515, 0.007096187211573124, 0.0015735895140096545, -0.01905437372624874, -0.04799311235547066, -0.02755376137793064, -0.019316790625452995, 0.026270834729075432, -0.0207163468003273, 0.02347172237932682, 0.017829762771725655, 0.02178059332072735, 0.05397038534283638, -0.010934032499790192, 0.002432822249829769, -0.020278984680771828, -0.05467016249895096, -0.04522315785288811, 0.018369173631072044, 0.018806535750627518, 0.005047878250479698, 0.041111961007118225, 0.001387710915878415, 0.06367980688810349, 0.009869786910712719, -0.03230642154812813, 0.07750042527914047, -0.03198568895459175, 0.01866074837744236, -0.022640736773610115, 0.02274278737604618, -0.02751002460718155, -0.016328154131770134, 0.04283224791288376, 0.004293430130928755, -0.02306351810693741, 0.013915378600358963, -0.03985819220542908, -0.017115404829382896, -0.005474305711686611, 0.0028155134059488773, 0.026125047355890274, -0.017669396474957466, 0.03933335840702057, -0.005142639856785536, -0.03303535655140877, -0.03857526555657387, 0.018894007429480553, 0.04945098236203194, 0.01826712302863598, 0.036854978650808334, -0.03396839275956154, 0.003300255397334695, 0.0010806468781083822, 0.05688612535595894, 0.04140353575348854, 0.016925882548093796, 0.010226964950561523, 0.022509528324007988, -0.06408800929784775, 0.01331036165356636, -0.003046950325369835, -0.03178158774971962, -0.01368211954832077, -0.03154832869768143, -0.014542263001203537, 0.0372631810605526, -0.010409198701381683, -0.01864616945385933, 0.052949875593185425, 0.02033730037510395, 0.009636526927351952, 0.04163679480552673, 0.011305789463222027, 0.021343231201171875, 0.01339783426374197, 0.021838907152414322, 0.027437131851911545, 0.026489516720175743, 0.019724994897842407, 0.005714854225516319, -0.001806848798878491, 0.010693483985960484, -0.022669894620776176, 0.005372254643589258, 0.033385246992111206, 0.013193732127547264, 0.0073622483760118484, 0.024506811052560806, 0.00860143918544054, 0.00784334633499384, 0.021474439650774002, -0.012282563373446465, -0.0351346917450428, 0.000891123665496707, -0.0031890927348285913, -0.029623938724398613, -0.026168784126639366, 0.030061298981308937, -0.012596005573868752, -0.004708923399448395, -0.02164938487112522, -0.01899605803191662, 0.03350187465548515, -0.01007388811558485, 0.013098970986902714, -0.06332991272211075, -0.06671217828989029, -0.03790464624762535, -0.057002756744623184, -0.032044004648923874, 0.004289785400032997, -0.011327657848596573, -0.02533779852092266, 0.012333588674664497, -0.024331865832209587, -0.06035585701465607, -0.003309367224574089, -0.0006920331506989896, 0.031519170850515366, -0.030002985149621964, -0.011692125350236893, 0.015642955899238586, -0.030731920152902603, -0.052366726100444794, -0.021838907152414322, -0.015118122100830078, -0.02844306267797947, 0.026314571499824524, 0.020774660632014275, -0.005609158426523209, 0.05746927484869957, 0.007559061050415039, 0.008973196148872375, 0.028005702421069145, -0.05309566110372543, -0.044056862592697144, 0.05953945219516754, 0.05595308914780617, -0.007981843315064907, 0.03364766389131546, -0.004136709030717611, -0.016036581248044968, 0.02290315367281437, -0.02958020195364952, 0.013601936399936676, 0.017406979575753212, 0.04466916620731354, -0.029536467045545578, -0.016940461471676826, -0.01587621495127678, 0.012982341460883617, -0.02879295125603676, 0.02030814252793789, -0.02195553667843342, 0.03790464624762535, -0.024856699630618095, -0.019827045500278473, 0.06642059981822968, 0.028690900653600693, -0.010693483985960484, 0.04251151904463768, 0.015613798052072525, 0.034259967505931854, -0.00005415763007476926, -0.004380902275443077, -0.028034858405590057, 0.0207163468003273, 0.014250689186155796, 0.011225606314837933, 0.003475199919193983, -0.010576854459941387, -0.000934859795961529, 0.004854710306972265, -0.024288130924105644, -0.03393923491239548, -0.04117027670145035, 0.020235249772667885, 0.003267453284934163, 0.02256784215569496, 0.06064743176102638, -0.014746365137398243, 0.04341539740562439, 0.011181870475411415, -0.017873497679829597, -0.022669894620776176, -0.05968523770570755, 0.0045266891829669476, 0.015263909474015236, -0.009388688951730728, -0.014986913651227951, -0.01696961745619774, -0.005725788418203592, 0.005474305711686611, 0.004063815344125032, -0.020045725628733635, 0.01698419637978077, 0.010088467039167881, -0.029478151351213455, 0.02163480594754219, 0.010336305014789104, -0.01924389787018299, 0.005762235261499882, -0.04440674930810928, -0.01864616945385933, -0.012982341460883617, -0.01661972887814045, 0.03936251625418663, 0.03312283009290695, -0.025439849123358727, -0.04539810121059418, -0.025556478649377823, -0.0005448792944662273, -0.022626157850027084, 0.026343729346990585, 0.015176436863839626, 0.034843116998672485, -0.010117624886333942, -0.04058712720870972, -0.035018060356378555, 0.011546337977051735, 0.008594149723649025, 0.01376230176538229, -0.05204599350690842, -0.034639015793800354, 0.023807033896446228, 0.03904178366065025, 0.025002487003803253, -0.0025366954505443573, 0.01737782172858715, 0.001113448990508914, -0.022669894620776176, -0.005612803157418966, -0.030702762305736542, 0.011313078925013542, 0.013806038536131382, -0.004734436050057411, -0.033356089144945145, 0.05434942990541458, 0.01848580501973629, 0.000559913576580584, -0.06566251069307327, 0.03201484680175781, 0.03321029990911484, 0.012843843549489975, 0.012253405526280403, -0.014819258823990822, 0.0015790564939379692, -0.004876578226685524, -0.04650608450174332, 0.010715351440012455, 0.0015061629237607121, 0.007154501974582672, -0.046214509755373, 0.011130845174193382, 0.05510752275586128, -0.03930420055985451, 0.03329777345061302, -0.05437858775258064, -0.02401113510131836, -0.02068718895316124, 0.021561911329627037, 0.0384003221988678, 0.027845336124300957, 0.027612077072262764, -0.0553990975022316, -0.006487525999546051, 0.022451212629675865, -0.0278890710324049, 0.015832478180527687, -0.03341440483927727, 0.0186315905302763, 0.015336803160607815, 0.02035187929868698, -0.03367681801319122, -0.010482092387974262, 0.03154832869768143, 0.005485239438712597, -0.04361949861049652, 0.015161857940256596, 0.020468508824706078, -0.014637025073170662, 0.015963686630129814, -0.01867532730102539, 0.034813959151506424, -0.058518942445516586, 0.011531759053468704, -0.03635930269956589, -0.05379543825984001, -0.000706156250089407, 0.012428349815309048, -0.0028446707874536514, 0.046651870012283325, -0.03458070009946823, 0.021868064999580383, 0.03606772795319557, 0.005889798980206251, 0.07458467781543732, -0.045747991651296616, -0.001988171599805355, -0.025381533429026604, 0.042978037148714066, -0.01661972887814045, -0.015482589602470398, -0.017246613278985023, 0.024463074281811714, 0.032102320343256, 0.006877506151795387, 0.01568669266998768, 0.03842948004603386, -0.02586263045668602, -0.06665386259555817, 0.0033476362004876137, 0.011794175952672958, 0.008149499073624611, 0.027626655995845795, 0.02959478087723255, 0.035018060356378555, -0.0238653477281332, -0.018704485148191452, -0.002095689531415701, -0.01135681476444006, 0.012778239324688911, -0.053882911801338196, 0.07516782730817795, 0.016022002324461937, -0.03618435934185982, -0.030906865373253822, -0.05901461839675903, 0.017625659704208374, 0.0036155199632048607, -0.031169282272458076, -0.010496671311557293, 0.011385972611606121, 0.04271562024950981, 0.03918757289648056, 0.011123555712401867, 0.01696961745619774, 0.011969121173024178, 0.018398331478238106, 0.06257182359695435, -0.019506312906742096, -0.030702762305736542, 0.024288130924105644, -0.023544616997241974, 0.03469732776284218, -0.018617011606693268, 0.02567310817539692, -0.012421060353517532, -0.0005375899490900338, 0.014083033427596092, -0.003152645891532302, -0.06449621170759201, 0.0015918129356577992, -0.027393395081162453, 0.04117027670145035, 0.04568967595696449, -0.006126702763140202, -0.08175740391016006, 0.0067462981678545475, -0.09633611142635345, 0.00508068036288023, -0.03621351346373558, -0.027976544573903084, -0.015293066389858723, 0.030615290626883507, 0.0687531977891922, -0.042803093791007996, 0.2505205571651459, 0.04787648469209671, 0.03528047725558281, -0.06117226555943489, -0.011057951487600803, 0.051083799451589584, 0.051637791097164154, -0.022115902975201607, 0.02125575952231884, -0.030207086354494095, -0.04041218385100365, -0.04892614856362343, 0.014637025073170662, -0.003207316156476736, 0.034434910863637924, 0.03662171959877014, -0.018048442900180817, -0.0009795071091502905, -0.01570126973092556, -0.04140353575348854, -0.04749743640422821, 0.0006054720724932849, 0.025804316624999046, 0.04708923399448395, -0.016546836122870445, 0.047176703810691833, 0.015395117923617363, -0.03364766389131546, -0.019316790625452995, 0.009971837513148785, -0.027612077072262764, -0.02106623537838459, 0.00840462651103735, -0.01507438626140356, -0.020585138350725174, 0.0023817967157810926, 0.042598988860845566, -0.041491009294986725, -0.006287068594247103, 0.007019648794084787, -0.009884364902973175, -0.016765516251325607, 0.03598025441169739, -0.004694344475865364, -0.001439647632651031, 0.06601239740848541, -0.035542894154787064, 0.012173222377896309, 0.018033863976597786, -0.019710415974259377, 0.016167789697647095, -0.029813461005687714, 0.03347271680831909, -0.04382360354065895, -0.03904178366065025, 0.00706702983006835, 0.0036319210194051266, 0.005481594707816839, -0.007748584263026714, -0.032073162496089935, 0.04160763695836067, -0.000030068589694565162, 0.011327657848596573, 0.015263909474015236, 0.0036902360152453184, 0.07761704921722412, 0.03268546611070633, 0.02516285330057144, -0.033705975860357285, -0.04752659425139427, 0.03154832869768143, -0.06222193315625191, -0.02326762117445469, 0.006181372795253992, 0.01902521587908268, -0.01774228923022747, -0.008426493965089321, 0.00582055002450943, -0.02233458310365677, 0.011859780177474022, 0.019258474931120872, -0.008069315925240517, -0.047001760452985764, 0.005634671542793512, 0.02551274187862873, 0.036709193140268326, 0.0025658528320491314, -0.01573042757809162, 0.010569564998149872, 0.005656539462506771, 0.03423080965876579, 0.031869061291217804, -0.047614067792892456, -0.04268646240234375, 0.014688050374388695 ]
9855_3
Government in exile During a foreign occupation or after a coup d'état, a government in exile of a such afflicted country may be established abroad. One of the most well-known instances of this is the Polish government-in-exile, a government in exile that commanded Polish armed forces operating outside Poland after German occupation during World War II. Other examples include the Free French Forces government of Charles de Gaulle of the same time, and the Central Tibetan Administration, commonly known as the Tibetan government-in-exile, and headed by the 14th Dalai Lama. In popular culture Drama Exile is an early motif in ancient Greek tragedy. In the ancient Greek world, this was seen as a fate worse than death. The motif reaches its peak on the play Medea, written by Euripides in the fifth century BC, and rooted in the very old oral traditions of Greek mythology. Euripides’ Medea has remained the most frequently performed Greek tragedy through the 20th century. Art After Medea was abandoned by Jason and had become a murderess out of revenge, she fled to Athens and married king Aigeus there, and became the stepmother of the hero Theseus. Due to a conflict with him, she must leave the Polis and go away into exile. John William Waterhouse (1849–1917), the English Pre-Raphaelite painter’s famous picture Jason and Medea shows a key moment before, when Medea tries to poison Theseus. Literature In ancient Rome, the Roman Senate had the power to declare the exile to individuals, families or even entire regions. One of the Roman victims was the poet Ovid, who lived during the reign of Augustus. He was forced to leave Rome and move away to the city of Tomis on the Black Sea, now Constanta. There he wrote his famous work Tristia (Sorrows) about his bitter feelings in exile. Another, at least in a temporary exile, was Dante. The German-language writer Franz Kafka described the exile of Karl Rossmann in the posthumously published novel Amerika.
[ -0.02100946009159088, -0.049976181238889694, 0.013803558424115181, -0.009581630118191242, -0.018361810594797134, -0.005513552110642195, -0.02570367231965065, -0.02043699473142624, 0.000877481303177774, -0.009917953982949257, 0.015070137567818165, -0.036809489130973816, 0.001537604839541018, -0.03431926667690277, -0.06978346407413483, -0.0028086556121706963, -0.04874538257718086, -0.014225751161575317, -0.01747448928654194, 0.0223404411226511, 0.029124150052666664, 0.014855463057756424, -0.06594794988632202, 0.012486889958381653, 0.01936362311244011, 0.038269273936748505, 0.029567809775471687, -0.0014642577152699232, 0.01777503453195095, 0.0145334517583251, 0.0150128910318017, 0.010454639792442322, 0.015556732192635536, -0.03549282252788544, 0.03575043007731438, -0.0033185072243213654, 0.012816056609153748, -0.0775117427110672, 0.040702249854803085, -0.07115738093852997, 0.02088065631687641, -0.05547184497117996, -0.0004221928247716278, 0.004307798109948635, -0.009381268173456192, 0.03738195449113846, 0.0084080770611763, -0.032372888177633286, 0.005352546460926533, -0.006153997033834457, -0.008966230787336826, -0.029095526784658432, -0.004558251239359379, 0.005735382437705994, 0.007356173358857632, -0.039356958121061325, 0.01131333690136671, 0.002137798350304365, 0.008315051905810833, 0.02488791011273861, 0.003114566672593355, -0.02125275693833828, 0.014841151423752308, -0.04033014923334122, -0.012494045309722424, -0.01710238680243492, 0.001969636883586645, 0.005645934492349625, 0.04614066705107689, -0.003028696868568659, 0.04236239939928055, 0.013860804960131645, 0.047829438000917435, -0.028852228075265884, -0.011828554794192314, 0.00840092170983553, -0.04450914263725281, -0.012923394329845905, 0.031972162425518036, 0.009524383582174778, 0.02342812344431877, 0.004912463948130608, -0.013803558424115181, -0.01366044208407402, -0.015313434414565563, 0.012622850015759468, -0.03268774226307869, 0.0694972351193428, -0.011857178062200546, 0.03932833671569824, 0.018476303666830063, 0.03354644030332565, 0.008572661317884922, 0.02962505631148815, -0.008443856611847878, 0.035578690469264984, -0.007134343031793833, 0.0041718375869095325, 0.02059442363679409, 0.005717492662370205, -0.0009083407348953187, 0.01909170299768448, -0.041646819561719894, 0.044194284826517105, 0.00527741014957428, -0.00490530813112855, -0.013517326675355434, 0.010511885397136211, 0.0034383670426905155, -0.03079860843718052, -0.01950673945248127, 0.016601480543613434, 0.0029786061495542526, -0.007109297905117273, 0.011392050422728062, 0.005112826824188232, -0.08111827075481415, -0.005992991384118795, -0.04061638191342354, 0.011878645978868008, -0.004443758632987738, 0.04416566342115402, 0.007148654665797949, -0.016071951016783714, 0.016114884987473488, -0.011341960169374943, 0.01231515035033226, 0.03191491588950157, -0.022712543606758118, 0.010261432267725468, -0.005026957020163536, -0.002007204806432128, 0.04167544096708298, 0.014740969985723495, -0.030254768207669258, 0.0368381142616272, 0.018089888617396355, -0.00410743523389101, 0.04290623962879181, -0.0728747770190239, 0.005323923192918301, -0.046341028064489365, -0.000040279388485942036, 0.06703563034534454, 0.028279762715101242, 0.0027424644213169813, 0.053468216210603714, 0.02918139658868313, -0.029653679579496384, 0.055901192128658295, -0.05678851157426834, -0.025904035195708275, 0.01183571107685566, 0.03426202014088631, -0.03377542644739151, -0.003112777601927519, -0.0011073617497459054, 0.02757849358022213, 0.024043524637818336, 0.0650320053100586, -0.03119933418929577, -0.020394060760736465, 0.018733913078904152, 0.01976434886455536, 0.03595079109072685, 0.012136254459619522, -0.04302073270082474, -0.04370769113302231, 0.0003499638696666807, -0.012952017597854137, 0.026948783546686172, 0.026347694918513298, -0.046484146267175674, -0.00598941370844841, -0.004418713040649891, 0.05286712944507599, -0.011721218004822731, -0.043249718844890594, 0.025889722630381584, -0.02395765483379364, -0.05884938687086105, 0.04562544822692871, 0.02029387839138508, -0.0008448329172097147, 0.009052100591361523, -0.014232907444238663, -0.01979297213256359, -0.03134245052933693, -0.011277557350695133, -0.009302553720772266, 0.03778268024325371, 0.03328883275389671, 0.01992177590727806, 0.03918521851301193, 0.054956626147031784, -0.005585110280662775, -0.03065549209713936, -0.014912709593772888, 0.019063079729676247, -0.026963094249367714, -0.021281380206346512, 0.04407979175448418, -0.034376513212919235, 0.010125472210347652, 0.05009067431092262, 0.005077047739177942, 0.03200078383088112, 0.058448661118745804, 0.008129000663757324, 0.009667499922215939, 0.001839043339714408, -0.06091025844216347, -0.0024276087060570717, 0.021310003474354744, 0.01814713515341282, 0.017975395545363426, -0.06365808844566345, 0.03835514560341835, -0.038412392139434814, 0.04974719509482384, 0.026333382353186607, 0.045425087213516235, -0.0694972351193428, 0.05801931396126747, -0.012744498439133167, -0.00510924868285656, 0.009195216931402683, 0.07195883244276047, 0.024787727743387222, 0.0030036515090614557, 0.05363995581865311, -0.02072322741150856, -0.027120523154735565, -0.016859089955687523, 0.005728226620703936, 0.02299877628684044, -0.02571798302233219, 0.022898593917489052, -0.044881243258714676, -0.00527741014957428, -0.005452727898955345, 0.030054405331611633, 0.09726177901029587, 0.06938274204730988, 0.01980728469789028, 0.03340332582592964, 0.0056244670413434505, -0.018619420006871223, 0.05289575085043907, 0.04319247230887413, 0.03406165912747383, 0.037324707955121994, 0.02341381274163723, -0.008536881767213345, -0.037324707955121994, 0.043535951524972916, 0.043249718844890594, 0.014426114037632942, 0.0035653826780617237, -0.05867764726281166, -0.019163260236382484, 0.03718159347772598, 0.018247317522764206, -0.02825114130973816, 0.014841151423752308, 0.05020516738295555, 0.008343675173819065, 0.041904427111148834, 0.008608439937233925, -0.04207616671919823, -0.02096652425825596, -0.018247317522764206, -0.0565309040248394, -0.017674852162599564, -0.023113267496228218, 0.004153948277235031, 0.0494895875453949, -0.03489173203706741, 0.06583345681428909, -0.0403587706387043, -0.03354644030332565, 0.036923982203006744, -0.06829505413770676, -0.029295889660716057, -0.01339567732065916, 0.012079007923603058, 0.004361466504633427, -0.012765966355800629, -0.04170406609773636, -0.012694408185780048, -0.022297505289316177, -0.034519631415605545, -0.009488604962825775, 0.004264863207936287, 0.023986278101801872, 0.011878645978868008, 0.003721021581441164, 0.024014901369810104, -0.004690634086728096, -0.03300260007381439, -0.015241876244544983, -0.009703279472887516, 0.02988266572356224, 0.010790962725877762, -0.02179659903049469, -0.013073666021227837, -0.001516137388534844, -0.005413370672613382, -0.012286527082324028, 0.009009165689349174, -0.037610940635204315, 0.05049140006303787, -0.009989511221647263, 0.0339471660554409, -0.0387558713555336, 0.029267266392707825, 0.026462187990546227, -0.02786472626030445, -0.0054491497576236725, -0.038669999688863754, -0.006114640273153782, -0.04053051024675369, -0.0025707250460982323, -0.00420403853058815, -0.03978630527853966, 0.0016869823448359966, 0.03160005807876587, -0.04296348616480827, 0.0054634613916277885, 0.022526491433382034, 0.012350928969681263, 0.006637014448642731, -0.009495760314166546, -0.03454825282096863, 0.008179091848433018, -0.004039455205202103, -0.038698624819517136, -0.00497686630114913, 0.003166446229442954, 0.0018032642547041178, -0.043679069727659225, -0.046770378947257996, -0.013045042753219604, -0.02959643304347992, -0.024658923968672752, 0.03589354455471039, 0.024029212072491646, -0.019535362720489502, -0.016386806964874268, -0.010569131933152676, -0.004043032880872488, 0.0063364701345562935, 0.001288045896217227, 0.03643738850951195, -0.013352742418646812, 0.026347694918513298, 0.011900112964212894, 0.002645860891789198, -0.046627260744571686, -0.03514934331178665, 0.008665686473250389, -0.009366956539452076, 0.014998579397797585, 0.008823114447295666, 0.02503102645277977, -0.08730088919401169, 0.019306376576423645, 0.019020143896341324, 0.04780081659555435, -0.03469137102365494, 0.036809489130973816, 0.027950596064329147, -0.016186444088816643, -0.017417242750525475, -0.03778268024325371, 0.04007253795862198, 0.012529824860394001, 0.017131010070443153, 0.007270303554832935, -0.07859942317008972, -0.0035188698675483465, 0.001590378931723535, 0.02609008550643921, 0.05258089676499367, 0.001919546164572239, -0.00726672587916255, 0.03832652047276497, -0.0005035901558585465, -0.010647846385836601, -0.08300740271806717, -0.003155712503939867, 0.005824829917401075, 0.0050591579638421535, -0.0502910353243351, -0.043278343975543976, -0.0010474317241460085, 0.031542811542749405, 0.013638975098729134, 0.024802040308713913, -0.011384895071387291, 0.048888497054576874, 0.09709003567695618, -0.009917953982949257, 0.03741057962179184, -0.01150654349476099, -0.024014901369810104, -0.003243371145799756, 0.03672362118959427, 0.003864137688651681, -0.0035385482478886843, -0.010540508665144444, -0.02005058154463768, -0.004848061595112085, -0.008830270729959011, 0.00719516770914197, 0.027936285361647606, -0.01751742511987686, -0.0023292163386940956, 0.04519610106945038, -0.01143498532474041, 0.010468950495123863, 0.007613782305270433, 0.021166887134313583, 0.003957163076847792, 0.03388991951942444, 0.011885801330208778, -0.014104102738201618, -0.05532872676849365, 0.006762241013348103, 0.01993608847260475, 0.02729226090013981, -0.03752507269382477, -0.018275940790772438, 0.014712346717715263, -0.0525236502289772, 0.004075234290212393, -0.00996088795363903, -0.0422765277326107, 0.00743488734588027, -0.020623046904802322, 0.055614959448575974, 0.02892378717660904, -0.015571043826639652, 0.014812528155744076, -0.020952213555574417, -0.010683625005185604, 0.02235475182533264, -0.0102900555357337, -0.029710926115512848, 0.02800784260034561, 0.030741361901164055, -0.06302838027477264, -0.036237023770809174, -0.04490986838936806, 0.030998971313238144, -0.005789050832390785, -0.03887036442756653, -0.018805470317602158, -0.02019369788467884, 0.024158015847206116, 0.00016100573702715337, -0.03311709314584732, -0.0061683086678385735, 0.01232230570167303, -0.04184718057513237, 0.044995736330747604, -0.027478313073515892, 0.009424202144145966, 0.02123844623565674, 0.03512071818113327, 0.02985404245555401, -0.012293682433664799, -0.034376513212919235, 0.011864334344863892, -0.008751556277275085, -0.022569427266716957, -0.010139783844351768, 0.01856217347085476, -0.021896781399846077, 0.003028696868568659, -0.013274028897285461, 0.033317454159259796, 0.02868048846721649, -0.039643190801143646, -0.013910896144807339, -0.024716170504689217, 0.01869097724556923, -0.004064500331878662, -0.03446238487958908, -0.02962505631148815, -0.02141018584370613, -0.011756996624171734, -0.004758614115417004, 0.017932461574673653, -0.04010116308927536, -0.014497672207653522, 0.0003126194642391056, -0.006357937585562468, 0.0017764299409464002, -0.0028569574933499098, 0.007349017541855574, 0.038297899067401886, -0.001980370609089732, -0.021825222298502922, 0.0427631251513958, 0.005087781231850386, -0.016730286180973053, -0.029009656980633736, -0.0015107705257833004, 0.05518561229109764, 0.030512375757098198, -0.056187424808740616, 0.010862520895898342, 0.10647846013307571, 0.033431947231292725, -0.0014562074793502688, 0.005159339401870966, -0.03174317628145218, 0.031829044222831726, 0.034118905663490295, -0.040988482534885406, -0.041102975606918335, -0.00726672587916255, 0.056702643632888794, -0.01324540562927723, 0.013309807516634464, -0.030312014743685722, 0.00895191915333271, -0.04247689247131348, -0.05756134167313576, -0.03351781517267227, -0.08981973677873611, -0.05581532418727875, -0.01707376353442669, 0.00022115926549304277, 0.015957457944750786, 0.00907356757670641, 0.003742489032447338, -0.019406558945775032, -0.009595941752195358, -0.019964711740612984, -0.004329265560954809, 0.02515983022749424, 0.014740969985723495, -0.035721804946660995, -0.03992942348122597, 0.01003244612365961, 0.029796795919537544, 0.027492623776197433, 0.06360084563493729, 0.015656914561986923, -0.04010116308927536, 0.006966181565076113, -0.05538597330451012, -0.008672842755913734, -0.06474577635526657, -0.010261432267725468, 0.016658727079629898, 0.029968535527586937, 0.01472665835171938, -0.0352352112531662, 0.0293102003633976, -0.050376906991004944, -0.020952213555574417, -0.031056217849254608, -0.06760809570550919, -0.02365710958838463, -0.020894967019557953, 0.04719972610473633, 0.0223404411226511, 0.03658050298690796, 0.009273930452764034, 0.02006489224731922, 0.05286712944507599, -0.016529923304915428, -0.02125275693833828, -0.003517081029713154, -0.009824927896261215, -0.03526383638381958, 0.015256187878549099, -0.013274028897285461, -0.05112111195921898, 0.03320296108722687, 0.008694309741258621, 0.07407695055007935, -0.025517620146274567, -0.04262000694870949, 0.07316100597381592, 0.01055482029914856, -0.037210214883089066, -0.002670906251296401, 0.008923295885324478, -0.0168161541223526, -0.00014434612239710987, -0.04493848979473114, -0.0071522328071296215, -0.00046423322055488825, -0.026877224445343018, -0.008107533678412437, -0.00017755354929249734, -0.029367446899414062, 0.006708572618663311, 0.04156094789505005, -0.021166887134313583, 0.029768172651529312, 0.00097587367054075, -0.0003412427322473377, -0.04668450728058815, 0.03775405511260033, -0.00023256384884007275, 0.00006127163214841858, 0.009932265616953373, -0.027120523154735565, 0.02325638383626938, -0.010533353313803673, 0.050920747220516205, -0.03824065253138542, -0.005885654129087925, 0.0063865608535707, 0.020150762051343918, -0.06606244295835495, -0.0005098514957353473, 0.005563642829656601, -0.012014606036245823, 0.011964515782892704, -0.08987697958946228, 0.006540411151945591, -0.006082438863813877, -0.06463128328323364, 0.012823212891817093, 0.03512071818113327, 0.001393594080582261, -0.01939224638044834, 0.0007518073543906212, -0.07556536048650742, 0.014927021227777004, 0.012944861315190792, 0.005077047739177942, -0.010311523452401161, 0.07453492283821106, -0.006926824804395437, 0.014476205222308636, -0.005162917543202639, -0.059536345303058624, -0.027349507436156273, 0.004085967782884836, 0.026419252157211304, 0.0031575013417750597, 0.0029964956920593977, -0.0062577566131949425, -0.0028515905141830444, 0.01734568551182747, -0.005985835567116737, 0.0036637750454247, -0.006375827360898256, 0.053468216210603714, -0.006790864281356335, -0.01486977469176054, -0.015384992584586143, 0.030197521671652794, -0.00800019595772028, -0.001856932882219553, -0.04330696538090706, -0.02557486668229103, 0.02973954938352108, -0.004211194347590208, 0.02490222081542015, -0.02948193997144699, -0.07064216583967209, -0.05489937961101532, -0.03723884001374245, 0.00259040342643857, 0.0352352112531662, 0.0023506837897002697, -0.007806989364326, -0.004365044645965099, -0.0344337597489357, -0.03901347890496254, 0.014025389216840267, 0.00621839938685298, 0.04073087498545647, 0.010848209261894226, -0.03864137828350067, 0.02664823830127716, -0.02045130729675293, -0.024988090619444847, -0.026319071650505066, -0.010332990437746048, -0.03311709314584732, 0.03617977723479271, 0.006937558297067881, -0.006762241013348103, 0.03243013471364975, 0.0014642577152699232, 0.01859079673886299, 0.04685624688863754, -0.01532774604856968, 0.01910601370036602, 0.026061462238430977, 0.024129392579197884, 0.04161819443106651, 0.022569427266716957, -0.014683723449707031, -0.006547566503286362, -0.007349017541855574, -0.05326785519719124, 0.046341028064489365, -0.017030829563736916, 0.019449492916464806, -0.026304759085178375, 0.00009531763498671353, -0.015528108924627304, 0.014898397959768772, -0.00739910826086998, -0.017417242750525475, -0.04456638917326927, 0.025760918855667114, -0.01547086238861084, 0.00314497877843678, 0.031285203993320465, 0.018905650824308395, -0.03967181593179703, 0.0403587706387043, 0.0021861002314835787, 0.017131010070443153, -0.012873303145170212, -0.014640788547694683, -0.013302652165293694, 0.004293486475944519, 0.027778856456279755, -0.032773613929748535, -0.005238053388893604, -0.048516396433115005, 0.0336323082447052, 0.005803362466394901, 0.0026905848644673824, -0.020823409780859947, -0.006114640273153782, 0.031227957457304, -0.004826594144105911, 0.04522472247481346, 0.009381268173456192, -0.03804028779268265, 0.005366858094930649, -0.10235671699047089, 0.014011077582836151, -0.03741057962179184, -0.040444642305374146, 0.022712543606758118, 0.015928834676742554, 0.00787854753434658, 0.046770378947257996, 0.03245875611901283, 0.031542811542749405, -0.02866617776453495, -0.016644416376948357, -0.000642233993858099, 0.02528863400220871, 0.015613978728652, -0.01324540562927723, 0.019077390432357788, 0.03414752706885338, -0.014225751161575317, 0.07917188853025436, -0.02275547757744789, -0.024043524637818336, -0.017603294923901558, -0.0032594718504697084, 0.04808704927563667, -0.0015018257545307279, 0.016043327748775482, -0.03892761096358299, -0.01750311255455017, -0.03898485749959946, 0.012701563537120819, 0.03426202014088631, -0.0010787384817376733, 0.04880262911319733, -0.0022272460628300905, -0.02690584771335125, 0.006730040069669485, 0.03998667001724243, 0.0011708695674315095, 0.036237023770809174, -0.005635200999677181, -0.05475626140832901, -0.0006261334056034684, -0.00024419205146841705, 0.0005608366336673498, 0.015656914561986923, 0.017732098698616028, -0.004908886272460222, -0.00659050140529871, 0.010962702333927155, -0.026533745229244232, 0.023929031565785408, -0.003173602046445012, -0.04021565616130829, -0.053010243922472, 0.02339950017631054, 0.029009656980633736, -0.0243440680205822, -0.061539970338344574, 0.04010116308927536, 0.026705484837293625, -0.00327736116014421, -0.025889722630381584, 0.02181091159582138, -0.019177572801709175, -0.00443660281598568, -0.02123844623565674, 0.047829438000917435, -0.009402735158801079, -0.003316718153655529, 0.010046757757663727, 0.022712543606758118, 0.02948193997144699, 0.013596040196716785, -0.027091899886727333, -0.04121746867895126, -0.06955447793006897, 0.013381365686655045, 0.023785915225744247, 0.02812233567237854, -0.02756418287754059, 0.051750823855400085, -0.05544321984052658, -0.02609008550643921, 0.0146551001816988, -0.01391805149614811, 0.015456550754606724, -0.03354644030332565, -0.01162819191813469, 0.02528863400220871, 0.00800019595772028, -0.007993040606379509, 0.019277753308415413, 0.0030769985169172287, 0.03068411536514759, -0.03689536079764366, -0.004762191791087389, 0.004136058501899242, -0.01751742511987686, -0.004543939605355263, -0.008179091848433018, 0.010883987881243229, -0.05464176833629608, 0.02367142215371132, -0.0011082561686635017, -0.018934274092316628, 0.0029499828815460205, -0.004418713040649891, -0.004701367579400539, 0.04994755983352661, -0.020379748195409775, 0.1013835221529007, 0.02099514752626419, -0.004189726896584034, 0.06955447793006897, -0.014483360573649406, -0.06131098419427872, -0.016329560428857803, 0.02770729921758175, -0.033975787460803986, 0.019163260236382484, -0.04926060140132904, -0.022927217185497284, 0.01964985579252243, -0.023327942937612534, 0.01655854657292366, 0.014998579397797585, -0.03406165912747383, -0.030455129221081734, 0.013409988954663277, 0.010597755201160908, 0.03297397494316101, 0.027378130704164505, 0.017660541459918022, 0.044337403029203415, -0.01654423400759697, -0.005542175378650427, 0.01232230570167303, -0.023313630372285843, 0.010297211818397045, -0.045138854533433914, 0.05890663340687752, -0.029682302847504616, -0.047171104699373245, -0.038011666387319565, -0.014647944830358028, 0.037467826157808304, -0.0037746902089565992, -0.020522864535450935, -0.029109837487339973, 0.02272685430943966, 0.028823604807257652, 0.03792579472064972, -0.06394432485103607, 0.012665784917771816, 0.02570367231965065, 0.0052881441079080105, -0.0014168504858389497, -0.01707376353442669, -0.03214390203356743, 0.03391854092478752, -0.034519631415605545, 0.02355692908167839, -0.034634124487638474, 0.026290448382496834, -0.06600520014762878, -0.01979297213256359, 0.05312473699450493, -0.01601470448076725, -0.016644416376948357, -0.010397393256425858, 0.031170710921287537, 0.026605304330587387, 0.039070725440979004, 0.011155908927321434, -0.05258089676499367, -0.0027299418579787016, -0.06537548452615738, 0.010683625005185604, -0.003422266338020563, -0.04136058688163757, -0.021868158131837845, 0.004375778138637543, 0.019563985988497734, -0.014612165279686451, 0.23791639506816864, 0.037897173315286636, 0.051206979900598526, -0.038956232368946075, -0.0403587706387043, 0.010984169319272041, 0.04874538257718086, -0.0565309040248394, 0.01003244612365961, 0.01009684894233942, 0.0016986106056720018, -0.007535068783909082, 0.0033739646896719933, 0.014633633196353912, 0.027378130704164505, 0.06068127602338791, -0.025403127074241638, 0.04425153136253357, -0.01800401881337166, -0.016172131523489952, -0.037210214883089066, -0.01856217347085476, 0.01964985579252243, 0.03529245778918266, -0.015943145379424095, 0.0010501152137294412, 0.03743920102715492, -0.014118414372205734, 0.016086261719465256, 0.015828652307391167, -0.05856315419077873, -0.044222909957170486, -0.015556732192635536, -0.044995736330747604, -0.03617977723479271, -0.04345008358359337, 0.01721687987446785, -0.06079576537013054, 0.03326020762324333, 0.0012621061177924275, 0.01992177590727806, -0.018118511885404587, 0.0004919619532302022, 0.006862422451376915, 0.00297681731171906, 0.023385189473628998, -0.001593956840224564, 0.03698122873902321, 0.04078812152147293, -0.011463608592748642, 0.043650444597005844, -0.02880929410457611, 0.03698122873902321, -0.03254462778568268, -0.03804028779268265, -0.008830270729959011, 0.010003822855651379, -0.0054634613916277885, 0.009044944308698177, -0.017388619482517242, 0.0261043980717659, 0.025088272988796234, 0.033718179911375046, 0.01939224638044834, 0.014769593253731728, 0.041904427111148834, 0.013381365686655045, 0.023213449865579605, -0.07756898552179337, -0.0304265059530735, 0.0036566192284226418, -0.03577905148267746, -0.021095329895615578, -0.00035600157571025193, 0.05721786245703697, 0.005567220505326986, 0.013152379542589188, 0.01989315263926983, -0.0075708478689193726, 0.02637631818652153, 0.02384316176176071, -0.03280223533511162, -0.06835230439901352, 0.008429544977843761, 0.019950399175286293, 0.00935980025678873, -0.0014329510740935802, 0.046484146267175674, 0.025460373610258102, 0.026805667206645012, 0.030512375757098198, 0.01614350825548172, 0.022640984505414963, 0.003756800666451454, 0.01129186898469925 ]
9855_4
During the period of National Socialism in the first few years after 1933, many Jews, as well as a significant number of German artists and intellectuals fled into exile; for instance, the authors Klaus Mann and Anna Seghers. So Germany's own exile literature emerged and received worldwide credit. Klaus Mann finished his novel (The Volcano. A Novel Among Emigrants) in 1939 describing the German exile scene, "to bring the rich, scattered and murky experience of exile into epic form", as he wrote in his literary balance sheet. At the same place and in the same year, Anna Seghers published her famous novel Das siebte Kreuz (The Seventh Cross, published in the United States in 1942). Important exile literatures in recent years include that of the Caribbean, many of whose artists emigrated to Europe or the United States for political or economic reasons. These writers include Nobel Prize winners V. S. Naipaul and Derek Walcott as well as the novelists Edwidge Danticat and Sam Selvon. See also Banishment in the Torah Ban (law) Defection Émigré Minus six - form of exile in the Soviet Union Ostracism – procedure under the Athenian democracy Outlawry Penal colony Petalism Porcian Laws, the Roman laws granting citizens the right to voluntary exile in place of capital punishment Refugee Right of asylum (political asylum) Shimanagashi :Category:Exiles by nationality References External links Without a Country Varied experiences of American and British exiles in the 20th century. Punishments Literary motifs
[ -0.03101458214223385, -0.027873506769537926, 0.004166876897215843, -0.004043073393404484, 0.028099890798330307, 0.0015546201029792428, -0.02159135602414608, -0.02957138605415821, -0.045927613973617554, 0.006982525810599327, -0.020855609327554703, 0.01190637331455946, -0.004697463940829039, -0.036334600299596786, -0.012712866067886353, -0.014248031191527843, -0.03022223897278309, 0.006745530292391777, -0.022836467251181602, 0.024704134091734886, 0.02316189371049404, -0.023784449324011803, -0.04352228716015816, -0.02009156346321106, 0.018620068207383156, 0.020855609327554703, 0.04040950909256935, 0.005012278910726309, 0.04688974842429161, 0.04216398298740387, 0.045276761054992676, 0.008800670504570007, 0.008029550313949585, -0.04691804572939873, 0.006589891389012337, 0.0111140301451087, 0.03189181908965111, -0.09519439190626144, 0.019398262724280357, -0.055633820593357086, 0.02548232674598694, -0.06304789334535599, 0.0029111544135957956, 0.01976613700389862, -0.040607597678899765, 0.012882653623819351, -0.008956309407949448, -0.012960473075509071, 0.038173969835042953, -0.01993592455983162, 0.05447360500693321, -0.028609253466129303, 0.037211839109659195, -0.002560966880992055, 0.013498134911060333, -0.020756565034389496, -0.0240391306579113, 0.030646707862615585, -0.003319706302136183, -0.00516084348782897, 0.013505209237337112, 0.003358616027981043, 0.018775707110762596, -0.0010240330593660474, -0.023204339668154716, -0.01281898282468319, 0.017502298578619957, 0.0231760423630476, 0.00897753331810236, -0.008892638608813286, 0.010944242589175701, -0.059199366718530655, 0.01993592455983162, -0.007042658980935812, -0.05874659866094589, -0.01100083813071251, -0.008963383734226227, -0.0009638998308219016, 0.00928881112486124, -0.007212446536868811, 0.037211839109659195, -0.015337503515183926, 0.016752401366829872, -0.0035726195201277733, -0.004849565681070089, -0.00622909190133214, -0.007583857513964176, 0.03814567252993584, 0.00795173179358244, 0.03647609055042267, 0.04847443476319313, 0.05054018646478653, -0.0086591811850667, -0.007240744773298502, 0.003001354169100523, 0.010229718871414661, 0.014969629235565662, 0.014170211739838123, -0.0054332115687429905, -0.002759052673354745, 0.04892720282077789, -0.020615076646208763, -0.06276491284370422, 0.05515275523066521, -0.010901795700192451, 0.032712459564208984, -0.028297975659370422, 0.05096465349197388, 0.03868333250284195, 0.0030774050392210484, 0.003165836213156581, 0.012161055579781532, -0.03715524449944496, -0.02057262882590294, 0.023062851279973984, 0.001138993538916111, -0.03888142108917236, -0.015266758389770985, -0.040324617177248, 0.02727924846112728, -0.00989014282822609, 0.04751230403780937, -0.017686234787106514, 0.05622807890176773, 0.008248860016465187, -0.014071168377995491, -0.0233458299189806, 0.0558319054543972, -0.02617562748491764, 0.0023717242293059826, -0.0001739883446134627, -0.0023398888297379017, -0.029231809079647064, -0.03115607239305973, -0.043692074716091156, 0.07176366448402405, 0.010456101968884468, 0.017459850758314133, 0.03163713589310646, -0.05433211475610733, -0.00701789790764451, -0.04397505521774292, -0.02047358639538288, 0.06208575889468193, -0.002115273615345359, 0.013950902037322521, -0.0017456314526498318, 0.002134728478267789, -0.07017897814512253, 0.017346659675240517, -0.03718354180455208, -0.044342927634716034, 0.021718697622418404, 0.05283232033252716, 0.003135769395157695, -0.005977947264909744, -0.01044195331633091, 0.02824138104915619, 0.006059304345399141, 0.022977957502007484, -0.06887727230787277, 0.019596349447965622, 0.04335249960422516, 0.03777780011296272, 0.03517438471317291, -0.007169999647885561, 0.007010823581367731, -0.027732016518712044, -0.007279654499143362, -0.04207909107208252, 0.02832627482712269, 0.015521439723670483, -0.02996755763888359, 0.013257602229714394, 0.0005226282519288361, 0.017856022343039513, 0.019723689183592796, -0.019511453807353973, 0.028099890798330307, 0.00846816971898079, -0.044173140078783035, 0.05005912110209465, 0.005663132295012474, 0.03559885546565056, 0.00984062161296606, -0.026288820430636406, -0.050115715712308884, 0.00156700040679425, -0.030165642499923706, -0.014884735457599163, 0.02285061590373516, 0.012557227164506912, 0.014545159414410591, 0.004127967171370983, 0.011970044113695621, 0.031835224479436874, -0.04182440787553787, 0.004000626504421234, 0.012995845638215542, -0.04937996715307236, -0.02388349175453186, 0.04442782327532768, -0.015535589307546616, 0.03370289131999016, 0.0053341686725616455, -0.011998342350125313, 0.047823578119277954, 0.046238891780376434, 0.012536003254354, -0.0027944252360612154, -0.004262382630258799, -0.03724013641476631, 0.021945079788565636, 0.00240355939604342, 0.02410987578332424, 0.00952934380620718, -0.06576449424028397, -0.0011381092481315136, -0.07125430554151535, 0.027859358116984367, 0.0062326290644705296, -0.03172203153371811, -0.026840630918741226, 0.03692885860800743, -0.01015897374600172, -0.012536003254354, 0.01612984575331211, 0.08251690119504929, 0.032542672008275986, -0.018648365512490273, -0.014339999295771122, -0.018648365512490273, 0.020516032353043556, 0.06287810206413269, 0.0005040576797910035, 0.01890304870903492, 0.03763630986213684, 0.016228890046477318, -0.041796110570430756, 0.021336674690246582, 0.001809301902540028, 0.006614651996642351, 0.051049549132585526, 0.056426163762807846, -0.004163339734077454, 0.06717939674854279, -0.018549323081970215, -0.013866008259356022, 0.061576396226882935, 0.03772120177745819, 0.020332096144557, -0.002456618007272482, -0.005999171175062656, -0.01083105057477951, -0.0344669334590435, 0.02340242639183998, 0.020431138575077057, 0.01391552947461605, -0.02768957056105137, -0.05028550326824188, -0.04335249960422516, 0.03208990395069122, 0.039419081062078476, -0.021775292232632637, 0.00830545648932457, 0.05869000405073166, -0.004502915311604738, 0.0009621311910450459, -0.04748400300741196, -0.04714442789554596, -0.017148572951555252, -0.042446963489055634, -0.038400352001190186, 0.03905120864510536, -0.05588850378990173, 0.0029942796099931, 0.02934500202536583, -0.008093221113085747, 0.06378363817930222, -0.01201956532895565, 0.011602169834077358, 0.056284673511981964, -0.025185199454426765, -0.038400352001190186, 0.0073716226033866405, -0.01210445910692215, 0.01590346358716488, -0.03811737522482872, -0.05161551013588905, -0.014502712525427341, -0.02262423187494278, -0.04403164982795715, -0.03987184911966324, 0.025270093232393265, 0.034438636153936386, 0.03506119176745415, -0.014856437221169472, 0.007293803617358208, -0.01733251102268696, 0.012550152838230133, 0.0069365412928164005, -0.05348317697644234, -0.022482741624116898, -0.03358969837427139, 0.02374200150370598, 0.006317523308098316, -0.021449865773320198, -0.03217479959130287, 0.00606991583481431, -0.0022496890742331743, -0.026076585054397583, 0.023543916642665863, 0.02648690529167652, -0.0051962160505354404, -0.03217479959130287, 0.04162632301449776, 0.038626737892627716, -0.030165642499923706, 0.004142116289585829, 0.005295258946716785, 0.008312530815601349, 0.011913447640836239, -0.018648365512490273, 0.005047651473432779, -0.007212446536868811, 0.03200501203536987, 0.03616481274366379, -0.04816315695643425, 0.0387682281434536, 0.028595104813575745, -0.0032277379650622606, 0.009430300444364548, -0.03225969150662422, -0.0032737222500145435, -0.013950902037322521, 0.01020849496126175, -0.040154829621315, 0.011213073506951332, -0.004318978637456894, 0.00016326605691574514, 0.007852688431739807, -0.055803608149290085, -0.0005544634768739343, -0.0025096768513321877, -0.005266960710287094, -0.015493142418563366, 0.008178114891052246, 0.0011106955353170633, -0.013491060584783554, -0.026472756639122963, 0.01274116337299347, 0.03973035886883736, 0.0003890971711371094, -0.014743245206773281, 0.016030803322792053, 0.05987851694226265, 0.042107388377189636, -0.027816910296678543, -0.027505632489919662, 0.0026281746104359627, 0.021322526037693024, 0.05696382746100426, 0.0219733789563179, 0.024237217381596565, -0.008354977704584599, -0.06089724600315094, 0.005574701353907585, 0.02055848017334938, 0.0484178364276886, -0.09694886952638626, 0.04335249960422516, 0.03557055443525314, -0.02410987578332424, -0.0221431665122509, -0.02031794749200344, 0.014141913503408432, 0.01182147953659296, 0.02459094114601612, 0.023048702627420425, -0.02245444431900978, 0.005503956228494644, 0.01993592455983162, 0.04111696034669876, 0.06304789334535599, -0.00961423758417368, -0.02135082334280014, -0.024633388966321945, -0.028453614562749863, 0.029514789581298828, -0.07187686115503311, -0.015634631738066673, -0.06780195236206055, 0.005341242998838425, -0.04739911109209061, -0.045135270804166794, -0.01605910062789917, 0.02800084836781025, -0.007166462484747171, 0.015422397293150425, -0.026373714208602905, 0.055407438427209854, 0.06242533400654793, -0.014403670094907284, -0.0027696643956005573, 0.01676655188202858, 0.00921099167317152, -0.01669580675661564, 0.04971954599022865, 0.006490848492830992, -0.02768957056105137, 0.006370581686496735, 0.006257390137761831, 0.022652529180049896, 0.011142328381538391, 0.017106126993894577, 0.020530181005597115, -0.02903372421860695, -0.02452019602060318, 0.06270831823348999, -0.0066995457746088505, 0.012797759845852852, 0.02934500202536583, 0.04309781640768051, 0.024421153590083122, 0.0037070349790155888, -0.011220147833228111, 0.006381193641573191, -0.07555560022592545, 0.0034328983165323734, 0.05447360500693321, -0.01969539187848568, -0.05000252276659012, -0.054388709366321564, -0.02294965833425522, -0.014856437221169472, 0.004188100341707468, -0.004746985621750355, -0.025963393971323967, 0.001977320993319154, -0.035004597157239914, 0.037523116916418076, 0.044965483248233795, -0.00043463922338560224, 0.03528757765889168, -0.015323353931307793, -0.0041951751336455345, -0.011142328381538391, -0.002318665385246277, 0.022893063724040985, -0.018393684178590775, -0.0017845411784946918, -0.05379445478320122, -0.015096969902515411, -0.010456101968884468, -0.0072442819364368916, -0.03511779010295868, -0.011559722945094109, -0.01605910062789917, -0.015549737960100174, 0.02270912565290928, 0.00830545648932457, -0.007845614105463028, 0.022723274305462837, 0.020671671256422997, -0.03511779010295868, 0.0420507937669754, -0.006338746752589941, 0.029543086886405945, 0.022440295666456223, 0.04094717279076576, 0.03537246957421303, -0.008284232579171658, -0.014757394790649414, -0.007173536811023951, 0.0096071632578969, -0.015761973336338997, 0.007654602639377117, 0.014396595768630505, -0.030873091891407967, -0.023275084793567657, -0.018634216859936714, 0.002039222978055477, -0.02617562748491764, -0.07368793338537216, -0.025765307247638702, -0.0330803357064724, 0.0028987738769501448, -0.007166462484747171, -0.041003767400979996, -0.0182663444429636, 0.019030388444662094, 0.00277673895470798, 0.0029076170176267624, 0.027250951156020164, -0.010866423137485981, -0.01206908654421568, -0.017176872119307518, 0.0001225877203978598, -0.02150646224617958, 0.049634650349617004, 0.03155224397778511, -0.001806648913770914, -0.00709571735933423, -0.006441326811909676, 0.06938663870096207, -0.028694147244095802, -0.011014987714588642, -0.0365326888859272, 0.03740992397069931, 0.03743822127580643, 0.05433211475610733, -0.060614265501499176, -0.026203926652669907, 0.04476739838719368, 0.0092180659994483, -0.028694147244095802, -0.015139417722821236, -0.07295218110084534, 0.011446531862020493, 0.05668084695935249, 0.031665436923503876, -0.045446548610925674, 0.006851647514849901, 0.024223066866397858, -0.014771543443202972, 0.04278653860092163, -0.03347650542855263, -0.011573872528970242, -0.016667507588863373, -0.03220309689640999, -0.005942575167864561, -0.09360970556735992, -0.03282565250992775, 0.007307952269911766, 0.001982626970857382, -0.008871415629982948, 0.03466502204537392, -0.012995845638215542, 0.009784025140106678, -0.005578238517045975, -0.04057929664850235, -0.009861844591796398, 0.020600926131010056, -0.0071063293144106865, -0.03200501203536987, 0.01614399626851082, 0.008390350267291069, 0.05051188915967941, -0.007350399158895016, -0.010024557821452618, -0.012663344852626324, -0.03585353493690491, 0.00030486646573990583, -0.050313800573349, -0.019398262724280357, -0.05758638307452202, -0.029627980664372444, 0.01874740980565548, 0.04134334251284599, -0.012479407712817192, -0.01993592455983162, 0.06276491284370422, -0.024024982005357742, -0.007682900410145521, -0.03282565250992775, -0.04626719281077385, -0.02236955054104328, -0.00032166839810088277, -0.00010606214345898479, 0.006352895870804787, 0.03107117861509323, -0.007477740291506052, 0.03707034885883331, 0.01811070553958416, -0.04247526079416275, -0.03211820125579834, 0.003951104823499918, -0.04431463032960892, -0.018492726609110832, 0.03995674103498459, -0.04714442789554596, -0.030703304335474968, 0.02965627983212471, 0.0060769906267523766, 0.04111696034669876, -0.009663758799433708, -0.020034966990351677, 0.09519439190626144, -0.004262382630258799, -0.005946112331002951, -0.0008414226467721164, -0.027859358116984367, -0.02926010824739933, -0.019355814903974533, -0.014856437221169472, 0.014439042657613754, -0.02057262882590294, 0.041711218655109406, -0.0014644202310591936, -0.010173122398555279, -0.04072078689932823, 0.041965898126363754, 0.039192698895931244, -0.039900146424770355, 0.03777780011296272, 0.002677696058526635, 0.01637037843465805, -0.00224438332952559, 0.015436545945703983, -0.010031632147729397, 0.0191294327378273, 0.050653379410505295, -0.08093221485614777, 0.04247526079416275, -0.015082821249961853, 0.025878500193357468, 0.009550566785037518, 0.01068248599767685, 0.01317270752042532, 0.005249274428933859, -0.04372037202119827, -0.007449442055076361, 0.010463176295161247, -0.006795051507651806, 0.019483156502246857, -0.05212487280368805, -0.02017645724117756, 0.04199419543147087, -0.03237288445234299, -0.014983778819441795, 0.054756585508584976, 0.014354148879647255, -0.010300463065505028, 0.019751988351345062, -0.04660676792263985, 0.04405995085835457, 0.026274671778082848, 0.026529353111982346, -0.023275084793567657, 0.0656513050198555, 0.02832627482712269, 0.051219336688518524, -0.012352067045867443, 0.0031764479354023933, -0.027349993586540222, 0.00032631104113534093, 0.06412321329116821, 0.009628386236727238, -0.0020250738598406315, -0.00255919829942286, 0.03378778323531151, 0.02364295907318592, -0.008758223615586758, -0.010215569287538528, -0.057614680379629135, -0.00021311912860255688, -0.053964242339134216, -0.028114039450883865, -0.0028987738769501448, 0.05653935670852661, -0.009076575748622417, 0.007654602639377117, -0.06485895812511444, -0.03973035886883736, 0.019200176000595093, -0.002382335951551795, 0.009996260516345501, 0.0017420941730961204, -0.08761053532361984, -0.00011518160317791626, -0.03424055129289627, -0.05008741840720177, -0.015478992834687233, -0.008630882948637009, -0.05835042893886566, -0.01238036435097456, -0.02017645724117756, -0.022171463817358017, 0.025991691276431084, -0.0239542368799448, 0.05942574888467789, 0.0005332399741746485, 0.011340414173901081, 0.031042879447340965, -0.03211820125579834, -0.017912618815898895, -0.037211839109659195, -0.037042051553726196, 0.01059759221971035, -0.010746156796813011, 0.006964839529246092, 0.010739082470536232, 0.02103954553604126, 0.02452019602060318, -0.022992106154561043, 0.026784034445881844, -0.06163299083709717, 0.01614399626851082, 0.04321100935339928, -0.0024689985439181328, -0.01127674337476492, -0.02160550467669964, -0.016384528949856758, 0.0032825651578605175, 0.013816487044095993, -0.049974225461483, 0.01652601733803749, 0.003298482857644558, 0.04043780639767647, -0.01764378882944584, -0.01189929898828268, 0.00484249135479331, 0.00622909190133214, -0.024152323603630066, 0.008107369765639305, -0.025015411898493767, -0.0032153576612472534, -0.04241866618394852, -0.02846776507794857, 0.05436041206121445, 0.025213496759533882, -0.046465277671813965, 0.03607992082834244, 0.013674996793270111, 0.03186352178454399, -0.02183188870549202, 0.0181814506649971, -0.013901380822062492, -0.019553901627659798, 0.03740992397069931, -0.015266758389770985, -0.038626737892627716, -0.02142156846821308, 0.03401416912674904, 0.009472747333347797, -0.0035885372199118137, -0.02236955054104328, -0.04473910108208656, -0.0048566400073468685, -0.0022496890742331743, 0.015224311500787735, 0.015068672597408295, -0.024265514686703682, 0.04292802885174751, -0.06650024652481079, -0.007498963735997677, -0.012627972289919853, -0.042022496461868286, 0.031354159116744995, -0.030901391059160233, -0.029712874442338943, 0.002460155403241515, 0.04233377426862717, 0.00814981758594513, -0.002145340433344245, 0.005369541235268116, -0.014269254170358181, 0.031212667003273964, -0.03387267887592316, 0.012161055579781532, 0.0007768679060973227, 0.004838953725993633, 0.0016280179843306541, 0.05331338569521904, -0.01969539187848568, -0.020261351019144058, -0.0034983372315764427, 0.004697463940829039, 0.03044862300157547, 0.0032471928279846907, -0.0517004020512104, -0.06333087384700775, -0.0616895891726017, -0.05591680109500885, 0.00036278890911489725, 0.007675826083868742, 0.05246444791555405, 0.022666679695248604, 0.01218227855861187, 0.030731601640582085, -0.022015824913978577, 0.01213983166962862, -0.004941534250974655, -0.008595510385930538, -0.0330803357064724, 0.02294965833425522, 0.0287790410220623, 0.022977957502007484, 0.028128188103437424, 0.012557227164506912, -0.05515275523066521, 0.035712044686079025, -0.02942989580333233, -0.0004381764738354832, -0.02957138605415821, 0.011771958321332932, -0.015224311500787735, 0.00023964849242474884, -0.044795695692300797, 0.03907950595021248, 0.0465218722820282, -0.011205998249351978, -0.01881815493106842, 0.04414484277367592, 0.006763216108083725, -0.021647952497005463, 0.024873921647667885, 0.007456516847014427, 0.011283817701041698, 0.02807159163057804, -0.04454101622104645, 0.04949316009879112, 0.00587183004245162, -0.008616733364760876, 0.004301292356103659, 0.02176114358007908, 0.07142408937215805, -0.0278310589492321, 0.028411168605089188, -0.03296714276075363, -0.045984212309122086, 0.009239288978278637, 0.024095727130770683, 0.01637037843465805, 0.05181359499692917, 0.02365710772573948, -0.027081163600087166, -0.044965483248233795, 0.005489807575941086, -0.008036625571548939, -0.012309620156884193, -0.020827310159802437, 0.009996260516345501, 0.040381211787462234, -0.007180611602962017, -0.007789018098264933, 0.017106126993894577, 0.0029500641394406557, 0.009875994175672531, -0.04018312692642212, 0.00968498270958662, 0.02712360955774784, -0.03220309689640999, -0.00854598917067051, -0.00944445002824068, 0.003692885860800743, -0.01605910062789917, 0.04318271204829216, 0.0033497728873044252, -0.010095302946865559, -0.0032631102949380875, -0.04827634617686272, -0.00297482474707067, 0.03367459028959274, -0.014884735457599163, 0.02357221394777298, -0.023218490183353424, -0.02350146882236004, 0.06344406306743622, -0.043069519102573395, -0.05645446106791496, -0.009854770265519619, 0.032938845455646515, -0.020912203937768936, 0.03854184225201607, -0.06372704356908798, 0.015917612239718437, -0.010498548857867718, 0.00928881112486124, 0.00016812977264635265, 0.02396838553249836, -0.019483156502246857, -0.016073251143097878, -0.025878500193357468, -0.020049115642905235, 0.01867666468024254, 0.018535174429416656, 0.007534336298704147, 0.045446548610925674, 0.0365326888859272, -0.028595104813575745, -0.009458598680794239, 0.0031516870949417353, 0.023699555546045303, -0.0618593767285347, 0.057133615016937256, -0.0482480488717556, -0.014658351428806782, -0.05172869935631752, -0.026798183098435402, -0.012479407712817192, -0.00976280216127634, 0.015719525516033173, -0.030476920306682587, 0.0059956335462629795, 0.030561814084649086, 0.03336331248283386, -0.005574701353907585, 0.014729096554219723, 0.026699140667915344, 0.062368739396333694, 0.014785693027079105, 0.03242947906255722, 0.008185189217329025, 0.012288396246731281, -0.007088643033057451, 0.046465277671813965, 0.01035705953836441, 0.04137163981795311, -0.016568465158343315, -0.05526594817638397, 0.007421144284307957, 0.0026281746104359627, -0.008206413127481937, -0.0014166674809530377, 0.00441094720736146, 0.04190930351614952, -0.006802125833928585, -0.009911365807056427, -0.05093635618686676, 0.007435293402522802, -0.03675907105207443, -0.012231800705194473, -0.04621059447526932, 0.005220976658165455, -0.004580734763294458, -0.009501045569777489, 0.05020061135292053, -0.07006578892469406, 0.23249617218971252, 0.03854184225201607, 0.031042879447340965, -0.019964221864938736, -0.03305203467607498, 0.0649721547961235, 0.00709571735933423, -0.03630630299448967, 0.007880986668169498, -0.026062436401844025, -0.0026706214994192123, -0.024180620908737183, -0.007180611602962017, 0.00956471636891365, 0.02917521446943283, 0.05141742154955864, 0.007760719861835241, 0.014361223205924034, -0.06683982163667679, -0.06485895812511444, -0.013448613695800304, 0.001632439554668963, 0.020685819908976555, 0.03882482275366783, -0.0033745337277650833, 0.028283827006816864, 0.0385984405875206, -0.007053270470350981, 0.010307538323104382, -0.056992124766111374, -0.017841873690485954, -0.047653790563344955, 0.029288405552506447, -0.04120185226202011, -0.042107388377189636, -0.01628548465669155, -0.028651701286435127, -0.052322957664728165, -0.014997927471995354, 0.021718697622418404, -0.043380796909332275, -0.03834375739097595, 0.044654205441474915, -0.005213902331888676, 0.01044195331633091, 0.056907229125499725, -0.03834375739097595, 0.011566798202693462, 0.02436455711722374, -0.004867251962423325, 0.02681233175098896, -0.023770300671458244, 0.05625637620687485, -0.0174881499260664, -0.006278613582253456, -0.03375948593020439, -0.002744903787970543, -0.021647952497005463, 0.011722437106072903, -0.01187100075185299, -0.0010284546297043562, -0.004577197600156069, 0.013965051621198654, 0.015012076124548912, 0.04485229402780533, 0.05869000405073166, 0.0422205813229084, 0.027321696281433105, -0.03053351677954197, -0.03279735520482063, 0.022015824913978577, -0.030476920306682587, -0.05283232033252716, 0.028849786147475243, -0.04230547323822975, 0.027477335184812546, -0.011609245091676712, 0.0016474728472530842, -0.0018552860710769892, 0.018563471734523773, 0.03189181908965111, -0.00936663057655096, -0.046465277671813965, 0.006218480411916971, 0.048134855926036835, 0.028425317257642746, 0.01683729514479637, -0.0005717075546272099, 0.029599683359265327, 0.03701375424861908, 0.041230153292417526, 0.004509990103542805, 0.01245818380266428, -0.017912618815898895, 0.01907283626496792 ]
9857_0
Elbląg (; ) is a city in northern Poland on the eastern edge of the Żuławy region with 118,582 inhabitants (December 2020). It is the capital of Elbląg County and has been assigned (since 1999) to the Warmian-Masurian Voivodeship. Previously it was the capital of Elbląg Voivodeship (1975–1998) and a county seat within Gdańsk Voivodeship (1945–1975). Elbląg is one of the oldest cities in the province. Its history dates back to 1237, when the Teutonic Order constructed their fortified stronghold on the banks of a nearby river. The castle subsequently served as the official seat of the Teutonic Order Masters. Elbląg became part of the Hanseatic League, which contributed much to the city's wealth. Through the Hansa agreement, the city was linked to other major ports like Gdańsk, Lübeck and Amsterdam. Elbląg joined Poland in 1454 and after the defeat of the Teutonic Knights in the Thirteen Years’ War was recognized as part of Poland in the Second Peace of Thorn in 1466. It then flourished and turned into a significant trading point, but its growth was eventually hindered by the Second Northern War and the Swedish Deluge. The city was transferred to Prussia after the first partition of Poland in 1772. Its trading role greatly weakened, until the era of industrialization, which occurred in the 19th century. It was then that the famous Elbląg Canal was commissioned. After World War II the city again became part of Poland. The war casualties were catastrophic, especially the severe destruction of the Old Town district, one of the grandest in East Prussia. Today, Elbląg has over 120,000 inhabitants and is a "vibrant city with an attractive tourist base". It serves as an academic and financial center and among its numerous historic monuments is the Market Gate from 1309 and St. Nicholas Cathedral. Elbląg is also known for its archaeological sites, museums and the largest brewery in the country.
[ -0.03833746165037155, -0.008268202655017376, 0.012155944481492043, 0.033693768084049225, -0.027119703590869904, -0.02157157100737095, -0.04775983840227127, -0.037743501365184784, -0.01418756041675806, -0.0025698922108858824, 0.008855413645505905, -0.025918282568454742, -0.0014182497980073094, -0.03196588158607483, -0.012783653102815151, -0.0625278577208519, -0.04940672963857651, 0.020329654216766357, 0.002936055650934577, 0.03512467443943024, 0.015496973879635334, 0.013546353206038475, -0.0069857873022556305, -0.017157364636659622, -0.007971222512423992, 0.00975310429930687, 0.0240149088203907, 0.03944438695907593, 0.04416907578706741, 0.018169796094298363, -0.023690931499004364, 0.0061893402598798275, -0.00836944580078125, -0.000909502268768847, 0.018115799874067307, -0.0044513302855193615, -0.007923975586891174, -0.07019535452127457, 0.031074941158294678, -0.030076008290052414, 0.006688807159662247, -0.0303999874740839, 0.021382583305239677, -0.006594313308596611, -0.0037696254439651966, 0.01074528880417347, 0.006580814253538847, 0.01047530584037304, 0.03315380588173866, -0.05653425678610802, 0.013694843277335167, 0.009510120376944542, 0.00025521748466417193, 0.009429125115275383, -0.010374062694609165, -0.024851854890584946, -0.01752183958888054, 0.029671035706996918, 0.03191188722848892, 0.04371010512113571, 0.011784719303250313, -0.04873177409172058, -0.010887028649449348, -0.004559323191642761, 0.023623434826731682, -0.003111543832346797, 0.006628061179071665, -0.022179031744599342, -0.001889874809421599, -0.029914019629359245, -0.011723973788321018, 0.004755060188472271, 0.019141731783747673, -0.043926090002059937, -0.02581029012799263, 0.007660742849111557, -0.014295552857220173, 0.03952538222074509, 0.03390975296497345, 0.01584795117378235, 0.06711755692958832, -0.0009744667331688106, -0.012986140325665474, 0.031398922204971313, -0.04460104554891586, 0.03118293546140194, -0.017643330618739128, 0.056156281381845474, -0.011609231121838093, 0.00832894816994667, 0.025324322283267975, 0.04800282046198845, -0.01845327764749527, 0.017143864184617996, 0.023366952314972878, 0.045680973678827286, -0.01148098986595869, -0.0012267312267795205, -0.038013480603694916, -0.03787849098443985, -0.011507987976074219, 0.04570797458291054, 0.010218823328614235, 0.08585431426763535, 0.016563402488827705, 0.0295090451836586, -0.001802130602300167, 0.03450371325016022, -0.006050974130630493, -0.05567031353712082, 0.029644036665558815, 0.011312250979244709, 0.02351544238626957, -0.04732786491513252, 0.03909341245889664, 0.061447929590940475, -0.026255760341882706, 0.020289156585931778, 0.006442448124289513, 0.0546443797647953, -0.029482048004865646, 0.04721987247467041, 0.03091295249760151, 0.01677938923239708, -0.0026289508678019047, -0.019938180223107338, -0.023677431046962738, 0.03312680497765541, 0.021706562489271164, -0.045060016214847565, -0.016252923756837845, -0.028051141649484634, 0.003271845867857337, -0.009273885749280453, 0.018817754462361336, 0.04703088477253914, 0.004863053094595671, 0.03979536518454552, 0.014633030630648136, -0.009489871561527252, 0.034476716071367264, -0.006145467981696129, 0.006118469871580601, 0.08293850719928741, 0.016590401530265808, 0.02845611609518528, 0.055022355169057846, -0.015496973879635334, 0.004771933890879154, 0.01263516303151846, -0.05761418491601944, 0.0025108337868005037, 0.04222520440816879, 0.014174060896039009, -0.0014688714873045683, -0.0033950251527130604, -0.0020687379874289036, 0.017224859446287155, -0.06862945854663849, 0.002419714815914631, -0.06803549081087112, 0.004771933890879154, 0.009429125115275383, 0.02630975842475891, 0.020289156585931778, -0.032640837132930756, 0.01798080839216709, -0.0013785961782559752, -0.05221454054117203, -0.002067050663754344, 0.04457404837012291, 0.03839145600795746, -0.014525038190186024, -0.009064649231731892, 0.011150261387228966, 0.04017334058880806, 0.026012776419520378, -0.020100168883800507, 0.028213132172822952, 0.01220319140702486, -0.017143864184617996, -0.033342793583869934, 0.0006045068148523569, 0.019006740301847458, -0.011426993645727634, -0.0000642789455014281, -0.0365825779736042, -0.05340246483683586, 0.007842980325222015, -0.001208169967867434, 0.08877012133598328, 0.005119536072015762, -0.007512252312153578, -0.01241917721927166, 0.019938180223107338, 0.04570797458291054, -0.05054065212607384, 0.03647458553314209, -0.050189677625894547, -0.037311527878046036, -0.0369875505566597, 0.010563050396740437, -0.006655059289187193, -0.008713672868907452, -0.006145467981696129, -0.020721128210425377, 0.05456338822841644, 0.03547564893960953, 0.006790050305426121, -0.025040840730071068, 0.06285183876752853, -0.033504780381917953, 0.019884184002876282, 0.024811357259750366, 0.04730086773633957, 0.0572362095117569, -0.06268984824419022, 0.0012309497687965631, -0.022260025143623352, 0.006412075366824865, -0.016293421387672424, 0.04732786491513252, 0.02670123241841793, 0.02293498069047928, -0.04384509474039078, 0.05480637028813362, 0.011865714564919472, 0.05594029650092125, 0.014903012663125992, 0.0031486665830016136, -0.0015954255359247327, -0.02659323811531067, -0.03312680497765541, 0.015604966320097446, 0.04292715713381767, -0.03949838504195213, 0.010947775095701218, -0.005224153865128756, -0.0037763749714940786, -0.05126960575580597, -0.003285344922915101, 0.03507067635655403, 0.06317581236362457, 0.06808949261903763, 0.017764823511242867, 0.025526808574795723, -0.030885955318808556, -0.006428949069231749, -0.01381633523851633, 0.0030929825734347105, 0.01725185662508011, -0.029671035706996918, -0.005878860596567392, -0.000533636542968452, -0.009152393788099289, 0.00821420643478632, 0.025094838812947273, 0.01599644124507904, -0.044709037989377975, 0.021477077156305313, -0.019209228456020355, 0.017305854707956314, -0.0033106557093560696, -0.020464643836021423, 0.005325397476553917, 0.035205669701099396, 0.009287385269999504, -0.012878146953880787, -0.04792182520031929, -0.06587563455104828, -0.03812147676944733, 0.007613495923578739, -0.009388628415763378, -0.021666064858436584, -0.04430406540632248, 0.010056833736598492, 0.041172273457050323, -0.022664999589323997, 0.03199288249015808, -0.015496973879635334, -0.03285682573914528, -0.02463586814701557, -0.003577263094484806, 0.017589334398508072, -0.01086003053933382, 0.03118293546140194, -0.08180458098649979, 0.031506914645433426, 0.013499106280505657, 0.037149541079998016, -0.02740318514406681, 0.018520774319767952, -0.025607803836464882, -0.011042268946766853, -0.039255399256944656, -0.022273525595664978, -0.00642219977453351, -0.0025952032301574945, -0.008268202655017376, 0.00911189615726471, 0.011103014461696148, -0.000808680837508291, 0.014781520701944828, -0.004731436725705862, -0.01876375824213028, 0.012054701335728168, 0.019209228456020355, 0.0009879658464342356, 0.0607999749481678, 0.03013000451028347, -0.04546498879790306, -0.03134492412209511, 0.024338888004422188, -0.015361982397735119, -0.042063213884830475, 0.0633918046951294, 0.0519985556602478, 0.033180803060531616, -0.016684895381331444, -0.020194662734866142, -0.026647234335541725, 0.028591105714440346, 0.016792887821793556, -0.010191825218498707, 0.016185428947210312, 0.027592172846198082, -0.0067968000657856464, -0.014727524481713772, 0.027335690334439278, 0.0058181146159768105, -0.028672100976109505, -0.05820814520120621, -0.016725393012166023, 0.06193389743566513, 0.0011803280794993043, -0.007012785412371159, -0.008018468506634235, 0.011217757128179073, -0.005983478855341673, -0.0056426264345645905, 0.036339592188596725, -0.05918008089065552, 0.034395720809698105, 0.02498684450984001, -0.027808157727122307, 0.011777970008552074, -0.00016452035924885422, 0.03579962998628616, -0.009213140234351158, -0.011231256648898125, -0.001960745081305504, -0.03156090900301933, 0.004100353457033634, 0.05380743741989136, -0.04697689041495323, 0.002731881570070982, 0.01010408066213131, 0.04892076179385185, -0.021814554929733276, 0.026485245674848557, 0.03779749572277069, -0.008612429723143578, 0.0007859010947868228, 0.029293060302734375, -0.02358293905854225, -0.05116161331534386, -0.008767669089138508, 0.017616333439946175, 0.02899608016014099, -0.05696622654795647, 0.036258596926927567, 0.04519500583410263, -0.03936339169740677, 0.010171576403081417, -0.03091295249760151, -0.022179031744599342, 0.03223586454987526, -0.01779182255268097, 0.010340315289795399, -0.03004900924861431, 0.051323600113391876, -0.016009939834475517, 0.01603693701326847, -0.02568879909813404, 0.037932489067316055, -0.0016333918320015073, 0.036960553377866745, -0.02273249439895153, -0.08493637293577194, -0.03509767726063728, 0.0050722891464829445, -0.00640532560646534, -0.006223087664693594, 0.0044007087126374245, -0.040578313171863556, -0.06571365147829056, -0.019560204818844795, 0.005969979800283909, 0.032640837132930756, -0.026147767901420593, -0.023177964612841606, 0.03250584751367569, 0.014903012663125992, 0.05556232109665871, 0.0003547733649611473, 0.011028769426047802, -0.031128939241170883, 0.06106995418667793, 0.006472821347415447, 0.026674233376979828, -0.04484403133392334, -0.030993947759270668, -0.017103366553783417, 0.015631964430212975, 0.033180803060531616, 0.01228418666869402, 0.007748486939817667, -0.044628042727708817, 0.02308347076177597, 0.016941377893090248, -0.054401397705078125, 0.03558364510536194, 0.003614385612308979, 0.04071330279111862, -0.020329654216766357, -0.018871750682592392, -0.00040750426705926657, -0.0018139423336833715, -0.004063230939209461, 0.0008567713666707277, 0.03574563190340996, -0.03277583047747612, -0.05040566250681877, 0.022206028923392296, 0.01107601635158062, -0.05259251594543457, -0.01969519630074501, -0.019276723265647888, -0.006675308104604483, -0.05045965686440468, 0.008004969917237759, 0.03409874066710472, -0.009456124156713486, -0.02031615376472473, -0.043035149574279785, -0.03620460256934166, 0.00040497316513210535, 0.03690655529499054, 0.02082912065088749, -0.06112395226955414, -0.008997154422104359, -0.05221454054117203, 0.01802130602300167, -0.024581871926784515, 0.012803901918232441, 0.03666357323527336, -0.013742090202867985, -0.009138895198702812, 0.048677776008844376, -0.010131078772246838, 0.0023167841136455536, 0.00021830585319548845, -0.0009710919111967087, -0.020154165104031563, -0.008477438241243362, 0.04044331982731819, -0.010644044727087021, 0.04079429805278778, -0.008531435392796993, 0.03636659309267998, 0.0011567046167328954, -0.0004496889596339315, 0.011933209374547005, -0.01752183958888054, 0.031317926943302155, -0.04325113445520401, 0.013674594461917877, 0.006067848298698664, 0.01559146773070097, 0.02122059464454651, 0.020964112132787704, 0.06479571014642715, -0.021747060120105743, -0.0010259320260956883, -0.017467843368649483, -0.07743087410926819, -0.01551047246903181, -0.017967309802770615, -0.024811357259750366, -0.00203499011695385, -0.040821295231580734, -0.02149057760834694, -0.0003465473710093647, 0.004343337379395962, 0.0010925838723778725, -0.046814899891614914, -0.03647458553314209, 0.040659308433532715, 0.007991470396518707, -0.005629127379506826, -0.016630899161100388, 0.016185428947210312, -0.01572645828127861, -0.015672462061047554, -0.0396333746612072, -0.023812422528862953, -0.02603977546095848, 0.008443690836429596, -0.0022779740393161774, 0.01767032966017723, -0.024122903123497963, -0.005446889437735081, -0.00547051290050149, 0.04765184596180916, 0.021652566269040108, -0.04721987247467041, -0.026228763163089752, 0.0006576595478691161, 0.004231969825923443, 0.0031182935927063227, 0.005777617450803518, -0.04989269748330116, 0.008450440131127834, 0.04481703042984009, -0.004643692634999752, 0.007336764130741358, 0.04948772117495537, -0.0145385367795825, -0.05507635325193405, -0.09001203626394272, -0.04589695855975151, -0.03180389478802681, -0.012797152623534203, -0.04678790271282196, 0.010610297322273254, -0.014255056157708168, 0.034233734011650085, 0.00439058430492878, -0.03293781727552414, 0.0616639144718647, -0.015901947394013405, -0.06987137347459793, -0.027308691293001175, -0.04020033776760101, 0.0034405847545713186, -0.00504191592335701, -0.01891224831342697, 0.05310548469424248, -0.024770859628915787, 0.03804048150777817, -0.022246526554226875, -0.012837650254368782, 0.0005353239248506725, -0.02986002154648304, 0.005855237133800983, -0.055103350430727005, -0.06652359664440155, 0.02690371870994568, -0.010677793063223362, 0.005251152440905571, -0.012884896248579025, 0.04619394242763519, -0.006479570642113686, 0.00014437716163229197, -0.00219529215246439, -0.028078140690922737, 0.011312250979244709, -0.013134630396962166, 0.008902660571038723, 0.003928239922970533, -0.00467069074511528, 0.00024994439445436, 0.030939951539039612, 0.05375343933701515, 0.002171668689697981, -0.02635025419294834, -0.04951472207903862, -0.012486672960221767, -0.07678291201591492, 0.042846161872148514, -0.030453983694314957, -0.0006677838973701, 0.0013600349193438888, -0.00836944580078125, 0.06274384260177612, 0.028348121792078018, 0.01692787930369377, 0.03579962998628616, -0.03177689388394356, -0.000798978318925947, -0.035556644201278687, 0.04667991027235985, 0.0026525743305683136, -0.008578682318329811, -0.012803901918232441, -0.03021099977195263, 0.028240129351615906, 0.011413494125008583, 0.018237292766571045, -0.06943940371274948, -0.024662867188453674, 0.004373710136860609, 0.01595594361424446, -0.02568879909813404, 0.03539465740323067, -0.08520635962486267, -0.03798648342490196, -0.03666357323527336, 0.04317013919353485, 0.02502734214067459, 0.007795733865350485, 0.038634441792964935, -0.016252923756837845, 0.050783637911081314, 0.015820952132344246, 0.004630193579941988, 0.02393391542136669, -0.003194225952029228, 0.00102677580434829, -0.003995735198259354, -0.06846746802330017, 0.03288382291793823, 0.053888432681560516, -0.03258684277534485, -0.026215264573693275, -0.00994884129613638, -0.03979536518454552, -0.01779182255268097, -0.05461738258600235, 0.03876943141222, 0.010272819548845291, -0.0008487562881782651, -0.03253284469246864, 0.03782449662685394, 0.04157724604010582, 0.01754883863031864, 0.0038776181172579527, 0.028132136911153793, 0.011170510202646255, 0.026255760341882706, 0.032991815358400345, -0.06090796738862991, 0.014349550008773804, -0.0444660559296608, -0.046112947165966034, -0.033882755786180496, -0.000872379750944674, 0.033072810620069504, -0.04244118928909302, 0.007350263185799122, 0.007316515315324068, -0.0012233564630150795, 0.02393391542136669, -0.006570689845830202, -0.029752029106020927, 0.004839429631829262, -0.00011157854896737263, -0.04079429805278778, -0.038634441792964935, 0.004491827450692654, -0.024892350658774376, 0.019627699628472328, -0.026458248496055603, -0.0471118800342083, 0.016063936054706573, -0.01105576753616333, -0.005797865800559521, 0.009584365412592888, -0.026066774502396584, -0.041091278195381165, -0.033477783203125, -0.07613495737314224, -0.021585069596767426, -0.05207955092191696, -0.024109402671456337, -0.016050437465310097, -0.018547771498560905, 0.007458256091922522, 0.009523618966341019, 0.009874596260488033, 0.057830169796943665, -0.041550248861312866, 0.003298843977972865, -0.03374776616692543, -0.020235160365700722, -0.034746699035167694, -0.01818329654633999, -0.0023471571039408445, -0.008160209283232689, -0.012095198966562748, -0.01401207223534584, -0.042954154312610626, -0.005497511010617018, 0.007829481735825539, -0.0010723352897912264, -0.0007137652137316763, -0.07235521078109741, -0.022759493440389633, 0.016522904857993126, 0.09233388304710388, 0.046463921666145325, 0.037122540175914764, 0.026296257972717285, 0.006418825127184391, -0.0011212695389986038, 0.015564469620585442, 0.029752029106020927, -0.035178668797016144, 0.05083763226866722, 0.00021936047414783388, -0.030534977093338966, -0.04344012215733528, -0.024865353479981422, -0.0027808158192783594, -0.02339395135641098, -0.0018611892592161894, 0.027038710191845894, 0.004228595178574324, -0.006233212072402239, 0.042603179812431335, 0.021585069596767426, -0.006543691735714674, -0.009955590590834618, 0.007323265075683594, -0.007660742849111557, -0.03763550892472267, -0.030804960057139397, -0.050000689923763275, 0.03912040963768959, 0.04519500583410263, 0.014160562306642532, 0.006442448124289513, 0.030264995992183685, -0.0356646366417408, 0.009003903716802597, -0.07197723537683487, -0.06571365147829056, -0.027079205960035324, 0.005865361541509628, -0.015388980507850647, 0.03021099977195263, 0.001392939011566341, -0.03858044371008873, 0.007330014370381832, -0.008490937761962414, -0.01519999373704195, 0.007458256091922522, -0.038094475865364075, -0.0453839935362339, -0.02728169411420822, -0.020221659913659096, 0.0316959023475647, -0.03282982483506203, -0.041010282933712006, 0.01989768259227276, -0.005922732874751091, 0.01791331358253956, 0.04001135006546974, 0.005396267399191856, 0.04457404837012291, 0.011703724972903728, -0.010414560325443745, 0.00523765292018652, 0.033450786024332047, -0.001601331401616335, 0.01779182255268097, -0.010637295432388783, -0.011649728752672672, 0.027187200263142586, 0.03547564893960953, 0.019708694890141487, 0.032370857894420624, -0.008889161050319672, 0.005068914499133825, -0.0005960699054412544, 0.014687027782201767, -0.0024990220554172993, 0.005990228150039911, -0.006010476965457201, -0.041550248861312866, 0.007046533282846212, -0.03239785507321358, 0.03839145600795746, 0.03075096383690834, -0.042063213884830475, -0.032478850334882736, 0.04362910985946655, 0.04657191410660744, -0.024959847331047058, 0.02581029012799263, 0.007458256091922522, -0.006925041321665049, 0.019479209557175636, -0.005834988784044981, -0.050513654947280884, 0.01607743464410305, 0.027997145429253578, 0.01086003053933382, 0.01378258690237999, -0.0007209366303868592, 0.009091648273169994, -0.004171223845332861, 0.012898395769298077, 0.07694490253925323, -0.007303016260266304, 0.0011229568626731634, 0.006631435826420784, -0.014147062785923481, -0.015267488546669483, 0.022003542631864548, -0.015874948352575302, 0.059342071413993835, 0.013634096831083298, -0.018939245492219925, 0.012891646474599838, -0.011899461969733238, 0.0555083230137825, -0.026525743305683136, -0.007195023354142904, -0.015240490436553955, -0.0037392524536699057, -0.014052568934857845, 0.0047516850754618645, 0.02432538941502571, 0.04419607296586037, 0.013701592572033405, -0.014552036300301552, -0.043656107038259506, 0.06193389743566513, 0.025877786800265312, -0.03353177756071091, -0.027700165286660194, 0.007080281153321266, -0.02312396839261055, 0.004775308538228273, -0.03142591938376427, -0.002612076932564378, -0.001238542958162725, 0.020613135769963264, -0.05891009792685509, 0.009395377710461617, -0.021787557750940323, -0.03282982483506203, 0.017143864184617996, -0.039849359542131424, 0.04835379868745804, -0.042684171348810196, 0.021963045001029968, -0.01891224831342697, -0.03482769429683685, -0.011737472377717495, 0.016671396791934967, -0.0149705084040761, 0.03372076526284218, 0.011393245309591293, 0.07116729021072388, 0.026444748044013977, 0.05048665776848793, 0.00551775936037302, -0.038553446531295776, -0.04986569657921791, -0.03056197613477707, -0.010657544247806072, 0.019371217116713524, -0.05180956795811653, -0.05966604873538017, 0.0031132313888520002, 0.003074421314522624, -0.017724325880408287, 0.03860744461417198, 0.03868843615055084, -0.00936163030564785, -0.041982218623161316, 0.035907622426748276, 0.04546498879790306, -0.0003368448815308511, 0.0017869441071525216, 0.01969519630074501, 0.041442256420850754, 0.002493959851562977, -0.022287024185061455, -0.0005323709920048714, -0.019398216158151627, -0.037581510841846466, -0.09697757661342621, 0.05842413008213043, -0.0167388916015625, -0.0038269965443760157, -0.05232253298163414, -0.02331295609474182, 0.012236939743161201, -0.006148842629045248, -0.012857898138463497, -0.026363754644989967, 0.002849998651072383, 0.03339678794145584, -0.01241917721927166, 0.009314383380115032, 0.0008053060155361891, -0.03701454773545265, 0.017683828249573708, 0.04481703042984009, 0.04290015995502472, -0.012878146953880787, -0.035556644201278687, -0.01775132492184639, 0.028564108535647392, -0.05815414711833, 0.027470679953694344, -0.009894845075905323, -0.03412574157118797, 0.003023799741640687, -0.008126461878418922, -0.02959004044532776, -0.021166598424315453, 0.003413586411625147, -0.012770154513418674, 0.0572362095117569, -0.009989337995648384, -0.041631244122982025, 0.010461807250976562, -0.06922341883182526, 0.00932113267481327, 0.02386641874909401, -0.036609575152397156, 0.016333919018507004, 0.02837512083351612, 0.042765166610479355, -0.03885042667388916, 0.20572637021541595, -0.01074528880417347, 0.010765536688268185, -0.011825216934084892, 0.02802414447069168, 0.01461953204125166, -0.0025715797673910856, -0.032208867371082306, 0.000006960476639505941, 0.0147545225918293, 0.0029849899001419544, -0.0028263754211366177, 0.0383104644715786, -0.005973354447633028, 0.006459322292357683, 0.07872678339481354, -0.042684171348810196, 0.03183089196681976, 0.05054065212607384, -0.010650794953107834, 0.005726995877921581, 0.01591544598340988, -0.020572638139128685, 0.024473879486322403, 0.03428772836923599, 0.022664999589323997, 0.010097331367433071, 0.01588844694197178, 0.013809585012495518, -0.012513671070337296, -0.02899608016014099, -0.016536405310034752, 0.01919572800397873, -0.024905851110816002, -0.015213492326438427, -0.019803188741207123, -0.012594666332006454, -0.03504367917776108, 0.00932113267481327, -0.008342447690665722, 0.012911895290017128, -0.0396333746612072, 0.035988617688417435, 0.017683828249573708, 0.030939951539039612, 0.030723964795470238, -0.033072810620069504, 0.008227705024182796, 0.07386710494756699, 0.004228595178574324, 0.042603179812431335, -0.005953105632215738, 0.026323257014155388, 0.015348483808338642, -0.007896976545453072, 0.012749905698001385, 0.007748486939817667, -0.0058316136710345745, 0.018925746902823448, 0.000012820195479434915, 0.07986070960760117, -0.011879213154315948, -0.00415434967726469, 0.005139784421771765, -0.04649092257022858, 0.03944438695907593, 0.05507635325193405, 0.04416907578706741, -0.10345714539289474, -0.05056764930486679, 0.019276723265647888, -0.03939039260149002, -0.015982940793037415, 0.018547771498560905, 0.03399074822664261, 0.0687374472618103, 0.0001075710024451837, 0.02386641874909401, 0.002782503142952919, -0.03720353543758392, 0.027727164328098297, -0.017184361815452576, 0.021544573828577995, 0.01754883863031864, 0.018709760159254074, 0.05594029650092125, 0.010144578292965889, 0.00547051290050149, 0.005359144881367683, 0.03631259500980377, 0.0383104644715786, 0.007802483160048723, -0.05707421898841858, 0.005659500136971474, 0.044979020953178406 ]
9857_1
The Elbląg Canal, built in 1825–44 under Prussia, is a tourist site of Elbląg. The canal is believed to be one of the most important monuments related to the history of engineering, and has been named one of the Seven Wonders of Poland. The canal was also named one of Poland's official national Historic Monuments (Pomnik historii) in 2011. Its listing is maintained by the National Heritage Board of Poland. Etymology Elbląg derives from the earlier German-language Elbing, which is the name by which the Teutonic Knights knew both the river here and the citadel they established on its banks in 1237. The purpose of the citadel was to prevent the Old Prussian settlement of Truso from being reoccupied, the German crusaders being at war with the pagan Prussians. The citadel was named after the river, itself of uncertain etymology. One traditional etymology connects it to the name of the Helveconae, a Germanic tribe mentioned in Ancient Greek and Latin sources, but the etymology or language of the tribal name remains unknown. The oldest known mention of the river or town Elbing is in the form Ylfing in the report of a sailor Wulfstan from the end of the 9th century, in The Voyages of Ohthere and Wulfstan which was written in Anglo-Saxon in King Alfred's reign. Modern city The city was almost completely destroyed at the end of World War II. Parts of the inner city were gradually rebuilt, and around 2000 rebuilding was begun in a style emulating the previous architecture, in many cases over the same foundations and utilizing old bricks and portions of the same walls. The western suburbs of the old city have not been reconstructed. The modern city adjoins about half the length of the river between Lake Drużno and Elbląg Bay (Zatoka Elbląska, an arm of the Vistula Lagoon), and spreads out on both banks, though mainly on the eastern side. To the east is the Elbląg Upland (Wysoczyzna Elbląska), a dome pushed up by glacial compression, 390 km2 in diameter and high at its greatest elevation.
[ -0.04544804245233536, -0.002859682310372591, 0.035290513187646866, -0.005450849886983633, -0.0004660649283323437, 0.0249028280377388, -0.021726680919528008, -0.03452332690358162, 0.021343087777495384, -0.0052475458942353725, 0.035750824958086014, -0.04817922040820122, -0.013886049389839172, -0.04965221881866455, 0.01324161421507597, -0.05318126827478409, -0.07438626140356064, 0.0008041058317758143, -0.041151806712150574, 0.053702954202890396, 0.056771695613861084, 0.04787234961986542, 0.003835925366729498, -0.03008899837732315, -0.016663258895277977, 0.0471358522772789, 0.03222177177667618, 0.019885437563061714, 0.03344926983118057, 0.00998107809573412, 0.0024358124937862158, 0.017338382080197334, 0.007353468798100948, 0.053733643144369125, 0.01661722920835018, -0.017675943672657013, -0.02651391550898552, -0.10488954186439514, 0.035812199115753174, -0.038328565657138824, -0.014760640449821949, -0.03489157557487488, 0.00830861460417509, 0.007790764328092337, 0.0250562634319067, 0.04013912379741669, 0.02642185427248478, -0.020345747470855713, 0.00717318058013916, -0.0675736591219902, -0.0029114673379808664, 0.0100117651745677, 0.005987879354506731, -0.0036249493714421988, -0.024979544803500175, -0.061681680381298065, -0.022708678618073463, 0.012205914594233036, -0.0048639532178640366, 0.010863340459764004, -0.027281101793050766, -0.0245959535241127, 0.008216552436351776, 0.014185251668095589, 0.029551967978477478, -0.004825593903660774, 0.0022382624447345734, -0.030104342848062515, 0.008300942368805408, -0.0417962409555912, -0.030165717005729675, 0.029613343998789787, 0.022217679768800735, -0.04440467059612274, -0.0397401861846447, -0.02378273755311966, 0.0060684336349368095, 0.01459185965359211, -0.000526480725966394, 0.009029768407344818, 0.03667144477367401, 0.030503278598189354, -0.02514832653105259, 0.03039587289094925, -0.027649350464344025, 0.022831426933407784, -0.026866821572184563, 0.046337977051734924, 0.007211539428681135, 0.020790714770555496, 0.009582141414284706, 0.021619275212287903, 0.008753581903874874, 0.016172261908650398, 0.003456168808043003, 0.019854748621582985, -0.012873365543782711, -0.008799612522125244, -0.0791734978556633, -0.006659166421741247, 0.012535803951323032, 0.06518004089593887, 0.02539382502436638, 0.061804428696632385, 0.023184332996606827, 0.017768006771802902, -0.020821401849389076, 0.021619275212287903, -0.012604850344359875, -0.023491207510232925, 0.07463176548480988, 0.005082601215690374, 0.025547262281179428, -0.06297054886817932, 0.017860068008303642, 0.025470543652772903, -0.024197017773985863, 0.01611088588833809, -0.03197627514600754, 0.013993456028401852, -0.028201723471283913, 0.0518617108464241, -0.013065162114799023, 0.0063139330595731735, -0.03682488203048706, 0.014837359078228474, -0.011446401476860046, -0.015504810027778149, -0.01063318457454443, 0.00263911671936512, -0.032682083547115326, -0.03486089035868645, 0.005094108637422323, -0.007817615754902363, 0.012850349768996239, 0.051493462175130844, -0.00816284865140915, 0.04250205308198929, -0.00020030722953379154, -0.009029768407344818, 0.042900990694761276, 0.00872289389371872, -0.0022094929590821266, 0.07156302034854889, 0.01378631591796875, 0.018581222742795944, 0.06616204231977463, -0.003354516811668873, 0.012397710233926773, 0.032620709389448166, -0.04305442422628403, -0.02863134630024433, 0.06542554497718811, -0.016939446330070496, 0.01571195013821125, 0.03421645238995552, -0.00654408847913146, 0.0019438551971688867, -0.023184332996606827, 0.05572832375764847, -0.06232611462473869, 0.0019352242816239595, 0.0012735271593555808, -0.006133644375950098, 0.012597179040312767, -0.0023955353535711765, 0.020852090790867805, -0.03243658319115639, -0.02217164821922779, -0.0021615438163280487, 0.030165717005729675, 0.035628072917461395, -0.003155048470944166, -0.01701616495847702, 0.03989362344145775, 0.04670622572302818, 0.013939752243459225, -0.03446195274591446, 0.007115641608834267, -0.018427785485982895, 0.0290609709918499, -0.040844932198524475, 0.004158142954111099, -0.005059585440903902, -0.025854136794805527, -0.02207958698272705, -0.046307291835546494, -0.0275726318359375, 0.0035156256053596735, 0.01516724843531847, 0.07469313591718674, 0.005826770793646574, -0.030626026913523674, 0.02617635391652584, -0.0011047464795410633, 0.05348814278841019, -0.05305851995944977, 0.032559335231781006, -0.005727036390453577, -0.043146487325429916, -0.045754916965961456, 0.05256751924753189, -0.0253631379455328, -0.00836998876184225, -0.02794088050723076, -0.010487419553101063, 0.02797156758606434, 0.03427783027291298, 0.0207446850836277, -0.013379707932472229, 0.06947627663612366, 0.02402823604643345, 0.025424513965845108, 0.040292561054229736, 0.054286014288663864, 0.032958269119262695, -0.03018105961382389, -0.0033986298367381096, -0.014822015538811684, 0.0069813840091228485, -0.0007029332919046283, 0.056833069771528244, 0.040783558040857315, 0.049099843949079514, -0.0397401861846447, 0.06045418232679367, -0.004514884203672409, 0.046031102538108826, 0.048700906336307526, 0.006839454639703035, -0.009459392167627811, -0.024427171796560287, -0.0007873236900195479, 0.004802578594535589, -0.00549688097089529, -0.016448447480797768, 0.010180545970797539, 0.020130936056375504, -0.035873573273420334, -0.05330401659011841, 0.01828969269990921, 0.046399351209402084, 0.03952537477016449, 0.054101891815662384, 0.014054830186069012, -0.000018580263713374734, -0.018703971058130264, -0.001824941486120224, 0.013310660608112812, 0.022094929590821266, -0.01732303947210312, -0.00757595244795084, -0.026345135644078255, -0.05014321580529213, -0.008024755865335464, 0.019302375614643097, 0.017123570665717125, -0.01865794137120247, -0.013502457179129124, -0.023000208660960197, 0.0027580303139984608, 0.023199675604701042, 0.03033449687063694, -0.038543377071619034, 0.004131291527301073, 0.01623363606631756, 0.0054815374314785, -0.0013799741864204407, -0.03252864629030228, -0.05965631082653999, -0.029751436784863472, 0.002130856504663825, -0.024457860738039017, -0.010218905285000801, -0.03746931999921799, 0.009819968603551388, 0.010356998071074486, -0.018811378628015518, 0.015512482263147831, 0.006187347695231438, -0.024120299145579338, -0.021619275212287903, -0.00870755035430193, 0.007081117946654558, -0.019210314378142357, 0.018243661150336266, -0.059288062155246735, 0.0074953981675207615, -0.011193229816854, 0.043085113167762756, 0.016417760401964188, -0.0026314447168260813, -0.04158142954111099, -0.025884823873639107, -0.040415309369564056, 0.005159319378435612, -0.004537899512797594, -0.00026803527725860476, 0.009221564047038555, -0.017491819337010384, 0.008454379625618458, -0.04231792688369751, 0.01266622543334961, -0.024227704852819443, -0.009037439711391926, 0.03222177177667618, 0.01695479080080986, 0.03869681432843208, 0.032743457704782486, 0.01436170469969511, -0.04145868122577667, -0.0057769035920500755, 0.005397147033363581, -0.010111499577760696, -0.04808716103434563, 0.08346973359584808, 0.05489976331591606, 0.022877458482980728, -0.020222999155521393, -0.04986703023314476, -0.0013176403008401394, -0.0034293171484023333, 0.010732918977737427, -0.021189652383327484, 0.030012279748916626, 0.013525472953915596, -0.02636047825217247, -0.014791328459978104, 0.01116254273802042, 0.024150986224412918, -0.0347074531018734, -0.01234400738030672, -0.025501230731606483, 0.05735475569963455, -0.014200595207512379, -0.001550672808662057, 0.03354132920503616, -0.0017817872576415539, -0.018182285130023956, 0.020468497648835182, 0.0044573452323675156, -0.04440467059612274, 0.00593801261857152, -0.0212049949914217, -0.03421645238995552, 0.009574469178915024, -0.010195889510214329, -0.00461845425888896, 0.007855975069105625, -0.010142186656594276, 0.009620500728487968, 0.0025048593524843454, -0.029705405235290527, 0.027956223115324974, -0.05486907437443733, -0.0028999594505876303, 0.0013310661306604743, 0.019762687385082245, -0.0292144063860178, 0.030411215499043465, 0.016847383230924606, 0.006455862428992987, 0.03525982424616814, 0.03771481662988663, -0.014622547663748264, -0.05830606445670128, -0.04756547510623932, 0.015435763634741306, 0.030135029926896095, -0.051063839346170425, 0.017215633764863014, 0.03633388504385948, -0.048854343593120575, 0.018872752785682678, -0.0061758398078382015, -0.024074267596006393, 0.028416534885764122, 0.012006446719169617, 0.02201821096241474, -0.02189546264708042, 0.03225246071815491, -0.000228117685765028, 0.040353935211896896, -0.03225246071815491, 0.0400470606982708, -0.024227704852819443, 0.035075701773166656, -0.02484145201742649, -0.05818331614136696, 0.0043192519806325436, 0.00849273893982172, 0.0021519542206078768, 0.017062196508049965, -0.015144233591854572, -0.054286014288663864, -0.03955606371164322, 0.017721975222229958, 0.035597387701272964, 0.019225656986236572, -0.021726680919528008, -0.008178193122148514, 0.018703971058130264, 0.008439036086201668, 0.05566694959998131, -0.006498057395219803, 0.009045111946761608, -0.019271688535809517, 0.09261458367109299, 0.02474939078092575, -0.0010807719081640244, -0.017184944823384285, -0.01990078017115593, 0.007150164805352688, -0.000320539518725127, -0.009988749399781227, 0.04305442422628403, -0.017936786636710167, -0.02629910409450531, 0.048240598291158676, 0.010963074862957, -0.05753887817263603, 0.015466450713574886, 0.0009642557124607265, 0.04765753448009491, -0.01629501022398472, -0.0017913770861923695, 0.024012893438339233, -0.03136252611875534, -0.00873823743313551, -0.0021001691929996014, 0.04422054812312126, 0.0008467804873362184, -0.014829687774181366, 0.017092883586883545, -0.0058536222204566, -0.03051862120628357, -0.02856997214257717, -0.017307695001363754, -0.03179214894771576, -0.04299305006861687, 0.01574263721704483, 0.07941899448633194, -0.028523940593004227, -0.024549921974539757, -0.023399144411087036, -0.007798436097800732, 0.008884003385901451, 0.0367635078728199, 0.007184688001871109, -0.062080614268779755, -0.006655330304056406, -0.03123977594077587, -0.0034101377241313457, -0.056802380830049515, 0.014729953370988369, 0.03200696036219597, -0.016693947836756706, -0.002978595905005932, 0.038205817341804504, 0.016632571816444397, 0.009206220507621765, 0.02062193490564823, 0.006371472030878067, -0.03452332690358162, 0.002940236823633313, 0.022954177111387253, -0.008991409093141556, 0.011408042162656784, -0.0014164154417812824, 0.04719722643494606, 0.02095949649810791, -0.009160189889371395, 0.0074953981675207615, -0.013187911361455917, 0.03654869645833969, -0.03857406601309776, 0.03179214894771576, 0.012965427711606026, -0.0071118054911494255, 0.01094773132354021, 0.04204174131155014, 0.03525982424616814, -0.007004399783909321, 0.00453406386077404, -0.020760027691721916, -0.07806875556707382, 0.014300329610705376, -0.002618019003421068, -0.02468801476061344, -0.018811378628015518, -0.021542556583881378, -0.016601884737610817, -0.01611088588833809, -0.025685355067253113, 0.018243661150336266, -0.05321195721626282, -0.032896894961595535, 0.012236601673066616, 0.007318945601582527, -0.013080505654215813, -0.0028136512264609337, 0.017568537965416908, 0.005447013769298792, -0.014944764785468578, -0.024396484717726707, 0.012382366694509983, -0.002111676847562194, 0.02217164821922779, 0.028339816257357597, 0.05603519827127457, 0.005692513193935156, -0.005861293990164995, 0.003774550510570407, 0.03590426221489906, 0.010986089706420898, -0.0474427230656147, -0.019762687385082245, -0.008791941218078136, 0.026882164180278778, -0.023920830339193344, 0.035873573273420334, -0.08224223554134369, 0.024273734539747238, 0.023460518568754196, -0.028493253514170647, -0.007545264903455973, 0.002598839346319437, -0.03750000521540642, -0.06008593365550041, -0.06953765451908112, -0.011185558512806892, -0.05818331614136696, -0.043882984668016434, -0.04526391997933388, -0.01723097637295723, -0.03921850025653839, 0.020852090790867805, -0.012037133798003197, 0.011001434177160263, 0.03131649270653725, -0.02114362083375454, -0.061835117638111115, 0.0036479649133980274, -0.05222995951771736, -0.010088483802974224, -0.008300942368805408, -0.011400369927287102, 0.021788055077195168, -0.026682697236537933, 0.0265446025878191, -0.04719722643494606, 0.0035424770321696997, 0.030319154262542725, -0.00565031822770834, -0.005780739244073629, -0.019164282828569412, -0.06241817772388458, 0.008761253207921982, -0.0072268834337592125, 0.02405892312526703, -0.0032183413859456778, 0.0340937040746212, -0.01841244101524353, -0.01623363606631756, -0.027772098779678345, -0.018611909821629524, 0.014484453946352005, -0.019179627299308777, 0.014699266292154789, -0.004844773560762405, -0.03621113672852516, 0.03906506299972534, 0.018397098407149315, 0.021649962291121483, -0.016816696152091026, -0.02114362083375454, -0.0265446025878191, -0.013863034546375275, -0.056065883487463, 0.02927578240633011, -0.022432491183280945, -0.040814246982336044, -0.008715222589671612, -0.046031102538108826, 0.04692103713750839, 0.04155074432492256, -0.020944152027368546, 0.03691694512963295, -0.05554419755935669, 0.007483890280127525, -0.06978315114974976, 0.005562091711908579, 0.019363751634955406, -0.01859656535089016, -0.02657529152929783, -0.020238341763615608, 0.024012893438339233, 0.037684131413698196, 0.012888709083199501, -0.013302989304065704, 0.03427783027291298, -0.0028807800263166428, 0.028140347450971603, -0.03005831129848957, 0.035382576286792755, -0.030825495719909668, -0.03433920443058014, 0.004514884203672409, 0.024381142109632492, 0.04710516333580017, -0.003369860351085663, -0.010541122406721115, -0.012236601673066616, 0.019977498799562454, 0.022739365696907043, 0.035137075930833817, 0.0151212178170681, -0.0004509609716478735, -0.02399754896759987, 0.011308307759463787, -0.035137075930833817, 0.024488547816872597, 0.019118251278996468, -0.016509823501110077, -0.019072221592068672, 0.01454582903534174, -0.03237520903348923, -0.05054215341806412, -0.059195999056100845, 0.03179214894771576, 0.011538463644683361, 0.03878887742757797, -0.02596154250204563, 0.03878887742757797, 0.03415507823228836, -0.012581835500895977, -0.008063115179538727, 0.04928397014737129, 0.02235577255487442, 0.05311989411711693, 0.043944358825683594, -0.05078765004873276, -0.0048409379087388515, -0.05164689943194389, -0.04007774963974953, -0.051462773233652115, -0.005389475263655186, 0.037991005927324295, -0.03212970867753029, -0.004273220896720886, 0.005412490572780371, 0.026345135644078255, 0.0598711222410202, -0.004507212433964014, -0.00838533230125904, 0.02596154250204563, 0.008991409093141556, -0.02235577255487442, -0.02204889804124832, 0.005055749788880348, -0.01304214634001255, 0.006072269752621651, -0.017706630751490593, -0.008669191040098667, 0.00551222451031208, -0.012405382469296455, -0.005945684388279915, 0.013556160032749176, -0.03630319610238075, -0.05526801198720932, -0.03390958160161972, -0.05315058305859566, 0.009413360618054867, -0.026222385466098785, -0.012320992536842823, -0.0587356872856617, -0.03145458921790123, -0.011262277141213417, 0.03875818848609924, -0.029766781255602837, 0.08126024156808853, -0.02390548586845398, 0.03166940063238144, -0.0394333116710186, -0.015313013456761837, -0.013855362311005592, -0.020821401849389076, 0.003891546279191971, -0.007798436097800732, 0.002618019003421068, 0.005320428404957056, -0.035720136016607285, 0.010080811567604542, -0.007825287990272045, 0.005166991613805294, 0.01710822619497776, -0.04409779608249664, -0.005074928980320692, 0.022785397246479988, 0.0477495975792408, 0.051125213503837585, 0.014729953370988369, 0.06659166514873505, 0.02059124782681465, -0.0016369811492040753, -0.0060454183258116245, 0.033081021159887314, -0.05020458996295929, 0.059195999056100845, -0.020161623135209084, 0.014008799567818642, 0.0006041582673788071, -0.00984298437833786, -0.018427785485982895, -0.010226576589047909, -0.0013109274441376328, 0.004257876891642809, -0.005857457872480154, -0.015435763634741306, 0.011446401476860046, 0.038113754242658615, -0.003477266291156411, -0.04158142954111099, 0.033203769475221634, -0.01498312409967184, -0.013326004147529602, -0.038236502557992935, -0.009712562896311283, 0.02791019342839718, 0.051247961819171906, -0.007276750169694424, -0.0017146585742011666, 0.02359861321747303, -0.016540510579943657, -0.0010356998536735773, -0.04501841962337494, -0.0832856073975563, -0.037868253886699677, -0.0017568537732586265, -0.023920830339193344, 0.008454379625618458, 0.014384719543159008, -0.0800941213965416, 0.01856587827205658, -0.009451719932258129, -0.05229133367538452, -0.012136867269873619, -0.00855411309748888, -0.013011458329856396, -0.02323036454617977, -0.017798693850636482, 0.02402823604643345, 0.0015842372085899115, -0.030257778242230415, 0.019885437563061714, 0.0019198806257918477, 0.007537593133747578, 0.035137075930833817, 0.01819762960076332, -0.01137735415250063, -0.004902312532067299, -0.010280279442667961, 0.013763300143182278, 0.03036518581211567, -0.0023456683848053217, -0.00131955835968256, 0.007794600445777178, -0.007154000923037529, 0.03602701053023338, 0.03148527443408966, -0.012627866119146347, 0.020222999155521393, 0.0015717704081907868, -0.020437810570001602, 0.0052552176639437675, 0.004488032776862383, -0.025040920823812485, 0.02111293375492096, 0.025225045159459114, -0.01322627067565918, -0.027081632986664772, -0.010525778867304325, 0.004798742476850748, 0.03700900822877884, 0.003910725936293602, 0.009781609289348125, 0.04471154510974884, 0.03443126752972603, -0.0008132161456160247, 0.019363751634955406, 0.0003447537892498076, -0.006007059011608362, -0.005328100174665451, 0.004794906824827194, -0.040538057684898376, -0.0052552176639437675, 0.01875000260770321, -0.0026755579747259617, -0.006923845037817955, 0.011108839884400368, -0.008891674689948559, -0.0030917557887732983, 0.022217679768800735, 0.07923487573862076, 0.0049867029301822186, -0.021465837955474854, -0.020514529198408127, -0.027020258828997612, -0.02375205047428608, 0.0030418888200074434, -0.023982204496860504, 0.043269239366054535, 0.012589506804943085, -0.006774243898689747, 0.02732713147997856, 0.00832395814359188, 0.002397453412413597, -0.014706937596201897, 0.01302680280059576, -0.01380165945738554, -0.03231383487582207, 0.048731595277786255, 0.013349019922316074, 0.04701310023665428, 0.048363346606492996, 0.04201105237007141, -0.013410395011305809, -0.041121117770671844, 0.02775675617158413, 0.0076181478798389435, -0.04796440899372101, -0.010441388934850693, 0.026068948209285736, -0.013195582665503025, 0.038113754242658615, -0.023138301447033882, -0.05578969791531563, 0.017875412479043007, 0.051125213503837585, -0.05833675339818001, -0.056065883487463, -0.029858842492103577, -0.025884823873639107, 0.023429831489920616, -0.043391987681388855, 0.022739365696907043, -0.05999387055635452, 0.04152005538344383, -0.0444660447537899, 0.0012284551048651338, -0.017645256593823433, 0.02141980640590191, -0.0048332661390304565, 0.010909372009336948, 0.023092269897460938, 0.05198445916175842, 0.014714609831571579, 0.021588588133454323, -0.0033449269831180573, -0.06066899374127388, -0.014108533039689064, -0.026805445551872253, 0.009490079246461391, 0.03415507823228836, -0.022938832640647888, -0.05318126827478409, 0.014177580364048481, -0.008899346925318241, -0.06916940212249756, 0.005539076402783394, 0.03492226451635361, 0.021036215126514435, -0.056894443929195404, 0.008500410243868828, 0.008170520886778831, 0.020437810570001602, -0.012957755476236343, -0.014139221049845219, 0.056403446942567825, 0.05057283863425255, 0.01571195013821125, -0.0015449189813807607, -0.05548282340168953, -0.07211539894342422, -0.09273733198642731, 0.03937193751335144, -0.02493351511657238, -0.01310352049767971, -0.00836998876184225, 0.010878683999180794, 0.027004914358258247, 0.026682697236537933, 0.01804419234395027, -0.008155177347362041, 0.010456732474267483, 0.0009541864274069667, -0.0037630428560078144, 0.010149857960641384, 0.01759922504425049, -0.02232508547604084, 0.04262480139732361, 0.00617200369015336, 0.012190571054816246, -0.0069737122394144535, -0.05710925534367561, -0.030319154262542725, 0.005750052165240049, -0.06143618002533913, 0.05532938614487648, 0.011791634373366833, -0.015642903745174408, 0.009605157189071178, -0.05287439376115799, -0.03915712609887123, 0.0019505680538713932, -0.01063318457454443, -0.012075493112206459, 0.04225655272603035, -0.022156305611133575, -0.037684131413698196, 0.012558819726109505, -0.07720950245857239, 0.014177580364048481, 0.0056541538797318935, -0.05793781578540802, 0.02720438316464424, 0.00912950187921524, 0.06094518303871155, -0.06677579134702682, 0.2771686315536499, -0.005136304069310427, 0.024350453168153763, 0.003569328458979726, 0.013349019922316074, 0.02720438316464424, 0.020637277513742447, -0.009528438560664654, -0.00340054789558053, -0.009750922210514545, 0.012267288751900196, 0.013302989304065704, -0.0008904141723178327, 0.02856997214257717, 0.02141980640590191, 0.056311383843421936, -0.03667144477367401, 0.03243658319115639, 0.026191698387265205, 0.003436989150941372, -0.007384156342595816, 0.03618044778704643, -0.0182283166795969, 0.018842065706849098, 0.003183817956596613, 0.04400573670864105, 0.010924715548753738, 0.004668320994824171, 0.025915510952472687, -0.000015133924534893595, -0.09034371376037598, -0.02065262198448181, 0.008684534579515457, -0.0507262758910656, -0.025716044008731842, -0.022555241361260414, -0.01195274293422699, -0.009428704157471657, -0.005274397321045399, 0.0033736962359398603, 0.006643822882324457, -0.07309739291667938, 0.018090223893523216, 0.016878072172403336, -0.013464097864925861, 0.04225655272603035, -0.02645254135131836, 0.010625513270497322, 0.05069559067487717, -0.010318638756871223, 0.009398017078638077, 0.007541429251432419, 0.010280279442667961, 0.013126536272466183, 0.015297669917345047, -0.00012298935325816274, 0.014798999764025211, -0.00987367145717144, -0.02126636914908886, 0.025102294981479645, 0.043453361839056015, -0.048301972448825836, 0.0051401397213339806, 0.021803399547934532, -0.030472591519355774, 0.04778028652071953, 0.015911418944597244, 0.00911415833979845, -0.05520663782954216, -0.0643821731209755, 0.03483020141720772, -0.025347795337438583, 0.019210314378142357, 0.016417760401964188, 0.045846980065107346, 0.03759206831455231, 0.03400164097547531, 0.019118251278996468, -0.005611958913505077, -0.010518107563257217, -0.020330404862761497, -0.054286014288663864, -0.005903488956391811, 0.017798693850636482, 0.017737317830324173, 0.020560558885335922, 0.03228314593434334, -0.010679216124117374, -0.02350655011832714, 0.035658761858940125, 0.01100910548120737, 0.014653234742581844, -0.01457651611417532, -0.008600144647061825, 0.05244477093219757 ]
9857_2
Views to the west show flat fields extending to the horizon; this part of the Vistula Delta (Żuławy Wiślane) is used mainly for agricultural purposes. To the south are the marshes and swamps of Drużno. The Elbląg River has been left in a more natural state through the city, but elsewhere it is a controlled channel with branches. One of them, the Jagiellonski Channel (Kanał Jagielloński), leads to the Nogat River, along which navigation to Gdańsk is common. The Elbląg Canal (Kanał Elbląski) connecting Lake Drużno with Drwęca River and Lake Jeziorak is a tourist site. Elbląg is not a deep-water port. The draft of vessels using its waterways must be no greater than by law. The turning area at Elbląg is diameter and a pilot is required for large vessels. Deep water vessels cannot manoeuvre; in that sense, Elbląg has become a subsidiary port of Gdańsk. Traffic of smaller vessels at Elbląg is within the river and very marginal, while larger vessels cannot reach the open Baltic Sea because the channel has belonged to Russia since 1945. Construction of Vistula Spit canal on Polish territory is planned to be completed in 2022. The city features three quay complexes, movable cranes, and railways. Geographical location Elbląg is located about south-east of Gdańsk and south-west of Kaliningrad, Russia. The city is a port on the river Elbląg, which flows into the Vistula Lagoon about to the north, thus giving the city access to the Baltic Sea via the Russian-controlled Strait of Baltiysk. The Old Town () is located on the river Elbląg connecting Lake Drużno to the Vistula Lagoon, about from the lagoon and from Gdańsk. History Truso The settlement was first mentioned as "Ilfing" in The Voyages of Ohthere and Wulfstan, an Anglo-Saxon chronicle written in King Alfred's reign using information from a Viking who had visited the area.
[ -0.01592332497239113, -0.003901965683326125, 0.02424551546573639, -0.03109554946422577, -0.021646708250045776, 0.018236713483929634, 0.0013482249341905117, -0.021586621180176735, -0.014210816472768784, 0.04593729227781296, 0.029097624123096466, -0.0375850573182106, 0.018086493015289307, -0.027700576931238174, 0.012881369329988956, -0.04404451698064804, -0.06519550085067749, 0.01933331973850727, -0.04410460591316223, 0.051194991916418076, 0.0288722924888134, 0.030239295214414597, 0.0016439706087112427, -0.030389515683054924, -0.0409499853849411, 0.011687119491398335, 0.030389515683054924, 0.025702649727463722, 0.058315422385931015, 0.006200332660228014, -0.014811696484684944, 0.03986839950084686, -0.0010017799213528633, 0.04704891890287399, 0.03572232648730278, 0.0044953348115086555, -0.023990141227841377, -0.10238998383283615, 0.04049932584166527, -0.04987305775284767, 0.006756146904081106, -0.013001545332372189, 0.020790454000234604, 0.0038212225772440434, 0.037434834986925125, 0.025071725249290466, 0.006639725994318724, 0.014353525824844837, 0.004724420607089996, -0.06074898689985275, 0.005806005094200373, 0.01712508499622345, -0.006294220220297575, -0.02101578563451767, -0.03082515485584736, -0.009516440331935883, -0.03262779489159584, 0.012070180848240852, 0.026558903977274895, 0.024215470999479294, -0.01596839167177677, -0.04425482451915741, -0.005257701501250267, -0.004976039286702871, 0.012971500866115093, 0.010628068819642067, -0.007082875352352858, -0.01679460145533085, -0.013797711580991745, -0.0369541309773922, -0.00896062608808279, 0.0308852419257164, 0.0315462090075016, -0.019844068214297295, -0.02852678671479225, 0.007484714034944773, 0.02175186388194561, 0.005422943737357855, 0.03328876197338104, 0.008179482072591782, 0.046237729489803314, 0.03325871750712395, -0.03310849890112877, 0.0022439120803028345, -0.040048666298389435, 0.02819630317389965, -0.034129995852708817, 0.03773527592420578, 0.01493938360363245, 0.001949105178937316, 0.031726475805044174, 0.02786581963300705, -0.04948248341679573, 0.012505819089710712, 0.007811442483216524, -0.0044052028097212315, 0.0208204984664917, 0.00829214695841074, -0.06681787967681885, -0.007311960682272911, -0.0078865522518754, 0.06886087357997894, 0.037434834986925125, 0.07144465297460556, 0.00626042066141963, 0.0265138391405344, -0.02424551546573639, 0.04185130447149277, -0.02242785319685936, -0.03184664994478226, 0.06483497470617294, 0.011371657252311707, 0.027159783989191055, -0.05492044985294342, 0.04389429837465286, 0.009411285631358624, 0.02310384437441826, 0.017605789005756378, -0.0042775156907737255, 0.03283810243010521, -0.016824645921587944, 0.046568214893341064, -0.00560696329921484, -0.012836303561925888, -0.04350372776389122, -0.0070866309106349945, -0.020114464685320854, 0.01447370182722807, 0.00721807312220335, -0.020700322464108467, -0.0009097701404243708, -0.05873603746294975, 0.002739638090133667, 0.0027527823112905025, 0.028722073882818222, 0.06273189187049866, -0.022262610495090485, 0.0362631194293499, -0.007589867804199457, 0.015359999611973763, 0.03187669441103935, 0.012994034215807915, 0.0010055354796350002, 0.0685003399848938, 0.003383706556633115, 0.03391968831419945, 0.05498053878545761, 0.022247588261961937, -0.012813770212233067, 0.011844851076602936, -0.0691613107919693, -0.019994288682937622, 0.053147852420806885, -0.03686400130391121, 0.002694572089239955, -0.0110787283629179, 0.00033001467818394303, -0.003808078123256564, -0.026634015142917633, 0.02302873320877552, -0.03902716934680939, -0.029443129897117615, 0.005302767734974623, 0.010958552360534668, 0.0008069633040577173, 0.0241704061627388, 0.018987813964486122, -0.02852678671479225, -0.021646708250045776, -0.009854434989392757, 0.026603970676660538, -0.0022401565220206976, -0.004224938806146383, -0.009185955859720707, 0.0015453887172043324, 0.01906292326748371, 0.04644804075360298, -0.016899755224585533, 0.025282034650444984, 0.0025988067500293255, 0.010966063477098942, -0.03304840996861458, -0.027310004457831383, 0.006831256672739983, -0.030765065923333168, -0.008051794953644276, -0.016028478741645813, -0.039387695491313934, -0.013932909816503525, 0.019378386437892914, 0.06663761287927628, 0.015367510728538036, 0.011829828843474388, 0.035812459886074066, -0.0005717750755138695, 0.050924595445394516, -0.05017349496483803, 0.0503537617623806, -0.04479561746120453, -0.04332346096634865, -0.04801032692193985, 0.028031060472130775, -0.039117299020290375, 0.015359999611973763, -0.01933331973850727, -0.011889916844666004, 0.021631687879562378, 0.04752962291240692, 0.01892772689461708, -0.01793627440929413, 0.06675779074430466, 0.005017349496483803, 0.010447804816067219, 0.0016355208354070783, 0.05648273974657059, 0.024155383929610252, -0.030449604615569115, 0.005246435292065144, -0.012325555086135864, -0.005272723734378815, 0.01571301743388176, 0.04380416497588158, 0.06321259588003159, 0.03818593546748161, -0.04539649933576584, 0.05212635546922684, -0.00436764769256115, 0.051405299454927444, 0.06171039491891861, 0.029728546738624573, 0.02055010199546814, -0.038035716861486435, -0.020985741168260574, 0.027355071157217026, 0.010733222588896751, -0.02794092893600464, 0.00765371136367321, 0.019423453137278557, -0.028016038239002228, -0.047499578446149826, 0.011927471496164799, 0.09367722272872925, 0.030599823221564293, 0.03133590146899223, 0.04224187880754471, 0.01979900151491165, -0.03067493438720703, -0.008299658074975014, 0.020655255764722824, 0.023869965225458145, -0.014616411179304123, -0.03665369004011154, -0.02511679194867611, -0.028211325407028198, -0.0052839904092252254, 0.006530816666781902, 0.01128152571618557, -0.0322071798145771, -0.03812584653496742, -0.01834186725318432, -0.0015594718279317021, 0.020760411396622658, 0.017335394397377968, -0.027685554698109627, 0.009411285631358624, 0.015224802307784557, 0.011664587073028088, 0.009884479455649853, -0.009231021627783775, -0.09553994983434677, -0.03899712488055229, 0.013519803993403912, -0.038246024399995804, -0.019228165969252586, -0.06080907583236694, 0.005779716186225414, 0.015532753430306911, -0.013414650224149227, 0.012370620854198933, -0.021706797182559967, -0.008517476730048656, -0.019363364204764366, 0.012573418207466602, 0.012791236862540245, -0.053087763488292694, 0.021406356245279312, -0.06077903136610985, 0.020054375752806664, 0.009809369221329689, 0.04104011878371239, 0.010312606580555439, 0.015953369438648224, -0.07420870661735535, -0.007713799364864826, -0.014961916953325272, -0.038576509803533554, 0.004007119685411453, -0.014090640470385551, -0.023344196379184723, -0.0005614474066533148, 0.0050624157302081585, -0.03160629794001579, -0.0027490269858390093, 0.011987559497356415, 0.003473838558420539, 0.029563305899500847, 0.002313388744369149, 0.018507109954953194, 0.004626777488738298, 0.0009454474202357233, -0.0503838025033474, -0.02107587270438671, 0.020054375752806664, -0.015833193436264992, -0.050263628363609314, 0.0825609415769577, 0.05017349496483803, 0.007773887366056442, -0.02329912967979908, -0.033078454434871674, 0.02269824966788292, 0.005599452182650566, 0.04073967784643173, 0.004386425483971834, -0.010793310590088367, 0.02021961845457554, -0.00627544242888689, 0.0052163912914693356, 0.028106171637773514, 0.0328981913626194, -0.036563560366630554, -0.022863490507006645, -0.03644338250160217, 0.049843013286590576, -0.000040107577660819516, 0.02558247372508049, 0.004082229919731617, -0.02604815550148487, -0.005276479292660952, 0.018987813964486122, 0.026408685371279716, -0.05176582932472229, 0.02484639547765255, -0.013707579113543034, -0.019513584673404694, -0.02411031723022461, 0.0014712176052853465, 0.004859618376940489, 0.026754191145300865, -0.03244753181934357, -0.00939626432955265, 0.004577956162393093, -0.0023847431875765324, 0.07042315602302551, -0.017290327697992325, -0.0026964498683810234, -0.020865565165877342, 0.020174551755189896, -0.018146581947803497, 0.01865733042359352, 0.04040919244289398, -0.017245260998606682, 0.008885515853762627, 0.0483408123254776, -0.012100225314497948, -0.04653817042708397, 0.003958298359066248, 0.013542337343096733, 0.04638795182108879, -0.058645907789468765, 0.042061612010002136, 0.03995853289961815, -0.04416469484567642, 0.011837339960038662, -0.012933946214616299, -0.03049466945230961, 0.049182042479515076, -0.007999217137694359, 0.03992848843336105, -0.043203286826610565, 0.03187669441103935, -0.02403520792722702, 0.030584800988435745, -0.026213398203253746, 0.03109554946422577, -0.014376058243215084, 0.011777251958847046, -0.032868146896362305, -0.08544516563415527, -0.001168899703770876, -0.0087277851998806, -0.007811442483216524, -0.008269613608717918, 0.02235274389386177, -0.03740479052066803, -0.05615225434303284, -0.01813155971467495, 0.04088989645242691, 0.013009056448936462, -0.020895609632134438, 0.006215354427695274, 0.040048666298389435, -0.003819344798102975, 0.04377412050962448, -0.020865565165877342, 0.011296547949314117, -0.006320508662611246, 0.04611755535006523, 0.02571767196059227, 0.01071068923920393, -0.026228420436382294, -0.042061612010002136, 0.006910121999680996, 0.02436569146811962, -0.016298875212669373, 0.03992848843336105, -0.012671060860157013, -0.024951549246907234, 0.0154426209628582, 0.0050323717296123505, -0.047109007835388184, 0.02329912967979908, 0.0018204791704192758, 0.04752962291240692, 0.0044052028097212315, -0.0019772714003920555, 0.0034268947783857584, -0.04122038185596466, 0.01403806358575821, -0.0059599801898002625, 0.024185428395867348, 0.011469300836324692, -0.03836619853973389, 0.030059032142162323, -0.011957515962421894, -0.01433850359171629, -0.031185682862997055, -0.015697995200753212, -0.0349411815404892, -0.010996107943356037, 0.005667051300406456, 0.042001526802778244, -0.01114632748067379, -0.027775686234235764, -0.04317324236035347, -0.007064097560942173, -0.0007595501374453306, 0.015878258273005486, -0.04773993045091629, -0.06399373710155487, 0.00502110505476594, -0.015427598729729652, 0.00379305612295866, -0.023614590987563133, 0.032387442886829376, 0.03848637640476227, -0.034400392323732376, 0.013617447577416897, 0.0496927909553051, 0.00799170695245266, -0.009681682102382183, 0.0036691247951239347, -0.007773887366056442, -0.02664903737604618, -0.039778269827365875, 0.018161604180932045, -0.011709652841091156, 0.023419305682182312, -0.00295370165258646, 0.04332346096634865, 0.026003090664744377, -0.00005527628309209831, 0.01068064570426941, -0.031786561012268066, 0.021241115406155586, -0.02094067446887493, 0.003766767680644989, 0.027279959991574287, -0.010537936352193356, 0.016419051215052605, 0.008029261603951454, 0.050654198974370956, -0.022187501192092896, 0.014691520482301712, -0.03902716934680939, -0.07330738008022308, 0.0050323717296123505, -0.005937447305768728, 0.0020448705181479454, 0.009208489209413528, -0.015998434275388718, -0.027144763618707657, -0.022548029199242592, -0.0510147288441658, 0.022337721660733223, -0.05939700827002525, -0.0032672861125320196, 0.012565907090902328, -0.005212635733187199, -0.011942493729293346, 0.02767053246498108, 0.024020185694098473, -0.010988596826791763, -0.03812584653496742, -0.03476091846823692, -0.016689447686076164, -0.0034944938961416483, 0.027340048924088478, 0.03848637640476227, 0.038246024399995804, 0.022653182968497276, -0.01732037216424942, -0.002050503622740507, 0.028962425887584686, -0.027234895154833794, -0.01939340867102146, -0.004025897476822138, -0.024470845237374306, 0.012235422618687153, -0.013745134696364403, 0.04034910351037979, -0.05963736027479172, 0.014120684936642647, 0.02248794212937355, -0.014518767595291138, 0.0042174276895821095, -0.0027415158692747355, -0.05212635546922684, -0.05056406930088997, -0.07060342282056808, -0.019829045981168747, -0.048040371388196945, -0.037224527448415756, -0.060328371822834015, 0.0012665428221225739, -0.026979520916938782, 0.027955951169133186, 0.009959588758647442, -0.00407847436144948, 0.05702352896332741, -0.02128618024289608, -0.03403986245393753, -0.02377983368933201, -0.033078454434871674, -0.00983941275626421, 0.0023396771866828203, -0.0014899950474500656, 0.016328919678926468, -0.01966380514204502, 0.013129232451319695, -0.06958192586898804, -0.004547912161797285, 0.03845633193850517, -0.018146581947803497, 0.014173261821269989, -0.03328876197338104, -0.06453453004360199, 0.019618738442659378, -0.006391862872987986, -0.01610358990728855, -0.024335647001862526, 0.05077437683939934, -0.026603970676660538, -0.004487824160605669, 0.008367256261408329, -0.025342121720314026, 0.02779070846736431, 0.00459673348814249, 0.024215470999479294, 0.006538327783346176, -0.02752031199634075, 0.008983158506453037, 0.0416409969329834, 0.0456668958067894, -0.03506135940551758, -0.022743314504623413, -0.04692874476313591, -0.006692303344607353, -0.05675313249230385, 0.047499578446149826, -0.025973046198487282, -0.03533175587654114, -0.013024077750742435, -0.05555137246847153, 0.04960266128182411, 0.03719448298215866, 0.006594660226255655, 0.03485105186700821, -0.032387442886829376, -0.018957769498229027, -0.04518619179725647, 0.02364463545382023, 0.022337721660733223, -0.007961662486195564, -0.0019124889513477683, 0.00031123714870773256, 0.04491579532623291, 0.041791219264268875, 0.006406885106116533, -0.028421632945537567, 0.007848997600376606, 0.021120939403772354, 0.010500381700694561, -0.031125593930482864, 0.027835775166749954, -0.02074538916349411, -0.027760665863752365, -0.013069144450128078, 0.016343941912055016, 0.05546124279499054, -0.00748846959322691, 0.01174720749258995, 0.011041173711419106, 0.051735784858465195, 0.02250296249985695, 0.011296547949314117, 0.024606043472886086, 0.006666014436632395, -0.005287745501846075, -0.0154426209628582, -0.053748734295368195, 0.02242785319685936, 0.0476498007774353, -0.017110062763094902, -0.013865310698747635, 0.007236850913614035, -0.018702395260334015, -0.02256305143237114, -0.050654198974370956, 0.019753936678171158, -0.008765339851379395, 0.04185130447149277, -0.013587403111159801, 0.02175186388194561, 0.051525477319955826, 0.008630141615867615, -0.026273487135767937, 0.0288722924888134, 0.024185428395867348, 0.04389429837465286, 0.06225118786096573, -0.04359385743737221, 0.004671843722462654, -0.05404917523264885, -0.008502454496920109, -0.05666300281882286, 0.017425525933504105, 0.04311315342783928, -0.04344363883137703, 0.01128152571618557, 0.00011460146924946457, 0.017876185476779938, 0.027835775166749954, 0.005888625979423523, -0.012663549743592739, 0.011927471496164799, -0.01041024923324585, -0.012986523099243641, -0.029352998360991478, 0.03713439777493477, 0.006876322906464338, 0.015367510728538036, -0.04082980751991272, -0.052607059478759766, 0.00770628871396184, -0.024410758167505264, -0.03470082953572273, 0.019243188202381134, -0.043083108961582184, -0.03698417544364929, -0.0198140237480402, -0.08165961503982544, -0.011258992366492748, -0.018086493015289307, -0.00926106609404087, -0.04755966737866402, -0.01245324220508337, -0.0018157848389819264, 0.016599316149950027, -0.0053741224110126495, 0.06008801981806755, -0.026078199967741966, 0.006451950874179602, -0.06285206973552704, -0.02094067446887493, -0.03364929184317589, 0.0003957359294872731, -0.01480418536812067, -0.0063054864294826984, -0.0012806259328499436, -0.001191432704217732, -0.04158090800046921, 0.00225705630145967, 0.001461828825995326, 0.016479140147566795, 0.027895862236618996, -0.029863744974136353, -0.014323481358587742, 0.010327627882361412, 0.03974822536110878, 0.061259735375642776, 0.004134806804358959, 0.0423019640147686, -0.01517222449183464, 0.004964772611856461, 0.003935765475034714, 0.02329912967979908, -0.027430180460214615, 0.07192535698413849, -0.006035090424120426, -0.0033517847768962383, -0.021571598947048187, 0.019183099269866943, 0.004074718803167343, 0.0009989633690565825, 0.0016918532783165574, 0.01215280219912529, -0.008720274083316326, 0.006421906873583794, 0.03524162247776985, 0.027685554698109627, -0.0018073349492624402, -0.04073967784643173, 0.021060850471258163, -0.03734470531344414, -0.02706965245306492, -0.03343898430466652, -0.03127581253647804, 0.01245324220508337, 0.0677792876958847, -0.008630141615867615, 0.05257701873779297, 0.0617704838514328, -0.03554206341505051, 0.015487686730921268, -0.042542316019535065, -0.06663761287927628, -0.03941773995757103, 0.003973320126533508, -0.005888625979423523, 0.009418796747922897, 0.01275368221104145, -0.04284275695681572, -0.005693339742720127, -0.030104096978902817, -0.05188600346446037, 0.0008571931393817067, -0.028016038239002228, -0.020910630002617836, -0.03244753181934357, -0.021196048706769943, -0.006726102437824011, -0.014143217355012894, -0.04272258281707764, 0.006159021984785795, 0.004416469484567642, 0.01144676748663187, 0.0349411815404892, 0.009846923872828484, -0.018612263724207878, 0.023314151912927628, -0.007071608677506447, 0.01261848397552967, 0.009659148752689362, 0.006497017107903957, -0.012701105326414108, -0.023389261215925217, -0.015247334726154804, 0.043143197894096375, 0.03674382343888283, 0.008126904256641865, -0.00727065047249198, -0.014383569359779358, -0.020324772223830223, -0.00044760879245586693, 0.016283852979540825, -0.010815843939781189, 0.02262313850224018, 0.014165750704705715, -0.025297056883573532, -0.038636595010757446, -0.026694102212786674, 0.022457897663116455, 0.0012768703745678067, -0.002762171206995845, -0.019453495740890503, 0.03545193001627922, 0.03416004031896591, -0.003571481676772237, -0.00011284107313258573, 0.0068988557904958725, 0.010800821706652641, -0.006902611348778009, -0.009937056340277195, -0.04037914797663689, 0.012325555086135864, 0.04284275695681572, -0.01584821566939354, 0.0008449877495877445, 0.00619282154366374, -0.0018308068392798305, -0.02136129140853882, 0.01832684502005577, 0.06862051784992218, -0.003729212796315551, -0.0051863472908735275, 0.01993419975042343, -0.026438727974891663, -0.004976039286702871, 0.02370472438633442, -0.049242131412029266, 0.012145291082561016, 0.015803148970007896, -0.01637398451566696, 0.017215218394994736, -0.023945076391100883, 0.046838611364364624, -0.03343898430466652, 0.025131814181804657, -0.018236713483929634, -0.002675794530659914, 0.02933797612786293, 0.03325871750712395, 0.027024587616324425, 0.03728461638092995, 0.048250678926706314, -0.016268830746412277, -0.05095463991165161, 0.044615354388952255, 0.024260537698864937, -0.021721819415688515, -0.011131305247545242, 0.025462297722697258, -0.0048408410511910915, 0.0008722151396796107, -0.03388964384794235, -0.02610824443399906, -0.00932866521179676, 0.052937544882297516, -0.08718771487474442, -0.05789480730891228, -0.02610824443399906, -0.04731931537389755, 0.027445202693343163, -0.03509140387177467, 0.0002511491475161165, -0.04518619179725647, 0.0030119118746370077, -0.0490017794072628, -0.046237729489803314, -0.03599272295832634, 0.021977193653583527, 0.021436400711536407, 0.023614590987563133, 0.03476091846823692, 0.055160801857709885, 0.022578073665499687, 0.06549593806266785, 0.0033179852180182934, -0.045817114412784576, -0.023389261215925217, -0.03737474977970123, 0.01605852320790291, 0.040859851986169815, -0.010966063477098942, -0.0517057403922081, -0.001982904737815261, -0.005193858407437801, -0.06231127679347992, -0.008164459839463234, 0.03914734348654747, 0.01514218095690012, -0.025567451491951942, 0.010688156820833683, 0.030134141445159912, 0.013947931118309498, -0.03599272295832634, -0.030659912154078484, 0.05182591825723648, 0.02169177494943142, 0.00706785311922431, 0.0024898971896618605, -0.049121957272291183, -0.05185595899820328, -0.09307634085416794, 0.03881686180830002, -0.030795110389590263, -0.01604350097477436, -0.03190673887729645, 0.015472665429115295, 0.019889134913682938, 0.021316224709153175, 0.0022138680797070265, -0.015592841431498528, 0.013106699101626873, 0.03710435330867767, 0.01679460145533085, -0.0029292909894138575, -0.005231413058936596, -0.034550610929727554, 0.02014450915157795, 0.009088313207030296, 0.030134141445159912, 0.012333066202700138, -0.04671843349933624, -0.0362631194293499, 0.00371043523773551, -0.0450059249997139, 0.018687374889850616, -0.006981476675719023, -0.039447784423828125, -0.011995070613920689, -0.00910333450883627, -0.041671041399240494, -0.01470654271543026, -0.026739168912172318, 0.0023040000814944506, 0.025327099487185478, 0.014796675182878971, -0.02498159371316433, 0.022908557206392288, -0.051795873790979385, 0.0231639314442873, -0.010245007462799549, -0.05759436637163162, 0.031185682862997055, -0.00758611224591732, 0.057444147765636444, -0.06519550085067749, 0.2658293843269348, -0.0228334479033947, 0.008712762966752052, -0.026949476450681686, 0.01504453830420971, 0.03244753181934357, 0.01181480661034584, -0.018687374889850616, 0.008810405619442463, -0.017095042392611504, 0.0006980538018979132, -0.0015162836061790586, 0.037645142525434494, 0.018026405945420265, -0.0012149045942351222, 0.0698823630809784, -0.041250426322221756, 0.029112644493579865, 0.048851560801267624, -0.003909476567059755, 0.008464899845421314, 0.029563305899500847, -0.022442875429987907, 0.010425271466374397, 0.008044283837080002, 0.027039607986807823, 0.017110062763094902, 0.0043113152496516705, 0.020520059391856194, -0.025282034650444984, -0.05410926043987274, -0.036623649299144745, 0.008066816255450249, -0.03437034785747528, -0.020640235394239426, -0.01167960837483406, -0.0046868654899299145, 0.005734650418162346, -0.03316858783364296, -0.005625740624964237, -0.005385388620197773, -0.05702352896332741, 0.017095042392611504, 0.02390000969171524, -0.00009957946167560294, 0.022848470136523247, -0.04359385743737221, 0.017560724169015884, 0.054950494319200516, -0.0023265329655259848, 0.016824645921587944, 0.015547774732112885, 0.024545956403017044, -0.005223902408033609, 0.011454278603196144, 0.03394973278045654, 0.0028241369873285294, -0.010875931940972805, 0.006324264220893383, 0.010117320343852043, 0.05552133172750473, -0.06970210373401642, 0.018176626414060593, 0.0631525069475174, -0.03530171141028404, 0.022262610495090485, 0.01900283619761467, 0.02194714918732643, -0.0335892029106617, -0.07132448256015778, 0.02424551546573639, -0.01017740834504366, 0.027625467628240585, 0.009967099875211716, 0.05017349496483803, 0.04422478377819061, 0.011386679485440254, 0.024816352874040604, 0.014376058243215084, -0.013384606689214706, -0.022382786497473717, -0.013707579113543034, 0.02176688425242901, 0.0001682933943811804, 0.03075004369020462, 0.023794855922460556, 0.005520586855709553, -0.0016805868363007903, -0.02035481669008732, 0.020835520699620247, 0.023178953677415848, 0.03352911397814751, -0.03833615779876709, -0.019994288682937622, 0.04933226481080055 ]
9857_3
During the Middle Ages, the Viking settlement of Truso was located on Lake Drużno, near the current site of Elbląg in historical Pogesania; the settlement burned down in the 10th century. Early in the 13th century the Teutonic Knights conquered the region, built a castle, and founded Elbing on the lake, with a population mostly from Lübeck (today the lake, now much smaller, no longer reaches the city). After the uprising against the Teutonic Knights and the destruction of the castle by the inhabitants, the city successively came under the sovereignty of the Polish crown (1454), the Kingdom of Prussia (1772), and Germany (1871). Elbing was heavily damaged in World War II, and its remaining German citizens were expelled upon the war's end. The city became again part of Poland in 1945 and was repopulated with Polish citizens. The seaport of Truso was first mentioned ca. 890 by Wulfstan of Hedeby, an Anglo-Saxon sailor, travelling on the south coast of the Baltic Sea at the behest of King Alfred the Great of England. The exact location of Truso was not known for a long time, as the seashore has significantly changed, but most historians trace the settlement inside or near to modern Elbląg on Lake Drużno. Truso was located at territory already known to the Roman Empire and earlier. It was an important seaport serving the Vistula River bay on the early medieval Baltic Sea trade routes which led from Birka in the north to the island of Gotland and to Visby in the Baltic Sea. From there, traders continued further south to Carnuntum along the Amber Road. The ancient Amber Road led further southwest and southeast to the Black Sea and eventually to Asia. The east–west trade route went from Truso, along the Baltic Sea to Jutland, and from there inland by river to Hedeby, a large trading center in Jutland. The main goods of Truso were amber, furs, and slaves. Archaeological finds in 1897 and diggings in the 1920s placed Truso at Gut Hansdorf. A large burial field was also found at Elbląg. Recent Polish diggings have found burned beams and ashes and thousand-year-old artifacts in an area of about 20 hectares. Many of these artifacts are now displayed at the Muzeum w Elblągu. Prussian Crusade
[ -0.02649683691561222, 0.007823579013347626, 0.03259332478046417, -0.01904229447245598, -0.011373711749911308, -0.007616918068379164, -0.008111427538096905, -0.01532240491360426, 0.007926909253001213, -0.02497640624642372, 0.013868399895727634, -0.046498626470565796, 0.004173805471509695, 0.0037457228172570467, 0.004841761663556099, -0.045996736735105515, -0.037169378250837326, 0.014850038103759289, -0.03725794702768326, 0.04543580114841461, 0.016872359439730644, -0.0026792066637426615, -0.025507818907499313, -0.028002506121993065, -0.042099710553884506, -0.014628616161644459, 0.05125182121992111, 0.03507325053215027, 0.0376417450606823, 0.021994588896632195, -0.022880276665091515, 0.006664803251624107, 0.01963275484740734, 0.011440138332545757, 0.03120574541389942, 0.044225361198186874, -0.05160609632730484, -0.08118808269500732, 0.02564067207276821, -0.058484941720962524, -0.02286551520228386, -0.037169378250837326, 0.051428958773612976, 0.0007191603071987629, 0.015765249729156494, 0.06016774848103523, -0.005266154184937477, -0.024563085287809372, 0.0256111491471529, -0.03589989244937897, 0.012768670916557312, 0.04174543544650078, 0.009056161157786846, 0.0015388831961899996, 0.018569927662611008, -0.027043011039495468, -0.015986671671271324, 0.02403167262673378, 0.012259400449693203, -0.008738789707422256, -0.013639597222208977, -0.05886873975396156, -0.002361834980547428, -0.0002490998012945056, 0.017595671117305756, 0.030999084934592247, 0.012296304106712341, -0.0112113356590271, 0.02580304816365242, -0.009336628951132298, -0.0031183604151010513, 0.008163092657923698, 0.03814363479614258, -0.055385030806064606, -0.013041757978498936, -0.008783074095845222, -0.01865849643945694, 0.05012995004653931, 0.03111717663705349, -0.010783253237605095, 0.056359291076660156, 0.016075240448117256, -0.0018710162257775664, 0.038911234587430954, -0.03507325053215027, 0.014222675934433937, -0.02485831454396248, 0.05069088563323021, -0.032386664301157, -0.0027954531833529472, 0.0032954979687929153, 0.021699359640479088, 0.00024679332273080945, 0.018481358885765076, 0.03781888261437416, 0.015824295580387115, -0.013100803829729557, 0.013934826478362083, -0.00913734920322895, -0.008340230211615562, 0.011823936365544796, 0.013831496238708496, -0.026555882766842842, 0.05376126989722252, 0.020223213359713554, 0.012798193842172623, -0.04906712472438812, 0.049185216426849365, -0.019691800698637962, -0.0448453426361084, 0.031825728714466095, -0.006849321536719799, 0.059783950448036194, -0.05172418802976608, 0.04410726949572563, 0.03778935968875885, -0.05931158363819122, 0.006343741435557604, 0.014326006174087524, 0.006742300931364298, 0.001573941670358181, 0.04390060901641846, -0.0035999533720314503, -0.011329427361488342, -0.004959853831678629, 0.010871822014451027, -0.0015038247220218182, 0.014193153008818626, 0.024828791618347168, -0.01064301934093237, -0.029006287455558777, -0.050927069038152695, 0.042040664702653885, 0.02040035091340542, 0.022053634747862816, 0.05033661052584648, 0.013750308193266392, 0.029286755248904228, -0.019499901682138443, -0.052757490426301956, 0.02115318551659584, 0.023219790309667587, -0.03917694091796875, 0.07988907396793365, 0.006989555433392525, 0.03206191211938858, 0.028533920645713806, -0.007063363213092089, -0.03920646384358406, 0.009764712303876877, -0.0719769224524498, -0.03392185643315315, 0.0423654168844223, -0.018200891092419624, 0.03477802127599716, 0.0030242560897022486, -0.0014512368943542242, 0.021861735731363297, -0.027692515403032303, 0.008465702645480633, -0.05789448320865631, 0.0013008544920012355, 0.015824295580387115, 0.00384536269120872, 0.021300800144672394, -0.019337523728609085, 0.02073986455798149, -0.04620339721441269, -0.026039231568574905, 0.015145267359912395, 0.009927088394761086, 0.025950662791728973, -0.03551609441637993, -0.014318625442683697, 0.061112482100725174, 0.04351681098341942, 0.03778935968875885, -0.019617993384599686, -0.015086221508681774, 0.02959674596786499, 0.026806827634572983, -0.01650332286953926, -0.01048064325004816, -0.0048528327606618404, -0.07185883074998856, -0.006557782646268606, -0.0303200576454401, -0.022097919136285782, -0.0007971193408593535, 0.036195121705532074, 0.07764532417058945, 0.0440187007188797, 0.0010074703022837639, 0.027146341279149055, 0.01755138672888279, 0.030940039083361626, -0.0289324801415205, 0.044225361198186874, -0.04856523498892784, -0.019972268491983414, -0.06376954913139343, 0.006646351423114538, -0.03631321340799332, -0.015396212227642536, -0.013145088218152523, -0.021197469905018806, 0.032239049673080444, 0.03253427892923355, 0.031382884830236435, 0.02608351595699787, 0.03728746995329857, -0.02874058112502098, -0.009004496037960052, 0.04573103040456772, 0.03773031383752823, 0.01871754229068756, -0.024267856031656265, 0.01644427701830864, -0.008495225571095943, 0.0009087529615499079, 0.014990272000432014, 0.03545704856514931, 0.030438149347901344, 0.0311466995626688, -0.037110332399606705, 0.04537675529718399, -0.019558947533369064, 0.07788151502609253, 0.025847332552075386, -0.010273982770740986, -0.008864262141287327, -0.015248597599565983, 0.01177965197712183, 0.009565431624650955, 0.026098277419805527, -0.02026749774813652, 0.0025426631327718496, 0.006982174701988697, -0.008930688723921776, -0.047827161848545074, 0.01443671714514494, 0.03640178218483925, 0.04183400422334671, 0.057215455919504166, -0.0009622632642276585, 0.010657780803740025, -0.011646798811852932, -0.023190267384052277, 0.032711416482925415, 0.043428242206573486, -0.027028249576687813, -0.005402697715908289, -0.03548657149076462, -0.008059762418270111, -0.013425556011497974, -0.00384536269120872, -0.008111427538096905, 0.0222898181527853, -0.033567581325769424, -0.04325110465288162, -0.0017436984926462173, 0.0359884612262249, 0.027899175882339478, -0.05154705047607422, 0.019057055935263634, 0.0002583257155492902, 0.03026101179420948, 0.03610655292868614, -0.06495046615600586, -0.09813424944877625, -0.04195209592580795, -0.004520699847489595, -0.022304579615592957, -0.041095931082963943, -0.042070187628269196, 0.012857239693403244, 0.011720606125891209, -0.03347901254892349, 0.010488023981451988, -0.019411331042647362, -0.006720158737152815, -0.02017892897129059, 0.035427525639534, -0.02710205689072609, -0.0343351773917675, 0.007830959744751453, -0.044638682156801224, -0.001672658952884376, -0.025183066725730896, 0.030497195199131966, 0.001739085535518825, 0.022466955706477165, -0.06813894212245941, 0.00364792812615633, -0.01868801936507225, -0.012421776540577412, -0.003564894897863269, -0.011447519063949585, 0.022850753739476204, 0.01013374887406826, -0.007163003087043762, -0.010849679820239544, -0.002009405056014657, -0.034482792019844055, 0.016355708241462708, -0.0014512368943542242, -0.006653732154518366, 0.004856523126363754, 0.010310886427760124, 0.008561652153730392, -0.055325984954833984, -0.012392253614962101, 0.02330835908651352, -0.0337742418050766, -0.0614667572081089, 0.04579007625579834, 0.04945092275738716, 0.04266064614057541, -0.030438149347901344, -0.03734651580452919, 0.0005447904695756733, 0.0379369743168354, 0.008325468748807907, 0.026334460824728012, -0.007882624864578247, 0.031235268339514732, -0.040151197463274, -0.0014540046686306596, 0.01600143313407898, 0.013189372606575489, -0.05544407665729523, -0.023677395656704903, -0.02403167262673378, 0.06636756658554077, -0.014931226149201393, 0.003738342085853219, -0.015484781004488468, -0.006889915559440851, 0.0018414933001622558, -0.012598914094269276, 0.029271993786096573, -0.0562116764485836, -0.0027511687949299812, -0.02071034163236618, -0.031855251640081406, -0.001902384334243834, 0.020946525037288666, 0.006185055710375309, -0.0027474784292280674, -0.04576055333018303, -0.015064079314470291, 0.005697926972061396, -0.025124020874500275, 0.054086022078990936, -0.0343351773917675, 0.03731699287891388, -0.0015647157561033964, 0.02829773724079132, 0.004469034727662802, 0.01089396420866251, 0.04897855594754219, -0.031323838979005814, -0.01057659275829792, 0.0537022240459919, -0.007742390502244234, -0.05700879544019699, 0.0029264611657708883, 0.005007828585803509, 0.042483508586883545, -0.05057279393076897, 0.029611507430672646, 0.0346008837223053, -0.05337747186422348, 0.023825012147426605, -0.024622131139039993, -0.03684462606906891, 0.025434011593461037, 0.0024301069788634777, 0.054499343037605286, -0.011108005419373512, 0.037110332399606705, -0.011056340299546719, 0.04348728805780411, -0.01290152408182621, 0.047886207699775696, -0.03194382041692734, 0.04195209592580795, -0.04127306863665581, -0.06294290721416473, -0.03235714137554169, -0.024799268692731857, 0.033538058400154114, 0.0023562994319945574, -0.042513031512498856, 0.002972590969875455, -0.03616559877991676, -0.01277605164796114, 0.016577130183577538, 0.0303200576454401, -0.025935901328921318, -0.014045538380742073, 0.04271969199180603, 0.0019964887760579586, 0.02466641552746296, -0.013455078937113285, 0.007757151965051889, 0.0010222317650914192, 0.049569014459848404, 0.028150122612714767, -0.017949946224689484, 0.0035888822749257088, -0.06619042903184891, 0.008635459467768669, -0.0033176401630043983, 0.02832726016640663, -0.0008344842935912311, -0.029862452298402786, -0.004177495837211609, 0.019677039235830307, -0.003369305282831192, -0.009321867488324642, 0.04304444417357445, 0.007727629039436579, 0.058484941720962524, 0.014547428116202354, -0.007314308080822229, 0.0007611382752656937, -0.02220124937593937, -0.01580953411757946, 0.042926352471113205, 0.07492921501398087, 0.012576771900057793, -0.004136901814490557, 0.025050213560461998, 0.007602156605571508, -0.01741853356361389, -0.0359884612262249, 0.0027400976978242397, -0.017315203323960304, -0.042985398322343826, -0.00800071656703949, 0.06241149082779884, -0.022555524483323097, -0.011358950287103653, -0.04853571206331253, -0.020119883120059967, -0.024238333106040955, 0.03424660861492157, 0.0015434961533173919, -0.013300083577632904, 0.0008280261536128819, -0.04573103040456772, 0.02305741421878338, -0.03250475600361824, 0.01815660670399666, 0.0034670999739319086, 0.0054322206415236, -0.008074523881077766, 0.06010870262980461, 0.026644451543688774, 0.023352643474936485, -0.03191429749131203, 0.012724386528134346, -0.010783253237605095, -0.03436470031738281, 0.04215875640511513, -0.008546890690922737, 0.020075598731637, -0.007458232343196869, 0.05119277536869049, 0.006269934121519327, -0.0008012710022740066, -0.028829149901866913, -0.03235714137554169, 0.019116101786494255, -0.01929323934018612, -0.008259042166173458, 0.00516282394528389, 0.009875423274934292, 0.00516282394528389, -0.0032032388262450695, 0.04195209592580795, -0.03383328765630722, 0.008384514600038528, -0.021079378202557564, -0.046439580619335175, -0.017905661836266518, 0.00624410156160593, -0.013322225771844387, -0.023692157119512558, -0.013669120147824287, -0.002057379810139537, -0.03150097653269768, 0.02397262677550316, -0.009808996692299843, -0.06294290721416473, -0.008952830918133259, 0.016813313588500023, 0.023795489221811295, 0.01963275484740734, 0.01111538615077734, 0.03427613154053688, -0.00034574128221720457, -0.03640178218483925, -0.009661381132900715, 0.004280826076865196, -0.0022640402894467115, -0.0028544990345835686, -0.0002700887562241405, 0.027884414419531822, 0.00646552350372076, -0.021477937698364258, -0.006203507538884878, 0.04088927060365677, 0.013115565292537212, -0.025020690634846687, -0.017448056489229202, -0.02785489149391651, -0.010141129605472088, -0.017654716968536377, 0.015233836136758327, -0.03814363479614258, -0.0009285886771976948, 0.014230056665837765, -0.0013737392146140337, 0.023692157119512558, 0.018230414018034935, -0.01893896423280239, -0.05305271968245506, -0.08945450186729431, -0.030969562008976936, -0.05060231685638428, -0.009698284789919853, -0.062057215720415115, 0.008207377046346664, -0.02696920372545719, 0.047354791313409805, -0.002347073517739773, -0.013455078937113285, 0.04980519786477089, 0.0070670535787940025, -0.06683993339538574, -0.013669120147824287, -0.026895396411418915, 0.012311065569519997, -0.00464986264705658, 0.022821230813860893, 0.02580304816365242, -0.008901165798306465, 0.010967771522700787, -0.04974615201354027, -0.02829773724079132, 0.03790745139122009, -0.04953949153423309, -0.0007708254852332175, -0.0312943160533905, -0.03170763701200485, 0.04088927060365677, -0.0390293262898922, 0.02978864498436451, -0.003123895963653922, 0.03513229638338089, -0.0036811414174735546, 0.004136901814490557, -0.004672004841268063, -0.02685111202299595, 0.020031314343214035, 0.008487844839692116, 0.014584331773221493, 0.01694616675376892, 0.010185413993895054, -0.00668694544583559, 0.017699001356959343, 0.03344948962330818, 0.02289503812789917, 0.0002677822776604444, -0.03244571015238762, -0.01597191020846367, -0.052255600690841675, 0.037080809473991394, -0.029552461579442024, -0.021802689880132675, 0.03967883065342903, -0.018806111067533493, 0.05975442752242088, -0.013145088218152523, -0.012274161912500858, 0.05644785985350609, -0.0412435457110405, -0.0025279016699641943, -0.053643178194761276, 0.05246226117014885, -0.0016154582845047116, -0.004092617426067591, -0.035398002713918686, -0.042099710553884506, 0.0016108453273773193, 0.020946525037288666, 0.0043177297338843346, -0.013735546730458736, -0.008620698004961014, 0.012037978507578373, 0.005266154184937477, -0.002096128650009632, 0.049657583236694336, -0.01830422133207321, -0.03339044377207756, 0.00590458745136857, 0.005616738926619291, 0.03235714137554169, -0.010436358861625195, 0.0303200576454401, 0.0031644899863749743, 0.024267856031656265, 0.014894322492182255, 0.014377671293914318, 0.017595671117305756, 0.010392074473202229, 0.01808279938995838, 0.005889825988560915, -0.07569681107997894, 0.0034449577797204256, 0.030438149347901344, -0.040328335016965866, -0.023131221532821655, -0.030408626422286034, -0.016296662390232086, -0.03740556165575981, -0.03696271777153015, 0.006321599241346121, 0.01312294602394104, 0.01057659275829792, 0.02270313911139965, 0.03864552453160286, 0.05278701335191727, -0.012001074850559235, 0.00533627113327384, 0.058455418795347214, 0.005469124298542738, 0.004048333037644625, 0.03973787650465965, -0.04750240594148636, 0.013078661635518074, -0.04897855594754219, -0.021773166954517365, -0.04812239110469818, 0.020193690434098244, 0.009631858207285404, -0.03787792846560478, -0.010178033262491226, 0.006745991297066212, 0.017817093059420586, 0.021522222086787224, -0.01424481812864542, -0.029744360595941544, 0.041538774967193604, 0.010871822014451027, -0.031796205788850784, -0.03282950818538666, 0.02355930395424366, 0.03203238919377327, 0.022319341078400612, -0.05080897733569145, -0.018068037927150726, 0.029862452298402786, -0.06636756658554077, -0.03870457038283348, -0.004624030087143183, -0.0321209579706192, -0.03870457038283348, -0.03285903111100197, -0.08018430322408676, 0.007096576504409313, -0.049628060311079025, -0.011964171193540096, -0.04531770944595337, -0.020444635301828384, 0.007229429669678211, 0.042896829545497894, 0.033124737441539764, 0.0694969967007637, -0.03120574541389942, 0.04136163741350174, -0.03339044377207756, -0.03832077234983444, -0.04372347146272659, -0.02912437915802002, -0.010096845217049122, 0.005247702356427908, -0.008244280703365803, 0.002227136632427573, -0.027559662237763405, 0.023470735177397728, 0.023072175681591034, 0.03808458894491196, 0.013676500879228115, -0.045553892850875854, -0.005620429292321205, 0.06512760370969772, 0.03855695575475693, 0.04773859307169914, 0.03164859116077423, 0.047354791313409805, 0.014156249351799488, 0.021256515756249428, 0.03814363479614258, 0.0303200576454401, -0.03861600160598755, 0.048299528658390045, -0.0006467368802987039, -0.03344948962330818, 0.003284426871687174, 0.0032918076030910015, -0.026127800345420837, -0.022319341078400612, -0.004243922419846058, 0.028725819662213326, 0.0051259202882647514, 0.016960928216576576, 0.05467648059129715, 0.009196395054459572, -0.01837802864611149, -0.016828075051307678, -0.007823579013347626, -0.020356066524982452, -0.03923598676919937, 0.022850753739476204, -0.01191988680511713, 0.03344948962330818, 0.01331484504044056, 0.02181745134294033, 0.010849679820239544, 0.02239314839243889, -0.03395137935876846, 0.006602067034691572, -0.04573103040456772, -0.03548657149076462, -0.013698643073439598, -0.03522086516022682, -0.011993694119155407, -0.015617634169757366, 0.007616918068379164, -0.0052366312593221664, -0.00017079481040127575, -0.06105343624949455, -0.02719062566757202, 0.0008976818644441664, -0.043192058801651, -0.0700284093618393, -0.01191988680511713, -0.035398002713918686, 0.013336987234652042, 0.011558230035007, -0.0006841018330305815, 0.01397911086678505, -0.028888195753097534, 0.0005005060811527073, 0.03693319484591484, -0.013669120147824287, -0.01434076763689518, 0.034925635904073715, 0.003740187268704176, -0.008849500678479671, 0.03439422324299812, -0.0061739846132695675, -0.0007496058824472129, 0.00702645955607295, -0.02519782818853855, 0.026068754494190216, -0.000540177512448281, -0.004561293870210648, 0.0007828191737644374, 0.0019706562161445618, -0.01821565255522728, 0.01707901991903782, -0.007284785155206919, 0.02441547065973282, 0.03206191211938858, 0.007956432178616524, -0.020149406045675278, -0.03126479312777519, -0.01583905704319477, 0.024075957015156746, -0.010052560828626156, -0.026098277419805527, -0.015957148745656013, 0.05290510505437851, 0.013270560652017593, 0.006701706908643246, 0.04977567493915558, 0.01818612962961197, -0.010960390791296959, -0.0025445083156228065, -0.01248820312321186, -0.022053634747862816, 0.01799423061311245, 0.017713762819767, 0.017979469150304794, -0.03471897542476654, 0.017905661836266518, -0.022304579615592957, 0.0001604156568646431, 0.03560466319322586, 0.05603453516960144, 0.0003162183566018939, 0.03001006692647934, -0.021448414772748947, -0.002625696361064911, -0.026127800345420837, 0.029035810381174088, -0.02776632271707058, 0.04853571206331253, 0.023013129830360413, -0.017182350158691406, 0.013728165999054909, -0.02406119555234909, 0.023706918582320213, -0.009144729934632778, -0.015691442415118217, -0.008465702645480633, -0.005291986744850874, -0.01079801470041275, 0.013698643073439598, 0.03067433275282383, 0.02899152599275112, 0.0434577651321888, -0.03634273633360863, -0.07109123468399048, 0.042040664702653885, 0.02552258037030697, -0.014303863979876041, -0.019677039235830307, 0.014540047384798527, -0.008022858761250973, 0.016828075051307678, -0.03383328765630722, -0.056802134960889816, -0.003345317905768752, 0.04434345290064812, -0.04638053476810455, -0.034482792019844055, 0.003372995648533106, -0.03519134223461151, 0.012325827032327652, 0.00790476705878973, 0.005173895042389631, -0.04357585683465004, -0.003627631114795804, -0.03519134223461151, -0.040741655975580215, -0.022024111822247505, -0.0018811647314578295, 0.008997115306556225, 0.025714479386806488, -0.017979469150304794, 0.05384983867406845, 0.004454273264855146, -0.014864799566566944, 0.005956253036856651, -0.04986424371600151, -0.041568297892808914, -0.05957728996872902, -0.008022858761250973, 0.034482792019844055, -0.013012235052883625, -0.04546532407402992, 0.030851470306515694, 0.00040271133184432983, -0.07091409713029861, 0.015883341431617737, 0.03194382041692734, 0.00550971832126379, -0.02425309456884861, 0.03341996669769287, 0.050513748079538345, -0.0022603499237447977, 0.019913222640752792, -0.02350025810301304, 0.04638053476810455, 0.0303200576454401, -0.007502516731619835, -0.004793786909431219, -0.05057279393076897, -0.034010425209999084, -0.09453244507312775, 0.05299367383122444, -0.030467672273516655, 0.009513766504824162, -0.014200533740222454, -0.018510881811380386, 0.03545704856514931, -0.005513408686965704, 0.021802689880132675, 0.016680460423231125, 0.014207914471626282, -0.007188835646957159, 0.0010886583477258682, -0.02383977361023426, -0.011676321737468243, -0.02333788201212883, 0.026127800345420837, 0.03823220357298851, 0.03197334334254265, 0.014576951041817665, -0.049628060311079025, -0.009853281080722809, -0.01201583631336689, -0.06796180456876755, 0.018540404736995697, 0.021271277219057083, -0.029891975224018097, 0.01411934569478035, -0.011609895154833794, -0.0675484836101532, 0.0011513945646584034, -0.017285680398344994, -0.01796470768749714, 0.030349580571055412, -0.0249173603951931, -0.050543271005153656, 0.062588632106781, -0.08762408047914505, -0.0007602156838402152, 0.015233836136758327, -0.0534365177154541, 0.025566864758729935, 0.03566370904445648, 0.05780591443181038, -0.048329051584005356, 0.2553143799304962, -0.02984769083559513, 0.0297591220587492, -0.03009863570332527, 0.0019189909799024463, 0.06335622817277908, 0.028312498703598976, -0.013351748697459698, 0.0013949588174000382, 0.0033176401630043983, 0.004908188711851835, 0.011942028999328613, 0.04891951009631157, -0.00005818094723508693, -0.0031810966320335865, 0.044697728008031845, -0.03161906823515892, 0.028592966496944427, 0.03206191211938858, -0.03557514026761055, -0.007572633679956198, 0.021418891847133636, -0.012739147990942001, -0.028445351868867874, 0.025286396965384483, 0.006631589960306883, 0.018008992075920105, 0.0019319072598591447, 0.007602156605571508, -0.019868938252329826, -0.058101143687963486, -0.025404488667845726, -0.007978574372828007, 0.0006693403702229261, -0.024577846750617027, -0.020164167508482933, 0.02220124937593937, 0.00021035093232057989, -0.01865849643945694, -0.014060299843549728, -0.004524390213191509, -0.04407774657011032, 0.034482792019844055, 0.0303200576454401, 0.008332849480211735, 0.045996736735105515, -0.03643130511045456, -0.0029633648227900267, 0.04859475791454315, 0.023205028846859932, 0.06223435327410698, -0.026511598378419876, 0.020769387483596802, -0.0343351773917675, 0.0004945092368870974, 0.023603588342666626, -0.007794055622071028, -0.023293597623705864, 0.0013248418690636754, -0.014894322492182255, 0.07646440714597702, -0.03117622248828411, -0.014540047384798527, 0.06300195306539536, -0.048299528658390045, 0.008554271422326565, 0.03061528690159321, 0.03023148886859417, -0.05733354762196541, -0.0622933991253376, -0.0018876228714361787, -0.019721323624253273, 0.01020017545670271, 0.006967413239181042, 0.04906712472438812, 0.04304444417357445, 0.003236452117562294, 0.039826445281505585, -0.02419404871761799, -0.000981637742370367, 0.0017040270613506436, -0.02848963625729084, 0.009698284789919853, 0.00364792812615633, 0.03339044377207756, 0.04018072038888931, 0.01513050589710474, -0.004509628750383854, -0.0311466995626688, 0.03657891973853111, 0.04776811599731445, 0.015706203877925873, -0.031028607860207558, -0.01114490907639265, 0.040239766240119934 ]
9857_4
Prussian Crusade Attempts to conquer Prussian land began in 997, when Bolesław I the Brave, at the urging of the Pope, sent a contingent of soldiers and a missionary (Adalbert of Prague) to the pagan Prussians, a non-Slavic people, on a crusade of conquest and conversion. The crusade encompassed much of the Baltic Sea coast east of the Polish city of Gdańsk, up to Sambia. Starting in 1209 additional crusades were called for by Konrad of Masovia, who mainly sought to conquer Prussian territory, rather than actually convert the indigenous Prussians. Despite heroic efforts, Old Prussian sovereignty would eventually collapse after a succession of wars instigated by Pope Honorius III and his frequent calls for crusade. Before the Prussians were finally brought to heel, Polish rulers and the Duchy of Masovia, both by then Christianised peoples, would be continually frustrated in their attempts at northern expansion. Aside from minor border raids, major campaigns against the Prussians would be launched in 1219, 1220, and 1222. After a particularly sound defeat by Prussian forces in 1223, Polish forces in Chełmno, the seat of Christian of Oliva and the Duchy of Masovia, were forced onto the defensive. In 1226 Duke Konrad I of Masovia summoned the Teutonic Knights for assistance; by 1230 they had secured Chełmno (Culm) and begun claiming conquered territories for themselves under the authority of the Holy Roman Empire, although these claims were rejected by the Poles, whose ambition had been to conquer Prussia all along. The Teutonic Order's strategy was to move down the Vistula and secure the delta, establishing a barrier between the Prussians and Gdańsk. The victorious Teutonic Knights built a castle at Elbing. The Chronicon terrae Prussiae describes the conflict in the vicinity of Lake Drużno shortly before the founding of Elbing: "All the little redoubts that they had in that place, which are said to be (list) ... and around the Drusine marsh ... he (frater Hermannus magister) assaulted and levelled by rendering them into ash, after the infidels had been killed or captured."
[ -0.045973896980285645, 0.018617527559399605, 0.014408855699002743, 0.013809705153107643, -0.009812927804887295, 0.05351443216204643, -0.04936421662569046, 0.00371729489415884, 0.010762801393866539, -0.02640649303793907, 0.004362113308161497, -0.04550626501441002, -0.005008758045732975, 0.0054288944229483604, -0.031214317306876183, -0.07727589458227158, -0.08382271975278854, -0.031214317306876183, -0.03878408297896385, 0.038696400821208954, 0.03524762764573097, 0.044863272458314896, -0.008753453381359577, -0.06652040034532547, -0.01744845323264599, 0.01534411683678627, 0.012626015581190586, -0.00653220945969224, 0.023746846243739128, -0.003971203695982695, -0.0024623654317110777, -0.0016348790377378464, 0.0024221783969551325, -0.03311406448483467, -0.006638157181441784, -0.043460384011268616, -0.02751711569726467, -0.12754614651203156, 0.012121852487325668, -0.009980982169508934, 0.004256165586411953, -0.02481362782418728, -0.01509568840265274, 0.031214317306876183, 0.027926292270421982, 0.001499704783782363, 0.009798314422369003, -0.027531730011105537, -0.0008498631068505347, -0.02463826723396778, 0.020867997780442238, 0.0067404513247311115, -0.03048364445567131, 0.005713856779038906, 0.00352732022292912, -0.00862193200737238, 0.013546663336455822, -0.026026545092463493, 0.031068183481693268, -0.07084597647190094, -0.027181006968021393, -0.029446089640259743, 0.047289106994867325, 0.012589482590556145, 0.012238759547472, 0.015548705123364925, -0.018851343542337418, -0.022037073969841003, 0.0005347607075236738, -0.032734114676713943, -0.03378628194332123, 0.0016147856367751956, -0.006499329581856728, -0.03863794729113579, -0.04135604575276375, -0.01814989745616913, -0.01727309077978134, 0.0038689093198627234, 0.0067696780897676945, 0.029723746702075005, 0.06757256388664246, 0.03662129119038582, -0.0009864075109362602, 0.02254854515194893, -0.048399727791547775, 0.028730031102895737, 0.012019557878375053, 0.03583216667175293, -0.0027546342462301254, 0.013108259998261929, 0.005322947166860104, 0.035276856273412704, -0.013963146135210991, 0.01205609180033207, 0.04170677065849304, 0.025237418711185455, 0.020707251504063606, 0.04600312188267708, -0.016308603808283806, -0.01731693185865879, 0.016381671652197838, 0.022431636229157448, -0.024506745859980583, 0.029241502285003662, -0.02731252834200859, 0.04115146026015282, -0.01570945233106613, 0.0038141089025884867, 0.0051768128760159016, -0.066461943089962, 0.035481441766023636, 0.005315640475600958, 0.05047483742237091, -0.025003602728247643, 0.00219567003659904, 0.012143772095441818, -0.0804908499121666, 0.006360501516610384, -0.007825499400496483, 0.007102134171873331, 0.01312287338078022, 0.053339071571826935, -0.003963897004723549, -0.018544461578130722, -0.014145813882350922, 0.02620190568268299, -0.021423310041427612, 0.01879289001226425, -0.008220062591135502, -0.019976578652858734, -0.018003763630986214, -0.061727188527584076, -0.004457100760191679, 0.013035192154347897, -0.026932578533887863, 0.02262161113321781, 0.01686391420662403, -0.028934620320796967, -0.007281148806214333, -0.03676742687821388, -0.01287444494664669, 0.029548384249210358, -0.03498458489775658, 0.09785162657499313, 0.04763982817530632, 0.021335627883672714, 0.02533971332013607, 0.0013882771600037813, -0.010653200559318066, 0.00562617601826787, -0.038900990039110184, -0.036679744720458984, 0.03995315730571747, -0.024477519094944, -0.007847419939935207, -0.010485146194696426, 0.016483964398503304, -0.011785742826759815, -0.052637625485658646, -0.009235696867108345, -0.022080915048718452, -0.006097459699958563, -0.006495676003396511, 0.03171117603778839, 0.03837490454316139, 0.009155322797596455, 0.021408695727586746, -0.0036460543051362038, -0.022124754264950752, -0.013217860832810402, 0.012969431467354298, 0.0023180576972663403, -0.03591984510421753, 0.023746846243739128, 0.00270531396381557, 0.02542739361524582, 0.030337510630488396, -0.03542298823595047, 0.035773713141679764, -0.0031309304758906364, 0.002455058740451932, -0.012370280921459198, 0.009221083484590054, 0.006046312395483255, -0.030016014352440834, 0.0010768282227218151, -0.018865955993533134, -0.008607318624854088, 0.016235535964369774, 0.0014814379392191768, 0.060616567730903625, 0.02418524958193302, 0.022884653881192207, 0.02307462878525257, 0.032237257808446884, 0.014452696777880192, -0.039514753967523575, 0.043752651661634445, -0.022490091621875763, -0.042642030864953995, -0.01974276266992092, -0.022899268195033073, -0.0401577465236187, -0.01478880550712347, -0.03612443432211876, -0.03761500492691994, 0.038404133170843124, 0.004986837971955538, 0.0047639827243983746, -0.012085318565368652, 0.05520959198474884, -0.0012339226668700576, 0.010054050013422966, -0.0006238113855943084, 0.040917642414569855, 0.05529727414250374, -0.028846940025687218, -0.0062180208042263985, -0.038491811603307724, -0.012808684259653091, 0.026523401960730553, 0.050007205456495285, -0.015490250661969185, 0.035773713141679764, -0.038491811603307724, 0.039602432399988174, -0.025032829493284225, 0.06581895053386688, 0.010894322767853737, 0.005136625841259956, -0.00513297226279974, -0.04825359210371971, -0.016717780381441116, 0.03834567964076996, -0.0015097514260560274, -0.04056692123413086, 0.022241663187742233, 0.008877667598426342, 0.0018440340645611286, 0.0013937572948634624, 0.03229571133852005, 0.02719561941921711, 0.02928534336388111, 0.04717219993472099, 0.04071305692195892, 0.000993714202195406, -0.014218881726264954, 0.014942246489226818, -0.00009287529246648774, -0.019932737573981285, 0.016279377043247223, -0.021116426214575768, -0.014386936090886593, -0.04857508838176727, 0.008804600685834885, -0.0031217969954013824, 0.011530007235705853, 0.019815830513834953, -0.01699543558061123, -0.038111861795186996, -0.04056692123413086, 0.001201955834403634, 0.024535972625017166, -0.014255414716899395, 0.02982603944838047, 0.019202066585421562, 0.019406653940677643, 0.027750931680202484, -0.011237738654017448, -0.06055811420083046, -0.0046836091205477715, -0.0425543487071991, -0.009396445006132126, -0.01793069578707218, -0.000354376039467752, 0.06576050072908401, 0.024082956835627556, -0.01322516705840826, -0.020634183660149574, 0.015271048992872238, -0.014825339429080486, -0.008161609061062336, -0.013488208875060081, 0.020721863955259323, -0.0312727726995945, 0.02250470407307148, -0.04907194525003433, -0.010083276778459549, -0.04205749183893204, 0.002648686757311225, -0.0048772371374070644, 0.0003660211223177612, 0.002312577562406659, -0.024258317425847054, -0.015081075020134449, -0.0020130020566284657, -0.004668995272368193, 0.013955838978290558, 0.02723946049809456, 0.019961964339017868, -0.0026249398943036795, -0.051000919193029404, 0.045769307762384415, -0.0023838181514292955, 0.011142751201987267, -0.03290947526693344, 0.0024002583231776953, -0.03939784690737724, 0.03469231724739075, 0.04933498799800873, -0.057080112397670746, 0.04927653446793556, -0.02287003956735134, -0.011223125271499157, -0.029679905623197556, 0.06821555644273758, 0.05325138941407204, 0.05018256977200508, 0.0009110569371841848, -0.03723505511879921, 0.002285177353769541, -0.03621211647987366, 0.006813518237322569, 0.0017956269439309835, 0.01016365084797144, 0.01478880550712347, -0.008132381364703178, -0.023513032123446465, 0.000998280942440033, 0.03250030055642128, -0.04945189505815506, -0.0211456548422575, -0.00648106262087822, 0.05196540802717209, -0.006619890220463276, -0.0027327141724526882, 0.005812497343868017, -0.007708591874688864, -0.001905227778479457, 0.0003121340414509177, 0.018997477367520332, -0.015490250661969185, 0.03410777822136879, 0.007478429935872555, -0.0010877882596105337, -0.018880570307374, -0.03805340826511383, 0.016030948609113693, -0.003967550117522478, -0.03904712200164795, -0.005030678119510412, 0.0009279536898247898, -0.02896384708583355, 0.017141569405794144, -0.03413700684905052, 0.026318812742829323, -0.027210233733057976, 0.004373073112219572, -0.004548434633761644, -0.0004000430344603956, 0.028189335018396378, -0.020751090720295906, -0.015066460706293583, 0.038521040230989456, 0.006817171815782785, -0.026567241176962852, 0.009389137849211693, 0.011793049983680248, -0.0006662817322649062, -0.012764844112098217, -0.002597539685666561, 0.037205830216407776, -0.0024386185687035322, -0.02094106562435627, -0.01281599048525095, 0.03825799748301506, 0.035276856273412704, -0.01117197796702385, -0.005688283126801252, -0.012918285094201565, 0.02159867063164711, -0.01641089841723442, 0.0686831921339035, -0.008497717790305614, 0.08212755620479584, -0.014759578742086887, 0.02723946049809456, 0.009966368786990643, -0.06166873499751091, 0.013152100145816803, -0.011698062531650066, -0.007262881845235825, 0.015943268314003944, 0.004479020833969116, 0.013736637309193611, -0.048896584659814835, -0.0030542099848389626, 0.04711374640464783, 0.04351883754134178, -0.016118628904223442, -0.029489930719137192, 0.02937302365899086, 0.008322356268763542, 0.013422448188066483, -0.017039276659488678, 0.02032730169594288, -0.019348200410604477, 0.07447011023759842, 0.001987428404390812, 0.017287705093622208, 0.01044861227273941, 0.009666793048381805, 0.0014138506958261132, 0.05342675372958183, 0.0060353525914251804, 0.016323218122124672, 0.005936711560934782, 0.006806211546063423, 0.03732273727655411, 0.025734275579452515, -0.012954818084836006, 0.004325579386204481, 0.02352764457464218, 0.0398947037756443, -0.026771830394864082, -0.001707033021375537, -0.021481763571500778, -0.00795702077448368, -0.02880309894680977, 0.008892280980944633, 0.030834367498755455, -0.010360931977629662, -0.009747167117893696, 0.010718961246311665, 0.011098911054432392, -0.012348360382020473, -0.010726268403232098, -0.006049965973943472, -0.02814549393951893, -0.0649421438574791, 0.0009037501877173781, 0.049919527024030685, 0.0008950734627433121, -0.03200344368815422, -0.029694518074393272, -0.007620911113917828, -0.02007887326180935, 0.00590383168309927, -0.00954257883131504, -0.07628218084573746, -0.04796132445335388, -0.042349763214588165, -0.0008567131590098143, -0.061902549117803574, 0.02932918258011341, 0.03098050132393837, 0.025734275579452515, -0.02835008129477501, 0.028890779241919518, 0.03691355884075165, -0.02748788893222809, -0.010587440803647041, 0.01518336869776249, -0.0513516440987587, 0.021861713379621506, 0.020678022876381874, -0.05190695449709892, 0.029884492978453636, 0.009089562110602856, 0.03615366294980049, 0.013729331083595753, -0.005469081457704306, 0.009827541187405586, -0.005556762218475342, 0.041239138692617416, -0.0279409047216177, -0.014386936090886593, 0.02064879611134529, -0.014635364525020123, 0.01296212524175644, 0.0036935480311512947, 0.04196981340646744, -0.03875485435128212, -0.01946510747075081, -0.004796863067895174, -0.03419546037912369, 0.003644227748736739, -0.010792029090225697, -0.0034378126729279757, -0.018851343542337418, -0.014255414716899395, 0.018880570307374, -0.021627897396683693, 0.006174180191010237, -0.020882612094283104, -0.06616967916488647, -0.04158986359834671, 0.02744404785335064, -0.010127116926014423, 0.03402009978890419, -0.01190995704382658, 0.04544781148433685, 0.013897385448217392, -0.02275313250720501, -0.029694518074393272, 0.029197661206126213, 0.047289106994867325, -0.02896384708583355, -0.005063558463007212, 0.008541557937860489, 0.02571966126561165, 0.0077451253309845924, -0.00010491996363271028, 0.015300276689231396, 0.0006087413057684898, 0.010653200559318066, 0.020473435521125793, 0.016177082434296608, -0.02957761101424694, -0.006707570981234312, -0.030045241117477417, -0.03551067039370537, 0.041326820850372314, 0.04036233201622963, 0.010317091830074787, 0.026479560881853104, 0.07148896902799606, 0.008220062591135502, -0.06833246350288391, -0.05076710507273674, -0.03741041570901871, -0.053952835500240326, -0.03711814805865288, -0.04129759222269058, -0.03191576153039932, -0.019245905801653862, 0.05301757529377937, -0.005067212041467428, -0.04612002894282341, 0.020414981991052628, -0.038199543952941895, -0.06809864938259125, -0.0289200060069561, -0.030132921412587166, 0.021131040528416634, -0.002822221489623189, 0.01495685987174511, 0.019961964339017868, -0.0043876864947378635, 0.028437763452529907, -0.037088923156261444, -0.028481602668762207, 0.03635824844241142, -0.0013124699471518397, 0.01855907402932644, -0.025558914989233017, -0.060908835381269455, 0.0008809167193248868, -0.037790365517139435, -0.001279589720070362, 0.0026779137551784515, 0.028934620320796967, -0.0041940584778785706, -0.028160106390714645, -0.03995315730571747, -0.015577931888401508, 0.051000919193029404, 0.03583216667175293, -0.05488809570670128, 0.030249830335378647, 0.01591404154896736, 0.026684150099754333, 0.014832645654678345, 0.02685951068997383, 0.0037848821375519037, -0.016074789687991142, -0.006407995242625475, -0.029197661206126213, -0.024009888991713524, 0.03483845293521881, -0.009148016571998596, -0.017784561961889267, -0.0008937034290283918, -0.018047604709863663, 0.05471273511648178, 0.007613604422658682, -0.0004075781034771353, 0.045067861676216125, -0.03764423355460167, -0.024915922433137894, -0.03185730800032616, 0.00042538822162896395, -0.002964702434837818, 0.009980982169508934, 0.0009224736713804305, -0.011464247480034828, 0.032266486436128616, 0.024199863895773888, 0.006875625345855951, -0.0089507345110178, 0.030512871220707893, 0.01150078047066927, 0.029562998563051224, -0.021715577691793442, 0.011091603897511959, -0.03068823367357254, -0.05684629827737808, -0.01188803743571043, -0.021540217101573944, 0.06687112152576447, -0.03574448451399803, -0.0018011069623753428, -0.012552948668599129, 0.03060055337846279, 0.036592066287994385, 0.030863594263792038, 0.04249589517712593, 0.008731532841920853, -0.005640789400786161, 0.0040113902650773525, -0.04454177990555763, 0.012472574599087238, 0.04290507361292839, -0.04360651969909668, -0.009703326970338821, -0.014343095943331718, -0.024345997720956802, -0.05491732433438301, -0.02699103206396103, -0.008497717790305614, -0.008505024947226048, 0.015694839879870415, 0.02200784720480442, 0.01024402491748333, 0.008819214068353176, 0.0015590718248859048, -0.011515393853187561, 0.07464547455310822, 0.009491432458162308, 0.07376866787672043, 0.03752732649445534, -0.06809864938259125, -0.009060335345566273, -0.048955038189888, -0.042232852429151535, 0.0026304200291633606, -0.004544781055301428, 0.03179885447025299, -0.0067879450507462025, -0.00012889514619018883, -0.006977919489145279, 0.023308442905545235, 0.029548384249210358, -0.028934620320796967, -0.05661248415708542, 0.027181006968021393, -0.005322947166860104, -0.011033150367438793, -0.003956589847803116, -0.0030743032693862915, 0.04857508838176727, 0.02241702377796173, -0.07324258238077164, -0.009432977996766567, 0.021657124161720276, -0.05538495257496834, 0.03039596416056156, -0.003803148865699768, -0.0398947037756443, -0.008395424112677574, -0.039310164749622345, -0.037001240998506546, -0.005421587731689215, -0.009812927804887295, -0.012472574599087238, -0.03019137680530548, -0.026713376864790916, -0.006521249655634165, 0.015899427235126495, 0.011793049983680248, 0.02023961953818798, -0.006733144633471966, 0.005585988983511925, -0.016527805477380753, -0.040333107113838196, -0.03904712200164795, -0.017506906762719154, 0.025325099006295204, -0.03945630043745041, 0.01724386401474476, 0.024506745859980583, -0.05012411251664162, -0.0015873854281380773, -0.004069844260811806, 0.030016014352440834, 0.010149037465453148, -0.08838210999965668, 0.0024313118774443865, 0.03957320749759674, 0.028291627764701843, 0.042437441647052765, 0.015256435610353947, -0.0034067591186612844, -0.0016220923280343413, 0.05342675372958183, 0.024141410365700722, 0.004610541742295027, -0.033260200172662735, 0.06640349328517914, -0.016177082434296608, -0.0623701810836792, -0.010229410603642464, -0.028525443747639656, -0.0222124345600605, -0.01329092774540186, 0.01470843143761158, 0.01625015027821064, -0.0028203947003930807, 0.0057576969265937805, 0.0356275774538517, 0.022767746821045876, -0.02604115754365921, 0.04652920737862587, 0.021218720823526382, 0.009732553735375404, -0.044746365398168564, 0.000004887797331321053, 0.010828562080860138, 0.08241982758045197, 0.03884253650903702, -0.009038415737450123, 0.0686831921339035, 0.005852684378623962, 0.012669856660068035, 0.022606998682022095, -0.008870360441505909, -0.02740020863711834, -0.02159867063164711, -0.005947671830654144, 0.02851082943379879, -0.020663410425186157, 0.006426262203603983, -0.04351883754134178, -0.006378768477588892, 0.023439964279532433, -0.024462906643748283, -0.04562317207455635, -0.058073826134204865, -0.05240381136536598, -0.009878688491880894, -0.018032990396022797, 0.0012147425441071391, 0.004906463902443647, 0.0013252567732706666, 0.03185730800032616, -0.050504062324762344, -0.03039596416056156, 0.06429915875196457, 0.02110181376338005, 0.019114384427666664, 0.05155623331665993, 0.0031784242019057274, 0.01588481478393078, 0.010412079282104969, 0.0012129158712923527, -0.01147886086255312, 0.009301457554101944, -0.01575329340994358, 0.04831204563379288, 0.013488208875060081, 0.02402450330555439, 0.014576910994946957, -0.03600752726197243, -0.005279106553643942, -0.033055610954761505, 0.011325418949127197, 0.02241702377796173, 0.03697201609611511, 0.01263332273811102, 0.01209262479096651, -0.03872562572360039, -0.0011435020714998245, -0.013320154510438442, 0.010887015610933304, -0.008746146224439144, -0.003383012255653739, 0.0714305192232132, 0.05105937644839287, -0.0313604511320591, 0.02035652846097946, 0.03726428374648094, 0.0058417245745658875, 0.010996616445481777, -0.0490427203476429, -0.05804460123181343, 0.009783701039850712, 0.018880570307374, 0.0013718371046707034, 0.039310164749622345, 0.0032734116539359093, 0.01355396956205368, -0.002570139477029443, 0.007361522410064936, 0.020341914147138596, -0.022782359272241592, 0.012494495138525963, -0.006163220386952162, -0.018646754324436188, -0.04544781148433685, 0.018237577751278877, -0.005140278954058886, 0.06184409558773041, -0.011486167088150978, 0.013195940293371677, 0.00702541321516037, 0.012779457494616508, 0.021131040528416634, -0.04386955872178078, -0.013751250691711903, -0.0398947037756443, -0.04381110519170761, 0.01142040640115738, 0.015402570366859436, 0.02513512410223484, 0.007927794009447098, 0.030659006908535957, -0.0053339069709181786, -0.03282179683446884, 0.034078553318977356, -0.03027905710041523, -0.02357148565351963, -0.06283780932426453, 0.03150658681988716, -0.020181166008114815, 0.033961646258831024, -0.043957240879535675, -0.011785742826759815, 0.0028149147983640432, 0.008614625781774521, -0.03682588040828705, -0.03855026513338089, -0.03805340826511383, 0.004384033381938934, 0.010887015610933304, -0.033552467823028564, 0.008052008226513863, -0.038813307881355286, 0.024039115756750107, -0.035189174115657806, -0.041940584778785706, -0.042028266936540604, 0.005947671830654144, -0.0008567131590098143, 0.05179004743695259, 0.0005512008792720735, 0.037790365517139435, -0.002356417942792177, 0.040303878486156464, 0.011391179636120796, -0.046090804040431976, -0.03551067039370537, -0.047902870923280716, -0.027911677956581116, 0.04156063497066498, -0.053046803921461105, -0.058190736919641495, 0.02728329971432686, -0.005556762218475342, -0.052023861557245255, 0.035364534705877304, 0.03621211647987366, 0.013415141962468624, -0.08177683502435684, 0.018909797072410583, 0.03200344368815422, -0.01942126825451851, 0.024097569286823273, -0.03141890466213226, 0.06652040034532547, 0.019450495019555092, -0.009842154569923878, 0.031038956716656685, -0.02282620035111904, -0.042145173996686935, -0.10521680116653442, 0.05161468684673309, -0.029723746702075005, 0.009169936180114746, -0.08692076802253723, -0.04398646578192711, 0.075171560049057, -0.006513942964375019, -0.012246066704392433, -0.005311986897140741, 0.0017435665940865874, 0.012355667538940907, 0.004621502012014389, -0.007171547971665859, -0.012640628963708878, -0.0011425886768847704, 0.02506205625832081, 0.02595347724854946, 0.04883813112974167, -0.010813948698341846, 0.0009055768605321646, -0.0011763822985813022, 0.013846238143742085, -0.03431236743927002, 0.027473274618387222, -0.01125235203653574, 0.0006155913579277694, -0.03279256820678711, -0.03469231724739075, -0.0017700534081086516, -0.01797453686594963, 0.01699543558061123, 0.00010663247667253017, 0.028613124042749405, -0.014416162855923176, -0.017828403040766716, 0.027458662167191505, -0.044658686965703964, 0.0047201425768435, -0.010368239134550095, -0.03875485435128212, 0.04018697142601013, 0.015694839879870415, 0.07283340394496918, -0.01649857871234417, 0.24994835257530212, -0.017302317544817924, -0.012626015581190586, -0.05032870173454285, 0.008519638329744339, 0.019026704132556915, 0.04568162560462952, -0.04927653446793556, -0.003806802211329341, -0.030308283865451813, 0.004150218330323696, 0.005432548001408577, 0.007182507775723934, 0.012589482590556145, -0.00022685088333673775, 0.06313008069992065, -0.02159867063164711, 0.012304520234465599, -0.0031619840301573277, -0.01814989745616913, 0.024082956835627556, 0.011091603897511959, -0.0065870098769664764, -0.015519478358328342, 0.007854726165533066, 0.056787844747304916, 0.03615366294980049, -0.0029665292240679264, 0.018573688343167305, -0.026231132447719574, -0.06687112152576447, -0.007482083514332771, 0.02040036767721176, -0.014014293439686298, -0.005388707388192415, -0.03606598079204559, 0.005907484795898199, -0.03591984510421753, -0.003194864373654127, 0.014701125212013721, 0.021993232890963554, -0.05447892099618912, 0.02069263719022274, 0.03077591396868229, 0.03393241763114929, 0.05447892099618912, -0.028130879625678062, 0.008855747058987617, 0.06178564205765724, 0.00979100726544857, 0.025500459596514702, 0.020225007086992264, 0.02012271247804165, 0.024258317425847054, -0.03732273727655411, -0.014408855699002743, 0.04065460339188576, 0.0008375330362468958, -0.007149627432227135, -0.006798904854804277, 0.02723946049809456, -0.019552787765860558, 0.04927653446793556, 0.04337270185351372, -0.0577523335814476, 0.029241502285003662, 0.07371021062135696, 0.0009370871121063828, -0.066812664270401, -0.05895063281059265, 0.039602432399988174, -0.05690475180745125, -0.020824158564209938, 0.0052352664060890675, 0.039310164749622345, 0.04536013305187225, 0.019026704132556915, 0.050737880170345306, -0.0023235375992953777, 0.01026594452559948, 0.01917283982038498, 0.005677323322743177, -0.002528125885874033, 0.03419546037912369, 0.026348039507865906, 0.05558954179286957, -0.011668835766613483, 0.009812927804887295, -0.03302638605237007, 0.0211894940584898, 0.03454618155956268, 0.009060335345566273, -0.054362013936042786, -0.0072921086102724075, 0.03694278746843338 ]
9857_5
Truso did not disappear suddenly to be replaced with the citadel and town of Elbing during the Prussian Crusade. It had already burned down in the tenth century, with the population dispersed in the area. Teutonic Order The Chronicon terrae Prussiae describes the founding of Elbing under the leadership of Hermann Balk. After building two ships, the Pilgerim (Pilgrim) and the Vridelant (Friedland), with the assistance of Margrave Henry III of Margraviate of Meissen, the Teutonic Knights used them to clear the Vistula Lagoon (Frisches Haff) and the Vistula Spit of Prussians: ... ... ... "and the Vistula Spit was purged of the insult of the infidels..." Apparently the river was in Pomesania, which the knights had just finished clearing, but the bay was in Pogesania. The first Elbing was placed in Pogesania: "The master ... came to the region of Pogesania, to that island which is in the middle of the Elbing river, in that place where the Elbing enters the Vistula Lagoon, and built there a fort, which he called by the name of the Elbing River, in the year of the incarnation of the Lord, 1237. Others report that the same fort was attacked by the infidels and then was moved to the place where it is now situated, and the city gathered around it." Both landings were amphibious operations conducted from the ships. The Chronicon relates that they were in use for many years and then were sunk in Lake Drusen (Drużno). In 1238 the Dominican Order was invited to build a monastery on a grant of land. Pomesania was not secured, however, and from 1240 to 1242 the order began building a brick castle on the south side of the settlement. It may be significant that Elbing's first industry was the same as Truso's had been: manufacture of amber and bone artifacts for export. In 1243 William of Modena created the Diocese of Pomesania and three others. They were at first only ideological constructs, but the tides of time turned them into reality in that same century.
[ -0.027255510911345482, 0.02131851576268673, 0.03197777643799782, -0.017522484064102173, 0.0010012034326791763, 0.01726435497403145, -0.018479084596037865, -0.010917388834059238, 0.004642547108232975, -0.043305136263370514, 0.03386060521006584, -0.046797484159469604, 0.00025077536702156067, 0.008905491791665554, -0.005644700024276972, -0.0628015547990799, -0.055634647607803345, -0.01730990596115589, -0.06046320125460625, 0.05700121819972992, 0.035044968128204346, 0.013354441151022911, -0.019541973248124123, -0.05423770844936371, -0.04652417078614235, 0.016991039738059044, 0.031552620232105255, -0.0023573359940201044, 0.038719527423381805, 0.01387070119380951, -0.008958635851740837, -0.016687357798218727, 0.0033556923735886812, 0.018813135102391243, 0.029472393915057182, 0.03677595779299736, -0.06195124611258507, -0.10987235605716705, 0.01803874410688877, -0.0669923722743988, -0.009057332761585712, -0.033587291836738586, 0.0407845713198185, -0.02812100574374199, 0.044246550649404526, 0.04145267233252525, -0.002877392340451479, -0.04124009236693382, 0.008169061504304409, -0.0345287099480629, 0.004760224372148514, 0.04269776865839958, 0.0006685761618427932, 0.011038861237466335, -0.01841834746301174, -0.024173133075237274, -0.0064266822300851345, 0.0034221229143440723, 0.01176010724157095, -0.04254592955112457, -0.036350805312395096, -0.02004304900765419, -0.0023933982010930777, -0.001685438328422606, 0.028060270473361015, 0.04394286870956421, -0.007850194349884987, -0.008996596559882164, 0.0113045834004879, -0.012420617043972015, -0.02315579541027546, -0.005671272054314613, 0.010439088568091393, -0.031340040266513824, -0.03297992795705795, -0.05575612187385559, 0.0087308743968606, 0.009550817310810089, 0.05520949140191078, -0.0013817556900903583, 0.04986467957496643, 0.009080109186470509, -0.003629006678238511, 0.050289835780858994, -0.0433962382376194, 0.009922828525304794, -0.006772121414542198, 0.04133119806647301, -0.021379252895712852, 0.0005172094097360969, -0.007888155058026314, 0.022685088217258453, 0.004540054593235254, -0.004972802009433508, 0.031704459339380264, 0.009398975409567356, 0.014090871438384056, 0.04849810525774956, -0.003255097661167383, -0.026222990825772285, 0.016656989231705666, 0.018342427909374237, -0.029943101108074188, 0.0466456413269043, -0.024203501641750336, -0.007865378633141518, -0.016034439206123352, 0.021394437178969383, -0.015639653429389, -0.04309255629777908, 0.04206003621220589, -0.005473878234624863, 0.07835010439157486, -0.02021007612347603, 0.03015567921102047, 0.031917039304971695, -0.0831482857465744, 0.003061499912291765, -0.013483506627380848, 0.005713028367608786, 0.029138343408703804, 0.047556690871715546, 0.0005689302925020456, -0.015320785343647003, 0.009133253246545792, 0.01638367399573326, 0.017249170690774918, 0.013377217575907707, 0.002125778002664447, -0.004228780046105385, -0.021622199565172195, -0.0732482373714447, 0.027468089014291763, 0.015146167948842049, -0.0009105732315219939, 0.03443760424852371, 0.007375690620392561, 0.007804641965776682, -0.023505032062530518, -0.05906626209616661, 0.007030251435935497, 0.031370408833026886, -0.04142230376601219, 0.07616358995437622, 0.0135214664041996, 0.031127464026212692, 0.03738332539796829, -0.02280656062066555, -0.0183727964758873, 0.0024541348684579134, -0.07215497642755508, -0.05098830536007881, 0.028561346232891083, -0.009687473997473717, 0.017401011660695076, -0.009877275675535202, 0.011798067949712276, -0.019223107025027275, -0.01914718560874462, 0.016778461635112762, -0.03519681096076965, -0.015912966802716255, -0.0028489220421761274, 0.017233986407518387, 0.006081243511289358, 0.0072542172856628895, 0.038567688316106796, -0.0331014022231102, -0.013999766670167446, 0.013103903271257877, 0.02189551293849945, 0.03771737590432167, -0.04503612592816353, 0.019025713205337524, 0.05927883833646774, 0.01767432503402233, 0.028424689546227455, -0.034832391887903214, 0.00015255303878802806, 0.008624585345387459, 0.04069346562027931, -0.022715456783771515, -0.0026781007181853056, 0.0079185226932168, -0.04776926711201668, -0.017719877883791924, -0.016444411128759384, -0.017886903136968613, 0.013377217575907707, 0.04048088565468788, 0.046068646013736725, 0.05274966359138489, -0.011615858413279057, 0.03343545272946358, 0.020513758063316345, 0.005416938103735447, -0.034285761415958405, 0.050289835780858994, -0.028758740052580833, -0.025843387469649315, -0.06107056513428688, 0.021090755239129066, -0.028606899082660675, -0.0010515009053051472, -0.03297992795705795, -0.014751381240785122, 0.010583337396383286, 0.033192504197359085, 0.030201232060790062, 0.018129849806427956, 0.03480202332139015, -0.001923639327287674, 0.005728212650865316, 0.05205119401216507, 0.0235202144831419, 0.013642939738929272, -0.001376061700284481, 0.022685088217258453, -0.0077894581481814384, -0.009975972585380077, 0.01951160468161106, 0.03367839753627777, -0.004312292672693729, 0.02374797686934471, -0.038567688316106796, 0.04603827744722366, -0.04694932699203491, 0.06711384654045105, 0.023505032062530518, -0.011555122211575508, -0.019982313737273216, -0.05180824548006058, 0.01314186304807663, 0.03307103365659714, -0.010583337396383286, -0.036684855818748474, 0.02042265236377716, 0.018676478415727615, -0.018160218372941017, -0.028546161949634552, 0.02297358587384224, 0.04360881820321083, 0.04615975171327591, 0.056727904826402664, 0.011949908919632435, -0.0004358319565653801, -0.0009717842331156135, -0.0002075955126201734, -0.003365182550624013, 0.0009086751961149275, -0.05387328937649727, 0.0016579170478507876, -0.012215631082654, -0.01517653651535511, 0.022138459607958794, -0.006658240221440792, -0.02719477377831936, 0.026253357529640198, -0.011236255057156086, -0.06049356982111931, 0.0017110614571720362, 0.007683169096708298, 0.02136406861245632, -0.049044735729694366, 0.023854266852140427, -0.006419090554118156, 0.02591930702328682, 0.03629006817936897, -0.05366070941090584, -0.07221571356058121, -0.033374715596437454, -0.009178806096315384, -0.016034439206123352, -0.0220929067581892, -0.02572191320359707, 0.03297992795705795, 0.01405291073024273, -0.022867297753691673, -0.009414159692823887, 0.0088295703753829, -0.015761125832796097, -0.0046615274623036385, 0.018479084596037865, -0.012458577752113342, -0.018251322209835052, 0.01488803792744875, -0.049925416707992554, -0.0026477323845028877, -0.05296223983168602, -0.0013618265511468053, 0.001639885944314301, 0.011388096027076244, -0.04770853370428085, 0.0025926900561898947, -0.015222089365124702, -0.012785036116838455, -0.010370760224759579, 0.01461472362279892, 0.03677595779299736, 0.00920917373150587, -0.020194891840219498, -0.012094158679246902, 0.013437953777611256, -0.021591830998659134, 0.03383024036884308, 0.0006529175443574786, -0.02810582146048546, 0.0051588076166808605, 0.032463666051626205, 0.009603961370885372, -0.04779963567852974, 0.020862992852926254, 0.010203734040260315, -0.017249170690774918, -0.041847459971904755, 0.046797484159469604, 0.06559543311595917, 0.062558613717556, -0.03680632635951042, -0.04269776865839958, 0.03881063312292099, 0.019967129454016685, -0.003756173886358738, 0.028045086190104485, -0.006783509626984596, 0.009877275675535202, -0.020331548526883125, 0.0010885122464969754, 0.017173249274492264, 0.027468089014291763, -0.05706195533275604, -0.01671772636473179, -0.025236021727323532, 0.062254928052425385, 0.004771612584590912, 0.009042148478329182, -0.005192971788346767, -0.019982313737273216, -0.01598888821899891, -0.006464642938226461, 0.02502344362437725, -0.04291034862399101, 0.01241302490234375, -0.03398207947611809, -0.007318750023841858, -0.005462490487843752, 0.029548313468694687, -0.024886786937713623, -0.020164523273706436, -0.033587291836738586, 0.0037751540075987577, 0.03489312902092934, -0.041148990392684937, 0.0216981191188097, -0.021060386672616005, 0.023839082568883896, -0.020862992852926254, 0.00423257565125823, 0.008654952980577946, -0.005181584041565657, 0.03960020840167999, -0.021849961951375008, -0.00836645532399416, 0.0585196316242218, -0.017568036913871765, -0.02796916477382183, -0.010879428125917912, 0.009148437529802322, 0.024021292105317116, -0.02980644442141056, 0.0379299521446228, 0.013210192322731018, -0.05936994403600693, 0.0185701884329319, -0.004464133642613888, -0.009064924903213978, 0.021060386672616005, 0.01323296781629324, 0.015510587021708488, 0.002953313058242202, 0.02245732583105564, 0.0012061891611665487, 0.04160451143980026, -0.008867531083524227, 0.06486659497022629, -0.027483273297548294, 0.021470358595252037, -0.03823363408446312, -0.06249787285923958, 0.010454272851347923, -0.032828085124492645, 0.007872970774769783, -0.0020935116335749626, -0.042788874357938766, 0.0019530585268512368, -0.036533012986183167, -0.029517946764826775, 0.019086450338363647, 0.06365186721086502, -0.00855625607073307, -0.008958635851740837, 0.03647227585315704, -0.018615741282701492, 0.03334434702992439, -0.024370526894927025, 0.004995578434318304, -0.027635114267468452, 0.0706365630030632, 0.027316248044371605, -0.022502878680825233, -0.00048375685582868755, -0.046827852725982666, 0.016793645918369293, 0.014850078150629997, 0.01764395833015442, -0.012094158679246902, -0.04373028874397278, 0.006681016646325588, 0.04451986402273178, 0.011327359825372696, -0.008905491791665554, 0.012314327992498875, 0.002457930939272046, 0.055300597101449966, 0.004373028874397278, -0.01726435497403145, -0.02151590958237648, -0.022912850603461266, -0.019435685127973557, 0.041118621826171875, 0.05475396662950516, 0.03607748821377754, 0.03513607382774353, 0.022928034886717796, -0.012056197971105576, 0.0012669257121160626, -0.025281574577093124, 0.020149338990449905, -0.04543091356754303, -0.025509336963295937, -0.004293312318623066, 0.07713537663221359, -0.04813368618488312, -0.02979126013815403, -0.04245482385158539, -0.009869683533906937, -0.008351271040737629, 0.03188667073845863, -0.0015449851052835584, -0.03182593360543251, -0.011380504816770554, -0.016398858278989792, 0.01784135028719902, -0.04658490791916847, 0.06146535277366638, 0.01470582839101553, -0.007261809427291155, -0.042606666684150696, 0.0518689826130867, 0.04011646658182144, -0.004733651876449585, -0.01822095364332199, -0.006589911878108978, -0.02332282066345215, -0.005534614901989698, 0.024917155504226685, -0.03717074543237686, 0.007390874437987804, -0.011934725567698479, 0.03550049290060997, 0.00160856859292835, 0.007292177993804216, -0.003917505033314228, -0.028819475322961807, 0.03471091762185097, -0.008252574130892754, -0.0046615274623036385, 0.015184128656983376, -0.016110360622406006, 0.008404415100812912, 0.008670137263834476, 0.02409721165895462, -0.029305368661880493, 0.011092006228864193, -0.00882197916507721, -0.02963941916823387, -0.028606899082660675, 0.0024901970755308867, 0.006969515234231949, -0.017385827377438545, 0.018494268879294395, 0.03510570526123047, -0.027346616610884666, -0.0025756077375262976, -0.014652684330940247, -0.05110977590084076, -0.04795147851109505, 0.0010496028698980808, -0.011000901460647583, 0.027680667117238045, 0.020726336166262627, 0.017431380227208138, 0.018646109849214554, -0.011251439340412617, -0.024385711178183556, 0.02761992998421192, 0.02906242199242115, -0.025509336963295937, -0.010826284065842628, 0.03519681096076965, 0.01671772636473179, -0.026207806542515755, 0.019040897488594055, 0.030231600627303123, -0.010461864992976189, -0.011092006228864193, 0.014956366270780563, -0.028591714799404144, -0.006233084946870804, 0.008115916512906551, 0.00864736083894968, -0.019344579428434372, 0.01711251214146614, 0.007201073225587606, 0.009497672319412231, 0.03847658261656761, 0.004190819337964058, -0.025433415547013283, -0.04391250014305115, -0.07944335788488388, -0.03215998411178589, -0.0659598559141159, -0.017203617841005325, -0.036715224385261536, -0.00459699472412467, -0.018828319385647774, 0.04910547286272049, -0.0026173642836511135, -0.0334961861371994, 0.032645877450704575, -0.009345831349492073, -0.05936994403600693, -0.02263953536748886, -0.031188201159238815, -0.011190703138709068, -0.0011226765345782042, 0.016854383051395416, 0.03550049290060997, -0.0028698001988232136, -0.006453254725784063, -0.04427691921591759, -0.019177554175257683, 0.03401244804263115, -0.0011834129691123962, 0.0038643607404083014, -0.02338355779647827, -0.05223340168595314, 0.026815170422196388, -0.007121356204152107, 0.04582570120692253, -0.013399993069469929, 0.062254928052425385, -0.003196259029209614, -0.016839198768138885, -0.02686072327196598, -0.008434783667325974, 0.014933590777218342, 0.020695967599749565, -0.02355058304965496, 0.01380996499210596, 0.028242480009794235, -0.0094824880361557, -0.003963057417422533, 0.04042015224695206, 0.03071749210357666, -0.021607015281915665, -0.0071099684573709965, -0.012511721812188625, -0.005678864195942879, 0.018706846982240677, -0.005090479273349047, -0.04555238410830498, 0.011205886490643024, -0.02593449130654335, 0.056910112500190735, -0.002279517240822315, -0.005238524172455072, 0.06650648266077042, -0.04685822129249573, -0.010636482387781143, -0.05089719966053963, 0.05420733988285065, 0.015730757266283035, 0.007812234107404947, -0.022928034886717796, -0.014257896691560745, 0.012154894880950451, 0.018099481239914894, -0.007144132629036903, 0.01580667868256569, 0.010795915499329567, 0.016520332545042038, 0.01676327735185623, -0.022745825350284576, 0.057274531573057175, -0.002771103521808982, -0.006582319736480713, 0.0032266273628920317, -0.004714671988040209, 0.06577764451503754, -0.03425539284944534, -0.01876758225262165, -0.010150589980185032, -0.008108324371278286, 0.016489963978528976, 0.05208156257867813, 0.010924980975687504, 0.006229288876056671, 0.02575228177011013, 0.002304191468283534, -0.06875373423099518, -0.008161469362676144, 0.018342427909374237, -0.03902320936322212, -0.04281924292445183, -0.026617776602506638, -0.006384925916790962, -0.05973436310887337, -0.009330647066235542, 0.0017831861041486263, 0.014311041682958603, 0.012238407507538795, 0.050502412021160126, 0.03917505219578743, 0.03386060521006584, -0.012982429936528206, 0.010788323357701302, 0.06814637035131454, 0.007273197639733553, 0.03179556503891945, 0.04048088565468788, -0.057638950645923615, 0.006559543777257204, -0.059339575469493866, -0.04272813722491264, -0.03695816919207573, 0.01708214543759823, 0.02295840159058571, -0.011517161503434181, 0.010112629272043705, 0.007546511944383383, -0.00629002507776022, 0.03285845369100571, -0.02813619002699852, -0.031370408833026886, 0.039296526461839676, 0.013301297090947628, -0.023216532543301582, -0.012405432760715485, -0.007781866006553173, 0.021986618638038635, 0.03237256407737732, -0.04518796503543854, -0.0034885534550994635, 0.03352655470371246, -0.06444144248962402, 0.00011257607548031956, -0.010833876207470894, -0.0688144713640213, -0.037444062530994415, -0.017218802124261856, -0.07264087349176407, 0.009429343976080418, -0.028758740052580833, -0.0038719528820365667, -0.03419465944170952, -0.06565617024898529, -0.0019046590896323323, 0.023095060139894485, 0.001975834835320711, 0.045673858374357224, -0.0071099684573709965, 0.02336837351322174, -0.03188667073845863, -0.049378786236047745, -0.02503862790763378, -0.024051660671830177, 0.0066202799789607525, -0.009725434705615044, -0.0019568544812500477, 0.0008280095062218606, -0.06231566518545151, 0.02207772247493267, 0.024689393118023872, 0.05366070941090584, 0.03352655470371246, -0.05624201148748398, 0.004156655166298151, 0.04527907073497772, -0.0018847299506887794, 0.026253357529640198, 0.012010646052658558, 0.02154627814888954, 0.004877901170402765, 0.023793529719114304, 0.04464133828878403, 0.019951945170760155, -0.04637232795357704, 0.07379486411809921, -0.003313936060294509, -0.05842852592468262, 0.0032304234337061644, -0.0034581853542476892, -0.03033788874745369, -0.015047471038997173, 0.006992291193455458, 0.01820576936006546, -0.011790475808084011, 0.004494502209126949, 0.03252440318465233, 0.012838181108236313, -0.015609283931553364, -0.005549799185246229, 0.018479084596037865, -0.020301179960370064, -0.022548431530594826, 0.012443393468856812, -0.0025300553534179926, 0.039296526461839676, 0.017704693600535393, 0.018145034089684486, 0.030838964506983757, 0.011896764859557152, -0.0014424922410398722, 0.01693030260503292, -0.006532971281558275, -0.02241177298128605, -0.005322037264704704, -0.061526089906692505, 0.012716707773506641, -0.02096928097307682, 0.004574218764901161, -0.011873988434672356, -0.005914218258112669, -0.05089719966053963, -0.003985833842307329, -0.04467170685529709, -0.046433065086603165, -0.040906041860580444, -0.011160334572196007, -0.029168711975216866, 0.010568153113126755, 0.020878177136182785, -0.004642547108232975, 0.030261969193816185, -0.030641570687294006, -0.0158370453864336, 0.03179556503891945, 0.00303492764942348, 0.019739367067813873, 0.052719295024871826, 0.0058952379040420055, -0.007872970774769783, 0.01223081536591053, 0.0069163707084953785, -0.015973703935742378, -0.005800337065011263, 0.0006538665620610118, 0.019101634621620178, -0.018494268879294395, -0.016474779695272446, 0.016322938725352287, -0.02133370004594326, -0.014204752631485462, 0.011555122211575508, -0.018630925565958023, 0.02301913872361183, 0.023079875856637955, 0.005162603687494993, 0.028743555769324303, -0.04485391452908516, -0.0183727964758873, -0.022745825350284576, -0.0017898291116580367, 0.015745941549539566, -0.015973703935742378, 0.07422002404928207, 0.06893594563007355, -0.004464133642613888, 0.04470207542181015, 0.030170863494277, -0.006350761745125055, -0.009057332761585712, 0.00601671077311039, -0.04436802491545677, 0.02007341757416725, 0.02669369801878929, 0.01822095364332199, -0.012822996824979782, 0.00945971254259348, -0.026587409898638725, 0.006806285586208105, 0.024340158328413963, 0.05077572539448738, -0.006726569030433893, 0.017507299780845642, -0.04585606977343559, 0.002283313311636448, -0.02317097969353199, -0.010401127859950066, -0.017750246450304985, 0.05080609396100044, 0.031704459339380264, -0.010423904284834862, 0.022715456783771515, -0.02060486190021038, 0.003099460154771805, -0.0419689305126667, -0.042758505791425705, -0.04877142235636711, -0.027498457580804825, 0.0006500704912468791, 0.027255510911345482, 0.022518062964081764, 0.023034323006868362, 0.06125277653336525, -0.028470240533351898, -0.06583838164806366, -0.002706571016460657, 0.01744656451046467, -0.009657105430960655, -0.040571991354227066, 0.029563497751951218, 0.0025338514242321253, 0.015700388699769974, -0.033405084162950516, -0.04555238410830498, 0.015419482253491879, 0.034650180488824844, -0.06626353412866592, -0.07057583332061768, -0.026253357529640198, -0.013772004283964634, -0.01507024746388197, -0.017233986407518387, -0.007466795388609171, -0.03747443109750748, 0.006476030685007572, -0.03874989598989487, -0.010431496426463127, -0.032281458377838135, 0.013096311129629612, 0.006605096161365509, 0.027452904731035233, -0.02168293483555317, 0.04342660680413246, -0.0009380944538861513, 0.004646343179047108, -0.005804133135825396, -0.062072716653347015, 0.008784018456935883, -0.03346582129597664, -0.01343036163598299, 0.028591714799404144, -0.004562830552458763, -0.06268008053302765, 0.047921109944581985, -0.006836654152721167, -0.06790342181921005, 0.006601300090551376, 0.03622933104634285, 0.020453020930290222, -0.06869299709796906, 0.018797950819134712, 0.027832508087158203, -0.018873872235417366, 0.008062772452831268, -0.02189551293849945, 0.06966478377580643, 0.04263703152537346, 0.005215748213231564, 0.03367839753627777, -0.04133119806647301, -0.04242445528507233, -0.09608516842126846, 0.0703936219215393, -0.041847459971904755, 0.0008517347159795463, -0.04321403056383133, -0.023808714002370834, 0.06565617024898529, 0.007512347772717476, 0.0035701682791113853, 0.007573083974421024, 0.005227136425673962, -0.002604078035801649, 0.0005200564046390355, -0.023990923538804054, -0.022366221994161606, -0.008859938941895962, 0.029472393915057182, 0.020498573780059814, 0.045339807868003845, -0.0030842761043459177, -0.006749344989657402, -0.0012156793382018805, 0.0073453220538794994, -0.05815521255135536, 0.026769619435071945, 0.025433415547013283, -0.017917271703481674, 0.023444294929504395, -0.026177437976002693, -0.05991657078266144, -0.0011027473956346512, 0.009877275675535202, -0.002955211093649268, 0.018524637445807457, -0.01535874605178833, -0.04321403056383133, 0.03361766040325165, -0.08454522490501404, -0.00038221298018470407, -0.017583221197128296, -0.07130467146635056, 0.05627238005399704, 0.041300829499959946, 0.07300528883934021, -0.03313176706433296, 0.2720995843410492, -0.017173249274492264, 0.024385711178183556, -0.01497914269566536, -0.0037466837093234062, 0.042363718152046204, 0.028455056250095367, -0.015427074395120144, 0.023808714002370834, -0.024734945967793465, 0.015639653429389, 0.020680783316493034, 0.013536650687456131, 0.004278128035366535, 0.01618628203868866, 0.045339807868003845, 0.009436936117708683, 0.038932107388973236, 0.009695066139101982, -0.0367455929517746, -0.009072517044842243, 0.013680899515748024, -0.0009086751961149275, -0.0013580304803326726, 0.023808714002370834, 0.022943219169974327, 0.017917271703481674, -0.018266506493091583, 0.02957868203520775, -0.016808830201625824, -0.06662795692682266, -0.024127580225467682, -0.010097445920109749, -0.02022525854408741, -0.030960438773036003, -0.03106672689318657, -0.00037485818029381335, -0.014690644107758999, -0.010006341151893139, 0.0007051129941828549, -0.0035265139304101467, -0.03547012433409691, 0.04549165070056915, 0.05274966359138489, 0.010560561902821064, 0.06401629000902176, -0.015578916296362877, 0.0032759758178144693, 0.030019022524356842, 0.00033120380248874426, 0.034862760454416275, -0.005640903953462839, 0.0338909737765789, -0.012063790112733841, -0.016854383051395416, 0.014690644107758999, -0.0036176186986267567, -0.015852229669690132, 0.019025713205337524, 0.003589148400351405, 0.030489729717373848, -0.026769619435071945, -0.003608128521591425, 0.05438954755663872, -0.0338909737765789, -0.009907644242048264, 0.03553086146712303, -0.00004905185414827429, -0.07081877440214157, -0.0714261382818222, 0.020528942346572876, 0.0017490218160673976, -0.0007098580244928598, 0.009991156868636608, 0.037595901638269424, 0.04670637845993042, 0.005853481590747833, 0.017917271703481674, -0.024340158328413963, 0.014584355987608433, -0.0030577038414776325, -0.024871602654457092, 0.023064691573381424, 0.02314061112701893, 0.03990389034152031, 0.028728371486067772, 0.008085548877716064, -0.009740618988871574, -0.02502344362437725, 0.026390016078948975, 0.03185630217194557, 0.017006224021315575, -0.02608633227646351, -0.0013722656294703484, 0.02702774852514267 ]
9857_6
The foundation of Elbing was perhaps not the end of the Old Prussian story in the region. In 1825 a manuscript listing a vocabulary of the Baltic Old Prussian language, named the Elbing-Prussian Dictionary (), or more commonly in English just Elbing Vocabulary, was found among some manuscripts from a merchant's house. It contained 802 words in a dialect now termed Pomesanian with their equivalents in an early form of German. The origin of the vocabulary remains unknown. Its format is like that of modern travel dictionaries; i.e., it may have been used by German speakers to communicate with Old Prussians, but the specific circumstances are only speculative. The manuscript became the Codex Neumannianus. It disappeared after a British bombing raid destroyed the library at Elbing but before then facsimiles had been made. The date of the MSS was estimated at ca. 1400, but it was a copy. There is no evidence concerning the provenance of the original, except that it must have been in Pomesanian. In 1246 the town was granted a constitution under Lübeck law, used in maritime circumstances, instead of Magdeburg rights common in other cities in Central Europe. This decision of the Order was in keeping with its general strategy of espousing the trade association that in 1358 would become the Hanseatic League. The Order seized on this association early and used it to establish bases throughout the Baltic. The Order's involvement in the League was somewhat contradictory. In whatever cities they founded the ultimate authority was the commander of the town, who kept office in the citadel, typically used as a prison. Lübeck law, on the other hand, provided for self-government of the town. Membership in the Hanseatic League meant having important trading contacts with England, Flanders, France, and the Netherlands. The city received numerous merchant privileges from the rulers of England, Poland, Pomerania, and the Teutonic Order. For instance, the privilege of the Old Town was upgraded in 1343, while in 1393 it was granted an emporium privilege for grains, metals, and forest products.
[ -0.005426717922091484, -0.0006019769352860749, 0.03449615463614464, 0.013130435720086098, -0.01875549741089344, 0.00405020359903574, 0.010139393620193005, -0.05344206094741821, -0.009068330749869347, 0.0008603212190791965, 0.04185871779918671, -0.021405385807156563, -0.0046373046934604645, -0.018311206251382828, -0.011131118051707745, -0.04033542796969414, -0.052394799888134, 0.0016789899673312902, -0.046301644295454025, 0.03938337415456772, 0.05905919149518013, 0.0029355052392929792, -0.049792516976594925, -0.03284592181444168, -0.012194246985018253, 0.029101170599460602, 0.028609275817871094, 0.01071856077760458, 0.05042722076177597, 0.029862815514206886, 0.012725811451673508, 0.024039408192038536, 0.01829533837735653, -0.008639905601739883, 0.014090425334870815, 0.02726052887737751, -0.004851517267525196, -0.0932379961013794, 0.07165805995464325, -0.05972563102841377, 0.02702251635491848, -0.04395323991775513, 0.03646373376250267, -0.025245344266295433, -0.013019362464547157, 0.024023540318012238, 0.0022710496559739113, -0.03332195058465004, 0.01549470704048872, -0.0884777158498764, 0.019533010199666023, 0.009020728059113026, 0.012535400688648224, -0.029101170599460602, 0.0035464076790958643, -0.029846947640180588, 0.0004423092177603394, 0.004986391868442297, 0.020754816010594368, -0.022865206003189087, 0.0035404572263360023, -0.01758129522204399, 0.02096109464764595, -0.02981521189212799, 0.014368107542395592, 0.0285299364477396, -0.014193564653396606, 0.0016056023305281997, 0.010194930247962475, -0.04271556809544563, -0.040938396006822586, -0.006862735375761986, 0.02072308026254177, -0.05033201351761818, -0.03808223083615303, -0.050141602754592896, -0.0017513858620077372, 0.021246710792183876, -0.004871352110058069, 0.011194588616490364, 0.050490688532590866, 0.008227348327636719, 0.024261554703116417, 0.043508946895599365, -0.007049179170280695, 0.026578223332762718, -0.0022115460596978664, 0.04043063521385193, 0.006136792711913586, 0.010647156275808811, 0.00833842158317566, 0.04557173326611519, -0.020247051492333412, -0.005982083734124899, 0.05560005456209183, 0.019152188673615456, 0.005954315420240164, 0.01748608984053135, -0.021246710792183876, 0.0075609092600643635, 0.00675562908872962, 0.042683832347393036, 0.00208063842728734, 0.056774258613586426, -0.014748929999768734, 0.031989071518182755, -0.0308783408254385, 0.026498883962631226, -0.01932673156261444, -0.010916905477643013, -0.0047999476082623005, -0.020929358899593353, 0.045159175992012024, -0.04500050097703934, 0.022690661251544952, 0.04008154571056366, -0.056552112102508545, -0.002766912104561925, -0.017390884459018707, 0.01726394332945347, 0.0384630523622036, 0.05299776792526245, 0.005791672505438328, -0.018485749140381813, -0.015224957838654518, 0.009338079951703548, -0.022103561088442802, 0.00856056809425354, -0.0007249508053064346, -0.023341232910752296, -0.03912949189543724, -0.024515435099601746, -0.004942756146192551, 0.020104244351387024, -0.010964509099721909, 0.03636853024363518, -0.005839275196194649, 0.019263261929154396, 0.0041414424777030945, -0.039891134947538376, 0.012630606070160866, -0.006331170909106731, -0.05832928046584129, 0.050744570791721344, 0.0014419677900150418, 0.002425758633762598, 0.04557173326611519, 0.0003966898948419839, -0.04646031931042671, 0.030672062188386917, -0.05836101621389389, -0.018422279506921768, 0.060868095606565475, -0.01351125817745924, -0.004000617656856775, -0.006073322147130966, -0.011400867253541946, 0.001786096254363656, 0.010313937440514565, -0.0014270918909460306, -0.047571051865816116, -0.007878261618316174, 0.00027024498558603227, 0.0024396427907049656, 0.011329463683068752, 0.006049520801752806, 0.0325920432806015, -0.015177355147898197, -0.018438145518302917, -0.0015778340166434646, -0.016867253929376602, 0.04170004278421402, -0.010202864184975624, 0.016375359147787094, 0.04760278761386871, 0.028387129306793213, 0.025118403136730194, -0.03192560374736786, 0.010377408005297184, -0.022579587996006012, 0.06489846855401993, -0.010528150014579296, -0.0016194864874705672, 0.00984584353864193, -0.02318255789577961, 0.012186313048005104, -0.013836543075740337, -0.01888243854045868, -0.02481691911816597, 0.002949389396235347, 0.031179824844002724, 0.05268041789531708, -0.027419205754995346, 0.004395323805510998, 0.0015113884583115578, 0.01769236847758293, -0.025530962273478508, 0.05274388939142227, -0.008695442229509354, -0.026006989181041718, -0.0558856725692749, 0.04566694051027298, -0.023737922310829163, 0.00719595467671752, -0.03016429953277111, -0.021040432155132294, 0.05769457668066025, 0.013019362464547157, -0.006791330873966217, 0.010932773351669312, 0.05099845305085182, -0.00944121927022934, -0.03154477849602699, 0.043064653873443604, 0.03411532938480377, 0.03782834857702255, -0.06013818830251694, 0.012210114859044552, -0.06397814303636551, -0.012416393496096134, 0.007005543448030949, 0.060392070561647415, 0.003544424194842577, 0.013122501783072948, -0.042588625103235245, 0.034432683140039444, 0.011654749512672424, 0.04760278761386871, 0.015169421210885048, -0.004347721114754677, -0.005736135877668858, -0.0073982663452625275, -0.014463313855230808, 0.016851386055350304, 0.02037399262189865, -0.03224295377731323, 0.036971498280763626, 0.0285458043217659, 0.010306003503501415, -0.029624801129102707, -0.015050414949655533, 0.013995219022035599, 0.03052925504744053, 0.07115030288696289, 0.006005885079503059, -0.0008280901238322258, -0.011139051988720894, -0.0022095628082752228, -0.01583586074411869, 0.02119910717010498, -0.06232791766524315, 0.0028026141226291656, -0.0072633917443454266, -0.015954867005348206, -0.014780665747821331, -0.006176461465656757, 0.002421791898086667, 0.01912045292556286, -0.03601944074034691, -0.05785325542092323, 0.008965191431343555, 0.024039408192038536, 0.03076726756989956, 0.0014409760478883982, -0.002860134234651923, 0.018580954521894455, 0.04985598474740982, 0.01759716309607029, -0.04830096289515495, -0.05407676473259926, -0.036400265991687775, -0.01667684316635132, -0.019993171095848083, 0.009988651610910892, -0.034051861613988876, 0.017406752333045006, 0.010147327557206154, -0.06677084416151047, 0.010020386427640915, -0.0025150140281766653, 0.0014141994761303067, -0.026149798184633255, 0.00202510179951787, -0.0215640626847744, -0.028910759836435318, 0.02340470440685749, -0.05661557987332344, -0.01624048501253128, -0.02549922652542591, 0.0002846249844878912, 0.00292757130227983, -0.003189386799931526, -0.04173177853226662, -0.009084198623895645, 0.02483278699219227, 0.010694759897887707, -0.02353164367377758, 0.00971890240907669, 0.032338161021471024, -0.011408801190555096, -0.02584831416606903, -0.04925301671028137, 0.011440536938607693, -0.012630606070160866, -0.0028561672661453485, -0.00966336578130722, -0.018327072262763977, 0.009100066497921944, 0.03544820845127106, 0.011956233531236649, -0.041287485510110855, -0.0062796007841825485, -0.017311546951532364, -0.02284933812916279, -0.03506738692522049, 0.04227127507328987, 0.05661557987332344, 0.05274388939142227, -0.04369935765862465, -0.023134954273700714, -0.017613030970096588, -0.011281860992312431, 0.003475003410130739, -0.01112318504601717, 0.029862815514206886, 0.026483017951250076, -0.026197399944067, -0.04528611898422241, 0.00838602427393198, -0.0031219494994729757, -0.06658042967319489, -0.0501098670065403, -0.02027878724038601, 0.03005322627723217, -0.010417076759040356, 0.013836543075740337, -0.03222708776593208, -0.010385341010987759, 0.03484524041414261, 0.012836884707212448, 0.018692027777433395, -0.034432683140039444, 0.010639223270118237, -0.030497519299387932, -0.00003765454675885849, -0.019263261929154396, -0.005744069814682007, -0.010337738320231438, 0.009115933440625668, -0.050363749265670776, 0.022389177232980728, 0.03052925504744053, -0.027562012895941734, 0.03754273056983948, -0.010075923055410385, 0.014550585299730301, 0.011726153083145618, -0.006795297842472792, 0.005351346451789141, 0.02805390954017639, 0.05693293362855911, -0.0077632213942706585, 0.0168831218034029, 0.052712153643369675, -0.01807319186627865, -0.038716934621334076, -0.028561672195792198, -0.002989058382809162, -0.006831000093370676, -0.059344809502363205, 0.02692730911076069, 0.03367103636264801, -0.02878381870687008, 0.012622672133147717, -0.021516459062695503, -0.018215999007225037, 0.0337979793548584, -0.01793038286268711, 0.052109185606241226, -0.007925864309072495, 0.04623817279934883, -0.0016571719897910953, 0.014852069318294525, -0.030719665810465813, 0.06619960814714432, -0.011043846607208252, 0.022103561088442802, -0.011337396688759327, -0.06842107325792313, -0.022738264873623848, -0.037098437547683716, 0.011916564777493477, -0.018961776047945023, -0.005593327339738607, -0.03224295377731323, -0.042556893080472946, -0.005922580137848854, -0.0033678971230983734, 0.022198766469955444, -0.036971498280763626, 0.01298762671649456, 0.054806675761938095, -0.024087009951472282, 0.04601602628827095, 0.003371864091604948, -0.00855263415724039, -0.03532126918435097, 0.07089641690254211, 0.00856056809425354, -0.00076461979188025, 0.008370156399905682, -0.011265993118286133, 0.011615079827606678, 0.01555024366825819, 0.016930725425481796, 0.022643059492111206, -0.0009446177864447236, -0.04296945035457611, 0.09241287410259247, -0.006255799438804388, -0.07476811110973358, 0.02925984561443329, 0.009861710481345654, 0.05972563102841377, 0.016137344762682915, -0.025657901540398598, -0.006259766407310963, 0.0060812560841441154, -0.028466466814279556, 0.009988651610910892, 0.038843873888254166, -0.00833842158317566, 0.006430343259125948, 0.021040432155132294, 0.010821700096130371, -0.024087009951472282, -0.013193906284868717, 0.0031417838763445616, 0.004423092119395733, -0.03858999162912369, 0.009084198623895645, 0.054711468517780304, -0.03341715782880783, -0.015542309731245041, 0.0006366872694343328, -0.010448811575770378, 0.015034547075629234, 0.040716249495744705, -0.009203205816447735, -0.048650048673152924, 0.01899351179599762, -0.03563861921429634, 0.00782669149339199, -0.06159800663590431, 0.0489673987030983, 0.012686142697930336, 0.014796532690525055, -0.03436921164393425, 0.026594091206789017, 0.020326390862464905, 0.02562616765499115, 0.023008013144135475, 0.00046115199802443385, -0.02005664072930813, 0.013685801066458225, 0.026498883962631226, -0.03484524041414261, -0.016867253929376602, -0.019279127940535545, 0.04611123353242874, -0.010623355396091938, -0.018342940136790276, 0.004486562684178352, -0.006192329339683056, 0.035575151443481445, -0.01853335089981556, -0.008401892147958279, -0.00555762555450201, -0.016050072386860847, 0.008608170785009861, 0.01462198980152607, 0.048872195184230804, -0.0320049412548542, 0.010171128436923027, -0.011646815575659275, -0.038843873888254166, -0.02200835570693016, -0.014423644170165062, -0.027117721736431122, -0.02145298942923546, 0.0010690792696550488, 0.0014826285187155008, -0.04436579719185829, -0.015978669747710228, -0.03567035496234894, -0.048745252192020416, -0.02724466100335121, -0.013685801066458225, 0.02110390178859234, 0.04995119199156761, 0.02586418017745018, 0.025340549647808075, 0.035606883466243744, -0.0168831218034029, 0.0032012874726206064, 0.01555817760527134, 0.006910338066518307, -0.02362685091793537, 0.03858999162912369, 0.019850362092256546, 0.04598429054021835, -0.002280966844409704, 0.029624801129102707, 0.021976619958877563, 0.01415389496833086, -0.005117299500852823, -0.005640930496156216, 0.011400867253541946, -0.014169762842357159, 0.045825615525245667, 0.004343754146248102, -0.06308955699205399, -0.011226324364542961, 0.016565769910812378, -0.01111525110900402, 0.004121608100831509, 0.049316488206386566, -0.0033857482485473156, -0.05033201351761818, -0.07305441051721573, -0.04179524630308151, -0.03271898254752159, -0.038145698606967926, -0.03183039650321007, 0.051061924546957016, -0.0396372526884079, 0.04998292773962021, -0.003500788239762187, -0.06734207272529602, -0.002249231794849038, -0.03275071829557419, -0.05851969122886658, 0.0032112046610563993, -0.06223271042108536, -0.028149114921689034, 0.0015659333439543843, -0.004605569876730442, 0.040938396006822586, -0.0022730331402271986, -0.004062104504555464, -0.05740896239876747, -0.026578223332762718, 0.004728543572127819, -0.013527125120162964, -0.0021639433689415455, -0.02327776327729225, -0.016502300277352333, 0.037225380539894104, 0.0014330422272905707, 0.02364271692931652, -0.0018148563103750348, 0.0687384232878685, -0.049824248999357224, -0.030307108536362648, -0.03452788665890694, -0.02643541432917118, 0.006136792711913586, 0.022547854110598564, -0.013027296401560307, -0.01620081439614296, 0.009591961279511452, -0.010797899216413498, 0.033036332577466965, 0.028101511299610138, 0.009655431844294071, -0.07667222619056702, -0.007406200282275677, -0.057948458939790726, -0.021151505410671234, 0.019183922559022903, -0.029529595747590065, -0.0022234469652175903, 0.01607387512922287, -0.031084619462490082, 0.07552975416183472, 0.023975936695933342, -0.018850702792406082, 0.0442705936729908, -0.017327414825558662, 0.001375522231683135, -0.04084319248795509, 0.031639985740184784, -0.0067794304341077805, -0.00971890240907669, -0.04116054251790047, -0.008481229655444622, 0.012075240723788738, 0.04208086431026459, 0.001576842274516821, -0.02748267538845539, 0.0017375017050653696, 0.0675324872136116, 0.05626649409532547, -0.03912949189543724, 0.03865346312522888, -0.032449234277009964, -0.016803784295916557, 0.009361881762742996, -0.006680257618427277, 0.055726997554302216, 0.001679981709457934, 0.00849709752947092, -0.025895915925502777, 0.018850702792406082, -0.019723420962691307, 0.031068751588463783, 0.028863156214356422, 0.02307148464024067, 0.015693051740527153, -0.001012055086903274, -0.05798019468784332, 0.017390884459018707, 0.02645128220319748, -0.03064032644033432, 0.004177144728600979, -0.024848654866218567, -0.0075609092600643635, -0.025895915925502777, -0.04814228415489197, 0.024531302973628044, 0.013241508975625038, 0.008259083144366741, 0.0014558519469574094, 0.04109707474708557, 0.0020102260168641806, 0.005569525994360447, 0.01443951204419136, 0.07762427628040314, 0.0154312364757061, 0.024293288588523865, 0.037098437547683716, -0.08466949313879013, 0.022198766469955444, -0.04392150416970253, 0.00994898285716772, -0.009036595933139324, 0.022976279258728027, 0.0698174238204956, -0.015026613138616085, 0.003490871051326394, 0.013820676133036613, 0.011987968347966671, 0.04465141519904137, -0.0326555110514164, -0.01724807731807232, 0.03890734538435936, -0.03344889357686043, -0.04452447220683098, 0.011385000310838223, 0.013995219022035599, -0.002776829292997718, 0.016708578914403915, -0.0616932138800621, 0.006823066156357527, 0.02261132374405861, -0.040145017206668854, 0.022643059492111206, -0.05880530923604965, -0.04363588988780975, -0.038621727377176285, 0.00766008161008358, -0.06918271631002426, 0.016835518181324005, -0.017739972099661827, 0.006592986173927784, -0.035606883466243744, -0.07432381808757782, -0.0024396427907049656, 0.06023339182138443, -0.02351577766239643, 0.043604154139757156, -0.018025588244199753, 0.031639985740184784, -0.039066020399332047, -0.04493702948093414, 0.012709944508969784, -0.017390884459018707, 0.03703496977686882, -0.016978327184915543, -0.010210798121988773, -0.0012089124647900462, -0.034654829651117325, 0.0396372526884079, 0.012249783612787724, 0.03528953343629837, 0.029148774221539497, -0.0454447939991951, -0.014883805066347122, 0.011543676257133484, 0.023563379421830177, 0.030592724680900574, 0.023119086399674416, 0.022198766469955444, 0.0020072509068995714, -0.006021752487868071, 0.0018684094538912177, -0.007941731251776218, -0.025546828284859657, 0.07070600986480713, -0.02503906562924385, -0.02902183309197426, -0.03903428465127945, -0.025768974795937538, -0.023103218525648117, -0.012194246985018253, -0.025102537125349045, 0.042112600058317184, -0.0008380073704756796, 0.006704058963805437, -0.008631971664726734, 0.031052885577082634, -0.026022857055068016, 0.007969499565660954, 0.014542651362717152, -0.026530619710683823, 0.003772520925849676, 0.0016065940726548433, -0.0019408053485676646, 0.04579387977719307, 0.01735915057361126, -0.0034214502666145563, -0.007366531528532505, 0.0017999804113060236, -0.010250466875731945, 0.006704058963805437, -0.031877998262643814, -0.053981561213731766, -0.04725370183587074, -0.025530962273478508, 0.014368107542395592, -0.005240273661911488, 0.01677204854786396, -0.05851969122886658, -0.008996927179396152, -0.023008013144135475, -0.04011328145861626, -0.011329463683068752, -0.037225380539894104, -0.03973245993256569, 0.0030941811855882406, -0.03595597296953201, -0.00033074020757339895, -0.013709602877497673, -0.026387812569737434, 0.02411874569952488, 0.00955229252576828, -0.002770878840237856, 0.026594091206789017, -0.013812742196023464, -0.004510364029556513, 0.039192959666252136, 0.011329463683068752, -0.004998292773962021, 0.019628215581178665, -0.007564876228570938, 0.012463996186852455, -0.002372205490246415, -0.010758229531347752, 0.028561672195792198, -0.026371944695711136, 0.02051680162549019, -0.015732720494270325, -0.015082149766385555, -0.01781930960714817, -0.016034206375479698, -0.0019001446198672056, 0.007326862309128046, 0.01060748752206564, 0.0023484041448682547, -0.0024674111045897007, -0.015407435595989227, -0.01420943159610033, 0.003816156880930066, 0.0168831218034029, 0.0168831218034029, -0.005510022398084402, 0.052490007132291794, 0.05921786651015282, -0.007473637815564871, 0.019771024584770203, 0.023674452677369118, 0.014717195183038712, -0.008782714605331421, -0.0039688823744654655, -0.06162974238395691, -0.0017979969270527363, 0.029958020895719528, -0.02656235545873642, -0.007687849923968315, 0.018945910036563873, -0.02110390178859234, -0.005351346451789141, 0.0058313412591814995, 0.047221966087818146, -0.00821148045361042, 0.017327414825558662, -0.003956981468945742, 0.00058313412591815, -0.04785666987299919, 0.008306686766445637, -0.014836202375590801, 0.03506738692522049, 0.003522606333717704, -0.01910458505153656, -0.0008732136338949203, -0.012781348079442978, 0.029545463621616364, -0.05382288619875908, -0.041541364043951035, -0.02714945562183857, -0.005839275196194649, 0.038272641599178314, 0.013416051864624023, 0.033734507858753204, 0.022658927366137505, 0.053886353969573975, -0.012202180922031403, -0.028450598940253258, 0.02843473106622696, 0.019945567473769188, -0.05994777753949165, -0.006144726648926735, 0.035003915429115295, -0.031624119728803635, 0.018850702792406082, -0.029196375980973244, -0.023737922310829163, 0.020469198003411293, 0.030465783551335335, -0.048269227147102356, -0.039542049169540405, -0.031037017703056335, -0.01112318504601717, 0.025467490777373314, -0.029735874384641647, -0.003738802159205079, -0.02448369935154915, 0.04731716960668564, -0.003635662840679288, -0.031068751588463783, -0.03579729422926903, 0.029291581362485886, 0.0015371732879430056, 0.026625825092196465, 0.03335368633270264, 0.023341232910752296, 0.06194709241390228, 0.01565338298678398, 0.01410629227757454, -0.055409643799066544, -0.026371944695711136, -0.009584028273820877, 0.008536766283214092, 0.04065278172492981, -0.014780665747821331, -0.06429550051689148, 0.0010204847203567624, -0.011837226338684559, -0.03985939919948578, 0.0043794563971459866, 0.01839054375886917, -0.007624379824846983, -0.037288848310709, 0.0008702384657226503, 0.02957719750702381, 0.005752003286033869, 0.029497859999537468, 0.023023881018161774, 0.04182698205113411, 0.02772068977355957, -0.024547170847654343, 0.02505493350327015, -0.044111914932727814, -0.06721513718366623, -0.08949323743581772, 0.06740554422140121, -0.04217606782913208, -0.028149114921689034, -0.02784763090312481, -0.04182698205113411, 0.013249441981315613, 0.0022393143735826015, 0.006961907725781202, -0.02177034132182598, 0.005740102846175432, -0.0064422436989843845, 0.0016948576085269451, -0.010901038534939289, 0.00463333772495389, -0.0014489098684862256, 0.0373205840587616, 0.015621648170053959, 0.0154312364757061, 0.03309980407357216, 0.007767187897115946, 0.0002826415584422648, 0.03084660694003105, -0.03506738692522049, 0.0582340769469738, -0.007069014012813568, 0.01839054375886917, 0.0016244450816884637, -0.008703376166522503, -0.043731093406677246, -0.008259083144366741, 0.014629922807216644, 0.010853435844182968, 0.05496535077691078, -0.002588401548564434, -0.04481009021401405, 0.03006909415125847, -0.057726312428712845, 0.007295127026736736, -0.008005201816558838, -0.02540402114391327, 0.06556490808725357, 0.057377226650714874, 0.021135637536644936, -0.06324823945760727, 0.29780304431915283, 0.00005984438757877797, 0.03190973401069641, 0.0017166754696518183, 0.026276739314198494, 0.07445076107978821, 0.008243216201663017, -0.028355393558740616, 0.001886260462924838, 0.003096164669841528, 0.024610640481114388, -0.02121497504413128, 0.008917588740587234, 0.008116275072097778, 0.0025923685170710087, 0.05801193043589592, -0.027641352266073227, 0.022976279258728027, -0.004109707195311785, -0.0022075793240219355, -0.011107317171990871, 0.0002464435820002109, -0.0064065419137477875, -0.006735794246196747, 0.03329021483659744, 0.004569867625832558, 0.06096330285072327, -0.01451091654598713, 0.021341916173696518, -0.03995460644364357, -0.02724466100335121, -0.0407797209918499, -0.014963142573833466, 0.00408193888142705, -0.00483168289065361, -0.019406069070100784, -0.01555024366825819, -0.04554000124335289, -0.018025588244199753, 0.03132263571023941, -0.03246510028839111, -0.043064653873443604, 0.05905919149518013, 0.04103360325098038, 0.024055274203419685, 0.04173177853226662, -0.03386145085096359, -0.00046958166058175266, 0.04792013764381409, 0.025467490777373314, 0.04379456490278244, 0.010028320364654064, 0.03335368633270264, -0.03563861921429634, 0.01578032411634922, 0.019041115418076515, 0.011805491521954536, -0.03168758749961853, -0.0012247799895703793, 0.021135637536644936, -0.0021004730369895697, -0.017041798681020737, 0.012297386303544044, 0.037447527050971985, -0.02561029978096485, 0.02933918498456478, 0.024880390614271164, 0.009703034535050392, -0.05756763741374016, -0.06772290170192719, 0.012606805190443993, 0.012329122051596642, -0.04363588988780975, -0.0035107056610286236, 0.020881755277514458, 0.03973245993256569, -0.030434047803282738, 0.022452648729085922, -0.01328117772936821, -0.036527205258607864, 0.004879285581409931, -0.04379456490278244, 0.004700775258243084, 0.016613373532891273, 0.0419221892952919, 0.04788840562105179, 0.004903086926788092, 0.0028402996249496937, -0.01873963139951229, 0.03389318287372589, 0.009972783736884594, -0.004359622020274401, -0.02749854326248169, -0.009877578355371952, 0.03357583284378052 ]
9857_7
Except for the citadel and churches, Elbing at the time was more of a small village by modern standards. Its area was . It featured a wharf, a marketplace and five streets, as well as a number of churches. The castle was completed in 1251. In 1288 fire destroyed the entire settlement except for the churches, which were of brick. A new circuit wall was started immediately. From 1315 to 1340 Elbląg was rebuilt. A separate settlement called New Town was founded ca. 1337 and received Lübeck rights in 1347. In 1349 the Black Death struck the town, toward the end of the European plague. After the population recovered it continued building up the city and in 1364 a crane was built for the port. The German-language Elbinger Rechtsbuch, written in Elbing documented among other laws for the first time Polish common law. The German-language Polish laws are based on the Sachsenspiegel and were written down to aid the judges. It is thus the oldest source for documented Polish common law and is in Polish referred to as the Księga Elbląska (Book of Elbląg). It was written down in the second half of the 13th century. Revolt of 1410 In 1410 the inhabitants of the city rebelled against Teutonic Knights while paying homage to Polish King Władysław II Jagiełło, who at the time was engaged in Polish–Lithuanian–Teutonic War. As the castle in Elbląg was lightly defended by Polish garrison, the Teutonic Knights managed to retake it, promising the Polish defenders that they will be given free passage back to Poland. After the castle was taken, the Knights broke their promise and subsequently murdered a number of the captured defenders while imprisoning the rest. Kingdom of Poland
[ -0.039024777710437775, 0.008441736921668053, 0.034380361437797546, -0.01768675446510315, 0.00042719862540252507, -0.0065284715965390205, -0.016605976969003677, -0.06180870532989502, -0.0038155775982886553, 0.011340845376253128, 0.019337128847837448, -0.02812938764691353, 0.013757986947894096, -0.041975002735853195, -0.030028047040104866, -0.07325908541679382, -0.08260633796453476, 0.015831908211112022, -0.049043864011764526, 0.053892750293016434, 0.02639138326048851, 0.007229515351355076, -0.03210197016596794, -0.018519243225455284, -0.03525666519999504, 0.011669459752738476, 0.04150764271616936, -0.005257829558104277, 0.05246145278215408, 0.00054860336240381, 0.011954259127378464, 0.001024181372486055, -0.010150531306862831, -0.004604252055287361, 0.0041916584596037865, 0.009135478176176548, -0.030553830787539482, -0.11064809560775757, 0.0355195589363575, -0.04512970149517059, 0.02916634827852249, -0.025982439517974854, 0.05874163657426834, -0.02034487947821617, -0.021630125120282173, -0.005907755345106125, -0.00313096446916461, 0.002437222981825471, 0.043464723974466324, -0.05573299154639244, 0.020125802606344223, 0.02035948447883129, 0.013677658513188362, -0.031839076429605484, -0.016489136964082718, -0.02071000635623932, -0.030144888907670975, 0.01762833259999752, -0.009975270368158817, 0.006721988786011934, -0.02211209386587143, -0.03622060269117355, -0.005867591593414545, -0.010793155059218407, -0.0008137768600136042, 0.03943372145295143, -0.006645312067121267, -0.02357260137796402, 0.014130416326224804, -0.03636665269732475, -0.03677559643983841, 0.007174746133387089, 0.010135926306247711, -0.038703467696905136, -0.027369922026991844, -0.04837203025817871, -0.0236310213804245, 0.04962806776165962, 0.018796740099787712, 0.032803013920784, 0.05424327403306961, 0.00016487768152728677, 0.00021405573352240026, 0.04428260773420334, -0.03934609144926071, 0.021352630108594894, -0.01895739510655403, 0.02913713827729225, -0.01927870698273182, 0.025325210765004158, -0.014466333203017712, 0.02967752516269684, 0.022418800741434097, 0.031809866428375244, 0.049014654010534286, 0.05552852153778076, -0.021761571988463402, -0.009858430363237858, -0.03636665269732475, -0.010581381618976593, 0.02208288386464119, 0.0644376203417778, 0.025339815765619278, 0.05999767407774925, -0.0013482315698638558, 0.008470946922898293, -0.018709110096096992, 0.02177617698907852, -0.04121553897857666, -0.06432078033685684, 0.021177368238568306, 0.004502016585320234, 0.009332647547125816, -0.04734967276453972, 0.012940102256834507, 0.04977411776781082, -0.03709690645337105, 0.027077822014689445, -0.023835493251681328, 0.04223789647221565, 0.02637677639722824, 0.07793271541595459, 0.0040492587722837925, -0.019629228860139847, -0.03978424146771431, 0.03335800766944885, -0.010187044739723206, 0.02663966827094555, 0.0008826946141198277, -0.02655203826725483, -0.03093356266617775, -0.03391299769282341, -0.01745307259261608, -0.0016668048920109868, -0.014283769764006138, 0.032978273928165436, 0.013217599131166935, 0.028479909524321556, 0.007207607850432396, -0.03271538391709328, 0.014210744760930538, -0.018387798219919205, -0.025792574509978294, 0.060932401567697525, 0.025529682636260986, 0.013831011950969696, 0.006868039723485708, -0.007996282540261745, -0.02671269327402115, 0.039112407714128494, -0.08003585040569305, -0.004158796742558479, 0.06461288034915924, -0.013809104450047016, 0.03686322644352913, 0.02653743326663971, -0.016605976969003677, -0.012998522259294987, -0.022535640746355057, 0.0013610110618174076, -0.05202329903841019, -0.004491062369197607, -0.00872653629630804, -0.0013847443042322993, 0.038732677698135376, -0.01897200010716915, 0.029823577031493187, -0.020096592605113983, -0.016605976969003677, -0.012794051319360733, 0.04165369272232056, 0.03102119266986847, 0.015043234452605247, 0.006148739252239466, 0.08319054543972015, 0.02366023138165474, 0.04460391774773598, -0.05573299154639244, 0.0022217980585992336, -0.012421621941030025, 0.02801254577934742, 0.007006787694990635, 0.012764841318130493, 0.006367815658450127, -0.023893913254141808, -0.0013600982492789626, -0.040660545229911804, -0.031488556414842606, 0.0031930359546095133, 0.00021793520136270672, 0.05552852153778076, 0.039287667721509933, -0.03692164644598961, -0.005579140968620777, 0.02354339137673378, 0.007090766914188862, -0.04597679525613785, 0.047729406505823135, -0.02966292016208172, -0.05710586905479431, -0.05149751901626587, 0.015831908211112022, 0.0011145502794533968, 0.005966175813227892, -0.025938624516129494, -0.029852787032723427, 0.05295802652835846, 0.011282425373792648, 0.02656664326786995, -0.023265894502401352, 0.03800242394208908, -0.0005239573074504733, -0.013648448511958122, 0.02795412577688694, 0.030466200783848763, 0.05424327403306961, -0.035928498953580856, -0.004147842992097139, -0.05479826778173447, -0.002751232124865055, -0.019351733848452568, 0.024010753259062767, 0.00545864924788475, 0.01476573757827282, -0.0615750253200531, 0.05751481279730797, 0.009142780676484108, 0.06064029783010483, 0.04089422896504402, -0.015846513211727142, -0.00655768159776926, -0.019629228860139847, -0.009018638171255589, -0.009960665367543697, 0.012195243500173092, -0.046531789004802704, 0.018636083230376244, 0.009690471924841404, 0.018563058227300644, -0.009778101928532124, -0.00006886067421874031, 0.052695132791996, 0.011494198814034462, 0.08862363547086716, 0.011107164435088634, 0.030028047040104866, -0.012005376629531384, -0.010033691301941872, -0.013064245693385601, -0.0088068637996912, -0.015861118212342262, 0.026785720139741898, -0.010530264116823673, -0.026946375146508217, 0.021381840109825134, 0.00874844379723072, 0.007901349104940891, 0.021250393241643906, -0.0065467278473079205, -0.032803013920784, 0.0173946525901556, 0.028903456404805183, 0.03344563767313957, -0.02059316448867321, 0.005827427376061678, 0.035899288952350616, 0.03075830265879631, -0.0021652034483850002, -0.03981345146894455, -0.06946177035570145, -0.02338273636996746, 0.021060528233647346, -0.028932666406035423, -0.005929663311690092, -0.048050716519355774, 0.015014023520052433, -0.006875342223793268, -0.02624533139169216, 0.0235579963773489, -0.02040329948067665, -0.00955902598798275, -0.012962009757757187, 0.003371948143467307, 0.009690471924841404, -0.01929331198334694, 0.0064554461278021336, -0.05447695404291153, 0.0019242195412516594, -0.03484772518277168, 0.0038886030670255423, 0.020841451361775398, 0.009062453173100948, -0.0413908027112484, -0.0012724677799269557, -0.00082381785614416, -0.008215358480811119, 0.005535325966775417, 0.027603603899478912, -0.004837933462113142, -0.015466781333088875, -0.004323103930801153, -0.02368944138288498, 0.019351733848452568, -0.03806084394454956, 0.011990771628916264, 0.007094418164342642, 0.006992182694375515, 0.0028753753285855055, 0.04816756024956703, 0.02808557264506817, -0.06595654785633087, 0.011056046932935715, 0.004147842992097139, -0.025573497638106346, -0.034555621445178986, 0.05906295031309128, 0.038966357707977295, 0.0495404377579689, -0.04962806776165962, -0.06496340036392212, 0.03622060269117355, -0.004699185024946928, -0.03706769645214081, 0.011216702871024609, -0.012932799756526947, 0.0207684263586998, -0.026829535141587257, -0.03502298519015312, 0.007850231602787971, 0.013414767570793629, -0.03940451145172119, -0.040163975208997726, -0.015919538214802742, 0.044866811484098434, 0.015802698209881783, 0.027588998898863792, 0.001807378837838769, -0.019877515733242035, 0.001717922743409872, -0.009325344115495682, 0.04521733149886131, -0.0173946525901556, 0.028187807649374008, -0.03627902269363403, -0.010026388801634312, 0.003925115801393986, 0.019526993855834007, -0.007134582381695509, -0.018855160102248192, -0.008938309736549854, 0.01036960817873478, -0.006711035035550594, -0.016459926962852478, 0.046093638986349106, -0.031108824536204338, 0.022579455748200417, 0.009712379425764084, 0.007295238319784403, -0.00631304644048214, 0.00954442098736763, 0.059530314058065414, -0.004764907993376255, 0.0153207303956151, 0.07845849543809891, -0.031926706433296204, -0.06274343281984329, 0.0064627486281096935, -0.012173335067927837, 0.031663816422224045, -0.041945792734622955, 0.055236417800188065, 0.04226710647344589, -0.03569481894373894, 0.019410153850913048, -0.03937530145049095, -0.011158281937241554, 0.021703151986002922, 0.012377806939184666, 0.05251987278461456, 0.01311536319553852, 0.059705574065446854, -0.006356861907988787, 0.031780656427145004, -0.018431613221764565, 0.06934493035078049, -0.018752925097942352, 0.03861583396792412, -0.015875723212957382, -0.05731033906340599, 0.002807826967909932, -0.030466200783848763, 0.010486448183655739, 0.01638690195977688, -0.013319834135472775, -0.022360380738973618, -0.05917979031801224, -0.054915107786655426, 0.01097571849822998, 0.03706769645214081, -0.02057855948805809, 0.0219806469976902, 0.04857650026679039, -0.007485104259103537, 0.06204238533973694, -0.0041989609599113464, -0.005016845650970936, -0.020972896367311478, 0.08085373044013977, -0.00019100708595942706, -0.018417008221149445, 0.006499261129647493, -0.03712611645460129, 0.008288383483886719, 0.011932351626455784, -0.0034230658784508705, 0.00881416629999876, -0.003965279553085566, -0.035986922681331635, 0.035899288952350616, -0.00436326814815402, -0.06023135781288147, 0.007006787694990635, 0.012691816315054893, 0.04451628774404526, 0.002665427280589938, -0.01621164008975029, 0.010252767242491245, -0.019702255725860596, -0.020899871364235878, 0.016708213835954666, 0.06437920033931732, 0.004790466744452715, 0.00546230049803853, 0.03680480644106865, 0.007850231602787971, -0.03473088517785072, -0.04866413027048111, -0.0018731016898527741, -0.03931687772274017, -0.05339617654681206, -0.019366338849067688, 0.06835178285837173, -0.02783728577196598, 0.005086219869554043, -0.012932799756526947, 0.01608019508421421, 0.02360181137919426, 0.04317262023687363, 0.019497783854603767, -0.023222079500555992, -0.0037370752543210983, -0.04854729026556015, 0.03700927644968033, -0.057923752814531326, 0.04419497773051262, 0.0034906144719570875, 0.013677658513188362, -0.007306192070245743, 0.04077738896012306, 0.034380361437797546, 0.02791031077504158, 0.0066854762844741344, -0.046327318996191025, -0.04226710647344589, 0.011216702871024609, 0.03408826142549515, -0.0219076219946146, 0.01261879038065672, 0.008668116293847561, 0.03776874020695686, -0.016401506960392, -0.010756642557680607, 0.01777438446879387, 0.0015901282895356417, 0.029093323275446892, 0.003508870955556631, 0.006674522068351507, 0.03724295645952225, -0.0010698222322389483, -0.010114018805325031, 0.030495410785079002, 0.03657112270593643, -0.04004713520407677, 0.00434136064723134, -0.022813137620687485, -0.038703467696905136, -0.01638690195977688, -0.007247771602123976, 0.0012697292258962989, -0.022433405742049217, 0.002108608605340123, 0.00963935349136591, -0.033182743936777115, 0.007857534103095531, -0.018387798219919205, -0.05695981904864311, -0.021469470113515854, -0.02948766015470028, -0.01312266569584608, 0.015495991334319115, 0.04127395898103714, 0.028567539528012276, 0.0032843176741153, 0.002910062437877059, 0.031517766416072845, -0.007477801758795977, 0.008595090359449387, -0.016620581969618797, 0.020271852612495422, 0.03695085644721985, 0.014532055705785751, 0.013246809132397175, 0.013794499449431896, 0.025704942643642426, 0.026946375146508217, -0.022783927619457245, 0.011917746625840664, -0.021352630108594894, -0.015525201335549355, -0.00157917442265898, 0.030524620786309242, -0.043377093970775604, -0.00955172348767519, -0.0026124839205294847, 0.001887706806883216, 0.000944766215980053, 0.04203342646360397, -0.00021371341426856816, -0.07945164293050766, -0.06811810284852982, -0.04431181773543358, -0.040397655218839645, -0.0251353457570076, -0.022550245746970177, 0.028815826401114464, -0.03277380391955376, 0.047554146498441696, -0.01534994039684534, -0.012531160376966, -0.001401175046339631, -0.02352878637611866, -0.04296815022826195, -0.008383316919207573, -0.03984266147017479, -0.00875574629753828, 0.01040612068027258, -0.0053600650280714035, 0.03849899396300316, 0.012063797563314438, 0.018563058227300644, -0.05932584032416344, -0.01740925759077072, 0.02040329948067665, -0.0003416219842620194, -0.03075830265879631, -0.033270373940467834, -0.026128491386771202, 0.02776426076889038, -0.013239506632089615, 0.08313212543725967, -0.015510596334934235, 0.0684686228632927, 0.004640764556825161, 0.0016193384071812034, -0.016416111961007118, -0.03698006644845009, 0.029575290158391, 0.0035745936911553144, -0.015072444453835487, 0.009193899109959602, -0.012363201938569546, 0.0015216668834909797, -0.004805071745067835, 0.04302657023072243, -0.01892818510532379, -0.03695085644721985, -0.03224802017211914, -0.017336232587695122, -0.02805636078119278, 0.03572402894496918, -0.016941893845796585, -0.0031163592357188463, 0.03630823269486427, -0.010844273492693901, 0.06683285534381866, 0.010252767242491245, 0.008427131921052933, 0.06543076783418655, -0.06800126284360886, 0.008470946922898293, -0.046181268990039825, 0.055002737790346146, -0.007244120351970196, -0.03496456518769264, -0.04845966026186943, -0.012976614758372307, -0.008376014418900013, -0.0008233614498749375, 0.004626159556210041, 0.0066124508157372475, 0.01599256508052349, 0.02034487947821617, 0.035986922681331635, -0.04536338150501251, 0.013779894448816776, -0.022564850747585297, -0.02940002828836441, -0.010062901303172112, 0.02671269327402115, 0.03370852768421173, 0.0023276847787201405, 0.03680480644106865, -0.028874246403574944, 0.009953362867236137, 0.026785720139741898, 0.03700927644968033, 0.030553830787539482, 0.016635186970233917, 0.015817303210496902, -0.0008046487346291542, -0.0641455203294754, -0.005831078626215458, 0.014999418519437313, -0.04247157648205757, -0.025924019515514374, -0.021279603242874146, -0.025383632630109787, -0.059442680329084396, -0.049248334020376205, 0.02633296139538288, -0.006028247531503439, 0.016810448840260506, 0.023032214492559433, 0.04431181773543358, 0.023996148258447647, 0.011114466935396194, 0.0352274551987648, 0.05833269655704498, 0.029881997033953667, 0.012757538817822933, 0.024112990126013756, -0.03657112270593643, 0.022886162623763084, -0.044925231486558914, -0.01784740947186947, -0.034672465175390244, 0.009142780676484108, 0.03429273143410683, -0.04150764271616936, -0.005695981904864311, 0.021308813244104385, -0.0052286190912127495, 0.024405092000961304, -0.031225664541125298, -0.01183741819113493, 0.03096277266740799, 0.012940102256834507, -0.030583040788769722, -0.004739348776638508, -0.03513982519507408, 0.014349492266774178, -0.015934143215417862, -0.05865400657057762, -0.023265894502401352, 0.004027351271361113, -0.07682272791862488, 0.025865599513053894, -0.01261879038065672, -0.03963819146156311, -0.03572402894496918, -0.020052777603268623, -0.049277544021606445, 0.018475428223609924, -0.021002106368541718, -0.031488556414842606, -0.03803163394331932, -0.047670986503362656, 0.00767497019842267, 0.05000779777765274, -0.040339235216379166, 0.05140988528728485, -0.04898544400930405, 0.0109538109973073, -0.04086501896381378, -0.03800242394208908, -0.03373773768544197, -0.01602177508175373, 0.01629927009344101, -0.007251422852277756, -0.011209400370717049, -0.01916186697781086, -0.07752377539873123, 0.014678106643259525, 0.011450383812189102, 0.044866811484098434, 0.03835294395685196, -0.09762036800384521, 0.015218495391309261, -0.006426235660910606, 0.04372761398553848, 0.03855741396546364, 0.008266475982964039, 0.05006621778011322, 0.013677658513188362, 0.0026362172793596983, 0.031196454539895058, 0.004987635184079409, -0.04807993024587631, 0.038937147706747055, -0.031634606420993805, -0.02913713827729225, -0.013626541011035442, -0.04971569776535034, -0.018490033224225044, -0.009858430363237858, -0.0190450269728899, 0.028655169531702995, -0.02180538699030876, -0.004881748463958502, 0.009763496927917004, 0.024594957008957863, -0.045042071491479874, 0.02066618949174881, 0.003359168767929077, -0.019862910732626915, -0.027077822014689445, 0.010077506303787231, 0.006013642530888319, 0.009675866924226284, 0.05850795656442642, 0.009427580051124096, 0.010252767242491245, 0.01311536319553852, 0.008149635046720505, 0.0019899422768503428, -0.043347880244255066, -0.05260750278830528, -0.027457553893327713, 0.010135926306247711, 0.014050088822841644, 0.006115878000855446, -0.012282873503863811, -0.025631917640566826, -0.01093920599669218, -0.0219806469976902, -0.0350814051926136, -0.004001792520284653, -0.03365010768175125, -0.05129304528236389, -0.020972896367311478, -0.03259854018688202, 0.0076530626974999905, 0.004786815494298935, -0.019614623859524727, -0.006762152537703514, 0.014984813518822193, -0.013013127259910107, 0.02475561387836933, -0.007152838632464409, -0.011486896313726902, 0.040543705224990845, 0.008412526920437813, 0.021688546985387802, 0.017087945714592934, 0.006838829256594181, -0.006670870818197727, 0.0020702702458947897, -0.025661127641797066, 0.018767530098557472, -0.01914726197719574, 0.007032346911728382, 0.02347036637365818, 0.00004678190089180134, -0.04071896895766258, 0.009997177869081497, -0.004936517681926489, 0.01254576537758112, 0.0032076409552246332, 0.0013810930540785193, -0.009975270368158817, -0.02656664326786995, -0.041916582733392715, 0.013078850694000721, -0.008010887540876865, -0.028772011399269104, 0.0024737357161939144, 0.04413655772805214, 0.03195592015981674, 0.01533533539623022, 0.01612401008605957, 0.018490033224225044, -0.0053710187785327435, 0.012063797563314438, 0.005834729876369238, -0.04720362275838852, -0.012363201938569546, 0.03242328017950058, -0.01474383007735014, 0.024025358259677887, 0.017073340713977814, 0.012407016940414906, 0.01178630068898201, -0.001958906650543213, 0.043377093970775604, -0.003687783144414425, -0.0012368678580969572, -0.02333891950547695, 0.011925049126148224, -0.010062901303172112, 0.0038739978335797787, -0.024302855134010315, 0.046414948999881744, 0.007236817851662636, -0.007474150508642197, -0.009223109111189842, -0.029969627037644386, 0.028246227651834488, -0.06449604034423828, -0.018563058227300644, -0.0013418418820947409, -0.013626541011035442, 0.03995950147509575, 0.010647104121744633, 0.027662023901939392, 0.026917165145277977, 0.05821585655212402, -0.025982439517974854, -0.027369922026991844, 0.033065903931856155, 0.016591371968388557, -0.04679468274116516, -0.027428343892097473, -0.00738286878913641, -0.01783280447125435, 0.0038593928329646587, -0.05833269655704498, -0.0466778390109539, 0.044720761477947235, 0.03332879766821861, -0.04445786774158478, -0.003527127206325531, -0.028479909524321556, -0.047262042760849, 0.047787826508283615, -0.025383632630109787, 0.014626989141106606, -0.022374985739588737, 0.029867392033338547, -0.007813718169927597, -0.016605976969003677, -0.005016845650970936, 0.028991086408495903, 0.041799742728471756, 0.018183326348662376, -0.03201434016227722, 0.040660545229911804, 0.040397655218839645, 0.008931007236242294, 0.0012715549673885107, -0.053863540291786194, -0.03081672266125679, -0.028932666406035423, 0.005535325966775417, 0.04875176399946213, 0.006707383785396814, -0.041682902723550797, 0.01897200010716915, -0.011435778811573982, -0.028772011399269104, 0.02488705888390541, 0.019658438861370087, -0.009157385677099228, -0.05330854654312134, 0.03686322644352913, 0.02043250948190689, 0.011253215372562408, -0.007127279881387949, -0.012355899438261986, 0.043406303972005844, 0.04314341023564339, -0.0065503790974617004, 0.04007634520530701, -0.044983651489019394, -0.04358156397938728, -0.09329725801944733, 0.06192554533481598, -0.04241315647959709, -0.023762468248605728, -0.06508024036884308, -0.025515077635645866, 0.028976481407880783, -0.015569017268717289, 0.009405672550201416, -0.019570808857679367, 0.014342189766466618, 0.006999485194683075, -0.00328614329919219, -0.014349492266774178, -0.012896287254989147, -0.01751149259507656, 0.022550245746970177, 0.016985710710287094, 0.031225664541125298, 0.020987501367926598, -0.025544287636876106, -0.002893631812185049, 0.0236310213804245, -0.05450616404414177, 0.0409526489675045, -0.021586310118436813, -0.014079298824071884, -0.0038593928329646587, -0.040660545229911804, -0.025471262633800507, -0.01613861508667469, 0.024507327005267143, -0.002740278374403715, 0.030144888907670975, -0.0032441536895930767, -0.05427248403429985, 0.030057257041335106, -0.06858546286821365, 0.00630574394017458, -0.014042786322534084, -0.027618208900094032, 0.04264683648943901, 0.03224802017211914, 0.04270526021718979, -0.06321079283952713, 0.25097373127937317, -0.029838182032108307, 0.014970208518207073, -0.025704942643642426, 0.027121637016534805, 0.0413908027112484, -0.0012304781703278422, 0.007262376602739096, -0.012056495063006878, -0.01093920599669218, -0.004739348776638508, 0.007821021601557732, 0.009807311929762363, 0.021308813244104385, 0.030174098908901215, 0.04512970149517059, -0.03648349270224571, 0.047700196504592896, 0.023937728255987167, -0.0008758484618738294, -0.03385457769036293, 0.016503741964697838, 0.0018657991895452142, 0.03081672266125679, 0.03081672266125679, 0.03344563767313957, 0.03803163394331932, -0.005966175813227892, 0.03411747142672539, -0.028932666406035423, -0.022550245746970177, -0.01749688759446144, -0.01787661947309971, -0.00966126099228859, -0.0350814051926136, -0.023061424493789673, -0.02788110077381134, 0.0074266837909817696, -0.004520272836089134, 0.0037571571301668882, -0.011231307871639729, -0.03408826142549515, 0.0325109101831913, 0.047262042760849, 0.030261728912591934, 0.04956964775919914, -0.015276915393769741, -0.01172788068652153, 0.05281197652220726, 0.018402403220534325, 0.02217051386833191, 0.010756642557680607, -0.008624300360679626, 0.016781238839030266, -0.004721092525869608, -0.0025613661855459213, 0.021381840109825134, -0.046473369002342224, -0.015554412268102169, 0.009427580051124096, 0.029998837038874626, -0.026741905137896538, -0.012136822566390038, 0.03698006644845009, -0.03543192893266678, 0.0037535058800131083, 0.013078850694000721, 0.02944384515285492, -0.06309395283460617, -0.025427447631955147, 0.038907937705516815, -0.010698222555220127, -0.010084808804094791, 0.015466781333088875, 0.029911207035183907, 0.0322188101708889, -0.01399166788905859, 0.017307020723819733, 0.03788558021187782, -0.014210744760930538, -0.015116259455680847, -0.02501850388944149, 0.04688231274485588, 0.014539359137415886, 0.019439363852143288, 0.04217947646975517, 0.028976481407880783, -0.003837485099211335, 0.01612401008605957, -0.0007836539298295975, 0.023996148258447647, 0.00438152439892292, -0.02961910516023636, 0.01914726197719574, 0.03587007895112038 ]
9857_8
Kingdom of Poland In February 1440, the city hosted a convention at which delegates from various cities (including Elbląg itself) and nobility from the region decided to establish the anti-Teutonic Prussian Confederation. In April and May 1440, further meetings were held in Elbląg, at which more towns and noblemen joined the organisation. In 1454, the organisation led the revolt against the rule of the Teutonic Knights, and then its delegation submitted a petition to King Casimir IV of Poland asking him to include the region within the Kingdom of Poland. The King agreed and signed the act of incorporation of the region (including Elbląg) to the Kingdom of Poland in March 1454 in Kraków, which sparked the Thirteen Years' War, the longest of all Polish–Teutonic wars. The local mayor pledged allegiance to the Polish King during the incorporation in March 1454, and the burghers of Elbląg recognized Casimir IV as rightful ruler. After paying homage to the King, the city was granted great privileges, similar to those of Toruń and Gdańsk. Since 1454, the city was authorized by King Casimir IV to mint Polish coins. The war ended in a Polish victory in 1466, with the Second Peace of Thorn, in which the Teutonic Order renounced any claims to the city and recognised it as part of Poland. Within the Kingdom of Poland, the city was administratively part of the Malbork Voivodeship in the newly established autonomous province of Royal Prussia, later also within the larger Greater Poland Province. The city was known to the Polish crown by its Polish name Elbląg. With the creation of the Polish–Lithuanian Commonwealth in 1569, the city was brought under direct control of the Polish crown. As one of the largest and most influential cities of Poland, it enjoyed voting rights during the royal election period in Poland. With the 16th century Protestant Reformation the burghers became Lutherans and the first Lutheran Gymnasium was established in Elbląg in 1535.
[ -0.010163028724491596, -0.006677211262285709, 0.0317830890417099, -0.00884721428155899, -0.019570007920265198, 0.023437485098838806, -0.0425422340631485, -0.07106850296258926, -0.009864971041679382, 0.0074441637843847275, 0.007066139951348305, -0.015542599372565746, 0.02082039602100849, -0.05269072204828262, -0.036493849009275436, -0.0533013753592968, -0.05152757093310356, 0.011973181739449501, -0.030736254528164864, 0.051265861839056015, 0.026083651930093765, 0.012692880816757679, -0.031899403780698776, -0.01180597860366106, -0.024702411144971848, -0.00907257478684187, 0.023393865674734116, 0.02311761863529682, 0.029296856373548508, 0.025807403028011322, -0.00087236292893067, 0.00676081283017993, 0.0017510869074612856, -0.009058034978806973, -0.01711285300552845, -0.008527347818017006, -0.010722794570028782, -0.09689044207334518, 0.050044555217027664, -0.00948694720864296, 0.010497434064745903, -0.007945772260427475, -0.0016247759340330958, -0.0037093600258231163, -0.015498981811106205, 0.041873421519994736, -0.006411867681890726, -0.012569296173751354, 0.050975073128938675, -0.06577616930007935, 0.014721124432981014, 0.022768672555685043, -0.0074441637843847275, -0.035127148032188416, 0.004234595224261284, 0.00007332165114348754, -0.004917946178466082, -0.017083773389458656, 0.02390274405479431, 0.0001702697918517515, -0.0037475258577615023, 0.004154628608375788, 0.020965788513422012, -0.012154923751950264, 0.027537589892745018, 0.020805856212973595, 0.016255030408501625, -0.03242282196879387, 0.011166245676577091, -0.037278976291418076, -0.02830817736685276, -0.024804186075925827, 0.008243829943239689, -0.053912028670310974, 0.010628288611769676, -0.019977111369371414, 0.009356092661619186, 0.018217846751213074, 0.012562026269733906, 0.041728027164936066, 0.03652292862534523, -0.009348822757601738, -0.02189631015062332, 0.004187342245131731, -0.05228361859917641, 0.03823857754468918, -0.020471449941396713, 0.053504928946495056, -0.019337378442287445, -0.014662967063486576, 0.03538885712623596, 0.06263566017150879, -0.010468355379998684, 0.007142471615225077, 0.05594754219055176, 0.0006179237389005721, -0.017781665548682213, 0.007102488074451685, -0.030968884006142616, -0.026970554143190384, -0.00931247416883707, 0.007764030247926712, 0.01608055643737316, 0.0757792592048645, 0.02435346506536007, 0.00011631505913101137, -0.011020852252840996, 0.02673792466521263, -0.010141219012439251, -0.03309163451194763, 0.018813960254192352, 0.021838152781128883, 0.022187096998095512, -0.036697402596473694, 0.043443676084280014, 0.07025429606437683, -0.030096521601080894, 0.02816278301179409, 0.00694255530834198, 0.023015841841697693, 0.03852936252951622, 0.024673331528902054, -0.0030460006091743708, -0.0008850849117152393, -0.03998330235481262, 0.022579660639166832, -0.03300439938902855, 0.007923963479697704, -0.006749908439815044, -0.029951127246022224, -0.018465016037225723, -0.02214347943663597, -0.002400815486907959, -0.03288808465003967, 0.0010041260393336415, 0.025342144072055817, 0.005041530821472406, 0.00603747833520174, 0.005932067986577749, -0.004903406836092472, 0.027901073917746544, 0.024775108322501183, -0.008636393584311008, 0.05929160118103027, 0.0190756693482399, -0.004692585673183203, 0.023655574768781662, -0.03265545144677162, 0.015920624136924744, -0.005259621422737837, -0.038209497928619385, 0.005106958094984293, 0.06723010540008545, 0.002753395587205887, 0.030387308448553085, 0.011776899918913841, -0.019729942083358765, -0.00315868086181581, -0.05021902546286583, -0.011893214657902718, -0.04033224657177925, 0.01779620349407196, -0.004623523447662592, 0.01847955584526062, 0.061530664563179016, -0.020355135202407837, 0.016647592186927795, 0.009516025893390179, -0.06100725010037422, 0.009792273864150047, 0.04233868047595024, 0.01034477073699236, -0.019468232989311218, -0.007440528832376003, 0.05513333901762962, 0.01725824736058712, 0.007531400304287672, -0.017781665548682213, 0.0071897245943546295, 0.01180597860366106, -0.001088636228814721, -0.005953877232968807, 0.03172493353486061, 0.025153132155537605, -0.00006724464037688449, 0.007396910805255175, -0.04914311319589615, -0.05495886504650116, 0.04611892253160477, -0.028235480189323425, 0.0542900525033474, 0.02483326569199562, -0.02356833964586258, -0.010475625284016132, 0.04027409106492996, 0.024876883253455162, -0.050189949572086334, 0.02513859234750271, -0.028380874544382095, -0.03675555810332298, -0.02131473459303379, 0.015266351401805878, -0.02015158347785473, -0.000016285812307614833, -0.0400996170938015, -0.018799422308802605, 0.039866987615823746, 0.024266229942440987, -0.02209986187517643, -0.0013612497132271528, 0.03975067287683487, -0.016647592186927795, 0.027014171704649925, 0.0342257060110569, 0.02083493582904339, 0.062403030693531036, -0.013499816879630089, -0.05225453898310661, -0.0285989660769701, -0.019628167152404785, 0.009181619621813297, 0.051847439259290695, -0.000769224192481488, 0.04469406232237816, -0.04550826549530029, 0.034051232039928436, 0.024527937173843384, 0.06612510979175568, -0.007865806110203266, -0.00010143491090275347, -0.017912518233060837, -0.008360144682228565, -0.007734951563179493, -0.002540757181122899, 0.03693003207445145, -0.01114443689584732, -0.015004642307758331, 0.014888327568769455, -0.007887614890933037, -0.024949580430984497, -0.00021865867893211544, 0.045886289328336716, 0.04184434190392494, 0.08764339983463287, 0.011900484561920166, 0.03384768217802048, 0.022332491353154182, -0.00454719178378582, 0.03125967085361481, -0.0012821918353438377, 0.012089496478438377, 0.03553425148129463, -0.006840779446065426, -0.04044856131076813, 0.03172493353486061, 0.03442925587296486, 0.02191084995865822, 0.027610287070274353, 0.003969251178205013, -0.03285900503396988, -0.026665227487683296, 0.027712062001228333, 0.018174227327108383, -0.04440327361226082, -0.022506963461637497, 0.034690964967012405, 0.047311149537563324, 0.011842327192425728, -0.033760447055101395, -0.0763026773929596, -0.008541886694729328, -0.009588723070919514, -0.003165950533002615, -0.006960729137063026, -0.04213513061404228, 0.03280084580183029, 0.03198664262890816, -0.04361814633011818, 0.018755802884697914, -0.030474545434117317, -0.01740363985300064, 0.003834762144833803, -0.001538448384962976, 0.0128310052677989, -0.01760719157755375, 0.03140506520867348, -0.0889810174703598, 0.009632340632379055, -0.02414991334080696, 0.04998639598488808, -0.015658915042877197, 0.026229046285152435, -0.024469779804348946, 0.007691333070397377, -0.02162006124854088, -0.028875213116407394, -0.025487536564469337, -0.0032186557073146105, 0.024120835587382317, 0.004565366078168154, 0.013783334754407406, 0.013667019084095955, 0.02756666950881481, -0.01155880931764841, -0.002106392988935113, -0.008658202365040779, 0.02092217095196247, 0.00124402588699013, 0.04824167117476463, 0.022623278200626373, -0.04379262030124664, 0.020107965916395187, -0.01094815507531166, -0.020326057448983192, -0.017272787168622017, 0.05760503187775612, 0.04870693013072014, 0.05490070953965187, 0.0031350543722510338, -0.036552008241415024, -0.02541484124958515, 0.011726011522114277, -0.02068954147398472, -0.026476215571165085, -0.004848883952945471, 0.02352472022175789, -0.026970554143190384, -0.010497434064745903, 0.014125009998679161, -0.007553209085017443, -0.030619939789175987, -0.05681990459561348, 0.012067687697708607, 0.028322717174887657, -0.0027134122792631388, -0.009014417417347431, 0.01574615202844143, -0.005001547746360302, -0.00301873916760087, -0.0030987057834863663, 0.04623523727059364, -0.02816278301179409, 0.014059582725167274, 0.011347987689077854, 0.003196846693754196, -0.0101484889164567, -0.003907458856701851, -0.002498956397175789, -0.0178543608635664, -0.01647312007844448, -0.014503033831715584, -0.03187032788991928, -0.004220055881887674, 0.053563084453344345, -0.03492359817028046, -0.000278974388493225, 0.010911806486546993, 0.00990131963044405, -0.03832581266760826, 0.022376108914613724, 0.03553425148129463, -0.0008805413381196558, -0.013318073935806751, 0.061879612505435944, -0.018610410392284393, -0.032248351722955704, -0.013579783029854298, 0.0033567799255251884, 0.013681558892130852, -0.03690095245838165, 0.01081003062427044, 0.044519588351249695, -0.02489142306149006, -0.0067062899470329285, -0.04169894754886627, -0.017229167744517326, 0.026621609926223755, -0.010686445981264114, 0.026607070118188858, 0.0034767298493534327, 0.03844212740659714, -0.026432598009705544, 0.005539504811167717, -0.04885232448577881, 0.12003713846206665, -0.021867230534553528, 0.04289117828011513, 0.03309163451194763, -0.07589557766914368, -0.02483326569199562, -0.025007737800478935, 0.012903701514005661, -0.01073006447404623, -0.011384336277842522, -0.018654027953743935, -0.037569765001535416, -0.05905897170305252, -0.018072452396154404, 0.014822900295257568, -0.0038456665351986885, 0.002947859698906541, 0.06385696679353714, -0.014045043848454952, 0.057081613689661026, -0.018450476229190826, 0.006171967834234238, -0.020805856212973595, 0.08124607056379318, 0.005346857942640781, 0.002667976776137948, -0.0067280991934239864, -0.055424124002456665, -0.0024462509900331497, 0.007633175700902939, 0.02727588079869747, -0.0021027582697570324, 0.0015057347482070327, -0.007982120849192142, 0.032742690294981, 0.022274333983659744, -0.058448318392038345, 0.01853771321475506, 0.00023626496840734035, 0.04928850755095482, -0.028090087696909904, -0.01647312007844448, 0.02166368067264557, 0.024731488898396492, -0.0376570001244545, 0.029645800590515137, 0.034400179982185364, -0.027203183621168137, -0.012809195555746555, 0.022899527102708817, 0.042716704308986664, -0.04870693013072014, -0.010621018707752228, 0.008541886694729328, -0.01994803175330162, -0.026127269491553307, -0.004270943347364664, 0.04504300653934479, -0.011944103054702282, -0.017738046124577522, -0.020805856212973595, -0.01099904254078865, 0.0021118451841175556, 0.015528060495853424, 0.029020607471466064, -0.03355689346790314, -0.008447380736470222, -0.0537957139313221, 0.006873493082821369, -0.029369551688432693, 0.05597662180662155, 0.0562383309006691, -0.004747108556330204, -0.009436058811843395, 0.09055127203464508, -0.014946484938263893, -0.0019555469043552876, 0.010889997705817223, -0.03719174116849899, -0.057953979820013046, 0.011798708699643612, 0.05661635473370552, -0.04178618639707565, 0.033818602561950684, 0.005543139763176441, 0.033905841410160065, -0.0089271804317832, 0.008672741241753101, -0.009007147513329983, -0.009617801755666733, 0.03027099370956421, -0.01354343444108963, 0.0063973283395171165, 0.005179654806852341, -0.00601566955447197, -0.010359309613704681, 0.016342265531420708, 0.07031245529651642, -0.049317583441734314, -0.0004966107662767172, -0.042513154447078705, -0.040215931832790375, -0.0015866101020947099, -0.005346857942640781, 0.0038965544663369656, -0.016124175861477852, -0.022797752171754837, -0.010591940023005009, -0.013674288988113403, 0.01248932909220457, -0.006124714855104685, -0.05856463313102722, -0.054057423025369644, 0.014364909380674362, -0.029471328482031822, -0.0033367881551384926, 0.025603853166103363, 0.05984409898519516, -0.013114523142576218, 0.0015693445457145572, -0.024455241858959198, 0.01897389441728592, -0.042513154447078705, -0.011515190824866295, -0.007945772260427475, 0.011733281426131725, 0.0010522877564653754, 0.006186507176607847, -0.00529233505949378, 0.03847120702266693, 0.015964241698384285, -0.008614583872258663, 0.008709089830517769, 0.02830817736685276, -0.020078886300325394, 0.006186507176607847, 0.010381119325757027, -0.07327848672866821, -0.015557139180600643, -0.0024062676820904016, 0.022463345900177956, 0.018057912588119507, 0.05667451396584511, -0.011878675781190395, -0.029064225032925606, -0.0826418474316597, -0.05149849131703377, -0.0173600222915411, -0.02131473459303379, -0.02307399921119213, 0.0058084833435714245, -0.00274430844001472, 0.04073935002088547, 0.005506791174411774, -0.0611235648393631, 0.026040034368634224, 0.007567748427391052, -0.0425422340631485, -0.0015111870598047972, -0.030009284615516663, -0.015629835426807404, -0.030910726636648178, -0.005125132389366627, 0.03259729593992233, 0.019671784713864326, 0.05408650264143944, -0.04483945667743683, -0.023786429315805435, -0.009101653471589088, -0.005746691022068262, 0.017345482483506203, -0.06856773048639297, -0.06089093163609505, 0.024382544681429863, 0.012758308090269566, 0.04443235322833061, -0.01388511061668396, 0.0498700812458992, -0.008120245300233364, 0.0007015251903794706, -0.048823244869709015, -0.04126276820898056, 0.029078764840960503, -0.010417467914521694, -0.033905841410160065, 0.01188594475388527, -0.004968834109604359, -0.000990495434962213, 0.018494093790650368, 0.05437729135155678, 0.004027409013360739, -0.051905594766139984, -0.019962571561336517, -0.028031928464770317, -0.01618233323097229, 0.013020017184317112, -0.0103883882984519, -0.019148366525769234, -0.01097723376005888, -0.010591940023005009, 0.06391512602567673, 0.022434266284108162, -0.0029333203565329313, 0.032742690294981, -0.03963435813784599, -0.017767125740647316, -0.003980156034231186, 0.036115825176239014, -0.006339170504361391, -0.00975592527538538, -0.004550826735794544, -0.025647470727562904, 0.014277673326432705, 0.0163713451474905, 0.01081003062427044, -0.024862343445420265, -0.003284082980826497, 0.007575018331408501, 0.006266473792493343, -0.053708478808403015, 0.011275291442871094, -0.05647096037864685, -0.02092217095196247, -0.010083061642944813, 0.019293760880827904, 0.015469903126358986, -0.03710450232028961, 0.031754009425640106, 0.01701107807457447, 0.025443919003009796, 0.025400301441550255, 0.011318909004330635, 0.03070717491209507, 0.012540217489004135, 0.0015302699757739902, 0.006659036967903376, -0.0640314370393753, 0.027857456356287003, 0.010599209927022457, -0.0381513386964798, -0.0034821820445358753, -0.023830046877264977, -0.05466807633638382, -0.034778203815221786, -0.01999165117740631, 0.029892969876527786, 0.0016211410984396935, -0.0053977458737790585, 0.002451703418046236, 0.01459753978997469, 0.0033567799255251884, 0.008803595788776875, 0.010410198010504246, 0.06147250905632973, 0.039430804550647736, 0.0278719961643219, 0.023728271946310997, -0.0635661780834198, 0.010039443150162697, -0.045450109988451004, -0.0185813307762146, -0.04239683970808983, -0.024469779804348946, 0.06932377815246582, -0.04414156451821327, 0.01901751197874546, -0.013041825965046883, 0.009799543768167496, 0.013288995251059532, -0.055075179785490036, -0.04073935002088547, 0.02747943252325058, 0.006739003583788872, -0.028279099613428116, -0.00758955767378211, -0.03614490479230881, 0.0022899527102708817, 0.004579905420541763, -0.010839109309017658, -0.023379327729344368, 0.015237272717058659, -0.037278976291418076, 0.016095096245408058, -0.0018047008197754622, -0.014706585556268692, -0.04812535643577576, -0.030590860173106194, -0.03733713552355766, 0.012961859814822674, -0.024964120239019394, -0.01395780686289072, -0.011493382044136524, -0.018057912588119507, -0.02004980854690075, 0.02723226323723793, -0.02762482687830925, 0.04585721343755722, -0.032742690294981, 0.0021645505912601948, -0.035185303539037704, -0.057517796754837036, -0.04539195075631142, -0.022710515186190605, 0.0028569886926561594, -0.018566790968179703, -0.043879855424165726, 0.015091879293322563, -0.023452023044228554, 0.005372301675379276, -0.02063138410449028, 0.025894640013575554, -0.0039001894183456898, -0.09479677677154541, -0.01760719157755375, -0.000568853341974318, 0.05713977292180061, 0.0513240210711956, 0.04899771884083748, 0.03788962960243225, 0.041728027164936066, 0.010163028724491596, -0.0028479015454649925, -0.013121793046593666, -0.01730186492204666, 0.043879855424165726, -0.034981753677129745, -0.03099796362221241, -0.053912028670310974, -0.05158573016524315, -0.02230341173708439, -0.02162006124854088, -0.0027697524055838585, 0.0058084833435714245, 0.0163713451474905, 0.03155045956373215, 0.03486543893814087, 0.021503746509552002, 0.0008764521335251629, -0.012540217489004135, 0.03213203325867653, 0.00801846943795681, 0.007251516915857792, -0.002048235386610031, -0.02460063435137272, 0.05164388567209244, 0.028177322819828987, 0.016240490600466728, 0.025385761633515358, 0.01965724490582943, -0.05271980166435242, -0.009915858507156372, -0.04699128493666649, -0.048968639224767685, -0.029980206862092018, 0.011166245676577091, 0.015382666140794754, 0.02375735156238079, 0.028031928464770317, -0.026083651930093765, 0.011718742549419403, 0.019293760880827904, -0.0332370288670063, -0.04786364734172821, -0.05315598100423813, -0.05490070953965187, -0.025778325274586678, -0.024237150326371193, 0.017578113824129105, -0.03847120702266693, -0.027842916548252106, 0.044316038489341736, -0.014677506871521473, -0.05199282988905907, 0.018159689381718636, 0.04091382026672363, 0.015949701890349388, 0.02429530769586563, 0.03192848339676857, -0.00380204850807786, 0.013049095869064331, -0.01725824736058712, -0.021053025498986244, -0.009501486085355282, -0.02175091579556465, 0.037715159356594086, 0.033818602561950684, 0.021838152781128883, 0.034690964967012405, -0.029355013743042946, 0.01080276072025299, 0.01814514957368374, -0.033033475279808044, -0.01557167898863554, 0.01769442856311798, 0.021242037415504456, -0.059233445674180984, -0.0033858586102724075, -0.03155045956373215, 0.005852101370692253, -0.014335830695927143, -0.05748871713876724, -0.029107844457030296, 0.060600146651268005, 0.051062311977148056, -0.01432856172323227, 0.013601591810584068, 0.023393865674734116, -0.020907631143927574, 0.037918709218502045, -0.005844831932336092, -0.054929785430431366, -0.0030023823492228985, 0.02586556039750576, 0.009210698306560516, 0.01653127744793892, -0.003498538862913847, -0.011231672950088978, -0.0026425328105688095, 0.003255004296079278, 0.03803502395749092, -0.023786429315805435, 0.04015777260065079, 0.02460063435137272, 0.00484161451458931, -0.004379989113658667, 0.004103740677237511, -0.03803502395749092, 0.05103323236107826, -0.011384336277842522, -0.028628043830394745, -0.012736499309539795, -0.022521503269672394, 0.02640351839363575, -0.028860673308372498, -0.016633054241538048, -0.03486543893814087, 0.003411302575841546, -0.006542722228914499, 0.009675959125161171, 0.051120467483997345, 0.02214347943663597, 0.034981753677129745, 0.00846192054450512, -0.03271361067891121, 0.02073315903544426, 0.030619939789175987, -0.06781168282032013, -0.015600757673382759, 0.008541886694729328, -0.028468111529946327, 0.024266229942440987, -0.04126276820898056, -0.020398752763867378, -0.007360562216490507, 0.007389640901237726, -0.061239879578351974, 0.02205624245107174, -0.03975067287683487, -0.016705749556422234, 0.022172559052705765, -0.026170888915657997, 0.056151095777750015, -0.04844522103667259, 0.04533379524946213, -0.02269597537815571, -0.05027718469500542, 0.0013676106464117765, 0.028133705258369446, -0.03399307653307915, 0.010853649117052555, 0.015120957978069782, 0.02214347943663597, 0.05109138786792755, 0.034196626394987106, -0.03242282196879387, -0.04274578392505646, -0.0002333116572117433, -0.0317830890417099, -0.009646880440413952, 0.02532760426402092, -0.024484319612383842, -0.06618326902389526, 0.0439961701631546, -0.009305205196142197, 0.002733403816819191, 0.02659253031015396, 0.024527937173843384, -0.010032174177467823, -0.03300439938902855, 0.03832581266760826, 0.033178869634866714, -0.00347127765417099, -0.0023681018501520157, 0.007575018331408501, 0.05053889378905296, 0.012060417793691158, -0.05318506062030792, 0.013994155451655388, -0.02635990083217621, -0.04995731636881828, -0.07391822338104248, 0.06618326902389526, 0.010548321530222893, 0.000989586696960032, -0.06304275989532471, -0.05798305571079254, 0.026040034368634224, -0.013354422524571419, -0.004845249000936747, -0.029703957960009575, 0.023263011127710342, 0.0026443502865731716, -0.02220163680613041, -0.020864013582468033, -0.014284943230450153, 0.007705872878432274, 0.03553425148129463, 0.03585411608219147, 0.03114335797727108, -0.013020017184317112, -0.030474545434117317, -0.0038274924736469984, 0.0503644198179245, -0.051062311977148056, 0.04004145786166191, -0.006673576310276985, -0.030823491513729095, -0.012874622829258442, -0.019046591594815254, -0.02137289196252823, -0.0266506876796484, -0.006797161418944597, 0.005019721575081348, 0.043589066714048386, -0.030329151079058647, -0.059233445674180984, 0.010599209927022457, -0.053504928946495056, -0.018130609765648842, -0.020282438024878502, -0.04513024166226387, 0.026752464473247528, 0.03271361067891121, 0.07461611181497574, -0.03788962960243225, 0.24821633100509644, -0.020456910133361816, 0.009392441250383854, -0.003925633151084185, 0.011108088307082653, 0.02284136973321438, 0.023684654384851456, -0.02923869714140892, 0.007131567224860191, 0.009828622452914715, -0.015804309397935867, 0.007720412220805883, 0.034487415105104446, 0.000940516300033778, -0.03134690970182419, 0.043589066714048386, -0.04783456772565842, 0.04489761218428612, 0.06641589850187302, -0.00038483928074128926, -0.019526390358805656, -0.01371063757687807, -0.008607313968241215, 0.041001059114933014, 0.005321413744240999, 0.020311517640948296, -0.0022408822551369667, 0.016938380897045135, 0.011544269509613514, -0.004369084257632494, -0.048968639224767685, 0.012838274240493774, -0.004579905420541763, -0.01696745865046978, -0.016560357064008713, -0.031027041375637054, -0.002057322533801198, -0.005543139763176441, 0.006313726771622896, 0.022666897624731064, 0.022376108914613724, -0.04771825298666954, 0.04376354068517685, 0.017883440479636192, 0.038064103573560715, 0.03291716054081917, -0.02845357172191143, -0.00274430844001472, 0.06496196240186691, 0.001313087996095419, 0.04233868047595024, 0.038267653435468674, 0.025356682017445564, 0.01657489500939846, -0.0007664980366826057, -0.00047207556781359017, -0.004525382537394762, -0.009334283880889416, 0.022114399820566177, 0.006535452324897051, 0.05164388567209244, 0.005594027228653431, 0.018465016037225723, 0.020471449941396713, -0.04923034831881523, 0.02400452084839344, 0.058302924036979675, 0.04463590309023857, -0.056936223059892654, -0.04015777260065079, 0.03355689346790314, -0.019788099452853203, -0.006437311414629221, -0.016444042325019836, 0.01388511061668396, 0.021881770342588425, -0.010090331546962261, 0.03858752176165581, 0.04091382026672363, -0.008978068828582764, -0.005710342433303595, 0.013899649493396282, 0.02180907316505909, 0.005775769706815481, 0.05577307194471359, 0.027653904631733894, 0.025545693933963776, -0.011355257593095303, 0.002393545815721154, -0.011020852252840996, 0.018886657431721687, 0.0045617311261594296, -0.05626741051673889, -0.004198246635496616, 0.04123368859291077 ]
9857_9
From 1579 Elbląg had close trade relations with England, to which the city accorded free trade. English, Scottish, and Irish merchants settled in the city. They formed the Scottish Reformed Church of Elbląg and became Elbląg citizens, aiding Lutheran Sweden in the Thirty Years' War. The rivalry of nearby Danzig interrupted trading links several times. By 1618 Elbląg had left the Hanseatic League owing to its close business dealings with England. Famous inhabitants of the city at that time included native sons Hans von Bodeck and Samuel Hartlib. During the Thirty Years' War, Swedish Chancellor Axel Oxenstierna brought the Moravian Brethren refugee John Amos Comenius to Elbląg for six years (1642–1648). In 1642 Johann Stobäus, who composed with Johann Eccard, published the Preussische Fest-Lieder, a number of evangelical Prussian songs. In 1646 the city recorder Daniel Barholz noted that the city council employed Bernsteindreher, or Paternostermacher, licensed and guilded amber craftsmen who worked on prayer beads, rosaries, and many other items made of amber. Members of the Barholz family became mayors and councillors. During the Thirty Years' War, the Vistula Lagoon was the main southern Baltic base of King Gustavus Adolphus of Sweden, who was hailed as the protector of the Protestants. By 1660 the Vistula Lagoon had gone to Elector Frederick William of Brandenburg-Prussia, but was returned in 1700. The poet Christian Wernicke was born in 1661 in Elbląg, while Gottfried Achenwall became famous for his teachings in natural law and human rights law. In 1700–1710 it was occupied by Swedish troops. In 1709 it was besieged, taken by storm on February 2, 1710, by Russian troops with support of Prussian artillery. The city was handed over to Polish King Augustus II in 1712. The Royal-Polish mathematician and cartographer Johann Friedrich Endersch completed a map of Warmia in 1755 and also made a copper etching of the galley named "The City of Elbing" . During the War of the Polish Succession in 1734, Elbląg was placed under military occupation by Russia and Saxony. The town came again under occupation by Russia from 1758 to 1762 during the Seven Years' War.
[ -0.06435513496398926, 0.0004184211720712483, 0.026549551635980606, 0.017572255805134773, -0.014016511850059032, 0.024041414260864258, -0.022420302033424377, -0.06778088212013245, -0.040007852017879486, 0.006461512763053179, 0.032819896936416626, -0.020279208198189735, 0.007073253393173218, -0.05790127068758011, -0.01106486190110445, -0.07499942928552628, -0.0872342437505722, 0.026931889355182648, -0.043403010815382004, 0.038784369826316833, 0.03202463313937187, 0.00768117094412446, -0.019973337650299072, -0.0027318052016198635, -0.0019824225455522537, 0.001498765079304576, 0.02180856093764305, 0.044810015708208084, 0.027283640578389168, 0.02199208363890648, 0.03710208088159561, 0.02248147502541542, 0.011485434137284756, -0.01726638525724411, 0.011714836582541466, 0.011867771856486797, -0.025280190631747246, -0.09543157368898392, 0.0484192855656147, -0.046186432242393494, 0.004335713107138872, -0.005650956183671951, 0.025280190631747246, -0.017312265932559967, 0.009527863934636116, 0.01257892046123743, -0.03055645525455475, -0.02040155604481697, 0.03884554281830788, -0.03410455211997032, 0.021349754184484482, -0.02082977630198002, 0.004293655976653099, -0.0398855023086071, -0.018092235550284386, -0.01888749748468399, -0.02939414791762829, 0.006530333310365677, 0.00967315211892128, 0.026060160249471664, 0.011278972029685974, -0.028323600068688393, 0.019407477229833603, -0.022466182708740234, 0.010208425112068653, -0.010193131864070892, -0.006767382845282555, -0.04153720289468765, 0.01913219504058361, -0.025035493075847626, -0.02153327688574791, -0.005276264622807503, 0.04542175680398941, -0.036582101136446, 0.0004793562984559685, -0.018443986773490906, -0.011080156080424786, -0.005953003186732531, 0.03890671581029892, 0.023139096796512604, 0.062458738684654236, -0.017985180020332336, -0.02829301357269287, 0.03688797354698181, -0.04826635122299194, 0.019009847193956375, 0.005085095763206482, 0.0359397754073143, -0.018902791664004326, 0.024836678057909012, 0.07915926724672318, 0.04976511746644974, 0.018841616809368134, 0.010300186462700367, 0.042699508368968964, 0.030877618119120598, -0.025433124974370003, 0.009359634481370449, -0.03667386248707771, -0.0038444087840616703, 0.01705227605998516, 0.03037293255329132, 0.011248384602367878, 0.05395554006099701, -0.0007207071757875383, 0.004675994161516428, -0.04658406600356102, 0.03774441033601761, 0.0003515120188239962, -0.0355115570127964, 0.030112942680716515, 0.02547900564968586, 0.05649426579475403, -0.03688797354698181, 0.03826439008116722, 0.043005380779504776, -0.033217526972293854, -0.009826087392866611, -0.024469632655382156, 0.037407953292131424, -0.018413398414850235, 0.06661857664585114, -0.01176836434751749, -0.010315479710698128, -0.04077252745628357, -0.00439688703045249, -0.040925461798906326, -0.006006530486047268, -0.010888987220823765, -0.0370103195309639, -0.018382811918854713, -0.0204780250787735, 0.00532214529812336, -0.002542547881603241, 0.012013060972094536, 0.03655151650309563, -0.011890712194144726, 0.01688404753804207, -0.00710001727566123, -0.04199600964784622, 0.02502020075917244, -0.044351208955049515, -0.011967180296778679, 0.06820910423994064, 0.01233422476798296, 0.007138250861316919, 0.03096937946975231, -0.019958045333623886, -0.026366030797362328, 0.026809541508555412, -0.047379326075315475, -0.001997716259211302, 0.038570258766412735, -0.017664017155766487, 0.05126388370990753, 0.015385282225906849, -0.0006643123342655599, 0.02086036279797554, 0.007600879762321711, 0.024576688185334206, -0.05927768722176552, -0.004423650912940502, 0.004905396606773138, 0.004523058887571096, 0.039701979607343674, -0.01888749748468399, 0.025173135101795197, -0.006912671495229006, -0.025708409026265144, 0.010491355322301388, 0.039701979607343674, 0.012051294557750225, -0.02596839889883995, 0.004125427454710007, 0.038600847125053406, 0.012303637340664864, 0.011278972029685974, 0.009367281571030617, 0.015477042645215988, -0.013030080124735832, 0.02180856093764305, -0.015087058767676353, 0.033217526972293854, 0.012471865862607956, -0.017786365002393723, -0.009749619290232658, -0.024928439408540726, -0.031412892043590546, 0.0033014887012541294, -0.00852613802999258, 0.030403519049286842, 0.005130976438522339, 0.004045136272907257, -0.010101370513439178, 0.01540057547390461, 0.03725501522421837, -0.07175719738006592, 0.02128858119249344, -0.03817262873053551, -0.023628490045666695, -0.049703944474458694, 0.02723775990307331, -0.06747501343488693, 0.013695348054170609, -0.03168817609548569, -0.028063610196113586, 0.06166347488760948, 0.041384268552064896, -0.009948435239493847, -0.017113449051976204, 0.03437983617186546, -0.01448296383023262, -0.03058704175055027, -0.017847537994384766, 0.022282660007476807, 0.06918788701295853, -0.055270783603191376, -0.004737168084830046, -0.03820321336388588, -0.004331889562308788, 0.014544138684868813, 0.01926983706653118, 0.01349653210490942, 0.04860280826687813, -0.03801969438791275, 0.03725501522421837, 0.02731422893702984, 0.08068861812353134, 0.02339908666908741, 0.006469159387052059, -0.004939807113260031, -0.018229877576231956, -0.02050861157476902, 0.014574725180864334, 0.032085806131362915, -0.05010157451033592, -0.004121603909879923, -0.009114938788115978, 0.0007135383202694356, -0.039243172854185104, -0.0011508374009281397, 0.008281441405415535, 0.010177837684750557, 0.09047646820545197, 0.02283322624862194, 0.025035493075847626, 0.00435100682079792, 0.022282660007476807, 0.054077889770269394, 0.026060160249471664, -0.042699508368968964, 0.015828793868422508, -0.02023332752287388, -0.02304733544588089, -0.021166233345866203, 0.049948640167713165, -0.011883066035807133, -0.0019766874611377716, -0.0017826510593295097, -0.011294265277683735, -0.008013805374503136, 0.018015768378973007, 0.011133682914078236, -0.032789308577775955, -0.010774285532534122, 0.019300423562526703, 0.03936552256345749, 0.036918558180332184, -0.027497749775648117, -0.03954904526472092, -0.022022670134902, -0.013832989148795605, -0.02297086827456951, 0.019621586427092552, -0.06631270796060562, 0.03150465339422226, 0.018245169892907143, -0.013573000207543373, 0.012838910333812237, -0.028568297624588013, -0.013794755563139915, -0.009405515156686306, 0.0033588395453989506, 0.006396515294909477, -0.001623980700969696, -0.017006395384669304, -0.02107447199523449, 0.001249289489351213, -0.009734326042234898, 0.004981864243745804, 0.000469080958282575, 0.013955337926745415, -0.007451768033206463, -0.03147406503558159, -0.011485434137284756, -0.030082356184720993, -0.04566645249724388, -0.010460767894983292, 0.006583860609680414, 0.01885691098868847, 0.0066985622979700565, -0.007616173475980759, 0.023842599242925644, -0.0031084080692380667, 0.0015895703108981252, 0.008908475749194622, 0.019850989803671837, -0.002636220771819353, 0.055974286049604416, -0.015920555219054222, -0.06368222087621689, 0.012555981054902077, -0.0025712233036756516, -0.0565248541533947, -0.022053256630897522, 0.06937140971422195, 0.06649623066186905, 0.048082828521728516, -0.05242618918418884, -0.023032043129205704, -0.01839810609817505, 0.005471257027238607, 0.004515411797910929, -0.015530570410192013, -0.03125995770096779, 0.053190864622592926, -0.0033282525837421417, -0.035603318363428116, 0.008304381743073463, 0.006641211453825235, -0.023383792489767075, -0.03664327412843704, -0.013290069997310638, 0.051294468343257904, -0.007707934360951185, 0.005528607871383429, 0.02691659703850746, 0.00684385048225522, 0.004320419859141111, -0.030525866895914078, 0.008839654736220837, -0.03505275025963783, 0.0020569786429405212, -0.014551784843206406, -0.05163092538714409, -0.03505275025963783, 0.02075330726802349, 0.0016335392137989402, 0.014299442060291767, -0.0021965319756418467, 0.029057689011096954, -0.0011326763778924942, -0.03844791278243065, 0.03942669555544853, -0.026733074337244034, 0.008105565793812275, 0.00037230164161883295, 0.02272617258131504, -0.019896870478987694, 0.008128506131470203, 0.038998477160930634, 0.0008052994380705059, 0.0326363742351532, 0.030892912298440933, -0.03037293255329132, -0.07151250541210175, -0.024836678057909012, 0.03410455211997032, 0.024056708440184593, -0.055943697690963745, 0.060164712369441986, 0.054811976850032806, -0.038784369826316833, -0.0024718153290450573, -0.028002437204122543, -0.025004906579852104, 0.04869456961750984, -0.02261911705136299, 0.0285835899412632, -0.00023872230667620897, 0.041108984500169754, -0.02561664767563343, 0.03480805456638336, -0.03431865945458412, 0.03912082687020302, -0.03291165828704834, -0.008266148157417774, -0.009252579882740974, -0.06863731890916824, -0.0009142658091150224, -0.04933689907193184, 0.022145017981529236, -0.006977668963372707, 0.0016364067560061812, -0.03863143548369408, -0.04395357891917229, -0.03682679682970047, -0.025310777127742767, 0.0006910759839229286, -0.021823855116963387, 0.02621309459209442, 0.05606604740023613, -0.023919066414237022, 0.055729590356349945, -0.008503197692334652, -0.027971848845481873, -0.03783617168664932, 0.07132898271083832, 0.016409948468208313, -0.014360615983605385, -0.02934826724231243, -0.04104781150817871, -0.004018372390419245, -0.007669700775295496, -0.006595330778509378, -0.004071900155395269, -0.02297086827456951, -0.026488378643989563, 0.0554543063044548, 0.011959533207118511, -0.07964865863323212, 0.011087802238762379, 0.03358457237482071, 0.05331321433186531, 0.009038470685482025, 0.006155642215162516, -0.0024335815105587244, 0.012196582742035389, -0.021839147433638573, 0.010544883087277412, 0.04355594888329506, -0.040925461798906326, -0.02988353930413723, 0.01575232669711113, 0.018459279090166092, -0.06331517547369003, -0.005784774199128151, -0.015454103238880634, 0.029715310782194138, -0.02547900564968586, 0.004381593782454729, 0.06429395824670792, -0.04536058381199837, 0.0034888344816863537, -0.02012627385556698, -0.006790323182940483, -0.002051243558526039, 0.03808086737990379, 0.016960514709353447, -0.04860280826687813, 0.0003445821348577738, -0.05762598663568497, 0.02312380261719227, -0.04704286903142929, 0.06294813007116318, 0.033737506717443466, -0.01044547464698553, -0.028430655598640442, 0.05747305229306221, 0.03801969438791275, 0.022175604477524757, 0.01699110120534897, 0.005941533017903566, -0.02642720378935337, 0.0067979698069393635, 0.023108510300517082, -0.01333594974130392, 0.021441515535116196, -0.019162781536579132, 0.05383319407701492, -0.00758558651432395, 0.015301167964935303, 0.012900085188448429, -0.014001218602061272, 0.0034008966758847237, -0.01874985732138157, -0.0006609668489545584, 0.010797225870192051, -0.022037964314222336, 0.004786871839314699, 0.005650956183671951, 0.044106513261795044, -0.02029450237751007, 0.025662528350949287, -0.044167689979076385, -0.044381797313690186, -0.028078904375433922, -0.00991784781217575, -0.025417830795049667, 0.012984199449419975, -0.0198356956243515, -0.03780558332800865, -0.042974792420864105, -0.010590762831270695, 0.004243952222168446, -0.04147602990269661, -0.04211835563182831, -0.001380240311846137, -0.00241828802973032, 0.02294028177857399, 0.022634411230683327, 0.018199289217591286, 0.00008614553371444345, 0.0044504147954285145, -0.015798207372426987, -0.019086314365267754, -0.01850515976548195, -0.016501709818840027, 0.025800170376896858, 0.013565353117883205, 0.05603545904159546, -0.028568297624588013, 0.0008731644484214485, 0.015622331760823727, -0.015316461212933064, -0.04309714213013649, -0.0017233886756002903, -0.01353476569056511, -0.04658406600356102, -0.0010934867896139622, 0.04487118870019913, -0.037622060626745224, -0.01388651691377163, 0.022175604477524757, -0.005620368756353855, 0.015828793868422508, 0.02385789342224598, -0.012976552359759808, -0.05557665601372719, -0.03587859869003296, -0.05031568184494972, -0.005318321753293276, -0.009168465621769428, -0.042301878333091736, 0.021120352670550346, -0.006889731157571077, 0.08050509542226791, 0.009795499965548515, -0.02082977630198002, 0.04407592862844467, -0.016440534964203835, -0.0453299954533577, 0.0007632422493770719, -0.04520764946937561, -0.009963728487491608, -0.003033852204680443, 0.016409948468208313, 0.027176586911082268, -0.00648445263504982, 0.023108510300517082, -0.06368222087621689, -0.007876163348555565, 0.021365048363804817, 0.008266148157417774, -0.003324429038912058, -0.03884554281830788, -0.0558825246989727, 0.03343163803219795, 0.017847537994384766, 0.03918199986219406, -0.008610252290964127, 0.07304185628890991, -0.04915337637066841, -0.04358653351664543, -0.01648641563951969, -0.013435358181595802, 0.04058900475502014, 0.00833496917039156, 0.013473591767251492, -0.01238775160163641, -0.011301912367343903, 0.003754559438675642, 0.03312576562166214, 0.05992001295089722, -0.018841616809368134, -0.015431162901222706, -0.038142040371894836, -0.020661545917391777, -0.02099800482392311, 0.007696464192122221, -0.026931889355182648, -0.01688404753804207, 0.030327051877975464, -0.033706918358802795, 0.0839308425784111, 0.0070120794698596, -0.007883810438215733, 0.01793929934501648, -0.04003843665122986, -0.008594959042966366, -0.005283911246806383, 0.004190424922853708, -0.008442023769021034, -0.02061566524207592, -0.03291165828704834, -0.02347555384039879, 0.025601353496313095, 0.03471629321575165, 0.022496769204735756, -0.011485434137284756, 0.007684994023293257, 0.006541803479194641, 0.02453080751001835, -0.026687193661928177, 0.018306344747543335, -0.01328242290765047, -0.009520216844975948, -0.007069429848343134, 0.021900322288274765, 0.03957963362336159, 0.019499238580465317, 0.025540180504322052, -0.009650211781263351, 0.01567585952579975, -0.008816714398562908, 0.00040503934724256396, 0.015178819186985493, 0.029761191457509995, -0.0017778717447072268, 0.003381779883056879, -0.05649426579475403, 0.0527932345867157, 0.034624531865119934, -0.005452140234410763, -0.014123566448688507, -0.0024775504134595394, -0.025846051052212715, -0.02326144464313984, -0.07291951030492783, 0.03890671581029892, 0.013259482569992542, -0.033921029418706894, 0.0021946202032268047, 0.049703944474458694, 0.004825105890631676, 0.02505078725516796, 0.01540057547390461, 0.0710231140255928, 0.014720013365149498, 0.048511046916246414, 0.03459394350647926, -0.07787460833787918, 0.005318321753293276, -0.05013216286897659, -0.02956237643957138, -0.04710404574871063, -0.007914396934211254, 0.057381290942430496, -0.028598884120583534, 0.0020263914484530687, 0.012479512952268124, 0.0007044578087516129, 0.0201568603515625, 0.013435358181595802, -0.03379867970943451, 0.028445947915315628, 0.0042286585085093975, -0.020034512504935265, 0.0009338606032542884, -0.0009037515264935791, -0.028675351291894913, 0.0007560734520666301, -0.027360109612345695, -0.018245169892907143, 0.022037964314222336, -0.027895381674170494, -0.031841110438108444, -0.013664760626852512, -0.042699508368968964, -0.030709389597177505, -0.04101722314953804, -0.048082828521728516, -0.0059988833963871, -0.03168817609548569, -0.01192894671112299, -0.02269558422267437, -0.031137607991695404, -0.005000981502234936, 0.038600847125053406, 0.005578311625868082, 0.06692444533109665, -0.021823855116963387, 0.008495550602674484, -0.03606212139129639, -0.032330501824617386, 0.005960649810731411, -0.02304733544588089, -0.00916081853210926, -0.01182189118117094, -0.025708409026265144, 0.012540686875581741, -0.05563782900571823, -0.016929928213357925, -0.02921062521636486, -0.030648216605186462, 0.006002706941217184, -0.032544612884521484, 0.02043214440345764, 0.005551548209041357, 0.03734677657485008, 0.0177557785063982, 0.003913229797035456, -0.0012445102911442518, 0.015637625008821487, 0.02755892463028431, -0.0051768566481769085, -0.018688682466745377, -0.031871698796749115, 0.05796244367957115, -0.030678803101181984, -0.008495550602674484, -0.016578176990151405, 0.0007498604245483875, -0.004695110954344273, 0.0033492811489850283, 0.0017157418187707663, -0.0016402300680056214, -0.006033293902873993, 0.027038944885134697, 0.05276264622807503, 0.025769582018256187, 0.0015456014079973102, 0.014551784843206406, 0.0038099982775747776, -0.017281679436564445, -0.039732567965984344, -0.01596643589437008, 0.003878819290548563, -0.025173135101795197, 0.04569704085588455, -0.008266148157417774, 0.005119506269693375, 0.047838132828474045, -0.05603545904159546, 0.008296734653413296, -0.06447748094797134, -0.05903299152851105, -0.06343752145767212, -0.0006805617013014853, -0.020218035206198692, 0.03315635398030281, -0.0028904753271490335, -0.045972324907779694, 0.023567315191030502, -0.009925494901835918, 0.0008894138154573739, 0.00124259851872921, -0.03915141522884369, -0.051997970789670944, -0.0164252407848835, -0.013802402652800083, -0.005387142766267061, -0.009703738614916801, -0.014865302480757236, 0.004752461798489094, 0.012693622149527073, -0.004549822304397821, 0.013802402652800083, 0.007696464192122221, 0.029332973062992096, 0.014016511850059032, 0.017633428797125816, 0.008090272545814514, 0.046492304652929306, -0.03493040055036545, 0.013251835480332375, 0.0034410422667860985, -0.004014549311250448, 0.05741187557578087, 0.02072272077202797, 0.013228895142674446, 0.003075909335166216, -0.035786837339401245, 0.021594451740384102, 0.022649703547358513, 0.02664131298661232, 0.007891456596553326, 0.036918558180332184, -0.002328438451513648, 0.0004528315912466496, 0.021900322288274765, -0.03777499496936798, 0.005742717068642378, -0.017251091077923775, -0.015324108302593231, -0.012571274302899837, 0.04083370044827461, 0.039029065519571304, -0.01956041343510151, 0.012854204513132572, 0.010690171271562576, 0.023215563967823982, 0.0034639823716133833, 0.0014681780012324452, -0.05762598663568497, -0.01124073751270771, 0.029164744541049004, -0.008671426214277744, 0.01026959903538227, 0.012242463417351246, -0.0023647607304155827, 0.010728404857218266, 0.010682524181902409, 0.047379326075315475, 0.009650211781263351, 0.0051042125560343266, -0.0035767722874879837, -0.02269558422267437, -0.009803147055208683, 0.039671391248703, -0.04257716238498688, 0.07652878016233444, 0.026366030797362328, -0.0021353578194975853, -0.005433023441582918, -0.011638369411230087, 0.02294028177857399, -0.05744246393442154, 0.0037182371597737074, 0.020218035206198692, -0.026763660833239555, 0.035144511610269547, 0.019178075715899467, 0.04750167578458786, 0.05832948908209801, 0.08858007192611694, -0.011332498863339424, -0.0319940447807312, 0.020340383052825928, 0.03236109018325806, -0.047134630382061005, -0.06404926627874374, -0.001248333603143692, 0.010927220806479454, 0.021120352670550346, -0.060868214815855026, -0.023353205993771553, 0.01064429059624672, 0.03129054233431816, -0.08509314805269241, 0.015018237754702568, -0.025433124974370003, -0.0025960751809179783, 0.005138623062521219, -0.017144037410616875, 0.01613466441631317, -0.04086428880691528, 0.023108510300517082, -0.020095685496926308, -0.04918396472930908, -0.024576688185334206, 0.010109017603099346, -0.02382730506360531, 0.030296465381979942, -0.004997157957404852, 0.028430655598640442, 0.03245285153388977, 0.003790881484746933, 0.01495706383138895, -0.044595908373594284, -0.030525866895914078, -0.025784876197576523, 0.009520216844975948, 0.043922990560531616, -0.026931889355182648, -0.05138622969388962, 0.009466689079999924, 0.003626476041972637, 0.0010045930976048112, 0.029700016602873802, 0.014811774715781212, -0.007650583982467651, -0.024790797382593155, -0.007860870100557804, 0.03633740544319153, 0.030984673649072647, -0.01621113158762455, -0.002708864863961935, 0.04282185807824135, 0.03226932883262634, -0.03090820647776127, -0.012143055908381939, -0.03459394350647926, -0.028598884120583534, -0.08754011243581772, 0.09261756390333176, -0.033248115330934525, -0.01913219504058361, -0.05239560082554817, -0.02364378236234188, -0.0020608019549399614, 0.0013611234026029706, 0.011661309748888016, -0.04594173654913902, 0.004243952222168446, 0.02023332752287388, 0.001954703126102686, 0.011959533207118511, 0.002708864863961935, 0.008021451532840729, 0.03434924781322479, 0.03248343989253044, 0.03410455211997032, 0.022879106923937798, -0.03428807482123375, -0.014528844505548477, 0.029547082260251045, -0.02621309459209442, 0.034838639199733734, -0.030525866895914078, -0.009833733551204205, -0.02375083789229393, -0.044595908373594284, -0.00891612283885479, -0.028553003445267677, 0.021303875371813774, -0.008809068240225315, 0.06796440482139587, -0.02653425931930542, -0.04471825435757637, 0.018811030313372612, -0.06288696080446243, 0.007298832759261131, -0.0012636272003874183, -0.04444297030568123, 0.05242618918418884, 0.045482929795980453, 0.042485401034355164, -0.05196738243103027, 0.27626216411590576, -0.008273794315755367, -0.00035390161792747676, -0.033492811024188995, 0.017602842301130295, 0.023934360593557358, 0.007428827695548534, -0.024744916707277298, 0.008824361488223076, -0.03661268949508667, -0.0035691254306584597, 0.001919336849823594, -0.004347183275967836, 0.01726638525724411, 0.010399593971669674, 0.03434924781322479, -0.01937689073383808, 0.029241211712360382, 0.03330928832292557, 0.00042248351383022964, -0.006664151791483164, 0.0033856031950563192, -0.031412892043590546, -0.011554255150258541, 0.02121211402118206, -0.011462493799626827, 0.03645975515246391, 0.010957807302474976, 0.015148232690989971, -0.009137879125773907, 0.0005051640910096467, -0.025815462693572044, -0.002123887650668621, -0.026733074337244034, -0.002540636109188199, -0.024224936962127686, -0.026274269446730614, 0.011668956838548183, 0.03266695886850357, 0.0033454576041549444, -0.01078193262219429, -0.047624025493860245, 0.032758720219135284, 0.059216514229774475, 0.023230858147144318, 0.02801772952079773, -0.03343163803219795, 0.0098643209785223, 0.0606846921145916, 0.008074979297816753, 0.031275250017642975, -0.007723228074610233, 0.015347047708928585, -0.021946202963590622, -0.010193131864070892, -0.0002757612965069711, 0.003404719987884164, -0.03817262873053551, -0.0022385891061276197, 0.0067865001037716866, 0.01363417413085699, -0.025983691215515137, 0.013618879951536655, 0.05728952959179878, -0.03174934908747673, 0.021869733929634094, 0.01677699200809002, 0.037407953292131424, -0.07781343162059784, -0.005987413227558136, 0.008136153221130371, -0.03756088763475418, -0.03777499496936798, 0.033003419637680054, 0.008617899380624294, 0.011921299621462822, 0.02737540192902088, 0.011278972029685974, 0.013205954805016518, -0.004496295005083084, -0.005650956183671951, 0.018443986773490906, 0.02307792380452156, 0.04682876169681549, 0.023980241268873215, 0.03431865945458412, 0.010927220806479454, 0.023246152326464653, 0.014070039615035057, -0.0063621047884225845, 0.025846051052212715, 0.018443986773490906, -0.03841732442378998, -0.008029098622500896, 0.034899815917015076 ]
9857_10
Kingdom of Prussia During the First Partition of Poland in 1772 Elbląg was annexed by King Frederick the Great of the Kingdom of Prussia. Elbing became part of the newly established province of West Prussia in 1773. In the 1815 provincial reorganization following the Napoleonic Wars, Elbing and its hinterland were included within Regierungsbezirk Danzig in West Prussia. Elbing industrialized under the sovereignty of the Hohenzollern kings in Berlin. In 1828 the first steamship was built by Ignatz Grunau. In 1837 Ferdinand Schichau started the Schichau-Werke company in Elbing as well as another shipyard in Danzig later on. Schichau constructed the Borussia, the first screw-vessel in Germany. Schichau-Werke built hydraulic machinery, ships, steam engines, and torpedoes. After the inauguration of the railway to Königsberg in 1853, Elbing's industry began to grow. Schichau worked together with his son-in-law Carl H. Zise, who continued the industrial complex after Schichau's death. Schichau erected large complexes for his many thousands of workers. Georg Steenke, an engineer from Königsberg, connected Elbing near the Baltic Sea with the southern part of Prussia by building the Oberländischer Kanal (Elbląg Canal). Elbing became part of the Prussian-led German Empire in 1871 during the unification of Germany. As Elbing became an industrial city, the Social Democratic Party of Germany (SPD) frequently received the majority of votes; in the 1912 Reichstag elections the SPD received 51% of the vote. After World War I, as most of the province of West Prussia was reintegrated with the reborn Polish Republic, Elbing was joined to the German province of East Prussia, and was separated from Weimar Germany by the so-called Polish Corridor.
[ -0.036607526242733, 0.010138354264199734, 0.013493804261088371, -0.017439698800444603, -0.013673817738890648, 0.025288281962275505, -0.052823130041360855, -0.02733323536813259, 0.002428380772471428, -0.01617240346968174, 0.006232063751667738, -0.01987347938120365, 0.0003400003188289702, -0.03101990930736065, 0.012435325421392918, -0.0306742824614048, -0.06964358687400818, -0.0158555805683136, -0.05152703449130058, 0.06515044718980789, 0.06463201344013214, -0.001388803357258439, -0.047667548060417175, -0.07050764560699463, -0.016013991087675095, 0.0561065748333931, 0.031106315553188324, 0.02600833587348461, 0.038566071540117264, 0.011132028885185719, -0.01614360138773918, 0.01282415445894003, 0.0030116240959614515, -0.01955665647983551, 0.010512782260775566, 0.007308544125407934, -0.009807130321860313, -0.060426898300647736, 0.043030403554439545, -0.06301908940076828, -0.014660291373729706, -0.009173482656478882, 0.01683485321700573, -0.028067689388990402, 0.0076685706153512, 0.05705704540014267, -0.034908197820186615, -0.02844211645424366, -0.017727719619870186, -0.05685543268918991, -0.020262308418750763, 0.012867357581853867, -0.008143805898725986, -0.012831355445086956, -0.0012663942761719227, -0.0015391145134344697, -0.0018883405718952417, -0.0006664996035397053, -0.03510981425642967, 0.010109552182257175, -0.000311648182105273, -0.0320567861199379, 0.007740576285868883, 0.022811297327280045, 0.033237673342227936, 0.031912773847579956, -0.012600937858223915, -0.024352213367819786, 0.02625315450131893, -0.054292041808366776, -0.03185516968369484, -0.01975827105343342, -0.014393871650099754, -0.013169780373573303, -0.016820451244711876, -0.04876203089952469, -0.03502340614795685, -0.0025921929627656937, 0.011355245485901833, 0.009058274328708649, 0.004518336150795221, 0.004799157381057739, 0.005688423290848732, -0.006790105253458023, -0.022436870262026787, 0.041043054312467575, -0.03914211317896843, 0.039055708795785904, 0.016359617933630943, 0.041561491787433624, 0.005465206690132618, 0.02677159197628498, -0.0308470968157053, 0.051239013671875, 0.03931492567062378, 0.029277378693223, -0.003924292046576738, 0.01931183785200119, -0.03882528841495514, -0.004485934041440487, 0.024006586521863937, 0.048358798027038574, -0.014235459268093109, 0.044672124087810516, 0.0016327215125784278, 0.023099320009350777, -0.014026643708348274, 0.04614103585481644, -0.011470453813672066, -0.015668366104364395, -0.005393201485276222, -0.007474156096577644, 0.025072265416383743, -0.003985496703535318, 0.03015584498643875, 0.06388315558433533, -0.006505683995783329, 0.017799725756049156, -0.02191843092441559, 0.03493700176477432, -0.0012006893521174788, 0.05789230763912201, 0.011470453813672066, 0.005317595787346363, -0.03600268065929413, 0.0060664513148367405, -0.040380604565143585, 0.051152605563402176, -0.005983645562082529, -0.024928255006670952, -0.04925166442990303, -0.01756930723786354, -0.005069177132099867, -0.015077922493219376, 0.025878725573420525, 0.045363377779722214, -0.00990073662251234, -0.00010963941167574376, -0.011902485974133015, -0.006098853889852762, 0.010980817489326, -0.015034719370305538, -0.006059250794351101, 0.04424009472131729, -0.007553362287580967, 0.014055445790290833, 0.02625315450131893, -0.02021910436451435, -0.00239237817004323, 0.009346296079456806, -0.03577226400375366, 0.019527854397892952, 0.015193130820989609, -0.005602017045021057, 0.013162579387426376, 0.003557064803317189, 0.007553362287580967, -0.0015616161981597543, 0.02129918523132801, 0.04922286421060562, -0.09608395397663116, -0.03398653119802475, 0.03712596371769905, 0.027203625068068504, 0.003751479322090745, 0.008935865014791489, 0.029306180775165558, -0.012039296329021454, -0.043520040810108185, 0.013774625025689602, 0.002536388812586665, 0.02129918523132801, -0.026469171047210693, -0.024251405149698257, 0.04164789989590645, 0.01931183785200119, 0.030645480379462242, -0.010397573933005333, -0.006368874106556177, -0.025317084044218063, -0.02446742169559002, -0.06612972170114517, 0.0024967859499156475, 0.050806980580091476, -0.02871573716402054, -0.0317111611366272, -0.03133673220872879, 0.0031502344645559788, -0.008957467041909695, -0.007531760726124048, 0.05973564460873604, 0.04032300040125847, -0.06647534668445587, -0.010390372946858406, -0.01500591728836298, 0.024251405149698257, -0.03767320513725281, 0.02770766243338585, 0.007711774203926325, 0.0013483003713190556, -0.023660961538553238, 0.06388315558433533, -0.012032095342874527, 0.014581085182726383, -0.01818855293095112, -0.021515201777219772, 0.03099110722541809, 0.010217560455203056, -0.025403490290045738, -0.021659212186932564, 0.043923269957304, 0.017295686528086662, -0.025705913081765175, -0.003242041217163205, 0.014789900742471218, 0.044700928032398224, -0.023920180276036263, -0.0050871786661446095, -0.030789490789175034, -0.005105180200189352, 0.03168235719203949, 0.054781679064035416, 0.007690172176808119, 0.04326082020998001, -0.028038887307047844, 0.0610029399394989, -0.001308697392232716, 0.07079567015171051, 0.06440159678459167, 0.011686469428241253, 0.00029814717709086835, 0.003526462474837899, 0.005674022249877453, 0.00673610158264637, 0.005450805649161339, -0.012024895288050175, -0.0024859849363565445, -0.006358073092997074, -0.012046496383845806, -0.01945584826171398, 0.007805380970239639, 0.027160421013832092, 0.017511703073978424, 0.06751222163438797, 0.0072149368934333324, 0.0018793399212881923, 0.009180683642625809, -0.009115878492593765, 0.017108473926782608, 0.002955819945782423, -0.040697429329156876, -0.008259015157818794, 0.017684515565633774, 0.019772671163082123, 0.020276708528399467, 0.013263387605547905, -0.0007380549213849008, 0.020089495927095413, -0.006847709883004427, -0.023516951128840446, -0.0042123133316636086, 0.04262717440724373, -0.024755442515015602, -0.025489896535873413, -0.006883712485432625, 0.012118501588702202, 0.04150388762354851, -0.0009180683409795165, -0.015509954653680325, -0.04544978216290474, 0.0008798154885880649, -0.0021277584601193666, 0.021068768575787544, 0.010275164619088173, -0.051987867802381516, 0.028110891580581665, 0.03430335223674774, -0.020017489790916443, 0.044700928032398224, 0.001325798686593771, -0.03254642337560654, -0.021198377013206482, -0.00115028559230268, 0.023876978084445, -0.01784292794764042, -0.010952015407383442, -0.05967804044485092, -0.008518233895301819, -0.018778998404741287, 0.03847966343164444, -0.0015679167117923498, -0.0011313841678202152, -0.008842257782816887, -0.016849253326654434, -0.016777249053120613, -0.006487682927399874, 0.0019333439413458109, 0.02652677521109581, -0.010210360400378704, -0.01641722209751606, 0.0024697838816791773, 0.005256391130387783, 0.020867154002189636, -0.05057656392455101, 0.019772671163082123, 0.015236333943903446, 0.0020647537894546986, 0.025806721299886703, 0.04314561188220978, 0.011823279783129692, -0.0554153248667717, 0.01169367041438818, -0.004694749601185322, 0.003859487362205982, -0.02181762456893921, 0.06958597898483276, 0.07148692011833191, 0.04015018790960312, -0.03715476393699646, -0.03917091712355614, -0.04743713140487671, -0.001962146023288369, -0.005454406142234802, -0.005987245589494705, -0.022350464016199112, 0.003656072076410055, -0.009634316898882389, -0.00907987542450428, 0.012046496383845806, 0.02223525568842888, -0.040092583745718, -0.053629592061042786, -0.02495705708861351, 0.031106315553188324, -0.03150954470038414, -0.019643062725663185, -0.002428380772471428, 0.0023869776632636786, 0.03263282775878906, -0.01542354840785265, 0.021183976903557777, -0.04775395616889, 0.004932367242872715, -0.021198377013206482, -0.0345049686729908, -0.03830685093998909, 0.013112176209688187, -0.012680144049227238, 0.012579336762428284, -0.024669036269187927, 0.019643062725663185, -0.012046496383845806, -0.02485625073313713, 0.026958806440234184, -0.02255207858979702, 0.030875898897647858, -0.008813455700874329, -0.0013546007685363293, -0.00990073662251234, -0.014890708029270172, 0.04265597462654114, -0.015077922493219376, 0.03663632646203041, 0.03951654210686684, -0.04063982516527176, -0.08813455700874329, -0.027146020904183388, 0.020161500200629234, 0.03631950169801712, -0.05285193398594856, 0.053283967077732086, 0.04873322695493698, -0.037730809301137924, 0.01558195985853672, -0.04279998689889908, -0.026325158774852753, 0.002460783114656806, 0.04971250146627426, -0.011369646526873112, -0.020838351920247078, 0.03824924677610397, 0.005728026386350393, 0.02373296581208706, -0.03116391971707344, 0.05602017045021057, 0.01293216273188591, 0.022422468289732933, 0.017166078090667725, -0.08709768205881119, -0.0317111611366272, 0.027592454105615616, 0.005169984884560108, -0.031192721799016, 0.0045543392188847065, -0.03810523450374603, -0.041359879076480865, 0.0002580942236818373, -0.010239162482321262, 0.043520040810108185, -0.0056920237839221954, 0.03810523450374603, 0.07027722895145416, 0.001215090393088758, 0.043865665793418884, -0.0011943889549002051, 0.017727719619870186, -0.0034418562427163124, 0.09890656173229218, 0.03827805072069168, -0.002891015261411667, 0.024251405149698257, -0.04807077720761299, 0.03536903113126755, 0.011744074523448944, 0.005789231043308973, -0.010044747963547707, -0.03663632646203041, -0.04573780298233032, 0.04380806162953377, 0.017281286418437958, -0.05803631991147995, -0.0069665187038481236, -0.009252688847482204, 0.07200536131858826, 0.011384047567844391, -0.03260402753949165, -0.007218537386506796, 0.004262717440724373, 0.016705242916941643, 0.017713317647576332, 0.024280207231640816, -0.026123544201254845, 0.0029324183706194162, 0.019715066999197006, -0.01815975084900856, -0.021601608023047447, -0.006098853889852762, 0.009353496134281158, 0.006588490214198828, -0.024755442515015602, -0.020089495927095413, 0.07649849355220795, -0.03721236810088158, -0.002905416302382946, -0.0021187576930969954, 0.020046291872859, 0.0058036320842802525, 0.04159029573202133, 0.024424217641353607, -0.08058840036392212, -0.031595952808856964, -0.02572031505405903, -0.04265597462654114, -0.020435120910406113, 0.04870442673563957, 0.01815975084900856, -0.013428999111056328, -0.029046962037682533, 0.09372217953205109, 0.0508933886885643, -0.0011268839007243514, 0.024092992767691612, 0.013479403220117092, -0.03315126895904541, -0.02286890149116516, 0.051325421780347824, 0.026094742119312286, -0.0019693465437740088, -0.007531760726124048, 0.06733941286802292, -0.02871573716402054, -0.044844936579465866, 0.02296970970928669, -0.005000772420316935, 0.03580106422305107, -0.01965746283531189, 0.013882633298635483, 0.038710080087184906, -0.008158206939697266, -0.01338579598814249, -0.012298515066504478, 0.006005247123539448, -0.0064588808454573154, -0.007906188257038593, -0.027448443695902824, -0.09038113057613373, -0.006394075695425272, -0.03237361088395119, -0.0012510931119322777, -0.023934582248330116, 0.003877488663420081, 0.010692795738577843, -0.018001340329647064, -0.016791649162769318, 0.034879397600889206, -0.01867819018661976, -0.001647122553549707, 0.00672890106216073, -0.023675361648201942, -0.005058376584202051, -0.02080954797565937, 0.022076843306422234, 0.048502810299396515, -0.02171681635081768, -0.01850537769496441, 0.009771127253770828, -0.003261842764914036, 0.001326698693446815, 0.01683485321700573, 0.028154095634818077, 0.01061358954757452, -0.02520187571644783, 0.038566071540117264, 0.038220446556806564, -0.007567763328552246, -0.032920848578214645, -0.02589312754571438, 0.01707967184484005, -0.031941577792167664, 0.0010314767714589834, 0.0372987762093544, -0.042223941534757614, 0.0035066609270870686, 0.04193592071533203, -0.022105645388364792, 0.005144782830029726, 0.0046623470261693, -0.05316875874996185, -0.027419641613960266, -0.0951622799038887, -0.01446587685495615, -0.04375045746564865, -0.016791649162769318, -0.009475905448198318, 0.02966620773077011, -0.013378595933318138, 0.055645741522312164, 0.024654634296894073, -0.021011164411902428, -0.006689297966659069, -0.0209103561937809, -0.035570647567510605, -0.026440367102622986, -0.07200536131858826, -0.02554750069975853, 0.002557990374043584, -0.00907987542450428, 0.01418505609035492, -0.008547035977244377, 0.026555577293038368, -0.03081829473376274, 0.02007509395480156, 0.026267554610967636, 0.005782030522823334, -0.0058432347141206264, -0.04040940850973129, -0.05236229673027992, 0.038738884031772614, 0.02311372011899948, 0.038537267595529556, -0.027030812576413155, 0.023675361648201942, -0.029277378693223, -0.016705242916941643, -0.03430335223674774, -0.015049120411276817, 0.029781416058540344, 0.015711570158600807, -0.013421799056231976, -0.001960346009582281, -0.003992697224020958, 0.03139433637261391, 0.00023041715030558407, 0.03726997226476669, -0.01791493408381939, -0.015365943312644958, -0.04654426500201225, 0.014710694551467896, -0.025993933901190758, 0.014653090387582779, 0.004590341821312904, -0.04331842437386513, -0.004338323138654232, -0.01169367041438818, 0.04124467074871063, 0.020089495927095413, -0.04032300040125847, 0.023660961538553238, -0.05293834209442139, 0.011823279783129692, -0.031077513471245766, 0.012939362786710262, 0.002954019932076335, -0.000009296004463976715, -0.01420665718615055, 0.006217662710696459, -0.0035588648170232773, 0.07811141759157181, 0.004298720043152571, -0.0394013337790966, -0.0035876671317964792, 0.016777249053120613, 0.03286324441432953, -0.0004538587818387896, 0.030962305143475533, -0.02345934696495533, -0.03260402753949165, 0.02576351724565029, 0.030760688707232475, 0.04660186916589737, -0.022192051634192467, 0.004021499305963516, 0.007632568012923002, 0.014494678936898708, 0.02603713795542717, 0.024179399013519287, -0.0015301138628274202, -0.011204034090042114, 0.04300159960985184, -0.02952219732105732, -0.07788099348545074, 0.037068359553813934, 0.03568585589528084, -0.008806255646049976, -0.03464897722005844, 0.024928255006670952, -0.007128530647605658, -0.00933909509330988, -0.049165260046720505, 0.027405239641666412, 0.020031891763210297, 0.02095356024801731, -0.006084452848881483, 0.038393259048461914, -0.0019081420032307506, 0.02478424459695816, 0.00047703550080768764, 0.09395259618759155, 0.06601451337337494, 0.022091243416070938, 0.056797828525304794, -0.05460886284708977, -0.010296766646206379, -0.05293834209442139, -0.05256391316652298, -0.04349123686552048, 0.02412179484963417, 0.03836445510387421, -0.007304943632334471, -0.014739496633410454, 0.008143805898725986, -0.008971868082880974, 0.028528522700071335, 0.018534179776906967, -0.00673610158264637, 0.06860670447349548, -0.019643062725663185, -0.03444736450910568, -0.010829606093466282, 0.010289565660059452, 0.016719644889235497, -0.015293938107788563, -0.005245590582489967, -0.024683436378836632, -0.002014349913224578, -0.023920180276036263, -0.01448027789592743, -0.041187066584825516, -0.06232783943414688, -0.0394013337790966, -0.00738054933026433, -0.07453994452953339, -0.009677520021796227, -0.00009968241647584364, -0.023963384330272675, -0.014242660254240036, -0.05169984698295593, 0.0021115571726113558, 0.03594507649540901, 0.004403127823024988, 0.07448234409093857, -0.03510981425642967, 0.005609217565506697, -0.01535154227167368, -0.04314561188220978, -0.004485934041440487, -0.004691149108111858, 0.01975827105343342, -0.0379900261759758, -0.05339917540550232, 0.009958340786397457, -0.0379900261759758, 0.01676284708082676, -0.01617240346968174, 0.010239162482321262, 0.050346147269010544, -0.058957986533641815, -0.022854501381516457, 0.01294656377285719, 0.006084452848881483, 0.041043054312467575, 0.051959067583084106, 0.011268838308751583, 0.029406988993287086, 0.019959885627031326, 0.02942138910293579, 0.02934938482940197, -0.041215866804122925, 0.08525434881448746, -0.017871730029582977, 0.0052491906099021435, -0.04161909595131874, 0.0022573680616915226, -0.019513452425599098, -0.013976240530610085, -0.006116855423897505, 0.017756521701812744, -0.033727310597896576, 0.003629070008173585, -0.003418454434722662, -0.004136708099395037, -0.03925732150673866, 0.011564061045646667, 0.026080342009663582, -0.03271923586726189, -0.018764596432447433, -0.03911331295967102, -0.004496734589338303, -0.010188758373260498, 0.043721653521060944, 0.012363320216536522, -0.008093402720987797, 0.015121125616133213, 0.0017470300663262606, 0.009317493066191673, -0.03678033873438835, -0.07926350086927414, -0.04115826264023781, -0.021111970767378807, 0.023833774030208588, 0.059447623789310455, -0.012068098410964012, -0.03801883012056351, 0.02844211645424366, 0.004615543410181999, 0.012593737803399563, -0.027866074815392494, -0.042367953807115555, -0.025993933901190758, 0.017785323783755302, -0.008755851536989212, -0.008813455700874329, 0.002777606714516878, -0.0205647312104702, 0.031221523880958557, -0.018836602568626404, -0.005461606662720442, 0.043548841029405594, 0.008827856741845608, -0.01542354840785265, -0.0038090834859758615, 0.037385184317827225, -0.02240806818008423, 0.05187265947461128, 0.026742789894342422, 0.01815975084900856, -0.013997841626405716, -0.0032960453536361456, 0.023646559566259384, 0.006440879311412573, 0.0028172095771878958, 0.022336062043905258, -0.030933503061532974, 0.01700766570866108, 0.0529959462583065, -0.025417892262339592, 0.01340019702911377, -0.00011869633453898132, -0.0037154764868319035, 0.01791493408381939, -0.007340946234762669, -0.029291780665516853, 0.044384103268384933, -0.008979068137705326, -0.015509954653680325, -0.026958806440234184, 0.02415059693157673, 0.05650980770587921, 0.017310088500380516, 0.007045724429190159, -0.002826210344210267, 0.02530268393456936, -0.004323921632021666, 0.013789026066660881, -0.07373348623514175, 0.015437949448823929, 0.024741042405366898, -0.03246001526713371, 0.0005292394198477268, -0.004237515386193991, 0.013479403220117092, 0.0003150234406348318, -0.02851412259042263, 0.04977010563015938, 0.0032780440524220467, -0.029810218140482903, 0.005940441973507404, 0.020795147866010666, -0.02137119136750698, 0.00666769640520215, -0.03629070147871971, 0.03263282775878906, -0.0012681944062933326, -0.030213449150323868, 0.0376444011926651, -0.022753693163394928, -0.0020035491324961185, -0.040092583745718, -0.012557734735310078, -0.020233506336808205, -0.03343928977847099, 0.033727310597896576, 0.031768765300512314, 0.048157185316085815, 0.03462017700076103, 0.04196472465991974, 0.012428125366568565, -0.023963384330272675, 0.012860157527029514, 0.02805328741669655, -0.04406727850437164, -0.013061772100627422, 0.021486399695277214, 0.0030440266709774733, 0.02610914409160614, -0.0735606774687767, 0.002156560542061925, 0.02380497194826603, 0.016820451244711876, -0.07678651809692383, -0.0543784461915493, -0.0404382087290287, -0.01801574043929577, 0.016950061544775963, -0.03934372961521149, 0.03099110722541809, -0.0742519274353981, 0.048992447555065155, -0.003798282705247402, -0.03801883012056351, -0.04959729313850403, 0.023012913763523102, -0.03634830564260483, 0.010721597820520401, 0.015308339148759842, 0.025705913081765175, 0.035714659839868546, 0.012860157527029514, -0.00005586040788330138, -0.024942656978964806, -0.0019387443317100406, -0.00737334880977869, -0.0017218281282112002, 0.026901202276349068, -0.01948465034365654, -0.09136039763689041, -0.010246362537145615, -0.014537882059812546, -0.04622744023799896, -0.019441446289420128, 0.056308191269636154, -0.0039890967309474945, -0.037413984537124634, -0.014350668527185917, 0.010253563523292542, -0.013162579387426376, -0.01749730296432972, -0.029147770255804062, 0.03862367570400238, 0.044355303049087524, -0.042367953807115555, -0.009123079478740692, 0.013342592865228653, -0.0158555805683136, -0.07119890302419662, 0.04712030664086342, -0.031192721799016, -0.018361367285251617, -0.05360078811645508, -0.02227845788002014, -0.021457597613334656, -0.004680348560214043, -0.015509954653680325, -0.027909277006983757, 0.0009504707413725555, -0.01061358954757452, 0.019254233688116074, -0.02934938482940197, -0.00424471590667963, -0.009735124185681343, 0.010599188506603241, 0.027491645887494087, 0.047984372824430466, -0.015495553612709045, 0.033756110817193985, -0.0046443454921245575, 0.04953968897461891, -0.0284133143723011, 0.00034562574001029134, -0.004611943382769823, -0.010008744895458221, 0.019038217142224312, -0.01707967184484005, -0.04723551496863365, -0.02551869861781597, 0.004410328343510628, 0.014141852967441082, 0.06486243009567261, -0.013594611547887325, -0.02402098849415779, 0.02066553756594658, -0.08882581442594528, 0.015970788896083832, 0.01293216273188591, -0.01676284708082676, 0.04409608244895935, 0.03816283866763115, 0.03983336314558983, -0.03585866838693619, 0.2433205097913742, -0.008079001680016518, 0.006455280352383852, 0.01913902536034584, 0.04291519522666931, 0.010757600888609886, 0.022595282644033432, -0.04510415717959404, -0.005940441973507404, -0.03070308454334736, -0.001323998556472361, 0.016503628343343735, 0.0053211962804198265, -0.008122204802930355, 0.0007740576402284205, 0.03594507649540901, -0.02691560424864292, 0.062385443598032, 0.030731886625289917, -0.024337811395525932, -0.01808774657547474, 0.03712596371769905, -0.0022465672809630632, 0.023329736664891243, -0.02436661347746849, 0.02760685421526432, -0.010095151141285896, -0.012737748213112354, 0.009187883697450161, -0.03145194053649902, -0.057143453508615494, -0.024913854897022247, -0.00028847146313637495, -0.0009675720357336104, 0.0027650059200823307, -0.05190146341919899, -0.02461143210530281, -0.005277992691844702, 0.0012816954404115677, 0.005767629481852055, -0.017684515565633774, -0.050000522285699844, 0.058554757386446, -0.00016572483582422137, 0.0030602277256548405, 0.006167259067296982, -0.03643471375107765, -0.004809957928955555, 0.03099110722541809, 0.002235766500234604, 0.05250630900263786, -0.012320117093622684, 0.0669361799955368, 0.026555577293038368, -0.019355040043592453, 0.002250167541205883, -0.014962713234126568, -0.013299389742314816, 0.023300934582948685, -0.0009702722309157252, 0.026469171047210693, 0.001323998556472361, -0.019916681572794914, 0.04510415717959404, -0.03752919286489487, 0.00916628260165453, 0.022336062043905258, 0.05138302594423294, -0.028888549655675888, -0.003431055461987853, 0.007124930154532194, -0.04066862538456917, -0.004619143903255463, -0.012356119230389595, 0.008935865014791489, 0.03847966343164444, -0.01267294306308031, 0.020924758166074753, 0.0007223037537187338, -0.03585866838693619, 0.009540709666907787, -0.015841178596019745, 0.03185516968369484, 0.007070926483720541, 0.03211439028382301, 0.028182897716760635, 0.027102816849946976, -0.019268633797764778, -0.009835932403802872, -0.0025201875250786543, 0.02903256006538868, 0.048329997807741165, -0.03767320513725281, -0.0014113050419837236, 0.04015018790960312 ]
9857_11
Nazi Germany During World War II, under Nazi Germany, a Nazi prison, a forced labour subcamp of the Stalag I-A prisoner-of-war camp, and three subcamps of the Stutthof concentration camp were operated in the city. These were closed and many of the German inhabitants forced to flee as the Soviet Red Army approached the city toward the end of the war. Laid under siege since January 23, 1945, about 65% of the city infrastructure was destroyed, including most of the historical city center. The town was captured by the Soviet Red Army during the night of February 9/10, 1945. During the first days of the siege most of the population of approximately 100,000 persons fled. After the end of war, in spring 1945, the region together with the city became again part of Poland, although with a Soviet-installed communist regime, which stayed in power until the Fall of Communism in the 1980s, as a result of the Potsdam Conference. The area was settled by Poles after remaining Germans were either transferred or fled to Germany. As of 1 November 1945 16.838 Germans remained in the town. History after 1945 Elbląg was part of the so-called Recovered Territories and out of the new inhabitants, 98% were Poles expelled from former eastern Polish areas annexed by the Soviet Union. Parts of the damaged historical city center were completely demolished, with the bricks being used to rebuild Warsaw and Gdańsk. The Communist authorities had originally planned that the Old Town, utterly destroyed during the fighting since January 23, 1945, would be built over with blocks of flats; however, economic difficulties thwarted this effort. Two churches were reconstructed and the remaining ruins of the old town were torn down in the 1960s. Along with Tricity and Szczecin, Elbląg was the scene of rioting in the coastal cities in 1970 (see also Polish 1970 protests). Since 1990 the German minority population has had a modest resurgence, with the Elbinger Deutsche Minderheit Organization counting around 450 members in 2000.
[ -0.02623772993683815, 0.0060098194517195225, -0.025677340105175972, 0.05273410305380821, -0.021970147266983986, -0.04333679750561714, -0.055148087441921234, -0.03856630250811577, -0.030835798010230064, -0.021021796390414238, 0.007558075711131096, 0.0018715576734393835, 0.007353317923843861, -0.03296240419149399, 0.006703122053295374, -0.06006227433681488, -0.06954579055309296, 0.002367286942899227, -0.013736730441451073, 0.026094039902091026, 0.009454779326915741, 0.01748703047633171, -0.005420691799372435, 0.006703122053295374, -0.00223437394015491, 0.003728746436536312, 0.029801232740283012, 0.009943324141204357, -0.00022316798276733607, -0.012357309460639954, -0.013219447806477547, 0.011509540490806103, 0.0068288506008684635, -0.021883932873606682, 0.025821030139923096, 0.005011176690459251, 0.004605253227055073, -0.11512414366006851, 0.0285942405462265, -0.0003949220117647201, 0.000908837013412267, -0.02569170854985714, 0.016912272199988365, -0.009490701369941235, -0.03560629487037659, 0.013090127147734165, 0.00008834668551571667, 0.03353716433048248, 0.028479289263486862, -0.029140260070562363, 0.03641095757484436, 0.011459249071776867, 0.00034575321478769183, 0.002295442158356309, 0.0072204046882689, -0.03069210983812809, -0.018837712705135345, 0.026165885850787163, -0.00847050454467535, 0.0014557557879015803, -0.002958210650831461, -0.031381819397211075, -0.01160293910652399, -0.0015868726186454296, 0.014828771352767944, 0.0018715576734393835, -0.0002397821081103757, -0.016093241050839424, -0.016136348247528076, -0.04692903906106949, 0.022760439664125443, -0.016653630882501602, 0.0005312026478350163, -0.033307261765003204, -0.028565501794219017, 0.004633991047739983, -0.03212900459766388, 0.048595838248729706, 0.017530137673020363, 0.004228068049997091, 0.06563743203878403, -0.027847053483128548, 0.026711905375123024, 0.028148801997303963, -0.020720047876238823, 0.03698571398854256, 0.009670313447713852, 0.03442804142832756, -0.007787979207932949, 0.020260240882635117, -0.0002653768169693649, 0.036669597029685974, -0.023795006796717644, 0.03290493041276932, 0.03172667324542999, 0.044974859803915024, 0.0012213620357215405, -0.006789335981011391, -0.026539478451013565, -0.06845375150442123, 0.017257126048207283, 0.026913071051239967, 0.012666242197155952, 0.09178894758224487, 0.013758284039795399, 0.017860623076558113, -0.017688196152448654, 0.028579872101545334, 0.0026331127155572176, -0.02849365770816803, 0.00904526375234127, 0.011746629141271114, 0.02508821338415146, -0.025016367435455322, 0.06098188832402229, 0.03491658344864845, -0.013937896117568016, -0.009461963549256325, -0.03623852878808975, 0.04345174878835678, -0.00030354439513757825, 0.049371764063835144, 0.001030973275192082, -0.008025066927075386, -0.010216333903372288, 0.0010381577303633094, 0.005643411073833704, 0.019513053819537163, -0.00491059385240078, -0.05463080480694771, -0.03353716433048248, -0.022688595578074455, 0.02584976702928543, -0.015705278143286705, 0.00819749478250742, 0.05526303872466087, 0.010769539512693882, 0.010676140896975994, 0.005302147939801216, -0.02380937524139881, 0.0022487430833280087, -0.00937574915587902, -0.02112237922847271, 0.060579556971788406, 0.014304304495453835, 0.022616751492023468, 0.053050220012664795, -0.01583459973335266, 0.02485830895602703, 0.05290652811527252, -0.04681408777832985, -0.024786464869976044, 0.04310689494013786, -0.006067295558750629, 0.02375189960002899, 0.0008428295841440558, -0.015231102705001831, 0.05920013412833214, -0.07466114312410355, 0.009426040574908257, -0.07931668311357498, 0.0068539963103830814, 0.02965754270553589, 0.019067617133259773, 0.04730263352394104, -0.013937896117568016, 0.01157420128583908, -0.010417499579489231, -0.04169873520731926, 0.01859343983232975, 0.0551193505525589, 0.014555761590600014, 0.015935182571411133, -0.0006358266691677272, 0.024714618921279907, 0.044083982706069946, 0.027545304968953133, 0.0035760761238634586, 0.00976371206343174, 0.028421811759471893, -0.021495971828699112, -0.010554004460573196, 0.017688196152448654, -0.0006766884471289814, -0.008571087382733822, -0.025332484394311905, -0.0504925437271595, -0.05000399798154831, 0.014491100795567036, -0.0015356831718236208, 0.07431628555059433, 0.03756047412753105, 0.00309471576474607, 0.01931188814342022, 0.013104495592415333, 0.043652914464473724, -0.03195657953619957, 0.031065702438354492, -0.02717171236872673, -0.03876746818423271, -0.04135388135910034, 0.021768981590867043, -0.02960006706416607, -0.003692823927849531, -0.011114394292235374, -0.005108166951686144, 0.04396903142333031, 0.04963040351867676, 0.04681408777832985, 0.0011010218877345324, 0.06402810662984848, -0.03712940588593483, 0.04575078561902046, 0.016912272199988365, 0.03934222459793091, 0.044687479734420776, -0.04575078561902046, -0.0034072408452630043, -0.03873872756958008, -0.0007202443666756153, -0.01577712409198284, 0.02392432652413845, -0.014117508195340633, 0.01832043007016182, -0.019513053819537163, 0.032703764736652374, 0.02238684706389904, 0.08563902974128723, 0.04054921865463257, 0.011962163262069225, 0.010410315357148647, 0.002577433129772544, -0.018550334498286247, 0.042388446629047394, 0.002074519405141473, -0.022861022502183914, 0.02448471635580063, 0.00849924236536026, -0.036382220685482025, -0.03569250926375389, -0.010884490795433521, 0.017975574359297752, 0.03954339027404785, 0.06557995826005936, 0.004386126529425383, 0.04345174878835678, -0.036928240209817886, 0.0017943244893103838, 0.043595440685749054, 0.024168599396944046, 0.0172714963555336, 0.016409358009696007, -0.04569330811500549, 0.004023310262709856, -0.028809774667024612, 0.011861580424010754, 0.013751099817454815, 0.007723318412899971, -0.01127963699400425, -0.01110721006989479, -0.02380937524139881, 0.006886326242238283, 0.027789577841758728, -0.004335835110396147, -0.004325058311223984, 0.03164046257734299, 0.018162371590733528, 0.004332242999225855, -0.03552008047699928, -0.0789143517613411, -0.016093241050839424, -0.005259041208773851, -0.033192310482263565, -0.025490542873740196, -0.026582585647702217, 0.029801232740283012, 0.007421570364385843, -0.011143132112920284, 0.025662971660494804, -0.005262633319944143, -0.022702964022755623, -0.005154866259545088, -0.008686039596796036, -0.004730981774628162, -0.017788778990507126, 0.012551290914416313, -0.024714618921279907, -0.0129536222666502, -0.0034054447896778584, 0.0144408093765378, 0.023306461051106453, 0.01715654321014881, -0.01919693686068058, -0.016624892130494118, -0.03497406095266342, -0.04037678986787796, -0.01301109790802002, -0.0010857549495995045, 0.012673427350819111, 0.01787499152123928, -0.011732259765267372, -0.010460606776177883, -0.023119663819670677, -0.023953065276145935, -0.005718848202377558, 0.02370879240334034, 0.01842101290822029, -0.012946437112987041, 0.04802108183503151, 0.043423011898994446, -0.03819270804524422, -0.01902450993657112, 0.04000319913029671, -0.021280437707901, -0.035232700407505035, 0.07540832459926605, 0.06230383366346359, 0.025433067232370377, -0.02909715473651886, -0.02409675344824791, 0.006889918819069862, -0.00016344698087777942, -0.0073928325437009335, 0.006113994400948286, 0.030232302844524384, 0.019110722467303276, -0.02386685088276863, 0.007094676606357098, 0.009411672130227089, -0.002760637318715453, -0.030289778485894203, -0.023177141323685646, -0.032646287232637405, 0.05083739757537842, -0.0030013176146894693, 0.01798994466662407, -0.04549214243888855, 0.009382934309542179, 0.0008122955332510173, 0.01810489594936371, 0.015619064681231976, -0.03618105500936508, 0.039802033454179764, 0.017889361828565598, -0.005697294604033232, -0.01078390795737505, -0.018248585984110832, 0.05422847345471382, -0.008520795963704586, -0.006843219511210918, 0.027631519362330437, -0.013219447806477547, 0.002491219202056527, 0.04069290682673454, -0.02991618402302265, 0.005855353083461523, 0.002834278391674161, 0.023665685206651688, -0.021165484562516212, 0.0031611723825335503, 0.0424746610224247, -0.03230143338441849, 0.013212263584136963, 0.0723046287894249, -0.01810489594936371, -0.047446321696043015, -0.007558075711131096, 0.002685200423002243, 0.05207312852144241, -0.053107693791389465, 0.04037678986787796, 0.015518481843173504, -0.003703600727021694, -0.015417899005115032, -0.030404729768633842, -0.005356031470000744, 0.04141135513782501, -0.027358509600162506, 0.03724435716867447, -0.01531731616705656, 0.0617290735244751, 0.009476331993937492, 0.030232302844524384, -0.00030197278829291463, 0.028694823384284973, -0.012192066758871078, 0.050751183182001114, -0.02090684324502945, -0.04549214243888855, -0.03293366730213165, -0.02882414311170578, -0.02491578459739685, -0.004005348775535822, -0.029111523181200027, -0.020174026489257812, -0.06603976339101791, 0.004066416993737221, 0.006918656639754772, 0.05603896453976631, -0.031036963686347008, -0.023134034126996994, 0.04003193601965904, -0.023306461051106453, 0.03822144493460655, 0.009964876808226109, -0.023636946454644203, -0.0016659018583595753, 0.06736170500516891, 0.03773290291428566, -0.014900616370141506, -0.04554961994290352, -0.02287539280951023, 0.01284585427492857, 0.01776004023849964, 0.007622736040502787, 0.013593040406703949, -0.043049417436122894, -0.022731702774763107, 0.028191909193992615, 0.012393232434988022, -0.03316356986761093, 0.015446636825799942, 0.019383734092116356, 0.04066416993737221, -0.013542748987674713, 0.004626806825399399, -0.011868764646351337, -0.019599268212914467, -0.010862937197089195, 0.01319789420813322, 0.034629207104444504, -0.05733216926455498, -0.054918184876441956, 0.02960006706416607, 0.0014045663410797715, -0.046957775950431824, -0.018550334498286247, -0.0024714618921279907, -0.021208591759204865, -0.0836273729801178, -0.016581784933805466, 0.054918184876441956, -0.008125649765133858, 0.034025710076093674, -0.025016367435455322, -0.006911471951752901, 0.0022990345023572445, 0.02618025429546833, 0.010158858262002468, -0.025389961898326874, -0.02777520939707756, -0.04405524581670761, 0.027933267876505852, -0.040463004261255264, 0.028479289263486862, 0.04422767460346222, 0.0016389600932598114, -0.021280437707901, 0.03531891480088234, 0.01946994662284851, -0.020217133685946465, -0.005097390152513981, -0.0016470425762236118, -0.015403530560433865, -0.008240601047873497, 0.04471622034907341, -0.01787499152123928, -0.0013201487017795444, -0.029010940343141556, 0.07017802447080612, 0.028177540749311447, 0.006634869612753391, 0.00825497042387724, -0.005126128438860178, 0.039141058921813965, -0.024685882031917572, 0.0076371049508452415, -0.020202765241265297, 0.025892874225974083, -0.0017018242506310344, 0.01513051986694336, 0.030663371086120605, -0.02265985682606697, -0.03086453676223755, -0.025777922943234444, -0.06046460568904877, -0.00394428102299571, -0.021208591759204865, 0.0009860702557489276, -0.016696738079190254, 0.018550334498286247, 0.007209628354758024, 0.016481202095746994, 0.005650595296174288, -0.0007961304509080946, -0.048164770007133484, -0.03296240419149399, 0.012227988801896572, 0.009972061961889267, -0.0011073083151131868, -0.00728865759447217, 0.0038221445865929127, 0.0009501478052698076, -0.0232633538544178, -0.0009357788367196918, 0.02084936760365963, -0.004364572931081057, -0.02804821915924549, 0.0016667998861521482, 0.024068016558885574, -0.009576914831995964, -0.013700808398425579, -0.010862937197089195, 0.045118547976017, 0.039198536425828934, -0.059659942984580994, -0.009311089292168617, -0.026970546692609787, -0.011329928413033485, -0.012644689530134201, 0.014843140728771687, -0.029082784429192543, 0.03701445460319519, 0.009993615560233593, 0.025720447301864624, 0.015719648450613022, 0.016869165003299713, -0.014340226538479328, -0.04098028689622879, -0.08259280771017075, -0.01127963699400425, -0.07425881177186966, -0.021596554666757584, -0.015719648450613022, -0.02222878858447075, 0.004360980819910765, 0.042330969125032425, -0.006735452450811863, -0.03888241946697235, 0.013643331825733185, -0.025260640308260918, -0.0664420947432518, -0.016078872606158257, -0.060809459537267685, 0.018076157197356224, -0.045951951295137405, -0.003717969637364149, 0.0477624386548996, -0.011200607754290104, 0.05032011494040489, -0.026539478451013565, -0.020202765241265297, 0.004353796597570181, -0.014060032553970814, 0.006383412517607212, -0.06736170500516891, -0.07954659312963486, 0.031324341893196106, 0.0007498803315684199, -0.0022613159380853176, -0.040577955543994904, 0.05345254763960838, 0.02431228943169117, 0.019613636657595634, -0.03063463233411312, -0.02447034791111946, -0.05023390054702759, -0.005273410119116306, -0.03212900459766388, 0.013348768465220928, 0.01235012523829937, 0.002602578839287162, -0.009799634106457233, 0.047877389937639236, 0.0017539117252454162, 0.011775366961956024, -0.02937016449868679, -0.019886648282408714, -0.04537719115614891, 0.04207232967019081, -0.013844497501850128, -0.004360980819910765, 0.008671670220792294, 0.02475772611796856, 0.07816717028617859, 0.021898303180933, 0.024283550679683685, 0.04796360433101654, -0.039802033454179764, 0.00603496516123414, -0.030375991016626358, 0.005823023151606321, -0.03439930081367493, -0.011552647687494755, -0.023407043889164925, -0.01902450993657112, -0.0043178740888834, 0.006394189316779375, -0.004935739561915398, -0.004407680127769709, -0.000024065209800028242, -0.002072723116725683, 0.020878106355667114, -0.04017562419176102, 0.03744552284479141, -0.07144249230623245, -0.007051569409668446, -0.02178335003554821, 0.027473460882902145, 0.0011800512438639998, 0.026165885850787163, 0.01870839297771454, -0.033307261765003204, 0.044198937714099884, 0.003951465245336294, 0.015216734260320663, 0.04440010339021683, 0.02151034027338028, 0.013176340609788895, -0.011322744190692902, -0.03730183467268944, 0.018765868619084358, 0.02732977084815502, -0.038135234266519547, -0.027214819565415382, -0.032703764736652374, -0.04382534325122833, -0.024843940511345863, -0.06351082772016525, 0.022530537098646164, 0.014024109579622746, 0.05460206791758537, 0.026640061289072037, 0.04241718351840973, 0.03879620507359505, -0.0005922707496210933, 0.03238764777779579, 0.03293366730213165, 0.022789178416132927, 0.07086773216724396, 0.041784949600696564, -0.05109604075551033, -0.008786622434854507, -0.030720846727490425, -0.041555047035217285, -0.03339347615838051, 0.0018131837714463472, 0.017918098717927933, -0.03184162452816963, -0.008355553261935711, 0.009950508363544941, -0.00935419648885727, 0.03804901987314224, -0.014455178752541542, -0.014361780136823654, -0.009289535693824291, 0.016596155241131783, -0.04560709372162819, -0.02316277101635933, -0.02755967527627945, -0.015001199208199978, 0.04382534325122833, -0.028235016390681267, -0.04879700392484665, 0.01639498956501484, -0.05009021237492561, -0.009332642890512943, -0.018665285781025887, -0.0302035640925169, -0.045118547976017, -0.053711190819740295, -0.045520879328250885, 0.003646124852821231, -0.03416939824819565, -0.06023469939827919, -0.02919773757457733, -0.030835798010230064, -0.020202765241265297, 0.014261197298765182, -0.008980602957308292, 0.06299354135990143, -0.02635268121957779, 0.00756525993347168, -0.017472662031650543, -0.032100267708301544, -0.01991538517177105, -0.037273094058036804, -0.008448950946331024, -0.032215218991041183, 0.00700127799063921, -0.013212263584136963, -0.02547617442905903, 0.007529337424784899, 0.014728189446032047, -0.01798994466662407, 0.028033850714564323, -0.0870184525847435, 0.005966712720692158, 0.05667119845747948, 0.0578494518995285, 0.01141614280641079, 0.01765945740044117, 0.056240130215883255, -0.015087413601577282, 0.015274209901690483, -0.0071234144270420074, 0.027099868282675743, -0.031496770679950714, 0.05612517520785332, 0.011006627231836319, -0.033307261765003204, -0.022142574191093445, 0.0003482228785287589, -0.014289936050772667, -0.016524309292435646, -0.012975174933671951, 0.008319630287587643, 0.00503272982314229, -0.007022831588983536, 0.06184402480721474, 0.00403049448505044, -0.016423726454377174, 0.015331685543060303, 0.005136904772371054, 0.003865251550450921, -0.045578356832265854, 0.020044706761837006, -0.07086773216724396, 0.012738087214529514, 0.012493815273046494, 0.02518879622220993, 0.013499642722308636, 0.02491578459739685, -0.041555047035217285, -0.0222718957811594, -0.03870999068021774, -0.07862697541713715, -0.035778723657131195, -0.004946516361087561, -0.007852639071643353, 0.021194223314523697, 0.00901652593165636, -0.04704399034380913, 0.015604696236550808, -0.01875149831175804, -0.015187995508313179, 0.009928954765200615, -0.03807775676250458, -0.04603816196322441, -0.030059874057769775, -0.04405524581670761, 0.002555879531428218, 0.0027390839532017708, -0.018076157197356224, 0.042934466153383255, -0.019326258450746536, 0.0022505391389131546, 0.04008941352367401, -0.025389961898326874, -0.007238366175442934, 0.023134034126996994, -0.010424683801829815, 0.0020870922598987818, 0.04621059074997902, -0.019153829663991928, -0.010704878717660904, 0.026812488213181496, -0.03537639230489731, 0.03477289527654648, 0.003585056634619832, -0.01166041474789381, 0.004299912601709366, -0.03707192838191986, -0.03359463810920715, -0.023478887975215912, -0.010489344596862793, 0.0009241040679626167, 0.0005841882084496319, 0.0041885534301400185, 0.004605253227055073, -0.04730263352394104, -0.029054047539830208, 0.008520795963704586, -0.0035168041940778494, -0.05626886710524559, -0.016208192333579063, 0.03218648210167885, 0.044687479734420776, 0.018449751660227776, 0.012177697382867336, 0.0035527264699339867, -0.01229264959692955, -0.012594398111104965, -0.030893273651599884, -0.047992341220378876, 0.03376706689596176, -0.002933064941316843, -0.02872356027364731, -0.011265268549323082, 0.027301033958792686, 0.008312446065247059, 0.0015141296898946166, 0.021323543041944504, 0.042388446629047394, 0.005266225431114435, -0.015417899005115032, -0.023292092606425285, 0.004292728379368782, -0.053768668323755264, 0.01750139892101288, -0.022300632670521736, 0.0590851828455925, 0.019283151254057884, -0.02783268503844738, 0.01836353726685047, -0.020662572234869003, 0.042043592780828476, -0.02931268885731697, 0.021194223314523697, 0.004263990558683872, 0.0035150081384927034, -0.009814003482460976, 0.043308060616254807, 0.015619064681231976, 0.03971581906080246, 0.04713020473718643, -0.03207153081893921, -0.04391155764460564, 0.05546420440077782, 0.016854796558618546, -0.018765868619084358, -0.018392276018857956, 0.028579872101545334, -0.01676858216524124, -0.0043789418414235115, -0.054803233593702316, -0.02221442013978958, 0.021467233076691628, 0.020317716524004936, -0.05351002514362335, 0.0039191353134810925, -0.025806661695241928, -0.009454779326915741, 0.024053648114204407, -0.030174827203154564, 0.038480088114738464, -0.04764748737215996, 0.01628003641963005, 0.003976610954850912, -0.016193823888897896, 0.004612437915056944, 0.003876028349623084, -0.016926640644669533, 0.05164206027984619, -0.020777523517608643, 0.0578494518995285, 0.01997286081314087, 0.0005545522435568273, 0.018119264394044876, -0.07138501852750778, -0.0444575771689415, -0.02600782737135887, -0.005647003185003996, 0.024398501962423325, -0.02056198939681053, 0.004475932568311691, -0.01287459209561348, -0.018262954428792, -0.014225275255739689, 0.03092201240360737, 0.02876666747033596, -0.012774010188877583, -0.029686281457543373, 0.01573401689529419, 0.021438496187329292, 0.0005491639021784067, -0.002884569810703397, 0.005647003185003996, 0.04448631405830383, 0.015346054919064045, -0.016524309292435646, -0.01776004023849964, -0.01232138741761446, -0.051613323390483856, -0.08926001191139221, 0.05802188068628311, -0.015173627063632011, -0.002096072770655155, -0.03172667324542999, -0.014433625154197216, 0.020447036251425743, 0.028795406222343445, -0.017285864800214767, -0.01935499534010887, 0.0035724840126931667, 0.021424125880002975, 0.027157343924045563, 0.019728587940335274, -0.007996329106390476, -0.01577712409198284, 0.03750299662351608, 0.02645326405763626, 0.03063463233411312, -0.012256726622581482, -0.04207232967019081, -0.0305771566927433, 0.04767622426152229, -0.04517602548003197, 0.04460126534104347, -0.007259919308125973, -0.04440010339021683, -0.0015617269091308117, -0.029456378892064095, -0.05290652811527252, 0.00301748258061707, -0.0038185524754226208, -0.00353476544842124, 0.021740244701504707, -0.010173226706683636, -0.04069290682673454, 0.012637504376471043, -0.09127166867256165, 0.007996329106390476, -0.014282750897109509, -0.01688353344798088, 0.014656344428658485, 0.007152152247726917, 0.06121179088950157, -0.027530936524271965, 0.24093879759311676, -0.006703122053295374, 0.03299114480614662, -0.011480802670121193, -0.0012653670273721218, 0.02991618402302265, 0.04098028689622879, -0.02954259142279625, -0.02932705730199814, 0.0073784636333584785, -0.006264868658035994, 0.007051569409668446, 0.008951865136623383, -0.022041991353034973, 0.00918895285576582, 0.055694106966257095, -0.03689950332045555, 0.062073927372694016, 0.0245852991938591, -0.040721647441387177, -0.0010264829033985734, 0.02260238118469715, 0.0086357481777668, 0.02574918419122696, -0.003310250351205468, 0.04968788102269173, 0.024987630546092987, -0.008858466520905495, 0.034025710076093674, -0.030720846727490425, -0.06489024311304092, -0.04043426737189293, -0.004709428176283836, -0.007241958286613226, -0.029829971492290497, 0.02299034409224987, -0.026913071051239967, -0.03724435716867447, 0.0010121139930561185, -0.03123812936246395, -0.021050533279776573, -0.040577955543994904, 0.05546420440077782, 0.03689950332045555, 0.030002398416399956, 0.056355081498622894, -0.016208192333579063, -0.007981959730386734, 0.10006546974182129, 0.002405005507171154, 0.03646843135356903, -0.009756526909768581, 0.010187596082687378, 0.01075517013669014, 0.0049285548739135265, 0.017400816082954407, -0.006002635229378939, -0.01688353344798088, 0.012443523854017258, -0.014246828854084015, 0.06046460568904877, -0.006897103041410446, 0.016481202095746994, 0.03442804142832756, -0.0018266546539962292, 0.023019080981612206, 0.04759001359343529, 0.059659942984580994, -0.08046620339155197, -0.015446636825799942, 0.03730183467268944, -0.046785350888967514, -0.005241079721599817, 0.033738330006599426, 0.013147602789103985, 0.04741758480668068, 0.01919693686068058, 0.026798119768500328, -0.03301988169550896, -0.018837712705135345, 0.006764190271496773, -0.010791093111038208, -0.003990979865193367, 0.002379859797656536, 0.01777440868318081, 0.04730263352394104, 0.04195737838745117, 0.0011638861615210772, 0.032818716019392014, 0.025318115949630737, 0.04399777203798294, 0.010719248093664646, -0.05319390818476677, -0.013018282130360603, 0.05727469548583031 ]
9857_12
Restoration of the Old Town began after 1989. Since the beginning of the restoration, an extensive archaeological programme has been carried out. Most of the city's heritage was destroyed during the construction of basements in the 19th century or during World War II, but the backyards and latrines of the houses remained largely unchanged, and have provided information on the city's history. In some instances, private investors have incorporated parts of preserved stonework into new architecture. By 2006, approximately 75% of the Old Town had been reconstructed. The city museum presents many pieces of art and items of everyday use, including the only 15th century binoculars preserved in Europe. Elbląg is also home to the Elbrewery, Poland's largest brewery, which belongs to the Żywiec Group (Heineken). The history of the Elblag Brewing Tradition dates back to 1309, when Teutonic Master Siegfried von Leuchtwangen granted brewing privileges to the town of Elbing. The present brewery was founded in 1872 as the Elbinger Aktien-Brauerei. In the early 1900s, the brewery was the exclusive supplier of Pilsner beer to the court of German Emperor Wilhelm II. Historic buildings Until World War II there were many Gothic, Renaissance and Baroque houses in Elbląg's Old Town; some of them are reconstructed. Other preserved buildings are: St. Nicholas Cathedral - a monumental 13th-century Gothic church (cathedral only from 1992, before it was a parochial church), destroyed by fire in the late 18th century, then damaged in World War II and repaired city gate (Brama Targowa) - erected in 1319 St. Mary's Church - former Dominican church, erected in the 13th century, rebuilt in the 14th and 16th centuries; damaged in World War II and reconstructed in 1961 as an art gallery; remnants of cloister are partially preserved Holy Ghost church with hospital, from the 14th century Corpus Christi church from the 14th century Population Institutions of higher education
[ -0.0444578118622303, -0.0018945090705528855, 0.014606939628720284, 0.01880231685936451, 0.0014039502711966634, 0.011656264774501324, -0.03877611830830574, -0.011180349625647068, -0.014409251511096954, -0.01982736401259899, 0.05145743116736412, -0.01992986910045147, 0.028657425194978714, -0.03464663773775101, -0.0036334304604679346, -0.018992682918906212, -0.033475153148174286, 0.013494029641151428, -0.053214654326438904, 0.028144899755716324, 0.042290568351745605, 0.010755686089396477, -0.04182197526097298, -0.02340039052069187, -0.027969177812337875, 0.021526016294956207, 0.019153760746121407, 0.015331795439124107, 0.04088478907942772, 0.008961851708590984, -0.0020208097994327545, 0.004674952942878008, -0.012044318951666355, -0.006336995866149664, -0.006692101713269949, 0.013018114492297173, -0.0280570387840271, -0.08487401157617569, 0.03965472802519798, -0.023092877119779587, 0.01495838537812233, -0.0238689836114645, 0.025084398686885834, -0.015771102160215378, -0.029536036774516106, 0.017250100150704384, -0.0059892116114497185, -0.027427366003394127, 0.02328324317932129, -0.05687554180622101, 0.03309442102909088, -0.01902196928858757, -0.01672293245792389, -0.0088373813778162, 0.03010713681578636, -0.028950296342372894, -0.03221580758690834, 0.0200470183044672, -0.009855108335614204, 0.028408484533429146, 0.011429289355874062, 0.010323701426386833, 0.014672835357487202, -0.015858963131904602, 0.0386296808719635, 0.004250289872288704, -0.0026834302116185427, -0.017850486561655998, -0.018934108316898346, -0.05353681370615959, -0.015185359865427017, 0.005095954984426498, -0.008280926384031773, -0.026797693222761154, -0.04413565620779991, -0.024366864934563637, 0.0082882484421134, 0.04231985658407211, -0.004045280162245035, 0.026299813762307167, 0.05371253564953804, -0.023268599063158035, 0.04996378719806671, 0.02310751937329769, -0.03939114511013031, 0.05195530876517296, -0.022565707564353943, 0.04267130047082901, -0.006578614003956318, 0.021965323016047478, 0.0039134882390499115, 0.012900966219604015, 0.00913025252521038, 0.058720629662275314, 0.020852413028478622, 0.026826981455087662, -0.04138266667723656, -0.01581503264605999, 0.004279577173292637, -0.038131799548864365, -0.0002882948610931635, 0.016810793429613113, 0.014753375202417374, 0.05716841295361519, -0.0009129337267950177, 0.009467054158449173, -0.005978228524327278, 0.03906898945569992, -0.0009820329723879695, -0.07280772179365158, 0.04132409393787384, -0.022433916106820107, 0.034998081624507904, -0.041529104113578796, 0.026958772912621498, 0.047972265630960464, -0.008258961141109467, 0.009049712680280209, -0.048265136778354645, 0.07075762748718262, 0.016210408881306648, 0.058867067098617554, 0.017147595062851906, -0.013618499971926212, -0.017176883295178413, 0.025318695232272148, -0.000392172543797642, 0.035583823919296265, -0.012000388465821743, -0.029536036774516106, -0.024732952937483788, -0.037077464163303375, 0.011048557236790657, 0.0055645485408604145, 0.010499424301087856, 0.023751836270093918, 0.009569559246301651, 0.06103431060910225, -0.016151834279298782, -0.029946057125926018, 0.029638541862368584, -0.025963012129068375, -0.005736610386520624, 0.06308440864086151, 0.0007097544730640948, 0.004550482612103224, 0.007746437098830938, -0.008449327200651169, -0.002862813649699092, 0.020178809762001038, -0.039771877229213715, -0.0037267832085490227, 0.044106367975473404, 0.00487264059484005, -0.0035309256054461002, 0.01941734552383423, -0.025245478376746178, 0.01716223917901516, -0.005839115008711815, -0.008398075588047504, -0.08440541476011276, 0.018743742257356644, -0.01227861549705267, 0.025201547890901566, 0.04311060905456543, -0.006798267364501953, 0.009269366040825844, -0.006036803126335144, -0.010499424301087856, -0.009569559246301651, 0.034851644188165665, 0.027852028608322144, 0.01401387620717287, 0.011868596076965332, 0.048089414834976196, 0.046771492809057236, 0.04366706311702728, -0.006776302121579647, -0.0008566476171836257, 0.013340272940695286, -0.017220813781023026, -0.02183353155851364, 0.03265511244535446, 0.03233295679092407, -0.02105742320418358, -0.04398921877145767, -0.02810096926987171, -0.028964938595891, 0.01691329851746559, 0.014716766774654388, 0.03833680972456932, 0.02769095078110695, -0.009122930467128754, 0.032772261649370193, -0.008493258617818356, 0.0209549181163311, -0.055264752358198166, 0.042290568351745605, 0.004096532706171274, -0.05415184423327446, -0.038717541843652725, 0.011121775023639202, 0.005235068500041962, 0.0004818642628379166, 0.029023513197898865, -0.017367249354720116, 0.04964163154363632, 0.037546057254076004, -0.009591524489223957, -0.02438150905072689, 0.030663590878248215, -0.003265511244535446, 0.007351061329245567, 0.031102897599339485, 0.04375492408871651, -0.006183238234370947, -0.01664971560239792, -0.008075917139649391, -0.014182277023792267, -0.026665901765227318, -0.0280570387840271, 0.017689406871795654, 0.04548286274075508, 0.02998998761177063, -0.039889026433229446, 0.0757950097322464, 0.016195764765143394, 0.032772261649370193, 0.009122930467128754, -0.030400006100535393, -0.03344586491584778, -0.005806167144328356, 0.023458965122699738, 0.017938347533345222, 0.011685552075505257, -0.02416185475885868, 0.009942969307303429, 0.0047445097006857395, -0.012695956975221634, -0.004825049079954624, 0.02183353155851364, 0.0378975048661232, 0.02193603664636612, 0.04724008962512016, -0.022463204339146614, -0.01698651723563671, -0.03104432299733162, 0.00012916067498736084, -0.009701350703835487, 0.04357920214533806, 0.03227438032627106, -0.021086709573864937, -0.02105742320418358, 0.016927942633628845, -0.005202120635658503, 0.012498268857598305, -0.004107515327632427, 0.006692101713269949, 0.013728327117860317, 0.0020317924208939075, 0.029272453859448433, 0.018890177831053734, 0.00924007873982191, -0.022609639912843704, -0.010301736183464527, 0.01927090995013714, 0.03614027798175812, 0.009628132916986942, -0.033035844564437866, -0.054854732006788254, -0.03160077705979347, -0.013947980478405952, 0.0028426789212971926, 0.009349905885756016, -0.055118318647146225, 0.019842008128762245, 0.0023301546461880207, -0.04387207329273224, 0.032596539705991745, -0.01193449180573225, -0.009203470312058926, -0.01301079336553812, 0.017850486561655998, 0.016737576574087143, 0.024030063301324844, 0.025933723896741867, -0.0535661019384861, 0.015302508138120174, -0.019036613404750824, 0.012761852703988552, 0.02550906129181385, 0.02984355203807354, -0.04158767685294151, -0.023371104151010513, -0.018992682918906212, -0.004078228492289782, -0.044516388326883316, 0.028115613386034966, 0.013794222846627235, -0.020383819937705994, -0.02474759705364704, -0.013259733095765114, -0.004458960611373186, -0.02416185475885868, 0.003501638537272811, 0.0389811247587204, -0.024000776931643486, 0.00924007873982191, 0.046332187950611115, 0.01782119832932949, -0.06671600788831711, 0.004092871677130461, 0.007702506612986326, -0.02959461137652397, -0.032596539705991745, 0.07292487472295761, 0.052892498672008514, 0.04164625331759453, -0.032742973417043686, -0.05025665834546089, -0.003510790877044201, -0.019109830260276794, -0.01581503264605999, -0.029345670714974403, 0.020764552056789398, 0.028335265815258026, -0.010279770940542221, -0.013640465214848518, 0.018773028627038002, 0.0031630066223442554, -0.0495537668466568, -0.038278236985206604, -0.014299425296485424, 0.05339037999510765, -0.01992986910045147, 0.01574181392788887, 0.054971881210803986, -0.0063333348371088505, 0.01241040788590908, 0.011502507142722607, 0.04770868271589279, -0.025157617405056953, 0.030927173793315887, 0.007826976478099823, -0.018128713592886925, 0.00427225511521101, 0.0007385839708149433, 0.01138535887002945, -0.014797305688261986, -0.00918150506913662, 0.011802700348198414, -0.01536108274012804, -0.0006182322977110744, 0.07052332907915115, -0.022258194163441658, 0.009569559246301651, -0.02433757856488228, 0.013303663581609726, -0.01789441704750061, 0.03312370553612709, 0.02739807963371277, -0.020500967279076576, 0.024352220818400383, 0.07245627790689468, -0.008302891626954079, -0.0656030997633934, -0.037838928401470184, 0.04176340252161026, 0.01373564824461937, -0.07052332907915115, 0.05869134142994881, 0.04601002857089043, -0.038278236985206604, 0.025640852749347687, -0.041704826056957245, -0.05280463770031929, 0.012256650254130363, -0.009005782194435596, 0.018465515226125717, -0.009569559246301651, 0.06115145981311798, -0.03086860105395317, 0.03338729217648506, -0.02237534150481224, 0.04103122279047966, -0.0052314079366624355, 0.030634304508566856, -0.052160318940877914, -0.08803701400756836, 0.005696340464055538, -0.008537189103662968, 0.011883239261806011, 0.027573801577091217, -0.03804393857717514, -0.05728556215763092, -0.0889156237244606, -0.026065517216920853, 0.004341812338680029, 0.020310601219534874, -0.03101503662765026, -0.023707905784249306, 0.040943361818790436, -0.024030063301324844, 0.04683006927371025, -0.01782119832932949, 0.006190560292452574, -0.01931484043598175, 0.069234699010849, 0.011458576656877995, -0.021042779088020325, -0.032742973417043686, -0.02991677075624466, -0.021335650235414505, 0.0013902218779549003, -0.0037432571407407522, 0.033358003944158554, -0.009071677923202515, -0.03268440067768097, -0.009562237188220024, 0.021438155323266983, -0.03450020030140877, 0.030985748395323753, 0.018641237169504166, 0.03927399590611458, 0.024059349671006203, -0.04741581156849861, 0.004770135972648859, 0.012351833283901215, -0.03739962354302406, 0.02350289560854435, 0.01402851939201355, -0.0036682088393718004, -0.02627052552998066, 0.04759153351187706, 0.013896727934479713, -0.054825447499752045, 0.00869094580411911, 0.017001159489154816, -0.022287480533123016, -0.05798845365643501, 0.0002644991036504507, 0.052453190088272095, -0.039742592722177505, -0.006102698855102062, -0.014438538812100887, 0.04311060905456543, 0.022975727915763855, 0.04530714079737663, 0.051076699048280716, -0.003563873702660203, -0.021921392530202866, -0.04173411428928375, 0.02722235769033432, -0.03265511244535446, 0.03939114511013031, 0.010008865036070347, 0.02609480358660221, -0.03622813895344734, 0.05374182388186455, 0.03116147220134735, 0.032772261649370193, 0.014387286268174648, -0.02200925350189209, -0.04296417161822319, -0.016605783253908157, 0.0550304539501667, -0.014965706504881382, -0.003670039353892207, -0.014182277023792267, 0.02058883011341095, -0.013728327117860317, 0.022565707564353943, 0.028232762590050697, -0.05412255600094795, 0.02452794462442398, -0.01298882719129324, 0.033211566507816315, 0.022902509197592735, -0.014299425296485424, 0.021950678899884224, 0.02889172174036503, 0.06126860901713371, -0.008295570500195026, 0.039625443518161774, -0.04018189758062363, -0.033065132796764374, -0.021892104297876358, -0.002183719305321574, -0.04785511642694473, -0.03924471139907837, 0.04492640867829323, -0.025816576555371284, 0.015902893617749214, -0.0007902940269559622, -0.03728247433900833, -0.03567168489098549, -0.04504355415701866, -0.013149906881153584, -0.023122163489460945, -0.014240850694477558, 0.005176494363695383, 0.014416573569178581, -0.02470366656780243, -0.01975414715707302, -0.029755691066384315, 0.005487669724971056, 0.001318834605626762, -0.028013108298182487, -0.015551448799669743, 0.03950829431414604, -0.04135338217020035, 0.004579769913107157, 0.02193603664636612, 0.01997379958629608, 0.020574185997247696, -0.0630258321762085, -0.02036917582154274, -0.012490946799516678, -0.02834990993142128, 0.001124807633459568, 0.009825821034610271, -0.03748748451471329, -0.016078615561127663, 0.010836225934326649, -0.023019658401608467, 0.03180578723549843, 0.04460424929857254, 0.0008040223619900644, -0.026768406853079796, -0.10865513235330582, -0.04923161119222641, -0.07684934139251709, -0.05060810595750809, -0.02455723099410534, -0.019212335348129272, -0.004048941191285849, 0.04431137815117836, 0.019036613404750824, -0.015595379285514355, 0.03309442102909088, -0.0368138812482357, -0.05479615926742554, 0.002434490015730262, -0.04929018393158913, 0.009796533733606339, 0.013054723851382732, -0.0015238443156704307, 0.04867515712976456, -0.000987524283118546, 0.010850869119167328, -0.028291335329413414, -0.02998998761177063, 0.018026208505034447, -0.00838343147188425, -0.016342200338840485, -0.057666294276714325, -0.05687554180622101, 0.030370719730854034, 0.003532756119966507, 0.051281705498695374, 0.011443933472037315, 0.04762082174420357, -0.0005322014912962914, -0.01487052347511053, -0.020998848602175713, -0.04759153351187706, -0.000016502592188771814, -0.014994993805885315, 0.002202023519203067, 0.0038805403746664524, -0.019842008128762245, 0.02754451520740986, 0.01208092737942934, 0.03775106742978096, -0.012146824039518833, -0.011495186015963554, -0.0502859465777874, -0.058837778866291046, -0.04896802827715874, 0.03505665436387062, -0.026958772912621498, -0.02105742320418358, 0.021804243326187134, 0.007556071039289236, 0.03546667471528053, 0.05043238028883934, 0.007717150263488293, 0.043198470026254654, -0.05535261332988739, 0.009964934550225735, -0.06150290369987488, 0.028305979445576668, 0.007442583795636892, -0.02347360923886299, -0.03719461336731911, -0.013223124668002129, 0.028657425194978714, 0.017762623727321625, -0.003294798545539379, -0.007805011235177517, 0.007607323583215475, -0.02492331899702549, 0.06249866634607315, -0.04138266667723656, -0.0006598749314434826, -0.04325704276561737, -0.037663206458091736, -0.02788131684064865, 0.026739120483398438, 0.03253796324133873, 0.01826050505042076, 0.022565707564353943, -0.029492106288671494, 0.012505590915679932, -0.011597690172493458, 0.00034709786996245384, 0.03526166453957558, -0.004415030125528574, 0.016488635912537575, 0.014914453960955143, -0.06091716140508652, -0.012666669674217701, 0.03256725147366524, -0.02362004481256008, 0.008075917139649391, -0.011487863957881927, -0.006531022489070892, -0.037048179656267166, -0.03045858070254326, 0.0444578118622303, -0.005275338422507048, 0.019344128668308258, 0.0008758672629483044, 0.03268440067768097, 0.0328015498816967, 0.0209549181163311, 0.026211952790617943, 0.04829442501068115, -0.01505356840789318, 0.014951063320040703, 0.028584206476807594, -0.0470057912170887, -0.007299808785319328, -0.0247768834233284, -0.052746061235666275, -0.042759161442518234, 0.0034924864303320646, 0.04715222492814064, -0.03757534548640251, 0.014863201417028904, -0.0020555881783366203, -0.010850869119167328, 0.06068286672234535, 0.011685552075505257, -0.013332950882613659, 0.007592679932713509, 0.017367249354720116, -0.0630258321762085, -0.004242968279868364, -0.03713604062795639, -0.005579192191362381, 0.009489019401371479, -0.03180578723549843, -0.02098420448601246, 0.03775106742978096, -0.02700270339846611, 0.03883469104766846, -0.005736610386520624, -0.059130650013685226, -0.03567168489098549, -0.0227707177400589, -0.034822359681129456, -0.023810410872101784, -0.005549904890358448, -0.008390753529965878, -0.03903970122337341, -0.039742592722177505, 0.016020042821764946, 0.022873222827911377, -0.019300196319818497, 0.04302274435758591, -0.03599384427070618, 0.024645091965794563, -0.030077848583459854, -0.0444578118622303, 0.0006099953316152096, -0.013779579661786556, -0.029784977436065674, 0.016078615561127663, -0.03072216548025608, -0.004169750493019819, -0.04161696508526802, -0.009371871128678322, -0.02019345387816429, 0.013677074573934078, 0.04138266667723656, -0.07187053561210632, 0.015976112335920334, 0.020925631746649742, 0.05807631462812424, 0.011473220773041248, 0.000568810326512903, 0.05924779921770096, 0.040826212614774704, -0.009445088915526867, 0.0008369703427888453, 0.015683241188526154, -0.08610406517982483, 0.05025665834546089, -0.007746437098830938, -0.009071677923202515, -0.025479774922132492, -0.02668054588139057, -0.030224284157156944, 0.012644704431295395, 0.008676302619278431, 0.002487572841346264, -0.013786900788545609, -0.013047401793301105, 0.020208097994327545, 0.02594836801290512, -0.0065127182751894, -0.0014707613736391068, -0.0047042397782206535, -0.027895960956811905, -0.03622813895344734, -0.021906748414039612, -0.006908094044774771, 0.021892104297876358, 0.04003546014428139, 0.0003168955445289612, -0.0014012046158313751, 0.03546667471528053, -0.04577573388814926, 0.011495186015963554, -0.038571108132600784, -0.037077464163303375, -0.05614336580038071, -0.0032911375164985657, 0.02247784659266472, 0.008061273954808712, 0.002850000746548176, -0.02795453369617462, -0.007449905388057232, -0.006801928393542767, -0.0012300580274313688, 0.001120231463573873, -0.013852797448635101, -0.028657425194978714, -0.012417729012668133, -0.06290868669748306, 0.04448710009455681, -0.03473449870944023, -0.010096726939082146, 0.0271491389721632, -0.027939891442656517, -0.000056028733524726704, 0.014658192172646523, -0.0016748558264225721, 0.019124474376440048, 0.05116456001996994, 0.010960696265101433, -0.0030000971164554358, 0.036784593015909195, 0.0028774573002010584, -0.007069173268973827, -0.02252177707850933, 0.008449327200651169, 0.0262412391602993, 0.01887553371489048, 0.02347360923886299, 0.035700973123311996, 0.0044113690964877605, -0.02489403262734413, -0.0039354534819722176, 0.017850486561655998, -0.012000388465821743, 0.012139501981437206, 0.046185754239559174, 0.0056158010847866535, -0.024659736081957817, -0.04630289971828461, 0.048558007925748825, 0.011897883377969265, -0.034060895442962646, -0.033475153148174286, 0.05833989754319191, 0.05295107141137123, 0.03391445800662041, 0.033182282000780106, -0.026914842426776886, 0.018319079652428627, 0.04436995089054108, -0.016225051134824753, -0.05898421257734299, -0.0031080932822078466, 0.01752832718193531, -0.012395763769745827, -0.001135790254920721, -0.003917149268090725, -0.015141429379582405, -0.01495838537812233, 0.036198850721120834, 0.07345204055309296, 0.01872909814119339, -0.03502736985683441, -0.025933723896741867, 0.01807013899087906, -0.03291869908571243, 0.024586517363786697, -0.037546057254076004, 0.03772178292274475, 0.026812337338924408, -0.017411179840564728, 0.010082082822918892, 0.008295570500195026, 0.053331803530454636, -0.06490020453929901, -0.021584590896964073, -0.004978806711733341, -0.05359538644552231, 0.008844703435897827, 0.009752603247761726, 0.032010797411203384, 0.027500584721565247, 0.023458965122699738, -0.024249715730547905, -0.038717541843652725, 0.040796928107738495, 0.03939114511013031, -0.05746128410100937, -0.029506750404834747, 0.011941813863813877, -0.023488251492381096, 0.0005674374988302588, -0.04158767685294151, -0.03373873606324196, 0.03687245398759842, 0.017118308693170547, -0.07081620395183563, -0.04366706311702728, -0.0005788778071291745, -0.006285743322223425, 0.010565320029854774, -0.048265136778354645, -0.001495472388342023, -0.04106051102280617, 0.030341433361172676, -0.028452415019273758, 0.006560309790074825, -0.020764552056789398, 0.019153760746121407, 0.017176883295178413, 0.013845475390553474, -0.012183432467281818, 0.052423905581235886, 0.03625742718577385, -0.023532181978225708, 0.013215802609920502, -0.03906898945569992, -0.014423895627260208, -0.01811406947672367, 0.02925780974328518, 0.021848173812031746, -0.016020042821764946, -0.052746061235666275, 0.02739807963371277, -0.013603856787085533, -0.03192293643951416, 0.04560001194477081, 0.011443933472037315, -0.022111758589744568, -0.034090179949998856, 0.003285646205767989, 0.008720233105123043, -0.005055685061961412, 0.003289307001978159, -0.008002699352800846, 0.067067451775074, 0.005198459606617689, 0.006736032199114561, -0.0013975437032058835, -0.02944817580282688, -0.06823893636465073, -0.07591215521097183, 0.06818035989999771, -0.004107515327632427, 0.011465898714959621, -0.036345288157463074, -0.01003815233707428, 0.017045089974999428, 0.01975414715707302, -0.01902196928858757, 0.00222215848043561, 0.0002576349361333996, 0.009335262700915337, -0.0063736047595739365, 0.0115684038028121, 0.0014076110674068332, -0.015185359865427017, -0.002593738492578268, -0.019842008128762245, 0.025201547890901566, 0.002976301359012723, 0.013603856787085533, -0.04516070336103439, 0.022931797429919243, -0.05672910809516907, 0.023737192153930664, -0.041236232966184616, -0.036169566214084625, 0.0043271686881780624, -0.043491341173648834, 0.002593738492578268, -0.012761852703988552, -0.011180349625647068, -0.0029799621552228928, 0.029272453859448433, -0.001714210375212133, -0.05403469502925873, 0.0411776602268219, -0.06806321442127228, -0.013127941638231277, -0.021262433379888535, -0.024864746257662773, 0.04621503874659538, 0.00918150506913662, 0.04718151316046715, -0.06542737782001495, 0.2539777159690857, -0.018421584740281105, 0.006772641092538834, 0.013633144088089466, 0.03291869908571243, 0.04029904678463936, 0.02751522697508335, -0.006955685559660196, -0.015448943711817265, 0.017791911959648132, 0.003832948859781027, -0.009942969307303429, 0.02925780974328518, 0.007614645175635815, 0.024103280156850815, 0.03860039263963699, -0.007094799540936947, 0.06038999557495117, 0.02528940886259079, -0.005791523493826389, -0.02438150905072689, 0.03687245398759842, -0.01632755622267723, 0.0065127182751894, 0.013699039816856384, 0.037546057254076004, 0.011414646171033382, 0.004832371138036251, 0.028921008110046387, -0.03584740683436394, -0.0037267832085490227, -0.012468981556594372, 0.004480925854295492, -0.036198850721120834, -0.030517155304551125, 0.0016730254283174872, -0.02156994678080082, -0.049436621367931366, 0.027456654235720634, 0.004663970321416855, 0.005828132387250662, -0.05936494469642639, 0.06583739817142487, 0.02120385877788067, 0.04070906341075897, 0.020090948790311813, -0.022463204339146614, -0.01082158274948597, 0.062147218734025955, 0.006003854796290398, 0.04562929645180702, -0.0024235073942691088, -0.0019384397892281413, 0.02485010214149952, 0.024615805596113205, -0.018128713592886925, 0.01253487728536129, -0.025523705407977104, 0.011817343533039093, 0.004521195776760578, 0.06056571751832962, -0.00590501120314002, -0.014994993805885315, 0.02489403262734413, -0.019402701407670975, 0.012483625672757626, 0.03508594259619713, 0.019842008128762245, -0.04598074406385422, -0.029199235141277313, 0.01182466559112072, -0.005850097630172968, 0.007277843542397022, -0.002370424335822463, 0.029799621552228928, 0.04328633099794388, 0.010177265852689743, -0.005941619630903006, 0.013252411969006062, -0.04762082174420357, -0.011143740266561508, -0.021189214661717415, -0.010016187094151974, 0.0031337193213403225, 0.007922159507870674, 0.03177649900317192, -0.005678035784512758, -0.00006263548857532442, 0.01401387620717287, 0.04791369289159775, 0.019739503040909767, 0.014592296443879604, -0.02962389960885048, -0.013655109331011772, 0.04463353753089905 ]
9857_13
Population Institutions of higher education Elbląg Higher School of Arts and Economics () Faculty of Pedagogy Faculty of Administration Faculty of Health Sciences Faculty of Economics and Politics Elbląg Higher State College of Vocational Education (Państwowa Wyższa Szkoła Zawodowa) Faculty of Pedagogy and Foreign Languages Faculty of Economics Faculty of Applied Computer Science Faculty of Technical Sciences Bogdan Jański Higher School, Faculty in Elbląg (Szkoła Wyższa im. Bogdana Jańskiego) Faculty of Management and Land Management Elbląg Diocese Theological Seminary (Wyższe Seminarium Duchowne Diecezji Elbląskiej) Regent College - Foreign Language Teacher Training College (Regent College - Nauczycielskie Kolegium Języków Obcych) Faculty of English Studies Sports EB Start Elbląg - women's handball team playing in Polish Ekstraklasa Women's Handball League: 5th place in 2003–2004 season. Olimpia Elbląg - men's football club Politics Constituency Members of Parliament (Sejm) elected from Elbląg constituency. Jan Antochowski, SLD-UP Danuta Ciborowska, SLD-UP Witold Gintowt-Dziewałtowski, SLD-UP Stanisław Gorczyca, PO Jerzy Müller, SLD-UP Adam Ołdakowski, Samoobrona Andrzej Umiński, SLD-UP Stanisław Żelichowski, PSL International relations Twin towns — sister cities Elbląg is twinned with: Notable residents
[ -0.02202148176729679, -0.026637209579348564, -0.003087697783485055, 0.0009240758954547346, -0.002989055123180151, 0.048718251287937164, 0.01992207206785679, -0.029034409672021866, -0.01981784589588642, -0.013951405882835388, 0.004619448911398649, -0.0050475201569497585, 0.04934360459446907, -0.030523352324962616, -0.0181948971003294, -0.05592473968863487, -0.0411544144153595, -0.0009203535155393183, -0.06122538074851036, 0.04222645238041878, -0.005769658368080854, 0.018209785223007202, -0.0638459175825119, -0.001974712125957012, -0.016512390226125717, -0.026637209579348564, 0.05860483646392822, 0.01384717971086502, 0.05404866859316826, -0.01005037222057581, 0.0000974793074419722, -0.00125257414765656, 0.000055370106565533206, -0.005326697137206793, -0.007485666312277317, -0.02672654576599598, -0.019579613581299782, -0.07081417739391327, 0.027828363701701164, -0.022527722641825676, 0.005635653156787157, -0.024552688002586365, -0.00802540872246027, -0.015105337835848331, -0.028796177357435226, 0.03531775251030922, 0.025386495515704155, -0.006223786156624556, 0.012514574453234673, -0.05458468943834305, 0.05398911237716675, 0.00045785028487443924, -0.006934756878763437, -0.0009799113031476736, 0.03448394313454628, 0.008211526088416576, -0.03543686866760254, 0.008010518737137318, 0.03013622760772705, 0.030106449499726295, 0.0008705669897608459, -0.007288380991667509, -0.0080551877617836, -0.00018169770191889256, 0.010869291611015797, -0.023852882906794548, 0.02781347557902336, -0.004559891298413277, 0.014331086538732052, -0.06825319677591324, 0.006767250597476959, 0.0048949033953249454, 0.011747768148779869, -0.028959961608052254, -0.021872587502002716, 0.031297605484724045, -0.018209785223007202, 0.024031557142734528, 0.008799659088253975, 0.020547427237033844, 0.060778696089982986, 0.002907163230702281, 0.016959073022007942, -0.006804474163800478, -0.027247676625847816, 0.029987333342432976, -0.020204970613121986, 0.038861438632011414, -0.03436482697725296, 0.01002059318125248, -0.012909145094454288, 0.05172591656446457, -0.02589273639023304, 0.045442573726177216, 0.028423942625522614, 0.005181525368243456, -0.009946146048605442, -0.03067224659025669, -0.03037445805966854, -0.024746250361204147, -0.032310087233781815, 0.07486410439014435, 0.007038983050733805, 0.05497181415557861, -0.012112559750676155, 0.029376866295933723, -0.021917255595326424, 0.042702917009592056, 0.015842365100979805, -0.05065387487411499, 0.015023445710539818, 0.04335805028676987, 0.016869736835360527, -0.05735412612557411, 0.06986125558614731, 0.05440601706504822, -0.043894071131944656, 0.014063077047467232, -0.018343791365623474, 0.046812400221824646, -0.012603911571204662, 0.06348857283592224, 0.008635875768959522, 0.012112559750676155, 0.011122412048280239, 0.007295825984328985, -0.019386051222682, 0.04672306403517723, -0.00897833239287138, -0.05285751447081566, -0.03963569179177284, -0.017107967287302017, -0.007072484120726585, -0.015678580850362778, 0.003264509839937091, 0.06450105458498001, -0.0018081364687532187, 0.051338791847229004, 0.017971554771065712, -0.018180007115006447, 0.021098338067531586, 0.04743775725364685, -0.0021719972137361765, 0.03871254622936249, 0.01742064580321312, 0.022706396877765656, 0.017212193459272385, -0.0608382523059845, 0.004530112259089947, 0.001095304498448968, -0.027962369844317436, 0.0004471485153771937, 0.008918775245547295, 0.024671802297234535, 0.020726101472973824, -0.026577651500701904, 0.014293862506747246, 0.018120449036359787, -0.005181525368243456, 0.02660742960870266, -0.060897812247276306, -0.013467499054968357, -0.018984036520123482, 0.04335805028676987, 0.03686625510454178, -0.03305455669760704, -0.003791223745793104, 0.06491795927286148, -0.00595205370336771, 0.0032328697852790356, 0.05997466668486595, 0.0686105415225029, -0.016184821724891663, 0.013102707453072071, 0.015485018491744995, 0.03424571454524994, -0.0009929395746439695, -0.012499685399234295, 0.009633468464016914, -0.009566465392708778, 0.017018631100654602, -0.003979202825576067, -0.001729966839775443, 0.020919663831591606, -0.017286639660596848, 0.003761444939300418, -0.01801622286438942, -0.05628208443522453, 0.000107599473267328, -0.0033166229259222746, 0.06515619158744812, 0.0075601134449243546, 0.027113670483231544, -0.006804474163800478, -0.010668284259736538, 0.0034655171912163496, -0.06036179140210152, 0.011129857040941715, -0.05842616409063339, -0.05029653012752533, -0.03921878710389137, 0.04002281650900841, -0.02172369323670864, 0.020964331924915314, 0.0032998721580952406, -0.007485666312277317, 0.01934138312935829, -0.00419137766584754, -0.025877848267555237, 0.006663024425506592, 0.10279669612646103, 0.00246978597715497, -0.014584206975996494, 0.009149561636149883, 0.05363176390528679, 0.05095166712999344, -0.07188621908426285, -0.01384717971086502, 0.004183932673186064, -0.00245303544215858, -0.0030206951778382063, 0.03674713894724846, 0.006517852656543255, -0.009626023471355438, -0.01956472545862198, 0.03269721195101738, 0.030300011858344078, 0.03573465719819069, 0.013139931485056877, -0.003281260374933481, 0.003048612968996167, -0.022215045988559723, -0.03466261923313141, 0.021559908986091614, 0.04454920440912247, -0.015440349467098713, -0.022006593644618988, 0.03323323279619217, 0.018641579896211624, -0.028483498841524124, 0.016318826004862785, 0.0453532375395298, 0.031416717916727066, 0.07385162264108658, 0.006983147468417883, 0.004358883947134018, -0.01664639450609684, -0.0055574835278093815, -0.01494899857789278, 0.0021254676394164562, 0.005285751540213823, 0.004183932673186064, 0.016259269788861275, -0.002765713492408395, -0.04035038501024246, 0.011918997392058372, 0.027768807485699654, -0.010698063299059868, -0.033411905169487, 0.04809289425611496, -0.013929071836173534, -0.007292103487998247, -0.0012711859308183193, -0.014666099101305008, -0.02231927216053009, 0.00936545804142952, 0.02779858559370041, 0.011650986969470978, -0.002471647225320339, -0.05750301852822304, 0.00859120674431324, 0.0024455906823277473, -0.029257750138640404, -0.027232786640524864, -0.060600023716688156, 0.024418681859970093, 0.01401840802282095, -0.0067300270311534405, 0.032190971076488495, -0.018328901380300522, 0.011650986969470978, -0.014509759843349457, -0.023778436705470085, 0.022051261737942696, 0.006558798719197512, 0.023435980081558228, -0.07861624658107758, 0.0032030909787863493, -0.02714345045387745, 0.013154820539057255, -0.03150605782866478, 0.05646075680851936, 0.00042248787940479815, -0.019132930785417557, 0.009856809861958027, -0.02995755523443222, 0.02021986059844494, -0.008129634894430637, -0.03269721195101738, -0.007400052156299353, 0.011442534625530243, 0.01831401139497757, 0.02589273639023304, -0.005631930660456419, -0.013601504266262054, 0.022423498332500458, 0.009767472743988037, -0.030106449499726295, 0.053304195404052734, 0.01127875130623579, -0.06366724520921707, -0.05449535325169563, 0.018864920362830162, 0.014316197484731674, -0.014360865578055382, 0.04398340731859207, 0.02660742960870266, 0.04696129634976387, -0.03323323279619217, -0.0247611403465271, -0.04737820103764534, -0.0008342739893123507, 0.014063077047467232, -0.012477351352572441, 0.021559908986091614, 0.020026298239827156, -0.0011548622278496623, -0.017152635380625725, 0.03448394313454628, 0.013742953538894653, -0.02273617498576641, -0.09100425988435745, -0.012656024657189846, 0.05824749171733856, 0.016125263646245003, 0.006629523355513811, 0.015440349467098713, 0.03370969370007515, -0.004760898649692535, -0.027962369844317436, 0.01053427904844284, -0.015112781897187233, 0.006741194054484367, 0.0017718434100970626, -0.016199711710214615, -0.02858772501349449, -0.03585377335548401, 0.032310087233781815, -0.00939523708075285, 0.012432683259248734, 0.023019075393676758, -0.027664581313729286, 0.006458295043557882, 0.04180954769253731, -0.06795540452003479, -0.01261880062520504, 0.0003671177546493709, 0.06604956090450287, -0.012149783782660961, 0.02470158226788044, 0.010913959704339504, 0.006536464206874371, -0.0052448054775595665, 0.010385384783148766, -0.034751955419778824, -0.026815881952643394, 0.011591429822146893, 0.023971999064087868, 0.016035927459597588, -0.06485839933156967, 0.05923019349575043, 0.003156561404466629, 0.003262648591771722, 0.0301213376224041, -0.007869069464504719, -0.027873031795024872, 0.019788065925240517, 0.008993222378194332, 0.015901923179626465, -0.01092140469700098, 0.023063743487000465, -0.012812363915145397, -0.009186784736812115, -0.045680802315473557, 0.024016667157411575, -0.017375977709889412, 0.017271751537919044, 0.017911996692419052, -0.06694292277097702, -0.012551798485219479, -0.008807104080915451, 0.007921182550489902, -0.023614652454853058, -0.004537556786090136, -0.02291484922170639, -0.04106507822871208, -0.020547427237033844, -0.00721765635535121, -0.010660839267075062, -0.04172021150588989, 0.01718241348862648, 0.066823810338974, -0.00546070234850049, 0.033203452825546265, -0.0244633499532938, 0.0196987297385931, -0.02888551540672779, 0.005840383004397154, -0.004727397579699755, 0.005494203418493271, -0.060778696089982986, -0.03299500048160553, -0.01849268563091755, -0.0025479556061327457, 0.03555598482489586, 0.0393676795065403, -0.016065705567598343, -0.06688337028026581, -0.0067895851098001, 0.04987962543964386, -0.02045809105038643, -0.0029741658363491297, -0.028974851593375206, 0.0435367226600647, -0.03365013375878334, 0.028915293514728546, -0.0310295931994915, -0.005002852063626051, -0.017227083444595337, 0.019296715036034584, -0.01509044785052538, -0.002799214795231819, -0.04803333431482315, 0.04285180941224098, 0.021976813673973083, -0.06867010146379471, -0.027768807485699654, -0.029972443357110023, -0.012767694890499115, -0.07313693314790726, 0.003405959578230977, 0.0030541964806616306, 0.011948776431381702, -0.024150673300027847, -0.013668506406247616, -0.015179784968495369, 0.046871960163116455, 0.031714510172605515, 0.025401385501027107, -0.004533834755420685, -0.010884180665016174, -0.0001563391269883141, 0.0052448054775595665, -0.010578947141766548, 0.002220387803390622, 0.023063743487000465, -0.04136286675930023, -0.025609837844967842, 0.05521004647016525, -0.021574798971414566, 0.0067486390471458435, -0.020919663831591606, 0.0012925895862281322, 0.000041294933907920495, 0.0025163155514746904, 0.028602614998817444, -0.011234083212912083, 0.05842616409063339, -0.005486758891493082, 0.02047298103570938, -0.030582910403609276, -0.00031779648270457983, 0.021143006160855293, 0.01724197156727314, 0.03746183216571808, -0.015663690865039825, -0.004396107513457537, 0.03329278901219368, -0.011941331438720226, 0.03382880985736847, 0.005144301801919937, 0.0346030592918396, -0.01062361616641283, -0.02136634662747383, -0.02059209533035755, -0.06849142909049988, 0.007098540663719177, -0.006718860007822514, -0.03841475769877434, 0.016631504520773888, -0.034394606947898865, -0.025758732110261917, 0.000716554350219667, 0.03555598482489586, 0.002397199859842658, -0.03108915127813816, 0.024091115221381187, 0.011703100055456161, -0.00022089881531428546, -0.015336123295128345, -0.002399061108008027, 0.02398688904941082, -0.0002538184344302863, -0.00930589996278286, -0.02882595732808113, -0.01076506543904543, -0.034751955419778824, -0.006261009722948074, -0.005728712305426598, 0.0033575687557458878, -0.0036348847206681967, -0.0062051741406321526, 0.017256861552596092, 0.09773428738117218, -0.009626023471355438, -0.031416717916727066, -0.013154820539057255, -0.002674515824764967, -0.008799659088253975, 0.018716026097536087, 0.00471250806003809, -0.02726256474852562, 0.0017876634374260902, 0.02452290803194046, -0.019386051222682, 0.018343791365623474, 0.03859343007206917, -0.0020491592586040497, -0.01868624798953533, -0.09892544150352478, -0.05571628734469414, 0.006852865219116211, 0.00038526428397744894, -0.027947479858994484, 0.03951657563447952, 0.0050698546692729, 0.03710448741912842, -0.0037819179706275463, -0.003253342816606164, 0.03918900713324547, -0.038563650101423264, 0.020845217630267143, -0.04085662588477135, -0.015499907545745373, -0.00826363917440176, 0.00958135537803173, -0.007481943815946579, 0.018328901380300522, 0.036955591291189194, 0.03951657563447952, -0.03954635560512543, -0.009484573267400265, -0.0005248527741059661, -0.02690521813929081, 0.004001537337899208, -0.033679913729429245, -0.029138635843992233, 0.029495982453227043, 0.0008435798808932304, 0.004943294450640678, -0.01434597559273243, 0.04696129634976387, -0.02088988572359085, 0.006357790902256966, 0.003679553046822548, -0.04228601232171059, 0.013958850875496864, -0.012462461367249489, 0.012775139883160591, 0.012038112618029118, -0.0069124228321015835, -0.007128319703042507, 0.003445044392719865, 0.05532916262745857, -0.008159413002431393, -0.025326937437057495, -0.022051261737942696, -0.015797697007656097, -0.047050632536411285, 0.038861438632011414, 0.00972280465066433, 0.010370495729148388, -0.0014880134258419275, 0.008151968941092491, 0.05568650737404823, 0.02881106734275818, 0.03424571454524994, 0.016810178756713867, -0.038861438632011414, -0.004012704361230135, -0.021679025143384933, 0.04288158938288689, -0.01160631887614727, 0.02738168090581894, -0.00659602228552103, -0.0202794186770916, 0.036002665758132935, 0.03740227594971657, 0.02942153438925743, -0.044727880507707596, -0.023897552862763405, 0.014599096029996872, 0.014256639406085014, -0.0036981648299843073, 0.01849268563091755, -0.08945576101541519, -0.02674143575131893, -0.033977702260017395, 0.024776028469204903, -0.030002223327755928, -0.016080595552921295, 0.013460054062306881, 0.0016015454893931746, 0.05693722143769264, 0.027128560468554497, -0.021574798971414566, -0.012693247757852077, 0.022051261737942696, -0.017435535788536072, -0.01530634518712759, -0.05887284874916077, 0.03978458419442177, 0.06432238221168518, -0.01867135800421238, -0.007239990402013063, 0.00659602228552103, -0.00666674692183733, -0.016140153631567955, -0.007437275722622871, 0.022751064971089363, 0.05991511046886444, 0.003556715091690421, -0.025446053594350815, -0.025684284046292305, -0.001813719980418682, 0.024850476533174515, -0.0187904741615057, 0.018180007115006447, -0.016303937882184982, 0.01459165196865797, 0.04103529825806618, -0.06402459740638733, 0.007254879921674728, 0.023465758189558983, 0.0030802530236542225, -0.03790851682424545, -0.01844801753759384, 0.07289870083332062, -0.038772102445364, 0.007459609769284725, 0.0048949033953249454, 0.0062051741406321526, 0.0007802997715771198, -0.0010794844711199403, -0.06295255571603775, -0.01527656614780426, -0.020368754863739014, -0.000129933629068546, -0.030999815091490746, -0.005483036395162344, -0.01950516737997532, 0.007757398299872875, 0.010095040313899517, -0.007727619726210833, 0.025044038891792297, -0.021813031286001205, -0.019132930785417557, 0.010802289471030235, 0.014673544093966484, -0.013467499054968357, -0.02811126410961151, -0.034454166889190674, 0.010578947141766548, -0.048658691346645355, -0.0037521389313042164, 0.00009846805915003642, -0.017986444756388664, -0.03609200567007065, 0.03716404363512993, -0.026354309171438217, 0.03933790326118469, -0.032071854919195175, -0.02954065054655075, -0.06759805977344513, -0.018864920362830162, -0.01712285727262497, -0.024895144626498222, -0.0018239564960822463, -0.031774066388607025, -0.04425141587853432, -0.015499907545745373, -0.010221600532531738, -0.04032060503959656, -0.033858586102724075, 0.02176836133003235, -0.04380473494529724, -0.06545398384332657, -0.05943864583969116, 0.014718212187290192, 0.07212445139884949, 0.03382880985736847, 0.03770006448030472, 0.032667431980371475, 0.008702877908945084, 0.02010074444115162, -0.04660394787788391, 0.008464646525681019, -0.048063114285469055, 0.02821549028158188, 0.006968257948756218, -0.017316419631242752, -0.04404296353459358, -0.0054272012785077095, 0.003971758298575878, -0.04526389762759209, -0.0031509778928011656, -0.006130727007985115, -0.045144785195589066, -0.0019225990399718285, 0.036121781915426254, 0.010258824564516544, 0.01593170128762722, -0.0001983319962164387, -0.013139931485056877, 0.017703544348478317, -0.03749161213636398, -0.015008555725216866, -0.031178489327430725, 0.052946850657463074, 0.06467972695827484, 0.024001779034733772, 0.0024437294341623783, 0.03984414413571358, -0.0423455685377121, 0.004146709106862545, -0.044846996665000916, -0.021455684676766396, -0.028617504984140396, -0.010519389994442463, 0.0021571076940745115, 0.02738168090581894, 0.010899070650339127, -0.07146931439638138, 0.0007025954546406865, -0.004999129567295313, -0.02208103984594345, -0.00045226674410514534, -0.04079706594347954, -0.009633468464016914, -0.029689544811844826, -0.05747324228286743, -0.007493110839277506, -0.017390865832567215, -0.06092759221792221, -0.0009687442216090858, 0.01628904789686203, 0.006287066265940666, -0.002670793328434229, 0.035228416323661804, 0.02904929779469967, -0.02065165340900421, -0.034454166889190674, -0.012194451875984669, 0.014479980804026127, -0.0017532316269353032, 0.0018155811121687293, -0.011926441453397274, 0.008985777385532856, 0.029034409672021866, 0.0530957467854023, 0.051517464220523834, 0.019490277394652367, -0.046574171632528305, 0.023004185408353806, -0.010392829775810242, 0.0057436018250882626, -0.008099855855107307, -0.02136634662747383, -0.038742322474718094, -0.022408608347177505, 0.03909967094659805, -0.019222266972064972, 0.03567510098218918, -0.015157450921833515, -0.03168473020195961, -0.051696136593818665, 0.019609393551945686, 0.026934998109936714, -0.03412659838795662, 0.017822660505771637, -0.011397866532206535, 0.01497877761721611, 0.036002665758132935, -0.026920108124613762, -0.017018631100654602, 0.013125041499733925, 0.016988851130008698, 0.008725211955606937, 0.03531775251030922, -0.009082558564841747, -0.010899070650339127, 0.0033687360119074583, 0.004492888692766428, 0.09439904987812042, -0.0024158116430044174, 0.013385606929659843, -0.0034357383847236633, -0.012172117829322815, -0.01616993173956871, 0.0763530507683754, -0.0322207510471344, 0.06956346333026886, 0.001987740397453308, -0.013154820539057255, 0.00018286093836650252, -0.007038983050733805, 0.031476277858018875, -0.03186340257525444, 0.00595205370336771, -0.004779510200023651, -0.011152191087603569, -0.020085854455828667, -0.0009799113031476736, 0.04493633285164833, 0.035585761070251465, 0.052529945969581604, -0.02148546278476715, 0.0012814224464818835, 0.007612226530909538, 0.02607141062617302, -0.03704492747783661, 0.01261880062520504, 0.02356998436152935, -0.0271583404392004, 0.011181970126926899, -0.10470254719257355, -0.046395495533943176, 0.01992207206785679, 0.054852697998285294, -0.0698016956448555, 0.010779954493045807, -0.023346642032265663, -0.024686692282557487, -0.022661728784441948, -0.026949888095259666, 0.0495222806930542, -0.024135783314704895, 0.013735508546233177, -0.0018732777098193765, -0.052708618342876434, 0.014874551445245743, 0.025252491235733032, -0.008412533439695835, 0.026860550045967102, 0.01902870461344719, 0.047527093440294266, 0.0417797714471817, 0.04154153913259506, 0.017331309616565704, -0.008725211955606937, -0.023406200110912323, -0.0316251702606678, 0.03382880985736847, 0.050802771002054214, -0.06896788626909256, -0.032726991921663284, 0.015485018491744995, 0.00010288836347172037, -0.025505611672997475, 0.05571628734469414, 0.01801622286438942, 0.002577734412625432, -0.03424571454524994, 0.02589273639023304, 0.017390865832567215, 0.005196414887905121, 0.0004431935085449368, 0.017331309616565704, -0.0052299159578979015, 0.00939523708075285, -0.055031370371580124, -0.0067895851098001, -0.031952738761901855, -0.06110626459121704, -0.08826460689306259, 0.05720522999763489, 0.002933219773694873, 0.00024381458933930844, -0.00966324657201767, -0.04565102607011795, -0.01121919322758913, 0.04163087531924248, -0.003610689425840974, -0.009804696775972843, -0.000014082444067753386, 0.004522667732089758, 0.005021463613957167, 0.003841475583612919, -0.023495536297559738, -0.031416717916727066, 0.0004438914475031197, 0.012782584875822067, 0.00543092330917716, -0.0351986363530159, -0.05655009672045708, -0.003930812235921621, 0.051041003316640854, -0.04276247322559357, 0.010191822424530983, -0.01880536414682865, -0.038444533944129944, -0.003986647818237543, -0.03174428641796112, -0.006342901848256588, -0.03496040776371956, 0.006588577292859554, 0.010578947141766548, 0.013742953538894653, 0.0013977462658658624, -0.032012298703193665, -0.014316197484731674, -0.0471399687230587, 0.02678610384464264, 0.018224675208330154, -0.025565169751644135, 0.023182859644293785, 0.016214599832892418, 0.045442573726177216, -0.05381043627858162, 0.2608630061149597, -0.006015333812683821, 0.032548315823078156, -0.020681433379650116, 0.0015094170812517405, 0.01628904789686203, -0.0032700933516025543, 0.014800104312598705, 0.05902174115180969, 0.033084336668252945, -0.024954702705144882, 0.019534945487976074, 0.04755687341094017, 0.002274362137541175, -0.048599135130643845, 0.07450675964355469, -0.014353420585393906, 0.03909967094659805, 0.05166636034846306, -0.015857255086302757, 0.006864032242447138, -0.029987333342432976, -0.023197747766971588, 0.012276344001293182, 0.03239942342042923, 0.009127226658165455, 0.022289492189884186, 0.004608281888067722, 0.037551168352365494, 0.004031315911561251, -0.0007095749024301767, -0.012723026797175407, -0.030091559514403343, -0.03790851682424545, -0.011010740883648396, -0.01354939118027687, -0.025728954002261162, -0.04946272075176239, -0.01375039853155613, 0.026294751092791557, -0.00435516145080328, -0.026532983407378197, 0.005404866766184568, -0.011360643431544304, 0.021649247035384178, 0.038444533944129944, -0.05017741397023201, -0.02291484922170639, 0.049135152250528336, 0.031654950231313705, 0.047705765813589096, -0.008211526088416576, 0.04541279375553131, 0.0238677728921175, -0.007318160030990839, -0.01086184661835432, -0.013139931485056877, -0.027009444311261177, -0.014070521108806133, 0.01867135800421238, 0.08659698814153671, -0.02053253911435604, 0.012566687539219856, 0.024240009486675262, -0.04139264300465584, 0.018641579896211624, 0.01450231485068798, 0.06176139786839485, -0.11828171461820602, -0.0018723472021520138, -0.007675506640225649, 0.022870181128382683, 0.01202322356402874, 0.00367583055049181, 0.02904929779469967, 0.031476277858018875, 0.01056405808776617, -0.006957090925425291, -0.005732434801757336, -0.022215045988559723, -0.01509044785052538, 0.032548315823078156, 0.016661284491419792, -0.0008272945415228605, 0.0045524463057518005, 0.037968073040246964, -0.011554205790162086, 0.013713174499571323, -0.006439683027565479, 0.025788510218262672, -0.003982925321906805, -0.030389348044991493, -0.03731293976306915, 0.00978236272931099, 0.023584874346852303 ]
9857_14
Notable residents Before 1800 Georg Kleefeld (1522–1576), mayor of Danzig Hans von Bodeck (1582–1658), diplomat and Chancellor of Brandenburg John Amos Comenius (1592–1670), educator Samuel Hartlib (ca. 1600–1662), teacher and scientist Christian Wernicke (1661–1725), epigrammist and diplomat Charles Aloysius Ramsay (1677–1680) Scottish-Prussian writer on stenography and translator Johann Friedrich Endersch (1705–1769), mathematician geographer Gottfried Achenwall (1719–1772), statistician Eberhard Gottlieb Graff (1780–1841) German philologist. Wilhelm Baum (1799–1883) a German surgeon 1800 to 1945 Wilhelm Eduard Albrecht (1800–1876), lawyer, member of Göttinger Sieben Bruno Erhard Abegg (1803–1848), statesman of Königsberg Ferdinand Schichau (1814–1896), founder of the Schichau-Werke in Elbing and Danzig John Prince-Smith (1809–1874), liberal economist and politician in Germany Johannes Kohtz (1843–1918), German chess player Reinhold Felderhoff (1865–1919) German sculptor. Maximilian Consbruch (1866–1927), German classical philologist and gymnasium principal Hermann Schulz (1872–1929), German politician Paul Pulewka (1896–1989) German pharmacologist Max Reimann (1898–1977), president of the Communist Party of Germany Erich Brost (1903–1995) publisher Günter Kuhnke (1912–1990), Admiral Hans-Dieter Lange (1926–2012), journalist Hans-Jürgen Krupp (born 1933) German politician, economist and University professor Brigitte Birnbaum (born 1938) German author of books, mainly for children and young people Ursula Karusseit (1939–2019), German actress Bernd Neumann (born 1942), German politician Ortwin Runde (born 1944), mayor of Hamburg from 1997 to 2001.
[ -0.014253943227231503, -0.014513243921101093, 0.03935278207063675, -0.015008967369794846, -0.025808101519942284, 0.010143255814909935, -0.021994847804307938, -0.04996887966990471, -0.02757745236158371, -0.010638978332281113, 0.034715864807367325, -0.0505484938621521, 0.0029133260250091553, 0.013033702038228512, 0.02669277787208557, -0.0339227057993412, -0.03654622659087181, -0.01506997924298048, -0.06098155677318573, 0.0017159642884507775, 0.04042049124836922, 0.02117118611931801, -0.049175720661878586, -0.016717305406928062, -0.02355065569281578, 0.02289477549493313, 0.04374564811587334, 0.0029800578486174345, 0.025808101519942284, 0.012438834644854069, 0.03142121061682701, -0.003664537100121379, 0.03550902009010315, -0.024679379537701607, 0.024359066039323807, 0.026402970775961876, 0.006211790721863508, -0.09566691517829895, 0.052378855645656586, -0.06430671364068985, 0.011592292226850986, -0.03706482797861099, 0.0039314646273851395, -0.020561065524816513, -0.0018999536987394094, 0.08566093444824219, -0.04145769774913788, -0.012423581443727016, -0.02597588486969471, -0.04365412890911102, -0.01078388188034296, 0.005773266311734915, 0.04325755313038826, 0.011996496468782425, 0.0271961260586977, -0.030551789328455925, -0.02002720907330513, 0.0006868623313494027, 0.008366279304027557, 0.006085953209549189, -0.002226940356194973, -0.013994641602039337, -0.006741832941770554, -0.02962135709822178, 0.027043595910072327, 0.009067918173968792, 0.013979388400912285, -0.025609813630580902, 0.025670824572443962, -0.05106709524989128, -0.011836339719593525, -0.021262703463435173, 0.020820366218686104, -0.019859425723552704, -0.019920438528060913, -0.032671958208084106, -0.012110894545912743, 0.006352880969643593, 0.009739050641655922, 0.02008822187781334, 0.01638173870742321, -0.027302898466587067, -0.01786128059029579, 0.05140266194939613, -0.02348964475095272, -0.03447181358933449, -0.019691642373800278, 0.015016593970358372, 0.006802844814956188, 0.04310502111911774, 0.05176873505115509, 0.03987138345837593, 0.003961971029639244, -0.008457797579467297, 0.04179326444864273, 0.010150881484150887, 0.01568010076880455, 0.029545091092586517, -0.031390707939863205, 0.004594970960170031, 0.013803979381918907, 0.051860254257917404, -0.03550902009010315, 0.047894470393657684, -0.008465423248708248, 0.03474637120962143, -0.03410574421286583, 0.05292796343564987, 0.012126147747039795, -0.009449243545532227, -0.021613523364067078, 0.011279605329036713, 0.0211101733148098, -0.02649448812007904, 0.030429765582084656, 0.06357456743717194, -0.03831557556986809, 0.012004123069345951, -0.01944759488105774, 0.044630322605371475, -0.013064207509160042, 0.04844357818365097, 0.0034891273826360703, 0.02066783607006073, -0.01812058314681053, 0.02181181311607361, -0.05686324089765549, 0.052378855645656586, -0.01586313545703888, -0.04170174524188042, -0.021033909171819687, -0.0050716279074549675, -0.004343296401202679, -0.0345633327960968, 0.009815315715968609, 0.08285438269376755, -0.012759147211909294, 0.046491190791130066, 0.02611316181719303, -0.027409669011831284, 0.017937546595931053, -0.028233332559466362, -0.026067404076457024, 0.04594208300113678, -0.0169613528996706, 0.04337957501411438, -0.015504689887166023, -0.022360920906066895, -0.02353540249168873, -0.004564465023577213, -0.05286695063114166, -0.025609813630580902, 0.012232918292284012, 0.010776255279779434, 0.033556632697582245, -0.010722870007157326, 0.002526280703023076, 0.02635721117258072, 0.001919973292388022, 0.02565557137131691, -0.06436772644519806, -0.024542102590203285, 0.025548800826072693, 0.02284901775419712, 0.031329695135354996, -0.005624549463391304, 0.04996887966990471, -0.004934350494295359, -0.0023070184979587793, -0.007954447530210018, 0.03206183761358261, 0.04035947844386101, -0.019340824335813522, -0.000013018687241128646, 0.016610534861683846, -0.006741832941770554, 0.02188807725906372, -0.008541688323020935, 0.0017760229529812932, -0.04722333699464798, -0.02445058338344097, -0.013445532880723476, 0.04234237223863602, 0.016549522057175636, -0.015558076091110706, -0.029255283996462822, -0.015413172543048859, -0.03633268177509308, 0.004381428938359022, 0.004877151921391487, 0.05411769822239876, 0.0025072144344449043, -0.02342863194644451, -0.03386169299483299, 0.012072761543095112, -0.01506997924298048, -0.03654622659087181, 0.01269813533872366, 0.0016673452919349074, -0.0069134291261434555, -0.06827250123023987, 0.07394661754369736, -0.032153356820344925, 0.03270246461033821, 0.003410955658182502, -0.00761506799608469, 0.005227970890700817, 0.0291180070489645, -0.013521797955036163, -0.02251345105469227, 0.036119140684604645, -0.02353540249168873, 0.014742039144039154, 0.018059570342302322, 0.04578955098986626, 0.05259239673614502, -0.04874863848090172, 0.008000207133591175, -0.04020695015788078, 0.01950860768556595, 0.004537771921604872, 0.028294343501329422, 0.005468206014484167, 0.022025354206562042, -0.039840877056121826, 0.04429475590586662, -0.037278369069099426, 0.07333649694919586, 0.010913532227277756, -0.005083067342638969, -0.009327218867838383, -0.02489292062819004, -0.01682407595217228, 0.027745235711336136, 0.01720540225505829, -0.030795838683843613, 0.030124705284833908, 0.039962902665138245, 0.0011992683866992593, -0.036119140684604645, -0.003084922442212701, 0.019493354484438896, 0.04810801148414612, 0.10469669848680496, 0.02252870425581932, 0.0377359613776207, -0.012804906815290451, 0.011622797697782516, 0.02988065779209137, 0.026891065761446953, -0.03859012946486473, -0.005262290593236685, -0.001682598260231316, -0.022879524156451225, -0.034593839198350906, 0.020942389965057373, -0.010356797836720943, 0.0039352779276669025, -0.010143255814909935, -0.020789859816432, -0.031329695135354996, 0.014383593574166298, 0.01932557113468647, -0.0211101733148098, 0.014177678152918816, 0.017922293394804, 0.08346450328826904, 0.05793095380067825, -0.0096017736941576, -0.028965476900339127, -0.036759767681360245, -0.025625066831707954, -0.019340824335813522, 0.006364320870488882, -0.0704079195857048, -0.007466351147741079, 0.005750386975705624, -0.05274492874741554, 0.028141813352704048, 0.03303803130984306, -0.013803979381918907, -0.012286304496228695, 0.008945893496274948, 0.014505618251860142, -0.0023012987803667784, 0.014848810620605946, -0.013102340511977673, -0.0045072659850120544, -0.015504689887166023, -0.02617417462170124, 0.02277275174856186, -0.008305267430841923, -0.02240668050944805, -0.014391220174729824, 0.017952799797058105, 0.004614036995917559, 0.0019447595113888383, 0.01568010076880455, 0.01662578620016575, -0.009197568520903587, -0.006985881365835667, 0.0020953831262886524, 0.05064001306891441, -0.03166526183485985, 0.005159332416951656, 0.0017655366100370884, 0.01190497912466526, -0.003660723799839616, 0.05289745703339577, 0.0076493872329592705, -0.018090076744556427, 0.012835412286221981, 0.024999693036079407, 0.0053423685021698475, -0.044508300721645355, 0.08913861960172653, 0.045331962406635284, 0.03248892351984978, -0.04630815610289574, -0.03309904411435127, -0.022742245346307755, -0.016808822751045227, 0.0010410182876512408, -0.038864683359861374, -0.017296919599175453, 0.034258272498846054, -0.010333918035030365, -0.010516954585909843, 0.0015481810551136732, -0.00694393552839756, -0.040725551545619965, -0.031207669526338577, -0.03987138345837593, 0.020317016169428825, 0.024023499339818954, -0.010997423902153969, 0.00861032772809267, 0.01645800471305847, 0.04057302325963974, -0.021598270162940025, -0.027913019061088562, -0.03987138345837593, 0.013430280610918999, -0.0008188962819986045, -0.01593940146267414, -0.02477089688181877, -0.007191796787083149, 0.02214737795293331, 0.0008246161742135882, -0.01340740080922842, 0.03703432157635689, 0.01752571575343609, 0.006040194071829319, 0.030887356027960777, 0.0014652428217232227, 0.02733340486884117, 0.0086408331990242, 0.007984953932464123, 0.043806660920381546, 0.019737401977181435, 0.025701330974698067, 0.02117118611931801, 0.014414099976420403, 0.009327218867838383, -0.0409695990383625, -0.06644213944673538, -0.029194271191954613, 0.011111821979284286, 0.03441080451011658, -0.07840050011873245, 0.06067649647593498, 0.023764198645949364, -0.0058266520500183105, 0.01772400364279747, -0.030414512380957603, -0.033190563321113586, 0.051799241453409195, 0.022025354206562042, 0.037918996065855026, -0.005155519116669893, 0.028645163401961327, -0.00436617573723197, 0.018013810738921165, -0.017510462552309036, 0.01225579809397459, -0.015619087964296341, 0.020576318725943565, 0.015634341165423393, -0.008442544378340244, -0.029606103897094727, -0.028751933947205544, -0.005025868769735098, -0.02475564368069172, -0.008023086003959179, -0.039444297552108765, -0.06961476057767868, 0.009853447787463665, -0.009822942316532135, 0.007027826737612486, -0.04408121481537819, 0.026189427822828293, 0.05469731241464615, 0.007668453734368086, 0.06882160902023315, 0.007504483684897423, 0.014109039679169655, -0.05738184601068497, 0.06381861865520477, 0.03755292296409607, 0.026524994522333145, 0.012713388539850712, 0.0003982467169407755, 0.02777574211359024, -0.029606103897094727, 0.01746470294892788, 0.003052509855479002, -0.021384727209806442, -0.04752839729189873, 0.025564054027199745, -0.00523178419098258, -0.016793569549918175, 0.014276823028922081, 0.015428424812853336, 0.04359311982989311, -0.021644029766321182, -0.007035453338176012, -0.038041021674871445, 0.03377017751336098, 0.0010829641250893474, 0.031192416325211525, 0.0010705710155889392, -0.035356491804122925, 0.0032393592409789562, 0.0077332789078354836, 0.03258044272661209, -0.053721122443675995, -0.022818511351943016, -0.0310246329754591, -0.010799135081470013, -0.04337957501411438, 0.021613523364067078, 0.055063385516405106, -0.014757292345166206, 0.001820828765630722, 0.010326291434466839, 0.00806121900677681, 0.007962074130773544, 0.03334309160709381, 0.02803504280745983, -0.05939524248242378, 0.001236447598785162, -0.043989695608615875, 0.007515923585742712, -0.031970322132110596, 0.021140679717063904, 0.017510462552309036, -0.018913738429546356, -0.0524703748524189, 0.03785798326134682, 0.04652169719338417, 0.012492219917476177, -0.012660003267228603, -0.005624549463391304, -0.006261362694203854, 0.011012677103281021, 0.05610059201717377, -0.03175677731633186, 0.030155211687088013, -0.06320849806070328, 0.046735238283872604, -0.006699887104332447, -0.035844586789608, 0.008869628421962261, -0.0024805215653032064, 0.035478513687849045, -0.005288983229547739, 0.015291147865355015, 0.01285829208791256, 0.00043804754386655986, -0.014551376923918724, -0.01952385902404785, 0.0033423169516026974, 0.0032965580467134714, -0.029895910993218422, 0.0012707668356597424, -0.03608863428235054, 0.010242399759590626, -0.02872142754495144, -0.041122131049633026, -0.036759767681360245, 0.029590850695967674, -0.015451304614543915, -0.06583201885223389, 0.0035787387751042843, 0.02098814956843853, 0.007466351147741079, 0.002053437288850546, 0.0026311452966183424, -0.007187983486801386, 0.02008822187781334, 0.013109967112541199, -0.008038339205086231, 0.009571267291903496, -0.00892301369458437, -0.010066990740597248, -0.045850563794374466, -0.003580645425245166, -0.0017073844792321324, 0.006089766509830952, -0.00729475449770689, 0.022604968398809433, -0.05936473608016968, 0.016305474564433098, 0.08261033147573471, 0.0018341750837862492, -0.02867566980421543, 0.017678245902061462, -0.01592414826154709, -0.03660723567008972, 0.030292488634586334, 0.052195820957422256, -0.0396883450448513, -0.013483665883541107, 0.045392975211143494, -0.02777574211359024, 0.02373369224369526, 0.025960631668567657, -0.02010347507894039, -0.0390477180480957, -0.0633915364742279, -0.06558796763420105, -0.05393466353416443, -0.04310502111911774, -0.037522416561841965, 0.04835205897688866, -0.0505484938621521, 0.06018839776515961, 0.030734825879335403, -0.013415027409791946, 0.035539526492357254, -0.007645573932677507, -0.01722065545618534, 0.004842832218855619, -0.02475564368069172, -0.018349377438426018, 0.002861846936866641, 0.026906318962574005, 0.004636916797608137, -0.008404411375522614, 0.004461506847292185, -0.03959682956337929, -0.024938680231571198, -0.01816634088754654, -0.015893641859292984, -0.04914521798491478, -0.07046893239021301, -0.037583429366350174, 0.017937546595931053, 0.02188807725906372, 0.016229208558797836, -0.032732971012592316, 0.07644811272621155, -0.02265072800219059, -0.03895620256662369, -0.005010615568608046, -0.030216224491596222, 0.016930846497416496, 0.0025720398407429457, -0.010280532762408257, 0.022116873413324356, -0.0033175309654325247, -0.008846748620271683, 0.014574256725609303, -0.008656086400151253, -0.03947480395436287, -0.06003586947917938, -0.0575953871011734, -0.008473049849271774, 0.003508193651214242, 0.05143316835165024, -0.006928682327270508, -0.013948882929980755, 0.009784809313714504, -0.00038799858884885907, 0.0640016570687294, 0.007504483684897423, -0.01417005155235529, 0.04566752910614014, -0.04560651630163193, -0.004789446946233511, -0.028507886454463005, 0.03166526183485985, -0.028294343501329422, -0.003170720534399152, -0.020759353414177895, 0.013468412682414055, 0.0018360817339271307, 0.05607008561491966, 0.022604968398809433, -0.05899866297841072, -0.02072884887456894, 0.0479859858751297, 0.05707678571343422, -0.013559930957853794, 0.007817170582711697, -0.023901475593447685, -0.01612243801355362, -0.007832423783838749, 0.019935691729187965, 0.00137944461312145, 0.018212100490927696, 0.025304753333330154, -0.045728541910648346, 0.03794950246810913, -0.011927857995033264, 0.03590559959411621, -0.015344534069299698, 0.004472946748137474, 0.0026883441023528576, -0.02310831844806671, -0.07095702737569809, 0.05539895221590996, 0.0371258407831192, 0.0029304856434464455, -0.0027436362579464912, 0.00915180891752243, -0.031238175928592682, -0.028751933947205544, -0.046674229204654694, 0.0006911522941663861, 0.02872142754495144, -0.052500881254673004, -0.035936105996370316, 0.03627167269587517, -0.03166526183485985, 0.02457260899245739, -0.005273730028420687, 0.05835803598165512, 0.023459138348698616, 0.03462434560060501, 0.037156347185373306, -0.05335504934191704, -0.005944862961769104, -0.027974030002951622, -0.025289500132203102, 0.006452025379985571, 0.01644275151193142, 0.042830467224121094, -0.026982584968209267, -0.004701741971075535, 0.00515170581638813, -0.008488303050398827, 0.027562199160456657, 0.02117118611931801, -0.009205195121467113, 0.03578357398509979, -0.035997115075588226, -0.029270537197589874, -0.027043595910072327, 0.002066783607006073, -0.012515099719166756, 0.05018242076039314, -0.03608863428235054, -0.03224487602710724, 0.047192830592393875, -0.006249923259019852, 0.009708544239401817, -0.04829104617238045, -0.03977986425161362, -0.011088942177593708, -0.038163043558597565, -0.05936473608016968, -0.03380068391561508, -0.02451159618794918, 0.013277750462293625, -0.006715140305459499, -0.025640320032835007, -0.01850190758705139, 0.05009090155363083, -0.0017960425466299057, 0.05863259360194206, 0.012987942434847355, 0.03557003289461136, 0.008145110681653023, -0.019691642373800278, -0.02519798092544079, -0.0518297478556633, -0.012431208044290543, -0.043288059532642365, 0.0006844790768809617, 0.012942183762788773, -0.04127465933561325, 0.02168978750705719, 0.014986087568104267, -0.009449243545532227, 0.028782440349459648, -0.0703469067811966, -0.018517160788178444, 0.048474084585905075, 0.03981037065386772, -0.007229929324239492, 0.006764712277799845, 0.0048008868470788, 0.03367865830659866, 0.0169613528996706, -0.00822137575596571, 0.01269813533872366, 0.0017893693875521421, 0.06705226004123688, -0.06186623126268387, -0.025182729586958885, -0.02675378881394863, -0.006005874834954739, -0.04868762567639351, -0.019798414781689644, -0.023382872343063354, 0.01982892118394375, -0.05021292716264725, 0.025777596980333328, 0.03181779012084007, 0.007275688461959362, 0.0062384833581745625, -0.014444605447351933, 0.018898487091064453, 0.0055177784524858, -0.05661919340491295, -0.04902319237589836, 0.017007112503051758, -0.0008660852909088135, 0.011531279422342777, -0.037522416561841965, -0.008198495954275131, 0.01790704019367695, -0.005163145717233419, 0.006379573605954647, -0.030155211687088013, -0.036637742072343826, -0.04435576871037483, -0.016534268856048584, 0.005788519512861967, 0.0024957747664302588, 0.016030918806791306, -0.06009688228368759, -0.0034529014956206083, -0.043410081416368484, -0.021918583661317825, -0.0021220757625997066, -0.05533793941140175, -0.019356077536940575, 0.00527754332870245, -0.027409669011831284, -0.015245389193296432, -0.014421726576983929, -0.025945380330085754, 0.033556632697582245, -0.011233845725655556, 0.019600125029683113, 0.03206183761358261, -0.0005767546244896948, 0.054544784128665924, 0.013857364654541016, 0.01539029274135828, -0.05719880759716034, 0.04536246880888939, -0.0060020615346729755, 0.010516954585909843, 0.01804431714117527, 0.01170668937265873, 0.01816634088754654, 0.012454086914658546, -0.003992476966232061, 0.0023051120806485415, -0.018379883840680122, 0.043410081416368484, 0.0339227057993412, 0.014414099976420403, 0.011622797697782516, 0.013971762731671333, -0.002905699424445629, 0.012354942969977856, 0.00041898127528838813, -0.041579719632864, 0.018395137041807175, -0.0035768321249634027, -0.01702236570417881, 0.0076493872329592705, 0.03499041870236397, 0.06857755780220032, -0.02731815166771412, 0.028202826157212257, 0.009807689115405083, -0.014734413474798203, -0.02117118611931801, -0.004167886450886726, -0.03438029810786247, 0.003798000980168581, 0.0016406525392085314, -0.004030609503388405, 0.002570133190602064, 0.0018770742462947965, 0.03039925917983055, -0.008984026499092579, 0.026708031073212624, 0.02579285018146038, 0.004964856430888176, 0.002909512724727392, 0.02481665648519993, -0.0037560551427304745, -0.001919973292388022, 0.03935278207063675, -0.04496588930487633, 0.06448975205421448, -0.0100746164098382, 0.0020915698260068893, -0.0016597188077867031, -0.007546429522335529, 0.04420324042439461, -0.04856560006737709, -0.0015062353340908885, 0.0054262601770460606, -0.02182706445455551, -0.004797073546797037, 0.04755890369415283, 0.05332454293966293, 0.017998557537794113, 0.06937071681022644, -0.022162631154060364, -0.01170668937265873, 0.030445018783211708, 0.003098268760368228, -0.02809605561196804, -0.026952078565955162, 0.03175677731633186, 0.014551376923918724, 0.02040853537619114, -0.05064001306891441, -0.04167123883962631, 0.0422508530318737, 0.02503019943833351, -0.046674229204654694, -0.012438834644854069, -0.02053055912256241, -0.00460641086101532, -0.008976399898529053, -0.045728541910648346, 0.015367412939667702, -0.013094713911414146, 0.013186232186853886, 0.005796146113425493, -0.05597856640815735, -0.03633268177509308, 0.04011543095111847, -0.020896632224321365, 0.02092713676393032, 0.011416882276535034, 0.030490778386592865, 0.05338555574417114, -0.015786871314048767, 0.04728434979915619, -0.044630322605371475, -0.027928272262215614, 0.0016968980198726058, 0.018837474286556244, 0.019600125029683113, -0.02821807935833931, -0.041549213230609894, 0.0320008285343647, -0.016015665605664253, -0.004961043130606413, 0.009060291573405266, 0.027592705562710762, -0.02060682326555252, -0.028934970498085022, -0.02891971729695797, 0.01580212451517582, 0.034776873886585236, 0.0008603653986938298, -0.005975368898361921, 0.022437185049057007, 0.024938680231571198, -0.04087808355689049, 0.01683932915329933, -0.04209832474589348, -0.021918583661317825, -0.09273833781480789, 0.03340410441160202, -0.017373185604810715, -0.0409695990383625, -0.04484386742115021, -0.05451427772641182, 0.011485520750284195, 0.0007493043667636812, -0.014536123722791672, -0.030109452083706856, -0.016091931611299515, -0.008152737282216549, 0.01368958130478859, -0.011828714050352573, -0.021583016961812973, 0.012324436567723751, 0.012354942969977856, 0.02348964475095272, 0.008518809452652931, -0.02155251055955887, -0.029895910993218422, -0.01786128059029579, 0.06290343403816223, 0.001990518532693386, 0.019661137834191322, -0.026326704770326614, 0.0005448186420835555, 0.006288055796176195, -0.02637246437370777, -0.015146244317293167, -0.03340410441160202, -0.003262238809838891, -0.00021246973483357579, 0.046674229204654694, -0.010173761285841465, -0.03596661239862442, 0.006005874834954739, -0.0588766410946846, 0.007496857084333897, -0.005441513378173113, -0.015329280868172646, 0.004282284062355757, 0.05082304775714874, 0.024587860330939293, -0.047131817787885666, 0.27479833364486694, 0.02028651162981987, 0.0297586340457201, -0.019096774980425835, 0.04133567214012146, 0.03386169299483299, 0.003325157333165407, 0.01581737771630287, 0.06937071681022644, -0.03258044272661209, -0.0018360817339271307, 0.0006187004619278014, 0.017251159995794296, -0.003267958527430892, 0.01624446175992489, 0.05735133960843086, -0.0018856540555134416, 0.03813253715634346, -0.012560858391225338, -0.028873957693576813, -0.003958157729357481, 0.008587447926402092, -0.0172816663980484, -0.01317860558629036, 0.01237782184034586, 0.017830776050686836, 0.046155624091625214, 0.010745749808847904, 0.0066579412668943405, -0.04746738448739052, 0.009662785567343235, -0.06638112664222717, -0.02016448602080345, 0.0006940122111700475, -0.012675255537033081, -0.036698754876852036, -0.038620635867118835, -0.054880350828170776, 0.02104916237294674, 0.035936105996370316, -0.012743894942104816, -0.00511738657951355, 0.03831557556986809, 0.03566155210137367, 0.02898073010146618, 0.02373369224369526, -0.05356859043240547, -0.06067649647593498, 0.057046279311180115, -0.0014271102845668793, 0.06369659304618835, -0.041122131049633026, 0.01746470294892788, -0.0007907735416665673, -0.031009379774332047, -0.013308255933225155, 0.03508193418383598, -0.045270949602127075, -0.0025644132401794195, 0.009502628818154335, 0.01004411093890667, -0.014574256725609303, -0.0036988563369959593, 0.024343812838196754, -0.004244151525199413, 0.02835535630583763, 0.028370609506964684, 0.013224364258348942, -0.05985283479094505, -0.004797073546797037, -0.007622694596648216, -0.002512934384867549, -0.015847884118556976, 0.0033861694391816854, -0.023565908893942833, -0.000007518515303672757, -0.0030963621102273464, 0.0019361797021701932, -0.03309904411435127, -0.0026044524274766445, 0.02214737795293331, -0.031909309327602386, 0.002003864850848913, 0.013857364654541016, 0.011821087449789047, 0.052378855645656586, -0.005380501039326191, 0.006932495627552271, 0.0002571563236415386, 0.037583429366350174, 0.030567042529582977, 0.011348243802785873, -0.036119140684604645, -0.025503041222691536, 0.02117118611931801 ]
9857_15
since 1945 Andrzej Sakson (born 1950), sociologist and director of the Western Institute Henryk Iwaniec (born 1947), mathematician Wojciech Cejrowski (born 1964), journalist, writer Adam Fedoruk (born 1966), footballer Ewa Białołęcka (born 1967), fantasy writer Piotr Wadecki (born 1973), cyclist Maciej Bykowski (born 1977), footballer Adam Wadecki (born 1977), cyclist Dominika Figurska (born 1978), actress Radosław Wojtaszek (born 1987), chess grandmaster Krzysztof Jotko (born 1989), MMA fighter Joanna Wołosz (born 1990), volleyball player See also EB - Polish beer produced by the Elbrewery Company List of cities and towns in East Prussia Notes External links Government websites Municipal website Gmina of Elbląg Elbląg County Tourism and historical sites CastlesOfPoland.com Map of Warmia with Elbing from 1755 Interactive map of Elbląg Tourism information Elbing Vocabulary, presentation by Dr. Letis Palmaitis Web portals Wirtualny Elbląg - portal Elbląska Gazeta Internetowa - portal Elblag24 - portal info.elblag.pl - portal Nocny Elbląg - portal Dziennik Elbląski newspaper Die Elbing Seite- Deutsche Minderheit- portal Elbing Damals- Elbing as it was before the war Extensive East & West Prussian Historical Materials City counties of Poland Cities and towns in Warmian-Masurian Voivodeship Members of the Hanseatic League Cities with powiat rights
[ -0.014868338592350483, -0.01607639156281948, 0.0033531200606375933, 0.011042838916182518, -0.016169318929314613, -0.007105052471160889, -0.017392858862876892, -0.04017549008131027, -0.031564243137836456, -0.006911454256623983, 0.015890536829829216, -0.02081567421555519, 0.01733090728521347, -0.039494022727012634, 0.005993798840790987, -0.062168240547180176, -0.06096018850803375, -0.0021257076878100634, -0.014062969945371151, 0.031161559745669365, 0.016602978110313416, 0.03066594898700714, -0.03435205668210983, 0.0021760433446615934, -0.024827027693390846, 0.00015221655485220253, 0.02035103738307953, 0.019375303760170937, 0.01036137342453003, -0.014814130961894989, 0.00016383244656026363, 0.004208824131637812, 0.013613822869956493, 0.006644288543611765, 0.03023228794336319, -0.0032931047026067972, -0.0020598843693733215, -0.07607632875442505, 0.032648392021656036, 0.010632410645484924, 0.039865732192993164, -0.03958695009350777, 0.025059346109628677, -0.010523995384573936, -0.051605526357889175, 0.0302632637321949, -0.016293220221996307, 0.013265346176922321, 0.022968485951423645, -0.08921003341674805, -0.003095634514465928, 0.004313366953283548, -0.001695919898338616, -0.017145052552223206, 0.018368592485785484, -0.009633444249629974, -0.014992241747677326, 0.0024935442488640547, 0.024888979271054268, 0.014481142163276672, 0.027088254690170288, -0.006737215910106897, -0.03608669713139534, 0.002199274953454733, 0.024223001673817635, 0.00014132665819488466, 0.027428986504673958, -0.019483719021081924, 0.01513163186609745, -0.05687139555811882, -0.007190235424786806, -0.031935952603816986, -0.0007284130551852286, -0.031300950795412064, -0.02346409671008587, -0.0038429233245551586, -0.00957923661917448, 0.034042298793792725, 0.01652553863823414, 0.04699014499783516, 0.0339803472161293, 0.011592657305300236, -0.005912487860769033, 0.016943709924817085, -0.011685584671795368, -0.0009979985188692808, 0.01441919058561325, 0.01672688126564026, -0.007527096197009087, 0.00027926533948630095, 0.012196684256196022, 0.04621575027704239, 0.014837362803518772, 0.008998442441225052, 0.029303018003702164, 0.025632396340370178, 0.0007177651859819889, 0.0032640649005770683, -0.011561681516468525, -0.0665358155965805, -0.03077436238527298, 0.04342794045805931, 0.030046433210372925, 0.05947335436940193, 0.012398025952279568, 0.05941140279173851, 0.009145576506853104, 0.03645840659737587, -0.00672947196289897, -0.026530692353844643, 0.008286001160740852, 0.007097308523952961, 0.036272551864385605, -0.03218375891447067, 0.04002061113715172, 0.04745478183031082, -0.018151763826608658, 0.031130583956837654, -0.03475474193692207, 0.04091890528798103, -0.003537038341164589, 0.04925137013196945, 0.00023473775945603848, -0.02264324016869068, -0.0047818743623793125, 0.004317238926887512, -0.011213204823434353, 0.0356840118765831, -0.004437269642949104, -0.05021161958575249, -0.03639645501971245, -0.029241066426038742, 0.018322128802537918, -0.05172942578792572, -0.0053587970323860645, 0.05941140279173851, -0.004913520999252796, 0.02129579707980156, -0.007894933223724365, -0.02914813905954361, 0.03435205668210983, 0.011786255985498428, 0.01530199870467186, 0.03074338659644127, -0.002832341007888317, 0.013520895503461361, 0.010431068949401379, -0.04804331809282303, -0.018848717212677002, 0.04234378784894943, -0.06083628535270691, -0.019932866096496582, 0.051915280520915985, -0.004499221220612526, 0.0021528115030378103, 0.004441141616553068, 0.01949920691549778, 0.02800203673541546, 0.006020902656018734, 0.009919969365000725, -0.05200820788741112, -0.026592642068862915, 0.002661974634975195, 0.027274107560515404, 0.017036637291312218, -0.017996884882450104, 0.016680417582392693, 0.026732033118605614, -0.034104250371456146, -0.014163641259074211, 0.04522452875971794, 0.012305098585784435, 0.015116143971681595, 0.013520895503461361, 0.009765091352164745, 0.023959707468748093, 0.03896743804216385, -0.0020405245013535023, 0.0035893097519874573, -0.018275665119290352, 0.002886548638343811, -0.007240571081638336, 0.007558071985840797, 0.026282886043190956, -0.03131643682718277, 0.009331431239843369, -0.06858021020889282, -0.0793597549200058, 0.008789356797933578, 0.02823435515165329, 0.0516674779355526, 0.01973152346909046, -0.006485538091510534, -0.010539483278989792, 0.014581813476979733, -0.0009786386508494616, -0.05464114248752594, 0.0331130288541317, 0.0077323103323578835, -0.0249819066375494, -0.03497157245874405, 0.026886912062764168, -0.04014451429247856, -0.03429010510444641, -0.009641188196837902, 0.012444489635527134, 0.019654083997011185, 0.02549300529062748, -0.007511608302593231, -0.01983993873000145, 0.05361894518136978, -0.0077555421739816666, 0.0034111994318664074, -0.01400101836770773, 0.055167730897665024, 0.03605572134256363, -0.03785231336951256, 0.026623617857694626, -0.049344297498464584, 0.007736182305961847, -0.011112534441053867, 0.04748575761914253, 0.04692819342017174, 0.020939577370882034, -0.02200823836028576, 0.054238460958004, 0.008177585899829865, 0.04076402634382248, -0.003066594712436199, -0.010454300791025162, 0.028853869065642357, -0.03531230241060257, -0.03611767292022705, 0.03046460635960102, 0.014728947542607784, -0.025942152366042137, 0.012986564077436924, 0.008316976949572563, 0.041352566331624985, -0.010833753272891045, 0.02532263845205307, 0.0016136406920850277, 0.030758874490857124, 0.08605051040649414, -0.014605045318603516, 0.017749078571796417, -0.03645840659737587, 0.0003850183275062591, 0.0037577401380985975, 0.039927683770656586, -0.00974960345774889, -0.03280327096581459, -0.008897771127521992, -0.017052125185728073, -0.05798652023077011, -0.001959213288500905, -0.005242638289928436, 0.004410165827721357, -0.028760941699147224, 0.021280309185385704, -0.00440242188051343, 0.014163641259074211, 0.03816206753253937, -0.0030007713939994574, -0.02272067964076996, 0.031874001026153564, 0.036303527653217316, 0.043923549354076385, -0.020320063456892967, -0.043892573565244675, -0.017315419390797615, -0.02200823836028576, -0.01220442820340395, -0.026886912062764168, -0.03713987022638321, 0.03472376614809036, 0.0043365987949073315, -0.01760968752205372, 0.028187891468405724, -0.0023193059023469687, 0.01364479772746563, 0.007387705612927675, -0.006470050197094679, -0.00401909789070487, -0.014334007166326046, 0.038812559098005295, -0.06703142821788788, -0.0014122985303401947, -0.0037267645820975304, 0.0012709719594568014, 0.01287814974784851, 0.03456888720393181, -0.029628261923789978, -0.022627752274274826, -0.01067887432873249, -0.013335040770471096, -0.01203406136482954, -0.012219916097819805, -0.001318403403274715, 0.01564273051917553, 0.0175632257014513, 0.013706749305129051, 0.0496850311756134, -0.023200802505016327, -0.020474940538406372, 0.016432611271739006, 0.018477007746696472, -0.0035718861036002636, 0.07719145715236664, 0.017408346757292747, -0.057367004454135895, -0.020320063456892967, 0.024331416934728622, -0.022534824907779694, -0.031084120273590088, 0.04460501670837402, 0.048631858080625534, 0.07062460482120514, -0.03066594898700714, -0.04488379508256912, -0.026344837620854378, -0.002683270489796996, 0.030108384788036346, -0.03927719593048096, 0.01604541577398777, 0.03351571410894394, -0.03435205668210983, -0.013853884302079678, 0.006229988764971495, 0.01431851927191019, -0.0702529028058052, -0.05913262069225311, -0.04841502755880356, 0.05321625992655754, 0.031502291560173035, 0.0027316699270159006, 0.0023483457043766975, 0.01753224991261959, 0.008696429431438446, -0.007747798226773739, 0.027878135442733765, -0.04370671883225441, 0.030960217118263245, 0.018120788037776947, -0.013242114335298538, -0.01103509496897459, -0.017749078571796417, 0.04017549008131027, -0.02474958822131157, -0.006175781134516001, 0.009703139774501324, -0.01892615668475628, -0.005633706226944923, 0.04271549731492996, -0.05200820788741112, -0.021775919944047928, -0.008642221800982952, 0.0511099137365818, 0.027878135442733765, -0.005490443669259548, 0.027955573052167892, -0.028327282518148422, 0.015271022915840149, 0.004867057781666517, -0.045782092958688736, -0.06294263154268265, -0.012978820130228996, 0.02637581340968609, 0.00655136164277792, -0.06901387125253677, 0.0670933797955513, 0.03391839563846588, -0.027336059138178825, -0.008200817741453648, 0.002807173179462552, -0.032648392021656036, 0.03317498043179512, 0.008618989959359169, 0.014357239007949829, -0.026670081540942192, 0.01610736735165119, 0.019081033766269684, 0.023944219574332237, -0.04841502755880356, 0.04630867764353752, -0.02728959545493126, 0.039865732192993164, 0.0001523375540273264, -0.0733504667878151, -0.0242694653570652, -0.017036637291312218, 0.017547737807035446, 0.002661974634975195, -0.0009418550180271268, -0.0485389307141304, -0.03748060390353203, -0.047175999730825424, 0.002220570808276534, 0.02457922138273716, -0.027072766795754433, 0.0002550655626691878, 0.07409388571977615, -0.007674230728298426, 0.05547748878598213, 0.012994308024644852, -0.02860606461763382, -0.04491477087140083, 0.04770258441567421, 0.005749865435063839, 0.011941133998334408, -0.026499716565012932, -0.028218867257237434, 0.019050057977437973, 0.017114076763391495, 0.009772835299372673, 0.03117704764008522, -0.040299393236637115, -0.04475989565253258, -0.007043100893497467, 0.04448111355304718, -0.0525347962975502, -0.013071747496724129, 0.013892604038119316, 0.037356700748205185, 0.0007332530221901834, -0.019235912710428238, -0.029256554320454597, 0.00008463869744446129, 0.0006262900424189866, 0.0076781027019023895, 0.004801234230399132, -0.010299421846866608, -0.03636547923088074, 0.003298912663012743, 0.030247775837779045, -0.04550331085920334, -0.0331130288541317, -0.03243156149983406, -0.012940100394189358, -0.05207015946507454, 0.0030007713939994574, 0.03043363057076931, 0.012096012942492962, -0.008022707886993885, -0.021435188129544258, 0.006102214101701975, 0.026220934465527534, 0.030991192907094955, 0.035529132932424545, -0.06858021020889282, -0.0007032452849671245, -0.028265330940485, 0.019003594294190407, -0.02800203673541546, 0.016091879457235336, -0.0039610182866454124, 0.005223278421908617, -0.0175632257014513, 0.05752188339829445, 0.04847697913646698, -0.004414037801325321, 0.0024761203676462173, 0.03611767292022705, -0.029039723798632622, 0.019777987152338028, 0.02237994782626629, -0.03636547923088074, 0.061115067452192307, -0.03314400464296341, 0.018693838268518448, 0.0222715325653553, -0.00777877401560545, 0.00019444515055511147, 0.003358928021043539, -0.005807944573462009, -0.010624666698276997, 0.008897771127521992, 0.027707768604159355, 0.018507983535528183, 0.03363961726427078, -0.014790899120271206, 0.06235409528017044, -0.035498157143592834, 0.01136033982038498, -0.01323437038809061, -0.06284970790147781, -0.023340193554759026, -0.016494562849402428, 0.0062067569233477116, 0.0021276436746120453, -0.013327296823263168, -0.05693334713578224, -0.02203921414911747, 0.03060399740934372, -0.0062880683690309525, -0.03503352403640747, -0.029705701395869255, 0.01706761308014393, 0.006671392358839512, -0.01139131560921669, 0.002007612958550453, -0.007976244203746319, 0.010957655496895313, -0.034847669303417206, -0.01970054768025875, -0.001256452058441937, 0.0002123529848176986, -0.02363446354866028, -0.0062338607385754585, 0.04020646587014198, 0.006489410065114498, 0.01787298172712326, -0.01983993873000145, 0.023618975654244423, -0.02346409671008587, -0.04345891252160072, 0.013861628249287605, 0.02244189754128456, -0.03611767292022705, 0.0065591055899858475, 0.025787275284528732, -0.04835307598114014, 0.005540779326111078, 0.034104250371456146, 0.01733090728521347, 0.015952488407492638, 0.04414037987589836, -0.01918944902718067, -0.0525347962975502, -0.0896436870098114, -0.03562206029891968, -0.029256554320454597, 0.009726371616125107, -0.04559623822569847, 0.045410383492708206, 0.007771030068397522, 0.05677846819162369, -0.01019100658595562, -0.047175999730825424, 0.05903969332575798, -0.022132141515612602, -0.018337616696953773, -0.04187915474176407, -0.03788328915834427, 0.010438812896609306, 0.021605554968118668, -0.0026426147669553757, -0.002452888758853078, -0.021233845502138138, 0.04965405538678169, -0.04076402634382248, -0.024796051904559135, -0.01220442820340395, -0.011561681516468525, -0.0033066566102206707, -0.054238460958004, -0.03305107727646828, 0.027134718373417854, 0.013954555615782738, 0.0035176784731447697, 0.0026155111845582724, 0.0679606944322586, -0.02152811549603939, -0.0035273584071546793, 0.007999476045370102, -0.05287552997469902, 0.011863695457577705, 0.01467473991215229, -0.00018839520635083318, -0.005819560494273901, 0.023371169343590736, 0.014767667278647423, 0.02109445445239544, 0.017950421199202538, -0.0021702353842556477, -0.02643776498734951, -0.049003563821315765, -0.02172945626080036, -0.05145064741373062, 0.05752188339829445, -0.003705468727275729, 0.002547751646488905, 0.005459467880427837, 0.03342278674244881, 0.08344855159521103, 0.024052634835243225, 0.02457922138273716, 0.031161559745669365, -0.01892615668475628, -0.01441919058561325, -0.021775919944047928, 0.03521937504410744, -0.025090321898460388, 0.03614864870905876, -0.00711666839197278, -0.018291153013706207, 0.041786227375268936, 0.02715020626783371, 0.032586440443992615, -0.053092360496520996, 0.001286459737457335, 0.04565818980336189, 0.03686108812689781, -0.07105826586484909, 0.01787298172712326, -0.06746508926153183, -0.012250890955328941, -0.02417653799057007, 0.002245738636702299, -0.013629309833049774, -0.009556004777550697, 0.02352604828774929, -0.015534316189587116, 0.05618992820382118, 0.020629819482564926, 0.014597301371395588, 0.005881512071937323, -0.0018875820096582174, -0.003887451021000743, -0.015317486599087715, -0.044233307242393494, 0.025276174768805504, 0.06241604685783386, -0.005773097276687622, -0.042498666793107986, 0.0026987583842128515, 0.01932884007692337, 0.0035815658047795296, -0.028482161462306976, 0.0044062938541173935, 0.0068882224150002, -0.04621575027704239, -0.04838405176997185, -0.003012387314811349, 0.028327282518148422, 0.019716035574674606, -0.0005183590692467988, 0.024796051904559135, -0.019081033766269684, 0.02474958822131157, 0.022844582796096802, -0.06901387125253677, -0.013520895503461361, -0.03137838840484619, -0.010129055939614773, -0.04856990650296211, -0.01712956465780735, 0.06498702615499496, -0.024532757699489594, 0.0066094412468373775, 0.015410413034260273, 0.005207790527492762, -0.0026503587141633034, -0.015116143971681595, -0.021109942346811295, -0.012661319226026535, 0.00013019476318731904, -0.031874001026153564, -0.030449118465185165, -0.019793475046753883, 0.0010860856855288148, -0.0013261473504826427, -0.024331416934728622, -0.003858411218971014, 0.02894679643213749, -0.04779551178216934, -0.017021149396896362, -0.014907058328390121, 0.015178095549345016, -0.024021659046411514, -0.010725338011980057, -0.03416620194911957, -0.009370150975883007, -0.036241576075553894, -0.015696939080953598, -0.0268404483795166, -0.015604011714458466, -0.010671130381524563, 0.020707258954644203, 0.016695905476808548, 0.07217339426279068, -0.03320595622062683, 0.023618975654244423, -0.044635992497205734, -0.01331955287605524, -0.004421781748533249, -0.03205985575914383, 0.02035103738307953, -0.04844600334763527, -0.01681980863213539, -0.006380995269864798, -0.04742380604147911, -0.025740811601281166, 0.006911454256623983, -0.01692822203040123, -0.010911191813647747, -0.06839435547590256, -0.043149158358573914, 0.016231268644332886, 0.06164165213704109, -0.0026503587141633034, 0.04256061837077141, 0.040609151124954224, 0.006772063672542572, 0.013551871292293072, -0.00812337826937437, -0.0216984823346138, -0.044666968286037445, 0.07031485438346863, 0.01455858163535595, 0.0046850754879415035, -0.03837889805436134, -0.007983988150954247, -0.014372726902365685, -0.011143510229885578, 0.010887959972023964, 0.00747288903221488, -0.011507474817335606, 0.020862137898802757, 0.0298296045511961, 0.012700038962066174, -0.019777987152338028, -0.028342770412564278, 0.0019069418776780367, 0.03791426494717598, -0.032586440443992615, -0.010918935760855675, -0.006880478467792273, 0.03757353127002716, 0.02809496410191059, -0.01129064429551363, 0.029938019812107086, 0.021605554968118668, -0.03673718497157097, 0.0030530430376529694, -0.0339803472161293, -0.048260148614645004, -0.044945746660232544, -0.026499716565012932, 0.02163653075695038, 0.016649441793560982, -0.012080525048077106, -0.01458955742418766, -0.020846650004386902, 0.015123887918889523, -0.021233845502138138, 0.009114601649343967, -0.04516257718205452, -0.02010323293507099, 0.0008639317820779979, -0.06380995362997055, 0.045410383492708206, -0.01953018270432949, -0.04764063283801079, 0.03125448524951935, 0.002096668118610978, 0.02055238001048565, 0.04736185446381569, -0.0035428463015705347, 0.025446541607379913, -0.004994832444936037, -0.0394010953605175, 0.02081567421555519, 0.027971060946583748, -0.014241080731153488, -0.00583892036229372, -0.02118738181889057, 0.021109942346811295, 0.04590599611401558, 0.016339683905243874, 0.0302632637321949, 0.026220934465527534, -0.01672688126564026, 0.003184689674526453, -0.006466178223490715, 0.023742878809571266, -0.012018573470413685, -0.016479074954986572, -0.003991994075477123, 0.011073814705014229, 0.034816693514585495, -0.04299427941441536, 0.04544135928153992, -0.00637325132265687, -0.026189958676695824, -0.0026135751977562904, 0.010423325002193451, 0.016293220221996307, -0.032927174121141434, 0.02934947982430458, -0.01423333678394556, 0.008053683675825596, 0.0020231008529663086, -0.021682994440197945, -0.058822862803936005, -0.0036667489912360907, 0.016912734135985374, -0.016370659694075584, -0.004932880867272615, -0.0422508604824543, 0.007000509183853865, -0.0013542191591113806, -0.013141443021595478, 0.08388221263885498, 0.025307150557637215, -0.012142476625740528, 0.002228314755484462, -0.00268714246340096, -0.023448608815670013, 0.02972118929028511, -0.02857508882880211, 0.07173973321914673, 0.03964890167117119, -0.006071238312870264, 0.021249333396553993, -0.01804334856569767, 0.018477007746696472, -0.03345376253128052, -0.029845092445611954, 0.0005154550890438259, -0.02024262398481369, -0.02586471289396286, 0.018569935113191605, 0.04695916920900345, 0.035467181354761124, 0.04602989926934242, -0.02312336303293705, -0.032927174121141434, 0.047206975519657135, 0.0033937757834792137, -0.06207531318068504, -0.020738234743475914, 0.010787289589643478, -0.016664929687976837, -0.0002570015494711697, -0.05832725390791893, -0.03342278674244881, 0.03077436238527298, 0.02132677286863327, -0.0967681035399437, 0.018740301951766014, -0.011972109787166119, -0.032927174121141434, 0.0024180409964174032, -0.042839400470256805, 0.04150744527578354, -0.012707782909274101, 0.028791917487978935, 0.002892356365919113, -0.06312848627567291, 0.013366016559302807, 0.030356191098690033, 0.014659252017736435, 0.020196160301566124, 0.003244705032557249, 0.04398550093173981, 0.0284047219902277, 0.008982954546809196, -0.01963859796524048, -0.023959707468748093, -0.010895703919231892, -0.0309757050126791, 0.01455858163535595, 0.017547737807035446, -0.050118692219257355, -0.03652035817503929, 0.026282886043190956, 0.00280523719266057, 0.006222244817763567, 0.010624666698276997, 0.042095981538295746, 0.034444984048604965, -0.0448218435049057, 0.005126479081809521, 0.027568377554416656, -0.00008300520858028904, -0.005490443669259548, -0.009617956355214119, 0.0006592017016373575, 0.0004936752957291901, -0.01760968752205372, 0.022395435720682144, -0.05073820427060127, -0.05290650576353073, -0.09974177181720734, 0.06746508926153183, -0.006400355137884617, 0.0013493791921064258, -0.05259674787521362, -0.037697434425354004, -0.014922546222805977, 0.0328342467546463, -0.0132033945992589, -0.02203921414911747, -0.023309217765927315, 0.036551330238580704, -0.007356729824095964, 0.014148153364658356, -0.024703124538064003, -0.018198227509856224, 0.03463083878159523, 0.038409873843193054, 0.02281360700726509, -0.025074834004044533, -0.044233307242393494, 0.0005023872363381088, 0.07762511819601059, -0.022705191746354103, 0.031904976814985275, -0.02518324740231037, -0.04293232783675194, -0.002400617115199566, -0.03117704764008522, -0.018275665119290352, -0.00826276931911707, -0.01210375688970089, -0.0024916082620620728, 0.03834792226552963, -0.03164168447256088, -0.030154848471283913, -0.022767143324017525, -0.0528135783970356, 0.0242694653570652, 0.027785208076238632, -0.02318531461060047, 0.03543620556592941, 0.018492495641112328, 0.0433969646692276, -0.04271549731492996, 0.2834896445274353, -0.0037015967536717653, 0.02526068687438965, 0.007790389936417341, 0.043520864099264145, 0.03391839563846588, 0.003513806499540806, -0.005002576392143965, 0.014636021107435226, 0.007674230728298426, -0.028590576723217964, -0.02972118929028511, 0.03902938961982727, 0.005002576392143965, -0.018291153013706207, 0.09137833118438721, -0.026546180248260498, 0.015937000513076782, 0.04742380604147911, -0.00790654867887497, 0.002313497941941023, 0.00432498287409544, -0.003777100006118417, 0.016494562849402428, 0.013404736295342445, 0.02786264754831791, 0.02900874800980091, 0.02728959545493126, 0.009052650071680546, -0.013505407609045506, -0.007128284312784672, -0.03342278674244881, 0.00355833419598639, -0.012893637642264366, -0.02403714694082737, -0.009532772935926914, -0.050428446382284164, -0.009401126764714718, 0.017996884882450104, 0.0012971076648682356, -0.003972634207457304, -0.020056769251823425, 0.031161559745669365, -0.0006514578126370907, 0.04401647672057152, 0.0139158358797431, -0.044233307242393494, -0.007019869051873684, 0.05392870306968689, 0.043242085725069046, 0.04627770185470581, -0.018895180895924568, 0.028698990121483803, -0.00023159179545473307, -0.010523995384573936, -0.017207004129886627, 0.023820316419005394, -0.04345891252160072, -0.010926679708063602, 0.014651509001851082, 0.05606602504849434, -0.016866272315382957, -0.01864737458527088, 0.036613281816244125, -0.007101180497556925, 0.005366540979593992, 0.05259674787521362, 0.041724275797605515, -0.08388221263885498, -0.03497157245874405, -0.018709326162934303, 0.006876606494188309, -0.004173976369202137, 0.016773344948887825, -0.01190241426229477, 0.02843569777905941, 0.045967947691679, 0.00386421917937696, 0.000496579275932163, -0.020134208723902702, 0.01474443543702364, -0.03890548646450043, -0.012181196361780167, -0.01474443543702364, 0.015604011714458466, 0.02491995505988598, 0.021233845502138138, 0.029225578531622887, -0.05721212923526764, 0.04850795492529869, 0.020862137898802757, -0.014442422427237034, -0.05637578293681145, 0.01235930621623993, 0.028931308537721634 ]
9860_0
ESR may refer to: Organizations Earlham School of Religion, at Earlham College in Richmond, Indiana, US E.S.R., Inc., a former American toy manufacturer ESR Rīga, a Soviet Latvian football club, active from 1966 to 1991 ESR Technology, a UK company e-Shang Redwood, an Asia focused Real Estate services and investment firm Ethnikó Simvúlio Radhiotileórasis, the Greek National Council for Radio and Television European Society of Radiology Institute of Environmental Science and Research, a New Zealand scientific institute Science EISCAT Svalbard radar, UHF-band radar at Longyearbyen, Norway Electron spin resonance, a technique used in chemical spectroscopy to identify unpaired electrons and free radicals Electron spin resonance dating, a dating technique used in archaeology and geology Erythrocyte sedimentation rate, the rate at which red blood cells sediment Estrogen receptor, a group of proteins European Sociological Review, sociological scientific journal Technology Electro-slag remelting, an alloy remelting and refining process Electronic Staff Record, a human resources and payroll system of the UK National Health Service Equivalent series resistance, the resistive parts of the impedance of certain electrical components Emergency sun reacquisition, an attitude control mode of the Solar and Heliospheric Observatory Extended-support release, software that receives official security updates for an extended period of time M2010 Enhanced Sniper Rifle, a sniper rifle used by the US Army Transportation East Somerset Railway, a heritage railway in the UK Eastar Jet (ICAO code), a Korean airline Ricardo García Posada Airport (IATA code), Chile Emergency speed restriction, a UK railway speed reduction Other uses Eric S. Raymond (born 1957), American computer programmer, author and open source software advocate Emile Smith-Rowe, English professional footballer for Arsenal FC Effort Sharing Regulation a European regulation designed to allocate the Green House Gases reduction objectives among European Union Member States
[ -0.023882629349827766, -0.034954432398080826, -0.037765856832265854, 0.021868256852030754, -0.018274269998073578, 0.0230855755507946, 0.003157419851049781, -0.06660471111536026, -0.04005557671189308, 0.011948560364544392, 0.045649442821741104, -0.00837631057947874, 0.010296485386788845, -0.014368705451488495, -0.029056232422590256, -0.006452512461692095, -0.008629919029772282, -0.031534343957901, -0.035736992955207825, -0.0015288940630853176, 0.05535900592803955, 0.011687706224620342, -0.010847177356481552, -0.014129589311778545, -0.04072220250964165, 0.015506318770349026, 0.05695311352610588, -0.006749596446752548, 0.06573519855737686, 0.020303133875131607, -0.012361579574644566, -0.042924970388412476, -0.0007653527427464724, -0.06022828072309494, 0.04005557671189308, -0.021737830713391304, 0.0240420401096344, -0.016984490677714348, -0.07014073431491852, 0.0051482426933944225, 0.009383496828377247, 0.014955626800656319, -0.026781007647514343, -0.03251979500055313, -0.025491228327155113, -0.00669887475669384, 0.03101263754069805, 0.005930804647505283, -0.004133810754865408, -0.037591952830553055, 0.08300952613353729, 0.0057967547327280045, -0.00545981852337718, -0.010122583247721195, -0.0011611623922362924, -0.03959183394908905, -0.01762213371694088, 0.028578000143170357, -0.03993963822722435, -0.015622253529727459, 0.027505600824952126, 0.019636506214737892, -0.015201989561319351, -0.0025958591140806675, 0.03634565323591232, 0.045475538820028305, -0.03628768399357796, 0.023114560171961784, -0.010376190766692162, -0.06724235415458679, -0.013622373342514038, -0.0074270921759307384, 0.02205665223300457, -0.016259897500276566, -0.02954895794391632, 0.005401850678026676, 0.02817222848534584, 0.030925685539841652, -0.04420025646686554, -0.01657871901988983, -0.007119139190763235, 0.004706240259110928, 0.021940717473626137, -0.02762153558433056, -0.00928205344825983, 0.02976633608341217, 0.03536020219326019, 0.01568022184073925, 0.006945236586034298, -0.008289359509944916, -0.015578778460621834, 0.053562015295028687, -0.00507216015830636, -0.002362177474424243, 0.0002166989870602265, 0.03469357639551163, 0.04559147730469704, -0.042461227625608444, -0.012528236024081707, 0.01091963704675436, 0.018897419795393944, 0.0758795216679573, 0.002820483408868313, 0.03365015983581543, -0.03315743803977966, 0.0493013970553875, 0.050518717616796494, -0.020752381533384323, -0.005880082957446575, -0.0230855755507946, 0.018622074276208878, -0.018535122275352478, -0.0005140090943314135, -0.06903935223817825, -0.04324379190802574, 0.05701108276844025, 0.0011593509698286653, 0.00018216753960587084, -0.006061231717467308, 0.028418589383363724, -0.05350404605269432, -0.005481556057929993, 0.0330125167965889, 0.013325289823114872, -0.011535542085766792, 0.009586382657289505, 0.031389426440000534, -0.010173304937779903, -0.029230136424303055, -0.01155003346502781, -0.011405115015804768, -0.033621177077293396, -0.015506318770349026, 0.029824303463101387, -0.03150536119937897, 0.04333074018359184, 0.07344488054513931, 0.05993844196200371, 0.018491648137569427, 0.0016348659992218018, -0.023839153349399567, 0.03275166451931, 0.04347566142678261, 0.019027847796678543, -0.04611318185925484, -0.008216899819672108, 0.024360861629247665, -0.00380774331279099, -0.04741745442152023, 0.008557459339499474, -0.009274807758629322, -0.024071024730801582, 0.005554015748202801, 0.03996862471103668, -0.040084559470415115, -0.03217198699712753, 0.024071024730801582, 0.012607941403985023, -0.011050064116716385, 0.03347625955939293, -0.06590910255908966, 0.028331639245152473, 0.02563614770770073, 0.02563614770770073, 0.00971680972725153, 0.01718737743794918, -0.005535900592803955, -0.00380774331279099, -0.05811246484518051, -0.005738787353038788, 0.005709803197532892, -0.014375952072441578, 0.0317951999604702, 0.03744703531265259, 0.025012996047735214, 0.01650625839829445, 0.00037135460297577083, 0.029447514563798904, -0.018709026277065277, 0.016984490677714348, 0.009383496828377247, 0.0006005075410939753, 0.027751963585615158, 0.07025666534900665, -0.024375353008508682, 0.0023440627846866846, -0.00902844499796629, 0.013586143963038921, -0.04535960406064987, -0.004858404863625765, 0.0625469833612442, 0.011419606395065784, 0.0038910715375095606, 0.00947769358754158, -0.04935936629772186, 0.010818193666636944, -0.051591116935014725, 0.06811186671257019, -0.0010760226286947727, -0.03649057075381279, -0.015709204599261284, 0.006934367585927248, -0.049127496778964996, 0.0005049516912549734, -0.009129888378083706, -0.02111467905342579, 0.04295395314693451, 0.07072040438652039, 0.005452572368085384, 0.061793405562639236, 0.048663754016160965, 0.05156213417649269, -0.07141602039337158, 0.04364956170320511, 0.02908521704375744, -0.057793643325567245, -0.05941673740744591, 0.04138882830739021, -0.025476736947894096, 0.04880867525935173, -0.058402303606271744, 0.016694653779268265, 0.03402695059776306, 0.02438984625041485, 0.031766217201948166, 0.008318343199789524, -0.05819941684603691, 0.06967698782682419, 0.02696940116584301, -0.0023187019396573305, 0.0007064794772304595, 0.04631606861948967, -0.0073691243305802345, 0.012499252334237099, -0.03402695059776306, -0.007303910795599222, -0.004742470104247332, 0.019955327734351158, 0.05747482180595398, -0.013107911683619022, 0.022520391270518303, 0.0006611923454329371, 0.03863536939024925, -0.04089610278606415, -0.024578239768743515, -0.02382466197013855, 0.02102772705256939, -0.007825618609786034, -0.025172406807541847, 0.02107120305299759, 0.004753338638693094, 0.039910655468702316, 0.03692532703280449, -0.022071143612265587, -0.037157196551561356, -0.04727253317832947, 0.016564225777983665, 0.0073328944854438305, -0.02076687291264534, -0.03428780287504196, -0.012694892473518848, 0.002883885521441698, 0.0032588629983365536, -0.040258459746837616, -0.014136835932731628, 0.037157196551561356, -0.000053467138059204444, 0.01976693421602249, 0.0007603711565025151, -0.04022947698831558, -0.05924283340573311, -0.041591715067625046, -0.03420085459947586, -0.016636686399579048, -0.001368577592074871, -0.0077096838504076, -0.03863536939024925, -0.06103982776403427, 0.041765619069337845, -0.02157841995358467, 0.025621656328439713, 0.023288462311029434, -0.01572369784116745, -0.007803881075233221, -0.01830325275659561, 0.059648606926202774, -0.03002719022333622, 0.021085694432258606, 0.005492425058037043, -0.012586203403770924, 0.0010479445336386561, -0.001200109370984137, 0.009441464208066463, -0.05750380828976631, -0.049736157059669495, 0.005119259003549814, 0.03669345751404762, -0.006307593546807766, -0.00334943737834692, -0.020259657874703407, -0.03695430979132652, -0.01497011911123991, -0.04269309714436531, -0.040084559470415115, 0.007847356610000134, -0.008086472749710083, -0.03820061311125755, 0.0329255685210228, 0.05509815365076065, 0.019317684695124626, -0.06521349400281906, -0.0019708964973688126, 0.01335427351295948, -0.004434517119079828, -0.029490988701581955, -0.015375891700387001, -0.018085874617099762, -0.008238637819886208, -0.012028265744447708, -0.04170764982700348, -0.027027368545532227, 0.008651656098663807, -0.027302714064717293, -0.005919935647398233, 0.014745494350790977, 0.033882033079862595, 0.007448829710483551, -0.025186900049448013, 0.011963052675127983, -0.02321600168943405, -0.0788358673453331, -0.017332296818494797, 0.004655518569052219, 0.05614157021045685, -0.029708368703722954, -0.0005674479180015624, -0.009463202208280563, -0.013731062412261963, 0.013926703482866287, 0.005419965833425522, -0.002744401106610894, 0.00599964102730155, 0.014144081622362137, 0.016216421499848366, -0.020317625254392624, 0.013687587343156338, -0.0030940177384763956, 0.010137074626982212, -0.03585292771458626, -0.01839020475745201, -0.009608120657503605, 0.00011570865899557248, 0.04567842558026314, -0.0010108090937137604, 0.021911732852458954, 0.05727193504571915, 0.011622493155300617, 0.013245584443211555, -0.004843913018703461, 0.045562490820884705, 0.041330862790346146, -0.005445326678454876, 0.012839811854064465, 0.002648392226547003, -0.010984850116074085, -0.022737769410014153, -0.005695311352610588, -0.013086173683404922, -0.007101024501025677, -0.045127734541893005, 0.02015821449458599, -0.04959123581647873, -0.029389547184109688, 0.042461227625608444, 0.003334945533424616, -0.022042158991098404, 0.06724235415458679, 0.012325349263846874, 0.07361878454685211, -0.05819941684603691, 0.03669345751404762, 0.025099948048591614, -0.007622732315212488, -0.05785161256790161, -0.0769229382276535, 0.02865046076476574, -0.00635469239205122, 0.013912211172282696, -0.03912809491157532, 0.0164193082600832, -0.049388349056243896, -0.003662824397906661, -0.006456135772168636, -0.003012500936165452, -0.009397988207638264, -0.011470328085124493, 0.04944631829857826, 0.011861609295010567, 0.004253368824720383, 0.012962992303073406, 0.0798792764544487, -0.0075647649355232716, 0.011100784875452518, -0.006314839702099562, -0.018578598275780678, -0.038925208151340485, 0.008847297169268131, 0.012825319543480873, 0.0037461526226252317, 0.008057489059865475, -0.05643140524625778, 0.02524486742913723, 0.014368705451488495, -0.005847476422786713, 0.02481010928750038, -0.011202228255569935, -0.012050003744661808, -0.06874950975179672, 0.030693816021084785, 0.005130128003656864, -0.010093599557876587, -0.05970657244324684, -0.036548539996147156, 0.0318821519613266, 0.014339721761643887, -0.005419965833425522, -0.0000465891498606652, -0.07837212085723877, 0.024071024730801582, 0.00010716071119531989, 0.013622373342514038, 0.01152829546481371, -0.03275166451931, 0.002074151299893856, 0.007934307679533958, -0.016187436878681183, 0.008042996749281883, 0.013731062412261963, -0.01792646385729313, -0.05431559309363365, -0.017288820818066597, -0.017825020477175713, 0.01135439332574606, -0.027679502964019775, -0.03037499450147152, 0.014941135421395302, 0.010992095805704594, 0.03037499450147152, -0.0006679854122921824, 0.0040613510645926, 0.05321420729160309, -0.04863477125763893, 0.04072220250964165, -0.05321420729160309, 0.024143483489751816, 0.01947709545493126, 0.03825858235359192, -0.03341829031705856, 0.033331338316202164, 0.0244333203881979, -0.04049033299088478, -0.01514402125030756, 0.031969103962183, 0.007847356610000134, -0.044055335223674774, 0.03191113471984863, -0.022607343271374702, 0.0010470388224348426, 0.013926703482866287, 0.02373770996928215, 0.01223839819431305, 0.01294850092381239, 0.015883108600974083, -0.005249686073511839, 0.02162189595401287, -0.0814444050192833, 0.021592911332845688, 0.010955866426229477, -0.015622253529727459, -0.0164193082600832, 0.0066300383768975735, 0.015694713220000267, -0.01383250579237938, -0.05101144313812256, 0.007383616175502539, -0.010151566937565804, 0.015549794770777225, 0.022897180169820786, -0.006880023051053286, -0.0008744947845116258, -0.07338691502809525, 0.029969220981001854, 0.03701227903366089, 0.02102772705256939, -0.00034123865771107376, 0.03199808672070503, -0.04466399550437927, 0.006648153066635132, 0.02041906863451004, 0.01318037137389183, 0.024056531488895416, -0.021476976573467255, -0.011941314674913883, 0.02343338169157505, 0.020013295114040375, -0.011934068985283375, -0.016694653779268265, -0.02701287716627121, -0.0027353435289114714, 0.02291167341172695, -0.006361938081681728, 0.046547941863536835, -0.011325409635901451, 0.02533181756734848, 0.06863357871770859, -0.010412421077489853, 0.01701347529888153, -0.031940117478370667, 0.022389965131878853, 0.009702318347990513, -0.05414168909192085, -0.023331938311457634, 0.013187617063522339, 0.017781544476747513, -0.006166297942399979, 0.0022607343271374702, 0.05466339737176895, -0.018158333376049995, -0.005557638593018055, -0.05764872580766678, 0.00997041817754507, -0.03225893899798393, -0.00566632766276598, -0.05388083681464195, -0.013491946272552013, -0.04750440642237663, 0.028896821662783623, 0.021100187674164772, -0.022563867270946503, 0.010513863526284695, -0.035302236676216125, 0.01111527718603611, -0.009999401867389679, 0.0028983773663640022, -0.001916552078910172, 0.01016605831682682, 0.008115456439554691, 0.04315683990716934, -0.02623031474649906, 0.009513923898339272, -0.003032427281141281, -0.01402090024203062, 0.0325777605175972, -0.00542721152305603, -0.0053076534532010555, -0.07054650783538818, -0.04286700114607811, 0.058692142367362976, 0.0018875682726502419, -0.03304150328040123, -0.016912031918764114, 0.018114859238266945, -0.0468667633831501, -0.009463202208280563, 0.014317983761429787, -0.04915647953748703, -0.020317625254392624, -0.0162888802587986, 0.03011414036154747, -0.0002447770384605974, 0.017607642337679863, 0.032200973480939865, 0.05104042589664459, -0.012151447124779224, 0.013187617063522339, -0.00757201062515378, 0.009724056348204613, -0.04820001497864723, -0.041214924305677414, 0.008086472749710083, 0.039620816707611084, -0.013144141063094139, 0.023810170590877533, -0.03588191047310829, 0.06040218472480774, -0.03478052839636803, 0.03417186811566353, 0.029664892703294754, 0.038142647594213486, 0.009796515107154846, -0.017897479236125946, 0.019201749935746193, 0.018259776756167412, 0.022853706032037735, 0.027766454964876175, -0.00042796353227458894, -0.015346908010542393, -0.008296605199575424, 0.00440553342923522, -0.08927002549171448, -0.019317684695124626, -0.00954290758818388, 0.04402635246515274, -0.025056472048163414, 0.05480831488966942, -0.012354333885014057, -0.019288701936602592, -0.003670070320367813, 0.026998385787010193, -0.008274867199361324, 0.017897479236125946, 0.04567842558026314, -0.0047171092592179775, 0.009137134999036789, -0.03150536119937897, 0.02736068144440651, 0.0035197169054299593, -0.0061047072522342205, 0.055938683450222015, 0.014629559591412544, -0.013484700582921505, 0.024752141907811165, 0.014832446351647377, -0.02623031474649906, -0.00839804857969284, 0.010839931666851044, -0.001916552078910172, 0.03683837503194809, -0.008586443029344082, 0.010506617836654186, 0.014796216040849686, -0.010042877867817879, -0.035215284675359726, 0.014129589311778545, 0.0008423409308306873, 0.01762213371694088, -0.017897479236125946, 0.017680101096630096, -0.0458233468234539, 0.026331758126616478, 0.04588131234049797, -0.05214180797338486, 0.0324038602411747, -0.04750440642237663, -0.008999461308121681, -0.015622253529727459, 0.004684502258896828, 0.043272774666547775, 0.002117627067491412, 0.008702377788722515, 0.03678040951490402, 0.048142049461603165, 0.03634565323591232, -0.014941135421395302, -0.03675142303109169, 0.048750706017017365, 0.027751963585615158, -0.06863357871770859, 0.012803581543266773, -0.004307713359594345, -0.012745614163577557, -0.02283921279013157, -0.006796694826334715, -0.01818731799721718, 0.004289598669856787, 0.00011933162750210613, 0.008180670440196991, -0.02705635316669941, -0.0060322480276227, -0.02120163105428219, 0.026476677507162094, -0.004923618398606777, -0.019143782556056976, -0.03686736151576042, 0.002590424846857786, -0.04278004914522171, -0.03260674700140953, -0.043359726667404175, 0.02541876956820488, -0.01180364191532135, 0.01969447359442711, -0.03692532703280449, 0.02727373130619526, -0.06457585096359253, -0.012107971124351025, 0.022969640791416168, 0.00034531450364738703, -0.014354214072227478, 0.025925984606146812, 0.010731242597103119, -0.0157671719789505, -0.01683957315981388, -0.0017671044915914536, -0.02502748928964138, 0.017346788197755814, -0.004546829499304295, -0.00158323859795928, -0.01312240306288004, 0.04231631010770798, -0.03399796783924103, 0.03382406383752823, 0.017085934057831764, 0.017825020477175713, 0.002010749187320471, 0.0013903153594583273, -0.03837451711297035, -0.055214088410139084, -0.003363929223269224, 0.02765052020549774, 0.014383197762072086, -0.008441523648798466, -0.043968383222818375, 0.06451787799596786, -0.06260494887828827, -0.019853884354233742, 0.01965099759399891, 0.009426971897482872, 0.021737830713391304, 0.0021158154122531414, -0.003967153839766979, 0.02559267170727253, 0.04072220250964165, -0.044345173984766006, 0.012173185124993324, -0.0017453666077926755, -0.002967213746160269, -0.04083813726902008, 0.0115862637758255, 0.016216421499848366, -0.029664892703294754, -0.03434577211737633, -0.004905503708869219, 0.010709504596889019, -0.05489526689052582, -0.0006136408192105591, -0.009528415277600288, -0.017955448478460312, -0.048837658017873764, -0.02937505394220352, -0.018216300755739212, 0.007028565276414156, 0.04240326210856438, -0.026867957785725594, 0.024230435490608215, -0.009245824068784714, -0.035389188677072525, 0.004184532444924116, -0.023795677348971367, 0.006481496151536703, 0.0067314812913537025, -0.03376609459519386, 0.0016194683266803622, -0.035476136952638626, -0.06822780519723892, 0.038403499871492386, 0.0048765200190246105, 0.005394604988396168, 0.002258922904729843, 0.0013350651133805513, -0.024375353008508682, 0.09083514660596848, -0.016636686399579048, 0.041939519345760345, -0.01288328692317009, -0.002679187571629882, -0.02744763344526291, -0.032722681760787964, 0.0330125167965889, 0.07298114150762558, 0.011100784875452518, 0.03150536119937897, 0.0027751962188631296, 0.008108210749924183, 0.02607090398669243, -0.013506438583135605, 0.03156333044171333, -0.03428780287504196, -0.026809990406036377, 0.005419965833425522, -0.003492544637992978, 0.08793676644563675, 0.0162454042583704, 0.05483729764819145, 0.034867480397224426, -0.011694952845573425, -0.03391101583838463, -0.023969581350684166, 0.026041921228170395, 0.003934547305107117, -0.02731720730662346, 0.010651537217199802, 0.04092508926987648, 0.007644470315426588, -0.041504763066768646, -0.05188095569610596, 0.01891191303730011, 0.010723995976150036, 0.05153314769268036, 0.01085442304611206, -0.011934068985283375, -0.009984909556806087, -0.0641121044754982, -0.0037135460879653692, -0.02205665223300457, 0.010216780006885529, -0.01801341585814953, 0.044692978262901306, 0.030664833262562752, -0.019404636695981026, 0.0015461031580343843, -0.017419246956706047, 0.029708368703722954, 0.010535601526498795, -0.0006643624510616064, -0.014984610490500927, 0.009397988207638264, 0.0044743698090314865, 0.02373770996928215, 0.02115815505385399, 0.04104102402925491, -0.005383735988289118, 0.062315113842487335, -0.027780946344137192, -0.022810230031609535, -0.017781544476747513, 0.028230195865035057, 0.016143962740898132, -0.009144380688667297, 0.018274269998073578, 0.027027368545532227, -0.00728217326104641, -0.029490988701581955, 0.043620578944683075, -0.0003704488626681268, 0.056286487728357315, -0.06793796271085739, -0.006086592562496662, 0.01226013619452715, 0.03472255915403366, -0.007111893501132727, 0.013129649683833122, 0.015883108600974083, -0.007840110920369625, 0.03878029063344002, -0.02941852994263172, -0.013296306133270264, -0.045997247099876404, -0.00047868513502180576, 0.03996862471103668, -0.027244746685028076, 0.0049526020884513855, 0.03886723890900612, 0.013057189993560314, 0.034403737634420395, 0.027607044205069542, 0.06092389300465584, 0.0062278881669044495, -0.00723869726061821, 0.01779603771865368, 0.021592911332845688, -0.019230734556913376, -0.023621775209903717, -0.005764147732406855, 0.0032335021533071995, 0.028360622003674507, 0.006579316686838865, -0.00976028572767973, 0.02757805958390236, 0.01762213371694088, -0.042751066386699677, 0.02136104181408882, 0.026186838746070862, -0.040345411747694016, 0.046026233583688736, 0.0035396432504057884, -0.013796276412904263, 0.003800497390329838, 0.0034382001031190157, 0.004872896708548069, 0.023592792451381683, -0.05321420729160309, -0.053967785090208054, -0.02718677930533886, -0.06631487607955933, -0.031070604920387268, -0.007782143075019121, -0.045388590544462204, -0.0033150191884487867, 0.014673035591840744, -0.018230793997645378, -0.05315624177455902, 0.06747422367334366, 0.012441284954547882, 0.01976693421602249, 0.06660471111536026, -0.013977425172924995, 0.024578239768743515, -0.004021498374640942, -0.013760046102106571, 0.013716571033000946, -0.0007839205209165812, 0.046345055103302, -0.022723278030753136, 0.055764779448509216, -0.007307534106075764, 0.0002170386433135718, -0.012520990334451199, -0.04260614886879921, -0.01852063089609146, 0.012658663094043732, -0.035563088953495026, -0.033621177077293396, -0.035389188677072525, 0.003789628390222788, -0.03796874359250069, 0.029273610562086105, 0.01801341585814953, -0.0014790782006457448, -0.008238637819886208, 0.020143723115324974, -0.004122941754758358, -0.022418947890400887, 0.009397988207638264, 0.015462842769920826, 0.05588071420788765, 0.019926344975829124, 0.04020049422979355, 0.014448410831391811, -0.05376489832997322, 0.24647800624370575, 0.0473884679377079, 0.009753040038049221, -0.007767651230096817, 0.03727313131093979, 0.05851823836565018, 0.0013857866870239377, -0.04846087098121643, 0.03762093931436539, 0.029519973322749138, -0.0038838256150484085, -0.029346071183681488, -0.007796634919941425, -0.017042458057403564, 0.012962992303073406, 0.04953327029943466, -0.04263513162732124, 0.01456434652209282, -0.005880082957446575, -0.05156213417649269, -0.005941673647612333, -0.04286700114607811, -0.03747601807117462, 0.009731302037835121, 0.023578299209475517, 0.0081444401293993, 0.024143483489751816, 0.008108210749924183, 0.02175232209265232, 0.014165819622576237, -0.01696999929845333, -0.0330994687974453, -0.006662644911557436, -0.005325768608599901, -0.02954895794391632, -0.029404038563370705, -0.0009003084851428866, -0.06347446143627167, -0.04312785342335701, 0.006992335431277752, 0.0049526020884513855, -0.03593987971544266, 0.01492664311081171, -0.02718677930533886, 0.012955746613442898, 0.03712821379303932, -0.03498341515660286, -0.020737890154123306, 0.039186060428619385, -0.01227462850511074, 0.03628768399357796, -0.04321480542421341, 0.008079227060079575, 0.026563627645373344, -0.06103982776403427, 0.00020186745678074658, 0.015506318770349026, -0.02705635316669941, -0.008557459339499474, 0.026433201506733894, 0.08335733413696289, -0.015694713220000267, -0.02644769288599491, 0.009079166688024998, 0.04506976902484894, 0.03782382607460022, 0.008629919029772282, -0.021346548572182655, -0.028766395524144173, 0.009666088037192822, -0.01275286078453064, -0.0014555288944393396, -0.06666267663240433, -0.01426001638174057, -0.03933098167181015, -0.064286008477211, -0.006177166942507029, 0.005137373693287373, -0.05347506329417229, -0.004318582359701395, -0.021476976573467255, 0.019404636695981026, -0.05857620760798454, -0.01040517445653677, 0.027505600824952126, 0.05793856456875801, -0.021419009193778038, -0.0051482426933944225, -0.015028086490929127, 0.023013116791844368, -0.0057496558874845505, 0.002378480974584818, 0.031679265201091766, -0.02963590808212757, -0.020563988015055656 ]
9862_0
Europe of Democracies and Diversities (EDD) was a Eurosceptic political group with seats in the European Parliament between 1999 and 2004. Following the 2004 European elections, the group reformed as Independence/Democracy (IND/DEM). Members June Movement (Denmark), 3 seats People's Movement against the EU (Denmark), 1 seat Hunting, Fishing, Nature, Tradition (France), 6 seats ChristianUnion – Reformed Political Party (Netherlands), 3 seats UK Independence Party (United Kingdom), 3 seats Combats Souverainistes (France), 1 MEP defected from Rally for France/UEN group in March 2001 League of Polish Families (Poland), after Poland joined the EU in May 2004 References External links European Parliament Annual Accounts of Political Groups Europe Politique European Parliament profile of Jens-Peter Bonde Entry on Konrad-Adenauer-Stiftung Former European Parliament party groups Euroscepticism sv:Demokratiernas och mångfaldens Europa
[ -0.07426873594522476, -0.017830612137913704, -0.0281843189150095, -0.000142233184305951, -0.02479330636560917, -0.005298457108438015, -0.0035821045748889446, -0.01966509409248829, -0.011180613189935684, 0.04177616536617279, -0.047418586909770966, -0.02397334761917591, 0.030852656811475754, 0.04508379101753235, -0.053033214062452316, -0.014981605112552643, -0.0075950343161821365, -0.026711173355579376, 0.006601356435567141, 0.00557293463498354, 0.006028080824762583, -0.010666402988135815, -0.06454042345285416, -0.010193884372711182, 0.012014469131827354, -0.014481292106211185, 0.0055694603361189365, 0.03849633410573006, 0.06520750373601913, 0.025432594120502472, 0.053227782249450684, -0.020999262109398842, -0.033215247094631195, -0.03207564353942871, 0.0062365448102355, 0.011535001918673515, -0.009568492881953716, -0.03157532960176468, -0.008373299613595009, -0.029490692541003227, 0.012070059776306152, -0.04372182860970497, -0.015217863954603672, -0.04483363404870033, -0.02361201122403145, 0.019345449283719063, -0.006646523717790842, -0.004065046086907387, 0.00026361996424384415, -0.004235291387885809, 0.03693980351090431, 0.009304438717663288, -0.02445976436138153, -0.03649507835507393, -0.014689755626022816, -0.03129737824201584, 0.0011839012149721384, 0.006135787349194288, -0.022402919828891754, -0.01122230663895607, -0.010325911454856396, 0.01233411394059658, 0.03207564353942871, -0.050948575139045715, 0.01111807394772768, -0.024487558752298355, -0.02646101638674736, -0.0035039305221289396, -0.02776739001274109, -0.08749924600124359, 0.008331607095897198, -0.0322980061173439, 0.0012751041213050485, -0.0491974800825119, 0.009575441479682922, 0.014071312732994556, -0.04494481533765793, 0.010423194617033005, 0.025752238929271698, -0.023222878575325012, 0.03393792361021042, -0.021499576047062874, -0.009012589231133461, 0.021388394758105278, 0.0021732361055910587, 0.04197072982788086, -0.00616705697029829, 0.06298389285802841, -0.043805211782455444, 0.06593018025159836, -0.02452925220131874, 0.0436384417116642, -0.02672507055103779, 0.014106056652963161, 0.04702945426106453, 0.027725698426365852, 0.04511158540844917, 0.02188870869576931, 0.017580455169081688, -0.054756514728069305, 0.008630405180156231, 0.039802707731723785, -0.04077553749084473, 0.00021964711777400225, -0.019164780154824257, 0.03810720145702362, -0.01340422872453928, 0.005510395392775536, 0.011847698129713535, -0.042915765196084976, 0.00011639233707683161, -0.013015096075832844, 0.009304438717663288, 0.01007575448602438, 0.03857971727848053, 0.0634286105632782, -0.06059350445866585, 0.020346075296401978, -0.016385262832045555, -0.0020707412622869015, -0.0458342619240284, 0.03541106730699539, -0.007866038009524345, 0.017983485013246536, -0.015217863954603672, -0.011541950516402721, -0.000628866080660373, 0.022402919828891754, -0.04563969373703003, -0.0020203625317662954, 0.00009885749022942036, -0.02792026475071907, 0.006066299509257078, -0.03360437974333763, 0.012438345700502396, 0.03802381455898285, -0.006570086814463139, 0.0218192208558321, 0.019790172576904297, -0.0309638362377882, 0.03919121250510216, 0.030463524162769318, 0.03963593393564224, 0.029768643900752068, -0.005892579443752766, 0.07504700124263763, -0.026488812640309334, 0.010103549808263779, -0.0004725181497633457, 0.003521302714943886, 0.007129465229809284, 0.0024320788215845823, 0.001269892556592822, 0.026099679991602898, -0.008574814535677433, -0.015676485374569893, -0.0014531670603901148, 0.00955459475517273, 0.036411695182323456, 0.0322980061173439, -0.07132244855165482, 0.0013532780576497316, -0.0043812161311507225, -0.005023980047553778, -0.0053470986895263195, 0.018872931599617004, -0.006361623294651508, -0.006573561578989029, 0.012480038218200207, 0.021027058362960815, 0.034882958978414536, 0.00927664339542389, -0.021082649007439613, -0.02534920908510685, 0.021708039566874504, 0.016329672187566757, 0.030519114807248116, -0.011889390647411346, 0.07437992095947266, 0.03835735470056534, -0.02755892649292946, 0.004360369872301817, -0.0015521873719990253, 0.05005912855267525, -0.021985992789268494, 0.011076381430029869, -0.017371991649270058, -0.01724691316485405, -0.0351887047290802, -0.03249257057905197, 0.0520881786942482, 0.04550071805715561, -0.035299886018037796, 0.00817873328924179, 0.016788292676210403, 0.008679047226905823, -0.008130092173814774, 0.08388587087392807, -0.023667600005865097, -0.02555767260491848, -0.0372733436524868, 0.010061857290565968, -0.01952611841261387, -0.011625336483120918, -0.006966168526560068, 0.001216907985508442, 0.002836846048012376, 0.059592876583337784, -0.023375751450657845, 0.004648745059967041, 0.062372397631406784, -0.00003148673567920923, 0.020957570523023605, -0.03477177768945694, 0.03963593393564224, 0.018372617661952972, 0.001785840722732246, 0.022527998313307762, -0.03721775487065315, -0.019220370799303055, 0.03988609090447426, 0.04488922655582428, -0.00458968011662364, 0.025029564276337624, -0.047974489629268646, 0.01332779135555029, 0.010270320810377598, 0.07193394005298615, 0.0017076667863875628, -0.03680082783102989, 0.008025859482586384, 0.0576472170650959, -0.010089652612805367, 0.03288170322775841, 0.05228274315595627, -0.018678365275263786, 0.0014436125056818128, 0.006674319040030241, -0.00879717618227005, 0.008011962287127972, 0.007129465229809284, 0.0288791973143816, 0.06615254282951355, 0.0093183359131217, 0.020526744425296783, 0.030880451202392578, 0.03429925814270973, -0.00012562121264636517, 0.03235359489917755, 0.07671470940113068, -0.022194456309080124, 0.024973973631858826, 0.02854565531015396, -0.010068805888295174, -0.030324548482894897, -0.01974847912788391, 0.026377631351351738, 0.023320160806179047, -0.021624654531478882, -0.0005263713537715375, -0.024362480267882347, -0.00044559157686308026, -0.030880451202392578, -0.0309638362377882, -0.031269583851099014, 0.06593018025159836, 0.05181022733449936, 0.019025804474949837, 0.003926069941371679, -0.03138076514005661, -0.012876119464635849, 0.012285471893846989, -0.05672997608780861, -0.02929612621665001, -0.025752238929271698, 0.010715044103562832, -0.01188244204968214, 0.003446602961048484, 0.04169277846813202, -0.036689646542072296, 0.004607052076607943, 0.04163718968629837, -0.025613263249397278, 0.0020672669634222984, -0.028031444177031517, 0.01122230663895607, -0.014759243465960026, 0.05092078074812889, -0.014800935983657837, -0.014481292106211185, -0.03532768040895462, 0.010624709539115429, -0.03527209162712097, 0.008943101391196251, 0.001864014659076929, -0.019567809998989105, -0.0066534727811813354, 0.0031234840862452984, 0.021166034042835236, -0.01226462610065937, -0.03357658535242081, 0.010999944992363453, 0.004964915104210377, -0.050948575139045715, 0.01642695441842079, 0.0023539047688245773, 0.02354252152144909, -0.018330924212932587, 0.029073763638734818, 0.029768643900752068, 0.011104176752269268, 0.01129179447889328, 0.06020437180995941, -0.017149629071354866, -0.031186198815703392, 0.03371556103229523, 0.008762432262301445, 0.01594053953886032, -0.004197073169052601, 0.002505041193217039, -0.038690898567438126, 0.011847698129713535, 0.019234267994761467, 0.0020863760728389025, 0.008651251904666424, 0.002452925080433488, 0.03365996852517128, -0.03824617713689804, 0.030185570940375328, -0.019581709057092667, -0.09311386942863464, -0.037023186683654785, 0.04233206808567047, -0.03124178946018219, 0.033076271414756775, -0.014759243465960026, -0.053366757929325104, -0.01059691421687603, -0.002729139756411314, -0.04299915209412575, -0.004857208579778671, -0.05709131062030792, -0.003738452447578311, -0.00813704077154398, 0.021082649007439613, 0.026794558390975, -0.03324304148554802, -0.021652448922395706, 0.02313949167728424, -0.02743384800851345, 0.006927949842065573, 0.019081395119428635, 0.03991388529539108, -0.00997847132384777, 0.008150937967002392, 0.016301875934004784, 0.01024947501718998, -0.012771887704730034, 0.003641169285401702, -0.006201800890266895, 0.041942935436964035, 0.022069377824664116, -0.021291112527251244, 0.02797585539519787, -0.02134670317173004, -0.0916685238480568, 0.01952611841261387, -0.007233696989715099, 0.024821100756525993, -0.03899664431810379, 0.004426383413374424, -0.0014661960303783417, 0.014175544492900372, -0.009915932081639767, -0.02112434059381485, 0.021972093731164932, 0.04566749185323715, 0.04839141666889191, 0.05525682866573334, -0.05308880656957626, 0.015245659276843071, -0.04010845348238945, 0.018539389595389366, 0.026850149035453796, 0.022319534793496132, 0.02534920908510685, -0.0022618332877755165, 0.057869575917720795, -0.04441670700907707, -0.04052538052201271, -0.0038531075697392225, -0.004096315708011389, -0.018094666302204132, -0.04419434443116188, 0.010805378668010235, -0.04230427369475365, 0.03354879096150398, -0.02368149906396866, 0.014800935983657837, 0.0016937691252678633, 0.04766874387860298, 0.05678556486964226, -0.026294246315956116, -0.0006822849391028285, -0.010847071185708046, 0.04597323760390282, 0.010395399294793606, 0.03124178946018219, 0.020624028518795967, -0.028795812278985977, 0.0031773371156305075, -0.0037523501086980104, -0.030852656811475754, -0.006674319040030241, 0.0027777813374996185, 0.007845191285014153, -0.012320215813815594, -0.07110008597373962, 0.0015096260467544198, 0.04080333188176155, -0.0029376037418842316, -0.021152136847376823, -0.021624654531478882, 0.049225274473428726, 0.00503787724301219, -0.03429925814270973, 0.003596002236008644, 0.052060384303331375, 0.029184944927692413, 0.03566122427582741, 0.0017997382674366236, -0.044305525720119476, -0.07638116925954819, -0.013459818437695503, -0.01226462610065937, -0.008672097697854042, 0.020804695785045624, -0.04233206808567047, -0.034605007618665695, -0.025196336209774017, 0.009478158317506313, 0.021027058362960815, 0.03463280200958252, -0.020262690261006355, 0.025293618440628052, -0.0068480391055345535, 0.016246285289525986, 0.01587105169892311, 0.011618387885391712, -0.021318906918168068, 0.006104517728090286, -0.010860969312489033, -0.003662015777081251, -0.04010845348238945, 0.0093183359131217, 0.0019248166354373097, 0.01676049642264843, -0.029963210225105286, 0.03249257057905197, -0.03260375186800957, -0.008102296851575375, 0.002581477863714099, 0.026016293093562126, -0.001461853040382266, 0.010485733859241009, 0.08071722090244293, -0.05881461501121521, -0.011653131805360317, 0.02312559448182583, -0.0007387439254671335, 0.01717742532491684, -0.029879825189709663, -0.004176226444542408, 0.011687875725328922, 0.00941561907529831, -0.023570317775011063, -0.02937951125204563, -0.0317143052816391, -0.018608877435326576, -0.0168438833206892, 0.006813294719904661, -0.0054131122305989265, -0.017788918688893318, -0.058091938495635986, -0.0324091874063015, -0.08655420690774918, -0.006882783025503159, 0.010145243257284164, -0.05358911678195, -0.03257595747709274, -0.044778045266866684, 0.012083956971764565, 0.014453496783971786, 0.02216666005551815, -0.043610647320747375, -0.00247724587097764, -0.0009702257229946554, -0.0020724786445498466, -0.056007299572229385, 0.021082649007439613, 0.03780145198106766, 0.04158159717917442, -0.02839278243482113, -0.02882360853254795, -0.023737087845802307, 0.003144330345094204, -0.01571817696094513, -0.03271493315696716, -0.016301875934004784, 0.047418586909770966, 0.051976997405290604, -0.01391843892633915, 0.007734010461717844, 0.05937051773071289, -0.04500040411949158, -0.02409842610359192, 0.016579829156398773, -0.07704825699329376, 0.009436465799808502, 0.03780145198106766, 0.010930457152426243, -0.04219309240579605, 0.024973973631858826, 0.005117788445204496, 0.03157532960176468, -0.02298661880195141, 0.019359346479177475, 0.028309397399425507, -0.013188815675675869, -0.02472381852567196, -0.05117093771696091, -0.05036487802863121, 0.02854565531015396, -0.04758535698056221, 0.011653131805360317, 0.02127721533179283, 0.050865188241004944, 0.022416817024350166, -0.038412947207689285, 0.03699539229273796, 0.007852139882743359, 0.04661252722144127, 0.035299886018037796, 0.00005803330714115873, 0.009450362995266914, 0.003568206913769245, -0.012667655944824219, 0.00990898348391056, 0.008053654804825783, 0.028906993567943573, 0.03471618890762329, -0.012250727973878384, 0.020318280905485153, -0.010353706777095795, -0.011472462676465511, -0.028906993567943573, -0.004669591318815947, 0.022875437512993813, 0.0042839329689741135, -0.03477177768945694, -0.03246477618813515, 0.04341607913374901, 0.0017406735569238663, 0.0023174236994236708, -0.004391639493405819, -0.038134995847940445, 0.010409297421574593, -0.023292366415262222, 0.03769027069211006, -0.032103437930345535, 0.030519114807248116, 0.01202141772955656, 0.036189332604408264, 0.05153227597475052, -0.02084638923406601, -0.05353352800011635, -0.00595511868596077, 0.015190068632364273, -0.03374335542321205, 0.02174973301589489, -0.008470582775771618, 0.002015151083469391, 0.06287270784378052, 0.003512616502121091, 0.03677302971482277, 0.002616221783682704, 0.028934787958860397, 0.038829874247312546, 0.007796549703925848, -0.020415563136339188, -0.005732757039368153, -0.0436384417116642, 0.00849142950028181, 0.010645556263625622, -0.018233641982078552, -0.001005838275887072, -0.037440113723278046, -0.010395399294793606, 0.009207155555486679, -0.04494481533765793, -0.047918900847435, -0.03227021172642708, 0.016496442258358, 0.005458279512822628, 0.041803959757089615, -0.022389022633433342, -0.062094446271657944, -0.03852412849664688, 0.007831293158233166, -0.05920374393463135, 0.029129354283213615, 0.06226121634244919, -0.010624709539115429, 0.04102569445967674, 0.04102569445967674, 0.0039052236825227737, 0.02244461327791214, -0.0031200095545500517, 0.0042839329689741135, -0.04327710345387459, -0.038468535989522934, 0.01323050819337368, 0.06854292750358582, -0.015356840565800667, 0.019303755834698677, -0.023945553228259087, 0.011451616883277893, 0.028309397399425507, -0.03538327291607857, 0.0358835831284523, 0.013890644535422325, -0.01534294243901968, -0.03782924637198448, 0.01682998426258564, 0.009061230346560478, 0.050531648099422455, -0.006969642825424671, 0.01434231549501419, 0.036745235323905945, 0.03468839079141617, 0.024126220494508743, -0.027809083461761475, -0.000215738415136002, -0.019512221217155457, -0.005923849064856768, -0.0011257050791755319, -0.011312640272080898, 0.028378885239362717, -0.006187903229147196, 0.013042891398072243, -0.006208749487996101, 0.03371556103229523, -0.00018305736011825502, -0.03424366936087608, -0.08132871240377426, 0.03143635392189026, -0.03354879096150398, -0.008102296851575375, -0.004989235661923885, 0.05153227597475052, -0.010110498405992985, 0.02065182290971279, -0.025112951174378395, -0.03371556103229523, 0.027586722746491432, -0.0008507932652719319, -0.013049839995801449, -0.02584952302277088, -0.033632174134254456, -0.029879825189709663, 0.004169277846813202, -0.014453496783971786, 0.025321414694190025, -0.020109817385673523, -0.00199256744235754, 0.013112379238009453, -0.00012496976705733687, -0.06515191495418549, -0.028906993567943573, 0.045750875025987625, 0.014509087428450584, -0.07538054138422012, 0.014029620215296745, -0.03246477618813515, -0.060371141880750656, -0.014856526628136635, -0.014995502308011055, -0.009596288204193115, 0.0065978821367025375, -0.038551922887563705, -0.006583984475582838, -0.010805378668010235, 0.048447009176015854, -0.03760688751935959, 0.019498322159051895, -0.028226010501384735, -0.035077523440122604, -0.05439518019556999, 0.013577948324382305, 0.06215003505349159, 0.02541869692504406, 0.07237866520881653, -0.012250727973878384, -0.0024911435320973396, 0.0084219416603446, -0.04480583965778351, 0.008366351015865803, -0.022875437512993813, 0.0055972556583583355, 0.004016404505819082, -0.04591764882206917, -0.004596628714352846, 0.02001253329217434, -0.07204512506723404, 0.026683378964662552, -0.057313673198223114, 0.01077063474804163, -0.017649943009018898, -0.02313949167728424, -0.03157532960176468, 0.03732893615961075, -0.027725698426365852, 0.05692454054951668, 0.037162162363529205, -0.014745346270501614, 0.020457256585359573, -0.008679047226905823, -0.022541895508766174, 0.026975227519869804, -0.0010770634980872273, -0.0186922624707222, -0.01870615966618061, -0.0017945267027243972, -0.014814834110438824, 0.0016016975278034806, -0.004735604859888554, -0.018275335431098938, -0.06137176975607872, -0.029657462611794472, -0.03983050212264061, 0.059314925223588943, 0.015454123727977276, 0.03880207985639572, 0.007247594650834799, 0.0038913260214030743, -0.014057415537536144, -0.0196789912879467, -0.0260440893471241, 0.007768754381686449, 0.02860124595463276, -0.016996756196022034, -0.008018910884857178, -0.027739595621824265, -0.043054744601249695, -0.04666811600327492, 0.02223614789545536, -0.011013842187821865, 0.007734010461717844, 0.010513529181480408, -0.009881188161671162, 0.014481292106211185, 0.019706787541508675, -0.017441479489207268, 0.04878054931759834, -0.005527767352759838, -0.047557562589645386, -0.024334685876965523, 0.003206869587302208, 0.05820311978459358, 0.0009033435489982367, -0.024404173716902733, -0.0031478048767894506, -0.022055480629205704, -0.00813704077154398, -0.010034061968326569, 0.027239281684160233, 0.020540641620755196, 0.028990378603339195, 0.008776329457759857, 0.010256423614919186, 0.004144957289099693, -0.025446493178606033, 0.03513311594724655, 0.0065353428944945335, -0.013098481111228466, -0.04836362227797508, 0.016538135707378387, 0.04427773132920265, -0.01842820830643177, -0.004534089472144842, 0.0041275848634541035, -0.004026827402412891, -0.0144395986571908, 0.017649943009018898, -0.015009400434792042, 0.04280458763241768, 0.04730740562081337, -0.02501566708087921, 0.00428045867010951, 0.006639575120061636, -0.013098481111228466, -0.0043221511878073215, -0.01821974478662014, 0.06498514115810394, -0.01184074953198433, 0.0302689578384161, 0.0075602903962135315, -0.0228615403175354, -0.017149629071354866, -0.003568206913769245, 0.020693516358733177, 0.008505326695740223, -0.019553912803530693, 0.03491075336933136, 0.001817110227420926, 0.052199359983205795, 0.05319998413324356, -0.015315147116780281, 0.019428834319114685, -0.05970405787229538, 0.018052972853183746, -0.0044090114533901215, 0.028629042208194733, 0.04775213077664375, 0.005305406171828508, 0.045417334884405136, -0.02562716044485569, -0.0207769013941288, 0.057035721838474274, 0.00820652861148119, -0.023528624325990677, -0.001393233658745885, 0.055590372532606125, 0.004005981143563986, 0.033409811556339264, -0.020693516358733177, -0.038607511669397354, -0.025238027796149254, 0.01420333981513977, -0.01662152074277401, -0.031547535210847855, 0.019915251061320305, -0.05937051773071289, -0.008199580013751984, -0.010485733859241009, 0.04299915209412575, -0.016996756196022034, 0.049419838935136795, 0.0013324316823855042, -0.026266450062394142, 0.0033771151211112738, 0.025404799729585648, -0.05653540790081024, 0.009200206957757473, 0.0365784652531147, 0.07337929308414459, -0.0093461312353611, 0.00997847132384777, -0.007838242687284946, -0.0020047277212142944, -0.016051718965172768, -0.017219116911292076, 0.018928522244095802, 0.05892579257488251, -0.053227782249450684, -0.0541728176176548, 0.028851402923464775, -0.028768017888069153, -0.009450362995266914, 0.056062888354063034, 0.007330980151891708, -0.024487558752298355, 0.013647436164319515, 0.012695451267063618, 0.03285390883684158, 0.03357658535242081, -0.0004108475986868143, -0.008296863175928593, 0.016538135707378387, -0.017399786040186882, 0.00006737075455021113, 0.012493936344981194, -0.056896746158599854, 0.01890072599053383, -0.04247104376554489, -0.010235576890408993, 0.02860124595463276, -0.045472923666238785, 0.028851402923464775, -0.04669591039419174, 0.021972093731164932, 0.0015964859630912542, -0.02279205247759819, -0.032242417335510254, 0.03146415203809738, 0.049503225833177567, 0.030435727909207344, 0.01698285900056362, -0.0014627216150984168, 0.015523611567914486, 0.019998636096715927, 0.05458974465727806, 0.0066916910000145435, -0.031186198815703392, 0.021457882598042488, -0.010061857290565968, 0.04135923832654953, -0.02327846735715866, -0.014189442619681358, -0.03174210339784622, -0.02001253329217434, -0.021013161167502403, 0.00472865579649806, -0.009047333151102066, -0.02086028642952442, -0.020554540678858757, 0.056062888354063034, 0.05050385370850563, -0.04605662450194359, -0.015634791925549507, 0.006135787349194288, -0.038329560309648514, 0.012514782138168812, -0.03863530978560448, 0.015440225601196289, -0.05831430107355118, 0.005381843075156212, 0.02666947990655899, -0.01015219185501337, 0.2223614901304245, 0.03090824745595455, 0.026891842484474182, -0.047418586909770966, 0.012605116702616215, 0.03699539229273796, 0.010631658136844635, -0.0358835831284523, 0.048863936215639114, -0.0033249990083277225, 0.006048927083611488, 0.0175943523645401, -0.00013278715778142214, -0.0500035397708416, 0.005128211807459593, 0.055034466087818146, -0.06103822961449623, -0.0005537322140298784, 0.03468839079141617, -0.0618164949119091, -0.032381393015384674, -0.022972721606492996, -0.0054409075528383255, 0.024890588596463203, -0.028795812278985977, 0.02451535314321518, 0.03504972904920578, -0.031130608171224594, 0.01703844964504242, -0.02764231152832508, -0.02134670317173004, -0.037023186683654785, 0.011646183207631111, -0.017413683235645294, -0.02466822788119316, -0.024084528908133507, -0.05064282938838005, -0.06776466220617294, 0.013883695006370544, 0.01573207601904869, 0.0787159651517868, -0.003159965155646205, 0.061260588467121124, -0.04247104376554489, 0.018094666302204132, 0.03218682482838631, -0.049697794020175934, 0.005854361224919558, 0.01792789436876774, -0.040497586131095886, 0.028906993567943573, -0.05445076897740364, 0.06659726798534393, -0.014814834110438824, -0.09216883778572083, -0.0011891127796843648, 0.013904541730880737, -0.05306100845336914, 0.03621712699532509, -0.008873612619936466, 0.026961330324411392, 0.0016277555841952562, 0.03429925814270973, 0.028517860919237137, -0.007337929215282202, -0.04002506658434868, 0.057813987135887146, 0.023584214970469475, -0.046723708510398865, 0.0026926586870104074, -0.036550670862197876, -0.035633429884910583, -0.025585468858480453, 0.002074215793982148, 0.012757990509271622, 0.034660596400499344, -0.0029132829513400793, 0.02840667963027954, -0.029907619580626488, -0.047474175691604614, 0.09189088642597198, 0.014182494021952152, 0.006705588661134243, 0.003206869587302208, 0.010103549808263779, 0.02672507055103779, -0.024682125076651573, -0.022625280544161797, -0.012737143784761429, -0.006709062959998846, -0.015898846089839935, 0.001065771677531302, -0.03040793351829052, 0.007337929215282202, -0.031269583851099014 ]
9864_0
The European Free Alliance (EFA) is a European political party that consists of various regionalist, separatist and ethnic minority political parties in Europe. Member parties advocate either for full political independence and sovereignty, or some form of devolution or self-governance for their country or region. The alliance has generally limited its membership to progressive parties; therefore, only a fraction of European regionalist parties are members of the EFA. Since 1999, the EFA and the European Green Party (EGP) have joined forces within Greens–European Free Alliance (Greens/EFA) group in the European Parliament, although some EFA members have joined other groups from time to time. The EFA's youth wing is the European Free Alliance Youth (EFAY), founded in 2000. As of 2021, four European regions are led by EFA politicians: Scotland with Nicola Sturgeon of the Scottish National Party, Flanders with Jan Jambon of the New Flemish Alliance, Corsica with Gilles Simeoni of For Corsica, and Catalonia with Pere Aragonès from the Republican Left of Catalonia. History Regionalists have long been represented in the European Parliament. In the 1979 election four regionalist parties obtained seats: the Scottish National Party (SNP), the Flemish People's Union (VU), the Brussels-based Democratic Front of Francophones (FDF) and the South Tyrolean People's Party (SVP). The SNP, although being predominantly social-democratic, joined the European Progressive Democrats, a conservative group led by the French Rally for the Republic. The VU and the FDF joined the heterogeneous Technical Group of Independents, while the SVP joined the European People's Party group.
[ -0.023243144154548645, -0.0013610091991722584, -0.04347154125571251, 0.06201760470867157, -0.03431963920593262, -0.027159620076417923, -0.01562552899122238, -0.026177136227488518, -0.06729340553283691, 0.019259372726082802, -0.012106084264814854, -0.003855912247672677, 0.013115485198795795, 0.006271745543926954, -0.03098188526928425, 0.0031846605706959963, -0.006002571899443865, -0.000704477890394628, 0.03227391839027405, -0.007153289392590523, 0.018990200012922287, -0.022247200831770897, -0.004969618283212185, -0.022570209577679634, 0.01608312502503395, 0.007947351783514023, 0.03340444713830948, 0.011897474527359009, 0.0784371942281723, 0.035934679210186005, 0.009878672659397125, -0.012321422807872295, -0.007806035224348307, -0.04573259875178337, -0.014225826598703861, -0.03326985985040665, -0.013916276395320892, 0.018815236166119576, -0.03187015652656555, -0.03921859711408615, 0.028343982994556427, -0.023498857393860817, 0.016136959195137024, -0.00502008805051446, 0.014225826598703861, 0.007085995748639107, 0.007873328402638435, 0.002752300351858139, 0.009360512718558311, 0.016984855756163597, 0.006029489450156689, 0.019138244912028313, -0.028801579028367996, 0.007247500121593475, -0.042906276881694794, -0.014804549515247345, 0.029959024861454964, -0.01401048805564642, -0.03152023255825043, 0.041291236877441406, 0.01874794438481331, -0.013983570039272308, -0.0039030176121741533, -0.027132702991366386, 0.020955167710781097, -0.005242156330496073, -0.007785847410559654, 0.038814838975667953, 0.012967439368367195, -0.06734724342823029, 0.009858484379947186, -0.01767124980688095, 0.01319623738527298, -0.025490742176771164, -0.015692822635173798, -0.011264916509389877, -0.055988114327192307, -0.011917662806808949, 0.023619987070560455, -0.03082038089632988, 0.02008035220205784, 0.012711725197732449, 0.012933793477714062, 0.01724057085812092, -0.018801778554916382, -0.003482433967292309, -0.05550360307097435, 0.06600137799978256, -0.018613357096910477, 0.026742400601506233, -0.019434336572885513, 0.034561894834041595, -0.03814190253615379, 0.010242057032883167, 0.019070951268076897, 0.05754932388663292, 0.025746457278728485, 0.0065274606458842754, 0.002599207917228341, -0.050846900790929794, 0.03617693483829498, -0.0033798115327954292, -0.011123600415885448, 0.026446308940649033, -0.05071231350302696, 0.0399184487760067, -0.01190420426428318, -0.02347194030880928, 0.008404946886003017, -0.02794022299349308, -0.056526463478803635, 0.018236514180898666, 0.03383512422442436, -0.02777871862053871, 0.061371587216854095, -0.0026395840104669333, -0.044252146035432816, 0.02275863103568554, -0.005504600703716278, 0.023916076868772507, -0.052973370999097824, 0.07246154546737671, -0.007489756215363741, -0.0014299849281087518, -0.05116990953683853, -0.05442690849304199, 0.046297863125801086, 0.030793463811278343, -0.014750715345144272, 0.017980799078941345, 0.03413121774792671, -0.02547728456556797, 0.008889459073543549, -0.037065207958221436, -0.005635823123157024, 0.05501909181475639, 0.014643046073615551, 0.03938010334968567, 0.018478769809007645, 0.007516673766076565, 0.02693082205951214, 0.002940722042694688, 0.02748262882232666, 0.020282233133912086, 0.011029389686882496, 0.020107271149754524, 0.02283938229084015, -0.07391507923603058, -0.007839682511985302, 0.025827210396528244, 0.026298264041543007, -0.00025192968314513564, -0.02401028759777546, 0.02071291022002697, -0.048720426857471466, -0.02242216281592846, -0.008115584962069988, 0.008088667877018452, 0.006752893328666687, 0.01645996794104576, -0.07698366045951843, -0.006312121637165546, -0.0019430972170084715, 0.01586778648197651, 0.005322908516973257, 0.0030904498416930437, -0.02714616060256958, 0.017173277214169502, -0.01979772001504898, -0.005265709012746811, 0.006053042132407427, 0.057656992226839066, -0.031600985676050186, 0.0022375057451426983, 0.0025285498704761267, 0.025504201650619507, 0.027051949873566628, 0.004902324639260769, 0.031977828592061996, 0.055234428495168686, -0.01139950379729271, 0.022287577390670776, -0.027348041534423828, 0.04748222976922989, -0.0004891389398835599, 0.0046836212277412415, -0.01612349972128868, 0.033350612968206406, -0.034938737750053406, -0.06201760470867157, 0.01787312887609005, -0.0008028944721445441, -0.02944759465754032, 0.02067253552377224, -0.0030248386319726706, -0.00700524402782321, -0.05125065892934799, 0.09119603037834167, -0.010666005313396454, 0.011857098899781704, -0.029878273606300354, 0.024912020191550255, 0.00872795470058918, -0.011931121349334717, 0.0488550141453743, -0.023983370512723923, -0.01991884969174862, 0.05528826266527176, -0.006789905019104481, 0.0649246796965599, 0.044790491461753845, -0.0411028154194355, -0.006618306506425142, -0.05060464143753052, 0.02730766497552395, -0.022031862288713455, -0.021910734474658966, 0.048047494143247604, -0.03458881005644798, -0.04670162498950958, -0.0389225073158741, 0.03383512422442436, 0.0064837196841835976, 0.03098188526928425, -0.029393760487437248, -0.015733199194073677, 0.005053734872490168, 0.0506315603852272, -0.006951408926397562, -0.05534210056066513, -0.025423450395464897, 0.06675506383180618, 0.019474713131785393, 0.056149620562791824, 0.04360612854361534, -0.024212168529629707, -0.011116870678961277, -0.001115388236939907, 0.035557836294174194, 0.028882330283522606, -0.02472359873354435, 0.021332010626792908, 0.06896228343248367, 0.018384559080004692, 0.05593428015708923, -0.006332309916615486, 0.01733478158712387, -0.01812884397804737, 0.012644431553781033, 0.07046965509653091, 0.020995544269680977, 0.03787273168563843, 0.023794949054718018, -0.0018000986892729998, -0.039030175656080246, 0.020807120949029922, 0.0020844133105129004, -0.00628520455211401, -0.03526174649596214, 0.01317604910582304, -0.049770206212997437, -0.04430598020553589, -0.00443800026550889, -0.015369814820587635, -0.035934679210186005, 0.07999840378761292, -0.0022778818383812904, -0.0036271146964281797, -0.017307864502072334, -0.0536193884909153, 0.014225826598703861, -0.0017799106426537037, -0.026661647483706474, -0.0013954970054328442, -0.03838416188955307, -0.008734684437513351, 0.020685993134975433, -0.0024511623196303844, 0.03964927792549133, -0.004168826621025801, -0.0009370606858283281, 0.04094130918383598, -0.08209795504808426, -0.0006708311848342419, 0.04578643664717674, 0.03302760422229767, -0.012556949630379677, 0.02847857028245926, -0.007173477206379175, 0.01767124980688095, -0.032758429646492004, -0.0030399796087294817, -0.029097670689225197, 0.006399603094905615, 0.01438733097165823, -0.029259173199534416, 0.01624462939798832, 0.011655217967927456, 0.016527261584997177, 0.012233941815793514, -0.025759916752576828, 0.01491221971809864, 0.0007663036813028157, -0.022395245730876923, 0.008007915690541267, -0.025086982175707817, 0.021143589168787003, 0.00925284344702959, 0.03935318440198898, 0.06610904633998871, -0.009320137090981007, 0.04083364084362984, -0.017590496689081192, 0.027173077687621117, -0.022920135408639908, -0.03219316527247429, 0.049420278519392014, -0.030874215066432953, -0.029286092147231102, 0.004242849536240101, -0.04775140434503555, 0.01729440502822399, 0.03876100480556488, -0.0012684807879850268, 0.019568923860788345, -0.0032284012995660305, -0.00956239365041256, -0.010894802398979664, 0.012718454003334045, -0.00901731662452221, -0.04339078813791275, -0.048505090177059174, 0.05324254557490349, -0.0054103899747133255, 0.019070951268076897, -0.009387430734932423, -0.037818893790245056, 0.014535375870764256, 0.02493893727660179, -0.01461612805724144, 0.03687678650021553, -0.04075288772583008, 0.024656305089592934, 0.017698166891932487, 0.03205857798457146, 0.04382146894931793, -0.0034201873932033777, 0.001838792348280549, 0.005629093386232853, -0.02405066415667534, 0.033808209002017975, -0.00995942484587431, 0.01745590940117836, -0.003505986649543047, -0.015692822635173798, 0.016069665551185608, 0.012442551553249359, 0.03291993588209152, -0.03520791232585907, -0.021103212609887123, 0.0033949525095522404, 0.019367042928934097, -0.029878273606300354, 0.03232775256037712, -0.021412761881947517, -0.004983076825737953, 0.018990200012922287, 0.021937651559710503, -0.0013441857881844044, -0.024696681648492813, 0.010666005313396454, -0.02204531989991665, -0.0058074211701750755, 0.0012482927413657308, -0.03687678650021553, -0.002737159375101328, 0.07569162547588348, 0.028559323400259018, -0.008990399539470673, -0.04995862767100334, -0.002387233776971698, -0.004959524143487215, 0.00941434781998396, 0.03440038859844208, 0.05157366767525673, 0.0056593758054077625, 0.01650034449994564, 0.0017151407664641738, -0.07057732343673706, -0.06395565718412399, -0.002984462771564722, -0.01942087709903717, -0.0009639780619181693, 0.025786833837628365, 0.0357462577521801, -0.03246233984827995, 0.015356355346739292, 0.016096582636237144, 0.04594793915748596, -0.009178820997476578, 0.08958098292350769, 0.031843241304159164, 0.04802057519555092, 0.026998115703463554, -0.057441651821136475, 0.07709132879972458, -0.009582580998539925, 0.05343096703290939, 0.012980898842215538, 0.011500443331897259, 0.04492507874965668, 0.008808706887066364, -0.03824957460165024, 0.032435424625873566, 0.025504201650619507, 0.008075209334492683, -0.06933912634849548, -0.0506315603852272, 0.020484114065766335, -0.0014375554164871573, -0.005767045076936483, -0.017644330859184265, -0.024077581241726875, 0.05824917554855347, -0.016769517213106155, -0.0018186044180765748, -0.00658802455291152, 0.020362986251711845, 0.003115684725344181, 0.020430278033018112, 0.012563679367303848, -0.02188381552696228, -0.06793942302465439, -0.021035918965935707, 0.02075328677892685, -0.024494800716638565, 0.020443737506866455, -0.0020726369693875313, -0.06341730803251266, -0.011749428696930408, -0.004841760732233524, -0.006133794318884611, 0.04142582044005394, -0.03609618544578552, -0.008304006420075893, -0.07423809170722961, 0.02384878322482109, -0.00732825230807066, -0.001370262005366385, -0.028936166316270828, -0.03843799605965614, -0.01942087709903717, 0.0299859419465065, -0.03300068899989128, -0.011305293068289757, -0.03262384608387947, -0.005073923151940107, -0.013599997386336327, 0.011352398432791233, -0.02438713051378727, -0.027388418093323708, -0.013748043216764927, -0.01787312887609005, 0.007301334757357836, 0.00874814298003912, 0.038195740431547165, -0.03127797693014145, 0.0006514842971228063, 0.00016507913824170828, 0.03402354568243027, -0.039191681891679764, 0.03841107711195946, 0.01628500409424305, -0.013451952487230301, 0.017361698672175407, -0.04810132831335068, -0.03399663046002388, -0.0028515581507235765, -0.04390221834182739, 0.005958831403404474, 0.03590776398777962, 0.005363284610211849, -0.02885541319847107, -0.04680929332971573, -0.011836910620331764, -0.05090073496103287, 0.006100147496908903, 0.006392873823642731, -0.018075009807944298, -0.019259372726082802, -0.00736189866438508, 0.017025232315063477, 0.048343583941459656, -0.0036237500607967377, -0.03542324900627136, 0.035019490867853165, 0.014696880243718624, 0.011937851086258888, -0.011910933069884777, -0.003499257145449519, 0.052138932049274445, 0.08979632705450058, -0.003855912247672677, -0.023579610511660576, -0.024629388004541397, -0.017011772841215134, 0.0021096484269946814, -0.0048653134144842625, 0.020847497507929802, -0.007011973299086094, -0.0008849083096720278, -0.0331621915102005, -0.012233941815793514, 0.0068740216083824635, -0.026715483516454697, -0.02931300923228264, 0.0016411179676651955, -0.01721365377306938, -0.01725403033196926, 0.019286291673779488, -0.016931021586060524, -0.03386204317212105, -0.0020928250160068274, 0.009212467819452286, 0.027294207364320755, -0.02287975884974003, 0.001828698324970901, -0.003169519593939185, -0.017065608873963356, -0.04664779081940651, -0.0567956380546093, -0.031062636524438858, -0.0041452739387750626, -0.01884215511381626, -0.0286939088255167, 0.03413121774792671, 0.037361301481723785, 0.0305781252682209, -0.014898760244250298, 0.011076495051383972, 0.017402075231075287, -0.01228104718029499, 0.006998514290899038, -0.04188341647386551, -0.038572583347558975, -0.004454823676496744, 0.025652246549725533, 0.05378089100122452, 0.021978026255965233, 0.011917662806808949, 0.047509144991636276, 0.027428792789578438, 0.00037579162744805217, 0.0007116277702152729, -0.013707667589187622, -0.053188711404800415, -0.0625559538602829, 0.03370054066181183, -0.003485798602923751, -0.012200294993817806, -0.01862681470811367, 0.04435981437563896, -0.004730726592242718, -0.007281146943569183, 0.002616031328216195, -0.012180106714367867, -0.027334582060575485, 0.0017311229603365064, 0.07730666548013687, -0.029474513605237007, 0.034777235239744186, 0.0056593758054077625, 0.03561167046427727, 0.04347154125571251, 0.005110934376716614, -0.06917762011289597, 0.04966253414750099, 0.019784262403845787, -0.06088707596063614, 0.08602789044380188, -0.03189707547426224, 0.004528846591711044, -0.022502915933728218, -0.01816922053694725, 0.041452739387750626, -0.0015628894325345755, 0.005672834347933531, 0.03841107711195946, 0.009609499014914036, -0.011190894059836864, -0.053565554320812225, -0.00022143736714497209, -0.0002508782490622252, 0.019784262403845787, -0.009508558548986912, 0.013451952487230301, -0.017052149400115013, -0.011648489162325859, -0.008835624903440475, -0.06487084925174713, -0.05544976890087128, 0.008889459073543549, 0.02480434998869896, -0.015019888989627361, 0.048585839569568634, -0.06131775304675102, -0.01596199721097946, -0.03795348107814789, 0.03483106940984726, -0.013674020767211914, 0.0004925036337226629, 0.09184204041957855, -0.02434675581753254, 0.02931300923228264, 0.03580009192228317, 0.013808607123792171, 0.009353783912956715, -0.012590596452355385, 0.023081639781594276, -0.06503234803676605, -0.020120728760957718, 0.012435821816325188, 0.04968945309519768, -0.023068180307745934, 0.0028044527862221003, -0.06040256470441818, 0.013943194411695004, 0.03938010334968567, 0.006288568954914808, 0.05518059432506561, 0.00006787171150790527, -0.01574665680527687, -0.04118356481194496, 0.01578703336417675, -0.008324194699525833, 0.0286939088255167, -0.013943194411695004, 0.039110928773880005, 0.028801579028367996, 0.010719840414822102, 0.015504401177167892, -0.08069825172424316, -0.03596159815788269, -0.03588084504008293, 0.0028027703519910574, 0.03445422649383545, 0.010329538024961948, 0.03938010334968567, -0.00368094933219254, 0.020847497507929802, -0.018855612725019455, 0.016338840126991272, 0.02430637925863266, -0.022395245730876923, -0.05593428015708923, 0.013384658843278885, -0.029555264860391617, -0.011951309628784657, -0.05337713286280632, 0.02664818987250328, 0.036526862531900406, 0.013425035402178764, -0.026876987889409065, -0.037145961076021194, 0.019703509286046028, -0.0062212757766246796, 0.001580553944222629, -0.006143887992948294, -0.030766546726226807, 0.005551706068217754, -0.00436397735029459, -0.01703869178891182, 0.02430637925863266, -0.026836611330509186, 0.003832359565421939, -0.022072238847613335, 0.020847497507929802, -0.028532404452562332, -0.02339118905365467, 0.04317545145750046, 0.008761601522564888, -0.05701097473502159, -0.012725183740258217, -0.009710438549518585, -0.026177136227488518, 0.01304819155484438, -0.03491181880235672, -0.025544578209519386, -0.008849083445966244, 0.0014039087109267712, 0.013223154470324516, 0.036015432327985764, 0.043202366679906845, -0.012711725197732449, -0.039191681891679764, -0.044252146035432816, -0.04511350020766258, -0.07515327632427216, 0.0012432456715032458, 0.07493793964385986, 0.06207143887877464, 0.02923225611448288, 0.0010548242134973407, -0.007274417672306299, -0.015356355346739292, -0.035019490867853165, -0.0013433446874842048, -0.023108556866645813, 0.04314853250980377, 0.030039777979254723, -0.041156649589538574, -0.06826243549585342, 0.012429092079401016, -0.03103571943938732, 0.03466956317424774, -0.012361799366772175, 0.0253157801926136, -0.004643245134502649, 0.0034622459206730127, 0.011009201407432556, 0.002345175249502063, -0.010013259015977383, 0.0020995542872697115, 0.031977828592061996, -0.013209695927798748, 0.012186836451292038, -0.05157366767525673, -0.026500144973397255, 0.043794550001621246, 0.029286092147231102, -0.00745610985904932, -0.0286939088255167, 0.019528547301888466, -0.040860556066036224, 0.013579810038208961, -0.017805835232138634, -0.017469368875026703, -0.02990519069135189, 0.013061651028692722, 0.04823591560125351, -0.0012743689585477114, 0.02885541319847107, 0.0016024243086576462, -0.026553979143500328, 0.014333495870232582, -0.007678177673369646, -0.069500632584095, -0.0605640672147274, -0.020403360947966576, 0.016513802111148834, -0.015813950449228287, -0.005632458254694939, -0.024858184158802032, -0.016110042110085487, -0.03921859711408615, 0.0016680354019626975, -0.03598851338028908, 0.03006669506430626, 0.004909053910523653, 0.020430278033018112, 0.00300801545381546, -0.009225926361978054, -0.01043720729649067, 0.024440966546535492, 0.012496385723352432, -0.03353903442621231, -0.025867586955428123, 0.03181632235646248, 0.05991804972290993, 0.0075032152235507965, 0.03666144981980324, 0.00005007575964555144, -0.010753486305475235, -0.006628400646150112, 0.004686986096203327, 0.032973770052194595, 0.027240371331572533, 0.029259173199534416, 0.014831467531621456, -0.009952695108950138, 0.038895588368177414, -0.008566451258957386, 0.04056446626782417, 0.023916076868772507, -0.04982404038310051, -0.03550400212407112, 0.03566550463438034, 0.03795348107814789, -0.030012860894203186, -0.010410290211439133, -0.009104798547923565, 0.015396731905639172, 0.004791290499269962, 0.010410290211439133, -0.020362986251711845, 0.02313547395169735, -0.0008966846507973969, -0.019595840945839882, 0.012967439368367195, -0.027617214247584343, -0.015383273363113403, -0.009057693183422089, -0.020026518031954765, 0.05426540598273277, 0.028343982994556427, 0.01816922053694725, 0.0772528350353241, 0.00730806402862072, 0.0026294898707419634, -0.018949823454022408, -0.03337753191590309, 0.014508458785712719, -0.04702463373541832, -0.033565953373909, 0.00954220537096262, 0.039487771689891815, 0.0440906397998333, -0.012698265723884106, 0.0331621915102005, -0.008034832775592804, 0.010430478490889072, 0.019730428233742714, 0.005979019217193127, 0.04783215373754501, -0.01526214461773634, 0.031062636524438858, 0.007388816215097904, -0.002530232071876526, 0.008815436623990536, 0.019097870215773582, -0.010666005313396454, 0.001000148244202137, 0.01896328292787075, 0.014575752429664135, 0.03278534859418869, -0.05824917554855347, -0.041452739387750626, -0.03246233984827995, -0.0302820336073637, -0.020147645846009254, -0.005787232890725136, 0.023498857393860817, -0.028155561536550522, -0.019972683861851692, -0.0399184487760067, -0.016648389399051666, -0.05232735350728035, 0.04694388061761856, 0.020578324794769287, -0.06842393428087234, 0.011049577966332436, 0.02567916549742222, -0.0030130622908473015, 0.04147965833544731, 0.031089555472135544, 0.07111567258834839, -0.01916516199707985, 0.014952595345675945, 0.009481641463935375, 0.012011873535811901, -0.037280548363924026, -0.048343583941459656, 0.027590297162532806, -0.014131615869700909, -0.04398297145962715, -0.055395934730768204, 0.02426600269973278, 0.0452750064432621, -0.015396731905639172, 0.0014728844398632646, 0.02559841237962246, -0.026446308940649033, -0.020201481878757477, 0.010215139016509056, 0.053727056831121445, -0.030712710693478584, -0.009084610268473625, 0.022166449576616287, -0.007516673766076565, -0.005430578254163265, -0.038518745452165604, 0.029501430690288544, -0.0677240863442421, -0.008882730267941952, -0.03248925879597664, 0.04861275851726532, -0.051304493099451065, -0.0077656591311097145, -0.025288863107562065, -0.039864614605903625, 0.01541019044816494, -0.02363344468176365, -0.040860556066036224, -0.030120529234409332, 0.03884175419807434, 0.022018402814865112, 0.015464025549590588, 0.01491221971809864, -0.050550807267427444, 0.047805238515138626, 0.032139331102371216, 0.0532156266272068, -0.017442451789975166, -0.024858184158802032, -0.0010867886012420058, -0.002220682566985488, 0.02643285132944584, -0.02029569260776043, -0.01476417388767004, -0.005894902627915144, -0.06142542138695717, -0.02392953634262085, 0.000560217653401196, -0.017644330859184265, -0.03310835734009743, 0.05641879513859749, 0.032004743814468384, 0.015504401177167892, -0.025006230920553207, -0.005908361170440912, 0.013404847122728825, -0.05921819806098938, 0.006069865543395281, -0.041910335421562195, 0.004656703677028418, -0.02559841237962246, 0.01975734531879425, 0.04990479350090027, -0.01812884397804737, 0.2041412889957428, 0.0383303239941597, 0.013001086190342903, 0.027159620076417923, 0.014171991497278214, 0.022206824272871017, 0.01645996794104576, -0.02343156561255455, 0.02714616060256958, 0.014979512430727482, -0.029501430690288544, 0.026863528415560722, 0.027886388823390007, -0.04473665729165077, -0.009589310735464096, 0.08780443668365479, -0.023498857393860817, 0.03111647255718708, 0.020026518031954765, -0.048047494143247604, -0.02619059383869171, -0.025154275819659233, -0.02321622520685196, 0.027159620076417923, 0.014145074412226677, 0.02150697261095047, 0.009717168286442757, 0.026661647483706474, 0.01267807837575674, -0.01211281307041645, -0.008714496158063412, -0.04947411268949509, 0.0008163531892932951, -0.0074359215795993805, -0.02493893727660179, -0.02351231686770916, -0.026109842583537102, -0.08398217707872391, 0.020537948235869408, 0.01123799942433834, 0.005248886067420244, -0.005898267030715942, 0.052811868488788605, 0.019609298557043076, 0.03703829273581505, 0.010322809219360352, -0.041694995015859604, -0.0286939088255167, 0.01476417388767004, -0.0016688765026628971, 0.012388716451823711, -0.02209915593266487, 0.037361301481723785, -0.015073723159730434, -0.05636495724320412, -0.011325480416417122, 0.03219316527247429, -0.030497372150421143, 0.025369614362716675, -0.019030576571822166, 0.03765739127993584, 0.0009564075735397637, -0.010894802398979664, 0.023108556866645813, -0.013034733012318611, 0.03143947944045067, 0.041829582303762436, 0.04535575583577156, -0.07892171293497086, 0.01741553470492363, -0.05555743724107742, -0.04422522708773613, 0.018761401996016502, 0.008357841521501541, 0.009320137090981007, -0.003327659098431468, 0.01574665680527687, -0.0007528450223617256, -0.05184284225106239, -0.0009580898913554847, 0.03036278672516346, -0.044252146035432816, -0.0053935665637254715, 0.00825017224997282, 0.002017119899392128, 0.021318551152944565, -0.023283518850803375, -0.023243144154548645, -0.04075288772583008, 0.0017614049138501287, -0.000017099360775318928, -0.0032014839816838503, -0.023566151037812233, 0.03286610171198845, -0.04056446626782417 ]
9864_1
In 1981 six parties (VU, the Frisian National Party, Independent Fianna Fáil, the Party of German-speaking Belgians, the Party for the Organization of a Free Brittany and the Alsace-Lorraine National Association), plus three observers (the Union of the Corsican People, UPC, the Occitan Party and the Democratic Convergence of Catalonia, CDC), joined forces to form the European Free Alliance. Regionalist MEPs continued, however, to sit in different groups also after the 1984 election: the SNP in the Gaullist-dominated European Democratic Alliance; the VU, the Sardinian Action Party (PSd'Az) and Basque Solidarity (EA) in the Rainbow Group, together with Green parties; the SVP in the European People's Party group; the CDC with the Liberal Democrats; and Herri Batasuna among Non-Inscrits. Only after the 1989 European Parliament election did EFA members form a united group, called Rainbow like its green predecessor. It consisted of three Italian MEPs (two for Lega Lombarda and one for the PSd'Az), two Spanish MEPs (one each for the PNV and the Andalusian Party, PA), one Belgian MEP (for VU), one French MEP (UPC), one British MEP (SNP) and one independent MEP from Ireland. They were joined by 4 MEPs from the Danish left-wing Eurosceptic People's Movement against the EU, while the other regionalist parties, including the SVP, Batasuna and the Convergence and Union of Catalonia (CiU) declined to join. In the 1994 European Parliament election the regionalists lost many seats. Moreover, the EFA had suspended its major affiliate, Lega Nord, for having joined forces in government with the post-fascist National Alliance. Also, the PNV chose to switch to the European People's Party (EPP). The three remaining EFA MEPs (representing the SNP, the VU and the Canarian Coalition) formed a group with the French Énergie Radicale list and the Italian Pannella List: the European Radical Alliance.
[ -0.011210310272872448, -0.0309604499489069, -0.017893655225634575, 0.034102194011211395, -0.010025016032159328, -0.018407758325338364, -0.04624074697494507, -0.01739383116364479, -0.051381777971982956, 0.041442446410655975, 0.021263888105750084, 0.02436278946697712, 0.0107533298432827, 0.018222110345959663, -0.034616295248270035, 0.04127107933163643, -0.018564844503998756, -0.030046487227082253, 0.015223173424601555, -0.006497696042060852, -0.013837950304150581, -0.04632642865180969, -0.01646558940410614, -0.01939312368631363, 0.017308147624135017, 0.0017074302304536104, 0.061463918536901474, -0.01342381164431572, 0.05543748289346695, 0.01980726234614849, 0.047897301614284515, -0.0530383363366127, 0.018364915624260902, -0.056722741574048996, -0.034244999289512634, -0.04024287313222885, -0.032759811729192734, -0.0018234605668112636, -0.013930774293839931, -0.011924343183636665, 0.02851845882833004, -0.008596951141953468, 0.004319896921515465, -0.05221005901694298, -0.03118894062936306, 0.018593406304717064, 0.020978275686502457, 0.001624424010515213, 0.02269195392727852, 0.016308503225445747, 0.013659441843628883, 0.007697270251810551, 0.023263178765773773, -0.010931837372481823, -0.024634120985865593, -0.03056059218943119, -0.007265280932188034, -0.016922570765018463, -0.029275333508849144, 0.012695497833192348, -0.0028400642331689596, 0.02359163388609886, 0.02129244990646839, -0.039471715688705444, 0.008925406262278557, -0.011481642723083496, -0.015080366283655167, 0.025676609948277473, 0.015294576063752174, -0.08117121458053589, 0.030132172629237175, -0.020335646346211433, -0.017293866723775864, -0.04744032025337219, -0.05123897269368172, -0.018850458785891533, -0.029475262388586998, -0.008018584921956062, 0.0014468083390966058, -0.03778659924864769, 0.009618017822504044, -0.0028222135733813047, 0.02087831124663353, 0.026876183226704597, -0.026747656986117363, 0.002202790230512619, -0.05652281269431114, 0.06123542785644531, -0.031131817027926445, 0.027204638347029686, -0.020635539665818214, 0.042070794850587845, -0.01753663830459118, 0.023077530786395073, 0.024634120985865593, 0.05046781897544861, 0.012566972523927689, 0.026162151247262955, 0.03741530328989029, -0.0470975860953331, 0.04812579229474068, -0.024448473006486893, -0.0257765743881464, 0.010931837372481823, -0.0010058933403342962, 0.035730186849832535, -0.009896490722894669, 0.006579809822142124, -0.0062227933667600155, -0.0515531487762928, -0.03184584900736809, -0.003266698680818081, 0.031645920127630234, -0.014344912953674793, 0.0630633533000946, 0.02347738854587078, -0.0511818490922451, 0.023748721927404404, -0.049268241971731186, 0.013045374304056168, -0.01920747384428978, 0.06026434525847435, -0.013716564513742924, -0.005869347136467695, 0.003004291793331504, -0.01435205340385437, 0.0030274977907538414, 0.0228061992675066, -0.05763670429587364, 0.0017931141192093492, 0.0036022940184921026, -0.018493441864848137, 0.007065351586788893, -0.03801508992910385, 0.00876831915229559, 0.030532030388712883, 0.02814716100692749, 0.040928345173597336, 0.013580898754298687, -0.016337063163518906, 0.008761178702116013, 0.02651916816830635, 0.03567306324839592, 0.02981799840927124, 0.008454144932329655, 0.015451663173735142, 0.003934319131076336, -0.07745824754238129, -0.0012147477827966213, 0.01950736902654171, 0.006868992932140827, -0.03216002508997917, 0.024605561047792435, 0.004505545366555452, -0.023791562765836716, -0.01795077696442604, -0.009139616042375565, -0.0034380664583295584, 0.01450200006365776, 0.02603362500667572, -0.06700480729341507, 0.0008242612821049988, -0.0045983693562448025, 0.009596597403287888, 0.011910062283277512, -0.009310984052717686, -0.036958321928977966, 0.0114030996337533, -0.0007051071152091026, -0.025862257927656174, 0.03018929436802864, 0.03927178680896759, -0.014523421414196491, 0.019593052566051483, 0.015194611623883247, 0.014723350293934345, 0.039328910410404205, 0.04089978337287903, 0.03118894062936306, 0.04861133173108101, -0.01869337074458599, 0.022834759205579758, -0.03507327660918236, 0.06460566073656082, -0.0025241049006581306, -0.03030353970825672, 0.0060335746966302395, 0.012852584943175316, 0.001792221562936902, -0.0534096322953701, 0.02362019568681717, 0.0009684066171757877, -0.005319542251527309, 0.027647338807582855, 0.008332759141921997, -0.02789011038839817, -0.006379880476742983, 0.06511976569890976, 0.007243860047310591, -0.004737605806440115, -0.04669772461056709, 0.04675484821200371, 0.0018511293455958366, 0.0020117866806685925, 0.012574112974107265, -0.02403433434665203, -0.02870410680770874, 0.03513040021061897, -0.0016860092291608453, 0.07443074882030487, 0.0470975860953331, -0.04624074697494507, 0.002574087120592594, -0.06180665269494057, 0.006215652916580439, -0.006615511141717434, -0.008739758282899857, 0.05643713101744652, -0.032359953969717026, -0.020721223205327988, -0.02054985612630844, 0.06392019242048264, -0.009303843602538109, -0.01595148630440235, -0.045526713132858276, 0.010117840953171253, 0.033730894327163696, 0.05866491049528122, -0.01672264188528061, -0.032845497131347656, -0.009917911142110825, 0.05406654253602028, 0.045155417174100876, 0.07226008921861649, 0.030874766409397125, -0.01280974317342043, 0.015451663173735142, 0.031246062368154526, 0.02900400012731552, 0.03241707757115364, 0.0009344900608994067, 0.007890059612691402, 0.06054995581507683, 0.009760824032127857, 0.03555881977081299, 0.020464172586798668, 0.03624429181218147, -0.02417714148759842, 0.030989011749625206, 0.06426292657852173, 0.0166940800845623, 0.04972522333264351, 0.013766546733677387, -0.022906163707375526, -0.026233553886413574, 0.02236349880695343, 0.010032156482338905, -0.009753684513270855, -0.02024996280670166, -0.010282068513333797, -0.029646629467606544, -0.04307044297456741, 0.00609069736674428, -0.023148933425545692, -0.03033210150897503, 0.05018220469355583, 0.04049992561340332, 0.02561948634684086, 0.001064801006577909, -0.045526713132858276, 0.004616220016032457, -0.016751201823353767, -0.03875768557190895, 0.00677616847679019, -0.028904035687446594, 0.03624429181218147, 0.028761230409145355, -0.01957877166569233, 0.0203927680850029, 0.002238492015749216, 0.0027865117881447077, 0.032759811729192734, -0.010474856942892075, 0.018479160964488983, 0.004709044471383095, 0.014087861403822899, -0.0035201802384108305, 0.0478401780128479, -0.04606937617063522, 0.010432015173137188, -0.006826150696724653, 0.01857912540435791, -0.031217500567436218, 0.006229933816939592, -0.013309566304087639, -0.0322742685675621, 0.0016869017854332924, -0.015380260534584522, -0.006719045806676149, -0.005373094696551561, -0.04461275041103363, -0.0063584595918655396, -0.006319187581539154, -0.03393082320690155, -0.008489846251904964, -0.011931483633816242, -0.005662277806550264, -0.035358890891075134, 0.036958321928977966, 0.059978730976581573, -0.025390995666384697, 0.017422392964363098, 0.004730465356260538, 0.004937534686177969, -0.030417785048484802, -0.0012236732291057706, 0.029532384127378464, 0.006644072476774454, -0.05706547945737839, 0.03181728720664978, -0.009539474733173847, 0.010410593822598457, 0.03367377445101738, 0.03978589177131653, 0.02157806232571602, 0.002802577568218112, 0.05466632917523384, 0.007354534696787596, 0.031731605529785156, -0.006076416466385126, -0.04315612465143204, -0.029132526367902756, 0.023006128147244453, 0.0016271015629172325, 0.005373094696551561, -0.006429862696677446, -0.05689411237835884, 0.014994682744145393, 0.019678736105561256, -0.010224945843219757, 0.011417379602789879, -0.0415281318128109, -0.0004717077245004475, 0.03107469528913498, 0.008718336932361126, 0.004002152010798454, 0.006822580471634865, -0.024862611666321754, 0.03455917537212372, -0.007375956047326326, 0.029875120148062706, 0.012909707613289356, 0.0021260317880660295, -0.010417734272778034, 0.01613713428378105, 0.028875473886728287, 0.010260647162795067, 0.01490899920463562, -0.034359242767095566, -0.053495313972234726, 0.023905808106064796, 0.011524484492838383, -0.037586670368909836, 0.03310254588723183, -0.04435569792985916, -0.0020153566729277372, 0.011517344042658806, 0.01595148630440235, 0.012845444492995739, 0.015223173424601555, 0.01579439826309681, 0.04372734948992729, -0.010689066722989082, -0.002131387125700712, -0.053009774535894394, 0.00401286268606782, 0.06066420301795006, 0.04112827405333519, 0.03941459581255913, -0.0474688820540905, -0.02113536186516285, 0.002372373128309846, -0.010760470293462276, 0.01806502230465412, 0.02751881256699562, 0.005062490701675415, 0.0031970806885510683, 0.014459158293902874, -0.06003585457801819, -0.05240998789668083, 0.016679799184203148, -0.02092115208506584, 0.003652276238426566, -0.0021795842330902815, 0.02491973526775837, -0.025990784168243408, 0.028804071247577667, 0.007247429806739092, 0.024819770827889442, 0.042556338012218475, 0.08208517730236053, 0.037072569131851196, -0.0013182825641706586, 0.011781536042690277, -0.04792586341500282, 0.049896590411663055, -0.004580518696457148, 0.04407008737325668, 0.022492025047540665, -0.03421643748879433, 0.014187825843691826, -0.025605205446481705, -0.019564490765333176, 0.003995012026280165, 0.010917557403445244, -0.0014066440053284168, -0.06174953281879425, -0.04949673265218735, 0.024891173467040062, -0.0005752424476668239, -0.009596597403287888, -0.017822250723838806, -0.011538765393197536, 0.06769028306007385, -0.0058800578117370605, -0.017793690785765648, 0.009161037392914295, -0.004937534686177969, 0.0027954373508691788, 0.06049283593893051, -0.013438091613352299, -0.029732313007116318, -0.04638355225324631, -0.027247481048107147, 0.02194936014711857, -0.005083911586552858, 0.015708714723587036, 0.004280624911189079, -0.062206514179706573, -0.013338127173483372, 0.01515176985412836, -0.0044448524713516235, 0.0004587658913806081, -0.03407363221049309, 0.030646275728940964, -0.015523066744208336, 0.01850772276520729, 0.0004980376688763499, 0.02162090502679348, -0.025533802807331085, -0.00466263247653842, -0.03444492816925049, 0.02073550410568714, -0.026462044566869736, -0.013780827634036541, -0.005612295586615801, -0.01876477524638176, -0.052267178893089294, 0.014809034764766693, -0.033502403646707535, -0.03378801792860031, -0.024691244587302208, -0.013452372513711452, -0.0067011951468884945, 0.014016457833349705, 0.023491669446229935, -0.017265306785702705, -0.014866156503558159, -0.018222110345959663, 0.007825796492397785, -0.013966475613415241, 0.011117486283183098, 0.05532323941588402, -0.008575530722737312, 0.007982883602380753, -0.019450245425105095, -0.008854002691805363, -0.01983582228422165, -0.01725102588534355, 0.003511254908517003, 0.03238851577043533, 0.0025723022408783436, -0.03692976012825966, -0.03130318596959114, -0.04606937617063522, -0.05789375677704811, 0.007018939591944218, 0.019707297906279564, -0.01579439826309681, -0.04135676473379135, 0.01515176985412836, 0.03230283036828041, 0.05032500997185707, 0.006872563157230616, -0.011374537833034992, 0.017422392964363098, 0.020592696964740753, -0.02254914678633213, 0.008454144932329655, 0.0034648426808416843, 0.03070339746773243, 0.06757603585720062, -0.0016422747867181897, -0.05789375677704811, 0.009153896942734718, 0.01627994142472744, -0.0009318124502897263, -0.02566232904791832, 0.02721891924738884, 0.010639084503054619, 0.01732242852449417, -0.04295619577169418, -0.009082493372261524, 0.034987594932317734, 0.00009472087549511343, -0.057122599333524704, -0.0020385629031807184, -0.012209955602884293, -0.026562009006738663, 0.05352387577295303, -0.018679089844226837, -0.03158879652619362, 0.007475920487195253, 0.001879690564237535, 0.04621218517422676, -0.006244214251637459, 0.015465944074094296, -0.016065731644630432, -0.009303843602538109, -0.07460211962461472, -0.035473134368658066, -0.010767610743641853, 0.027433129027485847, -0.01709393784403801, 0.0005230288370512426, 0.043413177132606506, 0.02094971388578415, 0.02670481614768505, -0.03950027748942375, -0.00707249203696847, -0.008746898733079433, 0.021078240126371384, 0.04089978337287903, -0.0367012694478035, -0.00001236308253282914, -0.018893299624323845, -0.010017876513302326, 0.034473489969968796, 0.02651916816830635, 0.009096774272620678, 0.030017927289009094, -0.02124960720539093, 0.006851141806691885, -0.008268496952950954, -0.024120017886161804, -0.03812933713197708, -0.057608142495155334, 0.01706537790596485, -0.026861902326345444, -0.016679799184203148, -0.03281693533062935, 0.04089978337287903, -0.01086757518351078, 0.04521253705024719, 0.015337418764829636, -0.023263178765773773, -0.044669874012470245, 0.002815073123201728, 0.07842933386564255, -0.03353096544742584, 0.02821856550872326, 0.016779763624072075, 0.04775449261069298, 0.06974669545888901, 0.008689776062965393, -0.03170304372906685, 0.01962161436676979, -0.011267432942986488, -0.061064060777425766, 0.07151749730110168, -0.019078949466347694, 0.008968248032033443, -0.028232846409082413, 0.015223173424601555, 0.04204223304986954, -0.0024687673430889845, 0.02180655300617218, 0.05392373353242874, -0.013173899613320827, 0.00469119381159544, -0.05540892481803894, 0.0014477008953690529, -0.0022277813404798508, 0.055723097175359726, 0.013959335163235664, 0.01746523566544056, -0.04052848368883133, -0.019036106765270233, -0.05072487145662308, -0.03167448192834854, -0.03578731045126915, -0.037586670368909836, 0.032359953969717026, 0.00288290623575449, 0.03290261700749397, -0.04284195229411125, -0.021349571645259857, -0.022263534367084503, 0.020149998366832733, -0.01713678054511547, -0.002309895120561123, 0.043441738933324814, -0.018150705844163895, 0.02717607654631138, 0.019007544964551926, 0.004494834691286087, -0.01876477524638176, -0.0031381729058921337, 0.04421289265155792, -0.05546604469418526, -0.029646629467606544, 0.025205347687005997, 0.02696186676621437, -0.05455208569765091, -0.0010460576741024852, -0.05917901545763016, 0.027561655268073082, 0.0396716445684433, 0.010360611602663994, 0.05003939941525459, 0.03898617625236511, 0.0009951827814802527, -0.01802218146622181, 0.029789436608552933, -0.006015724036842585, 0.02057841792702675, 0.017179621383547783, 0.04921112209558487, 0.01827923208475113, 0.04061416909098625, 0.04509829357266426, -0.06729042530059814, -0.03304542601108551, -0.010224945843219757, -0.009560895152390003, 0.019964348524808884, -0.0063120475970208645, 0.0165084321051836, 0.001105857896618545, 0.0215066596865654, 0.0016395971179008484, 0.034873347729444504, 0.01360945962369442, -0.013780827634036541, -0.048382844775915146, 0.023306021466851234, -0.02417714148759842, -0.02173515036702156, -0.05235286429524422, -0.02340598590672016, 0.0015797968953847885, 0.03755810856819153, 0.011460221372544765, -0.04098546504974365, 0.0033184660132974386, -0.015051805414259434, 0.0030221426859498024, -0.05992160737514496, -0.035473134368658066, -0.006586949806660414, -0.01046057604253292, -0.03638709709048271, 0.02410573698580265, -0.0356159433722496, 0.007176026701927185, -0.03718681260943413, -0.02203504368662834, -0.0077472529374063015, -0.02057841792702675, 0.02124960720539093, 0.005408796481788158, -0.04489836469292641, 0.007740112487226725, -0.018636249005794525, -0.061463918536901474, 0.002420570235699415, -0.04809723049402237, -0.011695852503180504, -0.02800435572862625, 0.012966830283403397, 0.004384159576147795, -0.007147465366870165, 0.001651200233027339, 0.0020724793430417776, -0.022492025047540665, -0.02294900454580784, -0.06866136938333511, -0.06409155577421188, 0.008982528932392597, 0.03330247476696968, 0.04658348113298416, 0.02417714148759842, 0.022420620545744896, 0.005426647141575813, 0.0034791233483701944, -0.024519875645637512, 0.04644067585468292, -0.03458773344755173, 0.013502354733645916, 0.041813742369413376, -0.04761168733239174, -0.09887922555208206, -0.011931483633816242, -0.053609561175107956, 0.024277105927467346, -0.031360309571027756, 0.002938243793323636, -0.00650840625166893, 0.0034380664583295584, -0.03127462416887283, 0.03058915212750435, 0.0053016915917396545, 0.03861487656831741, -0.001050520339049399, -0.027718741446733475, 0.04472699761390686, -0.02499113790690899, -0.038100775331258774, 0.045555274933576584, -0.01292398851364851, 0.0033809440210461617, -0.018493441864848137, 0.011431660503149033, -0.06940396130084991, 0.01746523566544056, 0.012060008943080902, -0.005697979591786861, -0.012938269414007664, -0.008696915581822395, 0.06054995581507683, 0.015251734293997288, 0.023977212607860565, -0.029018281027674675, -0.02851845882833004, 0.03493047133088112, -0.01880761608481407, -0.05021076649427414, -0.06077844649553299, -0.019978629425168037, 0.00941808894276619, -0.03764379397034645, -0.004198511131107807, -0.014009318314492702, 0.012467008084058762, 0.00045140241854824126, -0.0037165391258895397, -0.04518397897481918, -0.005797944031655788, 0.02547667920589447, 0.011488783173263073, 0.020635539665818214, -0.029875120148062706, -0.03304542601108551, 0.016679799184203148, 0.02303468808531761, -0.07283131778240204, -0.011653010733425617, 0.013330986723303795, 0.0667763203382492, -0.013602319173514843, 0.02707611210644245, 0.005997872911393642, 0.019121790304780006, -0.023791562765836716, -0.0014298501191660762, 0.0013254228979349136, 0.0363299734890461, 0.015808679163455963, -0.03664414957165718, -0.009211019612848759, -0.028761230409145355, -0.017622321844100952, 0.048382844775915146, 0.00749020092189312, -0.024134298786520958, -0.04124251753091812, 0.07391664385795593, 0.06197802349925041, -0.006961816921830177, -0.019593052566051483, -0.0007680312264710665, 0.0415281318128109, 0.01776512898504734, 0.010603383183479309, -0.016194257885217667, 0.015380260534584522, -0.005337392911314964, -0.005426647141575813, 0.019678736105561256, 0.007561604492366314, -0.00668334448710084, -0.0030667695682495832, -0.0028597002383321524, 0.040585607290267944, 0.027533093467354774, -0.009817946702241898, 0.03830070421099663, 0.0038843369111418724, 0.006065706256777048, 0.0003784372238442302, -0.041299641132354736, -0.00903251115232706, -0.0396716445684433, -0.0437559112906456, 0.013181040063500404, 0.03727249801158905, 0.023334583267569542, -0.03741530328989029, 0.045441027730703354, -0.02062125876545906, 0.01233134139329195, 0.0004654599470086396, -0.0007720476714894176, 0.040185749530792236, 0.012245657853782177, 0.025348154827952385, -0.0012513420078903437, -0.005476629361510277, 0.05023932829499245, 0.005505190696567297, -0.023777281865477562, 0.04184230417013168, 0.0263335183262825, 0.00873261783272028, 0.02740456722676754, -0.051124729216098785, -0.04104258865118027, -0.021449536085128784, -0.044184330850839615, -0.028875473886728287, -0.04644067585468292, 0.016779763624072075, -0.043927278369665146, 0.006733326707035303, -0.03718681260943413, -0.002458056900650263, -0.03418787568807602, 0.07334542274475098, 0.02791867032647133, -0.02766161970794201, -0.003416645573452115, 0.023420266807079315, -0.020649820566177368, 0.055237554013729095, 0.0058336458168923855, 0.06848999857902527, -0.042413532733917236, 0.016936851665377617, 0.01579439826309681, -0.0233631432056427, -0.02958950772881508, -0.023677317425608635, 0.023648757487535477, 0.0012629450066015124, -0.0017565200105309486, -0.04361310601234436, 0.025762293487787247, 0.02470552548766136, -0.017436673864722252, 0.012909707613289356, 0.007086772471666336, -0.05877915769815445, -0.013716564513742924, 0.0018921861192211509, 0.05358099937438965, -0.05420934781432152, -0.021092521026730537, 0.0166940800845623, 0.011974325403571129, -0.011510204523801804, -0.05592302605509758, 0.013181040063500404, -0.06597660481929779, -0.012652656063437462, -0.030760521069169044, 0.04478411749005318, -0.02993224374949932, 0.006929685361683369, -0.03507327660918236, -0.03990013524889946, 0.009239580482244492, -0.015922924503684044, -0.03518752381205559, -0.030103610828518867, 0.05061062425374985, 0.02306324988603592, 0.03752955049276352, 0.031731605529785156, -0.049268241971731186, 0.05429503321647644, 0.025305312126874924, 0.042442090809345245, -0.026833342388272285, -0.02858986146748066, 0.0035951538011431694, 0.014709069393575191, 0.023006128147244453, -0.028575580567121506, 0.006208512466400862, -0.023777281865477562, -0.019478807225823402, 0.006276345811784267, 0.010853294283151627, -0.042442090809345245, -0.017522357404232025, 0.03553025797009468, 0.08042862266302109, -0.0027240340132266283, -0.03130318596959114, -0.014380615204572678, 0.026462044566869736, -0.06089269369840622, -0.005012508016079664, -0.06883273273706436, 0.022634830325841904, -0.019264597445726395, 0.017450954765081406, 0.04475555941462517, -0.014159264974296093, 0.23854398727416992, 0.03912898153066635, 0.007340254262089729, 0.013023952953517437, -0.015351698733866215, 0.03118894062936306, 0.007832936942577362, -0.03058915212750435, 0.019121790304780006, 0.027533093467354774, -0.01735099032521248, 0.03455917537212372, 0.04027143493294716, -0.020564137026667595, 0.029875120148062706, 0.06163528561592102, -0.05383805185556412, 0.04235640913248062, 0.03578731045126915, -0.040042944252491, -0.02043561078608036, -0.000039578597352374345, -0.024334227666258812, -0.001618176233023405, -0.010824732482433319, 0.03678695484995842, 0.019336000084877014, -0.02461984194815159, 0.016879728063941002, -0.04321324825286865, 0.0012959690066054463, -0.03644422069191933, 0.014402035623788834, -0.018850458785891533, -0.01769372634589672, -0.00938238762319088, -0.035101838409900665, -0.09819374978542328, 0.0011040727840736508, -0.032502759248018265, 0.03433068469166756, -0.006340608932077885, 0.04918256029486656, -0.0029721602331846952, 0.0411568358540535, 0.0024759077932685614, -0.04775449261069298, -0.02106395922601223, 0.040956903249025345, -0.02113536186516285, 0.03975732997059822, -0.014580544084310532, 0.0611783042550087, 0.023306021466851234, -0.054237909615039825, 0.021492378786206245, 0.027061833068728447, -0.05495194345712662, 0.030217856168746948, -0.0029614497907459736, 0.0143734747543931, -0.02766161970794201, 0.005008938256651163, 0.03281693533062935, -0.021006835624575615, 0.02870410680770874, 0.030360663309693336, 0.03007504902780056, -0.045155417174100876, 0.02840421348810196, -0.07220296561717987, -0.033245354890823364, 0.023234618827700615, 0.00677616847679019, 0.021792272105813026, 0.0008015015046112239, -0.0034862637985497713, -0.013388109393417835, 0.021149642765522003, 0.022420620545744896, 0.003973591141402721, -0.052609916776418686, 0.0009514483390375972, -0.020849749445915222, 0.0035219653509557247, 0.011210310272872448, -0.005647997371852398, -0.03987157717347145, -0.014880437403917313, -0.01969301700592041, 0.02036420814692974, -0.010888995602726936, -0.03852919489145279, -0.0003967343072872609, -0.05206725001335144 ]
9864_2
Following the 1999 European Parliament election, in which EFA parties did quite well, EFA elected MEPs formed a joint group with the European Green Party, under the name Greens–European Free Alliance (Greens/EFA). In the event the EFA supplied ten members: two each from the Scottish SNP, the Welsh Plaid Cymru, and the Flemish VU, and one each from the Basque PNV and EA, the Andalusian PA and the Galician Nationalist Bloc (BNG). In the 2004 European Parliament election, the EFA, which had formally become a European political party, was reduced to four MEPs: two from the SNP (Ian Hudghton and Alyn Smith), one from Plaid Cymru (Jill Evans) and one from the Republican Left of Catalonia (ERC; Bernat Joan i Marí, replaced at the mid-term by MEP Mikel Irujo of the Basque EA). They were joined by two associate members: Tatjana Ždanoka of For Human Rights in United Latvia (PCTVL) and László Tőkés, an independent MEP and former member of the Democratic Alliance of Hungarians in Romania (UMDR). Co-operation between the EFA and the Greens continued. Following the 2008 revision of the EU Regulation that governs European political parties allowing the creation of European foundations affiliated to European political parties, the EFA established its official foundation/think tank, the Coppieters Foundation (CF), in September 2007. In the 2009 European Parliament election, six MEPs were returned for the EFA: two from the SNP (Ian Hudghton and Alyn Smith), one from Plaid Cymru (Jill Evans), one from the Party of the Corsican Nation (PNC; François Alfonsi), one from the ERC (Oriol Junqueras), and Tatjana Ždanoka, an individual member of the EFA from Latvia. After the election, the New Flemish Alliance (N-VA) also joined the EFA. The EFA subgroup thus counted seven MEPs.
[ 0.0027026699390262365, -0.0038058734498918056, -0.00933260191231966, 0.04321415722370148, -0.023477884009480476, 0.023663535714149475, -0.054667480289936066, -0.017636975273489952, -0.029675817117094994, -0.0015057477867230773, 0.006172941066324711, -0.009725327603518963, 0.01339553203433752, 0.020478883758187294, -0.014338075183331966, 0.03384585306048393, 0.0383300743997097, -0.01586613617837429, 0.030875416472554207, -0.0023956296499818563, 0.004452086519449949, -0.030989663675427437, -0.018479550257325172, -0.03278906270861626, -0.009318321011960506, 0.0218498557806015, 0.061293844133615494, -0.00935402326285839, 0.09939542412757874, -0.00024545384803786874, 0.022792398929595947, -0.03158946335315704, 0.02656256966292858, -0.03361735865473747, -0.03464558720588684, -0.02694815583527088, -0.04886941611766815, -0.0012094180565327406, -0.029761502519249916, -0.008511447347700596, 0.020593130961060524, -0.038187265396118164, 0.028561903163790703, -0.044785063713788986, -0.03867281600832939, 0.02609129808843136, 0.029175983741879463, 0.014152422547340393, 0.0047591268084943295, 0.0053517865017056465, 0.018136808648705482, -0.0017895817290991545, -0.008704239502549171, 0.0047734081745147705, -0.010189458727836609, -0.018450988456606865, -0.00017773090803530067, -0.02069309912621975, -0.06300755590200424, 0.004548483062535524, 0.007840242236852646, -0.0016182103427127004, 0.006294329185038805, -0.027119526639580727, 0.040872082114219666, 0.003895129542797804, 0.016608746722340584, 0.027505112811923027, 0.007690292317420244, -0.07060502469539642, 0.0012674344470724463, -0.037844520062208176, -0.027462270110845566, -0.043014224618673325, -0.009346882812678814, -0.009996665641665459, -0.03767314925789833, -0.041643254458904266, -0.013366970233619213, 0.0028044218197464943, 0.010753556154668331, -0.006919120904058218, 0.01485218945890665, 0.001596788875758648, -0.019707713276147842, 0.005541008897125721, -0.026077017188072205, 0.08985574543476105, -0.003048983169719577, 0.03478839620947838, -0.024520393460989, 0.040415093302726746, -0.01579473167657852, 0.02831912599503994, 0.027033841237425804, 0.03267481550574303, 0.019022226333618164, 0.011046315543353558, 0.027533674612641335, -0.021364303305745125, -0.004130765330046415, -0.0034488497767597437, -0.019493497908115387, 0.0325605683028698, -0.04621315747499466, 0.019679151475429535, -0.026833906769752502, -0.013488358817994595, -0.011467603966593742, -0.03747321665287018, 0.0046698711812496185, -0.01789403147995472, 0.04050077870488167, -0.017108580097556114, 0.055809956043958664, 0.015366303734481335, -0.03598799556493759, 0.011481884866952896, -0.028262002393603325, 0.01182462740689516, -0.0049590603448450565, 0.07660302519798279, 0.0014209547080099583, -0.016623027622699738, -0.03790164366364479, -0.01827961765229702, -0.0038629972841590643, 0.005876611452549696, -0.02176417037844658, -0.010610747151076794, 0.005426761694252491, -0.03733040764927864, 0.0035238247364759445, -0.04678439721465111, -0.03376016765832901, 0.04250011220574379, 0.026833906769752502, 0.03787308186292648, 0.00639072572812438, -0.01992192678153515, 0.026462603360414505, 0.02563430741429329, 0.0037558902986347675, 0.036159370094537735, 0.045156367123126984, 0.03427428379654884, -0.010760696604847908, -0.05189697816967964, -0.01444518193602562, -0.03664492070674896, 0.00975388940423727, 0.0078545231372118, -0.0034452795516699553, 0.023734940215945244, -0.02889036387205124, -0.031446654349565506, -0.0011255174176767468, 0.0023599271662533283, 0.024420427158474922, 0.012767170555889606, -0.05640975758433342, 0.007119054440408945, -0.0018904409371316433, 0.019193599000573158, -0.014895032159984112, 0.013481218367815018, -0.010225160978734493, 0.009196932427585125, 0.00933260191231966, -0.011874610558152199, 0.04070071130990982, 0.037958767265081406, -0.017151422798633575, 0.03464558720588684, 0.012710046954452991, 0.034816958010196686, 0.03004712238907814, 0.009432568214833736, 0.03475983440876007, 0.039415426552295685, -0.00923263467848301, 0.018293898552656174, -0.04472794011235237, 0.07791686803102493, 0.009496832266449928, -0.005694529507309198, -0.018565237522125244, 0.01727995090186596, 0.010175177827477455, -0.054096244275569916, 0.000947898137383163, -0.00024835465592332184, -0.03407435119152069, 0.0034720562398433685, -0.04032940790057182, -0.018522392958402634, -0.026662535965442657, 0.11207690834999084, -0.017222827300429344, -0.019679151475429535, -0.04989764466881752, 0.03418859839439392, -0.005898032803088427, -0.02253534086048603, 0.02176417037844658, -0.016108913347125053, -0.007376111112535, 0.04115770012140274, 0.006579948123544455, 0.03396010398864746, 0.05649544298648834, -0.01709429919719696, 0.020093297585844994, -0.029361635446548462, 0.008275811560451984, -0.013438374735414982, -0.025034507736563683, 0.0402437224984169, -0.020378917455673218, -0.014359496533870697, -0.04112913832068443, 0.017194265499711037, 0.009204072877764702, 0.02287808433175087, -0.03304612264037132, 0.025391532108187675, 0.04632740467786789, 0.03938686475157738, -0.02510591223835945, -0.03421716019511223, -0.025934208184480667, 0.041900310665369034, 0.05946588143706322, 0.049840521067380905, 0.0329604372382164, -0.01480934675782919, 0.0033167509827762842, 0.037730272859334946, 0.026776783168315887, 0.022592464461922646, -0.0018940111622214317, -0.004377111792564392, 0.0739753246307373, 0.002690174151211977, 0.07603178173303604, -0.024091964587569237, 0.04495643451809883, 0.003655923530459404, 0.0016815820708870888, 0.09054122865200043, 0.011424761265516281, 0.06386441737413406, 0.04150044545531273, -0.030704045668244362, -0.03138953074812889, 0.026191264390945435, -0.008575711399316788, -0.0012736823409795761, -0.0325605683028698, -0.007044079247862101, -0.017465602606534958, -0.02786213532090187, 0.011631835252046585, -0.025691431015729904, -0.018365303054451942, 0.037730272859334946, 0.029418759047985077, 0.031560901552438736, -0.013916786760091782, -0.03798732906579971, -0.027105245739221573, -0.016623027622699738, -0.03184651955962181, -0.004684152081608772, -0.04647021368145943, 0.008789925836026669, 0.006804873235523701, -0.007333268411457539, 0.04078639671206474, 0.023863470181822777, 0.0007573366747237742, 0.026148421689867973, -0.07111913710832596, 0.01877945102751255, 0.026334073394536972, 0.012210213579237461, -0.025991331785917282, 0.03541675955057144, -0.03775883466005325, -0.01782262697815895, -0.010482218116521835, 0.0005373207968659699, -0.021507112309336662, 0.0006194362649694085, -0.005965867545455694, -0.01850811205804348, 0.0008189232903532684, 0.004755556583404541, -0.010003806091845036, 0.002784785581752658, -0.061065346002578735, 0.01966487057507038, 0.021435707807540894, -0.03316036984324455, 0.0052232579328119755, 0.00035300725721754134, -0.023663535714149475, -0.009968103840947151, 0.049412090331315994, 0.06306467950344086, -0.023520726710557938, 0.022292565554380417, 0.016351688653230667, 0.023820627480745316, -0.022221161052584648, -0.029475882649421692, 0.044242385774850845, 0.023135140538215637, -0.04652734100818634, 0.02494882233440876, -0.024463269859552383, 0.021864136680960655, 0.03618793189525604, -0.01843670755624771, 0.024434708058834076, 0.011553289368748665, -0.0031828670762479305, -0.019379250705242157, 0.002176059875637293, -0.02187841758131981, -0.08625694364309311, -0.009561097249388695, 0.04864092171192169, -0.009775310754776001, 0.04644165188074112, 0.006779881659895182, 0.028404811397194862, -0.03287474811077118, -0.011903173290193081, -0.010146616026759148, 0.024920260533690453, -0.047584131360054016, 0.003322106320410967, 0.0014754007570445538, 0.025077350437641144, 0.012388724833726883, -0.023163702338933945, -0.012210213579237461, -0.012945682741701603, -0.024363303557038307, 0.019036507233977318, 0.04509924352169037, 0.044242385774850845, 0.0045092105865478516, -0.013131334446370602, 0.02629123069345951, 0.022064069285988808, 0.003066834295168519, -0.013838241808116436, -0.03130384534597397, 0.01743704080581665, -0.01053934171795845, -0.03096110187470913, 0.015737608075141907, -0.050725940614938736, -0.022178316488862038, 0.024777449667453766, -0.004209310282021761, -0.027148088440299034, -0.01308849174529314, 0.009318321011960506, 0.009939542040228844, 0.02552006021142006, -0.00038737079012207687, -0.004719854332506657, -0.005291092675179243, 0.04375683516263962, 0.03390297666192055, 0.03675916790962219, -0.04461369290947914, -0.02115008793771267, 0.017422759905457497, 0.014666536822915077, 0.0452134907245636, 0.0210786834359169, -0.013081351295113564, 0.005551720038056374, 0.02326367050409317, -0.05549577623605728, -0.036844853311777115, 0.008490025997161865, -0.018065404146909714, -0.01061788760125637, 0.04107201471924782, 0.0021564236376434565, -0.029233107343316078, 0.012410147115588188, 0.024120526388287544, 0.008475744165480137, 0.026605412364006042, 0.07431807368993759, 0.05201122537255287, 0.008461463265120983, 0.00963964220136404, -0.05238252878189087, 0.04004378616809845, -0.017451321706175804, 0.06432140618562698, 0.009511113166809082, -0.025762835517525673, -0.008732801303267479, -0.030932540073990822, -0.017579851672053337, 0.024820294231176376, 0.022021226584911346, 0.021864136680960655, -0.05258246138691902, -0.05452467128634453, 0.009075544774532318, -0.011317653581500053, -0.01827961765229702, -0.02670537866652012, -0.03621649369597435, 0.0352453887462616, -0.027262335643172264, -0.009146949276328087, -0.007818820886313915, -0.014780784957110882, -0.019536340609192848, 0.01632312685251236, -0.0033792301546782255, -0.03176083415746689, -0.05361068993806839, 0.002047531306743622, 0.01816537044942379, -0.005958727095276117, -0.005084018688648939, 0.00662993174046278, -0.06597799807786942, -0.010774977505207062, 0.025662869215011597, -0.008697099052369595, 0.001196922268718481, -0.021707046777009964, 0.046156033873558044, 0.007975911721587181, 0.03687341511249542, 0.020878750830888748, 0.03570237755775452, -0.038387198001146317, 0.0011156992986798286, -0.009175511077046394, 0.03587374836206436, -0.023692097514867783, 0.03096110187470913, -0.016951488330960274, -0.0015923260943964124, -0.015480550937354565, -0.0025152326561510563, -0.02916170284152031, -0.05729517713189125, -0.02096443623304367, -0.0058159176260232925, 0.007072641048580408, -0.0031543050426989794, 0.03670204430818558, -0.004687722306698561, -0.006854856386780739, -0.015380584634840488, 0.017379917204380035, -0.013009946793317795, 0.027904978021979332, -0.011539008468389511, 0.0030721896328032017, 0.011153423227369785, -0.03158946335315704, 0.00946827046573162, -0.003595229471102357, -0.04438519477844238, 0.014680817723274231, 0.0367877297103405, 0.014380917884409428, -0.036273617297410965, -0.05109724402427673, -0.025819959118962288, -0.052553899586200714, 0.0009550386457704008, 0.004923358093947172, -0.02417764998972416, -0.031332407146692276, 0.003877278184518218, 0.019336408004164696, 0.02797638438642025, 0.01590897887945175, -0.044585131108760834, 0.05318226292729378, 0.0012103106128051877, -0.05155423283576965, -0.01682296022772789, 0.024620359763503075, 0.055324405431747437, 0.06289330869913101, -0.020550288259983063, -0.023592131212353706, -0.013866803608834743, -0.022278284654021263, -0.011446182616055012, -0.05241109058260918, 0.012838575057685375, -0.004223591182380915, 0.01268862560391426, -0.044470883905887604, -0.023406479507684708, 0.0024116956628859043, -0.037501778453588486, -0.038073014467954636, 0.01877945102751255, -0.007119054440408945, 0.0078045399859547615, 0.03721616044640541, -0.032817624509334564, -0.030818292871117592, 0.03127528354525566, 0.022221161052584648, 0.034474216401576996, 0.01575188897550106, 0.02939019724726677, 0.0029650824144482613, -0.023292232304811478, -0.055667147040367126, -0.03787308186292648, -0.018865136429667473, -0.0003072636027354747, -0.01216737087816, -0.004569904413074255, 0.04227161407470703, 0.01859379932284355, 0.018979383632540703, -0.03932974115014076, -0.003709477139636874, -0.0016253507928922772, 0.039301179349422455, 0.007883084937930107, -0.038415759801864624, -0.020707380026578903, -0.0360165573656559, 0.029233107343316078, 0.015580518171191216, 0.03815870359539986, 0.02349216490983963, 0.03867281600832939, -0.01454514916986227, -0.0009809228358790278, 0.000023694663468631916, -0.007276144810020924, -0.060494109988212585, -0.01946493610739708, 0.00866139680147171, -0.015109246596693993, -0.0035577418748289347, -0.005833768751472235, 0.014823627658188343, -0.02314942143857479, 0.02529156394302845, 0.03778739646077156, -0.028961768373847008, -0.01682296022772789, -0.013024227693676949, 0.07311847060918808, -0.04549911245703697, 0.027904978021979332, 0.0008037497755140066, 0.04172893986105919, 0.038844186812639236, 0.01563764177262783, -0.04321415722370148, 0.061865080147981644, 0.0041022030636668205, -0.05226828157901764, 0.05315370112657547, -0.01882229372859001, -0.018993664532899857, -0.02364925481379032, 0.02571999281644821, 0.03444565460085869, -0.012967104092240334, 0.039415426552295685, 0.04452800750732422, -0.016651589423418045, -0.020678818225860596, -0.05189697816967964, -0.0017494165804237127, -0.009561097249388695, 0.031446654349565506, 0.013524061068892479, 0.034017227590084076, -0.009396865963935852, -0.012053122743964195, -0.033817291259765625, -0.0632360503077507, -0.04058646410703659, -0.001348657300695777, 0.020478883758187294, -0.02763364091515541, 0.02809063158929348, -0.05024038627743721, -0.008754223585128784, -0.025205878540873528, 0.005655256565660238, -0.041214823722839355, 0.004459226969629526, 0.05515303462743759, -0.00012819384573958814, 0.02552006021142006, 0.0302756167948246, -0.00545175326988101, 0.021749889478087425, 0.005623124539852142, 0.020378917455673218, -0.058951765298843384, -0.03204645588994026, -0.00017561107233632356, 0.03253200650215149, -0.010168037377297878, 0.0237635038793087, -0.04946921393275261, -0.021435707807540894, 0.02881895937025547, 0.005312514025717974, 0.01846526935696602, 0.04084352031350136, -0.02292092703282833, -0.016951488330960274, -0.0036773448809981346, -0.006051552947610617, 0.016722993925213814, -0.03530251234769821, 0.023777784779667854, 0.0023688527289777994, 0.036045122891664505, 0.048383861780166626, -0.0690055564045906, -0.03484551981091499, -0.023363636806607246, 0.0028722563292831182, 0.024977384135127068, 0.002186770550906658, 0.08043031394481659, -0.006726328283548355, 0.04798399657011032, 0.006287188734859228, 0.01682296022772789, 0.008282952010631561, -0.03978672996163368, -0.054667480289936066, 0.04349977895617485, -0.01675155572593212, -0.021292898803949356, -0.02440614625811577, 0.00039272615686059, 0.02961869351565838, 0.01736563630402088, -0.01616603694856167, -0.024506112560629845, 0.0018600939074531198, 0.019879084080457687, -0.011274810880422592, -0.041100576519966125, -0.041900310665369034, -0.0031828670762479305, -0.013288425281643867, -0.009104106575250626, 0.04644165188074112, -0.030018558725714684, 0.03376016765832901, -0.009532535448670387, -0.0013308061752468348, -0.044470883905887604, -0.030589798465371132, 0.015223493799567223, 0.028104912489652634, -0.05809491127729416, -0.007618887349963188, -0.0356452539563179, -0.0892845094203949, 0.012038841843605042, -0.042128805071115494, -0.03073260746896267, -0.013431234285235405, -0.03253200650215149, 0.03338886424899101, -0.012410147115588188, 0.0019672010093927383, -0.018808012828230858, -0.04629884287714958, -0.05469604209065437, -0.06340742111206055, -0.05649544298648834, -0.021207213401794434, 0.057238053530454636, 0.05743798613548279, 0.03724472224712372, -0.021507112309336662, 0.01862236112356186, 0.03455990180373192, -0.0032685527112334967, 0.017494164407253265, 0.0029579419642686844, 0.030789731070399284, 0.01739419810473919, -0.01698005199432373, -0.02854762226343155, -0.0024206212256103754, -0.030761169269680977, 0.02993287332355976, -0.031560901552438736, -0.0116889588534832, -0.0026169843040406704, -0.008732801303267479, -0.008411480113863945, 0.030589798465371132, 0.01463797502219677, -0.006904840003699064, 0.02624838799238205, -0.007561763748526573, 0.02804778888821602, -0.05035463348031044, -0.035502444952726364, 0.04058646410703659, -0.006212214007973671, -0.021278617903590202, -0.00023518942180089653, 0.03490264341235161, -0.048269614577293396, 0.007883084937930107, -0.011253389529883862, 0.0005431224126368761, -0.021007278934121132, 0.0027544384356588125, 0.040100909769535065, 0.02249249815940857, 0.010575043968856335, -0.0004393623967189342, -0.032903313636779785, 0.04846954718232155, -0.00223675393499434, -0.04721282422542572, -0.04495643451809883, -0.006894129328429699, 0.00042775910696946084, -0.01827961765229702, 0.005012613721191883, -0.011631835252046585, -0.03304612264037132, -0.016266003251075745, 0.01613747514784336, -0.03950111195445061, -0.003766600973904133, -0.005266100633889437, 0.0015316320350393653, 0.0432998426258564, 0.014095298945903778, -0.008711379952728748, 0.038872748613357544, 0.025305844843387604, -0.01713714189827442, -0.04824105277657509, 0.047612693160772324, 0.08642831444740295, 0.024506112560629845, 0.023206545040011406, 0.015837574377655983, 0.0008041960536502302, 0.02579139731824398, -0.010753556154668331, 0.038387198001146317, 0.047926872968673706, 0.01593754254281521, 0.02003617398440838, 0.015737608075141907, 0.011024894192814827, -0.014302372932434082, 0.041300512850284576, -0.009882418438792229, -0.05038319528102875, -0.044013891369104385, 0.06717759370803833, 0.048155367374420166, -0.0005234861164353788, 0.003211428876966238, -0.0026705379132181406, 0.02463464066386223, 0.024006279185414314, 0.018422426655888557, 0.0005288414540700614, 0.01946493610739708, 0.0061943624168634415, -0.0046234577894210815, 0.04161469265818596, -0.018836574628949165, -0.012017420493066311, -0.022321127355098724, -0.016008947044610977, 0.04509924352169037, 0.021050121635198593, 0.028176316991448402, 0.031246721744537354, 0.0016958629712462425, -0.0064978329464793205, -0.019550621509552002, -0.04821249097585678, 0.01315989624708891, -0.015409146435558796, -0.011617553420364857, 0.007247583009302616, 0.028918925672769547, 0.07151900231838226, -0.027876416221261024, 0.030075684189796448, -0.02429189905524254, -0.00004875606100540608, 0.008318654261529446, 0.029875749722123146, 0.03581662476062775, 0.022392531856894493, 0.009882418438792229, 0.010625028051435947, 0.004159327130764723, 0.012995665892958641, 0.025591464713215828, -0.03430284559726715, -0.007990192621946335, 0.02556290291249752, -0.010375111363828182, 0.04641309008002281, -0.04270004481077194, -0.07100488990545273, -0.02426333539187908, -0.04050077870488167, -0.04926928132772446, -0.014723660424351692, 0.011788925155997276, -0.04027228429913521, -0.020835908129811287, -0.012674344703555107, 0.03844432160258293, -0.04250011220574379, 0.0536392517387867, -0.0004337838909123093, -0.02237825095653534, -0.005023324396461248, 0.04507068172097206, 0.031446654349565506, 0.038844186812639236, 0.017565570771694183, 0.06906268000602722, -0.039101243019104004, -0.00844718236476183, 0.009318321011960506, -0.029218826442956924, -0.0394725501537323, -0.034702710807323456, 0.02674822136759758, -0.007004806771874428, -0.03995810076594353, -0.07020515948534012, 0.021778451278805733, 0.03781595826148987, -0.0345027782022953, 0.022521059960126877, 0.024577517062425613, -0.02522015944123268, -0.019936207681894302, -0.008739941753447056, 0.019821960479021072, -0.02984718792140484, 0.002392059424892068, 0.023520726710557938, 0.017422759905457497, -0.015609079971909523, -0.06506401300430298, 0.039643920958042145, -0.07328984141349792, -0.008797066286206245, -0.05429617688059807, 0.038958434015512466, -0.030475549399852753, -0.002588422503322363, -0.030818292871117592, -0.058037787675857544, 0.04307134822010994, 0.01053934171795845, -0.029361635446548462, -0.01605178974568844, 0.0425286740064621, 0.015237774699926376, 0.016880083829164505, 0.016580184921622276, -0.027376582846045494, 0.047726940363645554, 0.03164658695459366, 0.03510257974267006, -0.013288425281643867, -0.027947822585701942, 0.017865469679236412, 0.027876416221261024, 0.010189458727836609, -0.019864803180098534, -0.0044128140434622765, -0.02606273628771305, -0.003995096310973167, -0.005933735053986311, -0.0023188695777207613, 0.0006346097798086703, -0.036616358906030655, 0.023006612434983253, 0.06951966881752014, 0.017579851672053337, -0.02674822136759758, -0.018993664532899857, -0.0011496165534481406, -0.0831722617149353, -0.014380917884409428, -0.03767314925789833, -0.001246012980118394, -0.03438853099942207, 0.044470883905887604, 0.023006612434983253, -0.0329604372382164, 0.24014846980571747, 0.005387488752603531, 0.008204406127333641, 0.023292232304811478, -0.0006511221290566027, 0.0137025723233819, 0.005273241084069014, -0.004816250875592232, 0.027904978021979332, -0.005776644684374332, -0.06563524901866913, 0.04729850962758064, 0.007140475790947676, -0.007454656530171633, 0.008875611238181591, 0.04955489933490753, -0.046812959015369415, 0.01755128987133503, 0.019550621509552002, -0.058123473078012466, -0.05760935693979263, 0.0005743619985878468, -0.015352022834122181, 0.06089397519826889, -0.01832246035337448, 0.0032739080488681793, 0.0004139244556427002, -0.0371875986456871, 0.00852572824805975, -0.045584797859191895, 0.037616025656461716, -0.03416003659367561, -0.00678345188498497, -0.03590231016278267, -0.02854762226343155, -0.03073260746896267, -0.04035796970129013, -0.08768504112958908, -0.014323794282972813, 0.014095298945903778, 0.05226828157901764, 0.04864092171192169, 0.05235396698117256, -0.009968103840947151, 0.05495310202240944, 0.022906646132469177, -0.055552899837493896, -0.009125527925789356, 0.038986995816230774, -0.05132573843002319, 0.026305511593818665, 0.010303705930709839, 0.06157946214079857, 0.0004380235623102635, -0.02372065931558609, -0.03744465485215187, 0.0031150325667113066, -0.04618459567427635, 0.0039415424689650536, 0.008747082203626633, 0.01663730852305889, -0.02249249815940857, 0.041871748864650726, 0.04055790230631828, -0.01855095662176609, 0.03824438899755478, 0.015123527497053146, 0.03581662476062775, -0.045813292264938354, 0.041443321853876114, -0.055352967232465744, -0.015052122995257378, 0.016123194247484207, -0.007368970662355423, -0.014502306468784809, -0.02670537866652012, -0.02506306953728199, 0.002434902125969529, 0.02479173056781292, -0.01448802463710308, 0.03467414900660515, -0.037616025656461716, -0.021521393209695816, -0.018022561445832253, -0.014880751259624958, -0.007668870966881514, -0.027847854420542717, -0.009825294837355614, -0.0333317406475544, -0.03316036984324455, -0.0035755932331085205, -0.0038986997678875923, -0.049840521067380905, 0.008340075612068176, -0.036273617297410965 ]
9864_3
In the 2014 European Parliament election, EFA-affiliated parties returned twelve seats to the Parliament: four for the N-VA, two for the SNP, two for "The Left for the Right to Decide" (an electoral list primarily composed of the ERC), one for "The Peoples Decide" (an electoral list mainly comprising EH Bildu, a Basque coalition including EA), one for "European Spring" (an electoral list comprising the Valencian Nationalist Bloc, BNV, and the Aragonese Union, ChA), one from Plaid Cymru, and one from the Latvian Russian Union (LKS). Due to ideological divergences with the Flemish Greens, the N-VA defected to the European Conservatives and Reformists (ECR) group and the EH Bildu MEP joined the European United Left–Nordic Green Left (GUE/NGL) group. Thus, EFA had seven members in the Greens/EFA group and four within ECR. In the 2019 European Parliament election the EFA gained a fourth seat in the United Kingdom, due to the SNP gaining a third seat to add to Plaid's one. However, the EFA suffered the loss of these seats later in 2019 due to Brexit, which meant SNP and PC MEPs had to leave. Ideology In the Brussels declaration of 2000 the EFA codified its political principles. The EFA stands for "a Europe of Free Peoples based on the principle of subsidiarity, which believe in solidarity with each other and the peoples of the world." The EFA sees itself as an alliance of stateless peoples, striving towards recognition, autonomy, independence or wanting a proper voice in Europe. It supports European integration on basis of the subsidiarity-principle. It believes also that Europe should move away from further centralisation and works towards the formation of a "Europe of regions". It believes that regions should have more power in Europe, for instance participating in the Council of the European Union, when matters within their competence are discussed. It also wants to protect the linguistic and cultural diversity within the EU.
[ -0.015929602086544037, -0.018312770873308182, -0.04172636196017265, 0.044430073350667953, -0.038437310606241226, 0.0024859518744051456, -0.0024110423400998116, -0.017490508034825325, -0.048750437796115875, 0.03958011418581009, 0.00476633757352829, 0.016570689156651497, 0.010459463112056255, 0.026911690831184387, -0.01892598532140255, 0.03263965994119644, -0.005264573264867067, -0.04454156756401062, -0.00010479715274414048, 0.02599187195301056, -0.0005491914926096797, -0.03997034206986427, -0.012821727432310581, -0.024040738120675087, -0.007916023023426533, 0.016974851489067078, 0.041586995124816895, -0.0007774043479003012, 0.07999642938375473, 0.00364095252007246, 0.028165990486741066, -0.04521052539348602, 0.008327154442667961, -0.07877000421285629, -0.007093760184943676, -0.02227078378200531, -0.046855051070451736, -0.008968240581452847, 0.002238576067611575, -0.029378479346632957, 0.035231877118349075, -0.006686112843453884, 0.006274981424212456, -0.023427525535225868, -0.03127386420965195, -0.022591326385736465, -0.02037539705634117, -0.011692858301103115, -0.0013954080641269684, 0.026117300614714622, 0.006703533697873354, -0.024486711248755455, -0.020319649949669838, -0.0073097781278193, -0.023775942623615265, 0.004351722076535225, 0.020472953096032143, 0.01956707052886486, -0.06566954404115677, 0.026716576889157295, 0.029322732239961624, 0.007295841816812754, 0.014494126662611961, -0.03932925686240196, 0.03486952558159828, 0.017560191452503204, 0.004222807940095663, 0.017351141199469566, 0.00787421315908432, -0.070296511054039, 0.020305713638663292, -0.017211776226758957, -0.013908786699175835, -0.036987897008657455, -0.033977579325437546, -0.0005213181721046567, -0.04264618083834648, -0.02409648522734642, 0.005027650389820337, -0.023329969495534897, 0.021852683275938034, 0.013971501961350441, 0.005717515014111996, -0.0007464823429472744, -0.024138296023011208, -0.0006985751097090542, -0.054631710052490234, 0.05758627876639366, -0.02267494611442089, 0.00870344415307045, -0.0021514720283448696, 0.0490012988448143, -0.06734193861484528, 0.04515478014945984, 0.010605798102915287, 0.052401840686798096, 0.03085576556622982, -0.001307432889007032, 0.038855407387018204, -0.027120741084218025, 0.017420824617147446, -0.024751508608460426, -0.01889811083674431, 0.016445258632302284, -0.08986358344554901, 0.028179926797747612, -0.029044000431895256, -0.012076116167008877, 0.032667532563209534, -0.0648890882730484, -0.02777576446533203, 0.0020173315424472094, 0.026284541934728622, -0.022215036675333977, 0.032054319977760315, 0.02606155537068844, -0.03367096930742264, 0.007936928421258926, -0.026591148227453232, 0.01044552680104971, -0.021573949605226517, 0.06500058621168137, -0.009713851846754551, -0.004055568017065525, -0.029685085639357567, -0.024667888879776, 0.028444724157452583, 0.028988253325223923, -0.03183133155107498, -0.002107919892296195, 0.0321100652217865, -0.021741189062595367, 0.009825345128774643, -0.05410211533308029, 0.009351499378681183, 0.04869469255208969, 0.033782463520765305, 0.03765685483813286, 0.010292223654687405, -0.004372627008706331, 0.019790057092905045, 0.015163086354732513, 0.024068612605333328, 0.04406771808862686, 0.008194755762815475, 0.020291777327656746, -0.004289007280021906, -0.04169848561286926, -0.019455578178167343, 0.0031409747898578644, 0.01990155130624771, 0.026744451373815536, -0.009233037009835243, 0.019608881324529648, -0.04551713168621063, -0.05376763641834259, 0.007337651681154966, -0.0026514495257288218, -0.033977579325437546, 0.025629518553614616, -0.04337088763713837, 0.017128154635429382, -0.026814134791493416, 0.03280689939856529, -0.013581275008618832, 0.014508062973618507, -0.03916201367974281, 0.0023187119513750076, 0.0016558493953198195, 0.0005831621238030493, 0.018201278522610664, 0.010278287343680859, -0.02865377441048622, 0.014828606508672237, -0.009393309243023396, 0.057000938802957535, 0.0469665452837944, 0.026646893471479416, 0.032221559435129166, 0.029768705368041992, -0.006616429425776005, 0.018340645357966423, -0.03294626623392105, 0.08741073310375214, 0.0028273998759686947, -0.012508152984082699, -0.0197761207818985, 0.016821548342704773, -0.02227078378200531, -0.05920293182134628, 0.04008183628320694, 0.022939743474125862, -0.011860097758471966, 0.02497449517250061, 0.006086836569011211, -0.0015905213076621294, -0.05376763641834259, 0.08735498785972595, -0.021546076983213425, -0.023915309458971024, -0.03531549870967865, 0.01990155130624771, -0.01240362785756588, -0.018912047147750854, 0.011804351583123207, -0.03450717031955719, 0.004776790272444487, 0.038855407387018204, 0.0025695718359202147, 0.061154063791036606, 0.027218297123908997, -0.03355947881937027, -0.003257694421336055, -0.04947514459490776, 0.025253228843212128, -0.004491088911890984, -0.021406710147857666, 0.04660419374704361, -0.02852834388613701, -0.00756063824519515, -0.041447628289461136, 0.021114040166139603, -0.013922723941504955, 0.014494126662611961, -0.030772145837545395, -0.02865377441048622, 0.034590791910886765, 0.04785849153995514, -0.016640372574329376, -0.04403984546661377, -0.011107518337666988, 0.0462975837290287, 0.05059007555246353, 0.04802573099732399, 0.045433513820171356, -0.004407468717545271, -0.019176844507455826, 0.012786885723471642, 0.028737394139170647, 0.02001304365694523, -0.018912047147750854, 0.013957565650343895, 0.06176728010177612, 0.004097377881407738, 0.054938316345214844, -0.030604906380176544, 0.018326709046959877, -0.007142538204789162, 0.025085989385843277, 0.08534810692071915, 0.046046726405620575, 0.04671568423509598, 0.05836673453450203, 0.037768349051475525, -0.018967794254422188, 0.036179568618535995, 0.013016840443015099, -0.023831689730286598, -0.0412246398627758, -0.005714030936360359, -0.008257471024990082, -0.026842007413506508, 0.0023552956990897655, 0.018675124272704124, -0.03486952558159828, 0.046827178448438644, 0.025462279096245766, 0.00239536352455616, -0.022382276132702827, -0.030158933252096176, -0.03704364225268364, -0.031078752130270004, -0.036318935453891754, 0.00395452743396163, -0.033782463520765305, -0.003916201647371054, 0.03991459310054779, -0.01726752147078514, 0.037155136466026306, -0.019622817635536194, 0.0012856569373980165, 0.035371243953704834, -0.030967259779572487, 0.009177290834486485, 0.008236566558480263, 0.0006079868180677295, -0.0010731228394433856, 0.022145353257656097, -0.016278019174933434, 0.008591950871050358, -0.004410952795296907, 0.005616473965346813, -0.02497449517250061, 0.013853040523827076, -0.016068968921899796, -0.031914953142404556, 0.004302944056689739, 0.021671507507562637, -0.013260732404887676, 0.00763032166287303, -0.016194399446249008, 0.0048499577678740025, 0.00015972719120327383, -0.031914953142404556, 0.003571269102394581, -0.019218655303120613, 0.0015643901424482465, -0.015943538397550583, 0.020500827580690384, 0.06834538280963898, -0.026270603761076927, 0.029517846181988716, 0.005156564526259899, 0.015581185929477215, -0.02845866046845913, -0.014152678661048412, 0.03542698919773102, 0.010800912044942379, -0.03977522999048233, -0.03433993086218834, -0.03782409429550171, 0.013936660252511501, 0.05897994711995125, -0.01686335913836956, 0.028709519654512405, 0.00758851133286953, 0.02774788998067379, -0.05602537468075752, 0.006557198707014322, -0.03907839581370354, -0.02490481175482273, -0.04161486774682999, 0.04643695056438446, 0.010633671656250954, 0.031747713685035706, 0.016375575214624405, -0.010166794061660767, 0.00843167956918478, 0.0011558717815205455, -0.027566714212298393, 0.05220672860741615, -0.0598161444067955, 0.027998751029372215, 0.014020279981195927, 0.02518354542553425, 0.05042283609509468, -0.03322499990463257, 0.0000649470166536048, -0.010877563618123531, -0.021378837525844574, 0.015372136607766151, 0.03796346113085747, 0.041085273027420044, -0.011483808048069477, 0.009017019532620907, 0.02470969781279564, 0.010675481520593166, 0.03893902897834778, -0.03369884565472603, -0.042367447167634964, 0.0004816858272533864, 0.022953679785132408, -0.017490508034825325, 0.004104346502572298, -0.012703265994787216, -0.01939983107149601, 0.03213793784379959, -0.004174029920250177, -0.01149077620357275, -0.039524368941783905, 0.0003381817659828812, -0.02385956235229969, 0.013121365569531918, 0.004553803708404303, -0.027455219998955727, -0.007846339605748653, 0.07520221918821335, 0.012501183897256851, 0.024347346276044846, -0.04863894358277321, 0.01899566873908043, -0.004484120290726423, 0.015595123171806335, -0.015330325812101364, 0.035231877118349075, 0.013999375514686108, -0.0031914953142404556, 0.013936660252511501, -0.029350606724619865, -0.03960798680782318, 0.0027054541278630495, -0.052875690162181854, -0.013184080831706524, 0.03779622167348862, 0.004947514273226261, -0.023748070001602173, 0.010480368509888649, 0.011602269485592842, 0.02024996653199196, -0.004588645417243242, 0.05265270173549652, 0.026605084538459778, -0.006222718860954046, 0.013532496988773346, -0.08217054605484009, 0.04261830821633339, -0.015901729464530945, 0.04718952998518944, -0.005410908255726099, 0.0016750124050304294, 0.022730693221092224, -0.014480190351605415, -0.042060840874910355, 0.0449596643447876, -0.0015809398610144854, 0.021504266187548637, -0.04342663288116455, -0.04180997982621193, 0.012542994692921638, -0.005933532956987619, -0.028375040739774704, -0.025504088029265404, -0.02412435971200466, 0.047161657363176346, 0.0027838479727506638, -0.009128512814640999, 0.02409648522734642, -0.008313218131661415, 0.0039893691428005695, 0.030465539544820786, 0.0010574441403150558, -0.028068434447050095, -0.0689585953950882, -0.019274400547146797, -0.01598534919321537, -0.02879313938319683, 0.026200920343399048, -0.019246527925133705, -0.041893601417541504, -0.029796579852700233, 0.019622817635536194, 0.003130522323772311, 0.029629340395331383, -0.044123467057943344, -0.013957565650343895, -0.04083441570401192, 0.027538839727640152, 0.009811408817768097, -0.003390092635527253, -0.005107786040753126, -0.018243087455630302, -0.051593516021966934, 0.05555152893066406, -0.048443831503391266, 0.003264662576839328, -0.019622817635536194, 0.01994336023926735, -0.0036235316656529903, 0.016264082863926888, -0.018744807690382004, -0.047774869948625565, -0.01683548465371132, -0.030437666922807693, 0.0008091973140835762, 0.010954215191304684, 0.04278554767370224, -0.046520572155714035, 0.00012009481724817306, 0.022089606150984764, -0.011302631348371506, -0.030131058767437935, 0.031719837337732315, 0.017685621976852417, -0.011100550182163715, 0.01828489825129509, -0.03737812116742134, -0.03180345892906189, -0.005160048604011536, -0.06093107908964157, -0.013657927513122559, 0.04980962350964546, 0.0009590164409019053, -0.01574842631816864, -0.04136400669813156, -0.03846518322825432, -0.03821432217955589, -0.01535819936543703, 0.024291599169373512, -0.01814553141593933, -0.026117300614714622, 0.0034963595680892467, 0.013643990270793438, 0.06494483351707458, -0.026200920343399048, -0.015609059482812881, 0.00534122483804822, 0.01778317801654339, -0.04741251841187477, -0.01736507937312126, 0.002153214067220688, 0.07826828211545944, 0.08384294807910919, 0.003999821376055479, -0.054631710052490234, -0.02125340700149536, 0.022312592715024948, -0.010285255499184132, -0.03868816792964935, 0.024793319404125214, 0.03971948102116585, 0.03216581046581268, -0.02960146591067314, -0.02084924280643463, 0.02760852314531803, -0.036486174911260605, -0.04802573099732399, -0.0011393219465389848, -0.024012865498661995, -0.02172725275158882, 0.0334479846060276, -0.006470094434916973, -0.03860455006361008, -0.007783624809235334, -0.01719783805310726, 0.021908430382609367, -0.017518382519483566, 0.017964355647563934, 0.014772860333323479, -0.03369884565472603, -0.0807768851518631, -0.058589719235897064, 0.013964533805847168, -0.013281636871397495, -0.052736323326826096, -0.01549756620079279, 0.04707803949713707, 0.028821013867855072, 0.01235484890639782, -0.028026623651385307, -0.020932864397764206, -0.003128780284896493, 0.0334479846060276, 0.03054915927350521, -0.05602537468075752, -0.03598445653915405, -0.01875874400138855, 0.004393531940877438, 0.034925270825624466, 0.05736329406499863, 0.024138296023011208, 0.04261830821633339, 0.016570689156651497, -0.0011724215000867844, -0.01892598532140255, 0.008132041431963444, -0.05343315377831459, -0.038883283734321594, 0.017044534906744957, 0.01747657172381878, -0.007811497896909714, 0.005700094159692526, 0.018173404037952423, 0.005097333341836929, 0.010563988238573074, 0.019985171034932137, -0.021810872480273247, 0.008208693005144596, -0.003881359938532114, 0.064220130443573, -0.03509251028299332, 0.027427347376942635, -0.004884799476712942, 0.044457945972681046, 0.06132130324840546, -0.010577925480902195, -0.0385209284722805, 0.042701926082372665, -0.02436128258705139, -0.03007531352341175, 0.07180167734622955, -0.029685085639357567, -0.006024121306836605, -0.007198284845799208, 0.0058464291505515575, 0.07313959300518036, -0.029991693794727325, 0.025392595678567886, 0.04838808625936508, -0.0009642426739446819, -0.010550051927566528, -0.033002011477947235, -0.002850047079846263, -0.0019528744742274284, 0.027538839727640152, 0.026479654014110565, -0.0026253184769302607, -0.015553312376141548, -0.0021340511739253998, -0.04551713168621063, -0.05109179764986038, -0.029852326959371567, 0.04233957454562187, 0.0253507848829031, -0.014208424836397171, 0.040778666734695435, -0.038743916898965836, -0.024291599169373512, -0.045907359570264816, 0.006727922707796097, -0.030800018459558487, 0.01201340090483427, 0.07497923076152802, -0.012529057450592518, 0.013846072368323803, 0.05792076140642166, 0.001773440046235919, 0.044764552265405655, -0.00254344055429101, 0.041921474039554596, -0.04964238405227661, -0.026883818209171295, 0.022047797217965126, 0.06405288726091385, -0.0117416363209486, 0.006125162355601788, -0.07219190150499344, 0.005633894819766283, 0.06639424711465836, -0.004630455281585455, 0.040472060441970825, 0.03035404533147812, -0.007247063331305981, -0.013107429258525372, -0.021114040166139603, -0.008264439180493355, 0.023901373147964478, -0.013657927513122559, 0.03835368901491165, -0.004595613572746515, 0.015009783208370209, 0.002470273058861494, -0.049530889838933945, -0.009692947380244732, -0.017392951995134354, 0.00162449199706316, 0.0006981395999900997, -0.009379372000694275, 0.06132130324840546, 0.012668424285948277, 0.025030242279171944, 0.005173984915018082, 0.018981730565428734, 0.03358735144138336, -0.03640255704522133, -0.06405288726091385, 0.03829794377088547, -0.021350963041186333, -0.008975209668278694, -0.03289051726460457, 0.01480073295533657, 0.0292391125112772, 0.004414437338709831, -0.022897932678461075, -0.036207444965839386, 0.01291231531649828, -0.0002846127317752689, 0.000030758645152673125, -0.05599750205874443, -0.04376111179590225, 0.01631982997059822, -0.014717113226652145, -0.01463349349796772, 0.04247894138097763, 0.0063237594440579414, 0.01399240642786026, -0.00978353526443243, -0.0051914057694375515, -0.03949649631977081, -0.03606807813048363, 0.03637468442320824, -0.006292402278631926, -0.058924198150634766, -0.014208424836397171, -0.010828784666955471, -0.07174592465162277, -0.010396748781204224, -0.029824452474713326, 0.012563899159431458, -0.0013762451708316803, -0.01679367572069168, 0.021420646458864212, 0.014591683633625507, 0.04626971110701561, -0.03250029310584068, -0.04738464578986168, -0.02642390877008438, -0.057809267193078995, -0.03258391097187996, 0.018229151144623756, 0.05499406158924103, 0.05694519355893135, 0.027469158172607422, 0.007483986672013998, 0.007846339605748653, -0.019762184470891953, -0.03765685483813286, 0.010236476548016071, -0.011107518337666988, 0.008271408267319202, -0.00731674674898386, -0.017685621976852417, -0.04019332677125931, 0.018438201397657394, -0.015400009229779243, 0.011929781176149845, -0.024152232334017754, 0.021420646458864212, -0.029489973559975624, -0.012689328752458096, 0.022284720093011856, 0.024040738120675087, -0.0016933041624724865, 0.007888149470090866, 0.049865368753671646, -0.004330817144364119, 0.0442628338932991, -0.03099513240158558, -0.0017873767064884305, 0.04649269953370094, 0.022591326385736465, -0.01574842631816864, -0.014508062973618507, 0.02727404423058033, -0.05028346925973892, 0.00035886900150217116, -0.04356599971652031, -0.00009026165207615122, -0.014898289926350117, 0.027064993977546692, 0.04534989222884178, 0.012285166420042515, 0.05825524032115936, -0.018270961940288544, -0.014480190351605415, 0.06059660017490387, 0.02291186898946762, -0.06472185254096985, -0.05897994711995125, -0.022354403510689735, 0.0020661097951233387, -0.04978175088763237, -0.02091892622411251, -0.01215276774019003, -0.013170143589377403, -0.04378898814320564, 0.010062268935143948, -0.021518204361200333, 0.004536382853984833, 0.008445615880191326, -0.009860186837613583, 0.03183133155107498, -0.013678831979632378, -0.006748827639967203, 0.035845089703798294, 0.019483450800180435, -0.0338103361427784, -0.030465539544820786, 0.03567785024642944, 0.06527931988239288, 0.020765623077750206, -0.0005204471526667476, 0.003186268964782357, 0.0010888015385717154, -0.016501005738973618, 0.028277482837438583, 0.05164926126599312, 0.05265270173549652, 0.028737394139170647, 0.0016628177836537361, 0.006274981424212456, -0.019999107345938683, -0.0037489617243409157, 0.03863242268562317, -0.0035486221313476562, -0.06293796002864838, -0.05521704629063606, 0.02068200334906578, 0.04785849153995514, -0.043621744960546494, -0.00021394950454123318, 0.004257649648934603, 0.02369232289493084, 0.008543172851204872, 0.003602626733481884, -0.011079644784331322, 0.05295930802822113, 0.03289051726460457, 0.007623353041708469, 0.002559119137004018, -0.01659856177866459, -0.0036374684423208237, -0.01456381008028984, -0.03567785024642944, 0.055746641010046005, 0.0265354011207819, 0.02848653309047222, 0.059704653918743134, 0.009414213709533215, -0.0039963372983038425, -0.004829052835702896, -0.03183133155107498, 0.0003797739918809384, -0.010884531773626804, -0.027706081047654152, 0.0013962791999801993, 0.023706259205937386, 0.06109831854701042, -0.012954126112163067, 0.0027699111960828304, -0.031887076795101166, -0.0014903516275808215, 0.0385209284722805, 0.026855943724513054, 0.028598027303814888, 0.0016854648711159825, 0.02926698699593544, -0.00005288853571983054, 0.008578014560043812, 0.024863000959157944, 0.006337696220725775, -0.012772949412465096, -0.014048153534531593, 0.009769598953425884, 0.01567874290049076, 0.021992050111293793, -0.04010970890522003, -0.05039496347308159, -0.0147031769156456, -0.002311743563041091, -0.043315138667821884, -0.03509251028299332, 0.005376066546887159, -0.04521052539348602, 0.000807455275207758, -0.03994246944785118, 0.02082137018442154, -0.04437432438135147, 0.036625541746616364, 0.02065413072705269, -0.03146898001432419, 0.007490954827517271, 0.035705722868442535, -0.013894850388169289, 0.057976506650447845, 0.01355340238660574, 0.025768885388970375, -0.0344792976975441, 0.019915487617254257, 0.005689641460776329, -0.002785590011626482, -0.035538483411073685, -0.03971948102116585, 0.026186984032392502, 0.011407156474888325, -0.013595212250947952, -0.02829142101109028, -0.006940457038581371, 0.058422479778528214, -0.020668067038059235, 0.032388798892498016, 0.007755751255899668, -0.021378837525844574, -0.054631710052490234, -0.009525706991553307, 0.03035404533147812, -0.0129262525588274, -0.00023322130437009037, 0.017016662284731865, 0.017225712537765503, -0.01204824261367321, -0.05555152893066406, 0.011887971311807632, -0.026005808264017105, -0.009372403845191002, -0.016668245196342468, 0.070296511054039, -0.05072944238781929, -0.012821727432310581, -0.04916853830218315, -0.06561379879713058, 0.0197761207818985, 0.01264055073261261, -0.03804708272218704, -0.022800376638770103, 0.02250770665705204, 0.05323804169893265, 0.00922606885433197, 0.014201456680893898, -0.03946862369775772, 0.017518382519483566, 0.02988019958138466, 0.04738464578986168, -0.024054676294326782, 0.006912583485245705, 0.005968374665826559, 0.016612499952316284, 0.02625666745007038, -0.03567785024642944, 0.022925805300474167, -0.030437666922807693, -0.036987897008657455, -0.009644169360399246, -0.000899785605724901, -0.022312592715024948, -0.013853040523827076, 0.06187877058982849, 0.03146898001432419, -0.021950239315629005, 0.019929423928260803, -0.03099513240158558, 0.013964533805847168, -0.050199851393699646, 0.031078752130270004, -0.06438737362623215, 0.01069638691842556, -0.042869165539741516, 0.020500827580690384, 0.021838746964931488, -0.02176906354725361, 0.22666583955287933, 0.030465539544820786, 0.011894939467310905, 0.025643454864621162, 0.01760200224816799, 0.04738464578986168, 0.02176906354725361, -0.015581185929477215, 0.018410328775644302, 0.013121365569531918, -0.03520400449633598, -0.005236700177192688, 0.008194755762815475, -0.0226470734924078, 0.003130522323772311, 0.05769777297973633, -0.04560075327754021, 0.009672041982412338, 0.0054074241779744625, -0.053182296454906464, -0.06594827771186829, -0.019190780818462372, 0.013532496988773346, 0.02879313938319683, -0.010703355073928833, 0.05532854050397873, 0.011483808048069477, -0.004480636212974787, -0.004456247203052044, -0.052095234394073486, 0.03375459089875221, -0.028333229944109917, -0.006672176066786051, -0.017490508034825325, -0.02399892918765545, 0.006522356998175383, -0.014250234700739384, -0.09003082662820816, -0.017992228269577026, 0.003780319122597575, 0.03439567610621452, -0.009637200273573399, 0.07849127054214478, -0.01243846956640482, 0.04501541331410408, 0.012333944439888, -0.054659582674503326, -0.011685889214277267, 0.028514407575130463, -0.005968374665826559, 0.00902398768812418, -0.02058444730937481, 0.03592871129512787, -0.003961495589464903, -0.0351482555270195, -0.00787421315908432, 0.017142092809081078, -0.050673697143793106, 0.013044713996350765, -0.016877295449376106, -0.0010112789459526539, -0.002405815990641713, 0.012166704051196575, 0.03233305364847183, -0.03478590399026871, 0.01788073591887951, 0.009386341087520123, 0.053182296454906464, -0.01638951152563095, -0.010111046954989433, -0.035231877118349075, -0.017629874870181084, 0.006309823133051395, 0.026591148227453232, 0.022396212443709373, -0.01760200224816799, -0.02788725681602955, 0.018298834562301636, -0.01598534919321537, 0.008856747299432755, 0.009609327651560307, -0.01956707052886486, -0.024486711248755455, 0.02203385904431343, 0.020096663385629654, 0.008522267453372478, -0.017769241705536842, -0.023399652913212776, -0.03910626843571663, 0.002661901991814375, 0.02689775452017784, 0.027552777901291847, -0.009943807497620583, -0.019190780818462372, -0.05530066788196564 ]
9864_4
The EFA broadly stands on the left-wing of the political spectrum. EFA members are generally progressive, although there are some notable exceptions as the conservative New Flemish Alliance, Bavaria Party, Democratic Party of Artsakh, Schleswig Party and Future of Åland, the Christian-democratic Slovene Union, the centre-right Liga Veneta Repubblica and the far-right South Tyrolean Freedom. Organisation The main organs of the EFA organisation are the General Assembly, the Bureau and the Secretariat. General Assembly In the General Assembly, the supreme council of the EFA, every member party has one vote. Bureau and Secretariat The Bureau takes care of daily affairs. It is chaired by Lorena Lopez de Lacalle (Basque Solidarity), president of the EFA, while Jordi Solé (Republican Left of Catalonia) is secretary-general and Anke Spoorendonk (South Schleswig Voters' Association) treasurer. The Bureau is completed by ten vice-presidents: Marta Bainka (Silesian Autonomy Movement), Olrik Bouma (Frisian National Party), (Future of Åland), Jill Evans (Plaid Cymru), Fernando Fuente Cortina (Valencian Nationalist Bloc), Victor Gallou (Breton Democratic Union), David Grosclaude (Occitan Party), Wouter Patho (New Flemish Alliance), Nelida Pogagcic (Lista za Rijeku - Lista per Fiume) and Anne Tomasi (Party of the Corsican Nation). Member parties Before becoming a member party, an organisation needs to have been an observer of the EFA for at least one year. Only one member party per region is allowed. If a second party from a region wants to join the EFA, the first party needs to agree, at which point these two parties will then form a common delegation with one vote. The EFA also recognises friends of the EFA, a special status for regionalist parties outside of the European Union. The following is the list of EFA members and former members. Full members Former members See also List of regional and minority parties in Europe List of active separatist movements in Europe Political parties of minorities Regionalism (politics) References External links
[ -0.006010973826050758, -0.022700008004903793, -0.042040299624204636, 0.01365798432379961, 0.0015611733542755246, 0.006591620855033398, -0.02649795077741146, -0.01733906753361225, -0.04630567878484726, 0.014118120074272156, 0.011108980514109135, -0.00942181795835495, 0.012438260950148106, 0.015936749055981636, -0.01697387918829918, 0.02139994315803051, -0.0156007781624794, 0.004269033204764128, -0.007508239708840847, -0.0006555102299898863, 0.003178950631991029, -0.03911880403757095, -0.01666712388396263, -0.004904457833617926, -0.010860653594136238, 0.036401815712451935, 0.037073757499456406, 0.010699971579015255, 0.09056631475687027, 0.008684140630066395, 0.007661617826670408, -0.006025581154972315, 0.0031570394057780504, -0.060650214552879333, -0.011284270323812962, -0.05165201425552368, -0.015440095216035843, -0.027389006689190865, -0.007007933687418699, -0.029828453436493874, 0.022042671218514442, -0.035320863127708435, 0.03163978084921837, -0.04253695160150528, -0.04604274407029152, -0.014826581813395023, 0.015556955710053444, 0.009509462863206863, 0.02502259612083435, -0.008041412569582462, -0.005496060475707054, 0.012832662090659142, -0.004422411322593689, -0.010648845694959164, -0.020392028614878654, -0.021692093461751938, 0.020216738805174828, -0.0014835711335763335, -0.03298366814851761, 0.03429833799600601, 0.027520474046468735, 0.010641542263329029, -0.01533784344792366, -0.035992804914712906, 0.04814622178673744, 0.022261783480644226, 0.0036993417888879776, 0.04323811084032059, 0.014833885245025158, -0.11317867785692215, 0.027082249522209167, -0.023357344791293144, -0.036547888070344925, -0.013643376529216766, -0.05501173064112663, 0.019953804090619087, -0.04005368426442146, -0.01818629913032055, 0.016988487914204597, 0.007161312270909548, 0.0300037432461977, -0.01251860149204731, -0.002056001452729106, -0.005360941402614117, 0.0010718230623751879, 0.023094410076737404, -0.04738663136959076, 0.09085845947265625, -0.018244730308651924, 0.01953018642961979, -0.023780960589647293, 0.05048341676592827, -0.04835072532296181, 0.04040426015853882, 0.03403540328145027, 0.04198186844587326, 0.026045119389891624, 0.024672016501426697, 0.042303234338760376, -0.03149370476603508, 0.0007376772118732333, 0.0011275140568614006, -0.0042580775916576385, 0.05880967527627945, -0.07145974040031433, 0.0498114712536335, -0.019150393083691597, 0.0121826296672225, -0.0013356704730540514, -0.04881816357374191, -0.03418147936463356, -0.006409027613699436, -0.003293984569609165, -0.02341577410697937, 0.054719582200050354, 0.02233482152223587, -0.01953018642961979, -0.0008796436013653874, -0.05422292649745941, 0.003080350114032626, -0.00033848246675916016, 0.04323811084032059, -0.002048697555437684, -0.0010115673067048192, -0.00921731349080801, -0.012642765417695045, 0.05796243995428085, 0.03806706517934799, -0.046568613499403, 0.008479636162519455, 0.020698783919215202, -0.02541699819266796, 0.009779701009392738, -0.05547916889190674, -0.014987263828516006, 0.04545844718813896, 0.013489998877048492, -0.007829603739082813, 0.009677449241280556, -0.011145499534904957, 0.04846758395433426, 0.036547888070344925, 0.016214292496442795, 0.024189969524741173, -0.00756666949018836, 0.017119955271482468, -0.011919695883989334, -0.04148521274328232, 0.011167410761117935, -0.0013228890020400286, 0.021049363538622856, -0.01272310595959425, -0.0003012790693901479, 0.0167985912412405, -0.034794993698596954, -0.046101175248622894, -0.014147334732115269, -0.013358531519770622, 0.01882902905344963, 0.013088293373584747, -0.03771648555994034, -0.02367870882153511, -0.03824235498905182, -0.019880766049027443, -0.0017136387759819627, 0.003158865263685584, -0.018785206601023674, 0.026936175301671028, -0.013424265198409557, -0.0155423479154706, -0.011751709505915642, 0.04426063224673271, -0.04262459650635719, 0.0144029650837183, -0.005978106986731291, -0.00007606155122630298, 0.047036051750183105, 0.014556343667209148, 0.024818090721964836, 0.04297517612576485, 0.013745629228651524, 0.018872851505875587, -0.025752969086170197, 0.058868102729320526, -0.013738325797021389, 0.011605635285377502, 0.009772397577762604, 0.014863100834190845, -0.0040900916792452335, -0.062227822840213776, 0.009808915667235851, 0.00873526744544506, -0.01042973343282938, 0.036138880997896194, -0.02056731842458248, -0.033042095601558685, -0.03199036046862602, 0.09570813924074173, -0.005382852628827095, -0.007135748863220215, -0.0346781350672245, 0.014833885245025158, -0.012555120512843132, 0.031113911420106888, 0.03254544362425804, -0.026731669902801514, -0.003124172566458583, 0.05667698383331299, -0.003987839445471764, 0.028484566137194633, 0.07198560982942581, -0.01953018642961979, -0.014351839199662209, 0.004166780970990658, -0.002647603861987591, -0.0244821198284626, 0.005156436935067177, 0.06748650968074799, -0.04119306430220604, -0.035729870200157166, -0.022042671218514442, 0.016068216413259506, -0.005715172737836838, 0.026205800473690033, -0.04551687464118004, 0.02302137203514576, 0.0602412074804306, 0.008998201228678226, 0.000384130806196481, -0.03596359118819237, 0.01050277054309845, 0.044611211866140366, 0.03651867434382439, 0.04951932281255722, 0.033976975828409195, -0.027944089844822884, -0.0111601073294878, 0.00793185643851757, 0.0312015563249588, 0.004699953366070986, -0.030734116211533546, -0.0055179717019200325, 0.062227822840213776, 0.03485342487692833, 0.022042671218514442, -0.023897821083664894, 0.010648845694959164, -0.03350953757762909, 0.007858818396925926, 0.061409804970026016, 0.0038125496357679367, 0.07110916078090668, 0.050892423838377, -0.0066756135784089565, -0.026950782164931297, -0.0026129111647605896, -0.01963244006037712, -0.011189321987330914, -0.04087170213460922, 0.0035715263802558184, 0.009093149565160275, -0.049460891634225845, 0.016374973580241203, 0.0008951640338636935, -0.04653939977288246, 0.06807080656290054, 0.035204000771045685, 0.010422430001199245, -0.025197885930538177, -0.07169346511363983, 0.01082413550466299, -0.011211233213543892, -0.019150393083691597, 0.015659207478165627, -0.0122410599142313, -0.013745629228651524, 0.01831776648759842, -0.0013886225642636418, 0.03400618955492973, 0.015454703010618687, 0.0012261144584044814, 0.03137684613466263, -0.03172742575407028, 0.0012370700715109706, 0.011035943403840065, 0.03172742575407028, 0.03526243194937706, 0.0025873479899019003, -0.019077355042099953, -0.007530150935053825, 0.0024832698982208967, 0.009341477416455746, -0.04943167790770531, -0.0021089534275233746, 0.016623301431536674, -0.019574008882045746, 0.018785206601023674, 0.01855148747563362, 0.0070115854032337666, -0.01371641457080841, -0.08507390320301056, -0.012774232774972916, 0.004564834292978048, -0.024978773668408394, 0.015717636793851852, -0.012664676643908024, -0.0333634614944458, 0.0045757899060845375, 0.014161942526698112, 0.03818392753601074, -0.012474779039621353, 0.005455890204757452, 0.01311750803142786, -0.028499173000454903, -0.00981622003018856, -0.014527129009366035, 0.01777729019522667, -0.003443710971623659, -0.04618882015347481, 0.002247724449262023, -0.031844284385442734, -0.005821076687425375, 0.043413400650024414, -0.0026804707013070583, 0.06847982108592987, 0.026205800473690033, 0.02018752321600914, -0.031844284385442734, 0.011532597243785858, -0.01259163860231638, -0.06789551675319672, -0.05448586121201515, 0.04709448292851448, -0.01802561804652214, 0.006368856877088547, 0.009151579812169075, -0.02810477279126644, 0.010984817519783974, -0.01304447092115879, -0.023722531273961067, 0.028689071536064148, -0.03400618955492973, 0.0333634614944458, -0.006372508592903614, -0.010071850381791592, 0.019150393083691597, 0.0017337240278720856, -0.0076177953742444515, 0.018215514719486237, -0.04431906342506409, 0.033597182482481, 0.025124847888946533, 0.009195402264595032, 0.021604448556900024, -0.000006287345968303271, 0.0009312261827290058, -0.0018286725971847773, 0.02072799950838089, -0.02408771775662899, -0.009005505591630936, -0.016637908294796944, 0.0022148576099425554, -0.041251495480537415, 0.021034756675362587, -0.010006116703152657, 0.00696776295080781, 0.022101102396845818, -0.001403230126015842, -0.03333424776792526, -0.020932504907250404, 0.0310846958309412, 0.010064546950161457, 0.008691444993019104, -0.030588041990995407, -0.06310427188873291, 0.003005486913025379, 0.06111765280365944, 0.056180328130722046, 0.045137081295251846, -0.03873901069164276, 0.004886198788881302, -0.01317593827843666, -0.027345184236764908, 0.0035678744316101074, 0.05428135767579079, -0.017119955271482468, -0.009911168366670609, 0.030617257580161095, -0.042069513350725174, -0.036810822784900665, 0.011189321987330914, -0.03535007685422897, -0.00733294989913702, 0.025884436443448067, 0.004539271350950003, 0.0004765687044709921, 0.01003533136099577, 0.018273944035172462, 0.015527740120887756, -0.017821112647652626, 0.05921868234872818, 0.04700683802366257, 0.011759012937545776, 0.013497302308678627, -0.06415601074695587, 0.05574210360646248, -0.009743181988596916, 0.021020149812102318, -0.02084486000239849, 0.01722220703959465, 0.031026266515254974, 0.010181406512856483, -0.053492553532123566, 0.020012233406305313, 0.019588617607951164, 0.030441967770457268, -0.07216089963912964, -0.07490710914134979, 0.014278802089393139, -0.005583705380558968, -0.022670792415738106, -0.040579549968242645, -0.02890818379819393, 0.06468188017606735, 0.005050532519817352, -0.0003094957792200148, -0.028075557202100754, -0.007479024585336447, 0.010415125638246536, 0.03742433711886406, -0.020552709698677063, -0.03523321822285652, -0.07116759568452835, -0.02905425801873207, 0.004882546607404947, -0.02369331568479538, 0.005696913227438927, 0.005105310585349798, -0.04899345338344574, -0.017032310366630554, 0.009838131256401539, -0.00046880848822183907, 0.03029589168727398, -0.04630567878484726, 0.0004334310069680214, -0.0355253666639328, 0.03350953757762909, 0.006562405731528997, -0.012014644220471382, 0.0021509500220417976, -0.026191193610429764, -0.05477801337838173, 0.03307131305336952, -0.010597719810903072, 0.050249695777893066, -0.014015867374837399, -0.00018944063049275428, 0.009465640410780907, 0.01938411220908165, -0.018507665023207664, -0.04160207509994507, -0.02408771775662899, -0.00026179326232522726, -0.003436407307162881, 0.01830315962433815, 0.04277067258954048, -0.007595884148031473, 0.02554846554994583, 0.0001935489708557725, 0.022846082225441933, -0.02974080853164196, 0.008516155183315277, 0.0022002500481903553, -0.006390768103301525, 0.004290944430977106, -0.03979074954986572, -0.04817543551325798, -0.008362776599824429, -0.04455278441309929, 0.033860113471746445, 0.050132837146520615, 0.011941606178879738, -0.008815607987344265, -0.052528463304042816, -0.022831475362181664, -0.05153515562415123, -0.006774214096367359, 0.025051811710000038, -0.01089717261493206, -0.04709448292851448, 0.03178585320711136, 0.010239836759865284, 0.04683154821395874, -0.018390804529190063, -0.029127294197678566, 0.015308628790080547, 0.008172878995537758, -0.008092538453638554, 0.01069266814738512, -0.010904476046562195, 0.04306282103061676, 0.06111765280365944, 0.012197237461805344, -0.04674390330910683, -0.03903115913271904, 0.006419983226805925, -0.00034099313779734075, -0.008852127008140087, 0.012007339857518673, 0.030471181496977806, -0.0025362218730151653, -0.039089590311050415, 0.011357307434082031, 0.007095578592270613, -0.007479024585336447, -0.024029288440942764, 0.027257539331912994, -0.005959847941994667, 0.002716989489272237, 0.03581751510500908, -0.0026640372816473246, -0.049314819276332855, -0.0004975669435225427, -0.0034491887781769037, 0.011795531958341599, -0.022539326921105385, 0.024920344352722168, -0.02811937965452671, 0.002090694149956107, -0.07911405712366104, -0.041806578636169434, -0.03266230225563049, -0.03526243194937706, -0.04829229414463043, 0.01615586131811142, 0.01735367439687252, -0.012292185798287392, 0.05124300345778465, -0.027944089844822884, -0.0001878429320640862, -0.01399395614862442, 0.019968410953879356, 0.027637332677841187, -0.05206102132797241, -0.019004318863153458, -0.0006144266808405519, -0.00023337715538218617, 0.04198186844587326, 0.02449672669172287, 0.00622278219088912, 0.00806332379579544, 0.016491834074258804, 0.0110432468354702, -0.02002684213221073, 0.006646398920565844, -0.04113463684916496, -0.03891430050134659, 0.06135137379169464, 0.04484493285417557, 0.007647010497748852, -0.01720760017633438, 0.0411638505756855, -0.028426136821508408, 0.02033359743654728, 0.02449672669172287, -0.01953018642961979, -0.032925236970186234, 0.006029233336448669, 0.07046643644571304, -0.03540850803256035, 0.04928560182452202, 0.019135786220431328, 0.015177161432802677, 0.05731971189379692, -0.008465028367936611, -0.03838843107223511, 0.052265528589487076, -0.006164352409541607, -0.02500798925757408, 0.06596733629703522, -0.02905425801873207, -0.03272073343396187, -0.014096208848059177, 0.004553878679871559, 0.05501173064112663, -0.008633014746010303, 0.020917896181344986, 0.04516629874706268, 0.016915449872612953, 0.0076908329501748085, -0.029244154691696167, 0.001942793489433825, -0.05051263049244881, 0.015031086280941963, 0.006219130475074053, 0.020523495972156525, -0.014015867374837399, -0.0077419588342309, -0.0066902213729918, -0.038972727954387665, -0.047415848821401596, 0.04601353034377098, 0.03239936754107475, 0.01666712388396263, 0.02261236310005188, -0.03832999989390373, 0.007836907170712948, -0.01149607915431261, -0.003936713095754385, -0.017791898921132088, -0.025942865759134293, 0.0352916456758976, -0.005810121074318886, 0.026410305872559547, 0.026702454313635826, -0.001176814315840602, 0.011225841008126736, 0.008917860686779022, 0.03473656252026558, -0.06847982108592987, -0.0390019454061985, 0.031055480241775513, 0.06427286565303802, -0.007091926410794258, 0.001454356242902577, -0.0578455813229084, 0.012832662090659142, 0.04861366003751755, 0.02299215830862522, 0.035759087651968, 0.019208822399377823, -0.020830251276493073, -0.018493056297302246, -0.010846046730875969, -0.01238713413476944, 0.006876466330140829, -0.028601426631212234, 0.02179434522986412, -0.0031552135478705168, 0.016068216413259506, 0.018069440498948097, -0.060650214552879333, -0.006029233336448669, -0.01802561804652214, 0.03172742575407028, 0.0078003890812397, 0.029901491478085518, 0.037920992821455, 0.029419444501399994, 0.010736490599811077, -0.017426712438464165, 0.02085946686565876, -0.004060876555740833, -0.0014470524620264769, -0.03190271556377411, 0.024949558079242706, -0.03739512339234352, -0.038563720881938934, -0.041222281754016876, 0.009027416817843914, 0.023459596559405327, -0.0004733733076136559, -0.017528964206576347, -0.000637250894214958, 0.051476724445819855, 0.005762646906077862, 0.010699971579015255, -0.03067568689584732, -0.03400618955492973, -0.006211826577782631, 0.00854536984115839, -0.03374325484037399, 0.012124200351536274, -0.003889238927513361, 0.018113262951374054, -0.028469959273934364, 0.00787342619150877, -0.026731669902801514, -0.043530259281396866, 0.02397085726261139, 0.02920033223927021, -0.04668547213077545, -0.012525905855000019, -0.016740160062909126, -0.05661855265498161, 0.023109016939997673, -0.017587393522262573, -0.025665324181318283, -0.005620223935693502, -0.02084486000239849, 0.0077711739577353, 0.038534507155418396, 0.03540850803256035, -0.0018688432173803449, -0.025752969086170197, -0.027374397963285446, -0.039878394454717636, -0.049577753990888596, -0.04195265471935272, 0.05261610820889473, 0.03494106978178024, 0.009692056104540825, -0.04154364392161369, -0.01628732867538929, 0.02275843732059002, -0.01950097270309925, 0.017587393522262573, -0.04014132544398308, 0.01082413550466299, 0.019018925726413727, -0.0031990360002964735, -0.0390019454061985, 0.0026403001975268126, -0.015191768296062946, 0.024993380531668663, -0.031113911420106888, 0.04949010908603668, -0.028747500851750374, -0.012657372280955315, -0.006828992161899805, -0.001019784016534686, -0.00820939801633358, -0.024657409638166428, 0.025621501728892326, -0.008501547388732433, 0.02908347174525261, -0.03494106978178024, -0.007588580716401339, 0.04800014570355415, -0.01953018642961979, 0.007157660089433193, -0.032107219099998474, 0.015162553638219833, -0.056735411286354065, 0.016988487914204597, 0.01278153620660305, -0.005664046388119459, -0.0037942903582006693, 0.010597719810903072, 0.04686076194047928, 0.015965964645147324, 0.02921493910253048, 0.004783946555107832, -0.04104699194431305, 0.04239087924361229, -0.004940976854413748, -0.0368400402367115, -0.04189422354102135, -0.03377246856689453, -0.011014032177627087, -0.04908109828829765, 0.010458948090672493, -0.022203354164958, -0.03689846768975258, -0.009210010059177876, 0.02944866009056568, -0.04262459650635719, -0.012562423944473267, -0.018376197665929794, 0.052966684103012085, 0.010962906293570995, 0.006927592679858208, -0.01345347985625267, 0.032925236970186234, 0.021852774545550346, 0.0002407950087217614, -0.07648470997810364, 0.07426437735557556, 0.06923940777778625, -0.021151617169380188, 0.03511635586619377, 0.0012151588452979922, -0.01412542350590229, -0.028046341612935066, 0.00815096776932478, 0.008129056543111801, 0.030471181496977806, -0.015776067972183228, 0.006971415132284164, -0.022904513403773308, 0.0446404293179512, 0.005660394672304392, 0.01774807646870613, -0.014264194294810295, -0.018478449434041977, -0.059569261968135834, 0.055771321058273315, 0.027768800035119057, -0.014775455929338932, 0.005649439059197903, -0.01419846061617136, 0.010597719810903072, 0.019281860440969467, -0.013548428192734718, 0.019033532589673996, 0.02906886488199234, 0.005912373308092356, -0.030062172561883926, -0.0009987857192754745, -0.004283640533685684, 0.001641514478251338, -0.00609131483361125, -0.026293445378541946, 0.0398491770029068, -0.006357901263982058, 0.007749262731522322, 0.026337267830967903, 0.03377246856689453, -0.008932467550039291, -0.03911880403757095, -0.01460746955126524, 0.010276354849338531, -0.024861913174390793, -0.02597208134829998, 0.009779701009392738, 0.022422466427087784, 0.06877196580171585, -0.003372499719262123, 0.01586371287703514, -0.026833921670913696, -0.005160088650882244, 0.01143764890730381, 0.040462691336870193, 0.017119955271482468, 0.01244556438177824, 0.015031086280941963, 0.006503975950181484, -0.004247121978551149, 0.026687847450375557, 0.030734116211533546, -0.042741455137729645, 0.031026266515254974, 0.030208248645067215, -0.005769950803369284, 0.014023170806467533, -0.07403066009283066, -0.031961143016815186, 0.004298247862607241, -0.03540850803256035, -0.03321738541126251, 0.009231921285390854, 0.018916673958301544, -0.02153141051530838, -0.003419973887503147, -0.06304583698511124, -0.021429158747196198, -0.05746578797698021, 0.06988213956356049, 0.03093862161040306, -0.033976975828409195, 0.007248956710100174, 0.03225329518318176, -0.01977851428091526, 0.044611211866140366, 0.03400618955492973, 0.04081327095627785, -0.016214292496442795, 0.039615459740161896, 0.019603224471211433, -0.01628732867538929, -0.02287529781460762, -0.051447510719299316, 0.03993682190775871, -0.012657372280955315, -0.053755488246679306, -0.043121252208948135, -0.009911168366670609, 0.04951932281255722, -0.013475391082465649, -0.013365834951400757, 0.016345757991075516, -0.025212492793798447, -0.04697762429714203, -0.009779701009392738, 0.07023271173238754, -0.010254443623125553, -0.017295245081186295, 0.03870979696512222, 0.013767540454864502, -0.027754193171858788, -0.03435676917433739, 0.031961143016815186, -0.03333424776792526, -0.03456127271056175, -0.031406059861183167, 0.06789551675319672, -0.03657710552215576, 0.01910657063126564, -0.042741455137729645, -0.03616809472441673, -0.014541735872626305, -0.006482064723968506, -0.0691225454211235, -0.021487588062882423, 0.046101175248622894, 0.00003232473318348639, 0.013855185359716415, -0.013928222469985485, -0.044611211866140366, 0.05209023877978325, 0.041777364909648895, 0.0532880499958992, -0.02446751296520233, 0.009597107768058777, 0.02730136178433895, 0.03526243194937706, 0.017558177933096886, -0.01790875755250454, -0.034269124269485474, -0.020640354603528976, -0.026979997754096985, 0.016725553199648857, -0.01573224551975727, -0.012774232774972916, -0.00962632242590189, 0.03298366814851761, 0.06403914839029312, 0.001723681460134685, -0.019194215536117554, 0.00915888324379921, 0.012825358659029007, -0.06918098032474518, 0.00781499594449997, -0.052002593874931335, 0.0070188893005251884, -0.01804022490978241, 0.048759736120700836, 0.0289227906614542, -0.007924552075564861, 0.25078102946281433, 0.04183579236268997, 0.014074297621846199, 0.08887184411287308, -0.006744999438524246, 0.056852273643016815, 0.0035587449092417955, -0.05045419931411743, 0.007917248643934727, 0.009034720249474049, -0.02635187655687332, 0.012080377899110317, 0.022510111331939697, -0.05974455177783966, -0.02451133355498314, 0.06894725561141968, -0.008574584499001503, 0.0038162015844136477, 0.024525942280888557, -0.026833921670913696, -0.03052961267530918, -0.04128070920705795, -0.007975678890943527, 0.041368354111909866, -0.02033359743654728, 0.02258314937353134, 0.0014936138177290559, 0.006379812490195036, 0.015571562573313713, -0.04724055901169777, 0.016652515158057213, -0.06941469758749008, -0.0014945267466828227, -0.0073073869571089745, -0.009567893110215664, 0.029287977144122124, -0.04712369665503502, -0.0753745436668396, 0.005276948679238558, 0.0017565482994541526, 0.015951357781887054, 0.014512521214783192, 0.04382241144776344, 0.002861238084733486, 0.05355098471045494, 0.0211224015802145, -0.04034583270549774, -0.021487588062882423, 0.045955099165439606, 0.0002501529233995825, 0.04317967966198921, -0.026746276766061783, 0.013300101272761822, 0.026936175301671028, -0.03777491673827171, -0.031055480241775513, -0.00033277642796747386, -0.05238238722085953, 0.037745703011751175, -0.026161978021264076, 0.011583724059164524, -0.01695927232503891, 0.017017701640725136, 0.030179033055901527, -0.010473555885255337, -0.001973834354430437, 0.014110815711319447, 0.051184576004743576, -0.04405612871050835, -0.001762939034961164, -0.024189969524741173, -0.01283996645361185, -0.019208822399377823, 0.026147371158003807, -0.017455926164984703, 0.01541088055819273, -0.024861913174390793, -0.014622077345848083, -0.024014679715037346, -0.02138533629477024, 0.03581751510500908, 0.004531967453658581, -0.03485342487692833, 0.028060950338840485, 0.036956898868083954, -0.00793185643851757, -0.020143700763583183, -0.017163777723908424, -0.043676335364580154, -0.012467475607991219, 0.013475391082465649, 0.0014004912227392197, -0.04025818780064583, -0.0003085827920585871, -0.019603224471211433 ]
9864_5
References External links The Greens/EFA official website EFA in the European Parliament European Free Alliance Youth Declaration of Brussels of 9 November 2000 Toward a Europe of diversity – Manifesto for the 2004 EP election Vision for a People's Europe – Manifesto for the 2009 EP election It's time for self-determination for all the peoples of Europe – Manifesto for the 2014 EP election Eric Defoort (editor), The European Free Alliance: The voice of nations and peoples of Europe. 30 years EFA, 2011 Tudi Kernalegenn, The internationalism of the EFA, European Free Alliance, 2011 Peter Lynch, Organising for a Europe of the Regions: The European Free Alliance-DPPE and Political Representation in the European Union, 2007 Pan-European political parties Politics of Europe 1981 establishments in Belgium
[ -0.022624101489782333, 0.0001841462217271328, -0.029615530744194984, 0.04000125080347061, -0.012860442511737347, 0.002603191649541259, 0.006278086453676224, -0.0458432175219059, -0.009966504760086536, 0.0030595953576266766, -0.02907460741698742, -0.0068697212263941765, -0.00020432518795132637, 0.028073899447917938, -0.016011318191885948, 0.01375296525657177, -0.01474014949053526, -0.007741959299892187, 0.006673636380583048, 0.02657283842563629, -0.002094385912641883, -0.021893855184316635, -0.003945356700569391, -0.03272583708167076, 0.0026217857375741005, 0.00412115640938282, 0.016700994223356247, 0.005912963766604662, 0.08184164017438889, 0.036133650690317154, 0.034402698278427124, -0.024868931621313095, 0.002055507153272629, -0.05609370768070221, -0.011291765607893467, -0.025761453434824944, -0.03586319088935852, -0.03808097541332245, -0.00514552928507328, -0.05636416748166084, 0.023219116032123566, -0.014077519066631794, 0.02630237676203251, 0.0001756942947395146, -0.019202763214707375, 0.008627720177173615, -0.006937336642295122, 0.004337525460869074, -0.0056898328475654125, 0.010406004264950752, 0.020352225750684738, 0.002141716657206416, 0.0010767746716737747, 0.004912256263196468, -0.021447593346238136, 0.010270774364471436, -0.0007179906824603677, -0.03992011025547981, -0.06658761203289032, 0.009844796732068062, 0.005875775124877691, 0.01106187328696251, 0.015605626627802849, -0.045302294194698334, 0.02292160876095295, 0.009033412672579288, 0.01889173313975334, 0.05171222984790802, 0.014753672294318676, -0.0743769034743309, -0.016714518889784813, -0.021420547738671303, -0.012880726717412472, -0.03908168151974678, -0.006352463737130165, -0.011528419330716133, -0.035159990191459656, 0.004482898861169815, -0.0005857180804014206, -0.02626180835068226, 0.009709566831588745, -0.004175248555839062, 0.016579287126660347, -0.03378063812851906, 0.0018746360437944531, -0.003806744934991002, -0.052983399480581284, 0.02762763760983944, 0.020609162747859955, 0.029453253373503685, 0.00697790551930666, 0.040028296411037445, -0.029534392058849335, 0.028723007068037987, 0.04670869559049606, 0.04313860461115837, 0.030616236850619316, 0.010311342775821686, -0.006244278978556395, -0.03716140612959862, 0.027113761752843857, 0.012914534658193588, -0.014402072876691818, 0.024030501022934914, -0.06388299912214279, 0.00951348152011633, -0.026275331154465675, -0.043084509670734406, 0.028019806370139122, -0.0619356743991375, -0.005804779008030891, 0.01607893407344818, 0.014226272702217102, -0.018350809812545776, 0.051928602159023285, 0.012799588963389397, -0.05766238272190094, 0.006518121343106031, -0.0027012338396161795, 0.01933799497783184, -0.023381393402814865, 0.08649357408285141, -0.03856780380010605, 0.011792119592428207, -0.05620189011096954, -0.02367890067398548, 0.00979070458561182, 0.02569383941590786, -0.01325261127203703, -0.007971851155161858, -0.01340812724083662, -0.029426205903291702, 0.0024138684384524822, -0.02762763760983944, 0.001982820685952902, 0.06821037828922272, 0.018039779737591743, 0.0011139630805701017, 0.008593913167715073, -0.01709316484630108, 0.022164316847920418, 0.030940791592001915, 0.03286106884479523, 0.04830441623926163, 0.03123829886317253, 0.03245537355542183, -0.03789164870977402, -0.008059751242399216, -0.025436900556087494, 0.007654059212654829, 0.01909457892179489, 0.007566159125417471, -0.023746516555547714, 0.03708026558160782, -0.0038980257231742144, -0.02858777716755867, 0.011210627853870392, -0.03253651410341263, -0.01672804169356823, -0.008931989781558514, -0.06637123972177505, -0.008228790014982224, -0.03410518914461136, 0.016214163973927498, 0.01262378878891468, 0.032022636383771896, -0.03553863614797592, 0.007072567008435726, -0.000613186857663095, 0.0028094183653593063, 0.021704532206058502, 0.002185666700825095, -0.012589980848133564, 0.025477468967437744, 0.022867515683174133, 0.03453793004155159, 0.024936547502875328, 0.027641160413622856, 0.03529522195458412, 0.038135066628456116, -0.0035565681755542755, 0.008573628030717373, -0.011426996439695358, 0.0742146223783493, -0.02010880969464779, 0.017039071768522263, -0.014023426920175552, 0.016700994223356247, -0.011886781081557274, -0.051495861262083054, 0.018918778747320175, -0.01204229611903429, -0.04005534201860428, -0.0007091161678545177, -0.013861149549484253, -0.0023935839999467134, -0.05319976806640625, 0.08373486995697021, -0.029642576351761818, -0.023151500150561333, -0.02516643889248371, -0.001631220686249435, -0.01821557991206646, -0.017106687650084496, 0.03294220566749573, -0.0068257711827754974, -0.020487455651164055, 0.02147464081645012, -0.00041224242886528373, 0.06545167416334152, 0.018634794279932976, -0.016863271594047546, 0.002204260788857937, -0.03507884964346886, 0.02275933139026165, -0.0019270379561930895, -0.03818915784358978, 0.06350435316562653, -0.040596265345811844, -0.016187118366360664, -0.028885284438729286, 0.017715224996209145, -0.020352225750684738, -0.004547133110463619, -0.021853286772966385, -0.0064640287309885025, 0.003698560409247875, 0.06685807555913925, -0.04051512852311134, -0.0051184832118451595, -0.03305039182305336, 0.056472353637218475, 0.018675364553928375, 0.061016105115413666, 0.04162401705980301, 0.019283901900053024, 0.038946449756622314, 0.013015957549214363, 0.02722194604575634, 0.04843964800238609, 0.0037053220439702272, -0.002566003007814288, 0.08584446460008621, 0.01220457348972559, 0.040109433233737946, 0.006815628614276648, 0.03905463591217995, -0.019324472174048424, 0.044166356325149536, 0.06393709033727646, -0.002599810715764761, 0.07594557851552963, 0.033158574253320694, -0.017160778865218163, -0.030426913872361183, 0.010135543532669544, 0.0018188533140346408, 0.01584904082119465, -0.029777806252241135, 0.011988203972578049, 0.024273915216326714, 0.020216993987560272, 0.016227686777710915, -0.008519535884261131, -0.019270379096269608, 0.06361253559589386, 0.0020081764087080956, 0.030345775187015533, -0.023462532088160515, -0.04724961519241333, -0.017160778865218163, -0.007119897753000259, -0.048628970980644226, 0.0050880564376711845, -0.05287521705031395, -0.013759726658463478, 0.0447072796523571, -0.03345608338713646, 0.03667457401752472, 0.014983564615249634, -0.006294990424066782, 0.025463946163654327, -0.06610078364610672, 0.000915343000087887, 0.02758706919848919, -0.003022406715899706, 0.01332698855549097, 0.013827342540025711, -0.030048267915844917, -0.006342321168631315, -0.017147256061434746, -0.015416303649544716, -0.03905463591217995, 0.009060459211468697, 0.013239088468253613, 0.008783236145973206, -0.008276120759546757, 0.008810281753540039, -0.009378250688314438, -0.02501768432557583, -0.03451088070869446, -0.0025896683800965548, 0.01970311813056469, -0.06204386055469513, 0.0015889611095190048, -0.0022296167444437742, -0.013712395913898945, 0.0023445626720786095, 0.023110931739211082, 0.039947155863046646, -0.0023868223652243614, 0.04351725056767464, 0.016308825463056564, 0.023773562163114548, -0.03686389699578285, -0.013604211620986462, 0.03691798821091652, 0.014307411387562752, -0.02875005267560482, -0.0019118244526907802, -0.030291683971881866, 0.02758706919848919, 0.0599883534014225, -0.01029105857014656, -0.003614041255787015, 0.000994791043922305, 0.014699580147862434, -0.040109433233737946, 0.04808804765343666, -0.03183331340551376, -0.07199683785438538, -0.04186743497848511, 0.057446014136075974, -0.02192090079188347, 0.02983189933001995, -0.007897474803030491, -0.026234760880470276, 0.010899596847593784, -0.015429826453328133, -0.02697852998971939, 0.030453959479928017, -0.015605626627802849, 0.009831273928284645, -0.001864493708126247, -0.011149773374199867, -0.003854075912386179, -0.0299130380153656, -0.00427329121157527, 0.0018797070952132344, -0.04367952421307564, 0.025883162394165993, 0.015565057285130024, 0.04354429617524147, -0.002767158905044198, -0.013583926483988762, 0.010406004264950752, 0.043165650218725204, 0.005858871154487133, -0.037729375064373016, -0.032915160059928894, 0.007998897694051266, 0.007613489869982004, 0.010324866510927677, 0.023989930748939514, -0.04097491130232811, -0.007951566949486732, 0.04054217413067818, 0.006761536467820406, -0.0018594225402921438, -0.04941330850124359, 0.038703035563230515, 0.00592986773699522, -0.009682520292699337, -0.01729601062834263, -0.0032928683795034885, -0.011251196265220642, 0.08984729647636414, 0.018634794279932976, 0.04270586371421814, -0.022042609751224518, -0.013604211620986462, -0.008553343825042248, 0.02532871626317501, 0.023259686306118965, 0.028317315503954887, 0.012109912000596523, 0.01453730370849371, 0.003341889474540949, -0.03321266546845436, -0.047709401696920395, -0.02457142435014248, -0.031021930277347565, 0.00014558433031197637, 0.035241127014160156, 0.013665065169334412, -0.04946739971637726, 0.021095992997288704, 0.004888590890914202, 0.06020472198724747, -0.033077437430620193, 0.06712853163480759, 0.05355136841535568, 0.04695210978388786, 0.012164004147052765, -0.03372654318809509, 0.07556693255901337, -0.018242625519633293, 0.03759414330124855, 0.02051450125873089, 0.015010611154139042, 0.04108309745788574, 0.005270617548376322, -0.031941499561071396, 0.04451795667409897, -0.031941499561071396, 0.009398535825312138, -0.015294595621526241, -0.045058880001306534, -0.004148202482610941, 0.005267236847430468, -0.0010581804672256112, -0.013272896409034729, -0.01346898078918457, 0.06415345519781113, -0.020717347040772438, -0.010980735532939434, 0.049359217286109924, 0.006491075269877911, -0.0012627169489860535, -0.0037898411974310875, 0.0008456146460957825, -0.023137977346777916, -0.06837265938520432, -0.03056214563548565, -0.013144426979124546, -0.024192778393626213, 0.007816336117684841, -0.034240420907735825, -0.03310448303818703, -0.06188158318400383, 0.01043305080384016, 0.018039779737591743, 0.03353722020983696, -0.018756501376628876, -0.0009922555182129145, -0.03296925127506256, 0.003372316248714924, 0.002368228044360876, -0.01220457348972559, -0.022529440000653267, -0.01369211170822382, -0.007255128584802151, 0.05509299784898758, -0.030426913872361183, -0.0041279178112745285, -0.012522365897893906, 0.03277992829680443, -0.029101653024554253, 0.0021586206275969744, -0.020852578803896904, -0.04008238762617111, 0.0050305831246078014, -0.03859484940767288, -0.01693088747560978, -0.022150794044137, 0.05041401460766792, -0.049359217286109924, -0.027357175946235657, 0.016498148441314697, -0.036485251039266586, -0.027695253491401672, 0.027857530862092972, -0.020487455651164055, -0.020757917314767838, -0.025112345814704895, -0.05847376585006714, -0.031021930277347565, -0.008911704644560814, -0.052983399480581284, 0.03643115982413292, 0.04871010780334473, 0.020176425576210022, -0.030291683971881866, -0.025315193459391594, -0.02188033238053322, -0.04140764847397804, 0.02348957769572735, -0.0015965678030624986, -0.005669548176229, -0.05809511989355087, 0.013029481284320354, 0.001441897707991302, 0.023624807596206665, -0.010020596906542778, -0.03699912875890732, -0.010872550308704376, 0.019121624529361725, -0.010439812205731869, -0.014469687826931477, -0.006092144176363945, 0.07378188520669937, 0.0614488422870636, -0.03891940414905548, 0.001443588058464229, 0.008675050921738148, -0.011028066277503967, -0.002146787941455841, -0.010162589140236378, 0.01950027048587799, 0.04749303311109543, 0.03223900496959686, 0.015172887593507767, -0.0027654683217406273, 0.0038371719419956207, -0.00972985103726387, -0.024219824001193047, 0.02485540881752968, -0.04021761938929558, -0.017701702192425728, 0.03472725301980972, 0.015903133898973465, -0.01925685629248619, -0.004986633080989122, -0.0024290820583701134, 0.02363833226263523, -0.019081056118011475, 0.04170515760779381, -0.015186411328613758, -0.03883826732635498, -0.06739899516105652, -0.03751300275325775, -0.0030443817377090454, -0.0030240972992032766, -0.02167748659849167, -0.007998897694051266, 0.06950859725475311, 0.026870345696806908, 0.029372114688158035, -0.028155038133263588, -0.01260350365191698, -0.007721674628555775, 0.0006989738321863115, -0.00006777383532607928, 0.00026391123537905514, -0.03313152864575386, 0.004401760175824165, 0.03621479123830795, 0.021244747564196587, 0.03781051188707352, 0.009540528059005737, 0.02175862528383732, 0.008979320526123047, -0.0064336019568145275, -0.007836621254682541, 0.009439105167984962, -0.04765531048178673, -0.011819166131317616, 0.0625847801566124, -0.025585653260350227, -0.031130114570260048, 0.023016270250082016, 0.06388299912214279, -0.011792119592428207, 0.008492490276694298, 0.01974368654191494, -0.022083178162574768, -0.014118088409304619, 0.00398930674418807, 0.0725918561220169, -0.012245142832398415, 0.014334456995129585, -0.009533766657114029, 0.03353722020983696, 0.046465277671813965, -0.015794949606060982, -0.04873715341091156, 0.034916575998067856, -0.020216993987560272, -0.0464923232793808, 0.049278076738119125, -0.031103067100048065, 0.007735197898000479, -0.01805330254137516, 0.010568281635642052, 0.051009032875299454, -0.03434860706329346, 0.06220613420009613, 0.050522200763225555, 0.020162900909781456, -0.003620802890509367, -0.06058336794376373, -0.03651229664683342, 0.002731660846620798, 0.05476844683289528, 0.0059974826872348785, 0.036485251039266586, -0.04286814108490944, 0.0019304186571389437, 0.011575750075280666, -0.008107081986963749, -0.03204968199133873, -0.012664358131587505, 0.025477468967437744, -0.040704451501369476, 0.03405109792947769, -0.020528024062514305, -0.042083803564310074, -0.05636416748166084, 0.014442642219364643, -0.03602546826004982, 0.002087624277919531, 0.0460866317152977, -0.013340511359274387, 0.04570798575878143, 0.024950070306658745, -0.010689989663660526, 0.03505180403590202, 0.018486041575670242, 0.046248909085989, -0.05809511989355087, -0.03848666697740555, -0.0062003289349377155, 0.05766238272190094, -0.0079042362049222, 0.01636291854083538, -0.03537635877728462, -0.0020419841166585684, 0.016741564497351646, -0.011514896526932716, 0.06750717759132385, 0.030535098165273666, -0.011372904293239117, -0.03302334249019623, -0.016430534422397614, 0.0074714976362884045, 0.0037898411974310875, -0.015402779914438725, 0.06756127625703812, 0.026031915098428726, 0.031427621841430664, 0.03286106884479523, -0.05344318598508835, 0.006964382715523243, -0.011873258277773857, 0.008938751183450222, 0.05187450721859932, -0.012941581197082996, 0.06215204298496246, 0.018526609987020493, 0.023868223652243614, -0.018242625519633293, 0.004188771825283766, 0.03954146429896355, -0.011812403798103333, -0.08081388473510742, 0.036485251039266586, -0.022651147097349167, -0.03718845173716545, -0.03607955947518349, 0.04270586371421814, 0.03188740462064743, 0.014577873051166534, -0.032103776931762695, -0.044572047889232635, 0.02501768432557583, -0.0031289011240005493, 0.023435484617948532, -0.08048932999372482, -0.05403820052742958, -0.00036533427191898227, 0.008850851096212864, 0.00620370963588357, 0.030291683971881866, 0.00009418609261047095, -0.005497129168361425, -0.03386177495121956, 0.00001008287745207781, -0.07091499119997025, -0.015538010746240616, 0.04146174341440201, 0.0032522990368306637, -0.05344318598508835, -0.010128782130777836, -0.021447593346238136, -0.04338201880455017, -0.0018509706715121865, -0.017309533432126045, 0.013942288234829903, -0.01409104187041521, -0.003972402773797512, 0.025788500905036926, 0.005493748467415571, 0.015429826453328133, -0.044896602630615234, -0.02127179317176342, -0.020216993987560272, -0.04221903532743454, -0.04403112456202507, -0.01725544035434723, 0.028723007068037987, 0.054146382957696915, 0.023854700848460197, 0.009013128466904163, -0.011744788847863674, -0.04695210978388786, -0.004817594774067402, -0.023665377870202065, 0.007856905460357666, 0.05587733909487724, 0.016876794397830963, -0.030670329928398132, -0.03659343719482422, 0.004800690803676844, -0.032509468495845795, 0.0021620013285428286, -0.013712395913898945, 0.00389464502222836, -0.00708609027788043, 0.015713810920715332, 0.006376129109412432, 0.017106687650084496, -0.017999209463596344, 0.015389257110655308, 0.0149565190076828, 0.0044896602630615234, 0.03529522195458412, -0.020054716616868973, -0.046546418219804764, 0.06523530185222626, 0.028939375653862953, -0.03402405232191086, 0.0008739285985939205, -0.005290902219712734, -0.06550576537847519, 0.011650127358734608, 0.0028127990663051605, 0.0004978181095793843, -0.039352141320705414, 0.014510257169604301, 0.05685099959373474, -0.004861544817686081, 0.03521408140659332, 0.005524175241589546, -0.002219474408775568, 0.04816918447613716, -0.024030501022934914, -0.0458432175219059, -0.05436275526881218, -0.017674656584858894, 0.005378802306950092, -0.03348312899470329, -0.011947634629905224, -0.008695336058735847, -0.062422506511211395, -0.02163691632449627, 0.012164004147052765, -0.018147964030504227, 0.009959743358194828, 0.014699580147862434, -0.033834729343652725, 0.03794574365019798, -0.0443827249109745, -0.021934423595666885, 0.021298840641975403, 0.024990638718008995, -0.029588483273983, -0.03902759030461311, 0.03616069629788399, 0.09585154056549072, 0.0007146098650991917, -0.004956206306815147, -0.015402779914438725, -0.0446261391043663, 0.006345701869577169, -0.007140182424336672, 0.050846755504608154, 0.04419340193271637, 0.02810094505548477, -0.01845899410545826, 0.017593517899513245, -0.030453959479928017, 0.002802656963467598, 0.0010843813652172685, 0.00951348152011633, -0.05766238272190094, -0.012245142832398415, 0.06409936398267746, 0.041110143065452576, -0.03824324905872345, 0.014915949665009975, -0.021217701956629753, 0.02485540881752968, -0.007525590248405933, -0.025964301079511642, 0.02054154872894287, 0.05179337039589882, 0.012434465810656548, -0.016822703182697296, 0.02110951766371727, 0.009128074161708355, -0.0007771541131660342, -0.014686057344079018, -0.029885990545153618, 0.016146549955010414, 0.021501686424016953, 0.028398454189300537, 0.010000312700867653, -0.007863666862249374, -0.005781113635748625, -0.041678112000226974, -0.003377387532964349, 0.03356426581740379, -0.06215204298496246, -0.03716140612959862, -0.0218668095767498, 0.013888196088373661, 0.06399118155241013, -0.024071069434285164, 0.019919486716389656, -0.01894582435488701, -0.021204179152846336, 0.008411351591348648, 0.02528814598917961, 0.060096535831689835, 0.013157949782907963, 0.052172016352415085, 0.0042259604670107365, 0.01015582773834467, 0.011636604554951191, 0.009689281694591045, -0.0018577321898192167, 0.008654766716063023, 0.02907460741698742, 0.0011232602410018444, -0.004384856205433607, -0.038784172385931015, -0.06280115246772766, -0.014199227094650269, -0.003419646993279457, -0.02565326914191246, -0.00812060572206974, 0.010439812205731869, -0.050116509199142456, -0.009608143009245396, -0.023665377870202065, 0.013360796496272087, -0.0035937565844506025, 0.03183331340551376, 0.02465256117284298, -0.06188158318400383, 0.005652644671499729, 0.03805392608046532, -0.00966899748891592, 0.062747061252594, 0.05717555433511734, 0.04808804765343666, -0.01367182657122612, -0.0028161800000816584, 0.02031165547668934, -0.023895269259810448, -0.038703035563230515, -0.05203678458929062, 0.025788500905036926, 0.004134679678827524, -0.02948029898107052, -0.05114426091313362, -0.025220531970262527, 0.045410480350255966, -0.014807765372097492, 0.008147651329636574, 0.025761453434824944, -0.0053957062773406506, -0.004486279562115669, -0.03635001927614212, -0.014158657751977444, -0.019608456641435623, -0.013414888642728329, 0.022691717371344566, 0.007241605781018734, -0.02983189933001995, -0.05609370768070221, 0.02834436111152172, -0.04765531048178673, 0.013901718892157078, -0.024625515565276146, 0.03172513097524643, -0.02396288514137268, -0.009878604672849178, -0.01035191211849451, -0.059014689177274704, 0.005730402190238237, 0.005064391065388918, -0.020446887239813805, -0.026086008176207542, 0.020690301433205605, 0.03632297366857529, 0.0008054680074565113, 0.03873008117079735, -0.03570091351866722, 0.00937148928642273, 0.03472725301980972, 0.043922942131757736, 0.003495714394375682, 0.020798485726118088, -0.018675364553928375, 0.022867515683174133, 0.026599884033203125, -0.0232867319136858, -0.005865633022040129, -0.03975783288478851, -0.02697852998971939, -0.02086610160768032, 0.00542951375246048, -0.01929742470383644, 0.00026834849268198013, 0.061502937227487564, 0.0306432843208313, -0.003150875912979245, 0.001977749401703477, 0.010007074102759361, 0.040271710604429245, -0.0607997365295887, 0.025071777403354645, -0.07232139259576797, 0.033591315150260925, -0.030832607299089432, 0.01950027048587799, 0.056039612740278244, -0.027357175946235657, 0.2098780870437622, 0.023976407945156097, 0.008005659095942974, 0.03305039182305336, -0.0016253043431788683, 0.03924395889043808, 0.040839679539203644, -0.02444971539080143, 0.009560812264680862, -0.00797861348837614, -0.031346485018730164, 0.01733657903969288, 0.0041414410807192326, -0.009540528059005737, -0.0011562227737158537, 0.06518121063709259, -0.05809511989355087, -0.017985686659812927, 0.03848666697740555, -0.0617733970284462, -0.03310448303818703, -0.028885284438729286, -0.026599884033203125, 0.005301044788211584, 0.007187513168901205, 0.05858195200562477, 0.006639828905463219, -0.04286814108490944, 0.016782132908701897, -0.02834436111152172, 0.01177859678864479, -0.020960763096809387, 0.004043398890644312, -0.03329380601644516, -0.03864894434809685, -0.01748533360660076, -0.03802688047289848, -0.05198269337415695, 0.0006774214562028646, 0.02147464081645012, 0.030589191243052483, 0.012867203913629055, 0.06783173233270645, -0.003776318160817027, 0.06783173233270645, 0.005710117518901825, -0.07080680876970291, -0.016187118366360664, 0.015565057285130024, -0.03740482032299042, 0.011738027445971966, -0.02509882301092148, 0.017309533432126045, 0.0027773010078817606, -0.04957558587193489, -0.029020514339208603, 0.033077437430620193, -0.045978449285030365, 0.02766820788383484, -0.018607748672366142, 0.028966423124074936, -0.009412058629095554, 0.013536595739424229, 0.017309533432126045, -0.02194794826209545, 0.02251591719686985, 0.020649733021855354, 0.06220613420009613, -0.018350809812545776, -0.014334456995129585, -0.05544459819793701, -0.030832607299089432, 0.04346315562725067, -0.02212374657392502, -0.011785358190536499, -0.0006985512445680797, -0.009006367065012455, 0.008979320526123047, -0.006812247913330793, -0.011744788847863674, 0.006606020964682102, -0.021095992997288704, -0.044328633695840836, 0.008330212906002998, 0.029426205903291702, 0.014942995272576809, -0.023273209109902382, -0.0014537303941324353, -0.051090169697999954, -0.007092851679772139, 0.015984272584319115, 0.03007531352341175, -0.042164940387010574, 0.0027299702633172274, -0.029507344588637352 ]
9865_0
The Alliance of Liberals and Democrats for Europe Party (ALDE Party) is a European political party composed of 60 national-level liberal parties from across Europe, mainly active in the European Union. The ALDE Party is affiliated with the Liberal International and a recognised European political party, incorporated as a non-profit association under Belgian law. It was founded on 26 March 1976 in Stuttgart as a confederation of national political parties under the name "Federation of Liberal and Democrat Parties in Europe" and renamed "European Liberals and Democrats" (ELD) in 1977 and "European Liberal Democrats and Reformists" (ELDR) in 1986. On 30 April 2004, the ELDR was reformed as an official European party, the "European Liberal Democrat and Reform Party" (ELDR Party). On 10 November 2012, the party chose its current name of ALDE Party, taken from its then-European Parliament group, the Alliance of Liberals and Democrats for Europe (ALDE), which had been formed on 20 July 2004 in conjunction with the European Democratic Party (EDP). Prior to the 2004 European election the European party had been represented through its own group, the European Liberal Democrat and Reform Party Group (ELDR) Group. In June 2019, the ALDE group was succeeded by Renew Europe. , ALDE is represented in European Union institutions, with 65 MEPs and five members of the European Commission. Of the 27 EU member states, there are six with ALDE-affiliated Prime Ministers: Mark Rutte (VVD) in the Netherlands, Xavier Bettel (DP) in Luxembourg, Kaja Kallas (Estonian Reform Party) in Estonia, Andrej Babiš (ANO) in the Czech Republic, Alexander De Croo (Open VLD) in Belgium and Micheál Martin (FF) in Ireland. ALDE member parties are also in governments in five other EU member states: Croatia, Finland, Latvia, Slovenia and Lithuania. Some other ALDE member parties offer parliamentary support to governments in Croatia, Denmark, Italy, Romania and Sweden. Charles Michel, former Belgian Prime Minister, is current President of the European Council.
[ -0.04183324798941612, -0.02149508334696293, -0.015066279098391533, 0.0041412548162043095, -0.026674939319491386, -0.013258588500320911, -0.023059558123350143, -0.024466270580887794, -0.032051995396614075, 0.008742649108171463, 0.010004745796322823, -0.04083408787846565, 0.038914646953344345, 0.0227045938372612, -0.02524193376302719, -0.008999012410640717, -0.009169921278953552, -0.041649192571640015, -0.003776429919525981, 0.028476055711507797, 0.015539565123617649, -0.012193694710731506, -0.03641674667596817, -0.0025455569848418236, -0.00935397669672966, -0.017090892419219017, 0.038178425282239914, -0.0074805524200201035, 0.07272832095623016, 0.018747394904494286, -0.012943064793944359, -0.020587952807545662, -0.004568526986986399, -0.030079971998929977, -0.016551872715353966, -0.01438264362514019, -0.05448050796985626, -0.035575348883867264, -0.021810607984662056, -0.031079130247235298, 0.014790195971727371, -0.011293135583400726, 0.005810903385281563, -0.06526091694831848, -0.004499506205320358, 0.02937004156410694, 0.04945841431617737, -0.002192235551774502, -0.03383996710181236, -0.0077697825618088245, -0.029185986146330833, 0.019417883828282356, -0.05014204978942871, -0.026149066165089607, -0.01631522923707962, -0.04919547587633133, 0.0040919543243944645, 0.028055356815457344, -0.03967716544866562, 0.008552019484341145, 0.010405723936855793, -0.014422084204852581, -0.004259576089680195, -0.020351309329271317, 0.03142094984650612, -0.021534524857997894, 0.0005977703840471804, 0.02789759635925293, -0.00921593513339758, -0.08797865360975266, -0.0017403130186721683, -0.031263187527656555, -0.02098235674202442, -0.059160783886909485, 0.014514111913740635, -0.012331736274063587, -0.021324174478650093, 0.0021856622770428658, 0.03544388338923454, -0.02697731740772724, 0.036521922796964645, 0.008906984701752663, 0.010405723936855793, 0.012482925318181515, -0.010307122953236103, 0.012423763982951641, 0.005396778229624033, 0.06615490466356277, -0.00911733414977789, 0.061159100383520126, -0.03741590678691864, 0.03689003363251686, -0.03186793997883797, 0.045251425355672836, 0.03594346344470978, 0.031000249087810516, 0.032314933836460114, 0.0560581274330616, 0.015526418574154377, -0.05511155724525452, -0.0023960117250680923, 0.06894203275442123, -0.01177956908941269, 0.012312016449868679, -0.044778138399124146, 0.031079130247235298, -0.017130333930253983, 0.019010331481695175, 0.002133074915036559, -0.06715406477451324, -0.01777452789247036, -0.021928930655121803, 0.024545151740312576, -0.014238027855753899, 0.05479603260755539, 0.023204173892736435, -0.027319135144352913, 0.02277032844722271, -0.032656751573085785, 0.009689221158623695, -0.0173801239579916, 0.0560581274330616, 0.013975091278553009, 0.036048635840415955, -0.006185588426887989, -0.004075520671904087, -0.005597267299890518, 0.05037869140505791, -0.057162463665008545, -0.0008278401219286025, 0.01005075965076685, -0.028186826035380363, 0.019693966954946518, -0.023730047047138214, 0.004545520059764385, 0.06794287264347076, 0.024269066751003265, 0.040176745504140854, 0.03670597821474075, -0.0003685223637148738, 0.03828360140323639, 0.02422962710261345, 0.04188583418726921, 0.023716900497674942, -0.018747394904494286, 0.06741699576377869, -0.029580391943454742, -0.030474375933408737, -0.0024765359703451395, 0.007506845984607935, 0.008466565050184727, -0.013166560791432858, 0.010675234720110893, 0.06720665097236633, -0.0025028297677636147, -0.0009301389800384641, -0.011161667294800282, 0.00047657295363023877, 0.029185986146330833, 0.016210054978728294, -0.05721504986286163, -0.026280533522367477, -0.023322494700551033, 0.00762516725808382, 0.017353828996419907, -0.029659271240234375, -0.007421391550451517, 0.02397983707487583, -0.0170514527708292, 0.008598033338785172, 0.016341522336006165, 0.015460684895515442, -0.017196066677570343, -0.00008273265848401934, 0.03946681693196297, 0.018287254497408867, 0.03815213218331337, 0.014566699042916298, 0.03754737600684166, 0.017748234793543816, -0.007178174797445536, 0.0007407423108816147, -0.02031186781823635, 0.055900365114212036, -0.015697328373789787, -0.0014256105059757829, -0.0064781056717038155, -0.017301242798566818, -0.02976444736123085, -0.051824845373630524, 0.0417017787694931, 0.01772194169461727, -0.02396669052541256, 0.03284080699086189, 0.018405577167868614, -0.004683562088757753, 0.0019687393214553595, 0.11485079675912857, -0.014238027855753899, -0.02863381803035736, -0.038257304579019547, -0.016946276649832726, 0.029264867305755615, 0.021534524857997894, 0.01885256916284561, -0.023887809365987778, 0.016275787726044655, 0.05905560776591301, -0.009196215309202671, 0.04701310023665428, 0.07956467568874359, 0.0057517425157129765, 0.02483438141644001, -0.017025157809257507, 0.039913807064294815, 0.04472555220127106, -0.020956063643097878, 0.03157871216535568, -0.03628528118133545, -0.015210894867777824, -0.02390095591545105, -0.017551032826304436, 0.01964137889444828, 0.016394110396504402, -0.025754660367965698, 0.0036416747607290745, 0.002018040046095848, 0.05206148698925972, 0.010675234720110893, -0.01678851619362831, -0.01045173779129982, 0.0016113095916807652, -0.007592300418764353, 0.023730047047138214, 0.04885365813970566, 0.019470470026135445, 0.024821234866976738, -0.008170761168003082, 0.027923889458179474, 0.0002896413207054138, 0.004157688468694687, -0.02257312461733818, 0.06541867554187775, 0.012627540156245232, 0.0286864060908556, -0.006599714048206806, 0.037389613687992096, -0.023848367854952812, 0.0069875456392765045, 0.06652301549911499, 0.0161837600171566, 0.034050315618515015, 0.02635941468179226, -0.0051535614766180515, -0.04101814329624176, -0.002877514809370041, 0.038651712238788605, 0.012719567865133286, -0.009150201454758644, -0.008867544122040272, 0.008644047193229198, -0.015592153184115887, -0.027845008298754692, -0.05495379492640495, -0.01731438934803009, 0.04951100051403046, 0.04774932563304901, 0.049826525151729584, 0.010129640810191631, -0.04375268518924713, 0.0017271661199629307, -0.012759008444845676, -0.05219295620918274, -0.017274947836995125, -0.03468136489391327, -0.005962091963738203, 0.015749914571642876, -0.024124452844262123, 0.05874008312821388, -0.005058246664702892, 0.020206693559885025, 0.025005290284752846, -0.02044333703815937, 0.02275718003511429, 0.019825436174869537, 0.02529452182352543, 0.025623193010687828, 0.030395494773983955, -0.0046506947837769985, 0.01275243517011404, -0.02550487034022808, -0.015197747386991978, -0.011339150369167328, -0.0027312561869621277, -0.0006433735252358019, -0.015960264950990677, -0.012095093727111816, 0.03547017648816109, -0.01234488282352686, -0.012279149144887924, -0.035785701125860214, 0.009386844001710415, -0.015999704599380493, -0.030237732455134392, 0.02776612713932991, -0.0018159073079004884, 0.003298213705420494, 0.014606139622628689, 0.03207829222083092, 0.053902044892311096, 0.013764741830527782, 0.01187817007303238, 0.019601939246058464, 0.03636416047811508, -0.04998428747057915, 0.007552859839051962, 0.05074680596590042, 0.005830623675137758, -0.07640943676233292, 0.0039013249333947897, -0.053691696375608444, -0.0017715367721393704, 0.013961944729089737, -0.03149982914328575, 0.011141947470605373, 0.004276009742170572, 0.006537266541272402, -0.022783474996685982, 0.06063322722911835, -0.009551179595291615, -0.09528829902410507, -0.045645829290151596, 0.045304011553525925, -0.0319468230009079, 0.02077200822532177, -0.0031273046042770147, -0.000418644689489156, 0.019759701564908028, 0.01041887141764164, -0.052771419286727905, 0.020495925098657608, -0.03276192769408226, 0.02383522130548954, 0.005689295008778572, -0.007309643551707268, 0.04135996103286743, 0.004939925391227007, -0.018550191074609756, -0.019154947251081467, -0.024282215163111687, 0.014001385308802128, -0.04511995613574982, 0.01317970734089613, -0.009031879715621471, -0.029448922723531723, 0.001906291814520955, 0.016880543902516365, -0.02529452182352543, -0.0067081754095852375, -0.016893690451979637, 0.013672714121639729, 0.000729238789062947, 0.0016096662729978561, 0.05726763606071472, -0.03002738393843174, -0.03289339318871498, -0.004032793454825878, 0.025715220719575882, 0.010865863412618637, -0.02642514929175377, 0.004907058086246252, 0.012167400680482388, 0.026911582797765732, -0.009077893570065498, -0.04761785641312599, -0.010951317846775055, 0.06110651418566704, 0.024860674515366554, 0.036916326731443405, -0.07078258693218231, 0.012049078941345215, -0.01823466829955578, 0.012989078648388386, 0.021219000220298767, 0.01248949859291315, 0.013390056788921356, 0.008400831371545792, 0.009084466844797134, -0.059897005558013916, -0.010195374488830566, -0.011851876974105835, -0.012068799696862698, -0.030079971998929977, -0.02889675460755825, 0.013475511223077774, -0.02316473238170147, 0.018392430618405342, -0.02344081737101078, 0.04601394012570381, -0.022454803809523582, 0.030842488631606102, 0.03986122086644173, -0.005692582111805677, 0.004239856265485287, -0.07020413130521774, 0.00955775287002325, -0.027187665924429893, 0.05526931583881378, 0.048774778842926025, 0.013961944729089737, 0.02110067941248417, 0.01175327505916357, -0.06583938002586365, -0.006290763150900602, 0.006875797640532255, -0.020614245906472206, -0.039177585393190384, -0.06005476787686348, 0.019733408465981483, 0.040045276284217834, -0.00303692021407187, -0.06321001052856445, -0.0393090546131134, 0.059476304799318314, 0.01644669659435749, 0.0026638784911483526, 0.014737607911229134, 0.009906143881380558, 0.024913262575864792, 0.030605845153331757, 0.009531459771096706, -0.023887809365987778, -0.08450789004564285, -0.01617061346769333, 0.002450242405757308, -0.014408936724066734, 0.00862432736903429, -0.03234122693538666, -0.037521082907915115, -0.037047795951366425, 0.038572829216718674, 0.03136835992336273, 0.054901205003261566, -0.019417883828282356, 0.013883063569664955, -0.049642469733953476, 0.03686374053359032, 0.004065660294145346, -0.006895517930388451, -0.024729207158088684, -0.023151585832238197, -0.0530080609023571, 0.05111491680145264, -0.07109811156988144, -0.002806850476190448, -0.00606069341301918, 0.00845999177545309, 0.003142094938084483, -0.0014058902161195874, -0.05040498822927475, -0.036574508994817734, -0.0033524443861097097, -0.004949785303324461, -0.0013869917020201683, 0.005446078721433878, 0.06988860666751862, -0.038388773798942566, -0.004075520671904087, -0.02855493687093258, 0.01836613565683365, -0.015749914571642876, 0.0023154872469604015, 0.03820471838116646, -0.0016154180048033595, 0.019864875823259354, 0.008335096761584282, -0.013199428096413612, -0.003993352875113487, -0.03228864073753357, 0.018997184932231903, 0.0204301904886961, -0.0056498548947274685, 0.00467698834836483, -0.059476304799318314, -0.007099294103682041, -0.07088776677846909, -0.01471131481230259, 0.015329215675592422, -0.048643309623003006, -0.0478019118309021, -0.012739288620650768, 0.012305442243814468, 0.01923382841050625, 0.013528099283576012, -0.041570309549570084, 0.0141197070479393, -0.012180548161268234, -0.010471458546817303, 0.003431325312703848, 0.012765581719577312, 0.02330934815108776, 0.06010735407471657, -0.003648248268291354, -0.014777048490941525, -0.027792420238256454, -0.03010626509785652, 0.001146240159869194, 0.018300402909517288, -0.01885256916284561, 0.02344081737101078, 0.00045890689943917096, -0.04948470741510391, 0.018799981102347374, 0.0668911263346672, 0.0020854175090789795, -0.029659271240234375, -0.004105100873857737, -0.05674176290631294, -0.002596501028165221, 0.010386004112660885, 0.0074936989694833755, -0.032525282353162766, 0.012903624214231968, 0.012298868969082832, -0.010977611877024174, -0.019076066091656685, 0.07740859687328339, 0.013127120211720467, -0.020653685554862022, -0.06915237754583359, -0.029264867305755615, -0.028528643772006035, -0.02330934815108776, -0.05287659168243408, 0.003418178530409932, -0.000504510011523962, 0.03407660871744156, 0.03733702749013901, -0.05332358554005623, 0.027660952880978584, 0.0017978304531425238, 0.031052837148308754, -0.005173281766474247, -0.039387933909893036, -0.030185146257281303, -0.0015176384476944804, 0.016407256945967674, 0.07267573475837708, 0.052639950066804886, -0.009695794433355331, 0.034655071794986725, -0.01983858272433281, 0.0027148225344717503, -0.02110067941248417, -0.03736332058906555, -0.020127812400460243, -0.0508519783616066, 0.02098235674202442, 0.009669501334428787, 0.0014198587741702795, -0.007618593983352184, 0.03402402251958847, 0.013869917020201683, -0.005830623675137758, 0.00260471785441041, -0.0018915017135441303, -0.016617607325315475, -0.0378103144466877, 0.03767884522676468, -0.020456483587622643, 0.027266547083854675, -0.0012949637603014708, 0.04509366303682327, 0.047644149512052536, -0.013922504149377346, -0.06799545884132385, 0.021416204050183296, -0.002874227939173579, -0.053770579397678375, 0.06699629873037338, -0.021205853670835495, -0.0006433735252358019, -0.003934192005544901, -0.003806010354310274, 0.019536204636096954, -0.016459845006465912, -0.014106559567153454, 0.060685817152261734, 0.009958731941878796, -0.03068472631275654, -0.060159943997859955, -0.033261507749557495, -0.011036772280931473, -0.00599167263135314, -0.020719420164823532, 0.013541245833039284, 0.009058172814548016, -0.00941971130669117, 0.009754955768585205, -0.06252637505531311, -0.042779818177223206, 0.01724865473806858, 0.05405980721116066, 0.022586271166801453, 0.06505056470632553, -0.041175905615091324, -0.016367817297577858, -0.05395463481545448, 0.015145160257816315, -0.02881787344813347, 0.03220975771546364, 0.04809114336967468, -0.011233975179493427, 0.042385414242744446, 0.08582257479429245, 0.022928088903427124, 0.009478871710598469, 0.0013450861442834139, 0.047170862555503845, -0.023848367854952812, -0.018747394904494286, 0.03759996220469475, 0.07330678403377533, -0.012962784618139267, 0.0014420440420508385, -0.032130878418684006, 0.0008278401219286025, 0.04580359160900116, 0.000758408335968852, 0.051036033779382706, 0.03975604474544525, -0.015197747386991978, -0.028476055711507797, 0.01918124035000801, -0.015434390865266323, -0.00024198403116315603, -0.015460684895515442, 0.043516043573617935, 0.037573669105768204, 0.03247269615530968, 0.013409777544438839, -0.03654821589589119, -0.009176494553685188, -0.048774778842926025, -0.027135077863931656, 0.00778950285166502, -0.013896210119128227, 0.029659271240234375, 0.0033688778057694435, 0.022822914645075798, 0.015460684895515442, 0.005515099503099918, 0.025018436834216118, 0.007888104766607285, -0.05145673453807831, 0.03228864073753357, -0.026057038456201553, -0.013436070643365383, -0.04722345247864723, 0.01824781484901905, -0.0006006462499499321, 0.03770513832569122, -0.03155241906642914, -0.017130333930253983, 0.04246429353952408, 0.004627687856554985, 0.011260269209742546, -0.01731438934803009, -0.03625898435711861, -0.039046116173267365, -0.01104991976171732, -0.029948502779006958, 0.025820394977927208, -0.016657046973705292, 0.021744873374700546, -0.006941531784832478, 0.00674432935193181, -0.023204173892736435, -0.0046539814211428165, 0.045251425355672836, 0.03347185626626015, -0.038046956062316895, 0.029790740460157394, -0.0478019118309021, -0.05495379492640495, 0.021061237901449203, -0.004555380437523127, -0.006750902626663446, 0.008841250091791153, -0.032051995396614075, 0.0013960300711914897, -0.020075226202607155, 0.02810794487595558, -0.007303069811314344, -0.02196837030351162, 0.038651712238788605, -0.02676696702837944, -0.05211407691240311, 0.025136759504675865, 0.024006130173802376, 0.02163969911634922, 0.053165823221206665, -0.03447101637721062, -0.00048273554421029985, -0.0171697735786438, -0.021258441731333733, 0.0378103144466877, -0.0591081939637661, 0.00046219362411648035, 0.001031205290928483, -0.04853813350200653, -0.07230762392282486, -0.0012366246664896607, -0.03880947455763817, 0.02768724597990513, -0.040518563240766525, 0.0312894806265831, -0.02656976506114006, 0.0007575866766273975, -0.0026885289698839188, 0.004956359043717384, -0.022020958364009857, 0.015092573128640652, 0.04580359160900116, -0.021021798253059387, 0.0020410469733178616, -0.0677851065993309, 0.007513419259339571, 0.006037686485797167, -0.009281669743359089, 0.0343395471572876, -0.04701310023665428, 0.022678300738334656, -0.031263187527656555, 0.026122771203517914, 0.01643355004489422, -0.00036811153404414654, -0.038651712238788605, 0.004548806697130203, 0.0168411023914814, 0.008900411427021027, 0.034996889531612396, -0.010017892345786095, 0.00044082998647354543, 0.018221521750092506, -0.03357703238725662, -0.03689003363251686, -0.025202494114637375, -0.00752656627446413, 0.012975931167602539, -0.03615381196141243, 0.0025915708392858505, -0.017196066677570343, -0.0591081939637661, -0.03720555827021599, 0.02437424287199974, -0.014803342521190643, -0.018405577167868614, 0.009715515188872814, 0.023072704672813416, -0.023585431277751923, -0.016880543902516365, -0.0341029055416584, 0.05805644765496254, 0.005748455878347158, -0.0449884869158268, -0.010274255648255348, 0.0020772009156644344, 0.03423437103629112, 0.03662709891796112, 0.030001090839505196, 0.04488331452012062, -0.037047795951366425, -0.00276247994042933, -0.0056958687491714954, 0.005669575184583664, 0.034129198640584946, 0.011424604803323746, 0.008670341223478317, -0.0317101776599884, 0.06000218167901039, -0.04874848574399948, 0.047302331775426865, -0.0006409084890037775, 0.013883063569664955, -0.00737537769600749, 0.04788079485297203, 0.05384945869445801, -0.0199831984937191, -0.04596135392785072, 0.016696486622095108, 0.010044186376035213, 0.014211734756827354, 0.03184164687991142, -0.025991303846240044, 0.051824845373630524, 0.024873822927474976, -0.014422084204852581, 0.024413682520389557, -0.02023298665881157, 0.023992983624339104, -0.008644047193229198, 0.0008077090024016798, 0.06457728147506714, -0.027213959023356438, 0.003040206851437688, 0.006234888918697834, -0.02637256123125553, 0.012068799696862698, -0.01172040868550539, 0.00645838538184762, 0.03809954226016998, -0.012522365897893906, 0.017156627029180527, 0.013330896385014057, 0.01724865473806858, 0.0595288947224617, -0.011233975179493427, 0.03741590678691864, -0.030605845153331757, -0.008913557976484299, -0.0061560082249343395, 0.03336668014526367, 0.04046597331762314, 0.008466565050184727, 0.03497059643268585, -0.013606979511678219, -0.027529483661055565, 0.022152425721287727, 0.02077200822532177, -0.022612566128373146, 0.011010479182004929, 0.06873168051242828, 0.013133693486452103, 0.029869621619582176, -0.030947662889957428, -0.0341029055416584, -0.026714380830526352, 0.008302229456603527, -0.049695055931806564, -0.04054485633969307, 0.013843622989952564, -0.021192707121372223, -0.0010616073850542307, -0.055164143443107605, 0.03759996220469475, -0.013528099283576012, 0.04059744253754616, 0.01918124035000801, -0.02555745840072632, -0.009807542897760868, 0.03042178973555565, -0.04422597214579582, 0.028002770617604256, 0.031184306368231773, 0.05274512246251106, -0.018734248355031013, -0.023191027343273163, -0.04459408298134804, -0.04385786131024361, -0.015368656255304813, -0.020824596285820007, -0.013002225197851658, 0.01970711350440979, -0.04036080092191696, -0.045566949993371964, 0.0036844019778072834, 0.016157466918230057, -0.030001090839505196, 0.013238868676126003, 0.02524193376302719, -0.039992690086364746, -0.025018436834216118, 0.03149982914328575, 0.0686265081167221, -0.004479785915464163, -0.02457144483923912, -0.010793556459248066, 0.03249898925423622, 0.0012004708405584097, -0.052166663110256195, 0.0017846835544332862, -0.04012415558099747, 0.00674432935193181, -0.04314792901277542, 0.039177585393190384, -0.020127812400460243, -0.019457323476672173, -0.0026162213180214167, -0.02589927613735199, -0.020495925098657608, 0.0195624977350235, -0.023861516267061234, 0.017459005117416382, 0.035785701125860214, 0.0341029055416584, -0.015460684895515442, 0.0196545273065567, 0.007184748537838459, 0.003848737571388483, -0.0034346121829003096, 0.021534524857997894, -0.01865536719560623, -0.03397143632173538, 0.013896210119128227, 0.0041445414535701275, -0.028186826035380363, 0.015289775095880032, -0.03497059643268585, 0.01790599711239338, 0.0033623045310378075, -0.013291455805301666, 0.0023582144640386105, -0.029133398085832596, -0.044646669179201126, 0.04809114336967468, 0.0037402762100100517, 0.0595288947224617, -0.018563339486718178, -0.020719420164823532, -0.00845999177545309, -0.06294707208871841, -0.000991764827631414, -0.02037760242819786, 0.000140712276333943, -0.03076360747218132, 0.03807324916124344, 0.026806408539414406, -0.0032374095171689987, 0.19089213013648987, -0.007664607837796211, 0.028449762612581253, 0.002754263114184141, 0.028923049569129944, 0.03641674667596817, -0.02568892575800419, -0.028265707194805145, 0.03397143632173538, -0.008374537341296673, -0.002136361552402377, 0.05900302156805992, 0.010123067535459995, -0.04327939823269844, -0.009472298435866833, 0.06405140459537506, -0.047249745577573776, 0.04688163474202156, 0.0007764852489344776, -0.05053645372390747, -0.04359492287039757, -0.016959425061941147, -0.02223130688071251, -0.008111600764095783, -0.030001090839505196, 0.037521082907915115, -0.018287254497408867, -0.0041806953959167, 0.02290179580450058, -0.01870795339345932, 0.00945915188640356, -0.031184306368231773, 0.030211439356207848, -0.007145307958126068, -0.03802066296339035, -0.008387683890759945, -0.05679435282945633, -0.06662818789482117, 0.006468245759606361, 0.006280903238803148, 0.044383734464645386, 0.004792023450136185, 0.06541867554187775, -0.02196837030351162, 0.0449884869158268, 0.028949342668056488, -0.03907240927219391, 0.01557900570333004, -0.007960411719977856, -0.00932111032307148, 0.05632106587290764, -0.06983602046966553, 0.040650032460689545, 0.027345428243279457, -0.04572471231222153, 0.0006343350396491587, 0.04958988353610039, -0.057898685336112976, 0.03149982914328575, -0.010734395124018192, 0.02309899963438511, 0.007960411719977856, 0.034523602575063705, 0.012101667001843452, 0.00036297604674473405, 0.03423437103629112, 0.014369497075676918, -0.0001650544727453962, -0.03909870237112045, -0.004354890901595354, -0.05027351900935173, -0.03631157428026199, -0.027319135144352913, 0.0036318146158009768, 0.009018732234835625, 0.012640686705708504, 0.0041806953959167, -0.025623193010687828, -0.07130846381187439, -0.01924697495996952, 0.07225503772497177, -0.034392133355140686, -0.006353210657835007, 0.015618446283042431, 0.013593832962214947, -0.027582071721553802, -0.03636416047811508, -0.02842346951365471, -0.02963297814130783, 0.008854396641254425, -0.010201947763562202, -0.03286710008978844, -0.010333416983485222, 0.0011963625438511372, 0.0031240179669111967 ]
9865_1
ALDE's think tank is the European Liberal Forum, led by Hilde Vautmans, MEP, and gathers 46 member organisations. The youth wing of ALDE is the European Liberal Youth (LYMEC), which is predominantly based upon youth and student liberal organisations but contains also a small number of individual members. LYMEC is led by Antoaneta Asenova (MRF) of Bulgaria, and counts 200,000 members. In 2011, the ALDE Party became the first pan-European party to create the status of individual membership. Since then, between 1000 and close to 3000 members (the numbers fluctuate annually) maintain direct membership in the ALDE Party from several EU countries. Over 40 coordinators mobilise liberal ideas, initiatives and expertise across the continent under the leadership of the Steering Committee, which was first chaired by Julie Cantalou. The ALDE Party took a step further in the direction of becoming a truly pan-European party when granting voting rights to individual members’ delegates at the Party Congress. Structure Bureau The day-to-day management of the ALDE Party is handled by the Bureau, the members of which are: Presidents 1978–1981: Gaston Thorn 1981–1985: Willy De Clercq 1985–1990: Colette Flesch 1990–1995: Willy De Clercq 1995–2000: Uffe Ellemann-Jensen 2000–2005: Werner Hoyer 2005–2011: Annemie Neyts-Uyttebroeck 2011–2015: Graham Watson 2015–2021: Hans van Baalen History of pan-European liberalism Pan-European liberalism has a long history dating back to the foundation of Liberal International in April 1947. On 26 March 1976, the Federation of Liberal and Democrat Parties in Europe was established in Stuttgart. The founding parties of the federation were the Free Democratic Party of Germany, Radical Party of France, Venstre of Denmark, Italian Liberal Party, Dutch People's Party for Freedom and Democracy and Democratic Party of Luxembourg. Observer members joining later in 1976 were the Danish Social Liberal Party, French Radical Party of the Left and Independent Republicans, British Liberal Party, and Italian Republican Party. In 1977, the federation was renamed European Liberals and Democrats, in 1986, European Liberal Democrats and Reformists.
[ -0.002024824731051922, -0.006255261600017548, -0.017500270158052444, -0.011888612993061543, -0.002149568172171712, 0.03959978371858597, -0.009494980797171593, -0.007441230583935976, -0.038211334496736526, -0.012235726229846478, 0.0019163518445566297, -0.023777225986123085, 0.028376471251249313, 0.038037776947021484, -0.035029467195272446, -0.020291635766625404, -0.020407339558005333, -0.0016451700357720256, -0.012821478769183159, 0.03598402440547943, -0.01285763643682003, -0.020190393552184105, -0.0034223152324557304, -0.0014707096852362156, -0.03615758195519447, -0.025874366983771324, 0.016675876453518867, -0.01046400424093008, 0.07387717068195343, 0.021752402186393738, 0.0019344306783750653, -0.03598402440547943, 0.011555963195860386, -0.038818780332803726, -0.033554237335920334, -0.012633459642529488, -0.04275272414088249, -0.05958769470453262, -0.03242611885070801, -0.03974441438913345, 0.020508581772446632, 0.004787263926118612, -0.000007040841865091352, -0.04995531588792801, -0.0284198597073555, 0.02862234227359295, 0.05073631927371025, 0.004208742640912533, -0.0038543983828276396, -0.012553912587463856, -0.010341068729758263, 0.0181366428732872, -0.0014074338832870126, -0.026684295386075974, -0.011013600043952465, -0.04992638900876045, -0.025397086516022682, 0.0049391258507966995, -0.025339234620332718, 0.02243216335773468, 0.017789531499147415, 0.009726389311254025, 0.010926821269094944, -0.013696492649614811, 0.050880949944257736, 0.02202720008790493, -0.0032722612377256155, 0.03265753015875816, -0.004570318385958672, -0.05406281724572182, 0.009596222080290318, -0.041219644248485565, -0.05634797737002373, -0.05545127019286156, 0.006135941948741674, -0.015027090907096863, -0.004982514772564173, 0.003735078265890479, 0.041017163544893265, -0.03659147396683693, 0.05660831183195114, 0.0048848893493413925, -0.0368807353079319, -0.0004533256869763136, -0.039339449256658554, -0.0011073260102421045, -0.01006627082824707, 0.07231516391038895, -0.02950458787381649, 0.05224047601222992, -0.036244362592697144, 0.02691570483148098, -0.012524986639618874, 0.021506529301404953, 0.038124553859233856, 0.007549703121185303, 0.016386616975069046, 0.03369886800646782, 0.021954884752631187, -0.049203239381313324, 0.006960334721952677, 0.04318661615252495, 0.009683000855147839, 0.02561403065919876, -0.028231840580701828, 0.03129800409078598, -0.04408332332968712, 0.011100377887487411, -0.00433890987187624, -0.053484294563531876, -0.035752616822719574, -0.0017156773246824741, 0.00922741461545229, -0.002203804673627019, 0.08105083554983139, 0.03988904505968094, -0.04995531588792801, 0.010008418932557106, -0.06062903627753258, -0.004252131562680006, -0.02500658482313156, 0.06120755523443222, -0.025136752054095268, 0.024963194504380226, -0.007441230583935976, 0.01146918535232544, -0.007231516297906637, 0.043504804372787476, -0.04295520856976509, -0.0004641729756258428, 0.0018033594824373722, -0.027465300634503365, -0.013132434338331223, -0.04104608669877052, 0.023083001375198364, 0.07520776987075806, 0.04104608669877052, 0.025064436718821526, 0.05111235752701759, -0.017413491383194923, 0.04448828846216202, 0.023589206859469414, 0.04283950477838516, 0.011527037248015404, -0.019120128825306892, 0.043794065713882446, -0.0548148937523365, -0.05007101967930794, 0.011671667918562889, 0.01505601778626442, 0.021289585158228874, -0.027942579239606857, 0.023589206859469414, 0.048393309116363525, 0.019206907600164413, -0.001874770619906485, -0.032541822642087936, 0.015374204143881798, 0.03696751222014427, 0.015070480294525623, -0.06386875361204147, -0.014940313063561916, -0.02552725374698639, -0.006696384400129318, 0.012358661741018295, -0.027262818068265915, 0.01011689193546772, 0.013269832357764244, 0.007097733672708273, -0.01031214278191328, 0.03471127897500992, 0.04035186395049095, -0.0010187398875132203, 0.013392768800258636, 0.03766173869371414, 0.0036790340673178434, 0.01573578082025051, -0.009053858928382397, 0.03092196397483349, 0.030372370034456253, -0.008287318050861359, 0.003207177622243762, -0.02412433922290802, 0.0770011842250824, -0.018671775236725807, -0.00541278999298811, 0.006877172272652388, -0.043794065713882446, 0.006175715010613203, -0.04336017370223999, 0.022706961259245872, 0.03349638357758522, -0.012481597252190113, 0.02711818739771843, 0.011013600043952465, -0.030430221930146217, -0.014745062217116356, 0.08729887008666992, -0.018368052318692207, -0.01086173765361309, -0.009567296132445335, 0.039339449256658554, -0.005868375767022371, 0.011425795964896679, -0.004219589754939079, 0.01480291411280632, -0.006168483756482601, 0.045500703155994415, -0.005391095764935017, 0.03358316421508789, 0.0880509465932846, 0.01046400424093008, 0.01725439913570881, 0.0059117646887898445, 0.023473503068089485, 0.04304198548197746, -0.007694333791732788, 0.006367350462824106, -0.042723800987005234, -0.02273588813841343, -0.011664436198771, -0.008309012278914452, -0.0066493796184659, 0.013291527517139912, -0.019568484276533127, -0.011989854276180267, 0.018700702115893364, 0.04110394045710564, -0.0115125747397542, -0.019177982583642006, 0.0005116297979839146, 0.002064598025754094, 0.004718564450740814, 0.04662881791591644, 0.06624069064855576, 0.030950890854001045, 0.018498219549655914, 0.02062428556382656, 0.014781219884753227, 0.02272142469882965, -0.00011321843339828774, -0.013645871542394161, 0.0778111144900322, 0.031847599893808365, 0.011013600043952465, -0.03312034532427788, 0.019279222935438156, -0.02541154995560646, -0.002757015638053417, 0.0709267109632492, -0.025859903544187546, 0.04923216626048088, 0.023357799276709557, -0.03795100003480911, -0.06525720655918121, -0.002679276978597045, -0.0021296816412359476, -0.014231624081730843, -0.018599459901452065, -0.048711493611335754, 0.010746033862233162, -0.02572973631322384, -0.027971506118774414, -0.05475704371929169, -0.023328872397542, 0.04952142387628555, 0.05863313749432564, 0.0770011842250824, -0.0025454938877373934, -0.0880509465932846, 0.00982763059437275, -0.012604533694684505, -0.06514149904251099, -0.013125202618539333, -0.039426229894161224, -0.002659390214830637, 0.010854505933821201, -0.005900917574763298, 0.06496794521808624, 0.009494980797171593, 0.035926174372434616, 0.009950567036867142, -0.018527144566178322, 0.024905342608690262, 0.02572973631322384, 0.011028062552213669, 0.03132693096995354, -0.004530545324087143, -0.012676848098635674, 0.001889233710244298, -0.038529518991708755, 0.014781219884753227, -0.002950458787381649, -0.01366033498197794, 0.01625644974410534, -0.02062428556382656, -0.014708904549479485, 0.04098823666572571, 0.0012655153404921293, -0.02134743705391884, -0.041335348039865494, 0.0030300053767859936, -0.0004790879611391574, -0.014195467345416546, 0.007419535890221596, 0.011888612993061543, -0.008540420792996883, 0.0006987453089095652, 0.022273071110248566, 0.03126907721161842, 0.00832347571849823, 0.02552725374698639, 0.007622018456459045, 0.026395035907626152, -0.05333966761827469, 0.016068430617451668, 0.017963087186217308, 0.0021965731866657734, -0.026366109028458595, 0.0021513761021196842, -0.03511624410748482, -0.0008361440850421786, 0.008800755254924297, -0.013826659880578518, -0.006584296002984047, 0.006262493319809437, 0.018180033192038536, -0.03878985345363617, 0.07225731015205383, -0.027161575853824615, -0.09065429121255875, -0.053571075201034546, 0.0112594710662961, -0.04735197126865387, -0.0019416621653363109, -0.01614074409008026, -0.015330814756453037, 0.00034281908301636577, -0.0031113598961383104, -0.016097355633974075, 0.025845440104603767, -0.008092067204415798, 0.046657744795084, -0.023068537935614586, 0.02392185665667057, -0.0010151241440325975, 0.009408202953636646, -0.05206691846251488, -0.007072423119097948, -0.046686671674251556, 0.049984242767095566, -0.0014264166820794344, 0.01420992985367775, 0.0036826496943831444, -0.012474365532398224, -0.0007104965043254197, 0.010456772521138191, -0.019568484276533127, -0.047294117510318756, -0.021304048597812653, 0.007947436533868313, -0.001505963271483779, -0.010232595726847649, 0.036475770175457, -0.012300809845328331, -0.008511494845151901, 0.0008976120152510703, -0.00017208750068675727, 0.0016424581408500671, -0.005271775647997856, 0.007271289825439453, 0.0134506206959486, 0.01984328217804432, -0.02143421582877636, -0.019597409293055534, -0.004208742640912533, 0.041219644248485565, 0.04674452170729637, 0.053976040333509445, -0.039310522377491, 0.007412304636090994, -0.030835187062621117, 0.021173879504203796, 0.0035723692271858454, 0.016415541991591454, 0.004693254362791777, 0.0022743118461221457, 0.011751214042305946, -0.03161618858575821, -0.0285211019217968, -0.007043497171252966, -0.003011926542967558, -0.04035186395049095, 0.00931419339030981, 0.01366033498197794, 0.0006259781657718122, 0.022981759160757065, -0.012091095559298992, 0.03797992318868637, -0.046686671674251556, 0.033843498677015305, 0.04469077289104462, -0.0061720991507172585, 0.012120021507143974, -0.029735995456576347, 0.033351752907037735, -0.01962633617222309, 0.07306724041700363, 0.029432272538542747, -0.000518409360665828, 0.042203132063150406, 0.027392985299229622, -0.024673935025930405, -0.016878359019756317, 0.013154128566384315, -0.025454938411712646, -0.04824867844581604, -0.06091829389333725, 0.023097462952136993, 0.018903184682130814, -0.03589724749326706, -0.06791840493679047, -0.02143421582877636, 0.06467868387699127, -0.006013005971908569, 0.01776060461997986, 0.023690447211265564, -0.003478359431028366, 0.012474365532398224, 0.0460502989590168, 0.013616945594549179, -0.018324661999940872, -0.08932369202375412, -0.012980571947991848, -0.024095412343740463, -0.021752402186393738, 0.02762439288198948, -0.006428818218410015, -0.052790071815252304, -0.06039762496948242, 0.026857852935791016, -0.0012700350489467382, 0.060571182519197464, -0.02165115997195244, 0.011678899638354778, -0.0664142444729805, 0.06051332876086235, 0.0002677920856513083, 0.006179330870509148, 0.01126670278608799, -0.002286967122927308, -0.025498326867818832, 0.058777764439582825, -0.06433156877756119, 0.024052023887634277, -0.010507393628358841, 0.006877172272652388, 0.01405806839466095, 0.014166540466248989, -0.0229239072650671, -0.059761252254247665, -0.006953103002160788, -0.018961036577820778, -0.0005233809933997691, 0.010124122723937035, 0.06878618150949478, -0.0391080416738987, 0.011158229783177376, -0.0072062062099576, 0.025758661329746246, -0.03456664830446243, 0.015591149218380451, 0.041624609380960464, -0.01635769009590149, 0.008591041900217533, 0.021058175712823868, -0.007867890410125256, -0.0006580679910257459, -0.04095930978655815, 0.0462527796626091, 0.0360708050429821, 0.004288289230316877, 0.019192444160580635, -0.015591149218380451, 0.002984808525070548, -0.05819924548268318, 0.018020939081907272, -0.016806043684482574, -0.011288397014141083, -0.057678576558828354, -0.007224285043776035, 0.011346249841153622, 0.023198705166578293, -0.0019434700952842832, -0.04176924005150795, 0.008815218694508076, 0.004125580191612244, -0.010044576600193977, 0.01162104681134224, 0.00867058802396059, 0.035752616822719574, 0.04602137207984924, 0.03297571465373039, -0.01046400424093008, -0.037517108023166656, -0.03395920246839523, 0.015894873067736626, -0.024442525580525398, -0.0027353211771696806, 0.027364058420062065, -0.016299838200211525, -0.07798467576503754, 0.013732650317251682, 0.06693491339683533, -0.012336967512965202, -0.03771958872675896, 0.01583702117204666, -0.026047922670841217, 0.003478359431028366, 0.044806476682424545, 0.0024388290476053953, -0.029128547757864, 0.027566540986299515, 0.016820507124066353, -0.004089422523975372, -0.028940528631210327, 0.07347220927476883, -0.029056234285235405, 0.0038182407151907682, -0.06797625869512558, -0.04373621195554733, -0.029331030324101448, -0.06791840493679047, -0.02062428556382656, 0.0026322719641029835, 0.018180033192038536, 0.028954992070794106, 0.015388667583465576, -0.036446843296289444, 0.010167512111365795, -0.021564383059740067, 0.018093254417181015, 0.020204856991767883, -0.04891397804021835, -0.047814786434173584, -0.04573211073875427, 0.001961548812687397, 0.04295520856976509, 0.0460502989590168, -0.023343335837125778, 0.002800404792651534, 0.005463410634547472, -0.005459794774651527, 0.012242957018315792, -0.017384566366672516, -0.03867414966225624, -0.06097614765167236, 0.020884620025753975, 0.005365785211324692, 0.031731896102428436, -0.023502428084611893, 0.03242611885070801, 0.0190478153526783, -0.04095930978655815, -0.013356611132621765, -0.007665407378226519, 0.009950567036867142, -0.059356287121772766, 0.04269487410783768, -0.03878985345363617, 0.044517215341329575, -0.010999136604368687, 0.03257074952125549, 0.05354214832186699, -0.04298413544893265, -0.058864545077085495, 0.035752616822719574, -0.006971181835979223, -0.012250188738107681, 0.034450944513082504, -0.005279006902128458, -0.022793740034103394, -0.04197172075510025, -0.021549919620156288, 0.021361900493502617, -0.016082892194390297, 0.027696708217263222, 0.04385191574692726, -0.012286346405744553, -0.025454938411712646, -0.03948407992720604, -0.01993005909025669, -0.04194279760122299, 0.014824609272181988, -0.003259605960920453, 0.028333080932497978, 0.018093254417181015, -0.0024786023423075676, 0.03994689881801605, -0.04388084262609482, -0.047409821301698685, 0.03557906299829483, 0.06352163851261139, 0.038037776947021484, 0.040120452642440796, -0.049000754952430725, -0.015142795629799366, -0.03167404234409332, -0.001957933185622096, -0.009299729950726032, 0.03818240761756897, 0.0037603885866701603, 0.013971289619803429, 0.01460043154656887, 0.08197647333145142, 0.022996222600340843, -0.004432919435203075, -0.006157636176794767, 0.051285915076732635, -0.02710372395813465, -0.03048807382583618, 0.03954193368554115, 0.06959611177444458, 0.017977550625801086, -0.002688316162675619, -0.05015780031681061, -0.010102428495883942, 0.027667781338095665, -0.0007999865338206291, 0.03060377761721611, 0.016733728349208832, -0.031240152195096016, -0.00603470066562295, 0.008959849365055561, -0.026988020166754723, 0.0035615218803286552, -0.00832347571849823, 0.014629357494413853, -0.0024677549954503775, 0.011960928328335285, 0.022562332451343536, -0.052095845341682434, 0.0006571640842594206, -0.02341565117239952, -0.03679395467042923, 0.020190393552184105, -0.017572585493326187, 0.024153266102075577, -0.013819428160786629, -0.0027877495158463717, 0.008901996538043022, 0.015084943734109402, 0.03158726543188095, -0.0000628237976343371, -0.009567296132445335, 0.0354633554816246, -0.04234775900840759, -0.009046627208590508, -0.020985860377550125, 0.019481705501675606, 0.025368159636855125, 0.03349638357758522, -0.01755812205374241, 0.030256664380431175, 0.015504371374845505, 0.005785213317722082, 0.031124446541070938, 0.0030263897497206926, -0.04385191574692726, -0.02124619483947754, 0.005868375767022371, -0.02951905131340027, 0.03601295128464699, 0.0039122505113482475, 0.011895844712853432, -0.034740205854177475, -0.0035976795479655266, -0.02781241200864315, -0.020074689760804176, 0.05143054574728012, 0.018758554011583328, -0.023748300969600677, 0.016892822459340096, -0.0450378842651844, -0.03826918452978134, 0.025295844301581383, -0.005351322237402201, -0.004573934245854616, -0.011671667918562889, -0.0280148945748806, 0.006468591745942831, -0.014723367989063263, 0.04454614222049713, -0.003641068469733, -0.00888030230998993, 0.006602374371141195, -0.02552725374698639, -0.048393309116363525, 0.011577658355236053, -0.004892121069133282, 0.002776902401819825, 0.035347651690244675, -0.021549919620156288, -0.004519697744399309, -0.030864112079143524, -0.04978175833821297, 0.021665623411536217, -0.04616600275039673, 0.0058358339592814445, -0.018368052318692207, -0.048393309116363525, -0.050302427262067795, -0.0036446843296289444, -0.030054181814193726, 0.018874257802963257, -0.04078575223684311, 0.035347651690244675, -0.03031451813876629, -0.008309012278914452, 0.007788343355059624, 0.016502320766448975, -0.023285483941435814, 0.0030101188458502293, 0.05145947262644768, -0.006197409704327583, 0.02950458787381649, -0.030285591259598732, -0.02463054470717907, -0.00967576913535595, -0.042521316558122635, 0.03051699884235859, -0.006284188013523817, 0.011187155731022358, -0.03858737275004387, 0.021202806383371353, 0.026438424363732338, 0.029085159301757812, -0.03442201763391495, 0.004986130632460117, 0.00541278999298811, 0.0011597544653341174, 0.04978175833821297, -0.007889584638178349, -0.007412304636090994, 0.019973449409008026, -0.02441360056400299, -0.06352163851261139, -0.023690447211265564, -0.028275229036808014, -0.0017509309109300375, -0.0546124130487442, 0.0037856989074498415, -0.015533297322690487, -0.08209217339754105, 0.004588397219777107, 0.049116458743810654, -0.037632811814546585, -0.004179816693067551, -0.0052536968141794205, 0.009993955492973328, -0.04657096788287163, -0.028492175042629242, 0.01047123596072197, 0.05302147939801216, -0.004761953838169575, 0.010731570422649384, -0.04255024343729019, 0.03725677356123924, 0.0656043142080307, 0.01576470583677292, 0.014361792244017124, 0.02561403065919876, -0.039831191301345825, -0.008243928663432598, -0.0025274150539189577, -0.03358316421508789, 0.035029467195272446, 0.001695790677331388, -0.0028220992535352707, 0.00020180450519546866, 0.031153373420238495, -0.04017830640077591, 0.011830761097371578, -0.031037669628858566, 0.005698435008525848, -0.025339234620332718, 0.05365785211324692, 0.06143896281719208, -0.01300949789583683, -0.05145947262644768, 0.024080950766801834, 0.023661522194743156, 0.014296707697212696, 0.010565245524048805, -0.022287534549832344, 0.037748515605926514, 0.015301888808608055, -0.02073998935520649, 0.020089153200387955, -0.0012609957484528422, 0.009560064412653446, 0.008757366798818111, 0.010391688905656338, 0.05033135414123535, -0.03361208736896515, 0.00592984352260828, -0.01201878022402525, -0.04228990897536278, 0.011960928328335285, 0.006197409704327583, -0.0059515382163226604, 0.02463054470717907, -0.013139665126800537, -0.0011796411126852036, -0.00749908247962594, 0.00038349637179635465, 0.025700809434056282, -0.03636006638407707, 0.026669833809137344, -0.020870156586170197, -0.033149272203445435, -0.0013432542327791452, 0.060744740068912506, 0.04717841371893883, 0.015591149218380451, 0.05090987682342529, -0.013125202618539333, -0.023545818403363228, 0.024341285228729248, 0.015865948051214218, -0.0033554236870259047, 0.017905235290527344, 0.07387717068195343, 0.012134484946727753, 0.015533297322690487, -0.03711214289069176, -0.04469077289104462, -0.009386508725583553, 0.016965137794613838, -0.052790071815252304, 0.015880409628152847, -0.00003997107705799863, -0.004707717336714268, -0.010586939752101898, -0.058459579944610596, 0.02473178692162037, -0.014397948980331421, 0.0454428493976593, 0.013436157256364822, -0.009328655898571014, 0.01794862374663353, 0.01744241826236248, -0.035231947898864746, 0.03170296922326088, 0.018686238676309586, 0.030256664380431175, 0.01844036765396595, -0.010406152345240116, -0.023285483941435814, -0.05553804710507393, -0.030864112079143524, -0.0115125747397542, 0.001472517498768866, 0.015591149218380451, 0.009328655898571014, 0.005264543928205967, 0.02862234227359295, 0.026698758825659752, -0.029244253411889076, 0.0066855368204414845, 0.004602860193699598, -0.015822557732462883, -0.008511494845151901, 0.01865731179714203, 0.059356287121772766, -0.009480518288910389, -0.026481812819838524, 0.027465300634503365, -0.009241878055036068, -0.0045016189105808735, -0.05076524615287781, 0.022576794028282166, -0.04055434465408325, -0.0029558823443949223, -0.04153783246874809, 0.044314734637737274, 0.004888505209237337, -0.010601403191685677, -0.0008126416942104697, -0.025368159636855125, -0.014289476908743382, -0.0017039261292666197, -0.029475660994648933, -0.01341446302831173, 0.008012520149350166, 0.03228148818016052, 0.015518834814429283, 0.005090987775474787, -0.008699513971805573, 0.0346534289419651, 0.007549703121185303, 0.033641014248132706, 0.004212358500808477, -0.06201748549938202, 0.015880409628152847, 0.003821856575086713, -0.0032614138908684254, 0.027682244777679443, -0.02473178692162037, -0.0021586075890809298, -0.027132650837302208, -0.016690339893102646, -0.029128547757864, -0.014383486472070217, -0.03670717775821686, 0.03329390287399292, 0.021260658279061317, 0.06496794521808624, -0.02452930435538292, -0.005788829177618027, -0.01974203996360302, -0.07914171367883682, 0.010095196776092052, -0.021709011867642403, -0.012496060691773891, 0.021752402186393738, 0.03569476678967476, 0.03945515304803848, 0.01062309741973877, 0.24459882080554962, 0.013783270493149757, 0.021578844636678696, 0.03471127897500992, 0.0036356449127197266, 0.02960582822561264, 0.0008921883418224752, -0.02571527287364006, 0.036533620208501816, -0.01544651947915554, -0.05212477222084999, 0.05689757317304611, -0.004147274885326624, -0.03905018791556358, -0.0040966542437672615, 0.0851583406329155, -0.0029341878835111856, 0.04107501357793808, 0.007614786736667156, -0.04532714560627937, -0.00792574230581522, -0.035636913031339645, -0.05183551087975502, 0.009176794439554214, -0.014166540466248989, 0.03387242183089256, -0.014839071780443192, -0.009560064412653446, 0.023271020501852036, -0.021795790642499924, 0.00991440936923027, -0.046802375465631485, 0.01964079961180687, -0.002757015638053417, -0.044227954000234604, -0.006493901833891869, -0.0387030765414238, -0.05721575766801834, -0.019018888473510742, 0.014390718191862106, 0.05322396010160446, 0.0072676739655435085, 0.04558748006820679, 0.0074918512254953384, 0.0440254732966423, 0.04214527830481529, -0.010977442376315594, -0.00632757693529129, 0.009552833624184132, 0.0017473151674494147, 0.024992121383547783, -0.03994689881801605, 0.0476701557636261, 0.011649972759187222, -0.01952509395778179, -0.016169670969247818, 0.024384673684835434, -0.05909595265984535, 0.026264868676662445, 0.020797841250896454, 0.0003084693744312972, -0.009372045285999775, 0.004895736463367939, 0.037835296243429184, 0.02214290387928486, -0.004111117217689753, 0.023343335837125778, 0.03019881248474121, -0.0560297891497612, 0.013703723438084126, -0.02772563509643078, -0.02055197022855282, -0.020682137459516525, -0.017876308411359787, -0.016806043684482574, 0.0008637142600491643, -0.044922180473804474, -0.04087253287434578, -0.048075120896101, -0.005174150224775076, 0.06103399768471718, -0.00807760376483202, -0.04414117708802223, -0.004910199902951717, 0.011049756780266762, -0.021159417927265167, -0.03679395467042923, -0.010333837009966373, -0.06508364528417587, -0.0016451700357720256, -0.0039664870128035545, -0.025700809434056282, -0.04014937952160835, 0.0026901240926235914, 0.005109066609293222 ]
9865_2
It evolved into the European Liberal Democrat and Reform Party (ELDR Party) in 2004, when it was founded as an official European party under that name and incorporated under Belgian law at an extraordinary Congress in Brussels, held on 30 April 2004 the day before the enlargement of the European Union. At the same time the matching group in the European Parliament, the European Liberal Democrats and Reformists Group allied with the members of the newly elected European Democratic Party, forming the Alliance of Liberals and Democrats for Europe (ALDE) with a matching ALDE Group in the European Parliament. On 10 November 2012, the ELDR Party adopted the name of the alliance between the two parties, to match the parliamentary group and the alliance. On 12 June 2019, the ALDE group was succeeded by a new enlarged group, Renew Europe, which primarily consists of ALDE and EDP member parties and France's La République En Marche! (LREM). European Council European Commissioners ALDE Member Parties contribute four out of the 28 members of the European Commission: Elected representatives of member parties European institutions National parliaments of European Union member states National parliaments outside the European Union Member parties Outside the EU See also European Liberal Youth Liberal International Political parties of the world References External links European Liberal Youth (LYMEC) Alliance of Liberals and Democrats for Europe Liberal International
[ -0.02933601289987564, -0.009847925044596195, -0.017964499071240425, -0.000870869611389935, -0.01862933672964573, 0.015305143781006336, -0.0381174236536026, -0.025610145181417465, -0.030139358714222908, -0.007050061598420143, -0.003433269215747714, -0.0191695187240839, 0.02692597173154354, 0.0276600643992424, -0.016884135082364082, 0.001982396934181452, -0.007032747846096754, -0.027175286784768105, -0.029058996587991714, 0.02839415706694126, 0.0008959741680882871, 0.010692824609577656, -0.008954547345638275, -0.019626595079898834, 0.0020655018743127584, -0.014418691396713257, 0.034931737929582596, -0.004203720483928919, 0.07285524904727936, 0.010976765304803848, 0.021551858633756638, -0.016150042414665222, 0.012112531810998917, 0.008753711357712746, -0.030139358714222908, -0.014474094845354557, -0.05889363959431648, -0.047508273273706436, -0.02944681979715824, -0.01493117120116949, 0.00848362036049366, -0.007798005361109972, -0.01000028382986784, -0.06437855958938599, -0.03844984620809555, 0.07673347741365433, 0.03457161784172058, -0.0034505827352404594, -0.017950648441910744, -0.0362614169716835, -0.012500355020165443, 0.009113832376897335, -0.036510732024908066, -0.028144842013716698, -0.014751111157238483, -0.04515363648533821, -0.028865084052085876, 0.002647235756739974, -0.03579048812389374, 0.010339628905057907, -0.007659497205168009, 0.024682139977812767, 0.013269074261188507, -0.00044539006194099784, 0.022978492081165314, 0.0011677963193506002, -0.001359976246021688, 0.025305427610874176, -0.0038055095355957747, -0.08415751159191132, 0.017410466447472572, -0.03279871493577957, -0.028615770861506462, -0.061940815299749374, 0.028754279017448425, -0.027590811252593994, 0.002565862378105521, -0.011447693221271038, 0.004989753942936659, -0.023310910910367966, 0.04072137549519539, 0.01151694729924202, 0.015318994410336018, -0.016371656209230423, -0.009827148169279099, 0.025513188913464546, -0.0018040677532553673, 0.05961387977004051, -0.014778812415897846, 0.044239483773708344, -0.02116403542459011, 0.03709246590733528, 0.004923962522298098, 0.02889278717339039, 0.04565226659178734, 0.013275999575853348, 0.02817254513502121, 0.040056537836790085, 0.029058996587991714, -0.06482178717851639, -0.01612234115600586, 0.05978009104728699, 0.00578963803127408, 0.013566866517066956, -0.04554145783185959, 0.012659639120101929, -0.02336631342768669, 0.004044435918331146, -0.025014560669660568, -0.07446194440126419, -0.002673206152394414, -0.012638863176107407, 0.026122624054551125, -0.03573508560657501, 0.06919863820075989, 0.05501541122794151, -0.02041609212756157, 0.012915878556668758, -0.05196823179721832, -0.012631936930119991, -0.013553015887737274, 0.03005625493824482, -0.027798572555184364, 0.006818060297518969, -0.01633010245859623, 0.011980948969721794, -0.023740286007523537, 0.03213387727737427, -0.039419401437044144, 0.007375555578619242, -0.008573650382459164, -0.04637250676751137, -0.007458660285919905, -0.022272100672125816, 0.004411482717841864, 0.06803517043590546, 0.019848208874464035, 0.028352605178952217, 0.042161859571933746, -0.01811685785651207, 0.02933601289987564, 0.0376741997897625, 0.043519239872694016, 0.007292450871318579, -0.000478285743156448, 0.03977952152490616, -0.03820053115487099, -0.03110891580581665, -0.01414167508482933, 0.011413066647946835, 0.03781270608305931, -0.012444951571524143, 0.032216981053352356, 0.05097097530961037, -0.0016785449115559459, -0.011863217689096928, -0.014446393586695194, -0.011724709533154964, 0.0548769049346447, 0.012043277733027935, -0.05238375812768936, -0.007756452541798353, -0.014280183240771294, 0.00953628122806549, 0.002340786624699831, -0.014598752371966839, -0.015000425279140472, -0.010893660597503185, -0.008019617758691311, 0.010720525868237019, 0.025693248957395554, 0.016704075038433075, 0.0005527338362298906, 0.008227379992604256, 0.06410153955221176, 0.018906353041529655, 0.024585185572504997, 0.01304053608328104, 0.0006367043242789805, 0.035347264260053635, -0.023961897939443588, -0.001298513263463974, -0.026358088478446007, 0.04714815318584442, -0.01450179610401392, 0.005149038042873144, -0.015734517946839333, -0.015374397858977318, -0.023684881627559662, -0.056511297821998596, 0.03579048812389374, 0.03249399736523628, -0.04072137549519539, 0.041109200567007065, -0.014820365235209465, -0.006710716523230076, -0.002363294130191207, 0.08509936928749084, 0.006651850882917643, -0.024751394987106323, -0.022909237071871758, 0.009120757691562176, 0.0034817468840628862, 0.014598752371966839, -0.013580718077719212, -0.013310627080500126, 0.004702349659055471, 0.04565226659178734, 0.01266656443476677, 0.06609605997800827, 0.08271703124046326, 0.034516215324401855, 0.019959015771746635, 0.003419418353587389, 0.021593410521745682, 0.03720327094197273, -0.004563841503113508, 0.018906353041529655, -0.03490403667092323, -0.007604093756526709, -0.026413490995764732, -0.0054987710900604725, 0.03673234581947327, 0.030637988820672035, -0.030416375026106834, -0.00024996380670927465, 0.03279871493577957, 0.06576363742351532, 0.022978492081165314, -0.031579844653606415, -0.03573508560657501, 0.03036097250878811, 0.008822965435683727, 0.02986234240233898, 0.050223030149936676, 0.013580718077719212, 0.020291434600949287, 0.044461093842983246, 0.008352037519216537, 0.00989640224725008, 0.04025045037269592, -0.011842440813779831, 0.042992908507585526, 0.006028564181178808, 0.035984400659799576, -0.002025680849328637, 0.05077706277370453, -0.027798572555184364, 0.026344237849116325, 0.056954525411129, -0.016731776297092438, 0.05412895977497101, 0.0200975239276886, -0.03969641774892807, -0.04515363648533821, 0.004930887836962938, 0.00910690613090992, 0.012029427103698254, 0.00610128091648221, -0.03573508560657501, -0.00657567149028182, -0.0010379449231550097, 0.004148317035287619, -0.06188541278243065, -0.019238773733377457, 0.04429488629102707, 0.06033412367105484, 0.04908726364374161, 0.011807814240455627, -0.05540323257446289, -0.016704075038433075, -0.02177347056567669, -0.04712045192718506, -0.021953530609607697, -0.035458069294691086, 0.0192803256213665, -0.028421858325600624, -0.026205729693174362, 0.04199565201997757, -0.013310627080500126, 0.015526756644248962, 0.03731407970190048, -0.006329819560050964, 0.023837242275476456, 0.008767561987042427, 0.024017302319407463, 0.003500791732221842, 0.01570681668817997, -0.010949064046144485, 0.025942564010620117, -0.006118594668805599, -0.013372955843806267, -0.02326935902237892, -0.0013461255002766848, -0.0009695565677247941, -0.008047319948673248, -0.018712442368268967, 0.04839472472667694, -0.00537065090611577, -0.02972383424639702, -0.04520903900265694, 0.014086272567510605, -0.015069679357111454, -0.03781270608305931, 0.0013781554298475385, 0.03748028725385666, 0.0018906353507190943, 0.02367103099822998, 0.051358796656131744, 0.05102637782692909, 0.0065514324232935905, 0.022549116984009743, -0.0009028995991684496, 0.01493117120116949, -0.05728694424033165, -0.00018774338241200894, 0.01612234115600586, 0.011738560162484646, -0.046871136873960495, -0.007112390361726284, -0.03803431987762451, 0.0062120878137648106, 0.026648955419659615, -0.030970407649874687, -0.020997826009988785, 0.0005224351771175861, 0.02092857100069523, -0.016690224409103394, 0.04809000715613365, -0.009834074415266514, -0.1005568727850914, -0.04484891891479492, 0.01414167508482933, -0.021607261151075363, 0.01811685785651207, 0.009827148169279099, 0.007396331522613764, 0.0006483909673988819, -0.02000056765973568, -0.05047234520316124, 0.030305568128824234, -0.024986859411001205, 0.021205587312579155, -0.007105464581400156, 0.038394439965486526, 0.037452585995197296, -0.011239930987358093, -0.0619962178170681, 0.0034159556962549686, -0.0032566713634878397, 0.03700936213135719, -0.029169803485274315, 0.028560366481542587, -0.011246856302022934, -0.010201120749115944, -0.018920203670859337, 0.03756339102983475, -0.04097069054841995, -0.02241060882806778, -0.04484891891479492, 0.02333861216902733, -0.005155963357537985, -0.002854997990652919, 0.034405406564474106, -0.02166266366839409, -0.026233430951833725, -0.002953684888780117, 0.012327219359576702, -0.00043132284190505743, -0.020152926445007324, 0.00006124654464656487, 0.016274699941277504, 0.022327503189444542, -0.016177743673324585, -0.03570738434791565, -0.028615770861506462, 0.02828335016965866, 0.01461260300129652, 0.052411459386348724, -0.05435057356953621, -0.0007622272823937237, -0.014010093174874783, 0.003933629486709833, -0.013220597058534622, 0.012583459727466106, 0.033131133764982224, 0.002011829987168312, 0.02680131420493126, -0.04520903900265694, -0.037757303565740585, 0.012514205649495125, -0.004234884865581989, -0.014404840767383575, -0.03457161784172058, 0.037452585995197296, -0.017202703282237053, 0.023698734119534492, 0.012347996234893799, 0.03362976387143135, -0.02608107216656208, 0.04097069054841995, 0.07883880287408829, -0.01896175742149353, -0.01844927668571472, -0.04742516949772835, 0.046649523079395294, -0.026759762316942215, 0.07069452852010727, 0.02272917702794075, -0.006142833735793829, 0.017964499071240425, 0.0008600486326031387, -0.029502222314476967, -0.025928713381290436, 0.009709416888654232, -0.011392289772629738, -0.05088787153363228, -0.05894904211163521, 0.038699157536029816, 0.04662182182073593, -0.012438026256859303, -0.04061057046055794, -0.052854686975479126, 0.03925319015979767, -0.002806520089507103, -0.0027995947748422623, 0.043713152408599854, 0.000747077981941402, -0.010561241768300533, 0.029917746782302856, 0.00269571365788579, -0.01883709989488125, -0.06371372193098068, -0.005602652207016945, -0.0083797387778759, -0.007091613952070475, -0.020236032083630562, -0.008102723397314548, -0.056178878992795944, -0.03579048812389374, 0.049170371145009995, 0.01896175742149353, 0.03279871493577957, 0.011025243438780308, 0.022853834554553032, 0.0015253202291205525, 0.06975267082452774, 0.011350737884640694, 0.03919778764247894, -0.016510164365172386, 0.024488229304552078, -0.019668148830533028, 0.07706589996814728, -0.0573977492749691, 0.033048029989004135, 0.020249882712960243, -0.0011911694891750813, 0.0009721536189317703, 0.013733076862990856, -0.0456799678504467, -0.037840407341718674, -0.007548690773546696, -0.004865096416324377, -0.006225938443094492, -0.002392727183178067, 0.063325896859169, -0.03415609523653984, 0.003777808044105768, -0.033241938799619675, 0.026759762316942215, -0.026898270472884178, 0.017729034647345543, 0.04013964161276817, 0.00289308768697083, 0.008629053831100464, 0.010865959338843822, 0.013899286277592182, 0.0041829440742731094, -0.028560366481542587, 0.032216981053352356, 0.03847754746675491, -0.008054245263338089, -0.009473953396081924, -0.013920062221586704, -0.02483449876308441, -0.07213500887155533, -0.00016512761067133397, 0.011447693221271038, -0.017452018335461617, -0.044987425208091736, 0.0016846045618876815, 0.02126099169254303, 0.017770586535334587, 0.0068803890608251095, -0.060167912393808365, 0.009972582571208477, -0.024973006919026375, -0.02148260362446308, -0.015554457902908325, 0.011710858903825283, 0.03853294998407364, 0.05291008949279785, -0.003556195180863142, 0.006073579657822847, -0.031884562224149704, 0.005329098552465439, -0.010014134459197521, -0.019252624362707138, -0.030721092596650124, 0.03725867345929146, 0.010388106107711792, -0.019031010568141937, 0.012590385042130947, 0.04349153861403465, 0.008040394634008408, -0.019834358245134354, 0.001323617878369987, -0.05390734598040581, -0.025499338284134865, 0.016842583194375038, -0.012860476039350033, -0.043297626078128815, 0.010485062375664711, -0.001443946734070778, -0.016094639897346497, -0.013393731787800789, 0.06410153955221176, 0.007978065870702267, -0.0032999550458043814, -0.06820137798786163, -0.027784721925854683, -0.04451650008559227, -0.03163524717092514, -0.03947480395436287, -0.008338186889886856, 0.04504282772541046, 0.03382367268204689, 0.03570738434791565, -0.06831219047307968, 0.01267348974943161, 0.0047335135750472546, 0.04124770686030388, 0.02252141386270523, -0.04451650008559227, -0.04119230434298515, -0.02681516483426094, 0.003601210191845894, 0.03770190104842186, 0.0720796063542366, -0.007984991185367107, 0.015499054454267025, 0.012022501789033413, -0.007500212639570236, 0.009847925044596195, -0.0362614169716835, -0.03615061193704605, -0.041330814361572266, 0.01157927606254816, 0.015651414170861244, 0.020346837118268013, -0.0038782262708991766, 0.03756339102983475, 0.005360262934118509, -0.007032747846096754, -0.00024217272584792227, -0.013366030529141426, -0.01041580829769373, -0.039447102695703506, 0.018698591738939285, -0.050333838909864426, -0.01103909406810999, 0.01225103996694088, 0.04232807084918022, 0.04221726581454277, -0.029613029211759567, -0.06908783316612244, 0.007527914363890886, -0.0017573212971910834, -0.05767476558685303, 0.02480679750442505, -0.013864659704267979, -0.012742743827402592, -0.02680131420493126, -0.010346554219722748, 0.01634395495057106, -0.016731776297092438, 0.014487945474684238, 0.03867145627737045, -0.006187848746776581, -0.011669306084513664, -0.028034036979079247, -0.013580718077719212, -0.00017443361866753548, 0.007299376185983419, 0.011544648557901382, 0.029197504743933678, -0.000918481731787324, -0.005020917858928442, 0.0236571803689003, -0.03360206261277199, -0.02534697949886322, 0.02221669629216194, 0.04786839336156845, -0.0036185237113386393, 0.04847782850265503, -0.026551999151706696, -0.022992342710494995, -0.02378183789551258, 0.002082815393805504, -0.03772960230708122, 0.015942281112074852, 0.023643329739570618, 0.0002488817262928933, 0.03133052960038185, 0.09523815661668777, 0.004529214464128017, 0.025083813816308975, 0.01315134298056364, 0.036178313195705414, -0.01162775419652462, -0.019197219982743263, 0.026413490995764732, 0.05554174259305, -0.00043997960165143013, 0.007479436695575714, -0.04094298928976059, -0.015873026102781296, 0.030139358714222908, -0.026856718584895134, 0.027590811252593994, 0.047591377049684525, -0.005214829463511705, -0.02074851095676422, 0.003471358912065625, -0.019765103235840797, 0.008525172248482704, 0.001618813257664442, 0.03296492248773575, 0.03844984620809555, 0.04853323474526405, 0.047175854444503784, -0.03736948221921921, -0.019446535035967827, -0.03770190104842186, -0.03036097250878811, 0.03562428057193756, -0.021233288571238518, 0.029806939885020256, 0.01621929742395878, -0.004349153954535723, 0.004574229475110769, 0.03595669940114021, 0.027784721925854683, -0.02933601289987564, -0.0496135950088501, 0.05767476558685303, -0.028034036979079247, -0.02324165590107441, -0.006499492097645998, 0.01904486119747162, 0.003185685956850648, 0.031773753464221954, -0.031192021444439888, -0.005900444462895393, 0.02083161659538746, -0.009349295869469643, 0.010014134459197521, -0.04617859423160553, -0.05972468480467796, -0.037037063390016556, -0.0027130271773785353, -0.016053086146712303, 0.039641015231609344, 0.0035631204955279827, 0.007271674461662769, -0.0007717497646808624, -0.015222038142383099, -0.026551999151706696, 0.02598411589860916, 0.03543036803603172, 0.022396758198738098, -0.03446081280708313, 0.017756735906004906, -0.06786896288394928, -0.05905984714627266, 0.031358230859041214, -0.011766261421144009, -0.01936342939734459, -0.003370940452441573, -0.039225488901138306, 0.0014742454513907433, -0.030499480664730072, 0.015388248488307, -0.022701475769281387, -0.003698165761306882, 0.02084546722471714, -0.03977952152490616, -0.04418407753109932, 0.023532522842288017, 0.014792663045227528, 0.021967383101582527, 0.05595726519823074, -0.01759052649140358, 0.012320294044911861, -0.035042546689510345, -0.060888152569532394, 0.020083671435713768, -0.05700992792844772, 0.0017071121837943792, -0.010436584241688251, -0.04199565201997757, -0.06011250987648964, 0.003054103348404169, -0.06315968930721283, 0.006973882205784321, -0.0362614169716835, 0.015471353195607662, -0.007465585600584745, -0.019723551347851753, -0.012735818512737751, 0.028144842013716698, -0.016579417511820793, -0.0021087855566293, 0.06127597764134407, -0.02282613329589367, 0.03917008638381958, -0.04437799006700516, -0.00963323749601841, 0.0009583028149791062, -0.036178313195705414, 0.025707101449370384, -0.03759109601378441, 0.030942706391215324, -0.044350288808345795, 0.04484891891479492, 0.008871442638337612, 0.01225103996694088, -0.0424942821264267, 0.014377139508724213, 0.008767561987042427, -0.0027147585060447454, 0.033158835023641586, 0.00575847364962101, 0.00573423458263278, 0.02124714106321335, -0.03612290695309639, -0.014834215864539146, 0.00011827291746158153, -0.004082525614649057, 0.0002408742147963494, -0.038893070071935654, -0.001078631728887558, 0.0007708840421400964, -0.05684371665120125, -0.017036493867635727, 0.003507717279717326, -0.0456799678504467, -0.019723551347851753, -0.0025710563641041517, -0.017964499071240425, 0.009820222854614258, -0.015554457902908325, -0.006769582629203796, 0.052106741815805435, 0.011323035694658756, -0.05066625773906708, -0.029557624831795692, 0.013241373002529144, 0.05615117773413658, 0.026233430951833725, 0.02587331086397171, 0.02724453993141651, -0.031469035893678665, -0.007243972737342119, -0.003812435083091259, -0.01621929742395878, 0.026468895375728607, -0.000028134454623796046, 0.011226080358028412, -0.007562541402876377, 0.03662153705954552, -0.04077678173780441, 0.05363032966852188, -0.017853692173957825, 0.004674647934734821, -0.015540607273578644, 0.03579048812389374, 0.05706533044576645, 0.021731918677687645, -0.05845041200518608, 0.018573934212327003, 0.042466577142477036, 0.024225063621997833, 0.02127484232187271, -0.03969641774892807, 0.03277101367712021, 0.029363714158535004, -0.031275127083063126, 0.027147585526108742, -0.003753569209948182, -0.007791079580783844, -0.009598609991371632, 0.010582017712295055, 0.053768839687108994, -0.018989458680152893, 0.02430816926062107, 0.004768140614032745, -0.011136050336062908, 0.009190011769533157, -0.012521130964159966, -0.0051698144525289536, -0.0012292593019083142, -0.0011478858068585396, 0.018089156597852707, -0.009370071813464165, 0.03163524717092514, 0.026981374248862267, -0.030499480664730072, 0.04055516794323921, -0.05016762763261795, -0.023421717807650566, 0.028020186349749565, 0.03385137766599655, 0.05540323257446289, 0.03684315085411072, 0.034710127860307693, -0.0012690803268924356, -0.053768839687108994, 0.031081214547157288, 0.019404983147978783, -0.0283664558082819, 0.006056265905499458, 0.04473811015486717, -0.008663680404424667, 0.043602343648672104, -0.02900359220802784, -0.05972468480467796, 0.00011751545389415696, -0.005007067229598761, -0.031275127083063126, -0.03321423754096031, 0.02357407659292221, -0.026773612946271896, -0.02429431863129139, -0.048228513449430466, 0.03687085211277008, -0.019211070612072945, 0.05371343716979027, 0.028975890949368477, -0.012479578144848347, -0.022064337506890297, 0.03191226348280907, -0.04858863726258278, 0.028643472120165825, 0.04277129843831062, 0.06382452696561813, -0.015332845039665699, -0.015014276839792728, -0.04598468542098999, -0.06105436384677887, -0.013414507731795311, -0.026842866092920303, 0.01623314805328846, 0.020249882712960243, -0.01110142283141613, -0.037120167165994644, 0.03678774833679199, 0.0020758898463100195, -0.015609861351549625, 0.014079347252845764, 0.024169661104679108, -0.010464285500347614, -0.018158409744501114, 0.04628940299153328, 0.05435057356953621, -0.019460385665297508, -0.015374397858977318, -0.004965514875948429, 0.05008452385663986, -0.0040998393669724464, -0.028781980276107788, -0.0060943556018173695, -0.05540323257446289, -0.025056112557649612, -0.03443311154842377, 0.04285440221428871, 0.0013833495322614908, 0.015512905083596706, -0.006932329852133989, -0.020596152171492577, -0.0006068385555408895, 0.03698165714740753, -0.02795093134045601, 0.013691524043679237, 0.06698250770568848, 0.01623314805328846, 0.004432258661836386, 0.008213529363274574, -0.003016013652086258, 0.025430085137486458, 0.0041102273389697075, 0.010644346475601196, -0.011600052006542683, -0.010810555890202522, 0.02565169706940651, 0.018989458680152893, -0.007181644439697266, -0.0026178027037531137, -0.03803431987762451, -0.009460101835429668, -0.0023806076496839523, -0.006589522119611502, -0.03562428057193756, -0.013317552395164967, -0.03254939988255501, -0.0030056254472583532, 0.04908726364374161, 0.04243887588381767, -0.03601210191845894, -0.030554883182048798, -0.002048188354820013, -0.07257823646068573, -0.03160754591226578, -0.04011194035410881, -0.0000023738446088827914, -0.0450151264667511, 0.03772960230708122, 0.05196823179721832, -0.0040167346596717834, 0.2219453603029251, -0.024114256724715233, 0.017133450135588646, -0.006596447434276342, 0.01157235074788332, 0.02512536570429802, 0.019197219982743263, -0.047812990844249725, 0.038588352501392365, -0.02764621376991272, -0.037341780960559845, 0.03448851406574249, 0.00581387709826231, -0.02972383424639702, 0.003074879525229335, 0.0527992807328701, -0.02900359220802784, 0.05268847569823265, 0.006835374049842358, -0.055347830057144165, -0.037037063390016556, -0.0036496880929917097, -0.03213387727737427, 0.008656755089759827, -0.05202363803982735, 0.03257710114121437, -0.008629053831100464, -0.02220284566283226, 0.028948189690709114, -0.0253608301281929, -0.024128109216690063, -0.022161293774843216, 0.022382905706763268, 0.0010483330115675926, -0.04390706121921539, -0.028643472120165825, -0.03966871649026871, -0.05939226597547531, -0.006852687336504459, 0.009093055501580238, 0.05501541122794151, 0.006059728562831879, 0.08454533666372299, -0.030748795717954636, 0.05894904211163521, 0.05227295309305191, -0.028781980276107788, 0.008677531965076923, -0.015969982370734215, -0.01833846978843212, 0.03725867345929146, -0.044571902602910995, 0.06232863664627075, 0.030111657455563545, -0.059336863458156586, -0.02292308770120144, 0.038588352501392365, -0.08199678361415863, 0.018407724797725677, 0.0038089724257588387, 0.020485345274209976, 0.012569609098136425, -0.0010206314036622643, 0.027480004355311394, 0.0018923666793853045, 0.02167651616036892, 0.005585338454693556, 0.007077763322740793, -0.021177886053919792, 0.020249882712960243, -0.033574361354112625, -0.03936399891972542, -0.009086130186915398, -0.015305143781006336, 0.007160868030041456, -0.017299659550189972, -0.03249399736523628, -0.018476977944374084, -0.04972440376877785, -0.0023373239673674107, 0.05038924142718315, -0.03462702035903931, -0.04601238667964935, 0.011897844262421131, 0.01655171625316143, -0.03645532950758934, -0.022756878286600113, -0.02534697949886322, -0.03025016561150551, 0.006201699376106262, -0.00227672653272748, -0.005464144051074982, -0.055347830057144165, 0.00652026804164052, -0.0003445388574618846 ]
9866_0
The European People's Party Group (EPP Group) is a centre-right political group of the European Parliament consisting of deputies (MEPs) from the member parties of the European People's Party (EPP). It sometimes includes independent MEPs and/or deputies from unaffiliated national parties. The EPP Group comprises politicians of Christian-democratic, conservative and liberal-conservative orientation. The European People's Party was officially founded as a European political party in 1976. However, the European People's Party Group in the European Parliament has existed in one form or another since June 1953, from the Common Assembly of the European Coal and Steel Community, making it one of the oldest European-level political groups. It has been the largest political group in the European Parliament since 1999. History The Common Assembly of the European Coal and Steel Community (the predecessor of the present day European Parliament) first met on 10 September 1952 and the first Christian Democratic Group was unofficially formed the next day, with Maan Sassen as president. The group held 38 of the 78 seats, two short of an absolute majority. On 16 June 1953 the Common Assembly passed a resolution enabling the official formation of political groups, and on 23 June 1953 the constituent declaration of the group was published and the group was officially formed. The Christian Democrat group was the biggest group at formation, but as time wore on it lost support and was the second-biggest group by the time of the 1979 elections. As the European Community expanded into the European Union, the dominant centre-right parties in the new member states were not necessarily Christian democratic, and the EPP (European People's Party, the pan-continental political party founded in 1976 which all group members are now affiliated to) feared being sidelined. To counter this, the EPP expanded its remit to cover the centre-right regardless of tradition and pursued a policy of integrating liberal-conservative parties.
[ -0.0071823629550635815, -0.02037627436220646, 0.00042279402259737253, 0.0476268045604229, -0.023922951892018318, -0.013098055496811867, -0.05176231265068054, -0.008010833524167538, -0.037000466138124466, -0.007442544214427471, -0.017459509894251823, -0.02935936488211155, 0.03719218075275421, 0.0048749689012765884, -0.05094068869948387, 0.016418786719441414, 0.002795233391225338, -0.035247668623924255, 0.03286496177315712, -0.0028602785896509886, 0.01224219799041748, -0.02503214403986931, -0.056692056357860565, -0.027811972424387932, -0.01929447054862976, 0.009482909925282001, 0.0522826723754406, 0.015597161836922169, 0.042943548411130905, 0.018596090376377106, 0.0003748659510165453, 0.011961475946009159, 0.008729754947125912, -0.035822805017232895, -0.0010244623990729451, -0.014337338507175446, 0.008983088657259941, -0.007243984844535589, -0.017623834311962128, -0.0028962246142327785, 0.029195038601756096, -0.028236478567123413, 0.0011263095075264573, -0.043299585580825806, 0.006994074210524559, 0.007154975552111864, 0.043053098022937775, 0.028592515736818314, -0.015912117436528206, -0.024142051115632057, -0.01256400067359209, 0.036041904240846634, 0.0067099290899932384, -0.014529051259160042, -0.01409085188060999, -0.033713970333337784, 0.0007095065666362643, -0.0029886572156101465, -0.033029284328222275, 0.03168730065226555, -0.03880804032087326, -0.01374850794672966, 0.014802925288677216, -0.01092075277119875, 0.007004344370216131, -0.010208678431808949, 0.021321142092347145, 0.012967965565621853, -0.008134077303111553, -0.0876946672797203, -0.003659650217741728, -0.006110828369855881, -0.000902074680197984, -0.041190750896930695, -0.017925096675753593, 0.009982731193304062, -0.05578827112913132, 0.014611213468015194, 0.011057689785957336, -0.03820551559329033, 0.024320069700479507, 0.004703797399997711, 0.0343712717294693, 0.024799350649118423, -0.05222789943218231, 0.01862347684800625, -0.03919146582484245, 0.07613715529441833, -0.02115681767463684, 0.055651333183050156, -0.0030896486714482307, 0.027401160448789597, -0.02173195406794548, 0.021074656397104263, 0.03952011466026306, 0.018240053206682205, 0.056472957134246826, 0.025798993185162544, -0.004659292753785849, -0.024224214255809784, 0.02055429294705391, 0.02195105515420437, -0.046558693051338196, 0.01122201420366764, -0.051105011254549026, 0.03905452787876129, -0.04231363534927368, 0.022348172962665558, -0.00990056898444891, -0.023265652358531952, -0.04242318496108055, -0.019787443801760674, 0.007209750358015299, -0.025908542796969414, 0.047133829444646835, 0.048065003007650375, -0.03834245353937149, -0.0017040139064192772, -0.0254155695438385, -0.000636330689303577, 0.011427420191466808, 0.029797563329339027, 0.021006187424063683, 0.01722671650350094, -0.012118954211473465, 0.012125801295042038, 0.03497379645705223, 0.02563466876745224, -0.044203370809555054, 0.023293040692806244, 0.002629196736961603, -0.005251546856015921, 0.012221656739711761, -0.04557274281978607, 0.02767503447830677, 0.05822575464844704, 0.008866691961884499, 0.010482552461326122, 0.05274825915694237, -0.018349602818489075, 0.0011742375791072845, 0.02410097047686577, -0.01947248913347721, 0.005135150160640478, -0.03305667266249657, 0.04195759817957878, -0.021526549011468887, -0.0408073253929615, -0.010236065834760666, -0.006155333016067743, -0.016446173191070557, -0.013111749663949013, -0.024785656481981277, 0.03946533799171448, -0.01858239620923996, -0.020389968529343605, -0.03497379645705223, 0.017035003751516342, 0.04518932104110718, 0.004628481809049845, -0.07306975871324539, -0.018883658573031425, 0.004049921408295631, -0.03242675960063934, -0.0015294188633561134, -0.006439478136599064, -0.01578887365758419, -0.0188014954328537, -0.047955453395843506, -0.011536970734596252, -0.014001842588186264, 0.005645241588354111, -0.03445343300700188, 0.002274871338158846, 0.026264579966664314, 0.02878422662615776, 0.0397392138838768, -0.01439211331307888, 0.0040978495962917805, 0.011283636093139648, -0.011338410899043083, 0.004351183772087097, -0.042833998799324036, 0.06567514687776566, -0.02259466052055359, 0.010961833409965038, -0.017719691619277, 0.03530244529247284, 0.004635328892618418, -0.06107405200600624, 0.02831863984465599, 0.009174801409244537, -0.02725053019821644, 0.011797151528298855, -0.001244417973794043, -0.008798223920166492, -0.0701666921377182, 0.1023743525147438, -0.018924739211797714, -0.0034251450560986996, -0.011016608215868473, 0.007353534922003746, 0.005973891355097294, 0.013919679448008537, 0.01862347684800625, -0.017500590533018112, -0.024539170786738396, 0.06348414719104767, 0.007757499814033508, 0.018952127546072006, 0.0784377008676529, -0.011872466653585434, 0.02889377810060978, -0.023690158501267433, 0.033960457891225815, 0.023142408579587936, -0.019486183300614357, 0.02592223696410656, -0.029167652130126953, -0.02427898906171322, -0.01836329698562622, 0.010482552461326122, -0.012125801295042038, 0.013707427307963371, -0.030372699722647667, 0.008455879986286163, 0.012228503823280334, 0.04576445743441582, -0.013871751725673676, -0.03393306955695152, -0.017349960282444954, 0.031413424760103226, 0.010140209458768368, 0.0561990812420845, 0.04486066848039627, 0.030728736892342567, 0.0049947891384363174, -0.0025795570109039545, 0.004830464255064726, -0.005925963167101145, -0.0031033423729240894, -0.027045123279094696, 0.05367943271994591, -0.010619490407407284, 0.04379256069660187, 0.033138833940029144, 0.01281733438372612, -0.0006500243907794356, 0.0001995219790842384, 0.07235768437385559, 0.013269227929413319, 0.025620974600315094, 0.020814474672079086, 0.0008057905943132937, -0.0014780673664063215, 0.005847224034368992, 0.030263150110840797, 0.006234072148799896, -0.010954986326396465, -0.008366870693862438, 0.014898781664669514, -0.014898781664669514, -0.06677064299583435, -0.021170511841773987, -0.010818049311637878, 0.07619193196296692, 0.07153606414794922, 0.0074288505129516125, -0.0042245169170200825, -0.0551309697329998, -0.01672004908323288, 0.022827453911304474, -0.02774350345134735, 0.014419500716030598, -0.0483388788998127, 0.010325075127184391, -0.004659292753785849, -0.02778458409011364, 0.07076921314001083, -0.018020952120423317, 0.0002563295711297542, 0.0325910858809948, 0.004977671895176172, 0.0019154109759256244, -0.02029411308467388, -0.0029270355589687824, 0.012146341614425182, 0.06233387440443039, -0.015391755849123001, -0.00446758046746254, -0.02051321230828762, 0.015706712380051613, 0.006627766881138086, -0.009318585507571697, 0.016240768134593964, -0.003245414700359106, -0.005607583560049534, 0.03480947017669678, 0.009763631969690323, -0.016103830188512802, -0.04590139538049698, 0.04017741233110428, 0.012947425246238708, -0.06633244454860687, 0.019718976691365242, 0.0001355465647066012, 0.010660571046173573, -0.005343979224562645, 0.014378420077264309, 0.04239579662680626, -0.00041017011972144246, 0.011317870579659939, 0.03913668915629387, 0.006713352631777525, -0.05181708559393883, 0.0033327124547213316, 0.01428256370127201, 0.02381340228021145, -0.03428910672664642, -0.006189567502588034, -0.027113592252135277, -0.018212664872407913, 0.016281848773360252, 0.0016364011680707335, 0.039547502994537354, 0.03826029226183891, 0.021074656397104263, -0.02441592700779438, 0.05162537470459938, -0.005936233326792717, -0.06129315122961998, -0.05244699865579605, 0.011735529638826847, -0.03752082958817482, 0.018198970705270767, -0.014939863234758377, -0.022498803213238716, 0.05433673411607742, -0.00003348545578774065, -0.017719691619277, 0.02459394559264183, -0.0004942581872455776, 0.010092281736433506, 0.003017756389454007, -0.03171468526124954, 0.05025600269436836, -0.018596090376377106, -0.02481304481625557, -0.012214809656143188, -0.034891631454229355, 0.012194269336760044, -0.01897951401770115, 0.054692771285772324, 0.0009440117282792926, -0.02731899730861187, 0.027004042640328407, 0.013762202113866806, -0.033960457891225815, -0.038041189312934875, -0.04814716801047325, 0.032700635492801666, 0.024320069700479507, -0.026333048939704895, 0.031303875148296356, -0.019540958106517792, -0.02459394559264183, -0.021321142092347145, -0.008236780762672424, 0.00004875717786489986, -0.05088591203093529, 0.011139851994812489, 0.016158604994416237, 0.02878422662615776, 0.0033720817882567644, -0.03598713129758835, -0.00787389650940895, 0.08720169216394424, 0.04209453612565994, 0.030783511698246002, -0.040506064891815186, 0.031084774062037468, -0.03765776753425598, 0.010427777655422688, 0.003707578405737877, 0.009880028665065765, 0.024087276309728622, -0.03631578013300896, 0.0655108168721199, -0.05614430829882622, -0.02745593525469303, -0.0005657223518937826, -0.010598949156701565, 0.014967250637710094, -0.027620259672403336, -0.013077515177428722, -0.0350833460688591, -0.027702422812581062, -0.020211949944496155, 0.03899975121021271, 0.006391549948602915, 0.07065966725349426, 0.04894140362739563, -0.01188616082072258, 0.041190750896930695, -0.011345257982611656, 0.0397392138838768, -0.0002986945619340986, 0.07827337831258774, 0.029414139688014984, 0.025045838207006454, 0.0035501003731042147, 0.0033327124547213316, -0.040725164115428925, 0.009304891340434551, 0.023827096447348595, -0.02692187950015068, -0.005080374889075756, -0.048859238624572754, 0.026579536497592926, 0.018746720626950264, -0.012865262106060982, -0.03354964777827263, -0.0038513625040650368, 0.034070007503032684, -0.009606153704226017, -0.007750653196126223, 0.010427777655422688, 0.03765776753425598, 0.022978084161877632, 0.02073231153190136, 0.02334781549870968, -0.03226243704557419, -0.035494156181812286, 0.0085038086399436, 0.019609425216913223, -0.0433269739151001, 0.022937003523111343, -0.029551075771450996, -0.042587511241436005, -0.05241961032152176, 0.010913905687630177, 0.04064299911260605, 0.025757912546396255, -0.00039390879101119936, 0.023758627474308014, -0.019595732912421227, 0.034070007503032684, 0.00400199368596077, 0.017486898228526115, -0.02151285484433174, -0.002360457321628928, -0.021143123507499695, 0.04647653177380562, -0.0533507838845253, -0.011954628862440586, 0.04075254872441292, 0.01765122264623642, -0.050036899745464325, 0.011413726955652237, -0.0008541466086171567, -0.020746005699038506, 0.0061792973428964615, -0.005487763788551092, -0.003447397379204631, 0.01965050771832466, 0.05099546164274216, -0.025538813322782516, 0.0011109041515737772, -0.004484697710722685, 0.03155036270618439, -0.018144195899367332, 0.008010833524167538, 0.04847581684589386, -0.005891728680580854, 0.03379613533616066, -0.0526387095451355, -0.011605438776314259, -0.029551075771450996, 0.0009226152906194329, -0.01922600157558918, 0.043299585580825806, -0.04102642461657524, -0.01833590865135193, -0.07367228716611862, -0.0030194681603461504, -0.09322693943977356, -0.005936233326792717, -0.01572040654718876, -0.02330673485994339, -0.024046195670962334, 0.010831743478775024, 0.03182423487305641, 0.06392234563827515, -0.021115737035870552, 0.014775537885725498, -0.0030211799312382936, -0.020006544888019562, -0.02062276192009449, -0.0154876122251153, 0.03182423487305641, 0.051433663815259933, 0.07728742808103561, -0.011057689785957336, -0.01224219799041748, -0.039328403770923615, -0.0019462218042463064, -0.0024973945692181587, -0.0015568062663078308, -0.010051200166344643, 0.023744933307170868, -0.009729397483170033, -0.03976660221815109, -0.009955343790352345, 0.02903071418404579, -0.01188616082072258, -0.062059998512268066, 0.0033926223404705524, -0.025785299018025398, -0.002115681767463684, 0.024621332064270973, 0.0016269866609945893, -0.0383150652050972, 0.031276486814022064, 0.005994431674480438, 0.0049947891384363174, -0.015761487185955048, 0.08605141937732697, 0.005727403797209263, -0.007148128934204578, -0.074493907392025, -0.04535364359617233, -0.05392592027783394, -0.007353534922003746, -0.027935216203331947, -0.029989276081323624, -0.011975170113146305, 0.041190750896930695, 0.01696653477847576, -0.008907773531973362, 0.014241483062505722, 0.014953556470572948, 0.0020403661765158176, 0.020362582057714462, -0.02019825577735901, 0.01018813718110323, 0.010482552461326122, -0.0018589242827147245, 0.027209447696805, 0.016665274277329445, 0.014967250637710094, 0.011400032788515091, -0.011447961442172527, 0.03193378448486328, 0.0015901847509667277, -0.022224929183721542, -0.06447009742259979, -0.05789710581302643, 0.034179557114839554, -0.02230709232389927, -0.03204333409667015, -0.02867467701435089, 0.07723265886306763, 0.036041904240846634, -0.02538818120956421, 0.008394258096814156, -0.017213022336363792, -0.04696950688958168, -0.0361514575779438, 0.07673968374729156, -0.02180042304098606, -0.00400199368596077, 0.035576317459344864, 0.017349960282444954, 0.02652476169168949, -0.0230876337736845, -0.06375802308320999, 0.03916407749056816, -0.0035637940745800734, -0.02716836705803871, 0.08550366759300232, 0.015651937574148178, -0.023046553134918213, 0.022526191547513008, 0.019499875605106354, 0.03165991231799126, 0.010818049311637878, 0.014775537885725498, 0.05543223395943642, -0.01822635903954506, -0.016952842473983765, -0.06605856865644455, -0.002884242683649063, -0.015295900404453278, -0.002889377763494849, 0.004344336688518524, 0.0009962191106751561, 0.028702065348625183, -0.029797563329339027, -0.017199328169226646, -0.046065717935562134, -0.06956416368484497, -0.05124194920063019, 0.005888305138796568, 0.002529917284846306, 0.07049533724784851, -0.06682541966438293, -0.015350675210356712, -0.024320069700479507, 0.030372699722647667, -0.030016662552952766, 0.013303461484611034, 0.0587187297642231, -0.02248511090874672, 0.031276486814022064, 0.016993923112750053, 0.005029023624956608, 0.009339125826954842, -0.037575602531433105, 0.01299535296857357, -0.061238374561071396, -0.03382351994514465, 0.00818200595676899, 0.07788995653390884, -0.04729815572500229, 0.027524404227733612, -0.030454862862825394, -0.020184563472867012, 0.025045838207006454, 0.00012784384307451546, 0.01940402016043663, 0.006391549948602915, -0.01804834045469761, -0.03834245353937149, 0.05524051934480667, 0.010982373729348183, 0.03286496177315712, -0.002570998389273882, 0.029907112941145897, 0.028866389766335487, 0.025607280433177948, 0.018856270238757133, -0.06879731267690659, 0.0036151455715298653, -0.01973266899585724, -0.012392828240990639, 0.023320427164435387, -0.016514642164111137, 0.042587511241436005, 0.0052755107171833515, 0.021252674981951714, 0.012837874703109264, 0.017911402508616447, -0.0033720817882567644, -0.0024255025200545788, -0.05674682930111885, 0.024265294894576073, -0.021608710289001465, -0.010790661908686161, -0.003277937415987253, 0.02993450127542019, 0.00244775484316051, 0.03135864809155464, -0.015336981043219566, -0.05589782074093819, -0.0005464655696414411, 0.014967250637710094, 0.009729397483170033, -0.02709989808499813, -0.057623229920864105, -0.029688013717532158, -0.013303461484611034, -0.0379590280354023, 0.006490829400718212, -0.043053098022937775, -0.007065966259688139, 0.005333709064871073, -0.025182776153087616, -0.05652773007750511, -0.00009580264304531738, 0.009318585507571697, 0.03459037095308304, -0.060745399445295334, 0.021211592480540276, -0.01725410483777523, -0.05556916818022728, -0.007045425940304995, -0.043409135192632675, -0.026826024055480957, 0.014638600870966911, -0.01740473508834839, 0.004522355273365974, -0.0069974977523088455, 0.03179685026407242, -0.022361867129802704, -0.036178842186927795, -0.03483685851097107, -0.05159798637032509, -0.0784377008676529, 0.026401517912745476, 0.05439150705933571, 0.025840073823928833, 0.04209453612565994, -0.0018657711334526539, -0.01862347684800625, 0.003339559305459261, -0.021608710289001465, 0.004043074790388346, -0.029277201741933823, 0.03250892460346222, 0.0046079414896667, -0.010277146473526955, -0.052255287766456604, -0.026908185333013535, -0.05975945293903351, 0.028017377480864525, 0.011215167120099068, 0.02774350345134735, -0.02197844162583351, -0.020253032445907593, 0.043162647634744644, 0.028975939378142357, 0.00036673530121333897, 0.030783511698246002, 0.05398069694638252, -0.014830313622951508, 0.011940935626626015, -0.027469629421830177, -0.012365440838038921, 0.013269227929413319, -0.01331715565174818, 0.0037041548639535904, -0.03590497002005577, 0.0003500460588838905, -0.01457013189792633, 0.004560013301670551, 0.009886875748634338, -0.013084362260997295, -0.04669563099741936, -0.004070462193340063, 0.021280061453580856, 0.04436769708991051, 0.025607280433177948, -0.03768515586853027, -0.01758275367319584, 0.02212907373905182, -0.01596689224243164, -0.03029053844511509, -0.041765887290239334, 0.002649737289175391, 0.021389611065387726, -0.01392652653157711, -0.02126636728644371, -0.022854840382933617, -0.03683614358305931, 0.002302258973941207, 0.03694569319486618, -0.05860918015241623, 0.0008909485186450183, 0.02080078050494194, -0.011023455299437046, 0.034179557114839554, -0.004515508655458689, -0.029797563329339027, 0.025935931131243706, 0.02219754084944725, -0.030591800808906555, -0.010215524584054947, -0.01409085188060999, 0.0350833460688591, -0.00821624044328928, 0.0008875250932760537, 0.010804355144500732, -0.021115737035870552, -0.019609425216913223, -0.03505595773458481, 0.002389556495472789, 0.019321857020258904, 0.012570846825838089, 0.0031461352482438087, -0.00882561132311821, -0.016706354916095734, -0.04371039569377899, 0.05277564749121666, 0.0504751019179821, -0.0042655980214476585, -0.02011609449982643, 0.042258862406015396, 0.05975945293903351, -0.0033772168681025505, -0.0025179351214319468, 0.030947837978601456, 0.012659856118261814, 0.009674622677266598, 0.01907537132501602, -0.030591800808906555, 0.02169087342917919, -0.009674622677266598, -0.03771254047751427, 0.035138119012117386, -0.015816261991858482, 0.006199837662279606, -0.004700373858213425, 0.0013625264400616288, 0.013399317860603333, -0.03300189599394798, 0.008010833524167538, 0.014296257868409157, -0.014337338507175446, -0.02957846410572529, -0.004477850627154112, -0.007613715715706348, 0.0027404583524912596, -0.05521313101053238, 0.005925963167101145, 0.015569774433970451, 0.043299585580825806, 0.04390211030840874, 0.03193378448486328, 0.030482251197099686, -0.02696296013891697, -0.017596447840332985, 0.0065319109708070755, 0.0347273088991642, 0.02738746628165245, 0.01462490763515234, 0.02101987972855568, -0.010516786947846413, -0.012454450130462646, 0.041793275624513626, 0.02605917491018772, -0.0110097611322999, 0.004963978193700314, 0.022183848544955254, 0.0036185691133141518, 0.0009979307651519775, -0.04757202789187431, -0.04787329211831093, 0.022224929183721542, -0.01818527840077877, -0.0386711023747921, 0.01729518547654152, 0.003676767461001873, -0.020253032445907593, -0.006295694038271904, -0.027729809284210205, 0.06069062650203705, -0.026949267834424973, 0.05310429632663727, -0.004960555117577314, -0.015884730964899063, 0.021964747458696365, 0.03064657561480999, -0.022389253601431847, 0.03645271807909012, 0.03050963766872883, 0.06036197766661644, -0.03344009816646576, 0.0012247333070263267, 0.028948552906513214, -0.02069123089313507, 0.004936590790748596, -0.0264973733574152, 0.000493402301799506, 0.029633238911628723, -0.030619187280535698, -0.05241961032152176, 0.031166937202215195, -0.00011960620031459257, -0.027414854615926743, 0.008524348959326744, 0.03426172211766243, -0.005076951812952757, -0.031988561153411865, 0.01851392723619938, 0.06918074190616608, 0.0074630845338106155, -0.006066323723644018, 0.023388896137475967, 0.06600379198789597, -0.00783966202288866, -0.04064299911260605, 0.03620623052120209, -0.027688728645443916, -0.011030302383005619, -0.023498445749282837, 0.026757555082440376, -0.03218027204275131, 0.0037246954161673784, 0.002184150507673621, -0.03541199490427971, -0.007552093826234341, 0.009263810701668262, -0.06698974221944809, -0.022717904299497604, 0.04102642461657524, 0.019212307408452034, 0.06868776679039001, 0.005422718357294798, -0.016062749549746513, 0.03576803207397461, -0.015172656625509262, 0.011358952149748802, 0.0021088349167257547, -0.019417714327573776, 0.03086567483842373, 0.003765776753425598, 0.02900332771241665, -0.035247668623924255, 0.017377346754074097, -0.02212907373905182, 0.004440193064510822, -0.024402232840657234, -0.005258393473923206, -0.017555365338921547, -0.031029999256134033, 0.030208375304937363, 0.06841389089822769, 0.03322099521756172, -0.029386751353740692, -0.04321742057800293, -0.00033635232830420136, -0.0608549490571022, 0.020499518141150475, -0.007483625318855047, 0.005302898120135069, -0.04790068045258522, 0.03667181730270386, 0.027935216203331947, -0.003806857857853174, 0.21395088732242584, 0.006258036009967327, -0.005676052533090115, -0.01088651828467846, 0.004091002978384495, 0.023512139916419983, 0.029058102518320084, -0.01900690235197544, 0.021348530426621437, -0.012338053435087204, -0.0340152345597744, 0.04554535821080208, 0.023251960054039955, -0.05187186226248741, 0.011879313737154007, 0.09246008843183517, -0.042258862406015396, 0.0397392138838768, 0.023580608889460564, -0.06419622153043747, -0.007846509106457233, -0.009797866456210613, -0.05288519710302353, 0.031029999256134033, -0.03319361060857773, 0.04288877174258232, 0.022813759744167328, -0.032207660377025604, -0.015391755849123001, -0.00608686450868845, 0.013091209344565868, -0.032454147934913635, 0.02809954062104225, -0.0021396458614617586, -0.042012374848127365, -0.009708857163786888, -0.05014645308256149, -0.0848463699221611, -0.0005969611811451614, -0.014405807480216026, 0.033713970333337784, 0.03286496177315712, 0.07515120506286621, 0.0017416717018932104, 0.0038958671502768993, 0.03155036270618439, -0.023429976776242256, 0.011091924272477627, 0.017322571948170662, -0.02599070593714714, 0.035932354629039764, -0.03713740408420563, 0.045517969876527786, 0.009482909925282001, -0.05140627548098564, -0.03552154451608658, 0.042697060853242874, -0.032454147934913635, 0.023046553134918213, 0.006549027748405933, 0.030208375304937363, 0.00507352827116847, 0.06304594874382019, -0.01661049760878086, -0.03029053844511509, 0.02244402840733528, 0.014994638040661812, 0.012344900518655777, -0.052967362105846405, 0.019486183300614357, -0.013296615332365036, -0.02725053019821644, -0.010530481114983559, -0.010338768362998962, -0.0013051839778199792, 0.008277861401438713, -0.01789771020412445, -0.003765776753425598, -0.024183133617043495, -0.02101987972855568, 0.040013089776039124, 0.002478565787896514, -0.013618418015539646, 0.05044771358370781, -0.004197129048407078, 0.05258393660187721, -0.030947837978601456, -0.011283636093139648, -0.03289234638214111, -0.0051214564591646194, -0.018144195899367332, -0.01018813718110323, -0.06950938701629639, -0.03215288743376732, -0.028921164572238922 ]
9866_1
This policy led to Greek New Democracy and Spanish People's Party MEPs joining the EPP Group. The British Conservative Party and Danish Conservative People's Party tried to maintain a group of their own called the European Democrats (ED), but lack of support and the problems inherent in maintaining a small group forced ED's collapse in the 1990s, and its members crossed the floor to join the EPP Group. The parties of these MEPs also became full members of the EPP (with the exception of the British Conservatives who did not join the Party) and this consolidation process of the European centre-right throughout the 1990s with the acquisition of members from the Italian party Forza Italia. However, the consolidation was not unalloyed and a split emerged with the Eurosceptic MEPs who congregated in a subgroup within the group, also called the European Democrats (ED). Nevertheless, the consolidation held through the 1990s, assisted by the group being renamed to the European People's Party – European Democrats (EPP-ED) group, and after the 1999 European elections the EPP-ED reclaimed its position as the largest group in the Parliament from the Party of European Socialists (PES) group. Size was not enough, however: the group did not have a majority. It continued therefore to engage in the Grand Coalition (a coalition with the PES Group, or occasionally the Liberals) to generate the majorities required by the cooperation procedure under the Single European Act. This coalition has held, although occasionally the group adopts a government-opposition dynamic with the other groups, notably during the budget crisis when it opposed the PES and brought about the resignation of the Santer Commission. Meanwhile, the parties in the European Democrats subgroup were growing restless and finally left following the 2009 elections, when the Czech Civic Democratic Party and British Conservative party formed their own right-wing European Conservatives and Reformists (ECR) group on 22 June 2009, abolishing the European Democrats subgroup from that date. The EPP-ED Group reverted to its original name – the EPP Group – immediately.
[ -0.0190508421510458, -0.03706813603639603, 0.015363583341240883, 0.08011410385370255, -0.01132016722112894, -0.009958394803106785, -0.04371637850999832, -0.031509313732385635, -0.03592285141348839, 0.008198566734790802, -0.009644140489399433, -0.0035021984949707985, 0.030224358662962914, 0.019400015473365784, -0.07447147369384766, 0.027836019173264503, 0.01074054092168808, -0.03103443793952465, -0.012688922695815563, -0.011026863008737564, -0.019330181181430817, -0.031229974702000618, -0.0029068598523736, -0.022444797679781914, -0.004417030140757561, 0.01683010719716549, 0.0531579963862896, -0.003617425449192524, 0.0615660659968853, -0.02983328513801098, 0.013911026529967785, -0.015503251925110817, 0.01230483315885067, -0.03078303299844265, -0.010538021102547646, -0.014679205603897572, -0.012626071460545063, -0.0014944575959816575, -0.026146024465560913, 0.02699800580739975, 0.016397133469581604, -0.0273751113563776, 0.014469701796770096, -0.0629068911075592, -0.019316213205456734, 0.042822495102882385, 0.037515077739953995, 0.006281610578298569, -0.018212828785181046, -0.029693616554141045, -0.0032612697687000036, 0.014651271514594555, -0.02185818925499916, -0.01530771516263485, -0.0025367371272295713, -0.04019672051072121, -0.0038583544082939625, 0.013324416242539883, -0.02107604220509529, -0.015014410950243473, -0.023073308169841766, 0.0115017369389534, 0.02412082627415657, -0.0232548788189888, -0.007158033084124327, -0.013596771284937859, -0.012598138302564621, 0.001045771175995469, 0.014071645215153694, -0.08005823194980621, 0.01282160822302103, -0.033436741679906845, 0.021369347348809242, -0.04799024760723114, -0.008135715499520302, 0.01386912539601326, -0.03832515701651573, -0.007430387660861015, 0.009853643365204334, -0.012954293750226498, 0.042375557124614716, -0.0051363250240683556, 0.010852276347577572, 0.004406555090099573, -0.027347177267074585, 0.03363227844238281, -0.017723988741636276, 0.08530978858470917, -0.04218002036213875, 0.07368933409452438, -0.016718370839953423, 0.06452704966068268, -0.007779559586197138, 0.032822199165821075, 0.018366465345025063, 0.028995271772146225, 0.017109444364905357, 0.001299794064834714, 0.04008498415350914, -0.01491664256900549, 0.0023865930270403624, 0.00930195115506649, 0.0006883059977553785, 0.01708151027560234, -0.036481525748968124, 0.020433565601706505, -0.02065703645348549, 0.004053890705108643, -0.014141479507088661, -0.025615282356739044, -0.039358705282211304, -0.010901160538196564, -0.0010187103180214763, -0.02564321644604206, 0.03357641398906708, 0.050476353615522385, -0.038744162768125534, -0.0016070656711235642, -0.06318622827529907, -0.017430683597922325, 0.010775458067655563, 0.04033638909459114, 0.011822975240647793, -0.01720721274614334, -0.011543638072907925, 0.013226647861301899, 0.00926005095243454, 0.010049180127680302, -0.038744162768125534, -0.004612566437572241, -0.004043415654450655, 0.01300317794084549, -0.032989803701639175, -0.0543312169611454, 0.04628628492355347, 0.012360701337456703, 0.0315372459590435, -0.014357966370880604, 0.036565326154232025, -0.015168046578764915, -0.005324878264218569, 0.02896733768284321, 0.0001535267074359581, -0.004923330154269934, 0.018198862671852112, 0.024176692590117455, -0.016243496909737587, -0.029693616554141045, -0.006382870487868786, 0.03634185716509819, 0.013268548995256424, -0.013610738329589367, 0.03458203002810478, -0.008289351128041744, -0.03539210930466652, -0.011173514649271965, -0.014253214932978153, 0.028743866831064224, 0.04310183227062225, 0.018953075632452965, -0.04366051033139229, -0.014763006940484047, 0.01588035747408867, 0.01970728673040867, -0.011809008195996284, 0.015712754800915718, -0.013980860821902752, 0.001990282442420721, -0.014469701796770096, 0.014637304469943047, 0.026648832485079765, 0.03223558887839317, -0.027752216905355453, -0.023101242259144783, -0.004130708985030651, 0.02127157896757126, 0.02877180092036724, -0.012723839841783047, 0.022235294803977013, 0.013526936061680317, -0.017137378454208374, 0.005726426374167204, -0.009686040692031384, 0.04539240524172783, -0.011976610869169235, 0.002753223991021514, -0.007133590988814831, 0.024833137169480324, -0.007884311489760876, -0.05589550733566284, 0.03684466704726219, 0.04321356862783432, -0.03488929942250252, 0.01987488940358162, -0.006990430410951376, -0.046034879982471466, -0.03293393552303314, 0.09005852788686752, 0.003393955063074827, 0.0015747672878205776, -0.053940143436193466, 0.01132016722112894, -0.04637008532881737, 0.004301803186535835, 0.005897521041333675, -0.01201851200312376, -0.00514330854639411, 0.07273957878351212, 0.0008519805269315839, 0.037515077739953995, 0.07380106300115585, -0.010279634036123753, -0.014623337425291538, -0.045085132122039795, 0.013694539666175842, 0.019400015473365784, -0.02613205835223198, 0.03271046653389931, 0.0057927691377699375, -0.0012125009670853615, -0.0004892777651548386, 0.022528599947690964, -0.03198418766260147, 0.018366465345025063, -0.050727758556604385, 0.041342005133628845, 0.04033638909459114, 0.038129620254039764, 0.00825443398207426, -0.013317433185875416, 0.01345710176974535, 0.04014085233211517, 0.012674955651164055, 0.03706813603639603, 0.02222132869064808, 0.02456776611506939, 0.0035598119720816612, 0.004106266889721155, -0.0009436382679268718, 0.017891591414809227, 0.009294968098402023, -0.002550703939050436, 0.03581111505627632, 0.005017606541514397, 0.04905173182487488, -0.0021962940227240324, 0.03522450476884842, 0.01868770457804203, 0.01822679676115513, 0.06642654538154602, -0.003977072890847921, 0.03366021439433098, 0.01708151027560234, -0.0060930573381483555, -0.044833727180957794, 0.011578555218875408, 0.02938634343445301, 0.024456031620502472, -0.041258204728364944, -0.03701226785778999, 0.00514330854639411, -0.019972657784819603, -0.04312976822257042, -0.06681761890649796, -0.020838605239987373, 0.05086742714047432, 0.053772538900375366, 0.05262725427746773, 0.008533772081136703, -0.039861515164375305, -0.0076957582496106625, 0.006920595653355122, -0.03460996225476265, -0.01860390231013298, -0.03684466704726219, 0.020726870745420456, -0.03558764606714249, -0.005911487620323896, 0.0313696414232254, -0.009413686580955982, 0.0048604789189994335, 0.05609104409813881, 0.024009089916944504, -0.003917713649570942, -0.039163168519735336, 0.04628628492355347, -0.028003621846437454, 0.06530919671058655, -0.02329677902162075, -0.01974918693304062, -0.003025578334927559, -0.004745251964777708, 0.011166531592607498, -0.018254730850458145, 0.02589462138712406, -0.015168046578764915, -0.018380431458353996, 0.01409957930445671, -0.014888708479702473, -0.04287836328148842, -0.023687852546572685, -0.001167981536127627, 0.022528599947690964, -0.041006799787282944, 0.021914055570960045, 0.007185966707766056, -0.0025454664137214422, -0.005614691413938999, 0.023199010640382767, 0.03692846745252609, -0.019805055111646652, 0.017710020765662193, 0.026760568842291832, -0.01818489469587803, -0.04779471084475517, 0.012786691077053547, 0.028799735009670258, 0.01191376056522131, -0.04544827342033386, 0.008610590361058712, -0.02731924317777157, 0.007444354239851236, 0.034833431243896484, 0.022528599947690964, -0.007241834420710802, 0.011515703983604908, 0.03427475690841675, -0.01666250452399254, 0.036732930690050125, -0.019581584259867668, -0.08201359957456589, -0.015140112489461899, -0.0013111421139910817, -0.018240762874484062, 0.031146172434091568, 0.0037291606422513723, -0.005890537519007921, -0.01564292050898075, 0.006141941528767347, -0.015824491158127785, -0.005820702761411667, -0.023687852546572685, 0.0015197725733742118, -0.019735220819711685, -0.003788519883528352, 0.010314551182091236, -0.02663486637175083, -0.056482117623090744, -0.012067396193742752, -0.008631540462374687, 0.0097768260166049, 0.0025768917985260487, 0.0468449629843235, -0.0025402288883924484, -0.004720809869468212, -0.008484887890517712, -0.01814299449324608, -0.03514070436358452, -0.020489433780312538, -0.05556030198931694, 0.04061572626233101, -0.02374371886253357, -0.04050398990511894, 0.039945315569639206, -0.032207656651735306, -0.03815755248069763, 0.0317048504948616, 0.006627290975302458, 0.012982227839529514, -0.024456031620502472, -0.004329736810177565, 0.005300436168909073, -0.0039526307955384254, 0.018129028379917145, -0.026858337223529816, 0.0062990691512823105, 0.058214012533426285, 0.06827017664909363, 0.049079664051532745, -0.03452616184949875, -0.0023551674094051123, -0.02868800051510334, -0.007437370717525482, -0.0024284936953336, 0.012353717349469662, 0.008163649588823318, 0.0016419829335063696, 0.06665001809597015, -0.051956843584775925, -0.05771120637655258, 0.0013373300898820162, 0.000011600433026615065, 0.011040829122066498, -0.04441472142934799, 0.029079072177410126, -0.006264152005314827, 0.0005582392914220691, 0.025210242718458176, -0.002400559838861227, 0.042040351778268814, 0.09257256984710693, 0.05609104409813881, -0.004829053301364183, 0.01847819983959198, -0.03176071494817734, 0.06044871732592583, -0.012521320022642612, 0.045252736657857895, 0.03287806734442711, 0.0010754507966339588, -0.008750258944928646, -0.04058779403567314, -0.010056163184344769, -0.016690438613295555, -0.008959762752056122, 0.008617573417723179, -0.053688738495111465, -0.07262784987688065, 0.04310183227062225, 0.04366051033139229, -0.004633517004549503, -0.019986625760793686, -0.03539210930466652, 0.06285101920366287, -0.003624408971518278, -0.013045079074800014, -0.000984666054137051, 0.014469701796770096, -0.0039037468377500772, 0.03530830889940262, 0.0075211720541119576, -0.039246972650289536, -0.02378561906516552, -0.006658716592937708, 0.0007742896559648216, -0.019358115270733833, 0.0016926128882914782, -0.041509609669446945, -0.0459231473505497, -0.02386942133307457, 0.003792011644691229, 0.003474264871329069, 0.04832545295357704, -0.002222481882199645, 0.024679500609636307, 0.032207656651735306, 0.02502867393195629, 0.03930283710360527, 0.04312976822257042, -0.004556699190288782, -0.01041231956332922, -0.002234702929854393, 0.033967483788728714, -0.049778010696172714, -0.0001166453876066953, 0.0115017369389534, 0.01724911294877529, -0.07301892340183258, 0.022696202620863914, -0.012765740975737572, -0.024372229352593422, -0.023631984367966652, -0.034386493265628815, 0.00728373508900404, 0.01617366261780262, 0.04955453798174858, 0.0071196239441633224, -0.01843629963696003, -0.018003325909376144, 0.04530860483646393, 0.00045654282439500093, 0.013331400230526924, 0.010977978818118572, 0.023925289511680603, 0.020712902769446373, -0.03452616184949875, -0.009343852289021015, -0.014944576658308506, -0.00837315246462822, 0.005897521041333675, 0.039693910628557205, -0.009455586783587933, -0.02046149969100952, -0.04511306807398796, -0.025084540247917175, -0.09162282198667526, -0.013149830512702465, -0.005639133509248495, -0.01583845727145672, -0.03363227844238281, 0.004085316322743893, 0.0615660659968853, 0.04234762117266655, 0.0032019102945923805, -0.004455439280718565, 0.018464233726263046, -0.01421829778701067, -0.049359001219272614, -0.029972953721880913, 0.01983298920094967, 0.04357670992612839, 0.07642684131860733, -0.008107781410217285, -0.010377402417361736, -0.015656888484954834, -0.00738848652690649, -0.0066307829692959785, -0.029442211613059044, -0.0011575063690543175, 0.026606932282447815, -0.0007699250127188861, -0.04941486939787865, 0.013052062131464481, 0.05670558661222458, -0.01512614544481039, -0.04005705192685127, 0.009420669637620449, -0.038045819848775864, -0.041705142706632614, 0.04103473201394081, -0.021103976294398308, -0.040643662214279175, -0.0032333359122276306, 0.02481916919350624, 0.014693171717226505, -0.00502109806984663, 0.07564469426870346, 0.0227520689368248, -0.008813110180199146, -0.06726455688476562, -0.03511277213692665, -0.0386882945895195, 0.0009698261856101453, -0.015293748117983341, -0.003896763315424323, 0.03424682468175888, 0.027053872123360634, 0.02350628189742565, -0.009532405063509941, -0.017598286271095276, -0.004291328135877848, 0.03374401479959488, 0.042906299233436584, -0.002136934781447053, 0.001180202467367053, 0.0011828213464468718, 0.009581289254128933, 0.00025860575260594487, 0.020587202161550522, -0.0054366132244467735, 0.019316213205456734, 0.0036802764516323805, 0.0096511235460639, -0.008582656271755695, -0.01790555752813816, -0.056565918028354645, -0.011585538275539875, 0.0317048504948616, -0.001648966339416802, -0.011417935602366924, -0.029358411207795143, 0.029861219227313995, 0.00919719971716404, 0.0006088692462071776, 0.03505690395832062, -0.017430683597922325, -0.018575968220829964, -0.036565326154232025, 0.04178894683718681, -0.03536417335271835, 0.01839439943432808, 0.02814329043030739, 0.03991738334298134, 0.04332530498504639, 0.007074231747537851, -0.0392749048769474, 0.048716526478528976, -0.007954145781695843, -0.060728054493665695, 0.03407922014594078, 0.00027781023527495563, -0.015628954395651817, 0.015140112489461899, 0.03444236144423485, 0.010342484340071678, 0.003617425449192524, -0.003486485918983817, 0.04366051033139229, -0.025321979075670242, -0.029777416959404945, -0.05313006415963173, -0.014078629203140736, -0.013212681747972965, 0.01831059716641903, 0.007940178737044334, -0.01317078061401844, -0.008938811719417572, -0.021341413259506226, -0.03731954097747803, -0.022668268531560898, -0.0390234999358654, -0.01733291521668434, 0.03402335196733475, -0.002693864516913891, 0.06961099803447723, -0.06502985954284668, -0.05198477953672409, -0.0013015399454161525, -0.004256410989910364, -0.05025288462638855, 0.016732338815927505, 0.02868800051510334, -0.023687852546572685, 0.017751920968294144, 0.046230416744947433, -0.01803125999867916, 0.015503251925110817, 0.012842558324337006, 0.019819021224975586, -0.04863272234797478, -0.014902675524353981, 0.04069952666759491, 0.046034879982471466, -0.02885560318827629, 0.02181628718972206, -0.06994620710611343, 0.010565955191850662, 0.0023289795499294996, -0.01740274950861931, 0.027542714029550552, 0.04729190096259117, -0.005831178277730942, -0.012500369921326637, 0.03301773592829704, -0.03296186774969101, 0.004958247300237417, -0.005761343520134687, 0.03701226785778999, 0.04139787331223488, 0.015531186014413834, 0.05905202776193619, -0.07352172583341599, -0.014832841232419014, -0.03930283710360527, -0.01097099483013153, 0.04528066888451576, -0.028324861079454422, 0.046230416744947433, 0.02748684585094452, 0.028911469504237175, -0.005576282273977995, 0.04433092102408409, 0.005576282273977995, 0.0027025940362364054, -0.0542474165558815, 0.0394425094127655, -0.0377664789557457, -0.0020304371137171984, -0.013429168611764908, -0.026397429406642914, 0.01421829778701067, 0.009616206400096416, -0.03536417335271835, -0.054722290486097336, -0.01121541578322649, -0.0001264658640138805, -0.017877623438835144, -0.05402394384145737, -0.03871623054146767, -0.034135088324546814, -0.007199933752417564, -0.035699378699064255, 0.03184451907873154, -0.03597871959209442, 0.005894029047340155, 0.020014557987451553, -0.012737806886434555, -0.039163168519735336, -0.0191765446215868, 0.031425509601831436, 0.045252736657857895, -0.06385663896799088, -0.012437518686056137, -0.0073256357572972775, -0.07910848408937454, -0.009979345835745335, -0.03905143588781357, -0.02317107655107975, -0.01111066434532404, -0.0029627273324877024, 0.003774553071707487, -0.03276633098721504, -0.0034847399219870567, -0.026397429406642914, -0.02811535634100437, 0.0035545744467526674, -0.04801817983388901, -0.040811263024806976, 0.043772242963314056, 0.048297517001628876, 0.026537097990512848, 0.0617336705327034, 0.005153783597052097, -0.00610004086047411, 0.02581081911921501, -0.028045522049069405, 0.009902527555823326, -0.020712902769446373, 0.024386195465922356, -0.004207526799291372, -0.027975687757134438, -0.03251492977142334, -0.007933195680379868, -0.050197016447782516, 0.01979108899831772, -0.051509905606508255, 0.016732338815927505, -0.017430683597922325, -0.027710316702723503, -0.025168342515826225, 0.03078303299844265, -0.014581437222659588, 0.04315770044922829, 0.005621674936264753, -0.013464085757732391, 0.015517218969762325, -0.026187926530838013, -0.03329707309603691, 0.028911469504237175, -0.04737570509314537, -0.010160915553569794, -0.027877919375896454, 0.008470920845866203, -0.038995567709207535, -0.020238028839230537, 0.02983328513801098, 0.014050695113837719, -0.033241208642721176, -0.0020217078272253275, 0.0033153914846479893, 0.06385663896799088, 0.05000147968530655, -0.02190008945763111, -0.002667676657438278, 0.031257908791303635, 0.004839528817683458, -0.02991708554327488, -0.02209562622010708, 0.010237732902169228, -0.0014298607129603624, 0.02905113808810711, -0.026844369247555733, 0.010950044728815556, -0.014078629203140736, 0.009958394803106785, 0.0047347769141197205, -0.028380727395415306, 0.0133523503318429, 0.00763290748000145, 0.010160915553569794, 0.02399512380361557, -0.0012098822044208646, -0.005265519022941589, 0.03625805675983429, 0.027193542569875717, -0.030391961336135864, -0.028911469504237175, -0.009923477657139301, 0.048465121537446976, -0.00713009899482131, -0.0021107469219714403, 0.0016123033128678799, -0.0018418841063976288, 0.004752235487103462, -0.0018279171781614423, 0.013897059485316277, 0.04285043105483055, 0.005024590063840151, 0.00226787431165576, -0.01691390760242939, -0.02625776082277298, -0.05371667444705963, 0.04799024760723114, 0.01934414729475975, -0.04089506343007088, -0.027193542569875717, 0.052459653466939926, 0.04192861542105675, 0.00638985401019454, -0.03240319341421127, -0.0022643825504928827, 0.021062076091766357, -0.0024284936953336, 0.03628598898649216, -0.03650946170091629, 0.005670558661222458, 0.006033698096871376, -0.022081658244132996, 0.047515373677015305, 0.003949139267206192, 0.007535139098763466, -0.009888560511171818, 0.005202667787671089, 0.052208248525857925, -0.014371933415532112, 0.0027933786623179913, 0.0021439180709421635, -0.005621674936264753, 0.006323511246591806, -0.018673736602067947, -0.025503547862172127, -0.01111066434532404, -0.004818578250706196, -0.011515703983604908, 0.02896733768284321, 0.036397725343704224, 0.03505690395832062, -0.02885560318827629, 0.03304567188024521, -0.04645388945937157, -0.021536950021982193, 0.007940178737044334, 0.025461647659540176, 0.029274608939886093, 0.013135863468050957, 0.05972243845462799, -0.03449822589755058, -0.02530801109969616, 0.046817027032375336, 0.009539388120174408, -0.04304596781730652, -0.0020950341131538153, 0.004392588045448065, 0.012577188201248646, 0.023673884570598602, -0.04218002036213875, -0.057068727910518646, 0.01670440472662449, -0.02395322173833847, -0.01782175712287426, -0.01839439943432808, 0.005303927697241306, -0.02826899290084839, -0.007779559586197138, -0.036230120807886124, 0.050476353615522385, -0.04209621623158455, 0.06586787104606628, 0.002761953277513385, -0.0380178838968277, 0.0016838836017996073, 0.002234702929854393, 0.014665238559246063, 0.0308668352663517, 0.004455439280718565, 0.08061691373586655, -0.049359001219272614, 0.007304685190320015, 0.004231968894600868, -0.027500813826918602, -0.011452852748334408, 0.0002620974846649915, -0.01885530725121498, 0.028450561687350273, -0.019106710329651833, -0.036481525748968124, 0.05530890077352524, 0.03399541974067688, -0.0008393230382353067, 0.022277195006608963, 0.0116274394094944, -0.020671002566814423, 0.012374667450785637, 0.027053872123360634, 0.048744458705186844, 0.017751920968294144, 0.008917861618101597, 0.017849689349532127, 0.04581141099333763, -0.04028052091598511, -0.045951079577207565, 0.007667824625968933, -0.04433092102408409, -0.018296631053090096, -0.03748714178800583, 0.036202188581228256, -0.009783809073269367, -0.02127157896757126, -0.00016956681793089956, -0.039079368114471436, 0.008387119509279728, 0.03296186774969101, -0.07408040761947632, -0.03947044163942337, 0.08961158990859985, 0.01835249736905098, 0.058381617069244385, 0.0039840564131736755, -0.010726574808359146, 0.07061661779880524, 0.011480786837637424, 0.02678850293159485, -0.0023097749799489975, -0.05849334970116615, 0.014330033212900162, 0.009281001053750515, 0.004322753753513098, -0.010132981464266777, 0.009336868301033974, 0.0002946141758002341, 0.011550621129572392, 0.0074513377621769905, -0.008156665600836277, -0.023939255625009537, -0.03209592029452324, 0.0038758129812777042, 0.09112001210451126, 0.012290866114199162, -0.04469405859708786, -0.005674050655215979, 0.023925289511680603, -0.06631480902433395, 0.008519805036485195, -0.03530830889940262, -0.0010876718442887068, -0.04530860483646393, 0.041872747242450714, 0.03293393552303314, -0.02338057942688465, 0.22492285072803497, 0.008128732442855835, 0.01773795485496521, -0.03550384193658829, 0.01769605465233326, 0.01625746488571167, 0.029861219227313995, -0.018115060403943062, 0.022542566061019897, -0.005988305434584618, -0.031956251710653305, 0.009225132875144482, -0.006941546220332384, -0.039861515164375305, 0.023143142461776733, 0.06832604110240936, -0.03592285141348839, 0.026481229811906815, 0.030112622305750847, -0.048297517001628876, -0.014127513393759727, 0.004298311658203602, -0.02135538123548031, 0.05262725427746773, -0.05218031629920006, 0.04254315793514252, 0.02012629434466362, -0.05938723310828209, 0.0034323642030358315, -0.0702255442738533, 0.011941693723201752, -0.06670588254928589, -0.004968722350895405, -0.004818578250706196, -0.043939847499132156, -0.025238176807761192, -0.04271076247096062, -0.04028052091598511, -0.028632132336497307, -0.022710168734192848, 0.05106296390295029, 0.04606281593441963, 0.060113511979579926, -0.027752216905355453, 0.032654598355293274, 0.019567618146538734, -0.038045819848775864, -0.0060930573381483555, 0.030056755989789963, -0.0531579963862896, 0.038827963173389435, -0.028045522049069405, 0.05259932205080986, 0.028171224519610405, -0.0707283467054367, -0.02814329043030739, 0.05050428584218025, -0.07184570282697678, 0.047263968735933304, -0.03340880945324898, 0.02888353541493416, -0.015950191766023636, 0.045867279171943665, 0.05380047485232353, -0.02498677186667919, -0.01434400025755167, 0.010796409100294113, 0.0030430369079113007, -0.03184451907873154, 0.04095093160867691, -0.037347473204135895, -0.021969923749566078, -0.010021246038377285, -0.019232412800192833, 0.03762681037187576, -0.02547561377286911, 0.026369495317339897, 0.006924087647348642, 0.020880505442619324, 0.00888992752879858, 0.02251463197171688, -0.026537097990512848, -0.007611956913024187, 0.01983298920094967, -0.0032088938169181347, 0.03980564698576927, -0.021215710788965225, -0.0024284936953336, 0.0012648768024519086, 0.003114617196843028, -0.017975391820073128, -0.03254286199808121, -0.0381016843020916, -0.007821460254490376, -0.026453295722603798 ]
9866_2
In the 7th European Parliament the EPP Group remains the largest parliamentary group with 275 MEPs. It is currently the only political group in the European parliament to fully represent its corresponding European political party, i.e. the European People's Party. The United Kingdom was the only member to not be represented in the group until 28 February 2018, when two MEPs suspended from the Conservative Party left the European Conservatives and Reformists and joined the EPP. The two MEPs later joined a breakaway political party in the UK, The Independent Group. After twelve member parties in the EPP called for Hungary's Fidesz's expulsion or suspension, Fidesz's membership was suspended with a common agreement on 20 March 2019. The suspension was applied only to the EPP but not to its group in the Parliament. On 3 March 2021, Fidesz decided to leave the EPP group, after the group's new rules, however still kept their membership in the party. On 18 March 2021, Fidesz decided to leave the European People's Party. Membership at formation The 38 members in the group on 11 September 1952 were as follows: Structure Organisation The EPP Group is governed by a collective (referred to as the Presidency) that allocates tasks. The Presidency consists of the Group Chair and a maximum of ten Vice-Chairs, including the Treasurer. The day-to-day running of the EPP Group is performed by its secretariat in the European Parliament, led by its Secretary-General. The Group runs its own think-tank, the European Ideas Network, which brings together opinion-formers from across Europe to discuss issues facing the European Union from a centre-right perspective. The EPP Group Presidency includes: The chairs of the group and its predecessors from 1952 to 2020 are as follows: Membership 9th European Parliament The EPP Group has MEPs from each of the 27 member states. The national parties that have Members of the EPP Group are as follows: Former members 7th and 8th European Parliament Activities
[ 0.0016928256954997778, -0.04712853953242302, -0.02212575450539589, 0.03466139733791351, -0.0038497440982609987, 0.0013015149161219597, -0.06428113579750061, -0.028167523443698883, -0.025948097929358482, 0.03137335926294327, -0.0021954502444714308, -0.011172478087246418, 0.00929555669426918, 0.019235020503401756, -0.026742706075310707, 0.0229477621614933, -0.007624137215316296, -0.011254679411649704, 0.05545823648571968, -0.02165994793176651, 0.00056513148592785, -0.05638984590768814, -0.05543083697557449, -0.04175807908177376, -0.03227756917476654, 0.034633997827768326, 0.03573000803589821, 0.03951125219464302, 0.07343284040689468, -0.010528570972383022, -0.005445812363177538, 0.004116897005587816, 0.034908000379800797, -0.05721185728907585, -0.015522277913987637, -0.02290666289627552, -0.008781800977885723, 0.011713634245097637, -0.00414087250828743, -0.004271023906767368, 0.020563935860991478, -0.03411339223384857, 0.008261194452643394, -0.029921142384409904, -0.03438739478588104, -0.04192247986793518, 0.013063100166618824, 0.023399868980050087, -0.022303855046629906, -0.008507797494530678, -0.009747661650180817, 0.006295222323387861, 0.01215203944593668, -0.01886511594057083, 0.018769215792417526, -0.026126200333237648, -0.00645619910210371, 0.010610771365463734, -0.06444554030895233, 0.0329899787902832, -0.024824684485793114, 0.01207668799906969, 0.013480954803526402, -0.013021999038755894, 0.020591335371136665, 0.002637280151247978, 0.02613990008831024, 0.008336545899510384, -0.0019163094693794847, -0.07924170792102814, 0.00431554950773716, -0.025482291355729103, -0.06795278191566467, 0.0000036792414448427735, -0.03153776004910469, 0.04263488948345184, -0.043539099395275116, 0.009809312410652637, -0.0023410143330693245, -0.006380848120898008, 0.03592181205749512, -0.014138561673462391, -0.003217824501916766, 0.012830196879804134, -0.023673871532082558, 0.015029072761535645, -0.02624950185418129, 0.07513166218996048, -0.048553355038166046, 0.0329899787902832, -0.02165994793176651, 0.049758970737457275, -0.03759323060512543, 0.027427714318037033, 0.01433036383241415, 0.011823236010968685, 0.03129115700721741, 0.004058671649545431, 0.01326175220310688, -0.03953865170478821, 0.0286607276648283, -0.016933394595980644, -0.007603587117046118, 0.06203431263566017, -0.03290777653455734, 0.015919582918286324, -0.02301626466214657, 0.032798174768686295, -0.0142755638808012, -0.039840057492256165, -0.009905213490128517, -0.026605704799294472, 0.009788761846721172, 0.010076465085148811, 0.0317295640707016, 0.034825798124074936, -0.04600512608885765, -0.03345578536391258, -0.03351058438420296, -0.0025037038139998913, 0.032332371920347214, 0.05441702529788017, -0.0023804022930562496, 0.04671753570437431, -0.02698930911719799, 0.02022143267095089, 0.027907220646739006, 0.02994854375720024, -0.05227980017662048, 0.001998510444536805, -0.005637614522129297, -0.04934796690940857, 0.008336545899510384, -0.04184028133749962, 0.013844008557498455, 0.04923836514353752, 0.032606374472379684, -0.011275229044258595, 0.025811096653342247, -0.02033103257417679, 0.03312698006629944, 0.011884885840117931, -0.017947206273674965, 0.021372245624661446, -0.0008562598377466202, 0.023194365203380585, -0.014302964322268963, -0.03562040999531746, -0.014782469719648361, -0.023769771680235863, 0.008959902450442314, 0.025016486644744873, -0.012110939249396324, 0.03740143030881882, -0.010288817808032036, -0.02512608841061592, -0.043182894587516785, 0.006771302781999111, 0.03915504738688469, 0.025249389931559563, -0.06455513834953308, -0.03189396485686302, -0.01722109690308571, -0.003613416338339448, 0.0005921036354266107, -0.030633551999926567, -0.014357764273881912, 0.0002973362279590219, -0.0022673760540783405, 0.0022622384130954742, 0.02267375960946083, 0.03512720391154289, -0.02318066544830799, 0.020481735467910767, 0.01668679155409336, 0.03425039350986481, 0.021947652101516724, 0.00464777834713459, 0.01975562609732151, 0.005192359443753958, -0.01590588316321373, 0.03211316838860512, -0.037428829818964005, 0.05192359536886215, -0.01145333144813776, 0.009076354093849659, -0.059403881430625916, 0.013946759514510632, 0.02671530656516552, -0.05682825297117233, 0.001382859656587243, 0.015508578158915043, 0.005106733646243811, 0.007089831400662661, -0.011556082405149937, -0.019262420013546944, -0.07293963432312012, 0.09754511713981628, -0.011439630761742592, -0.003067122772336006, -0.006052044220268726, 0.03644241765141487, -0.014302964322268963, 0.029455337673425674, -0.0004820742760784924, 0.014590667560696602, 0.01715259626507759, 0.06762397289276123, -0.005699265282601118, 0.027660617604851723, 0.059787485748529434, -0.015015372075140476, 0.03940165042877197, -0.03263377398252487, 0.03860704228281975, -0.009699711576104164, 0.005778041202574968, 0.04079906642436981, -0.021838050335645676, -0.023851973935961723, -0.001429953845217824, 0.009829862974584103, -0.011234128847718239, 0.020344732329249382, -0.05025217682123184, -0.009555859491229057, 0.04918356239795685, 0.037154827266931534, 0.01388510875403881, -0.00439432542771101, 0.011172478087246418, 0.047265540808439255, 0.048854760825634, 0.0632399246096611, 0.03986745700240135, 0.015604479238390923, -0.004500501789152622, 0.01863221451640129, 0.010240867733955383, -0.0016157622449100018, 0.005408137105405331, -0.010268268175423145, 0.0573214553296566, -0.011398530565202236, 0.05480062961578369, 0.014727668836712837, -0.023536870256066322, 0.03814123570919037, -0.009473658166825771, 0.04943016543984413, 0.016234686598181725, 0.048087552189826965, 0.024715082719922066, 0.002823944902047515, -0.009096904657781124, 0.012439742684364319, 0.001517292344942689, 0.004911506082862616, -0.0323597714304924, 0.0030088969506323338, 0.009110604412853718, -0.01913912035524845, -0.026413902640342712, -0.023276567459106445, -0.02305736392736435, 0.04838895425200462, 0.0907498374581337, 0.017042994499206543, 0.01433036383241415, -0.03126375749707222, -0.014960571192204952, -0.0015224299859255552, -0.010740922763943672, -0.013159001246094704, -0.05025217682123184, 0.03896324709057808, 0.009720261208713055, -0.012932947836816311, 0.060335490852594376, -0.02461918257176876, -0.002147499704733491, 0.025728894397616386, 0.015768880024552345, 0.011234128847718239, -0.013638506643474102, 0.03142816200852394, 0.00923390593379736, 0.0074391853995621204, -0.04008666053414345, -0.006014368962496519, -0.04943016543984413, 0.039757855236530304, -0.01979672722518444, 0.023714972659945488, 0.0004846430674660951, -0.029345735907554626, -0.024646582081913948, 0.03509980067610741, 0.009240755811333656, -0.01516607403755188, -0.04786834865808487, 0.006733627058565617, 0.013946759514510632, -0.050882384181022644, 0.02309846505522728, 0.010460070334374905, -0.012378091923892498, 0.00041742666508071125, 0.0452653206884861, 0.060609493404626846, 0.008781800977885723, -0.00041528602014295757, 0.04715593904256821, 0.00002036292789853178, -0.05693785101175308, -0.0009358919924125075, 0.010638171806931496, 0.019892627373337746, -0.03452439606189728, -0.02912653423845768, -0.019741926342248917, -0.0248520839959383, 0.015124973841011524, -0.008905102498829365, 0.032414570450782776, 0.018193809315562248, 0.030743151903152466, -0.046991538256406784, 0.04118267074227333, -0.026893408969044685, -0.04622432962059975, -0.03551080822944641, -0.022413456812500954, -0.010460070334374905, 0.035483404994010925, -0.0038737193681299686, -0.01948162354528904, -0.017207397148013115, -0.011446481570601463, -0.0010078178020194173, 0.013939909636974335, -0.026263201609253883, 0.011330029927194118, -0.01582368090748787, -0.03720962628722191, 0.04140187427401543, 0.002469453262165189, -0.027797618880867958, -0.01590588316321373, 0.006267821881920099, 0.001581511925905943, 0.04956716671586037, 0.06389753520488739, 0.020084429532289505, -0.009206505492329597, 0.013508355244994164, 0.002976359101012349, -0.003579166019335389, -0.029756741598248482, -0.040196262300014496, -0.013891959562897682, -0.010227167047560215, -0.020618736743927002, 0.03718222677707672, -0.019974829629063606, -0.05406082049012184, 0.005082758143544197, 0.004969731904566288, -0.030304746702313423, -0.05186879634857178, 0.0023067640140652657, 0.026975609362125397, 0.006898029241710901, -0.00939145777374506, -0.041319672018289566, -0.008576298132538795, 0.04340209811925888, 0.06888438761234283, 0.024002674967050552, -0.02756471559405327, 0.010021665133535862, -0.02846892550587654, -0.006576075218617916, 0.022755960002541542, 0.039292048662900925, 0.006548675242811441, -0.035675209015607834, 0.017645802348852158, -0.03633281588554382, -0.0007145488052628934, 0.004534752108156681, -0.03986745700240135, -0.003914820030331612, -0.002599604893475771, -0.018769215792417526, -0.004887531045824289, -0.04888216033577919, 0.03024994768202305, 0.0099942646920681, -0.005175234284251928, 0.03959345445036888, 0.02819492295384407, -0.04592292755842209, 0.003654517000541091, -0.019783027470111847, 0.03392158821225166, 0.010014815255999565, 0.062472715973854065, 0.01865961402654648, 0.014070061035454273, 0.005795166362076998, -0.023810872808098793, -0.005014257505536079, -0.012336991727352142, 0.03775763139128685, -0.002984921680763364, -0.05058097839355469, -0.06943239271640778, 0.009370907209813595, 0.009302406571805477, 0.0040894970297813416, -0.03329138085246086, -0.013172701001167297, 0.06532234698534012, 0.0017604702152311802, 0.013576855883002281, 0.0008836601045913994, -0.008226944133639336, 0.02360537089407444, 0.030633551999926567, 0.0038976946379989386, -0.05343061313033104, -0.04510091617703438, -0.006384273059666157, -0.011227278970181942, -0.04074426740407944, -0.007041880860924721, -0.04126487299799919, -0.06165070831775665, -0.05296480655670166, 0.009590109810233116, 0.039566054940223694, 0.02830452471971512, -0.030441749840974808, 0.04282668977975845, 0.012145189568400383, 0.04118267074227333, 0.018687013536691666, -0.00011966231249971315, -0.028688129037618637, 0.011234128847718239, -0.05269080400466919, 0.02986634150147438, -0.03444219380617142, -0.007117231376469135, 0.011412231251597404, -0.013659056276082993, 0.0003339413378853351, -0.008254344575107098, -0.018207509070634842, -0.018604813143610954, -0.016426488757133484, -0.007857040502130985, 0.0029832092113792896, -0.011343729682266712, 0.051813993602991104, -0.020098131150007248, -0.0018837716197595, -0.008350245654582977, 0.0164949893951416, -0.007795389275997877, 0.0024266403634101152, 0.024920586496591568, -0.0011448194272816181, 0.02290666289627552, -0.02846892550587654, 0.014028960838913918, -0.01711149699985981, -0.01800200715661049, -0.0021903126034885645, 0.02329026721417904, -0.015453777275979519, 0.0010103866225108504, -0.06362353265285492, -0.00593216810375452, -0.07946091145277023, -0.018440410494804382, 0.011987637728452682, -0.0353190042078495, -0.04140187427401543, 0.011754734441637993, 0.02127634361386299, 0.05233459919691086, 0.015494877472519875, -0.019043218344449997, 0.009192805737257004, -0.009727111086249352, -0.028825130313634872, -0.03263377398252487, 0.024125976487994194, 0.07200802862644196, 0.06482914090156555, -0.008740699850022793, -0.010987525805830956, -0.029893742874264717, -0.005891067441552877, -0.04192247986793518, -0.015042772516608238, 0.012302741408348083, 0.033154379576444626, 0.0036990423686802387, -0.04973157122731209, 0.012158889323472977, 0.02309846505522728, -0.0019899478647857904, -0.051430389285087585, 0.006754177622497082, -0.028030522167682648, 0.02986634150147438, 0.06526754796504974, -0.0071103814989328384, -0.05304700881242752, 0.016631990671157837, 0.017714302986860275, 0.00421964842826128, -0.014522166922688484, 0.03452439606189728, -0.014042660593986511, 0.013933059759438038, -0.07146001607179642, -0.06488394737243652, -0.03773023188114166, -0.022605258971452713, 0.0015643866499885917, 0.020988641306757927, -0.019467923790216446, 0.017412899062037468, 0.019646024331450462, -0.015604479238390923, 0.02026253193616867, -0.012131488882005215, 0.04693673923611641, 0.01398100983351469, -0.00361684150993824, 0.02481098473072052, -0.02686600759625435, 0.00598011864349246, 0.02368757128715515, 0.04115527123212814, 0.00041442975634709, 0.018139008432626724, -0.023975275456905365, 0.010706672444939613, 0.0045518772676587105, -0.02430407889187336, -0.07595366984605789, -0.025290489196777344, 0.039292048662900925, 0.006216446403414011, 0.01668679155409336, -0.04986857250332832, 0.07589887082576752, 0.014522166922688484, -0.0019351472146809101, 0.011939686723053455, -0.016481289640069008, -0.056444648653268814, -0.024660281836986542, 0.06976120173931122, -0.01719369739294052, 0.03600401431322098, 0.04729294404387474, 0.0033308507408946753, 0.04203208163380623, 0.00311678578145802, -0.04962196946144104, 0.05132078751921654, 0.0002221994218416512, -0.03605881333351135, 0.05395121872425079, 0.00667882664129138, -0.04619693011045456, 0.01065872237086296, 0.05438962206244469, 0.03855224326252937, 0.029263535514473915, 0.019659725949168205, 0.0659799575805664, -0.008754400536417961, -0.011446481570601463, -0.03337358310818672, -0.004449125844985247, -0.03041434846818447, 0.01757730171084404, 0.03024994768202305, 0.012843897566199303, 0.015837380662560463, -0.008213244378566742, -0.025564493611454964, -0.006404823623597622, -0.07584407180547714, -0.00418882304802537, 0.012487692758440971, 0.001091731246560812, 0.05512943118810654, -0.05334841087460518, -0.022701160982251167, -0.008898251689970493, 0.018029406666755676, -0.03416819125413895, 0.010014815255999565, 0.019262420013546944, -0.03986745700240135, 0.030304746702313423, 0.01104232668876648, 0.018673313781619072, -0.008925652131438255, -0.027427714318037033, 0.015330475755035877, -0.033072177320718765, -0.04584072530269623, 0.007336433976888657, 0.07332324236631393, -0.041127871721982956, -0.016549790278077126, -0.038826245814561844, 0.0005557126132771373, 0.02512608841061592, -0.004469676408916712, 0.001858083764091134, 0.024523280560970306, -0.012542493641376495, -0.012953498400747776, 0.008452996611595154, 0.0009513046825304627, 0.019467923790216446, -0.012062988243997097, 0.03098975494503975, 0.02271486073732376, 0.02356426976621151, 0.040497664362192154, -0.03559300675988197, 0.020974939689040184, -0.024180777370929718, -0.011275229044258595, 0.012008187361061573, 0.008487246930599213, 0.03170216456055641, 0.005288260523229837, 0.018289709463715553, 0.0048395805060863495, 0.02212575450539589, -0.007089831400662661, -0.01772800274193287, -0.03515460342168808, 0.019687125459313393, -0.027126310393214226, -0.019262420013546944, 0.04682713747024536, -0.004592977464199066, 0.016275785863399506, 0.020426934584975243, -0.02527678944170475, -0.0444159097969532, -0.0008155874675139785, 0.002702356083318591, -0.01553597766906023, -0.047621745616197586, -0.046333931386470795, -0.008158443495631218, 0.020276231691241264, -0.025906996801495552, 0.032524172216653824, -0.03052395023405552, 0.02434518001973629, 0.011638283729553223, -0.028222324326634407, -0.049210965633392334, -0.02582479640841484, 0.0010155241470783949, -0.005877367220818996, -0.06022588908672333, 0.010117566213011742, -0.002796544460579753, -0.07452885806560516, -0.027811318635940552, -0.025728894397616386, -0.04518311843276024, -0.0023273141123354435, -0.030167745426297188, 0.01605658419430256, 0.01897471770644188, 0.02787981927394867, -0.03164736181497574, -0.03071575239300728, -0.019577523693442345, -0.05852707102894783, -0.08970862627029419, -0.0038771445397287607, 0.07748808711767197, 0.0378672331571579, 0.02846892550587654, -0.02403007633984089, -0.019933728501200676, -0.007240532897412777, -0.027797618880867958, -0.0074117849580943584, 0.022070953622460365, 0.010590221732854843, -0.011754734441637993, -0.0004262033326085657, -0.013296002522110939, -0.015933282673358917, -0.056718651205301285, 0.0130082992836833, -0.03877144306898117, 0.024989087134599686, -0.009555859491229057, -0.02893473207950592, -0.015070172958076, 0.044580310583114624, -0.018878815695643425, 0.0177691038697958, 0.056170642375946045, -0.008939352817833424, 0.029729340225458145, -0.02920873463153839, -0.006219871342182159, -0.003288037609308958, -0.030085545033216476, 0.0004760804586112499, -0.0329899787902832, 0.03372978791594505, -0.05592403933405876, 0.008309145458042622, 0.01215203944593668, -0.008172143250703812, -0.025098687037825584, 0.00013132885214872658, 0.016673091799020767, 0.02846892550587654, 0.02244085818529129, -0.0286607276648283, -0.04362130165100098, 0.04370350018143654, 0.0031082232017070055, -0.040305860340595245, -0.03024994768202305, -0.0021766123827546835, -0.0040894970297813416, -0.01920762099325657, -0.0057848915457725525, -0.03496279940009117, -0.03759323060512543, -0.01637168787419796, 0.03833303973078728, -0.04249788820743561, -0.0035414905287325382, -0.00013603827392216772, 0.0015087297651916742, 0.02555079385638237, -0.004836155567318201, -0.005188934504985809, 0.04367610067129135, 0.03581221029162407, -0.013905659317970276, -0.022660059854388237, 0.028989532962441444, 0.06417153775691986, 0.0035072402097284794, 0.012220540083944798, 0.002757156500592828, -0.025769995525479317, -0.013412454165518284, -0.019084319472312927, 0.013775507919490337, 0.0017810204299166799, 0.012439742684364319, -0.005363611504435539, -0.03989485651254654, -0.014070061035454273, -0.038826245814561844, 0.038442641496658325, 0.034195590764284134, -0.011316330172121525, -0.03589441254734993, 0.024317778646945953, 0.046059928834438324, -0.0090421037748456, -0.004096346907317638, 0.03282557800412178, 0.019043218344449997, -0.004829305224120617, 0.018728114664554596, -0.033072177320718765, 0.026646805927157402, 0.018289709463715553, -0.04236088693141937, 0.032496772706508636, 0.019851528108119965, 0.024468479678034782, 0.005843116901814938, -0.026235800236463547, 0.06778837740421295, -0.02777021750807762, -0.0177691038697958, 0.015344175510108471, -0.009144854731857777, 0.00043776282109320164, -0.018728114664554596, -0.03731922805309296, -0.02278336137533188, -0.017563601955771446, -0.010138115845620632, 0.025537092238664627, 0.027016710489988327, 0.060280691832304, -0.010364169254899025, 0.01761840283870697, -0.01886511594057083, -0.0237971730530262, 0.010775173082947731, 0.03170216456055641, 0.009870963171124458, 0.03372978791594505, 0.013350803405046463, -0.024564381688833237, 0.011836935766041279, 0.07962531596422195, 0.01890621706843376, -0.020276231691241264, -0.008213244378566742, 0.015768880024552345, 0.009809312410652637, -0.02368757128715515, -0.04090866819024086, -0.06482914090156555, 0.000903354084584862, -0.017878705635666847, -0.09321586787700653, -0.005507463123649359, 0.020399533212184906, -0.03562040999531746, -0.005373886786401272, -0.038826245814561844, 0.03515460342168808, -0.043100692331790924, 0.056170642375946045, 0.00019843821064569056, -0.0027348939329385757, 0.012528793886303902, 0.041319672018289566, -0.02013923041522503, 0.02597549743950367, 0.015015372075140476, 0.0710764154791832, -0.01259729452431202, -0.004795054905116558, 0.03356538340449333, 0.016782691702246666, -0.005281410645693541, -0.025769995525479317, 0.017947206273674965, 0.005195784382522106, -0.010973826050758362, -0.05721185728907585, 0.023783473297953606, 0.026550903916358948, -0.03416819125413895, -0.007254233118146658, 0.07392604649066925, -0.018015706911683083, -0.038716644048690796, 0.01672789268195629, 0.017714302986860275, 0.008925652131438255, 0.010371019132435322, 0.035017602145671844, 0.05923948064446449, -0.021029740571975708, -0.04630653187632561, 0.04838895425200462, -0.035373806953430176, -0.04638873040676117, -0.020591335371136665, 0.025482291355729103, -0.02181065082550049, -0.0267564058303833, -0.021755849942564964, -0.04090866819024086, -0.0014085473958402872, 0.0079323910176754, -0.07951571047306061, -0.011193028651177883, 0.0315103605389595, 0.023399868980050087, 0.06318512558937073, 0.0007213989156298339, -0.02508498728275299, 0.060609493404626846, 0.049293164163827896, 0.00517180934548378, 0.002560216933488846, -0.03657941892743111, 0.027359213680028915, 0.04597772657871246, 0.03625061735510826, 0.008665349334478378, 0.008329695090651512, -0.0248520839959383, 0.02535898983478546, 0.02407117560505867, -0.02309846505522728, -0.016892293468117714, -0.0046786037273705006, 0.02185175009071827, 0.08839341253042221, 0.007226832676678896, -0.009610660374164581, -0.03403118997812271, -0.008459847420454025, -0.09798352420330048, 0.022618958726525307, -0.05211539566516876, -0.008966753259301186, -0.039757855236530304, 0.01905691809952259, 0.0035688909702003, -0.021221542730927467, 0.21503765881061554, 0.0355382077395916, 0.003378801280632615, 0.013494654558598995, -0.017591001465916634, 0.042607489973306656, 0.011556082405149937, -0.04249788820743561, 0.028359325602650642, -0.018207509070634842, -0.04148407652974129, 0.02170104905962944, 0.019878927618265152, -0.022262755781412125, 0.018385611474514008, 0.06362353265285492, -0.02512608841061592, 0.03748362883925438, 0.01928982138633728, -0.03246937319636345, -0.05463622510433197, 0.011035476811230183, -0.01785130426287651, 0.06707596778869629, -0.032962579280138016, 0.04285409301519394, 0.018892517313361168, -0.013350803405046463, -0.020906439051032066, 0.008446146734058857, 0.01823490858078003, -0.02045433409512043, 0.019646024331450462, -0.0031287732999771833, -0.047731347382068634, 0.0018889091443270445, -0.02453698217868805, -0.08450257033109665, -0.008446146734058857, 0.0015164361102506518, 0.04468991234898567, 0.04830675199627876, 0.04751214385032654, -0.01526197511702776, 0.027660617604851723, 0.02263266034424305, -0.016385387629270554, 0.038908444344997406, 0.04329249635338783, -0.045950327068567276, 0.040114060044288635, -0.005034807603806257, 0.05241680145263672, -0.002012210665270686, -0.03597661107778549, -0.04575852304697037, 0.012727445922791958, -0.04962196946144104, 0.0003656229528132826, 0.001619187300093472, 0.01040526945143938, -0.008994152769446373, 0.04041546210646629, 0.024468479678034782, -0.048553355038166046, 0.023577969521284103, 0.01641278900206089, 0.03430519253015518, -0.04918356239795685, 0.03230496868491173, -0.013111050240695477, 0.013405603356659412, -0.02415337599813938, 0.0177691038697958, -0.031592562794685364, 0.02329026721417904, -0.02616729959845543, -0.014672867953777313, 0.014946871437132359, -0.0006494730478152633, 0.02197505161166191, 0.008528348058462143, -0.04118267074227333, 0.005685565061867237, 0.008041991852223873, 0.03200356662273407, -0.03033214807510376, -0.013145300559699535, -0.007213132921606302, 0.02227645553648472, -0.0045518772676587105, -0.021920250728726387, -0.07896770536899567, -0.02356426976621151, -0.015659280121326447 ]
9866_3
7th and 8th European Parliament Activities In the news Activities performed by the group in the period between June 2004 and June 2008 include monitoring elections in Palestine and the Ukraine; encouraging transeuropean rail travel, telecoms deregulation, energy security, a common energy policy, the accession of Bulgaria and Romania to the Union, partial reform of the CAP and attempts to tackle illegal immigration; denouncing Russian involvement in South Ossetia; supporting the Constitution Treaty and the Lisbon Treaty; debating globalisation, relations with China, and Taiwan; backing plans to outlaw Holocaust denial; nominating Anna Politkovskaya for the 2007 Sakharov Prize; expelling Daniel Hannan from the Group; the discussion about whether ED MEPs should remain within EPP-ED or form a group of their own; criticisms of the group's approach to tackling low turnout for the 2009 elections; the group's use of the two-President arrangement; and the group's proposal to ban the Islamic Burka dress EU wide. Parliamentary activity profile The debates and votes in the European Parliament are tracked by its website and categorised by the groups that participate in them and the rule of procedure that they fall into. The results give a profile for each group by category and the total indicates the group's level of participation in Parliamentary debates. The activity profile for each group for the period 1 August 2004 to 1 August 2008 in the Sixth Parliament is given on the diagram on the right. The group is denoted in blue. The website shows the group as participating in 659 motions, making it the third most active group during the period. Publications The group produces many publications, which can be found on its website. Documents produced in 2008 cover subjects such as dialogue with the Orthodox Church, study days, its strategy for 2008–09, Euro-Mediterranean relations, and the Treaty of Lisbon. It also publishes a yearbook and irregularly publishes a presentation, a two-page summary of the group.
[ -0.009644053876399994, -0.016202595084905624, -0.017913520336151123, 0.004891487769782543, -0.015208212658762932, 0.030591905117034912, -0.0318787544965744, -0.004460101015865803, 0.008210972882807255, 0.024844955652952194, -0.00026161965797655284, -0.012532152235507965, 0.03752334043383598, 0.005845656618475914, -0.042261283844709396, -0.04565388336777687, -0.026512010022997856, -0.03579779341816902, 0.0043869842775166035, 0.0010035226587206125, 0.027784233912825584, -0.015822390094399452, -0.027301667258143425, -0.03573929890990257, -0.024069922044873238, 0.009636742062866688, 0.0192442387342453, -0.01709461584687233, 0.05723552405834198, 0.026263413950800896, 0.047525662928819656, 0.005403302609920502, 0.00289540970697999, -0.021481599658727646, 0.022578347474336624, -0.04185182973742485, -0.009271160699427128, -0.013599651865661144, 0.03389676660299301, -0.0321127250790596, 0.008020869456231594, -0.003977532498538494, 0.005951675586402416, -0.05001162365078926, -0.04030176252126694, -0.007161752320826054, 0.03831299766898155, 0.010857786051928997, -0.0071507846005260944, -0.015339822508394718, 0.017855025827884674, 0.026307282969355583, -0.020604204386472702, -0.04018477723002434, -0.011567015200853348, -0.013826312497258186, 0.010199738666415215, -0.014484359882771969, -0.0447472408413887, 0.006127154920250177, 0.00292648421600461, 0.032317452132701874, 0.041647106409072876, -0.04503970593214035, 0.019990025088191032, 0.009614807553589344, 0.021642455831170082, 0.0022318782284855843, -0.015778521075844765, -0.04977764934301376, -0.019200367853045464, -0.03658745065331459, -0.048929501324892044, -0.061125315725803375, -0.05343347042798996, 0.009636742062866688, -0.05679682642221451, -0.022285880520939827, 0.006785202771425247, 0.004986539017409086, 0.0016771076479926705, 0.018849410116672516, 0.012663762085139751, 0.03363354876637459, -0.007432282902300358, 0.01213732361793518, -0.018644683063030243, 0.06475189328193665, -0.03892717510461807, 0.04348963871598244, -0.024420879781246185, 0.02621954306960106, -0.028456905856728554, -0.005597061011940241, 0.03933662548661232, 0.02273920178413391, 0.0382545031607151, 0.03319484740495682, 0.024303894490003586, -0.006558541674166918, 0.011318420059978962, 0.062412165105342865, -0.03345806896686554, 0.0414423793554306, -0.028910227119922638, 0.03363354876637459, -0.013431483879685402, -0.022783072665333748, -0.003948286175727844, -0.044834982603788376, 0.019536703824996948, -0.017328588292002678, 0.020545709878206253, -0.02861776202917099, 0.04720395430922508, 0.02512279711663723, -0.01659742370247841, -0.005176641512662172, -0.04653128236532211, 0.021042902022600174, -0.0024292925372719765, 0.03573929890990257, -0.030006973072886467, 0.016889890655875206, -0.05106449872255325, -0.000788286270108074, 0.038459230214357376, 0.010623813606798649, -0.03641197085380554, -0.006291666999459267, -0.029334302991628647, -0.01455016527324915, 0.00019078812329098582, -0.01636345125734806, -0.010046194307506084, 0.06533682346343994, 0.008210972882807255, 0.017621053382754326, 0.0272139273583889, 0.020882045850157738, 0.02421615459024906, -0.001957691740244627, 0.024347763508558273, 0.05270230770111084, 0.014689086005091667, 0.053345732390880585, -0.01482800766825676, -0.004902455024421215, -0.0070959473960101604, -0.044279295951128006, 0.016655918210744858, -0.0011323903454467654, -0.013877494260668755, 0.03228820487856865, 0.009965766221284866, -0.040769707411527634, -0.002588320756331086, -0.016802150756120682, 0.02757950872182846, 0.01541293878108263, -0.04571237787604332, 0.016348829492926598, -0.014513607136905193, 0.010228984989225864, 0.00955631397664547, -0.0010373389814049006, -0.03027019277215004, -0.02303166873753071, 0.0003107447410002351, 0.009410081431269646, -0.00116803462151438, 0.009446639567613602, -0.035329848527908325, -0.0016734517412260175, 0.014148024842143059, 0.017664924263954163, 0.048081349581480026, -0.02389444224536419, 0.02652663178741932, 0.0029191726353019476, 0.017182355746626854, -0.0011561531573534012, -0.006426932290196419, 0.07101065665483475, -0.0023707994259893894, 0.024991188198328018, -0.005567814223468304, 0.0011762601789087057, 0.02347036637365818, -0.053959909826517105, 0.039629094302654266, 0.010441022925078869, -0.007201965898275375, -0.015266706235706806, 0.004902455024421215, -0.011786364950239658, -0.06135929003357887, 0.06551229953765869, 0.024113791063427925, -0.04857854172587395, -0.03076738491654396, 0.023982182145118713, -0.004489347338676453, -0.01569078117609024, 0.0026303627528250217, -0.022388244047760963, -0.006328225135803223, 0.04606333747506142, -0.0007668083417229354, 0.036850668489933014, 0.0637575089931488, 0.01661204732954502, 0.0226075928658247, -0.02775498852133751, 0.036119505763053894, 0.041764091700315475, 0.026512010022997856, 0.02095516212284565, -0.028910227119922638, -0.010338660329580307, -0.014893812127411366, -0.010528762824833393, -0.002264780690893531, 0.007516366895288229, -0.024099167436361313, -0.009329653345048428, 0.03892717510461807, 0.05553922429680824, -0.03670443594455719, -0.010989395901560783, 0.04968991130590439, 0.001616786583326757, 0.03375053405761719, 0.0545448400080204, 0.03781580552458763, 0.003630229737609625, 0.021540094166994095, -0.0019686592277139425, 0.03764032572507858, 0.0358855314552784, 0.008393763564527035, 0.008050116710364819, 0.08001859486103058, -0.0052826604805886745, 0.04541991278529167, 0.03105985000729561, 0.017811156809329987, 0.03752334043383598, 0.02168632671236992, 0.0356515608727932, 0.02984611690044403, 0.01751869171857834, 0.0014915746869519353, -0.005677489098161459, -0.013489977456629276, 0.0037508716341108084, 0.01084316335618496, 0.011237991973757744, -0.02427464723587036, -0.02611718140542507, -0.0545448400080204, 0.028164440765976906, -0.004748910665512085, -0.0033761500380933285, -0.004112797789275646, 0.04983614385128021, 0.040535736829042435, 0.003940974362194538, -0.014228452928364277, -0.03401375189423561, -0.06416695564985275, -0.009439327754080296, -0.051561690866947174, 0.009132239036262035, -0.06030641123652458, 0.005253413692116737, 0.030123960226774216, -0.04869552701711655, 0.031089097261428833, 0.011501210741698742, 0.007962376810610294, 0.029568275436758995, -0.013855558820068836, 0.0033359359949827194, -0.007552925031632185, 0.04582936316728592, -0.0032098102383315563, 0.02923193946480751, 0.018893279135227203, -0.011318420059978962, -0.04603409022092819, -0.01017780415713787, -0.04006779193878174, 0.04527368023991585, 0.027915844693779945, -0.018337594345211983, -0.012612580321729183, 0.01323406957089901, -0.0029740098398178816, -0.0031220705714076757, -0.03793279081583023, 0.010068129748106003, 0.048373814672231674, -0.01863006129860878, 0.017738040536642075, 0.003955597523599863, 0.013139018788933754, -0.0017785566160455346, 0.0062258620746433735, 0.057089291512966156, -0.007823455147445202, 0.019887663424015045, -0.009695235639810562, 0.01655355468392372, -0.02855926938354969, -0.013555781915783882, 0.036119505763053894, 0.022154271602630615, 0.0043175239115953445, -0.005874903406947851, 0.023850571364164352, -0.011252614669501781, 0.0021477944683283567, -0.005688456352800131, -0.010060817934572697, -0.00013595081691164523, -0.0010793809778988361, -0.05846387892961502, 0.028632385656237602, -0.026789851486682892, -0.05995545536279678, -0.0486370325088501, 0.01348266564309597, 0.005893182475119829, 0.04071121662855148, 0.018045129254460335, -0.003699690103530884, 0.007626041304320097, 0.012327426113188267, -0.001740170526318252, 0.021174510940909386, -0.020604204386472702, 0.02058958075940609, 0.0008828806458041072, -0.008349893614649773, 0.04524443298578262, 0.002904549241065979, -0.020136259496212006, -0.011493898928165436, -0.0061161876656115055, -0.010243608616292477, 0.04360662400722504, 0.025693105533719063, 0.00989996176213026, -0.016743658110499382, -0.002480474067851901, 0.009234602563083172, 0.00554587971419096, 0.005136427469551563, -0.023631222546100616, 0.05384292080998421, 0.03690916299819946, 0.0029118608217686415, 0.031586289405822754, -0.049485184252262115, -0.04737943038344383, 0.03921964019536972, 0.021964168176054955, -0.026702111586928368, -0.04901723936200142, 0.011259926483035088, -0.03881018981337547, -0.002935623750090599, -0.0006726709543727338, -0.03568080812692642, -0.0036064668092876673, 0.030972110107541084, 0.050830528140068054, 0.057820454239845276, -0.02850077487528324, 0.017196979373693466, -0.0291003305464983, 0.05372593551874161, -0.0016405493952333927, -0.0177672877907753, 0.001082122791558504, -0.017635677009820938, 0.043899089097976685, -0.04091593995690346, -0.019990025088191032, 0.00011778595944633707, -0.005055999383330345, 0.0239675585180521, -0.0036795830819755793, -0.01467446330934763, -0.04749641939997673, 0.018732422962784767, 0.029641391709446907, 0.05106449872255325, 0.015910129994153976, 0.05486655235290527, 0.06931435316801071, -0.03076738491654396, 0.019098006188869476, -0.02364584617316723, 0.024128414690494537, 0.01759180799126625, 0.07949215918779373, -0.002074677962809801, 0.019960779696702957, -0.015544548630714417, 0.013804377987980843, -0.0239090658724308, -0.0011424438562244177, 0.020882045850157738, 0.007128849625587463, -0.06621421873569489, -0.0356515608727932, 0.04021402448415756, -0.011588950641453266, -0.01857156679034233, -0.014206517487764359, 0.010938214138150215, 0.040769707411527634, 0.004935357719659805, 0.0037271089386194944, 0.010002324357628822, 0.0027619723696261644, -0.008898266591131687, 0.014974240213632584, -0.006872942205518484, -0.013256005011498928, -0.055422235280275345, -0.04737943038344383, -0.02035560831427574, -0.03088437020778656, -0.008452257141470909, -0.00274186534807086, -0.07434476166963577, -0.064459428191185, 0.037289366126060486, 0.03193724527955055, 0.008649670518934727, -0.0015391004271805286, -0.003897104412317276, 0.004862240981310606, 0.029012590646743774, -0.0017456542700529099, 0.03307786211371422, -0.03699690103530884, -0.016875267028808594, -0.01686064340174198, 0.022783072665333748, -0.04799361154437065, 0.03799128532409668, -0.020063141360878944, -0.007008207496255636, 0.0011479275999590755, 0.0005707649397663772, 0.008313335478305817, -0.0287493709474802, 0.008664294146001339, 0.021949544548988342, 0.000025933475626516156, -0.009059122763574123, 0.07557311654090881, -0.03968758508563042, 0.03854696825146675, -0.017021499574184418, 0.015427561476826668, 0.008934824727475643, 0.03237594664096832, 0.022958552464842796, -0.007450561970472336, -0.010711553506553173, -0.02677522785961628, -0.050274841487407684, 0.002588320756331086, 0.0073591661639511585, -0.02310478501021862, -0.009614807553589344, -0.0020984408911317587, -0.02285618893802166, -0.041149914264678955, -0.025342145934700966, -0.09505132585763931, -0.018103621900081635, 0.04667751491069794, -0.02279769629240036, -0.002025324385613203, 0.011486588045954704, 0.008993318304419518, 0.018425334244966507, 0.0005067880847491324, -0.036616697907447815, 0.026979954913258553, 0.0036430249456316233, -0.03737710788846016, 0.019697559997439384, 0.019024889916181564, 0.05223436281085014, 0.038371492177248, -0.0291588231921196, 0.002725414000451565, -0.03439395874738693, -0.03632423281669617, -0.03933662548661232, -0.03339957445859909, 0.04381135106086731, 0.010704241693019867, 0.03687991574406624, -0.04094518721103668, 0.01054338552057743, -0.0062112389132380486, -0.017299341037869453, -0.0321127250790596, 0.009417393244802952, -0.06527832895517349, 0.004778156988322735, 0.05624113976955414, 0.01115025207400322, -0.013153641484677792, 0.05685531720519066, 0.008327959105372429, 0.004953636787831783, -0.017079992219805717, 0.04653128236532211, 0.0009162399801425636, -0.008137855678796768, -0.08159790933132172, -0.03892717510461807, -0.06785202771425247, 0.011749806813895702, -0.02604406513273716, -0.02439163438975811, -0.012890422716736794, 0.022402867674827576, 0.014235764741897583, -0.018425334244966507, 0.0030471263453364372, -0.014769514091312885, 0.05381367728114128, -0.015354445204138756, -0.0010026086820289493, -0.00784539058804512, -0.0715370923280716, -0.001810544985346496, 0.0063172574155032635, 0.047642651945352554, 0.03430621698498726, 0.015310575254261494, -0.02273920178413391, 0.005542223807424307, -0.023060914129018784, -0.0026778883766382933, -0.040038544684648514, 0.006273387931287289, 0.029144199565052986, -0.025897830724716187, -0.04147162660956383, -0.04933895170688629, 0.049251213669776917, -0.023441120982170105, 0.011442718096077442, 0.010484892874956131, -0.028544645756483078, -0.03939511999487877, -0.028222933411598206, 0.09212667495012283, -0.03743559867143631, 0.018103621900081635, 0.03170327469706535, 0.056036412715911865, 0.02137923799455166, -0.027915844693779945, -0.04430854320526123, 0.047642651945352554, -0.006829072255641222, -0.0240845438092947, 0.043840598315000534, 0.007180031388998032, -0.010952837765216827, -0.010148556903004646, -0.00672670966014266, 0.039190392941236496, -0.012283556163311005, 0.030972110107541084, 0.051444705575704575, -0.037289366126060486, -0.0178842730820179, -0.023558106273412704, -0.00494998088106513, -0.029495159164071083, 0.04767189919948578, 0.02333875745534897, 0.014360062777996063, -0.008020869456231594, -0.017328588292002678, -0.001130562392063439, -0.05439860746264458, -0.014498983509838581, 0.013365679420530796, 0.017328588292002678, -0.02788659743964672, 0.03509587422013283, -0.04688224196434021, -0.01488650031387806, -0.005162018351256847, 0.02648276276886463, -0.05012860894203186, 0.01813286915421486, 0.024859579280018806, -0.03910265490412712, 0.049602169543504715, -0.0017438263166695833, 0.04375285655260086, -0.017299341037869453, 0.01807437650859356, 0.026745982468128204, -0.09247763454914093, -0.04919271916151047, -0.0024292925372719765, 0.06276312470436096, 0.001017231959849596, 0.01820598542690277, -0.018659306690096855, -0.002323273802176118, 0.042933955788612366, 0.012824618257582188, 0.006938747130334377, 0.00386054627597332, -0.012034961022436619, -0.037464845925569534, -0.009183420799672604, 0.014447801746428013, -0.008993318304419518, -0.030591905117034912, 0.025897830724716187, 0.01636345125734806, -0.006032103672623634, 0.029860740527510643, -0.02518128976225853, -0.008174414746463299, -0.04919271916151047, 0.012568710371851921, 0.029948480427265167, 0.03951210528612137, 0.0382545031607151, -0.0009943831246346235, 0.03921964019536972, 0.015793144702911377, -0.0035004480741918087, 0.03082587756216526, -0.07609955966472626, -0.05907805636525154, 0.054691072553396225, -0.03369203954935074, -0.013095148839056492, -0.00037312216591089964, 0.0037545275408774614, 0.03442320600152016, 0.0033359359949827194, -0.03693841025233269, -0.030065467581152916, 0.04129614681005478, -0.01623184233903885, 0.008810526691377163, -0.030591905117034912, -0.041325394064188004, -0.00007991394522832707, 0.018220609053969383, -0.01298547349870205, 0.0321127250790596, -0.01985841616988182, -0.004189569968730211, 0.006803481839597225, -0.0841716080904007, -0.08095448464155197, 0.03939511999487877, -0.01722622476518154, 0.028690878301858902, -0.04653128236532211, -0.0001506883418187499, -0.04790586978197098, -0.0768599659204483, -0.027170056477189064, -0.0210721492767334, -0.013870182447135448, -0.014155336655676365, -0.031206082552671432, 0.02850077487528324, -0.00980491004884243, 0.015588417649269104, -0.0016679679974913597, -0.018644683063030243, -0.037113890051841736, -0.04480573534965515, -0.046969980001449585, 0.0010620157700031996, 0.045800115913152695, 0.004149355925619602, 0.009848779998719692, -0.004419886972755194, -0.009271160699427128, 0.03489115089178085, -0.05890257656574249, 0.012817306444048882, -0.023616598919034004, 0.02873474732041359, 0.012751501053571701, -0.033545807003974915, -0.021364614367485046, 0.004233439918607473, -0.03547608107328415, 0.007180031388998032, -0.04425004869699478, 0.014842630364000797, -0.001702698296867311, -0.02180331200361252, 0.002997772768139839, 0.05387216806411743, 0.02611718140542507, 0.033984504640102386, 0.015793144702911377, -0.014623281545937061, 0.013299874030053616, -0.01513509638607502, 0.024552488699555397, 0.009541691280901432, 0.006916812155395746, 0.007889260537922382, -0.013124395161867142, 0.011289173737168312, -0.01326331589370966, 0.009709859266877174, 0.007019175216555595, -0.023455742746591568, -0.045449160039424896, -0.002096612937748432, -0.004328491166234016, 0.02328026480972767, 0.027623379603028297, 0.001740170526318252, -0.040418751537799835, 0.029699884355068207, -0.009307718835771084, -0.014162648469209671, -0.039746079593896866, 0.017357835546135902, 0.00015628631808795035, -0.0355345755815506, -0.017855025827884674, -0.024377010762691498, -0.03766957297921181, -0.031410809606313705, 0.020077764987945557, -0.021671703085303307, -0.061242301017045975, 0.01997540332376957, -0.04673600569367409, 0.060891345143318176, -0.009424705058336258, 0.01960982009768486, 0.03702614828944206, 0.010367906652390957, -0.0029100331012159586, -0.06896339356899261, 0.01863006129860878, 0.08668681234121323, 0.014923058450222015, -0.0005250672111287713, -0.04252450168132782, -0.010587255470454693, 0.007055733352899551, -0.06732558459043503, 0.017694169655442238, 0.03307786211371422, 0.01899564266204834, 0.0035589411854743958, -0.022943928837776184, -0.004588054493069649, -0.011018642224371433, 0.03693841025233269, -0.010587255470454693, -0.0325806699693203, -0.025152044370770454, -0.009965766221284866, 0.03799128532409668, 0.008876332081854343, -0.0026943397242575884, 0.008890954777598381, 0.0511229932308197, 0.018308348953723907, -0.016070986166596413, -0.005162018351256847, 0.018893279135227203, 0.021583963185548782, -0.01716773211956024, 0.0272724200040102, -0.013650833629071712, 0.008130544796586037, -0.03272690251469612, -0.00519492058083415, 0.047525662928819656, -0.027184680104255676, 0.02940741926431656, -0.008137855678796768, -0.021583963185548782, -0.003787430003285408, 0.0015144236385822296, -0.03430621698498726, -0.003034330904483795, -0.031995739787817, 0.002264780690893531, 0.05878559127449989, 0.012809994630515575, 0.043284911662340164, -0.02861776202917099, 0.019024889916181564, -0.050391826778650284, -0.042495254427194595, 0.014191894792020321, 0.02108677104115486, 0.03878094255924225, 0.031235329806804657, 0.02316327765583992, -0.013102460652589798, -0.026307282969355583, 0.05556846782565117, 0.009029876440763474, 0.00535943266004324, 0.012429789640009403, 0.032756149768829346, -0.012590644881129265, 0.02015088126063347, -0.007933130487799644, -0.06282161921262741, -0.0005625393823720515, -0.028339918702840805, -0.0897284522652626, -0.023865194991230965, 0.041939571499824524, -0.03828375041484833, -0.010133934207260609, -0.015500678680837154, 0.03743559867143631, 0.00042407517321407795, 0.003248196328058839, 0.017972012981772423, -0.043226420879364014, -0.016509685665369034, 0.01598324626684189, 0.02064807340502739, 0.03658745065331459, 0.018556945025920868, 0.07832229882478714, -0.022900057956576347, 0.009366211481392384, 0.01115025207400322, -0.0178257804363966, 0.003217121819034219, -0.015120472759008408, 0.038517724722623825, 0.012678384780883789, -0.004650203511118889, -0.04591710492968559, 0.042319778352975845, 0.02303166873753071, -0.039190392941236496, 0.010499516502022743, 0.042670734226703644, 0.0071763754822313786, -0.015968622639775276, 0.010192426852881908, 0.021657079458236694, 0.0031220705714076757, -0.026643618941307068, 0.04933895170688629, 0.04784737527370453, 0.0052424464374780655, -0.021496223285794258, 0.03957059979438782, -0.017694169655442238, 0.01586626097559929, -0.03775731101632118, 0.0010135761694982648, 0.004588054493069649, 0.0051693301647901535, -0.0009815878001973033, -0.08124694973230362, -0.008773968555033207, -0.010711553506553173, -0.028763994574546814, -0.03325334191322327, 0.039073407649993896, 0.027623379603028297, 0.07212202250957489, -0.02225663512945175, -0.027126187458634377, 0.01510585006326437, 0.004811059683561325, 0.047642651945352554, 0.0071325055323541164, -0.008642359636723995, 0.01813286915421486, -0.004891487769782543, 0.01757718436419964, -0.03480340912938118, 0.01084316335618496, -0.030123960226774216, 0.0008189037907868624, 0.02648276276886463, -0.024537866935133934, 0.003409052500501275, -0.031118342652916908, -0.007084979675710201, 0.054193880409002304, 0.011786364950239658, -0.03179101273417473, -0.025634612888097763, 0.0009253795142285526, -0.08610188215970993, 0.023675093427300453, -0.038137517869472504, 0.028705501928925514, -0.0145209189504385, 0.041149914264678955, 0.026877591386437416, -0.04547840356826782, 0.25222235918045044, 0.039365872740745544, 0.023865194991230965, -0.040652722120285034, -0.009585561230778694, 0.07516366988420486, -0.0001943296956596896, -0.04038950428366661, 0.031030602753162384, 0.00017993491201195866, -0.050099361687898636, 0.00497922720387578, -0.00023831379076000303, -0.027652624994516373, -0.005900494288653135, 0.05214662104845047, -0.03793279081583023, -0.02426002360880375, -0.0009377179085277021, -0.08820763230323792, -0.04726244509220123, -0.00460998946800828, -0.06071586534380913, -0.006277043372392654, 0.0022263946011662483, -0.0012192160356789827, 0.01765030063688755, -0.02235899679362774, 0.007454217877238989, -0.015061980113387108, 0.017270095646381378, -0.010865097865462303, -0.002800358459353447, -0.022198140621185303, -0.06539531797170639, -0.015339822508394718, -0.042495254427194595, -0.08697927743196487, -0.013394925743341446, -0.021540094166994095, 0.02756488509476185, 0.02665824256837368, 0.05863935872912407, -0.012327426113188267, 0.03989231213927269, 0.039190392941236496, -0.023733586072921753, 0.034540191292762756, 0.04150087386369705, -0.05589018017053604, 0.024113791063427925, 0.010740799829363823, 0.03737710788846016, 0.013475353829562664, -0.07264846563339233, -0.043050941079854965, 0.026862967759370804, -0.0052826604805886745, 0.023017045110464096, 0.03217121958732605, 0.001014490146189928, -0.03284389153122902, 0.032756149768829346, 0.020882045850157738, -0.04050648957490921, 0.022402867674827576, -0.001865382306277752, 0.01849845051765442, -0.06036490574479103, 0.01054338552057743, -0.017387080937623978, -0.013343743979930878, -0.007446906063705683, 0.0017356007592752576, -0.03155704215168953, 0.002016184851527214, 0.002047259360551834, -0.009702547453343868, -0.028763994574546814, -0.009585561230778694, 0.03828375041484833, 0.0042773098684847355, -0.05056730657815933, -0.00116803462151438, 0.023426497355103493, 0.04068196937441826, -0.0012795371003448963, -0.010572632774710655, -0.03173252195119858, 0.00781614426523447, -0.01403835043311119, -0.016933759674429893, -0.04091593995690346, -0.01740170456469059, 0.009702547453343868 ]
9866_4
Academic analysis The group has been characterised as a three-quarter male group that, prior to ED's departure, was only 80% cohesive and split between centre-right Europhiles (the larger EPP subgroup) and right-wing Eurosceptics (the smaller ED subgroup). The group as a whole is described as ambiguous on hypothetical EU taxes, against taxation, Green issues, social liberal issues (LGBT rights, abortion, euthanasia) and full Turkish accession to the European Union, and for a deeper Federal Europe, deregulation, the Common Foreign and Security Policy and controlling migration into the EU. See also European People's Party Members of the European Parliament 2019-2024 Movement for European Reform References External links EPP Group in the European Parliament European People's Party (EPP) European People's Party European People's Party–European Democrats European Parliament party groups Political parties established in 1953 Political parties established in 1976 1953 establishments in Europe 1976 establishments in Europe
[ 0.003391669597476721, -0.0262827817350626, -0.004968778230249882, 0.00793161615729332, -0.04488203302025795, -0.015707293525338173, -0.02051304467022419, 0.0005803405656479299, -0.04318087920546532, 0.023135652765631676, -0.017507677897810936, 0.006925101857632399, 0.043974749743938446, 0.03461842238903046, -0.07326290011405945, 0.01246801856905222, -0.014814188703894615, -0.039750225841999054, 0.017139095813035965, 0.01971917413175106, 0.019506530836224556, -0.023461706936359406, -0.009987173601984978, -0.000007759563231957145, -0.011589090339839458, 0.004571842961013317, 0.03308738395571709, 0.01818813756108284, 0.07893340289592743, -0.003962263930588961, 0.02748776413500309, 0.03166975826025009, -0.001023348537273705, -0.04190501570701599, 0.016898099333047867, 0.019265534356236458, -0.008335639722645283, -0.028721097856760025, -0.03087588958442211, -0.007173186168074608, 0.01808890514075756, -0.023036418482661247, -0.03005366586148739, -0.038247544318437576, -0.029231442138552666, -0.0006547658704221249, -0.00532672880217433, -0.008208053186535835, -0.02689236029982567, -0.01056131161749363, -0.012212845496833324, -0.0031701656989753246, -0.009136597625911236, -0.05715867131948471, 0.012368784286081791, -0.008959394879639149, -0.0008461453835479915, 0.03682991862297058, -0.07156174629926682, 0.016940627247095108, 0.005624430254101753, 0.03166975826025009, 0.020895803347229958, -0.021732203662395477, 0.0029911904130131006, -0.021916493773460388, -0.00680105946958065, 0.03036554343998432, -0.026906536892056465, -0.08579470962285995, -0.0038984708953648806, -0.015367062762379646, 0.004706517327576876, -0.044400040060281754, -0.042585477232933044, -0.0021902318112552166, -0.03042224794626236, -0.0038772064726799726, 0.019591588526964188, -0.0136021189391613, 0.033796198666095734, -0.01567894034087658, 0.0003623805823735893, -0.013524149544537067, -0.03354102373123169, 0.020484691485762596, -0.04369122534990311, 0.09327977150678635, 0.005929219536483288, 0.01725250482559204, 0.009058628231287003, 0.036404628306627274, -0.01800384745001793, 0.029883550480008125, 0.028395043686032295, 0.031924933195114136, 0.06056097149848938, 0.027431057766079903, 0.017975494265556335, -0.059426870197057724, 0.01572147011756897, 0.022015728056430817, -0.02200155146420002, 0.02753029204905033, -0.05528740584850311, 0.034023016691207886, -0.0028777802363038063, -0.00021851371275261045, -0.0075417691841721535, -0.055599283427000046, -0.02711918018758297, -0.019988523796200752, -0.01056131161749363, -0.017564382404088974, -0.00960441492497921, 0.053472843021154404, -0.03226516395807266, -0.006992438808083534, -0.0409126803278923, -0.0197758786380291, 0.019052889198064804, 0.05829277262091637, -0.009001923725008965, 0.008867248892784119, -0.028763625770807266, 0.005422418471425772, 0.04088432714343071, 0.024950213730335236, -0.07190197706222534, 0.0046250042505562305, 0.013701353222131729, -0.014771660789847374, 0.00886016059666872, -0.046214599162340164, 0.011943496763706207, 0.03218010440468788, 0.027898874133825302, 0.03223681077361107, 0.04009045660495758, -0.012212845496833324, -0.013084685429930687, 0.06294258683919907, 0.011177979409694672, 0.023277414962649345, -0.00793161615729332, 0.01990346610546112, -0.05265061929821968, -0.02948661521077156, 0.001249282737262547, 0.014941775240004063, 0.016954803839325905, -0.010518782772123814, 0.0017640580190345645, 0.005135349463671446, -0.010575488209724426, -0.0418483130633831, -0.034023016691207886, -0.00488372053951025, 0.02269618771970272, 0.0009498092695139349, -0.09464069455862045, -0.02544638141989708, -0.002466668840497732, 0.013219360262155533, 0.005436594597995281, 0.020399633795022964, -0.018542544916272163, 0.021193504333496094, -0.029713435098528862, 0.03793566673994064, -0.002466668840497732, 0.02577243559062481, -0.026452897116541862, 0.011050392873585224, 0.032350219786167145, 0.03770884498953819, 0.0493050254881382, 0.0029734699055552483, 0.004610827658325434, 0.035412292927503586, -0.013495797291398048, 0.02241266332566738, 0.00904445257037878, 0.05775407329201698, 0.004355655051767826, 0.017890436574816704, -0.012198669835925102, -0.008420697413384914, -0.003710635472089052, -0.06645829230546951, 0.03697168081998825, 0.032775506377220154, -0.031244471669197083, -0.013120125979185104, 0.01248928252607584, -0.01582070253789425, -0.026750598102808, 0.06861308962106705, -0.025942550972104073, 0.00272184144705534, -0.023334119468927383, 0.011773382313549519, -0.01369426492601633, 0.03799236938357353, 0.0008058316307142377, -0.023844465613365173, -0.008739662356674671, 0.09929050505161285, -0.009065716527402401, 0.057470548897981644, 0.06299928575754166, 0.019875112920999527, 0.01641610637307167, -0.030847536399960518, 0.03450500965118408, -0.01818813756108284, -0.008059202693402767, 0.030393896624445915, -0.03385290130972862, -0.0005621772143058479, -0.021618792787194252, -0.0023869273718446493, -0.019619939848780632, -0.0077118840999901295, -0.029741788282990456, 0.004912073258310556, 0.01279407273977995, 0.08409356325864792, -0.022355958819389343, -0.009710736572742462, -0.007598474156111479, 0.04936172813177109, 0.011121273972094059, 0.04646977037191391, 0.029685083776712418, -0.00948391668498516, 0.01178755797445774, 0.006762074772268534, -0.006925101857632399, 0.009441387839615345, 0.016813041642308235, 0.00013910452253185213, 0.05823606625199318, -0.02418469451367855, 0.04306747019290924, 0.045562490820884705, 0.013743882067501545, -0.01232625637203455, 0.03158470243215561, 0.056591618806123734, -0.009086981415748596, 0.025006918236613274, 0.02940155752003193, -0.013623383827507496, -0.014346372336149216, -0.022965537384152412, 0.03847436234354973, -0.013595030643045902, -0.009413034655153751, -0.021689673885703087, -0.014700778760015965, -0.019378943368792534, 0.014686603099107742, -0.041281260550022125, -0.03793566673994064, 0.07031423598527908, 0.07388665527105331, 0.00265627633780241, 0.025247914716601372, -0.022667836397886276, -0.025545615702867508, 0.02204408124089241, -0.06441691517829895, 0.01716744713485241, -0.031046003103256226, 0.04238700866699219, -0.02167549729347229, -0.018684307113289833, 0.06526748836040497, -0.028678568080067635, 0.022455191239714622, 0.02493603713810444, 0.02409963868558407, 0.030223781242966652, -0.03578087314963341, 0.013970701955258846, -0.0028352513909339905, 0.03243527561426163, -0.023107299581170082, -0.017918789759278297, 0.006358051672577858, 0.03246362879872322, -0.007669355254620314, -0.006085158325731754, 0.023546764627099037, -0.0007779221050441265, -0.012163229286670685, 0.016274344176054, -0.01111418567597866, -0.024680864065885544, -0.04181995987892151, 0.015267829410731792, 0.01609005220234394, -0.06572113186120987, 0.009880851954221725, 0.01392817310988903, -0.00035573545028455555, -0.01381476316601038, 0.006978262681514025, 0.02422722429037094, -0.004851824138313532, -0.006120599340647459, 0.00874675065279007, 0.00006944151391508058, -0.03980693221092224, -0.00029216380789875984, -0.002893728669732809, 0.007105849217623472, 0.006031997501850128, -0.016940627247095108, -0.021179329603910446, -0.015423768199980259, 0.023234885185956955, 0.006723090074956417, 0.03135788068175316, 0.007205083034932613, 0.05046747624874115, -0.03966517001390457, 0.04329429194331169, -0.05469200015068054, -0.06918013840913773, -0.042216893285512924, -0.004880176857113838, -0.00960441492497921, 0.012999627739191055, -0.001186375506222248, -0.049333374947309494, 0.012163229286670685, 0.01679886505007744, -0.024454044178128242, 0.02181725949048996, 0.0014583824668079615, -0.008548283018171787, -0.03036554343998432, -0.017975494265556335, 0.042301952838897705, -0.006436021067202091, -0.03345596790313721, 0.010504607111215591, -0.04508049786090851, 0.012666486203670502, 0.0037850607186555862, 0.03280385956168175, -0.002119350479915738, -0.015579706989228725, 0.038531068712472916, 0.021278562024235725, -0.020711511373519897, -0.02312147617340088, -0.061978597193956375, 0.019123772159218788, -0.018769364804029465, -0.03566746413707733, 0.04199007526040077, -0.045931074768304825, -0.008378168568015099, -0.010355755686759949, 0.004589563235640526, -0.0015204036608338356, -0.04961690306663513, 0.024113813415169716, -0.021377796307206154, 0.03005366586148739, 0.017734497785568237, -0.007796941790729761, -0.004837648011744022, 0.05817935988306999, 0.024666687473654747, 0.057328786700963974, -0.0455908440053463, 0.0165153406560421, -0.012531811371445656, 0.00038342346670106053, 0.013573766686022282, -0.010830660350620747, 0.020399633795022964, -0.010703074745833874, 0.04105444252490997, -0.054578591138124466, -0.028678568080067635, -0.005457859020680189, -0.009193303063511848, 0.015083538368344307, -0.00186594994738698, 0.015140242874622345, -0.024383163079619408, -0.0024967934004962444, -0.004107570741325617, 0.05001383647322655, 0.016827218234539032, 0.06350963562726974, 0.033229146152734756, 0.0043024942278862, 0.02116515301167965, -0.0029911904130131006, 0.05097782239317894, 0.006031997501850128, 0.04403145611286163, 0.0140699353069067, 0.022313429042696953, 0.010688898153603077, -0.00669828150421381, -0.009228743612766266, -0.0028990446589887142, 0.014013230800628662, -0.007853646762669086, -0.01898200809955597, -0.0730360820889473, -0.008789279498159885, 0.03444830700755119, -0.006017821375280619, -0.0455908440053463, -0.0026722245384007692, 0.02669389359652996, 0.002872464247047901, -0.0037248115986585617, -0.012893306091427803, 0.0012962415348738432, 0.06521078199148178, 0.02363182045519352, -0.018939480185508728, -0.04298241436481476, -0.05165828391909599, -0.031329527497291565, -0.0037637962959706783, -0.039466701447963715, 0.021944846957921982, -0.018755188211798668, -0.06940695643424988, -0.048993147909641266, 0.01757855899631977, 0.03339926153421402, 0.02856515906751156, -0.014381812885403633, 0.002135298680514097, -0.025177033618092537, 0.022682011127471924, 0.02622607722878456, 0.02687818370759487, 0.005890234839171171, -0.001956323627382517, -0.016033347696065903, 0.04749046266078949, -0.06583453714847565, -0.0005754674784839153, 0.010568399913609028, -0.019875112920999527, -0.03450500965118408, 0.013183919712901115, 0.002119350479915738, -0.0126735744997859, 0.007818206213414669, -0.00942012295126915, -0.013424916192889214, 0.008130083791911602, 0.04357781633734703, -0.058349475264549255, 0.014771660789847374, 0.01655786857008934, 0.018259020522236824, -0.039381641894578934, 0.02716170996427536, 0.05619468539953232, 0.0005360397626645863, 0.016359401866793633, -0.023149829357862473, -0.027232591062784195, -0.020867452025413513, 0.0023142739664763212, -0.02818240039050579, 0.013913996517658234, -0.05151652172207832, -0.012758632190525532, -0.03759543597698212, -0.011546561494469643, -0.09004759043455124, -0.008569547906517982, -0.02622607722878456, -0.024850979447364807, -0.04646977037191391, 0.03252033516764641, 0.04856785759329796, 0.061695072799921036, -0.01278698444366455, -0.017649440094828606, -0.01739426888525486, -0.018173962831497192, -0.04856785759329796, 0.00009408383630216122, 0.018400782719254494, 0.05358625203371048, 0.06316940486431122, 0.0036503863520920277, -0.01757855899631977, 0.015494649298489094, -0.026920713484287262, -0.01076686754822731, -0.02934485301375389, 0.03042224794626236, 0.04366287216544151, 0.03050730563700199, -0.02269618771970272, 0.014261314645409584, 0.0511762909591198, -0.03107435628771782, -0.06764910370111465, 0.01419043354690075, -0.052111923694610596, -0.01841495931148529, 0.031046003103256226, -0.004447800572961569, -0.011107097379863262, 0.003955175634473562, 0.018386606127023697, 0.05647820979356766, -0.022299252450466156, 0.057328786700963974, -0.006067438051104546, 0.029089679941534996, -0.0767219066619873, -0.039239879697561264, -0.03870118409395218, -0.006811691913753748, -0.026438720524311066, 0.003738987958058715, 0.030167076736688614, 0.019889289513230324, 0.010121847502887249, -0.009958821348845959, -0.03464677184820175, -0.009157862514257431, 0.0479157492518425, 0.06458702683448792, -0.018755188211798668, 0.005925675854086876, -0.01528200600296259, 0.0334843210875988, 0.03969351947307587, 0.020995037630200386, 0.016061699017882347, -0.014027406461536884, -0.0031985181849449873, -0.00048686584341339767, -0.01100077573210001, -0.010731426998972893, -0.0804644376039505, -0.049049850553274155, 0.027941403910517693, -0.006861308589577675, -0.013970701955258846, -0.02134944312274456, 0.0692935436964035, 0.025460558012127876, -0.019520707428455353, 0.009753265418112278, -0.02985519915819168, -0.03320079669356346, -0.039608463644981384, 0.08063454926013947, -0.04561919718980789, 0.0008036165963858366, 0.011504032649099827, 0.024340633302927017, 0.05185674875974655, 0.018769364804029465, -0.06305599212646484, 0.04289735481142998, 0.0014433201868087053, -0.01509771402925253, 0.08250582218170166, -0.004660444799810648, -0.025602320209145546, 0.012602693401277065, 0.02261113002896309, 0.028763625770807266, 0.01392817310988903, 0.012737367302179337, 0.06056097149848938, -0.007527592591941357, 0.0025074256118386984, -0.03799236938357353, 0.004841192159801722, -0.032123398035764694, 0.010107671841979027, 0.014240050688385963, 0.009363418444991112, 0.009519357234239578, 0.0013768690405413508, -0.010951158590614796, -0.022894656285643578, -0.030620716512203217, 0.001958095468580723, 0.050240658223629, -0.005915043409913778, 0.07031423598527908, -0.044995442032814026, -0.04445674270391464, -0.01614675670862198, 0.012567251920700073, -0.02357511594891548, 0.02726094238460064, 0.053841426968574524, -0.003792148781940341, 0.020853275433182716, 0.04147972911596298, 0.026070138439536095, 0.018996184691786766, -0.05092111602425575, 0.00893104262650013, -0.04312417656183243, -0.03399466723203659, 0.022497721016407013, 0.030223781242966652, -0.007513416465371847, -0.007789853494614363, -0.04213183745741844, -0.007860735058784485, 0.034675125032663345, -0.014077023603022099, 0.04780234023928642, 0.05287744104862213, -0.012276639230549335, -0.011085833422839642, 0.055230699479579926, 0.007811117917299271, 0.01896783336997032, 0.010128935799002647, 0.006035541649907827, 0.033796198666095734, 0.029288148507475853, 0.021845612674951553, -0.0497586652636528, 0.011659971438348293, 0.01392817310988903, -0.00003441618900978938, 0.028919564560055733, -0.017691969871520996, 0.05483376234769821, -0.012340432032942772, 0.01395652536302805, 0.0020325209479779005, -0.0006002759328112006, 0.02237013354897499, -0.0005736954044550657, -0.07950045168399811, 0.04074256494641304, -0.043095823377370834, -0.01176629401743412, -0.001202323823235929, 0.024028755724430084, -0.01156073808670044, 0.013042156584560871, -0.01018564123660326, -0.04261383041739464, 0.0251203291118145, 0.03382455185055733, 0.013006716035306454, -0.03229351341724396, -0.07173186540603638, -0.04105444252490997, -0.0050609237514436245, 0.00026514031924307346, 0.0016479899641126394, -0.036858268082141876, 0.015452120453119278, 0.005131805315613747, -0.05432341992855072, -0.059937216341495514, 0.010965335182845592, 0.031783170998096466, 0.029316499829292297, -0.06316940486431122, 0.004908529110252857, -0.009009012021124363, -0.04340770095586777, 0.008193876594305038, -0.04224524646997452, -0.0018889863276854157, 0.0017534258076921105, -0.01855672150850296, -0.019534882158041, -0.0010641053086146712, 0.03804907575249672, -0.044626858085393906, -0.003343824762851, -0.00636159535497427, -0.0367448590695858, -0.014842541888356209, 0.013524149544537067, 0.055372461676597595, 0.0009117105510085821, 0.04422992467880249, -0.021547911688685417, -0.026523778215050697, -0.002916764933615923, -0.03892800211906433, 0.007442535366863012, -0.020073581486940384, 0.023249061778187752, 0.005301920231431723, -0.016912275925278664, -0.037878960371017456, 0.011277212761342525, -0.04802916198968887, 0.002594255143776536, -0.01796131767332554, 0.0011208103969693184, -0.02655212953686714, -0.029826845973730087, -0.004171364009380341, 0.006404124200344086, 0.011567826382815838, 0.028621863573789597, 0.046356361359357834, -0.01949235424399376, 0.02259695529937744, -0.022426839917898178, -0.021179329603910446, -0.00636159535497427, -0.026750598102808, 0.00965403113514185, -0.025659026578068733, 0.012864953838288784, -0.046441420912742615, 0.012921658344566822, 0.04726364091038704, -0.014495223760604858, -0.01576399803161621, 0.028990447521209717, 0.004259965382516384, 0.024127990007400513, 0.028068989515304565, 0.0034678669180721045, 0.018854422494769096, -0.0006024909671396017, -0.030025312677025795, -0.0376804918050766, -0.020427986979484558, -0.01896783336997032, 0.02047051675617695, -0.04298241436481476, -0.00012703255924861878, -0.011447328142821789, -0.012227022089064121, -0.033229146152734756, 0.042301952838897705, -0.047972455620765686, 0.02544638141989708, 0.01586323231458664, -0.00804502610117197, 0.020754041150212288, -0.0012740911915898323, -0.00655651930719614, 0.010150200687348843, 0.006510446313768625, -0.038672830909490585, -0.025375500321388245, 0.014431430026888847, 0.04964525252580643, -0.010873189195990562, 0.002927397144958377, -0.018443310633301735, -0.03614945709705353, 0.0046533565036952496, -0.033512674272060394, 0.02422722429037094, 0.011433151550590992, 0.01156073808670044, 0.02436898648738861, -0.005925675854086876, -0.03181152045726776, -0.03734026104211807, 0.045420728623867035, 0.03456171602010727, -0.024992741644382477, -0.014055759645998478, 0.01613258197903633, 0.03872953727841377, 0.024907683953642845, -0.06073108687996864, 0.014410166069865227, -0.006343875080347061, 0.01757855899631977, -0.011978937312960625, 0.0029291692189872265, 0.04632800817489624, 0.009561886079609394, -0.056676678359508514, 0.021604616194963455, 0.02395787462592125, 0.003611401654779911, 0.003127636853605509, -0.004904984962195158, 0.052820734679698944, -0.01097951177507639, 0.025134503841400146, 0.0008301970665343106, -0.010965335182845592, 0.011050392873585224, -0.001502683269791305, -0.022682011127471924, -0.014495223760604858, -0.018074728548526764, -0.0025960272178053856, 0.01916630007326603, 0.032208457589149475, 0.03592263534665108, -0.011745029129087925, 0.020314577966928482, -0.04102608934044838, -0.009930468164384365, 0.0181456096470356, 0.0548904687166214, 0.035185471177101135, 0.016501164063811302, 0.029940254986286163, -0.033512674272060394, -0.019336415454745293, 0.06685522943735123, -0.006843588314950466, -0.01090862974524498, 0.005433050915598869, 0.03850271552801132, 0.02716170996427536, -0.003505079774186015, -0.045647550374269485, -0.059426870197057724, 0.0018694939790293574, -0.00006395928357960656, -0.07184527069330215, 0.0058228978887200356, -0.011610355228185654, -0.04610119014978409, 0.005117629189044237, -0.016175109893083572, 0.0548904687166214, -0.015891585499048233, 0.04612954333424568, 0.0006366025772877038, -0.051601577550172806, 0.0065210782922804356, 0.022497721016407013, -0.012864953838288784, 0.055088937282562256, 0.04961690306663513, 0.036347925662994385, -0.041423022747039795, 0.000882915046531707, 0.027105003595352173, -0.00802376214414835, -0.015041009522974491, -0.012397137470543385, -0.0021423869766294956, 0.020952507853507996, -0.0334843210875988, -0.04870961979031563, 0.038389306515455246, 0.0400053970515728, -0.0076622674241662025, 0.023291591554880142, 0.011128362268209457, -0.018712660297751427, -0.028621863573789597, -0.04437168687582016, 0.05642150342464447, 0.012992540374398232, 0.009618590585887432, -0.007272419985383749, 0.02828163467347622, -0.03515711799263954, -0.044910382479429245, 0.033881254494190216, -0.03847436234354973, -0.026481248438358307, -0.04247206822037697, 0.030450601130723953, -0.015423768199980259, -0.016770511865615845, 0.0006459057331085205, -0.030337190255522728, -0.009448475204408169, 0.04740540683269501, -0.06940695643424988, -0.0413946732878685, 0.06005062535405159, 0.003994160331785679, 0.0181456096470356, -0.013375299051404, -0.036347925662994385, 0.049701958894729614, -0.022993890568614006, 0.01943564973771572, -0.016401929780840874, 0.0037531640846282244, 0.006549431011080742, -0.00329066370613873, 0.03926823288202286, -0.02404293231666088, -0.0027980387676507235, -0.019137946888804436, 0.008661692962050438, -0.02614101953804493, 0.012616869062185287, -0.03606439754366875, -0.01044081337749958, 0.01757855899631977, 0.07473722845315933, 0.008222229778766632, -0.05684679374098778, -0.03654639050364494, 0.00025915971491485834, -0.08052114397287369, 0.03232186660170555, -0.030592363327741623, -0.0005121172871440649, -0.05429506674408913, 0.04780234023928642, 0.029429910704493523, -0.005904411431401968, 0.23407836258411407, 0.044768620282411575, 0.0023904715199023485, -0.024071285501122475, -0.00443008029833436, 0.03538393974304199, 0.024780098348855972, -0.026339486241340637, 0.03589428588747978, 0.0013795270351693034, -0.011822998523712158, 0.02526209130883217, 0.020201167091727257, -0.04720693826675415, 0.014899246394634247, 0.0836966261267662, -0.035554055124521255, -0.0009090524981729686, 0.011050392873585224, -0.04408816248178482, -0.03410807624459267, -0.009349241852760315, -0.006567151285707951, 0.02326323837041855, -0.02008775621652603, 0.09492421895265579, 0.018542544916272163, -0.02553143911063671, -0.008059202693402767, -0.027246767655014992, -0.0034448306541889906, -0.06668511778116226, 0.013949437066912651, 0.0007832382107153535, -0.03050730563700199, -0.025970904156565666, -0.036489687860012054, -0.07666520029306412, 0.003074475796893239, -0.0047490461729466915, 0.03252033516764641, 0.03762378916144371, 0.05664832517504692, -0.01847166381776333, -0.0058512501418590546, 0.020569749176502228, -0.027785465121269226, 0.007867823354899883, 0.010497518815100193, -0.0281398706138134, 0.008498666808009148, -0.028253281489014626, 0.05503223091363907, -0.01211361214518547, -0.04312417656183243, -0.017224153503775597, 0.03064906969666481, -0.035468995571136475, 0.04675329849123955, -0.02590002305805683, 0.010958246886730194, -0.021434500813484192, 0.02475174516439438, 0.0030762478709220886, -0.01539541594684124, 0.013821851462125778, 0.014325108379125595, 0.01623181439936161, -0.03371113911271095, -0.00018938594439532608, -0.019038714468479156, -0.025843316689133644, 0.005815809592604637, 0.02940155752003193, 0.008342728018760681, -0.007527592591941357, -0.025843316689133644, -0.015452120453119278, -0.02259695529937744, -0.022568602114915848, 0.021108446642756462, -0.008619165048003197, -0.018684307113289833, 0.0010711934883147478, 0.02316400408744812, 0.02349005825817585, -0.027544468641281128, -0.034306544810533524, -0.023660173639655113, 0.0038984708953648806, -0.008534107357263565, -0.019293885678052902, -0.02204408124089241, -0.03371113911271095, -0.038247544318437576 ]
9867_0
The Left in the European Parliament – GUE/NGL is a political group of the European Parliament established in 1995, and is composed of left-wing and far-left members. Before January 2021, it was named the European United Left/Nordic Green Left (, GUE/NGL). The group comprises political parties of socialist and communist orientation. History In 1995, the enlargement of the European Union led to the creation of the Nordic Green Left group of parties. The Nordic Green Left (NGL) merged with the Confederal Group of the European United Left (GUE) on 6 January 1995, forming the Confederal Group of the European United Left/Nordic Green Left. The NGL suffix was added to the name of the expanded group on insistence of Swedish and Finnish MEPs. The group initially consisted of MEPs from the Finnish Left Alliance, the Swedish Left Party, the Danish Socialist People's Party, the United Left of Spain (including the Spanish Communist Party), the Synaspismos of Greece, the French Communist Party, the Portuguese Communist Party, the Communist Party of Greece, and the Communist Refoundation Party of Italy. In 1998, Ken Coates, an expelled MEP from the British Labour Party who co-founded the Independent Labour Network, joined the group. In 1999, the German Party of Democratic Socialism (PDS) and the Greek Democratic Social Movement (DIKKI) joined as full members, while the five MEPs elected from the list of the French Trotskyist alliance LO–LCR and the one MEP for the Dutch Socialist Party joined as associate members. In 2002, four MEPs from the French Citizen and Republican Movement and one from the Danish People's Movement against the EU also joined the group. In 2004, no MEPs were elected from LO–LCR and DIKKI — which was undergoing a dispute with its leader over the party constitution — , as well as the French Citizen and Republican Movement, did not put forward candidates. MEPs from the Portuguese Portugal, the Irish Sinn Féin, the Progressive Party of Working People of Cyprus, and the Communist Party of Bohemia and Moravia joined the group. The Danish Socialist People's Party, a member of the Nordic Green Left, left the group to instead sit in the Greens–European Free Alliance group.
[ -0.006567946169525385, -0.043700169771909714, -0.040857650339603424, 0.05346236377954483, -0.0034329183399677277, -0.008190193213522434, 0.020658522844314575, -0.008620877750217915, -0.03551715612411499, 0.038445815443992615, 0.0035728910006582737, 0.035488445311784744, 0.05954938009381294, 0.02139068767428398, -0.011563892476260662, 0.007601590361446142, -0.0012409111950546503, -0.025266852229833603, 0.00304889096878469, 0.016724934801459312, 0.02675989456474781, -0.03620625287294388, -0.03324888274073601, -0.02552526444196701, -0.008800329640507698, -0.026472771540284157, 0.017112551257014275, -0.007371891289949417, 0.06506214290857315, 0.0057891239412128925, 0.017327893525362015, -0.0142628513276577, -0.036234963685274124, -0.07849951833486557, -0.005107206292450428, -0.05107923969626427, -0.03959430754184723, -0.00320321973413229, -0.0397665798664093, -0.0548979789018631, 0.0043355622328817844, -0.018663017079234123, -0.009439179673790932, -0.027047017589211464, 0.005171808879822493, 0.0054266308434307575, -0.0006550000980496407, 0.017816003412008286, -0.012102248147130013, 0.02225205861032009, 0.01622246764600277, 0.002388507127761841, 0.008254795335233212, -0.014097755774855614, -0.006657672114670277, -0.018246687948703766, -0.008125590160489082, 0.03224394842982292, -0.044245705008506775, 0.010429754853248596, -0.017816003412008286, -0.009467891417443752, 0.042522966861724854, -0.03230137377977371, 0.04889710247516632, 0.01173616573214531, -0.01088197436183691, 0.013717317022383213, 0.0018734796904027462, -0.09882785379886627, -0.03238750994205475, 0.01617939956486225, -0.034368664026260376, -0.06069787219166756, -0.03675178438425064, 0.016681864857673645, -0.034368664026260376, 0.001392548205330968, -0.0061875078827142715, -0.03402411565184593, 0.035057757049798965, -0.000588602852076292, 0.0029986442532390356, -0.006165973376482725, -0.02090257778763771, 0.0410299226641655, -0.04493480175733566, 0.07735102623701096, -0.027219291776418686, 0.02149118110537529, -0.010472823865711689, 0.032272662967443466, -0.05136636272072792, 0.04243682697415352, 0.02934400364756584, 0.003836685558781028, 0.0066648502834141254, 0.05050499364733696, 0.015002193860709667, -0.0348280593752861, -0.003915644250810146, 0.03293304517865181, -0.01923726312816143, 0.03568942844867706, -0.04662882909178734, -0.004712411668151617, -0.027319785207509995, 0.019423892721533775, 0.01394701562821865, -0.026099510490894318, -0.04433184117078781, -0.015490303747355938, 0.025439126417040825, -0.00764465844258666, 0.05039014294743538, 0.026831675320863724, -0.04536548629403114, -0.003998192492872477, -0.01676800288259983, 0.002654096344485879, -0.0178877841681242, 0.05914740636944771, -0.011872549541294575, 0.030980607494711876, -0.01633731834590435, -0.01453561894595623, 0.013207673095166683, 0.006510521285235882, -0.05541480332612991, 0.016351673752069473, -0.012238631956279278, -0.002776123583316803, -0.004999535158276558, -0.02654455229640007, 0.01528931688517332, 0.03560329228639603, 0.003890521125867963, 0.03198553994297981, 0.017973920330405235, -0.021792661398649216, 0.007572877686470747, 0.03589041531085968, 0.021850084885954857, 0.020601099357008934, -0.002327493391931057, 0.04057052731513977, 0.011750522069633007, 0.011987399309873581, 0.00953967310488224, 0.008168659172952175, 0.006065480411052704, -0.01639474183320999, 0.02897074446082115, 0.05851573497056961, -0.0031888633966445923, -0.016452167183160782, -0.021562961861491203, -0.0005545069579966366, 0.031066743656992912, 0.02691781148314476, -0.09015672653913498, 0.000897709047421813, 0.021304551512002945, 0.011671563610434532, 0.01999814063310623, 0.007989206351339817, -0.02997567504644394, -0.0002046875306405127, -0.023328769952058792, 0.024032222107052803, -0.007303699851036072, 0.031181594356894493, -0.05142378807067871, 0.013781920075416565, -0.012346303090453148, 0.03755573183298111, 0.030176661908626556, -0.007048877887427807, 0.04347047209739685, 0.024592112749814987, 0.008104056119918823, -0.007138603832572699, -0.0014589454513043165, 0.047317925840616226, -0.027965812012553215, 0.006862247362732887, 0.01281287893652916, -0.015676934272050858, 0.007099124137312174, -0.04605458304286003, 0.015160111710429192, 0.027477702125906944, -0.009180768392980099, 0.009525316767394543, -0.015375453978776932, 0.030664771795272827, -0.00003863827805616893, 0.06936899572610855, -0.03077962063252926, -0.05329009145498276, 0.00449706893414259, 0.031038032844662666, -0.034196387976408005, -0.00945353601127863, -0.01906498894095421, -0.006646905094385147, 0.0005432911566458642, 0.04427441582083702, -0.005247178953140974, 0.04743277281522751, 0.02723364718258381, -0.023572824895381927, -0.020285263657569885, -0.029257867485284805, 0.025984661653637886, 0.029315292835235596, -0.021519893780350685, 0.013896768912672997, -0.04751891270279884, -0.0014724043430760503, -0.013717317022383213, 0.03034893609583378, -0.03812997788190842, 0.015332385897636414, -0.03247364982962608, -0.012676495127379894, 0.02901381254196167, 0.0635116770863533, 0.0033378086518496275, -0.02846827730536461, 0.011721810325980186, 0.044618964195251465, 0.011592604219913483, 0.03152614086866379, 0.056391023099422455, 0.01847638562321663, 0.01311435829848051, 0.011542357504367828, 0.0474901981651783, -0.004608329385519028, -0.011355727910995483, 0.00456885015591979, 0.05865929648280144, 0.012619070708751678, 0.0641433522105217, -0.0004042158252559602, -0.005365617107599974, -0.027764825150370598, 0.028654908761382103, 0.07568570971488953, -0.000943917955737561, 0.06184636428952217, 0.03471321240067482, 0.007745151873677969, -0.014313098043203354, -0.01617939956486225, 0.015820495784282684, -0.03230137377977371, -0.019696660339832306, -0.02106049656867981, 0.009597097523510456, -0.0033826716244220734, -0.032645922154188156, -0.04441797733306885, -0.03077962063252926, 0.059893928468227386, 0.0351438969373703, 0.021562961861491203, -0.04065666347742081, -0.05797019973397255, -0.017816003412008286, 0.0027456169482320547, -0.01902192085981369, 0.01098964549601078, -0.005462521221488714, 0.0008106747991405427, 0.02601337432861328, 0.010164165869355202, 0.03195682540535927, -0.005835781805217266, 0.005390740465372801, 0.036723073571920395, -0.022381262853741646, -0.020328331738710403, -0.0403982512652874, 0.0004881096538156271, -0.031411293894052505, 0.015648221597075462, -0.030435072258114815, 0.0053404937498271465, -0.04703080281615257, 0.02284066006541252, -0.005828603636473417, -0.000502914481330663, 0.013774741441011429, 0.008785974234342575, -0.01284159068018198, 0.028123730793595314, -0.030119236558675766, 0.0028496989980340004, -0.02385994791984558, -0.02327134646475315, 0.010221590287983418, -0.048064444214105606, 0.01343019399791956, -0.006768932566046715, 0.018447674810886383, -0.026846030727028847, 0.027736114338040352, 0.02202235907316208, 0.01168591994792223, 0.03589041531085968, 0.023773811757564545, -0.017744222655892372, -0.044303130358457565, -0.014363344758749008, 0.01869172789156437, 0.04114477336406708, -0.047576334327459335, 0.0020170414354652166, -0.030435072258114815, 0.0035621237475425005, 0.0397665798664093, -0.007989206351339817, 0.031066743656992912, 0.020242195576429367, 0.02368767559528351, -0.0034329183399677277, 0.07178083062171936, -0.028281647711992264, -0.07172340899705887, -0.029458854347467422, -0.0008622672758065164, 0.008836220018565655, -0.007020165212452412, 0.017816003412008286, -0.02658762037754059, 0.019524386152625084, 0.009381755255162716, -0.05995135009288788, 0.012906193733215332, -0.04292493686079979, 0.015231892466545105, -0.016667509451508522, 0.0006455788388848305, 0.04312592372298241, -0.013903947547078133, 0.030693484470248222, -0.009920110926032066, -0.030549922958016396, 0.009805262088775635, -0.0003721387474797666, 0.033650852739810944, 0.007066823076456785, 0.01675364561378956, 0.02391737326979637, 0.024807455018162727, 0.0030650414992123842, -0.004719589836895466, -0.03121030516922474, 0.03442608565092087, 0.005451754201203585, -0.02037139981985092, 0.012884659692645073, -0.03356471657752991, -0.027865318581461906, -0.026200003921985626, 0.018016988411545753, -0.009496604092419147, -0.028439566493034363, -0.007730795536190271, -0.018519455567002296, 0.0023472332395613194, 0.002011657925322652, -0.061386968940496445, -0.006201863754540682, 0.05797019973397255, 0.02551090717315674, 0.03152614086866379, -0.038388390094041824, -0.0055666035041213036, -0.03411025181412697, 0.0010946576949208975, 0.006474630907177925, 0.023127784952521324, 0.017543235793709755, -0.016940277069807053, 0.012274522334337234, -0.02997567504644394, -0.04568132013082504, -0.013128714635968208, -0.035804279148578644, -0.016667509451508522, -0.00202960311435163, 0.041661594063043594, -0.02513764798641205, -0.01182230282574892, 0.015203180722892284, 0.017327893525362015, 0.008965426124632359, 0.07591541111469269, 0.05228515714406967, -0.007181672379374504, -0.012159672565758228, -0.05492669343948364, 0.02251046895980835, -0.009116165339946747, -0.01485863234847784, 0.004181233700364828, -0.0033324251417070627, 0.019797153770923615, -0.005778356920927763, -0.014054686762392521, -0.013394303619861603, 0.019682304933667183, 0.003235521027818322, -0.03804384171962738, -0.05317524075508118, 0.035545866936445236, 0.047317925840616226, -0.02664504572749138, -0.04421699419617653, -0.027707401663064957, 0.0764322280883789, -0.019868934527039528, -0.005778356920927763, 0.0044755348935723305, 0.01528931688517332, -0.00660742586478591, 0.02385994791984558, 0.00437863077968359, -0.030004387721419334, -0.06758882850408554, -0.022122852504253387, 0.013501974754035473, -0.04657140374183655, 0.01633731834590435, -0.013056933879852295, -0.015346742235124111, -0.058917708694934845, -0.012776988558471203, -0.04082893580198288, 0.02411836013197899, -0.0329904705286026, 0.02740592136979103, -0.05748208984732628, 0.015763070434331894, -0.010049316100776196, 0.016308605670928955, -0.007515453267842531, 0.01869172789156437, -0.03187068924307823, 0.02836778573691845, -0.05093567818403244, 0.016581371426582336, 0.004733945708721876, -0.012095070444047451, -0.008240439929068089, 0.05082083120942116, -0.0031206717249006033, -0.03669436275959015, -0.01131265889853239, -0.008111233823001385, 0.02584110014140606, -0.006883781868964434, 0.07109173387289047, -0.03566071763634682, 0.007206795737147331, -0.015978412702679634, 0.039192333817481995, -0.037699293345212936, 0.020055564120411873, 0.007831288501620293, -0.006252110470086336, -0.00027590757235884666, -0.03953688219189644, -0.013738851062953472, -0.02180701680481434, -0.028999457135796547, 0.01623682491481304, 0.03643595054745674, 0.004195589572191238, -0.01864865981042385, -0.050476282835006714, -0.028410853818058968, -0.09595661610364914, -0.009209481067955494, 0.005925507750362158, -0.024821812286973, -0.03970915824174881, 0.0024315756745636463, 0.04303978756070137, 0.06977096945047379, 0.019524386152625084, -0.009654521942138672, 0.006413617171347141, -0.023443620651960373, -0.05486926808953285, -0.00134678790345788, 0.03350729122757912, 0.005074904765933752, 0.08355288952589035, -0.010975289158523083, -0.024735674262046814, -0.01120498776435852, -0.027334140613675117, -0.03933589532971382, -0.008240439929068089, 0.0017469660378992558, 0.018174907192587852, 0.011528002098202705, -0.004034082870930433, 0.01617939956486225, 0.021964935585856438, 0.019265975803136826, -0.031353868544101715, 0.01249704323709011, -0.05481184273958206, -0.027061372995376587, 0.016193754971027374, 0.003077603178098798, -0.033823128789663315, 0.0030201785266399384, 0.005168220028281212, 0.02305600419640541, -0.03701019659638405, 0.05903255566954613, 0.054409872740507126, -0.019136769697070122, -0.049643624573946, -0.025396058335900307, -0.043326910585165024, 0.0007379966555163264, -0.014729427173733711, 0.002677425043657422, -0.005609672050923109, 0.047203075140714645, 0.025726251304149628, -0.04970104992389679, -0.017126906663179398, -0.016509590670466423, 0.0407140888273716, 0.027104442939162254, 0.00682276813313365, -0.016265535727143288, -0.04108734801411629, -0.04797830805182457, 0.02144811302423477, 0.042149703949689865, 0.03847452625632286, 0.03207167610526085, -0.03646466135978699, 0.0007388939266093075, -0.02472131885588169, 0.0066325487568974495, -0.06333940476179123, -0.0089438920840621, 0.012698029167950153, -0.02272581122815609, -0.03884778544306755, -0.009977535344660282, 0.07189568132162094, -0.029745977371931076, 0.018950140103697777, 0.00538715161383152, 0.016567016020417213, 0.00937457662075758, -0.04860997945070267, 0.04573874548077583, -0.04025468975305557, -0.0052328226156532764, 0.01961052417755127, 0.03396669030189514, 0.033019181340932846, 0.01332252286374569, -0.04312592372298241, 0.027980169281363487, -0.012152494862675667, -0.07120658457279205, 0.08303606510162354, -0.03597655147314072, 0.014829919673502445, 0.005918329581618309, 0.010063672438263893, 0.04840899258852005, -0.001183486427180469, 0.003615959547460079, 0.02052931860089302, -0.03385183960199356, -0.004906219895929098, -0.07775299996137619, -0.02133326418697834, -0.016696222126483917, 0.022208988666534424, 0.019854579120874405, 0.005903973244130611, -0.015705646947026253, -0.022969866171479225, -0.013178960420191288, -0.05995135009288788, -0.06776110827922821, 0.0007747843628749251, 0.045853596180677414, 0.0007631199550814927, 0.058429598808288574, -0.048121869564056396, -0.03956559672951698, -0.06707201153039932, 0.0329904705286026, -0.01026465930044651, -0.01579178310930729, 0.05512768030166626, 0.012217097915709019, 0.08900823444128036, 0.03284690901637077, 0.004590384196490049, 0.02622871659696102, 0.011104494333267212, 0.024046579375863075, -0.02347233146429062, -0.033076606690883636, 0.03675178438425064, 0.056448448449373245, -0.02246740087866783, 0.010135453194379807, -0.07878664135932922, -0.00038828945253044367, 0.05573063716292381, 0.01880657859146595, 0.006862247362732887, 0.03494291007518768, 0.004644219763576984, 0.011944330297410488, 0.026874743402004242, 0.025869812816381454, 0.011542357504367828, 0.03746959567070007, 0.022969866171479225, 0.005641973577439785, 0.026788607239723206, 0.048810966312885284, -0.05403660982847214, 0.0018151578260585666, -0.021562961861491203, -0.05501282960176468, 0.015318029560148716, -0.016308605670928955, 0.07080461084842682, 0.013207673095166683, 0.005462521221488714, -0.002234178362414241, 0.03416767716407776, 0.013387124985456467, -0.001013007014989853, -0.042264554649591446, 0.014916056767106056, -0.02578367479145527, -0.01704077050089836, -0.010422577150166035, -0.011757700704038143, 0.018347181379795074, 0.045911021530628204, -0.01704077050089836, -0.007730795536190271, 0.015246248804032803, -0.024735674262046814, -0.002345438813790679, -0.052084170281887054, -0.023084715008735657, 0.017586303874850273, 0.013056933879852295, -0.022768879309296608, 0.016854139044880867, -0.006248521618545055, 0.024735674262046814, -0.004414521157741547, -0.016681864857673645, -0.03525874391198158, 0.028769757598638535, 0.04645655304193497, 0.0005603391327895224, -0.05064855515956879, 0.017112551257014275, 0.005053370725363493, -0.049413926899433136, 0.013875234872102737, -0.012087891809642315, -0.029430141672492027, -0.00857063103467226, -0.03933589532971382, 0.0114131523296237, -0.01091068610548973, 0.03276077285408974, -0.030808333307504654, -0.02352975681424141, -0.01538981031626463, -0.028985099866986275, -0.06994324177503586, 0.038876499980688095, 0.03508647158741951, 0.0351438969373703, 0.048868391662836075, 0.014600221067667007, -0.02621435932815075, 0.023874305188655853, -0.009984713979065418, 0.0016994111938402057, -0.0431833490729332, 0.06552154570817947, 0.02578367479145527, -0.01393983792513609, -0.045107074081897736, 0.0095612071454525, -0.06730170547962189, 0.0166531540453434, -0.022481756284832954, -0.009381755255162716, -0.01579178310930729, 0.010243125259876251, -0.018519455567002296, -0.008872111327946186, 0.0385606624186039, 0.008922357112169266, 0.034684497863054276, -0.02090257778763771, 0.06655518710613251, -0.033335018903017044, 0.005415863823145628, 0.03649337589740753, -0.030808333307504654, -0.02288373000919819, -0.014930413104593754, 0.025482196360826492, -0.016997700557112694, 0.004105863627046347, -0.006392083130776882, 0.01211660448461771, -0.04697337746620178, -0.04019726440310478, -0.018950140103697777, 0.02476438693702221, 0.04352789744734764, -0.03433994948863983, 0.0007285754545591772, 0.02632921002805233, -0.005947041790932417, -0.023027291521430016, -0.041345760226249695, -0.010566138662397861, -0.005408685654401779, -0.0055127679370343685, 0.01798827573657036, -0.027865318581461906, -0.013975728303194046, -0.01289901603013277, 0.0029448086861521006, 0.0013288427144289017, -0.015648221597075462, 0.005085671786218882, -0.021663455292582512, 0.04464767873287201, -0.02579803206026554, 0.016265535727143288, 0.024735674262046814, -0.01504526287317276, -0.03821611404418945, -0.021074851974844933, 0.009367398917675018, 0.060583021491765976, -0.013207673095166683, 0.006083425600081682, -0.01311435829848051, -0.010487179271876812, -0.0000326098088407889, -0.004644219763576984, 0.03408154100179672, 0.052141595631837845, -0.008778795599937439, -0.011104494333267212, -0.026630688458681107, 0.013423015363514423, -0.07562828809022903, 0.031841978430747986, -0.00018113444093614817, -0.03350729122757912, -0.016997700557112694, 0.02965983934700489, 0.05903255566954613, -0.03132515400648117, 0.007486741058528423, -0.028410853818058968, 0.014392056502401829, 0.00041206684545613825, -0.01122652180492878, 0.013659892603754997, 0.005110795143991709, 0.01563386619091034, -0.01949567347764969, -0.008290685713291168, 0.013559399172663689, -0.008269151672720909, -0.017557591199874878, 0.002908918308094144, 0.058429598808288574, 0.0008483597193844616, 0.03132515400648117, 0.0038115622010082006, -0.026731181889772415, 0.01778729073703289, 0.0008191987290047109, -0.005943452939391136, -0.00007654752698726952, -0.015504660084843636, -0.030607346445322037, 0.02740592136979103, 0.010056494735181332, 0.028008880093693733, -0.006524877622723579, 0.07103431224822998, -0.03815869241952896, 0.0066361380741000175, 0.039307184517383575, 0.017500167712569237, 0.030061813071370125, 0.034196387976408005, 0.01745709776878357, -0.03164099156856537, -0.04036954045295715, 0.002144452417269349, 0.008161480538547039, -0.002404657891020179, 0.02315649576485157, 0.07097689062356949, 0.023443620651960373, 0.014126467518508434, -0.041230909526348114, -0.07287190109491348, -0.007371891289949417, 0.015332385897636414, -0.039364609867334366, -0.016940277069807053, -0.002336465986445546, -0.048380281776189804, -0.007580055855214596, -0.03574685379862785, 0.027865318581461906, -0.03988143056631088, 0.03991014137864113, 0.01098964549601078, -0.0478060357272625, 0.014083399437367916, -0.004586795344948769, 0.0014661235036328435, 0.04797830805182457, 0.056276172399520874, 0.0490119531750679, -0.04034082964062691, 0.017155619338154793, 0.02348668873310089, -0.02869797684252262, -0.003689534729346633, -0.04355660825967789, 0.018634304404258728, 0.03810126706957817, -0.038704223930835724, -0.03904877230525017, 0.006069069262593985, 0.04444669187068939, -0.03502904623746872, 0.023658962920308113, 0.012640604749321938, -0.023012934252619743, -0.009568384848535061, 0.017112551257014275, 0.05150992423295975, 0.009108987636864185, -0.020170414820313454, 0.021964935585856438, 0.030808333307504654, 0.0012642398942261934, -0.051653485745191574, -0.019165482372045517, -0.02268274314701557, -0.00926690548658371, -0.06804823130369186, 0.06856504827737808, -0.04921294003725052, -0.019682304933667183, 0.011154741048812866, -0.019165482372045517, -0.02546783909201622, -0.009324329905211926, -0.038388390094041824, -0.042637813836336136, 0.05196932330727577, 0.019639234989881516, 0.03916362300515175, -0.005990110337734222, -0.011886905878782272, 0.02170652337372303, -0.0031045209616422653, 0.040484391152858734, -0.03405282646417618, -0.0041991788893938065, -0.0012409111950546503, 0.02380252443253994, -0.00436786375939846, -0.03465578705072403, -0.0028640551026910543, -0.01827540062367916, -0.020055564120411873, 0.021964935585856438, -0.009676055982708931, 0.0025553975719958544, -0.03198553994297981, 0.013559399172663689, 0.03993885591626167, 0.049299076199531555, 0.000013346748346521053, -0.0005217569414526224, 0.007052466738969088, -0.05771178752183914, 0.03324888274073601, -0.004414521157741547, 0.03657951205968857, -0.015978412702679634, 0.018232330679893494, 0.042264554649591446, -0.03089446946978569, 0.24095389246940613, 0.0320429652929306, 0.033335018903017044, 0.02927222289144993, -0.014298741705715656, 0.03933589532971382, 0.004859562497586012, -0.01091068610548973, 0.006754576228559017, 0.010623563081026077, -0.006553589832037687, 0.018131839111447334, 0.027334140613675117, -0.03749830648303032, -0.02885589376091957, 0.07430751621723175, -0.049241650849580765, 0.036780498921871185, 0.014844276010990143, -0.018978852778673172, -0.00044302231981419027, -0.010781480930745602, -0.007041699718683958, 0.004342740401625633, -0.02622871659696102, 0.03454093635082245, -0.02375945635139942, -0.03428252413868904, 0.011728988029062748, -0.034138962626457214, -0.007773864082992077, -0.07993513345718384, 0.03336372971534729, -0.00044773294939659536, -0.010939398780465126, -0.015404166653752327, -0.040111128240823746, -0.09182204306125641, -0.026501484215259552, -0.007910247892141342, -0.0006258391076698899, 0.01171463169157505, 0.008362467400729656, -0.015863563865423203, 0.04464767873287201, 0.043441761285066605, -0.04771989583969116, -0.030722197145223618, 0.05340493842959404, -0.005473288707435131, 0.029157374054193497, -0.03255978599190712, 0.05007430911064148, -0.023343127220869064, -0.0900418758392334, 0.01458586473017931, 0.042207129299640656, -0.04866740480065346, -0.012174028903245926, -0.007274987176060677, 0.006557179149240255, 0.008642411790788174, 0.029631128534674644, 0.022754523903131485, 0.015920989215373993, 0.046284280717372894, 0.021462468430399895, 0.02472131885588169, -0.04614071920514107, 0.0019865345675498247, -0.016667509451508522, -0.01485863234847784, 0.03284690901637077, -0.027750469744205475, -0.0015136783476918936, 0.018849646672606468, 0.0024477264378219843, 0.009331508539617062, -0.008836220018565655, 0.03402411565184593, 0.019380824640393257, -0.041230909526348114, -0.04197743162512779, 0.04326948523521423, 0.02864055149257183, 0.02885589376091957, 0.005301014520227909, -0.029688552021980286, 0.002234178362414241, 0.011700275354087353, 0.019093701615929604, -0.009604275226593018, -0.049413926899433136, -0.011513645760715008, 0.0011323426151648164 ]
9867_1
In 2009, no MEPs were elected from the Italian Communist Refoundation Party and the Finnish Left Alliance. MEPs from the Irish Socialist Party, the Socialist Party of Latvia, and the French Left Party joined the group. In 2013, one MEP from the Croatian Labourists – Labour Party also joined the group. In 2014, no MEPs were elected from the Irish Socialist Party, the Socialist Party of Latvia, and the Croatian Labourists – Labour Party. MEPs from the Spanish Podemos as well as EH Bildu and the Dutch Party for the Animals joined the group, while MEPs from the Italian Communist Refoundation Party and the Finnish Left Alliance re-entered parliament and rejoined. The Communist Party of Greece, a founding member of the group, decided to leave and instead sit as Non-Inscrits. In 2019, no MEPs were elected from the French Communist Party, the Danish People's Movement against the EU, the Dutch Socialist Party, and from the Italian parties The Left and the Communist Refoundation Party. MEPs from the French La France insoumise, the Belgian Workers' Party of Belgium, the German Human Environment Animal Protection, the Irish Independents 4 Change, and the Danish Red-Green Alliance joined the group. Position According to its 1994 constituent declaration, the group is opposed to the present European Union political structure, but it is committed to integration. That declaration sets out three aims for the construction of another European Union, the total change of institutions to make them fully democratic, breaking with neo-liberal monetarist policies, and a policy of co-development and equitable cooperation. The group wants to disband the North Atlantic Treaty Organisation (NATO), and strengthen the Organization for Security and Co-operation in Europe (OSCE). The group is ambiguous between reformism and revolution, leaving it up to each party to decide on the manner they deem best suited to achieve these aims. As such, it has simultaneously positioned itself as insiders within the European institutions, enabling it to influence the decisions made by co-decision; and as outsiders by its willingness to seek another Europe, which would abolish the Maastricht Treaty.
[ -0.022586245089769363, -0.02396879717707634, -0.026802344247698784, 0.03805440291762352, -0.015782995149493217, -0.0035624669399112463, -0.035316675901412964, -0.013127399608492851, -0.04897793009877205, 0.04673299565911293, -0.005745803937315941, 0.031073199585080147, 0.015796683728694916, 0.010820864699780941, -0.07096187770366669, 0.006690319627523422, -0.005571274086833, -0.02891039475798607, -0.016686445102095604, -0.010512870736420155, -0.013633878901600838, -0.06488412618637085, -0.014112981036305428, -0.023462317883968353, -0.028554489836096764, 0.020669836550951004, 0.026802344247698784, 0.019040890038013458, 0.07742290943861008, 0.008302156813442707, 0.015002742409706116, -0.034276340156793594, -0.00939724687486887, -0.07139991223812103, 0.003393070073798299, -0.03884834423661232, -0.029567448422312737, -0.007891497574746609, 0.022723132744431496, -0.0014381620567291975, 0.007200221531093121, -0.0034837573766708374, 0.004106590058654547, -0.06406280398368835, -0.029759090393781662, 0.007453461177647114, -0.0031586522236466408, 0.009759996086359024, -0.0219018142670393, -0.006464457139372826, -0.011806447058916092, 0.0031192973256111145, 0.016782265156507492, -0.023626582697033882, -0.0038773054257035255, -0.010574469342827797, 0.0016340806614607573, 0.00442142877727747, -0.03203140199184418, 0.01735718734562397, -0.018753428012132645, 0.02451634220778942, 0.020806724205613136, -0.024707984179258347, 0.01879449374973774, -0.00605037622153759, 0.006570544093847275, -0.0005984499584883451, 0.013688634149730206, -0.08941415697336197, 0.014263556338846684, -0.04506298154592514, -0.01808268576860428, -0.06723856925964355, -0.028362849727272987, 0.020834101364016533, -0.029348431155085564, -0.034194208681583405, -0.02373609133064747, -0.036740291863679886, 0.029403185471892357, 0.005403588060289621, 0.004534360021352768, -0.004749956075102091, -0.021354269236326218, 0.031894516199827194, -0.03750685602426529, 0.056889962404966354, -0.05475453659892082, 0.033400267362594604, -0.015153317712247372, 0.056178152561187744, -0.04810185730457306, 0.06159885227680206, 0.03559044748544693, 0.008185802958905697, 0.03887572139501572, 0.029759090393781662, 0.038410305976867676, -0.032606326043605804, 0.028937771916389465, -0.022339850664138794, -0.020409753546118736, 0.015947258099913597, -0.03528929874300957, -0.001231977017596364, -0.04109327867627144, 0.009582043625414371, -0.013674945570528507, -0.04155869036912918, -0.038492437452077866, 0.004418006632477045, 0.005427543073892593, -0.003276716684922576, 0.03033401258289814, 0.035152412950992584, -0.062365416437387466, -0.03917687013745308, -0.03830079734325409, -0.005793714430183172, 0.0026709947269409895, 0.07446616888046265, -0.011525829322636127, 0.006895649246871471, -0.008528019301593304, 0.002267180010676384, 0.056561436504125595, 0.006515789777040482, -0.025022823363542557, 0.01568717509508133, 0.015947258099913597, -0.023681337013840675, -0.007576658856123686, -0.04161344841122627, 0.004027880262583494, 0.01182697992771864, 0.019246218726038933, 0.0029533228371292353, 0.04194197431206703, -0.01737087592482567, 0.005208525341004133, 0.051140736788511276, 0.005033995024859905, 0.03255157172679901, 0.010642913170158863, 0.052591729909181595, -0.04060048609972, -0.031976647675037384, -0.004103167913854122, 0.008028383366763592, 0.005742381792515516, -0.03142910450696945, 0.01879449374973774, 0.013955562375485897, 0.0017324676737189293, 0.000320399587508291, -0.043283458799123764, 0.019697943702340126, -0.0013106866972520947, 0.040956392884254456, -0.04369411990046501, 0.0075629702769219875, -0.004209254868328571, 0.022640999406576157, 0.011683248914778233, 0.01975269801914692, -0.03457748889923096, 0.0034888905938714743, -0.02483118139207363, 0.02580307424068451, 0.018904002383351326, -0.0006942704203538597, -0.07134515792131424, 0.011320499703288078, -0.002445132238790393, 0.03320862725377083, 0.02198394574224949, 0.0318397618830204, 0.026816032826900482, 0.023202234879136086, 0.019040890038013458, 0.014400443062186241, 0.0002816864289343357, 0.04919695109128952, -0.007378173526376486, 0.013065801002085209, 0.0024417100939899683, 0.005961399991065264, -0.013777609914541245, -0.044570192694664, 0.012497722171247005, 0.025050200521945953, -0.016453737393021584, 0.025351349264383316, 0.001933519495651126, -0.019547369331121445, -0.027609974145889282, 0.0684979259967804, 0.027336202561855316, 0.026966609060764313, -0.02405092865228653, 0.0430096872150898, -0.03734259307384491, -0.028691375628113747, -0.022873707115650177, -0.05319403111934662, 0.011560050770640373, 0.0461580716073513, -0.00863752793520689, 0.04999088868498802, 0.02978646755218506, -0.02593996189534664, -0.01869867369532585, -0.003081653732806444, 0.0002119599375873804, 0.010636068880558014, -0.0017897888319566846, 0.03654865175485611, -0.023065347224473953, -0.016275785863399506, -0.003254472743719816, 0.020765656605362892, -0.04517249017953873, -0.013750232756137848, -0.026788655668497086, 0.02435207925736904, 0.029950730502605438, 0.044323794543743134, -0.005420698784291744, -0.03485126048326492, -0.0025272639468312263, 0.03238730877637863, 0.039286378771066666, 0.03216828778386116, 0.04081950709223747, -0.005858735181391239, -0.0020173625089228153, 0.024721672758460045, 0.048211369663476944, 0.04484396427869797, 0.01697390526533127, 0.004958707373589277, 0.06143458932638168, 0.0023202234879136086, 0.07490420341491699, 0.0006745929713360965, 0.019848518073558807, -0.011122015304863453, 0.03383830189704895, 0.07233074307441711, 0.05108598247170448, 0.0398065485060215, 0.037369970232248306, -0.013106866739690304, -0.027103494852781296, 0.00959573220461607, 0.022257719188928604, -0.005694471765309572, -0.022887395694851875, -0.032524194568395615, -0.021942880004644394, -0.03074467182159424, -0.01942417211830616, -0.05190730094909668, -0.03016974963247776, 0.04793759435415268, 0.05073007568717003, 0.007357640657573938, 0.015002742409706116, 0.0019934072624891996, -0.03288009762763977, -0.0021833369974046946, -0.023352809250354767, -0.013606501743197441, -0.03400256484746933, 0.03241468593478203, 0.025529302656650543, -0.007029113359749317, 0.047800708562135696, 0.00023505950230173767, -0.014852168038487434, 0.031894516199827194, 0.015317581593990326, 0.006840894930064678, -0.023941420018672943, 0.023517072200775146, 0.00876072607934475, 0.019314661622047424, -0.02684340998530388, -0.014222490601241589, -0.03192189335823059, 0.02197025716304779, -0.01449626311659813, 0.021299514919519424, 0.010088522918522358, -0.012620920315384865, -0.01895875856280327, -0.01831539161503315, -0.014085603877902031, 0.0019882740452885628, -0.02978646755218506, -0.0005492564523592591, 0.048293501138687134, -0.032140910625457764, 0.046377092599868774, -0.028308095410466194, -0.010478649288415909, 0.004979240708053112, 0.021381646394729614, 0.0226957555860281, -0.007193377241492271, 0.0430096872150898, -0.018671296536922455, -0.002715482609346509, -0.04665086418390274, -0.023831911385059357, 0.03151123598217964, 0.025419792160391808, -0.038738831877708435, 0.025173397734761238, -0.023681337013840675, -0.004246898461133242, 0.0413944274187088, -0.008001006208360195, 0.04906006157398224, -0.01504380814731121, 0.017494073137640953, -0.03485126048326492, 0.03704144433140755, -0.012470345012843609, -0.04667824134230614, -0.012312926352024078, 0.0009094385895878077, 0.0033862257841974497, 0.0103486068546772, 0.037287838757038116, -0.019396794959902763, 0.004506982862949371, -0.03312649205327034, -0.04588430002331734, -0.002236380474641919, -0.02555667981505394, -0.007693012244999409, -0.047006767243146896, 0.0016460581682622433, 0.03088155761361122, -0.04739005118608475, 0.004554892890155315, -0.020272865891456604, 0.003750685602426529, 0.018575476482510567, 0.011724314652383327, 0.03882096707820892, 0.009123474359512329, -0.0055336300283670425, 0.03772587329149246, -0.013230064883828163, 0.009096097201108932, -0.003654865315183997, -0.056889962404966354, 0.0358368419110775, -0.020437130704522133, -0.04785546287894249, 0.006214639637619257, -0.030142372474074364, -0.036110617220401764, 0.017480384558439255, 0.026446441188454628, -0.01925990730524063, -0.014619461260735989, 0.018205882981419563, 0.007850431837141514, 0.01341486070305109, -0.011840668506920338, -0.025529302656650543, 0.023790845647454262, 0.04440592974424362, 0.07287828624248505, 0.03430371731519699, -0.07035958021879196, 0.00347349070943892, -0.01758989505469799, 0.019136710092425346, -0.00523590249940753, 0.060394253581762314, -0.01648111455142498, -0.047417428344488144, 0.03693193569779396, -0.027089806273579597, -0.03589159622788429, 0.011792757548391819, -0.031073199585080147, 0.019164087250828743, 0.002814725274220109, 0.02921154536306858, -0.013017890974879265, -0.015221760608255863, 0.03468699753284454, 0.01333957351744175, 0.011998087167739868, 0.04519986733794212, 0.024707984179258347, -0.019615812227129936, 0.017302433028817177, -0.0652674064040184, 0.03917687013745308, -0.008883923292160034, 0.04889579862356186, -0.0008307289681397378, 0.03298960626125336, 0.018931381404399872, -0.01856178790330887, -0.027897436171770096, 0.00047952996101230383, 0.0040518357418477535, -0.001108779339119792, -0.03684980049729347, -0.05825882405042648, 0.03528929874300957, 0.01702865958213806, -0.021518532186746597, -0.016193654388189316, 0.0015125940553843975, 0.04426904022693634, -0.02531028352677822, -0.020327622070908546, -0.002617951249703765, -0.0011772224679589272, 0.005116126965731382, 0.0358368419110775, -0.007357640657573938, -0.029649579897522926, -0.06641725450754166, -0.0270761176943779, -0.03408469632267952, -0.025844139978289604, 0.028472358360886574, -0.014523640275001526, -0.0413944274187088, -0.05508306249976158, -0.000021081030354253016, 0.024311013519763947, 0.03923162445425987, -0.05606864392757416, 0.0035077123902738094, -0.02036868780851364, 0.01657693460583687, 0.0032852720469236374, 0.011094637215137482, -0.011245212517678738, -0.004246898461133242, -0.01345592737197876, 0.022025011479854584, -0.06975727528333664, 0.005660249851644039, -0.018534410744905472, -0.004934752359986305, -0.027651039883494377, 0.028937771916389465, -0.04517249017953873, -0.038246043026447296, -0.03225042298436165, -0.02348969504237175, 0.010930374264717102, 0.014989053830504417, 0.046623487025499344, -0.043666742742061615, 0.010430739261209965, 0.006974359042942524, 0.03731521591544151, 0.004568581469357014, 0.03643914312124252, 0.007227598689496517, 0.01957474648952484, -0.009000277146697044, -0.01623472012579441, 0.007569814566522837, 0.025816762819886208, -0.007432928308844566, 0.01027331966906786, 0.030224503949284554, -0.008391132578253746, -0.019862208515405655, -0.04580216854810715, -0.03805440291762352, -0.0756160095334053, -0.015153317712247372, 0.010204876773059368, -0.022640999406576157, -0.016987593844532967, 0.0030097884591668844, 0.03225042298436165, 0.07610880583524704, 0.02849973551928997, -0.03654865175485611, 0.00493817450478673, 0.01838383451104164, -0.037862762808799744, 0.005010040011256933, 0.037944894284009933, 0.04213361442089081, 0.08892136812210083, -0.039751794189214706, -0.022421982139348984, -0.03906736150383949, 0.008199491538107395, -0.035864219069480896, -0.03392043337225914, 0.024954378604888916, 0.027295134961605072, 0.037287838757038116, -0.05283812806010246, 0.008137892931699753, 0.01696021668612957, -0.01965687796473503, -0.03783538192510605, -0.010314385406672955, -0.03241468593478203, -0.02411937341094017, 0.05349517986178398, -0.0226820670068264, -0.044624947011470795, -0.018534410744905472, -0.023681337013840675, 0.023352809250354767, -0.005359100177884102, 0.055219948291778564, 0.011067260056734085, -0.006745074409991503, -0.07742290943861008, -0.017411941662430763, -0.012080219574272633, 0.025679877027869225, -0.015810372307896614, -0.0035864219535142183, 0.010574469342827797, 0.04196935147047043, 0.038328174501657486, -0.04133967310190201, 0.001256787683814764, 0.004418006632477045, 0.02220296487212181, 0.026966609060764313, -0.016864396631717682, -0.020793035626411438, -0.04810185730457306, -0.03350977599620819, 0.01026647537946701, 0.031319595873355865, 0.00824740156531334, 0.03033401258289814, -0.021518532186746597, -0.012648297473788261, -0.0203139316290617, 0.0350155234336853, -0.03862932324409485, -0.023749779909849167, 0.028718752786517143, -0.030525652691721916, 0.007056490518152714, -0.029184166342020035, 0.038656700402498245, -0.006409702822566032, 0.023229612037539482, 0.010718200355768204, -0.007159155327826738, -0.03780800476670265, 0.016535868868231773, 0.062365416437387466, -0.03033401258289814, 0.024817492812871933, 0.03274321183562279, 0.04369411990046501, 0.0533309169113636, 0.011546362191438675, -0.044460684061050415, 0.034823883324861526, -0.021450089290738106, -0.06433657556772232, 0.07786095142364502, -0.011012505739927292, -0.02101205289363861, -0.008350066840648651, 0.024379456415772438, 0.04684250429272652, -0.0056842053309082985, -0.03433109447360039, 0.027897436171770096, -0.017891043797135353, -0.020738279446959496, -0.06280345469713211, -0.01689177379012108, -0.02811645343899727, 0.0525643527507782, 0.006645831745117903, 0.03320862725377083, 0.0018821870908141136, 0.013366950675845146, -0.023831911385059357, -0.035782087594270706, -0.047006767243146896, -0.0015630709240213037, 0.01856178790330887, -0.01361334603279829, 0.034112077206373215, -0.08990694582462311, -0.039916057139635086, -0.035699956119060516, 0.028937771916389465, -0.014797412790358067, -0.009568355046212673, 0.047499559819698334, -0.011210991069674492, 0.05020990967750549, 0.032524194568395615, 0.0013132533058524132, 0.024324702098965645, 0.026692835614085197, 0.038738831877708435, -0.014592083171010017, -0.019684255123138428, 0.052673861384391785, 0.03695931285619736, -0.02365395985543728, -0.013319040648639202, -0.08377443999052048, 0.02413306199014187, 0.04752693697810173, 0.01886293664574623, 0.01982114091515541, 0.024078307673335075, 0.018137440085411072, -0.007419239729642868, 0.024584786966443062, -0.014592083171010017, -0.007597191724926233, -0.016138900071382523, 0.018684985116124153, 0.045117735862731934, 0.0012995647266507149, 0.04317395016551018, -0.06822415441274643, -0.019218841567635536, -0.013442238792777061, -0.000406809092964977, 0.025187086313962936, -0.0171107929199934, 0.056561436504125595, 0.016987593844532967, 0.04284542426466942, -0.02405092865228653, 0.042078860104084015, 0.024311013519763947, -0.03994343429803848, -0.057437505573034286, 0.04259902983903885, -0.020341310650110245, 0.002797614550217986, -0.02054663933813572, -0.02658332698047161, 0.02698029763996601, 0.02373609133064747, -0.020122291520237923, -0.041914597153663635, 0.014701592735946178, -0.020560327917337418, 0.011484763585031033, -0.051222868263721466, -0.03405731916427612, -0.009280893951654434, 0.020998364314436913, -0.023914042860269547, 0.03271583467721939, -0.012805717065930367, 0.0008568229386582971, 0.009205605834722519, -0.03361928462982178, -0.017932109534740448, -0.019287284463644028, 0.08120097219944, 0.00804891623556614, -0.07709438353776932, -0.02572094276547432, -0.004387207329273224, -0.058642107993364334, -0.012887848541140556, -0.028390226885676384, -0.006587654817849398, -0.003160363296046853, -0.022271407768130302, 0.017494073137640953, -0.004534360021352768, 0.04369411990046501, -0.04010769724845886, -0.032934851944446564, -0.009027654305100441, -0.057437505573034286, -0.04656873270869255, 0.025296594947576523, 0.02547454833984375, 0.04870415851473808, 0.030936311930418015, 0.02365395985543728, 0.012422434985637665, -0.002323645632714033, -0.03438584879040718, 0.017220301553606987, -0.03616537153720856, 0.05749226361513138, 0.00028040309553034604, -0.03386567905545235, -0.02316116914153099, -0.012614076025784016, -0.02945793978869915, 0.009363025426864624, -0.010341762565076351, -0.003839661832898855, 0.0036377543583512306, 0.017713092267513275, -0.011635338887572289, 0.02978646755218506, -0.015399713069200516, 0.02238091640174389, 0.011847512796521187, 0.009000277146697044, 0.03066254034638405, -0.022586245089769363, -0.0045377821661531925, 0.026090536266565323, -0.0477459542453289, -0.023147480562329292, -0.014989053830504417, 0.017480384558439255, -0.017494073137640953, 0.004157922696322203, 0.011751691810786724, 0.024297324940562248, -0.0031518079340457916, 0.0129357585683465, 0.01218288391828537, 0.003904682816937566, 0.05187992379069328, -0.006621876731514931, 0.002200447954237461, 0.054343875497579575, -0.00910978578031063, -0.06335099786520004, -0.0620916411280632, 0.0055610076524317265, 0.0025238418020308018, -0.023147480562329292, -0.005578118376433849, -0.022257719188928604, 0.008678593672811985, -0.0206972137093544, 0.007973629049956799, -0.03695931285619736, -0.011573740281164646, -0.014701592735946178, -0.005451498553156853, 0.036986690014600754, -0.04771857708692551, -0.0113410335034132, 0.02236722782254219, 0.010581313632428646, -0.021833371371030807, -0.022654687985777855, 0.007056490518152714, 0.062365416437387466, -0.0003516267752274871, 0.009007121436297894, 0.003932060208171606, -0.034194208681583405, 0.025570368394255638, 0.006378903519362211, 0.012792028486728668, 0.04347510263323784, 0.0018017664551734924, -0.003702775342389941, -0.01791842095553875, -0.05957293510437012, -0.03307173773646355, 0.03747947886586189, -0.0022192697506397963, -0.02921154536306858, -0.039833925664424896, 0.01895875856280327, 0.04673299565911293, -0.037068821489810944, -0.008733347989618778, 0.004226365592330694, 0.06258442997932434, -0.018096374347805977, 0.027500465512275696, 0.004387207329273224, 0.014249867759644985, 0.016179965808987617, 0.006618454586714506, 0.02023180015385151, 0.015235449187457561, 0.0028900126926600933, -0.02474904991686344, -0.05543896555900574, 0.060065723955631256, -0.0053454115986824036, -0.005841624457389116, -0.006758762989193201, -0.0016931128920987248, 0.03893047571182251, 0.0005466897855512798, -0.013373794965445995, -0.027514154091477394, -0.013804987072944641, -0.01489323377609253, 0.015180694870650768, 0.036274880170822144, -0.0015921592712402344, 0.003918371628969908, 0.03964228183031082, -0.038957852870225906, 0.0018804760184139013, 0.031401727348566055, 0.01664537936449051, 0.018534410744905472, 0.04500822722911835, 0.023626582697033882, -0.037452101707458496, -0.032140910625457764, 0.01535864733159542, -0.014523640275001526, -0.0016409249510616064, 0.008856546133756638, 0.017658337950706482, 0.010540247894823551, 0.06017523258924484, -0.02301059290766716, -0.06154409795999527, 0.03033401258289814, -0.0018342769471928477, -0.06581494957208633, -0.0031381193548440933, -0.022586245089769363, -0.018192194402217865, 0.006029843352735043, -0.031894516199827194, 0.03312649205327034, -0.05272861570119858, 0.050346795469522476, -0.006601343862712383, -0.049552854150533676, 0.0055849626660346985, 0.0171107929199934, -0.016467425972223282, 0.051715657114982605, 0.028527112677693367, 0.07605405151844025, -0.04719841107726097, 0.011840668506920338, 0.0031877406872808933, -0.008630683645606041, -0.032852720469236374, -0.031976647675037384, 0.005256435368210077, 0.02578938566148281, -0.015221760608255863, -0.056178152561187744, 0.04292755573987961, 0.019068267196416855, -0.021682795137166977, 0.03455011174082756, 0.01997171714901924, -0.0318397618830204, -0.019875897094607353, 0.039204247295856476, 0.07112614065408707, 0.031237462535500526, 0.0028061699122190475, 0.044323794543743134, 0.04588430002331734, -0.026542261242866516, -0.05475453659892082, 0.03066254034638405, -0.033236004412174225, -0.011067260056734085, -0.05229058116674423, 0.034823883324861526, -0.05245484411716461, -0.02428363636136055, 0.0014569839695468545, -0.04268116131424904, -0.00021826954616699368, 0.027035051956772804, -0.031976647675037384, -0.027254069223999977, 0.04413215443491936, 0.029895976185798645, 0.054973553866147995, -0.02899252623319626, -0.01988958567380905, 0.05327616259455681, -0.032058779150247574, 0.015550288371741772, -0.024174127727746964, -0.03597372770309448, -0.006827205885201693, 0.010690823197364807, 0.02739095687866211, 0.0033896479289978743, 0.02134058065712452, -0.008213180117309093, 0.010382828302681446, 0.018507033586502075, -0.01967056654393673, -0.023434940725564957, 0.004493293818086386, 0.025200774893164635, 0.0525369755923748, -0.0013560302322730422, -0.005300923250615597, 0.003983392380177975, -0.007693012244999409, -0.06674578040838242, 0.031730253249406815, -0.06537691503763199, -0.006553433369845152, -0.051140736788511276, 0.03159336745738983, 0.04210623726248741, -0.032442063093185425, 0.21365219354629517, 0.03298960626125336, 0.026391685009002686, -0.007781988475471735, -0.008302156813442707, 0.03632963448762894, 0.02907465770840645, -0.022873707115650177, 0.014167736284434795, 0.007740922272205353, -0.019561057910323143, 0.02676127851009369, 0.023448629304766655, -0.03249681740999222, -0.0011874890187755227, 0.06663627177476883, -0.0485672727227211, 0.02483118139207363, 0.007775144185870886, -0.03142910450696945, -0.04519986733794212, 0.010642913170158863, -0.03290747478604317, 0.04194197431206703, -0.024502653628587723, 0.058094561100006104, 0.022038700059056282, -0.007521904073655605, 0.014263556338846684, -0.03616537153720856, 0.03608324006199837, -0.014852168038487434, -0.0061701517552137375, -0.036822423338890076, 0.008623839356005192, -0.01975269801914692, -0.030306635424494743, -0.0843767374753952, -0.003499157028272748, -0.014331999234855175, 0.04238000884652138, 0.0006313882186077535, 0.08005113154649734, -0.008986587636172771, 0.037452101707458496, -0.0016118366038426757, -0.023763468489050865, 0.008801791816949844, 0.05612339824438095, -0.046623487025499344, 0.026336930692195892, -0.014236179180443287, 0.0660887211561203, 0.030197126790881157, -0.04823874682188034, -0.042708538472652435, -0.010109055787324905, -0.04810185730457306, 0.03734259307384491, -0.027733171358704567, -0.0019677411764860153, -0.020724590867757797, 0.03717833012342453, 0.0342489629983902, -0.003528245259076357, 0.0163168516010046, -0.004541204310953617, 0.02413306199014187, -0.018904002383351326, 0.01429093349725008, -0.02294215001165867, 0.013011046685278416, -0.013606501743197441, 0.0038978385273367167, -0.006252283696085215, 0.013490148819983006, 0.015536599792540073, 0.010711356066167355, 0.0033348933793604374, 0.03200402483344078, 0.0005325733800418675, -0.014715281315147877, -0.05946342647075653, 0.04076475277543068, 0.027117183431982994, 0.013462771661579609, -0.004000503104180098, -0.019930651411414146, -0.018110062927007675, -0.01838383451104164, 0.01973900943994522, -0.004342718981206417, -0.0652674064040184, -0.014523640275001526, -0.04728054255247116 ]
9867_2
Organisation The GUE/NGL is a confederal group that is composed of MEPs from national parties. Those national parties must share common political objectives with the group, as specified in the group's constituent declaration. Nevertheless, those national parties, and not the group, retain control of their MEPs; therefore, the group may be divided on certain issues. Members of the group meet regularly to prepare for meetings, debate on policies, and vote on resolutions. The group also publishes reports on various topics. Member parties MEPs may be full or associate members. Full members must accept the constitutional declaration of the group. Associate members need not fully do so, but they may sit with the full members. National parties may be full or associate members. Full member parties must accept the constitutional declaration of the group. Associate member parties may include parties that do not have MEPs (e. g., French Trotskyist parties which did not get elected in the 2004 European elections), are from states that are not part of the European Union, or do not wish to be full members. Membership 9th European Parliament The initial member parties for the 9th European Parliament was determined at the first meeting on 29 May 2019. 8th European Parliament 7th European Parliament 6th European Parliament European Parliament results See also European Anticapitalist Left Initiative of Communist and Workers' Parties List of communist parties represented in European Parliament Maintenant le Peuple Party of the European Left References European Parliament party groups Organizations established in 1995 Eurosceptic parties
[ -0.015054856427013874, -0.0284736268222332, -0.03834754601120949, 0.03171709552407265, 0.014696065336465836, -0.015083558857440948, -0.009586886502802372, -0.018642762675881386, -0.03521889075636864, 0.04047158733010292, -0.004879552870988846, 0.025172753259539604, 0.03254948928952217, 0.020537177100777626, -0.015872899442911148, 0.01849924586713314, -0.017968235537409782, -0.009744754061102867, 0.024196842685341835, -0.014251165091991425, 0.02304871194064617, -0.03895031288266182, -0.019202476367354393, -0.012170178815722466, 0.00041619717376306653, 0.011230147443711758, 0.024354709312319756, 0.0013768591452389956, 0.06406565755605698, 0.013411594554781914, -0.010297291912138462, -0.017623797059059143, -0.022273724898695946, -0.06481194496154785, -0.0004473671142477542, -0.05918610841035843, -0.02762688137590885, -0.011036400683224201, -0.02932037226855755, -0.02947824075818062, -0.0021419802214950323, 0.0032865223474800587, -0.009594062343239784, -0.03889290615916252, -0.0333244763314724, -0.012055366300046444, 0.01647566631436348, 0.02976527251303196, 0.01471041701734066, -0.012299343943595886, 0.039065126329660416, 0.008266536518931389, 0.004463355988264084, -0.013296782039105892, -0.02563200518488884, -0.04546595364809036, -0.009888270869851112, 0.013504880480468273, -0.04750388488173485, 0.02578987181186676, -0.012636606581509113, -0.004014867357909679, 0.018728872761130333, -0.027440309524536133, 0.026378288865089417, 0.011983607895672321, -0.015370591543614864, 0.03191801533102989, -0.008532041683793068, -0.09139115363359451, -0.03257819265127182, 0.005475145298987627, -0.04879552870988846, -0.04009844362735748, -0.026062553748488426, 0.003600464202463627, -0.031688392162323, -0.0378882922232151, -0.002986932173371315, -0.013727330602705479, 0.028258351609110832, 0.010218357667326927, 0.016360854730010033, -0.020967725664377213, -0.014502318575978279, 0.02089596726000309, -0.033066146075725555, 0.08151723444461823, -0.023278336971998215, 0.015026153065264225, -0.029937492683529854, 0.024541281163692474, -0.05528246611356735, 0.02657921239733696, 0.030855996534228325, 0.0008288064273074269, 0.013519232161343098, 0.04371505230665207, 0.029363427311182022, -0.04515021666884422, 0.018728872761130333, 0.04532243683934212, -0.02970786578953266, 0.04925478249788284, -0.050460316240787506, 0.017882125452160835, -0.014516670256853104, 0.0039251698181033134, -0.0024756556376814842, -0.04182063788175583, -0.010491038672626019, -0.009995907545089722, -0.0021186587400734425, -0.02910509891808033, 0.02105383574962616, 0.04609742388129234, -0.04802054166793823, -0.00014060108514968306, -0.034616123884916306, 0.00014844963152427226, 0.015557162463665009, 0.039122533053159714, -0.005091239232569933, 0.03771607577800751, -0.0292916689068079, -0.014925691299140453, 0.03616609796881676, 0.01736546866595745, -0.04738907143473625, 0.007093291264027357, 0.017193248495459557, -0.016619183123111725, -0.014696065336465836, -0.027067167684435844, 0.012464387342333794, 0.044145602732896805, -0.003961049020290375, 0.035017967224121094, 0.024426467716693878, 0.0030479265842586756, 0.024885719642043114, 0.021828822791576385, 0.030109712854027748, 0.04182063788175583, -0.0008144548046402633, 0.03989752009510994, 0.011258850805461407, 0.0007323814206756651, 0.014767823740839958, 0.02276168018579483, 0.035592034459114075, -0.0009633529116399586, 0.028617143630981445, 0.051751963794231415, -0.0012109184172004461, 0.003221940016373992, -0.04469096288084984, 0.007534603588283062, 0.04779091477394104, 0.017566390335559845, -0.07078222185373306, -0.00823783315718174, 0.00649411091580987, 0.009213743731379509, 0.01406459417194128, 0.02115429751574993, -0.03125784173607826, -0.019274234771728516, -0.032090235501527786, 0.029535647481679916, -0.003975400701165199, 0.03323836624622345, -0.011768333613872528, 0.024613039568066597, -0.0048364982940256596, 0.0364244282245636, 0.03249208256602287, -0.012966694310307503, 0.03450131043791771, 0.026593564078211784, 0.005615073721855879, -0.009687347337603569, -0.02718198113143444, 0.053014907985925674, -0.004377245903015137, 0.02152743935585022, -0.021742714568972588, 0.0035000029020011425, -0.007570482790470123, -0.053617674857378006, -0.006913896184414625, 0.030913403257727623, -0.02439776435494423, 0.028459275141358376, -0.013770385645329952, 0.016246041283011436, 0.0005027553997933865, 0.07009334117174149, -0.030626369640231133, -0.035563331097364426, 0.009536655619740486, 0.03280781954526901, -0.02399591915309429, 0.012378277257084846, -0.018197862431406975, -0.0315735787153244, 0.003964636940509081, 0.050747349858284, -0.009629941545426846, 0.04311228543519974, 0.05066123977303505, -0.006181963253766298, -0.01073501631617546, -0.010691961273550987, 0.017336765304207802, 0.023622777312994003, 0.01133060920983553, -0.008402877487242222, -0.035907767713069916, 0.0016253216890618205, -0.03252078592777252, 0.028086133301258087, -0.017293710261583328, 0.016934918239712715, -0.02379499562084675, -0.010598676279187202, 0.04592520371079445, 0.0506325364112854, -0.01366992387920618, -0.022833436727523804, 0.03036804124712944, 0.042566925287246704, 0.024914423003792763, 0.037170711904764175, 0.06286012381315231, 0.005532552022486925, 0.022862140089273453, 0.01571503095328808, 0.045437250286340714, 0.028487978503108025, -0.03097080998122692, 0.007426966447383165, 0.052670467644929886, 0.007670944090932608, 0.04486318305134773, 0.0009983349591493607, 0.005762177985161543, -0.013303957879543304, -0.0005843802937306464, 0.05792316421866417, 0.00720451632514596, 0.06509897857904434, 0.031200435012578964, 0.010139424353837967, -0.019618673250079155, -0.023005656898021698, 0.01603076606988907, -0.010677609592676163, -0.03725682199001312, -0.01600206270813942, 0.002895440673455596, -0.006242957431823015, -0.05241214111447334, -0.030109712854027748, -0.033410586416721344, 0.062228649854660034, 0.029219910502433777, -0.025273213163018227, -0.03981141000986099, -0.05430655553936958, 0.009479248896241188, 0.015241427347064018, -0.037170711904764175, 0.019905705004930496, -0.03504667058587074, 0.020408011972904205, 0.02273297682404518, 0.02544543333351612, 0.03567814454436302, 0.014997449703514576, -0.013325485400855541, 0.037142008543014526, -0.05628708004951477, 0.007028709165751934, -0.033410586416721344, 0.012650958262383938, -0.015643272548913956, -0.012005135416984558, -0.04655667394399643, 0.028746306896209717, -0.06796929985284805, 0.00030878421966917813, -0.012801650911569595, 0.00034331780625507236, 0.03760126233100891, -0.004244493320584297, -0.021254759281873703, 0.055368572473526, -0.002633523428812623, -0.020723748952150345, -0.05499543249607086, 0.006899544503539801, 0.023651480674743652, -0.029306020587682724, 0.013885198161005974, 0.0059595126658678055, -0.008697085082530975, -0.025043588131666183, 0.03160228207707405, 0.022201966494321823, 0.008087141439318657, 0.02136957086622715, 0.02320658043026924, -0.00008975372475106269, -0.05255565419793129, -0.006203490309417248, 0.040959540754556656, 0.040988244116306305, -0.04454744979739189, 0.007208104245364666, -0.027598178014159203, -0.01106510404497385, 0.024426467716693878, 0.001872887252829969, 0.013555111363530159, 0.0023805759847164154, 0.03039674460887909, -0.03676886484026909, 0.06108052283525467, -0.008245008997619152, -0.060621269047260284, -0.05132141709327698, 0.019432101398706436, -0.004854437429457903, -0.01532753650099039, 0.022517701610922813, -0.023149173706769943, 0.024498226121068, 0.018126104027032852, -0.05341675132513046, 0.021226055920124054, -0.018269620835781097, 0.029966196045279503, -0.011667871847748756, -0.005302926059812307, 0.054622288793325424, -0.019216828048229218, -0.009149162098765373, 0.010175302624702454, -0.023809347301721573, 0.012213233858346939, -0.0012862645089626312, 0.05252695083618164, -0.008022558875381947, 0.0237375907599926, -0.00658022053539753, 0.019848298281431198, 0.017666852101683617, -0.03949567675590515, -0.03516148403286934, 0.027956968173384666, 0.019345993176102638, -0.003370838239789009, 0.024469522759318352, -0.03042544797062874, -0.014574076049029827, -0.016533073037862778, 0.02418249100446701, 0.010325995273888111, -0.03981141000986099, 0.005826760083436966, -0.01944645307958126, 0.014638658612966537, -0.015427998267114162, -0.07238960266113281, -0.01992005668580532, 0.05097697675228119, 0.023881105706095695, 0.04362894222140312, -0.016217337921261787, 0.002174271270632744, -0.018355730921030045, 0.004692981950938702, 0.001139160362072289, 0.03665405511856079, 0.00797232799232006, -0.03992622345685959, 0.04107435420155525, -0.028459275141358376, -0.042251188308000565, 0.0110938074067235, -0.07468586415052414, 0.013583814725279808, 0.023493612185120583, 0.008445932529866695, -0.005747826304286718, 0.013390067033469677, 0.029334723949432373, 0.042251188308000565, -0.0030694541055709124, 0.08570791035890579, 0.07531733810901642, 0.006031271070241928, -0.0036201977636665106, -0.03989752009510994, 0.03068377636373043, 0.004685806110501289, 0.010139424353837967, -0.0028828829526901245, -0.006479759234935045, 0.012665309943258762, 0.0044884709641337395, -0.044748369604349136, 0.0063685341738164425, 0.04150490462779999, 0.021757066249847412, -0.05290009453892708, -0.02657921239733696, 0.031085623428225517, 0.02566070854663849, -0.02357972227036953, -0.04707333445549011, -0.012615079060196877, 0.055167652666568756, -0.005970276426523924, -0.007111230865120888, 0.00964429322630167, -0.0020217853598296642, 0.013892374001443386, 0.02973656915128231, 0.003135830396786332, -0.03447260707616806, -0.05878426134586334, -0.01417223084717989, 0.0031232726760208607, -0.035592034459114075, 0.01745157688856125, -0.012055366300046444, -0.02866019681096077, -0.05023069307208061, 0.006443880032747984, -0.03541981428861618, 0.03599387779831886, -0.023005656898021698, 0.03068377636373043, -0.04239470511674881, 0.038433656096458435, 0.014631482772529125, 0.01610252447426319, 0.006863665301352739, 0.01603076606988907, -0.03143006190657616, 0.022359833121299744, -0.038175325840711594, 0.009235271252691746, 0.019245531409978867, -0.008575096726417542, 0.019302938133478165, 0.02850233018398285, -0.008740140125155449, -0.03639572486281395, -0.02392416074872017, -0.012765771709382534, 0.00774270249530673, 0.008646855130791664, 0.08312462270259857, -0.033410586416721344, 0.008503338322043419, -0.007000005804002285, 0.04331320896744728, -0.06395084410905838, -0.011553059332072735, 0.028401868417859077, 0.009385963901877403, -0.00002046227928076405, -0.042911361902952194, -0.021800119429826736, -0.025043588131666183, -0.030798589810729027, 0.010713488794863224, 0.0410456508398056, -0.0011176328407600522, -0.009543831460177898, -0.06286012381315231, -0.032405972480773926, -0.12078328430652618, -0.012765771709382534, 0.011926201172173023, -0.00256535317748785, -0.03318095952272415, -0.00008274609717773274, 0.0332670696079731, 0.047647397965192795, 0.015313184820115566, -0.019877001643180847, 0.013806264847517014, 0.009321381337940693, -0.022532053291797638, -0.0024038974661380053, 0.009242447093129158, 0.02497182972729206, 0.07795803248882294, -0.022689921781420708, -0.014014363288879395, -0.0189728494733572, 0.004337779246270657, -0.052067700773477554, -0.011481300927698612, 0.014129175804555416, 0.0038103568367660046, -0.010778071358799934, 0.009436193853616714, 0.029966196045279503, 0.01133060920983553, 0.028531033545732498, -0.04207896813750267, 0.005937985610216856, -0.030511558055877686, -0.030167117714881897, 0.03289392590522766, 0.006217841990292072, -0.029880085960030556, 0.004994365852326155, 0.023278336971998215, 0.007064587902277708, -0.01336853951215744, 0.03768737241625786, 0.019403398036956787, 0.010569972917437553, -0.069806307554245, -0.008288064040243626, -0.053301941603422165, -0.019647376611828804, 0.010806774720549583, -0.008596624247729778, -0.005679656285792589, 0.022532053291797638, 0.030769886448979378, -0.039409566670656204, -0.01571503095328808, -0.027009760960936546, 0.03570684790611267, 0.023852402344346046, -0.01204101461917162, -0.0205228254199028, -0.024541281163692474, -0.06555823236703873, 0.026837540790438652, 0.03696978837251663, 0.007570482790470123, 0.03298003599047661, -0.004531526006758213, 0.015729382634162903, -0.04374375566840172, 0.02202974632382393, -0.050460316240787506, -0.017408521845936775, 0.03295133262872696, -0.009393139742314816, -0.0031878550071269274, -0.016561776399612427, 0.06509897857904434, -0.015112262219190598, -0.0041906749829649925, 0.009852391667664051, 0.010950290597975254, -0.029033340513706207, -0.025431081652641296, 0.05241214111447334, -0.042251188308000565, -0.013799089007079601, 0.025244509801268578, 0.0029743744526058435, 0.06205643340945244, -0.002299848012626171, -0.05258435755968094, 0.04713074117898941, -0.008381349965929985, -0.048594605177640915, 0.06676376610994339, -0.0007198237581178546, -0.01322502363473177, -0.02810048498213291, 0.012435683980584145, 0.04009844362735748, -0.000580343883484602, -0.011940552853047848, 0.028674548491835594, -0.05241214111447334, 0.0010987963760271668, -0.05310101807117462, -0.020695045590400696, -0.01894414611160755, 0.012629430741071701, 0.006501286756247282, 0.001610970008186996, -0.012198882177472115, -0.009335733018815517, -0.004025631118565798, -0.05275657773017883, -0.06550082564353943, 0.028258351609110832, 0.035936471074819565, 0.015600217506289482, 0.04902515560388565, -0.05450747534632683, -0.03602258116006851, -0.04959921911358833, 0.01925988309085369, -0.029679162427783012, -0.008266536518931389, 0.05502413585782051, -0.007434142287820578, 0.07336551696062088, 0.023493612185120583, -0.0006435807445086539, 0.019087662920355797, -0.005991803947836161, 0.041935451328754425, -0.026478750631213188, -0.03762996569275856, 0.026220420375466347, 0.04902515560388565, -0.027282441034913063, 0.004039982799440622, -0.04403078928589821, -0.0039251698181033134, 0.04391597583889961, 0.007462845649570227, 0.01979089342057705, 0.02657921239733696, 0.028071781620383263, 0.012521794065833092, 0.025531543418765068, 0.007107642944902182, 0.04084472730755806, 0.024498226121068, 0.0032685829792171717, -0.010569972917437553, 0.02329268865287304, 0.03889290615916252, -0.041906747967004776, 0.01887238770723343, -0.0027357786893844604, -0.021283462643623352, 0.03194671869277954, -0.02689494751393795, 0.06842855364084244, 0.042624328285455704, 0.011122510768473148, 0.009601238183677197, 0.03820402920246124, 0.010986169800162315, -0.0221302080899477, -0.03257819265127182, 0.0118687953799963, -0.03033933788537979, -0.024125084280967712, 0.0012082275934517384, -0.025990795344114304, 0.008675558492541313, 0.026851892471313477, -0.022216318175196648, -0.017953883856534958, 0.019116366282105446, -0.005066124256700277, 0.012206058017909527, -0.029880085960030556, -0.036539241671562195, 0.004509998485445976, 0.01343312207609415, -0.033123552799224854, 0.005866227205842733, 0.004947723355144262, 0.009529479779303074, 0.006002567708492279, -0.04552336037158966, -0.03762996569275856, 0.010189654305577278, 0.03266430273652077, 0.001222579157911241, -0.07416920363903046, -0.010455159470438957, -0.012507442384958267, -0.056143563240766525, 0.004362894222140312, -0.013497704640030861, -0.017824720591306686, -0.004883140791207552, -0.0347309373319149, 0.018413135781884193, -0.024957478046417236, 0.036854974925518036, -0.02434035763144493, -0.02178576961159706, -0.03903642296791077, -0.06383603066205978, -0.0568898469209671, 0.002899028593674302, 0.007362384349107742, 0.034329090267419815, 0.03421427682042122, 0.02360842563211918, -0.022560756653547287, 0.010505390353500843, -0.04678630083799362, -0.008166075684130192, -0.02399591915309429, 0.057722240686416626, -0.004294724203646183, -0.02323528379201889, -0.0634341910481453, -0.009263974614441395, -0.06825633347034454, 0.02620607055723667, -0.03860587626695633, -0.008295239880681038, -0.016303448006510735, -0.0020002578385174274, -0.01328960619866848, 0.00978780910372734, 0.022589460015296936, 0.012005135416984558, 0.04876682534813881, 0.0018836508970707655, 0.052727874368429184, -0.015528460033237934, -0.003056896384805441, 0.021929284557700157, -0.02329268865287304, 0.010964642278850079, -0.04334191232919693, 0.009335733018815517, -0.0521538108587265, 0.034070760011672974, 0.0013840349856764078, -0.02147003263235092, -0.026148663833737373, -0.025775520130991936, -0.025330619886517525, 0.001818171702325344, 0.03986881673336029, -0.006393649615347385, -0.0070143574848771095, 0.022532053291797638, -0.011323433369398117, -0.04408819600939751, -0.034673530608415604, -0.026177367195487022, 0.01281600259244442, -0.005636601243168116, 0.0134618254378438, -0.02910509891808033, -0.029349075630307198, -0.008352646604180336, 0.002699899720028043, -0.004904668312519789, -0.0213408675044775, -0.015700679272413254, -0.021068187430500984, 0.03541981428861618, -0.043801162391901016, 0.026780134066939354, 0.02339315041899681, -0.005464381538331509, -0.019173773005604744, -0.042882658541202545, 0.030138414353132248, 0.04948440566658974, -0.0002829961304087192, 0.010648907162249088, -0.016777051612734795, -0.0048364982940256596, -0.007764230016618967, -0.01834137924015522, -0.01755203865468502, 0.027512067928910255, -0.002516916487365961, -0.017193248495459557, -0.03900771960616112, 0.044777072966098785, -0.07055259495973587, 0.049857549369335175, -0.004445416387170553, -0.027253737673163414, -0.030281931161880493, 0.04423171281814575, 0.034357793629169464, -0.029679162427783012, 0.00018825297593139112, -0.0038103568367660046, 0.013031276874244213, -0.005941573064774275, -0.010555621236562729, 0.026837540790438652, 0.0035861125215888023, -0.005345980636775494, -0.019561266526579857, 0.013806264847517014, 0.017121490091085434, 0.01726500689983368, -0.014258340932428837, 0.008180427365005016, 0.04532243683934212, -0.0003298631636425853, 0.02702411264181137, 0.0013831380056217313, 0.00931420549750328, 0.02247464656829834, 0.009945676662027836, -0.026478750631213188, -0.00820912979543209, -0.029966196045279503, -0.04118916764855385, 0.05123530700802803, 0.005033832974731922, 0.0035681731533259153, -0.02894723042845726, 0.030568964779376984, -0.03607998788356781, -0.014243989251554012, 0.016834458336234093, 0.024900071322917938, 0.03266430273652077, 0.026521805673837662, 0.013210671953856945, -0.016432611271739006, -0.03197542205452919, 0.008323943242430687, 0.009464897215366364, 0.014043066650629044, 0.014452087692916393, 0.059932392090559006, -0.010656082071363926, 0.012564849108457565, -0.05605745315551758, -0.08260796219110489, 0.003652488812804222, -0.01322502363473177, -0.024168139323592186, -0.0013786531053483486, -0.012729892507195473, -0.050431616604328156, -0.009385963901877403, -0.06142495945096016, 0.045379843562841415, -0.06550082564353943, 0.05600004643201828, -0.004201438743621111, -0.01679140329360962, 0.029535647481679916, 0.015887251123785973, -0.0055146124213933945, 0.04936959594488144, 0.05278528109192848, 0.0316309854388237, -0.023335743695497513, 0.02352231554687023, -0.0028487977106124163, -0.00823783315718174, -0.006860077381134033, -0.03831884264945984, 0.01518402062356472, 0.025560246780514717, -0.06670635938644409, -0.02828705497086048, 0.01710713841021061, 0.01133060920983553, -0.022431591525673866, 0.005281398538500071, 0.020164035260677338, -0.006318303290754557, -0.020479770377278328, 0.02060893550515175, 0.04934089258313179, -0.005977452266961336, 0.007979503832757473, 0.04779091477394104, 0.043485429137945175, 0.01043363194912672, -0.06733783334493637, -0.002947465283796191, -0.01947515644133091, -0.020752452313899994, -0.07439883053302765, 0.07055259495973587, -0.03564944118261337, -0.024943126365542412, -0.002942083403468132, -0.04403078928589821, -0.01839878410100937, -0.02942083403468132, -0.056832440197467804, -0.027727341279387474, 0.05002976953983307, 0.011746806092560291, 0.06745264679193497, -0.031487468630075455, -0.021297814324498177, 0.029334723949432373, -0.0037134832236915827, 0.03455871716141701, -0.023479260504245758, 0.004556641448289156, 0.0034479782916605473, 0.029994899407029152, 0.0010360080050304532, -0.023823698982596397, 0.007200928404927254, -0.009500776417553425, -0.012937990948557854, 0.0427391417324543, -0.03949567675590515, 0.010957466438412666, -0.04210767149925232, 0.01628909632563591, 0.07078222185373306, 0.002037931000813842, -0.00044691862422041595, -0.013260902836918831, 0.0006516535067930818, -0.07124147564172745, 0.00934290885925293, -0.03949567675590515, 0.025086643174290657, -0.017968235537409782, 0.00043907007784582675, 0.02910509891808033, -0.009084579534828663, 0.24156656861305237, 0.026363937184214592, 0.011215795762836933, 0.04113176092505455, -0.019345993176102638, 0.043858569115400314, 0.01594465598464012, 0.0002818749053403735, 0.03128654509782791, -0.011050752364099026, -0.023005656898021698, 0.02733984775841236, 0.02947824075818062, -0.028057429939508438, -0.015858547762036324, 0.08191908150911331, -0.02721068263053894, 0.04325580224394798, 0.016834458336234093, -0.03071247972548008, -0.02670837566256523, -0.028459275141358376, -0.031745798885822296, 0.0554259791970253, -0.03283651918172836, 0.0554833859205246, -0.016805754974484444, -0.020063573494553566, 0.006504874676465988, -0.04153360798954964, -0.008230657316744328, -0.07531733810901642, 0.032693006098270416, -0.002938495483249426, -0.025703763589262962, -0.014825229533016682, -0.04948440566658974, -0.10402058809995651, -0.03521889075636864, -0.006332654971629381, 0.020436715334653854, 0.04299747198820114, 0.04687241092324257, -0.008754491806030273, 0.04847979545593262, 0.04586779698729515, -0.04139009118080139, -0.012464387342333794, 0.04644186422228813, -0.0019607909489423037, 0.046011313796043396, -0.02821529656648636, 0.04153360798954964, 0.010189654305577278, -0.050115879625082016, -0.01123732328414917, 0.020092276856303215, -0.05737780034542084, 0.02225937321782112, 0.010691961273550987, 0.013497704640030861, 0.004011279437690973, 0.016619183123111725, 0.007136346306651831, 0.0011570998467504978, 0.02676578238606453, 0.050747349858284, 0.06527119874954224, -0.04704463109374046, 0.012471563182771206, -0.01207689382135868, -0.01752333529293537, 0.027440309524536133, -0.018068697303533554, -0.004330603405833244, 0.050489019602537155, -0.019389046356081963, 0.012772947549819946, -0.012937990948557854, -0.004258845001459122, 0.01878627948462963, -0.02497182972729206, -0.02642134390771389, 0.023823698982596397, 0.020178386941552162, 0.00705382414162159, -0.010806774720549583, -0.026564860716462135, 0.0014800115022808313, 0.005338804796338081, 0.007111230865120888, -0.01736546866595745, -0.048852935433387756, -0.023436205461621284, -0.015198372304439545 ]
9868_0
The European Democrats were a loose association of conservative political parties in Europe. It was a political group in the European Parliament from 1979 until 1992, when it became a subgroup of the European People's Party–European Democrats (EPP-ED) group. The European Democrats continued to exist as a political group in the Parliamentary Assembly of the Council of Europe (PACE) until 2014, when it became the European Conservatives Group. European Democrats in the European Parliament 1979–1992 The European Democratic Group (ED) was formed on 17 July 1979 by British Conservative Party, Danish Conservative People's Party and other MEPs after their success in the 1979 elections. It supplanted the earlier European Conservative Group. In the late seventies and early eighties, the ED was the third-largest political group in the European Parliament. However, the group saw its membership fall sharply in the late 1980s, as many centre-right members moved to the rival European People's Party (EPP), dominated by the Christian Democratic Union of Germany (CDU), Italian Christian Democrats and the ideology of Christian democracy in general. The ED had been somewhat further from the political centre and less pro-European than the EPP. Largely isolated, even hardline eurosceptics like Margaret Thatcher conceded that the British Conservatives could not be effectively heard from such a peripheral group.
[ -0.06278979033231735, -0.053327567875385284, 0.0026441586669534445, 0.04263470694422722, -0.028331980109214783, 0.011089399456977844, -0.025159673765301704, -0.011055215261876583, -0.05146794021129608, 0.01197135541588068, -0.04408412426710129, -0.004867849871516228, 0.051905497908592224, 0.016613587737083435, -0.037192560732364655, 0.013058417476713657, -0.005712202750146389, -0.022014714777469635, -0.0002106609899783507, -0.006888144183903933, 0.0141933374106884, -0.024735787883400917, -0.014207011088728905, -0.015136824920773506, 0.01962180994451046, -0.015423973090946674, 0.04960831254720688, -0.018596280366182327, 0.036919087171554565, 0.024325575679540634, 0.029289141297340393, -0.01638113521039486, 0.011164604686200619, -0.04479515552520752, -0.011691044084727764, -0.017133191227912903, -0.002625357126817107, -0.008306793868541718, -0.01456252858042717, -0.00472085690125823, 0.032871659845113754, -0.027142364531755447, -0.0027552577666938305, -0.029179751873016357, -0.010836435481905937, 0.002259584842249751, 0.038177069276571274, 0.010590308345854282, -0.020496929064393044, -0.0012827672762796283, 0.003982475493103266, -0.005110558588057756, -0.038888104259967804, -0.03847789019346237, -0.028960971161723137, -0.03495006635785103, -0.009045176208019257, 0.02397005818784237, -0.020907141268253326, 0.009339161217212677, -0.01706482097506523, -0.00451233284547925, 0.048514414578676224, -0.03689173609018326, -0.004276460502296686, -0.023409435525536537, -0.03962648659944534, 0.018117699772119522, -0.01090480387210846, -0.05890645086765289, -0.0005097739631310105, -0.0428808331489563, 0.012456772848963737, -0.07028300315141678, 0.000682832149323076, -0.0035996108781546354, -0.07181445509195328, 0.01078174076974392, 0.013769451528787613, -0.040337517857551575, 0.02237023040652275, 0.0057463874109089375, 0.02384699508547783, 0.03954444080591202, -0.008751190267503262, 0.028988318517804146, -0.009913458488881588, 0.09095768630504608, -0.011164604686200619, 0.05433942377567291, -0.015560710802674294, 0.06240692734718323, 0.0019040676997974515, 0.039571791887283325, 0.023614540696144104, 0.040528953075408936, 0.03664560988545418, 0.0077735185623168945, 0.0288515817373991, -0.013947210274636745, -0.0054763308726251125, 0.0034081784542649984, -0.03361004218459129, 0.003240675199776888, -0.012702899985015392, 0.028468716889619827, -0.02072938345372677, 0.007787192240357399, -0.002478364622220397, -0.04495924338698387, -0.023409435525536537, -0.019266292452812195, -0.0045601907186210155, 0.0010229663457721472, 0.05901584029197693, 0.02669113129377365, -0.04460372403264046, 0.0004215356311760843, -0.02764829248189926, 0.02288983203470707, -0.001810060697607696, 0.05868767201900482, 0.014398443512618542, 0.017160538583993912, -0.009216097183525562, 0.009188749827444553, -0.0004939637146890163, 0.01567010022699833, -0.008600779809057713, -0.015191519632935524, -0.001417795429006219, -0.013318218290805817, 0.007684639189392328, -0.03965383395552635, 0.02187797613441944, 0.051167119294404984, 0.009646819904446602, 0.004843920934945345, 0.021604502573609352, -0.015574384480714798, -0.003944872412830591, 0.015273562632501125, 0.022383904084563255, 0.006153180729597807, 0.0026270663365721703, 0.040528953075408936, -0.03180510923266411, -0.010891130194067955, 0.0011904696002602577, 0.03962648659944534, -0.010686024092137814, -0.012675552628934383, 0.020647339522838593, 0.023300044238567352, -0.02342310920357704, -0.020250802859663963, -0.009127218276262283, 0.00620103906840086, 0.04230653867125511, 0.013646387495100498, -0.0836285650730133, -0.033336564898490906, 0.006242060102522373, -0.006611250806599855, -0.00801964569836855, -0.01528723631054163, -0.0078008659183979034, 0.0066659459844231606, -0.005199437960982323, 0.025870706886053085, 0.017570750787854195, 0.03989996016025543, -0.04093916341662407, -0.013940373435616493, 0.0034970578271895647, 0.02956261672079563, 0.03582518547773361, -0.02104387804865837, 0.03834115341305733, 0.05127650871872902, -0.05056547373533249, 0.012996884994208813, -0.012019213289022446, 0.05004587024450302, -0.019211597740650177, 0.0039004329591989517, -0.01952609419822693, 0.02598009631037712, -0.022930854931473732, -0.01937568373978138, 0.05557006224989891, 0.037657465785741806, -0.04186897724866867, -0.0024082865566015244, 0.026212550699710846, -0.03202388808131218, -0.04917075112462044, 0.07979992032051086, -0.017939940094947815, -0.010364691726863384, -0.021768586710095406, -0.016640935093164444, -0.009858762845396996, 0.012210645712912083, 0.005742968991398811, -0.023764951154589653, -0.010125401429831982, 0.05819541588425636, 0.0022664216812700033, 0.03902484104037285, 0.08450368791818619, -0.016558893024921417, 0.023272696882486343, -0.058578282594680786, 0.04621722549200058, 0.018774038180708885, -0.020784078165888786, 0.03948974609375, -0.017693813890218735, -0.02146776393055916, 0.0178989190608263, 0.019197924062609673, -0.00928446650505066, 0.03880606219172478, -0.06951726973056793, 0.022903507575392723, -0.01190982386469841, 0.05535127967596054, 0.015478668734431267, -0.023313717916607857, 0.009763047099113464, 0.0493621863424778, -0.009585288353264332, 0.009161402471363544, 0.029972827062010765, 0.030410386621952057, 0.005578883923590183, 0.011185115203261375, -0.004232021048665047, 0.018897103145718575, 0.0019878193270415068, 0.00981090497225523, 0.055460669100284576, -0.012388404458761215, 0.03175041452050209, 0.017789529636502266, 0.03196919336915016, 0.024968240410089493, 0.0169691052287817, 0.07471328973770142, -0.025323757901787758, 0.022506969049572945, 0.013249849900603294, -0.005561791826039553, -0.022042062133550644, -0.009065686725080013, 0.03779420629143715, 0.007124016061425209, -0.024024752900004387, -0.005995932966470718, 0.016791347414255142, -0.03319982811808586, -0.043728604912757874, -0.05062016844749451, -0.013844656758010387, 0.037192560732364655, 0.049663007259368896, 0.02585703320801258, 0.018719343468546867, -0.04618987813591957, 0.021221637725830078, 0.010077542625367641, -0.06486819684505463, 0.017789529636502266, -0.039353009313344955, -0.0022954782471060753, -0.027497882023453712, -0.01408394705504179, 0.05373777821660042, -0.024763135239481926, -0.006255733780562878, 0.03497741371393204, 0.009195586666464806, -0.013113112188875675, -0.022903507575392723, 0.02711501717567444, -0.014753960072994232, 0.06492289900779724, 0.0033346822019666433, -0.01616235449910164, -0.005613068584352732, 0.01431640051305294, -0.002353591611608863, -0.0015810256591066718, 0.03339126333594322, -0.03155897930264473, -0.027730334550142288, -0.009010992012917995, -0.0068334490060806274, -0.046600088477134705, -0.045861709862947464, -0.008587106131017208, 0.0070282998494803905, -0.05660926550626755, 0.01959446258842945, -0.014904371462762356, 0.014001904986798763, -0.01456252858042717, 0.006621506530791521, 0.05961748585104942, 0.03298104926943779, -0.00027518393471837044, 0.04356452077627182, -0.021084899082779884, -0.05242510139942169, 0.021850628778338432, 0.032379403710365295, -0.02674582600593567, -0.03705582395195961, 0.005982259288430214, -0.023888016119599342, 0.025323757901787758, 0.025829685851931572, 0.016928084194660187, -0.006142925471067429, 0.011041541583836079, 0.01588888093829155, 0.00004596191138261929, 0.015615405514836311, -0.007390654180198908, -0.06667312979698181, -0.011390221305191517, 0.0045601907186210155, -0.021700218319892883, 0.04230653867125511, -0.011650022119283676, -0.029781395569443703, 0.01672297902405262, 0.03194184601306915, -0.020469581708312035, 0.005079792812466621, -0.018869753926992416, 0.013954047113656998, 0.0065223718993365765, -0.01588888093829155, 0.02242492511868477, -0.0070761581882834435, -0.040802426636219025, -0.001550259767100215, 0.00604720925912261, 0.01586153358221054, 0.012887495569884777, 0.02116694301366806, -0.011027867905795574, 0.0046388148330152035, 0.014029252342879772, -0.012361057102680206, -0.02350515127182007, -0.02656806819140911, -0.02072938345372677, 0.05242510139942169, -0.002801406430080533, -0.01588888093829155, 0.02890627644956112, -0.0024988751392811537, -0.04747520759701729, 0.03224266692996025, -0.01613500714302063, 0.0188150592148304, -0.019457725808024406, -0.005008005537092686, 0.028714844956994057, 0.02070203609764576, 0.0015673518646508455, -0.0518234558403492, 0.007698312867432833, 0.07296305149793625, 0.03798563778400421, 0.07307244092226028, -0.0577031634747982, 0.023833321407437325, -0.03341861069202423, -0.0014776180032640696, 0.01177308615297079, -0.01748870685696602, 0.020961835980415344, 0.0070282998494803905, 0.06503228843212128, -0.054776985198259354, -0.04003669694066048, -0.005103721749037504, 0.008600779809057713, 0.0032987885642796755, -0.04722908139228821, 0.035469669848680496, -0.028304632753133774, 0.02986343763768673, -0.002770640654489398, 0.006597577128559351, 0.02912505716085434, 0.048295632004737854, 0.06705600023269653, -0.04517802223563194, 0.028222588822245598, -0.010480917990207672, 0.06043791025876999, -0.011957681737840176, 0.029261793941259384, 0.04815889522433281, -0.012689226306974888, 0.008464042097330093, 0.005329338368028402, -0.026923585683107376, -0.01770748756825924, 0.0077735185623168945, -0.002483492251485586, -0.03587988018989563, -0.08811355382204056, 0.0391889251768589, 0.04241592809557915, -0.018227089196443558, -0.007917093113064766, -0.02782605215907097, 0.043209005147218704, 0.01197135541588068, -0.00008401869126828387, 0.020264476537704468, 0.015314583666622639, 0.032570838928222656, 0.020770404487848282, -0.006006188225001097, -0.020838772878050804, -0.07416634261608124, -0.002245910931378603, -0.014712939038872719, -0.01659991405904293, 0.007288101129233837, -0.02835932746529579, -0.06678252667188644, -0.03289900720119476, 0.020387539640069008, 0.01431640051305294, 0.03989996016025543, -0.012367893941700459, 0.013386586681008339, -0.0036748163402080536, 0.03180510923266411, 0.032816965132951736, 0.030957337468862534, -0.02939853072166443, -0.01515049859881401, -0.024626396596431732, 0.028769539669156075, -0.06142241880297661, -0.0010400584433227777, 0.019389357417821884, 0.03519619628787041, -0.04427555575966835, -0.0053361752070486546, -0.01706482097506523, -0.00938018225133419, -0.014890697784721851, 0.010528775863349438, 0.007951277308166027, -0.007171874400228262, 0.060820773243904114, -0.018897103145718575, -0.004047425463795662, -0.02446231245994568, 0.0688062384724617, 0.026950933039188385, 0.005315664689987898, 0.037876248359680176, 0.014849676750600338, 0.02956261672079563, -0.05228836461901665, -0.04236123338341713, -0.050428736954927444, -0.02369658276438713, -0.03155897930264473, 0.03970852866768837, -0.014412117190659046, -0.008354652673006058, -0.04093916341662407, 0.004645651672035456, -0.08756659924983978, -0.011089399456977844, -0.01699645258486271, -0.037712160497903824, -0.035497017204761505, 0.0074385120533406734, 0.05223366990685463, 0.025528863072395325, -0.0054455650970339775, -0.009892947971820831, 0.060055047273635864, -0.01934833638370037, -0.03804033249616623, -0.04495924338698387, 0.03689173609018326, 0.03536028042435646, 0.04886993020772934, -0.007048810366541147, -0.04096651077270508, -0.017967287451028824, -0.005862614139914513, 0.005418217740952969, -0.030437733978033066, 0.009140891954302788, 0.03032834455370903, 0.004526006523519754, -0.030027523636817932, 0.02258901111781597, 0.06546984612941742, -0.019389357417821884, -0.037930943071842194, 0.025446821004152298, -0.044384945183992386, -0.011615837924182415, 0.01922527141869068, 0.010651839897036552, -0.030984684824943542, 0.018582606688141823, 0.01839117333292961, 0.007192384917289019, -0.03060181997716427, 0.07203324139118195, 0.01468559168279171, 0.017475033178925514, -0.0481315478682518, -0.04279879108071327, -0.020770404487848282, -0.0015066746855154634, -0.03183245658874512, 0.007281264290213585, 0.002955236006528139, 0.017037473618984222, 0.03596192225813866, -0.015423973090946674, -0.003948291298002005, 0.006977023556828499, 0.029316488653421402, 0.026062140241265297, -0.013393423520028591, -0.009817741811275482, -0.018008310347795486, -0.01124664768576622, 0.006259152200073004, 0.027935441583395004, -0.010980009101331234, 0.030738556757569313, 0.002726200968027115, 0.023286370560526848, -0.013673735782504082, -0.041540808975696564, -0.057156212627887726, -0.039599139243364334, 0.03295370191335678, -0.006313847377896309, -0.014576202258467674, -0.04020078107714653, 0.08056564629077911, 0.003941453993320465, -0.018432194367051125, 0.022753095254302025, -0.022233493626117706, -0.0274568609893322, -0.03697378188371658, 0.043154310435056686, -0.02014141157269478, 0.009270792827010155, 0.016299093142151833, 0.024024752900004387, 0.029699353501200676, -0.0106450030580163, -0.0370284765958786, 0.0249955877661705, 0.020004674792289734, -0.038888104259967804, 0.05868767201900482, 0.00819056760519743, -0.011896150186657906, 0.037712160497903824, 0.022315535694360733, 0.014015578664839268, -0.01854158565402031, 0.015068456530570984, 0.060273826122283936, -0.03314513340592384, -0.013318218290805817, -0.06557923555374146, -0.029425878077745438, -0.01286698505282402, 0.005848940461874008, 0.0024954567197710276, -0.02030549757182598, -0.009134055115282536, -0.047311123460531235, -0.017023799940943718, -0.047748684883117676, -0.03629009425640106, -0.0003345792065374553, 0.048240937292575836, 0.03473128750920296, 0.05939870700240135, -0.07132220268249512, -0.023067591711878777, -0.01479498203843832, 0.01903383992612362, -0.054558202624320984, 0.04181428253650665, 0.038669321686029434, -0.04881523549556732, 0.026732152327895164, 0.013865167275071144, 0.020442234352231026, -0.03303574398159981, 0.01573846861720085, 0.012073908001184464, -0.08193302154541016, -0.028714844956994057, 0.011048378422856331, 0.03754807636141777, -0.014179663732647896, -0.0033022069837898016, -0.03412964195013046, 0.00795811414718628, 0.03634478896856308, 0.001919450587593019, 0.06497759371995926, 0.018090352416038513, 0.008840070106089115, -0.014330074191093445, 0.05759377405047417, -0.0018391173798590899, 0.01841852068901062, -0.0160392913967371, 0.026458678767085075, 0.046600088477134705, 0.0075205545872449875, 0.03388351574540138, -0.06240692734718323, 0.01579316519200802, -0.035497017204761505, -0.013489140197634697, 0.0379582904279232, -0.027593597769737244, -0.0021125921048223972, 0.03678234666585922, 0.00938018225133419, -0.014371096156537533, 0.01385149359703064, 0.0012306361459195614, 0.0028270448092371225, -0.07099403440952301, 0.020811425521969795, -0.028605453670024872, -0.01768014021217823, -0.023176981136202812, 0.036098662763834, 0.027511555701494217, 0.022971875965595245, -0.049991175532341, -0.082698754966259, -0.0029586544260382652, 0.000564468908123672, -0.030383039265871048, 0.004310645163059235, -0.04236123338341713, -0.012750757858157158, -0.012135440483689308, -0.04649069905281067, 0.06393838673830032, -0.03555171191692352, 0.011335526593029499, 0.011301342397928238, -0.034512508660554886, -0.03615335747599602, -0.031176116317510605, 0.04088446870446205, 0.01309943851083517, -0.03850523754954338, 0.019293639808893204, -0.01632644049823284, -0.05890645086765289, -0.0022800953593105078, -0.03902484104037285, -0.01644950360059738, -0.019047513604164124, -0.022999223321676254, -0.0027415838558226824, -0.0357978381216526, 0.03303574398159981, -0.014398443512618542, -0.021084899082779884, -0.009940805844962597, -0.06268040090799332, -0.04616253077983856, 0.036946434527635574, 0.05972687527537346, 0.04159550368785858, 0.04301756992936134, 0.003835482755675912, -0.01573846861720085, 0.0016263199504464865, -0.0256109070032835, 0.018924450501799583, -0.03566110134124756, 0.0054763308726251125, 0.0013237885432317853, -0.05464024469256401, -0.012661878950893879, -0.004221765790134668, -0.08794946223497391, 0.02109857276082039, -0.03711051866412163, 0.00020083299023099244, -0.028714844956994057, -0.01736564375460148, -0.011458590626716614, 0.02097550965845585, -0.00928446650505066, 0.03976322337985039, 0.02983609028160572, -0.04482250288128853, 0.013304544612765312, -0.008662311360239983, -0.02369658276438713, 0.020264476537704468, -0.025843359529972076, 0.00897680688649416, -0.03853258490562439, -0.0008665729546919465, -0.027169711887836456, -0.006283081602305174, -0.005196019541472197, -0.0013964301906526089, -0.03828645870089531, -0.012949027121067047, 0.003249221248552203, 0.05051077902317047, 0.023655561730265617, -0.004327737260609865, -0.015232541598379612, 0.01586153358221054, 0.0027398746460676193, -0.010193769820034504, -0.04725642874836922, -0.005701947491616011, 0.03850523754954338, 0.017392991110682487, -0.029972827062010765, -0.013680572621524334, -0.032844312489032745, 0.0025347687769681215, 0.020743057131767273, 0.0007447912939824164, 0.007349632680416107, 0.016148680821061134, -0.00879221223294735, 0.02131735347211361, -0.01709216833114624, 0.00014688582450617105, 0.02440761774778366, 0.022903507575392723, -0.02487252466380596, -0.026280919089913368, 0.004389268811792135, 0.0382591113448143, 0.008197404444217682, 0.0007815394201315939, 0.006385634187608957, -0.004071354866027832, -0.0023484639823436737, -0.0249955877661705, -0.013229339383542538, 0.028824234381318092, -0.008689658716320992, 0.011745738796889782, 0.008730679750442505, 0.000709752319380641, -0.05226101726293564, 0.07082995027303696, 0.03962648659944534, 0.003016767790541053, -0.027962788939476013, 0.04323635250329971, 0.05732029676437378, 0.0014596713008359075, -0.045396801084280014, 0.019676504656672478, -0.0038183906581252813, -0.01431640051305294, 0.02477680891752243, -0.03325452283024788, 0.021987365558743477, 0.001184487366117537, -0.046791523694992065, 0.052069585770368576, 0.019744873046875, 0.02819524146616459, 0.006918909959495068, 0.020647339522838593, 0.05671865493059158, -0.012566163204610348, 0.020524276420474052, 0.012135440483689308, -0.026157855987548828, -0.02956261672079563, -0.008785375393927097, -0.001808351487852633, 0.004864431452006102, -0.03350065276026726, -0.011438079178333282, 0.021850628778338432, 0.027744008228182793, 0.05917992815375328, 0.0016887063393369317, 0.035278238356113434, -0.04121263697743416, 0.002175833098590374, 0.005387451499700546, 0.040337517857551575, 0.03158633038401604, 0.030683862045407295, 0.03361004218459129, -0.038641974329948425, -0.034102294594049454, 0.024694766849279404, 0.014275379478931427, -0.04952627047896385, -0.019293639808893204, 0.042033061385154724, 0.013147296383976936, 0.020715709775686264, -0.042716749012470245, -0.05346430465579033, 0.002107464475557208, 0.019334660843014717, -0.038149721920490265, -0.02755257673561573, 0.006737733259797096, -0.023341067135334015, -0.01214227732270956, -0.02539212629199028, 0.02070203609764576, -0.014836003072559834, 0.051878150552511215, -0.021973691880702972, -0.04772133752703667, -0.00005287889871397056, 0.020893467590212822, -0.009879273362457752, 0.02030549757182598, 0.019334660843014717, 0.0761900544166565, -0.028824234381318092, -0.014439464546740055, -0.017570750787854195, -0.017721161246299744, -0.0008554630912840366, -0.0018015146488323808, 0.008088014088571072, 0.050182607024908066, -0.010802251286804676, -0.02937118336558342, 0.04569762200117111, 0.01657256670296192, -0.0015801710542291403, 0.018473217263817787, 0.011383384466171265, -0.019293639808893204, 0.011232974007725716, 0.032844312489032745, 0.051905497908592224, 0.012921679764986038, 0.02487252466380596, 0.010521939024329185, 0.046791523694992065, -0.01275759469717741, -0.03010956570506096, 0.01576581597328186, -0.02980874292552471, -0.020866120234131813, -0.021522458642721176, 0.01024162769317627, -0.0317777618765831, -0.00019153911853209138, 0.03508680313825607, -0.03962648659944534, -0.016203375533223152, 0.02239757776260376, -0.036727651953697205, -0.0505928210914135, 0.06722008436918259, 0.026431329548358917, 0.051385898143053055, 0.007301774807274342, -0.0028885765932500362, 0.037903595715761185, -0.0033757034689188004, 0.004519169684499502, -0.02168654464185238, -0.048705846071243286, 0.019389357417821884, -0.0027484206948429346, 0.008101687766611576, -0.01528723631054163, 0.00017487425066065043, -0.02150878496468067, -0.012675552628934383, -0.0007541919476352632, -0.013072091154754162, -0.03951709344983101, -0.004731112625449896, 0.020838772878050804, 0.08816824853420258, 0.036235399544239044, -0.024940893054008484, -0.023313717916607857, 0.015464995056390762, -0.07969053089618683, -0.0047037648037076, -0.029207099229097366, 0.028031157329678535, -0.03916157782077789, 0.021891649812459946, 0.022014714777469635, -0.0004155533679295331, 0.21265393495559692, 0.01999100111424923, 0.009564777836203575, -0.054038602858781815, 0.031914498656988144, -0.004949892405420542, 0.0212900061160326, -0.030218955129384995, 0.02431190200150013, 0.021672870963811874, -0.029453225433826447, 0.012490957044064999, 0.027005627751350403, -0.06273509562015533, 0.04277144372463226, 0.08078442513942719, -0.05179610848426819, -0.010891130194067955, 0.0217549130320549, -0.037712160497903824, -0.03637213632464409, -0.030984684824943542, -0.03366473689675331, 0.029179751873016357, -0.052589185535907745, 0.017693813890218735, 0.03875136747956276, -0.05994565412402153, 0.003722674446180463, -0.040829773992300034, 0.012538814917206764, -0.05376512557268143, 0.010262138210237026, -0.004283297806978226, -0.04930748790502548, 0.006351449992507696, -0.05436677113175392, -0.034266382455825806, 0.011048378422856331, -0.011191952042281628, 0.03448516130447388, 0.008812722750008106, 0.034813329577445984, -0.029289141297340393, 0.01431640051305294, 0.05294470489025116, -0.0536830835044384, -0.01035101804882288, 0.01947139948606491, -0.04938953369855881, 0.024257207289338112, -0.01925261877477169, 0.06257101148366928, 0.02622622437775135, -0.06093016639351845, 0.0018237344920635223, 0.05803133174777031, -0.0610942505300045, 0.05439411848783493, -0.009503246285021305, 0.024475986137986183, -0.010439896956086159, 0.010309996083378792, 0.01949874684214592, -0.029453225433826447, 0.006597577128559351, 0.03202388808131218, 0.01755707524716854, -0.034047599881887436, 0.028578106313943863, -0.05001852288842201, -0.03519619628787041, -0.01292851660400629, 0.009797231294214725, 0.04810420051217079, 0.008730679750442505, 0.0019826916977763176, -0.004218347370624542, -0.016025617718696594, -0.011253484524786472, 0.04878788813948631, -0.02428455464541912, -0.002220272785052657, -0.0029415623284876347, 0.006440329365432262, 0.0076299444772303104, -0.02264370582997799, -0.012771268375217915, -0.034512508660554886, 0.001960471738129854, -0.014494159258902073, -0.01860995404422283, -0.017967287451028824, -0.0026014281902462244, -0.030492430552840233 ]
9868_1
1992–1999 On 1 May 1992, the ED (now largely composed of UK Conservative Party members) dissolved, and its remaining members were accorded "associated party" status in the European People's Party Group; that is, being part of the parliamentary group without retaining actual membership in the EPP Europarty organisation. This was considered essential for the Conservatives, as the EPP was generally seen as quite favourable to European integration, a stance at odds with their core ideology. The Conservatives' relationship to the EPP would become a sore point in the following years, particularly for the eurosceptic general membership in Britain. Then-leader of the British Conservative Party William Hague hoped to put the issue to rest by negotiating a new arrangement in 1999 by which the EPP's parliamentary group would rebrand itself as the European People's Party–European Democrats (EPP-ED), with the "European Democrat" nomenclature returning after a seven-year hiatus. This was intended to nominally underscore the Conservatives' status apart from the rest of EPP, and it was hoped that with the coming enlargement of the European Union numerous newly involved right-wing parties, averse to the EPP proper for its perceived European federalism, would be willing to instead enter the ED subgroup, growing the overall alignment. 1999–2009 The arrangement proved to do little to appease opposition. Hague's successor, Iain Duncan Smith, made a concerted drive at one point to resurrect the European Democratic Group, but backed off when it became clear that Conservative MEPs would not move voluntarily. The hope that multiple Central and European parties would join ED also proved to be dubious, as only the Czech Civic Democratic Party took up the offer, with the remainder joining EPP proper or other groups such as Union for Europe of the Nations (UEN) or Independence and Democracy (IND/DEM). Meanwhile, the ED remained a more eurosceptic subgroup within the broader EPP-ED bloc that contributed slightly more than 10% of its total MEPs. It resisted the trend of incorporating as a European political party.
[ -0.020994286984205246, -0.059877365827560425, 0.00027190963737666607, 0.04611014947295189, -0.029294686391949654, -0.00909466203302145, -0.030740100890398026, -0.04367727413773537, -0.033688172698020935, 0.0014543588040396571, -0.027233896777033806, -0.019005052745342255, 0.03560585156083107, 0.03417474776506424, -0.0635409876704216, 0.02729114145040512, -0.00501243956387043, -0.0370369553565979, 0.005627814214676619, -0.0031287497840821743, -0.004246799275279045, -0.04688294604420662, -0.02006406895816326, -0.0350620336830616, 0.009380882605910301, 0.004865751601755619, 0.02222503535449505, -0.006511520128697157, 0.08306124061346054, 0.0017700960161164403, 0.020092692226171494, -0.00002494647924322635, 0.010396965779364109, -0.02826429158449173, -0.004833551589399576, -0.027563050389289856, -0.04107266664505005, -0.019806470721960068, -0.024157024919986725, 0.01644337736070156, 0.010282477363944054, -0.02291196584701538, -0.0005979328998364508, -0.051748696714639664, -0.03520514443516731, 0.046711213886737823, 0.029423484578728676, -0.0066009643487632275, -0.030539745464920998, -0.018361056223511696, 0.00996763538569212, -0.005030328407883644, -0.019892336800694466, -0.018547099083662033, 0.0123862000182271, -0.035348255187273026, -0.01773137040436268, 0.005513325799256563, -0.02804962545633316, -0.014368277974426746, -0.0029910060111433268, 0.008007023483514786, -0.004761996679008007, -0.02706216461956501, -0.000936478259973228, -0.020994286984205246, -0.004536597523838282, -0.005867523606866598, 0.0004286601906642318, -0.03443234786391258, -0.0018514900002628565, -0.051548343151807785, 0.0008859424269758165, -0.03718006610870361, 0.0035223031882196665, -0.004278999287635088, -0.024457557126879692, -0.005520481150597334, 0.024801021441817284, -0.017559638246893883, 0.03068285621702671, 0.027462873607873917, 0.027004919946193695, -0.0317704938352108, -0.019992513582110405, 0.027563050389289856, -0.03056836873292923, 0.09702880680561066, -0.012092823162674904, 0.05609925091266632, 0.00041993940249085426, 0.06319752335548401, -0.014439833350479603, 0.024271512404084206, 0.02553088404238224, 0.017674127593636513, 0.029294686391949654, 0.0024561311583966017, 0.024271512404084206, -0.01796034723520279, -0.0019588228315114975, 0.010046346113085747, -0.01838967762887478, 0.02017855830490589, -0.034661322832107544, 0.004622464068233967, -0.021638283506035805, -0.00910181738436222, 0.005935501307249069, -0.021409306675195694, 0.005960545502603054, -0.021967437118291855, -0.0012602653587237, -0.008336177095770836, 0.04153062030673027, 0.033258844166994095, -0.03494754433631897, -0.011420205235481262, -0.05255011469125748, 0.018275190144777298, 0.005996323190629482, 0.028335846960544586, 0.0026922631077468395, -0.019534561783075333, -0.008636709302663803, 0.012221623212099075, -0.020522022619843483, -0.00155543047003448, -0.021065842360258102, -0.019520249217748642, 0.005992745514959097, 0.014726053923368454, -0.011591937392950058, -0.043763142079114914, 0.03706557676196098, 0.014132145792245865, 0.023284051567316055, 0.004922995809465647, 0.01853278838098049, -0.02322680689394474, -0.003364881733432412, 0.00668325275182724, 0.00005196134952711873, 0.004329087678343058, 0.022869031876325607, 0.01029678899794817, -0.033144354820251465, -0.035892073065042496, -0.03463270142674446, 0.03148427605628967, 0.03311573341488838, 0.024285824969410896, 0.02663283422589302, 0.0018926342017948627, -0.024944132193922997, -0.00021332384494598955, -0.0036117471754550934, -0.0020393223967403173, 0.0390118770301342, 0.01817501336336136, -0.053637754172086716, -0.005091150291264057, -0.005999900866299868, 0.009631325490772724, -0.014074902050197124, 0.006719030439853668, -0.01123416144400835, 0.004969506524503231, -0.001245954423211515, 0.006486475933343172, 0.018461233004927635, 0.052206650376319885, -0.03886876627802849, -0.00007306453335331753, 0.008364799432456493, 0.03280089050531387, 0.019047986716032028, 0.00668325275182724, 0.035319630056619644, 0.021208951249718666, -0.03471856936812401, 0.021838637068867683, 0.007166250143200159, 0.04588117450475693, -0.023298362269997597, -0.03168462961912155, -0.007899690419435501, 0.019133852794766426, -0.011534693650901318, -0.0385253019630909, 0.04393487423658371, 0.015112451277673244, -0.013080284930765629, 0.006990939844399691, 0.0255165733397007, -0.037952862679958344, -0.04645361378788948, 0.09296447783708572, -0.006883607245981693, 0.028636379167437553, -0.03197085112333298, 0.0048263962380588055, -0.03669349104166031, 0.038496680557727814, 0.024071158841252327, -0.02783496119081974, 0.015956802293658257, 0.06794878840446472, 0.009438126347959042, 0.02773478254675865, 0.048371292650699615, 0.020006824284791946, 0.028078248724341393, -0.04009951651096344, 0.04404936358332634, 0.02026442438364029, -0.00937372725456953, 0.050231728702783585, 0.012221623212099075, 0.01221446692943573, 0.024013914167881012, 0.023312674835324287, -0.0004955195472575724, 0.014983652159571648, -0.05071830376982689, 0.025673994794487953, 0.029509350657463074, 0.04994550719857216, -0.00018179485050495714, -0.009023106656968594, -0.008529376238584518, 0.04473629221320152, 0.0067548081278800964, 0.05017448589205742, 0.015312805771827698, 0.014389744028449059, 0.0068156300112605095, 0.020965663716197014, -0.03199947252869606, 0.022081924602389336, 0.0032217714469879866, 0.016171468421816826, 0.03812459483742714, 0.022768855094909668, 0.0449366457760334, -0.004829973913729191, 0.032829511910676956, 0.04997412860393524, 0.010640253312885761, 0.08466407656669617, -0.011463138274848461, 0.029852816835045815, 0.03234293684363365, 0.009130439721047878, -0.03351644054055214, -0.0000950901085161604, 0.02202468179166317, 0.021208951249718666, -0.057129647582769394, -0.030482502654194832, 0.009380882605910301, -0.008128667250275612, -0.041044045239686966, -0.06251059472560883, -0.03265777975320816, 0.027233896777033806, 0.04917271062731743, 0.01721617393195629, 0.010182300582528114, -0.022267969325184822, -0.004676130134612322, 0.02673301100730896, -0.030368013307452202, -0.01485485304147005, -0.04797058552503586, 0.017702748998999596, -0.01577075943350792, -0.022711610421538353, 0.04857164993882179, -0.03898325562477112, 0.0019141007214784622, 0.05566992238163948, 0.012894241139292717, -0.006457854062318802, -0.026346612721681595, 0.04241790249943733, -0.02806393802165985, 0.05355188995599747, -0.018332434818148613, -0.021609660238027573, -0.028965532779693604, -0.01587093621492386, -0.021065842360258102, -0.005109039135277271, 0.03946983069181442, -0.004565219860523939, -0.022654365748167038, 0.013960413634777069, -0.020307356491684914, -0.03219982609152794, -0.03780975192785263, -0.004203866235911846, 0.018561411648988724, -0.051863186061382294, 0.004125155508518219, 0.004676130134612322, 0.013931791298091412, -0.004790618550032377, 0.02146655134856701, 0.03168462961912155, 0.003270071232691407, -0.002289765514433384, 0.0383535698056221, -0.009760124608874321, -0.05913319066166878, 0.015384361147880554, 0.032944001257419586, 0.008193067274987698, -0.02783496119081974, 0.0038031572476029396, -0.03537687659263611, 0.04173097386956215, 0.011820914223790169, 0.011928246356546879, -0.013294950127601624, 0.012672420591115952, 0.032600533217191696, -0.017244795337319374, 0.029122954234480858, -0.03526238724589348, -0.0469115674495697, -0.024242890998721123, -0.016414755955338478, -0.017030131071805954, 0.04882924631237984, 0.0013112485175952315, -0.011620559729635715, 0.0051984828896820545, 0.03695108741521835, -0.025158796459436417, 0.008608086965978146, -0.04742676764726639, 0.013788680545985699, -0.009609859436750412, -0.029065709561109543, 0.014826230704784393, -0.014683120884001255, -0.04588117450475693, 0.012507843784987926, 0.0017030129674822092, 0.021409306675195694, -0.011327182874083519, 0.041358888149261475, -0.00992470234632492, 0.01871883124113083, -0.0027763405814766884, -0.01973491534590721, -0.015641959384083748, -0.015541782602667809, -0.04407798498868942, 0.03769526258111, -0.008379110135138035, -0.02411409094929695, 0.025688305497169495, -0.03898325562477112, -0.048485781997442245, 0.06840673834085464, -0.011527537368237972, 0.015599026344716549, -0.023684760555624962, 0.006729763466864824, 0.0016887020319700241, 0.015570404939353466, 0.022053303197026253, -0.020078379660844803, 0.013302105478942394, 0.056585825979709625, 0.0457666851580143, 0.0462532602250576, -0.03122667595744133, 0.011341494508087635, -0.032056715339422226, -0.0019355673575773835, 0.013008729554712772, -0.015971112996339798, 0.011956868693232536, -0.020765310153365135, 0.045194245874881744, -0.038067348301410675, -0.04153062030673027, 0.0017030129674822092, -0.021609660238027573, -0.001393536920659244, -0.015613337978720665, 0.021967437118291855, -0.008965862914919853, 0.012565087527036667, 0.026661455631256104, 0.014218011870980263, 0.03305848687887192, 0.10555818676948547, 0.052750471979379654, -0.033144354820251465, 0.01621440052986145, -0.013709970749914646, 0.07172690331935883, -0.020564954727888107, 0.03858254849910736, 0.025788482278585434, 0.014082057401537895, -0.009953323751688004, -0.0012352210469543934, -0.017588259652256966, -0.010103589855134487, 0.008386265486478806, -0.005466815084218979, -0.05618511885404587, -0.059591144323349, 0.027362696826457977, 0.04175959527492523, -0.017173239961266518, -0.021051529794931412, -0.025273285806179047, 0.039269477128982544, 0.03174187242984772, -0.011949713341891766, 0.003745913039892912, 0.00886568520218134, 0.015312805771827698, 0.01068318635225296, 0.003989200573414564, -0.03789561614394188, -0.04396349564194679, 0.004143044352531433, 0.000826909439638257, -0.007270005065947771, 0.018332434818148613, -0.032944001257419586, -0.05091865733265877, -0.02125188522040844, 0.019133852794766426, 0.010540076531469822, 0.04908684641122818, -0.011541849002242088, 0.007391648832708597, 0.02597452700138092, 0.02813549153506756, 0.033602308481931686, 0.027491495013237, -0.017273418605327606, -0.008837063796818256, -0.03002454899251461, 0.03603518381714821, -0.0502031072974205, -0.011133984662592411, 0.018976431339979172, 0.014740364626049995, -0.03929809853434563, 0.027033543214201927, -0.01741652749478817, -0.005910457111895084, 0.00471190782263875, -0.005885412450879812, -0.016185779124498367, 0.04436420276761055, 0.04522286728024483, -0.0051233503036201, -0.0017191129736602306, -0.005838901735842228, 0.04407798498868942, 0.010432743467390537, 0.021108774468302727, 0.015398671850562096, 0.027591673657298088, 0.005495436955243349, -0.0543246828019619, -0.012965796515345573, -0.02222503535449505, -0.024300135672092438, -0.014132145792245865, 0.034231994301080704, 0.01675822027027607, -0.027319762855768204, -0.026103325188159943, -0.01894780807197094, -0.08042801171541214, -0.007015984505414963, -0.013681348413228989, -0.012872775085270405, -0.039269477128982544, -0.000843903748318553, 0.07504706084728241, 0.03689384460449219, 0.008464976213872433, -0.025445017963647842, 0.020350290462374687, -0.01688702031970024, -0.05212078616023064, -0.04490802437067032, 0.028965532779693604, 0.062052641063928604, 0.05710102617740631, -0.022096235305070877, -0.01215722318738699, -0.025373462587594986, -0.008500753901898861, -0.022396767511963844, -0.030940454453229904, 0.01495502982288599, 0.023742005228996277, 0.007570536807179451, -0.042017195373773575, 0.022597122937440872, 0.04456456005573273, -0.018847631290555, -0.046854324638843536, 0.024400312453508377, -0.025044308975338936, -0.008643864654004574, 0.04702605679631233, 0.011441671289503574, -0.03878290206193924, 0.012958641164004803, 0.0065437201410532, 0.005581303033977747, -0.004039289429783821, 0.0765354111790657, 0.015427294187247753, -0.0003904228797182441, -0.06623146682977676, -0.03987054154276848, -0.03145565092563629, -0.023198185488581657, -0.00908750668168068, 0.007191294338554144, 0.03383128345012665, 0.03343057632446289, 0.017359284684062004, -0.0036081692669540644, -0.027119409292936325, -0.011341494508087635, 0.03371679410338402, 0.027362696826457977, -0.009173372760415077, 0.0019874447025358677, 0.0020285891368985176, 0.01430387794971466, 0.001933778403326869, 0.0070660728961229324, 0.018003281205892563, 0.016300266608595848, 0.007262849714607, 0.005427459720522165, -0.026990609243512154, -0.006150166969746351, -0.07092548161745071, -0.014668809249997139, 0.033029865473508835, -0.021623972803354263, -0.0029319729655981064, 0.003924801014363766, 0.05775933340191841, 0.0175310168415308, -0.00843635480850935, 0.02004975825548172, -0.04184546321630478, -0.01177798118442297, -0.030940454453229904, 0.039498452097177505, -0.025788482278585434, 0.008021334186196327, -0.001757573802024126, 0.022396767511963844, 0.05249287188053131, 0.0390118770301342, -0.03944120928645134, 0.04459318146109581, -0.0261748805642128, -0.026990609243512154, 0.04433558136224747, -0.004926573485136032, -0.025473639369010925, 0.0014185812324285507, 0.03932671993970871, 0.007742269430309534, -0.03191360458731651, -0.004232488106936216, 0.03514789789915085, -0.010010568425059319, -0.005016017239540815, -0.05292220413684845, -0.0015795803628861904, -0.012278866954147816, 0.022310901433229446, 0.011906780302524567, -0.0304538793861866, -0.018461233004927635, -0.017330661416053772, -0.03262915834784508, -0.04075782373547554, -0.03179911524057388, 0.011735047213733196, 0.03145565092563629, 0.0025080086197704077, 0.08071423321962357, -0.05335153266787529, -0.04138750955462456, -0.026475412771105766, 0.009874613024294376, -0.036979712545871735, 0.007527603767812252, 0.024572044610977173, -0.0477416068315506, 0.025716926902532578, 0.02102290838956833, -0.001269209780730307, 0.0024006760213524103, -0.0004592947370838374, 0.004178822040557861, -0.047169167548418045, -0.038296326994895935, 0.03921223059296608, 0.04367727413773537, -0.030396636575460434, -0.0026314412243664265, -0.04828542843461037, -0.001457042177207768, 0.020579267293214798, -0.027119409292936325, 0.04854302480816841, 0.03832494840025902, 0.01428956724703312, -0.02375631593167782, 0.05192042887210846, 0.012185845524072647, 0.018346745520830154, -0.027219586074352264, 0.03978467360138893, 0.032371558248996735, -0.007534759119153023, 0.05140523239970207, -0.05026035010814667, -0.013209084048867226, -0.040471602231264114, -0.03234293684363365, 0.07052477449178696, -0.024915508925914764, 0.04842853918671608, 0.03526238724589348, 0.025559505447745323, -0.0029069287702441216, 0.007699335925281048, -0.0056027695536613464, 0.009588392451405525, -0.06319752335548401, 0.06531555950641632, -0.04281861335039139, 0.0006569658871740103, -0.002702996600419283, 0.00012756945216096938, 0.004436420276761055, 0.002321965293958783, -0.03208533674478531, -0.07000957429409027, -0.018604343757033348, 0.024471867829561234, -0.03448959067463875, -0.024056848138570786, -0.05206353962421417, -0.03454683721065521, 0.010690342634916306, -0.033888526260852814, 0.026976298540830612, -0.025817105546593666, -0.008686797693371773, 0.01697288639843464, -0.03537687659263611, -0.05652858316898346, 0.002989217173308134, 0.032056715339422226, 0.012500688433647156, -0.049687910825014114, -0.025588128715753555, -0.0007097378256730735, -0.04845716059207916, -0.005434615071862936, -0.03219982609152794, -0.02072237618267536, -0.017115997150540352, -0.011813757941126823, -0.022325212135910988, -0.01741652749478817, 0.0036010139156132936, -0.04920133575797081, -0.04175959527492523, -0.009710036218166351, -0.06497209519147873, -0.03134116530418396, 0.024629289284348488, 0.05260736122727394, 0.04502251371741295, 0.04851440340280533, 0.0007030295091681182, 0.0032933265902101994, 0.0073415604420006275, -0.03297262266278267, 0.029652461409568787, -0.006314743775874376, 0.02311231940984726, -0.008450665511190891, -0.026818877086043358, -0.03969880938529968, 0.006575920153409243, -0.05718689039349556, 0.028965532779693604, -0.04304758831858635, 0.009538304060697556, -0.029008464887738228, -0.04548046365380287, -0.00039824924897402525, 0.012779752723872662, 0.008035645820200443, 0.04588117450475693, 0.04499388858675957, -0.030425257980823517, 0.02880811132490635, -0.031827740371227264, -0.054496414959430695, 0.03228569030761719, -0.042217548936605453, 0.010647408664226532, -0.047827474772930145, 0.024786710739135742, -0.04258963465690613, -0.012042734771966934, -0.0006583075737580657, -0.008701108396053314, -0.03122667595744133, 0.011577626690268517, 0.030711477622389793, 0.05896145850419998, 0.02223934605717659, -0.02158103883266449, 0.0021251884754747152, 0.026976298540830612, 0.027462873607873917, -0.0007580375531688333, -0.028006693348288536, 0.004364865366369486, 0.021609660238027573, 0.02269729971885681, -0.05008861795067787, -0.021051529794931412, -0.028292912989854813, -0.011742203496396542, 0.015269872732460499, -0.0076420921832323074, 0.04110128805041313, 0.012894241139292717, 0.008794129826128483, 0.036435890942811966, 0.0014552532229572535, -0.002032166812568903, 0.03594931587576866, 0.03924085572361946, -0.025258975103497505, -0.02727683074772358, -0.0007021350902505219, 0.05555543303489685, 0.011992646381258965, 0.005463236942887306, -0.008464976213872433, -0.0006274493644014001, 0.019520249217748642, -0.01599973626434803, 0.0019695560913532972, 0.01864727772772312, 0.026146259158849716, 0.02389942668378353, -0.024056848138570786, -0.015913870185613632, -0.03033939190208912, 0.0464249923825264, 0.038954634219408035, -0.05486850440502167, -0.04645361378788948, 0.03583483025431633, 0.026031769812107086, 0.00848644319921732, -0.025788482278585434, 0.01025385595858097, 0.01368850376456976, -0.0006914018304087222, 0.031169431284070015, -0.03898325562477112, 0.010833452455699444, 0.0324288010597229, -0.024600667878985405, 0.08208809047937393, 0.012243089266121387, 0.009996256791055202, -0.011076739989221096, 0.013881702907383442, 0.0462532602250576, 0.0046296194195747375, 0.016042668372392654, 0.016600798815488815, -0.008422043174505234, -0.010790519416332245, -0.026246435940265656, -0.03371679410338402, -0.0020196447148919106, -0.01873314380645752, -0.012801219709217548, 0.024572044610977173, 0.023269740864634514, 0.053523264825344086, -0.03202809393405914, 0.012686731293797493, -0.046940188854932785, -0.020121313631534576, 0.0115633150562644, 0.025559505447745323, 0.029738327488303185, 0.02651834487915039, 0.044221095740795135, -0.025902971625328064, -0.011320027522742748, 0.03188498318195343, 0.007978401146829128, -0.03551998734474182, -0.01850416697561741, -0.003824623767286539, 0.01402481272816658, 0.01495502982288599, -0.02455773390829563, -0.08397714793682098, 0.019634738564491272, -0.0008363010128960013, -0.012901396490633488, -0.009960479103028774, -0.0048371292650699615, -0.03866841271519661, -0.047283656895160675, -0.051347989588975906, 0.0689791813492775, -0.02302645333111286, 0.05718689039349556, -0.024672221392393112, -0.05358051136136055, 0.003515147604048252, 0.032371558248996735, -0.0045187086798250675, 0.04241790249943733, 0.020450467243790627, 0.04290447756648064, -0.031083565205335617, -0.006990939844399691, -0.016285955905914307, -0.03863979130983353, -0.019663359969854355, -0.010225233621895313, -0.006400609854608774, 0.04359140992164612, -0.02727683074772358, -0.03154151886701584, 0.030711477622389793, 0.013752903789281845, 0.008729730732738972, 0.004597419407218695, 0.019577493891119957, -0.002454342320561409, 0.004236065782606602, 0.0006779851973988116, 0.030053170397877693, -0.007863912731409073, 0.0013085651444271207, 0.0005974856321699917, 0.046596724539995193, -0.04719778895378113, -0.03076872229576111, 0.016929952427744865, -0.02092273160815239, -0.02146655134856701, -0.0224683228880167, 0.013259172439575195, 0.023269740864634514, -0.036750733852386475, 0.005402415059506893, -0.04636774957180023, -0.011091050691902637, 0.03131254017353058, -0.07207036763429642, -0.02442893385887146, 0.06628870964050293, 0.026375235989689827, 0.06067878380417824, 0.04974515363574028, -0.035663094371557236, 0.061308469623327255, -0.021423617377877235, 0.043648652732372284, -0.014089212752878666, -0.02082255482673645, 0.010561542585492134, -0.01512676291167736, 0.001762940431945026, -0.0039999340660870075, 0.03371679410338402, -0.007778046652674675, 0.0000033052338039851747, -0.006329054478555918, -0.0009579448378644884, -0.013509616255760193, -0.012872775085270405, 0.009244928136467934, 0.0913616418838501, 0.011591937392950058, -0.024357380345463753, -0.005649280734360218, 0.034775812178850174, -0.06806327402591705, -0.016586488112807274, -0.03033939190208912, 0.004801352042704821, -0.05466814711689949, 0.04819956049323082, 0.022496944293379784, -0.031169431284070015, 0.23928047716617584, 0.03320159763097763, 0.009337949566543102, -0.029509350657463074, 0.0077637359499931335, 0.02638954669237137, 0.0241999588906765, -0.018690209835767746, 0.005237838253378868, -0.023527339100837708, -0.026360923424363136, -0.0041036889888346195, 0.01282268576323986, -0.03935534134507179, 0.012235933914780617, 0.07733682543039322, -0.037866994738578796, 0.0025634639896452427, 0.02037891186773777, -0.06067878380417824, -0.02444324642419815, -0.025344841182231903, -0.05280771479010582, 0.06399894505739212, -0.05163421109318733, 0.028192736208438873, 0.03165600821375847, -0.05641409382224083, 0.007627781014889479, -0.05578440800309181, -0.003788846079260111, -0.06754808127880096, 0.0062825437635183334, -0.024915508925914764, -0.051119010895490646, -0.020679444074630737, -0.04622463881969452, -0.057015158236026764, -0.031398408114910126, -0.024514799937605858, 0.07539052516222, 0.029194509610533714, 0.03529100865125656, -0.013717126101255417, 0.02202468179166317, 0.051119010895490646, -0.060106340795755386, 0.004017822910100222, 0.02464359998703003, -0.04281861335039139, 0.05443917214870453, -0.02027873508632183, 0.03285813331604004, 0.031054943799972534, -0.06771980971097946, -0.0053523266687989235, 0.06359823048114777, -0.05795968696475029, 0.036092426627874374, -0.04264688119292259, -0.00039623674820177257, -0.02915157563984394, 0.02956659533083439, 0.027148030698299408, -0.030539745464920998, -0.002355953911319375, -0.001503553008660674, 0.04920133575797081, -0.017573948949575424, 0.020407533273100853, -0.05074692517518997, -0.04416384920477867, 0.00594265665858984, 0.0009176950552500784, 0.041129909455776215, -0.024686533957719803, -0.0015232306905090809, 0.001393536920659244, 0.04894373565912247, -0.028521889820694923, 0.021108774468302727, -0.020407533273100853, -0.035004787147045135, 0.021166019141674042, 0.0057745021767914295, 0.0045258644968271255, -0.02093704231083393, -0.03815321624279022, -0.01984940469264984, 0.005459659267216921, 0.006772696506232023, -0.03738041967153549, -0.056471340358257294, -0.015055207535624504, -0.029738327488303185 ]
9868_2
During the 2005 Conservative leadership contest, eventual winner David Cameron pledged to withdraw the Conservatives from the EPP-ED group, while opponent David Davis argued in a letter to the editor of The Daily Telegraph that the current ED arrangement allowed the Conservatives to maintain suitable distance from EPP while still having influence in the largest parliamentary grouping. Conservative/EPP-ED MEP Martin Callanan responded in that paper the following day: The Czech Civic Democratic Party (ODS), the Law and Justice (PiS) of Poland and the Rally For France party were among the first to discuss forming a breakaway group under the Movement for European Reform. Sir Reg Empey, Leader of the Ulster Unionist Party (UUP) has committed his party thereunto Its position would be that the European Union should exist, but as a looser supranational organisation than at present, making the group less eurosceptic than the UEN and IND/DEM groups. Some members from the above parties founded a new organization, the Alliance for an Open Europe, in the midst of this debate, with broadly similar objectives. Cameron initially intended to form the new group in 2006, though this aspiration had to be cancelled due to their main prospective partners, the ODS and PiS, being unable or unwilling to break away from their then-groupings; the new grouping was put on hiatus until the 2009 European elections. By then, new factors—including the collapse of the UEN group—made conditions for forming a new political grouping much more favourable. On 22 June 2009, the founder members of the European Conservatives and Reformists (ECR) group, all signatories of the Prague Declaration announced that they were to leave the EPP-ED, and in virtue of that fact, the European Democrats movement. This announcement ended the 30-year existence of the European Democrats in the European Parliament. Former member parties The following political parties were associated with the European Democrats at some point: European Democrats in PACE (Parliamentary Assembly of the Council of Europe) The European Democrat Group in the Parliamentary Assembly of the Council of Europe was founded as the Group of Independent Representatives in 1970 by British and Scandinavian members of PACE, having about 35–40 members from the UK, Ireland, Norway, Denmark, Turkey, Sweden and Switzerland. It adopted the European Democrats Group name in September 1980, later becoming the European Conservatives Group in 2014.
[ -0.02421933226287365, -0.04466056078672409, -0.013829548843204975, 0.023162027820944786, -0.019947821274399757, 0.016282496973872185, -0.02070908062160015, -0.017396191135048866, -0.03484877198934555, 0.01729751005768776, 0.0017604128224775195, -0.000892541604116559, 0.03310069441795349, 0.021428048610687256, -0.08255437016487122, 0.0012432144721969962, -0.012870926409959793, -0.039698276668787, -0.015732698142528534, 0.005223086569458246, -0.00612884433940053, -0.030760526657104492, -0.0031067144591361284, -0.015056023374199867, 0.02076547034084797, -0.01196164358407259, 0.044209446758031845, -0.010890241712331772, 0.06479164958000183, 0.027278468012809753, 0.02991468273103237, -0.051709260791540146, -0.002410655375570059, -0.028899669647216797, -0.010157176293432713, -0.00952279381453991, -0.03493335843086243, -0.027588611468672752, -0.021484436467289925, 0.016367081552743912, 0.0017894887132570148, -0.05348553508520126, 0.0250792745500803, -0.046831563115119934, -0.02187916450202465, 0.0346796028316021, 0.010164225473999977, 0.009121017530560493, -0.04457597807049751, 0.0012423333246260881, 0.00981883890926838, 0.00823288131505251, -0.028476746752858162, -0.025488099083304405, -0.0009189742268063128, -0.040318563580513, -0.021371658891439438, 0.03318528085947037, -0.024881910532712936, -0.009184456430375576, -0.020539911463856697, 0.032367631793022156, 0.0069711641408503056, -0.0362585112452507, -0.0077042290940880775, -0.03795019909739494, -0.02592511847615242, 0.010298150591552258, -0.007034602575004101, -0.07138923555612564, -0.028984254226088524, -0.023979676887392998, -0.00757030351087451, -0.05585389956831932, -0.00597729766741395, -0.018495788797736168, -0.032170265913009644, -0.01110875140875578, -0.013723818585276604, -0.020060600712895393, 0.013892987743020058, 0.01784730888903141, 0.01581728272140026, -0.0031419580336660147, 0.0017163584707304835, 0.04629586264491081, -0.008472537621855736, 0.09631343185901642, -0.02334529347717762, 0.05388026311993599, 0.008958897553384304, 0.05698169022798538, -0.005068015307188034, 0.016296593472361565, 0.023993775248527527, 0.007351793814450502, 0.04973562806844711, 0.010269955731928349, 0.022090625017881393, -0.04404027760028839, -0.010453222319483757, 0.0008506899466738105, -0.011468234471976757, 0.013293848372995853, -0.026700474321842194, 0.0374990850687027, -0.03995203226804733, -0.017960086464881897, 0.006463657598942518, -0.05464152246713638, -0.018805932253599167, -0.018805932253599167, -0.0029745514038950205, -0.03521530330181122, 0.05041230097413063, 0.022851884365081787, -0.061239104717969894, -0.009339527226984501, -0.020074697211384773, 0.0077042290940880775, 0.019665872678160667, 0.03766825050115585, -0.015944158658385277, -0.016818197444081306, -0.015732698142528534, 0.012060325592756271, 0.01811515912413597, 0.017452580854296684, -0.035835590213537216, -0.006016065366566181, -0.004398388788104057, -0.03422848507761955, -0.022062430158257484, -0.03893701732158661, 0.03854228928685188, 0.009431160055100918, 0.011750183068215847, 0.016902782022953033, 0.025755949318408966, -0.01931343786418438, -0.0006757940864190459, 0.02706700749695301, 0.010784510523080826, 0.0052618542686104774, 0.013526455499231815, 0.0274194423109293, -0.021442145109176636, -0.029830098152160645, -0.006625778041779995, 0.018932808190584183, 0.00966376718133688, 0.01991962641477585, 0.025699559599161148, 0.0009559799218550324, -0.044209446758031845, 0.015634017065167427, -0.024966495111584663, 0.010650585405528545, 0.0484386645257473, 0.04243317246437073, -0.025248443707823753, -0.025840533897280693, -0.015056023374199867, 0.010883192531764507, -0.016508055850863457, -0.0006524453056044877, -0.031211642548441887, 0.004793115891516209, 0.007739472668617964, 0.03374917432665825, 0.020554009824991226, 0.057179052382707596, -0.05103258788585663, 0.015915963798761368, 0.003986039664596319, 0.0489179790019989, 0.045647379010915756, 0.003032703185454011, 0.021963749080896378, 0.015070120804011822, -0.04347638040781021, 0.02479732595384121, -0.010833851993083954, 0.04497070610523224, -0.019736358895897865, -0.017071951180696487, -0.010410930030047894, 0.028335774317383766, -0.009550988674163818, -0.026432624086737633, 0.028110215440392494, 0.012229494750499725, -0.04012120142579079, 0.018495788797736168, 0.013470065779983997, -0.06247967481613159, -0.020638592541217804, 0.1049974337220192, 0.005769360810518265, 0.003975466825067997, -0.035243500024080276, 0.020680885761976242, -0.019510801881551743, 0.009565086103975773, -0.011693793348968029, -0.014534419402480125, -0.016508055850863457, 0.05943463742733002, -0.0012317602522671223, 0.026319844648241997, 0.039021603763103485, 0.024599961936473846, 0.00008959558181231841, -0.03493335843086243, 0.015253386460244656, 0.016564445570111275, -0.003996612969785929, 0.012081471271812916, -0.005194891709834337, -0.027222078293561935, 0.01124267652630806, 0.03338264301419258, -0.025840533897280693, -0.0020476472564041615, -0.059209078550338745, 0.046239472925662994, 0.011877059005200863, 0.06417136639356613, 0.0077324239537119865, -0.022386670112609863, -0.01872134767472744, 0.04784657433629036, -0.003753432771191001, 0.027856461703777313, 0.0204694252461195, 0.01497143879532814, 0.01725521683692932, 0.00878972839564085, 0.0024370879400521517, 0.03967008367180824, 0.0031754393130540848, 0.01928524300456047, 0.03952910751104355, -0.0052019404247403145, 0.029153423383831978, 0.0008304249495267868, 0.050271328538656235, 0.02358495071530342, 0.030365798622369766, 0.09118197858333588, -0.02134346403181553, 0.035863786935806274, 0.018340718001127243, -0.010904339142143726, -0.03109886310994625, 0.008972994983196259, 0.03544086217880249, 0.012032130733132362, -0.04525265470147133, -0.019101977348327637, 0.001213257433846593, -0.009064627811312675, -0.0448579266667366, -0.04513987526297569, -0.01845349557697773, 0.056586962193250656, 0.02214701473712921, 0.01953899674117565, 0.03346722573041916, -0.027504026889801025, -0.007443427108228207, 0.002278492320328951, -0.06360746920108795, -0.008867264725267887, -0.025755949318408966, 0.021244781091809273, 0.0017551262862980366, -0.019087878987193108, 0.036399487406015396, -0.01732570491731167, 0.014661295339465141, 0.06778030097484589, 0.05551556125283241, 0.0070557487197220325, -0.04401208087801933, 0.05131453648209572, -0.012751097790896893, 0.05796850845217705, -0.01927114464342594, -0.019383924081921577, -0.023768216371536255, -0.002200956456363201, -0.0025921594351530075, 0.018030574545264244, 0.02534712478518486, -0.030309408903121948, -0.015126509591937065, 0.010199468582868576, -0.009480501525104046, -0.024021970108151436, -0.046267665922641754, 0.004285609349608421, 0.049115341156721115, -0.0693592056632042, 0.014365250244736671, -0.004902370739728212, 0.006319159641861916, -0.008775630965828896, 0.014231325127184391, 0.052837055176496506, -0.01023471262305975, -0.016550347208976746, 0.05162467807531357, -0.00024185852089431137, -0.041869278997182846, 0.010622390545904636, 0.030873306095600128, 0.00735884252935648, -0.02819480001926422, 0.006534144748002291, -0.03194470703601837, 0.013307945802807808, 0.026108384132385254, 0.009487549774348736, 0.0007828462403267622, -0.023387586697936058, 0.040515925735235214, -0.009797693230211735, 0.04601391404867172, -0.013181068934500217, -0.0672164037823677, -0.03394654020667076, 0.004127013962715864, -0.01251144241541624, 0.02509337104856968, -0.003943747375160456, -0.020948735997080803, -0.00280538247898221, 0.008310417644679546, -0.0129696074873209, -0.0034168572165071964, -0.029773708432912827, -0.008683998137712479, -0.021117905154824257, 0.0106646828353405, 0.016268398612737656, -0.0036159830633550882, -0.05066605657339096, -0.002273205667734146, 0.003466198220849037, 0.029548149555921555, 0.014985536225140095, 0.026460818946361542, -0.015041925944387913, 0.021244781091809273, 0.01222244556993246, -0.01755126193165779, -0.021709995344281197, -0.03228304535150528, -0.06614500284194946, 0.033833760768175125, 0.017424385994672775, -0.00894480012357235, 0.03594836965203285, -0.018538080155849457, -0.0703178271651268, 0.054613325744867325, 0.006079503800719976, -0.0018908136989921331, -0.019412118941545486, 0.008599413558840752, -0.006054833065718412, 0.006890104152262211, -0.007605547085404396, -0.033861953765153885, 0.009050530381500721, 0.058306846767663956, 0.0790582150220871, 0.04268692806363106, -0.05106078088283539, 0.01313172746449709, -0.03191651403903961, -0.028575429692864418, -0.0058750915341079235, 0.004867127165198326, -0.007894543930888176, -0.02647491730749607, 0.04344818741083145, -0.037555474787950516, -0.03780922666192055, 0.03248040750622749, -0.004994004033505917, -0.007929787039756775, -0.031042475253343582, 0.009875228628516197, -0.006224002223461866, 0.03535627946257591, 0.020582202821969986, 0.013568746857345104, 0.02912522852420807, 0.08836250007152557, 0.04951006919145584, -0.04454778507351875, -0.002815955551341176, -0.037047967314720154, 0.058024898171424866, -0.025854630395770073, 0.03938813507556915, 0.024007871747016907, 0.007901592180132866, -0.0031067144591361284, -0.005526180844753981, -0.01903148926794529, -0.014358201995491982, -0.009410014376044273, -0.0016167955473065376, -0.04542182385921478, -0.058363236486911774, 0.019426217302680016, 0.03637129068374634, -0.03546905890107155, -0.02596740983426571, -0.006745605729520321, 0.05529000237584114, 0.008874312974512577, -0.01542255561798811, 0.009959813207387924, 0.0033904246520251036, 0.0164093729108572, 0.010974825359880924, 0.014358201995491982, -0.05337275564670563, -0.058306846767663956, -0.01354055292904377, -0.015690406784415245, 0.0018203267827630043, 0.014344104565680027, -0.022880079224705696, -0.06163383275270462, -0.02710930071771145, -0.012292932718992233, 0.016479860991239548, 0.03606114909052849, -0.016846392303705215, 0.02247125469148159, 0.015196996740996838, 0.021470339968800545, 0.0227391067892313, 0.03140900656580925, -0.020525814965367317, -0.011256773956120014, -0.021399853751063347, 0.060054924339056015, -0.06941559910774231, -0.004849505610764027, -0.00748571939766407, 0.010777462273836136, -0.01370972115546465, -0.0075914496555924416, -0.013625136576592922, 0.020074697211384773, -0.01725521683692932, -0.0262493584305048, 0.01251144241541624, -0.004271511919796467, 0.049115341156721115, -0.03606114909052849, -0.007422280963510275, -0.004482973366975784, 0.041305381804704666, 0.008951849304139614, -0.019186561927199364, 0.01927114464342594, 0.01674771122634411, 0.04122079536318779, -0.04722629114985466, 0.004877700470387936, -0.02678505890071392, -0.020328450947999954, -0.011165140196681023, 0.03823214769363403, 0.010671732015907764, -0.02128707431256771, -0.012567832134664059, -0.023711826652288437, -0.08413328230381012, -0.014534419402480125, -0.019158367067575455, -0.0117995236068964, -0.04812852293252945, -0.0021463290322571993, 0.06366385519504547, 0.013603990897536278, -0.01124267652630806, -0.04012120142579079, 0.012913217768073082, -0.017734529450535774, -0.03890882432460785, -0.034425850957632065, 0.03510252386331558, 0.028871474787592888, 0.06101354584097862, -0.024881910532712936, 0.019510801881551743, -0.04702892526984215, 0.0153943607583642, -0.013716770336031914, -0.043927498161792755, 0.008972994983196259, 0.05554375424981117, 0.012927315197885036, -0.034989748150110245, 0.03372098132967949, 0.053739286959171295, -0.012151958420872688, -0.042827900499105453, 0.01872134767472744, -0.016550347208976746, -0.02966092899441719, 0.045083485543727875, 0.0077042290940880775, -0.045675575733184814, 0.014463932253420353, 0.006520047318190336, 0.034425850957632065, -0.0017824399983510375, 0.05390845611691475, 0.00022467730741482228, -0.0164093729108572, -0.056868910789489746, -0.015056023374199867, -0.05503625050187111, 0.024036066606640816, -0.028152506798505783, 0.008324514143168926, 0.0346796028316021, 0.013040094636380672, 0.0006145585211925209, -0.02358495071530342, -0.010812705382704735, -0.0012185439700260758, 0.0328187458217144, 0.016197912395000458, -0.005624862387776375, -0.015196996740996838, -0.011277919635176659, -0.01237751729786396, 0.005984346382319927, 0.020511716604232788, -0.0023419305216521025, 0.023570852354168892, -0.014604906551539898, 0.0018908136989921331, -0.024303916841745377, 0.0025040507316589355, -0.03910618647933006, -0.04435041919350624, 0.02272500842809677, -0.012617172673344612, -0.013364334590733051, -0.019820943474769592, 0.06293079257011414, 0.015549431554973125, -0.01587367244064808, 0.033269863575696945, -0.017974184826016426, -0.006167612504214048, -0.024275721982121468, 0.060336872935295105, -0.0005779933999292552, 0.014330007135868073, 0.01020651776343584, 0.05647418275475502, 0.05698169022798538, -0.000581958272960037, -0.05785572901368141, 0.049707431346178055, 0.004031856544315815, -0.0027137494180351496, 0.025459904223680496, -0.00032534156343899667, -0.002860009903088212, -0.004084721673280001, 0.05035591125488281, 0.01960948295891285, -0.017128340899944305, -0.023401683196425438, 0.024289820343255997, -0.009283137507736683, -0.015352068468928337, -0.05100439116358757, -0.023796411231160164, 0.002394795883446932, 0.023119736462831497, 0.027250273153185844, -0.01338548120111227, -0.0002815074403770268, -0.015041925944387913, -0.008169443346560001, -0.014915049076080322, -0.046239472925662994, -0.003908504266291857, 0.04037495329976082, 0.02190735936164856, 0.04502709582448006, -0.06479164958000183, -0.057235442101955414, -0.029886487871408463, 0.010742218233644962, -0.04065690189599991, 0.014012815430760384, 0.01108055654913187, -0.0540776252746582, 0.03913438320159912, 0.03146539628505707, 0.00512088043615222, 0.010023251175880432, 0.021808678284287453, 0.034143902361392975, -0.03741449862718582, -0.024007871747016907, 0.049707431346178055, 0.04663419723510742, -0.02392328716814518, -0.012335225008428097, -0.042658731341362, 0.020342547446489334, 0.04756462574005127, 0.000770510989241302, 0.05004576966166496, 0.04085426405072212, 0.015211094170808792, -0.015464847907423973, 0.05796850845217705, -0.009755400940775871, 0.014273617416620255, -0.045675575733184814, 0.04370193928480148, 0.03284694254398346, 0.021089710295200348, 0.0437583290040493, -0.06473526358604431, -0.010819754563272, -0.029886487871408463, -0.042799707502126694, 0.04841047152876854, -0.020554009824991226, 0.017805015668272972, 0.029548149555921555, 0.020229768007993698, 0.00512088043615222, 0.028871474787592888, 0.025431709364056587, -0.0014335293089970946, -0.07178395986557007, 0.04474514722824097, -0.03112705796957016, -0.0033287485130131245, -0.00417987909168005, 0.0012044465402141213, 0.0012502631871029735, -0.0070839435793459415, -0.013463016599416733, -0.050553277134895325, 0.0003226982953492552, 0.017184730619192123, -0.018961003050208092, -0.009600329212844372, -0.04894617199897766, -0.007179100997745991, -0.00007632420602021739, -0.02454357221722603, 0.03826034441590309, -0.03256499394774437, 0.008028469048440456, 0.045929327607154846, -0.009832936339080334, -0.03544086217880249, -0.03132442384958267, 0.027743682265281677, 0.017692236229777336, -0.05732002854347229, -0.014273617416620255, -0.025459904223680496, -0.07054338604211807, 0.007725375238806009, -0.05354192480444908, -0.0224994495511055, -0.010009153746068478, -0.01904558762907982, -0.0007771191885694861, -0.028138410300016403, 0.02393738552927971, -0.024684546515345573, -0.03919077292084694, -0.019130172207951546, -0.05709446966648102, -0.02849084511399269, 0.037273526191711426, 0.047395456582307816, 0.03056316263973713, 0.02560087852180004, 0.00878972839564085, 0.02423343062400818, -0.012913217768073082, -0.044237639755010605, 0.036737825721502304, -0.025488099083304405, 0.02218930795788765, 0.003092617029324174, -0.02795514464378357, -0.037865616381168365, 0.0033833759371191263, -0.08340021967887878, 0.01166559848934412, -0.04040314629673958, -0.0011154568055644631, -0.0028952534776180983, -0.037273526191711426, -0.03290333226323128, 0.0438993014395237, 0.02013108693063259, 0.03177553787827492, 0.03851409628987312, -0.006974688731133938, 0.025502195581793785, -0.0017366234678775072, -0.03143720328807831, 0.031014280393719673, -0.04716990143060684, 0.007323599420487881, -0.03826034441590309, 0.012151958420872688, -0.0321984626352787, -0.005593143403530121, -0.005434547550976276, 0.006738557014614344, -0.02589692361652851, 0.007965031079947948, 0.02251354791224003, 0.025755949318408966, 0.031606368720531464, -0.011581013910472393, -0.0026749817188829184, 0.03256499394774437, 0.0351589135825634, -0.031296227127313614, -0.04091065376996994, 0.02131526917219162, 0.02247125469148159, 0.022569937631487846, -0.026700474321842194, -0.007105089724063873, -0.03135261684656143, -0.005388731136918068, 0.005547326989471912, -0.012335225008428097, 0.0015066595515236259, 0.010608293116092682, -0.023725923150777817, 0.014957341365516186, -0.020511716604232788, 0.011975741013884544, 0.04990479350090027, 0.02414884604513645, -0.019214756786823273, -0.026108384132385254, 0.0039930883795022964, 0.0674983486533165, 0.004162257071584463, 0.004419534932821989, -0.013061241246759892, -0.023782312870025635, 0.01645166613161564, 0.0014819891657680273, 0.030675942078232765, 0.02826528623700142, 0.020018307492136955, 0.018298424780368805, 0.00597729766741395, -0.0043807667680084705, -0.03597656264901161, 0.036794211715459824, 0.014774074777960777, -0.02971731871366501, -0.0034679602831602097, 0.014428689144551754, 0.030422188341617584, -0.0025692512281239033, -0.004338474944233894, -0.014830464497208595, 0.018397105857729912, -0.030647747218608856, 0.03250860422849655, -0.03439765423536301, 0.02768729254603386, -0.0013700909912586212, -0.03028121404349804, 0.07043060660362244, 0.032170265913009644, 0.009670816361904144, -0.015084218233823776, -0.013794305734336376, 0.07088172435760498, 0.006689216010272503, 0.004564033355563879, 0.004042429383844137, -0.010178322903811932, 0.019369827583432198, -0.014534419402480125, -0.028617721050977707, 0.0030961413867771626, -0.0064389873296022415, 0.011256773956120014, 0.005670679267495871, 0.03310069441795349, 0.02536122314631939, -0.0198491383343935, 0.003349894657731056, -0.040713291615247726, -0.01208852045238018, 0.020243866369128227, 0.018636763095855713, 0.03050677292048931, 0.03132442384958267, 0.04206664115190506, -0.025995604693889618, -0.010121933184564114, 0.04356096684932709, 0.02044123038649559, -0.051145367324352264, -0.019990112632513046, 0.021371658891439438, 0.013871841132640839, 0.019426217302680016, -0.03439765423536301, -0.06856974959373474, 0.02444489113986492, 0.00890955701470375, -0.032734163105487823, -0.03783741965889931, -0.013061241246759892, -0.035835590213537216, -0.008895459584891796, -0.05066605657339096, 0.015930062159895897, -0.026432624086737633, 0.06580666452646255, -0.022386670112609863, -0.03837312385439873, -0.003083806252107024, 0.030675942078232765, -0.03738630563020706, 0.03944452479481697, 0.013434821739792824, 0.05148370563983917, -0.0390779934823513, -0.011228579096496105, 0.0008269005920737982, -0.031803734600543976, -0.01584547758102417, -0.0053147198632359505, 0.008698095567524433, 0.03372098132967949, -0.03372098132967949, -0.0293789803981781, 0.045055288821458817, 0.03422848507761955, -0.015211094170808792, 0.03826034441590309, 0.012469150125980377, -0.029858293011784554, 0.014449834823608398, 0.02307744324207306, 0.05131453648209572, 0.022259794175624847, -0.028617721050977707, -0.009572134353220463, 0.03834492713212967, -0.012990754097700119, -0.040487732738256454, 0.015366165898740292, -0.059491027146577835, -0.01612742617726326, -0.019976016134023666, 0.01955309323966503, -0.009219699539244175, -0.01784730888903141, 0.03248040750622749, -0.04962284862995148, -0.000352214730810374, 0.01283568236976862, -0.05667154863476753, -0.030337603762745857, 0.058927129954099655, 0.029801903292536736, 0.03910618647933006, 0.03166275843977928, -0.007150906138122082, 0.05216037854552269, 0.007711277808994055, 0.01325860433280468, -0.0039895642548799515, -0.05909629911184311, 0.02103332057595253, 0.013477114029228687, -0.007873398251831532, 0.006992310285568237, 0.014344104565680027, -0.01817154884338379, -0.007584400940686464, 0.005004576873034239, 0.004296182654798031, -0.03112705796957016, 0.0008885767310857773, 0.012490295805037022, 0.07048700004816055, 0.028392164036631584, -0.024318015202879906, -0.029040643945336342, 0.010558952577412128, -0.0921969935297966, 0.002141042612493038, -0.04474514722824097, 0.0017427910352125764, -0.04198205843567848, 0.03197290375828743, 0.010417978279292583, -0.023415781557559967, 0.23142291605472565, 0.025474000722169876, 0.01583137921988964, -0.049425482749938965, 0.006720935460180044, 0.012335225008428097, 0.017734529450535774, -0.04976382106542587, 0.021442145109176636, -0.0029622160363942385, -0.02272500842809677, 0.005092685576528311, -0.00024582340847700834, -0.05154009535908699, 0.028702305629849434, 0.07054338604211807, -0.035807397216558456, 0.010981874540448189, 0.0307887215167284, -0.04367374628782272, -0.02013108693063259, 0.0045499359257519245, -0.030986085534095764, 0.06016770377755165, -0.04206664115190506, 0.03276235610246658, 0.012765195220708847, -0.03482057899236679, 0.005508558824658394, -0.02795514464378357, 0.01153167337179184, -0.05041230097413063, -0.007295404560863972, -0.024642255157232285, -0.06541193276643753, -0.018256133422255516, -0.045929327607154846, -0.05966019630432129, 0.011581013910472393, -0.020229768007993698, 0.08091907203197479, 0.002764852484688163, 0.05903990939259529, -0.006770276464521885, 0.04212303087115288, 0.050807029008865356, -0.037922006100416183, -0.005378157831728458, 0.020018307492136955, -0.06716001033782959, 0.035807397216558456, 0.002206243108958006, 0.0709381178021431, 0.03654045984148979, -0.079396553337574, -0.006368500180542469, 0.07325009256601334, -0.05943463742733002, 0.05647418275475502, -0.04643683508038521, 0.0299992673099041, -0.024910105392336845, 0.02705291099846363, 0.0340593196451664, -0.028956059366464615, -0.006953542586416006, 0.005931480787694454, 0.02596740983426571, -0.04584474489092827, 0.030591357499361038, -0.05044049769639969, -0.011771328747272491, -0.009438209235668182, -0.010558952577412128, 0.04925631359219551, 0.002245010808110237, 0.008162394165992737, 0.0020088795572519302, 0.019806846976280212, -0.015154704451560974, 0.012610124424099922, -0.027588611468672752, -0.01614152267575264, 0.027856461703777313, -0.0031948231626302004, -0.002045885194092989, -0.020215671509504318, -0.011764280498027802, -0.00823288131505251, -0.009741303510963917, -0.014344104565680027, -0.0008180897566489875, -0.04982021078467369, -0.018199743703007698, -0.009304284118115902 ]
9868_3
Sources Political Groups of the European Parliament Development of Political Groups in the European Parliament Europe Politique European Parliament MEP Archives Democracy in the European Parliament See also Alliance for an Open Europe Movement for European Reform European People's Party–European Democrats References External links European Democrats official website European Democrat Group in the Parliamentary Assembly of the Council of Europe Former European Parliament party groups Conservatism in Europe European People's Party–European Democrats Organizations established in 1979
[ -0.04127838835120201, -0.02923550456762314, 0.0006101906183175743, 0.036235932260751724, -0.03958863019943237, 0.00970270112156868, -0.0342511385679245, -0.016978049650788307, -0.038515765219926834, 0.01913718692958355, -0.050424542278051376, 0.010949904099106789, 0.05847100913524628, -0.00020619077258743346, -0.036691900342702866, 0.03135440871119499, 0.013551595620810986, -0.012290981598198414, 0.016803709790110588, 0.02003570832312107, -0.00032395421294495463, -0.010601223446428776, -0.03009379468858242, -0.0032403802033513784, -0.020411210134625435, -0.01735355146229267, 0.05208747833967209, -0.0034800979774445295, 0.051309652626514435, 0.012103230692446232, 0.04610626772046089, -0.00544477766379714, 0.011627147905528545, -0.02700931578874588, 0.007449689321219921, -0.021940039470791817, -0.00579010508954525, -0.022033914923667908, -0.026808153837919235, -0.026003506034612656, 0.051175545901060104, -0.036101825535297394, -0.009763049893081188, -0.04624037817120552, -0.03738925978541374, 0.017447426915168762, 0.03473392501473427, 0.03966909274458885, -0.015422399155795574, -0.027331173419952393, -0.01932493783533573, 0.005947682075202465, -0.03502896428108215, -0.03451935201883316, -0.011191297322511673, -0.014497055672109127, 0.00167718599550426, -0.009736227802932262, -0.03687965124845505, 0.015408989042043686, -0.03822072967886925, 0.02293243817985058, 0.01565038226544857, -0.030066974461078644, 0.006293009500950575, -0.016964638605713844, 0.0001625009608687833, 0.008227515034377575, -0.016642780974507332, -0.09178339689970016, -0.03392927721142769, -0.030415654182434082, -0.0023217417765408754, -0.060026660561561584, 0.015999063849449158, -0.0031833844259381294, -0.043531399220228195, -0.000057624456530902535, 0.005542005877941847, -0.033687885850667953, 0.006816030014306307, -0.005371018312871456, 0.027022726833820343, 0.01850687898695469, 0.0034298074897378683, -0.0035974422935396433, -0.026486294344067574, 0.04790331423282623, -0.00272238883189857, 0.04852021113038063, -0.009991033002734184, 0.055735211819410324, -0.0016386299394071102, 0.02603032812476158, 0.016964638605713844, 0.022060737013816833, 0.037496548146009445, 0.026714278385043144, 0.015301702544093132, -0.03242726996541023, -0.006836146116256714, 0.020236870273947716, -0.029745114967226982, -0.012881056405603886, -0.016253868117928505, 0.008066585287451744, -0.027398228645324707, 0.01591859757900238, -0.004284745082259178, -0.06040216237306595, -0.004633425269275904, -0.017407195642590523, -0.0027307705022394657, -0.03406338766217232, 0.0629233866930008, 0.02691544033586979, -0.02298608049750328, -0.014939611777663231, -0.026271723210811615, 0.0010133521864190698, 0.031193479895591736, 0.050370898097753525, -0.013665586709976196, -0.015435810200870037, -0.026446063071489334, 0.011687496677041054, 0.006812677253037691, 0.02848450094461441, -0.03492167592048645, -0.006792561151087284, -0.020800122991204262, -0.03532399982213974, 0.025252502411603928, -0.05219476297497749, -0.008717008866369724, 0.05557428300380707, -0.013746052049100399, 0.0035236829426139593, 0.03417067229747772, -0.017447426915168762, -0.015207827091217041, 0.03162262588739395, 0.02472948282957077, 0.01005808636546135, -0.0009094186825677752, 0.04511387273669243, -0.06673204898834229, -0.015797901898622513, -0.011714317835867405, 0.013095628470182419, -0.005461541004478931, -0.02915504015982151, 0.022704454138875008, 0.03771112114191055, -0.014295893721282482, -0.029637828469276428, -0.02168523520231247, -0.001284920610487461, 0.06270881742238998, 0.01842641457915306, -0.09237346798181534, -0.040849242359399796, -0.021832752972841263, -0.016347743570804596, -0.007966004312038422, 0.02570846863090992, -0.025735290721058846, -0.0020233518444001675, 0.01850687898695469, 0.01963338442146778, 0.007731316145509481, 0.006346652749925852, -0.014041089452803135, -0.005451483186334372, 0.030442476272583008, 0.006816030014306307, 0.04779602959752083, -0.0010728625347837806, -0.008455498144030571, 0.056539859622716904, 0.0013016840675845742, 0.003490156028419733, -0.007838602177798748, 0.060294877737760544, -0.008059879764914513, 0.013665586709976196, -0.0017836340703070164, -0.006722154561430216, 0.012183696031570435, -0.04068831354379654, 0.04506022855639458, 0.039642270654439926, -0.03634322062134743, -0.0042478651739656925, 0.01739378459751606, -0.05066593363881111, -0.0424048937857151, 0.09194432199001312, 0.020290512591600418, -0.008039764128625393, -0.032883238047361374, -0.015207827091217041, 0.003637674730271101, -0.005236910656094551, -0.006564578041434288, -0.02164500206708908, -0.03312463313341141, 0.059543874114751816, -0.012927994132041931, 0.061957813799381256, 0.08550714701414108, -0.015569917857646942, -0.010017854161560535, -0.03671872243285179, 0.042190320789813995, 0.0066115157678723335, -0.0077916644513607025, 0.028108999133110046, -0.03966909274458885, -0.015462632291018963, 0.0042076329700648785, 0.0016168374568223953, 0.010514053516089916, 0.008415265940129757, -0.03921312838792801, 0.017822928726673126, 0.021846164017915726, 0.06936056911945343, -0.023602977395057678, -0.013799695298075676, -0.008683481253683567, 0.04390690103173256, 0.01139916479587555, 0.015663793310523033, 0.04438968747854233, 0.04398736730217934, 0.008971813134849072, -0.004445674363523722, 0.05069275572896004, 0.01779610849916935, 0.008435381576418877, 0.04210985451936722, 0.03231998533010483, -0.013544890098273754, 0.05696900188922882, 0.054447777569293976, 0.0436386838555336, -0.006859614979475737, 0.03905219957232475, 0.023817548528313637, -0.025104984641075134, 0.036557793617248535, 0.027210477739572525, -0.01865439862012863, -0.01904331147670746, -0.01779610849916935, 0.035619039088487625, 0.013303495943546295, -0.023602977395057678, -0.005890686064958572, 0.035082604736089706, -0.002142372541129589, -0.006145490799099207, -0.005843748338520527, -0.022194843739271164, 0.05804186686873436, 0.07145264744758606, 0.019700439646840096, 0.0342511385679245, -0.053643129765987396, 0.005726404022425413, -0.003260496538132429, -0.058739226311445236, 0.0004907508264295757, -0.03296370431780815, 0.02110857143998146, -0.009662468917667866, -0.028108999133110046, 0.030710691586136818, -0.008898054249584675, -0.004760827869176865, 0.03242726996541023, 0.037550188601017, -0.02624490112066269, -0.007898950949311256, 0.00544477766379714, 0.0132833793759346, 0.061957813799381256, 0.003231998533010483, -0.010493936948478222, 0.006527698133140802, -0.00007622144039487466, -0.03773793950676918, 0.00869689229875803, 0.006678569596260786, 0.002524579642340541, -0.023187242448329926, -0.029450077563524246, 0.006346652749925852, -0.0629233866930008, -0.07928454130887985, 0.00540119269862771, 0.021698646247386932, -0.06710755079984665, 0.013303495943546295, -0.00650422926992178, -0.017809519544243813, -0.001810455578379333, -0.008804178796708584, 0.05160468816757202, 0.04007141664624214, 0.02147066220641136, 0.03567267954349518, 0.008468909189105034, -0.05541335046291351, -0.0015531362732872367, 0.027974892407655716, 0.0272372979670763, -0.03814026340842247, -0.008066585287451744, -0.023053133860230446, 0.002502787159755826, 0.04980764538049698, -0.007670967373996973, -0.009595414623618126, 0.018117966130375862, 0.04133203253149986, -0.03162262588739395, 0.015502864494919777, -0.03661143407225609, -0.08116205036640167, -0.028457680717110634, 0.04060784727334976, -0.011949007399380207, 0.05525242164731026, 0.017474249005317688, -0.028430858626961708, 0.04967353865504265, 0.024032121524214745, -0.013048690743744373, 0.028806360438466072, -0.008569490164518356, 0.016522083431482315, -0.0014978167600929737, -0.0076441457495093346, 0.03706740215420723, -0.006531050894409418, -0.014577520079910755, 0.01308221835643053, -0.025104984641075134, 0.010755447670817375, 0.024488087743520737, 0.022328952327370644, 0.004532844293862581, 0.0036343219690024853, 0.02522568218410015, -0.005213441792875528, -0.007107714656740427, -0.0314616933465004, -0.04042009636759758, 0.054179560393095016, 0.002702272729948163, -0.016066117212176323, -0.014067910611629486, -0.015905188396573067, -0.025185449048876762, -0.012351330369710922, 0.027223888784646988, 0.010768857784569263, -0.05530606582760811, 0.012693305499851704, 0.02603032812476158, 0.0036175583954900503, 0.012492143549025059, -0.024796536192297935, -0.012532375752925873, 0.09162246435880661, 0.03596771880984306, 0.06608833372592926, -0.06748305261135101, 0.0061823707073926926, -0.00031075297738425434, -0.004542902577668428, -0.01990160159766674, -0.025453664362430573, 0.01917741820216179, 0.0076240296475589275, 0.0348680354654789, -0.09103239327669144, -0.045757587999105453, 0.011814898811280727, -0.022597167640924454, -0.008033058606088161, -0.025855988264083862, 0.012559197843074799, -0.0342511385679245, 0.013531479053199291, 0.009400958195328712, 0.017112158238887787, -0.004311566706746817, 0.045140694826841354, 0.07064799964427948, -0.02641924098134041, 0.025829166173934937, 0.0004345931520219892, 0.0436386838555336, -0.013296790421009064, 0.05340173467993736, 0.049298036843538284, -0.011902069672942162, 0.027089780196547508, -0.00649417145177722, -0.02923550456762314, 0.00961553119122982, -0.019418813288211823, 0.012083115056157112, -0.028591787442564964, -0.07874811440706253, 0.031113015487790108, 0.02120244689285755, -0.023093366995453835, -0.02616443671286106, -0.025923041626811028, 0.048144709318876266, 0.031944483518600464, -0.003340961178764701, 0.028404036536812782, 0.012237338349223137, 0.0075502702966332436, 0.006661806255578995, 0.0076977889984846115, -0.03875716030597687, -0.06641019135713577, -0.012894467450678349, -0.04691091552376747, -0.022020503878593445, 0.0048446450382471085, -0.021162213757634163, -0.05809550732374191, -0.06866320222616196, 0.044067829847335815, 0.020223459228873253, 0.026459474116563797, 0.02637900784611702, 0.013269969262182713, -0.010044676251709461, 0.04881524667143822, -0.015435810200870037, 0.01882873848080635, 0.001289111445657909, 0.0009999414905905724, -0.013611944392323494, 0.03618229180574417, -0.03518989309668541, 0.013960624113678932, 0.029101397842168808, 0.04001777246594429, -0.07096985727548599, -0.001103036804124713, -0.01815819926559925, 0.013578416779637337, 0.00003161487256875262, 0.00507598090916872, 0.004210985731333494, 0.0009856924880295992, 0.05863194167613983, -0.052650731056928635, -0.027921248227357864, -0.03411703184247017, 0.06281610578298569, -0.012049587443470955, -0.013826516456902027, 0.03832801431417465, 0.0037818406708538532, -0.008676775731146336, -0.03733561933040619, -0.0002816264168359339, -0.02762621082365513, -0.013665586709976196, -0.020639194175601006, 0.0424048937857151, -0.0007413647836074233, -0.04605262726545334, -0.03459981828927994, 0.007201590109616518, -0.0831468477845192, -0.004589840304106474, -0.011003546416759491, -0.04548937454819679, -0.044416509568691254, 0.0073222871869802475, 0.026057150214910507, 0.02647288329899311, -0.012351330369710922, -0.019552920013666153, 0.0157308466732502, -0.0363163985311985, -0.030603405088186264, -0.016642780974507332, 0.004170753061771393, 0.05329445004463196, 0.060884952545166016, 0.007704494521021843, -0.010949904099106789, 0.005183267407119274, -0.001756812445819378, 0.0013318583369255066, -0.03940087929368019, 0.009333904832601547, 0.06818041950464249, 0.009494833648204803, -0.01471162773668766, 0.009246733970940113, 0.03974955901503563, -0.023012902587652206, -0.062440600246191025, 0.03685282915830612, -0.05702264606952667, -0.021792521700263023, 0.018037501722574234, -0.0004333358956500888, -0.04884206876158714, 0.006122021935880184, -0.02329452894628048, 0.019083542749285698, -0.01829230785369873, 0.062494244426488876, -0.010902966372668743, 0.005246968474239111, -0.04015188291668892, -0.023670030757784843, -0.04210985451936722, 0.024166230112314224, -0.035699501633644104, 0.005495068151503801, 0.026526527479290962, 0.00930037721991539, 0.03478756919503212, -0.04615991190075874, 0.014067910611629486, 0.04707184433937073, 0.00946130696684122, 0.021805932745337486, -0.043075431138277054, 0.008730418980121613, 0.0016151610761880875, 0.0012354683130979538, 0.011922185309231281, 0.03974955901503563, -0.005287200678139925, 0.0342511385679245, -0.005883980542421341, 0.028162643313407898, -0.01574425771832466, -0.03572632372379303, -0.04409465193748474, -0.039856843650341034, 0.0477692075073719, -0.014054499566555023, 0.0032487621065229177, -0.022999491542577744, 0.0725255087018013, -0.022664222866296768, 0.000689817126840353, 0.021886397153139114, -0.006034852005541325, -0.03438524529337883, -0.0248635895550251, 0.04591851681470871, -0.018144788220524788, -0.02735799551010132, 0.025869399309158325, 0.031327586621046066, 0.012465322390198708, -0.004566371440887451, -0.04921757057309151, -0.009535065852105618, -0.003431483870372176, -0.017366962507367134, 0.07547587901353836, 0.01672324538230896, 0.0005921698757447302, 0.028591787442564964, 0.02990604378283024, 0.031327586621046066, -0.021001284942030907, 0.040849242359399796, 0.0517924427986145, -0.01739378459751606, -0.006232661195099354, -0.08899395167827606, 0.01082250103354454, 0.024286925792694092, 0.004345093388110399, 0.00582363223657012, 0.04556983709335327, -0.0032403802033513784, -0.008904759772121906, -0.0005879789823666215, -0.02990604378283024, -0.05637892708182335, -0.010198899544775486, 0.05163151025772095, 0.026660634204745293, 0.02808217890560627, -0.059758447110652924, -0.036960117518901825, -0.004904993809759617, 0.023053133860230446, -0.04133203253149986, 0.005364312790334225, 0.027290942147374153, -0.04894935339689255, 0.047608278691768646, 0.020142994821071625, 0.008086701855063438, -0.01658913679420948, 0.021001284942030907, 0.02861860953271389, -0.06930692493915558, -0.025453664362430573, -0.019754081964492798, 0.05804186686873436, 0.023415226489305496, 0.029798757284879684, -0.03419749438762665, 0.02674110047519207, 0.04843974485993385, -0.023495690897107124, 0.04444333165884018, 0.03690647333860397, -0.015945419669151306, -0.026499705389142036, 0.0258425772190094, 0.015234648250043392, 0.011721023358404636, -0.0065913996659219265, -0.003079450922086835, 0.054260026663541794, 0.0328027717769146, 0.02093423157930374, -0.04543573036789894, 0.017782697454094887, -0.014671395532786846, 0.009400958195328712, 0.0658201202750206, -0.026365598663687706, 0.029798757284879684, 0.002596662612631917, 0.007597208023071289, -0.004408794455230236, 0.030817978084087372, 0.014336125925183296, -0.03934723511338234, -0.06909234821796417, 0.03674554452300072, 0.0042813923209905624, -0.003919301088899374, -0.0009320493554696441, 0.02856496535241604, 0.04803742095828056, 0.020062530413269997, -0.04176117479801178, -0.05396498739719391, 0.02490382269024849, 0.0059309182688593864, -0.008354917168617249, -0.031139835715293884, -0.02160477079451084, -0.03151533752679825, 0.0036980232689529657, -0.019687028601765633, 0.04194892570376396, -0.015583328902721405, 0.0015187710523605347, -0.02557436190545559, -0.04261946678161621, -0.03698693588376045, -0.021081749349832535, 0.011151065118610859, 0.0023183890152722597, -0.038032978773117065, 0.027653032913804054, -0.03543128818273544, -0.045355264097452164, -0.006571283098310232, -0.04951260983943939, -0.013477835804224014, -0.021671824157238007, 0.010011148639023304, -0.0016495261806994677, 0.0022479824256151915, 0.03312463313341141, -0.010929787531495094, 0.01649526134133339, -0.02118903584778309, -0.024353981018066406, -0.037442903965711594, 0.0030543056782335043, 0.05125600844621658, 0.029745114967226982, 0.017742464318871498, -0.0030375421047210693, 0.0036812596954405308, 0.010212310589849949, -0.03285641595721245, 0.006380179431289434, -0.049566250294446945, 0.054662346839904785, -0.000616476871073246, -0.04935167729854584, -0.036289576441049576, -0.0181045550853014, -0.049029819667339325, -0.002365326741710305, -0.010333008132874966, 0.013625354506075382, 0.0007363357581198215, -0.009964210912585258, -0.017206033691763878, 0.03553857281804085, 0.005655997432768345, 0.012492143549025059, 0.04516751319169998, -0.025467075407505035, 0.01233791932463646, -0.03875716030597687, -0.00894499197602272, 0.0017635178519412875, 0.0001512903836555779, -0.012693305499851704, -0.011694202199578285, 0.005796810612082481, -0.03299052268266678, 0.02025028131902218, 0.0003455371770542115, 0.01013184618204832, -0.029611006379127502, 0.0018540406599640846, 0.02535978890955448, 0.02982557937502861, 0.0027525629848241806, 0.006085142493247986, -0.0122507493942976, 0.012720126658678055, 0.02405894361436367, -0.015408989042043686, -0.051765620708465576, -0.004794354550540447, 0.04288768023252487, -0.028994111344218254, -0.007912361063063145, -0.008468909189105034, -0.02767985500395298, -0.01689758524298668, 0.010661572217941284, -0.03164944425225258, 0.002967135515064001, -0.010842617601156235, -0.026486294344067574, 0.04573076590895653, -0.04007141664624214, -0.009769754484295845, 0.03197130560874939, -0.009347314946353436, -0.024716071784496307, -0.00009853782103164122, 0.02678133174777031, 0.06812677532434464, -0.007188179064542055, -0.017742464318871498, -0.005692876875400543, -0.013404076918959618, -0.011747845448553562, -0.019459044560790062, 0.0007610619068145752, 0.0014969785697758198, -0.0015623561339452863, -0.004016529303044081, 0.0021155509166419506, 0.004345093388110399, -0.06297703087329865, 0.04055420681834221, 0.04709866642951965, 0.006658453494310379, -0.013182799331843853, 0.043263182044029236, 0.04546255245804787, -0.01716580055654049, -0.04076877981424332, 0.023455457761883736, -0.010265953838825226, -0.009944095276296139, 0.028377214446663857, -0.010339712724089622, 0.015905188396573067, 0.019754081964492798, -0.04967353865504265, 0.04369232803583145, 0.018815327435731888, 0.00705407140776515, -0.009085805155336857, -0.014872557483613491, 0.0268752072006464, -0.01015196181833744, 0.034224316477775574, -0.0005054188659414649, -0.002350239548832178, -0.03787204995751381, 0.007463100366294384, -0.014993254095315933, 0.0021138745360076427, -0.020464854314923286, -0.025292735546827316, 0.003929359372705221, 0.04060784727334976, 0.06710755079984665, -0.016240457072854042, 0.03478756919503212, -0.04696455970406532, -0.033017344772815704, 0.0026000153739005327, 0.011238235048949718, 0.055198781192302704, 0.026660634204745293, 0.04090288653969765, -0.021001284942030907, -0.03626275435090065, 0.03787204995751381, 0.010339712724089622, -0.02683497592806816, -0.021443840116262436, 0.03596771880984306, 0.016481852158904076, 0.022704454138875008, -0.08684822916984558, -0.06109952554106712, 0.003173326374962926, 0.016267279163002968, -0.07300829887390137, -0.010896260850131512, 0.036504149436950684, -0.025426842272281647, -0.027425048872828484, -0.01401426736265421, 0.02388460375368595, -0.00876394659280777, 0.033821992576122284, 0.004573076963424683, -0.03036201186478138, 0.014067910611629486, 0.0321858786046505, -0.005723051261156797, 0.015932008624076843, 0.030415654182434082, 0.06893142312765121, -0.037630654871463776, -0.009374137036502361, 0.004090288653969765, -0.01176125556230545, 0.0071345362812280655, -0.014671395532786846, 0.02329452894628048, 0.015234648250043392, -0.010406767018139362, -0.011499745771288872, 0.026539938524365425, 0.014537287876009941, -0.01864098757505417, 0.012539081275463104, 0.035833608359098434, -0.011144359596073627, 0.013377254828810692, 0.024072354659438133, 0.04484565556049347, -0.0127670643851161, -0.020156405866146088, 0.013625354506075382, 0.022436238825321198, -0.013149271719157696, -0.0430217906832695, 0.037898872047662735, -0.01164726447314024, -0.024488087743520737, -0.033687885850667953, 0.0272372979670763, -0.015341934747993946, -0.0037416082341223955, 0.008535962551832199, -0.044738370925188065, -0.00045051847700960934, 0.03502896428108215, -0.029530541971325874, -0.020049119368195534, 0.030442476272583008, 0.016870763152837753, 0.03604818135499954, -0.00442891102284193, -0.030442476272583008, 0.03720150887966156, 0.0021909866482019424, 0.02737140655517578, -0.011566800065338612, 0.01401426736265421, 0.02476971410214901, 0.01191547978669405, 0.02580234408378601, -0.0031062725465744734, -0.00536766555160284, -0.010547580197453499, 0.01896284520626068, -0.0017635178519412875, -0.029798757284879684, -0.028913646936416626, -0.04414829611778259, -0.024260105565190315, 0.08615086227655411, 0.016347743570804596, -0.02691544033586979, -0.01377287320792675, -0.019754081964492798, -0.0754222422838211, 0.028940467163920403, -0.04489929974079132, -0.004673657473176718, -0.04511387273669243, 0.037094224244356155, 0.0037449609953910112, -0.02092082053422928, 0.20287831127643585, 0.03500214219093323, -0.01864098757505417, -0.030308367684483528, 0.02629854343831539, 0.0027341232635080814, 0.0134376036003232, -0.01428248267620802, 0.026057150214910507, 0.003942769952118397, -0.046749986708164215, 0.008663365617394447, 0.03502896428108215, -0.028860002756118774, 0.05664714425802231, 0.07161357998847961, -0.06807313114404678, 0.004961989354342222, 0.033687885850667953, -0.04758145660161972, -0.022074148058891296, -0.01207640953361988, -0.055091492831707, 0.0018087791977450252, -0.037764761596918106, 0.01716580055654049, 0.04959307238459587, -0.05616435781121254, 0.019566331058740616, 0.01417519710958004, 0.010916376486420631, -0.047205954790115356, 0.024166230112314224, -0.012532375752925873, -0.01743401773273945, -0.0275457464158535, -0.0430217906832695, -0.08218127489089966, 0.02235577441751957, -0.0009840161073952913, 0.04310225322842598, 0.011949007399380207, 0.03596771880984306, -0.0074698058888316154, 0.042860861867666245, 0.0503440760076046, -0.049968574196100235, -0.008770651184022427, 0.0005154769169166684, -0.02155112661421299, 0.025279324501752853, -0.017594946548342705, 0.030308367684483528, 0.03733561933040619, -0.048547033220529556, -0.03277595341205597, 0.06335253268480301, -0.08196669816970825, 0.05200701206922531, -0.007013839203864336, 0.013538184575736523, -0.0039461227133870125, 0.005723051261156797, 0.014027678407728672, -0.01917741820216179, 0.01864098757505417, 0.01316938828676939, 0.005374371074140072, -0.03572632372379303, 0.0019831194076687098, -0.011325405910611153, -0.029798757284879684, 0.009045572951436043, -0.0025832520332187414, 0.007442984264343977, -0.009421074762940407, -0.008643249049782753, -0.015315113589167595, -0.021309733390808105, -0.03685282915830612, 0.019217651337385178, 0.000990721513517201, -0.02281174063682556, -0.012646367773413658, 0.01189536415040493, 0.000344699015840888, -0.03929359093308449, 0.003563915379345417, -0.017863161861896515, -0.004365209490060806, 0.00276094488799572, -0.03502896428108215, -0.06962878257036209, -0.008395149372518063, -0.05353584140539169 ]
9869_0
The Epistle to the Ephesians, also called the Letter to the Ephesians and often shortened to Ephesians, is the tenth book of the New Testament. Its authorship has traditionally been attributed to Paul the Apostle but starting in 1792, this has been challenged as Deutero-Pauline, that is, pseudepigrapha written in Paul's name by a later author strongly influenced by Paul's thought, probably "by a loyal disciple to sum up Paul's teaching and to apply it to a new situation fifteen to twenty-five years after the Apostle's death". Themes According to New Testament scholar Daniel Wallace, the theme may be stated pragmatically as "Christians, get along with each other! Maintain the unity practically which Christ has effected positionally by his death." Another major theme in Ephesians is the keeping of Christ's body (that is, the Church) pure and holy. In the second part of the letter, Ephesians 4:17–6:20, the author gives practical advice in how to live a holy, pure, and Christ-inspired lifestyle. Composition According to tradition, the Apostle Paul wrote the letter while he was in prison in Rome (around AD 62). This would be about the same time as the Epistle to the Colossians (which in many points it resembles) and the Epistle to Philemon. However, many critical scholars have questioned the authorship of the letter and suggest that it may have been written between AD 80 and 100. Authorship The first verse in the letter identifies Paul as its author. While early lists of New Testament books, including the Muratorian fragment and possibly Marcion's canon (if it is to be equated with the Epistle to the Laodiceans), attribute the letter to Paul, more recently there have been challenges to Pauline authorship on the basis of the letter's characteristically non-Pauline syntax, terminology, and eschatology.
[ -0.015965741127729416, -0.02871358022093773, 0.03124389611184597, 0.022841596975922585, -0.016405794769525528, -0.01685960218310356, -0.012589694932103157, 0.014439300633966923, 0.0004602526896633208, -0.007508436217904091, -0.04472057521343231, -0.02841104194521904, 0.012624073773622513, 0.005816975142806768, -0.04901111125946045, -0.053219135850667953, -0.020572565495967865, 0.018867352977395058, -0.07238902151584625, 0.030226267874240875, 0.028823593631386757, 0.012747839093208313, -0.05830726772546768, -0.030061248689889908, -0.012823473662137985, 0.006246716249734163, 0.00827165599912405, 0.012885356321930885, 0.0323440320789814, 0.057592179626226425, -0.009729337878525257, 0.03338916227221489, 0.004634327720850706, -0.04447304457426071, 0.007123387884348631, -0.043867968022823334, 0.06160768121480942, -0.01925240084528923, 0.0032282150350511074, -0.048983607441186905, 0.021136384457349777, -0.04986371845006943, 0.008374794386327267, 0.020998867228627205, -0.03924739360809326, -0.01525065116584301, 0.015168140642344952, 0.022346535697579384, -0.02669207751750946, -0.0031628943979740143, 0.033169135451316833, -0.022181514650583267, 0.011083882302045822, -0.027833471074700356, 0.009605572558939457, 0.007852229289710522, 0.011888356879353523, -0.01985747553408146, 0.004899048246443272, 0.01030003372579813, 0.009144890122115612, -0.0027830032631754875, 0.008656703867018223, -0.03866982087492943, -0.021205144003033638, -0.010636950843036175, 0.022429047152400017, 0.022470301017165184, -0.009399296715855598, -0.005407861899584532, 0.0020988553296774626, -0.02330915629863739, -0.0007052051369100809, 0.0016080910572782159, 0.006800222676247358, -0.021796466782689095, -0.00875984225422144, -0.009241152554750443, -0.006219212897121906, -0.01141392346471548, -0.0025285964366048574, 0.03872482851147652, -0.00011581522267078981, -0.007034001871943474, -0.05929739400744438, 0.02792973257601261, -0.028741084039211273, -0.02066882699728012, -0.03781721368432045, 0.021548936143517494, 0.05486934259533882, 0.03688209876418114, 0.020435048267245293, -0.019939985126256943, 0.07172894477844238, 0.0053872340358793736, 0.0027365912683308125, -0.019389918074011803, -0.0009462898597121239, -0.027077125385403633, 0.018111007288098335, 0.036799587309360504, -0.018716083839535713, 0.026334533467888832, -0.05090884864330292, 0.026238271966576576, -0.020998867228627205, 0.016447050496935844, -0.0028723892755806446, -0.004991872236132622, 0.019101131707429886, 0.023144135251641273, 0.010093758814036846, 0.024945609271526337, -0.028823593631386757, 0.03476433455944061, -0.05044128745794296, 0.014164266176521778, -0.020215019583702087, 0.013304783962666988, 0.01150330901145935, 0.017547188326716423, -0.01011438574641943, 0.019651200622320175, 0.021658949553966522, -0.041117627173662186, -0.001131937955506146, 0.03935740515589714, -0.05151392146945, 0.04637078195810318, 0.037184637039899826, -0.024381790310144424, -0.030886350199580193, -0.019664952531456947, -0.04447304457426071, -0.020613819360733032, 0.05165144056081772, -0.01960994489490986, 0.020861349999904633, -0.00010061312787001953, -0.023845473304390907, 0.014411796815693378, -0.03776220977306366, 0.06386296451091766, -0.02090260572731495, 0.02017376571893692, 0.0036098251584917307, 0.08680082112550735, -0.05013875290751457, 0.013311659917235374, -0.017478428781032562, 0.016639575362205505, -0.009344290010631084, 0.031958986073732376, -0.051018860191106796, -0.025385664775967598, -0.004159893840551376, -0.017354663461446762, 0.015058127231895924, 0.03476433455944061, -0.056244511157274246, -0.02249780483543873, 0.02146642655134201, 0.006635202094912529, 0.011633950285613537, 0.061772700399160385, 0.011950239539146423, -0.047195885330438614, 0.005143141373991966, -0.06534814834594727, 0.024313030764460564, 0.0016622385010123253, -0.06650329381227493, 0.006593947298824787, 0.022291529923677444, 0.04925864189863205, -0.022649073973298073, -0.029786214232444763, -0.02244279719889164, -0.009715585969388485, 0.01998124085366726, 0.019898731261491776, 0.030418792739510536, -0.014893107116222382, -0.007563442923128605, 0.019788717851042747, -0.00025569595163688064, -0.0017275591380894184, -0.03701961413025856, -0.001516126561909914, -0.01727215386927128, 0.0320965014398098, -0.020861349999904633, 0.02196148782968521, 0.013559190556406975, -0.006047316361218691, -0.07172894477844238, 0.0009024562896229327, -0.0159244854003191, -0.041227638721466064, -0.0156769547611475, -0.0016691143391653895, -0.010224400088191032, 0.040925104171037674, -0.0024821844417601824, -0.0027915979735553265, 0.049286145716905594, 0.07222400605678558, 0.0026936170179396868, -0.017203394323587418, 0.06622825562953949, -0.0043352278880774975, -0.020641323179006577, 0.09334664046764374, 0.03869732469320297, 0.0036992111708968878, -0.07398422062397003, 0.00906925555318594, -0.06809849292039871, 0.020215019583702087, -0.006112636998295784, 0.03198648616671562, 0.010691958479583263, 0.038779836148023605, -0.013263528235256672, -0.0012453896924853325, 0.009674331173300743, 0.015140637755393982, -0.05486934259533882, 0.008931738324463367, -0.002066195011138916, -0.00599574763327837, 0.010465054772794247, 0.03149142488837242, -0.009268655441701412, 0.012823473662137985, 0.006800222676247358, 0.027599690482020378, -0.048433538526296616, 0.035451918840408325, -0.025976989418268204, -0.016254525631666183, 0.05687709152698517, 0.010183144360780716, -0.02876858599483967, 0.02742091938853264, -0.0007954507600516081, 0.0335816852748394, -0.030528806149959564, -0.024643072858452797, 0.024931859225034714, 0.03019876591861248, 0.011475806124508381, -0.00424584187567234, -0.018193518742918968, -0.021535184234380722, 0.03985247015953064, 0.027530932798981667, -0.04021001234650612, 0.00228278455324471, 0.00012935206177644432, 0.017987241968512535, -0.021328909322619438, -0.017615946009755135, 0.04488559439778328, 0.012892232276499271, 0.037597186863422394, 0.010609447956085205, 0.0427953340113163, -0.02704962156713009, 0.020820096135139465, -0.005930426996201277, -0.039577435702085495, 0.03965994343161583, -0.03468182310461998, 0.011358915828168392, 0.06149766594171524, -0.06589821726083755, 0.03608449921011925, -0.022594066336750984, -0.034956857562065125, 0.02729715406894684, -0.02791598066687584, -0.05013875290751457, 0.04950617253780365, 0.013634825125336647, -0.03712962940335274, 0.0068208505399525166, -0.0073709189891815186, 0.021067626774311066, -0.03215150907635689, -0.06721837818622589, 0.025660699233412743, -0.0222640261054039, 0.02651330642402172, -0.0002709517430048436, -0.01930740661919117, 0.020998867228627205, -0.021301405504345894, -0.06292784214019775, -0.0160482507199049, -0.058032236993312836, -0.05277907848358154, 0.013971742242574692, -0.001342511153779924, 0.020833848044276237, -0.018234772607684135, -0.004242403898388147, 0.010513185523450375, -0.03105137124657631, -0.018771089613437653, 0.061827708035707474, -0.030886350199580193, -0.02509687840938568, -0.01925240084528923, 0.025110630318522453, -0.00020219317229930311, 0.008299159817397594, -0.011585819534957409, -0.0068655433133244514, 0.004703086335211992, -0.013524810783565044, -0.011709584854543209, -0.020201269537210464, -0.011358915828168392, -0.003279783995822072, -0.01636454090476036, -0.03677208349108696, 0.00827165599912405, 0.010609447956085205, -0.03245404735207558, -0.015553189441561699, 0.004180521238595247, -0.04095260426402092, -0.023776713758707047, 0.04034753143787384, 0.004971244838088751, -0.021177640184760094, 0.00023206017795018852, -0.0408150888979435, 0.01739591918885708, -0.06897860020399094, -0.03817475959658623, 0.040732577443122864, -0.04939615726470947, -0.045298147946596146, 0.037432167679071426, -0.00409113522619009, 0.006724588572978973, 0.026155760511755943, 0.0073434156365692616, 0.01072633732110262, -0.010650702752172947, 0.026169512420892715, -0.0008930019685067236, 0.008409173227846622, 0.021232647821307182, -0.0006777016678825021, -0.0445280522108078, 0.007529063615947962, -0.021411418914794922, 0.060177501291036606, 0.026169512420892715, -0.0335816852748394, -0.014012997038662434, -0.01844104938209057, -0.01815226301550865, 0.02638953924179077, 0.014123010449111462, -0.06523813307285309, -0.03677208349108696, 0.04392297565937042, -0.06210274249315262, -0.02097136527299881, -0.043702948838472366, 0.01684585027396679, 0.053411658853292465, -0.005916675087064505, 0.0031783650629222393, -0.031216392293572426, -0.02286910079419613, -0.023900479078292847, 0.044363029301166534, 0.00510532408952713, 0.03462681546807289, 0.020132509991526604, -0.052421536296606064, 0.05577695369720459, -0.04213525354862213, -0.02970370277762413, -0.033251646906137466, -0.007714712060987949, 0.028823593631386757, -0.03770720213651657, -0.032013989984989166, -0.016818346455693245, 0.02743467129766941, 0.037789709866046906, 0.014343038201332092, 0.04711337387561798, -0.010561317205429077, 0.03547942265868187, 0.012885356321930885, 0.03583696857094765, -0.03319663926959038, 0.044308025389909744, -0.043565429747104645, 0.045793209224939346, 0.016323285177350044, 0.013806721195578575, -0.007494684308767319, 0.07706461101770401, 0.017437174916267395, 0.04870857298374176, 0.017822222784161568, 0.0057688443921506405, -0.004187397193163633, -0.02680209092795849, 0.041475169360637665, -0.02042129635810852, -0.02134266123175621, 0.01789098046720028, 0.03270157799124718, 0.009138014167547226, -0.009089883416891098, 0.018372289836406708, -0.0159244854003191, -0.0021916795521974564, 0.027407167479395866, 0.008402297273278236, -0.00504344142973423, 0.00444180378690362, 0.0223877914249897, 0.03572695329785347, 0.011970867402851582, 0.013902983628213406, 0.0034173009917140007, -0.06100260466337204, -0.013806721195578575, -0.03682709112763405, 0.014136762358248234, 0.015621948055922985, -0.011104509234428406, 0.025660699233412743, 0.008739214390516281, 0.024684326723217964, 0.042657818645238876, -0.0330866239964962, -0.005648516584187746, 0.01581447198987007, 0.03140891715884209, -0.10088257491588593, 0.0002141184959327802, -0.018166014924645424, 0.02373545989394188, 0.037982236593961716, 0.055254388600587845, -0.0286035668104887, 0.00913113821297884, -0.0006794206565245986, 0.029346158728003502, 0.04562819004058838, 0.011235150508582592, -0.0261282566934824, 0.01635078899562359, 0.028933607041835785, 0.0013932206202298403, -0.025811968371272087, -0.0010219243122264743, 0.007700960151851177, 0.015401920303702354, 0.02681584283709526, 0.016130760312080383, -0.02768220193684101, 0.04538065940141678, -0.07937489449977875, -0.01331853587180376, 0.0023876414634287357, -0.0072815329767763615, 0.03800974041223526, -0.012617197819054127, 0.012507184408605099, -0.018523558974266052, 0.005545378662645817, 0.026279525831341743, -0.008312911726534367, -0.005727589130401611, 0.004551817663013935, -0.018867352977395058, -0.032206516712903976, 0.025866974145174026, 0.028328532353043556, -0.007212774362415075, -0.024340534582734108, 0.006301722954958677, -0.0335816852748394, -0.011434550397098064, -0.03836728259921074, -0.04518813267350197, 0.023996742442250252, 0.04565569385886192, -0.004885296802967787, -0.00554881663993001, -0.001791160786524415, -0.01802849769592285, 0.006456430070102215, -0.021108882501721382, 0.022525308653712273, -0.0009308191947638988, 0.026967111974954605, 0.02368045225739479, 0.06314787268638611, 0.036744579672813416, 0.031106378883123398, 0.019101131707429886, 0.02533065900206566, 0.005947616416960955, 0.03806474432349205, 0.009997496381402016, 0.0525040477514267, 0.0218927301466465, -0.04348292201757431, 0.006796784698963165, 0.0035101252142339945, -0.022924108430743217, 0.02896111086010933, 0.05825226381421089, -0.01937616616487503, -0.03371920436620712, -0.02755843661725521, -0.02545442432165146, 0.011537688784301281, -0.04208024591207504, 0.004593072459101677, 0.032619066536426544, -0.03187647461891174, 0.06831851601600647, -0.005462868604809046, 0.04604073986411095, -0.012885356321930885, -0.061167627573013306, -0.028741084039211273, 0.00409113522619009, 0.04716838151216507, -0.006136702373623848, 0.02669207751750946, 0.001426740433089435, 0.017079629004001617, 0.039577435702085495, -0.008312911726534367, -0.030226267874240875, 0.04249279946088791, 0.020435048267245293, -0.013758590444922447, 0.028094753623008728, -0.04782846197485924, 0.004541503731161356, -0.02651330642402172, -0.008113511838018894, 0.02440929412841797, 0.020613819360733032, 0.058032236993312836, 0.015525685623288155, -0.06793347001075745, -0.010410048067569733, 0.006284533534198999, 0.05357667803764343, 0.01672208495438099, 0.05638203024864197, 0.004355855751782656, -0.009529937990009785, 0.013297908008098602, 0.0343242809176445, 0.0028380099684000015, -0.027709703892469406, -0.03168395161628723, -0.0034190199803560972, -0.011242026463150978, -0.04164019227027893, -0.01974746212363243, 0.037047117948532104, -0.03468182310461998, -0.02208525314927101, -0.04906611889600754, 0.011682081036269665, -0.032591562718153, -0.02539941668510437, 0.08086007833480835, -0.017877228558063507, -0.020998867228627205, -0.021191392093896866, -0.0030356908682733774, 0.009014248847961426, -0.019637448713183403, -0.008010373450815678, -0.04884608834981918, -0.00516720674932003, 0.0034104252699762583, 0.03924739360809326, -0.045105624943971634, -0.01599324308335781, 0.011737088672816753, 0.052118998020887375, 0.02509687840938568, 0.05995747447013855, 0.01709338091313839, -0.027709703892469406, -0.02724214643239975, 0.025921981781721115, 0.04337290674448013, 0.029538683593273163, 0.0288510974496603, -0.06375294923782349, 0.0030270961578935385, -0.036799587309360504, 0.023694204166531563, -0.027393415570259094, -0.03014375828206539, 0.006576757412403822, -0.01223902590572834, -0.047993484884500504, -0.01955493725836277, 0.04389547184109688, -0.05459430813789368, 0.007037439849227667, 0.009853103198111057, 0.014796844683587551, -0.026279525831341743, 0.0023188828490674496, -0.05836227536201477, 0.02871358022093773, -0.03297661244869232, 0.019719958305358887, 0.011620198376476765, -0.008746090345084667, 0.02269032970070839, -0.0016845850041136146, 0.02841104194521904, 0.011970867402851582, 0.01522314827889204, 0.04986371845006943, 0.017368415370583534, 0.013916735537350178, -0.04001748934388161, -0.010306909680366516, -0.007590946275740862, -0.014810596592724323, -0.004971244838088751, 0.0009445708710700274, -0.012885356321930885, 0.03690960258245468, 0.035149380564689636, 0.06743840873241425, -0.024698078632354736, -0.02546817436814308, 0.030033744871616364, 0.020627571269869804, -0.040127504616975784, -0.03547942265868187, 0.0231303833425045, -0.028576062992215157, 0.0027606566436588764, -0.07546941190958023, -0.02091635763645172, 0.05066131800413132, 0.028191015124320984, 0.024945609271526337, 0.014948113821446896, -0.041227638721466064, 0.0012058534193783998, 0.011750839650630951, -0.02920864149928093, -0.051871467381715775, 0.032013989984989166, 0.02571570686995983, -0.007412174250930548, 0.0062329648062586784, 0.00968120712786913, 0.04389547184109688, -0.010313785634934902, 0.07403922826051712, -0.023226646706461906, 0.0003412144142203033, -0.027599690482020378, -0.013421673327684402, -0.05453930050134659, 0.027750959619879723, -0.051871467381715775, -0.03094135783612728, 0.007089009042829275, 0.018606070429086685, 0.00023592785873916, 0.016680829226970673, -0.019568689167499542, -0.00996311753988266, 0.010169392451643944, 0.0011465492425486445, 0.039522428065538406, 0.024079252034425735, -0.007474056910723448, 0.026774588972330093, 0.020806344226002693, 0.025000616908073425, -0.04144766926765442, 0.02841104194521904, -0.06309286504983902, -0.009777468629181385, 0.009213648736476898, 0.04243779182434082, -0.04263031482696533, -0.004445241764187813, -0.02405174821615219, -0.003963931929320097, -0.011269530281424522, -0.03055630996823311, 0.01039629615843296, 0.005782595835626125, -0.03426927328109741, -0.007721587549895048, 0.00786598026752472, 0.044748079031705856, 0.012349039316177368, 0.01636454090476036, -0.002174489898607135, 0.008381670340895653, -0.024024244397878647, -0.013112260028719902, -0.0042767832055687904, 0.0016914608422666788, 0.022291529923677444, 0.010994495823979378, -0.02509687840938568, 0.017932236194610596, 0.014934361912310123, 0.09450177848339081, -0.02495936118066311, -0.012342163361608982, -0.014604320749640465, 0.007123387884348631, -0.000887845060788095, 0.00812038779258728, 0.03393923118710518, -0.07997997105121613, -0.014521810226142406, -0.00672115059569478, -0.07282908260822296, 0.02649955451488495, -0.03715713322162628, 0.008560442365705967, 0.03646954521536827, 0.03976995870471001, -0.032206516712903976, -0.00814789067953825, 0.0033124443143606186, 0.009612448513507843, 0.0029686514753848314, 0.002217463916167617, -0.01765720173716545, -0.01500312052667141, 0.035891976207494736, 0.01420552097260952, -0.004603386390954256, -0.02570195496082306, 0.011723336763679981, 0.029428668320178986, -0.03349917754530907, -0.056244511157274246, 0.05178895592689514, 0.00894549023360014, 0.007529063615947962, 0.006312036886811256, 0.010856978595256805, 0.01999499276280403, 0.05167894437909126, -0.04186021909117699, 0.041667696088552475, 0.019114883616566658, -0.01058194413781166, -0.03363669291138649, -0.032811589539051056, -0.024821843951940536, 0.055996980518102646, -0.007089009042829275, 0.03080384060740471, -0.022181514650583267, -0.05841728299856186, 0.09032125771045685, 0.07321412861347198, -0.01758844219148159, 0.019238648936152458, 0.02522064372897148, 0.022456549108028412, 0.024876851588487625, -0.04829602316021919, 0.005806661676615477, -0.01091198530048132, -0.0007228244794532657, 0.010795095935463905, -0.032068997621536255, 0.012507184408605099, 0.0009067537030205131, -0.006171081680804491, 0.015415672212839127, -0.02387297712266445, -0.01673583686351776, 0.0013124292017892003, -0.009674331173300743, -0.0007344274781644344, -0.04199773445725441, 0.042217765003442764, -0.05506186559796333, 0.039384908974170685, -0.03512188047170639, 0.011936488561332226, -0.026857098564505577, 0.030858848243951797, 0.03591948002576828, -0.047690946608781815, -0.019692454487085342, -0.00406019389629364, -0.03025377169251442, 0.023267900571227074, 0.01245905365794897, -0.030776336789131165, 0.03561694175004959, 0.040925104171037674, -0.020875101909041405, -0.009337414056062698, -0.03344416990876198, 0.012438425794243813, -0.012067129835486412, -0.06309286504983902, 0.00003693087273859419, 0.043565429747104645, 0.022360287606716156, 0.02533065900206566, -0.012101508677005768, 0.0129403630271554, -0.015649450942873955, -0.024368038401007652, 0.03756968304514885, 0.045023113489151, 0.003963931929320097, -0.0053803580813109875, 0.007645953446626663, -0.004974682815372944, 0.005566006526350975, 0.016887106001377106, 0.028741084039211273, -0.04021001234650612, 0.029538683593273163, 0.011853978037834167, 0.007494684308767319, 0.03572695329785347, -0.024134259670972824, 0.013634825125336647, 0.005311599932610989, 0.000023864058675826527, 0.01430178340524435, -0.03267407417297363, -0.018771089613437653, -0.03528689965605736, -0.023584190756082535, -0.04546316713094711, -0.013992369174957275, -0.023295404389500618, -0.036194510757923126, 0.0017963177524507046, -0.007116512395441532, 0.02478059008717537, -0.013765466399490833, 0.011998371221125126, -0.03935740515589714, -0.04045754298567772, 0.011180143803358078, -0.02780596725642681, 0.07491934299468994, 0.017725959420204163, 0.05616200342774391, -0.019348662346601486, 0.015828223899006844, 0.004960930906236172, -0.07469931244850159, -0.007742215413600206, -0.06243278458714485, 0.03872482851147652, 0.020710082724690437, -0.031711455434560776, -0.07035376876592636, -0.06474307179450989, -0.009818724356591702, -0.024574313312768936, -0.0161720160394907, -0.038532305508852005, 0.003513562958687544, 0.01696961559355259, 0.02669207751750946, 0.01417801808565855, -0.01728590577840805, -0.02109513059258461, 0.028878601267933846, 0.019321158528327942, -0.002354981144890189, 0.05830726772546768, 0.04890109598636627, -0.026609567925333977, -0.008539814502000809, -0.017505932599306107, 0.033856719732284546, -0.04059506207704544, -0.045408159494400024, -0.03190397843718529, 0.01636454090476036, 0.010554441250860691, -0.04986371845006943, 0.030831344425678253, 0.013483555987477303, -0.019816219806671143, -0.022154012694954872, -0.04703086242079735, 0.01525065116584301, -0.01522314827889204, -0.038477297872304916, -0.07145390659570694, 0.008498559705913067, -0.003620138857513666, 0.004599948413670063, 0.02502812072634697, -0.057097118347883224, 0.21661700308322906, 0.0442805215716362, 0.035259395837783813, -0.04139266163110733, -0.014934361912310123, 0.029181137681007385, 0.026733333244919777, -0.020091254264116287, -0.009873731061816216, 0.00047787209041416645, -0.010733213275671005, -0.00551787531003356, -0.012225273996591568, -0.010602572001516819, 0.011482681147754192, 0.05891234427690506, 0.021425170823931694, 0.005053754895925522, -0.006559567991644144, -0.03924739360809326, -0.08476556837558746, -0.016873354092240334, -0.012507184408605099, 0.035451918840408325, 0.004593072459101677, 0.0026506430003792048, 0.01525065116584301, -0.009509310126304626, -0.0024976551067084074, 0.008890483528375626, -0.01888110488653183, -0.007027125917375088, 0.021535184234380722, -0.07651454210281372, -0.008780470117926598, 0.00023872117162682116, 0.02374921180307865, -0.0014104102738201618, -0.008422925136983395, -0.0258807260543108, -0.054209258407354355, -0.03055630996823311, 0.016502058133482933, -0.013476680032908916, 0.027599690482020378, 0.06210274249315262, 0.032316528260707855, 0.0161720160394907, -0.013676079921424389, -0.029291151091456413, 0.056547049432992935, -0.0053012860007584095, -0.035754457116127014, -0.05151392146945, -0.009914985857903957, 0.014686831273138523, 0.05979245528578758, 0.035699449479579926, 0.01776721514761448, -0.03943991661071777, 0.0020524433348327875, 0.011668330058455467, 0.07200397551059723, 0.02693960815668106, -0.021782714873552322, 0.020943861454725266, 0.03418676182627678, 0.03666207194328308, -0.024643072858452797, -0.004228651989251375, -0.007700960151851177, -0.05437427759170532, -0.0345718115568161, -0.04334540292620659, 0.045353155583143234, -0.011812722310423851, 0.03349917754530907, 0.0013992369640618563, 0.020366288721561432, -0.043455418199300766, -0.03701961413025856, -0.015291906893253326, -0.0048921722918748856, 0.004170207306742668, 0.012232149951159954, 0.0522565133869648, -0.007955366745591164, -0.03751467540860176, -0.03424176946282387, 0.01248655654489994, 0.00018092099344357848, -0.0033124443143606186, -0.03965994343161583, -0.01716214045882225, 0.03468182310461998 ]
9869_1
Biblical scholar Harold Hoehner, surveying 279 commentaries written between 1519 and 2001, found that 54% favored Pauline authorship, 39% concluded against Pauline authorship and 7% remained uncertain. Norman Perrin and Dennis C. Duling found that of six authoritative scholarly references, "four of the six decide for pseudonymity, and the other two (Peake's Commentary on the Bible and the Jerome Biblical Commentary) recognize the difficulties in maintaining Pauline authorship. Indeed, the difficulties are insurmountable." Bible scholar Raymond E. Brown asserts that about 80% of critical scholarship judges that Paul did not write Ephesians. There are four main theories in biblical scholarship that address the question of Pauline authorship. The traditional view that the epistle is written by Paul is supported by scholars that include Ezra Abbot, Ragnar Asting, Markus Barth, F. F. Bruce, A. Robert, and André Feuillet, Gaugler, Grant, Harnack, Haupt, Fenton John Anthony Hort, Klijn, Johann David Michaelis, A. Van Roon, Sanders, Schille, Klyne Snodgrass, John R. W. Stott, Frank Thielman, Daniel B. Wallace, Brooke Foss Westcott, and Theodor Zahn. For a defense of the Pauline authorship of Ephesians, see Ephesians: An Exegetical Commentary, Harold Hoehner, pp 2–61. A second position suggests that Ephesians was dictated by Paul with interpolations from another author. Some of the scholars that espouse this view include Albertz, Benoit, Cerfaux, Goguel, Harrison, H. J. Holtzmann, Murphy-O'Connor, and Wagenfuhrer. A third group thinks it improbable that Paul authored Ephesians. Among this group are Allan, Beare, Brandon, Rudolf Bultmann, Conzelmann, Dibelius, Goodspeed, Kilsemann, J. Knox, W.L. Knox, Kümmel, K and S Lake, Marxsen, Masson, Mitton, Moffatt, Nineham, Pokorny, Schweizer, and J. Weiss. Still other scholars suggest there is a lack of conclusive evidence. Some of this group are Cadbury, Julicher, McNeile, and Williams.
[ -0.008817153051495552, -0.037651628255844116, 0.03358648344874382, 0.008817153051495552, 0.02315729297697544, 0.038632869720458984, -0.012784170918166637, 0.017984749749302864, 0.0031119363848119974, 0.002405793173238635, -0.02227417565882206, -0.03510040044784546, 0.007884973660111427, 0.0007893735310062766, -0.049538664519786835, -0.019779019057750702, 0.014830759726464748, -0.001173985074274242, -0.07720966637134552, -0.020437853410840034, 0.037651628255844116, -0.0128262247890234, -0.028091534972190857, -0.006076686549931765, 0.0013106579426676035, 0.01760627143085003, 0.0015848798211663961, 0.02682993933558464, 0.043875500559806824, 0.049959197640419006, 0.017508147284388542, 0.036361996084451675, -0.001774995238520205, -0.03608164191246033, -0.036249853670597076, -0.037875909358263016, 0.0582016222178936, -0.030642760917544365, 0.012090293690562248, -0.03849269077181816, 0.027320558205246925, -0.022708725184202194, 0.016316639259457588, -0.037763770669698715, -0.03451165556907654, -0.020395800471305847, -0.015671823173761368, 0.0010487015824764967, -0.012356630526483059, -0.001832818379625678, 0.019512683153152466, -0.02589075081050396, 0.008550816215574741, -0.07390148192644119, 0.022890955209732056, -0.036249853670597076, 0.03824037313461304, -0.034904152154922485, 0.003339724615216255, 0.03330612927675247, 0.023521753028035164, 0.020479906350374222, 0.021433111280202866, -0.023465683683753014, -0.020746242254972458, -0.02810555137693882, 0.008971348404884338, 0.0016453312709927559, -0.012132346630096436, -0.03109132871031761, 0.0021674917079508305, -0.010674502700567245, -0.008270462043583393, 0.011417442932724953, -0.029773661866784096, -0.04864152893424034, -0.017620287835597992, -0.017522165551781654, 0.017059579491615295, 0.006833644118160009, 0.0033572467509657145, 0.040258925408124924, 0.03543682396411896, 0.0009970112005248666, -0.02781117893755436, -0.020774278789758682, 0.001890641520731151, -0.01393362507224083, -0.0033992999233305454, 0.035885393619537354, 0.03678252920508385, 0.02723645232617855, 0.018293140456080437, -0.021559271961450577, 0.037062883377075195, 0.002663369057700038, 0.05091240257024765, -0.0037392298690974712, 0.01738198660314083, -0.03591343015432358, 0.031343646347522736, 0.012966401875019073, -0.015966195613145828, 0.01291733980178833, -0.07373327016830444, 0.015587717294692993, -0.023339523002505302, 0.032268818467855453, 0.01265100296586752, -0.010113793425261974, 0.023311488330364227, 0.007401362527161837, 0.004934241529554129, 0.010190891101956367, -0.04042713716626167, 0.005323233548551798, -0.037287164479494095, -0.016316639259457588, -0.030923116952180862, -0.000818723114207387, 0.025988874956965446, 0.010239953175187111, -0.018447335809469223, 0.03916554152965546, 0.004271903540939093, 0.021587306633591652, -0.01586807146668434, 0.03308184817433357, -0.06711690127849579, -0.0007556433556601405, -0.0017022782703861594, -0.020634101703763008, -0.049538664519786835, -0.02227417565882206, -0.026956098154187202, -0.005785818677395582, 0.0661076232790947, 0.01300144661217928, 0.021503200754523277, -0.007730779238045216, -0.013464031741023064, 0.02472727932035923, -0.022666672244668007, 0.05579057335853577, -0.04951062798500061, 0.025568341836333275, -0.022232122719287872, 0.038044124841690063, -0.0400066077709198, 0.0036200792528688908, -0.022484442219138145, -0.004555762745440006, 0.009616163559257984, 0.00944795086979866, -0.026395387947559357, -0.02081633172929287, 0.02792332135140896, -0.052342209964990616, 0.04499691724777222, 0.019036078825592995, -0.05926696956157684, 0.024474959820508957, 0.01539146900177002, 0.007191096432507038, 0.011508557945489883, 0.045641735196113586, 0.02314327470958233, 0.011172132566571236, 0.027390647679567337, -0.05977160856127739, 0.03162400424480438, 0.0011494540376588702, -0.012643993832170963, 0.0507441870868206, 0.04508102685213089, 0.02753082476556301, -0.012552878819406033, -0.03162400424480438, -0.025231916457414627, 0.01137538906186819, 0.02711029350757599, 0.02139105834066868, 0.028708314523100853, 0.00013251136988401413, -0.016302622854709625, 0.03465183451771736, -0.012384666129946709, -0.004639869090169668, -0.0005046383594162762, 0.0036130703520029783, -0.025960838422179222, 0.035548966377973557, 0.02059204876422882, 0.04205319657921791, 0.02040981687605381, 0.003823336213827133, -0.07121007889509201, -0.02799341082572937, 0.008095240220427513, -0.0473518967628479, -0.017339933663606644, 0.027965374290943146, -0.013176667504012585, 0.047379933297634125, -0.027685020118951797, -0.01795671507716179, 0.04611833766102791, 0.06336014717817307, -0.010751600377261639, -0.016400747001171112, 0.051417041569948196, 0.03773573413491249, -0.012391675263643265, 0.0254842359572649, 0.04390353709459305, -0.02343764714896679, -0.0583137646317482, -0.007786849979311228, -0.05307113379240036, 0.0218115895986557, 0.015503611415624619, 0.022526495158672333, 0.01279818918555975, 0.0030716354958713055, -0.028736349195241928, -0.0014727379893884063, 0.03050258383154869, 0.015363434329628944, -0.05172542855143547, -0.02367594838142395, 0.010898786596953869, -0.00307513982988894, -0.010618431493639946, 0.039501968771219254, -0.01009276695549488, -0.0056105973199009895, 0.038632869720458984, 0.012041231617331505, -0.05343559384346008, 0.04855742305517197, 0.006125748623162508, -0.014858795329928398, 0.0513048991560936, 0.03824037313461304, -0.04331479221582413, 0.041548557579517365, -0.014942902140319347, 0.017592253163456917, -0.015545664355158806, -0.004051124677062035, -0.006279943976551294, 0.020956508815288544, -0.01078664418309927, 0.01265100296586752, -0.04006267711520195, -0.03364255651831627, 0.04118409752845764, 0.010036695748567581, -0.03173614293336868, 0.011305300518870354, -0.01655494049191475, 0.04973491281270981, 0.007282211445271969, -0.043651215732097626, 0.026787884533405304, 0.012777162715792656, 0.06167801842093468, 0.03392291069030762, 0.043595146387815475, -0.01306452602148056, 0.016947437077760696, -0.03347434476017952, -0.07507897168397903, 0.041015882045030594, -0.035941462963819504, 0.05281881242990494, 0.014452281408011913, -0.036838598549366, 0.018321175128221512, -0.028315817937254906, -0.03983839228749275, 0.07031293958425522, -0.004121213220059872, -0.025806644931435585, 0.030642760917544365, 0.041268203407526016, -0.017886625602841377, 0.0289325974881649, 0.005253145005553961, 0.014942902140319347, 0.021419094875454903, -0.06627583503723145, -0.0031750162597745657, -0.010723564773797989, 0.022554529830813408, 0.026857974007725716, -0.02162935957312584, 0.02601690962910652, 0.010324059054255486, -0.06235086917877197, -0.023171311244368553, -0.033446308225393295, -0.032773457467556, -0.0030435998924076557, -0.04794064164161682, 0.018124926835298538, -0.05654752999544144, -0.030306335538625717, 0.016933420673012733, -0.0016505878884345293, -0.04292229562997818, 0.06935973465442657, -0.017704395577311516, 0.003469388699159026, -0.020311692729592323, 0.019400540739297867, -0.01575593091547489, -0.011298291385173798, 0.019386522471904755, -0.027488771826028824, -0.0028123073279857635, -0.035941462963819504, 0.014802725054323673, -0.014115856029093266, -0.015517628751695156, 0.009714287705719471, 0.014326121658086777, -0.03644610196352005, 0.016190480440855026, -0.026451459154486656, -0.029549378901720047, 0.00851577240973711, -0.020087409764528275, -0.007001856807619333, -0.000850701064337045, 0.01178190391510725, -0.008698002435266972, 0.008396620862185955, -0.020718207582831383, -0.019092150032520294, -0.017003508284687996, -0.040903739631175995, -0.011837974190711975, 0.04124016687273979, -0.008978357538580894, -0.033278096467256546, 0.021853644400835037, -0.005572048481553793, -0.00641661649569869, 0.017998768016695976, 0.004513709805905819, 0.03964214399456978, -0.03319398686289787, 0.022091945633292198, -0.005130489822477102, 0.01113708782941103, 0.021236862987279892, -0.013344880193471909, -0.044576387852430344, 0.005792827811092138, -0.031876321882009506, 0.040847670286893845, 0.02251247689127922, 0.0015480832662433386, -0.025792626664042473, -0.01773243024945259, -0.02938116528093815, 0.03529664874076843, 0.04278211668133736, -0.08461102843284607, -0.03392291069030762, 0.039501968771219254, -0.05189364403486252, 0.018573494628071785, -0.04109998792409897, -0.00567017262801528, 0.0579773373901844, -0.03224078193306923, 0.016288604587316513, -0.03888518735766411, -0.05438879877328873, -0.007948054000735283, 0.02052195928990841, -0.00033576847636140883, 0.03613771125674248, 0.012882295064628124, -0.04822099581360817, 0.040258925408124924, -0.03512843698263168, 0.00029875291511416435, -0.030754903331398964, -0.03184828534722328, 0.020844366401433945, -0.037343237549066544, -0.05080026015639305, -0.022540513426065445, 0.013134614564478397, 0.0234516654163599, 0.021545253694057465, 0.06907938420772552, 0.023073187097907066, -0.012636984698474407, 0.04892188310623169, 0.05674377828836441, -0.018517423421144485, 0.04037106782197952, -0.016989490017294884, 0.05441683530807495, -0.02332550473511219, 0.008494745008647442, -0.024166569113731384, 0.046847257763147354, 0.018531441688537598, 0.04931437969207764, 0.017367970198392868, 0.002190270693972707, -0.022176051512360573, -0.009994642809033394, 0.007786849979311228, 0.04182891175150871, -0.007289220578968525, 0.01575593091547489, 0.042249444872140884, 0.028652243316173553, 0.00804617814719677, 0.014914866536855698, -0.007632655091583729, -0.012805198319256306, -0.010050714015960693, 0.03891322389245033, -0.0046854265965521336, 0.0065112365409731865, 0.0045312317088246346, -0.00424386840313673, 0.026101015508174896, -0.0065112365409731865, 0.0072401585057377815, -0.04827706888318062, -0.0234516654163599, -0.01457844115793705, 0.037062883377075195, 0.010681511834263802, -0.014690582640469074, 0.018517423421144485, -0.00008865119889378548, 0.02681592106819153, 0.05365987867116928, -0.004478665068745613, -0.03644610196352005, 0.02460111863911152, 0.02729252353310585, -0.05971553549170494, 0.0366143137216568, -0.022414352744817734, 0.028610190376639366, 0.05615503340959549, 0.025049686431884766, -0.06291157752275467, 0.00932880025357008, 0.046566903591156006, 0.012903322465717793, 0.07182686030864716, 0.04704350605607033, -0.0219237320125103, 0.005263658240437508, 0.020017320290207863, 0.012006186880171299, 0.025175845250487328, -0.0028140596114099026, 0.00941991526633501, 0.030222229659557343, 0.028666261583566666, 0.018503405153751373, -0.0328855998814106, 0.027194399386644363, -0.029493307694792747, -0.015055043622851372, 0.012735108844935894, -0.02076026052236557, 0.06795796006917953, -0.008452692069113255, -0.0018223051447421312, -0.024096481502056122, -0.025063704699277878, 0.007660690229386091, -0.009658217430114746, 0.002724696649238467, -0.00959513708949089, -0.027769125998020172, -0.030474549159407616, 0.013709341175854206, 0.02467120811343193, -0.023886214941740036, -0.0436231791973114, -0.028470013290643692, -0.04292229562997818, -0.003146980656310916, -0.024825403466820717, -0.05528593435883522, 0.05349166318774223, 0.02887652814388275, 0.012482790276408195, -0.0041317264549434185, -0.014760671183466911, 0.003823336213827133, 0.009286747314035892, -0.013485058210790157, -0.011767885647714138, -0.013506084680557251, 0.008754073642194271, 0.050828296691179276, 0.03364255651831627, 0.016400747001171112, 0.05377201735973358, -0.013870545662939548, -0.001265976345166564, 0.0433988980948925, 0.015139150433242321, -0.008599878288805485, 0.043595146387815475, 0.020718207582831383, -0.04443620890378952, -0.02425067499279976, -0.00745042460039258, -0.00354999047704041, 0.027390647679567337, 0.03821233659982681, -0.022484442219138145, -0.024502994492650032, -0.025918785482645035, -0.016400747001171112, 0.006721502169966698, -0.06100516766309738, 0.03608164191246033, 0.01732591725885868, -0.025456201285123825, 0.06134159490466118, -0.005792827811092138, 0.04118409752845764, -0.013057516887784004, -0.08662958443164825, -0.01965286023914814, -0.0036971766967326403, 0.008775100111961365, -0.01274211797863245, -0.0162745863199234, 0.019666878506541252, 0.0074784597381949425, 0.04555762931704521, -0.020255621522665024, -0.052874885499477386, 0.02612905204296112, 0.039277683943510056, -0.014690582640469074, 0.024531031027436256, -0.029465271160006523, 0.0021114207338541746, -0.043062470853328705, -0.024474959820508957, -0.02315729297697544, -0.01446629874408245, 0.07081758230924606, -0.024110497906804085, -0.04334282502532005, 0.014914866536855698, -0.0435110405087471, 0.03832447901368141, 0.04297836497426033, 0.08819957077503204, -0.010548342950642109, 0.00784292072057724, 0.0023076690267771482, 0.029297059401869774, -0.004450629930943251, -0.004941250197589397, -0.0254842359572649, -0.009875492192804813, -0.004226346034556627, -0.005428366828709841, -0.025806644931435585, -0.004058133345097303, -0.0326613150537014, -0.011179140768945217, -0.03456772491335869, 0.006167802028357983, -0.009896518662571907, 0.044408172369003296, 0.05203381925821304, -0.004688931163400412, -0.022933008149266243, 0.01825108751654625, -0.0029700070153921843, -0.004801073111593723, -0.023900233209133148, -0.013688314706087112, -0.07031293958425522, 0.011270256713032722, 0.01778850145637989, 0.05738859251141548, -0.01539146900177002, -0.004338487982749939, 0.014305095188319683, 0.05508968606591225, 0.03207257017493248, 0.05738859251141548, 0.01335889846086502, -0.06403300166130066, -0.03389487415552139, 0.009146570228040218, -0.014424245804548264, 0.04606226459145546, 0.01959678903222084, -0.06896723806858063, 0.0043735322542488575, -0.026086999103426933, 0.010134819895029068, -0.07889179140329361, -0.05859411880373955, 0.021250881254673004, 0.00322232604958117, -0.03386684134602547, 0.0015699859941378236, 0.03364255651831627, -0.032100606709718704, -0.0029332104604691267, 0.014178935438394547, 0.0016435789875686169, -0.0361657477915287, 0.007800867781043053, -0.07053722441196442, 0.05598682165145874, -0.053912196308374405, 0.002535457257181406, 0.04951062798500061, -0.024054426699876785, 0.03153989464044571, -0.018054839223623276, 0.03599753603339195, -0.025918785482645035, 0.04087570682168007, 0.058986615389585495, -0.009041436947882175, 0.02601690962910652, -0.0027404665015637875, 0.00706844124943018, 0.005652650259435177, -0.0060030934400856495, -0.0029735113494098186, -0.012903322465717793, -0.03400701656937599, 0.08107855916023254, 0.010134819895029068, 0.03894126042723656, -0.03235292434692383, -0.05208989232778549, -0.0045312317088246346, -0.0029437236953526735, -0.06992044299840927, -0.054500941187143326, 0.013737376779317856, 0.011894045397639275, 0.01539146900177002, -0.03779180347919464, 0.00289466162212193, 0.04163266345858574, 0.01743805781006813, 0.020690172910690308, 0.02122284658253193, -0.045641735196113586, 0.034259337931871414, -0.009426924400031567, -0.02052195928990841, -0.023703984916210175, 0.011880028061568737, 0.003963513765484095, -0.005505464039742947, -0.005232118535786867, -0.012405692599713802, 0.0433988980948925, 0.008683985099196434, 0.07272399216890335, -0.01148753147572279, -0.01101793721318245, -0.006195837631821632, -0.06268729269504547, -0.021783554926514626, 0.0006597095052711666, -0.031932391226291656, -0.03947393223643303, -0.003036591224372387, 0.02991383895277977, 0.015840036794543266, 0.03767966106534004, -0.015041026286780834, -0.004478665068745613, -0.005652650259435177, -0.010954856872558594, 0.02577860839664936, 0.008466710336506367, -0.036193784326314926, 0.042361583560705185, 0.00626943027600646, 0.013351889327168465, -0.04752011224627495, 0.017648324370384216, -0.06128552183508873, 0.031399719417095184, 0.014648529700934887, 0.037988051772117615, -0.021489182487130165, -0.00013481115456670523, -0.017410023137927055, -0.05026758462190628, -0.028736349195241928, -0.021531235426664352, 0.0398944653570652, -0.003924964927136898, -0.0331098809838295, -0.003010307904332876, 0.0003217507619410753, 0.0509684719145298, 0.014984955079853535, 0.040567316114902496, -0.021853644400835037, 0.0045312317088246346, -0.03114739991724491, -0.002892909338697791, 0.010057722218334675, 0.019807055592536926, 0.03591343015432358, 0.023872196674346924, -0.0004424346552696079, 0.02053597755730152, 0.0162185151129961, 0.05579057335853577, -0.013050507754087448, 0.00504638347774744, -0.03720305860042572, -0.015223256312310696, 0.0014333130093291402, 0.003404556540772319, 0.02932509407401085, -0.07008866220712662, -0.012104311026632786, -0.020830349996685982, -0.04704350605607033, 0.03212863951921463, -0.027502790093421936, 0.01110905222594738, 0.04337086156010628, 0.007005361374467611, -0.039670180529356, 0.013155641034245491, 0.0022743770387023687, 0.005663163494318724, 0.051641322672367096, 0.007625645957887173, -0.0035131939221173525, 0.025049686431884766, 0.03271738439798355, 0.03493218868970871, -0.012244489043951035, -0.05545414611697197, -0.028329836204648018, 0.04104391857981682, -0.050940435379743576, -0.05102454498410225, 0.06307978928089142, 0.007828903384506702, -0.010436201468110085, 0.004934241529554129, 0.009994642809033394, 0.0032416004687547684, 0.05982767790555954, -0.0649862065911293, 0.02705422230064869, 0.02052195928990841, -0.026339318603277206, 0.004955267999321222, 0.0021972793620079756, -0.004170275293290615, 0.04051124304533005, -0.003392291022464633, 0.04208122938871384, -0.002102659782394767, -0.022302210330963135, 0.037118952721357346, 0.02856813743710518, -0.028848491609096527, 0.02659163624048233, 0.04017481952905655, 0.017592253163456917, 0.018349211663007736, -0.026745831593871117, 0.03353041410446167, 0.008929295465350151, -0.028554119169712067, -0.0053442600183188915, -0.02792332135140896, 0.028498047962784767, -0.01574191264808178, 0.0027159354649484158, 0.0329977385699749, 0.02589075081050396, -0.018223050981760025, -0.0144943343475461, -0.02140507660806179, 0.012531852349638939, 0.0004560143279377371, 0.06150980666279793, -0.03599753603339195, 0.0479126051068306, -0.021433111280202866, -0.010723564773797989, 0.00647268770262599, 0.04199712350964546, 0.04135230928659439, -0.0509684719145298, 0.0009137808810919523, -0.010513299144804478, -0.043819427490234375, 0.0010057722683995962, 0.03159596771001816, -0.010338077321648598, 0.010246962308883667, 0.06279943883419037, 0.0005164658068679273, -0.034960221499204636, -0.03860483318567276, -0.007688725832849741, 0.01568584144115448, -0.08006928116083145, -0.02425067499279976, 0.05248238891363144, 0.03896929323673248, 0.0021885184105485678, -0.0438474640250206, 0.021713467314839363, -0.006514740642160177, -0.030166158452630043, 0.034147195518016815, 0.04939848557114601, -0.018096892163157463, -0.041660699993371964, 0.013015463948249817, 0.004804577678442001, 0.0014508352614939213, 0.02858215570449829, 0.00745042460039258, -0.06268729269504547, -0.00935683585703373, 0.026619672775268555, 0.03238096088171005, 0.04432406648993492, -0.00967924389988184, 0.026787884533405304, -0.012111320160329342, 0.008032159879803658, 0.03896929323673248, -0.008032159879803658, -0.004853639751672745, -0.014073803089559078, -0.000010212136658083182, -0.015503611415624619, 0.03212863951921463, -0.045109059661626816, -0.017704395577311516, 0.006104722153395414, 0.006216864101588726, 0.02985776774585247, -0.002018553437665105, 0.003581530414521694, -0.03305381163954735, -0.06582726538181305, -0.008571842685341835, -0.035240575671195984, 0.06251908093690872, 0.026984132826328278, 0.049706876277923584, -0.0003454056568443775, -0.0018065351760014892, 0.010737582109868526, -0.05323934555053711, -0.02816162258386612, -0.0513048991560936, -0.01871367171406746, 0.0289325974881649, -0.041492484509944916, -0.06291157752275467, -0.05026758462190628, -0.009433933533728123, -0.017872607335448265, -0.015055043622851372, -0.03924964740872383, -0.011676770634949207, -0.022722743451595306, 0.04628654941916466, -0.022428371012210846, -0.024587102234363556, -0.006132757756859064, 0.0074784597381949425, -0.002864873968064785, 0.00623789057135582, 0.04544548690319061, 0.023395594209432602, -0.006188828498125076, 0.00973531510680914, -0.008943312801420689, 0.02699815109372139, -0.044183891266584396, -0.048192963004112244, -0.015727894380688667, 0.040090713649988174, -0.03871697559952736, -0.028427960351109505, -0.02361987717449665, 0.04081963375210762, 0.011298291385173798, -0.017984749749302864, -0.05267863720655441, 0.010919813066720963, -0.048725634813308716, -0.02273676171898842, -0.07849929481744766, -0.012910330668091774, -0.011711814440786839, 0.02099856175482273, 0.013996705412864685, -0.046566903591156006, 0.22731153666973114, 0.020620083436369896, 0.04631458595395088, -0.035773251205682755, -0.029297059401869774, 0.02385818026959896, 0.054080408066511154, -0.038576796650886536, 0.010758609510958195, -0.03067079745233059, -0.009602146223187447, -0.012721091508865356, -0.000866471033077687, -0.00667944923043251, 0.018054839223623276, 0.04763225093483925, 0.013968669809401035, -0.023633895441889763, 0.00799010694026947, -0.048669565469026566, -0.0667804703116417, -0.02092847414314747, -0.024446923285722733, 0.02199382148683071, 0.0069913435727357864, 0.021965784952044487, 0.013099569827318192, -0.0003537287120707333, -0.0007841168553568423, 0.016134409233927727, -0.013975678943097591, -0.0235077366232872, 0.011242221109569073, -0.047968678176403046, -0.03072686865925789, -0.034035053104162216, 0.01562977023422718, -0.03411915898323059, 0.01425603311508894, -0.023886214941740036, -0.008179346099495888, -0.03498825803399086, 0.0008077718084678054, -0.00787095632404089, -0.0011564628221094608, 0.03913750872015953, -0.011732841841876507, -0.0036551235243678093, -0.003204803913831711, -0.0163306575268507, 0.03961411118507385, 0.0027299532666802406, 0.00970727950334549, -0.055257897824048996, -0.0033134412951767445, 0.008733047172427177, 0.04788457229733467, 0.006392085459083319, 0.03386684134602547, -0.05259452760219574, -0.03596949949860573, -0.02577860839664936, 0.01976500079035759, 0.034147195518016815, -0.03224078193306923, -0.02938116528093815, 0.035773251205682755, 0.013148631900548935, -0.03563307225704193, -0.014115856029093266, 0.020620083436369896, -0.042950328439474106, -0.010660485364496708, -0.03599753603339195, 0.016596993431448936, 0.003945991396903992, 0.020914455875754356, -0.00011761752830352634, 0.022372299805283546, -0.013302827253937721, -0.02862420864403248, -0.0127701535820961, -0.011529584415256977, -0.018825814127922058, 0.01155061088502407, 0.06156587600708008, -0.03114739991724491, -0.010317050851881504, -0.04956670105457306, 0.05057597532868385, 0.013912598602473736, -0.04485674202442169, -0.03467986732721329, -0.02216203324496746, 0.002663369057700038 ]
9869_2
Place, date, and purpose of the writing of the letter While most English translations indicate that the letter was addressed to "the saints who are in Ephesus" (1:1), the words "in Ephesus" do not appear in the best and earliest manuscripts of the letter, leading most textual critics, like Bart Ehrman, to regard the words as an interpolation. This lack of any internal references to Ephesus in the early manuscripts may have led Marcion, a second-century heresiarch who created the first New Testament canon, to believe that the letter was actually addressed to the church at Laodicea, for details see Epistle to the Laodiceans. Furthermore, if Paul is regarded as the author, the impersonal character of the letter, which lacks personal greetings or any indication that the author has personal knowledge of his recipients, is incongruous with the account in Acts of Paul staying more than two years in Ephesus. For these reasons, most regard Ephesians to be a circular letter intended for many churches. The Jerusalem Bible notes that some critics think the words "who are…" would have been followed by a blank to be filled in with the name of "whichever church was being sent the letter". If Paul was the author of the letter, then it was probably written from Rome during Paul's first imprisonment, and probably soon after his arrival there in the year 62, four years after he had parted with the Ephesian elders at Miletus. However, scholars who dispute Paul's authorship date the letter to between 70 and 80 AD. In the latter case, the possible location of the authorship could have been within the church of Ephesus itself. Ignatius of Antioch himself seemed to be very well versed in the epistle to the Ephesians, and mirrors many of his own thoughts in his own epistle to the Ephesians. Outline
[ 0.02126457542181015, -0.03142603486776352, 0.05779242143034935, 0.0010734183015301824, -0.00965549424290657, -0.0067321425303816795, -0.006103199906647205, 0.017624439671635628, 0.007940836250782013, 0.0039879861287772655, -0.02136295661330223, -0.025452839210629463, 0.01651412807404995, -0.00878411065787077, -0.06223366782069206, -0.03496778756380081, -0.02147539332509041, 0.03288771212100983, -0.06768684089183807, 0.01253668311983347, 0.018903406336903572, 0.015207052230834961, -0.031004397198557854, -0.036654338240623474, -0.006988638546317816, 0.004803151823580265, 0.0050069428980350494, 0.0076105534099042416, 0.03977445513010025, 0.035754844546318054, 0.013007511384785175, -0.0013764702016487718, 0.013485366478562355, -0.03744139522314072, -0.007807317655533552, -0.02165810391306877, 0.05610587075352669, -0.04469355568289757, 0.008046245202422142, -0.045761704444885254, -0.007462980691343546, -0.02386467158794403, 0.0018710155272856355, 0.028811883181333542, -0.028601065278053284, -0.008200845681130886, 0.004019609186798334, -0.0009978750022128224, -0.027181552723050117, -0.01907206140458584, 0.045649267733097076, -0.030357886105775833, -0.008278146386146545, -0.041545331478118896, 0.04778556153178215, -0.02292301505804062, 0.024609563872218132, -0.041601549834012985, 0.002577258041128516, 0.013007511384785175, 0.013429148122668266, -0.008320309221744537, -0.0013676860835403204, -0.03361854702234268, 0.0014695817371830344, -0.02496092952787876, 0.0390155054628849, 0.0014098497340455651, 0.009669548831880093, -0.004883965477347374, 0.030863851308822632, 0.007273243740200996, -0.021644048392772675, -0.03794735670089722, -0.00010041336645372212, -0.060322243720293045, 0.0027722653467208147, -0.005024511367082596, -0.013949167914688587, 0.01631736382842064, 0.007065938785672188, 0.03510833531618118, 0.02165810391306877, -0.043147552758455276, -0.05498150736093521, -0.007575416937470436, -0.04292267933487892, 0.012248563580214977, -0.010990679264068604, -0.0038931178860366344, 0.04843207448720932, 0.021953249350190163, 0.01756822131574154, 0.0019184497650712729, 0.04129234701395035, 0.02087104693055153, 0.01981695368885994, 0.01600816287100315, 0.023780344054102898, -0.023147888481616974, 0.0008972969371825457, 0.04309133440256119, -0.03938092663884163, 0.03221309185028076, -0.03786303102970123, 0.01228370051831007, -0.03457425907254219, -0.013372929766774178, -0.016837382689118385, -0.006096172612160444, 0.048853710293769836, 0.01657034642994404, 0.02491876482963562, 0.006907824892550707, -0.028685392811894417, 0.06380777806043625, -0.04413137212395668, 0.00007806878420524299, -0.012866965495049953, 0.024454964324831963, 0.046661194413900375, 0.001473095384426415, -0.01278263796120882, 0.026661531999707222, 0.024651728570461273, -0.007990026846528053, -0.008474909700453281, 0.035754844546318054, -0.02361168898642063, 0.04182642325758934, 0.03876252472400665, -0.03999932482838631, -0.03432127833366394, -0.010997707024216652, -0.03465858846902847, 0.045649267733097076, 0.03696353733539581, -0.013625912368297577, 0.035305097699165344, -0.045199520885944366, -0.02200946770608425, 0.005632371641695499, -0.009662522003054619, 0.07988621294498444, -0.03328123688697815, -0.0028091585263609886, -0.0028407813515514135, 0.0565275102853775, -0.05113055184483528, 0.052620336413383484, -0.0270269513130188, -0.008313282392919064, 0.010147404856979847, 0.042557258158922195, -0.04098314791917801, -0.008137600496411324, -0.0002054383949143812, -0.017975803464651108, 0.016781164333224297, 0.03724462911486626, -0.046099014580249786, -0.0021275116596370935, 0.0022030549589544535, 0.019282879307866096, 0.005927518010139465, 0.08399015665054321, 0.00028218954685144126, -0.040758274495601654, 0.010758779011666775, -0.06813658773899078, 0.022037576884031296, -0.019690463319420815, -0.0282778088003397, 0.03926848992705345, 0.020140208303928375, 0.04272591322660446, -0.023147888481616974, -0.008601401001214981, -0.036907318979501724, -0.017202802002429962, 0.007687853649258614, 0.03662622720003128, 0.016991984099149704, -0.007350543979555368, 0.012508573941886425, 0.010969597846269608, 0.0067567378282547, -0.002468335209414363, 0.0038368995301425457, 0.011644217185676098, -0.0232743788510561, 0.04278213158249855, 0.011644217185676098, 0.04039285331964493, 0.023794399574398994, -0.009318185038864613, -0.05947897210717201, -0.03727274015545845, -0.03522077202796936, -0.04764501750469208, -0.012613982893526554, 0.0036331082228571177, 0.03912794217467308, 0.07735639065504074, -0.03617648035287857, -0.02501714788377285, 0.04508708417415619, 0.06088442727923393, 0.032353635877370834, 0.001842906465753913, 0.054812852293252945, 0.01465892419219017, -0.025804203003644943, 0.048600729554891586, 0.047616906464099884, -0.006777819711714983, -0.05245168134570122, 0.018594205379486084, -0.05619020015001297, 0.019985608756542206, -0.004866397473961115, 0.01358374860137701, 0.016949819400906563, 0.02382250875234604, -0.03631702810525894, 0.016092490404844284, 0.025382567197084427, 0.04213562235236168, -0.043259989470243454, 0.008517073467373848, -0.006949988193809986, -0.029233520850539207, -0.004862883593887091, 0.03305636718869209, 0.016401691362261772, 0.018580151721835136, 0.031397923827171326, 0.045649267733097076, -0.10029346495866776, 0.0530419759452343, 0.006528350990265608, -0.008320309221744537, 0.06976692378520966, 0.03207254409790039, -0.04612712189555168, 0.051158659160137177, 0.0004286646144464612, 0.027083169668912888, -0.02241704985499382, -0.014743251726031303, -0.008278146386146545, 0.0029251088853925467, 0.008868438191711903, 0.007694880943745375, -0.007975972257554531, -0.03285960108041763, 0.043653517961502075, 0.01635952852666378, -0.03848143294453621, -0.015839507803320885, -0.0008990537608042359, 0.01881907880306244, 0.007997054606676102, -0.024693891406059265, 0.0460427962243557, 0.01661250926554203, 0.06184013932943344, 0.026338277384638786, 0.02011209912598133, -0.029092974960803986, 0.01791958510875702, -0.012093964032828808, -0.06195257604122162, 0.036654338240623474, -0.038706306368112564, 0.03836899623274803, 0.06234610453248024, -0.06796793639659882, 0.04632388800382614, -0.03671055659651756, -0.028952429071068764, 0.03617648035287857, -0.02120835706591606, -0.007392707746475935, 0.007624607998877764, 0.008439773693680763, 0.007589471526443958, -0.0077581265941262245, -0.012768583372235298, 0.01841149665415287, -0.007051884196698666, -0.04573359340429306, 0.000026668010832509026, 0.003448641858994961, -0.006299964152276516, 0.001319373375736177, 0.01501028798520565, 0.042107511311769485, -0.03381531313061714, -0.052114371210336685, -0.025143638253211975, -0.028334027156233788, -0.023049507290124893, 0.02112402953207493, -0.04888181760907173, 0.010189568623900414, -0.030610868707299232, -0.03232552856206894, -0.009198720566928387, -0.008327336981892586, -0.03789113834500313, 0.0745454803109169, -0.04508708417415619, -0.0270269513130188, -0.04618334025144577, 0.020196426659822464, -0.023246271535754204, 0.02427225559949875, 0.002475362503901124, -0.048010434955358505, 0.044665444642305374, -0.01133501622825861, 0.002371709793806076, -0.024876601994037628, -0.01731523871421814, 0.025242021307349205, 0.006999179255217314, -0.044159483164548874, -0.0055515579879283905, -0.02216406725347042, -0.010512824170291424, -0.008973847143352032, -0.010667423717677593, -0.005656967405229807, -0.04264158755540848, 0.03814412280917168, -0.004982347600162029, -0.008257064037024975, -0.01897367835044861, -0.04989374801516533, 0.013344820588827133, -0.05219870060682297, -0.0072099980898201466, 0.03285960108041763, -0.01962018944323063, -0.006858633831143379, 0.028052935376763344, -0.016851438209414482, -0.0020871045999228954, 0.012023691087961197, 0.004033663775771856, 0.01526327058672905, -0.020351028069853783, 0.03876252472400665, 0.002092375187203288, 0.011798817664384842, -0.008271118625998497, 0.007178375497460365, -0.0530419759452343, -0.017779039219021797, 0.005730753764510155, 0.04874127358198166, 0.02306356094777584, -0.026928570121526718, 0.009774958714842796, -0.01926882565021515, -0.026394495740532875, 0.03623269870877266, 0.019929390400648117, -0.04817909002304077, -0.036907318979501724, 0.03519266098737717, -0.08235982060432434, -0.03966201841831207, -0.03898739814758301, -0.017483893781900406, 0.01966235414147377, -0.0300205759704113, 0.03634513542056084, -0.05562801659107208, -0.0046063875779509544, -0.03676677495241165, 0.023991163820028305, 0.001804256346076727, 0.03277527540922165, -0.0020519683603197336, -0.03387153148651123, 0.014518378302454948, -0.017230911180377007, -0.02792644500732422, -0.007455953396856785, -0.009290075860917568, 0.03426505997776985, -0.03496778756380081, -0.011918281204998493, -0.033899638801813126, 0.03943714499473572, 0.046661194413900375, 0.027856171131134033, 0.023780344054102898, -0.01373132225126028, 0.05233924463391304, 0.012951293028891087, 0.0340120755136013, -0.006545919459313154, 0.04831963777542114, -0.03789113834500313, 0.06965448707342148, -0.014869743026793003, 0.006746197119355202, 0.00533019844442606, 0.058860570192337036, 0.025649603456258774, 0.058073513209819794, 0.02732209861278534, 0.021405121311545372, -0.03162279725074768, 0.0010611205361783504, 0.02222028560936451, -0.013316711410880089, -0.038059793412685394, 0.03856575861573219, 0.02701289765536785, -0.009170611388981342, -0.002823213115334511, 0.00810246355831623, -0.026436660438776016, -0.02415981888771057, 0.01716063916683197, 0.012852910906076431, 0.024497127160429955, 0.016949819400906563, 0.009065202437341213, 0.03918416053056717, 0.04132045805454254, 0.025509057566523552, 0.012642092071473598, -0.030357886105775833, -0.014265395700931549, -0.03682299330830574, 0.05399768427014351, 0.020083989948034286, -0.02192514017224312, 0.007343516685068607, -0.001677765161730349, 0.049753203988075256, 0.04587414115667343, -0.019549917429685593, -0.006960529368370771, 0.025326348841190338, 0.03510833531618118, -0.06363912671804428, 0.006198068615049124, -0.021686213091015816, 0.0685301199555397, 0.03583917021751404, 0.03420884162187576, -0.011602053418755531, -0.002817942760884762, 0.00803219061344862, 0.016022218391299248, 0.032297417521476746, -0.01340806670486927, -0.02347114309668541, 0.0005533989751711488, 0.024300364777445793, 0.005112352315336466, -0.01465892419219017, -0.008039218373596668, 0.02216406725347042, 0.001612762687727809, 0.01077986042946577, 0.03330934792757034, -0.024778218939900398, 0.015221106819808483, -0.047363925725221634, -0.0077581265941262245, 0.010063077323138714, -0.006025900132954121, 0.04182642325758934, -0.019437480717897415, 0.008067327551543713, -0.048010434955358505, 0.02030886337161064, -0.0013070757267996669, -0.03167901560664177, 0.015572471544146538, -0.002960245357826352, -0.03170712664723396, -0.006524837575852871, 0.03474291414022446, -0.0033362051472067833, -0.026633422821760178, -0.03131359815597534, -0.011623135767877102, -0.0455368310213089, -0.03676677495241165, -0.03179145231842995, -0.04362540692090988, 0.025649603456258774, 0.03373098373413086, 0.029261630028486252, 0.01866447925567627, 0.016626564785838127, -0.008636537939310074, -0.002250489080324769, -0.012845883145928383, 0.0006592475110664964, 0.02286679670214653, 0.02382250875234604, 0.01936720684170723, 0.03836899623274803, 0.04289456829428673, 0.024778218939900398, -0.008671673946082592, 0.006623219698667526, 0.02751886285841465, 0.017680658027529716, -0.002494687447324395, 0.028010772541165352, 0.0032237686682492495, -0.06448239833116531, -0.010013885796070099, -0.03072330541908741, -0.044749774038791656, 0.03226931020617485, 0.04413137212395668, -0.021531611680984497, -0.029261630028486252, -0.030104903504252434, -0.013316711410880089, -0.008439773693680763, -0.027392370626330376, 0.01571301743388176, -0.026745859533548355, -0.029458394274115562, 0.01817256771028042, 0.01806013099849224, 0.05039971321821213, -0.0025298239197582006, -0.039802562445402145, -0.02061806432902813, 0.011524753645062447, 0.03375909477472305, -0.013850785791873932, 0.004441246390342712, -0.003724463051185012, -0.007371625863015652, 0.014729197137057781, -0.007814344950020313, -0.04328809678554535, 0.02871350198984146, 0.044412463903427124, -0.03687921166419983, 0.00853112805634737, -0.07111615687608719, -0.025227965787053108, -0.010871215723454952, -0.014251341111958027, -0.010013885796070099, -0.00002156224763893988, 0.09090500324964523, 0.007062424905598164, -0.05419445037841797, -0.011946390382945538, -0.003590944455936551, 0.027898335829377174, 0.021939195692539215, 0.03848143294453621, -0.009051147848367691, -0.021152138710021973, 0.007779208477586508, 0.049809422343969345, 0.013921058736741543, -0.021629994735121727, -0.00985928624868393, -0.03586728125810623, -0.0037209494039416313, -0.02806699089705944, -0.009550085291266441, 0.02011209912598133, -0.0340401865541935, -0.01761038601398468, -0.02616962231695652, 0.021180247887969017, -0.03437749668955803, -0.009318185038864613, 0.056808602064847946, -0.024890655651688576, -0.004971806891262531, -0.04607090353965759, 0.020196426659822464, -0.0031236298382282257, 0.003636621870100498, 0.023485198616981506, -0.039156053215265274, 0.00514046149328351, -0.004753960762172937, 0.06768684089183807, -0.02371007204055786, -0.012079909443855286, 0.02036508172750473, 0.06824902445077896, 0.0222765039652586, 0.0755574032664299, 0.014152958989143372, -0.02867133729159832, -0.040505290031433105, 0.012023691087961197, 0.03072330541908741, -0.0015741126844659448, -0.0014818795025348663, -0.05585289001464844, 0.002517526037991047, -0.04081449285149574, 0.021180247887969017, -0.044862210750579834, -0.029964357614517212, 0.01702009327709675, -0.003431073622778058, -0.053323063999414444, -0.03856575861573219, 0.04989374801516533, -0.016443856060504913, -0.0060996864922344685, -0.002340087201446295, 0.04028041660785675, -0.03558618947863579, -0.003706894814968109, -0.06234610453248024, 0.014687033370137215, -0.05099000409245491, 0.025045257061719894, 0.003188632195815444, 0.021236466243863106, 0.016373582184314728, 0.004676660522818565, 0.0009539544116705656, 0.02451118268072605, 0.025157693773508072, 0.05082135275006294, -0.0030199773609638214, 0.01987317204475403, -0.022585704922676086, 0.01077986042946577, 0.02036508172750473, -0.00012363636051304638, -0.0023453575558960438, -0.01567085273563862, -0.013864840380847454, 0.035754844546318054, 0.022585704922676086, 0.04073016345500946, -0.013126974925398827, -0.03797546774148941, 0.028038881719112396, 0.004086368251591921, -0.058916788548231125, -0.024595510214567184, 0.03836899623274803, -0.017146583646535873, -0.008327336981892586, -0.036654338240623474, -0.014089713804423809, 0.008650592528283596, 0.01590978167951107, 0.020632119849324226, 0.0037912221159785986, -0.050708916038274765, 0.02531229332089424, -0.0002920716942753643, -0.04508708417415619, -0.015881672501564026, 0.020238591358065605, 0.021053755655884743, -0.007259189151227474, -0.028235645964741707, -0.001536340918391943, 0.06009737029671669, 0.0025227966252714396, 0.05447554215788841, -0.001862231525592506, 0.02236083149909973, -0.036007825285196304, -0.024792274460196495, -0.036148373037576675, 0.0017401323420926929, -0.0630769431591034, -0.039802562445402145, 0.04042096436023712, 0.03547375276684761, 0.01981695368885994, 0.01690765656530857, 0.03564240783452988, 0.0038860905915498734, 0.03176334500312805, -0.027251824736595154, 0.017301185056567192, 0.011419343762099743, -0.011292852461338043, 0.008636537939310074, 0.01755416765809059, 0.02096942998468876, -0.03465858846902847, -0.0017313482239842415, -0.030385995283722878, 0.023091670125722885, -0.006472132634371519, 0.0610530823469162, -0.00992955919355154, 0.007420816924422979, -0.016542237251996994, 0.0029760566540062428, -0.023836562409996986, -0.03238174691796303, 0.02437063679099083, 0.016247091814875603, -0.008917628787457943, -0.03696353733539581, 0.03142603486776352, 0.04997807741165161, 0.010140377096831799, 0.01716063916683197, -0.02085699327290058, -0.00451503274962306, -0.021025648340582848, 0.01058309618383646, -0.011932335793972015, 0.027336152270436287, 0.021587830036878586, 0.027645353227853775, -0.009634412825107574, -0.0012491005472838879, -0.0043007005006074905, 0.0635829046368599, -0.0335342213511467, -0.014131877571344376, -0.040758274495601654, 0.013780512847006321, 0.00288294511847198, -0.025354458019137383, 0.03991499915719032, -0.052170589566230774, -0.0071924300864338875, -0.01533354353159666, -0.0360359363257885, 0.02642260491847992, -0.03929659724235535, -0.017497949302196503, 0.01886124163866043, 0.004493950866162777, -0.013829704374074936, -0.011117170564830303, -0.0064124008640646935, -0.001874529174529016, -0.014075659215450287, -0.04784177988767624, -0.0006798901595175266, -0.008931683376431465, 0.03426505997776985, 0.05835460498929024, -0.020252645015716553, -0.014883797615766525, -0.014757306315004826, 0.010751751251518726, -0.026155568659305573, -0.031144943088293076, 0.06639382243156433, 0.035951606929302216, 0.0019430452957749367, 0.016991984099149704, 0.007108102552592754, 0.022487323731184006, 0.05689292773604393, -0.06268341094255447, 0.01651412807404995, 0.011271771043539047, -0.025944748893380165, 0.007975972257554531, -0.01872069761157036, -0.054812852293252945, 0.08123545348644257, 0.019802900031208992, 0.024497127160429955, -0.009142502211034298, -0.0630769431591034, 0.0775250494480133, 0.03862197697162628, -0.005143975373357534, 0.00947981234639883, 0.053772810846567154, 0.01248046476393938, -0.001301805255934596, -0.01952180825173855, -0.025087419897317886, -0.03420884162187576, -0.004543141927570105, -0.0031798481941223145, -0.03238174691796303, 0.03991499915719032, 0.01003496814519167, -0.005695617292076349, -0.003794735763221979, -0.013654021546244621, -0.019437480717897415, 0.018678532913327217, -0.036148373037576675, 0.044412463903427124, -0.03957768902182579, 0.0061945547349750996, -0.060715772211551666, 0.027097225189208984, -0.03797546774148941, -0.007919753901660442, -0.03510833531618118, 0.002398062264546752, 0.028109153732657433, -0.025101475417613983, 0.00891060195863247, -0.03196010738611221, -0.04081449285149574, -0.014982178807258606, 0.028699446469545364, -0.017497949302196503, 0.07021667063236237, 0.02476416528224945, -0.025129584595561028, -0.03375909477472305, -0.023485198616981506, 0.021756485104560852, 0.0315103605389595, -0.05869191512465477, 0.01191125437617302, 0.02746264450252056, 0.03912794217467308, 0.009311157278716564, -0.040955036878585815, 0.0008287808741442859, 0.01446215994656086, -0.03969012573361397, 0.029345957562327385, 0.016148708760738373, 0.004722337704151869, -0.02032291889190674, -0.038453321903944016, -0.017989858984947205, -0.01048471499234438, 0.013063729740679264, -0.013738349080085754, -0.07111615687608719, 0.005319657269865274, 0.04129234701395035, 0.04278213158249855, 0.03097628802061081, -0.006837551947683096, 0.007722990121692419, 0.02962704934179783, -0.01841149665415287, 0.029992466792464256, -0.019648298621177673, -0.019029896706342697, -0.008798165246844292, 0.0046907151117920876, -0.06043468043208122, 0.014307559467852116, -0.07117237895727158, -0.015445980243384838, 0.00350837386213243, 0.015825454145669937, 0.00576589023694396, 0.025495002046227455, 0.011840981431305408, -0.049556437879800797, -0.022487323731184006, -0.008524101227521896, -0.04593035951256752, 0.0730275809764862, -0.004044204484671354, 0.04528384655714035, -0.01835527829825878, 0.034405604004859924, 0.004117991309612989, -0.0715659037232399, -0.03493968024849892, -0.07325245440006256, -0.008882492780685425, -0.00091179070295766, 0.001128758187405765, -0.06268341094255447, -0.040308527648448944, -0.01513677928596735, 0.0007874955190345645, -0.034799132496118546, -0.02212190441787243, 0.003309852909296751, 0.03007679432630539, 0.04188264161348343, 0.006545919459313154, -0.007659744471311569, -0.01128582563251257, 0.006296450737863779, 0.02857295610010624, 0.016991984099149704, 0.050315387547016144, 0.045761704444885254, -0.015024342574179173, -0.012817773967981339, -0.021278629079461098, 0.05700536444783211, -0.03558618947863579, -0.013970249332487583, -0.005607776343822479, 0.024356581270694733, -0.01981695368885994, -0.040308527648448944, -0.015797344967722893, 0.0320163257420063, -0.021152138710021973, 0.009950640611350536, -0.05748322233557701, 0.005832649301737547, -0.028291864320635796, -0.009065202437341213, -0.044609226286411285, -0.00940953940153122, 0.005010456778109074, 0.02611340396106243, 0.0280248261988163, -0.07831210643053055, 0.22959557175636292, 0.011742599308490753, 0.046661194413900375, -0.021897030994296074, -0.024904711171984673, 0.01501028798520565, 0.04376595467329025, -0.03288771212100983, -0.01513677928596735, -0.018102295696735382, 0.006061036605387926, -0.03311258554458618, -0.01911422424018383, 0.01120852492749691, -0.015951944515109062, 0.0730838030576706, -0.0008762150537222624, -0.014996233396232128, -0.02681613340973854, -0.029683267697691917, -0.0650445818901062, -0.008748974651098251, -0.057623766362667084, 0.010323086753487587, -0.01735740341246128, 0.01408268604427576, 0.013091838918626308, -0.026830187067389488, -0.019774790853261948, 0.015614635311067104, -0.051608406007289886, -0.00253860792145133, 0.02607124112546444, -0.032747164368629456, 0.0017181721050292253, -0.004978834185749292, 0.038959287106990814, -0.009254938922822475, -0.02937406674027443, -0.0315384715795517, -0.030610868707299232, -0.011974499560892582, 0.012768583372235298, -0.008643564768135548, 0.05158029869198799, 0.04449678957462311, -0.00556912599131465, 0.019887227565050125, -0.0019588565919548273, -0.03142603486776352, 0.07971756160259247, 0.006349155213683844, -0.011995581910014153, -0.03597971796989441, 0.006728628650307655, 0.04393460974097252, 0.07471413165330887, 0.029542721807956696, 0.013675103895366192, -0.005509394221007824, -0.001925477059558034, -0.03867819532752037, 0.03148225322365761, 0.022501377388834953, -0.031397923827171326, 0.03283149376511574, 0.036148373037576675, 0.002652801340445876, -0.039549581706523895, 0.007807317655533552, 0.001370321260765195, -0.031004397198557854, -0.03257850930094719, -0.05273277312517166, 0.030554650351405144, -0.0017805392853915691, 0.0002461746917106211, -0.010393359698355198, 0.018987733870744705, -0.025284184142947197, -0.03791924938559532, -0.00810246355831623, -0.03493968024849892, 0.015628689900040627, -0.006208609323948622, 0.038256559520959854, 0.004599360283464193, -0.043063223361968994, -0.03271905705332756, 0.029458394274115562, 0.01735740341246128, 0.0006289423326961696, -0.07027288526296616, -0.028558900579810143, 0.03128548711538315 ]
9869_3
Outline Ephesians contains: 1:1,2. The greeting, from Paul to the church of Ephesus. 1:3–2:10. A general account of the blessings that the gospel reveals. This includes the source of these blessings, the means by which they are attained, the reason why they are given, and their final result. The whole of the section Ephesians 1:3–23 consists in the original Greek of just two lengthy and complex sentences. It ends with a fervent prayer for the further spiritual enrichment of the Ephesians. Ephesians 2:11-3:21 A description of the change in the spiritual position of Gentiles as a result of the work of Christ. It ends with an account of how Paul was selected and qualified to be an apostle to the Gentiles, in the hope that this will keep them from being dispirited and lead him to pray for them. Ephesians 4:1-16. A chapter on unity in the midst of the diversity of gifts among believers. Ephesians 4:17-6:9. Instructions about ordinary life and different relationships. Ephesians 6:10-24. The imagery of spiritual warfare (including the metaphor of the Armor of God), the mission of Tychicus, and valedictory blessings. Founding of the church at Ephesus Paul's first and hurried visit for the space of three months to Ephesus is recorded in Acts 18:19–21. The work he began on this occasion was carried forward by Apollos and Aquila and Priscilla. On his second visit early in the following year, he remained at Ephesus "three years", for he found it was the key to the western provinces of Asia Minor. Here "a great door and effectual" was opened to him, and the church was established and strengthened by his diligent labours there. From Ephesus the gospel spread abroad "almost throughout all Asia." The word "mightily grew and prevailed" despite all the opposition and persecution he encountered. On his last journey to Jerusalem, the apostle landed at Miletus and, summoning together the elders of the church from Ephesus, delivered to them a farewell charge, expecting to see them no more. The following parallels between this epistle and the Milesian charge may be traced:
[ 0.011465336196124554, -0.023193906992673874, 0.04618307575583458, 0.03328457102179527, -0.035536691546440125, -0.016847023740410805, -0.015282239764928818, 0.01342497207224369, 0.011706634424626827, -0.0015912905801087618, -0.04223455488681793, -0.014324357733130455, -0.004760161507874727, 0.022097093984484673, -0.050043851137161255, -0.05402161926031113, -0.030681472271680832, -0.015603970736265182, -0.07604559510946274, 0.02907281555235386, 0.002230183221399784, -0.0074583180248737335, -0.056390732526779175, -0.04545186832547188, -0.020473813638091087, 0.04869842901825905, 0.0037949676625430584, 0.025431402027606964, 0.028268488124012947, 0.06428777426481247, -0.025563018396496773, 0.0215852502733469, 0.022418826818466187, -0.04135710373520851, -0.0004071912553627044, -0.017709849402308464, 0.024334590882062912, -0.06247438117861748, 0.0032794661819934845, -0.03983619064092636, -0.015194494277238846, -0.03126643970608711, -0.0007769081275910139, 0.034600745886564255, -0.06025150790810585, 0.021322013810276985, 0.012189230881631374, -0.014156179502606392, -0.01674465462565422, 0.0027292324230074883, -0.00010402571206213906, 0.007553374860435724, -0.011962557211518288, -0.04211755841970444, 0.014609528705477715, -0.023837368935346603, 0.016042696312069893, -0.024334590882062912, 0.012211167253553867, 0.010514765977859497, -0.0181193258613348, 0.03261186182498932, 0.021190397441387177, -0.01775372214615345, -0.016583789139986038, 0.00016006591613404453, 0.003809591755270958, 0.04147409647703171, 0.01093155425041914, -0.02553377114236355, -0.021921604871749878, -0.008306519128382206, -0.011896748095750809, -0.029906392097473145, 0.002610411262139678, -0.03284584730863571, 0.016291305422782898, -0.018777411431074142, -0.016115816310048103, -0.011026611551642418, 0.017797593027353287, 0.061304450035095215, 0.015998823568224907, -0.01223310362547636, -0.051623258739709854, 0.0008152964874170721, -0.037408582866191864, -0.016466796398162842, -0.03606316074728966, 0.007809297647327185, 0.04150334373116493, 0.023778872564435005, 0.02274055778980255, -0.03422051668167114, 0.039280474185943604, -0.009030414745211601, -0.0036176498979330063, 0.001372842350974679, 0.0004510637081693858, 0.011925996281206608, 0.008599001914262772, 0.07183384150266647, -0.011787067167460918, 0.005761916283518076, -0.06235738843679428, 0.009856678545475006, -0.007396165281534195, 0.015238367021083832, -0.0016890896949917078, -0.022111719474196434, 0.01237934548407793, -0.008606313727796078, 0.032875094562768936, 0.02338401973247528, -0.013183673843741417, 0.07200932502746582, -0.07411520928144455, -0.010946177877485752, -0.049166399985551834, 0.037203844636678696, 0.020839417353272438, 0.01586720533668995, -0.001106865587644279, 0.03240712359547615, 0.029028942808508873, 0.001622366951778531, 0.020517686381936073, 0.01775372214615345, -0.06276686489582062, 0.04428193345665932, 0.03138343244791031, -0.04185432568192482, -0.011384902521967888, 0.02013745903968811, -0.05972503870725632, -0.03980694338679314, 0.027815138921141624, -0.027083931490778923, 0.021234270185232162, -0.01788533851504326, -0.021877732127904892, 0.014711897820234299, -0.04214680939912796, 0.061947911977767944, 0.005546209868043661, 0.0362386517226696, 0.0016086568357422948, 0.05785314738750458, -0.04618307575583458, -0.0006754530477337539, -0.0006713400362059474, -0.01172125805169344, 0.012825381942093372, 0.03000876121222973, -0.013812512159347534, -0.05185724422335625, -0.007100026123225689, -0.025431402027606964, -0.03176365792751312, 0.02785901166498661, -0.027756642550230026, -0.006851415615528822, -0.0049356515519320965, 0.052646949887275696, -0.03419126942753792, 0.03574142977595329, 0.00761187169700861, -0.03735008463263512, -0.000229759156354703, -0.03746708109974861, -0.0030436518136411905, -0.014521784149110317, -0.04349223151803017, 0.0024659978225827217, 0.02850247360765934, 0.06703711301088333, -0.006354194600135088, -0.018748164176940918, -0.0022192152682691813, -0.022916046902537346, 0.008255334571003914, 0.006200640928000212, 0.0023563166614621878, -0.025782382115721703, 0.02121964655816555, 0.01832406409084797, 0.03398653119802475, 0.0266305822879076, -0.030067257583141327, -0.015545474365353584, 0.0024915901012718678, 0.046007584780454636, -0.020956410095095634, 0.019669486209750175, 0.03442525491118431, -0.0023800807539373636, -0.07236030697822571, -0.001677207532338798, -0.029467668384313583, -0.019099144265055656, -0.028312359005212784, -0.04366771876811981, -0.03615090623497963, 0.0618894137442112, -0.004829626530408859, 0.024700194597244263, 0.06610117107629776, 0.0727112889289856, 0.02287217415869236, -0.02012283354997635, 0.07165835052728653, 0.011575017124414444, -0.03541969880461693, 0.06458026170730591, 0.04436967894434929, -0.034396007657051086, -0.037847306579351425, 0.0029028942808508873, -0.018455680459737778, -0.004314125049859285, -0.0223749540746212, 0.015135997906327248, -0.029921015724539757, 0.019713357090950012, -0.04083063453435898, -0.010478205047547817, -0.013754015788435936, 0.05261770263314247, -0.025138918310403824, 0.0301550030708313, -0.006880663800984621, -0.011991805396974087, 0.00022153306053951383, 0.05665396898984909, 0.0077069285325706005, 0.025314409285783768, -0.03483473137021065, 0.03346006199717522, -0.04287801682949066, -0.0037108787801116705, 0.008343079127371311, -0.029116688296198845, 0.07604559510946274, -0.003754751291126013, -0.040596649050712585, 0.023559510707855225, -0.012116110883653164, 0.010799936950206757, -0.00011859273945447057, -0.0006653989548794925, 0.013088616542518139, 0.040596649050712585, 0.0012677311897277832, 0.02336939610540867, -0.017066385596990585, -0.03129568696022034, 0.04270252585411072, 0.031207941472530365, -0.017124881967902184, -0.012291599996387959, -0.005290287081152201, 0.014945884235203266, 0.009513011202216148, -0.008014035411179066, 0.06440477073192596, 0.019230760633945465, 0.028473224490880966, 0.026820696890354156, 0.030067257583141327, -0.0464463084936142, 0.00869405921548605, 0.0025281503330916166, -0.06095346808433533, 0.030359741300344467, -0.012474401853978634, 0.021965477615594864, 0.041825078427791595, -0.050628818571567535, 0.0486399307847023, -0.026323474943637848, 0.004409181885421276, 0.0035938855726271868, -0.02655746228992939, -0.007765424903482199, 0.013775952160358429, 0.0026798760518431664, -0.04472066089510918, 0.014587592333555222, 0.024115227162837982, 0.048230454325675964, -0.005535241682082415, -0.033928032964468, 0.006855071522295475, -0.022331081330776215, 0.014858138747513294, 0.004716289229691029, -0.007012281101197004, 0.02619185671210289, -0.03205614164471626, -0.03816903755068779, -0.008650186471641064, -0.05071656033396721, -0.06387829780578613, 0.04214680939912796, -0.01411230769008398, 0.034746985882520676, -0.020839417353272438, -0.012869254685938358, -0.00032081734389066696, -0.024641698226332664, -0.03328457102179527, 0.05972503870725632, -0.052003487944602966, -0.01882128417491913, -0.02057618275284767, 0.021556001156568527, -0.004515207372605801, 0.028604842722415924, -0.003045479767024517, -0.017329620197415352, 0.018002331256866455, -0.030505983158946037, 0.015560098923742771, -0.015428480692207813, -0.020590806379914284, -0.0003235593903809786, 0.027171675115823746, -0.03512721508741379, -0.026572085916996002, 0.014521784149110317, -0.026133360341191292, -0.035390447825193405, -0.019450122490525246, -0.056098248809576035, -0.028473224490880966, 0.02699618600308895, -0.012584083713591099, -0.024992676451802254, 0.014024562202394009, -0.059871282428503036, 0.0023307243827730417, -0.06048549711704254, -0.03334306925535202, 0.030886210501194, -0.03723309189081192, -0.011933309026062489, 0.05100904405117035, -0.014448663219809532, 0.008569753728806973, 0.013615086674690247, 0.013761327601969242, -0.008715994656085968, -0.015135997906327248, 0.006365162320435047, 0.0055279298685491085, 0.03267035633325577, 0.005641266703605652, 0.01674465462565422, -0.033372316509485245, 0.001393864513374865, -0.006043431349098682, 0.017285749316215515, 0.018163198605179787, -0.030038010329008102, 0.0057801962830126286, 0.009008478373289108, 0.00815296545624733, 0.052500709891319275, 0.01803158037364483, -0.0417080819606781, -0.022184839472174644, 0.00718045886605978, -0.038344528526067734, -0.006039774976670742, -0.031354185193777084, 0.00897923018783331, 0.05612749978899956, -0.03144192695617676, 0.014097683131694794, -0.06405378878116608, -0.006807543337345123, -0.034746985882520676, 0.06025150790810585, 0.015004380606114864, 0.024875683709979057, 0.043696969747543335, -0.022989168763160706, 0.06066098436713219, -0.04407719522714615, -0.013585837557911873, -0.007962850853800774, 0.008145652711391449, 0.0066174292005598545, -0.04861068353056908, 0.0035957135260105133, -0.0071146502159535885, 0.013812512159347534, 0.035185713320970535, 0.009257088415324688, 0.014565655961632729, -0.027946755290031433, 0.07042992115020752, 0.027873635292053223, 0.03480548411607742, -0.05922782048583031, 0.035624437034130096, -0.022959919646382332, 0.06832404434680939, -0.023003792390227318, 0.009615380316972733, -0.03328457102179527, 0.03556593880057335, 0.024875683709979057, 0.048522938042879105, 0.029613910242915154, -0.01017109863460064, -0.04454516991972923, -0.015413857065141201, 0.03269960731267929, 0.010595198720693588, 0.004862530622631311, 0.015019005164504051, 0.01277419738471508, 0.017358869314193726, 0.0007586278952658176, 0.017446614801883698, -0.010485517792403698, -0.006884319707751274, 0.026367347687482834, -0.02019595541059971, -0.038286030292510986, 0.00021159321477171034, 0.040508903563022614, 0.03375254571437836, 0.036267898976802826, 0.0011772443540394306, -0.009469138458371162, -0.04200056567788124, -0.001753070275299251, -0.029131311923265457, 0.008094468154013157, 0.02799062803387642, -0.01594032719731331, 0.017578231170773506, -0.0215852502733469, 0.035975415259599686, 0.06978645920753479, -0.02901431918144226, -0.022111719474196434, 0.0025939589831978083, 0.04422343894839287, -0.06820704787969589, 0.031120197847485542, -0.028911950066685677, 0.015457729808986187, 0.036765120923519135, 0.01724187657237053, -0.013066680170595646, 0.01316904928535223, 0.0454811155796051, 0.01645217277109623, 0.02763964794576168, -0.007151210680603981, -0.025665387511253357, 0.00036720334901474416, 0.05276394262909889, 0.005791164468973875, -0.008467384614050388, 0.002816977445036173, -0.001118747633881867, -0.0009853022638708353, 0.05542553961277008, 0.00960075668990612, -0.006306665949523449, -0.0035573251079767942, -0.06692012399435043, -0.02705468237400055, 0.00902310200035572, -0.015486977994441986, 0.011918684467673302, 0.009827430360019207, -0.019596364349126816, -0.04515938460826874, -0.0019212480401620269, -0.004456710536032915, 0.011794378980994225, -0.049546629190444946, 0.008218773640692234, 0.005389000289142132, -0.004763817880302668, 0.04112311825156212, 0.03237787261605263, 0.008445448242127895, -0.04214680939912796, 0.002133298199623823, -0.09078674018383026, -0.008686746470630169, -0.03983619064092636, -0.03577067703008652, -0.027010809630155563, 0.06487274169921875, 0.00719873933121562, 0.009154719300568104, -0.01507750153541565, -0.0031186004634946585, 0.026250354945659637, 0.002233839360997081, 0.013300666585564613, -0.010946177877485752, 0.04618307575583458, -0.0010712192161008716, 0.04995610564947128, 0.02785901166498661, -0.003981425426900387, 0.029336050152778625, 0.039953187108039856, 0.022257961332798004, 0.022959919646382332, -0.006734422408044338, 0.0189675260335207, 0.023866618052124977, -0.039221975952386856, 0.017373492941260338, -0.010909617878496647, -0.009746997617185116, 0.01580870896577835, 0.03875400498509407, 0.012159982696175575, -0.019011398777365685, -0.051272280514240265, -0.019318506121635437, 0.004124010913074017, -0.03506871685385704, -0.007403477560728788, 0.0012055785628035665, 0.01740274205803871, 0.03226087987422943, 0.0331968255341053, 0.011428775265812874, -0.03945596516132355, -0.057180438190698624, -0.0025957871694117785, -0.014697273261845112, 0.0378180593252182, -0.028385480865836143, 0.010046793147921562, -0.0009889582870528102, 0.008482008241117, 0.06364431232213974, -0.0038717444986104965, -0.034103523939847946, 0.04428193345665932, 0.0258408784866333, -0.026016367599368095, 0.015413857065141201, -0.01977185532450676, -0.012971623800694942, -0.015779461711645126, -0.015428480692207813, 0.02901431918144226, 0.00963000487536192, 0.04083063453435898, 0.005056300666183233, -0.04410644620656967, -0.05074581131339073, 0.011414151638746262, 0.034951724112033844, 0.025738509371876717, 0.047586992383003235, 0.0009108104859478772, -0.031792908906936646, 0.048669181764125824, 0.01984497532248497, 0.04284876585006714, -0.013578525744378567, -0.03299208730459213, -0.026308851316571236, -0.005604706704616547, -0.03155892342329025, -0.010916929692029953, 0.037993550300598145, -0.04071364179253578, -0.01129715796560049, -0.013476156629621983, 0.060426998883485794, 0.003032683627679944, -0.0006969322566874325, 0.09020177274942398, 0.010639071464538574, -0.027010809630155563, -0.0525299571454525, -0.008737931028008461, 0.004069170448929071, 0.023427892476320267, -0.008723307400941849, -0.025226663798093796, 0.009461826644837856, -0.002246635500341654, 0.04518863186240196, -0.02864871546626091, 0.0012110626557841897, -0.021044155582785606, 0.031207941472530365, 0.037847306579351425, 0.06446326524019241, 0.005059957038611174, -0.013410348445177078, -0.005867941305041313, 0.008715994656085968, 0.07604559510946274, -0.007823921740055084, 0.010331964120268822, -0.009988296777009964, -0.00613483227789402, -0.03629714623093605, 0.02553377114236355, -0.022916046902537346, -0.03977769613265991, -0.011860188096761703, 0.0006571728736162186, -0.05320266634225845, -0.021175773814320564, 0.03732083737850189, -0.04618307575583458, -0.009732373990118504, -0.01665690913796425, 0.006313977763056755, -0.01956711709499359, -0.01266451645642519, -0.0564199797809124, 0.03448375314474106, -0.006789262872189283, 0.029189808294177055, 0.031792908906936646, -0.010916929692029953, 0.010185722261667252, 0.02274055778980255, -0.02121964655816555, -0.036765120923519135, 0.01788533851504326, 0.06656914204359055, 0.019537867978215218, -0.005447497125715017, -0.030681472271680832, 0.003188065253198147, -0.005557178054004908, -0.029628533869981766, 0.00761187169700861, 0.014880075119435787, -0.006540652364492416, 0.012649891898036003, 0.018704291433095932, 0.04428193345665932, -0.02995026484131813, 0.006994001101702452, 0.06510672718286514, 0.026001743972301483, -0.015501601621508598, -0.01711025834083557, 0.01674465462565422, -0.0004396385920699686, -0.009205903857946396, -0.022170215845108032, -0.005155013874173164, 0.05232521891593933, -0.019786478951573372, 0.011450711637735367, -0.004039922263473272, -0.020532310009002686, -0.011794378980994225, -0.005590082611888647, -0.038052044808864594, -0.012306224554777145, 0.025065798312425613, 0.012598707340657711, -0.02921905741095543, -0.033723294734954834, -0.01388563308864832, 0.051564764231443405, -0.020956410095095634, 0.04922489821910858, -0.012693764641880989, -0.010690256021916866, -0.03024274855852127, -0.06551620364189148, -0.04185432568192482, 0.013541965745389462, -0.0486399307847023, -0.025650763884186745, 0.019069895148277283, 0.013783263973891735, 0.023325523361563683, 0.024846436455845833, -0.010061416774988174, -0.014580280520021915, 0.031354185193777084, 0.009556883946061134, 0.03787655383348465, 0.028604842722415924, 0.00024152702826540917, 0.04027491807937622, 0.0204884372651577, 0.004559079650789499, -0.050628818571567535, 0.049371138215065, -0.019757229834794998, -0.005524273496121168, 0.015150622464716434, 0.061011966317892075, -0.038783252239227295, -0.007012281101197004, -0.02490493282675743, 0.00718045886605978, -0.00019354152027517557, -0.0694354772567749, 0.025226663798093796, 0.018075453117489815, -0.003045479767024517, 0.0032721541356295347, 0.018806660547852516, 0.023120785132050514, 0.03454224765300751, 0.005096517037600279, -0.008854924701154232, -0.005440184846520424, 0.01848492957651615, 0.013117864727973938, -0.020532310009002686, 0.01132640615105629, 0.002378252800554037, 0.01360046211630106, 0.022623565047979355, 0.012576770968735218, 0.01680315099656582, 0.06838253885507584, -0.04451592266559601, -0.013563902117311954, -0.0007472027791664004, 0.0016214529750868678, 0.028765708208084106, 0.0246855691075325, 0.03141267970204353, -0.052208226174116135, -0.007648431695997715, -0.025065798312425613, -0.05601050332188606, 0.012737637385725975, -0.012818070128560066, -0.021541377529501915, 0.015121374279260635, 0.02274055778980255, -0.01947937160730362, -0.0017311341362074018, 0.01854342594742775, 0.003632273990660906, 0.005038020666688681, -0.034015778452157974, 0.007677680347114801, -0.01436091773211956, 0.01566246710717678, 0.015560098923742771, -0.004734569229185581, 0.014419415034353733, -0.0073851970955729485, 0.017768345773220062, -0.04357997700572014, -0.05852586030960083, 0.061362944543361664, -0.009834743104875088, -0.0386662594974041, -0.010938866063952446, -0.011940620839595795, -0.010580574162304401, 0.021833859384059906, -0.05911082401871681, -0.0033141986932605505, 0.004701665136963129, -0.05153551325201988, -0.030038010329008102, -0.0026213794481009245, -0.041093870997428894, 0.04811346158385277, -0.0033763512037694454, 0.03773031383752823, 0.003061932045966387, -0.06885050982236862, 0.09143020212650299, 0.035595186054706573, -0.0015410201158374548, 0.014580280520021915, 0.026133360341191292, 0.005473088938742876, 0.02778588980436325, -0.03281660005450249, 0.0012960655149072409, -0.01863117143511772, 0.0301550030708313, -0.01573558896780014, -0.007421757560223341, -0.004456710536032915, -0.02367650344967842, 0.018704291433095932, -0.007154866587370634, -0.010163785889744759, -0.031354185193777084, 0.029277553781867027, -0.008343079127371311, 0.01826556771993637, -0.049458883702754974, 0.031500425189733505, -0.04451592266559601, 0.0309447068721056, -0.029336050152778625, -0.019801102578639984, -0.0028535379096865654, 0.018280191347002983, 0.029570037499070168, -0.04858143627643585, -0.04238079488277435, -0.024700194597244263, -0.044691409915685654, 0.011794378980994225, -0.013234858401119709, -0.02404210716485977, 0.032290130853652954, 0.06768058240413666, -0.028268488124012947, -0.010595198720693588, -0.026747575029730797, 0.007026905193924904, -0.005282975267618895, -0.039221975952386856, 0.028692588210105896, 0.024875683709979057, 0.014046498574316502, 0.03141267970204353, -0.021190397441387177, -0.007641119882464409, -0.008599001914262772, -0.05492831766605377, 0.035536691546440125, 0.050102345645427704, -0.009132783859968185, -0.01082187332212925, -0.0017804906237870455, -0.009659253060817719, -0.011801691725850105, 0.01918688789010048, 0.026381971314549446, -0.04185432568192482, 0.010858433321118355, 0.011933309026062489, 0.03898799046874046, 0.03591692075133324, -0.0008532279171049595, 0.0479087233543396, 0.030038010329008102, 0.013900257647037506, 0.008920732885599136, -0.011794378980994225, -0.024480830878019333, -0.030271995812654495, -0.014053810387849808, -0.038052044808864594, -0.005535241682082415, -0.012891191057860851, 0.013300666585564613, 0.014821578748524189, -0.0324656181037426, 0.035975415259599686, 0.013337227515876293, 0.042761024087667465, -0.05647847801446915, -0.05563027784228325, -0.00034412459353916347, -0.026513589546084404, 0.07715702801942825, -0.018850533291697502, 0.04770398512482643, -0.021906981244683266, 0.020663928240537643, 0.0009725061827339232, -0.06621816009283066, -0.037116099148988724, -0.06370280683040619, 0.027581151574850082, -0.01262795552611351, -0.009951735846698284, -0.031646665185689926, -0.04685578495264053, 0.0074144452810287476, -0.030681472271680832, -0.0455981083214283, -0.013439596630632877, -0.0013847245136275887, 0.01731499657034874, 0.02431996539235115, -0.012452466413378716, -0.03506871685385704, -0.019786478951573372, 0.018879780545830727, 0.004171539563685656, -0.01319829747080803, 0.05431410297751427, 0.02986251935362816, -0.02785901166498661, 0.012825381942093372, -0.04393095523118973, 0.02756652794778347, -0.019303882494568825, -0.04267327859997749, 0.008211461827158928, 0.018806660547852516, 0.011787067167460918, -0.05089205130934715, 0.01143608707934618, 0.02012283354997635, -0.02459782548248768, 0.0036267898976802826, -0.022257961332798004, 0.02244807407259941, -0.025709260255098343, -0.030184252187609673, -0.045422617346048355, -0.00035326468059793115, 0.017154131084680557, 0.04902015998959541, 0.02288679964840412, -0.05402161926031113, 0.25200340151786804, 0.03694060817360878, 0.01353465300053358, -0.03536120057106018, -0.006606461014598608, 0.0323486253619194, 0.039572957903146744, -0.03129568696022034, 0.0008742501377128065, -0.004149603191763163, -0.01803158037364483, -0.013125177472829819, -0.0028188053984194994, -0.02604561671614647, -0.021468255668878555, 0.041883572936058044, -0.02446620725095272, 0.02604561671614647, 0.014521784149110317, -0.04156184196472168, -0.04878617450594902, -0.007253579795360565, -0.02800525166094303, 0.008138340897858143, 0.005955686327069998, 0.023851992562413216, 0.017212627455592155, 0.005516961682587862, -0.006076335441321135, -0.03451300039887428, -0.060134515166282654, -0.009154719300568104, 0.029555412009358406, -0.049400389194488525, -0.003380007343366742, -0.010302715934813023, -0.008065219968557358, -0.013637022115290165, -0.01201374176889658, -0.03103245235979557, -0.027303293347358704, -0.0049137151800096035, 0.013293354772031307, -0.03837377578020096, 0.03501022234559059, 0.10429945588111877, -0.02266743592917919, 0.011509208008646965, -0.015311487950384617, 0.002630519447848201, 0.06352731585502625, -0.005092861130833626, -0.03998243436217308, -0.0385492667555809, 0.015823332592844963, 0.027434909716248512, 0.057472921907901764, 0.015238367021083832, 0.03223163262009621, -0.015179870650172234, -0.04047965630888939, 0.01673003099858761, 0.059198569506406784, 0.04431118443608284, -0.042176056653261185, 0.05089205130934715, 0.0196987334638834, -0.004968556109815836, -0.02639659494161606, 0.004811346065253019, 0.006288385484367609, -0.02995026484131813, -0.023983610793948174, -0.04992685839533806, 0.025943247601389885, -0.027946755290031433, 0.021088028326630592, 0.00481500243768096, -0.00009785614383872598, -0.034600745886564255, -0.05846736207604408, 0.012101486325263977, -0.028253862634301186, 0.00862825009971857, -0.010624446906149387, 0.07048841565847397, 0.028092997148633003, -0.04799646884202957, -0.05296868085861206, -0.024407710880041122, 0.027040058746933937, 0.024085979908704758, -0.06434626877307892, -0.01724187657237053, 0.03948521241545677 ]
9869_4
Acts 20:19 = Ephesians 4:2. The phrase "lowliness of mind". Acts 20:27 = Ephesians 1:11. The word "counsel", denoting the divine plan. Acts 20:32 = Ephesians 3:20. The divine ability. Acts 20:32 = Ephesians 2:20. The building upon the foundation. Acts 20:32 = Ephesians 1:14,18 "The inheritance of the saints." Purpose The purpose of the epistle, and to whom it was written, are matters of much speculation. It was regarded by C.H. Dodd as the "crown of Paulinism." In general, it is born out of its particular socio-historical context and the situational context of both the author and the audience. Originating in the circumstance of a multicultural church (primarily Jewish and Hellenistic), the author addressed issues appropriate to the diverse religious and cultural backgrounds present in the community. The author exhorts the church repeatedly to embrace a specific view of salvation, which he then explicates. Frank Charles Thompson, argues that the main theme of Ephesians is in response to the newly converted Jews who often separated themselves from their Gentile brethren. The unity of the church, especially between Jew and Gentile believers, is the keynote of the book. Interpretations Ephesians is notable for its domestic code treatment in Ephesians 5:22–6:9, covering husband-wife, parent-child, and master-slave relationships. In Ephesians 5:22, wives are urged to submit to their husbands, and husbands to love their wives "as Christ loved the Church." Christian Egalitarian theologians, such as Katharine Bushnell and Jessie Penn-Lewis, interpret these commands in the context of the preceding verse, for all Christians to "submit to one another." Thus, it is two-way, mutual submission of both husbands to wives and wives to husbands. But according to Peter O'Brien, Professor Emeritus at Moore Theological College, this would be the only instance of this meaning of submission in the whole New Testament, indeed in any extant comparable Greek texts; by O'Brien's account, the word simply does not connote mutuality. Dallas Theological Seminary professor Daniel Wallace understands it to be an extension of Ephesians 5:15-21 on being filled by the Holy Spirit.
[ 0.0021366358269006014, -0.07303541898727417, 0.024743445217609406, 0.03908240422606468, -0.042579710483551025, 0.0031949353870004416, -0.014550253748893738, 0.030426569283008575, -0.0004066529800184071, -0.00479058176279068, -0.024452002719044685, -0.00046198145719245076, 0.01667049527168274, 0.014164092019200325, -0.049749188125133514, -0.02679811231791973, -0.030222559347748756, -0.005460898857563734, -0.049341168254613876, 0.04791310429573059, 0.02729356475174427, 0.016116755083203316, -0.056802090257406235, -0.002027345122769475, 0.014193236827850342, 0.03205864503979683, 0.014397245831787586, 0.007460921071469784, 0.0541791096329689, 0.0510898232460022, -0.026244372129440308, 0.029799968004226685, -0.00464486051350832, -0.03605140373110771, -0.0035483092069625854, -0.03975272178649902, 0.03721717372536659, -0.035643383860588074, -0.00995275191962719, -0.02877992019057274, 0.009828888811171055, 0.01248101331293583, 0.01572330854833126, 0.0011238740989938378, -0.07350172847509384, 0.013399056158959866, 0.04007330536842346, -0.017399100586771965, -0.029377376660704613, 0.018273428082466125, 0.004965446889400482, -0.01987636089324951, -0.0009626701357774436, -0.019512057304382324, 0.027759872376918793, -0.013464630581438541, 0.028357328847050667, -0.03284553810954094, -0.005198600701987743, -0.0010400844039395452, 0.03488563373684883, 0.0007527406560257077, -0.02367968112230301, -0.03949042037129402, -0.029348231852054596, -0.017515677958726883, -0.001671239035204053, 0.019686922430992126, -0.0046084304340183735, -0.0014371745055541396, -0.007005542516708374, -0.01824428327381611, -0.0019945576786994934, -0.0282844677567482, 0.008459110744297504, -0.030980309471488, 0.00609842874109745, -0.03596397116780281, 0.007347987033426762, -0.03167977184057236, 0.00383610837161541, 0.04668904468417168, 0.011890842579305172, -0.045523274689912796, -0.045931294560432434, 0.017530249431729317, -0.022747065871953964, -0.017515677958726883, -0.04808796942234039, 0.023941978812217712, 0.029085934162139893, 0.04645588994026184, -0.01428795512765646, -0.002187638310715556, 0.02708955481648445, 0.008072949945926666, 0.024233421310782433, -0.005486399866640568, -0.020065797492861748, -0.014812551438808441, 0.022222470492124557, 0.031417474150657654, -0.015461009927093983, 0.024918310344219208, -0.08784069120883942, 0.02630266174674034, 0.0033388349693268538, 0.022222470492124557, 0.017646826803684235, 0.01553387101739645, 0.02749757468700409, -0.011970989406108856, 0.042579710483551025, -0.0032677960116416216, 0.005832487717270851, 0.04118078574538231, -0.07898084074258804, -0.013085756450891495, -0.038674384355545044, 0.0055228304117918015, 0.006102071609348059, 0.015650447458028793, -0.035235363990068436, 0.029377376660704613, 0.04077276960015297, -0.013318910263478756, 0.011562970466911793, 0.00228599994443357, -0.05184757336974144, 0.001832443056628108, 0.021931027993559837, -0.015475582331418991, 0.020925551652908325, 0.000510934682097286, -0.02729356475174427, -0.015402722172439098, 0.057180967181921005, -0.030630579218268394, 0.009020136669278145, -0.002393469214439392, -0.04100592061877251, 0.0033661576453596354, -0.03750861436128616, 0.06493332982063293, 0.013566635549068451, 0.0034718054812401533, 0.021829022094607353, 0.055024292320013046, -0.04432836174964905, 0.018433721736073494, -0.012014705687761307, 0.01675792783498764, 0.021421004086732864, 0.012000134214758873, -0.009705026634037495, -0.03144661709666252, 0.02302393689751625, -0.002837918698787689, 0.013158616609871387, 0.03914069011807442, -0.03313698247075081, -0.011847126297652721, -0.025938358157873154, 0.025268040597438812, -0.030543144792318344, 0.045231834053993225, -0.01043363194912672, -0.03844122961163521, -0.0069290390238165855, -0.042579710483551025, 0.019045749679207802, 0.00502737844362855, -0.07361830770969391, 0.006714100483804941, 0.0160876102745533, 0.03966528922319412, -0.01366864051669836, -0.02185816690325737, -0.01974521018564701, 0.01256844587624073, 0.033953018486499786, 0.02657953090965748, 0.010047471150755882, 0.00162023666780442, 0.00767221674323082, 0.0006898983847349882, 0.023592248558998108, 0.002522796858102083, -0.04584386199712753, -0.04359975829720497, 0.0004808796802535653, 0.028313612565398216, 0.01633533649146557, 0.013457344844937325, 0.06137773394584656, 0.02172701805830002, -0.12601962685585022, 0.009588449262082577, -0.004211340099573135, -0.040423035621643066, -0.03363243490457535, 0.004149408545345068, -0.03322441503405571, 0.03616797924041748, -0.017326241359114647, 0.009326151572167873, 0.02518060803413391, 0.0488748624920845, 0.009960038587450981, 0.0071075474843382835, 0.041297364979982376, 0.02401483990252018, -0.03383644297719002, 0.07268568873405457, 0.053363073617219925, 0.010280624963343143, -0.048379410058259964, -0.0020856333430856466, -0.06679856032133102, 0.0069618262350559235, -0.009158572182059288, 0.020852692425251007, -0.013821647502481937, 0.03348671272397041, -0.024364570155739784, -0.05461627244949341, 0.012663165107369423, 0.036197125911712646, -0.02969796396791935, 0.008728695102036, -0.01729709655046463, -0.02931908890604973, 0.0017878159414976835, 0.034914780408144, -0.017428245395421982, 0.02953767031431198, 0.019774354994297028, 0.05843416601419449, -0.03852866217494011, 0.04840855300426483, -0.01750110648572445, -0.004637574311345816, 0.06207719445228577, -0.010572066530585289, -0.0350022129714489, 0.02443743124604225, 0.017646826803684235, 0.0460478737950325, -0.00618950417265296, -0.02347567118704319, 0.030135126784443855, 0.02123156562447548, 0.019264331087470055, 0.004280557855963707, -0.014193236827850342, -0.010732360184192657, 0.07560011744499207, 0.015548442490398884, -0.005194957833737135, -0.0000783820214564912, -0.00781793799251318, -0.020007509738206863, 0.008546543307602406, 0.0038834677543491125, 0.05193500593304634, 0.005661265458911657, 0.03575996309518814, 0.017807120457291603, 0.0311551745980978, -0.03468162566423416, 0.008444538339972496, -0.03427360579371452, -0.045319266617298126, 0.023082224652171135, -0.008765124715864658, 0.0010464597726240754, 0.018768878653645515, -0.03302040323615074, 0.01662677899003029, -0.03176720440387726, -0.021348142996430397, 0.042113400995731354, -0.024291709065437317, -0.04400777816772461, 0.04476552456617355, 0.01774883083999157, -0.05537402257323265, 0.012430011294782162, 0.007001899648457766, 0.03290382772684097, -0.02206217683851719, -0.05173099413514137, 0.008211384527385235, -0.022747065871953964, 0.007431776728481054, 0.020750686526298523, -0.02612779662013054, 0.0005191314849071205, -0.041996825486421585, -0.07478407770395279, -0.020546676591038704, -0.06382584571838379, -0.05761812999844551, -0.006302438210695982, -0.00796365924179554, 0.02322794497013092, -0.008386250585317612, -0.005202243570238352, 0.0024900096468627453, -0.009748742915689945, -0.030426569283008575, 0.025734348222613335, -0.009989182464778423, 0.0032277225982397795, -0.01970149390399456, 0.02455400861799717, -0.013180474750697613, 0.010127617046236992, -0.002023702021688223, -0.027614152058959007, -0.02127528190612793, -0.03147576004266739, 0.008655834011733532, -0.028634199872612953, -0.01285988837480545, -0.0403938926756382, 0.03197121247649193, -0.04193853586912155, -0.006291509140282869, -0.0030929306522011757, -0.034069597721099854, -0.005741411820054054, -0.004725007340312004, -0.028022170066833496, -0.003817893099039793, 0.039636142551898956, -0.011577542871236801, -0.004182196222245693, 0.013020182028412819, -0.035614240914583206, 0.015154995955526829, -0.03995672985911369, -0.04668904468417168, 0.048350267112255096, -0.06044511869549751, -0.015504726208746433, 0.07128676772117615, -0.01237900834530592, 0.013275193981826305, 0.003253223840147257, 0.004163980949670076, 0.005788771435618401, -0.03135918453335762, 0.005209529772400856, -0.0017532071797177196, 0.03459419310092926, -0.0005801522056572139, -0.028605055063962936, -0.026186084374785423, -0.029872829094529152, -0.00002787770063150674, 0.05196414887905121, 0.0000078623943409184, -0.011402676813304424, -0.00848096888512373, -0.020881835371255875, 0.028692487627267838, 0.011366247199475765, 0.02657953090965748, -0.036226268857717514, -0.00214574346318841, 0.035730816423892975, -0.046310171484947205, -0.000013469241821439937, -0.001619325834326446, 0.015737880021333694, 0.03712974116206169, -0.019628634676337242, 0.03683829680085182, -0.07414290308952332, -0.027016695588827133, -0.012721452862024307, 0.05890047550201416, -0.023621393367648125, 0.025574056431651115, 0.031126029789447784, -0.03672172129154205, 0.07542525231838226, -0.06102800369262695, 0.001745010376907885, -0.010120331309735775, -0.00904199481010437, -0.004364347551018, -0.01900203339755535, -0.04036474972963333, -0.03028084710240364, 0.025778064504265785, 0.05114811286330223, 0.015737880021333694, 0.029085934162139893, 0.016889076679944992, 0.008014661259949207, 0.0012741490500047803, 0.032408375293016434, -0.01862315833568573, 0.04088934510946274, -0.029683390632271767, 0.048583418130874634, -0.01941005326807499, -0.004623002372682095, -0.013450059108436108, 0.08486797660589218, 0.016073038801550865, 0.04310430586338043, 0.04753422737121582, 0.002989104250445962, -0.05263446643948555, -0.03068886697292328, 0.03587653860449791, 0.012604876421391964, -0.016932792961597443, 0.009260577149689198, 0.022572200745344162, 0.0025792636442929506, 0.003032820764929056, 0.0380040667951107, -0.012473727576434612, -0.018185995519161224, 0.03844122961163521, 0.0038980399258434772, -0.03383644297719002, 0.004411706700921059, 0.03205864503979683, 0.027031267061829567, 0.017399100586771965, 0.028226180002093315, 0.03587653860449791, -0.028940213844180107, -0.0029107793234288692, -0.018856313079595566, 0.03584739565849304, 0.014353529550135136, -0.01857944205403328, 0.040627047419548035, -0.030251704156398773, 0.01242272462695837, 0.06155259907245636, -0.05056522786617279, -0.040044162422418594, 0.02522432431578636, 0.05790957063436508, -0.061902329325675964, 0.022382762283086777, -0.02716241590678692, 0.058259300887584686, -0.00499823410063982, 0.014222380705177784, 0.014484678395092487, 0.011766980402171612, -0.00661573838442564, 0.02459772489964962, 0.04010245203971863, 0.013617638498544693, -0.048350267112255096, 0.013209618628025055, -0.0059272064827382565, 0.00018067141354549676, -0.01957034505903721, 0.009275148622691631, 0.0021020271815359592, 0.030455712229013443, 0.045348409563302994, 0.01234257873147726, 0.02181445062160492, 0.0070346868596971035, -0.061319444328546524, -0.032291799783706665, 0.04045218229293823, -0.019686922430992126, -0.026943834498524666, 0.01642276905477047, 0.032379232347011566, -0.009092997759580612, 0.004623002372682095, 0.03348671272397041, 0.008393536321818829, -0.015825312584638596, -0.021391859278082848, -0.02230990305542946, -0.03911154717206955, 0.038382939994335175, 0.0433957464993, 0.003233187133446336, -0.013114900328218937, -0.00010479397315066308, -0.056015197187662125, -0.023402810096740723, -0.03506049886345863, -0.04231741279363632, 0.010317054577171803, 0.06359269469976425, 0.001724062953144312, -0.004160337615758181, -0.006207719445228577, 0.008058377541601658, 0.0201969463378191, -0.028473906219005585, 0.005205886904150248, 0.03940298780798912, 0.05202243849635124, 0.021843595430254936, 0.022863643243908882, 0.03931555524468422, 0.04217169061303139, 0.005628478247672319, 0.01637905277311802, 0.03986929729580879, 0.01691822148859501, 0.003785105887800455, 0.01124238409101963, 0.02928994409739971, -0.04805882275104523, -0.012247859500348568, -0.023548532277345657, -0.010105758905410767, 0.0012714167824015021, 0.035147931426763535, 0.03147576004266739, -0.04167623817920685, -0.04432836174964905, -0.0043716332875192165, -0.008080235682427883, -0.05304248631000519, 0.024903738871216774, 0.0176322553306818, 0.023125940933823586, 0.05210987105965614, -0.019133182242512703, 0.02381082996726036, -0.028095031157135963, -0.057384975254535675, -0.037304606288671494, -0.028605055063962936, 0.019716067239642143, -0.004338846076279879, -0.006142145022749901, -0.011868984438478947, 0.00985074695199728, 0.04960346594452858, 0.002112956251949072, -0.041705384850502014, 0.02956681326031685, 0.024699728935956955, -0.006287866272032261, 0.034157030284404755, -0.03634284436702728, -0.013617638498544693, -0.009420869871973991, -0.02513689175248146, 0.011511968448758125, -0.014266096986830235, 0.06266007572412491, 0.012437297031283379, -0.05837588012218475, -0.02024066261947155, -0.014936414547264576, 0.02252848446369171, 0.011781551875174046, 0.05624835193157196, 0.015898173674941063, -0.026972977444529533, 0.03165062516927719, 0.008531970903277397, 0.033574145287275314, -0.02949395403265953, -0.02588007040321827, -0.005001877434551716, -0.007941801100969315, -0.02082354761660099, -0.0376543365418911, 0.044444940984249115, -0.02666696347296238, -0.004972733091562986, -0.023752542212605476, 0.0296542476862669, -0.021799879148602486, 0.0048342980444431305, 0.08673320710659027, -0.0034244460985064507, -0.035730816423892975, -0.04059790074825287, 0.0017404565587639809, 0.00714397756382823, 0.005566546693444252, -0.007781507447361946, -0.060619983822107315, -0.002992747351527214, 0.014499250799417496, 0.0011156772961840034, -0.007584784179925919, -0.01974521018564701, -0.012021992355585098, 0.02347567118704319, 0.02655038796365261, 0.05237216874957085, -0.0008766035898588598, -0.00823324266821146, -0.029523096978664398, 0.020648682489991188, 0.019978364929556847, 0.0021238853223621845, 0.026929261162877083, -0.0596582256257534, -0.01061578281223774, -0.043279170989990234, 0.026696108281612396, -0.034652482718229294, -0.05697695538401604, 0.027687011286616325, 0.017486533150076866, -0.05350879207253456, 0.02459772489964962, 0.019555773586034775, -0.047883957624435425, 0.007628500461578369, -0.015359005890786648, 0.021960172802209854, -0.0073807742446660995, -0.0018779808888211846, -0.05487857013940811, 0.03829550743103027, 0.010521064512431622, 0.054645419120788574, -0.005500972270965576, 0.0007978231296874583, 0.030164271593093872, 0.0121968574821949, -0.003970900550484657, -0.015519298613071442, 0.018273428082466125, 0.043162595480680466, 0.036517709493637085, 0.0021584939677268267, -0.009369867853820324, 0.015985606238245964, 0.010149475187063217, -0.017122231423854828, 0.009173144586384296, 0.021974744275212288, -0.04441579431295395, -0.00468857679516077, 0.036896586418151855, 0.028503049165010452, -0.04753422737121582, 0.013034753501415253, 0.027264419943094254, 0.018025701865553856, -0.03989844024181366, -0.04068533703684807, 0.031621482223272324, -0.007391703315079212, -0.022586772218346596, -0.057093530893325806, 0.012000134214758873, 0.04881657287478447, 0.012634020298719406, 0.028692487627267838, 0.0404813252389431, -0.01667049527168274, -0.001443549757823348, -0.008786982856690884, -0.04354146867990494, 0.02082354761660099, 0.04913716018199921, 0.04540669918060303, -0.020954696461558342, -0.00837896391749382, 0.001001832657493651, 0.03197121247649193, -0.0065720221027731895, 0.030805444344878197, -0.018200566992163658, -0.033574145287275314, -0.048262834548950195, -0.022324474528431892, -0.055432312190532684, 0.02077983133494854, -0.04762165993452072, -0.05339221656322479, 0.019395479932427406, -0.005092952866107225, 0.003941756207495928, 0.03511878848075867, -0.0155775872990489, -0.00759935611858964, 0.027220703661441803, -0.022178754210472107, 0.0641755759716034, 0.016451913863420486, -0.017763404175639153, 0.019220614805817604, 0.023009363561868668, 0.025486623868346214, -0.06440873444080353, 0.02990197204053402, -0.03678001090884209, -0.01684536039829254, 0.015650447458028793, 0.026448382064700127, -0.05455798655748367, -0.012269717641174793, -0.03882010653614998, 0.00796365924179554, -0.009355295449495316, -0.06300981342792511, 0.033282700926065445, 0.0004228189354762435, -0.03028084710240364, -0.01983264461159706, -0.003992758691310883, 0.04517354443669319, 0.007854368537664413, 0.004590215161442757, 0.005850702524185181, -0.004586572293192148, -0.0026867331471294165, 0.029173366725444794, -0.02048838883638382, -0.0071876938454806805, 0.021887311711907387, 0.030601434409618378, -0.016189616173505783, 0.0030182485934346914, 0.010353485122323036, 0.07163649797439575, -0.013224191032350063, -0.03313698247075081, -0.0036703506484627724, 0.0015282501699402928, 0.033282700926065445, 0.008808840997517109, 0.04829197749495506, -0.07280226796865463, -0.012736025266349316, -0.005854345858097076, -0.06738144159317017, 0.009304293431341648, -0.03232094272971153, 0.008553829044103622, 0.040568757802248, 0.02853219397366047, -0.0028470263350754976, -0.005788771435618401, 0.004448137246072292, -0.002690376015380025, 0.01597103476524353, -0.019220614805817604, -0.01750110648572445, -0.004444493912160397, 0.01916232705116272, -0.0008219581795856357, 0.009027423337101936, -0.016568491235375404, 0.0004084745014552027, 0.03587653860449791, -0.027759872376918793, -0.057501550763845444, 0.04715535417199135, 0.015956461429595947, -0.01262673456221819, 0.02625894546508789, -0.019512057304382324, 0.0031439331360161304, 0.032204367220401764, -0.06324296444654465, 0.02198931574821472, 0.024291709065437317, -0.025457479059696198, -0.03567253053188324, -0.00745363486930728, -0.03637199103832245, 0.061202868819236755, -0.021173277869820595, 0.020852692425251007, -0.04508611187338829, -0.05412082374095917, 0.06953811645507812, 0.06854721158742905, -0.004346132278442383, 0.0187834519892931, 0.028881924226880074, 0.0043097021989524364, 0.025996647775173187, -0.04663075506687164, -0.017326241359114647, 0.004958161152899265, 0.014499250799417496, 0.009420869871973991, -0.0008661298779770732, 0.007315199822187424, -0.008845271542668343, 0.014069373719394207, -0.03086373209953308, -0.019380908459424973, -0.023708825930953026, 0.04765080288052559, -0.03392387554049492, 0.009960038587450981, -0.017355384305119514, 0.04351232573390007, -0.06271836906671524, 0.05452883988618851, -0.042667143046855927, 0.00042213586857542396, -0.02641923725605011, 0.004488210193812847, 0.051206398755311966, -0.05511172488331795, -0.011912700720131397, -0.01734081283211708, 0.0015701450174674392, 0.020313523709774017, 0.018987461924552917, -0.03077629953622818, 0.0404813252389431, 0.05755984038114548, -0.0100547568872571, -0.002750486135482788, -0.03019341453909874, 0.013530205935239792, 0.015956461429595947, -0.01453568134456873, 0.0037450327072292566, 0.05901705101132393, 0.0029508525040000677, -0.003817893099039793, -0.03348671272397041, -0.0054171825759112835, -0.004236841574311256, -0.017690543085336685, 0.04077276960015297, 0.03546851873397827, -0.016000177711248398, 0.0017887266585603356, -0.01296189334243536, 0.007118476554751396, 0.013603066094219685, 0.0021257067564874887, 0.028561338782310486, -0.06306809931993484, 0.041880249977111816, 0.0257197767496109, 0.02738099731504917, 0.04045218229293823, -0.02953767031431198, 0.03645942360162735, 0.0066048093140125275, 0.03127175197005272, 0.0004597045772243291, -0.02280535362660885, -0.01978892646729946, -0.00379967805929482, -0.02053210511803627, -0.05697695538401604, 0.006947254296392202, 0.008932704105973244, -0.01315133087337017, 0.014462820254266262, -0.02522432431578636, -0.004972733091562986, -0.02311136946082115, 0.008765124715864658, -0.055811185389757156, -0.04051046818494797, 0.019526628777384758, -0.01857944205403328, 0.04007330536842346, -0.01817142218351364, 0.0027195203583687544, 0.027424713596701622, 0.026739824563264847, 0.01215314120054245, -0.07659101486206055, -0.03348671272397041, -0.061494309455156326, 0.018317144364118576, 0.004721364006400108, -0.005650336388498545, -0.06056169420480728, -0.04881657287478447, 0.009384439326822758, -0.00008720497862668708, -0.008444538339972496, -0.036197125911712646, 0.0020000222139060497, -0.002812417456880212, 0.009719598107039928, 0.02455400861799717, -0.02181445062160492, -0.03057228960096836, -0.00031261733965948224, 0.009151286445558071, -0.020124085247516632, 0.06038682907819748, 0.048670850694179535, -0.01655391789972782, 0.011766980402171612, -0.025282613933086395, 0.06720657646656036, -0.03188377991318703, -0.046106159687042236, -0.02770158462226391, 0.006550163961946964, -0.00383610837161541, 0.00683432025834918, 0.03995672985911369, 0.02149386517703533, -0.01215314120054245, 0.01099465787410736, -0.02899850159883499, 0.027891021221876144, -0.054645419120788574, -0.04441579431295395, -0.0511772558093071, 0.012991037219762802, -0.011766980402171612, 0.01572330854833126, 0.04429921880364418, -0.07105361670255661, 0.24970769882202148, 0.04505696892738342, 0.001672149752266705, -0.03176720440387726, -0.02738099731504917, 0.021144133061170578, 0.008954562246799469, -0.03648856654763222, 0.010134903714060783, -0.006280580069869757, -0.031213462352752686, -0.010127617046236992, -0.02671067975461483, 0.00046175377792678773, 0.014091231860220432, 0.05997880920767784, -0.005577475763857365, 0.0296542476862669, 0.006706814281642437, -0.0593084953725338, -0.075483538210392, -0.02426256611943245, -0.0059417784214019775, 0.043483179062604904, 0.003701316425576806, 0.025311756879091263, 0.027468429878354073, -0.028109602630138397, 0.012845315970480442, -0.04325002804398537, -0.004193125292658806, -0.02244105190038681, -0.0009590270929038525, -0.06056169420480728, -0.024379141628742218, -0.0029472096357494593, -0.01704937033355236, 0.0033861943520605564, -0.010273338295519352, -0.006389870774000883, -0.03197121247649193, -0.013712356798350811, -0.010375343263149261, -0.011191381141543388, 0.009967324323952198, 0.04663075506687164, -0.002624801592901349, 0.01875430718064308, -0.01808398962020874, -0.0009408119367435575, 0.04488210380077362, 0.003734103636816144, -0.012685023248195648, -0.02592378668487072, 0.03389473259449005, 0.018185995519161224, 0.055927764624357224, 0.01696193777024746, 0.03019341453909874, 0.007992803119122982, 0.007449992001056671, 0.017821691930294037, 0.04526097699999809, 0.02181445062160492, -0.02230990305542946, 0.04633931443095207, 0.018185995519161224, 0.0018333537736907601, -0.0011184095637872815, 0.007825223729014397, -0.023038508370518684, -0.054091677069664, -0.0539168119430542, -0.053771089762449265, 0.02086726389825344, -0.054149966686964035, 0.026186084374785423, -0.0015200533671304584, 0.012590304017066956, -0.018885456025600433, -0.05741411820054054, 0.016204187646508217, -0.019337192177772522, 0.008072949945926666, 0.031708914786577225, 0.05642321705818176, -0.023053079843521118, -0.03471076861023903, -0.03130089491605759, -0.0015728772850707173, 0.005278747528791428, 0.005486399866640568, -0.031330037862062454, -0.028430189937353134, -0.002612051088362932 ]
9869_5
In the period leading up to the American Civil War (1861–65), Ephesians 6:5 on master-slave relationships was one of the Bible verses used by Confederate slaveholders in support of a slaveholding position. See also Earlier Epistle to the Ephesians Textual variants in the Epistle to the Ephesians Notes References External links A Brief Introduction to Ephesians Ephesians Online Reading Room – extensive collection of online resources for Ephesians; Tyndale Seminary Biblical Expository on Ephesians Ephesians: The Calling of the Saints – Ephesians Messages, Audio & Podcast by Ray Stedman Various versions 1st-century Christian texts Ephesians Pauline epistles Prison writings Ephesians
[ 0.0035542070399969816, -0.008366941474378109, 0.027499347925186157, 0.059628404676914215, -0.019829651340842247, -0.00704566203057766, -0.0028848517686128616, 0.019313691183924675, 0.001745727495290339, -0.014558479189872742, -0.040970124304294586, -0.002016781596466899, 0.004361268598586321, 0.0251984391361475, -0.009329140186309814, -0.06810690462589264, -0.04546038433909416, -0.002595494966953993, -0.027039166539907455, 0.017612412571907043, 0.02267441153526306, 0.009935743175446987, -0.04573928192257881, -0.03586629033088684, 0.013547473587095737, 0.03528060391545296, -0.006606397684663534, 0.023218262940645218, 0.04629707708954811, 0.06403499096632004, -0.004064939450472593, 0.013122153468430042, 0.0038627381436526775, -0.04532093554735184, -0.01895112358033657, -0.02210267074406147, 0.04794257506728172, -0.04939284548163414, -0.0013491694116964936, -0.018142318353056908, 0.018281767144799232, 0.00868767499923706, 0.035838399082422256, 0.00700382748618722, -0.07307129353284836, -0.020108550786972046, -0.02397128753364086, 0.006198509596288204, -0.01843516156077385, 0.028461547568440437, 0.013533527962863445, -0.04490258917212486, -0.020610567182302475, -0.01525572407990694, 0.03592206910252571, 0.01606452837586403, 0.009440699592232704, -0.06732599437236786, -0.008980517275631428, 0.010444732382893562, 0.030985575169324875, 0.002569348318502307, -0.016036638990044594, -0.039380405098199844, -0.044735249131917953, -0.00007696932880207896, -0.025282109156250954, 0.016761774197220802, 0.0026373297441750765, -0.033858224749565125, 0.0238039493560791, -0.0161203071475029, 0.017389293760061264, 0.007599972188472748, 0.036005739122629166, -0.029618974775075912, 0.003332831896841526, -0.03449968993663788, 0.00029785442166030407, -0.03106924332678318, -0.002524027368053794, 0.030595116317272186, 0.013108208775520325, -0.04021710157394409, -0.0852312445640564, 0.046994324773550034, -0.01967625878751278, -0.05862437188625336, -0.004040535539388657, 0.005905666388571262, -0.031041353940963745, 0.06754910945892334, -0.0005699979374185205, 0.00162109499797225, 0.03712133318185806, 0.006487865932285786, 0.02790375053882599, 0.0020795336458832026, -0.014419029466807842, -0.02814081497490406, 0.03349565714597702, 0.03229639679193497, -0.030818235129117966, 0.028168704360723495, -0.05014587193727493, 0.02278597094118595, 0.01826782338321209, 0.012689861468970776, -0.004329892341047525, -0.0010354090481996536, 0.004838881548494101, -0.00555355753749609, 0.05059210956096649, -0.00503411004319787, -0.03949196636676788, 0.037428118288517, -0.06715865433216095, -0.04035655036568642, -0.04046810790896416, 0.029340075328946114, 0.006815571337938309, -0.018128374591469765, -0.03165493160486221, -0.020038826391100883, 0.013017566874623299, -0.03536427393555641, 0.016162142157554626, 0.023873673751950264, -0.05806657671928406, 0.012954815290868282, 0.04083067551255226, -0.04467947036027908, 0.004570441786199808, -0.013833343982696533, -0.04007765278220177, -0.014948936179280281, 0.043229199945926666, -0.019327634945511818, -0.011699773371219635, -0.04133269190788269, -0.02373422496020794, 0.0025013668928295374, -0.02881016954779625, 0.07245771586894989, 0.00992179848253727, -0.0005669474485330284, 0.024989265948534012, 0.0311250239610672, -0.031097134575247765, 0.02104285918176174, -0.004030076786875725, 0.04526515677571297, 0.016329482197761536, 0.013317381963133812, -0.0010929317213594913, -0.009768404997885227, 0.039045728743076324, 0.029925761744379997, -0.029451634734869003, 0.044846806675195694, -0.02667659893631935, 0.010019413195550442, 0.014865266159176826, 0.013910041190683842, 0.015297558158636093, 0.041025903075933456, -0.016719939187169075, -0.03988242149353027, -0.003960352391004562, -0.04258773475885391, 0.021070748567581177, -0.015757739543914795, -0.05048054829239845, 0.012989677488803864, 0.03123658336699009, 0.02243734896183014, -0.007362908683717251, -0.009733541868627071, -0.019481029361486435, 0.016873331740498543, 0.03198960795998573, 0.008436665870249271, 0.02165643498301506, 0.004605303984135389, -0.017445074394345284, 0.004741266835480928, 0.009203636087477207, -0.011351151391863823, -0.059907302260398865, -0.02282780595123768, -0.004354295786470175, 0.04506992548704147, 0.008325107395648956, -0.0010772437090054154, 0.05084311589598656, 0.01967625878751278, -0.06141335144639015, -0.04551616311073303, -0.013170961290597916, 0.009377947077155113, -0.037985917180776596, 0.03461124747991562, -0.041751038283109665, 0.056532636284828186, -0.043842773884534836, -0.006306582596153021, 0.03740023076534271, 0.07491201907396317, -0.03550372272729874, 0.019090572372078896, 0.043619655072689056, -0.00505851348862052, -0.03737233951687813, 0.03079034574329853, 0.022283954545855522, 0.011379040777683258, -0.04593450948596001, 0.029897872358560562, -0.07864925265312195, 0.02119625173509121, 0.012250597588717937, 0.02768063172698021, 0.025003211572766304, 0.04183470830321312, 0.012843255884945393, -0.03528060391545296, 0.013254630379378796, 0.03793013468384743, -0.03592206910252571, 0.005145668983459473, 0.010612071491777897, 0.00961501058191061, 0.01652470976114273, 0.03999398276209831, -0.025449447333812714, 0.01251555047929287, 0.012104175984859467, 0.02695549838244915, -0.02610485814511776, 0.03620096668601036, -0.04679909348487854, -0.007537220139056444, 0.02278597094118595, 0.017793696373701096, -0.03508537635207176, -0.00048066338058561087, -0.011204729788005352, 0.02903328835964203, 0.03145970031619072, 0.01600874774158001, -0.019146351143717766, 0.0346391387283802, 0.012410963885486126, 0.03162704035639763, -0.06319829821586609, -0.03215694800019264, 0.035838399082422256, 0.021014967933297157, -0.025784125551581383, -0.02419440634548664, 0.01144876517355442, 0.013170961290597916, -0.030065210536122322, 0.001997607294470072, 0.08668151497840881, 0.01277353148907423, 0.03809747472405434, 0.014558479189872742, 0.028098979964852333, -0.03550372272729874, 0.006027684547007084, -0.05087100714445114, -0.030037321150302887, 0.018198098987340927, -0.007697586435824633, 0.06107867509126663, 0.04281085357069969, -0.041806820780038834, -0.01646893098950386, -0.04342442750930786, -0.014216828159987926, 0.03360721468925476, -0.027150725945830345, -0.03879471868276596, 0.024264130741357803, -0.01335921697318554, -0.04289451986551285, 0.0018616445595398545, 0.021865608170628548, 0.02734595537185669, -0.0037651238963007927, -0.058512814342975616, 0.020457172766327858, -0.029981542378664017, 0.018253877758979797, -0.007007313892245293, -0.018058650195598602, 0.02688577212393284, -0.0006170619744807482, -0.03522482514381409, -0.031320251524448395, -0.07552559673786163, -0.05000642314553261, -0.0008815793553367257, -0.007816118188202381, -0.0029040260706096888, -0.011825277470052242, -0.011288398876786232, 0.03360721468925476, 0.007007313892245293, -0.04827725514769554, 0.051735591143369675, -0.011441793292760849, -0.02701127715408802, -0.03410923108458519, 0.04437268152832985, 0.0302883293479681, 0.03051144815981388, -0.012522523291409016, -0.054106224328279495, -0.016203977167606354, -0.002867420669645071, -0.017863420769572258, 0.0008380014915019274, -0.00857611559331417, 0.013108208775520325, 0.044846806675195694, -0.06771644949913025, 0.01984359696507454, -0.03430446237325668, -0.027164671570062637, -0.027443569153547287, 0.042197275906801224, -0.023817894980311394, -0.03846004232764244, 0.014628203585743904, -0.00874345377087593, -0.023985233157873154, 0.03971508517861366, -0.005020164884626865, 0.046548087149858475, -0.035392165184020996, -0.028126869350671768, 0.02881016954779625, -0.04267140477895737, -0.029563194140791893, 0.04049599915742874, -0.023552941158413887, 0.0251008253544569, 0.013645087368786335, 0.0019383415346965194, 0.004413561895489693, 0.008373914286494255, 0.023776059970259666, -0.0029040260706096888, 0.026829993352293968, -0.0020254971459507942, -0.00540016358718276, 0.001793663133867085, -0.029786312952637672, 0.01645498536527157, 0.019578643143177032, 0.020833685994148254, -0.005152641795575619, -0.014976825565099716, -0.05352053791284561, 0.016984891146421432, 0.03935251757502556, 0.04342442750930786, -0.05823391675949097, 0.0008253639680333436, 0.021781938150525093, -0.04624129831790924, 0.022228175774216652, -0.03988242149353027, 0.007732448633760214, 0.0754140317440033, -0.021238086745142937, 0.02532394416630268, -0.0452093742787838, -0.0008122905855998397, -0.01765424758195877, 0.05142880231142044, 0.009447671473026276, 0.04852826148271561, 0.03505748510360718, -0.0368703231215477, 0.03586629033088684, -0.036117300391197205, -0.012257569469511509, -0.0161203071475029, 0.0057174102403223515, 0.003597785020247102, 0.010863079689443111, -0.02558889612555504, 0.0032596210949122906, 0.021907443180680275, -0.0071014417335391045, 0.021781938150525093, 0.0014528846368193626, -0.00600676704198122, 0.033746663480997086, -0.002314853947609663, 0.021516986191272736, -0.03653564676642418, -0.011811332777142525, -0.060130421072244644, 0.04470735788345337, -0.004988789092749357, -0.03422079235315323, 0.007592999842017889, 0.02678815834224224, 0.012383073568344116, 0.055221814662218094, 0.006641259882599115, 0.003684940515086055, -0.03689821437001228, -0.017835531383752823, 0.019076626747846603, 0.0027593476697802544, -0.014795541763305664, -0.012229680083692074, 0.016775717958807945, 0.036953993141651154, 0.035894181579351425, 0.01697094738483429, -0.0048772296868264675, -0.024445414543151855, 0.03157126158475876, 0.02012249454855919, -0.024431470781564713, -0.014502699486911297, 0.007272266782820225, -0.0031742085702717304, 0.014279580675065517, 0.015046549960970879, 0.02102891355752945, -0.05505447834730148, -0.01793314516544342, 0.0071467626839876175, 0.01743112877011299, 0.049086060374975204, -0.011204729788005352, 0.041360583156347275, -0.006170619744807482, 0.008583087474107742, 0.03873893991112709, -0.030427778139710426, -0.015506732277572155, 0.017807641997933388, 0.04133269190788269, -0.08327896147966385, 0.004291543737053871, -0.04253195598721504, 0.04487469792366028, 0.024668533354997635, 0.049755413085222244, -0.028238428756594658, 0.011504544876515865, 0.022799916565418243, 0.047105882316827774, 0.03355143591761589, 0.0010136201744899154, -0.016566544771194458, -0.03410923108458519, 0.02920062653720379, -0.020401393994688988, -0.056253738701343536, 0.012522523291409016, 0.030762456357479095, -0.004926037043333054, 0.04852826148271561, 0.04336864873766899, 0.002279991749674082, -0.002314853947609663, -0.09047453105449677, -0.011609131470322609, 0.0032456761691719294, -0.009175745770335197, 0.005041082389652729, -0.0004906862741336226, 0.022395513951778412, -0.04370332509279251, -0.02002488076686859, 0.012912980280816555, -0.0037163165397942066, -0.013603253290057182, -0.021112583577632904, 0.02458486333489418, -0.03343987837433815, 0.03516904637217522, 0.03179438039660454, -0.0049818167462944984, -0.04007765278220177, 0.03812536597251892, -0.03907361999154091, 0.0066482326947152615, -0.012494632974267006, -0.031208692118525505, 0.046771205961704254, 0.02406890317797661, 0.006899240892380476, 0.002888337941840291, -0.004960899241268635, 0.016036638990044594, 0.041249021887779236, -0.0022869640961289406, -0.01144876517355442, 0.0012733439216390252, 0.05756456032395363, 0.038320593535900116, 0.038041695952415466, 0.046826984733343124, 0.02469642274081707, 0.0502016507089138, -0.000600502360612154, 0.010214641690254211, 0.010939775966107845, -0.024849817156791687, -0.013484721072018147, 0.04679909348487854, -0.04518148675560951, -0.030929794535040855, -0.01883956417441368, 0.003095768392086029, 0.01882561855018139, 0.01522783376276493, 0.00873648189008236, -0.03171071037650108, -0.06793956458568573, -0.001865130732767284, 0.004999247845262289, -0.006215940695255995, 0.01641315035521984, 0.01623186655342579, 0.027764301747083664, 0.04922550916671753, 0.02148909494280815, 0.013129126280546188, -0.01973203755915165, -0.04144425317645073, -0.005107320845127106, -0.016929112374782562, -0.0018093511462211609, -0.03438813239336014, -0.049532294273376465, -0.06621039658784866, 0.000970042310655117, 0.049030277878046036, -0.0009918311843648553, -0.018741950392723083, 0.012215735390782356, 0.006665663793683052, -0.014014627784490585, 0.013401051983237267, -0.010835189372301102, -0.014084352180361748, -0.01844910718500614, -0.008590060286223888, 0.01434930507093668, -0.011804359965026379, 0.041360583156347275, 0.005365301389247179, -0.08908004313707352, -0.018992958590388298, -0.010270421393215656, 0.05006220191717148, 0.03653564676642418, 0.03466702997684479, 0.0016725168097764254, -0.012027478776872158, -0.00637282058596611, 0.03012099117040634, 0.074856236577034, -0.0054350257851183414, -0.03675876557826996, -0.027875861153006554, 0.0003253084432799369, 0.001703021232970059, -0.04537671431899071, 0.019257910549640656, -0.03461124747991562, 0.0024176975712180138, -0.05435723066329956, 0.0302883293479681, -0.051679812371730804, -0.014879211783409119, 0.07357330620288849, -0.07279239594936371, -0.015437007881700993, -0.03215694800019264, 0.0022015515714883804, 0.025393668562173843, 0.00808804389089346, -0.013122153468430042, -0.06671241670846939, -0.014244718477129936, 0.019536809995770454, 0.030762456357479095, -0.029256407171487808, -0.0018372409977018833, -0.028001364320516586, 0.044735249131917953, 0.03586629033088684, 0.08606794476509094, 0.014181965962052345, -0.01305242907255888, -0.03681454434990883, 0.007655751891434193, 0.0403844378888607, -0.01572985015809536, 0.0005364429671317339, -0.025058990344405174, -0.03801380470395088, -0.0003375102241989225, 0.02425018697977066, -0.03051144815981388, -0.05067577585577965, 0.026983387768268585, 0.024110738188028336, -0.038264814764261246, -0.018198098987340927, -0.0006161903729662299, -0.025072935968637466, 0.02577017992734909, -0.0017439844086766243, 0.015102329663932323, -0.02762485295534134, -0.01578563079237938, -0.02875439077615738, 0.02480798214673996, 0.005776675883680582, 0.02412468194961548, 0.0002845631679520011, -0.011427847668528557, 0.023301932960748672, -0.03051144815981388, 0.05441301316022873, 0.00008012871694518253, 0.027485404163599014, 0.03410923108458519, -0.005797593388706446, 0.016957001760601997, -0.05237705633044243, -0.02684393897652626, -0.017347458750009537, -0.028838058933615685, 0.021684324368834496, 0.016510765999555588, -0.023385602980852127, 0.013833343982696533, 0.012306377291679382, 0.06487169116735458, -0.023134594783186913, 0.0016786176711320877, 0.021809827536344528, 0.033858224749565125, -0.027053112164139748, -0.008025291375815868, 0.020763959735631943, 0.009824183769524097, -0.004535579588264227, -0.06353297829627991, 0.012682889588177204, 0.0452093742787838, -0.00598933594301343, 0.02740173414349556, -0.0011983901495113969, -0.049643855541944504, -0.005285118240863085, 0.02740173414349556, -0.03067878633737564, -0.0161203071475029, 0.03514115512371063, 0.025365779176354408, -0.018463050946593285, -0.016371315345168114, -0.03039988875389099, 0.06766066700220108, -0.011971699073910713, 0.05823391675949097, -0.028391823172569275, -0.01279444806277752, 0.004521634895354509, -0.03720499947667122, -0.05276751145720482, 0.0037616374902427197, 0.01034711766988039, -0.08528702706098557, -0.005564016290009022, 0.031487591564655304, 0.016482874751091003, -0.004908605944365263, 0.03756756708025932, -0.005930069833993912, 0.04314552992582321, 0.007704558782279491, 0.05000642314553261, 0.0022468725219368935, -0.009900880977511406, 0.05067577585577965, 0.03274263069033623, 0.03246373310685158, -0.011239591985940933, 0.025895684957504272, -0.04228094592690468, -0.005937042646110058, -0.0006427728803828359, 0.07301551103591919, -0.030427778139710426, -0.006442544981837273, -0.03394189476966858, -0.007955566979944706, -0.006421627942472696, -0.017612412571907043, 0.025505227968096733, -0.021698269993066788, -0.005250256042927504, -0.01209720317274332, -0.017626358196139336, 0.04233672469854355, 0.021698269993066788, 0.005473374389111996, -0.0031898964662104845, 0.006470434833317995, 0.006745846942067146, 0.01415407657623291, 0.003911545500159264, -0.0212101973593235, 0.04746844992041588, -0.00021483865566551685, 0.010137944482266903, 0.03452758118510246, 0.04088645428419113, 0.08160557597875595, -0.03664720430970192, -0.06314252316951752, -0.022702302783727646, -0.0415000319480896, 0.002077790442854166, -0.0002316161262569949, 0.015088384971022606, -0.05363209545612335, 0.01350563857704401, -0.025616787374019623, -0.05441301316022873, -0.008101988583803177, -0.015925079584121704, -0.03383033350110054, 0.07736632227897644, 0.06269628554582596, -0.005588419735431671, -0.0038313621189445257, 0.030037321150302887, 0.007760338485240936, -0.01634342595934868, -0.023218262940645218, -0.018114428967237473, 0.01596691459417343, -0.029758423566818237, 0.009370975196361542, 0.021503040567040443, 0.02504504658281803, -0.0038731968961656094, 0.0478031262755394, -0.05452457070350647, -0.0639234334230423, 0.0581781342625618, 0.026174582540988922, -0.011427847668528557, 0.013805453665554523, -0.010096109472215176, -0.010563263669610023, 0.05812235549092293, -0.022883586585521698, 0.023859728127717972, 0.0020847630221396685, 0.01376361958682537, -0.06353297829627991, -0.01715223118662834, -0.004671542439609766, 0.03185015916824341, -0.0021510012447834015, 0.013561418280005455, -0.029591083526611328, -0.039101507514715195, 0.07067276537418365, 0.07903970777988434, -0.026314031332731247, 0.00466805649921298, 0.026174582540988922, 0.029646864160895348, 0.02791769616305828, -0.03991031274199486, -0.030874015763401985, 0.002142285695299506, 0.01578563079237938, 0.030985575169324875, -0.01065390557050705, 0.01578563079237938, 0.00792767759412527, -0.030427778139710426, -0.0186164453625679, -0.009935743175446987, -0.01585535518825054, 0.0016542141092941165, 0.00939189177006483, -0.011504544876515865, -0.006491352338343859, 0.06241738423705101, -0.06476012617349625, 0.02808503434062004, -0.04565561190247536, -0.01764030195772648, -0.03885050117969513, 0.009754459373652935, 0.01634342595934868, -0.021698269993066788, -0.029869982972741127, 0.01876983977854252, -0.00501667894423008, 0.028949618339538574, 0.04336864873766899, -0.014683983288705349, 0.020108550786972046, 0.05661630630493164, 0.000975271628703922, -0.01454453356564045, -0.027750356122851372, 0.011999589391052723, 0.014809487387537956, -0.044791027903556824, 0.007481440436094999, 0.011553351767361164, 0.024821927770972252, 0.003942921292036772, -0.013003622181713581, 0.035113267600536346, 0.002107423497363925, -0.01798892579972744, 0.01473976206034422, 0.026369811967015266, 0.012473715469241142, -0.0012663714587688446, -0.02881016954779625, 0.007725476287305355, -0.003866224316880107, -0.0026233848184347153, 0.023483216762542725, -0.05519392713904381, 0.00028260218095965683, 0.019439194351434708, -0.04255984351038933, 0.017277734354138374, -0.028391823172569275, 0.020261943340301514, 0.01765424758195877, 0.004664570093154907, -0.008597033098340034, -0.0024891651701182127, -0.023413492366671562, -0.010939775966107845, -0.01393095776438713, -0.02160065434873104, 0.00032116853981278837, -0.006794653832912445, -0.04030076786875725, -0.015478841960430145, -0.01726379059255123, -0.004566955845803022, -0.024222295731306076, 0.03327253833413124, -0.02662082016468048, -0.036005739122629166, -0.01617608778178692, -0.04041232913732529, 0.04989486187696457, 0.0010598126100376248, 0.008889875374734402, 0.024333855137228966, -0.04200204834342003, -0.035392165184020996, -0.055221814662218094, -0.006885295733809471, -0.03343987837433815, 0.07569293677806854, 0.0011548122856765985, -0.03263107314705849, -0.060688216239213943, -0.041249021887779236, -0.0010676566744223237, -0.015799574553966522, -0.017347458750009537, -0.009510423988103867, 0.017500853165984154, -0.0029772368725389242, 0.0326031818985939, -0.007725476287305355, -0.00896657258272171, -0.029507415369153023, 0.008631895296275616, 0.02582596056163311, -0.011797388084232807, 0.06236160546541214, 0.04551616311073303, -0.0472453311085701, 0.015869298949837685, 0.01181830558925867, 0.04894660785794258, -0.041918378323316574, -0.0161203071475029, -0.031264472752809525, -0.018142318353056908, -0.043452318757772446, -0.05996308475732803, 0.04900239035487175, -0.011058308184146881, -0.01821204274892807, 0.019592588767409325, -0.03394189476966858, -0.018184153363108635, -0.02773641236126423, -0.0010571979219093919, -0.05628162994980812, 0.009287305176258087, 0.00458090053871274, 0.0420578271150589, 0.03773490712046623, -0.04674331471323967, 0.2254611849784851, 0.02035955898463726, 0.009866018779575825, -0.027708522975444794, -0.04551616311073303, 0.006198509596288204, 0.033188868314027786, -0.0005591034423559904, 0.0013509124983102083, -0.0006057317368686199, 0.006195023190230131, -0.028461547568440437, -0.021907443180680275, -0.01372875738888979, 0.03787435591220856, 0.03806958347558975, -0.01697094738483429, 0.028266318142414093, 0.0136171979829669, -0.0348343662917614, -0.06905516237020493, -0.04289451986551285, 0.004727322142571211, 0.05828969553112984, -0.007307128980755806, 0.014865266159176826, 0.002750632120296359, -0.03912939876317978, -0.014642148278653622, -0.0018476996337994933, -0.01995515637099743, -0.026007244363427162, 0.0032352174166589975, -0.034137122333049774, -0.0576203390955925, 0.01596691459417343, 0.02740173414349556, 0.0029772368725389242, 0.009970605373382568, -0.019759926944971085, -0.054385121911764145, -0.009963633492588997, 0.002109166467562318, -0.016315536573529243, 0.00953134149312973, 0.052070267498493195, 0.017612412571907043, 0.021558819338679314, 0.009900880977511406, 0.023580830544233322, 0.03787435591220856, -0.027708522975444794, -0.015241779386997223, -0.031376030296087265, 0.005166586488485336, 0.01465609297156334, 0.020331667736172676, -0.009733541868627071, 0.03290997073054314, -0.04883505031466484, 0.015660125762224197, 0.04331286996603012, 0.01860249973833561, 0.02841971255838871, -0.015827465802431107, 0.04046810790896416, 0.06810690462589264, -0.002806411823257804, 0.022283954545855522, -0.0014415543992072344, 0.020345613360404968, -0.047050103545188904, -0.03907361999154091, -0.043284978717565536, 0.028838058933615685, -0.03023255057632923, 0.004249709192663431, 0.020889464765787125, 0.003977783489972353, -0.0357547327876091, -0.05301852151751518, 0.004406589549034834, -0.054329343140125275, -0.009071159176528454, 0.007279239594936371, 0.04532093554735184, 0.027959531173110008, -0.009942715987563133, -0.02650926075875759, 0.01613425277173519, 0.006038142833858728, 0.006003280635923147, -0.009928771294653416, -0.00350191374309361, 0.0068225436843931675 ]
9872_0
Electric bus is a bus powered by electric energy. "Electric bus" can also refer to: Bus (computing), used for connecting components of a computer or communication between computers Busbars, thick conductors used in electrical substations In power engineering, a "bus" is any graph node of the single-line diagram at which voltage, current, power flow, or other quantities are to be evaluated. This may correspond to the physical busbars in substation. A ground bus or earth bus is a conductor used as a zero voltage reference in a system, often connected to ground or earth. In professional audio, bus refers to a place in the audio signal chain where one can hear a mix of different audio signals—usually at the output of a mixing console.
[ -0.01700414903461933, -0.004651342984288931, -0.02036246843636036, 0.017245041206479073, 0.01983817294239998, -0.022388795390725136, 0.004761161748319864, -0.05438493564724922, 0.0009449701174162328, 0.028411097824573517, 0.0003781651903409511, -0.012264242395758629, 0.02202037163078785, -0.06093153357505798, -0.017811845988035202, -0.032818008214235306, -0.04477759078145027, -0.016706576570868492, -0.05968456342816353, -0.00474699167534709, -0.010712613351643085, 0.054838377982378006, 0.003473451593890786, -0.016635725274682045, -0.019583111628890038, 0.05750236287713051, 0.007694377098232508, -0.007517250720411539, -0.007028381340205669, 0.06563601642847061, 0.008502074517309666, -0.022913090884685516, 0.020560849457979202, -0.02992730215191841, 0.033384811133146286, -0.02172279916703701, 0.008962603285908699, -0.02364993654191494, -0.03185443952679634, -0.044437509030103683, 0.033016387373209, 0.016139771789312363, -0.035056885331869125, -0.01757095381617546, -0.006383640691637993, -0.027447529137134552, 0.04228365048766136, -0.024613505229353905, 0.03244958445429802, -0.024896908551454544, -0.004832012113183737, 0.0522310771048069, -0.0041093360632658005, 0.02420257218182087, 0.001969647128134966, -0.02913377434015274, -0.01819443888962269, -0.005200435407459736, -0.0467047281563282, 0.017528442665934563, 0.053194645792245865, -0.023210663348436356, -0.002267219824716449, -0.02584630623459816, -0.016153940930962563, -0.02172279916703701, -0.00028495234437286854, 0.02423091232776642, -0.04341726005077362, 0.03137265518307686, -0.06155501678586006, 0.029048753902316093, 0.004392738454043865, -0.04732821509242058, -0.006135663483291864, 0.0685833990573883, 0.0018084620824083686, -0.0015542854089289904, -0.007049636449664831, -0.013560808263719082, -0.024273421615362167, 0.023579087108373642, -0.024400953203439713, -0.007651866879314184, -0.036984022706747055, 0.03769252821803093, -0.021311866119503975, -0.047441575676202774, -0.02916211448609829, -0.014460611157119274, 0.024882737547159195, 0.04868854582309723, 0.011180227622389793, 0.06733642518520355, 0.0688101202249527, 0.017826015129685402, -0.03522692620754242, 0.003177650272846222, -0.03106091171503067, 0.01565798744559288, 0.0008435652125626802, 0.0689234808087349, -0.016380663961172104, 0.036984022706747055, -0.03874111920595169, 0.010117468424141407, 0.02941717766225338, 0.04457921162247658, -0.00597270717844367, -0.03497186675667763, 0.000401191646233201, -0.010471721179783344, 0.00908304937183857, -0.03471680358052254, 0.008466648869216442, 0.02992730215191841, 0.016975808888673782, 0.02094344235956669, -0.0074747405014932156, 0.02611553855240345, -0.002290246309712529, -0.007899844087660313, 0.016550704836845398, -0.015119521878659725, -0.05143754929304123, -0.035368628799915314, -0.0073684644885361195, 0.010415040887892246, -0.015558796003460884, -0.04293547570705414, 0.008360372856259346, 0.04211360961198807, 0.014609397388994694, 0.04588286206126213, 0.008190331980586052, 0.031174272298812866, 0.0015835113590583205, 0.10213825106620789, 0.017967717722058296, 0.01976732350885868, -0.014233889058232307, -0.013298661448061466, 0.006829999852925539, 0.058664314448833466, -0.010351275093853474, -0.006401353515684605, 0.039194561541080475, 0.02064586989581585, -0.03193945810198784, 0.022473815828561783, -0.002642728155478835, 0.002400064840912819, -0.008282436989247799, 0.007276358548551798, -0.0330730676651001, 0.005466125439852476, 0.006890222895890474, 0.013964656740427017, 0.01898796670138836, 0.020164085552096367, 0.005908941850066185, -0.0003046576748602092, 0.040809955447912216, 0.012795621529221535, -0.045797839760780334, 0.009316856041550636, -0.04642132669687271, 0.0056361667811870575, -0.029077094048261642, -0.02006489597260952, -0.046903111040592194, 0.0219920314848423, 0.01390797644853592, 0.002745461417362094, 0.006674128584563732, 0.011995010077953339, 0.0030448054894804955, 0.017542613670229912, 0.024117551743984222, -0.039421286433935165, 0.011151887476444244, -0.025477882474660873, 0.021552758291363716, 0.04778165742754936, -0.010372530668973923, 0.03514190763235092, -0.0027932857628911734, 0.0077085476368665695, -0.029048753902316093, -0.02781595289707184, 0.04503265395760536, 0.07017045468091965, -0.026498131453990936, -0.04429580643773079, -0.05285456031560898, 0.022941431030631065, -0.05945783853530884, 0.01417720876634121, -0.032024480402469635, -0.0494253933429718, -0.01842116191983223, 0.003131597302854061, -0.022658027708530426, 0.03128763288259506, -0.0384010374546051, 0.001597681432031095, 0.022133734077215195, 0.050190579146146774, -0.03233622387051582, 0.06580605357885361, 0.0549234002828598, 0.031004231423139572, -0.007354294415563345, 0.027844293043017387, 0.022643858566880226, -0.01837865076959133, -0.022388795390725136, 0.00639072572812438, 0.0011575219687074423, 0.011775372549891472, 0.0040809959173202515, 0.016451513394713402, 0.013589148409664631, 0.019158007577061653, 0.006284450180828571, -0.0004831126716453582, -0.005459040403366089, 0.020461658015847206, 0.01045755110681057, -0.009451472200453281, -0.009586088359355927, 0.04511767625808716, 0.007166540250182152, 0.004389195702970028, 0.010245000012218952, -0.004559237509965897, -0.007325954269617796, -0.0029101890977472067, 0.03681398183107376, -0.016947468742728233, 0.030919210985302925, 0.009635684080421925, 0.05296792462468147, -0.04180186614394188, -0.020447488874197006, -0.040583234280347824, -0.006341130472719669, 0.0030377202201634645, 0.0008245240896940231, 0.0018917114939540625, -0.02505277842283249, -0.01262558065354824, 0.03001232258975506, 0.026824044063687325, -0.006635160651057959, 0.016890788450837135, 0.006493459455668926, 0.026200558990240097, -0.021283525973558426, -0.05877767503261566, 0.03417833894491196, 0.002834024839103222, -0.00347699411213398, 0.03800427168607712, 0.03602045401930809, 0.06773319095373154, 0.0019802749156951904, 0.011456545442342758, -0.03491518646478653, -0.02855280041694641, -0.04698812961578369, -0.046307966113090515, -0.046846430748701096, 0.040044769644737244, -0.05441327393054962, -0.012710601091384888, 0.011293589137494564, -0.054895058274269104, 0.07215426862239838, -0.04562779888510704, -0.009423132054507732, 0.00011513225763337687, -0.02828356809914112, -0.01319238543510437, 0.02200620248913765, 0.03763584792613983, -0.07283443957567215, 0.05166427046060562, 0.035595349967479706, 0.03664394095540047, 0.008735881187021732, -0.030890870839357376, 0.014949481002986431, 0.010535486973822117, 0.007127572316676378, -0.008438308723270893, 0.05058734118938446, 0.0935228168964386, -0.03593543544411659, -0.024896908551454544, -0.029502198100090027, -0.015332073904573917, -0.04698812961578369, 0.01562964729964733, -0.023239003494381905, 0.07782232016324997, 0.005983334966003895, -0.013057769276201725, 0.027858464047312737, 0.040243152529001236, -0.006578479893505573, 0.004846182186156511, -0.008601265028119087, 0.018081078305840492, -0.018633712083101273, 0.0329597070813179, 0.020490000024437904, -0.02121267467737198, -0.01843533106148243, 0.03168439865112305, 0.000719576608389616, -0.009444387629628181, -0.02223292365670204, -0.052401117980480194, 0.042510371655225754, 0.03709738329052925, -0.019427239894866943, -0.0385427363216877, 0.05940115824341774, -0.04891526699066162, -0.02690906450152397, -0.013178215362131596, -0.00042045413283631206, 0.05517846345901489, 0.025166140869259834, -0.004952458199113607, 0.008877582848072052, 0.02944551780819893, 0.05163593217730522, 0.005126042291522026, 0.04678975045681, -0.0002716678427532315, 0.004832012113183737, 0.027305828407406807, -0.002182199154049158, 0.008877582848072052, 0.0077652279287576675, 0.03103257156908512, -0.016068920493125916, -0.029247134923934937, -0.039194561541080475, -0.02938883751630783, 0.0012859387788921595, -0.010783464647829533, 0.0017668373184278607, -0.011874563992023468, -0.005877058953046799, -0.004966628272086382, -0.02087259292602539, 0.028156036511063576, -0.0003369832702446729, 0.012717686593532562, -0.005575943738222122, 0.00020635242981370538, -0.006603277754038572, -0.06954696774482727, 0.0007116058841347694, 0.026767363771796227, 0.019115496426820755, -0.03355485200881958, 0.032818008214235306, 0.0011353811714798212, -0.021056804805994034, 0.058154188096523285, -0.015091181732714176, -0.04489095136523247, 0.017925206571817398, 0.0044565037824213505, 0.012051690369844437, -0.04293547570705414, 0.02063170075416565, 0.007779398001730442, -0.001912966719828546, -0.026781534776091576, -0.0006934504490345716, 0.027064936235547066, -0.009968682192265987, 0.03162771835923195, -0.017641805112361908, -0.037550829350948334, 0.0412634015083313, -0.0038046783301979303, -0.021524418145418167, -0.026342259719967842, 0.01571466773748398, -0.05310962349176407, -0.0007957410416565835, 0.030720828101038933, -0.0002132160880137235, -0.008140736259520054, 0.05877767503261566, 0.033441491425037384, 0.009387707337737083, 0.020957613363862038, -0.028651989996433258, -0.02998398244380951, -0.010379616171121597, 0.00631633261218667, 0.05248614028096199, -0.016919128596782684, -0.04542941600084305, -0.03636053949594498, -0.01072678342461586, -0.017996057868003845, -0.015487945638597012, 0.01045046653598547, 0.02309730276465416, -0.04571282118558884, -0.016423173248767853, 0.04922701045870781, -0.006599735002964735, -0.0013319916324689984, -0.0413200818002224, 0.052089374512434006, 0.03193945810198784, -0.05135253071784973, 0.017443422228097916, -0.05296792462468147, 0.07215426862239838, 0.014191378839313984, -0.035623691976070404, -0.06365219503641129, -0.003528360743075609, 0.014906970784068108, -0.04542941600084305, -0.011066867038607597, 0.07640530914068222, -0.05557522550225258, -0.03242124244570732, -0.039988089352846146, 0.024358443915843964, 0.041943565011024475, -0.010705528780817986, -0.03624717518687248, -0.018095247447490692, -0.02169445902109146, -0.000991908716969192, -0.02696574665606022, -0.02312564291059971, -0.01142820529639721, -0.006550139747560024, -0.07470489293336868, 0.022374626249074936, -0.032052818685770035, -0.004619460552930832, -0.011158972978591919, -0.0005898313829675317, -0.015615476295351982, 0.011024356819689274, -0.022672198712825775, -0.02890705317258835, -0.010025362484157085, 0.04449418932199478, -0.017131680622696877, 0.006050643045455217, 0.027319999411702156, -0.009571918286383152, 0.024868566542863846, 0.0005867317086085677, 0.04639298468828201, -0.020461658015847206, 0.023182323202490807, -0.033696554601192474, -0.007138200104236603, 0.03208116069436073, -0.08666447550058365, -0.03647390007972717, -0.015572966076433659, -0.018860435113310814, -0.00763769680634141, 0.01003244798630476, 0.002067066729068756, 0.013128619641065598, 0.025676265358924866, 0.03553866967558861, -0.04435248672962189, 0.02005072496831417, 0.04044153541326523, -0.019724812358617783, -0.00646157655864954, -0.013390767388045788, 0.062235184013843536, 0.01596972905099392, -0.020745061337947845, 0.03417833894491196, 0.007715632673352957, -0.011421119794249535, -0.0029774971771985292, 0.059797924011945724, 0.008757136762142181, 0.05687887594103813, -0.00336717558093369, -0.014481866732239723, -0.011293589137494564, -0.020419148728251457, 0.0032520433887839317, -0.045514438301324844, 0.05472501739859581, -0.02389082871377468, 0.011562821455299854, 0.03332813084125519, 0.0329313687980175, 0.0011619501747190952, 0.0356803722679615, 0.04185854643583298, 0.013667084276676178, -0.02282807044684887, 0.029473857954144478, -0.03375323489308357, 0.016323983669281006, 0.012696431018412113, -0.004215612076222897, 0.00426166458055377, 0.010818889364600182, -0.04483427107334137, 0.00009133087587542832, 0.0549517422914505, -0.019951533526182175, -0.013589148409664631, -0.03786257281899452, 0.054328255355358124, -0.06064813211560249, 0.005707017611712217, -0.008969688788056374, 0.028935393318533897, -0.026058858260512352, 0.01755678281188011, -0.009749045595526695, -0.02995564229786396, -0.01758512295782566, -0.016819937154650688, 0.043275557458400726, -0.03602045401930809, -0.022884750738739967, -0.004778874106705189, -0.009380621835589409, -0.016607385128736496, 0.03199613839387894, -0.016564873978495598, 0.005639709532260895, 0.05058734118938446, -0.02064586989581585, 0.04296381399035454, -0.028510289266705513, -0.04426746815443039, -0.0438990443944931, -0.03542530909180641, -0.004584034904837608, -0.0022867037914693356, 0.04160348325967789, -0.025662094354629517, 0.06297203153371811, 0.00264449929818511, -0.04171684384346008, 0.036105476319789886, 0.03732410818338394, -0.041631825268268585, -0.009104304946959019, 0.021226845681667328, -0.02834024839103222, -0.013270321302115917, -0.011194397695362568, 0.025378691032528877, 0.04095165804028511, -0.010372530668973923, -0.051012445241212845, -0.0689234808087349, -0.019866513088345528, -0.06353883445262909, 0.02087259292602539, -0.005625538993626833, -0.023706616833806038, -0.01441101636737585, 0.013029429130256176, -0.008757136762142181, 0.008218672126531601, 0.04160348325967789, 0.05361974984407425, 0.04415410757064819, 0.027830123901367188, -0.004693853668868542, 0.0038436460308730602, 0.02581796608865261, -0.020518340170383453, 0.024259252473711967, -0.034773483872413635, 0.0006062156171537936, 0.003978262189775705, -0.015487945638597012, -0.07861584424972534, 0.0074251447804272175, -0.004835554864257574, 0.0007209050818346441, -0.020149916410446167, 0.02941717766225338, -0.03375323489308357, -0.02312564291059971, -0.036984022706747055, 0.003939294256269932, -0.0029190455097705126, 0.010018277913331985, 0.021311866119503975, -0.016040580347180367, 0.0027047223411500454, 0.017911037430167198, 0.004502556752413511, -0.03210949897766113, -0.010131638497114182, 0.004630087874829769, 0.027277488261461258, -0.029077094048261642, 0.009380621835589409, 0.0034061435144394636, -0.024953588843345642, -0.027645912021398544, -0.007446399889886379, 0.0001387122320011258, -0.033979956060647964, -0.01679159700870514, 0.014666078612208366, -0.021609438583254814, 0.023763297125697136, -0.05670883506536484, 0.022629687562584877, 0.04171684384346008, -0.019441410899162292, 0.025435373187065125, -0.004736363887786865, -0.014007167890667915, -0.030324066057801247, 0.04268041253089905, -0.021269356831908226, -0.008509159088134766, -0.08740132302045822, -0.02556290291249752, -0.02587464638054371, -0.05313796550035477, 0.08575759083032608, -0.019058816134929657, 0.019101327285170555, -0.002155630150809884, -0.006227769423276186, 0.054016511887311935, -0.005409444682300091, -0.03409331664443016, 0.060364726930856705, -0.0022264807485044003, -0.06512589007616043, 0.029615558683872223, 0.01846367120742798, -0.0029456145130097866, -0.04707315191626549, -0.05985460430383682, -0.02941717766225338, -0.002743690274655819, 0.009430217556655407, -0.021566929295659065, -0.02031995728611946, -0.04970879480242729, -0.04616626352071762, -0.0018075763946399093, -0.028269397094845772, 0.006263194605708122, -0.012547644786536694, 0.013171129859983921, 0.014552717097103596, -0.030749168246984482, -0.025506222620606422, 0.01973898336291313, -0.027674252167344093, 0.041943565011024475, -0.01653653383255005, -0.035340290516614914, -0.03182609751820564, -0.015317903831601143, -0.03627551719546318, 0.038627758622169495, 0.0013736163964495063, -0.0144464410841465, -0.043303899466991425, 0.00039942035800777376, -0.01265392079949379, 0.01510535180568695, 0.03199613839387894, 0.039421286433935165, -0.042510371655225754, -0.007616441696882248, -0.006164004094898701, 0.01486445963382721, 0.02172279916703701, 0.002465601544827223, 0.008289522491395473, 0.03222286328673363, 0.05628373101353645, -0.05645377188920975, -0.02642728015780449, -0.024131720885634422, -0.00007904272206360474, 0.01734423078596592, 0.016720745712518692, -0.013135705143213272, -0.014609397388994694, 0.028680330142378807, -0.03712572529911995, 0.004842639900743961, -0.009997022338211536, 0.047158174216747284, -0.027915144339203835, -0.02442929334938526, -0.0059762499295175076, 0.017528442665934563, 0.006776861846446991, 0.033356472849845886, 0.009586088359355927, 0.012710601091384888, -0.01224298682063818, 0.03361153230071068, -0.01262558065354824, 0.009933256544172764, -0.002492170548066497, -0.046307966113090515, -0.029842281714081764, -0.0017721510957926512, -0.04089497774839401, 0.0054306997917592525, -0.02170863002538681, -0.009104304946959019, -0.03023904375731945, -0.015232883393764496, 0.004559237509965897, 0.004102251026779413, 0.03219452127814293, -0.0012620266061276197, 0.0041412184946238995, -0.04710149019956589, -0.04092331603169441, -0.0247268658131361, -0.054328255355358124, -0.02121267467737198, 0.01334117166697979, 0.021609438583254814, -0.019030475988984108, 0.017925206571817398, -0.013659999705851078, 0.0003228131390642375, -0.0001537679781904444, 0.04180186614394188, 0.002690552268177271, 0.0009910230292007327, -0.046903111040592194, 0.022374626249074936, -0.03378157690167427, 0.04508933424949646, 0.009812810458242893, 0.06812995672225952, -0.0035248182248324156, -0.05906107649207115, 0.013185299932956696, 0.03233622387051582, -0.0062419394962489605, -0.04868854582309723, 0.02387665957212448, -0.04146178439259529, 0.012951493263244629, 0.010386700741946697, 0.0714174211025238, -0.0438990443944931, -0.04282211512327194, -0.004180186428129673, -0.01084722951054573, -0.008721711114048958, -0.039733026176691055, 0.029275475069880486, 0.0288220327347517, -0.0247126966714859, -0.007248018402606249, 0.015870539471507072, 0.0688668042421341, 0.008062800392508507, -0.02886454202234745, 0.03443340212106705, 0.06898016482591629, 0.012200476601719856, -0.008204502053558826, -0.04180186614394188, 0.013291575945913792, 0.040299832820892334, 0.02995564229786396, 0.030919210985302925, -0.014127613976597786, 0.034206680953502655, 0.001322249649092555, -0.052344437688589096, 0.007651866879314184, -0.001602109638042748, -0.03760750964283943, 0.046846430748701096, 0.00748891057446599, 0.01387963630259037, -0.014063848182559013, -0.005721187684684992, 0.05058734118938446, -0.018874604254961014, -0.01983817294239998, 0.037834230810403824, 0.005444870330393314, 0.03539697080850601, -0.013291575945913792, 0.004555694758892059, -0.022629687562584877, -0.020192425698041916, 0.04809340089559555, -0.00391803914681077, -0.008601265028119087, -0.04018647223711014, 0.036190494894981384, 0.03457510098814964, 0.01733006164431572, 0.015388754196465015, 0.015799688175320625, 0.03638887777924538, -0.01030168030411005, 0.06421899795532227, -0.00521460548043251, 0.002534680999815464, 0.009522323496639729, -0.03193945810198784, -0.026724854484200478, 0.04256705194711685, -0.023309852927923203, 0.0004448090330697596, 0.02309730276465416, -0.051522571593523026, -0.007124029565602541, -0.0357653945684433, -0.00433251541107893, -0.05248614028096199, 0.012221732176840305, 0.023224832490086555, -0.014304740354418755, -0.07011377066373825, 0.06206514313817024, -0.024542653933167458, 0.009706534445285797, 0.08076970279216766, 0.01292315311729908, 0.016961637884378433, 0.10576580464839935, 0.008303692564368248, -0.027971824631094933, -0.04832012206315994, 0.030635807663202286, -0.018251119181513786, 0.006667043082416058, 0.009196409955620766, -0.0329597070813179, -0.030040662735700607, 0.019044646993279457, 0.008502074517309666, -0.0151336919516325, -0.00323078827932477, 0.03321477025747299, 0.026880724355578423, -0.005675134714692831, 0.025902986526489258, -0.044720910489559174, 0.029558878391981125, 0.030437426641583443, 0.0016357636777684093, -0.01733006164431572, -0.03406497836112976, -0.04174518585205078, 0.04319053888320923, -0.05991128459572792, -0.017967717722058296, 0.023990020155906677, -0.03446174040436745, -0.030749168246984482, -0.013596233911812305, 0.023834148421883583, -0.0411500409245491, 0.024613505229353905, -0.010464636608958244, -0.011010185815393925, 0.01554462593048811, 0.003060746705159545, -0.0007005354855209589, 0.041121698915958405, -0.007481825537979603, 0.012611410580575466, 0.03925124183297157, 0.03103257156908512, -0.038599416613578796, 0.032818008214235306, -0.05002053827047348, 0.00741805974394083, -0.0015374583890661597, -0.052656181156635284, 0.009189325384795666, -0.010167064145207405, -0.030947551131248474, -0.05138086900115013, -0.03772087022662163, -0.011860393919050694, -0.029643898829817772, 0.02094344235956669, 0.027971824631094933, 0.01973898336291313, 0.024797717109322548, -0.03165605664253235, -0.0021981403697282076, -0.04285045340657234, -0.021255185827612877, -0.011513225734233856, 0.03270464763045311, 0.010344190523028374, -0.01759929396212101, 0.00893426313996315, -0.025449542328715324, 0.23533742129802704, 0.042793773114681244, 0.012639750726521015, 0.008707541041076183, 0.01867622323334217, 0.07850248366594315, -0.010011192411184311, -0.0029261305462569, 0.025364521890878677, -0.00028760923305526376, -0.0021255186293274164, 0.016550704836845398, -0.01154865138232708, 0.046591367572546005, 0.0009467413765378296, 0.04429580643773079, -0.02417423203587532, 0.025350350886583328, 0.015346243977546692, -0.038372695446014404, -0.02798599563539028, -0.028765352442860603, 0.022870579734444618, 0.03196780011057854, -0.021850330755114555, 0.010174148716032505, -0.010691358707845211, -0.02336653508245945, 0.00305897556245327, -0.019101327285170555, -0.022077053785324097, -0.006284450180828571, 0.020135745406150818, 0.010861399583518505, -0.031117592006921768, 0.02094344235956669, 0.011782458052039146, -0.03182609751820564, -0.04446584731340408, -0.008417053148150444, 0.01390089187771082, -0.03406497836112976, 0.02835441753268242, -0.021113485097885132, -0.015048671513795853, 0.04316219687461853, -0.04724319279193878, 0.028453608974814415, 0.020249107852578163, -0.05050232261419296, 0.05248614028096199, -0.022743048146367073, -0.008884667418897152, 0.011081037111580372, -0.0178685262799263, 0.020730892196297646, -0.02146773785352707, -0.015743007883429527, -0.03712572529911995, 0.0206600409001112, 0.09664024412631989, -0.00775814289227128, -0.012193392030894756, 0.021935351192951202, -0.017911037430167198, 0.02036246843636036, 0.000580532243475318, 0.045457758009433746, -0.004559237509965897, 0.03080584853887558, -0.03276132792234421, -0.009706534445285797, 0.0077085476368665695, -0.06903684139251709, -0.010528402402997017, -0.0002597118145786226, 0.010769294574856758, 0.006936275865882635, -0.0020546680316329002, 0.018633712083101273, 0.04171684384346008, -0.03168439865112305, -0.013376597315073013, 0.014850289560854435, 0.03349817171692848, 0.05583028867840767, -0.043558962643146515, -0.03080584853887558, -0.03760750964283943, 0.011853308416903019, 0.00577786797657609, 0.03817431256175041, 0.036955684423446655, 0.03959132730960846, -0.03551033139228821 ]
9875_0
An exploit (from the English verb to exploit, meaning "to use something to one’s own advantage") is a piece of software, a chunk of data, or a sequence of commands that takes advantage of a bug or vulnerability to cause unintended or unanticipated behavior to occur on computer software, hardware, or something electronic (usually computerized). Such behavior frequently includes things like gaining control of a computer system, allowing privilege escalation, or a denial-of-service (DoS or related DDoS) attack. Classification There are several methods of classifying exploits. The most common is by how the exploit communicates to the vulnerable software. A remote exploit works over a network and exploits the security vulnerability without any prior access to the vulnerable system. A local exploit requires prior access to the vulnerable system and usually increases the privileges of the person running the exploit past those granted by the system administrator. Exploits against client applications also exist, usually consisting of modified servers that send an exploit if accessed with a client application. A common form of Exploits against client applications are browser exploits. Exploits against client applications may also require some interaction with the user and thus may be used in combination with the social engineering method. Another classification is by the action against the vulnerable system; unauthorized data access, arbitrary code execution, and denial of service are examples. Many exploits are designed to provide superuser-level access to a computer system. However, it is also possible to use several exploits, first to gain low-level access, then to escalate privileges repeatedly until one reaches the highest administrative level (often called "root"). After an exploit is made known to the authors of the affected software, the vulnerability is often fixed through a patch and the exploit becomes unusable. That is the reason why some black hat hackers as well as military or intelligence agencies hackers do not publish their exploits but keep them private. Exploits unknown to everyone but the people that found and developed them are referred to as zero day exploits. Types Exploitations are commonly categorized and named by the type of vulnerability they exploit (see vulnerabilities for a list), whether they are local/remote and the result of running the exploit (e.g. EoP, DoS, spoofing). One scheme that offers zero day exploits is Exploit-as-a-Service.
[ -0.03309791907668114, -0.021943453699350357, -0.027761902660131454, -0.005730735138058662, -0.004988809581845999, -0.023829331621527672, -0.03008635900914669, -0.0402320995926857, 0.010913249105215073, 0.06765776127576828, 0.031577520072460175, 0.0024724758695811033, 0.047453995794057846, -0.018873415887355804, -0.014524197205901146, -0.0005724339280277491, -0.028332052752375603, -0.024048620834946632, -0.025598257780075073, 0.01281374879181385, 0.05412036180496216, 0.006121799349784851, -0.03511537238955498, 0.010123811662197113, -0.01669515110552311, 0.02504272758960724, 0.03663577139377594, -0.017002156004309654, -0.006297230254858732, 0.07192657142877579, -0.0023226288612931967, 0.030992751941084862, -0.014436482451856136, -0.051518138498067856, 0.00010884468065341935, -0.02051076851785183, 0.039033323526382446, -0.03850703313946724, -0.02605145424604416, -0.04283432289958, 0.013844403438270092, -0.028624437749385834, 0.01250674482434988, -0.030174074694514275, -0.034062787890434265, 0.012177811935544014, 0.019048847258090973, -0.018727224320173264, 0.047483235597610474, -0.004045869689434767, 0.05882775038480759, 0.04318518191576004, 0.018157074227929115, -0.0005043631535954773, -0.022265074774622917, -0.03897484764456749, 0.04105077683925629, 0.02454567514359951, 0.025788309052586555, -0.026782415807247162, -0.02720637246966362, 0.015701044350862503, 0.00881539098918438, -0.017835451290011406, 0.017411494627594948, 0.048097241669893265, -0.022484363988041878, -0.012938011437654495, -0.04537806659936905, -0.021387921646237373, -0.03552471101284027, 0.04087534546852112, -0.016183478757739067, -0.06169311702251434, -0.04037829115986824, 0.008011333644390106, 0.007967475801706314, 0.010781676508486271, -0.03941342234611511, 0.05467589199542999, -0.03789302334189415, 0.07403174042701721, -0.004363837651908398, -0.010138430632650852, -0.003932571038603783, 0.02191421389579773, 0.03502765670418739, 0.003464755602180958, -0.016241956502199173, -0.019516661763191223, -0.010299242101609707, -0.003618257585912943, 0.004067798610776663, -0.0002907854795921594, -0.004619674291461706, 0.027484137564897537, -0.03991047665476799, 0.03862398490309715, -0.049032870680093765, 0.03303944319486618, 0.05985109508037567, 0.04163554683327675, -0.02570059336721897, 0.055553045123815536, -0.020890869200229645, 0.048886679112911224, 0.05441274493932724, 0.036255672574043274, -0.0493837334215641, -0.016636675223708153, -0.008756914176046848, 0.009049298241734505, -0.030934274196624756, -0.043886907398700714, -0.01723606325685978, -0.019195038825273514, -0.011746545322239399, 0.05110879987478256, 0.00901275034993887, -0.0016940024215728045, -0.024984251707792282, -0.023493090644478798, 0.03447212651371956, -0.020993202924728394, -0.013661663047969341, -0.02289370261132717, -0.029589306563138962, 0.040904585272073746, -0.005080179776996374, -0.017484590411186218, 0.0052702296525239944, 0.052629198879003525, 0.01103020366281271, 0.0493837334215641, -0.05420807749032974, 0.03336106613278389, -0.0017305504297837615, 0.028595199808478355, 0.040115147829055786, -0.031138943508267403, -0.0058623082004487514, -0.00734981382265687, -0.016256574541330338, 0.08385585993528366, 0.011395683512091637, 0.02227969467639923, 0.016855962574481964, -0.005573578644543886, -0.00389602268114686, 0.015569471754133701, 0.00011609718058025464, -0.04441319778561592, 0.017119109630584717, 0.027045561000704765, -0.04087534546852112, -0.003451963886618614, -0.06526020914316177, 0.06262874603271484, 0.025992976501584053, 0.016358910128474236, -0.011995071545243263, 0.01755768619477749, 0.03178219124674797, 0.041080016642808914, -0.02846362628042698, -0.014867749065160751, -0.06297960877418518, -0.040290575474500656, -0.017046013846993446, 0.022689033299684525, 0.05412036180496216, -0.013471613638103008, -0.0372205413877964, -0.03868246078491211, 0.02415095455944538, 0.007850522175431252, -0.017879309132695198, -0.02659236639738083, 0.008142907172441483, -0.0031285136938095093, -0.045611973851919174, 0.034822989255189896, -0.015598710626363754, 0.03605100139975548, -0.013303492218255997, -0.0015194853767752647, -0.023200705647468567, -0.021563353016972542, -0.05224910005927086, -0.014114859513938427, 0.06274570524692535, 0.030612651258707047, -0.07333002239465714, 0.013237705454230309, 0.03511537238955498, -0.015408660285174847, -0.06140073388814926, 0.03973504528403282, 0.01752844825387001, -0.05397417023777962, -0.02651926875114441, -0.018083978444337845, -0.00836950447410345, 0.021636448800563812, -0.002101513324305415, -0.033916596323251724, 0.020934727042913437, 0.04441319778561592, -0.03476450964808464, -0.002560191322118044, 0.047161612659692764, -0.035320039838552475, -0.015174753032624722, -0.004246884025633335, 0.053711023181676865, -0.028156621381640434, -0.0015651704743504524, 0.02939925529062748, -0.018040120601654053, 0.004045869689434767, -0.017660019919276237, 0.05271691456437111, 0.01730915904045105, 0.033419542014598846, -0.02134406380355358, -0.03783454746007919, -0.03543699532747269, 0.011139847338199615, -0.012514054775238037, 0.01846407726407051, 0.017820831388235092, 0.03602176532149315, -0.016826724633574486, 0.014772724360227585, -0.024341005831956863, -0.008713056333363056, -0.010386957786977291, -0.0042505390010774136, 0.008764224126935005, 0.03151904419064522, 0.008384124375879765, 0.03371192514896393, -0.019063465297222137, 0.0018283164827153087, 0.02476496249437332, -0.013354660011827946, 0.01935585029423237, -0.0000403170743084047, 0.02472110465168953, 0.03786378726363182, -0.02979397587478161, 0.045904356986284256, -0.028273576870560646, 0.014838511124253273, -0.025525161996483803, -0.022908320650458336, 0.0022842534817755222, 0.01282836776226759, -0.0383608378469944, -0.006392254959791899, -0.01630043238401413, -0.025963738560676575, -0.011629591695964336, -0.013091513887047768, 0.014772724360227585, 0.004184752237051725, 0.028989918529987335, -0.011212943121790886, -0.06754080951213837, -0.013690901920199394, -0.05347711592912674, -0.032366957515478134, -0.06426610052585602, -0.02277674898505211, -0.053243208676576614, 0.006808902602642775, -0.03371192514896393, -0.034998416900634766, 0.05069946497678757, -0.05473436787724495, 0.007444838993251324, 0.03926723077893257, -0.0005372564191929996, -0.0030079050920903683, -0.03037874400615692, -0.0024962322786450386, -0.04955916479229927, 0.0284343883395195, 0.0008090825867839158, 0.054939039051532745, -0.037805307656526566, -0.003022524295374751, 0.00504728639498353, -0.03192838281393051, 0.009999548085033894, 0.007996714673936367, 0.06403219699859619, 0.023507708683609962, -0.007280372548848391, 0.0019096359610557556, -0.04660608246922493, -0.03567090258002281, -0.025846784934401512, 0.007777426391839981, -0.017689259722828865, 0.015087037347257137, 0.005942713934928179, -0.028273576870560646, 0.058009073138237, 0.0486527718603611, -0.036080241203308105, 0.04757095128297806, -0.012557911686599255, -0.005504137370735407, -0.04400385916233063, 0.05438350886106491, 0.0055114468559622765, 0.005036321934312582, -0.034062787890434265, -0.028872964903712273, -0.006121799349784851, -0.021154014393687248, -0.038887131959199905, -0.008844629861414433, -0.013193848542869091, -0.0007222809363156557, -0.007379052694886923, -0.06526020914316177, 0.0005363427335396409, 0.009648687206208706, 0.011359135620296001, -0.012360552325844765, -0.04800952598452568, 0.06379828602075577, 0.020642342045903206, -0.0016528858104720712, -0.02011604979634285, 0.0069587500765919685, -0.03800997883081436, 0.01313537172973156, 0.011125228367745876, -0.05648867413401604, 0.061985503882169724, 0.006907582748681307, 0.026636222377419472, 0.02742566168308258, -0.0006852760561741889, -0.049354493618011475, -0.0006359361577779055, -0.013676282949745655, 0.00600850023329258, 0.015335564501583576, -0.005244646221399307, -0.009568281471729279, -0.005003429017961025, 0.06800862401723862, -0.049471449106931686, 0.007857832126319408, -0.02400476299226284, 0.011037512682378292, 0.033273350447416306, 0.003247294807806611, -0.02181188017129898, -0.029925547540187836, 0.029355399310588837, -0.022075025364756584, -0.03865322470664978, 0.052015192806720734, 0.029662402346730232, -0.002669835463166237, -0.004853582009673119, -0.023624664172530174, -0.007302301470190287, 0.014553436078131199, -0.004963226150721312, -0.019136562943458557, 0.038273125886917114, -0.02846362628042698, 0.001240806537680328, -0.037629880011081696, 0.019677473232150078, 0.022908320650458336, 0.059178613126277924, 0.0018356260843575, -0.02907763421535492, -0.03055417537689209, -0.03850703313946724, 0.00715976394712925, -0.01200238149613142, -0.0011275075376033783, -0.04488101229071617, 0.024487197399139404, 0.03850703313946724, -0.010014167055487633, -0.025963738560676575, -0.023770855739712715, 0.05289234593510628, 0.02090548723936081, 0.058535367250442505, 0.0007716208347119391, 0.052278339862823486, 0.00977294985204935, 0.015817997977137566, 0.03385812044143677, -0.03175295144319534, -0.01020421739667654, -0.053857214748859406, 0.055085230618715286, -0.0056210909970104694, -0.002262324560433626, -0.022615937516093254, 0.018434839323163033, 0.05736582726240158, -0.006319158710539341, -0.015233229845762253, 0.01863950863480568, -0.00850838702172041, 0.02119787223637104, 0.05815526843070984, 0.005350635387003422, -0.01059893611818552, -0.0163735281676054, -0.056517913937568665, -0.004279777407646179, 0.05049479380249977, -0.04040753096342087, 0.02565673552453518, -0.023376137018203735, 0.008669198490679264, -0.005463934503495693, 0.015043179504573345, -0.016958298161625862, -0.017031393945217133, -0.04400385916233063, -0.029589306563138962, -0.004425969440490007, 0.03684043884277344, -0.032659344375133514, -0.0018767426954582334, -0.039530377835035324, -0.005898856092244387, 0.01551099494099617, -0.02109553851187229, -0.032016098499298096, 0.012221669778227806, -0.023800093680620193, 0.04268812760710716, 0.004791450221091509, -0.00567591330036521, -0.008895796723663807, 0.011614971794188023, -0.0650847777724266, 0.024238670244812965, -0.08403129130601883, -0.012784509919583797, -0.013230396434664726, 0.05999729037284851, -0.012228979729115963, -0.01482389122247696, -0.018800320103764534, -0.001664763898588717, -0.046372175216674805, 0.012996488250792027, -0.03900408372282982, 0.00555895920842886, 0.03175295144319534, -0.020028334110975266, -0.033273350447416306, 0.03260086476802826, 0.036255672574043274, -0.00664078164845705, 0.008230621926486492, -0.0006555807776749134, -0.010226146318018436, 0.022542841732501984, -0.049032870680093765, -0.009729092940688133, 0.027016323059797287, 0.008808081038296223, -0.05113803967833519, -0.0688273012638092, 0.06397371739149094, 0.04336061328649521, -0.0191804189234972, -0.018303265795111656, -0.04429624229669571, 0.023478470742702484, 0.017265301197767258, -0.004221300594508648, 0.03385812044143677, -0.032659344375133514, 0.005175204947590828, 0.009933761321008205, 0.0025802927557379007, -0.007470422424376011, 0.03833160176873207, -0.007273063063621521, 0.0138005455955863, 0.04026133939623833, 0.012499434873461723, 0.02112477645277977, -0.012119335122406483, -0.013347350060939789, -0.05148890241980553, 0.027864238247275352, 0.001285577891394496, -0.02252822183072567, -0.002094203606247902, 0.006202205084264278, 0.032688580453395844, -0.0785929411649704, 0.025378970429301262, -0.04008590802550316, 0.049822308123111725, 0.023917047306895256, -0.0036785618867725134, 0.018259407952427864, -0.015087037347257137, -0.02472110465168953, -0.0016327843768522143, 0.0242240522056818, -0.06531868875026703, 0.012667556293308735, 0.07075703889131546, -0.08613646030426025, 0.03084655851125717, 0.026577746495604515, -0.04476406052708626, -0.01252136379480362, -0.02951621077954769, 0.01878570020198822, -0.0785929411649704, 0.017733117565512657, -0.027644949033856392, -0.007294991984963417, -0.040290575474500656, 0.02464800886809826, 0.004703735001385212, -0.04423776641488075, -0.029311541467905045, -0.01925351656973362, -0.013003798201680183, 0.007028191350400448, 0.0035067859571427107, 0.0037571401335299015, -0.04549501836299896, 0.027264850214123726, 0.09479103982448578, 0.013793236576020718, -0.006392254959791899, -0.002883641514927149, 0.0042395745404064655, 0.027118656784296036, 0.005580888129770756, -0.03853626921772957, 0.003680389141663909, 0.01168075855821371, 0.00580383138731122, -0.0032381578348577023, 0.04289279878139496, -0.06561107188463211, 0.008245241828262806, -0.014758105389773846, -0.021636448800563812, 0.0023573494981974363, 0.03912103921175003, -0.018405601382255554, 0.0632135197520256, 0.02119787223637104, -0.02087624929845333, 0.02008681185543537, -0.03339030221104622, 0.041080016642808914, 0.009560971520841122, -0.0052702296525239944, -0.02612455002963543, 0.01002147700637579, -0.05719039961695671, -0.05929556488990784, 0.061342258006334305, 0.030992751941084862, 0.000637306715361774, 0.031080467626452446, -0.012360552325844765, 0.0430389903485775, -0.03242543339729309, -0.014465720392763615, 0.06385676562786102, 0.04876972734928131, -0.03292248770594597, 0.02036457695066929, 0.020890869200229645, 0.021724164485931396, -0.032659344375133514, 0.030291028320789337, 0.029121490195393562, -0.013062275014817715, -0.053067777305841446, -0.030758844688534737, -0.03301020339131355, 0.005953678395599127, -0.019911380484700203, 0.03137285262346268, -0.012499434873461723, 0.01996985822916031, -0.04382842779159546, -0.021855738013982773, -0.01802550069987774, -0.008523006923496723, -0.00567591330036521, 0.018697984516620636, 0.05871079862117767, -0.024048620834946632, 0.000049197111366083845, 0.02238203026354313, -0.011614971794188023, -0.048857443034648895, -0.012345933355391026, 0.02464800886809826, 0.012046239338815212, -0.003132168436422944, 0.02127096801996231, 0.0028452661354094744, -0.02418019436299801, -0.050757940858602524, -0.049325257539749146, -0.017250683158636093, 0.022191978991031647, -0.01821555197238922, -0.03151904419064522, -0.008632650598883629, -0.009787569753825665, 0.017499208450317383, 0.0020759296603500843, 0.03923799470067024, 0.00006795654189772904, -0.0004997946671210229, 0.015554852783679962, 0.006644436623901129, 0.0486527718603611, 0.06403219699859619, -0.005431041121482849, 0.017192205414175987, -0.042161837220191956, 0.0029914584010839462, 0.020028334110975266, 0.021943453699350357, 0.021402541548013687, -0.020101429894566536, -0.0021380612161010504, -0.0036950083449482918, 0.013471613638103008, 0.046401411294937134, -0.046372175216674805, 0.04026133939623833, 0.014458411373198032, -0.026694700121879578, -0.04520263522863388, -0.018581030890345573, -0.034208979457616806, -0.05347711592912674, 0.0256274975836277, -0.022089645266532898, 0.03321487456560135, 0.025992976501584053, -0.0057416995987296104, -0.029823213815689087, -0.05607933551073074, -0.013763997703790665, -0.09403083473443985, 0.02033533900976181, -0.011644210666418076, -0.002456029411405325, -0.0007944633834995329, -0.0024012073408812284, -0.008457220159471035, 0.02119787223637104, -0.04499796777963638, 0.00860341265797615, -0.030583413317799568, -0.00791630893945694, -0.043740712106227875, 0.04648912698030472, -0.01730915904045105, -0.03379964083433151, -0.06239484250545502, -0.015627948567271233, -0.05005621910095215, -0.022908320650458336, 0.022864464670419693, 0.007762806955724955, -0.025276634842157364, 0.04602131247520447, 0.008354885503649712, 0.008705747313797474, -0.03137285262346268, -0.05233681574463844, -0.0021033405791968107, 0.017820831388235092, -0.008968892507255077, 0.023273801431059837, 0.012850296683609486, 0.006531137507408857, 0.02976473607122898, 0.005215407814830542, -0.010460053570568562, -0.00395815446972847, -0.0006601492641493678, 0.030583413317799568, -0.0025693282950669527, -0.0064543867483735085, -0.03464755788445473, 0.006297230254858732, -0.023010656237602234, 0.03163599595427513, -0.04567044973373413, -0.01932661235332489, -0.0019023263594135642, -0.019121943041682243, 0.02644617296755314, 0.011476089246571064, -0.020159907639026642, 0.03432593494653702, -0.013318111188709736, 0.03055417537689209, 0.04523187503218651, 0.024457959458231926, -0.009275896474719048, 0.023449232801795006, -0.01932661235332489, 0.01694367825984955, -0.02937001734972, -0.024501817300915718, 0.044033098965883255, 0.012652937322854996, -0.006107180379331112, -0.015408660285174847, -0.02122711017727852, 0.013164609670639038, -0.011446851305663586, 0.020525388419628143, 0.001712276367470622, 0.03932570666074753, 0.030934274196624756, -0.027308708056807518, -0.0355539470911026, 0.01342044584453106, -0.052015192806720734, 0.015174753032624722, 0.005979261826723814, 0.01205354928970337, -0.010131120681762695, -0.026606984436511993, 0.026358457282185555, -0.030437221750617027, 0.009356302209198475, -0.006863724905997515, 0.04862353205680847, 0.013091513887047768, 0.002691764384508133, 0.0334780178964138, 0.004769521299749613, 0.008851938880980015, -0.02627074345946312, 0.000934716546908021, -0.009137013927102089, -0.04578740522265434, 0.003775414079427719, 0.07169266790151596, -0.02267441339790821, -0.004718353971838951, -0.04330213740468025, 0.01644662581384182, -0.009765640832483768, -0.015891095623373985, 0.0017588752089068294, -0.021621830761432648, -0.018902653828263283, 0.038097694516181946, 0.00415551383048296, 0.03353649750351906, 0.02496963180601597, 0.04438395798206329, -0.005120382644236088, -0.03540775552392006, -0.02605145424604416, 0.03572937846183777, -0.014860439114272594, 0.02684089168906212, 0.03397507220506668, 0.03868246078491211, -0.0033587664365768433, -0.03242543339729309, -0.0029567377641797066, -0.03260086476802826, 0.0316067598760128, 0.020101429894566536, 0.023960905149579048, -0.007865142077207565, -0.006644436623901129, 0.028960678726434708, -0.02565673552453518, 0.014801962301135063, -0.007210931275039911, -0.013522780500352383, -0.004389421548694372, 0.089411161839962, -0.013047656044363976, -0.023595424368977547, -0.009115085005760193, -0.04084610566496849, 0.012448268011212349, -0.03105122782289982, 0.023200705647468567, 0.005310432519763708, -0.01608114503324032, 0.009049298241734505, -0.008384124375879765, 0.014443791471421719, 0.005960987880825996, -0.012514054775238037, 0.05751202255487442, -0.03584633395075798, -0.01910732313990593, -0.028127383440732956, 0.05376949906349182, 0.029194587841629982, -0.05365254729986191, -0.009217419661581516, 0.01979442685842514, -0.004287086892873049, -0.006984333507716656, 0.033741164952516556, -0.025642115622758865, 0.05897394195199013, 0.03894560784101486, -0.01785007119178772, -0.0559331439435482, 0.014962773770093918, 0.01181964110583067, 0.05113803967833519, 0.024370243772864342, -0.03552471101284027, 0.03362421318888664, 0.020247623324394226, 0.0068162125535309315, -0.034822989255189896, -0.03689891844987869, 0.045611973851919174, -0.026577746495604515, -0.008734985254704952, -0.011980452574789524, -0.021651068702340126, -0.012148573994636536, -0.004389421548694372, 0.042483460158109665, 0.025759069249033928, 0.02994016744196415, 0.02122711017727852, -0.008713056333363056, 0.0022184669505804777, -0.016899820417165756, -0.038565509021282196, -0.005233681760728359, -0.018727224320173264, 0.006871034391224384, 0.03897484764456749, -0.0098241176456213, -0.038887131959199905, 0.005387183278799057, 0.023829331621527672, 0.00484992703422904, -0.0152039909735322, 0.034384410828351974, 0.03382888063788414, -0.013705520890653133, -0.0010909594129770994, 0.014765414409339428, 0.016578197479248047, 0.03932570666074753, -0.0154378991574049, -0.008047881536185741, -0.014100239612162113, -0.002236741129308939, -0.07251134514808655, 0.04242498427629471, -0.020525388419628143, -0.025276634842157364, 0.0168413445353508, -0.03698663413524628, -0.03464755788445473, 0.03476450964808464, 0.005672258324921131, -0.008216002956032753, 0.04379919171333313, 0.027220992371439934, 0.012492125853896141, 0.03166523575782776, -0.026299981400370598, -0.003234502859413624, 0.038770176470279694, 0.028726771473884583, -0.009217419661581516, 0.0015697389608249068, -0.024238670244812965, 0.006629817187786102, 0.021461019292473793, -0.04362376034259796, -0.03789302334189415, -0.00030220672488212585, -0.024823440238833427, -0.05040707811713219, -0.012601769529283047, -0.038448553532361984, -0.050904132425785065, 0.06619583815336227, 0.027557233348488808, 0.038740940392017365, -0.028098145499825478, -0.043974619358778, -0.016855962574481964, -0.060699012130498886, 0.025992976501584053, -0.04952992498874664, 0.0028982609510421753, -0.03365344926714897, -0.03634338825941086, 0.06485086679458618, -0.02051076851785183, 0.25145062804222107, 0.006688294466584921, 0.008961583487689495, -0.0051605855114758015, 0.036548055708408356, 0.06543564051389694, 0.027981191873550415, 0.007327885366976261, 0.014473030343651772, -0.00888848677277565, 0.04602131247520447, -0.008588792756199837, 0.031138943508267403, 0.029063014313578606, 0.017733117565512657, 0.010986345820128918, -0.02580292709171772, 0.0163735281676054, -0.041372399777173996, -0.044851772487163544, -0.03055417537689209, -0.011088680475950241, 0.005474898964166641, 0.024852678179740906, -0.008281789720058441, 0.0238585714250803, 0.013354660011827946, 0.007064739242196083, 0.03493994101881981, -0.024209432303905487, -0.027805760502815247, -0.029501590877771378, 0.04064143821597099, -0.017660019919276237, 0.008449910208582878, 0.040144383907318115, 0.024633388966321945, 0.011461470276117325, -0.002187401056289673, -0.00015864140004850924, 0.002245878102257848, 0.008172145113348961, -0.002326283836737275, -0.04052448272705078, 0.011139847338199615, 0.040582962334156036, -0.00931975431740284, -0.030320268124341965, 0.0720435306429863, 0.028010429814457893, 0.03599252551794052, -0.05157661810517311, -0.004115310963243246, -0.034822989255189896, -0.004181097727268934, 0.019487423822283745, 0.015496375970542431, -0.002978666452690959, 0.012024310417473316, 0.03131437301635742, 0.03651881590485573, 0.017046013846993446, 0.012214360758662224, 0.0025364351458847523, 0.04286355897784233, 0.02306913211941719, 0.052483007311820984, 0.027191754430532455, -0.009794878773391247, -0.034238219261169434, 0.02403400093317032, -0.03689891844987869, -0.047775618731975555, -0.04315594583749771, 0.038273125886917114, -0.01849331706762314, 0.026826273649930954, 0.05318473279476166, -0.0017634436953812838, -0.027937334030866623, -0.004586780909448862, -0.005580888129770756, -0.05423731356859207, 0.033448781818151474, 0.012726033106446266, 0.020817773416638374, 0.010365028865635395, -0.01480927225202322, 0.007872451096773148, -0.0084206722676754, 0.01698753610253334, 0.004586780909448862, 0.03426745906472206, 0.006030429154634476, 0.029413875192403793 ]
9875_1
Zero-click A zero-click attack is an exploit that requires no user interaction to operate – that is to say, no key-presses or mouse clicks. FORCEDENTRY, discovered in 2021, is an example of a zero-click attack. In 2022, NSO Group was reportedly selling zero-click exploits to governments for breaking into individual's phones. Pivoting Pivoting is a method used by penetration testers that uses the compromised system to attack other systems on the same network to avoid restrictions such as firewall configurations, which may prohibit direct access to all machines. For example, if an attacker compromises a web server on a corporate network, the attacker can then use the compromised web server to attack other systems on the network. These types of attacks are often called multi-layered attacks. Pivoting is also known as island hopping. Pivoting can further be distinguished into proxy pivoting and VPN pivoting: Proxy pivoting is the practice of channeling traffic through a compromised target using a proxy payload on the machine and launching attacks from the computer. This type of pivoting is restricted to certain TCP and UDP ports that are supported by the proxy. VPN pivoting enables the attacker to create an encrypted layer to tunnel into the compromised machine to route any network traffic through that target machine, for example, to run a vulnerability scan on the internal network through the compromised machine, effectively giving the attacker full network access as if they were behind the firewall. Typically, the proxy or VPN applications enabling pivoting are executed on the target computer as the payload of an exploit. Pivoting is usually done by infiltrating a part of a network infrastructure (as an example, a vulnerable printer or thermostat) and using a scanner to find other devices connected to attack them. By attacking a vulnerable piece of networking, an attacker could infect most or all of a network and gain complete control. See also Computer security Computer virus Crimeware Exploit kit Hacking: The Art of Exploitation (second edition) IT risk Metasploit Shellcode w3af Notes External links
[ -0.0073251803405582905, 0.0008463317062705755, -0.01709337905049324, 0.008732824586331844, -0.029006008058786392, -0.03918137773871422, -0.019202906638383865, 0.006347972434014082, 0.0001966776035260409, 0.056584980338811874, 0.03766127675771713, 0.026384608820080757, 0.022460266947746277, 0.014867518097162247, -0.05974927172064781, 0.002848250325769186, -0.012098762206733227, 0.03223234415054321, -0.009322251193225384, 0.03128615766763687, 0.0377853661775589, 0.01315352600067854, -0.034062668681144714, -0.04299714043736458, -0.024337125942111015, 0.043307363986968994, -0.028897428885102272, -0.045354846864938736, 0.044734399765729904, 0.061393462121486664, -0.005843857303261757, 0.029192142188549042, -0.0043470230884850025, -0.02660176530480385, -0.018877170979976654, -0.01355681847780943, 0.014751183800399303, -0.018070587888360023, -0.046378590166568756, -0.03837479278445244, 0.017884451895952225, 0.028664760291576385, 0.008872426114976406, -0.011951405555009842, -0.033318132162094116, 0.010997464880347252, 0.019171884283423424, 0.0017130218911916018, -0.009159383364021778, -0.009616965427994728, 0.006549618672579527, 0.06372015178203583, 0.026400120928883553, -0.022941114380955696, -0.013409461826086044, -0.03821967914700508, 0.028695782646536827, 0.028602715581655502, 0.033907558768987656, 0.03766127675771713, 0.02112630009651184, 0.0005714920116588473, 0.02824595756828785, -0.04563404992222786, 0.010904397815465927, 0.02486450783908367, -0.02564007043838501, 0.009376540780067444, -0.02747039496898651, -0.01185058243572712, -0.06973850727081299, 0.0009626659448258579, -0.01214529573917389, -0.03285279497504234, -0.007426002994179726, 0.039708759635686874, -0.00598733639344573, 0.005033395253121853, 0.008593223989009857, 0.05636782571673393, -0.03378346562385559, 0.015930037945508957, -0.005145851988345385, -0.007212723605334759, -0.04504462331533432, 0.03617219626903534, 0.010361503809690475, 0.007111900951713324, -0.02894396148622036, 0.0105476388707757, 0.02505064196884632, 0.02626051940023899, -0.031224112957715988, 0.010004745796322823, -0.01841183379292488, 0.03946058079600334, 0.009772077202796936, 0.04972901567816734, 0.007352324668318033, 0.04197339713573456, 0.038095589727163315, 0.07805252820253372, -0.03533459082245827, 0.039522625505924225, -0.009182650595903397, 0.016783155500888824, 0.04008102789521217, -0.004036798607558012, -0.05109400302171707, -0.017217470332980156, -0.03744411841034889, 0.016038615256547928, -0.027594484388828278, -0.015247543342411518, -0.0166900884360075, -0.03272870182991028, -0.019652733579277992, -0.0021289167925715446, 0.028633737936615944, -0.0058089569211006165, -0.014495247974991798, -0.004389679059386253, -0.0006136631709523499, -0.009322251193225384, -0.003563706064596772, -0.012408986687660217, -0.004191910848021507, 0.006223882548511028, -0.0020726886577904224, -0.0159610603004694, 0.03418675810098648, 0.031673938035964966, -0.019047794863581657, 0.018458368256688118, -0.02728426083922386, 0.03800252452492714, 0.003160413820296526, 0.017077868804335594, 0.042562827467918396, 0.0007125473348423839, -0.02024216018617153, 0.0006170562701299787, 0.011633425019681454, 0.0920746847987175, 0.024150991812348366, 0.050380486994981766, -0.010997464880347252, -0.00984963309019804, -0.008081353269517422, 0.030820822343230247, 0.0027551830280572176, -0.04600631818175316, 0.009159383364021778, 0.006258782930672169, 0.025097176432609558, -0.013711931183934212, -0.04668881371617317, 0.06545740365982056, 0.014518515206873417, 0.015107941813766956, -0.007367836311459541, 0.02560904622077942, 0.02832351252436638, 0.037692297250032425, -0.034465961158275604, 0.012564099393785, -0.08531178534030914, -0.031208602711558342, -0.03403164818882942, 0.019544154405593872, 0.03642037883400917, 0.01219958532601595, -0.0319221206009388, -0.05490976944565773, 0.011361978948116302, -0.007972774095833302, -0.01091215293854475, -0.019823357462882996, -0.011703225784003735, 0.008089108392596245, 0.010981953702867031, 0.03958467021584511, 0.010834597051143646, 0.06049381196498871, 0.0012738601071760058, 0.001919515198096633, 0.005428931675851345, -0.041321925818920135, -0.001343660638667643, -0.025407401844859123, 0.03539663553237915, 0.02520575560629368, -0.04948083683848381, 0.013836020603775978, 0.007367836311459541, -0.022274130955338478, -0.07513641566038132, 0.023825254291296005, 0.02905254065990448, -0.052800241857767105, -0.036296285688877106, -0.006813309621065855, -0.0454789362847805, -0.004591325297951698, -0.023158272728323936, -0.04057738929986954, 0.008632001467049122, 0.018566947430372238, -0.03359733149409294, -0.002956829033792019, 0.04709210619330406, -0.026865456253290176, -0.03744411841034889, -0.03862297162413597, 0.03552072495222092, -0.0035346224904060364, -0.031224112957715988, 0.012502054683864117, 0.028121866285800934, 0.01361110806465149, -0.010144347324967384, 0.05897371098399162, 0.008275243453681469, 0.036482423543930054, -0.011889360845088959, 0.011098287999629974, -0.03784741088747978, -0.006980055011808872, -0.006945155095309019, 0.03601708635687828, -0.0025787425693124533, -0.0019224236020818353, -0.04184930771589279, 0.054413408041000366, 0.01900126226246357, -0.03220131993293762, -0.017884451895952225, -0.030308950692415237, 0.012292652390897274, 0.02491104230284691, 0.01399113330990076, 0.09468057006597519, 0.03176700696349144, -0.013021680526435375, 0.01151709072291851, -0.004191910848021507, 0.001715930295176804, 0.02534535527229309, -0.015798192471265793, -0.005130340810865164, 0.018799616023898125, 0.034248802810907364, -0.039894893765449524, -0.011765270493924618, 0.009531653486192226, 0.019016772508621216, 0.0111913550645113, -0.015433677472174168, -0.0330079048871994, 0.021079767495393753, -0.03499334305524826, -0.022165553644299507, -0.01768280752003193, -0.024771440774202347, 0.0014221862656995654, 0.026586255058646202, 0.053606823086738586, -0.0392434224486351, -0.08419498056173325, -0.016410885378718376, -0.06390628218650818, -0.018551435321569443, -0.039894893765449524, -0.035303566604852676, -0.07234439253807068, -0.00729027995839715, -0.018908193334937096, -0.02343747392296791, 0.043555546551942825, -0.06688444316387177, -0.0053203534334897995, 0.019544154405593872, 0.0019485987722873688, -0.009911678731441498, -0.02824595756828785, 0.034652095288038254, -0.06403037160634995, -0.0010741529986262321, 0.02953338995575905, 0.04948083683848381, -0.02101772278547287, -0.0010227719321846962, 0.008065841160714626, -0.004180277697741985, -0.014828739687800407, 0.003928219899535179, 0.06651216745376587, 0.010919908992946148, -0.028152888640761375, 0.014627093449234962, -0.037537187337875366, -0.014712405391037464, 0.004544791299849749, 0.015899015590548515, -0.007204968016594648, 0.04690597206354141, -0.012339186854660511, -0.03396960347890854, 0.014758938923478127, 0.05121809244155884, 0.001131350640207529, 0.038902174681425095, -0.024182014167308807, -0.007410491816699505, -0.031084513291716576, 0.05382398143410683, 0.031860075891017914, -0.008368310518562794, 0.006778409238904715, -0.02343747392296791, 0.015216520056128502, -0.02021113783121109, -0.023499518632888794, -0.006727997679263353, 0.01808609813451767, -0.006766775622963905, 0.016348840668797493, -0.08388475328683853, 0.023189295083284378, 0.01873757131397724, 0.026322564110159874, -0.018132632598280907, 0.020087048411369324, 0.029719524085521698, 0.016348840668797493, -0.027098124846816063, -0.004246200434863567, 0.011835071258246899, -0.038529906421899796, 0.01230816449970007, -0.0071235341019928455, -0.06831147521734238, 0.023778721690177917, -0.0055685327388346195, 0.019280463457107544, 0.01197467278689146, 0.0041104769334197044, -0.04457928612828255, 0.006123059429228306, -0.030619176104664803, -0.036885712295770645, 0.010694995522499084, -0.008810380473732948, 0.005444443318992853, -0.008864670060575008, 0.018970239907503128, -0.05807406082749367, -0.022537821903824806, 0.009236940182745457, -0.014797717332839966, 0.023468496277928352, 0.01701582409441471, -0.01741911470890045, -0.03477618470788002, 0.0029374398291110992, -0.02574864774942398, -0.028587203472852707, 0.0902133360505104, 0.03973978012800217, -0.00598733639344573, 0.013890310190618038, -0.008438111282885075, -0.021064255386590958, 0.026493187993764877, 0.0005685836658813059, -0.012176319025456905, 0.02230515517294407, 0.006491451524198055, 0.030122816562652588, -0.04042227566242218, -0.007042100187391043, 0.04662676900625229, 0.048364028334617615, 0.004843382630497217, -0.016240261495113373, -0.019016772508621216, -0.05205570161342621, -0.016938267275691032, -0.015177742578089237, -0.005719767417758703, -0.019683755934238434, -0.007220479194074869, 0.002536086831241846, -0.006545740645378828, -0.04141499474644661, -0.03542765974998474, 0.012820035219192505, 0.022910092025995255, 0.02289458177983761, -0.006824942771345377, 0.06899397075176239, 0.02252231165766716, 0.023049693554639816, 0.03158087283372879, -0.037040825933218, 0.011966916732490063, -0.009523897431790829, 0.0462234765291214, -0.01841183379292488, 0.0035229891072958708, -0.014735672622919083, -0.02523677796125412, 0.024476727470755577, -0.0015598484314978123, 0.01120686624199152, 0.01848939061164856, -0.029626457020640373, 0.009089582599699497, 0.06278947740793228, 0.03626526519656181, 0.030014237388968468, -0.004568058531731367, -0.049573902040719986, 0.02564007043838501, 0.07532255351543427, -0.03459005057811737, 0.000981085584498942, -0.018427345901727676, -0.004831749480217695, -0.02249128930270672, -0.0205368734896183, 0.011137065477669239, -0.017326047644019127, -0.05227285996079445, -0.055437151342630386, 0.02505064196884632, 0.0005554960807785392, -0.02080056443810463, 0.0036703457590192556, -0.037040825933218, -0.011129310354590416, -0.000872506876476109, -0.03254256770014763, -0.05162138491868973, -0.011129310354590416, -0.03015383891761303, 0.021327946335077286, 0.002508942037820816, -0.0009127391967922449, -0.014053178019821644, -0.014386669732630253, -0.03542765974998474, 0.07122758775949478, -0.06285151839256287, -0.0030634687282145023, -0.04867425188422203, 0.030603663995862007, -0.026570742949843407, 0.021436525508761406, -0.058229170739650726, -0.003744024084880948, -0.02083158679306507, 0.0001971623278222978, -0.06483695656061172, 0.027377327904105186, 0.025547001510858536, -0.0355827696621418, 0.006243271753191948, 0.041911352425813675, 0.007170067634433508, -0.01793098635971546, -0.009345518425107002, -0.0008662054897285998, -0.0480538010597229, 0.03579992800951004, -0.023561563342809677, -0.0006965513457544148, 0.050194352865219116, -0.004715415183454752, -0.026834433898329735, -0.056802138686180115, 0.04116681590676308, 0.04920163378119469, -0.029192142188549042, -0.024926552549004555, -0.033473242074251175, 0.03434187173843384, 0.00029132034978829324, 0.01492956280708313, 0.01167995948344469, -0.024709396064281464, 0.02413547970354557, 0.050163328647613525, 0.0021056500263512135, -0.01195916160941124, 0.018722059205174446, -0.01021414715796709, 0.01399113330990076, 0.027129147201776505, 0.0077750058844685555, 0.02655523270368576, 0.010989708825945854, -0.02864924818277359, -0.023344406858086586, 0.010881130583584309, 0.008701802231371403, -0.0243991706520319, -0.0015850542113184929, 0.04628552123904228, 0.019233930855989456, -0.015309588052332401, 0.015131209045648575, -0.022056974470615387, 0.040918633341789246, 0.038685016334056854, -0.005409542936831713, -0.008732824586331844, 0.0190788172185421, 0.006138570606708527, -0.013711931183934212, -0.014658115804195404, -0.034496985375881195, 0.006188982166349888, 0.0506286658346653, -0.07774230092763901, 0.03499334305524826, 0.038685016334056854, -0.05894269049167633, -0.08537383377552032, 0.0023383186198771, 0.021762261167168617, -0.06688444316387177, -0.0028753948863595724, 0.0035714616533368826, -0.03719593957066536, -0.030836332589387894, 0.019094329327344894, -0.029874635860323906, -0.01226938609033823, -0.011268910951912403, -0.03480720892548561, -0.008507912047207355, -0.017124401405453682, 0.004711537156254053, 0.0258572269231081, -0.03946058079600334, 0.03806456923484802, 0.06812533736228943, 0.024414682760834694, -0.007472536992281675, 0.04550996050238609, -0.011455046012997627, 0.03555174916982651, 0.04305918514728546, -0.04827095940709114, 0.022212086245417595, 0.00500625092536211, 0.01417726743966341, -0.019838867709040642, 0.0051574851386249065, -0.07401961088180542, 0.0032457257620990276, -0.030029749497771263, 0.0043082451447844505, 0.0035074776969850063, -0.02306520566344261, -0.07854888588190079, 0.030727753415703773, 0.019993981346488, -0.030215883627533913, 0.005432809703052044, -0.02289458177983761, 0.030091794207692146, 0.022460266947746277, 0.0057042562402784824, -0.017031334340572357, 0.0077750058844685555, -0.04426906257867813, -0.07538459450006485, 0.02560904622077942, 0.03884012997150421, 0.015550011768937111, 0.030820822343230247, -0.050814803689718246, -0.010803574696183205, -0.02512819878757, 0.018458368256688118, 0.05162138491868973, 0.023964855819940567, 0.016147194430232048, -0.007131289690732956, -0.008973249234259129, 0.045540980994701385, -0.012277141213417053, 0.02483348548412323, 0.03131718188524246, -0.0056654782965779305, -0.02556251361966133, -0.058818597346544266, -0.05413420498371124, -0.009818610735237598, -0.007972774095833302, 0.032511547207832336, -0.04470337554812431, -0.0037226960994303226, -0.07737003266811371, -0.020598918199539185, 0.006185104604810476, 0.027501417323946953, -0.009461852721869946, -0.0012389598414301872, 0.02215004153549671, -0.00894998200237751, 0.005789568182080984, 0.04405190423130989, -0.000634506403002888, 0.0031196968629956245, 0.004571936093270779, 0.026167452335357666, 0.01690724492073059, -0.02711363695561886, 0.059439048171043396, -0.0035423780791461468, -0.001353355124592781, -0.054010115563869476, -0.044517241418361664, -0.007988285273313522, 0.015410411171615124, -0.018473880365490913, -0.07147576659917831, -0.014968340285122395, -0.0015511233359575272, 0.007701327558606863, -0.012191830202937126, -0.003464821958914399, 0.005064418073743582, -0.003464821958914399, 0.017729340121150017, -0.02959543466567993, 0.008833647705614567, 0.040298186242580414, 0.009865145199000835, -0.01620923914015293, -0.06496104598045349, 0.007782761473208666, 0.018877170979976654, 0.05329659953713417, -0.0018041504081338644, 0.011393001303076744, 0.05919086933135986, -0.02168470434844494, 0.0264156311750412, 0.09952007979154587, -0.0319221206009388, 0.000044291842641541734, 0.04383474588394165, -0.0079805301502347, -0.02747039496898651, -0.025702115148305893, -0.016922757029533386, -0.012781256809830666, 0.03128615766763687, -0.013843776658177376, 0.006731875706464052, 0.03915035352110863, -0.022103508934378624, -0.020443806424736977, -0.05931495875120163, -0.004436213057488203, -0.07327506691217422, -0.013238837942481041, 0.019869890064001083, -0.03294586017727852, -0.02883538417518139, -0.017946498468518257, -0.009748810902237892, 0.021079767495393753, -0.06762897968292236, 0.006875354330986738, -0.01197467278689146, -0.019466597586870193, -0.013176793232560158, 0.026089895516633987, -0.010485594160854816, -0.018396323546767235, -0.05475465580821037, 0.0006660136277787387, -0.02923867665231228, -0.05646089091897011, 0.027594484388828278, -0.0062471493147313595, -0.011881604790687561, -0.016814177855849266, -0.027966754510998726, -0.011695470660924911, -0.04005000740289688, -0.04287305101752281, -0.026105405762791634, 0.01124564465135336, 0.02435263805091381, 0.047340285032987595, 0.012292652390897274, 0.018504902720451355, 0.006747386883944273, 0.02905254065990448, -0.029223164543509483, 0.0017130218911916018, -0.010066790506243706, -0.005498732440173626, -0.017000311985611916, -0.0018138448940590024, -0.03462107479572296, 0.011617913842201233, 0.0038118858356028795, -0.009229184128344059, -0.031224112957715988, -0.015728391706943512, -0.010958686470985413, -0.0012176318559795618, 0.046533700078725815, 0.011377490125596523, -0.01516998652368784, 0.05149729549884796, -0.025469446554780006, 0.015976570546627045, 0.003563706064596772, 0.007100267335772514, -0.005324230995029211, 0.04662676900625229, 0.01672111079096794, 0.0005142943700775504, -0.015565522946417332, -0.0031662306282669306, 0.06117630749940872, 0.01892370544373989, -0.017744852229952812, -0.01962171122431755, -0.005087684839963913, 0.02090914361178875, -0.004440090619027615, 0.010974197648465633, -0.010221903212368488, -0.00595243601128459, 0.04507564380764961, 0.029735036194324493, -0.03260461241006851, -0.012742478400468826, -0.05025639757514, 0.005746912211179733, -0.0011071143671870232, 0.03592401742935181, 0.019962957128882408, -0.0036238119937479496, 0.015232031233608723, -0.009578187018632889, 0.024631839245557785, 0.013029436580836773, 0.002235556486994028, 0.0063130720518529415, 0.011424023658037186, 0.05053560063242912, 0.00795726291835308, 0.018768593668937683, 0.005832224152982235, 0.0010402221232652664, -0.015930037945508957, -0.03716491535305977, -0.019497621804475784, 0.06195186823606491, -0.031193090602755547, -0.02897498570382595, -0.04287305101752281, -0.039677735418081284, 0.034248802810907364, -0.02964196726679802, 0.027516929432749748, 0.024259569123387337, -0.024275081232190132, 0.024414682760834694, -0.009671254083514214, -0.034062668681144714, 0.03862297162413597, 0.04398985952138901, -0.017543205991387367, -0.02644665353000164, -0.031100023537874222, -0.01903228461742401, 0.007709083147346973, 0.0473092645406723, 0.000027023477741749957, 0.022289643064141273, 0.017124401405453682, -0.06806329637765884, -0.016271283850073814, -0.04157010838389397, 0.042935095727443695, 0.047371309250593185, 0.00427334476262331, -0.00983412191271782, 0.01588350348174572, 0.04802278056740761, -0.03694776073098183, 0.0020397272892296314, -0.0029917291831225157, -0.022460266947746277, -0.023344406858086586, 0.0638442412018776, -0.02684994600713253, -0.015402655117213726, 0.007988285273313522, -0.04305918514728546, -0.012315919622778893, -0.028199423104524612, 0.008391577750444412, 0.009097338654100895, -0.013246593996882439, 0.026943013072013855, -0.035086411982774734, 0.002394546754658222, -0.0006534107378683984, 0.014952829107642174, 0.07017282396554947, -0.02010255865752697, -0.06092812493443489, -0.019280463457107544, 0.05807406082749367, 0.03623424097895622, -0.03517947718501091, 0.0037382072769105434, 0.0337524451315403, 0.0038273970130831003, -0.0011429840233176947, -0.0014493309427052736, -0.04563404992222786, 0.04125988110899925, 0.014417692087590694, -0.010570906102657318, 0.0003509416710585356, 0.02112630009651184, 0.012664922513067722, 0.006157959811389446, 0.014704649336636066, -0.020924653857946396, 0.010004745796322823, 0.007798272650688887, 0.028959473595023155, 0.003391143400222063, -0.04184930771589279, 0.011369734071195126, -0.029905658215284348, -0.013820509426295757, 0.009399808011949062, 0.01451075915247202, -0.03638935461640358, 0.0030169349629431963, 0.04588222876191139, 0.02926969900727272, 0.09046151489019394, 0.04060840979218483, -0.026245007291436195, 0.029471345245838165, -0.0069529106840491295, -0.03238745778799057, 0.01417726743966341, -0.03217029944062233, -0.016410885378718376, 0.010113324038684368, 0.027051592245697975, -0.05261410400271416, 0.003947609104216099, 0.0037498408928513527, 0.023716676980257034, -0.046533700078725815, -0.004331511911004782, 0.01157138030976057, 0.010128836147487164, -0.004447846207767725, 0.038685016334056854, -0.00460295844823122, 0.04920163378119469, -0.027485907077789307, 0.043307363986968994, -0.01298290304839611, 0.003338793059810996, -0.04920163378119469, 0.014053178019821644, -0.011710981838405132, -0.049791060388088226, -0.04631654545664787, -0.05928393453359604, -0.02684994600713253, 0.012408986687660217, -0.00858546793460846, -0.017372582107782364, 0.05034946650266647, 0.02886640653014183, 0.05221081152558327, 0.021576127037405968, -0.028928451240062714, 0.017806896939873695, 0.002844372531399131, 0.03893319517374039, -0.040112052112817764, 0.018287744373083115, -0.01226938609033823, 0.028385557234287262, 0.052955351769924164, -0.03583094850182533, 0.019233930855989456, 0.018318766728043556, -0.019125351682305336, -0.015263054519891739, -0.030913889408111572, -0.043524522334337234, -0.04228362441062927, 0.04498257860541344, 0.05053560063242912, 0.015115697868168354, -0.046347565948963165, -0.00036305980756878853, -0.00046242866665124893, -0.055995553731918335, 0.011990183964371681, -0.02512819878757, -0.014681383036077023, -0.035272546112537384, -0.0038797473534941673, 0.04972901567816734, -0.013595596887171268, 0.28416579961776733, 0.02112630009651184, -0.022056974470615387, -0.04259384796023369, 0.013711931183934212, 0.022506799548864365, 0.04758846387267113, -0.01642639748752117, -0.012471032328903675, 0.011168088763952255, 0.04969799146056175, -0.0062083713710308075, 0.0638442412018776, 0.03195314109325409, 0.03403164818882942, -0.0021250389982014894, -0.018861660733819008, 0.010066790506243706, 0.00042171168024651706, -0.06266538798809052, 0.004025164991617203, 0.002210350940003991, -0.015255298465490341, 0.01959068886935711, 0.008329533040523529, 0.050814803689718246, 0.004870527423918247, -0.0010121080558747053, -0.017884451895952225, -0.025733137503266335, -0.02501961961388588, -0.024275081232190132, 0.03151882812380791, 0.002249128883704543, -0.040918633341789246, 0.013052702881395817, -0.004087210167199373, 0.02435263805091381, -0.008314020931720734, 0.005196263547986746, 0.009981478564441204, 0.022972136735916138, -0.03586197271943092, -0.0054250541143119335, 0.0068869879469275475, 0.027966754510998726, -0.012889835052192211, -0.012796767987310886, 0.041539084166288376, 0.012734723277390003, 0.0009539409074932337, 0.011827316135168076, -0.004032920580357313, 0.0027900831773877144, -0.03573788329958916, 0.016752133145928383, 0.044548261910676956, -0.007111900951713324, -0.0078874621540308, 0.023049693554639816, 0.04749539867043495, 0.0284320916980505, -0.005766301415860653, -0.013479262590408325, 0.023887300863862038, 0.039894893765449524, 0.017372582107782364, 0.03763025254011154, -0.03524152189493179, 0.00563057791441679, 0.02149857021868229, -0.06899397075176239, -0.037692297250032425, -0.016550486907362938, -0.007224357221275568, -0.018985750153660774, 0.05450647696852684, 0.0011168088531121612, 0.030805310234427452, -0.02098669856786728, 0.0015414288500323892, 0.013448239304125309, -0.06365810334682465, 0.015007118694484234, 0.017729340121150017, 0.006220004986971617, -0.017232980579137802, -0.01903228461742401, 0.015945548191666603, -0.010788063518702984, 0.006150204222649336, -0.000061923754401505, -0.0006795859080739319, 0.0105476388707757, 0.05112502723932266 ]
9877_0
The erg is a unit of energy equal to 10−7joules (100nJ). It originated in the centimetre–gram–second (CGS) system of units. It has the symbol erg. The erg is not an SI unit. Its name is derived from (), a Greek word meaning 'work' or 'task'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimetre. In the CGS base units, it is equal to one gram centimetre-squared per second-squared (g⋅cm2/s2). It is thus equal to 10−7 joules or 100 nanojoules (nJ) in SI units. An erg is approximately the amount of work done (or energy consumed) by one common house fly performing one "push up", the leg-bending dip that brings its mouth to the surface on which it stands and back up. 1 erg = = 1 erg = = = 1 erg = = 1 erg = = 1 erg = History In 1864, Rudolf Clausius proposed the Greek word () for the unit of energy, work and heat. In 1873, a committee of the British Association for the Advancement of Science, including British physicists James Clerk Maxwell and William Thomson recommended the general adoption of the centimetre, the gramme, and the second as fundamental units (C.G.S. System of Units). To distinguish derived units, they recommended using the prefix "C.G.S. unit of ..." and requested that the word erg or ergon be strictly limited to refer to the C.G.S. unit of energy. In 1922, chemist William Draper Harkins proposed the name micri-erg as a convenient unit to measure the surface energy of molecules in surface chemistry. It would equate to 10−14 erg, the equivalent to 10−21 joule. The erg has not been a valid unit since 1 January 1978 when the European Economic Community ratified a directive of 1971 that implemented the International System (SI) as agreed by the General Conference of Weights and Measures. It is still widely used in astrophysics and sometimes in mechanics.
[ -0.01353316567838192, -0.0034626161213964224, 0.01213114708662033, 0.027420524507761, -0.07036656141281128, -0.008500657975673676, 0.011083323508501053, -0.034209243953228, -0.03391408175230026, 0.01858043111860752, 0.028542140498757362, 0.014743329025804996, -0.016174864023923874, -0.035478439182043076, 0.0086629968136549, -0.016351960599422455, -0.013031390495598316, -0.040938932448625565, -0.06499461084604263, 0.00046142080100253224, 0.04669458791613579, 0.011695783585309982, -0.025339635089039803, -0.053660403937101364, -0.009976467117667198, 0.0366295725107193, 0.04300506412982941, 0.00728680519387126, 0.01980535313487053, 0.028748752549290657, -0.021487774327397346, -0.05079733580350876, -0.012116389349102974, -0.03441585972905159, -0.011260420083999634, -0.0248968917876482, 0.025944717228412628, -0.01930357702076435, -0.009135255590081215, -0.033766500651836395, 0.05259782075881958, -0.021960033103823662, -0.0025476147420704365, -0.03447489067912102, -0.016410991549491882, -0.025059230625629425, 0.021458258852362633, -0.007449144497513771, -0.0054383547976613045, -0.02224043756723404, 0.005316600669175386, 0.026667863130569458, 0.03857763856649399, -0.0022081786300987005, -0.003410962875932455, -0.013156834058463573, 0.008109568618237972, 0.004951338283717632, -0.08459335565567017, 0.043093614280223846, 0.02958996407687664, -0.01868373714387417, 0.022948825731873512, -0.054693467915058136, 0.012027841061353683, 0.03134617581963539, -0.006703861057758331, 0.005486318841576576, -0.010094530880451202, -0.05829444155097008, 0.014271070249378681, 0.005305532366037369, -0.004493837244808674, -0.004449563100934029, -0.027435284107923508, 0.011924534104764462, 0.04347732290625572, -0.017429299652576447, -0.033677954226732254, -0.008500657975673676, -0.007615172769874334, 0.026402216404676437, -0.05200749635696411, 0.01831478625535965, -0.01682421937584877, 0.013142076320946217, -0.011562961153686047, 0.019997207447886467, 0.011570340022444725, -0.012522236444056034, 0.041972000151872635, 0.056139763444662094, -0.037190377712249756, 0.010640580207109451, 0.046930715441703796, 0.0035511646419763565, -0.051358141005039215, 0.015075385570526123, 0.006947369314730167, -0.020720353350043297, 0.06115750968456268, 0.05038410797715187, -0.0340026319026947, 0.059652186930179596, -0.03125762939453125, 0.027641896158456802, 0.01319372933357954, 0.019775835797190666, 0.009467313066124916, -0.006844062823802233, 0.029648996889591217, 0.016440508887171745, -0.010219975374639034, 0.013481512665748596, 0.021192612126469612, 0.014942563138902187, -0.01024211198091507, 0.015510749071836472, -0.022122371941804886, -0.019967691972851753, -0.018388576805591583, -0.002702574711292982, 0.03964022174477577, 0.04758007079362869, -0.019746320322155952, 0.026313668116927147, -0.004327808972448111, -0.009843643754720688, -0.0047299666330218315, 0.02842407487332821, 0.01719317026436329, -0.03167085349559784, -0.049911849200725555, -0.0034626161213964224, 0.005515834782272577, 0.015555023215711117, -0.0006433603703044355, 0.08471141755580902, 0.005353495944291353, -0.03143472597002983, -0.016484782099723816, -0.015805911272764206, -0.01301663275808096, 0.06481751799583435, -0.03361892327666283, 0.004427426028996706, 0.030342627316713333, 0.03595069795846939, -0.024026164785027504, -0.0011963273864239454, 0.012618164531886578, 0.020956482738256454, -0.04560248926281929, 0.027361493557691574, -0.04229667782783508, 0.020100513473153114, -0.02070559561252594, 0.016809461638331413, 0.006803478114306927, 0.01768018864095211, -0.0173259936273098, -0.0011474412167444825, 0.03660005331039429, 0.026269394904375076, 0.0006184560479596257, 0.03515376150608063, -0.05360136926174164, -0.043506838381290436, -0.03857763856649399, 0.014669538475573063, 0.013415100984275341, 0.0030420105904340744, 0.002197110094130039, 0.006619001738727093, 0.038282476365566254, 0.05678911879658699, 0.034799568355083466, -0.014750707894563675, -0.00017340751946903765, 0.03571457043290138, -0.047698136419057846, -0.03234972804784775, 0.01100215408951044, 0.06351880729198456, -0.001023842254653573, 0.05224362760782242, 0.008840094320476055, 0.03341230750083923, 0.027391009032726288, 0.012175421230494976, 0.022402776405215263, 0.02445415034890175, -0.06552590429782867, 0.03391408175230026, -0.04424474388360977, 0.021768178790807724, -0.016410991549491882, 0.003217262914404273, -0.021089306101202965, -0.048701684921979904, 0.02801084890961647, -0.007165051065385342, 0.01086933072656393, 0.026948265731334686, -0.024203263223171234, -0.02454269863665104, 0.05498863011598587, 0.03031310997903347, -0.04226715862751007, 0.012861672788858414, 0.031552787870168686, 0.017222687602043152, -0.01565833017230034, 0.030209803953766823, -0.011444896459579468, 0.00983626488596201, -0.036777153611183167, 0.013658609241247177, -0.017901558429002762, 0.013636471703648567, 0.024749310687184334, -0.0004704140010289848, 0.042385224252939224, 0.06983526796102524, 0.040260061621665955, -0.01587970182299614, 0.018565673381090164, 0.07804076373577118, -0.002291192999109626, 0.013931633904576302, -0.026697378605604172, 0.06481751799583435, 0.01638147607445717, 0.020808901637792587, 0.0350947305560112, 0.0002944699372164905, -0.00406954251229763, 0.035065215080976486, 0.045130230486392975, -0.003447857918217778, 0.022948825731873512, 0.0213844683021307, 0.05422120913863182, -0.01952494867146015, 0.02340632490813732, 0.02846834994852543, -0.041972000151872635, 0.034533921629190445, -0.029752302914857864, 0.04636991024017334, -0.034533921629190445, 0.0041248854249715805, 0.051948465406894684, 0.009777232073247433, -0.046842169016599655, -0.004298292566090822, 0.06405009329319, 0.011895017698407173, -0.003582525532692671, -0.02454269863665104, -0.004726277198642492, -0.004453252535313368, -0.009784611873328686, -0.040702804923057556, 0.02255035564303398, 0.04787523299455643, 0.01044134609401226, 0.011688404716551304, 0.0056634158827364445, 0.025192053988575935, -0.055874116718769073, -0.02832076884806156, -0.04799329861998558, -0.030549239367246628, -0.027907542884349823, -0.006807167548686266, 0.006478799972683191, -0.04636991024017334, 0.07219655811786652, -0.029575206339359283, -0.03972876816987991, 0.010382314212620258, -0.07201946526765823, 0.0008412109455093741, 0.0034497028682380915, 0.03736747428774834, -0.01479498203843832, 0.010861951857805252, -0.007423317525535822, 0.01605679839849472, -0.006334908772259951, -0.030121255666017532, 0.016204379498958588, 0.0038112758193165064, 0.0064013199880719185, 0.012086872942745686, -0.0028593793977051973, 0.03013601340353489, -0.021856727078557014, -0.03840054199099541, -0.04288699850440025, 0.006427146960049868, -0.0022118682973086834, -0.01704559102654457, -0.005925371777266264, 0.022269953042268753, -0.025929957628250122, -0.002115940675139427, -0.003501356113702059, -0.010404450818896294, -0.029353834688663483, 0.011408001184463501, 0.0010413675336167216, -0.010537274181842804, -0.034032147377729416, 0.000317760044708848, -0.02345059998333454, 0.013238003477454185, 0.00007747995550744236, -0.029516173526644707, -0.017886800691485405, -0.013363447971642017, -0.01278788223862648, -0.04893781617283821, 0.0211630966514349, 0.03978780284523964, -0.05156475678086281, -0.026859717443585396, 0.009755095466971397, -0.013060906901955605, -0.04468748718500137, -0.003047544974833727, -0.024158988147974014, 0.034120697528123856, -0.032025046646595, -0.0266531053930521, 0.01565833017230034, 0.02976706065237522, 0.06233815848827362, -0.039994414895772934, 0.06351880729198456, -0.040614254772663116, 0.013629092834889889, 0.024837860837578773, 0.0017414542380720377, 0.007932472042739391, 0.017163654789328575, 0.01528937742114067, -0.030519723892211914, 0.014057077467441559, -0.048465557396411896, 0.0003876303671859205, 0.029648996889591217, 0.04330022633075714, -0.019687287509441376, 0.010950500145554543, 0.006663276348263025, -0.025192053988575935, -0.03332376107573509, 0.007873439230024815, 0.011710542254149914, 0.03072633594274521, -0.006294324062764645, -0.03875473514199257, -0.015038490295410156, -0.024380359798669815, -0.049469105899333954, 0.007224083412438631, 0.024011407047510147, -0.0350947305560112, 0.02173866145312786, 0.004327808972448111, -0.0324677899479866, -0.04548442363739014, -0.009135255590081215, 0.031464241445064545, 0.046399425715208054, 0.017148897051811218, 0.04884926602244377, -0.049646202474832535, 0.01655857264995575, 0.006714929360896349, -0.027937058359384537, -0.034445375204086304, -0.0028870506212115288, 0.04784571751952171, -0.015156554989516735, 0.006685413420200348, -0.021915758028626442, -0.04294603317975998, 0.005715068895369768, 0.022166647017002106, 0.0003327487502247095, -0.010426588356494904, -0.017872042953968048, 0.017222687602043152, 0.07804076373577118, -0.009268078953027725, 0.0034128075931221247, 0.022269953042268753, 0.054014597088098526, 0.0006802555872127414, -0.017252203077077866, 0.03851860761642456, 0.0006645750836469233, -0.031906984746456146, -0.013658609241247177, 0.022535597905516624, -0.005718758795410395, 0.008810577914118767, -0.02625463716685772, -0.029575206339359283, -0.016706153750419617, -0.006773961707949638, 0.05513621121644974, -0.002287503331899643, 0.0055305929854512215, 0.0018890351057052612, 0.015171313658356667, -0.0027468488551676273, 0.0035954387858510017, -0.0026841270737349987, -0.022388016805052757, 0.04389055073261261, 0.028793027624487877, -0.019244544208049774, -0.013031390495598316, -0.0741446316242218, 0.037692151963710785, 0.03426827862858772, 0.011651509441435337, -0.021664870902895927, -0.016632363200187683, 0.014042319729924202, -0.018019624054431915, -0.013267519883811474, 0.034032147377729416, -0.00332610378973186, -0.008899126201868057, -0.047255393117666245, -0.013584818691015244, 0.0018585965735837817, 0.001133605488575995, -0.009245941415429115, -0.013046149164438248, 0.008958159014582634, 0.04722587764263153, 0.04586813226342201, 0.028793027624487877, -0.009164771996438503, -0.0010090841678902507, -0.0846523866057396, 0.030076980590820312, -0.0037448646035045385, -0.012263970449566841, 0.024144230410456657, -0.013503649272024632, -0.038134895265102386, 0.0057040005922317505, 0.003844481660053134, -0.033943600952625275, 0.014020182192325592, 0.026328425854444504, -0.005430975928902626, 0.013680746778845787, 0.05056120455265045, -0.01813768781721592, 0.03294004872441292, 0.06605719774961472, 0.03695425018668175, 0.02908818982541561, -0.019731562584638596, -0.01759164035320282, -0.012883809395134449, 0.016927525401115417, -0.06458138674497604, 0.005534282419830561, -0.02355390600860119, -0.043861035257577896, -0.05490008369088173, -0.023967131972312927, -0.0006894793477840722, 0.030873917043209076, -0.03704279661178589, 0.024926409125328064, -0.03344182297587395, -0.006036057602614164, 0.015820669010281563, -0.0416768379509449, 0.018152447417378426, -0.012640301138162613, 0.01745881699025631, 0.03961070626974106, -0.045897651463747025, 0.014868772588670254, 0.01330441515892744, -0.04669458791613579, -0.03739699348807335, 0.023391567170619965, -0.01741454191505909, 0.021753419190645218, -0.023981891572475433, -0.008021020330488682, 0.03329424560070038, -0.052391208708286285, -0.002929480280727148, -0.027095846831798553, 0.0002229854726465419, -0.020056240260601044, 0.021576322615146637, -0.011393243446946144, 0.014234174974262714, -0.02015954628586769, 0.028394559398293495, 0.004774241242557764, 0.010537274181842804, 0.0012110854731872678, -0.005858960561454296, -0.03878425061702728, 0.07178333401679993, -0.018255753442645073, -0.05773363634943962, -0.014558852650225163, 0.04492361471056938, -0.004611901938915253, -0.0015163933858275414, -0.011518687009811401, -0.03536037728190422, -0.024336084723472595, -0.03739699348807335, 0.04262135550379753, -0.01565833017230034, -0.009482070803642273, -0.04389055073261261, -0.048790235072374344, -0.0864233523607254, 0.027051573619246483, 0.035065215080976486, -0.02954568900167942, -0.02688923478126526, -0.017665429040789604, 0.015805911272764206, 0.04173586890101433, 0.0300474651157856, -0.044864583760499954, 0.00043144344817847013, -0.02485261857509613, 0.024867376312613487, -0.03423876315355301, -0.029102947562932968, 0.028276493772864342, 0.020366160199046135, 0.027641896158456802, 0.023878583684563637, -0.003064147662371397, -0.06322364509105682, -0.03255634009838104, -0.005899545270949602, -0.01958398148417473, 0.012441067025065422, 0.003988373093307018, 0.03288101777434349, -0.010766024701297283, -0.02860117144882679, 0.050502173602581024, -0.013024011626839638, -0.022491324692964554, -0.030372142791748047, 0.036836184561252594, -0.008655617944896221, 0.011474412865936756, 0.042385224252939224, 0.012337760999798775, 0.007836543954908848, 0.016042040660977364, -0.059297993779182434, -0.04710781201720238, -0.03648199141025543, -0.07491204887628555, 0.009231183677911758, 0.01925930380821228, -0.013164212927222252, -0.026682620868086815, -0.010227354243397713, -0.02151728980243206, -0.04489409923553467, 0.0006950136739760637, 0.06593912839889526, 0.011090702377259731, 0.02737625129520893, -0.010906226001679897, 0.013186350464820862, 0.012300865724682808, -0.04155877232551575, 0.026357943192124367, -0.01614534668624401, -0.008301423862576485, -0.013230624608695507, -0.013835706748068333, -0.07160623371601105, -0.04279845207929611, 0.027686171233654022, 0.034533921629190445, 0.013319172896444798, 0.050767816603183746, -0.018255753442645073, -0.04592716693878174, -0.032320208847522736, 0.07072075456380844, 0.01840333454310894, 0.010825056582689285, 0.06782816350460052, 0.022210920229554176, 0.008825335651636124, 0.012204937636852264, 0.003346396144479513, -0.013319172896444798, -0.0018705874681472778, 0.01402756106108427, -0.022314228117465973, 0.018934626132249832, 0.03730844333767891, 0.009098360314965248, -0.07615172863006592, -0.015997765585780144, 0.008072673343122005, -0.004313050769269466, -0.0002940087579190731, -0.005054644774645567, -0.03654102236032486, -0.006397630553692579, -0.008958159014582634, -0.03397311642765999, 0.03459295630455017, 0.020587531849741936, 0.02129592001438141, -0.008013641461730003, 0.00006295246566878632, -0.01321586687117815, 0.018477125093340874, 0.06889075040817261, -0.029486658051609993, -0.0028427764773368835, -0.03518328070640564, -0.011481791734695435, 0.0034220314119011164, -0.01925930380821228, 0.05398508161306381, -0.013688125647604465, -0.009976467117667198, 0.022565115243196487, 0.02805512212216854, -0.015938732773065567, 0.030932949855923653, -0.03417972847819328, 0.06399106234312057, 0.0412340946495533, -0.050236526876688004, -0.029648996889591217, 0.022712696343660355, -0.0021878862753510475, 0.017488332465291023, 0.0074971080757677555, -0.047698136419057846, 0.014175142161548138, 0.03314666450023651, -0.027804234996438026, 0.002115940675139427, -0.033087629824876785, -0.05124007910490036, -0.021074548363685608, -0.042650870978832245, -0.02210761420428753, -0.03943360596895218, 0.013931633904576302, -0.03937457501888275, -0.01511228084564209, -0.016351960599422455, 0.07243268936872482, -0.017399784177541733, 0.05513621121644974, -0.01596825011074543, -0.006168880499899387, -0.030342627316713333, 0.005442044697701931, -0.028527380898594856, 0.025915199890732765, -0.009459933266043663, 0.002335467142984271, -0.02110406383872032, 0.03184795007109642, -0.030460691079497337, -0.013769295066595078, 0.01182122714817524, -0.00834569800645113, -0.0024424633011221886, -0.024336084723472595, -0.04451039060950279, 0.050088945776224136, 0.03612779825925827, -0.01925930380821228, 0.00739749101921916, 0.006379182916134596, 0.02169438824057579, -0.024395117536187172, -0.052715886384248734, -0.0407913513481617, -0.03116907924413681, 0.05522476136684418, -0.05200749635696411, -0.005453113000839949, -0.0412340946495533, 0.03910892829298973, -0.054516371339559555, 0.013297036290168762, 0.0044348048977553844, 0.03332376107573509, -0.03373698517680168, -0.05926847457885742, 0.007725858595222235, -0.00777013273909688, 0.058884765952825546, -0.03474053740501404, 0.001452749129384756, -0.005360874813050032, -0.00917952973395586, -0.04300506412982941, 0.01458836905658245, -0.028542140498757362, -0.013238003477454185, -0.07119300961494446, -0.012374655343592167, 0.04371345415711403, 0.0015431424835696816, 0.024749310687184334, -0.024055682122707367, -0.03781021758913994, -0.014042319729924202, -0.030785368755459785, -0.030608272179961205, 0.035655535757541656, 0.03229069337248802, 0.0033611543476581573, -0.024601731449365616, -0.0432116761803627, -0.066234290599823, -0.017694946378469467, -0.06729687750339508, -0.02972278743982315, 0.024365602061152458, 0.009976467117667198, -0.03978780284523964, -0.003274450544267893, -0.05259782075881958, 0.01269933395087719, 0.0005349806742742658, 0.0046487972140312195, -0.006943679880350828, -0.017650671303272247, -0.014241553843021393, 0.06399106234312057, -0.030785368755459785, -0.0001092444290407002, 0.0221518874168396, 0.00194253318477422, -0.0019609807059168816, -0.048967331647872925, -0.018654221668839455, 0.05534282699227333, 0.02232898585498333, -0.02364245429635048, -0.028040364384651184, -0.015555023215711117, 0.003776225494220853, 0.012928083539009094, 0.015938732773065567, -0.004412667825818062, -0.04028957709670067, 0.015953492373228073, -0.024601731449365616, 0.026372700929641724, -0.020587531849741936, 0.038990866392850876, 0.045809101313352585, -0.04005344584584236, -0.005242810118943453, 0.03296956419944763, 0.09273982048034668, -0.03341230750083923, -0.005287084728479385, 0.014197279699146748, -0.011112838983535767, -0.021960033103823662, -0.05062023922801018, -0.00868513435125351, 0.019185513257980347, 0.016071556136012077, -0.00464510777965188, -0.0036618502344936132, -0.02494116686284542, 0.010611064732074738, -0.011902396567165852, 0.022491324692964554, -0.029294801875948906, -0.001723928959108889, -0.03294004872441292, 0.042385224252939224, -0.01871325448155403, -0.02373100444674492, 0.003602817887440324, -0.07597462832927704, -0.019274061545729637, -0.002257987391203642, -0.012116389349102974, 0.03716086223721504, 0.016219137236475945, 0.023081647232174873, -0.0054900082759559155, 0.010153563693165779, 0.018890351057052612, -0.012529615312814713, 0.04176538437604904, 0.01470643375068903, 0.008493279106914997, 0.0528634674847126, 0.00825714971870184, 0.008899126201868057, 0.031375691294670105, 0.011356348171830177, 0.008714649826288223, 0.04200151562690735, 0.006976885721087456, 0.043595388531684875, 0.01046348363161087, 0.029161978513002396, -0.011799090541899204, -0.04926249384880066, -0.0032670714426785707, 0.03417972847819328, 0.0057445853017270565, 0.008707270957529545, 0.01393901277333498, -0.01055203191936016, 0.036511506885290146, -0.03961070626974106, 0.004545490723103285, -0.041116029024124146, 0.043683938682079315, 0.035478439182043076, -0.01647002436220646, 0.018063899129629135, 0.051948465406894684, -0.021812452003359795, 0.049823299050331116, 0.03415021300315857, 0.02928004413843155, -0.022447049617767334, 0.051181044429540634, 0.04421522840857506, 0.03645247593522072, -0.011400622315704823, 0.013024011626839638, -0.017827767878770828, 0.016440508887171745, 0.03229069337248802, 0.0008790285210125148, 0.01921502873301506, 0.01899365708231926, 0.00007079269562382251, -0.025044472888112068, 0.027125364169478416, -0.0032873637974262238, -0.06127557530999184, 0.006976885721087456, 0.03170036897063255, -0.01565833017230034, -0.0024092576932162046, 0.0049956124275922775, 0.05847153812646866, 0.03781021758913994, -0.02498544007539749, 0.0048627895303070545, -0.047255393117666245, -0.07095687836408615, -0.019406884908676147, 0.03716086223721504, -0.04279845207929611, -0.038134895265102386, -0.02522156946361065, -0.0200709979981184, -0.012551752850413322, -0.0028667582664638758, -0.007106018718332052, -0.021236887201666832, 0.03981731832027435, -0.0036415578797459602, 0.023494873195886612, 0.013142076320946217, -0.02026285231113434, -0.05628734454512596, 0.02616608701646328, 0.04952814057469368, -0.0021067168563604355, 0.007349527440965176, 0.014426030218601227, 0.02963423728942871, 0.0008287588134407997, -0.04569103568792343, 0.032644886523485184, -0.004449563100934029, -0.0005202225875109434, -0.0013605111744254827, -0.02358342334628105, 0.008249770849943161, -0.04654700681567192, 0.027420524507761, 0.06345977634191513, -0.018639463931322098, 0.03143472597002983, -0.020764628425240517, -0.03099198266863823, -0.0412340946495533, -0.006172569934278727, 0.001020152703858912, -0.0055711776949465275, 0.014617884531617165, 0.011644130572676659, 0.018875593319535255, -0.06599816679954529, 0.25785329937934875, 0.05616927891969681, 0.03524231165647507, -0.0013042459031566978, 0.019879143685102463, 0.03382553532719612, 0.014544094912707806, -0.024247536435723305, 0.011496549472212791, 0.016499541699886322, -0.011422758921980858, 0.029309559613466263, -0.032674405723810196, 0.00008341777720488608, 0.044451355934143066, 0.058028798550367355, -0.04433329403400421, -0.027007298544049263, 0.020011965185403824, -0.03323521092534065, -0.019200270995497704, -0.01917075552046299, -0.0023760520853102207, 0.051535237580537796, -0.010050256736576557, 0.021960033103823662, -0.035744085907936096, -0.04241473972797394, -0.005157951265573502, -0.028571655973792076, -0.024749310687184334, 0.001781116588972509, 0.040171511471271515, -0.02787802554666996, 0.01012404728680849, 0.006519384682178497, -0.017296478152275085, -0.02111882157623768, -0.014403892681002617, -0.0020495292264968157, 0.007821786217391491, -0.018846075981855392, 0.024483665823936462, -0.024778828024864197, 0.0056523471139371395, 0.03645247593522072, -0.0024295500479638577, 0.027523832395672798, 0.04861313849687576, -0.04173586890101433, 0.03766263648867607, -0.006692792288959026, -0.00022736677783541381, -0.002342846244573593, -0.08040205389261246, 0.031228112056851387, -0.01046348363161087, -0.03285150229930878, 0.014507199637591839, 0.030342627316713333, 0.0447465181350708, -0.007039607502520084, -0.017030831426382065, -0.009083602577447891, 0.0003869385982397944, 0.05675960332155228, -0.030844401568174362, 0.053660403937101364, -0.05002991482615471, 0.026180846616625786, -0.00856706965714693, -0.023243986070156097, -0.05180088430643082, -0.0671197772026062, 0.05646444112062454, 0.03353037312626839, 0.0004916287725791335, 0.019274061545729637, -0.011408001184463501, -0.04250328987836838, 0.006128295324742794, -0.0370723158121109, -0.029604721814393997, 0.003119490575045347, 0.0432116761803627, 0.07089784741401672, -0.010160942561924458, -0.004670934285968542, 0.00791771337389946, 0.01184336468577385, 0.0024166367948055267, 0.015436958521604538, -0.018034381791949272, -0.016809461638331413, -0.00834569800645113 ]
9877_1
See also Foe (unit), relative measure for energy released by a supernova Lumen second, for the lumerg and lumberg units Metre–tonne–second system of units References Units of energy Centimetre–gram–second system of units
[ 0.007391559891402721, -0.013161975890398026, 0.03333700820803642, 0.01262635551393032, -0.06404590606689453, 0.002351372968405485, 0.03793619945645332, -0.027223793789744377, -0.012547798454761505, -0.00526336207985878, 0.016725637018680573, 0.020824916660785675, 0.00361543707549572, -0.03530808910727501, 0.008641340769827366, 0.002740590600296855, -0.010383891873061657, -0.01855388656258583, -0.05901821330189705, -0.021396245807409286, 0.03802189975976944, 0.008619915693998337, -0.040450043976306915, -0.017439797520637512, 0.03225148469209671, 0.0352795235812664, 0.034565363079309464, 0.003320845775306225, 0.05747562646865845, 0.0654170885682106, 0.010648131370544434, -0.0699877142906189, 0.003515454474836588, -0.0628461167216301, -0.03142305836081505, -0.018368205055594444, 0.02331019565463066, -0.023467309772968292, 0.010926653631031513, -0.0347653292119503, 0.056904301047325134, -0.03499385714530945, 0.08221414685249329, -0.018168240785598755, -0.03282281011343002, -0.018782418221235275, -0.0026013292372226715, -0.04879143834114075, 0.042649656534194946, -0.013683312572538853, -0.006209624465554953, -0.0024174328427761793, 0.01799684204161167, -0.0037136340979486704, 0.015554413199424744, -0.04262109100818634, -0.012654921971261501, 0.03719347342848778, -0.032108649611473083, 0.025995438918471336, 0.060218002647161484, 0.028937779366970062, -0.01221214234828949, -0.025524092838168144, -0.008912721648812294, 0.03256571292877197, 0.005981093272566795, -0.025067029520869255, -0.004849148914217949, 0.004831294994801283, 0.007712932303547859, 0.018268221989274025, 0.014811686240136623, 0.00911982823163271, -0.038450393825769424, 0.01441175676882267, 0.013254816643893719, -0.0018568170489743352, -0.01859673671424389, -0.002071065129712224, 0.021453378722071648, 0.050676822662353516, -0.008991279639303684, -0.015425864607095718, 0.01931089721620083, -0.019096648320555687, -0.02218182198703289, -0.021996140480041504, 0.028952062129974365, -0.017711177468299866, 0.03659357875585556, 0.04859147220849991, 0.007612949702888727, -0.0007030016276985407, 0.04490640386939049, -0.012440674006938934, -0.032280050218105316, 0.018782418221235275, 0.008391384966671467, 0.04562056437134743, 0.029423408210277557, 0.05244793742895126, -0.00513838417828083, 0.0516195110976696, -0.06661687791347504, 0.04590623080730438, 0.04007868096232414, -0.006198912393301725, 0.0041314177215099335, -0.044849272817373276, -0.002765586134046316, 0.022924548014998436, 0.012547798454761505, 0.0059560975059866905, 0.03736487030982971, 0.023881522938609123, -0.03076602891087532, 0.024195753037929535, -0.00838424265384674, 0.02785225585103035, 0.01604004204273224, -0.007441551424562931, 0.004481356590986252, 0.011376574635505676, 0.002249605255201459, -0.0091983862221241, 0.010105369612574577, -0.03590798377990723, -0.012155009433627129, 0.011705088429152966, 0.02458140067756176, 0.010283909738063812, -0.0020924899727106094, 0.01702558435499668, 0.04976269602775574, 0.014825969934463501, 0.014126092195510864, 0.0807286873459816, -0.006605983711779118, -0.022196104750037193, 0.0034868880175054073, -0.026238253340125084, -0.0011810427531599998, 0.0705019161105156, -0.044849272817373276, 0.015240183100104332, 0.008734181523323059, -0.0013203039998188615, -0.0024977759458124638, 0.021753326058387756, -0.04507780447602272, 0.02131054550409317, -0.032165784388780594, 0.04327812045812607, -0.017968274652957916, 0.022510334849357605, -0.026295386254787445, -0.008120003156363964, 0.009348359890282154, -0.014240358024835587, 0.0027138094883412123, -0.005541884806007147, 0.0393359549343586, 0.033137042075395584, -0.010955220088362694, -0.02208183892071247, -0.052105143666267395, -0.030280400067567825, -0.00614535016939044, -0.00802002102136612, 0.00976257212460041, -0.008648482151329517, -0.031108826398849487, 0.04276392236351967, 0.0531335324048996, 0.08449945598840714, 0.03633648157119751, -0.02840930037200451, -0.013661888428032398, 0.027780838310718536, -0.022824566811323166, -0.031451623886823654, 0.022410353645682335, 0.056447237730026245, 0.0019817950669676065, 0.020624952390789986, -0.038050465285778046, 0.0011578325647860765, 0.00044210991472937167, -0.032022953033447266, 0.021581927314400673, 0.005981093272566795, -0.05698999762535095, 0.001485453569330275, -0.02483849786221981, 0.02448141761124134, 0.005984663963317871, 0.01615430787205696, -0.014683137647807598, -0.04196406528353691, -0.004613475874066353, 0.013133409433066845, -0.03667927905917168, -0.00022205924324225634, -0.04047860950231552, -0.009691156446933746, 0.07244443148374557, 0.03530808910727501, -0.0019675118383020163, 0.023695841431617737, 0.0055240304209291935, -0.00871275644749403, -0.03056606464087963, 0.030109001323580742, 0.007102325093001127, 0.0062524741515517235, -0.029909037053585052, 0.0459919273853302, -0.0475345142185688, 0.009691156446933746, -0.027995087206363678, 0.011033778078854084, 0.04350665211677551, 0.03696494176983833, 0.04376374930143356, -0.05270503833889961, -0.018111107870936394, 0.061817724257707596, 0.028680680319666862, -0.0006186414393596351, -0.03179442137479782, 0.06204625591635704, 0.02126769721508026, -0.001103377784602344, 0.03367980569601059, -0.007070187944918871, 0.007241586223244667, 0.03567945212125778, 0.030394665896892548, -0.016468537971377373, -0.012462099082767963, -0.01377615425735712, 0.017554061487317085, 0.03025183454155922, 0.0030084005557000637, 0.02432430349290371, 0.006213195156306028, -0.0023388753179460764, 0.004442077595740557, 0.04033577814698219, -0.039221689105033875, 0.017396947368979454, 0.05147667974233627, 0.013433356769382954, -0.06204625591635704, -0.03705064207315445, 0.010712405666708946, 0.05304783210158348, -0.05170521140098572, -0.019382312893867493, 0.000488753488752991, 0.014897385612130165, 0.0010257128160446882, -0.03862179443240166, 0.011333725415170193, 0.04941989853978157, 0.010326758958399296, -0.013990402221679688, -0.009634023532271385, -0.006416731048375368, -0.006598841864615679, -0.02202470600605011, -0.03802189975976944, -0.038450393825769424, -0.022724583745002747, 0.003992156591266394, 0.007855764590203762, -0.03499385714530945, 0.02361014299094677, -0.008277119137346745, -0.02166762575507164, 0.02723807655274868, -0.04713458567857742, 0.016439972445368767, -0.010005387477576733, 0.05653293803334236, -0.04516350105404854, 0.010048236697912216, -0.020582102239131927, 0.03673641011118889, 0.0008560997666791081, -0.051533814519643784, 0.02519557811319828, -0.04716315120458603, 0.03956448659300804, 0.016597086563706398, -0.01823965646326542, -0.013104842975735664, -0.017054149881005287, -0.08232840895652771, -0.010926653631031513, -0.022667450830340385, -0.05856114998459816, -0.017339814454317093, -0.05479038506746292, 0.01631142385303974, -0.018511036410927773, -0.02509559690952301, 0.040135812014341354, 0.009412634186446667, -0.04730598255991936, 0.007898613810539246, 0.0010292836232110858, -0.002742375945672393, -0.020982032641768456, 0.026195403188467026, -0.006198912393301725, 0.011919337324798107, -0.031765855848789215, -0.014511738903820515, -0.011533690616488457, 0.004088568035513163, -0.004245683550834656, -0.03745057061314583, -0.02401007153093815, 0.040764275938272476, -0.008034304715692997, -0.01371902134269476, 0.009948254562914371, -0.012519231997430325, -0.04007868096232414, -0.011790787801146507, 0.0030530355870723724, 0.00986255519092083, -0.05901821330189705, -0.019453728571534157, -0.033708371222019196, -0.003336914349347353, 0.06393163651227951, -0.014754553325474262, 0.0541619248688221, -0.04987696185708046, 0.006788094528019428, 0.049248501658439636, 0.002247819909825921, -0.009376926347613335, 0.05544741079211235, 0.0013024499639868736, -0.035593755543231964, -0.021739041432738304, -0.011647955514490604, 0.001247995300218463, 0.00540262321010232, 0.02953767403960228, -0.029880471527576447, 0.0232530627399683, 0.010869520716369152, -0.0036029391922056675, -0.0038243287708610296, 0.0025406256318092346, 0.056390102952718735, 0.039164554327726364, 0.02448141761124134, -0.02882351353764534, -0.016697069630026817, -0.0014399258652701974, -0.0122621338814497, -0.00950547493994236, -0.016539953649044037, -0.06735961139202118, 0.02999473549425602, -0.04359234869480133, -0.021839024499058723, 0.0018371775513514876, -0.02141052857041359, 0.006513142958283424, 0.008277119137346745, 0.0357651524245739, 0.01236925832927227, -0.023724408820271492, 0.002953053219243884, -0.0036457888782024384, 0.008227127604186535, -0.056704334914684296, 0.0027780840173363686, 0.023324478417634964, -0.008369959890842438, 0.017596911638975143, -0.02258175052702427, -0.07530107349157333, -0.020882049575448036, -0.0439637117087841, 0.0050776805728673935, -0.026252536103129387, 0.004559914115816355, 0.012333549559116364, 0.052762169390916824, 0.011348008178174496, -0.0072130197659134865, 0.006398877128958702, 0.06147492676973343, 0.025466959923505783, 0.011726513504981995, 0.03699350729584694, -0.009048412553966045, 0.004567055497318506, -0.023538725450634956, -0.005691858474165201, 0.03070889599621296, 0.02238178625702858, -0.025009896606206894, -0.030908862128853798, -0.00453491834923625, 0.002570977434515953, 0.041935499757528305, -0.007834339514374733, -0.006031084340065718, 0.0008895760402083397, 0.03499385714530945, 0.01162653136998415, 0.0026084708515554667, -0.0006539031164720654, -0.010819530114531517, 0.034565363079309464, 0.028137918561697006, -0.041421301662921906, 0.010676697827875614, -0.06513142585754395, 0.032022953033447266, 0.03965018317103386, -0.0373077392578125, 0.028937779366970062, -0.04773448035120964, 0.008248552680015564, -0.013683312572538853, 0.03893602266907692, 0.023695841431617737, 0.010976645164191723, 0.03199438378214836, -0.04253539443016052, 0.013354798778891563, 0.018896684050559998, -0.030223267152905464, -0.01865386962890625, 0.030994560569524765, 0.0017113068606704473, 0.010326758958399296, 0.004145700950175524, 0.01400468498468399, -0.02392437309026718, -0.0005016976501792669, -0.06713107973337173, 0.008941288106143475, -0.02499561384320259, -0.028994912281632423, 0.00799859594553709, 0.0069987718015909195, -0.033394139260053635, 0.02478136494755745, 0.004970556125044823, -0.024495700374245644, -0.016268573701381683, 0.026809580624103546, -0.04299245402216911, -0.011947902850806713, 0.04236399382352829, 0.01952514424920082, 0.01896809972822666, 0.08707043528556824, 0.007002342492341995, 0.002835216699168086, -0.01341907400637865, -0.006620266940444708, -0.0029941173270344734, 0.029394840821623802, -0.06473150104284286, -0.05913247913122177, -0.0268381480127573, -0.037079207599163055, -0.039078857749700546, -0.00685951067134738, 0.035536620765924454, 0.010826671496033669, -0.027023829519748688, 0.025981154292821884, -0.051133882254362106, -0.008834163658320904, 0.026338234543800354, -0.03545092046260834, 0.019482295960187912, -0.03570801764726639, 0.02055353671312332, 0.01803969219326973, -0.03333700820803642, -0.00424211286008358, 0.007248728070408106, -0.05336206406354904, -0.03136592358350754, 0.003967160824686289, -0.024609966203570366, 0.0018907396588474512, -0.033965468406677246, -0.04150700196623802, 0.008905580267310143, -0.005499035120010376, -0.0024299307260662317, -0.004838436841964722, 0.002367441775277257, 0.01584007777273655, 0.0027209511026740074, -0.01080524642020464, 0.05847545340657234, 0.02902347780764103, -0.007470117881894112, 0.004938418976962566, 0.02708096243441105, 0.025224145501852036, -0.0026120415423065424, -0.03445109724998474, 0.04687748849391937, 0.006523855030536652, -0.08181421458721161, -0.0068987892009317875, 0.04953416436910629, -0.002428145380690694, 0.02478136494755745, -0.03056606464087963, -0.03353697061538696, -0.04333525151014328, -0.061817724257707596, 0.008298543281853199, -0.03122309222817421, 0.017654044553637505, -0.04482070729136467, -0.031508754938840866, -0.024552833288908005, -0.0010739186545833945, 0.005041972268372774, -0.04025007784366608, -0.06153205782175064, -0.01300486084073782, 0.020067906007170677, 0.06507429480552673, -0.02091061696410179, -0.03596511855721474, 0.0020835630130022764, -0.01413323450833559, 0.07164456695318222, -0.05798982456326485, 0.002410291228443384, 0.010790963657200336, 0.004941989667713642, 0.038050465285778046, 0.017596911638975143, 0.004234971012920141, -0.037222038954496384, 0.017182698473334312, 0.0007521001389250159, 0.015097350813448429, 0.023938655853271484, 0.01998220756649971, 0.007005913183093071, -0.06318891048431396, -0.055875908583402634, -0.01548299752175808, -0.033394139260053635, -0.025366976857185364, -0.005491893272846937, 0.043878015130758286, -0.017754027619957924, 0.001425642636604607, 0.04207833111286163, 0.038507528603076935, 0.04979126155376434, 0.028395017609000206, -0.03767910227179527, -0.05304783210158348, -0.04999122768640518, -0.06056080013513565, -0.008784173056483269, 0.008234268985688686, 0.006938068196177483, -0.014854536391794682, 0.006741674151271582, -0.005438331514596939, -0.047448817640542984, 0.02698097936809063, 0.024081489071249962, 0.01326195802539587, -0.0033815493807196617, -0.015468713827431202, 0.04016438126564026, 0.00986255519092083, 0.009519757702946663, 0.024310018867254257, -0.004142130259424448, -0.03330843895673752, -0.0007324607577174902, -0.047905877232551575, -0.06381737440824509, -0.04810584336519241, -0.004531347658485174, 0.04482070729136467, -0.01901094987988472, 0.024809932336211205, -0.005616871640086174, -0.026138270273804665, -0.010098228231072426, 0.05481895059347153, 0.052105143666267395, 0.019796526059508324, 0.05738992989063263, 0.001382793067023158, -0.037593401968479156, 0.0026281101163476706, 0.007841480895876884, -0.07495827227830887, -0.015882927924394608, 0.04179266467690468, -0.001069455174729228, 0.0286092646420002, 0.016125742346048355, 0.013497631065547466, -0.0286235474050045, -0.054761819541454315, -0.030337532982230186, 0.022753149271011353, -0.028594981878995895, -0.02416718751192093, -0.011090910993516445, -0.004952702205628157, 0.010148218832910061, -0.03939308598637581, -0.011326584033668041, 0.05339062958955765, 0.0034351113718003035, -0.010548149235546589, 0.04010724648833275, -0.016140025109052658, 0.007059475407004356, 0.05224797502160072, -0.021396245807409286, 0.030280400067567825, -0.022610317915678024, -0.032422881573438644, -0.012826320715248585, 0.006498859729617834, 0.05850401893258095, 0.023952938616275787, -0.017896858975291252, 0.022296087816357613, 0.023267345502972603, -0.008498508483171463, 0.01060528215020895, -0.013054851442575455, 0.07130177319049835, -0.022510334849357605, -0.03379406780004501, -0.003977873362600803, 0.051733776926994324, -0.03179442137479782, 0.005995376501232386, 0.0031708721071481705, -0.031108826398849487, -0.010041095316410065, 0.013054851442575455, -0.030480366200208664, -0.04879143834114075, -0.01584007777273655, -0.04333525151014328, -0.028594981878995895, -0.05390482768416405, 0.0007735249819234014, -0.007091612555086613, 0.019896509125828743, -0.04327812045812607, 0.003320845775306225, -0.017339814454317093, 0.03505099192261696, -0.026509633287787437, 0.04404941201210022, -0.029623372480273247, -0.0005963239236734807, -0.02053925208747387, -0.009412634186446667, -0.03965018317103386, -0.019053800031542778, -0.010405316948890686, -0.03842182829976082, -0.008934146724641323, 0.006320319604128599, -0.002699526259675622, -0.015454431064426899, 0.03305134177207947, 0.013733304105699062, -0.014825969934463501, -0.009234094060957432, -0.014883102849125862, 0.05370486155152321, 0.01639712229371071, 0.013247675262391567, 0.041421301662921906, 0.03342270478606224, 0.009962537325918674, -0.012219284661114216, -0.05001979321241379, 0.008727040141820908, -0.00025999901117756963, 0.056961432099342346, -0.006798807065933943, -0.01798255927860737, -0.05181947723031044, 0.027866538614034653, -0.05604730546474457, -0.020267872139811516, -0.05896108224987984, 0.018525321036577225, 0.0016363200265914202, -0.006841656286269426, -0.04522063583135605, 0.024138621985912323, 0.01942516304552555, -0.006766669452190399, -0.020153606310486794, 0.003835041308775544, 0.03153732419013977, -0.00010109833237947896, 0.015854360535740852, 0.0373077392578125, -0.00916981976479292, -0.051533814519643784, -0.02448141761124134, 0.024652816355228424, -0.009569749236106873, 0.0373077392578125, -0.030337532982230186, -0.0465061254799366, 0.016739919781684875, -0.010262484662234783, -0.019339462742209435, 0.04253539443016052, 0.016597086563706398, 0.024138621985912323, -0.01589721068739891, -0.03108026087284088, -0.05667576938867569, -0.014168942347168922, -0.0654170885682106, -0.035393789410591125, 0.059418145567178726, 0.011148043908178806, -0.021753326058387756, 0.03522238880395889, -0.06907359510660172, 0.013961835764348507, -0.029709072783589363, 0.014711704105138779, 0.010319617576897144, -0.009926829487085342, -0.036565013229846954, 0.01595434360206127, -0.05713283270597458, 0.006895218510180712, -0.009019846096634865, 0.0061524915508925915, -0.04236399382352829, -0.024081489071249962, 0.003249429864808917, 0.04850577190518379, -0.013019143603742123, 0.008698473684489727, -0.02779512293636799, 0.0003943504416383803, 0.005674004089087248, -0.005577592644840479, 0.003329772735014558, -0.06010373681783676, -0.009648307226598263, -0.02295311540365219, -0.008955570869147778, 0.0393645204603672, -0.002335304394364357, 0.01748264580965042, 0.0004499210335779935, -0.015254465863108635, -0.04099280759692192, 0.02525271102786064, 0.046791788190603256, -0.004342094995081425, -0.0030583918560296297, -0.004509923048317432, 0.020567819476127625, 0.025838322937488556, -0.02912346087396145, -0.014897385612130165, 0.06433156877756119, -0.017554061487317085, 0.01049815770238638, -0.03142305836081505, -0.01881098374724388, 0.018139673396945, -0.00017273754929192364, 0.015225899405777454, 0.020767783746123314, 0.009826847352087498, 0.003924311138689518, 0.01400468498468399, 0.008991279639303684, -0.026352519169449806, 0.0007146067218855023, -0.06244618445634842, 0.013968977145850658, -0.011990753002464771, -0.011212318204343319, 0.011290875263512135, 0.020710650831460953, -0.001127480762079358, -0.028737813234329224, -0.059418145567178726, -0.014954518526792526, 0.0036029391922056675, 0.023995788767933846, -0.021239129826426506, 0.030880294740200043, 0.04644899070262909, 0.037593401968479156, 0.020724933594465256, -0.02846643328666687, 0.018696719780564308, -0.0062346202321350574, 0.04256395995616913, 0.0209534652531147, 0.02069636806845665, -0.013447640463709831, 0.030337532982230186, -0.04216402769088745, -0.06558848917484283, 0.00950547493994236, -0.021781891584396362, 0.013426215387880802, 0.03616508096456528, 0.01711128279566765, -0.04016438126564026, 0.040964238345623016, -0.04184979945421219, 0.019253764301538467, -0.0495627298951149, 0.000500804977491498, 0.03905028849840164, -0.003981444053351879, 0.017496928572654724, 0.001002502627670765, 0.018696719780564308, 0.03590798377990723, 0.04733455181121826, 0.043106719851493835, -0.003310133470222354, 0.06907359510660172, -0.0013551192823797464, 0.000050660753913689405, -0.03276567906141281, -0.0029691217932850122, 0.015225899405777454, 0.010326758958399296, -0.01466885395348072, -0.011019494384527206, 0.043620917946100235, 0.05750419571995735, 0.0129048777744174, -0.030908862128853798, -0.001189077040180564, -0.0014792047441005707, -0.052762169390916824, 0.01027676835656166, 0.011340866796672344, -0.033851202577352524, -0.038050465285778046, -0.010919512249529362, 0.07021624594926834, 0.03302277624607086, -0.010483874939382076, -0.009134110994637012, -0.05027689039707184, -0.0694735199213028, -0.0245242677628994, 0.048220109194517136, -0.01595434360206127, -0.03199438378214836, -0.015654396265745163, -0.009569749236106873, -0.021067731082439423, -0.0036707844119518995, -0.004852719604969025, -0.018268221989274025, 0.027966521680355072, 0.0035868706181645393, -0.007362993434071541, -0.0017621907172724605, -0.05227654054760933, -0.051648080348968506, 0.042135462164878845, 0.04502066969871521, -0.038193296641111374, 0.0659312903881073, 0.039735883474349976, 0.016339989379048347, -0.024295736104249954, -0.03399403393268585, 0.032422881573438644, 0.009191243909299374, 0.008848447352647781, -0.005177662707865238, -0.007052334025502205, -0.01292630285024643, -0.007520108949393034, 0.03913598880171776, 0.05676146596670151, -0.004656325560063124, 0.020739218220114708, -0.026552483439445496, -0.028537848964333534, -0.05104818567633629, -0.001323874806985259, 0.0024834927171468735, 0.01116946805268526, 0.024867065250873566, -0.015197332948446274, 0.041478436440229416, -0.045249201357364655, 0.2417861372232437, 0.06981632113456726, 0.046077627688646317, 0.025581225752830505, 0.028452150523662567, 0.04616332799196243, 0.034622494131326675, -0.00879131443798542, 0.017711177468299866, -0.024110054597258568, 0.008777030743658543, -0.0429353229701519, 0.005595446564257145, 0.00775578198954463, 0.052562203258275986, 0.09358357638120651, 0.01146941538900137, 0.0063346028327941895, 0.018882401287555695, -0.02361014299094677, -0.022667450830340385, 0.010391033254563808, 0.008105720393359661, 0.03716490790247917, 0.009562607854604721, -0.0052740746177732944, 0.0026048999279737473, 0.03925025463104248, 0.02223895490169525, -0.02269601635634899, -0.033394139260053635, -0.03599368408322334, 0.03379406780004501, 0.01783972606062889, -0.013797578401863575, 0.010148218832910061, 0.00845565926283598, -0.05121958255767822, -0.03262284770607948, 0.010069661773741245, 0.002301381900906563, 0.016625653952360153, 0.015625828877091408, -0.03593654930591583, -0.005845402833074331, 0.06016087159514427, -0.020510686561465263, -0.012326408177614212, -0.002172833075746894, -0.017054149881005287, 0.08130002021789551, -0.013119126670062542, -0.00546689797192812, -0.02902347780764103, -0.0786719098687172, 0.029037760570645332, -0.00848422572016716, -0.010041095316410065, -0.03836469724774361, 0.036507878452539444, 0.02632395178079605, 0.0067809526808559895, -0.028452150523662567, 0.007612949702888727, -0.023824390023946762, 0.08501365035772324, 0.025309843942523003, 0.03842182829976082, -0.01096236240118742, -0.01798255927860737, -0.0009792924392968416, -0.028909211978316307, -0.009255518205463886, -0.038307562470436096, 0.0454777330160141, 0.01998220756649971, -0.005599017255008221, 0.008941288106143475, -0.0023585145827382803, -0.03148018941283226, -0.01641140505671501, -0.039221689105033875, -0.0037957625463604927, -0.028480716049671173, 0.036107949912548065, 0.04970556125044823, 0.020524969324469566, -0.04584909602999687, -0.0017202338203787804, 0.03305134177207947, 0.01400468498468399, 0.053990524262189865, 0.0021157001610845327, -0.04227829352021217, -0.02622396871447563 ]
9878_0
Everway is a fantasy role-playing game first published by Wizards of the Coast under their Alter Ego brand in 1995. Its lead designer was Jonathan Tweet. Marketed as a "Visionary Roleplaying Game", it has often been characterized as an innovative piece with a limited commercial success. Wizards later abandoned the line, and Rubicon Games purchased it, and published several supplements. The line was sold again to Gaslight Press in February 2001. The line is currently with The Everway Company, which is working on both a Silver Anniversary Edition and 2nd Edition. The game has a fantasy setting of the multiverse type, with many different worlds, some of which differed from generic fantasy. It appears to have been heavily influenced by divinatory tarot, the four classical elements of ancient Greece, and mythologies from around the world. Everway was first with implementing, in a commercial game, several new concepts including much more picture-based/visual source material and character creation than usual. Like other works by Jonathan Tweet, the rules are very simple and flexible. It is also one of a few diceless role-playing games. The Fortune Deck works as a randomizer and inspirational tool, and the results obtained by it are highly subjective. In order to clarify their use, Tweet coined some new vocabulary to describe and formalize methods of gamemaster adjudication; these terms have been adopted by the wider tabletop RPG community. Tweet's adjudication terms are: Karma (making a decision based on character abilities, tactics, and the internal logic of a fictional situation), Drama (making a decision based on what moves the story along), and Fortune (letting a randomizer — drawing a card in Everway, but could also refer to rolling dice in other games — determine the outcome). Description Everway was a boxed set designed by Jonathan Tweet, Jenny Scott, Aron Anderson, Scott Hungerford, Kathy Ice, Bob Kruger, and John Tynes, with illustrations by Doug Alexander, Rick Berry, Daniel Gelon, Janine Johnston, Hannibal King, Scott Kirschner, Ed Lee, John Matson, Martin McKenna, Ian Miller, Jeff Miracola, Roger Raupp, Andrew Robinson, Christopher Rush, and Amy Weber, and cover art by Susan Harris
[ -0.00968556385487318, -0.013259908184409142, 0.015402999706566334, 0.0077620819211006165, -0.018750160932540894, -0.06579216569662094, 0.006236170418560505, -0.018613850697875023, -0.069245345890522, 0.0050055962055921555, -0.008277029730379581, -0.0505557656288147, -0.004074146505445242, 0.003165415022522211, -0.011025942862033844, -0.03116949275135994, -0.018522977828979492, 0.013373499736189842, -0.012661660090088844, -0.006667817942798138, 0.05204002931714058, 0.02156722918152809, -0.0949927419424057, -0.0547662228345871, 0.003099153283983469, 0.03141182288527489, -0.00161489169113338, 0.023036345839500427, 0.0514644980430603, 0.024505460634827614, 0.03332015872001648, 0.006175588350743055, 0.016644932329654694, 0.007228202186524868, -0.04849597439169884, 0.028700772672891617, 0.002631535055115819, -0.009837019257247448, -0.0654892548918724, -0.01905307173728943, 0.0917213037610054, 0.020703934133052826, 0.01596338488161564, -0.00809528399258852, -0.0009215106256306171, -0.014774460345506668, 0.06985116750001907, -0.0505254752933979, 0.05761358141899109, -0.08384563028812408, -0.0034058501478284597, 0.017069008201360703, -0.01417621225118637, 0.009980902075767517, -0.05934017151594162, -0.006728400010615587, 0.002050325507298112, 0.04764782637357712, 0.03392597660422325, 0.046678509563207626, 0.026519816368818283, -0.009738572873175144, -0.016584351658821106, -0.01596338488161564, 0.002639107871800661, 0.0024478957056999207, 0.0025084777735173702, 0.02194586768746376, -0.0052441381849348545, -0.004392202477902174, -0.01132885366678238, 0.014918343164026737, -0.013986892998218536, -0.008670813404023647, -0.06500459462404251, 0.03398656100034714, -0.02803436852991581, 0.0010014979634433985, 0.01782628335058689, -0.0015987996011972427, 0.008625376969575882, -0.011563609354197979, -0.06724613904953003, -0.028988536447286606, -0.021461211144924164, -0.0016991386655718088, 0.008299748413264751, 0.012298166751861572, 0.026792434975504875, -0.035682860761880875, 0.020279860123991966, 0.03222968056797981, 0.04776898771524429, -0.014289803802967072, -0.0006332722841762006, 0.0472540408372879, 0.03177531436085701, -0.004520939663052559, -0.05622019246220589, -0.05140391364693642, 0.022672852501273155, 0.02353614754974842, -0.03132094815373421, 0.015334845520555973, -0.021279463544487953, 0.016220858320593834, 0.00490336399525404, 0.013085734099149704, -0.033198993653059006, -0.03244171664118767, -0.02526273764669895, -0.020067822188138962, 0.01643289625644684, -0.034986164420843124, -0.014024756848812103, 0.005361516028642654, -0.0012248944258317351, -0.038530219346284866, -0.029352029785513878, 0.006357334554195404, -0.015902802348136902, 0.0031767741311341524, -0.03940865769982338, 0.03144211322069168, -0.030200179666280746, -0.0673673003911972, 0.02214275859296322, 0.03804556280374527, 0.005304720718413591, -0.023142363876104355, 0.04183194413781166, 0.021021990105509758, 0.01315388921648264, 0.017659682780504227, 0.02877650037407875, 0.08178584277629852, 0.018129194155335426, 0.03374423086643219, -0.016902407631278038, -0.05827998369932175, 0.041347287595272064, -0.019083362072706223, -0.017250753939151764, 0.059915702790021896, -0.03159356862306595, 0.008254311978816986, -0.002692117355763912, 0.058613184839487076, -0.12189119309186935, 0.006152870133519173, -0.01026866678148508, -0.02017384022474289, -0.011601473204791546, 0.03271433711051941, -0.04498221352696419, -0.018613850697875023, 0.004638317506760359, -0.017962593585252762, 0.024929536506533623, 0.029594358056783676, -0.03356248512864113, -0.009269061498343945, 0.02962464839220047, 0.027958640828728676, -0.039984188973903656, 0.028473589569330215, -0.026050304993987083, -0.011283417232334614, -0.023551292717456818, 0.005615203641355038, -0.007898392155766487, -0.03992360830307007, 0.008951005525887012, -0.0013318597339093685, 0.01132128108292818, 0.03471354395151138, 0.04473988339304924, -0.0007312449160963297, 0.049859073013067245, 0.00042525798198767006, -0.037227701395750046, 0.0388331301510334, -0.042134854942560196, 0.059885408729314804, -0.015281835570931435, 0.01834123209118843, 0.025383900851011276, -0.06355062872171402, -0.008277029730379581, 0.011601473204791546, 0.018265504390001297, 0.026247195899486542, -0.02288489043712616, 0.044103771448135376, 0.03616751730442047, 0.024490315467119217, -0.04549716040492058, 0.008738968521356583, 0.016538914293050766, -0.08838929235935211, -0.03307782858610153, -0.02545962855219841, 0.003174880985170603, 0.0039491960778832436, 0.013873301446437836, -0.002981775440275669, -0.0016328770434483886, 0.03116949275135994, -0.0748794823884964, -0.025853412225842476, -0.031108910217881203, 0.007678781636059284, -0.002006782218813896, -0.011336426250636578, 0.017932303249835968, -0.013093307614326477, -0.05779532715678215, 0.020840244367718697, -0.024308569729328156, -0.037318576127290726, -0.029654940590262413, 0.022900035604834557, 0.0175536647439003, 0.059309881180524826, -0.02124917320907116, -0.034652963280677795, 0.0032430358696728945, 0.0781509131193161, 0.005088896956294775, -0.013085734099149704, 0.0007004805956967175, 0.022157903760671616, 0.009965755976736546, 0.01952258311212063, -0.017523374408483505, 0.011010797694325447, -0.008133147843182087, -0.0407111756503582, -0.03262346237897873, -0.021748974919319153, -0.04322533309459686, -0.038530219346284866, 0.026322923600673676, 0.009322071447968483, -0.002086296211928129, 0.012934279628098011, 0.002044646069407463, -0.007678781636059284, -0.016402604058384895, 0.034228887408971786, -0.009731000289320946, 0.022127613425254822, 0.024126822128891945, -0.04234689101576805, -0.033623069524765015, 0.006834418512880802, 0.012139138765633106, 0.036197807639837265, -0.007951401174068451, 0.02241537906229496, 0.05376661568880081, 0.017296191304922104, -0.042649801820516586, -0.01038983091711998, 0.013063016347587109, 0.029957851395010948, 0.016538914293050766, 0.0002513210638426244, -0.011200116947293282, -0.04583036154508591, -0.012903988361358643, -0.024172259494662285, -0.02732252888381481, 0.029139991849660873, 0.05322137847542763, -0.04052942618727684, 0.005683358758687973, -0.03756090626120567, 0.021824702620506287, -0.05128275230526924, 0.015827074646949768, -0.006588303949683905, -0.01741735450923443, -0.01797773875296116, 0.030124451965093613, 0.00023937030346132815, -0.06476227194070816, 0.03677333891391754, -0.03126036748290062, 0.061278797686100006, -0.03916633129119873, 0.027080200612545013, -0.02873106300830841, -0.021188590675592422, 0.02353614754974842, -0.010874487459659576, 0.02241537906229496, 0.002120373537763953, -0.02583826705813408, -0.0640958696603775, 0.0012864230666309595, -0.012381467968225479, 0.044770173728466034, 0.00143882492557168, -0.02288489043712616, 0.010086920112371445, 0.04473988339304924, -0.029882123693823814, 0.03307782858610153, 0.00877683237195015, -0.025777684524655342, 0.0021222669165581465, -0.04782957211136818, -0.014721451327204704, -0.0613090880215168, 0.03079085424542427, 0.008738968521356583, -0.010548858903348446, -0.0061263651587069035, -0.033198993653059006, -0.017296191304922104, -0.011752928607165813, 0.03547082096338272, 0.00721684331074357, 0.0012532923137769103, -0.020582769066095352, 0.015690764412283897, -0.03051823563873768, 0.013570391573011875, -0.0023948862217366695, 0.0015760812675580382, -0.0001760667364578694, -0.000999604701064527, 0.006243743002414703, 0.004180165007710457, -0.02568681165575981, 0.025020409375429153, -0.06797312200069427, -0.04149874299764633, 0.02162781171500683, 0.040044769644737244, -0.04467930272221565, 0.0001251872454304248, 0.018553270027041435, -0.01782628335058689, 0.013328063301742077, 0.040317390114068985, -0.0053236521780490875, -0.028019223362207413, -0.01937112770974636, -0.02915513701736927, -0.00877683237195015, 0.031987350434064865, -0.04019622504711151, 0.04580007120966911, 0.05949162691831589, -0.010745750740170479, -0.016266295686364174, 0.010829051025211811, 0.012298166751861572, -0.015198535285890102, 0.03338073939085007, -0.034380342811346054, -0.0322902612388134, 0.03656129911541939, -0.0060203466564416885, -0.024369152262806892, 0.037833523005247116, 0.0556749552488327, 0.015751346945762634, 0.009019160643219948, 0.008314893580973148, 0.0025444484781473875, -0.03023047000169754, 0.02709534578025341, -0.021128008142113686, 0.01006420236080885, -0.056644268333911896, 0.0184775423258543, 0.020673643797636032, -0.019734621047973633, 0.009844591841101646, 0.09559856355190277, -0.03332015872001648, 0.014547278173267841, -0.003207065165042877, 0.03865138068795204, -0.021415773779153824, -0.001120768953114748, -0.02938232012093067, -0.029518630355596542, 0.04110495746135712, 0.011041088029742241, -0.02868562564253807, -0.013282625935971737, 0.01303272508084774, 0.019598310813307762, 0.05082838609814644, 0.048041608184576035, 0.015857364982366562, 0.02283945307135582, -0.0065617989748716354, 0.0463453084230423, 0.0017578275874257088, -0.058613184839487076, 0.05622019246220589, -0.04043855518102646, 0.03116949275135994, -0.011063806712627411, -0.010056628845632076, -0.02985183149576187, 0.038863420486450195, -0.03665217384696007, -0.004467930179089308, 0.030336488038301468, 0.015736201778054237, -0.027928350493311882, 0.0072206296026706696, 0.007712859194725752, 0.029215719550848007, -0.0355616956949234, 0.015872512012720108, 0.005804522894322872, 0.040832336992025375, 0.0046496763825416565, -0.042134854942560196, -0.022581979632377625, 0.02485380880534649, -0.010086920112371445, 0.013108452782034874, -0.013070588931441307, -0.01048070378601551, -0.001643289579078555, -0.02255168743431568, -0.008587513118982315, 0.034047141671180725, 0.009753718972206116, -0.014327667653560638, 0.01017779391258955, -0.01876530610024929, -0.0022510038688778877, 0.012570786289870739, 0.019310545176267624, -0.030427360907197, 0.011374290101230145, -0.03701566532254219, 0.013691555708646774, 0.0014331453712657094, -0.002175276167690754, 0.00043993021245114505, -0.009670418687164783, -0.02633807063102722, -0.008670813404023647, -0.038439344614744186, 0.012366321869194508, -0.005607631057500839, 0.02156722918152809, -0.010208084248006344, 0.00022777450794819742, 0.015872512012720108, -0.0016546486876904964, -0.007269852329045534, 0.03328986465930939, 0.023293819278478622, -0.00008436531061306596, 0.03983273357152939, 0.00809528399258852, -0.019174236804246902, -0.018008030951023102, 0.03753061220049858, -0.01371427346020937, 0.03262346237897873, -0.04089292138814926, 0.000042123494495172054, -0.019446855410933495, -0.06385353952646255, 0.012093702331185341, -0.019431710243225098, 0.01946200057864189, 0.0010866915108636022, 0.04337678477168083, 0.004524725954979658, -0.005565980914980173, 0.0038204588927328587, 0.013896020129323006, -0.017326481640338898, 0.029942704364657402, -0.013865728862583637, -0.03583431616425514, -0.009072169661521912, -0.072092704474926, -0.017568809911608696, 0.021642956882715225, -0.0547662228345871, 0.005868891254067421, -0.04198339954018593, -0.05409982055425644, 0.013896020129323006, 0.014501840807497501, 0.033441320061683655, -0.0007435506558977067, 0.02639865130186081, -0.0005357729969546199, -0.02433886006474495, -0.04895034059882164, 0.02055247873067856, -0.03347161412239075, -0.0036992947570979595, -0.004721617791801691, 0.025868559256196022, 0.005978696513921022, 0.03307782858610153, 0.029730668291449547, 0.03513761982321739, 0.030109304934740067, -0.003597062546759844, 0.006682963576167822, -0.03286579251289368, -0.02680758200585842, 0.03501645475625992, 0.007515967357903719, -0.06954825669527054, -0.04561832547187805, 0.03332015872001648, -0.030351635068655014, 0.022263923659920692, 0.00879955105483532, 0.019719474017620087, -0.013199325650930405, -0.042195435613393784, -0.03840905427932739, -0.007035096641629934, -0.014585142023861408, -0.03553140535950661, -0.03153298422694206, 0.019340837374329567, 0.011503026820719242, -0.044527847319841385, -0.04473988339304924, -0.045375995337963104, 0.000313796364935115, -0.0014198931166902184, 0.010344394482672215, 0.007125969976186752, -0.03598577156662941, 0.05403923615813255, 0.05270643159747124, 0.04998023435473442, 0.026731854304671288, -0.028806790709495544, 0.006955582648515701, -0.02471749857068062, 0.01628144085407257, 0.000531040015630424, -0.022445669397711754, -0.013010007329285145, -0.010919923894107342, -0.013858156278729439, -0.0028927954845130444, 0.02751942165195942, -0.006887427996844053, 0.008504212833940983, -0.02485380880534649, 0.005039673764258623, -0.02053733356297016, 0.006451994180679321, 0.02382391318678856, -0.015334845520555973, 0.007621985860168934, 0.0028170677833259106, -0.010238375514745712, 0.006122578866779804, 0.024157114326953888, 0.02839786186814308, 0.01097293384373188, -0.029215719550848007, 0.009700709022581577, -0.05558408051729202, -0.04404319077730179, 0.0017805459210649133, -0.013259908184409142, 0.01974976621568203, -0.017947448417544365, -0.040650591254234314, 0.05824969336390495, 0.01890161633491516, 0.041862234473228455, 0.06209665536880493, -0.01027623936533928, 0.003776915604248643, -0.02667127177119255, 0.0012495059054344893, -0.006357334554195404, -0.01928025484085083, 0.010223230347037315, 0.009329644031822681, -0.006061996798962355, -0.026141177862882614, 0.01764453761279583, -0.02147635631263256, -0.04549716040492058, 0.0049260822124779224, 0.016129985451698303, -0.059309881180524826, 0.005501612555235624, -0.057825617492198944, -0.0031692013144493103, -0.0748794823884964, 0.0029495912604033947, 0.034228887408971786, 0.04798102751374245, 0.061430253088474274, 0.015493873506784439, 0.0075765494257211685, 0.035682860761880875, 0.02592913992702961, 0.0004205250006634742, -0.053706035017967224, -0.020325295627117157, 0.028443297371268272, -0.0018061039736494422, 0.0500711090862751, 0.010033911094069481, -0.025777684524655342, 0.001367830322124064, -0.03316870331764221, 0.01394902914762497, 0.03210851550102234, -0.027534566819667816, 0.04010535404086113, 0.03640984371304512, -0.027595149353146553, -0.029957851395010948, 0.021218882873654366, 0.00016376099665649235, 0.014365531504154205, -0.00839819386601448, 0.02938232012093067, -0.027443693950772285, 0.056371647864580154, 0.06851836293935776, 0.0013526848051697016, 0.01735677197575569, -0.050192274153232574, -0.04268009215593338, 0.0024819730315357447, 0.013691555708646774, 0.034319762140512466, -0.029215719550848007, 0.04525483027100563, -0.01050342246890068, 0.0439826063811779, 0.0154408635571599, -0.008299748413264751, -0.08699589967727661, 0.014941061846911907, -0.05261555686593056, 0.0365007184445858, -0.01394902914762497, -0.02124917320907116, 0.02241537906229496, 0.02882193587720394, -0.029639793559908867, -0.02630777843296528, -0.030124451965093613, 0.04604239761829376, 0.02176412008702755, -0.04991965368390083, -0.02344527468085289, 0.0003313083725515753, -0.040044769644737244, 0.003735265461727977, -0.032411426305770874, -0.022900035604834557, -0.020461605861783028, -0.04389173537492752, -0.006417916622012854, -0.013676409609615803, 0.03840905427932739, 0.0070616016164422035, 0.036712754517793655, -0.004358124919235706, 0.07415249198675156, -0.04110495746135712, 0.03547082096338272, 0.012419331818819046, 0.01811404898762703, -0.00833003968000412, -0.0006668764399364591, -0.046860259026288986, -0.020295005291700363, -0.03880283609032631, 0.022218486294150352, 0.007341793738305569, -0.02967008575797081, 0.0074856760911643505, -0.035682860761880875, -0.05306992307305336, 0.040590010583400726, -0.016629787161946297, -0.03683391958475113, 0.03865138068795204, 0.007599267642945051, 0.06839719414710999, -0.02330896444618702, -0.04283154755830765, -0.015319699421525002, -0.020022384822368622, 0.03013959713280201, -0.010200511664152145, -0.04283154755830765, -0.06397470086812973, 0.011715064756572247, -0.014388250187039375, -0.00816343817859888, -0.019159089773893356, 0.03659158945083618, -0.009117607027292252, -0.005819668527692556, 0.022203341126441956, 0.037833523005247116, 0.015539309941232204, -0.0014577568508684635, 0.006747331935912371, 0.041529033333063126, 0.01223758514970541, -0.02541419304907322, -0.030548525974154472, 0.04422493651509285, -0.029124846681952477, -0.04810219258069992, 0.0407111756503582, -0.004797345492988825, 0.011760501191020012, 0.020022384822368622, 0.014857760630548, 0.0052668568678200245, -0.06264189630746841, 0.02241537906229496, -0.0038924003019928932, 0.01513795368373394, 0.028246406465768814, -0.04901092126965523, -0.004634530749171972, -0.05734096094965935, -0.005800736602395773, -0.018962198868393898, 0.018613850697875023, -0.007137329317629337, 0.011162253096699715, -0.014108057133853436, 0.03907545655965805, -0.03904516622424126, -0.0051759835332632065, -0.03686420992016792, -0.006595876533538103, 0.05909784138202667, 0.004854141268879175, 0.04319503903388977, -0.025050699710845947, 0.030896872282028198, -0.03904516622424126, 0.022809162735939026, 0.02897339127957821, 0.02714078314602375, 0.0076636360026896, -0.019643748179078102, 0.03410772606730461, 0.02873106300830841, 0.016205713152885437, 0.010912351310253143, -0.05485709384083748, -0.03159356862306595, 0.001158632687292993, -0.0016139451181516051, 0.015198535285890102, 0.01722046360373497, -0.022521397098898888, 0.022869743406772614, -0.03186618536710739, 0.03862109035253525, 0.008595085702836514, 0.006255102343857288, 0.10886604338884354, 0.0065466538071632385, 0.0003194759483449161, 0.00010850349644897506, 0.042043980211019516, 0.0026277487631887197, 0.032169096171855927, -0.014585142023861408, 0.03244171664118767, -0.01961345598101616, -0.0014833149034529924, -0.027201365679502487, 0.015902802348136902, -0.009019160643219948, 0.06676147878170013, -0.01120768953114748, -0.011571181938052177, -0.00021393055794760585, 0.0030934736132621765, 0.05267614126205444, 0.04764782637357712, -0.031714729964733124, 0.0023910999298095703, 0.01741735450923443, 0.011707491241395473, 0.014092911966145039, 0.012593504972755909, -0.03401685133576393, 0.04104437679052353, 0.0050169555470347404, -0.009784010238945484, 0.005978696513921022, 0.013918738812208176, -0.007088106125593185, -0.006978301331400871, -0.018053466454148293, -0.044164352118968964, -0.05934017151594162, 0.0020938690286129713, -0.01834123209118843, 0.009170616045594215, 0.03313840925693512, 0.010208084248006344, -0.006989660207182169, 0.005698504392057657, 0.0725167766213417, 0.03934807702898979, 0.01029895804822445, -0.020325295627117157, 0.0059408326633274555, -0.023505857214331627, 0.005459961947053671, 0.02223363146185875, -0.0025198368821293116, -0.00422181561589241, 0.03398656100034714, -0.0033320158254355192, -0.010889633558690548, 0.00012021761358482763, -0.03874225541949272, 0.010548858903348446, -0.017614247277379036, -0.007905964739620686, -0.01352495513856411, 0.010223230347037315, 0.03495587408542633, -0.0196588933467865, -0.0014397716149687767, -0.0030650757253170013, 0.0010393616976216435, 0.04516395926475525, 0.02761029452085495, 0.032684046775102615, -0.02536875568330288, 0.011404581367969513, 0.031381528824567795, -0.006005201023072004, 0.007936256006360054, -0.001350791659206152, -0.015887657180428505, 0.01165448222309351, 0.03116949275135994, -0.0152061078697443, -0.006186947226524353, -0.036197807639837265, 0.006951796356588602, -0.002998814219608903, -0.0007052135770209134, -0.0024270706344395876, -0.014426113106310368, -0.019870929419994354, 0.02405109629034996, -0.056280773133039474, 0.015395427122712135, -0.006913932505995035, 0.0007814145064912736, -0.012510204687714577, -0.00783780962228775, 0.012835833244025707, -0.04782957211136818, -0.0029723094776272774, -0.02283945307135582, 0.0027602720074355602, 0.008042274042963982, -0.05464505776762962, 0.004077932797372341, -0.010829051025211811, -0.004592880606651306, -0.06324771791696548, -0.012230012565851212, 0.03051823563873768, 0.021688392385840416, 0.021658102050423622, -0.03480441868305206, -0.01268437784165144, -0.004157446790486574, -0.03286579251289368, 0.009178188629448414, 0.007815091870725155, -0.0027129424270242453, 0.012260302901268005, 0.04549716040492058, -0.00460802624002099, 0.023293819278478622, -0.03235084190964699, -0.03940865769982338, -0.06106676161289215, 0.005062391981482506, -0.05827998369932175, 0.002773524494841695, 0.039105746895074844, 0.026247195899486542, -0.04431580752134323, 0.027292238548398018, 0.08711706846952438, -0.030336488038301468, -0.030821144580841064, 0.0166146419942379, -0.010495849885046482, -0.0034512868151068687, -0.025807976722717285, -0.008337612263858318, 0.04252863675355911, 0.04019622504711151, 0.024535752832889557, -0.007239561527967453, 0.27068084478378296, 0.0024365365970879793, 0.02756485715508461, 0.05979453772306442, 0.012396613135933876, 0.037833523005247116, 0.023945076391100883, 0.01326748076826334, 0.028670480474829674, 0.002165810205042362, -0.03504674881696701, 0.009791582822799683, -0.0163874588906765, 0.03810614347457886, 0.010488276369869709, 0.05685630440711975, -0.058007363229990005, 0.02031015045940876, -0.022445669397711754, -0.04086263105273247, -0.02358158491551876, -0.04849597439169884, 0.02302119880914688, 0.020022384822368622, 0.03407743200659752, -0.03756090626120567, -0.003438034327700734, 0.035925187170505524, -0.0049677323549985886, -0.020325295627117157, -0.02957921288907528, 0.03544053062796593, -0.019628601148724556, -0.03831817954778671, -0.025308173149824142, 0.011957393027842045, -0.01186651922762394, 0.016342023387551308, 0.018416959792375565, 0.004865500144660473, 0.03471354395151138, -0.031805604696273804, -0.023521002382040024, 0.0006635633762925863, -0.052767012268304825, 0.022627415135502815, 0.0014918342931196094, -0.014842615462839603, 0.03265375271439552, -0.00009329880413133651, -0.0402568094432354, 0.005217633675783873, 0.0645805224776268, -0.0533425435423851, 0.025217300280928612, 0.018644142895936966, 0.0477386973798275, -0.03613722696900368, 0.013646119274199009, 0.020840244367718697, 0.065549835562706, 0.0035232279915362597, 0.011412153951823711, 0.02026471309363842, -0.01744764670729637, 0.0884498730301857, 0.034380342811346054, -0.004702685866504908, -0.022173050791025162, -0.011245553381741047, -0.016084548085927963, -0.016508623957633972, -0.030063869431614876, -0.05700775980949402, 0.04973790794610977, -0.04561832547187805, -0.0007809411617927253, 0.013555245473980904, 0.02583826705813408, 0.005490253213793039, 0.030821144580841064, -0.002167703351005912, -0.025626230984926224, 0.032926373183727264, -0.011707491241395473, 0.030957454815506935, -0.05434214696288109, 0.020749371498823166, 0.039893314242362976, 0.008458776399493217, -0.022021595388650894, 0.026656126603484154, -0.03186618536710739, -0.012722241692245007, -0.011336426250636578 ]
9878_1
The components included: 162-page Playing Guide 64-page Gamemastering Guide 14-page Guide to the Fortune Deck 90 Vision cards (each depicts a fantastic scene of some sort and is backed with a series of leading questions such as, "What does this person most enjoy?" or "What's the worst thing that could happen in this situation?") 36 Fortune cards (used for "divination" and action resolution, illustrated by Scott Kirschner and Jeff Miracola) four source cards six Questy cards 24 full-colour character sheets 16" x 11" Bonekeep map and 8" x 11" city map plastic trays to hold cards box Setting The official setting for Everway revolves around heroes with the power of "spherewalking," traveling between worlds called "spheres." Spheres typically consist of many "realms." The city of Everway is located in a realm called Roundwander, in the sphere called Fourcorner. Roundwander is the only realm in Fourcorner that is described. There is some detail on the sphere's main city, Everway, which contains a stone pyramid, a set of family-oriented guilds, and various exotic events related to the city's position as an inter-dimensional trading center. Several dozen other spheres are described as one-sentence blurbs, a few as page-long summaries, and one in detail as the setting for a sample adventure, "Journey to Stonekeep." The theme is strongly fantasy-oriented as opposed to science fictional, with advanced technology explicitly forbidden in the character creation rules. The authors gave significant thought to anthropology by describing how the people of various spheres live, including many similarities across cultures. Some of these common features are entirely realistic (language, art), and others plainly related to the game's fantasy elements (magic, knowledge of the Fortune Deck). Nearly all spheres are inhabited by humans, with mostly realistic physics.
[ 0.009763305075466633, 0.02036256343126297, 0.03118264116346836, -0.013958845287561417, -0.018722202628850937, -0.0048303911462426186, -0.009581918828189373, -0.0065851048566401005, -0.020914608612656593, 0.000792578503023833, 0.02570951171219349, -0.004392698872834444, -0.01053616777062416, -0.011214394122362137, 0.0031841150484979153, -0.016080273315310478, -0.061545100063085556, 0.0050472659058868885, -0.05132438614964485, -0.00680197961628437, 0.00018976537103299052, 0.022081788629293442, -0.07141881436109543, -0.07898971438407898, -0.005563822109252214, 0.03564631566405296, 0.019100748002529144, 0.05933691933751106, 0.07690771669149399, 0.019684337079524994, 0.0640687346458435, 0.0005200064042583108, 0.016624432057142258, -0.014510889537632465, -0.0267978273332119, 0.04839066416025162, 0.01733420416712761, -0.02288619615137577, -0.035046953707933426, -0.03993649408221245, 0.05646628886461258, -0.03118264116346836, 0.03816995024681091, 0.0024565989151597023, -0.028974462300539017, -0.002233809558674693, 0.0349523164331913, -0.04022040218114853, 0.032302502542734146, -0.0948885977268219, 0.0002364673709962517, 0.009534601122140884, -0.00660482095554471, -0.008801169693470001, -0.007216013036668301, -0.0009345328435301781, -0.011427326127886772, 0.04782284423708916, -0.0002868660958483815, 0.06555137038230896, 0.05839055776596069, -0.016766386106610298, 0.011805870570242405, -0.01913229189813137, -0.003408876247704029, 0.030804095789790154, -0.0033280409406870604, -0.00895101111382246, -0.011797984130680561, 0.010102418251335621, -0.02042565494775772, 0.016198569908738136, 0.013485663570463657, -0.026892464607954025, -0.033248864114284515, -0.011648143641650677, -0.010906826704740524, -0.03299650177359581, -0.020898835733532906, -0.031009141355752945, 0.008170261979103088, 0.011616597883403301, -0.06662391126155853, -0.0361194983124733, -0.01365127693861723, -0.010551940649747849, 0.01884838379919529, 0.018138611689209938, 0.053816474974155426, -0.04857993498444557, 0.018249021843075752, 0.0599362850189209, 0.04015731066465378, -0.027523372322320938, -0.002685303334146738, 0.057665012776851654, 0.017570795491337776, 0.000559931097086519, -0.02107233554124832, -0.03040977753698826, 0.01567807048559189, 0.04656102880835533, -0.06129273772239685, 0.0017103528371080756, -0.019084975123405457, 0.01697143167257309, 0.008919465355575085, 0.02179788053035736, -0.036056406795978546, -0.027539145201444626, 0.020299473777413368, -0.01053616777062416, -0.004499164409935474, -0.04384812340140343, -0.01610393263399601, 0.036371860653162, -0.0017803441733121872, -0.021040789783000946, -0.029621142894029617, 0.023359378799796104, -0.007772000972181559, -0.0074368310160934925, -0.03343813866376877, 0.005204993300139904, -0.006561446003615856, -0.05712874233722687, 0.006490468513220549, 0.04100903496146202, -0.02607228420674801, 0.00035710394149646163, 0.03501540794968605, 0.00913239736109972, -0.003424648893997073, 0.009605578146874905, -0.017854703590273857, 0.0324917733669281, 0.014313731342554092, 0.021640153601765633, -0.011971483938395977, -0.05905301123857498, 0.037570588290691376, -0.01039421372115612, -0.013943072408437729, 0.05785428732633591, -0.006510184612125158, 0.027901917695999146, -0.039968036115169525, 0.06299618631601334, -0.11993566155433655, 0.021198516711592674, -0.008477829396724701, -0.03321731835603714, 0.02506283111870289, 0.03170314058661461, -0.013761686161160469, -0.05936846509575844, -0.018390975892543793, 0.01927424781024456, 0.006301196292042732, -0.032807230949401855, 0.0015309383161365986, 0.01993670128285885, 0.02302815206348896, 0.03936867415904999, -0.01358029991388321, 0.02563064731657505, -0.009211260825395584, -0.048706118017435074, -0.004901368636637926, -0.011372121050953865, 0.000745260389521718, -0.0350784994661808, 0.005930537357926369, 0.0007906068931333721, 0.021040789783000946, 0.040251947939395905, 0.050945840775966644, 0.004211312625557184, 0.018643338233232498, 0.027886144816875458, -0.02403760515153408, 0.04712884500622749, -0.015394161455333233, 0.072743721306324, -0.024084921926259995, 0.005910821724683046, -0.01703452318906784, -0.034699954092502594, -0.03359586372971535, 0.010733326897025108, 0.0163089781999588, 0.00988948717713356, -0.018674883991479874, 0.017302658408880234, 0.03438450023531914, 0.0019469434628263116, -0.06365863978862762, 0.00319397309795022, -0.006490468513220549, -0.0873807966709137, -0.045456938445568085, -0.046340212225914, -0.011876847594976425, 0.00673100259155035, 0.034920770674943924, 0.01747615821659565, -0.016356296837329865, 0.028753643855452538, -0.05451047420501709, -0.018958792090415955, -0.006561446003615856, -0.01667175069451332, -0.020346790552139282, -0.006845354568213224, 0.02230260707437992, 0.0021924062166363, -0.06914754211902618, -0.012247506529092789, 0.000904959044419229, -0.01739729568362236, 0.002553206868469715, 0.015575547702610493, 0.017144931480288506, 0.04987329617142677, -0.06939990818500519, -0.021971380338072777, 0.019510837271809578, 0.055141381919384, 0.037065859884023666, 0.0021372016053646803, -0.010914713144302368, 0.03413213789463043, 0.02917950600385666, 0.024148013442754745, 0.008272784762084484, 0.016703296452760696, -0.004424244165420532, -0.027823053300380707, -0.005236538592725992, -0.0031624275725334883, -0.011939939111471176, -0.022649606689810753, 0.02578837424516678, 0.00010307710181223229, 0.0324917733669281, 0.024810466915369034, -0.016403615474700928, -0.0090929651632905, -0.03602486103773117, 0.02506283111870289, 0.003943176474422216, 0.023217422887682915, 0.01652979664504528, -0.03854849562048912, -0.037507496774196625, 0.0062459916807711124, 0.009234919212758541, 0.06113500893115997, -0.02468428574502468, -0.03343813866376877, 0.0250470582395792, 0.03416368365287781, 0.03287031874060631, 0.016450932249426842, 0.005638742353767157, 0.03580404445528984, 0.006356400437653065, -0.03167159482836723, 0.00806379597634077, -0.05706565082073212, -0.0374128594994545, -0.02591455727815628, -0.035267770290374756, 0.012484096921980381, 0.03466840833425522, -0.03400595486164093, 0.03763367608189583, -0.01761811226606369, 0.013722254894673824, -0.03949485719203949, 0.009652895852923393, -0.022728469222784042, 0.0318450927734375, 0.008398965932428837, 0.03791758418083191, 0.015102365985512733, -0.04346957802772522, -0.02627732791006565, -0.022775787860155106, 0.00794155802577734, -0.04274403303861618, 0.03479459136724472, -0.023737922310829163, -0.03384822607040405, 0.04384812340140343, -0.02102501690387726, 0.027744190767407417, 0.0004618445527739823, 0.009313782677054405, -0.07059863209724426, -0.009723873808979988, -0.005958139896392822, 0.02853282541036606, 0.01993670128285885, -0.026261556893587112, 0.028564371168613434, 0.03596176952123642, -0.004416357725858688, 0.01227116584777832, -0.0013367368374019861, -0.02641928382217884, 0.0004512472660280764, -0.025031285360455513, -0.008201807737350464, -0.028359325602650642, 0.002172690350562334, 0.052239201962947845, 0.00006703400140395388, 0.005248368252068758, -0.014439912512898445, -0.008793284185230732, -0.03646649792790413, 0.04577239230275154, 0.005843787919729948, -0.014991957694292068, 0.00826489832252264, 0.0399995818734169, -0.044510576874017715, 0.030709458515048027, 0.0212931539863348, -0.04365885257720947, 0.0005249353707768023, -0.03277568519115448, 0.0018700514920055866, -0.03763367608189583, 0.013115005567669868, 0.005831958260387182, -0.08435243368148804, -0.006040946580469608, 0.00519710686057806, 0.02007865533232689, -0.0488007515668869, 0.018785294145345688, -0.017933567985892296, -0.03479459136724472, 0.014329503290355206, 0.05356410890817642, 0.010268031619489193, 0.002742479322478175, -0.013225413858890533, -0.03889549523591995, -0.034983862191438675, 0.03328040987253189, -0.0064589232206344604, 0.07697080820798874, 0.04163994640111923, 0.0013150493614375591, 0.008040136657655239, 0.005153731908649206, 0.023296287283301353, 0.0027129054069519043, 0.021829426288604736, 0.03523622453212738, -0.01574116013944149, 0.009700214490294456, -0.0001960498047992587, -0.0007092788582667708, 0.03886394947767258, 0.022176425904035568, 0.009085078723728657, 0.013414686545729637, 0.0100314412266016, 0.00034428859362378716, -0.018737975507974625, 0.029132189229130745, -0.01582002453505993, 0.03501540794968605, -0.04533075913786888, 0.04044121876358986, -0.012184415943920612, -0.00008638021245133132, -0.02042565494775772, 0.10517240315675735, -0.007882409729063511, 0.003428592113777995, -0.021924061700701714, 0.029621142894029617, -0.027618009597063065, -0.02383255958557129, -0.04230239987373352, -0.0036947564221918583, -0.0019913041032850742, 0.01201880257576704, -0.019763201475143433, -0.020678017288446426, -0.0061592417769134045, -0.0016275461530312896, 0.03646649792790413, 0.04835911840200424, -0.025236330926418304, 0.012239620089530945, 0.043343398720026016, 0.03045709617435932, 0.014605525881052017, -0.07798025757074356, 0.03529931604862213, -0.03813840448856354, 0.05085120350122452, 0.022192196920514107, 0.0020760823972523212, -0.03533086180686951, 0.010362667962908745, -0.013958845287561417, -0.01289418712258339, 0.05328020080924034, 0.04851684346795082, -0.04476293921470642, -0.019163837656378746, -0.029337232932448387, 0.018974564969539642, -0.017129158601164818, -0.005193163640797138, 0.00977907795459032, 0.0623968243598938, 0.011040894314646721, -0.02080420032143593, -0.0401257649064064, -0.018943021073937416, 0.0033359273802489042, 0.006360343657433987, -0.05309092998504639, -0.022144880145788193, -0.040598947554826736, -0.0144004812464118, -0.002655729418620467, 0.0065377866849303246, 0.009250692091882229, -0.0007457532919943333, 0.011025121435523033, -0.0081544890999794, 0.00927435141056776, 0.036845043301582336, 0.02946341596543789, 0.0024565989151597023, 0.02223951555788517, -0.015007729642093182, 0.01578059233725071, -0.005930537357926369, -0.0019962331280112267, -0.01540993433445692, 0.023170106112957, -0.02403760515153408, -0.012925732880830765, 0.00888791959732771, 0.01572538912296295, -0.020835744217038155, 0.01271280087530613, 0.004388755653053522, 0.013493550010025501, -0.023059695959091187, 0.021324699744582176, 0.004507050849497318, 0.02403760515153408, 0.0009458694839850068, 0.002730649895966053, 0.038800857961177826, -0.03731822222471237, 0.0073973992839455605, 0.034258317202329636, 0.0035035123582929373, -0.003923460841178894, 0.037286676466464996, -0.04113521799445152, -0.011490416713058949, -0.010157623328268528, -0.06255455315113068, 0.033690501004457474, 0.000585561734624207, 0.02007865533232689, -0.011206507682800293, 0.02966845966875553, 0.04835911840200424, -0.009984123520553112, 0.011979370377957821, -0.02066224440932274, -0.014329503290355206, 0.004231028258800507, 0.023012379184365273, -0.06116655468940735, 0.00766947865486145, -0.048043664544820786, -0.03775985911488533, -0.008580352179706097, -0.0640687346458435, 0.01965279132127762, -0.04946320876479149, -0.0323655940592289, 0.02585146576166153, 0.014889434911310673, -0.002068196190521121, 0.009676555171608925, -0.010417872108519077, -0.07463644444942474, -0.013943072408437729, -0.04785438999533653, -0.0069242180325090885, -0.06331164389848709, 0.011797984130680561, 0.015875229611992836, 0.04561466723680496, -0.0014826343394815922, 0.01602507010102272, -0.01058348547667265, -0.0005200064042583108, 0.02454233169555664, -0.0008497545495629311, 0.01365127693861723, -0.057570379227399826, -0.014510889537632465, 0.044226668775081635, 0.013588186353445053, -0.07110335677862167, -0.05435274541378021, 0.05287011340260506, -0.004116676282137632, 0.024589648470282555, -0.02758646383881569, 0.011947824619710445, -0.025946101173758507, -0.055993106216192245, -0.053753383457660675, -0.016498250886797905, -0.025599101558327675, -0.02981041558086872, -0.007160808891057968, 0.022066015750169754, 0.008091398514807224, -0.009471510536968708, -0.07444717735052109, -0.02619846537709236, -0.017570795491337776, -0.001587128615938127, 0.0084462845697999, 0.008091398514807224, -0.06302773207426071, 0.01548091135919094, 0.03168736770749092, 0.022854652255773544, -0.0025630646850913763, -0.014376821927726269, -0.0090929651632905, 0.002338303718715906, 0.014242753386497498, 0.009747532196342945, -0.03473149985074997, -0.015512457117438316, -0.009581918828189373, 0.006707343272864819, -0.010630804114043713, 0.01389575470238924, -0.021987153217196465, 0.013091346248984337, -0.05337483808398247, 0.002961325692012906, -0.01985783688724041, 0.022775787860155106, 0.022081788629293442, 0.009503055363893509, 0.01999979093670845, -0.008832715451717377, 0.008872147649526596, -0.012831096537411213, 0.02274424210190773, 0.0524284765124321, 0.0029494960326701403, -0.051955293864011765, -0.028138507157564163, -0.034195225685834885, -0.014258526265621185, 0.009179715067148209, -0.02649814635515213, -0.015244320966303349, -0.049999479204416275, -0.037444405257701874, 0.055551473051309586, 0.030125869438052177, 0.05182911455631256, 0.05495210736989975, 0.006123753264546394, -0.01727111265063286, -0.04063049331307411, -0.024163786321878433, -0.009061419405043125, 0.030204731971025467, 0.013304277323186398, 0.007980989292263985, -0.017586568370461464, 0.01854870282113552, -0.007996762171387672, -0.010906826704740524, -0.056213926523923874, 0.008974669501185417, 0.04709729924798012, -0.03927403688430786, 0.007385569624602795, -0.012996709905564785, -0.03914785757660866, -0.022365696728229523, -0.021498199552297592, -0.004274403210729361, -0.0049605160020291805, 0.04447903111577034, 0.051892202347517014, -0.002744450932368636, 0.03441604599356651, 0.033091139048337936, 0.015283752232789993, -0.03466840833425522, 0.0106465769931674, 0.003404933027923107, 0.0017083812272176147, 0.005193163640797138, 0.014739594422280788, -0.04094594717025757, -0.004755470901727676, -0.06201828271150589, -0.013343709520995617, 0.03936867415904999, -0.051072023808956146, 0.050945840775966644, 0.02916373312473297, -0.017523476853966713, -0.01497618481516838, 0.011230167001485825, -0.014092912897467613, 0.005153731908649206, 0.009085078723728657, 0.01711338572204113, -0.05479438230395317, 0.025236330926418304, 0.05842210352420807, 0.01891147531569004, 0.010015668347477913, -0.032681047916412354, -0.0294476430863142, 0.012326369993388653, 0.007708910387009382, 0.02477892115712166, -0.023580195382237434, -0.0012923760805279016, 0.0014333446742966771, 0.02720791846513748, 0.03156118467450142, -0.006829581689089537, -0.03031514212489128, 0.015756933018565178, -0.06362709403038025, 0.011025121435523033, -0.03921094909310341, 0.006561446003615856, 0.021561289206147194, 0.0015900859143584967, -0.000936504453420639, 0.004333551041781902, 0.003089478937909007, 0.025141693651676178, 0.05331174656748772, -0.060409463942050934, -0.02253919653594494, -0.0306779146194458, -0.01271280087530613, -0.028564371168613434, -0.03940021991729736, 0.010204941034317017, -0.0057728104293346405, -0.05529910698533058, -0.005658458452671766, -0.0056308563798666, 0.0337851382791996, 0.005339060910046101, 0.025157466530799866, -0.007878466509282589, 0.03804376721382141, -0.044352851808071136, 0.03170314058661461, 0.0038860004860907793, -0.05883219465613365, -0.022050242871046066, -0.00022241981059778482, -0.030141642317175865, -0.032901864498853683, -0.02722369134426117, 0.057286471128463745, 0.006017287261784077, -0.037223588675260544, 0.02397451363503933, -0.037949129939079285, -0.044384393841028214, 0.00654961634427309, -0.041482217609882355, -0.016261659562587738, 0.04173457995057106, -0.02165592648088932, 0.02361174114048481, 0.002910064300522208, -0.038516949862241745, -0.014960411936044693, 0.018422521650791168, 0.05999937653541565, -0.019116520881652832, -0.06908445060253143, -0.028485506772994995, 0.019794747233390808, -0.019084975123405457, -0.012878415174782276, -0.035835590213537216, 0.02599341981112957, 0.0040259831584990025, -0.00952671468257904, 0.019794747233390808, 0.07570899277925491, 0.007598501164466143, 0.037223588675260544, 0.022428788244724274, 0.025835692882537842, 0.019337337464094162, -0.031072231009602547, -0.016009297221899033, 0.030015459284186363, -0.008280671201646328, -0.050220295786857605, 0.045236121863126755, -0.017602339386940002, -0.012365802191197872, 0.003765733679756522, -0.0007699052221141756, 0.000697942276019603, -0.01390364021062851, 0.018233248963952065, 0.011608711443841457, 0.04186076298356056, 0.034983862191438675, -0.016450932249426842, 0.0015398104442283511, -0.048043664544820786, -0.00803225114941597, 0.012602392584085464, 0.0018276623450219631, -0.03222363814711571, -0.006336684804409742, -0.04015731066465378, 0.05236538499593735, -0.020883062854409218, -0.02151397056877613, -0.006403718609362841, 0.0010064957896247506, 0.011506189592182636, 0.020898835733532906, 0.060251738876104355, -0.04968402534723282, 0.011277484707534313, -0.055425290018320084, -0.012555073946714401, 0.011419439688324928, 0.052964746952056885, 0.000473181193228811, -0.05479438230395317, 0.03835922107100487, 0.0070977178402245045, 0.016561342403292656, 0.009542487561702728, -0.03198704868555069, -0.022050242871046066, -0.012184415943920612, 0.000981851015239954, 0.017807384952902794, 0.028185825794935226, -0.020472973585128784, 0.02831200696527958, -0.018643338233232498, 0.018469838425517082, 0.024021832272410393, -0.004779130220413208, 0.0697784498333931, -0.009645010344684124, -0.006979422643780708, 0.0035488589201122522, 0.010678121820092201, -0.0064983549527823925, 0.04772821068763733, -0.022050242871046066, 0.02853282541036606, -0.030283596366643906, 0.012484096921980381, -0.0006521028117276728, -0.028122736141085625, 0.014195435680449009, 0.04261785373091698, -0.018895702436566353, 0.009589805267751217, 0.013840549625456333, 0.009282237850129604, 0.03687658905982971, 0.03315422683954239, 0.009581918828189373, 0.029558051377534866, 0.024731604382395744, 0.04201848804950714, 0.008257011882960796, 0.010449417866766453, -0.02397451363503933, 0.0009596705785952508, 0.036845043301582336, -0.022349925711750984, 0.011033007875084877, 0.019621247425675392, 0.03176623210310936, -0.04391121491789818, -0.030646368861198425, -0.029431870207190514, -0.030141642317175865, 0.0055993106216192245, -0.018974564969539642, 0.004156108014285564, 0.02310701459646225, 0.031009141355752945, -0.008115057833492756, 0.004175824113190174, 0.06129273772239685, 0.008004648610949516, -0.0068808430805802345, -0.022223742678761482, 0.017002977430820465, -0.0019962331280112267, 0.011561393737792969, 0.011932052671909332, -0.040251947939395905, -0.007827205583453178, 0.03473149985074997, -0.022428788244724274, 0.000717658142093569, -0.008036193437874317, -0.06268073618412018, 0.0068808430805802345, -0.03233404830098152, -0.01828056573867798, -0.04974711686372757, -0.008596125058829784, 0.02246033400297165, -0.003294524038210511, -0.028643235564231873, 0.003917546011507511, 0.017286885529756546, 0.02468428574502468, 0.052081476897001266, 0.06107191741466522, 0.019084975123405457, 0.05394265428185463, 0.08353225141763687, 0.00024669498088769615, -0.0062420484609901905, -0.027618009597063065, -0.043438032269477844, 0.02671896480023861, 0.038580041378736496, -0.009921032004058361, 0.005591424182057381, -0.044952213764190674, 0.0048737660981714725, -0.013083459809422493, 0.0009882586309686303, 0.001232242677360773, -0.029652688652276993, -0.004187653306871653, 0.035204678773880005, -0.019463520497083664, 0.005122186150401831, 0.019479291513562202, 0.015181229449808598, -0.01993670128285885, -0.0030973651446402073, 0.01719225011765957, -0.02470005862414837, -0.0012095693964511156, -0.04990484192967415, 0.03962103649973869, 0.0047515276819467545, -0.0147238215431571, -0.026545464992523193, -0.03848540410399437, -0.024463467299938202, -0.0723651796579361, -0.00010880702757276595, 0.0043217213824391365, -0.004443959798663855, 0.020409882068634033, -0.018217476084828377, 0.009834282100200653, -0.029621142894029617, -0.0648573711514473, 0.037791404873132706, 0.022712696343660355, -0.012697028927505016, 0.04195540025830269, 0.054037291556596756, 0.014897321350872517, -0.010023554787039757, -0.007511751260608435, -0.008556692861020565, -0.06832736730575562, 0.03914785757660866, -0.04050431028008461, -0.019368883222341537, 0.017444612458348274, 0.01717647723853588, -0.03162427619099617, 0.030772550031542778, 0.00451099406927824, -0.017428839579224586, -0.026482373476028442, 0.006592991296201944, -0.00888791959732771, 0.0106465769931674, -0.043343398720026016, 0.00001734381658025086, 0.0486745722591877, 0.03955794870853424, 0.02268115244805813, -0.025441374629735947, 0.2952650487422943, 0.012255392968654633, 0.03081986866891384, 0.035709407180547714, 0.01955815590918064, 0.05091429501771927, 0.041482217609882355, -0.015733273699879646, 0.05675019696354866, -0.041986946016550064, -0.007898182608187199, 0.0550151988863945, 0.004633232485502958, 0.030646368861198425, 0.017302658408880234, 0.04302794113755226, -0.0437534861266613, 0.03135614097118378, -0.0034798532724380493, -0.02332783304154873, -0.02058338187634945, -0.03826458379626274, -0.007070115767419338, 0.026403510943055153, 0.025031285360455513, -0.019842064008116722, -0.006805922836065292, 0.01071755401790142, -0.01755502261221409, -0.009290124289691448, -0.0249208752065897, -0.02397451363503933, -0.018785294145345688, 0.007066172547638416, -0.033974409103393555, 0.03451068326830864, 0.008753851987421513, -0.0153389573097229, -0.012610279023647308, -0.0044045280665159225, 0.009621351025998592, -0.020599154755473137, -0.0211669709533453, -0.01993670128285885, -0.012791665270924568, 0.05977855622768402, 0.008674988523125648, -0.0014510889304801822, 0.05075656995177269, 0.0054770722053945065, -0.011932052671909332, 0.0034325351007282734, 0.053469475358724594, -0.01296516414731741, -0.012925732880830765, 0.01999979093670845, 0.020331017673015594, -0.02809119038283825, -0.01761811226606369, 0.02881673537194729, 0.05611928924918175, -0.008856374770402908, -0.018517157062888145, 0.009684441611170769, -0.051671385765075684, 0.08839024603366852, 0.022081788629293442, 0.0028844336047768593, 0.01616702415049076, -0.06687627732753754, -0.021987153217196465, 0.0050038909539580345, -0.0449206680059433, 0.001248015440069139, 0.05012566223740578, -0.029778869822621346, -0.036434952169656754, -0.0074762627482414246, 0.03848540410399437, -0.006443150341510773, -0.018974564969539642, -0.018422521650791168, -0.050788115710020065, 0.014274299144744873, 0.030662141740322113, 0.04113521799445152, -0.021466653794050217, 0.010670235380530357, 0.023627514019608498, 0.007555126212537289, -0.02794923633337021, 0.040977489203214645, -0.01592254638671875, 0.00212931539863348, -0.00510641373693943 ]
9878_2
Character creation Character design is abstract and simple by most role-playing games' standards. Each character begins with twenty points to divide between four Element scores roughly equivalent to statistics for Strength (Fire), Perception (Water), Intelligence (Air) and Endurance (Earth). Scores range from 1 (pathetic) to 3 (average) to 10 (godlike), so a generic hero would have scores of 5. Each Element also has a specialty for which a character can get a 1-point bonus; e.g., a 5-Air hero with an Air specialty of "Writing" could write as though their Air score were 6. As a general rule a statistic of N is twice as capable as a level of N-1, where this makes sense. (A 5-Fire, 5-Earth hero can typically defeat two 4-Fire, 5-Earth enemies, or handily defeat a 3-Fire, 5-Earth character in foot race, but cannot necessarily run twice as fast even though speed is governed by Fire.) Each character also has Powers representing unusual abilities. These cost from 0 to 3 or more points depending on whether they should be considered Frequent, Major (or even "Twice Major", for especially powerful abilities that significantly affect gameplay) and/or Versatile. For instance, a "Cat Familiar," a slightly intelligent cat, is arguably worth 2 points for being Frequent (usually around and often useful) and Versatile (able to scout, carry messages, and fight). A "Winning Smile" that makes the hero likable is worth 0 points because of its trivial effect, while a "Charming Song" that inspires one emotion when played might be useful enough to count as Frequent (1 point). There is no strict rule for deciding what a Power is worth. Each hero can have one 0-point Power for free; additional Powers that would otherwise cost 0 points instead cost 1.
[ 0.025436650961637497, 0.02331819012761116, 0.01646346040070057, -0.03810201585292816, -0.021850399672985077, -0.02997620776295662, 0.06319063156843185, -0.020291820168495178, -0.029885416850447655, 0.04448765888810158, 0.059680040925741196, 0.011545605957508087, 0.026162980124354362, -0.018808897584676743, 0.0216839499771595, 0.0025875475257635117, -0.06092085316777229, -0.018945084884762764, -0.01269562728703022, -0.02527019940316677, 0.019141798838973045, 0.013210110366344452, -0.07614350318908691, 0.001491433591581881, -0.02174447849392891, 0.05853002145886421, 0.030460426583886147, 0.036800675094127655, 0.037678323686122894, 0.02401425689458847, 0.034530896693468094, -0.015373965725302696, 0.015139422379434109, -0.018808897584676743, -0.03631645441055298, 0.007304903585463762, -0.001185959205031395, -0.01281668245792389, -0.028871582821011543, 0.003523831022903323, 0.08594894409179688, -0.06146559864282608, 0.022334620356559753, -0.05456547439098358, -0.06518803536891937, -0.012589704245328903, 0.0182187557220459, -0.02148723602294922, 0.013058791868388653, -0.08268046379089355, 0.004948116838932037, -0.006309984251856804, 0.02947685681283474, -0.003086898708716035, -0.03725463151931763, -0.042338933795690536, 0.039312563836574554, 0.049814071506261826, -0.011681793257594109, 0.02784261479973793, 0.007637804374098778, -0.003892670152708888, -0.025466913357377052, -0.008012318052351475, -0.02182013727724552, 0.012748588807880878, -0.04015994817018509, -0.007051445078104734, -0.0025799814611673355, 0.008965624496340752, -0.021139202639460564, 0.04064416512846947, -0.012612402439117432, -0.02098788507282734, -0.06185903027653694, -0.00704009598121047, 0.0006643830565735698, -0.03368351235985756, -0.023847805336117744, -0.009752481244504452, -0.02186553180217743, 0.06052742525935173, -0.032957181334495544, 0.0005168474745005369, 0.007713463623076677, -0.018748370930552483, 0.032957181334495544, 0.006972002796828747, 0.0154042299836874, -0.05383914336562157, 0.034349314868450165, 0.044215284287929535, 0.02808472514152527, 0.0421270877122879, 0.032079536467790604, 0.051690421998500824, 0.011227837763726711, 0.02362082712352276, 0.01234759483486414, -0.024029387161135674, 0.07638560980558395, 0.06179850175976753, -0.025285331532359123, 0.02690444141626358, -0.042338933795690536, 0.0198075994849205, 0.017235184088349342, -0.0009656015899963677, -0.01219627633690834, -0.022092510014772415, 0.03973625600337982, 0.008443576283752918, -0.012892341241240501, -0.05126672983169556, -0.06385643035173416, 0.0251340139657259, 0.01237785816192627, 0.045092932879924774, -0.06083006411790848, 0.013913742266595364, 0.01865757815539837, -0.004895155318081379, -0.01865757815539837, -0.026435352861881256, 0.022833971306681633, -0.03525722399353981, -0.003960763569921255, 0.022788574919104576, 0.0026178110856562853, 0.020125368610024452, 0.02929527312517166, 0.01753782108426094, 0.04951143264770508, 0.011144611984491348, -0.041703395545482635, 0.0172805804759264, -0.011031122878193855, 0.04802851378917694, 0.010198871605098248, -0.049874600023031235, 0.025300463661551476, -0.015706866979599, -0.0477561391890049, 0.05532206594944, 0.005504212807863951, -0.016493722796440125, -0.013399259187281132, -0.007501618005335331, -0.058923449367284775, 0.0304755587130785, -0.02300042100250721, 0.0008899422828108072, 0.02764590084552765, 0.018445732071995735, -0.007686982862651348, 0.008458707481622696, 0.023166872560977936, -0.0005702818161807954, 0.0020881961099803448, -0.02802419848740101, 0.0025516091845929623, 0.00590520678088069, 0.014594675041735172, 0.017704272642731667, 0.014814087189733982, -0.011477513238787651, -0.02985515259206295, -0.05120620131492615, -0.004183958284556866, -0.03934282809495926, -0.027857746928930283, -0.003998592961579561, 0.013172280974686146, -0.026919571682810783, 0.031413733959198, 0.019641149789094925, 0.04385212063789368, -0.010471244342625141, -0.012998264282941818, -0.0027142767794430256, -0.037617795169353485, 0.0035919244401156902, -0.028932109475135803, 0.05123646557331085, -0.01658451370894909, 0.00895805936306715, -0.0311110969632864, -0.03985730931162834, -0.040129683911800385, -0.007645370438694954, 0.02941632829606533, 0.006495349109172821, -0.002095762174576521, -0.003329008352011442, 0.0071989805437624454, -0.002767238300293684, -0.031897954642772675, 0.037678323686122894, 0.0071989805437624454, -0.059074766933918, 0.00444498285651207, -0.012241671793162823, 0.020004313439130783, 0.009797876700758934, -0.025482045486569405, -0.017431898042559624, -0.009381750598549843, 0.014397961087524891, -0.03555986285209656, 0.0033384656999260187, 0.012438385747373104, 0.005727407522499561, 0.007391911931335926, 0.005182660650461912, -0.019459567964076996, 0.022622125223279, -0.006484000477939844, -0.002509996760636568, -0.010804145596921444, 0.021018149331212044, -0.01811283268034458, -0.011802847497165203, -0.020972752943634987, 0.032836128026247025, -0.017189789563417435, -0.020201027393341064, -0.004959465935826302, 0.05889318510890007, 0.007668068166822195, -0.00842087808996439, -0.018188491463661194, 0.05644182488322258, 0.04724165424704552, 0.015994371846318245, -0.013588407076895237, 0.024422816932201385, 0.020579325035214424, 0.004895155318081379, 0.020791171118617058, 0.004819496069103479, -0.011152178049087524, 0.018808897584676743, 0.04015994817018509, 0.028493285179138184, -0.017946381121873856, 0.024044519290328026, -0.043277110904455185, 0.012899907305836678, -0.013944005593657494, 0.025043223053216934, -0.0013864563079550862, 0.02218330092728138, 0.0201102364808321, 0.011038688942790031, -0.06639858335256577, -0.005742539651691914, 0.0308084599673748, 0.060618218034505844, 0.008837004192173481, -0.00913964118808508, 0.00501242745667696, 0.030309109017252922, 0.017870722338557243, -0.014397961087524891, -0.044215284287929535, 0.013959137722849846, 0.04379159212112427, 0.00845114141702652, 0.018702974542975426, -0.03015778958797455, -0.0383441224694252, -0.021351048722863197, -0.05274965241551399, 0.01533613633364439, 0.03867702558636665, -0.0038699721917510033, 0.005038908217102289, -0.06670122593641281, 0.04303500056266785, -0.05399046465754509, -0.0031379687134176493, -0.009147207252681255, -0.010312359780073166, -0.004460114520043135, -0.02401425689458847, 0.040190208703279495, -0.02439255267381668, 0.013891044072806835, -0.009563333354890347, 0.0521746389567852, -0.00177137297578156, -0.01564634032547474, 0.005122133530676365, -0.04167313128709793, 0.03970599174499512, -0.027797220274806023, 0.07929092645645142, 0.021214863285422325, -0.004513076040893793, -0.07904881983995438, -0.004895155318081379, -0.010970596224069595, 0.02206224575638771, 0.02363595925271511, -0.05208384990692139, -0.007622672710567713, 0.03389535844326019, -0.010955464094877243, 0.01923258975148201, 0.058802392333745956, -0.07021181285381317, 0.02696496807038784, 0.005383158102631569, -0.016100294888019562, -0.020594457164406776, 0.02048853412270546, 0.010599865578114986, 0.002445686375722289, -0.035287488251924515, -0.04479029402136803, -0.016645042225718498, -0.04436660185456276, 0.01109165046364069, 0.011182441376149654, -0.035983555018901825, -0.005693361163139343, 0.019262854009866714, -0.05983135849237442, 0.012067655101418495, -0.02048853412270546, -0.012370292097330093, 0.0003868080675601959, -0.015540416352450848, 0.01442065928131342, -0.001618162845261395, 0.015540416352450848, 0.0077777742408216, -0.04079548642039299, 0.026223506778478622, 0.019535226747393608, 0.032594017684459686, -0.039615198969841, 0.01564634032547474, 0.016826624050736427, -0.001317417249083519, 0.02074577473104, 0.0059959981590509415, -0.02445307932794094, -0.0458797886967659, 0.001965249888598919, -0.029749229550361633, 0.03737568482756615, 0.013898610137403011, 0.008723515085875988, 0.06524856388568878, 0.03380456566810608, -0.03513617068529129, -0.0013533553574234247, -0.001360921305604279, -0.015495020896196365, 0.030203185975551605, 0.05626024305820465, -0.0008492754423059523, -0.03217032551765442, -0.012529176659882069, -0.02068524807691574, 0.02136618085205555, 0.015888448804616928, 0.00020227035565767437, -0.007021181285381317, 0.061495862901210785, 0.0289018452167511, 0.025164276361465454, 0.01803717203438282, -0.018824029713869095, 0.0021941191516816616, 0.08328573405742645, -0.015056196600198746, 0.009843272157013416, -0.007104406598955393, 0.00454333983361721, 0.017946381121873856, 0.0201102364808321, 0.0009807334281504154, 0.01747729443013668, 0.014965405687689781, 0.028145253658294678, -0.0022300572600215673, 0.01464007142931223, -0.0358322374522686, 0.0017117912648245692, -0.002547826385125518, -0.016796359792351723, -0.024059651419520378, 0.004702224396169186, 0.02401425689458847, -0.014352565631270409, 0.027388660237193108, 0.05517074838280678, -0.02808472514152527, 0.027555109933018684, 0.000820430344901979, -0.0057538882829248905, 0.009449844248592854, -0.04681796208024025, 0.02162342332303524, -0.04969301447272301, 0.04560741409659386, -0.02357543259859085, 0.008110675029456615, -0.02425636537373066, 0.020140500739216805, 0.0069379559718072414, -0.021078675985336304, 0.0722697451710701, 0.016872020438313484, -0.02520967274904251, 0.004074252210557461, -0.02030695043504238, 0.004967032000422478, -0.00007826006913091987, -0.021199731156229973, 0.0022187083959579468, 0.056351032108068466, -0.008625158108770847, -0.05849975720047951, -0.06025505065917969, -0.009495239704847336, 0.0027823701966553926, 0.01564634032547474, -0.025784682482481003, -0.027388660237193108, -0.0339256227016449, -0.05550364777445793, -0.04796798527240753, -0.007675634231418371, 0.047423236072063446, 0.0028031764086335897, -0.00436932360753417, -0.03967572748661041, -0.0004447347018867731, 0.021835269406437874, -0.008784042671322823, 0.003864297876134515, 0.03407694026827812, -0.013868345879018307, -0.01628187671303749, 0.03513617068529129, -0.024105047807097435, -0.022788574919104576, 0.026420220732688904, -0.046485062688589096, 0.0020371261052787304, 0.02413531020283699, 0.031141361221671104, -0.053143080323934555, -0.003215519478544593, -0.023363586515188217, -0.008473839610815048, 0.01184824388474226, -0.002243297640234232, -0.0022149253636598587, 0.014594675041735172, -0.01338412705808878, -0.011954166926443577, 0.027055758982896805, -0.03374404087662697, 0.07142236083745956, 0.018566787242889404, 0.015146988444030285, -0.010894936509430408, -0.0012266261037439108, -0.0019803817849606276, -0.013338731601834297, 0.07021181285381317, -0.05220490321516991, 0.04382185637950897, -0.02086682990193367, 0.01784045808017254, -0.009790310636162758, 0.0011074626818299294, -0.001533046248368919, 0.005640399642288685, -0.04687849059700966, -0.05837870016694069, -0.03377430513501167, -0.01530587300658226, 0.003994809929281473, -0.03368351235985756, 0.005519344471395016, -0.007100623566657305, -0.044033702462911606, 0.041007332503795624, -0.052386485040187836, 0.00820146594196558, -0.004021290689706802, -0.024982694536447525, -0.014655202627182007, 0.0037091963458806276, -0.0034160164650529623, 0.019686544314026833, 0.01827928237617016, 0.0008308335090987384, -0.06543014943599701, -0.021638555452227592, 0.02142670936882496, 0.001578441821038723, -0.015933845192193985, -0.004081818275153637, -0.02784261479973793, -0.014776257798075676, 0.04851273074746132, -0.021835269406437874, 0.011447248980402946, 0.0010705788154155016, -0.009578465484082699, 0.04978380724787712, -0.010395585559308529, -0.06603541970252991, 0.040825746953487396, -0.01420124713331461, -0.03407694026827812, -0.027358395978808403, 0.061556391417980194, -0.0001131933750002645, 0.04306526482105255, -0.040129683911800385, -0.057864218950271606, -0.05913529545068741, -0.05744052678346634, 0.0076113236136734486, -0.02716168202459812, -0.02967357076704502, -0.05831817537546158, -0.02375701442360878, -0.013331165537238121, 0.01815822720527649, -0.02684391289949417, -0.04551662504673004, -0.042641572654247284, -0.03313876688480377, 0.020412873476743698, -0.018763501197099686, 0.0011642072349786758, -0.009767613373696804, 0.009578465484082699, 0.010403151623904705, 0.05220490321516991, 0.003956980537623167, 0.03238217160105705, -0.0029299056623131037, -0.0452745147049427, 0.03601381927728653, 0.03210980072617531, -0.01370189618319273, -0.01071335468441248, -0.005689578130841255, -0.019837863743305206, 0.011515342630445957, 0.03979678079485893, 0.016448328271508217, 0.010289662517607212, -0.05462600290775299, 0.016917414963245392, -0.022833971306681633, -0.004187741316854954, -0.0013212001649662852, 0.007051445078104734, 0.06833546608686447, -0.02533072791993618, -0.0018905362812802196, -0.016297008842229843, -0.018566787242889404, 0.03758753091096878, -0.0008960895938798785, -0.015616076067090034, 0.0067790718749165535, -0.040250737220048904, -0.03916124254465103, 0.024210970848798752, 0.01134132593870163, -0.01740163564682007, -0.05247727781534195, -0.011227837763726711, 0.0395849347114563, -0.05616945028305054, 0.022334620356559753, 0.04669690877199173, 0.04382185637950897, 0.022864235565066338, -0.017613479867577553, -0.007338950410485268, 0.0014167201006785035, 0.018718106672167778, -0.011522908695042133, 0.0027956103440374136, -0.058106329292058945, -0.02570902369916439, -0.025224804878234863, -0.007898828946053982, -0.07372240722179413, 0.03250322863459587, 0.02557283639907837, -0.030021602287888527, 0.0527799166738987, -0.017885854467749596, -0.03425852209329605, -0.027418924495577812, 0.030778195708990097, -0.01370189618319273, 0.019202325493097305, 0.05078250914812088, 0.03003673441708088, -0.029809756204485893, 0.036861203610897064, 0.006650450639426708, -0.03640724718570709, -0.026480749249458313, 0.032200589776039124, -0.02670772559940815, -0.0201102364808321, 0.0023889418225735426, 0.024241233244538307, -0.04896668717265129, -0.004758968949317932, -0.0848594531416893, -0.013119319453835487, -0.0006757319788448513, -0.02054906077682972, 0.0026083537377417088, 0.04751402884721756, -0.029461724683642387, -0.0035143736749887466, 0.030717669054865837, -0.016993073746562004, 0.010070250369608402, 0.007482702843844891, 0.009918931871652603, -0.031020306050777435, 0.057985272258520126, 0.04609163478016853, -0.011144611984491348, 0.01759834960103035, -0.022137906402349472, 0.011015991680324078, -0.017552953213453293, -0.0016796360723674297, 0.023363586515188217, 0.022970158606767654, -0.015025933273136616, -0.00181487703230232, 0.0031606664415448904, -0.036044083535671234, -0.06337221711874008, -0.008526801131665707, 0.06718543916940689, -0.03555986285209656, 0.027676165103912354, -0.027373528108000755, -0.012022259645164013, 0.00045088204205967486, 0.024846507236361504, -0.0257695522159338, 0.002572415629401803, -0.028357097879052162, 0.04932985082268715, 0.013210110366344452, -0.037678323686122894, -0.010002156719565392, -0.004528208170086145, -0.02766103297472, -0.013157148845493793, -0.04833114892244339, 0.013096621260046959, 0.009911365807056427, -0.019837863743305206, -0.014829219318926334, -0.019262854009866714, -0.013179847039282322, -0.011295930482447147, 0.035469070076942444, -0.042702097445726395, 0.041128385812044144, -0.008610025979578495, -0.013717027381062508, -0.018808897584676743, -0.041582342237234116, -0.042641572654247284, 0.03374404087662697, -0.0515391044318676, -0.0013278203550726175, 0.021411577239632607, 0.011651528999209404, -0.030324239283800125, 0.0011575870448723435, -0.03689146414399147, -0.028114989399909973, 0.017386503517627716, -0.008882399648427963, -0.013421956449747086, -0.0058862920850515366, 0.011712056584656239, -0.005447468254715204, 0.003391427220776677, -0.03223085403442383, -0.003712979145348072, 0.02319713495671749, 0.019141798838973045, 0.034288786351680756, -0.012370292097330093, -0.024059651419520378, -0.009669256396591663, 0.0007154530612751842, -0.01572199910879135, -0.01128079928457737, -0.057198416441679, 0.01081171166151762, -0.010758750140666962, -0.0017789388075470924, 0.0584694929420948, 0.08340679109096527, -0.011999562382698059, 0.045213986188173294, 0.03362298384308815, 0.023605694994330406, 0.029643306508660316, -0.013558143749833107, 0.013081490062177181, 0.037799376994371414, 0.002918556798249483, -0.039373088628053665, 0.014155851677060127, -0.031322941184043884, 0.024876771494746208, 0.024967562407255173, 0.006529395934194326, -0.023787278681993484, -0.028811054304242134, 0.026601802557706833, 0.008791608735918999, 0.04978380724787712, 0.019777337089180946, 0.006525612901896238, -0.01941417157649994, -0.057591844350099564, -0.015260477550327778, -0.022425411269068718, -0.10979674756526947, -0.030899250879883766, 0.023983992636203766, -0.03822306916117668, 0.01722005195915699, 0.01765887625515461, -0.0035730095114558935, -0.03716383874416351, -0.00017437100177630782, 0.03607434406876564, 0.011840677820146084, 0.02206224575638771, -0.014125588349997997, 0.016039768233895302, -0.03571118041872978, -0.03105056844651699, 0.014700598083436489, 0.04155207797884941, -0.004376889672130346, -0.040250737220048904, 0.04469950497150421, -0.0045660375617444515, 0.026253771036863327, -0.0063894265331327915, 0.018400337547063828, 0.00792152713984251, -0.010796579532325268, 0.040946803987026215, 0.0025345860049128532, 0.012899907305836678, -0.045728471130132675, 0.009502805769443512, -0.027736691758036613, 0.02401425689458847, 0.024059651419520378, 0.012067655101418495, 0.08195413649082184, -0.018718106672167778, -0.020518796518445015, 0.009881102479994297, -0.022168168798089027, -0.023151740431785583, 0.03801122307777405, 0.0012294633779674768, 0.015495020896196365, -0.05199305713176727, 0.0040137250907719135, 0.02337871864438057, -0.03322955593466759, 0.012937737628817558, 0.02319713495671749, -0.010516639798879623, -0.02595113404095173, 0.03009726293385029, 0.019368775188922882, 0.040765222162008286, 0.008882399648427963, 0.002897750586271286, -0.005504212807863951, 0.027509715408086777, 0.0578339546918869, -0.025179408490657806, 0.017310842871665955, -0.01735623925924301, -0.012672930024564266, 0.000060468315496109426, -0.001836629118770361, 0.016917414963245392, -0.029945943504571915, 0.023363586515188217, -0.03664935752749443, -0.010486376471817493, 0.013822950422763824, -0.04303500056266785, 0.015139422379434109, 0.016856888309121132, 0.00228491029702127, 0.02080630324780941, 0.046485062688589096, -0.011326194740831852, -0.0018224429804831743, 0.04721138998866081, -0.023151740431785583, -0.0013476809253916144, 0.03350193053483963, 0.026238638907670975, -0.0037054133135825396, -0.007747510448098183, 0.010947898030281067, -0.08528314530849457, -0.019898390397429466, 0.03885860741138458, 0.0333203487098217, -0.025360990315675735, -0.009268262423574924, -0.047544293105602264, 0.012831814587116241, 0.031080832704901695, 0.009298525750637054, -0.07124078273773193, -0.01338412705808878, 0.032957181334495544, 0.022031983360648155, -0.012060089968144894, 0.0427323617041111, 0.02903803251683712, 0.026662331074476242, 0.040946803987026215, 0.02349977381527424, 0.028674867004156113, 0.06464329361915588, 0.05998267978429794, 0.0006222975789569318, 0.03180716186761856, 0.008557064458727837, 0.006264588329941034, -0.030339371412992477, 0.011371590197086334, 0.016811491921544075, 0.01722005195915699, -0.015933845192193985, 0.024029387161135674, -0.009971893392503262, 0.002023885725066066, 0.022092510014772415, -0.06170770898461342, -0.005980866029858589, 0.01622135005891323, -0.039494145661592484, -0.0439731739461422, 0.003472761018201709, 0.039766520261764526, -0.009464976377785206, 0.026132715865969658, 0.004785449709743261, -0.026541275903582573, -0.04203629866242409, -0.0238932017236948, 0.06428012251853943, -0.028826186433434486, -0.04863378778100014, -0.028750527650117874, -0.041945505887269974, -0.008443576283752918, -0.04675743728876114, 0.012113050557672977, -0.010214002802968025, 0.029522251337766647, 0.03217032551765442, 0.001121648820117116, 0.010456113144755363, -0.03973625600337982, -0.01077388133853674, 0.02312147617340088, 0.028644604608416557, -0.01986812800168991, 0.020791171118617058, 0.05383914336562157, 0.009820574894547462, -0.006431038957089186, -0.08352784812450409, -0.015078894793987274, -0.04569820687174797, 0.022924762219190598, -0.039373088628053665, -0.016917414963245392, 0.03586249798536301, 0.003083115676417947, 0.015948977321386337, 0.04300473630428314, -0.039312563836574554, -0.007800471968948841, -0.039373088628053665, -0.020382611081004143, -0.047181129455566406, -0.0022319487761706114, -0.039312563836574554, 0.01426934078335762, 0.010214002802968025, 0.01361110433936119, 0.020216159522533417, -0.06827493757009506, 0.2728576362133026, -0.0017562410794198513, 0.025345860049128532, 0.03480327129364014, 0.0578036904335022, 0.08576735854148865, 0.03099004179239273, -0.02545178309082985, -0.011500210501253605, -0.022107642143964767, 0.02186553180217743, 0.006919041275978088, 0.0326848104596138, 0.0326848104596138, 0.006022478919476271, 0.03507564216852188, -0.02809985727071762, -0.02519454061985016, -0.017310842871665955, -0.03822306916117668, -0.010236700996756554, -0.017583217471837997, 0.018581919372081757, 0.034349314868450165, 0.004857325926423073, -0.030596613883972168, -0.0009107486112043262, 0.018884556367993355, 0.03117162361741066, -0.017991777509450912, -0.034651950001716614, -0.022198433056473732, -0.007550796493887901, -0.011636397801339626, -0.020776038989424706, 0.014677900820970535, 0.021638555452227592, -0.02640508860349655, -0.05235622450709343, -0.030430162325501442, 0.01703847013413906, -0.004592518322169781, -0.008042581379413605, 0.0016588297439739108, -0.026253771036863327, 0.027131417766213417, -0.029083427041769028, -0.004233136773109436, 0.015146988444030285, -0.05380888283252716, 0.05166015774011612, -0.020579325035214424, 0.03982704505324364, 0.020518796518445015, -0.055533912032842636, 0.03486379608511925, -0.010214002802968025, -0.019535226747393608, -0.01479895506054163, 0.033350612968206406, 0.0420968234539032, -0.0022168168798089027, -0.014102890156209469, -0.01197686418890953, -0.046848226338624954, 0.05725894495844841, 0.015472322702407837, 0.047665346413850784, 0.017189789563417435, -0.0058673773892223835, 0.005912772845476866, -0.008632724173367023, 0.003260914934799075, 0.005916555877774954, 0.06246430426836014, -0.0020995449740439653, -0.007024964317679405, 0.024029387161135674, 0.05586681514978409, -0.023227399215102196, -0.01722005195915699, -0.021260257810354233, -0.055836550891399384, 0.003083115676417947, 0.027706429362297058, 0.011734754778444767, -0.036165136843919754, -0.012741022743284702, 0.02620837464928627, 0.023605694994330406, 0.005799283739179373, 0.08286204189062119, -0.0065483106300234795, 0.014488752000033855, -0.042399462312459946 ]
9878_3
Magic is also abstract. A hero wanting access to magic, as opposed to a few specific Powers, must design their own magic system. This is done by choosing an Element for its basis, which affects its theme; e.g., Air is associated with speech and intellect and would be suitable for a system of spoken spells gained through study. The new Magic statistic has a 1–10 rating and point cost, and can be no higher than the Element on what it is based. The game's rules suggest listing examples of what the magic system can do at each power level, working these out with the GM. It is suggested that most characters do not need magic and that it is not suitable for new players. Finally, each hero has personality traits based on the game's Fortune and Vision cards. Players are to choose one or more Vision cards and base a backstory on them, and to have three Fortune cards representing a Virtue, Fault, and Fate (a challenge they will face). These three cards can change to represent new phases in the hero's life. There is a list of suggested Motives for why the hero is adventuring, such as "Adversity" or "Wanderlust", but this feature has no gameplay effect. Equipment such as weaponry is handled completely abstractly, with no specific rules for item cost, carrying capacity, or combat statistics. However, a particularly powerful piece of equipment—for example, a cloak that renders its wearer invisible for a brief period—may be treated as a Power that the hero must spend their initial element points on.
[ -0.011461391113698483, 0.002140972763299942, 0.055256765335798264, -0.04306154325604439, 0.008427715860307217, -0.02258991077542305, 0.03048805706202984, -0.025192365050315857, -0.039460472762584686, 0.05828287452459335, 0.04151822626590729, 0.013186274096369743, 0.013428363017737865, -0.012694531120359898, -0.007981364615261555, -0.015539074316620827, -0.05416736751794815, -0.005151952151209116, -0.030427534133195877, -0.024556880816817284, 0.009403636679053307, 0.03080579824745655, -0.060552459210157394, -0.022105732932686806, -0.04539164900779724, 0.02501079812645912, 0.02346748299896717, 0.029398657381534576, 0.05586198717355728, 0.035193659365177155, 0.027764558792114258, -0.007429099641740322, 0.014457239769399166, -0.001287988037802279, -0.0477520152926445, 0.013337579555809498, -0.006449396722018719, -0.04048934951424599, -0.02160642482340336, -0.010273642838001251, 0.08309697359800339, -0.0015953272813931108, 0.03685801848769188, -0.018035614863038063, -0.05710269510746002, 0.00582904415205121, 0.0064531792886555195, -0.05661851540207863, 0.004198727663606405, -0.06845060735940933, -0.008004060946404934, -0.019276319071650505, 0.024118095636367798, -0.010719994083046913, -0.03752376139163971, -0.04266814887523651, 0.013352709822356701, 0.06609024107456207, -0.015887076035141945, 0.049507156014442444, 0.028173083439469337, -0.02849082462489605, -0.01997232437133789, 0.004149553366005421, -0.0066763549111783504, 0.009411201812326908, -0.026720549911260605, 0.001482793828472495, -0.028990132734179497, -0.0045921215787529945, -0.026781072840094566, 0.043303631246089935, -0.02638767845928669, -0.013973061926662922, -0.06146029010415077, 0.030881451442837715, 0.013299752958118916, -0.017385000362992287, -0.046995487064123154, -0.02151564136147499, 0.019730236381292343, 0.048750631511211395, -0.05961436405777931, -0.002101255115121603, 0.010689733549952507, 0.0028483259957283735, 0.021122246980667114, 0.0028653477784246206, 0.01440428290516138, -0.0759553611278534, 0.030109792947769165, 0.07020574808120728, 0.020804505795240402, 0.021984688937664032, 0.007236185017973185, 0.059069663286209106, 0.000938566867262125, 0.016719257459044456, 0.007122706156224012, -0.03292407467961311, 0.034891046583652496, 0.06717964261770248, -0.007508534938097, -0.0027234989684075117, -0.015463421121239662, 0.0152742899954319, -0.004297076258808374, 0.02684159390628338, 0.0023773876018822193, -0.040731437504291534, 0.042728669941425323, -0.013602363876998425, -0.04953742027282715, -0.053410839289426804, -0.047570448368787766, 0.029277613386511803, 0.022680694237351418, 0.03661593049764633, -0.033862169831991196, 0.020804505795240402, 0.023119479417800903, 0.004788818769156933, -0.010916691273450851, -0.026523852720856667, -0.013466188684105873, -0.016704127192497253, 0.011431129649281502, 0.03392269089818001, -0.02314973995089531, -0.007285359315574169, 0.02464766427874565, 0.017173172906041145, 0.030019009485840797, 0.02171233855187893, -0.044332507997751236, 0.007981364615261555, 0.011718610301613808, 0.045210082083940506, -0.00646831002086401, -0.05241222307085991, 0.032318852841854095, -0.030684754252433777, 0.003669158322736621, 0.04475616663694382, -0.006438048556447029, -0.0053448667749762535, -0.0004678649711422622, 0.04024726152420044, -0.0867888331413269, 0.044181205332279205, -0.020562415942549706, -0.07008470594882965, 0.025797586888074875, 0.02998874895274639, -0.023013565689325333, -0.04024726152420044, -0.03147154301404953, 0.0034308519680052996, -0.002988283522427082, -0.005836609285324812, -0.021288683637976646, 0.04215371236205101, 0.01416975911706686, 0.029201960191130638, 0.04103405028581619, 0.006763355806469917, -0.019533539190888405, -0.06536397337913513, -0.02726525068283081, -0.04865984618663788, -0.02597915381193161, -0.019805889576673508, 0.01883753389120102, -0.007296707481145859, 0.012149831280112267, 0.02684159390628338, 0.0847310796380043, 0.026206111535429955, -0.018761880695819855, -0.015070026740431786, -0.023528004065155983, 0.024708187207579613, -0.03204650431871414, 0.07232402265071869, 0.00550751993432641, 0.024450967088341713, -0.017218565568327904, -0.024935144931077957, -0.04200240597128868, -0.026115328073501587, 0.035193659365177155, 0.010999909602105618, -0.0031358064152300358, 0.028354650363326073, 0.009706247597932816, -0.00201425445266068, -0.049265068024396896, 0.026660028845071793, 0.0172034353017807, -0.08067608624696732, -0.00018133017874788493, -0.01771787367761135, -0.024405576288700104, 0.02089528925716877, 0.004505121149122715, 0.02613045834004879, 0.01186235062777996, 0.017687613144516945, -0.059735409915447235, -0.019942063838243484, 0.0019225254654884338, 0.02263530157506466, -0.013957931660115719, -0.002581649925559759, 0.02675081044435501, -0.0010780516313388944, -0.049265068024396896, 0.0064531792886555195, -0.004281945526599884, 0.002250669291242957, -0.027734296396374702, -0.004599687177687883, -0.03346877545118332, 0.05374371260404587, -0.03958151862025261, -0.03876446932554245, -0.013110620900988579, 0.06554553657770157, 0.00333061208948493, 0.023164870217442513, -0.016931084915995598, 0.04048934951424599, 0.018852664157748222, 0.026266634464263916, 0.003353307954967022, 0.028142821043729782, 0.01342079695314169, -0.024783840402960777, 0.0027669991832226515, -0.009562507271766663, 0.01570551097393036, 0.03794741630554199, 0.03419504314661026, 0.01802048459649086, -0.0050006466917693615, 0.011272259056568146, -0.02187877520918846, 0.0007976636406965554, -0.0007551090093329549, 0.020517025142908096, -0.0029220874421298504, 0.009660855866968632, 0.006165699101984501, 0.004092813469469547, -0.06379039585590363, 0.023164870217442513, 0.007171880453824997, 0.06487979739904404, 0.012286006473004818, -0.013882279396057129, 0.02330104634165764, 0.02895987220108509, 0.028838826343417168, -0.0020293849520385265, -0.0207893755286932, 0.017566567286849022, 0.022257037460803986, -0.007009226828813553, -0.008019191212952137, -0.016825171187520027, -0.036676451563835144, -0.041306398808956146, -0.034679219126701355, 0.026115328073501587, 0.012596182525157928, 0.002146646613255143, 0.018096137791872025, -0.06124846264719963, 0.02992822602391243, -0.050899166613817215, 0.006929791532456875, -0.01453289296478033, 0.013738539069890976, 0.049930814653635025, -0.006422918289899826, 0.03085119090974331, -0.026992900297045708, -0.00259867194108665, 0.002210951643064618, 0.043666765093803406, -0.00924476608633995, 0.019261188805103302, -0.0024568228982388973, -0.02048676460981369, 0.042728669941425323, -0.009607899002730846, 0.061793163418769836, -0.011605131439864635, -0.032772768288850784, -0.05271483585238457, -0.004463511984795332, 0.003164176130667329, 0.012883663177490234, 0.01247513759881258, -0.023376699537038803, -0.0017523067072033882, 0.029807182028889656, -0.038068462163209915, 0.03640410304069519, 0.007599318400025368, -0.08001034706830978, 0.0159173384308815, -0.035344962030649185, -0.03649488463997841, -0.03564757481217384, 0.02591863088309765, 0.02930787391960621, -0.01838361844420433, -0.016673864796757698, -0.047661229968070984, -0.01690082438290119, -0.04136692360043526, 0.005579390097409487, -0.01175643689930439, -0.03825002908706665, -0.007875450886785984, 0.0508386455476284, -0.05779869854450226, 0.03610149025917053, 0.0266902893781662, 0.0016917845932766795, -0.0007049890118651092, -0.029126306995749474, 0.001711643417365849, -0.040731437504291534, 0.007610666565597057, 0.004297076258808374, -0.05108073353767395, 0.02422400936484337, 0.00870006624609232, 0.01632586307823658, -0.04623895883560181, 0.026675159111618996, 0.0031736327800899744, 0.020214414224028587, 0.04024726152420044, 0.02160642482340336, 0.009804596193134785, -0.06433509290218353, -0.03168337047100067, -0.006816312670707703, -0.012558355927467346, 0.01345105841755867, 0.01864083670079708, 0.06802695244550705, 0.015130549669265747, -0.024859491735696793, -0.034013476222753525, -0.019170405343174934, 0.00614678580313921, 0.012860966846346855, 0.031138671562075615, 0.00026431179139763117, -0.037342194467782974, -0.005269214045256376, -0.020713722333312035, 0.016053512692451477, 0.04623895883560181, 0.02237808331847191, -0.010069380514323711, 0.055014677345752716, 0.001178291509859264, -0.021999819204211235, 0.0101374676451087, 0.007697666995227337, 0.005515085067600012, 0.056134339421987534, -0.03371086344122887, 0.03219781070947647, -0.02971639856696129, 0.020728852599859238, 0.012626443058252335, 0.07740788906812668, 0.000171637162566185, 0.0072210547514259815, -0.008480672724545002, 0.010046685114502907, -0.014033584855496883, -0.002133407397195697, -0.029126306995749474, 0.01368558220565319, -0.017006738111376762, 0.024420706555247307, -0.0379776805639267, -0.007436665240675211, 0.021031463518738747, -0.014858199283480644, 0.029323004186153412, 0.041609011590480804, -0.03604096919298172, 0.04421146586537361, 0.010440079495310783, -0.03240963816642761, 0.037251412868499756, -0.05779869854450226, -0.00030473872902803123, -0.03228859230875969, 0.0523819625377655, -0.0016303167212754488, -0.03495156764984131, -0.03973282128572464, 0.028309257701039314, -0.00280482554808259, -0.03927890583872795, 0.04893219843506813, 0.037856634706258774, -0.024208879098296165, 0.01847440004348755, -0.0013371623354032636, 0.006710398476570845, -0.027083683758974075, -0.00877571851015091, -0.00338735175319016, 0.0682690367102623, 0.005053603556007147, -0.04965846240520477, -0.02947431057691574, -0.05858548730611801, -0.004395424388349056, 0.035133134573698044, 0.013428363017737865, -0.01909475401043892, -0.0446653813123703, -0.025525236502289772, -0.023270785808563232, -0.01699160784482956, 0.04832697659730911, -0.001727719558402896, 0.009206939488649368, -0.019261188805103302, -0.01570551097393036, -0.020063107833266258, 0.010916691273450851, 0.0269626397639513, 0.01965458318591118, -0.035496268421411514, 0.010606515221297741, 0.0015385877341032028, -0.017702743411064148, -0.03156232461333275, 0.014699328690767288, -0.025585759431123734, 0.020955810323357582, 0.0179599616676569, 0.012013656087219715, -0.025404192507267, 0.007701449561864138, 0.0008269791142083704, -0.014048715122044086, -0.013284622691571712, 0.017748134210705757, 0.008866501972079277, -0.020517025142908096, 0.0008893926278688014, -0.0017296109581366181, 0.03434634581208229, -0.0380079410970211, 0.042849715799093246, 0.041003789752721786, -0.01144626084715128, -0.0068125296384096146, 0.004081465769559145, -0.04194188117980957, -0.018928317353129387, 0.015236463397741318, -0.041306398808956146, 0.04393911361694336, -0.007860320620238781, 0.02921709045767784, 0.0031679586973041296, 0.00813267007470131, 0.04021700099110603, 0.015569335781037807, -0.009607899002730846, -0.019578931853175163, -0.03371086344122887, -0.03737245872616768, 0.04151822626590729, -0.04000517353415489, 0.037614546716213226, -0.026478461921215057, -0.04151822626590729, 0.015327246859669685, -0.04678365960717201, 0.008109974674880505, -0.0503242090344429, -0.06188394874334335, -0.027598122134804726, -0.005227604880928993, -0.0035821576602756977, 0.007875450886785984, 0.0031944371294230223, -0.024753578007221222, -0.04908350110054016, -0.011832090094685555, 0.019851280376315117, -0.0048758196644485, -0.02151564136147499, 0.0027518686838448048, 0.0379776805639267, -0.017188305035233498, 0.013662885874509811, -0.023074088618159294, 0.017324479296803474, 0.03069988451898098, -0.0019650801550596952, 0.028475694358348846, -0.014896025881171227, -0.07728684693574905, 0.05822235345840454, 0.010924256406724453, -0.05005185678601265, -0.01724882610142231, 0.050142642110586166, 0.0031168931163847446, 0.021137377247214317, -0.035133134573698044, -0.03443713113665581, -0.0539252795279026, -0.04841775819659233, 0.03271224722266197, -0.004822862800210714, -0.022514257580041885, -0.0580105260014534, -0.006264047231525183, 0.032984599471092224, 0.020395981147885323, -0.035193659365177155, -0.056285642087459564, -0.02859673835337162, -0.013504015281796455, -0.0028426519129425287, -0.00020792684517800808, -0.007595535833388567, -0.01273235771805048, -0.00392637774348259, 0.02104659378528595, 0.04862958565354347, 0.006441831588745117, 0.03219781070947647, -0.005061168689280748, -0.020910419523715973, 0.008851371705532074, 0.03039727360010147, -0.008019191212952137, -0.030034139752388, -0.018247442319989204, 0.005386475473642349, 0.026886986568570137, 0.0477520152926445, 0.019427625462412834, 0.010432513430714607, -0.06645337492227554, 0.011801828630268574, -0.016446907073259354, 0.017490915954113007, -0.012028786353766918, -0.01909475401043892, 0.04908350110054016, -0.02398192137479782, -0.020547285676002502, -0.024662796407938004, -0.007001661695539951, 0.040126215666532516, -0.006895747967064381, -0.0384921170771122, 0.0028804782778024673, -0.04030778259038925, -0.04932559281587601, 0.031653109937906265, -0.03691853955388069, -0.009486854076385498, -0.05462128296494484, -0.014010888524353504, 0.07758945971727371, -0.049053240567445755, -0.011287390254437923, 0.051776740700006485, 0.013292187824845314, -0.010432513430714607, -0.023089218884706497, -0.009706247597932816, -0.006895747967064381, 0.02346748299896717, -0.009517115540802479, 0.007731710560619831, -0.03310564160346985, -0.029232220724225044, -0.007640927564352751, -0.006298091262578964, -0.05916044861078262, 0.04781253635883331, 0.04297076165676117, -0.0446653813123703, 0.03346877545118332, -0.03404373675584793, -0.01090912614017725, -0.04166953265666962, 0.042123448103666306, 0.0027216076850891113, 0.0344068706035614, 0.029050655663013458, 0.04959794133901596, -0.02971639856696129, 0.0400354340672493, 0.019684845581650734, -0.025964023545384407, -0.04254710674285889, 0.02059267833828926, 0.027083683758974075, 0.011718610301613808, 0.012959315441548824, 0.019896673038601875, -0.037765853106975555, 0.02495027519762516, -0.07323186099529266, -0.00921450462192297, 0.005753391422331333, -0.021318944171071053, 0.016673864796757698, 0.02387600764632225, -0.006441831588745117, -0.0005371345323510468, 0.010719994083046913, 0.007966234348714352, 0.015826554968953133, 0.002959913806989789, 0.02033545821905136, -0.04375755041837692, 0.012520529329776764, 0.04224449396133423, 0.009486854076385498, 0.007164315320551395, -0.04393911361694336, 0.002878586994484067, -0.017990224063396454, 0.020153891295194626, 0.05528702586889267, -0.0057685221545398235, -0.025343669578433037, 0.008329367265105247, 0.0120666129514575, 0.013050098903477192, -0.06330621987581253, -0.02299843542277813, 0.06463770568370819, -0.046995487064123154, 0.02838491089642048, -0.015977859497070312, -0.012876097112894058, 0.02001771703362465, -0.029353266581892967, -0.021318944171071053, 0.000026271598471794277, 0.049718983471393585, 0.05065707862377167, 0.020259805023670197, -0.030427534133195877, -0.02252938784658909, -0.02709881402552128, -0.017415262758731842, -0.016976475715637207, -0.008170496672391891, 0.012051482684910297, 0.005412953905761242, -0.002575976075604558, -0.02038085088133812, -0.021470248699188232, 0.00550751993432641, -0.040882743895053864, 0.015690378844738007, -0.005257865879684687, 0.030987365171313286, -0.010409818030893803, -0.010689733549952507, -0.0013693147338926792, -0.048690106719732285, -0.03885525092482567, 0.02212086319923401, -0.030412403866648674, 0.0101374676451087, 0.004372728988528252, 0.030306490138173103, -0.012581052258610725, 0.0025116712786257267, -0.01152191311120987, -0.06451666355133057, 0.009940771386027336, -0.0051179081201553345, -0.01945788599550724, 0.003181197913363576, 0.005738260690122843, -0.0001685637835180387, 0.04829671233892441, -0.05313849076628685, -0.04984002932906151, 0.0060711330734193325, 0.014805242419242859, 0.024420706555247307, -0.021803122013807297, -0.03737245872616768, -0.0070621841587126255, -0.004285728093236685, -0.019397364929318428, 0.006910878233611584, -0.0595538429915905, 0.02252938784658909, 0.013299752958118916, -0.009880248457193375, 0.05283587798476219, 0.05770791694521904, 0.00040781559073366225, 0.024102965369820595, 0.04421146586537361, 0.027038291096687317, 0.037402719259262085, -0.0065742237493395805, 0.01771787367761135, 0.04738888144493103, -0.010621645487844944, -0.0492953285574913, 0.009312853217124939, -0.01409410685300827, -0.014056280255317688, -0.01250539906322956, -0.002186364494264126, -0.038280289620161057, -0.02803690731525421, 0.022559648379683495, 0.01447237003594637, 0.04139718413352966, 0.03138075768947601, 0.04221423342823982, -0.002262017223984003, -0.04947689548134804, -0.00677470350638032, -0.0133451446890831, -0.0723845511674881, -0.026463331654667854, 0.014003323391079903, -0.0549238957464695, 0.03153206408023834, -0.005356214474886656, 0.004191162064671516, -0.041548486799001694, -0.024526620283722878, 0.04914402589201927, 0.036464624106884, 0.04729809612035751, -0.022105732932686806, 0.012202788144350052, -0.03192545846104622, -0.01874675042927265, -0.0072626639157533646, 0.03921838477253914, -0.001648284262046218, -0.06391143798828125, 0.018232312053442, -0.01280800998210907, 0.00477368850260973, -0.011582435108721256, -0.016522560268640518, -0.0005986023461446166, -0.018444139510393143, 0.01853492297232151, -0.006922226399183273, -0.019805889576673508, -0.06354830414056778, 0.053108230233192444, 0.012649139389395714, 0.02001771703362465, 0.012384355068206787, -0.0008260334143415093, 0.06590867042541504, -0.017430393025279045, -0.010750255547463894, 0.018882926553487778, -0.01874675042927265, -0.02192416600883007, 0.033287208527326584, 0.004883384797722101, 0.02561601996421814, -0.04121561720967293, 0.010069380514323711, 0.029761791229248047, -0.033045120537281036, 0.036010708659887314, 0.028884219005703926, 0.004909863229840994, -0.012686965987086296, 0.01730934903025627, 0.03358982130885124, 0.04829671233892441, 0.006400222424417734, 0.0015442617004737258, -0.006275395397096872, 0.01662847399711609, 0.056860603392124176, 0.026039674878120422, 0.004304641392081976, 0.012452442198991776, -0.005386475473642349, 0.012482703663408756, -0.01396549679338932, -0.00338735175319016, 0.0011470847530290484, 0.014351326040923595, -0.02499566785991192, -0.008246149867773056, -0.006502353586256504, -0.05631590634584427, 0.010379556566476822, 0.0007172825862653553, 0.002398192184045911, 0.0028294126968830824, 0.055831726640462875, -0.0029731530230492353, -0.045512691140174866, 0.04457459971308708, -0.005700434558093548, 0.0035670269280672073, 0.011900177225470543, 0.017173172906041145, 0.0018128289375454187, 0.00035131245385855436, 0.01121930219233036, -0.07813415676355362, -0.015001939609646797, 0.02951970137655735, -0.02094068005681038, -0.003160393564030528, -0.001093182247132063, -0.03371086344122887, 0.04908350110054016, 0.011945568956434727, -0.0032644160091876984, -0.05359240621328354, 0.010977213270962238, 0.04148796573281288, 0.004399207420647144, -0.02325565367937088, 0.01165808830410242, 0.007905712351202965, 0.028626998886466026, 0.03812898322939873, 0.015675248578190804, 0.034467391669750214, 0.06814799457788467, 0.06899530440568924, -0.012800444848835468, 0.006691485643386841, -0.022862259298563004, -0.023074088618159294, -0.006180829368531704, 0.03141102194786072, -0.013231665827333927, 0.017233695834875107, -0.01162782683968544, 0.02345235086977482, -0.0008728435495868325, 0.007935972884297371, 0.012550790794193745, -0.033347729593515396, 0.004750992637127638, 0.020910419523715973, -0.013224099762737751, -0.026781072840094566, -0.0010203664423897862, 0.03404373675584793, 0.007209706585854292, 0.01354940701276064, 0.03531470149755478, -0.04387859255075455, -0.029096046462655067, -0.03410425782203674, 0.04696522653102875, -0.02228729985654354, -0.04511929675936699, -0.031743891537189484, -0.043454937636852264, -0.012051482684910297, -0.026463331654667854, 0.0010184751590713859, -0.008654674515128136, 0.024526620283722878, 0.03579888120293617, 0.004940124228596687, -0.013647755607962608, -0.022105732932686806, -0.0269626397639513, 0.028672391548752785, 0.01067460235208273, -0.020214414224028587, 0.060401152819395065, 0.06067350134253502, 0.014109237119555473, -0.0006510864477604628, -0.03670671209692955, -0.009486854076385498, -0.04678365960717201, 0.015569335781037807, -0.0718398466706276, -0.019215798005461693, 0.013352709822356701, -0.01637125387787819, 0.009607899002730846, 0.07704475522041321, -0.004323554690927267, 0.013753669336438179, -0.0011310086119920015, -0.0031868719961494207, -0.021334074437618256, 0.010901561006903648, -0.06748224794864655, 0.018625706434249878, 0.00402850890532136, 0.019684845581650734, 0.015342377126216888, -0.03039727360010147, 0.27283406257629395, -0.001666251802816987, 0.041760317981243134, 0.044029898941516876, 0.03368060290813446, 0.09689603745937347, 0.014752285555005074, -0.021213030442595482, 0.019427625462412834, -0.07099253684282303, 0.03425556421279907, -0.004841775633394718, 0.021243290975689888, 0.030609101057052612, 0.007130271289497614, 0.02336156740784645, -0.028823696076869965, 0.00773927615955472, -0.004070117603987455, -0.04233527556061745, -0.004531599581241608, -0.009691117331385612, 0.004123074933886528, 0.02802177704870701, 0.024450967088341713, -0.041003789752721786, 0.008004060946404934, 0.019367102533578873, 0.012036352418363094, -0.03204650431871414, -0.04009595513343811, 0.005212474148720503, -0.0016974585596472025, -0.022317560389637947, -0.019125014543533325, 0.027734296396374702, 0.0006775649380870163, -0.021273553371429443, -0.043364156037569046, -0.013776365667581558, 0.0051179081201553345, -0.018504662439227104, -0.012777748517692089, -0.007606883533298969, -0.013806626200675964, 0.035133134573698044, -0.006078698206692934, 0.02422400936484337, 0.018338225781917572, -0.04024726152420044, 0.039702560752630234, -0.013307318091392517, 0.024632534012198448, -0.004853123798966408, -0.02694750763475895, 0.0472375750541687, -0.027386294677853584, -0.0477520152926445, -0.00010177658259635791, 0.04862958565354347, 0.022408343851566315, -0.022014949470758438, -0.020547285676002502, -0.018867794424295425, -0.0374935008585453, 0.048024363815784454, 0.03949073329567909, 0.03159258887171745, 0.038068462163209915, -0.010871299542486668, 0.01858031377196312, -0.004569425713270903, -0.007149184588342905, -0.02685672603547573, 0.07147671282291412, -0.030926842242479324, 0.00806458294391632, 0.015183506533503532, 0.06276151537895203, -0.034467391669750214, -0.02855134755373001, -0.032107025384902954, -0.04188136011362076, -0.018035614863038063, 0.005552911665290594, 0.007807363290339708, -0.030684754252433777, 0.007618231698870659, 0.003756158985197544, -0.011741306632757187, 0.0015130549436435103, 0.07147671282291412, -0.0004357125435490161, -0.021848512813448906, 0.007686319295316935 ]
9878_4
The Fortune Deck To decide what happens, the GM considers the rules of Karma (characters' abilities, tactics, logic), Drama (the needs of the plot), and Fortune, the result of a card drawn from the Fortune Deck. Many of these cards are based on the "Major Arcana" of tarot divination, such as "The Fool" and "Death", but the deck includes original cards such as "Drowning in Armor" and "Law." As with the Tarot deck there is symbolic art and each card has two complementary meanings when upright or reversed (while face up). The meanings are printed on the cards (e.g., "Protective Measures Turn Dangerous" vs. "True Prudence" for "Drowning in Armor") and explained more fully in the game's books. The rules are flexible about how often the GM should consult the Fortune Deck, whether the cards should be shown to players, and how much influence the draw should have—it is entirely acceptable for the GM to never use the deck at all, if she so desires. Though cards sometimes have obvious interpretations for the context in which they are drawn, the rules explain that sometimes they are best read simply as "a positive (or negative) result." Although the Fortune Deck resembles (and can be used as) a fortune-telling device, Everway treats the Deck only as a storytelling device and an element of the fictional setting. It does not in any way endorse "real" fortune-telling or other supernatural concepts.
[ 0.00013635143113788217, 0.008971092291176319, 0.03450309485197067, -0.03651745244860649, -0.006586235016584396, -0.04586983472108841, 0.024690289050340652, 0.01260413322597742, -0.055797748267650604, 0.04241665080189705, 0.04287707433104515, 0.0023848572745919228, 0.01151062361896038, 0.022474493831396103, -0.002672622911632061, -0.03412900120019913, -0.008330813609063625, 0.023409731686115265, -0.06227247416973114, 0.007762476801872253, 0.01956806145608425, 0.041783563792705536, -0.061178967356681824, -0.05047408491373062, -0.01932346075773239, 0.03461820259690285, 0.0208630058914423, 0.004945971071720123, 0.053351741284132004, 0.02307880111038685, 0.022014068439602852, 0.01638825051486492, 0.005708550103008747, 0.0021924141328781843, -0.020661570131778717, 0.022172339260578156, 0.00630206661298871, -0.043279945850372314, -0.014532162807881832, -0.02915065549314022, 0.06353864073753357, 0.008654550649225712, 0.013899078592658043, -0.012474638409912586, -0.04920791834592819, -0.012935063801705837, -0.005381216760724783, -0.06077609583735466, 0.012028601951897144, -0.06917884945869446, 0.005647399928420782, -0.007834418676793575, -0.006320051848888397, -0.010999839752912521, -0.016733570024371147, -0.004356051795184612, 0.010496250353753567, 0.0456971749663353, -0.008798433467745781, 0.05375461280345917, 0.031193790957331657, -0.05565386638045311, -0.011158110573887825, -0.021251488476991653, -0.0009316411451436579, 0.010834374465048313, -0.00906461663544178, 0.003327289829030633, -0.03289160877466202, 0.005708550103008747, -0.007841612212359905, 0.028244193643331528, 0.024129144847393036, 0.01646019145846367, -0.04748132452368736, 0.019280295819044113, 0.010093377903103828, -0.025193877518177032, -0.02840246446430683, -0.05297764763236046, 0.015611283481121063, 0.023467283695936203, -0.07171119004487991, -0.017812689766287804, -0.02328023687005043, -0.01481992844492197, 0.014158067293465137, 0.005938762333244085, 0.02326584793627262, -0.04186989367008209, 0.031769320368766785, 0.07625788450241089, 0.009409935213625431, 0.017582478001713753, 0.0004089418798685074, 0.055279772728681564, 0.030215388163924217, 0.014560938812792301, -0.027294566854834557, -0.011467458680272102, 0.013553760014474392, 0.04359648749232292, -0.019956544041633606, 0.013805554248392582, -0.0348484143614769, -0.0003311552572995424, 0.047912970185279846, 0.03732319921255112, -0.05102084204554558, -0.04969711974263191, 0.002593487501144409, -0.016805510967969894, 0.008971092291176319, -0.021956514567136765, -0.010345173068344593, 0.04774031415581703, -0.002658234676346183, -0.016848675906658173, -0.03355346992611885, 0.02005726285278797, -0.008927927352488041, -0.02938086725771427, -0.00723730493336916, -0.008359590545296669, -0.028834111988544464, -0.00581286521628499, 0.017222771421074867, 0.050358980894088745, -0.029078712686896324, 0.00593516556546092, 0.03755341097712517, 0.012438667938113213, 0.012230037711560726, 0.018345056101679802, -0.032229747623205185, 0.0033236925955861807, -0.026071563363075256, 0.02769743837416172, 0.018460163846611977, -0.044948987662792206, 0.05352440103888512, -0.010848763398826122, 0.0026204653549939394, 0.028316134586930275, -0.007453129161149263, -0.0029747767839580774, 0.022618375718593597, 0.04267563670873642, -0.1053222119808197, 0.01661846414208412, -0.031481556594371796, -0.015395459719002247, 0.01284873392432928, 0.01591343805193901, -0.020042873919010162, -0.05499200522899628, -0.01481992844492197, -0.0008327217074111104, 0.022388163954019547, 0.01262571569532156, -0.012855928391218185, 0.03182687610387802, 0.02699241228401661, 0.04526552930474281, -0.013301964849233627, 0.021193936467170715, -0.015855884179472923, -0.052056796848773956, -0.015524953603744507, -0.051884137094020844, 0.004435187205672264, -0.03453187271952629, 0.013783971779048443, 0.017064500600099564, 0.0037913117557764053, 0.02774060331285, 0.0652652382850647, 0.010834374465048313, -0.005359634291380644, 0.0386756956577301, -0.049121588468551636, 0.04192744567990303, -0.014611298218369484, 0.06727959960699081, -0.0027085936162620783, -0.007776865269988775, -0.011517818085849285, -0.04725111275911331, -0.024920500814914703, 0.015280352905392647, 0.0023506851866841316, 0.008510667830705643, -0.011424293741583824, 0.05119349807500839, 0.06417173147201538, 0.020028484985232353, -0.06515013426542282, -0.012373920530080795, 0.023683108389377594, -0.07021480798721313, -0.04802807793021202, -0.014661657623946667, -0.028589511290192604, 0.03113623708486557, 0.035193733870983124, 0.02917943149805069, 0.0033093043603003025, 0.027136296033859253, -0.07067523151636124, -0.015122082084417343, -0.0038668501656502485, -0.017812689766287804, -0.03864692151546478, -0.028244193643331528, 0.008453113958239555, -0.0030988757498562336, -0.0579272136092186, 0.0017679599113762379, -0.03363979980349541, -0.016086095944046974, -0.04316483810544014, 0.012611327692866325, -0.01138832326978445, 0.05559631437063217, -0.028992384672164917, -0.06612853705883026, 0.02351044863462448, 0.05887684226036072, 0.02890605479478836, 0.02283420041203499, 0.0052085574716329575, 0.019711943343281746, 0.027078742161393166, 0.02496366575360298, 0.024819782003760338, 0.021150771528482437, -0.031049907207489014, -0.04932302236557007, 0.004190586507320404, -0.011230052448809147, -0.001775154029019177, 0.01840260997414589, 0.05363950878381729, 0.033985115587711334, 0.017697583884000778, 0.032517511397600174, -0.008740879595279694, 0.008402755483984947, 0.03038804791867733, 0.0009622162324376404, 0.0024532016832381487, 0.017582478001713753, 0.04535185918211937, -0.008150960318744183, -0.042301543056964874, 0.03870447352528572, 0.039567768573760986, 0.059222158044576645, -0.011963854543864727, -0.015755167230963707, 0.011114946566522121, 0.04163968190550804, -0.025639913976192474, 0.005852432921528816, 0.022402551025152206, 0.0343879871070385, 0.04785541817545891, -0.03306426852941513, -0.040862713009119034, -0.08368223905563354, -0.0069747185334563255, -0.028071533888578415, -0.017064500600099564, 0.004579070024192333, 0.03389878571033478, -0.017783913761377335, 0.036661338061094284, -0.019913379102945328, 0.004838059190660715, -0.056027960032224655, -0.013640088960528374, 0.013690448366105556, -0.017064500600099564, -0.0020305460784584284, 0.005773297511041164, 0.02326584793627262, -0.0778118148446083, -0.013042976148426533, -0.030963577330112457, 0.034675754606723785, -0.02257521077990532, 0.009057422168552876, -0.03358224406838417, 0.01018690224736929, 0.04313606396317482, -0.010337979532778263, 0.04704967513680458, -0.035682935267686844, 0.003902820870280266, -0.061927154660224915, -0.012899093329906464, -0.010007048957049847, 0.02571185678243637, 0.029812516644597054, -0.054330144077539444, -0.003115062601864338, 0.025150712579488754, -0.020733511075377464, 0.01861843466758728, 0.0027463629376143217, -0.05214312672615051, 0.018488939851522446, -0.02405720390379429, 0.013093334622681141, -0.03792750462889671, 0.011366740800440311, 0.022014068439602852, -0.020445745438337326, 0.006996301002800465, -0.013582536019384861, -0.03012905828654766, -0.037668514996767044, 0.0317980982363224, -0.00945310015231371, -0.04563962295651436, 0.013417070731520653, 0.03340958431363106, -0.050128765404224396, 0.00723730493336916, 0.059682585299015045, -0.029812516644597054, 0.020733511075377464, -0.02105005271732807, -0.00017041119281202555, -0.0029567915480583906, 0.015812719240784645, -0.004884820897132158, -0.03798506036400795, 0.003115062601864338, -0.007017883472144604, 0.029611079022288322, -0.09047350287437439, 0.030531929805874825, -0.026359329000115395, -0.025654302909970284, 0.021970903500914574, 0.06296311318874359, 0.00220500398427248, -0.025438478216528893, -0.035711709409952164, 0.00045300601050257683, -0.014035766944289207, 0.028359299525618553, -0.0021870185155421495, 0.04437345638871193, 0.04782664403319359, 0.026862919330596924, -0.0024370148312300444, -0.014150872826576233, -0.00502150971442461, 0.00227154977619648, 0.023956485092639923, -0.004158212803304195, 0.005420784465968609, 0.02430180460214615, -0.03890590742230415, -0.0036618171725422144, 0.03844548389315605, 0.0617544986307621, 0.006244513671845198, 0.0643443837761879, 0.013042976148426533, -0.014877481386065483, -0.015582507476210594, 0.005151004064828157, -0.00754665257409215, 0.023409731686115265, -0.07746649533510208, 0.012654491700232029, -0.009043034166097641, -0.022675929591059685, 0.015985378995537758, 0.09582594037055969, 0.027510391548275948, 0.01189910713583231, 0.005924374330788851, 0.02913626655936241, -0.037150539457798004, -0.010273232124745846, -0.01153220608830452, -0.012158096767961979, -0.021467313170433044, 0.002401044126600027, -0.02497805468738079, -0.053840942680835724, 0.019783884286880493, -0.010942286811769009, 0.016330698505043983, 0.01640263944864273, -0.016834286972880363, 0.02723701298236847, 0.0588480643928051, 0.008676133118569851, 0.010791209526360035, -0.07982617616653442, 0.011812778189778328, -0.057955991476774216, 0.04186989367008209, -0.01128760538995266, -0.03035927005112171, -0.03948143869638443, -0.013251605443656445, -0.012805568985641003, -0.0324024073779583, 0.04394180700182915, 0.04586983472108841, -0.039567768573760986, 0.006755297537893057, 0.007755282800644636, -0.017582478001713753, -0.006719326600432396, -0.004298498388379812, 0.017352266237139702, 0.05053164064884186, 0.029337702319025993, -0.02940964326262474, -0.027294566854834557, -0.02084861695766449, 0.012640103697776794, 0.04014329984784126, 0.013186858035624027, -0.015395459719002247, -0.0047661177814006805, -0.020934946835041046, -0.02772621437907219, 0.01545301266014576, 0.042761966586112976, -0.004025121219456196, -0.0026150699704885483, -0.0012283993419259787, 0.01738104224205017, 0.0304168239235878, 0.019107636064291, -0.0028380881994962692, 0.009366770274937153, -0.015539342537522316, 0.03191320598125458, -0.0220860093832016, -0.020762287080287933, -0.01811484433710575, 0.06509257853031158, -0.022690316662192345, -0.01884864643216133, 0.010704880580306053, 0.0233090128749609, 0.018014125525951385, 0.007812836207449436, 0.0040215239860117435, 0.00037319600232876837, -0.01716521754860878, 0.03228729963302612, -0.01789901964366436, -0.01163292396813631, -0.015798332169651985, -0.0003091231919825077, 0.04517919942736626, -0.02725140191614628, 0.018057290464639664, 0.03772607073187828, -0.02992762252688408, -0.014661657623946667, -0.0016978170024231076, -0.0208630058914423, -0.021006887778639793, 0.00882720947265625, -0.003992747515439987, 0.04681946337223053, -0.022920530289411545, 0.011150917038321495, -0.009230081923305988, 0.007589817512780428, 0.0617544986307621, 0.006489114370197058, -0.017280323430895805, -0.01693500578403473, -0.03415777534246445, -0.0030988757498562336, -0.011942272074520588, -0.04822951555252075, -0.01867598667740822, -0.05053164064884186, -0.04877626895904541, -0.006240916438400745, -0.08506350964307785, -0.00943151768296957, -0.05470424145460129, -0.05148126557469368, 0.024877335876226425, 0.003406425239518285, 0.023913322016596794, 0.01866159960627556, 0.019798273220658302, -0.04100659862160683, -0.033726129680871964, -0.03548149764537811, 0.02969740889966488, -0.053840942680835724, -0.03188442811369896, -0.0027373703196644783, 0.04529430344700813, -0.008158154785633087, 0.0034513885620981455, 0.03260384127497673, 0.027064355090260506, 0.030244164168834686, -0.030474375933408737, 0.030819695442914963, -0.027826933190226555, -0.033726129680871964, 0.04673313349485397, 0.027323342859745026, -0.09346626698970795, -0.06940906494855881, 0.04281952232122421, -0.024114757776260376, 0.023208295926451683, -0.035193733870983124, -0.02356800250709057, -0.03479086235165596, -0.07453128695487976, -0.01212212536484003, -0.010230067186057568, -0.0017445789417251945, -0.06894863396883011, 0.016042932868003845, 0.021510478109121323, 0.01016531977802515, -0.013877496123313904, -0.03162543848156929, -0.03375490382313728, -0.01687745191156864, 0.012647298164665699, 0.03231607750058174, 0.007409964222460985, -0.06048832833766937, -0.0033632603008300066, 0.011582565493881702, 0.03798506036400795, 0.05950992554426193, 0.018100455403327942, -0.00409706262871623, -0.05076185241341591, 0.00784880667924881, 0.009028645232319832, -0.0071365865878760815, -0.021121995523571968, -0.00933799333870411, -0.02037380449473858, 0.03303549066185951, 0.031193790957331657, -0.010712074115872383, 0.027582332491874695, -0.06382641196250916, 0.0034118208568543196, -0.002681615762412548, 0.011309187859296799, -0.004539502318948507, 0.02254643477499485, 0.017496148124337196, -0.01892058737576008, -0.009409935213625431, -0.024186698719859123, 0.0027175864670425653, 0.050157543271780014, -0.01592782512307167, -0.05565386638045311, -0.009510653093457222, -0.03743830323219299, -0.024805394932627678, 0.020632794126868248, -0.04679068550467491, -0.01568322442471981, -0.04198500141501427, -0.02105005271732807, 0.09795540571212769, 0.02133781835436821, 0.03185565024614334, 0.06273289769887924, -0.018575269728899002, -0.037179313600063324, -0.02251765877008438, 0.001660047797486186, 0.003332685213536024, -0.008791239000856876, -0.026416881009936333, 0.004672593902796507, -0.030013952404260635, -0.007712117861956358, -0.01471921056509018, -0.009769641794264317, -0.056488387286663055, 0.020014097914099693, 0.05018632113933563, -0.014345115050673485, 0.013064557686448097, -0.022143563255667686, -0.004651011433452368, -0.07441618293523788, 0.014006990008056164, 0.013445847667753696, 0.03930877894163132, 0.046934567391872406, 0.02081984095275402, -0.01287031639367342, 0.038071390241384506, 0.05363950878381729, 0.008647356182336807, -0.053783390671014786, 0.037150539457798004, 0.05513588711619377, -0.007125795818865299, 0.02231622114777565, 0.018690375611186028, -0.0031923996284604073, 0.0027283774688839912, -0.05473301559686661, 0.010812791995704174, 0.030589483678340912, -0.024172309786081314, 0.021452926099300385, 0.02597084455192089, -0.0015125678619369864, 0.019208353012800217, 0.0023488865699619055, -0.027841322124004364, 0.021481702104210854, 0.010035824961960316, 0.010503443889319897, -0.05450280383229256, 0.034186553210020065, 0.020532075315713882, 0.022661540657281876, 0.01618681475520134, -0.07453128695487976, -0.02939525619149208, -0.010093377903103828, -0.016229979693889618, 0.03657500818371773, -0.01457532774657011, -0.008302037604153156, -0.019467342644929886, -0.012532191351056099, 0.03769729286432266, -0.020647181198000908, -0.03648867830634117, 0.03217219188809395, -0.03582681715488434, 0.024661511182785034, -0.02204284444451332, -0.02332340180873871, -0.00020570744527503848, -0.01250341534614563, -0.023352177813649178, 0.022647151723504066, 0.009150945581495762, 0.05176902934908867, 0.03407144546508789, -0.040056969970464706, -0.039855536073446274, -0.03217219188809395, -0.014712016098201275, -0.010834374465048313, -0.012704851105809212, -0.01932346075773239, 0.012596938759088516, -0.03579803928732872, -0.030819695442914963, 0.002870461903512478, 0.020704735070466995, -0.028546346351504326, 0.017366653308272362, -0.01739543117582798, 0.010337979532778263, -0.0426468625664711, -0.004838059190660715, -0.0324024073779583, -0.02451762929558754, 0.01458252128213644, 0.028287358582019806, -0.01933784782886505, -0.009395546279847622, -0.021683137863874435, 0.019424177706241608, 0.035654157400131226, 0.009956689551472664, 0.024862946942448616, -0.02379821427166462, -0.019452953711152077, -0.005827253218740225, -0.05634450539946556, 0.010122154839336872, 0.00906461663544178, -0.020517686381936073, 0.03824404627084732, -0.021265877410769463, -0.04538063332438469, -0.005834447685629129, 0.0060178982093930244, 0.0301866102963686, -0.02794203907251358, -0.02774060331285, -0.0426468625664711, -0.027870098128914833, -0.015194023959338665, -0.011596953496336937, -0.061639390885829926, 0.0319419801235199, -0.014488997869193554, -0.016373861581087112, 0.005708550103008747, 0.0215536430478096, 0.0032337659504264593, 0.026805365458130836, 0.031222566962242126, 0.04149580001831055, 0.03136644884943962, -0.013064557686448097, 0.004158212803304195, 0.022963695228099823, 0.030244164168834686, -0.04506409168243408, 0.0171220526099205, 0.0017859452636912465, 0.011805583722889423, 0.010481861419975758, -0.01572638936340809, -0.029107490554451942, -0.021395372226834297, 0.0010629341704770923, -0.014863093383610249, 0.031280118972063065, 0.06204226240515709, -0.015237187966704369, -0.01792779751121998, -0.06491991877555847, -0.0027985204942524433, -0.02008603885769844, -0.017064500600099564, -0.003075494896620512, 0.0235392265021801, -0.006604220252484083, 0.016604075208306313, -0.016488969326019287, -0.00023605772003065795, -0.05545242875814438, 0.004172601271420717, 0.018014125525951385, -0.006028689444065094, 0.04630148410797119, -0.0631357729434967, 0.03525128588080406, -0.010913509875535965, 0.008043047972023487, 0.034186553210020065, 0.051078394055366516, 0.0009334396454505622, -0.057984769344329834, 0.049898553639650345, 0.022244280204176903, -0.001326419529505074, 0.011719253845512867, -0.04900648072361946, 0.01113652903586626, -0.012855928391218185, -0.022963695228099823, 0.010625744238495827, 0.028013980016112328, -0.029553527012467384, 0.03317937254905701, 0.004755326546728611, 0.018244339153170586, 0.023711884394288063, 0.00894950982183218, 0.049869779497385025, -0.004762520547956228, -0.0304168239235878, -0.01739543117582798, 0.01496381126344204, -0.02378382720053196, 0.040546171367168427, 0.0037301615811884403, 0.042272765189409256, -0.06031566858291626, 0.027265790849924088, 0.00754665257409215, -0.016791122034192085, 0.03289160877466202, 0.017309101298451424, -0.006136601325124502, 0.0016618462977930903, 0.029107490554451942, 0.0043992167338728905, 0.016330698505043983, 0.02815786376595497, -0.011690477840602398, 0.032258521765470505, 0.028992384672164917, 0.058214981108903885, 0.03896346315741539, -0.0024316192138940096, -0.02079106494784355, -0.013654477894306183, 0.015395459719002247, -0.008891956880688667, -0.0045826672576367855, -0.007877583615481853, 0.027898874133825302, -0.02766866236925125, -0.002034143079072237, -0.03893468528985977, -0.03387001156806946, 0.027812544256448746, -0.005258916411548853, -0.024819782003760338, 0.026186669245362282, 0.029236985370516777, 0.01889181137084961, -0.03772607073187828, 0.05473301559686661, 0.015409847721457481, -0.0013489011907950044, -0.010424308478832245, 0.0020287474617362022, 0.014388279989361763, 0.014683239161968231, -0.004284110385924578, -0.0455532930791378, -0.001319225411862135, 0.02670464664697647, -0.03979798033833504, 0.0034513885620981455, -0.01202140748500824, -0.04584106057882309, 0.034704532474279404, -0.029021160677075386, -0.008985481224954128, -0.017323488369584084, 0.0010143737308681011, 0.01506452914327383, 0.006136601325124502, -0.00958259403705597, -0.014935034327208996, 0.01114372257143259, 0.05597040802240372, 0.008481890894472599, 0.04022962972521782, 0.02156803198158741, 0.03703543171286583, 0.08155277371406555, -0.00594595680013299, -0.014143679291009903, -0.025136325508356094, -0.007118601351976395, -0.014301950111985207, 0.07510682195425034, -0.014747986570000648, -0.01866159960627556, -0.011560983024537563, 0.032459959387779236, -0.03326570242643356, -0.025855738669633865, -0.007240901701152325, -0.035423945635557175, -0.00760420598089695, -0.005053883418440819, -0.0035413154400885105, -0.004082674626260996, 0.007409964222460985, 0.001971194287762046, -0.011719253845512867, 0.019769497215747833, 0.0038200882263481617, -0.05179780721664429, -0.0016006961232051253, -0.0509057343006134, 0.0692364051938057, -0.001762564294040203, -0.05274743214249611, -0.05033020302653313, -0.011093364097177982, 0.003361461916938424, -0.017611254006624222, 0.0010386540088802576, -0.023467283695936203, 0.014747986570000648, 0.03171176835894585, -0.013604118488729, -0.0291938204318285, 0.0110430046916008, -0.029078712686896324, 0.034474316984415054, 0.010596968233585358, -0.013100529089570045, 0.05444525182247162, 0.07142341881990433, -0.03740952908992767, -0.009014257229864597, -0.015222799964249134, 0.012956646271049976, -0.008237290196120739, 0.020920559763908386, -0.031510334461927414, -0.014834316447377205, 0.01989899016916752, -0.0029352090787142515, 0.0178846325725317, 0.04883382096886635, 0.024071592837572098, 0.0005256218719296157, -0.031193790957331657, 0.006751700304448605, -0.0042769163846969604, 0.041064150631427765, -0.04092026874423027, 0.00819412525743246, 0.02056085132062435, 0.02398526296019554, 0.02774060331285, -0.06014300882816315, 0.2456367164850235, 0.0018848646432161331, 0.02450324036180973, 0.052373338490724564, 0.021179547533392906, 0.04607127234339714, 0.04506409168243408, -0.015323517844080925, 0.03130889683961868, -0.038215272128582, 0.032488737255334854, 0.0110430046916008, -0.018201174214482307, 0.0075394585728645325, 0.029783738777041435, 0.055049557238817215, -0.052114348858594894, 0.07009969651699066, -0.02647443488240242, -0.021395372226834297, -0.011122140102088451, 0.009740865789353848, 0.010316397063434124, 0.02007164992392063, -0.0023560808040201664, -0.01936662383377552, 0.02450324036180973, -0.024877335876226425, 0.0018794690258800983, -0.051826585084199905, 0.0014927840093150735, -0.011481847614049911, -0.01152501255273819, -0.006996301002800465, -0.024618346244096756, 0.03643112629652023, -0.012640103697776794, -0.02748161368072033, -0.0014873883919790387, 0.01566883735358715, -0.0037445498164743185, -0.002429820830002427, -0.005902791861444712, 0.0017742547206580639, -0.0311074610799551, 0.017510537058115005, -0.030819695442914963, 0.028762171044945717, 0.00882720947265625, -0.008920733816921711, -0.006899180356413126, 0.003564696293324232, 0.08103479444980621, -0.04929424822330475, 0.013654477894306183, 0.021150771528482437, 0.001775154029019177, -0.04612882435321808, -0.00227154977619648, 0.0588480643928051, 0.014625686220824718, -0.01693500578403473, -0.01716521754860878, -0.02522265538573265, 0.02205723337829113, 0.06635874509811401, 0.032028310000896454, -0.012971034273505211, 0.016028543934226036, -0.023898933082818985, -0.002557516796514392, -0.006773282773792744, -0.025927679613232613, -0.034733306616544724, 0.06417173147201538, -0.018762316554784775, 0.00907181017100811, 0.0057984767481684685, 0.05398482456803322, -0.022474493831396103, -0.02943842113018036, -0.01693500578403473, -0.04092026874423027, 0.005097048357129097, 0.02792765200138092, 0.003440597327426076, -0.019769497215747833, 0.029841292649507523, -0.013769583776593208, 0.019467342644929886, 0.01615803875029087, 0.039855536073446274, 0.013855913653969765, -0.005014315713196993, -0.03844548389315605 ]
9878_5
Reception In the December 1995 edition of Dragon (Issue 224), Rick Swan was surprised by Wizard of the Coast's choice of the very different Everway to enter the role-playing game market: "Everway is so far out of the mainstream, it’s barely recognizable as an RPG. For starters, it has no dice. It has no tables or charts. A deck of cards directs the flow of the game. Monster bashing, treasure hunting, dungeon crawling—bye-bye; Everway is pure narrative." Swan liked the "first class" production values of the components, but found the maps "lifeless". Swan was a big fan of the diceless system, saying, "It makes for a brisk game, and Everway, to its credit, plays at blinding speed." But Swan was concerned by the how the game placed an unreasonable onus on the improvisational skills of both the gamemaster and the players. He concluded by giving the game an average rating of 4 out of 6. Reviews Shadis #25 (March, 1996) Pyramid #17 (Jan./Feb., 1996) Games # 132 (Vol 20, #2) 1996 April References External links The Everway Company Website Official Facebook Page EverWiki Everweb (large resource collection) Fantasy role-playing games Wizards of the Coast games Jonathan Tweet games Role-playing games introduced in 1995 Fantasy campaign settings
[ 0.02057693339884281, 0.025003092363476753, 0.00878168921917677, -0.01891320012509823, -0.049221403896808624, -0.04771462827920914, 0.021785493940114975, 0.025866350159049034, -0.057728420943021774, 0.017186682671308517, -0.0019697980023920536, -0.015483710914850235, -0.008883710019290447, 0.004983353428542614, 0.0004279503773432225, -0.03763805329799652, -0.033494412899017334, -0.005685731302946806, -0.02826777845621109, 0.005430677905678749, 0.02822069078683853, -0.012156243436038494, -0.04360238090157509, -0.040212132036685944, -0.01925850287079811, 0.027090607210993767, 0.016433294862508774, 0.036162666976451874, 0.08557241410017014, 0.034373365342617035, 0.06824447214603424, 0.007012009620666504, -0.006525446195155382, 0.022319145500659943, 0.006211534142494202, 0.009550773538649082, -0.008004756644368172, -0.035189539194107056, -0.053584784269332886, -0.01798715814948082, 0.07088133692741394, 0.014518431387841702, 0.037041619420051575, -0.016433294862508774, -0.01702972687780857, -0.03175220265984535, 0.07734791934490204, -0.04118525609374046, 0.02289988286793232, -0.0683700367808342, 0.0021424496080726385, -0.009770511649549007, -0.0018893580418080091, -0.020435672253370285, -0.002968430519104004, -0.01454982254654169, -0.016511771827936172, 0.06099310517311096, 0.01168537512421608, 0.046019501984119415, 0.050100360065698624, 0.0005925089353695512, -0.0047636148519814014, -0.01148133259266615, 0.03716718405485153, 0.020890844985842705, -0.056723903864622116, 0.015295363031327724, 0.0029860881622880697, -0.016339121386408806, 0.010288466699421406, 0.03679049015045166, -0.019211415201425552, 0.0029233056120574474, -0.06347300857305527, 0.021816885098814964, -0.02381022647023201, 0.019839240238070488, 0.0031960168853402138, -0.003949405625462532, 0.014714625664055347, -0.02115767076611519, -0.057665638625621796, -0.06422639638185501, -0.03503258153796196, -0.017453508451581, 0.017359334975481033, -0.0032332937698811293, 0.01389845460653305, -0.00718073733150959, 0.054055649787187576, 0.028613081201910973, 0.04583115503191948, -0.0360998809337616, -0.006682401988655329, 0.0575086809694767, 0.006776575930416584, -0.006780499592423439, -0.02643139287829399, -0.03817170113325119, 0.01619786024093628, -0.0025603449903428555, -0.0045281811617314816, 0.004893103614449501, -0.020090369507670403, 0.029382165521383286, 0.00219738413579762, 0.007051249034702778, -0.035629015415906906, -0.00416718190535903, -0.021267538890242577, -0.019085850566625595, -0.014942212030291557, -0.03239572048187256, -0.04212699458003044, -0.0035118907690048218, 0.025819264352321625, -0.010602378286421299, -0.042943164706230164, 0.005026516504585743, 0.027231868356466293, -0.011379310861229897, -0.017657551914453506, -0.0032215220853686333, -0.021236147731542587, -0.06187206134200096, -0.013176457025110722, 0.049629490822553635, -0.00674910843372345, -0.04702402278780937, 0.04799714684486389, 0.024422354996204376, 0.014675387181341648, 0.027687041088938713, 0.041938647627830505, 0.040243521332740784, -0.021408800035715103, 0.014439953491091728, 0.006980618461966515, -0.058638766407966614, 0.02927229553461075, 0.012038526125252247, -0.008977883495390415, 0.05201522260904312, -0.012933175079524517, 0.0029782403726130724, -0.007235672324895859, 0.02286849170923233, -0.05917241796851158, 0.0377008356153965, -0.024406660348176956, -0.011175268329679966, 0.013137218542397022, 0.029366469010710716, -0.019038764759898186, -0.029397860169410706, 0.00000977143099589739, -0.0366649255156517, -0.012901783920824528, -0.004453626926988363, -0.013859216123819351, 0.009064209647476673, -0.03046516142785549, 0.02778121456503868, -0.0385797880589962, 0.0269179567694664, -0.019902022555470467, -0.013309869915246964, -0.0006302765104919672, -0.0031685493886470795, -0.006909988354891539, -0.024453746154904366, 0.01568775251507759, 0.010649465024471283, 0.02247610129415989, 0.029978597536683083, 0.02285279519855976, 0.007902734912931919, 0.0601455420255661, 0.010359096340835094, -0.026713913306593895, 0.019949108362197876, -0.029068253934383392, 0.08343781530857086, 0.005218787584453821, 0.02377883531153202, 0.02778121456503868, -0.09229013323783875, -0.001723573193885386, -0.0010329667711630464, -0.0015234543243423104, 0.02161284349858761, -0.026211654767394066, 0.054620690643787384, -0.00163038051687181, 0.03465588763356209, -0.016464686021208763, -0.013553151860833168, 0.03044946677982807, -0.07609227299690247, -0.028644472360610962, 0.0018412901554256678, -0.012368133291602135, 0.041970036923885345, -0.002991973888128996, -0.004830321297049522, -0.013984780758619308, 0.03738692030310631, -0.07238811254501343, -0.013349108397960663, 0.01891320012509823, 0.010209988802671432, 0.0018363853450864553, -0.011324375867843628, 0.024516528472304344, -0.021283235400915146, -0.04903305694460869, 0.031249942258000374, 0.006015338934957981, -0.01414958480745554, -0.03098311647772789, 0.026604043319821358, 0.0077418554574251175, 0.026698216795921326, -0.021283235400915146, -0.031579550355672836, -0.012956718914210796, 0.048624973744153976, 0.004893103614449501, -0.026666825637221336, -0.0006567628006450832, 0.049158621579408646, -0.02743590995669365, 0.02246040478348732, -0.012556481175124645, 0.009927467443048954, 0.01412604097276926, -0.037543877959251404, -0.07176028937101364, -0.025473961606621742, -0.012289655394852161, -0.008483472280204296, 0.05393008515238762, 0.014330083504319191, -0.011504875496029854, 0.013247087597846985, -0.0035648634657263756, -0.03233293816447258, 0.009550773538649082, 0.05571938306093216, -0.007384780328720808, 0.02555243857204914, 0.03908204659819603, -0.02333935908973217, -0.019902022555470467, 0.022727230563759804, 0.025489656254649162, 0.04950392618775368, -0.004861712455749512, -0.017783116549253464, 0.04536028578877449, 0.026227349415421486, -0.002585850190371275, -0.009103449061512947, -0.03412223607301712, 0.02283710055053234, -0.005520927719771862, -0.009605707600712776, -0.026258740574121475, -0.07307872176170349, -0.03622544929385185, -0.030261119827628136, -0.03134411573410034, -0.00763591006398201, 0.043822117149829865, -0.04658454284071922, 0.04714958742260933, -0.006737336982041597, 0.04696124047040939, -0.04460689797997475, -0.004865636583417654, -0.020341498777270317, 0.0450463742017746, 0.028613081201910973, 0.01709250919520855, -0.0019305589376017451, -0.06705161184072495, 0.01707681454718113, -0.029256600886583328, 0.06736551970243454, -0.014306540600955486, 0.057288944721221924, -0.006764804013073444, -0.009660642594099045, 0.016292033717036247, -0.016480380669236183, 0.03917622193694115, 0.023841617628932, -0.014541974291205406, -0.07973365485668182, -0.009299643337726593, -0.011285137385129929, 0.026415696367621422, -0.009746968746185303, -0.023590488359332085, 0.02870725467801094, -0.0026623662561178207, -0.03223876655101776, 0.040651608258485794, 0.016919858753681183, -0.04583115503191948, 0.0016470571281388402, -0.03581736236810684, -0.03374554216861725, -0.04093412682414055, 0.06008275970816612, 0.023637576028704643, -0.0011075208894908428, -0.0026780618354678154, -0.020404281094670296, 0.006427348591387272, -0.029052557423710823, 0.04636480659246445, -0.019917717203497887, 0.0030370987951755524, 0.0017951843328773975, 0.004728300031274557, -0.02880142815411091, 0.036570750176906586, -0.03986682742834091, -0.0058780028484761715, -0.005658264271914959, -0.03468727692961693, 0.006890369113534689, 0.03547205775976181, 0.010806421749293804, 0.03905065730214119, -0.08042426407337189, -0.01125374622642994, 0.05377313122153282, 0.02057693339884281, -0.03672770783305168, -0.019650893285870552, 0.004320214036852121, 0.0018991677789017558, 0.028644472360610962, 0.0017392687732353806, -0.011363615281879902, 0.004900951404124498, 0.0028821048326790333, -0.04975505545735359, -0.019007373601198196, 0.0027329965960234404, -0.009770511649549007, 0.038830917328596115, 0.0724508985877037, -0.023935791105031967, -0.008836623281240463, 0.007557432167232037, 0.005469916854053736, -0.02294696867465973, 0.0033058859407901764, -0.014008323661983013, -0.02104780077934265, 0.008601189590990543, 0.009197622537612915, -0.017610464245080948, 0.04165612533688545, 0.03175220265984535, 0.009480142965912819, 0.02018454298377037, 0.01666872762143612, 0.00016652051999699324, 0.004175029695034027, -0.0013547266134992242, -0.015601427294313908, 0.021220453083515167, -0.07226254791021347, 0.010555291548371315, -0.008404994383454323, -0.00414756266400218, -0.04184447228908539, 0.07515054196119308, -0.007604518905282021, -0.026823783293366432, -0.009511534124612808, 0.021911058574914932, -0.046867065131664276, 0.00696492288261652, -0.009825446642935276, -0.027121998369693756, 0.008177408017218113, -0.007706540171056986, 0.002731034532189369, -0.034812841564416885, 0.012156243436038494, 0.05474625527858734, 0.03936456888914108, 0.04222116619348526, 0.02415553107857704, 0.015601427294313908, 0.014165280386805534, -0.001463614753447473, 0.003327467478811741, -0.032521285116672516, 0.04623924195766449, -0.001072205719538033, 0.030433770269155502, -0.012674197554588318, -0.018771938979625702, -0.054965995252132416, -0.005104994401335716, -0.00470868032425642, -0.019854934886097908, 0.033054936677217484, 0.038422830402851105, -0.0022797861602157354, 0.025882046669721603, 0.012697741389274597, 0.004335909616202116, -0.016292033717036247, -0.02917812205851078, 0.002664328319951892, 0.06096171587705612, 0.011167420074343681, -0.06692603975534439, -0.026651130989193916, -0.006121284328401089, -0.0023818074259907007, 0.024877527728676796, -0.035785969346761703, -0.01886611245572567, -0.02161284349858761, -0.03603709861636162, -0.02657265216112137, 0.013482521288096905, 0.01369441207498312, 0.014651843346655369, -0.019180024042725563, -0.013105827383697033, 0.0004949019057676196, 0.0340280644595623, 0.010594530962407589, -0.016354816034436226, -0.003972948994487524, -0.029492035508155823, 0.027671344578266144, 0.011583353392779827, -0.027639953419566154, -0.019384067505598068, 0.024328181520104408, -0.01415743213146925, 0.005540547426789999, 0.006764804013073444, 0.012587872333824635, -0.014447800815105438, 0.0019590072333812714, -0.021189061924815178, 0.0076751490123569965, -0.001081034541130066, -0.0032843046355992556, -0.0058819265104830265, 0.039239004254341125, 0.02790677919983864, -0.0004843564529437572, 0.02026302181184292, 0.002760463859885931, 0.004076932556927204, 0.006941379513591528, 0.03333745524287224, -0.014110345393419266, 0.04262925311923027, -0.0040612369775772095, 0.008507016114890575, -0.021251844242215157, -0.0689350813627243, 0.04940975084900856, 0.016386207193136215, 0.03178359195590019, 0.003967063035815954, 0.034373365342617035, 0.015413080342113972, -0.00029134959913790226, 0.017406420782208443, -0.04627063125371933, -0.047871582210063934, -0.019085850566625595, -0.006399881560355425, -0.003817955031991005, 0.02374744415283203, -0.07672009617090225, -0.013145065866410732, 0.0028781809378415346, -0.08751866966485977, -0.0014685196802020073, -0.023166706785559654, 0.005705351009964943, -0.00584268756210804, 0.012179786339402199, 0.015452319756150246, -0.004810701590031385, -0.015122711658477783, -0.012941023334860802, -0.05038287863135338, -0.050006184726953506, 0.0032587992027401924, -0.06523092091083527, 0.05079096555709839, 0.011591201648116112, 0.016072295606136322, 0.008185256272554398, 0.018238289281725883, -0.0041083237156271935, 0.03197193890810013, 0.023920096457004547, -0.011716766282916069, -0.009778359904885292, -0.04498359188437462, -0.028189299628138542, 0.01839524507522583, 0.0070904879830777645, -0.0657331794500351, -0.04388489946722984, 0.029947206377983093, -0.0166530329734087, 0.03453032299876213, -0.032144591212272644, -0.03261546045541763, -0.007879192009568214, -0.06472866237163544, -0.051921047270298004, -0.004810701590031385, -0.028126517310738564, -0.05245469883084297, -0.033463019877672195, -0.004775386769324541, 0.0004578701045829803, -0.03848561272025108, -0.06410083174705505, -0.041561953723430634, -0.0032646851614117622, -0.01878763549029827, -0.0070904879830777645, -0.033463019877672195, -0.013223543763160706, 0.04432437941431999, 0.020780976861715317, 0.03710440173745155, 0.04206421226263046, -0.002568192780017853, -0.017830202355980873, -0.020043281838297844, 0.026635434478521347, -0.009542925283312798, -0.016904162243008614, -0.031202854588627815, -0.005689655430614948, -0.01660594530403614, -0.0003754681965801865, 0.026211654767394066, -0.02417122572660446, 0.03905065730214119, -0.046867065131664276, 0.03512675687670708, -0.02059262804687023, 0.013804281130433083, 0.029350774362683296, -0.007035553455352783, 0.029915815219283104, -0.02698073908686638, 0.0340280644595623, 0.010382640175521374, 0.005026516504585743, 0.05958050116896629, 0.013521760702133179, -0.05606468766927719, 0.008836623281240463, -0.03710440173745155, -0.021016409620642662, 0.006819738540798426, -0.004928418900817633, -0.0192898940294981, -0.03220737352967262, -0.02338644489645958, 0.04793436452746391, -0.0014420333318412304, 0.05659833922982216, 0.0689350813627243, -0.027592867612838745, 0.024861833080649376, -0.06962568312883377, -0.011081094853579998, 0.02969607710838318, 0.014377170242369175, -0.013741498813033104, 0.03233293816447258, -0.017688943073153496, -0.028110820800065994, 0.03512675687670708, -0.034781452268362045, -0.05308252200484276, 0.0147774089127779, 0.050477053970098495, -0.05694364011287689, -0.014047563076019287, -0.0052776457741856575, -0.03631962090730667, -0.0413736030459404, -0.016354816034436226, 0.02927229553461075, 0.004182877484709024, 0.03245850279927254, 0.059894412755966187, 0.007298454642295837, 0.014926516450941563, 0.04705541208386421, -0.019007373601198196, -0.03361997753381729, -0.029319383203983307, -0.0019854935817420483, -0.011355767026543617, 0.06742830574512482, -0.008397147059440613, -0.03631962090730667, -0.011763853020966053, -0.04460689797997475, -0.00326076103374362, 0.02877003699541092, -0.04275481775403023, 0.05829346179962158, 0.014596909284591675, 0.003315695794299245, -0.020890844985842705, 0.026368610560894012, -0.0025426873471587896, 0.016064448282122612, 0.006933531723916531, -0.0026192034129053354, -0.038391441106796265, 0.052705828100442886, 0.07828965783119202, -0.025426873937249184, 0.005356123670935631, -0.04479524493217468, -0.010884899646043777, 0.007604518905282021, 0.00023482090909965336, 0.046019501984119415, -0.01878763549029827, 0.03236433118581772, 0.0006091855466365814, 0.04266064241528511, 0.000004740102212963393, -0.02877003699541092, -0.06730274111032486, 0.03989821672439575, -0.04947253316640854, 0.015789775177836418, -0.031124377623200417, -0.015938883647322655, 0.02111058309674263, 0.039239004254341125, -0.019980499520897865, 0.014855886809527874, -0.021251844242215157, 0.02599191479384899, 0.020796671509742737, -0.03992960974574089, -0.011850179173052311, 0.005862307269126177, -0.026305828243494034, -0.004241736140102148, -0.04168751835823059, -0.012328894808888435, -0.012886088341474533, -0.01478525623679161, -0.023135315626859665, -0.027687041088938713, 0.048687756061553955, 0.008883710019290447, 0.036162666976451874, -0.00005364707612898201, 0.041091084480285645, -0.0404946506023407, 0.00461058272048831, 0.02018454298377037, 0.002784007228910923, 0.0052070156671106815, 0.00229548173956573, -0.04310012236237526, -0.051889657974243164, -0.015091320499777794, 0.03415362909436226, 0.01342758722603321, -0.04620784893631935, 0.004641973879188299, -0.05430677905678749, -0.05110487714409828, -0.016809988766908646, -0.02107919193804264, -0.02059262804687023, -0.0018864150624722242, -0.014290845021605492, 0.030182640999555588, -0.010115815326571465, -0.027121998369693756, 0.06786777824163437, -0.026290131732821465, 0.029021166265010834, -0.03187776729464531, -0.060396675020456314, -0.01621355675160885, 0.0036472652573138475, 0.005156004801392555, 0.026243045926094055, -0.032992154359817505, 0.018505113199353218, -0.009464447386562824, -0.015593579970300198, 0.03336884826421738, 0.054557908326387405, 0.00335885863751173, 0.030779073014855385, 0.022099405527114868, 0.019101547077298164, 0.011905113235116005, -0.009260404855012894, -0.012941023334860802, 0.04721236974000931, -0.024485137313604355, -0.06880951672792435, 0.021848276257514954, 0.012682045809924603, -0.0005763228400610387, 0.016323424875736237, -0.016715815290808678, 0.0147774089127779, -0.04410463944077492, 0.023103924468159676, -0.03371415287256241, 0.04127943143248558, 0.03187776729464531, -0.061244234442710876, 0.003764982335269451, -0.03013555333018303, -0.03140689805150032, 0.0087267542257905, 0.00940951332449913, -0.001048662350513041, 0.026760999113321304, -0.0026035078335553408, 0.04131082072854042, -0.04353959858417511, -0.0022542807273566723, 0.0009387931204400957, -0.004520333372056484, 0.03641379624605179, 0.011269441805779934, 0.03008846752345562, -0.03230154886841774, 0.03691605478525162, -0.036162666976451874, 0.009331034496426582, 0.025803567841649055, 0.04218977689743042, 0.014455649070441723, -0.0510420948266983, 0.050947923213243484, 0.022224972024559975, -0.01888180896639824, 0.006309631746262312, -0.030653508380055428, -0.02057693339884281, 0.0053482758812606335, -0.010743639431893826, -0.02070249803364277, 0.030245423316955566, -0.040117956697940826, 0.025065874680876732, -0.02013745717704296, -0.024077052250504494, 0.01524042896926403, 0.029962902888655663, 0.10308870673179626, -0.02283710055053234, -0.04165612533688545, 0.004351605195552111, -0.007055172696709633, -0.000522859685588628, 0.008569798432290554, 0.009307491593062878, 0.03603709861636162, -0.06912342458963394, 0.02869155816733837, 0.0014793104492127895, 0.01576623134315014, 0.04055743291974068, 0.03104589879512787, -0.009495838545262814, -0.0023131391499191523, -0.008130321279168129, 0.010931986384093761, 0.04055743291974068, 0.06516813486814499, 0.0017853745957836509, -0.04438716173171997, 0.0004841111949644983, 0.0024602855555713177, 0.03049655258655548, 0.03879952430725098, -0.006152675487101078, 0.027765518054366112, 0.011018311604857445, -0.03861117735505104, 0.004469322506338358, 0.015562188811600208, -0.0025485733058303595, -0.002958620898425579, 0.006858977489173412, -0.05305113270878792, -0.029868729412555695, 0.02024732530117035, 0.02655695751309395, -0.006321403197944164, 0.031563855707645416, 0.004457550588995218, 0.012446612119674683, 0.003823840757831931, 0.08394007384777069, 0.022146493196487427, -0.01702972687780857, 0.011504875496029854, 0.006301783956587315, -0.00009920110460370779, 0.006537218112498522, 0.00899357907474041, 0.014377170242369175, -0.015436624176800251, 0.03936456888914108, -0.026588348671793938, -0.022287754341959953, -0.009040666744112968, -0.03814031183719635, 0.019070155918598175, -0.003902318887412548, -0.006937455851584673, -0.052831392735242844, -0.00008197272836696357, 0.03096742182970047, 0.003298038151115179, -0.01979215256869793, -0.005536623299121857, 0.031595245003700256, 0.01706111803650856, 0.028079429641366005, 0.05113627016544342, -0.04966088384389877, 0.02198953740298748, 0.030355293303728104, -0.024359572678804398, 0.008593341335654259, 0.013411891646683216, -0.01891320012509823, 0.006474435329437256, 0.04206421226263046, 0.006792271509766579, -0.0024524377658963203, -0.03713579103350639, 0.0026780618354678154, 0.012336742132902145, 0.02738882414996624, -0.0017461356474086642, -0.011387159116566181, -0.032521285116672516, 0.01608799211680889, -0.06061641126871109, 0.016966944560408592, 0.026274437084794044, 0.02919381856918335, -0.011575506068766117, -0.027624258771538734, -0.018316766247153282, -0.01847372204065323, -0.023512011393904686, -0.0026662901509553194, 0.010217836126685143, 0.002012960845604539, -0.06146397441625595, -0.017736028879880905, -0.023967182263731956, -0.009629251435399055, -0.06049084663391113, -0.012595719657838345, 0.0076986923813819885, 0.02519143931567669, 0.007376932539045811, 0.01099476870149374, 0.006596076302230358, -0.014282996766269207, -0.0404946506023407, 0.007502497173845768, 0.014110345393419266, -0.0036021405830979347, 0.04266064241528511, 0.03779500722885132, -0.024406660348176956, 0.0006999257020652294, -0.06005137041211128, -0.013200000859797001, -0.0206083245575428, -0.005795600824058056, -0.0404946506023407, 0.013553151860833168, 0.008844471536576748, 0.0052776457741856575, -0.004524257034063339, 0.06723995506763458, 0.030261119827628136, -0.023559097200632095, -0.03440475836396217, 0.0313912034034729, -0.016825685277581215, 0.0089857317507267, -0.0539928674697876, 0.018709156662225723, 0.05066540092229843, 0.028974080458283424, -0.01075933501124382, -0.016464686021208763, 0.2933194041252136, -0.001863852608948946, 0.02024732530117035, 0.03203472122550011, 0.03142259269952774, 0.02916242741048336, 0.027200477197766304, -0.020514151081442833, 0.06064780429005623, -0.017453508451581, 0.013529608026146889, 0.032144591212272644, -0.015122711658477783, 0.031610939651727676, -0.01346682570874691, 0.04027491435408592, -0.041970036923885345, 0.030700596049427986, -0.005234483163803816, -0.026776695623993874, -0.02026302181184292, -0.04212699458003044, 0.02735743299126625, 0.04724375903606415, -0.01438501849770546, -0.04306872934103012, 0.019023068249225616, 0.006325327325612307, 0.002228775294497609, -0.02282140403985977, -0.0324271135032177, -0.004944114480167627, -0.0002687871747184545, -0.033054936677217484, -0.039270393550395966, 0.01706111803650856, 0.0179714635014534, 0.0166530329734087, -0.00696492288261652, -0.0005056926747784019, 0.01668442413210869, -0.0224447101354599, 0.019902022555470467, -0.011999286711215973, -0.048719145357608795, 0.03861117735505104, -0.005775981117039919, -0.021314626559615135, 0.04165612533688545, 0.004661593586206436, -0.026415696367621422, 0.006015338934957981, 0.06388109922409058, -0.025065874680876732, 0.004912723321467638, 0.026133175939321518, 0.018520809710025787, -0.01615077443420887, 0.005666112061589956, 0.03848561272025108, 0.050979312509298325, -0.022680142894387245, -0.023025447502732277, 0.03845422342419624, -0.024108443409204483, 0.0733298510313034, 0.016715815290808678, 0.013027348555624485, -0.006756956223398447, -0.02197384089231491, -0.017610464245080948, 0.009393817745149136, 0.0010496433824300766, -0.03126563876867294, 0.046490371227264404, -0.021848276257514954, -0.0023327586241066456, -0.021298930048942566, 0.04341403394937515, -0.001717687351629138, -0.020969323813915253, -0.012273959815502167, -0.039270393550395966, -0.0016019323375076056, 0.009731273166835308, -0.0005684750503860414, -0.02782830037176609, -0.018238289281725883, 0.0014508621534332633, 0.058167897164821625, 0.007985137403011322, 0.017186682671308517, -0.05305113270878792, -0.0074083236977458, -0.027969561517238617 ]
9883_0
Eurocard is a European standard format for printed circuit board (PCB) cards that can be plugged together into a standard chassis which, in turn, can be mounted in a 19-inch rack. The chassis consists of a series of slotted card guides on the top and bottom, into which the cards are slid so they stand on end, like books on a shelf. At the spine of each card is one or more connectors which plug into mating connectors on a backplane that closes the rear of the chassis. Dimensions As the cards are assumed to be installed in a vertical orientation, the usual meanings of height and width are transposed: A card might be 233.35 mm "high", but only 20 mm "wide". Height is measured in rack units, "U", with 1 U being . This dimension refers to the subrack in which the card is to be mounted, rather than the card itself. A single card is 100mm high. Taller cards add a 133.5mm, so that a double height card is 233.35mm high and a triple 366.7mm high Enclosure heights are multiples of 3U, with the cards always shorter than the enclosure. Two common heights are 3U (a 100 mm card in a subrack) and 6U (a 233.35 mm card in a high subrack). As two 3U cards are shorter than a 6U card (by 33.35 mm), it is possible to install two 3U cards in one slot of a 6U subrack, with a mid-height structure for proper support. Card widths are specified in horizontal pitch units "HP", with 1 HP being . Card depths start at and increase in increments. The most common today is , but standard hardware is available for depths of , , , , , and .
[ -0.019529152661561966, -0.011821416206657887, 0.037297360599040985, -0.0016175060300156474, -0.04454321041703224, -0.003998207859694958, 0.01008934061974287, -0.04838264733552933, -0.028406040742993355, 0.05782245844602585, 0.029257643967866898, 0.02850707806646824, -0.017883680760860443, -0.01860537938773632, -0.04006868228316307, 0.03853868320584297, 0.02198292687535286, -0.01859094575047493, -0.04234924912452698, -0.03351566568017006, 0.012673020362854004, -0.025028493255376816, -0.07136151939630508, 0.016613492742180824, -0.019572455435991287, 0.028752455487847328, 0.022618021816015244, 0.03539207950234413, 0.07667321711778641, 0.04214717447757721, -0.03749943897128105, 0.0019792572129517794, -0.0024916629772633314, -0.06120000779628754, -0.04272453114390373, -0.024249058216810226, -0.0009553479612804949, -0.011698727495968342, -0.009360425174236298, 0.011258491314947605, 0.04896000400185585, 0.020034341141581535, 0.04102132469415665, -0.007852076552808285, 0.01697434112429619, -0.01882188953459263, 0.047516610473394394, -0.009613019414246082, 0.0314660407602787, -0.07251623272895813, 0.01307717151939869, 0.0047776419669389725, -0.011821416206657887, 0.008133538998663425, -0.004943632520735264, 0.010378019884228706, -0.015415472909808159, -0.016656793653964996, -0.03669113665819168, 0.03250528499484062, 0.016916604712605476, -0.034641511738300323, 0.07245849817991257, -0.0545315146446228, 0.014621605165302753, 0.004662170074880123, 0.007577830925583839, 0.011958538554608822, -0.00008220593736041337, -0.025201700627803802, 0.011222407221794128, 0.008039717562496662, -0.009216086007654667, -0.028882361948490143, -0.029329814016819, 0.00044271672959439456, -0.023729436099529266, 0.02510066330432892, 0.007671651896089315, -0.05230868607759476, 0.04913321137428284, 0.006235472392290831, -0.04416792839765549, -0.021578775718808174, -0.05528208240866661, -0.013495756313204765, 0.003972948528826237, -0.02883905917406082, 0.02907000295817852, -0.025346040725708008, 0.02016424760222435, 0.054069627076387405, 0.029156606644392014, 0.053809817880392075, 0.04260906204581261, -0.007079859264194965, -0.0008728037355467677, 0.016065001487731934, 0.001073526102118194, 0.004016250371932983, 0.04344623163342476, 0.045669060200452805, -0.02066943608224392, 0.04194509983062744, -0.027814248576760292, 0.030542267486453056, -0.0005638267030008137, 0.012074010446667671, -0.059814345091581345, -0.010457406751811504, 0.0037600474897772074, 0.008718114346265793, -0.025504814460873604, -0.015198963694274426, 0.0005958520923741162, 0.02014981396496296, -0.04581340029835701, 0.05788019299507141, -0.02958962507545948, 0.011619340628385544, 0.009851180016994476, 0.014116416685283184, -0.006917477119714022, 0.01035636942833662, -0.08181170374155045, -0.02012094482779503, 0.007299977354705334, 0.031523775309324265, -0.004322972148656845, -0.009714057669043541, 0.026558494195342064, 0.0004594060010276735, -0.016079435124993324, 0.016887737438082695, 0.03481471911072731, 0.01645471900701523, 0.03215887024998665, 0.05663887411355972, 0.02066943608224392, -0.01517009548842907, 0.025447078049182892, -0.014441180974245071, 0.034179627895355225, 0.057995665818452835, -0.02279122918844223, 0.013856605626642704, -0.004405967425554991, 0.0002967983891721815, -0.04976830631494522, -0.008313963189721107, 0.0476609468460083, -0.025346040725708008, -0.0006463709287345409, 0.03640245646238327, -0.022329341620206833, 0.0046982550993561745, -0.04667943716049194, 0.018432172015309334, -0.022343775257468224, -0.011200755834579468, -0.021073587238788605, 0.010912076570093632, 0.053261324763298035, -0.022055096924304962, -0.013430803082883358, 0.03689321130514145, -0.0362003818154335, -0.02409028634428978, -0.036027174443006516, -0.03894283249974251, -0.008054152131080627, 0.006267948541790247, -0.00706181675195694, -0.03660453110933304, 0.0016499825287610292, 0.03068660758435726, 0.08267774432897568, -0.004795684479176998, 0.03267849236726761, 0.003144799964502454, -0.02982056885957718, -0.00004566996358335018, -0.00333785405382514, 0.04191623255610466, -0.04662170261144638, 0.040732644498348236, 0.0037095285952091217, -0.03747057169675827, 0.012369906529784203, -0.011063633486628532, 0.04159868508577347, -0.001509251305833459, -0.0019864742644131184, 0.007534529082477093, -0.020308587700128555, 0.018951794132590294, -0.0711883082985878, 0.05917925015091896, 0.001067211152985692, -0.056176986545324326, -0.048815663903951645, 0.01776820980012417, 0.03010924905538559, -0.027092549949884415, 0.01965905912220478, -0.0013982902746647596, 0.003817783435806632, 0.014116416685283184, -0.024162454530596733, -0.020582832396030426, 0.05600377917289734, 0.006845307536423206, -0.008746981620788574, 0.022719059139490128, 0.031581513583660126, 0.0044492692686617374, -0.01307717151939869, 0.015646416693925858, -0.052222080528736115, 0.04535151273012161, -0.049393024295568466, 0.010839906521141529, -0.020568398758769035, 0.04156981408596039, -0.04367717355489731, 0.007570614106953144, 0.023195380344986916, 0.05574396625161171, 0.0325341559946537, -0.01059452909976244, -0.038192268460989, 0.049652837216854095, 0.014506133273243904, 0.02647188864648342, 0.05554189160466194, 0.0048425947315990925, 0.006257123313844204, -0.026298681274056435, -0.016700096428394318, 0.014823680743575096, -0.0033703304361552, -0.014571086503565311, 0.029705097898840904, -0.04182962700724602, 0.05031679943203926, -0.01427519042044878, -0.03692207857966423, 0.025822361931204796, 0.0011592276860028505, -0.0002866495051421225, 0.0011989211197942495, 0.01908170059323311, -0.01322151068598032, -0.02725132368505001, -0.03617151454091072, -0.02622651308774948, -0.00210014171898365, 0.05470472201704979, -0.04145434498786926, 0.008559340611100197, 0.003137582913041115, 0.004654953256249428, -0.020250851288437843, -0.0020983375143259764, 0.013575143180787563, 0.06847472488880157, 0.046477362513542175, -0.006152477115392685, -0.02615434303879738, -0.016310378909111023, -0.06073812022805214, -0.036835476756095886, -0.042002834379673004, -0.00524313747882843, -0.005881840363144875, -0.03215887024998665, 0.004106462467461824, -0.0000068152553467371035, 0.05181793123483658, -0.08002189546823502, 0.013005001470446587, 0.002125401049852371, -0.0014470048481598496, 0.008328396826982498, 0.005257571116089821, 0.023700568825006485, -0.059063781052827835, 0.033400192856788635, 0.004142547491937876, 0.07956001162528992, -0.0334579274058342, 0.052020005881786346, -0.030484531074762344, -0.015891794115304947, 0.014866982586681843, 0.0052106608636677265, -0.00609474116936326, 0.06160415709018707, -0.007000472396612167, -0.032880570739507675, -0.06628075987100601, -0.006152477115392685, -0.020741606131196022, -0.053838685154914856, 0.011749246157705784, 0.01311325654387474, 0.007895378395915031, -0.01991887018084526, 0.0092810383066535, 0.04904660955071449, -0.036835476756095886, -0.005654505454003811, 0.04783415421843529, -0.015617548488080502, -0.02987830527126789, 0.023960379883646965, 0.01701764389872551, -0.025591418147087097, -0.01859094575047493, 0.03767264634370804, -0.009338774718344212, -0.04050170257687569, 0.010313066653907299, -0.021954059600830078, 0.012968916445970535, 0.034930191934108734, 0.03008037991821766, -0.04165641963481903, 0.04740113765001297, -0.02407585084438324, -0.007177288644015789, 0.018504342064261436, -0.03198566287755966, -0.014852548949420452, -0.010161510668694973, -0.01802802085876465, 0.01359679363667965, -0.0005593160749413073, 0.02593783289194107, -0.011684293858706951, 0.024999625980854034, -0.055657364428043365, -0.023267550393939018, 0.04633302241563797, -0.02068386971950531, 0.025245003402233124, -0.0008976121316663921, -0.03264962509274483, -0.013719482347369194, -0.05083642154932022, -0.011475001461803913, -0.02176641672849655, 0.02803075686097145, -0.027164719998836517, 0.043042078614234924, 0.050143588334321976, -0.010060472413897514, -0.029286513105034828, 0.012218350544571877, 0.0009499352308921516, 0.0737864226102829, 0.0435328334569931, -0.016642360016703606, -0.03039792738854885, 0.005726675037294626, -0.050143588334321976, -0.0015354128554463387, 0.015862926840782166, 0.05002811923623085, -0.004813726991415024, 0.0032692928798496723, 0.004889505449682474, -0.011236840859055519, 0.01517009548842907, 0.0035399296320974827, -0.01753726601600647, -0.004297712817788124, -0.016830001026391983, 0.04693925008177757, -0.04240698739886284, -0.004016250371932983, 0.010024387389421463, -0.01756613329052925, -0.006787571590393782, 0.010688350535929203, 0.028593681752681732, -0.006538585759699345, -0.020106511190533638, -0.024176890030503273, -0.017320755869150162, 0.02615434303879738, -0.012341039255261421, 0.0005489416653290391, -0.01571858674287796, 0.005867406260222197, -0.003298160620033741, -0.0010085732210427523, 0.014448397792875767, 0.04315755143761635, -0.0008209316874854267, 0.03487245738506317, 0.0481228344142437, 0.030282456427812576, 0.031783588230609894, -0.0366622693836689, 0.01479481253772974, -0.004110071342438459, 0.031090758740901947, 0.021015850827097893, 0.000995041336864233, -0.026890475302934647, -0.015083491802215576, -0.03689321130514145, 0.02982056885957718, 0.014506133273243904, 0.04757434502243996, 0.008710897527635098, -0.03804792836308479, -0.025793492794036865, 0.01965905912220478, -0.002031580312177539, -0.06177736446261406, -0.05020132660865784, 0.021636512130498886, 0.02511509694159031, -0.04376377910375595, 0.0008132636430673301, 0.00668653380125761, 0.014015378430485725, 0.02094368077814579, -0.014621605165302753, -0.019298208877444267, -0.06593434512615204, 0.0036770522128790617, -0.007693302817642689, 0.03088868223130703, 0.016382548958063126, -0.014260755851864815, -0.043850380927324295, -0.03085981495678425, 0.02911330573260784, 0.0010780366137623787, -0.03227434307336807, -0.0235273614525795, 0.02592339925467968, 0.013849387876689434, 0.045149438083171844, 0.013438019901514053, 0.033890947699546814, -0.01883632317185402, 0.0360560417175293, -0.03980887308716774, -0.000837620988022536, -0.00982952956110239, 0.0010437560267746449, 0.024999625980854034, -0.025230567902326584, -0.00438070809468627, -0.02354179508984089, -0.06016075983643532, 0.008790284395217896, -0.0077077364549040794, -0.015097926370799541, 0.004860637243837118, -0.008999576792120934, 0.04607321321964264, -0.035218872129917145, 0.008804718032479286, 0.037066418677568436, -0.007498444058001041, -0.03478585183620453, 0.017955850809812546, 0.00484620314091444, 0.01860537938773632, -0.007621132768690586, -0.01831669919192791, 0.027871983125805855, -0.027857549488544464, -0.03822113573551178, -0.03949132561683655, 0.03062887117266655, 0.04953736439347267, 0.05020132660865784, -0.0172630213201046, 0.00327290128916502, -0.0407903827726841, 0.00825622770935297, 0.010854341089725494, -0.06558793038129807, 0.026024436578154564, -0.02517283335328102, -0.012781274504959583, -0.013127690181136131, -0.003568797605112195, -0.014412312768399715, -0.004146155901253223, -0.05710076168179512, 0.026385284960269928, 0.006737052462995052, 0.02800188958644867, 0.012427642941474915, 0.01504018995910883, -0.0033486795146018267, -0.006296816747635603, -0.0027893634978681803, -0.016166038811206818, -0.03582509979605675, 0.049652837216854095, -0.010471840389072895, 0.03830774128437042, -0.008725331164896488, 0.0036373587790876627, 0.013048303313553333, 0.013972076587378979, 0.008212924934923649, -0.0044095758348703384, -0.009555283933877945, 0.009533633477985859, -0.07615359127521515, 0.04145434498786926, 0.044139061123132706, -0.05476246029138565, -0.053261324763298035, 0.02485528588294983, 0.0020550356712192297, 0.025519248098134995, 0.02436453104019165, 0.02774207852780819, -0.03744170069694519, -0.03296717256307602, 0.007372146937996149, -0.005878231953829527, 0.0010365389753133059, -0.0650683119893074, -0.01567528396844864, -0.025533681735396385, 0.02175198309123516, -0.01594953052699566, -0.018186794593930244, -0.027164719998836517, -0.036546796560287476, 0.015328869223594666, 0.01399372797459364, -0.026861606165766716, -0.06304755061864853, -0.00814075581729412, -0.0037311797495931387, 0.022964436560869217, -0.04483189061284065, -0.016036134213209152, 0.04448547586798668, 0.00609474116936326, 0.014513351023197174, 0.041252266615629196, -0.03689321130514145, -0.05992981791496277, -0.020525095984339714, 0.0006175030139274895, -0.04708359017968178, 0.014982454478740692, -0.04220490902662277, 0.06910981982946396, -0.043099816888570786, -0.007491227239370346, 0.00614526029676199, 0.041714154183864594, -0.0277998149394989, -0.02831943705677986, 0.043070949614048004, -0.001275601563975215, 0.011244057677686214, 0.016570189967751503, -0.006141651421785355, 0.049912646412849426, -0.02517283335328102, -0.0413966067135334, -0.01883632317185402, -0.03426622971892357, -0.04260906204581261, 0.02588009648025036, -0.007036557421088219, -0.005748325958848, -0.0009815095691010356, -0.01048627495765686, 0.018995096907019615, -0.012261652387678623, 0.012225567363202572, 0.06939850002527237, 0.02564915269613266, -0.0027478658594191074, -0.019788963720202446, -0.026255380362272263, 0.01112136896699667, -0.027078116312623024, 0.04006868228316307, -0.0019215213833376765, -0.045928873121738434, -0.039375852793455124, -0.03446830436587334, -0.06772416085004807, -0.0029697881545871496, 0.008162406273186207, 0.031033022329211235, -0.00930268969386816, 0.0351322665810585, -0.06529925018548965, -0.03897170349955559, 0.02147773839533329, 0.025317171588540077, -0.01967349275946617, 0.0004009935655631125, 0.09052982181310654, -0.010262547992169857, 0.010551227256655693, 0.05632132664322853, -0.04364830628037453, -0.0016084848903119564, -0.0277998149394989, -0.012774057686328888, 0.04003981500864029, 0.013842171058058739, 0.05715849623084068, -0.0033739390783011913, -0.02563471905887127, -0.03960679844021797, -0.05204887315630913, 0.002071273745968938, -0.016555756330490112, 0.001467753667384386, 0.056985288858413696, 0.011330661363899708, 0.016382548958063126, 0.003393785795196891, 0.03461264446377754, 0.023152077570557594, -0.009093397296965122, -0.02358509600162506, 0.022704625502228737, -0.011756463907659054, -0.010710000991821289, 0.02642858773469925, 0.00038295111153274775, -0.01127292588353157, -0.020784907042980194, -0.02250254899263382, -0.04321528598666191, 0.0011041982797905803, 0.009165567345917225, -0.02437896467745304, 0.002865141723304987, -0.01675783284008503, 0.05476246029138565, 0.0759226530790329, 0.027641041204333305, -0.020366322249174118, 0.015285567380487919, -0.03088868223130703, -0.008075802586972713, -0.003191710216924548, 0.019529152661561966, -0.046246420592069626, -0.006004529073834419, -0.023455191403627396, 0.0016707313479855657, 0.038625288754701614, 0.052539627999067307, -0.015891794115304947, -0.013560708612203598, -0.002006320981308818, -0.047256797552108765, 0.03319811820983887, -0.022921133786439896, -0.015242265537381172, -0.018995096907019615, 0.014939152635633945, -0.04422566667199135, -0.050894156098365784, -0.022834530100226402, 0.024797549471259117, -0.017407359555363655, 0.030571134760975838, -0.005023019388318062, -0.030282456427812576, -0.022603588178753853, -0.029127739369869232, -0.00783764198422432, 0.0126802371814847, -0.0013333373935893178, 0.03876962512731552, -0.03709528595209122, -0.04197396710515022, -0.041512079536914825, 0.03302491083741188, -0.008501604199409485, 0.03565188869833946, -0.022314907982945442, -0.07678868621587753, -0.06454868614673615, -0.043590571731328964, -0.03931811824440956, 0.029228776693344116, 0.007815991528332233, -0.010623397305607796, 0.02224273793399334, -0.005261179991066456, -0.025187266990542412, -0.022387078031897545, -0.03034019097685814, 0.011922454461455345, -0.005755543243139982, -0.05135604366660118, -0.03438170254230499, 0.002157877665013075, -0.049652837216854095, 0.021275661885738373, -0.024768682196736336, -0.01099146343767643, -0.01730632223188877, -0.007621132768690586, -0.0003421300498303026, 0.020799342542886734, -0.0019539978820830584, 0.031061889603734016, 0.0056833731941878796, 0.003130365861579776, 0.04038622975349426, 0.020611699670553207, -0.006239080801606178, -0.0017681606113910675, -0.019456982612609863, -0.009757359512150288, -0.004820943810045719, -0.009259387850761414, -0.030715474858880043, -0.013170992024242878, -0.007235024124383926, -0.0011348704574629664, -0.025548115372657776, 0.013048303313553333, 0.03657566383481026, 0.01911056786775589, 0.035478681325912476, 0.025706889107823372, -0.044110193848609924, 0.003314398927614093, -0.053290195763111115, -0.023484058678150177, -0.03325585275888443, -0.00849438738077879, 0.012651368975639343, 0.010024387389421463, -0.030484531074762344, -0.012009058147668839, -0.055108875036239624, 0.010977029800415039, 0.0214633047580719, 0.0030780427623540163, -0.002230047481134534, 0.04743000492453575, -0.01229052059352398, -0.01602170057594776, -0.046535100787878036, 0.0012846228200942278, 0.022574719041585922, 0.041714154183864594, -0.006358161102980375, -0.0325341559946537, -0.0053297411650419235, 0.05600377917289734, -0.05551302433013916, -0.03163924813270569, -0.05187566578388214, -0.02613990753889084, 0.01915387064218521, 0.0001860628108261153, 0.04102132469415665, 0.029531890526413918, -0.060333967208862305, 0.055137742310762405, -0.04656396806240082, 0.000537665153387934, -0.0006770431064069271, 0.035247739404439926, 0.052510760724544525, 0.007902595214545727, -0.018374435603618622, 0.045986607670784, 0.0424647219479084, -0.003617512062191963, 0.0314660407602787, 0.0034136325120925903, 0.010363586246967316, -0.025331607088446617, -0.005986486561596394, -0.03325585275888443, 0.03634472191333771, 0.012622501701116562, 0.015069058164954185, -0.021160190925002098, 0.004990542773157358, 0.019067266955971718, 0.008155189454555511, -0.002157877665013075, -0.0003737043298315257, -0.003933255095034838, -0.02697707898914814, 0.03273623064160347, -0.030282456427812576, 0.03749943897128105, -0.010522359982132912, -0.011013113893568516, 0.008111887611448765, -0.04211830720305443, -0.03801906108856201, -0.012138963676989079, -0.008956274949014187, 0.038365475833415985, -0.01306995376944542, 0.003586839884519577, -0.024797549471259117, 0.003566993400454521, 0.060391705483198166, -0.014217454008758068, -0.012853444553911686, -0.027900852262973785, -0.01730632223188877, 0.0013008610112592578, 0.03718189150094986, 0.03582509979605675, 0.033890947699546814, 0.008342831395566463, 0.001781692379154265, 0.034208495169878006, -0.006329292897135019, 0.025548115372657776, 0.0009183609508909285, -0.044860757887363434, -0.00928825605660677, 0.05271283537149429, -0.02883905917406082, 0.002116380026564002, 0.006217429880052805, -0.052481893450021744, 0.01990443654358387, -0.020900379866361618, 0.0418584942817688, -0.04740113765001297, 0.034930191934108734, 0.03319811820983887, -0.0056328545324504375, 0.02589453011751175, 0.021376701071858406, -0.03608490899205208, -0.0028434908017516136, 0.04024188965559006, 0.037586040794849396, -0.0013261204585433006, 0.07020679861307144, 0.03490132465958595, -0.011467784643173218, 0.024653209373354912, 0.014347359538078308, -0.028954531997442245, 0.015848491340875626, 0.023671699687838554, -0.030830945819616318, 0.015256700105965137, 0.02274792641401291, 0.011294576339423656, 0.01138118002563715, 0.016295945271849632, 0.005008585285395384, 0.014953586272895336, -0.024176890030503273, 0.010363586246967316, -0.031206229701638222, -0.01828783191740513, 0.054358307272195816, 0.016194907948374748, -0.02385934256017208, -0.0167289637029171, -0.031581513583660126, -0.003624729113653302, -0.059583403170108795, -0.011900803074240685, -0.019428115338087082, -0.01836000196635723, 0.004571957979351282, -0.0650683119893074, -0.032360948622226715, -0.04107905924320221, 0.027164719998836517, -0.029286513105034828, 0.022675756365060806, 0.054560381919145584, 0.012658585794270039, 0.022372644394636154, 0.03775924816727638, 0.033688873052597046, -0.011597690172493458, 0.029791701585054398, 0.052799440920352936, -0.0116482088342309, 0.0015769104938954115, 0.07159245759248734, 0.039173778146505356, -0.008285094983875751, -0.026385284960269928, -0.02380160614848137, -0.008725331164896488, 0.02328198403120041, -0.052481893450021744, -0.02463877573609352, 0.04774755239486694, -0.0036535970866680145, -0.002107358770444989, 0.06322076171636581, 0.022950002923607826, 0.004175024107098579, -0.037124153226614, 0.013416369445621967, -0.02541821077466011, 0.025187266990542412, -0.026284247636795044, 0.04133887216448784, -0.01752283237874508, 0.01534330379217863, 0.03692207857966423, -0.0329960398375988, 0.24480003118515015, 0.03978000581264496, 0.025822361931204796, 0.002074882388114929, 0.02380160614848137, 0.054329439997673035, 0.01217504870146513, -0.044427741318941116, 0.013661746867001057, -0.01701764389872551, -0.003354092361405492, -0.004979717545211315, -0.028203966096043587, 0.025447078049182892, 0.028738021850585938, 0.052741702646017075, -0.04081925004720688, 0.029676228761672974, 0.03426622971892357, -0.013394718058407307, -0.059063781052827835, -0.04226264730095863, -0.01204514317214489, 0.011345095932483673, -0.01963018998503685, -0.0013459671754390001, -0.009620237164199352, -0.01730632223188877, -0.009331557899713516, -0.08954831212759018, 0.050143588334321976, 0.0026901299133896828, 0.052741702646017075, -0.012074010446667671, -0.01645471900701523, 0.0502590611577034, -0.025981135666370392, 0.0056328545324504375, -0.03507453203201294, -0.023469625040888786, 0.014823680743575096, -0.010298633016645908, 0.02248811535537243, -0.029517455026507378, -0.007945897057652473, 0.03478585183620453, -0.01807132177054882, 0.03060000389814377, 0.0403284952044487, -0.05233755335211754, 0.019254907965660095, -0.014737077057361603, 0.028131796047091484, 0.009584152139723301, -0.043850380927324295, 0.03542094677686691, -0.013784435577690601, -0.03501679748296738, 0.05632132664322853, 0.05242415517568588, 0.014311275444924831, 0.0031321700662374496, -0.04818057268857956, -0.0254326444119215, -0.034930191934108734, 0.049623966217041016, 0.014195803552865982, 0.06726226955652237, 0.0334579274058342, 0.017104247584939003, -0.017364058643579483, -0.018013587221503258, 0.0012936439597979188, -0.029026702046394348, 0.03008037991821766, -0.018201228231191635, -0.016108304262161255, -0.033660002052783966, 0.040761515498161316, -0.0030365451239049435, -0.0018962619360536337, -0.014722643420100212, 0.005398302339017391, 0.04055943712592125, 0.05233755335211754, 0.06991811841726303, -0.027958588674664497, -0.03484359011054039, -0.026240946725010872, 0.019687926396727562, -0.023498492315411568, 0.07153472304344177, -0.021593209356069565, 0.004968891851603985, -0.02622651308774948 ]
9883_1
Standards and architecture The Eurocard mechanical architecture was defined originally under IEC-60297-3. Today, the most widely recognized standards for this mechanical structure are IEEE 1101.1, IEEE 1101.10 (also known commonly as "dot ten") and IEEE 1101.11. IEEE 1101.10 covers the additional mechanical and electromagnetic interference features required for VITA 1.1-1997(R2002), which is the VME64 Extensions standard, as well as PICMG 2.0 (R3.0), which is the CompactPCI specification. The IEEE 1101.11 standard covers rear plug-in units that are also called rear transition modules or RTMs. The Eurocard is a mechanical system and does not define the specific connector to be used or the signals that are assigned to connector contacts. The connector systems that are commonly used with Eurocard architectures include the original DIN 41612 connector that is also standardized as IEC 60603.2. This is the connector that is used for the VMEbus standard, which was IEEE 1014. The connector known as the 5-row DIN, which is used for the VME64 Extensions standard is IEC 61076-4-113. The VME64 Extension architecture defined by VITA 1.1-1997 (R2002). Another popular computer architecture that utilizes the 6U-160 Eurocard is CompactPCI and CompactPCI Express. These are defined by PICMG 2.0R3 and PICMG Exp0 R1 respectively. Other computer architectures that utilize the Eurocard system are VME eXtensions for Instrumentation (VXI), PCI eXtensions for Instrumentation (PXI), and PXI Express. A computer architecture that used the 6U-220 Eurocard format was Multibus-II, which was IEEE 1296. Because the Eurocard system provided for so many modular card sizes and because connector manufacturers have continued to create new connectors that are compatible with this system, it is a popular mechanical standard that is also used for innumerable "one-off" applications. Conduction-cooled Eurocards are used in military and aerospace applications. They are defined by the IEEE 1101.2-1992 (2001) standard.
[ 0.003373574698343873, 0.011711619794368744, 0.00806589424610138, 0.033111076802015305, -0.023057935759425163, 0.01671627350151539, -0.01759300008416176, -0.07884703576564789, -0.011265949346125126, 0.05201917141675949, -0.013355483300983906, 0.06271524727344513, -0.012909813784062862, -0.036647211760282516, -0.03588738292455673, 0.008540787734091282, 0.0015333599876612425, -0.02977951429784298, -0.07066424190998077, -0.010228488594293594, 0.014151844196021557, -0.014539065770804882, -0.05859462544322014, -0.01972637139260769, -0.020193958654999733, 0.04021257162094116, 0.025030571967363358, 0.012478755787014961, 0.059149887412786484, 0.03632574528455734, -0.022122759371995926, -0.004018334671854973, 0.03530289605259895, -0.037144023925065994, -0.03322797641158104, -0.04173223301768303, 0.015810320153832436, -0.015401181764900684, -0.010776443406939507, -0.026681743562221527, 0.027310064062476158, -0.000547041476238519, 0.05362650379538536, -0.02948727086186409, -0.00496812304481864, -0.008219321258366108, 0.0673326775431633, -0.017023127526044846, 0.006655823439359665, -0.02384699136018753, 0.005421098787337542, 0.0420536994934082, -0.0030137510038912296, -0.00016278821567539126, -0.02340862713754177, -0.03045167215168476, -0.02340862713754177, -0.014268741942942142, -0.059237562119960785, 0.04114774987101555, 0.03515677526593208, -0.03197133168578148, 0.037377819418907166, -0.04775242879986763, -0.03471841290593147, -0.012149983085691929, -0.0001168970120488666, 0.038108427077531815, -0.020807668566703796, -0.0434272401034832, 0.014524453319609165, 0.006279561202973127, -0.028493646532297134, -0.03837144374847412, -0.0179729163646698, 0.026389500126242638, 0.014034947380423546, 0.030714690685272217, 0.00043516739970073104, -0.052340637892484665, 0.027558470144867897, 0.02948727086186409, -0.02074921876192093, -0.02919502928853035, -0.03550746664404869, 0.0018886174075305462, -0.004109660629183054, -0.04556060954928398, -0.013194750063121319, -0.0201647337526083, -0.007875936105847359, 0.06797561049461365, 0.019901717081665993, 0.07130717486143112, 0.00854809395968914, 0.004511494189500809, -0.015664199367165565, 0.023861601948738098, 0.005070407874882221, -0.0020091673359274864, 0.03615039959549904, 0.02662329375743866, -0.022838754579424858, 0.04579440504312515, -0.02982334978878498, 0.03997877985239029, -0.007357205729931593, 0.03743626922369003, -0.030042532831430435, -0.03571203723549843, 0.013552747666835785, 0.0026630600914359093, -0.056081339716911316, -0.021830517798662186, -0.002241134876385331, 0.00808781199157238, -0.028698217123746872, 0.03936506807804108, -0.04173223301768303, 0.012895201332867146, -0.01236185897141695, 0.015941830351948738, 0.013508911244571209, -0.010359997861087322, -0.0821201503276825, -0.0046685743145644665, 0.040738608688116074, 0.013486992567777634, -0.011105216108262539, -0.022473450750112534, 0.010359997861087322, 0.002796395681798458, -0.022327329963445663, 0.030100980773568153, 0.005022918339818716, 0.00830699410289526, 0.00983396079391241, 0.03615039959549904, 0.03220512717962265, 0.0028164873365312815, 0.00012580127804540098, 0.008504257537424564, 0.00852617621421814, 0.06183851882815361, -0.001838388154283166, 0.01267602015286684, -0.02505979686975479, -0.018835030496120453, -0.019404904916882515, -0.01226687990128994, 0.045443713665008545, -0.034221600741147995, -0.016307132318615913, 0.018235933035612106, -0.011149052530527115, 0.006524314638227224, -0.029721064493060112, 0.028771277517080307, -0.02992563508450985, 0.010915258899331093, -0.04284275323152542, 0.018542788922786713, 0.04231671988964081, -0.028639767318964005, -0.01260295882821083, 0.03428005054593086, -0.030685465782880783, -0.000648413086310029, 0.0010584659175947309, -0.016672436147928238, 0.00694806594401598, -0.0019525453681126237, 0.007112452760338783, -0.0307439137250185, 0.023145608603954315, 0.024256130680441856, 0.054474007338285446, 0.047927774488925934, -0.0055306898429989815, 0.014378332532942295, -0.007788263261318207, -0.008694215677678585, 0.025132857263088226, 0.033344872295856476, -0.023233281448483467, 0.04892139881849289, 0.005600097589194775, -0.008233933709561825, 0.038400668650865555, -0.017110800370573997, 0.052252963185310364, 0.0019160150550305843, -0.01547424215823412, 0.03921894729137421, -0.04222904518246651, -0.029648004099726677, -0.05774712562561035, 0.03544902056455612, 0.01822132244706154, -0.03226357698440552, -0.06370887160301208, 0.041703008115291595, 0.027412349358201027, -0.02365703321993351, 0.002177206799387932, 0.004387291148304939, 0.010170039720833302, -0.003959886264055967, -0.02200586162507534, -0.024592209607362747, 0.053363487124443054, -0.032380472868680954, -0.03352021798491478, -0.0032164943404495716, 0.026988597586750984, -0.029136579483747482, 0.019507188349962234, 0.03463073819875717, -0.029107356444001198, 0.031065380200743675, -0.01972637139260769, 0.008818418718874454, -0.007547163404524326, 0.003236585995182395, -0.05514616519212723, -0.020179346203804016, -0.015181999653577805, 0.03220512717962265, 0.0194341279566288, 0.0033151262905448675, -0.009658616036176682, 0.0449761264026165, 0.013713480904698372, 0.022853365167975426, 0.08030824363231659, 0.012106146663427353, 0.00042671975097618997, -0.00645856000483036, -0.017213085666298866, 0.018323605880141258, -0.013618501834571362, 0.0254104882478714, 0.02948727086186409, -0.028698217123746872, 0.04392405226826668, -0.03857601433992386, -0.024548372253775597, -0.022064311429858208, 0.031649865210056305, -0.012186513282358646, -0.024562984704971313, 0.0478985495865345, -0.013516217470169067, 0.020705383270978928, -0.02069077081978321, -0.012076922692358494, -0.017666060477495193, 0.009738982655107975, -0.04070938378572464, 0.010717994533479214, 0.04018334671854973, -0.02419768087565899, -0.02219581976532936, 0.016818556934595108, -0.007744426839053631, 0.07113183289766312, 0.052866674959659576, -0.016979290172457695, -0.020442364737391472, 0.002358031924813986, -0.029268089681863785, -0.03354944288730621, -0.05494159460067749, 0.001316004665568471, -0.026243379339575768, -0.034075479954481125, -0.01177737396210432, -0.016599375754594803, 0.03717324882745743, -0.05266210436820984, 0.008584624156355858, -0.016204848885536194, -0.01889348030090332, 0.03506910428404808, -0.00007694197847740725, -0.00311420951038599, -0.059091441333293915, 0.06066954880952835, -0.012296104803681374, 0.04129387065768242, 0.02204969897866249, 0.02501596137881279, -0.02010628581047058, 0.027324676513671875, -0.008190097287297249, -0.02574656717479229, -0.006973637267947197, 0.05450323224067688, -0.03629652038216591, -0.011857740581035614, -0.07732737064361572, -0.045005351305007935, -0.019346455112099648, -0.029078131541609764, 0.009994694963097572, 0.02584885247051716, -0.019799431785941124, -0.028522871434688568, 0.037377819418907166, 0.07452184706926346, -0.025673506781458855, 0.0038831725250929594, 0.017373818904161453, -0.02394927479326725, -0.013150913640856743, 0.03556591644883156, 0.02409539744257927, -0.022078923881053925, -0.03866368532180786, 0.0018155566649511456, -0.0002721508499234915, -0.007795569486916065, 0.009483270347118378, -0.015664199367165565, 0.009768206626176834, 0.0493597649037838, -0.008350830525159836, -0.02093917690217495, 0.023934662342071533, -0.026696356013417244, -0.006056726444512606, 0.010476894676685333, -0.04491767659783363, 0.03118227794766426, 0.001540666096843779, -0.0026849783025681973, 0.03021787852048874, 0.015240447595715523, 0.03354944288730621, 0.0034813391976058483, 0.030539344996213913, -0.04883372783660889, 0.011828516609966755, 0.0012630356941372156, -0.047781653702259064, 0.011543580330908298, 0.016540927812457085, -0.019156496971845627, -0.004727022722363472, -0.059763599187135696, -0.007569081615656614, -0.024738330394029617, 0.03314030170440674, -0.007185513153672218, 0.010257712565362453, 0.04246284067630768, 0.005556261166930199, -0.022648796439170837, -0.00864307302981615, 0.015357345342636108, 0.04941821098327637, 0.033344872295856476, -0.037962306290864944, 0.005490506533533335, 0.008971845731139183, -0.026944762095808983, -0.006316091865301132, 0.05070408061146736, 0.01646786741912365, -0.007422960363328457, 0.017856018617749214, -0.023101771250367165, -0.05289589613676071, 0.017125412821769714, -0.01851356402039528, 0.00002177549322368577, 0.033198751509189606, 0.019200334325432777, 0.048453811556100845, -0.04842458665370941, 0.008869560435414314, 0.02050081267952919, -0.04190757870674133, -0.016818556934595108, -0.018192097544670105, -0.02662329375743866, -0.05120089277625084, -0.025337427854537964, -0.022955650463700294, -0.025425100699067116, 0.02754385769367218, -0.023160221055150032, -0.01515277475118637, -0.023087160661816597, 0.006286867428570986, 0.003784540807828307, 0.010506118647754192, 0.02750002220273018, 0.030276326462626457, 0.00983396079391241, 0.05327581241726875, 0.06242300570011139, 0.023773929104208946, 0.03974498435854912, -0.005895993206650019, -0.01714002527296543, -0.019930940121412277, 0.05494159460067749, -0.009600167162716389, 0.0013479687040671706, -0.033637113869190216, -0.05140545964241028, 0.008029363118112087, 0.00277447747066617, -0.0046904925256967545, 0.04594052582979202, 0.010089673101902008, -0.03857601433992386, 0.010191958397626877, 0.02307254821062088, -0.021450601518154144, -0.038692910224199295, -0.06803406029939651, 0.00990702211856842, 0.03337409719824791, -0.024796778336167336, -0.011375540867447853, -0.01958024874329567, -0.01792907901108265, 0.002995485905557871, -0.01763683743774891, -0.024957511574029922, -0.039072826504707336, 0.00358910346403718, -0.02288259007036686, 0.025863463059067726, 0.058857645839452744, -0.03316952660679817, -0.01822132244706154, -0.03661799058318138, 0.020968401804566383, 0.04252128675580025, -0.022853365167975426, -0.03512755036354065, 0.007642142008990049, 0.0032384125515818596, 0.04512224718928337, 0.009731676429510117, 0.017227696254849434, 0.001373539911583066, 0.012844059616327286, -0.035682812333106995, 0.013640420511364937, -0.027573082596063614, -0.011908883228898048, -0.00531881395727396, -0.00021084841864649206, -0.012500674463808537, -0.010009306482970715, -0.020997626706957817, 0.009914327412843704, -0.002580866916105151, 0.0070284330286085606, -0.004924286622554064, -0.00818279106169939, 0.04114774987101555, -0.026798639446496964, -0.00282379356212914, 0.053217366337776184, 0.021845128387212753, -0.02210814692080021, 0.011602028273046017, -0.0404171422123909, 0.005570873152464628, -0.006637558341026306, -0.03118227794766426, 0.0040512122213840485, 0.002873109420761466, -0.022648796439170837, -0.053509607911109924, 0.0036165013443678617, 0.048453811556100845, 0.039072826504707336, 0.006319744512438774, 0.013223974034190178, -0.04091395437717438, -0.00497908191755414, 0.0014073303900659084, -0.03205900639295578, 0.025103634223341942, -0.012003862299025059, -0.02185974083840847, -0.006279561202973127, 0.02166978269815445, -0.02413923293352127, -0.02127525582909584, -0.029458047822117805, 0.004876797087490559, 0.04959355667233467, 0.015328120440244675, 0.039861880242824554, 0.0007068616105243564, -0.011748149991035461, 0.01651170291006565, -0.016336357221007347, -0.02754385769367218, -0.015211223624646664, 0.06499473750591278, -0.0050521427765488625, 0.028742052614688873, -0.02355474792420864, 0.00601289002224803, -0.003665817203000188, 0.02666713111102581, 0.007861323654651642, -0.03401703014969826, 0.011967331171035767, 0.00043356919195502996, -0.0751647800207138, 0.02568811923265457, 0.03848833963274956, -0.061663173139095306, -0.007061310112476349, 0.003908743616193533, -0.0022867978550493717, 0.01968253403902054, 0.033841684460639954, 0.02370086871087551, -0.03921894729137421, -0.057337984442710876, 0.049856577068567276, -0.034133926033973694, 0.021216807886958122, -0.04716794565320015, -0.007707896642386913, -0.031795985996723175, 0.010440364480018616, -0.008489645086228848, -0.045589834451675415, -0.05464935302734375, -0.016540927812457085, 0.02657945826649666, 0.0006351709016598761, -0.02657945826649666, -0.03375401347875595, -0.0012785610742866993, -0.015313508920371532, 0.020047837868332863, -0.028347525745630264, -0.006042114458978176, 0.04211214929819107, 0.008292381651699543, 0.02073460817337036, 0.010440364480018616, -0.02923886477947235, -0.042871978133916855, 0.016248684376478195, 0.018469728529453278, -0.06119558587670326, 0.035682812333106995, -0.006279561202973127, 0.09234864264726639, -0.03416315093636513, -0.014918981119990349, 0.0025242448318749666, 0.036705661565065384, -0.04655423387885094, -0.008387360721826553, 0.0493597649037838, -0.01918572187423706, -0.004299618303775787, 0.0041681090369820595, 0.004759900271892548, 0.05473702773451805, -0.028522871434688568, -0.035682812333106995, -0.02238577790558338, -0.036647211760282516, -0.07732737064361572, 0.02511824481189251, 0.015868769958615303, -0.007488714996725321, -0.008467727340757847, 0.027412349358201027, -0.012931731529533863, -0.03515677526593208, -0.0008739877957850695, 0.07551547139883041, 0.004854878876358271, 0.018615849316120148, -0.03615039959549904, 0.004321536514908075, 0.02501596137881279, -0.025541996583342552, 0.06411801278591156, 0.015532690100371838, -0.019156496971845627, -0.014385638758540154, -0.02579040266573429, -0.05371417850255966, 0.000689509732183069, -0.021932801231741905, 0.01695006713271141, -0.01245683804154396, 0.01680394634604454, -0.043544135987758636, -0.06645595282316208, 0.04158611223101616, 0.03089003451168537, -0.0509086474776268, -0.01768067292869091, 0.0613124817609787, 0.014173762872815132, 0.00947596412152052, 0.017066963016986847, -0.030422447249293327, -0.011623946949839592, -0.010199264623224735, 0.006619293242692947, 0.01676010899245739, -0.00601289002224803, 0.06178006902337074, 0.03477686271071434, 0.013413932174444199, -0.03954041376709938, -0.0493597649037838, 0.010118898004293442, -0.009015682153403759, -0.008577317930758, 0.028668992221355438, 0.01607333868741989, 0.014612126164138317, -0.02447531186044216, 0.024606820195913315, 0.009994694963097572, -0.02536665089428425, -0.0009306098218075931, 0.02666713111102581, 0.007265879772603512, -0.027996834367513657, 0.02729545161128044, -0.005990971811115742, 0.022721856832504272, -0.05456168204545975, -0.03428005054593086, -0.03717324882745743, -0.016350969672203064, 0.04176145792007446, -0.03644264489412308, 0.013757317326962948, -0.0030137510038912296, 0.002995485905557871, 0.05646125599741936, 0.004215598572045565, -0.011017543263733387, 0.041176971048116684, -0.020120898261666298, -0.026900924742221832, -0.02938498556613922, 0.023014098405838013, -0.059296008199453354, -0.0018237760523334146, -0.012171901762485504, -0.008336218073964119, 0.04158611223101616, 0.05590599775314331, 0.003890478750690818, -0.05280822515487671, -0.03503987938165665, -0.05371417850255966, 0.029355762526392937, -0.02302871085703373, 0.022751081734895706, -0.022327329963445663, 0.006816557142883539, -0.04044636711478233, -0.03486453369259834, -0.034659963101148605, -0.0023762970231473446, -0.0005342558724805713, -0.0026630600914359093, -0.05342193320393562, -0.02380315400660038, -0.026637906208634377, -0.04240439087152481, -0.007496020756661892, 0.01476555410772562, -0.011258643120527267, 0.011602028273046017, -0.01792907901108265, -0.03518600016832352, -0.02482600323855877, 0.017797570675611496, -0.013779235072433949, 0.057045742869377136, -0.03617962449789047, -0.0329357348382473, -0.05561375245451927, -0.04386560246348381, -0.0003367638564668596, 0.013085159473121166, -0.006622946355491877, 0.013063240796327591, 0.04883372783660889, -0.022312717512249947, -0.02434380352497101, -0.01962408609688282, -0.02238577790558338, 0.03729014843702316, -0.02793838642537594, -0.04468388110399246, -0.017417654395103455, 0.011704313568770885, -0.04664190858602524, 0.008175484836101532, 0.005406486801803112, 0.0033041671849787235, -0.015956442803144455, -0.022268880158662796, 0.013494298793375492, 0.0009726196876727045, 0.022166596725583076, 0.025585833936929703, -0.006034808233380318, 0.026068033650517464, 0.032906509935855865, 0.02259034849703312, -0.002000034786760807, 0.004270393867045641, -0.010381915606558323, -0.08574395626783371, 0.012376471422612667, 0.01144129503518343, -0.025658894330263138, -0.0026356622111052275, -0.044187068939208984, 0.009220251813530922, -0.02133370377123356, 0.0008027537260204554, 0.02413923293352127, 0.007620223797857761, 0.03711480274796486, 0.017695285379886627, 0.0017233176622539759, 0.028449811041355133, -0.024928288534283638, -0.06978751718997955, -0.022166596725583076, -0.006111521739512682, 0.023160221055150032, -0.01924416981637478, -0.009899715892970562, -0.017987526953220367, -0.05009036883711815, 0.036354970186948776, 0.030013307929039, -0.0009205639944411814, 0.025571221485733986, 0.07270994037389755, -0.012171901762485504, 0.016336357221007347, -0.06850165128707886, -0.0008388274000026286, 0.039569638669490814, 0.04912596940994263, -0.03579970821738243, -0.02447531186044216, 0.024650657549500465, 0.05581832304596901, -0.022415002807974815, -0.04357336089015007, -0.04895062372088432, -0.0034301967825740576, 0.021260643377900124, -0.00946865789592266, 0.04275508224964142, 0.028055282309651375, -0.09135501831769943, 0.03615039959549904, -0.035244449973106384, -0.02681325189769268, -0.011433988809585571, 0.02568811923265457, 0.026447948068380356, -0.014458699151873589, -0.006655823439359665, 0.025527384132146835, 0.05216529220342636, -0.012537204660475254, 0.05166848003864288, -0.002632009331136942, 0.04924286529421806, 0.007978221401572227, 0.018250545486807823, -0.03515677526593208, 0.012844059616327286, 0.02137754112482071, 0.017709897831082344, -0.009139885194599628, 0.017081575468182564, 0.019565638154745102, 0.010644934140145779, -0.0009406556491740048, 0.010710688307881355, -0.000031393239623866975, -0.06926147639751434, 0.03176676481962204, -0.012697937898337841, 0.04693415015935898, -0.011433988809585571, -0.03185443580150604, 0.03653031587600708, -0.028932010754942894, -0.027631530538201332, -0.007715202867984772, 0.017607612535357475, 0.031357623636722565, -0.013370095752179623, 0.007715202867984772, -0.02904890663921833, 0.0030959444120526314, 0.05862385034561157, -0.019989389926195145, 0.007455837447196245, -0.01095178909599781, 0.029501883313059807, 0.021742844954133034, 0.024884451180696487, 0.013479686342179775, 0.02035469189286232, 0.0032548510935157537, 0.004661268554627895, 0.02652101032435894, -0.03065624088048935, 0.02025240659713745, 0.003978151362389326, -0.04222904518246651, 0.0026959374081343412, 0.05891609564423561, -0.04135231673717499, -0.01168239489197731, 0.02146521396934986, -0.014341802336275578, 0.01709618791937828, -0.016263296827673912, 0.027514634653925896, -0.04027102142572403, 0.030100980773568153, 0.03793308138847351, -0.01248606201261282, -0.007890548557043076, 0.05032416433095932, -0.0508209764957428, 0.0138669079169631, 0.11292251199483871, 0.03506910428404808, -0.020515425130724907, 0.08726362138986588, 0.026594070717692375, -0.0307439137250185, 0.0209830142557621, -0.006984596606343985, -0.04047559201717377, 0.017300758510828018, 0.02482600323855877, 0.01003122515976429, 0.003959886264055967, 0.03287728503346443, -0.0013771929079666734, 0.027704590931534767, 0.011602028273046017, -0.002666712971404195, 0.02118758298456669, -0.022765692323446274, -0.0008201056043617427, -0.020267019048333168, -0.015912605449557304, 0.03185443580150604, 0.039423517882823944, -0.008343524299561977, -0.026900924742221832, -0.056899622082710266, -0.0254543237388134, -0.08276308327913284, 0.0014712584670633078, 0.011039461940526962, -0.015751872211694717, 0.01236185897141695, -0.065696120262146, -0.024256130680441856, -0.015211223624646664, 0.03308185562491417, -0.026652518659830093, 0.04003722593188286, 0.024124620482325554, 0.01107599213719368, 0.06335818022489548, 0.034309271723032, 0.04629121720790863, -0.030568568035960197, 0.034513842314481735, 0.05473702773451805, -0.029268089681863785, 0.019068825989961624, 0.023394014686346054, 0.011791986413300037, 0.018031364306807518, 0.004599167034029961, -0.02133370377123356, -0.015328120440244675, 0.02856670692563057, -0.036647211760282516, -0.04921364039182663, 0.01671627350151539, -0.004317883402109146, 0.025235142558813095, 0.06265679746866226, 0.02050081267952919, 0.009534412994980812, -0.035916607826948166, -0.016014890745282173, -0.032848060131073, 0.04322266951203346, -0.031065380200743675, 0.014407556504011154, -0.005242100451141596, 0.0022867978550493717, 0.04494690150022507, -0.038312993943691254, 0.251094788312912, 0.0552922859787941, 0.02856670692563057, 0.010900646448135376, 0.02307254821062088, 0.034221600741147995, 0.009191027842462063, -0.062306106090545654, 0.030480895191431046, -0.022751081734895706, 0.01705235242843628, 0.014268741942942142, -0.01120019517838955, 0.014422168955206871, 0.03258504346013069, 0.04447931423783302, -0.042579736560583115, -0.0013388360384851694, 0.0359458327293396, -0.013457768596708775, -0.03989110514521599, -0.0019744636956602335, -0.039949554949998856, 0.010075061582028866, -0.04222904518246651, 0.02808450721204281, -0.00946865789592266, 0.007634836249053478, 0.016979290172457695, -0.07119028270244598, 0.028932010754942894, 0.020369304344058037, 0.01547424215823412, -0.004014681559056044, -0.01331164687871933, 0.029750289395451546, -0.025541996583342552, -0.003702347632497549, -0.0569288432598114, -0.006633905228227377, 0.04649578779935837, -0.010250406339764595, 0.001684960792772472, -0.007412001024931669, -0.005611056461930275, 0.04035869240760803, 0.0002130174107151106, 0.01958024874329567, 0.07124873250722885, -0.06546232849359512, 0.029428822919726372, -0.034133926033973694, 0.00949788186699152, 0.030188653618097305, -0.02428535372018814, 0.03778696060180664, -0.001220112550072372, -0.05932523310184479, 0.04415784776210785, 0.007138023618608713, -0.013830377720296383, -0.027426961809396744, -0.05611056461930275, -0.03410470485687256, -0.02758769504725933, 0.02973567694425583, 0.006038461346179247, 0.06061109900474548, 0.023963887244462967, 0.03617962449789047, -0.018586624413728714, -0.007097840309143066, -0.007086881436407566, -0.012493368238210678, 0.013815765269100666, -0.012975567951798439, -0.006056726444512606, -0.01680394634604454, 0.015138163231313229, -0.00305941398255527, 0.018674297258257866, 0.022429613396525383, -0.027280841022729874, 0.0180167518556118, 0.036997903138399124, 0.05163925513625145, -0.008628460578620434, -0.022619571536779404, -0.026155706495046616, 0.016540927812457085, -0.004285006318241358, 0.034601517021656036, -0.02823062799870968, 0.005231141112744808, -0.032380472868680954 ]
9883_2
The Eurocard standard is also the basis of the "Eurorack" format for modular electronic music synthesizers, popularized by Doepfer and other manufacturers. See also STEbus VMEbus Europe Card Bus Electronics standards
[ -0.013324256986379623, -0.006453080102801323, 0.010342748835682869, 0.03783430904150009, -0.030431944876909256, 0.0028564217500388622, -0.036902159452438354, -0.07062404602766037, -0.019890429452061653, 0.0757782831788063, -0.01697060652077198, 0.02244013175368309, 0.0029163947328925133, -0.043564289808273315, -0.03605226054787636, 0.01150793582201004, 0.032680071890354156, -0.04742996767163277, -0.05965757742524147, -0.009355766698718071, 0.01912277564406395, -0.02690896764397621, -0.052830953150987625, -0.015983624383807182, -0.02623727172613144, 0.05642247200012207, 0.022357884794473648, 0.029828788712620735, 0.0625636950135231, 0.04106941819190979, 0.01316661387681961, -0.017422974109649658, 0.04649781808257103, -0.034791115671396255, -0.0393696166574955, -0.03465403616428375, -0.01067174319177866, -0.014105618000030518, 0.015517550520598888, -0.005558627657592297, 0.03221399709582329, -0.005281039047986269, 0.035312023013830185, -0.04937651753425598, -0.009643636643886566, -0.023632735013961792, 0.05584673210978508, -0.005030866712331772, 0.05299545079469681, -0.04052109271287918, -0.01011656504124403, 0.008684070780873299, 0.002188152866438031, 0.016710152849555016, 0.005757395178079605, -0.009513409808278084, -0.018478496000170708, -0.04095975309610367, -0.0590544231235981, 0.02078145369887352, 0.009671052917838097, -0.0348733626306057, 0.06936290115118027, -0.0710078701376915, -0.003560674609616399, -0.016230370849370956, -0.0039033766370266676, -0.022645752876996994, -0.04378361627459526, -0.04918460175395012, 0.028841806575655937, 0.019342105835676193, -0.04013726860284805, -0.03797139227390289, -0.03342030569911003, 0.016093289479613304, -0.018505912274122238, 0.010760845616459846, 0.019259857013821602, -0.03287198394536972, 0.060480061918497086, -0.00671010697260499, -0.032022081315517426, 0.004437991883605719, -0.06141221150755882, 0.013406505808234215, -0.01691577397286892, -0.030898019671440125, -0.021741019561886787, -0.019904136657714844, 0.010500391945242882, 0.0764911025762558, 0.022316759452223778, 0.05102148652076721, 0.038053639233112335, -0.007861585356295109, -0.00014072204066906124, 0.036956992000341415, -0.006480496376752853, 0.005078844726085663, 0.0168746504932642, 0.02072662115097046, -0.01284447405487299, 0.046305906027555466, -0.028704727068543434, 0.007868439890444279, 0.007381802890449762, 0.019259857013821602, -0.03821813687682152, -0.007539446000009775, -0.017902756109833717, -0.01692948304116726, -0.008087769150733948, -0.057190123945474625, 0.00792327243834734, 0.025894569233059883, -0.013598418794572353, 0.04575758054852486, -0.030322279781103134, 0.025318829342722893, -0.024935003370046616, 0.020603248849511147, -0.010000046342611313, -0.006703252904117107, -0.05620314180850983, -0.007237867917865515, 0.003636069130152464, 0.029801372438669205, -0.01867040991783142, -0.007018538657575846, 0.02090482786297798, -0.008005520328879356, -0.01692948304116726, 0.03830038383603096, 0.03657316789031029, 0.037532731890678406, 0.008087769150733948, 0.05861576274037361, 0.03492819517850876, 0.003934219945222139, 0.023262618109583855, -0.0032573833595961332, 0.03879387676715851, 0.0725431740283966, -0.032515574246644974, -0.011597038246691227, 0.01450315210968256, -0.02568894810974598, -0.03347513824701309, -0.005147385410964489, 0.04803312569856644, -0.012803349643945694, -0.01561350654810667, 0.047347720712423325, -0.033721886575222015, -0.017395557835698128, -0.03470886871218681, 0.018505912274122238, -0.03010295145213604, -0.003228253684937954, -0.050144169479608536, 0.01814950257539749, 0.031446341425180435, 0.018163209781050682, -0.04071300849318504, 0.046689730137586594, 0.0028187246061861515, -0.011069277301430702, -0.014133034273982048, -0.016847234219312668, -0.03429762274026871, 0.011672432534396648, -0.00563059514388442, 0.017656011506915092, 0.0393696166574955, 0.023810939863324165, 0.07287216931581497, 0.039150286465883255, 0.03665541484951973, -0.011110401712357998, 0.002037363825365901, 0.02413993515074253, 0.004294056911021471, 0.03347513824701309, -0.0449899286031723, 0.050527993589639664, -0.009362621232867241, 0.004331754520535469, 0.0007389513775706291, 0.010466122068464756, 0.027183128520846367, 0.002164163626730442, -0.01972593180835247, -0.016052166000008583, -0.04060334339737892, -0.002510292688384652, -0.04496251419186592, 0.011350292712450027, 0.00038339794264175, -0.051295649260282516, -0.05538065731525421, 0.03728598728775978, 0.037505317479372025, -0.008978794328868389, 0.008430471643805504, 0.01474989764392376, 0.012693685479462147, 0.02020571567118168, -0.014955518767237663, 0.020945951342582703, 0.054969415068626404, -0.013776623643934727, 0.004701872356235981, 0.013694374822080135, 0.02792336605489254, -0.010281062684953213, -0.001570432330481708, -0.004650467075407505, -0.04959584400057793, 0.028567645698785782, -0.05028124898672104, 0.020671790465712547, -0.009177561849355698, 0.001939693815074861, -0.03490078076720238, 0.000896165962330997, 0.02028796263039112, 0.07084337621927261, 0.004146695137023926, -0.019259857013821602, -0.015037767589092255, 0.02848539687693119, 0.0032145455479621887, 0.05686112865805626, 0.05861576274037361, 0.004174111410975456, 0.009540826082229614, -0.018396247178316116, 0.007121349219232798, 0.016860943287611008, -0.0011634735856205225, -0.013043241575360298, 0.02837573178112507, -0.03676507994532585, 0.04663489758968353, -0.0005650300881825387, -0.018409956246614456, -0.010027462616562843, 0.036463502794504166, 0.011939740739762783, -0.06080905720591545, 0.01915019191801548, 0.0006854041712358594, -0.006617577280849218, -0.022357884794473648, 0.0023046715650707483, -0.006675836630165577, 0.036902159452438354, -0.03325581178069115, -0.008382492698729038, 0.016696445643901825, 0.004749850835651159, -0.02297474816441536, 0.012207048013806343, 0.01577800326049328, 0.057299789041280746, 0.05746428668498993, 0.003732025623321533, -0.03876645863056183, 0.015421593561768532, -0.03232366219162941, -0.038684211671352386, -0.06563430279493332, 0.021453149616718292, -0.022851374000310898, -0.011110401712357998, -0.007786191534250975, -0.03188500180840492, 0.045702748000621796, -0.045181844383478165, 0.013214591890573502, 0.0139890993013978, -0.02360531874001026, 0.010514100082218647, 0.033667054027318954, 0.01145310327410698, -0.06267336010932922, 0.061138052493333817, 0.011905469931662083, 0.044057779014110565, 0.007368094753473997, 0.024510052055120468, -0.005805373191833496, 0.028211236000061035, -0.012474356219172478, 0.01964368298649788, -0.012700539082288742, 0.051624640822410583, -0.006497631315141916, 0.00819743424654007, -0.044578686356544495, 0.008142601698637009, -0.003334491280838847, -0.012159070000052452, 0.004040457773953676, 0.01123377401381731, -0.02017829939723015, -0.020562125369906425, 0.03273490443825722, 0.04307079687714577, -0.026525141671299934, -0.00031185889383777976, 0.005733405705541372, -0.021110448986291885, -0.028869222849607468, 0.025647824630141258, 0.03133668005466461, -0.015284513123333454, -0.036902159452438354, 0.052885785698890686, -0.008300244808197021, 0.004749850835651159, 0.0023749254178255796, -0.012508626095950603, -0.029911037534475327, 0.06338617950677872, -0.011418833397328854, -0.0437287874519825, 0.05439367517828941, -0.008999356999993324, -0.0025531305000185966, 0.01920502446591854, -0.012878743931651115, 0.023852065205574036, 0.009753301739692688, 0.0033224967774003744, 0.02575748786330223, -0.002959232544526458, 0.032570406794548035, 0.01579171232879162, 0.012885598465800285, -0.018505912274122238, 0.0005359003553166986, 0.03876645863056183, -0.03002070263028145, 0.033667054027318954, -0.010520953685045242, -0.02078145369887352, -0.023098120465874672, -0.05085698887705803, 0.006295437458902597, 0.013584710657596588, 0.01697060652077198, 0.008499011397361755, 0.03133668005466461, 0.060973554849624634, -0.005891048815101385, -0.01753263920545578, -0.014886978082358837, 0.0158876683562994, 0.05291320011019707, 0.03512011095881462, -0.042933717370033264, 0.002595968311652541, 0.007676526438444853, -0.04142582789063454, -0.021782144904136658, 0.03928736597299576, -0.0022789689246565104, -0.057738445699214935, 0.0008066350128501654, -0.007299554534256458, -0.030240030959248543, 0.0648118183016777, -0.022357884794473648, -0.028348315507173538, 0.023084411397576332, 0.007786191534250975, 0.07144653052091599, -0.033063896000385284, -0.0014316379092633724, 0.002455460373312235, -0.055079080164432526, -0.024962419643998146, 0.004417429678142071, 0.0017854778561741114, -0.02947237901389599, -0.017628595232963562, -0.010301624424755573, -0.028348315507173538, -0.007162473630160093, 0.003421880304813385, -0.00957509595900774, -0.02035650424659252, 0.00791641790419817, -0.03980827331542969, 0.011597038246691227, 0.023920604959130287, 0.041837070137262344, 0.011720411479473114, 0.03947928175330162, 0.07950688153505325, 0.021494274958968163, 0.028896639123558998, -0.017299601808190346, 0.005044574849307537, -0.011651870794594288, 0.0013433921849355102, 0.001890001934953034, 0.0032505292911082506, -0.04614140838384628, -0.03405087813735008, -0.024811631068587303, 0.009410599246621132, -0.00755315413698554, 0.030925435945391655, 0.009067896753549576, -0.026621097698807716, -0.025442203506827354, 0.013906850479543209, -0.01857445202767849, -0.012590874917805195, -0.0687597468495369, 0.026552557945251465, 0.0015798566164448857, -0.045099593698978424, -0.015723170712590218, -0.014174157753586769, -0.009808133356273174, 0.03539426997303963, -0.03122701309621334, -0.023934314027428627, -0.022673169150948524, -0.011850638315081596, -0.017930172383785248, 0.03758756443858147, 0.03657316789031029, -0.04381103441119194, -0.03816330432891846, -0.04065817594528198, 0.039095453917980194, 0.0037148906849324703, -0.03350255638360977, 0.007642256561666727, 0.04104200005531311, 0.01529822126030922, 0.016559364274144173, 0.009561387822031975, 0.05077474191784859, -0.02627839520573616, 0.040850088000297546, -0.049020104110240936, -0.0052536227740347385, -0.003985625226050615, 0.01095961220562458, 0.03448953852057457, 0.0009929792722687125, -0.012741663493216038, -0.050144169479608536, -0.013461337424814701, 0.0013562435051426291, -0.00043137624743394554, 0.011151526123285294, 0.007388656958937645, -0.027251670137047768, 0.044085197150707245, -0.03931478410959244, -0.004376305732876062, 0.018862321972846985, 0.03569584712386131, -0.008361930958926678, 0.029773956164717674, -0.021137865260243416, -0.005829362198710442, 0.005411265883594751, -0.03325581178069115, 0.008183726109564304, -0.03544910252094269, -0.0328993983566761, -0.020987074822187424, -0.014557984657585621, 0.02249496430158615, 0.01639486849308014, -0.0033773290924727917, 0.010377018712460995, -0.057628780603408813, -0.0049349102191627026, 0.004362597595900297, -0.028896639123558998, 0.00412270613014698, -0.008745756931602955, 0.015709463506937027, 0.020438753068447113, 0.003269377863034606, -0.01964368298649788, -0.021137865260243416, -0.04227573052048683, 0.03895837441086769, 0.043509457260370255, 0.0448528490960598, 0.061028387397527695, -0.00006987909728195518, 0.021028200164437294, 0.003238534787669778, 0.007902709767222404, 0.014407195150852203, 0.003875960595905781, 0.0373956523835659, -0.02566153183579445, 0.0301577840000391, 0.012727955356240273, 0.03821813687682152, 0.01583283580839634, 0.03432504087686539, 0.02353677898645401, -0.04397553205490112, -0.038053639233112335, -0.020479876548051834, -0.06843075156211853, 0.03498302772641182, 0.022083722054958344, -0.05625797435641289, -0.028046738356351852, 0.04060334339737892, -0.027004923671483994, 0.030898019671440125, 0.057738445699214935, 0.046799395233392715, -0.044660937041044235, -0.05927375331521034, 0.000909017282538116, 0.018437372520565987, 0.004304338246583939, -0.04211123287677765, -0.03133668005466461, -0.03780689463019371, 0.017656011506915092, 0.00823855772614479, -0.055627401918172836, -0.07139169424772263, -0.028238652274012566, -0.004893785808235407, 0.013632688671350479, -0.059438250958919525, -0.023358574137091637, 0.001066660275682807, 0.0036532043013721704, 0.01964368298649788, -0.05107631906867027, -0.04065817594528198, 0.04180965572595596, 0.01861557736992836, 0.03454437106847763, 0.0021727310959249735, -0.05466783791780472, -0.06015107035636902, 0.005925319157540798, 0.040274348109960556, -0.022769127041101456, 0.027251670137047768, -0.014612817205488682, 0.11679287254810333, -0.04397553205490112, -0.010836239904165268, -0.016847234219312668, 0.026470309123396873, -0.042385391891002655, -0.024907587096095085, 0.04767671227455139, -0.022152261808514595, -0.0006322853150777519, 0.002825578674674034, 0.03155600652098656, 0.0279781986027956, -0.019259857013821602, -0.02084999531507492, -0.021096739917993546, -0.029773956164717674, -0.03714890405535698, -0.012090529315173626, -0.0120562594383955, -0.0017015158664435148, -0.003742306726053357, 0.006662128493189812, 0.00903362687677145, -0.01971222460269928, -0.007779337465763092, 0.04000018537044525, 0.04581241309642792, 0.009095313027501106, -0.016148122027516365, -0.008917108178138733, 0.02127494476735592, -0.0071419114246964455, 0.00960251223295927, 0.004660748410969973, -0.008834859356284142, -0.025003543123602867, -0.012508626095950603, -0.05461300536990166, -0.022755417972803116, -0.013893142342567444, 0.017285892739892006, -0.030349696055054665, 0.030404528602957726, -0.06201536953449249, -0.03407829627394676, 0.022796543315052986, 0.013152905739843845, -0.027539540082216263, 0.006826625671237707, 0.048992689698934555, 0.006926008965820074, 0.009431160986423492, 0.003937646746635437, -0.014982935041189194, -0.016531948000192642, -0.03355738893151283, 0.02567524090409279, -0.0032094051130115986, -0.0022481256164610386, 0.03440728783607483, 0.002376639051362872, -0.017313309013843536, -0.012913014739751816, -0.050089336931705475, -0.014681356959044933, -0.016148122027516365, -0.020575832575559616, 0.04337237402796745, -0.008574405685067177, 0.01857445202767849, -0.011597038246691227, 0.029417546465992928, -0.005551773589104414, 0.0046299053356051445, -0.009451723657548428, 0.023701276630163193, -0.012940431013703346, 0.01507889200001955, 0.011172087863087654, -0.0011994573287665844, 0.005435254890471697, -0.057683613151311874, -0.026127606630325317, -0.030788354575634003, -0.031035101041197777, 0.043043382465839386, -0.028266068547964096, 0.01692948304116726, -0.01098702847957611, 0.0568062961101532, 0.05921892076730728, -0.00519536342471838, -0.009424307383596897, 0.02294733189046383, -0.030788354575634003, -0.06645678728818893, -0.004962326027452946, -0.006638139486312866, -0.05485974997282028, 0.035229772329330444, -0.019904136657714844, -0.008046644739806652, 0.03898578882217407, 0.041370995342731476, 0.022357884794473648, -0.046305906027555466, -0.041343580931425095, -0.06349584460258484, 0.04159032553434372, -0.05305028334259987, 0.02020571567118168, -0.0064633614383637905, 0.03166567161679268, -0.029856204986572266, -0.050527993589639664, -0.023262618109583855, 0.011699848808348179, -0.004098717123270035, 0.00024546036729589105, -0.04320788010954857, -0.051213398575782776, -0.03002070263028145, -0.010932196862995625, -0.0013733785599470139, 0.01799871399998665, -0.018821198493242264, 0.0031477187294512987, -0.0359974279999733, -0.02293362282216549, -0.009561387822031975, 0.03618934005498886, -0.03624417260289192, 0.022632045671343803, -0.030569026246666908, -0.031446341425180435, -0.020987074822187424, -0.042851466685533524, -0.03322839364409447, 0.04282405227422714, 0.0031254428904503584, -0.002102477243170142, 0.03986310586333275, -0.007272138260304928, -0.04997967183589935, -0.03437987342476845, -0.02353677898645401, 0.024907587096095085, 0.0015275945188477635, -0.06437315791845322, -0.035312023013830185, 0.0004442275676410645, -0.06404416263103485, 0.015270804986357689, -0.02198776602745056, 0.007738213054835796, 0.003677193308249116, -0.04032918065786362, -0.012159070000052452, 0.029719125479459763, -0.01561350654810667, 0.04098716750741005, 0.011117255315184593, 0.004287202842533588, 0.02459230087697506, 0.029856204986572266, 0.0005457530496641994, -0.02179585210978985, -0.028320899233222008, -0.06563430279493332, -0.046799395233392715, -0.008423617109656334, -0.05365343764424324, 0.008265974000096321, -0.02675817906856537, -0.006007567513734102, -0.04208381474018097, -0.00696713337674737, 0.03934219852089882, 0.02689525857567787, 0.04915718734264374, 0.04770413041114807, -0.021069323644042015, 0.00984925776720047, -0.01335852686315775, -0.06826625764369965, -0.030788354575634003, -0.02304328791797161, 0.03671024739742279, 0.017340725287795067, 0.0073612406849861145, 0.0006541326292790473, -0.057190123945474625, 0.03953411057591438, 0.026607390493154526, 0.018752658739686012, -0.0002850852906703949, 0.04531892389059067, -0.0076696728356182575, 0.022741710767149925, -0.02401656284928322, -0.0382455512881279, 0.012440085411071777, 0.07890372723340988, -0.017299601808190346, -0.022152261808514595, 0.005767676047980785, 0.051624640822410583, -0.03440728783607483, -0.029801372438669205, -0.01753263920545578, -0.035312023013830185, 0.01968480832874775, -0.007333824411034584, -0.021658770740032196, 0.024729382246732712, -0.06722444295883179, 0.01920502446591854, -0.012433231808245182, -0.012919868342578411, -0.010267354547977448, 0.033063896000385284, 0.02736133337020874, -0.006394820753484964, -0.031418927013874054, 0.051295649260282516, 0.03876645863056183, 0.005236487835645676, 0.028622478246688843, 0.03383154794573784, 0.02124752849340439, 0.022851374000310898, 0.00533587159588933, -0.0262921042740345, 0.019396938383579254, 0.01287189032882452, 0.018711533397436142, -0.0076354024931788445, -0.0029917892534285784, 0.03407829627394676, -0.01233042124658823, -0.0003300649404991418, 0.03298164904117584, -0.0009826981695368886, -0.04326271265745163, 0.024372972548007965, -0.039588943123817444, 0.0568062961101532, -0.0036634851712733507, -0.016888359561562538, 0.03871162608265877, -0.0036840473767369986, -0.012851327657699585, 0.003060329705476761, 0.012584020383656025, 0.024208474904298782, -0.0024074821267277002, -0.03213174641132355, -0.03819071874022484, 0.0393696166574955, 0.04032918065786362, 0.014037077315151691, 0.006014421582221985, -0.03544910252094269, 0.025058375671505928, 0.018259167671203613, 0.02685413509607315, 0.04213864728808403, 0.03336547315120697, 0.030733522027730942, -0.0004127418214920908, 0.03766981139779091, 0.009506556205451488, -0.010466122068464756, 0.007299554534256458, -0.013858872465789318, -0.022124847397208214, 0.033063896000385284, -0.03816330432891846, -0.018272874876856804, 0.008971940726041794, 0.011432541534304619, 0.044002946466207504, -0.029253050684928894, 0.02245384082198143, -0.05359860509634018, 0.01962997578084469, 0.011665578931570053, -0.017628595232963562, -0.03873904421925545, 0.04329012706875801, -0.040219515562057495, 0.01202884316444397, 0.05856093019247055, 0.05055541172623634, -0.045620501041412354, 0.08318065106868744, 0.033200979232788086, -0.01396168302744627, 0.016257787123322487, 0.03399604558944702, -0.009417452849447727, 0.011425687000155449, 0.028622478246688843, -0.034270208328962326, -0.004318046383559704, 0.0039650630205869675, 0.01200142689049244, 0.04383844882249832, 0.0011480519315227866, 0.013475045561790466, 0.032570406794548035, 0.005137104075402021, 0.013002117164433002, -0.03849229961633682, 0.023385990411043167, 0.05156980827450752, 0.04378361627459526, -0.019547726958990097, -0.03616192564368248, -0.044606104493141174, -0.03394121304154396, -0.051679473370313644, -0.0274161659181118, 0.023701276630163193, -0.01961626671254635, 0.005606606137007475, -0.032104332000017166, -0.029691709205508232, -0.05203588306903839, 0.01640857569873333, -0.026977507397532463, -0.0043249004520475864, 0.04257730767130852, 0.006809490267187357, 0.024839047342538834, 0.007751921191811562, 0.0361345075070858, -0.005640876479446888, 0.04959584400057793, 0.029828788712620735, -0.017847923561930656, 0.011878054589033127, 0.03287198394536972, 0.031418927013874054, -0.0016389726661145687, -0.03509269282221794, -0.0010940764332190156, -0.03991793841123581, 0.02082257904112339, -0.04915718734264374, -0.02027425542473793, 0.024935003370046616, -0.002729622181504965, 0.005003450438380241, 0.035942595452070236, 0.03553135320544243, -0.016230370849370956, -0.059438250958919525, 0.003233394119888544, -0.048992689698934555, 0.03446212038397789, -0.028046738356351852, 0.041891902685165405, -0.02409880980849266, -0.004174111410975456, 0.008944524452090263, -0.036847326904535294, 0.21647804975509644, 0.04010985046625137, 0.016257787123322487, 0.02515433356165886, 0.017765676602721214, 0.04474318400025368, 0.020096050575375557, -0.08795106410980225, 0.04965067654848099, -0.005987005308270454, -0.01760117895901203, 0.012117945589125156, -0.04542858898639679, 0.03953411057591438, 0.03558618575334549, 0.06420866400003433, -0.02906113676726818, 0.0515972264111042, 0.01868411712348461, -0.017751967534422874, -0.06069939211010933, 0.005702562630176544, 0.007539446000009775, 0.01690206676721573, -0.04770413041114807, 0.015490134246647358, -0.0013853731798008084, -0.016120705753564835, -0.000371831760276109, -0.037423066794872284, 0.010253646411001682, 0.012926722876727581, 0.03333805873990059, -0.002254979684948921, -0.050582826137542725, 0.01801242120563984, -0.0603155680000782, -0.007505175657570362, -0.03731340169906616, 0.009520263411104679, 0.022865083068609238, 0.007936980575323105, 0.0461139939725399, -0.030952852219343185, -0.033721886575222015, 0.05872542783617973, -0.013721791096031666, 0.00658673420548439, 0.07484613358974457, -0.07281734049320221, 0.022741710767149925, -0.0005491800839081407, 0.046305906027555466, 0.011878054589033127, -0.01909535937011242, 0.013543586246669292, 0.006398248020559549, -0.070020891726017, 0.03119959682226181, 0.008039791136980057, 0.009725885465741158, -0.005353006534278393, -0.04254988953471184, 0.00010955757170449942, -0.019410645589232445, -0.0013151192106306553, 0.0003041480958927423, 0.04331754148006439, 0.00873890332877636, 0.019917845726013184, -0.01591508463025093, -0.0008190579828806221, -0.005000023171305656, -0.03342030569911003, -0.004156976472586393, -0.007107641082257032, -0.052200380712747574, -0.00005783097731182352, -0.0142015740275383, 0.021549107506871223, -0.00466417521238327, -0.015229680575430393, -0.002265260787680745, 0.0267170537263155, 0.06196053698658943, 0.04054851084947586, -0.039095453917980194, -0.0043249004520475864, -0.0137080829590559, 0.008601821959018707, -0.002801589434966445, 0.03607967495918274, -0.012515479698777199, 0.002643946558237076, -0.009136437438428402 ]
9890_0
Electron counting is a formalism used for classifying compounds and for explaining or predicting electronic structure and bonding. Many rules in chemistry rely on electron-counting: Octet rule is used with Lewis structures for main group elements, especially the lighter ones such as carbon, nitrogen, and oxygen, 18-electron rule in inorganic chemistry and organometallic chemistry of transition metals, Hückel's rule for the π-electrons of aromatic compounds, Polyhedral skeletal electron pair theory for cluster compounds, including transition metals and main group elements such as boron including Wade's rules for polyhedral cluster compounds, including transition metals and main group elements and mixtures thereof. Atoms are called "electron-deficient" when they have too few electrons as compared to their respective rules, or "hypervalent" when they have too many electrons. Since these compounds tend to be more reactive than compounds that obey their rule, electron counting is an important tool for identifying the reactivity of molecules. Counting rules Two methods of electron counting are popular and both give the same result. The neutral counting approach assumes the molecule or fragment being studied consists of purely covalent bonds. It was popularized by Malcolm Green along with the L and X ligand notation. It is usually considered easier especially for low-valent transition metals. The "ionic counting" approach assumes purely ionic bonds between atoms. One can check one's calculation by employing both approaches. It is important, though, to be aware that most chemical species exist between the purely covalent and ionic extremes.
[ -0.027308370918035507, -0.013777391985058784, 0.038614384829998016, -0.029888460412621498, -0.034874703735113144, 0.025264590978622437, 0.0145456213504076, -0.022655511274933815, -0.01700250431895256, 0.053138263523578644, 0.03130896016955376, -0.026409687474370003, 0.008696933276951313, -0.04760121554136276, -0.013857114128768444, -0.027119936421513557, -0.004497039131820202, 0.0018680287757888436, -0.04299183934926987, 0.005819697864353657, 0.019031789153814316, 0.03484571352601051, -0.0399189256131649, -0.028409982100129128, -0.01640821434557438, 0.03177279606461525, 0.029743513092398643, -0.011972778476774693, 0.03936811909079552, 0.01710396818816662, 0.018408508971333504, -0.015799429267644882, -0.012349645607173443, -0.03864337503910065, -0.032381583005189896, -0.014132516458630562, 0.021365465596318245, -0.03214966505765915, 0.0005811544833704829, -0.027888165786862373, 0.07206858694553375, -0.019481129944324493, -0.0024876852985471487, -0.037831660360097885, -0.033077336847782135, -0.026945998892188072, 0.006131337955594063, -0.020220370963215828, -0.016132811084389687, -0.03797660768032074, -0.001985799754038453, 0.0116031588986516, 0.039687007665634155, 0.0030946587212383747, -0.01587190292775631, -0.04719536006450653, 0.014291960746049881, 0.02185829170048237, -0.0353965200483799, 0.01949562504887581, 0.042614974081516266, -0.028772354125976562, -0.004558642394840717, 0.003105530049651861, 0.017741743475198746, 0.033019356429576874, -0.027627257630228996, -0.004819550551474094, 0.01232790295034647, -0.030816134065389633, -0.04165831208229065, -0.01630675047636032, 0.004446307197213173, -0.0073525323532521725, -0.05308028310537338, 0.02736635133624077, 0.05508057773113251, -0.02062622644007206, -0.010443567298352718, -0.0024442006833851337, -0.013117874972522259, 0.009443419985473156, -0.03261350095272064, 0.03884630277752876, -0.011690127663314342, -0.015886398032307625, -0.01519064325839281, 0.05226856842637062, -0.013422267511487007, -0.04484718665480614, 0.03255552053451538, 0.05563138425350189, 0.01810411550104618, -0.015219633467495441, 0.04128144308924675, 0.024235455319285393, 0.022090211510658264, 0.02267000637948513, -0.01716194860637188, -0.009001325815916061, 0.06076257303357124, 0.06000883877277374, -0.0094144307076931, 0.05890722945332527, -0.04612273722887039, 0.05696491524577141, 0.007396017201244831, 0.033831071108579636, 0.02336576022207737, -0.05589229241013527, 0.034497834742069244, -0.046209707856178284, -0.04496314749121666, 0.004497039131820202, -0.049920398741960526, 0.06041469797492027, 0.017582301050424576, 0.036382172256708145, -0.03252653032541275, -0.016263265162706375, 0.033048346638679504, -0.002911660820245743, 0.028888313099741936, 0.022090211510658264, -0.026931503787636757, -0.013799134641885757, -0.020017441362142563, 0.008196859620511532, -0.004265121184289455, -0.04160033166408539, -0.007330790162086487, 0.004768818616867065, -0.01823456957936287, 0.019973957911133766, -0.028294023126363754, 0.01590089313685894, -0.007762013003230095, 0.028134578838944435, 0.025148632004857063, -0.005243526306003332, 0.028583921492099762, -0.01552402600646019, 0.01740836165845394, 0.09253536909818649, -0.005276139825582504, 0.05255846679210663, -0.013864361681044102, 0.033773090690374374, 0.012139469385147095, 0.006442978046834469, -0.053486138582229614, -0.01005945261567831, -0.010878413915634155, 0.04133942350745201, -0.03145390748977661, 0.009726070798933506, 0.02849695086479187, 0.008537489920854568, -0.04751424491405487, -0.05525451526045799, 0.0012855154927819967, -0.006957546807825565, 0.06992334127426147, -0.013103379867970943, -0.035599447786808014, -0.011211796663701534, -0.06737224757671356, -0.02008991688489914, -0.01517614908516407, -0.007682291325181723, 0.010037710890173912, 0.0006545348442159593, -0.026308223605155945, 0.03371511027216911, 0.030990073457360268, 0.020379813387989998, 0.035599447786808014, -0.06679245084524155, -0.02267000637948513, -0.01442241482436657, 0.01198002602905035, -0.030526235699653625, 0.008733171038329601, 0.027511298656463623, 0.021235011518001556, 0.05708087235689163, -0.06261792033910751, -0.012240934185683727, -0.004399199038743973, -0.03409197926521301, 0.060066819190979004, 0.05766066908836365, -0.03873034194111824, 0.0040875584818422794, -0.018712902441620827, 0.023119347169995308, -0.06099449470639229, 0.0718366727232933, -0.005624016746878624, -0.03435288742184639, -0.0015962496399879456, -0.009457915090024471, -0.03397601842880249, -0.01756780594587326, -0.05374704673886299, 0.02691700868308544, 0.026757564395666122, 0.07009728252887726, -0.03554146736860275, 0.03844044730067253, -0.0009938058210536838, 0.01097263116389513, 0.016669122502207756, -0.0026670596562325954, 0.008595469407737255, 0.00026181392604485154, -0.03719388693571091, 0.014958725310862064, -0.024481868371367455, 0.01603134721517563, -0.05154382437467575, 0.03391804173588753, -0.0006481932941824198, 0.040382761508226395, 0.020234864205121994, -0.03107704222202301, 0.00041197193786501884, 0.009805792011320591, -0.008588221855461597, 0.06673447042703629, -0.019307192414999008, 0.06748820096254349, -0.001354366191662848, 0.049891408532857895, -0.0022793211974203587, -0.004015084356069565, 0.04380355402827263, 0.007403264753520489, 0.011690127663314342, 0.0013217526720836759, -0.0007211207412183285, -0.0009620982455089688, -0.009153522551059723, 0.0029243438038975, 0.026467667892575264, -0.04394850507378578, -0.039310138672590256, 0.02556898444890976, -0.03504864126443863, 0.052123621106147766, -0.055747341364622116, 0.035280559211969376, 0.05293533578515053, -0.03177279606461525, -0.029134726151823997, -0.02081466093659401, 0.03299036622047424, 0.019843503832817078, -0.02097410522401333, 0.007537342142313719, 0.013262823224067688, 0.016698112711310387, -0.00668214401230216, -0.030555225908756256, -0.01207424234598875, 0.07114091515541077, 0.02487322874367237, 0.001266490900889039, 0.021814808249473572, -0.026902513578534126, -0.06313973665237427, -0.06058863550424576, -0.04244103655219078, 0.01358895841985941, -0.04783313348889351, 0.013444009236991405, 0.01497322041541338, -0.02509065344929695, -0.0007396923028863966, -0.006914061959832907, -0.028294023126363754, 0.004185399040579796, 0.004790560808032751, 0.0270184725522995, 0.005783460568636656, 0.05029726400971413, -0.03907822072505951, 0.02027834951877594, -0.04974645748734474, 0.00933470856398344, -0.049514539539813995, -0.042585983872413635, 0.018147600814700127, -0.02046678401529789, -0.01748083531856537, 0.0030185605864971876, 0.026047315448522568, -0.008515747264027596, 0.00018220528727397323, -0.026148779317736626, -0.03220764175057411, 0.005663877818733454, 0.01643720455467701, -0.009653596207499504, -0.009617358446121216, 0.014154259115457535, 0.0029696403071284294, -0.018205581232905388, -0.008131632581353188, 0.0056348880752921104, -0.019611584022641182, 0.0007723058224655688, 0.017495330423116684, 0.005602274555712938, -0.012298913672566414, 0.0195825956761837, 0.04096255451440811, 0.01215396448969841, 0.018785376101732254, -0.05412391573190689, -0.055370476096868515, 0.019452141597867012, -0.04670253396034241, -0.04247002303600311, 0.0019513744628056884, 0.023278791457414627, -0.027322866022586823, -0.055747341364622116, 0.042267095297575, -0.011690127663314342, -0.03742580488324165, 0.04577485844492912, 0.010160917416214943, 0.03246854990720749, -0.020133400335907936, -0.013154111802577972, -0.023641163483262062, 0.003942609764635563, 0.029772501438856125, -0.01980001851916313, 0.01565448008477688, -0.04136841371655464, 0.0024079633876681328, 0.027844682335853577, 0.01056677382439375, 0.014378929510712624, -0.030120380222797394, -0.022380108013749123, -0.030932093039155006, 0.0065698083490133286, 0.0048159267753362656, 0.03884630277752876, -0.0009756872314028442, 0.02890280820429325, -0.00047606651787646115, 0.0517757423222065, -0.02143794111907482, -0.0547906793653965, -0.012168459594249725, -0.0065915510058403015, -0.020205875858664513, 0.038933273404836655, -0.02562696300446987, 0.01813310571014881, -0.05522552877664566, -0.052442509680986404, -0.011458209715783596, -0.03823751583695412, 0.034874703735113144, -0.05047120526432991, 0.04174527898430824, 0.0015545767964795232, 0.04032478109002113, 0.044731225818395615, 0.012856966815888882, -0.020017441362142563, 0.0673142671585083, 0.015060190111398697, 0.058646321296691895, -0.001434088102541864, -0.02333677187561989, 0.005747223272919655, -0.011907551437616348, 0.0008841882226988673, -0.02654014155268669, 0.033019356429576874, -0.021901777014136314, 0.0015799428801983595, -0.04687647148966789, -0.03626621142029762, -0.025713933631777763, -0.015466046519577503, -0.01627776026725769, -0.029395634308457375, -0.02462681569159031, 0.00529788201674819, 0.04171628877520561, -0.029772501438856125, -0.00024143049085978419, -0.006957546807825565, 0.0130381528288126, 0.03757075220346451, 0.01451663114130497, -0.0013326238840818405, 0.011139322072267532, 0.019060779362916946, -0.048383940011262894, 0.03733883425593376, 0.02790266089141369, -0.01740836165845394, -0.0738079771399498, -0.0014866320416331291, -0.009465162642300129, -0.043687596917152405, 0.05415290594100952, -0.012741007842123508, -0.04484718665480614, 0.009443419985473156, -0.0067981029860675335, 0.026409687474370003, -0.016553163528442383, -0.029265180230140686, -0.0009100072784349322, 0.005261644721031189, 0.00870418082922697, -0.015161653980612755, 0.0034334769006818533, -0.04896373674273491, 0.030091390013694763, 0.07363403588533401, -0.018756385892629623, -0.015060190111398697, -0.05238452926278114, -0.020133400335907936, -0.041136495769023895, -0.014154259115457535, 0.052065640687942505, 0.00858097430318594, 0.001677783438935876, -0.046992428600788116, -0.01850997284054756, -0.02232212945818901, 0.018843356519937515, 0.0024804379791021347, 0.018495477735996246, 0.003823027014732361, 0.0738079771399498, 0.03757075220346451, 0.0015246811090037227, -0.019597090780735016, 0.018437499180436134, -0.0733441412448883, 0.016524173319339752, -0.003544000443071127, 0.03249754011631012, 0.05107998847961426, 0.015857407823204994, -0.007993930950760841, 0.03397601842880249, 0.026496656239032745, 0.022713491693139076, -0.0008846411947160959, 0.030149368569254875, -0.002777583198621869, 0.0033102703746408224, 0.06667649000883102, -0.011161064729094505, 0.017335887998342514, 0.005663877818733454, -0.0020945114083588123, -0.008711428381502628, -0.0361502543091774, 0.03029431775212288, -0.04070165008306503, 0.04739828780293465, -0.03252653032541275, -0.019133253023028374, 0.01694452576339245, -0.02553999423980713, -0.011074095033109188, -0.020771175622940063, 0.012095985002815723, 0.010240638628602028, -0.017292402684688568, 0.03609227389097214, -0.044064462184906006, 0.005855935160070658, -0.003400863381102681, -0.06099449470639229, 0.0019133253954350948, -0.012081489898264408, 0.02377161756157875, 0.02562696300446987, -0.002221341710537672, 0.008015673607587814, 0.008283829316496849, -0.06951748579740524, -0.029642047360539436, -0.005120319314301014, 0.017799723893404007, 0.022539552301168442, -0.009088295511901379, -0.02122051827609539, 0.008001178503036499, 0.020553752779960632, 0.016074832528829575, -0.010102937929332256, 0.02040880359709263, 0.002732286462560296, 0.011559673584997654, 0.0004969029105268419, 0.018886839970946312, -0.005816074088215828, 0.01106684748083353, 0.034178949892520905, -0.02654014155268669, 0.04064366966485977, 0.011335003189742565, -0.043629616498947144, 0.08291076868772507, 0.008638953790068626, -0.017074979841709137, 0.03548348695039749, 0.05624016746878624, -0.044093452394008636, 0.01396582555025816, 0.02946810983121395, -0.048036061227321625, -0.02433691918849945, -0.008341808803379536, 0.008283829316496849, -0.010559526272118092, -0.06557487696409225, -0.010102937929332256, -0.008276581764221191, -0.003447971772402525, 0.06557487696409225, 0.002505803946405649, -0.04884777590632439, -0.001410533906891942, -0.03649812936782837, 0.018741890788078308, 0.053167253732681274, -0.007091624662280083, -0.03980296477675438, -0.004391951486468315, -0.0216988492757082, 0.021771322935819626, -0.03246854990720749, -0.024235455319285393, -0.02140895090997219, 0.02298889309167862, 0.0224525835365057, 0.015074684284627438, -0.007479362655431032, -0.025308076292276382, -0.010211649350821972, 0.04386153444647789, -0.013661433011293411, 0.036759037524461746, -0.006885072216391563, 0.03371511027216911, -0.02226414903998375, -0.0037722948472946882, 0.026786554604768753, -0.024133989587426186, -0.013139616698026657, -0.0074938577599823475, 0.06609669327735901, -0.016611142084002495, -0.0353965200483799, -0.013574463315308094, -0.007935951463878155, 0.00189339485950768, 0.026047315448522568, -0.04742727801203728, -0.020887134596705437, -0.046557582914829254, -0.052529476583004, 0.027772206813097, -0.0017448222497478127, 0.010211649350821972, -0.013835371471941471, 0.0016478877514600754, 0.03951306641101837, -0.06418336927890778, 0.03406298905611038, 0.037048935890197754, 0.03797660768032074, 0.016176296398043633, 0.0254675205796957, -0.012596058659255505, -0.035222578793764114, 0.015784934163093567, -0.0009811228374019265, -0.003208806039765477, 0.009218749590218067, 0.028540436178445816, -0.03844044730067253, -0.06609669327735901, -0.030816134065389633, 0.04064366966485977, 0.0566750168800354, -0.015639984980225563, 0.05235553905367851, 0.002311934716999531, -0.01804613694548607, 0.005113072227686644, -0.013668680563569069, -0.0005426523857749999, 0.060066819190979004, 0.018973810598254204, -0.022467078641057014, 0.005953775718808174, 0.01713295839726925, 0.006424859631806612, -0.020669711753726006, -0.001334435772150755, 0.03220764175057411, -0.01555301621556282, -0.01185681950300932, 0.02433691918849945, -0.0124511094763875, -0.029207201674580574, 0.01479928195476532, 0.03583136573433876, 0.0069901603274047375, -0.0034570309799164534, -0.03687499836087227, -0.0173213928937912, 0.0019640575628727674, -0.0357733853161335, -0.05197867378592491, 0.012654038146138191, -0.0013389653759077191, 0.017118463292717934, -0.007972189225256443, 0.033773090690374374, -0.015422562137246132, 0.004007836803793907, 0.08894063532352448, -0.005055092740803957, -0.011385735124349594, -0.04783313348889351, -0.043687596917152405, -0.02068420685827732, -0.00979129783809185, 0.03496167063713074, 0.0049246386624872684, 0.014494889415800571, 0.026844535022974014, 0.04449930787086487, 0.038208525627851486, 0.016016852110624313, -0.021104559302330017, 0.022206170484423637, 0.005026102531701326, -0.04780414327979088, -0.0015219633933156729, -0.013958577997982502, 0.018930325284600258, 0.02430792897939682, -0.021626373752951622, -0.0738079771399498, 0.03177279606461525, 0.0023427363485097885, -0.00000902391730051022, -0.011733612976968288, -0.0471663698554039, -0.05908116698265076, -0.020002946257591248, -0.055312495678663254, -0.02994644083082676, -0.001633392763324082, -0.01885784976184368, 0.024974694475531578, -0.015973366796970367, -0.009856524877250195, 0.05800854414701462, -0.05557340383529663, 0.030787143856287003, -0.021872786805033684, 0.03328026458621025, -0.020800165832042694, -0.013567215763032436, -0.04203517735004425, -0.0034787734039127827, -0.005308752879500389, -0.0073018004186451435, -0.042585983872413635, -0.014567363075911999, 0.025482015684247017, 0.0024224582593888044, -0.08204106986522675, -0.025134136900305748, -0.029671037569642067, -0.04023781046271324, 0.005276139825582504, 0.007207583636045456, 0.028786849230527878, -0.006153080612421036, 0.001506562577560544, 0.005903043318539858, 0.0071242377161979675, 0.006613293197005987, -0.02613428421318531, -0.04139740392565727, 0.01737937144935131, 0.044818196445703506, -0.05916813760995865, 0.00968258548527956, -0.0012248181737959385, 0.005609522107988596, -0.05455876141786575, 0.01968405954539776, -0.04215113818645477, 0.020539257675409317, 0.00210175896063447, -0.06209610402584076, 0.028917303308844566, 0.0475432351231575, 0.01437168288975954, 0.0022231535986065865, 0.03472975268959999, -0.009805792011320591, -0.01134949829429388, -0.0024623193312436342, 0.013103379867970943, 0.03429490700364113, -0.004631116986274719, 0.008943346329033375, -0.0211335476487875, -0.008812892250716686, -0.004399199038743973, 0.031627848744392395, -0.031627848744392395, -0.028004124760627747, 0.0030656689777970314, -0.020104410126805305, -0.03664308041334152, 0.0006001790170557797, 0.013719412498176098, -0.05041322484612465, 0.019785523414611816, -0.023496214300394058, -0.06766214221715927, 0.0011849572183564305, -0.04209315776824951, -0.052036650478839874, -0.016828566789627075, -0.013074389658868313, -0.013045400381088257, -0.008921604603528976, -0.04128144308924675, 0.0017031494062393904, 0.04594879969954491, 0.03177279606461525, -0.013212091289460659, -0.02487322874367237, -0.030932093039155006, 0.00777650810778141, -0.030526235699653625, 0.05151483416557312, 0.0024115871638059616, 0.008262086659669876, 0.007928703911602497, -0.059776920825242996, 0.03400500863790512, 0.02868538536131382, -0.004319476895034313, 0.005797955673187971, -0.01223368663340807, -0.003614662913605571, 0.041861239820718765, -0.0007627935265190899, 0.04174527898430824, -0.023945556953549385, -0.04418042302131653, 0.02406151592731476, -0.010146422311663628, 0.01917673833668232, 0.01134949829429388, 0.03284541890025139, 0.03919418156147003, -0.018350528553128242, -0.019452141597867012, 0.0064502255991101265, 0.07050313800573349, -0.02371363900601864, 0.04925363138318062, 0.024264443665742874, 0.012117727659642696, -0.0005041503463871777, -0.03586035594344139, 0.018350528553128242, 0.00189339485950768, 0.02720690704882145, 0.03220764175057411, 0.03412096947431564, 0.011095837689936161, 0.03475874289870262, -0.0032305484637618065, 0.02578640729188919, 0.0028428100049495697, -0.01756780594587326, 0.015495036728680134, 0.05021029710769653, 0.02194526232779026, -0.013878855854272842, 0.01646619476377964, -0.004511534236371517, 0.04571688175201416, -0.03806357830762863, -0.02688801847398281, 0.048007071018218994, 0.023539699614048004, 0.04275992140173912, -0.03220764175057411, 0.012342398054897785, 0.019669564440846443, -0.027946146205067635, 0.08337460458278656, -0.007747518364340067, -0.026569131761789322, 0.003783165942877531, 0.08569378405809402, 0.006885072216391563, 0.0016759715508669615, 0.04681849107146263, -0.01517614908516407, 0.015103674493730068, -0.041919220238924026, 0.014132516458630562, 0.010704475454986095, 0.04612273722887039, -0.00580882653594017, -0.040788616985082626, -0.010349350981414318, 0.02949710004031658, -0.045919809490442276, 0.013907846063375473, 0.0009294847841374576, -0.035657428205013275, -0.01942315138876438, -0.04719536006450653, 0.03986094519495964, -0.01089290902018547, 0.0486738383769989, 0.03873034194111824, 0.027308370918035507, -0.00858097430318594, 0.01592988334596157, -0.008182364515960217, -0.005120319314301014, 0.04597778618335724, -0.037802670150995255, 0.01980001851916313, 0.0544138140976429, 0.057979557663202286, -0.0029062251560389996, 0.006776360794901848, 0.0037577999755740166, -0.03325127437710762, 0.03681701794266701, -0.0005263456841930747, -0.0054428307339549065, -0.018089622259140015, 0.016147306188941002, -0.0006500051822513342, -0.0005535235977731645, 0.03180178627371788, 0.002525734482333064, -0.03496167063713074, 0.010965383611619473, 0.016741596162319183, 0.01552402600646019, -0.024105001240968704, 0.021481424570083618, -0.037483781576156616, 0.01043631974607706, -0.025235602632164955, -0.0052870106883347034, 0.011639395728707314, -0.037483781576156616, 0.01161765307188034, -0.0002550194622017443, -0.01603134721517563, -0.020756680518388748, -0.011081342585384846, 0.018654922023415565, -0.03067118488252163, 0.008008426055312157, 0.01885784976184368, -0.03467177599668503, 0.026960493996739388, -0.016205286607146263, 0.02465580590069294, 0.0002966922475025058, -0.03620823100209236, -0.020640721544623375, 0.02235111966729164, 0.05151483416557312, -0.04157134145498276, 0.04467324912548065, 0.04064366966485977, 0.00572185730561614, 0.030903102830052376, 0.022003240883350372, -0.017828714102506638, -0.02371363900601864, 0.013371534645557404, -0.03287440910935402, -0.01404554769396782, -0.004268744960427284, -0.012487347237765789, 0.059342075139284134, 0.045195065438747406, -0.0327584482729435, 0.003139955224469304, 0.031975723803043365, -0.0065915510058403015, -0.08024370670318604, 0.022974399849772453, -0.05183372274041176, 0.03325127437710762, -0.054268863052129745, 0.004739828873425722, 0.05597926303744316, -0.01995946280658245, 0.24745674431324005, 0.04162932187318802, 0.02027834951877594, 0.006250920705497265, -0.0007677761605009437, 0.021336477249860764, -0.0034660904202610254, -0.06337165832519531, 0.013552721589803696, -0.000443452998297289, -0.012045253068208694, -0.025713933631777763, -0.02503267303109169, -0.008283829316496849, 0.04287588223814964, 0.053891997784376144, -0.04209315776824951, -0.023061368614435196, 0.007841735146939754, -0.05809551477432251, -0.028409982100129128, -0.03133795037865639, -0.012538079172372818, 0.00984202977269888, 0.005906667094677687, 0.012914946302771568, 0.02484424039721489, 0.00325953820720315, -0.014502136036753654, 0.0001228668261319399, -0.03693297877907753, 0.016930030658841133, 0.04649960249662399, -0.011081342585384846, -0.042556993663311005, 0.029178211465477943, 0.01144371461123228, 0.008979584090411663, -0.023974547162652016, 0.00676911324262619, -0.01059576403349638, 0.0036690188571810722, -0.0029750759713351727, 0.0048521640710532665, -0.02519211731851101, 0.05194968357682228, -0.015784934163093567, 0.023438235744833946, -0.002232212806120515, -0.05563138425350189, 0.04722434654831886, -0.00416365684941411, 0.007370651233941317, -0.041107505559921265, -0.08534590899944305, 0.01071897055953741, 0.02339475043118, -0.013828123919665813, -0.028540436178445816, 0.0022920044139027596, 0.052848365157842636, -0.006819845177233219, -0.011864067055284977, -0.006790855433791876, -0.01059576403349638, 0.05476168915629387, 0.031569868326187134, 0.06980738788843155, -0.04449930787086487, -0.015422562137246132, 0.03290339931845665, -0.04046972841024399, -0.03504864126443863, 0.020742185413837433, 0.01079869270324707, -0.0445282980799675, -0.03223663195967674, 0.017553310841321945, 0.008667943999171257, -0.021292991936206818, 0.0029986300505697727, -0.00787072442471981, -0.03287440910935402, -0.026743069291114807, 0.034874703735113144, 0.009523142129182816, -0.009312965907156467, -0.018350528553128242, -0.01606033742427826, -0.006993784103542566, 0.000637322140391916, 0.032004714012145996, 0.019481129944324493, -0.036701057106256485, -0.02997543103992939 ]
9890_1
Neutral counting This method begins with locating the central atom on the periodic table and determining the number of its valence electrons. One counts valence electrons for main group elements differently from transition metals. E.g. in period 2: B, C, N, O, and F have 3, 4, 5, 6, and 7 valence electrons, respectively. E.g. in period 4: K, Ca, Sc, Ti, V, Cr, Fe, Ni have 1, 2, 3, 4, 5, 6, 8, 10 valence electrons respectively. One is added for every halide or other anionic ligand which binds to the central atom through a sigma bond. Two is added for every lone pair bonding to the metal (e.g. each Lewis base binds with a lone pair). Unsaturated hydrocarbons such as alkenes and alkynes are considered Lewis bases. Similarly Lewis and Bronsted acids (protons) contribute nothing. One is added for each homoelement bond. One is added for each negative charge, and one is subtracted for each positive charge. Ionic counting This method begins by calculating the number of electrons of the element, assuming an oxidation state E.g. for a Fe2+ has 6 electrons S2− has 8 electrons Two is added for every halide or other anionic ligand which binds to the metal through a sigma bond. Two is added for every lone pair bonding to the metal (e.g. each phosphine ligand can bind with a lone pair). Similarly Lewis and Bronsted acids (protons) contribute nothing. For unsaturated ligands such as alkenes, one electron is added for each carbon atom binding to the metal. Electrons donated by common fragments "Special cases" The numbers of electrons "donated" by some ligands depends on the geometry of the metal-ligand ensemble. An example of this complication is the M–NO entity. When this grouping is linear, the NO ligand is considered to be a three-electron ligand. When the M–NO subunit is strongly bent at N, the NO is treated as a pseudohalide and is thus a one electron (in the neutral counting approach). The situation is not very different from the η3 versus the η1 allyl. Another unusual ligand from the electron counting perspective is sulfur dioxide.
[ -0.014178500510752201, 0.02602064050734043, 0.030372682958841324, -0.030617009848356247, -0.03631284087896347, 0.033380936831235886, 0.004783430602401495, 0.0005010576569475234, -0.018095338717103004, 0.039244744926691055, 0.039916638284921646, -0.02455468848347664, -0.004161164630204439, -0.04196286201477051, -0.03246472030878067, -0.017973177134990692, -0.013040861114859581, 0.013888363726437092, -0.03640446439385414, -0.031487416476011276, 0.01775939203798771, 0.004172617103904486, -0.0775732696056366, -0.014063972979784012, -0.014399919658899307, 0.05106398090720177, 0.043184489011764526, -0.0205080509185791, 0.0477655865252018, 0.02861659601330757, 0.02919686771929264, -0.010147133842110634, 0.007677157875150442, -0.034174997359514236, -0.02528766356408596, -0.0222794096916914, 0.0038958427030593157, -0.03350310027599335, 0.008772803470492363, -0.02788362093269825, 0.06584566086530685, -0.04000826179981232, 0.011826870031654835, -0.026203883811831474, -0.04150475189089775, -0.013201199471950531, -0.0355798676609993, -0.018889397382736206, -0.04095502197742462, -0.04587206616997719, -0.01615600846707821, 0.019148992374539375, 0.05515642836689949, -0.0034854526165872812, -0.009360711090266705, -0.020431699231266975, -0.002813558094203472, 0.016843171790242195, -0.039855558425188065, 0.003855758113786578, 0.03225093334913254, -0.003932109568268061, -0.03609905764460564, -0.006268470082432032, 0.01487329974770546, 0.037962038069963455, 0.010941190645098686, -0.016522495076060295, -0.0009214688907377422, -0.028662407770752907, -0.035305000841617584, -0.019637642428278923, 0.0068907360546290874, -0.020248455926775932, -0.024844825267791748, 0.018095338717103004, 0.05277425795793533, -0.039977721869945526, -0.019943049177527428, 0.0076198941096663475, -0.015346680767834187, 0.03246472030878067, -0.01096409559249878, 0.018629800528287888, -0.02528766356408596, -0.0035179019905626774, -0.03003673627972603, 0.0464828796684742, 0.00039511974318884313, -0.012475858442485332, 0.006260834634304047, 0.041107725352048874, -0.009589766152203083, -0.024737931787967682, 0.03680149093270302, 0.037870414555072784, 0.013262280263006687, 0.0435815192759037, 0.004905593115836382, -0.0033785603009164333, 0.06328023970127106, 0.025944288820028305, -0.014430460520088673, 0.03811474144458771, -0.03295337036252022, 0.04535287618637085, -0.0048750522546470165, 0.039183665066957474, 0.013697484508156776, -0.03225093334913254, 0.02695213072001934, -0.045016929507255554, -0.038511767983436584, 0.005459142383188009, -0.031487416476011276, 0.06951053440570831, 0.0005368475103750825, 0.04208502545952797, -0.054851021617650986, 0.0165072251111269, 0.04984235391020775, -0.012170451693236828, 0.024692121893167496, -0.017515067011117935, -0.03496905416250229, 0.014835123904049397, -0.03304499015212059, 0.004821606446057558, -0.03441932052373886, -0.01814115047454834, -0.009040034376084805, -0.012506399303674698, -0.002206562552601099, 0.007253406103700399, -0.03255634009838104, 0.004707078915089369, -0.025531990453600883, 0.02044697105884552, 0.02070656605064869, -0.03756500780582428, 0.025150232017040253, 0.003317478811368346, -0.0026379493065178394, 0.08087166398763657, 0.018034258857369423, 0.05515642836689949, -0.01010895799845457, 0.014819853939116001, 0.014514447189867496, 0.03136525675654411, -0.041229888796806335, -0.017255472019314766, -0.007154149003326893, 0.027104834094643593, -0.04028312861919403, -0.015507019124925137, 0.049995057284832, -0.016385063529014587, -0.022768059745430946, -0.04794883355498314, 0.03386959061026573, 0.01852290891110897, 0.05814941227436066, -0.0024966986384242773, -0.030815523117780685, -0.02730334736406803, -0.045108549296855927, -0.009620307013392448, 0.014254852198064327, -0.047032613307237625, 0.020019400864839554, 0.004168799612671137, -0.047704506665468216, 0.02211143635213375, 0.022783329710364342, 0.007020533550530672, 0.03881717473268509, -0.05439291149377823, -0.02307346649467945, -0.001401052693836391, -0.010070782154798508, -0.023836983367800713, 0.015247423201799393, 0.044528279453516006, 0.05393480136990547, 0.022783329710364342, -0.05894346907734871, -0.009269089438021183, -0.035243917256593704, -0.023531576618552208, 0.04920100048184395, 0.05051424726843834, -0.0005659565795212984, 0.004531470127403736, -0.0042718746699392796, 0.012376601807773113, -0.04849856346845627, 0.04736855998635292, -0.01583533175289631, -0.016675198450684547, 0.009734834544360638, -0.01840074546635151, -0.019851427525281906, 0.028677677735686302, -0.02951754629611969, 0.039977721869945526, 0.032678503543138504, 0.05643913522362709, 0.004932316020131111, -0.02047751098871231, 0.02817375585436821, 0.02240157313644886, -0.013842552900314331, -0.008665911853313446, -0.0020901262760162354, -0.007341210730373859, -0.022859681397676468, 0.0256388820707798, -0.03328931704163551, 0.005489683244377375, -0.03701527789235115, 0.015652086585760117, -0.004737619310617447, 0.03890879824757576, 0.009704293683171272, -0.022126706317067146, 0.01032274216413498, 0.009650847874581814, -0.0023649921640753746, 0.027059022337198257, -0.029089976102113724, 0.037198521196842194, 0.02143954113125801, 0.02371481992304325, -0.0019450581166893244, 0.019210074096918106, 0.06047050282359123, 0.016140736639499664, 0.01656830683350563, 0.0034453680273145437, 0.020843999460339546, 0.03286174684762955, 0.039763934910297394, 0.00016236654482781887, 0.010444904677569866, -0.001035519177094102, -0.03310607373714447, 0.024279823526740074, -0.023287251591682434, 0.05051424726843834, -0.050819654017686844, 0.005462959874421358, 0.0307697132229805, -0.007486278656870127, -0.03628230094909668, -0.028983084484934807, 0.02753240242600441, 0.021164676174521446, -0.000195293192518875, -0.03136525675654411, 0.010948825627565384, 0.033961210399866104, 0.015972763299942017, -0.013163023628294468, -0.03307553380727768, 0.05943211913108826, 0.016018575057387352, 0.0037164161913096905, 0.018629800528287888, -0.05057532712817192, -0.08099382370710373, -0.03961123153567314, -0.035427164286375046, 0.010872473940253258, -0.0432761125266552, 0.007719151210039854, 0.055370211601257324, -0.025089150294661522, -0.004959039390087128, -0.010467810556292534, -0.014018162153661251, -0.014323567971587181, -0.014628974720835686, 0.03325877711176872, 0.018186962231993675, 0.050178300589323044, -0.028387540951371193, 0.017362363636493683, -0.03167066350579262, -0.003762227250263095, -0.04855964705348015, -0.04666612297296524, 0.02808213420212269, -0.04477260261774063, 0.015003098174929619, -0.004298597574234009, 0.010780852288007736, -0.03086133487522602, 0.00900949351489544, -0.03762609139084816, -0.04721585661172867, -0.0012598021421581507, 0.01563681662082672, 0.019179532304406166, -0.0330144502222538, 0.020278995856642723, -0.012055924162268639, -0.00686783017590642, -0.003103694412857294, 0.03112092986702919, -0.015331409871578217, 0.015697898343205452, 0.011399300768971443, 0.015988033264875412, -0.015652086585760117, 0.015988033264875412, 0.041138265281915665, 0.02939538285136223, 0.03554932400584221, -0.042451512068510056, -0.045078009366989136, -0.019148992374539375, -0.026494020596146584, -0.06578457355499268, 0.013567687012255192, 0.0445588193833828, -0.011834505014121532, -0.04657450318336487, 0.022096166387200356, 0.013697484508156776, -0.03362526372075081, 0.03640446439385414, -0.00007509900024160743, 0.023149818181991577, -0.05188857764005661, -0.019057370722293854, -0.021210486069321632, 0.04086339846253395, 0.04498638957738876, 0.015484113246202469, 0.01120078656822443, -0.021103594452142715, -0.007432832382619381, 0.025272393599152565, 0.0455055795609951, -0.002897544763982296, -0.01347606536000967, -0.024844825267791748, -0.016232360154390335, -0.008200166746973991, 0.008971317671239376, 0.033380936831235886, -0.008047463372349739, 0.06474619358778, 0.028570784255862236, 0.04477260261774063, 0.00327357673086226, -0.03496905416250229, -0.0017331823473796248, -0.011238962411880493, -0.01804952882230282, -0.01052889134734869, -0.042451512068510056, 0.008123815059661865, -0.054820481687784195, -0.03102930821478367, -0.016354521736502647, -0.029028894379734993, 0.026051180437207222, -0.03631284087896347, 0.042390432208776474, 0.022615356370806694, 0.005233905278146267, 0.04794883355498314, -0.014659515582025051, 0.01974453590810299, 0.05381263792514801, 0.04153529554605484, 0.04587206616997719, -0.022706978023052216, -0.021592244505882263, -0.0111397048458457, -0.004191705025732517, 0.014079242944717407, 0.0005530721973627806, 0.011498557403683662, -0.02727280743420124, -0.0030197075102478266, -0.043123409152030945, -0.0403747484087944, 0.00924618449062109, -0.020233185961842537, -0.034724727272987366, -0.032159313559532166, -0.022645898163318634, 0.0008016922511160374, 0.036496084183454514, -0.024157660081982613, 0.0018171691335737705, 0.00014936290972400457, 0.0272422656416893, 0.035915814340114594, -0.0015279873041436076, 0.01913372240960598, -0.008872061036527157, 0.0018314850749447942, -0.06095915287733078, 0.04926208034157753, 0.013147752732038498, -0.03038795478641987, -0.053385067731142044, -0.00982645619660616, -0.017041686922311783, -0.03496905416250229, 0.04336773231625557, -0.01653776690363884, -0.0564085952937603, -0.0042718746699392796, -0.030143629759550095, -0.0030884239822626114, -0.0073793865740299225, -0.04397854581475258, -0.0030750625301152468, 0.015606275759637356, 0.01814115047454834, -0.02525712363421917, 0.02765456587076187, -0.03112092986702919, 0.016003305092453957, 0.05698886513710022, -0.05069749057292938, -0.023546846583485603, -0.08453653752803802, -0.006169212982058525, -0.05827157571911812, -0.016339251771569252, 0.042420972138643265, 0.02753240242600441, -0.010567067191004753, -0.025730503723025322, 0.016186548396945, -0.012712548486888409, 0.00781840831041336, -0.027120104059576988, 0.046910449862480164, 0.011590179055929184, 0.06584566086530685, 0.03936690837144852, 0.04480314627289772, 0.0011576818069443107, 0.016415603458881378, -0.04150475189089775, 0.0407106950879097, 0.008055098354816437, 0.04333719238638878, 0.026371857151389122, -0.0010393367847427726, -0.026753615587949753, 0.022157246246933937, 0.011490922421216965, -0.00527208112180233, -0.007356480695307255, 0.021867111325263977, 0.0022619173396378756, -0.01010895799845457, 0.0429401658475399, -0.015285599045455456, 0.03371688723564148, 0.007513001561164856, 0.0005292123532854021, -0.017576148733496666, -0.016094926744699478, 0.04281800240278244, -0.007474825717508793, 0.03707635775208473, -0.012300250120460987, -0.008039828389883041, 0.03832852467894554, -0.026692533865571022, -0.006696039345115423, -0.04364259913563728, -0.0036648788955062628, 0.015774250030517578, -0.006394450087100267, 0.002574959071353078, -0.046421799808740616, -0.0010546070989221334, 0.0026875778567045927, -0.05982914939522743, -0.028051594272255898, -0.002349721733480692, 0.016873713582754135, 0.008894966915249825, 0.001647286699153483, -0.0061921183951199055, -0.02776145748794079, -0.06969378143548965, -0.033442020416259766, 0.0024222559295594692, 0.018599260598421097, 0.06340240687131882, -0.018599260598421097, -0.010971731506288052, 0.021897651255130768, 0.02067602425813675, 0.013766201213002205, -0.018767233937978745, 0.01711803860962391, -0.004355861339718103, -0.011643625795841217, 0.03067808970808983, -0.002303910907357931, -0.015598640777170658, -0.02470739185810089, 0.02750186249613762, -0.01216281671077013, 0.036007434129714966, 0.03286174684762955, -0.05304912105202675, 0.04993397369980812, 0.011269502341747284, -0.011697071604430676, 0.046421799808740616, 0.04226826876401901, -0.021806029602885246, 0.01025402545928955, 0.017484527081251144, -0.07103756815195084, -0.02461577020585537, -0.02176021784543991, -0.007738239131867886, -0.04080231860280037, -0.05561453849077225, -0.025073880329728127, -0.014522082172334194, -0.005489683244377375, 0.06208915635943413, -0.0072915819473564625, -0.044314492493867874, -0.02269170805811882, -0.03948907181620598, 0.036557167768478394, 0.02198927290737629, -0.01487329974770546, -0.032159313559532166, -0.05048370733857155, -0.022157246246933937, 0.008055098354816437, -0.017942635342478752, 0.012735454365611076, -0.012559845112264156, -0.0057301907800138, 0.06010401248931885, 0.029441194608807564, 0.01070450060069561, -0.02085926942527294, 0.015400126576423645, 0.03570202738046646, -0.02560834214091301, 0.04333719238638878, -0.0121780876070261, 0.029670247808098793, -0.030876604840159416, 0.0009162197238765657, 0.018248042091727257, -0.043795302510261536, -0.015743708238005638, -0.0004915136960335076, 0.05237722769379616, -0.01259802095592022, -0.05430128797888756, -0.016186548396945, -0.004164982121437788, 0.014499177224934101, 0.02855551429092884, -0.049048297107219696, -0.0355798676609993, -0.054087504744529724, -0.04089394211769104, 0.008070368319749832, -0.002242829417809844, -0.008047463372349739, -0.015079449862241745, -0.004867417272180319, 0.031487416476011276, -0.06092861294746399, 0.042543135583400726, 0.05173587426543236, 0.021806029602885246, 0.028860921040177345, -0.011964302510023117, -0.0063906325958669186, -0.024997528642416, 0.012529305182397366, 0.008016922511160374, 0.0117810582742095, 0.0034205536358058453, 0.04544449970126152, -0.0419934056699276, -0.04605531319975853, -0.023577388375997543, 0.057966168969869614, 0.05268263444304466, -0.00368205807171762, 0.001948875724337995, -0.030586468055844307, -0.0410161018371582, 0.009154561907052994, 0.026753615587949753, 0.00037149846320971847, 0.04987289384007454, 0.011880315840244293, 0.006696039345115423, 0.00015544716734439135, -0.002636040560901165, 0.012804171070456505, -0.003939745016396046, -0.028189027681946754, 0.017331823706626892, 0.00984172709286213, -0.029639707878232002, 0.054240208119153976, -0.010490715503692627, -0.020843999460339546, -0.005504953674972057, 0.03057119809091091, -0.016171278432011604, -0.061203476041555405, -0.030784983187913895, -0.0219587329775095, 0.017056956887245178, -0.0024890636559575796, -0.039825018495321274, -0.0041458941996097565, -0.018767233937978745, 0.001872524037025869, -0.014338838867843151, 0.01852290891110897, -0.018385475501418114, -0.0008527524187229574, 0.09492036700248718, -0.027318617329001427, -0.02310400828719139, -0.03194552659988403, -0.02846389263868332, 0.0134607944637537, -0.006195935886353254, -0.003183863591402769, 0.008368140086531639, 0.026875779032707214, 0.01711803860962391, 0.01580478996038437, 0.04978127032518387, 0.013498970307409763, -0.02237103134393692, 0.05970698595046997, -0.010353283025324345, -0.034816350787878036, -0.007581718266010284, -0.014155594632029533, 0.0003085083735641092, -0.003063609590753913, 0.0020843998063355684, -0.02948700450360775, 0.031227821484208107, -0.006314280908554792, 0.025119690224528313, -0.023577388375997543, -0.007520637009292841, -0.0375039279460907, -0.03576311096549034, -0.062028076499700546, -0.055431291460990906, 0.00673039723187685, -0.005375155713409185, -0.0023974415380507708, -0.009605037048459053, -0.0028307372704148293, 0.03021998144686222, -0.042482055723667145, -0.008559019304811954, -0.0006504205521196127, 0.023287251591682434, -0.021546434611082077, -0.04028312861919403, -0.028738759458065033, -0.03121255151927471, -0.021042512729763985, -0.02205035462975502, -0.03362526372075081, -0.027685105800628662, 0.030403224751353264, 0.030372682958841324, -0.04913991689682007, -0.004019914194941521, -0.030876604840159416, -0.004947586450725794, 0.01038382388651371, -0.011773423291742802, 0.027517132461071014, 0.013529511168599129, 0.02689104899764061, -0.012804171070456505, 0.009108751080930233, -0.008505573496222496, -0.022004542872309685, 0.028250107541680336, 0.004607821814715862, 0.058546438813209534, -0.04168799892067909, 0.01216281671077013, -0.007585535757243633, -0.005027755629271269, -0.0368625745177269, 0.0011357306502759457, -0.050819654017686844, 0.04269583895802498, 0.01580478996038437, -0.06199753284454346, 0.018599260598421097, 0.043245572596788406, 0.04257367551326752, -0.01791209541261196, 0.03325877711176872, -0.01130004320293665, -0.026371857151389122, -0.020630214363336563, 0.0031437790021300316, 0.021424271166324615, 0.01357532199472189, 0.004707078915089369, -0.008123815059661865, -0.0024184382054954767, -0.010139497928321362, 0.0397333949804306, -0.03426661714911461, 0.029960384592413902, -0.01407160796225071, -0.03777879476547241, -0.02368427999317646, 0.01427775714546442, 0.011704706586897373, -0.06810566782951355, -0.008627736009657383, 0.003666787641122937, -0.050269920378923416, -0.0037297778762876987, -0.06425753980875015, -0.07164838165044785, 0.012651467695832253, -0.018858855590224266, -0.01375093124806881, -0.02237103134393692, -0.010987001471221447, 0.025623612105846405, 0.03811474144458771, 0.026906318962574005, -0.011391664855182171, -0.020935621112585068, -0.0114603815600276, 0.023531576618552208, -0.017392903566360474, 0.032739583402872086, -0.002057676902040839, 0.026158073917031288, -0.016583576798439026, -0.04034420847892761, 0.01536958571523428, 0.032831206917762756, 0.0029643524903804064, 0.007963476702570915, -0.000662827689666301, 0.007940570823848248, 0.029242679476737976, 0.018385475501418114, 0.04202394559979439, -0.011422205716371536, -0.04657450318336487, 0.01939331740140915, -0.027135374024510384, -0.01801898702979088, -0.010376187972724438, 0.04211556538939476, -0.005149918142706156, -0.016904253512620926, -0.03640446439385414, 0.005745461210608482, 0.05821049213409424, -0.016705740243196487, 0.061539426445961, 0.060592666268348694, -0.007585535757243633, 0.001486948225647211, -0.01563681662082672, 0.02391333505511284, 0.018324393779039383, 0.006757120601832867, 0.023439954966306686, 0.015583370812237263, 0.014522082172334194, 0.026524560526013374, 0.02458522841334343, 0.003531263442710042, -0.015003098174929619, 0.010261660441756248, 0.01363640371710062, 0.016003305092453957, 0.010788487270474434, -0.0205080509185791, 0.03328931704163551, 0.00010444666258990765, 0.034816350787878036, -0.0053713382221758366, -0.021592244505882263, 0.04278746247291565, 0.02015683427453041, 0.044375576078891754, -0.05650021508336067, 0.013277551159262657, 0.01630871184170246, -0.00847503263503313, 0.058638062328100204, 0.0007496777107007802, -0.009284360334277153, -0.007871854119002819, 0.09510360658168793, 0.0016873712884262204, 0.02310400828719139, 0.05243830755352974, -0.02426455169916153, 0.015552829951047897, -0.009047669358551502, -0.01977507583796978, -0.0006971859256736934, 0.026585642248392105, -0.015774250030517578, -0.06718944758176804, -0.0229207631200552, 0.01910318061709404, -0.08245977759361267, -0.005470595322549343, -0.007696245796978474, -0.012995049357414246, -0.02505861036479473, -0.02432563342154026, 0.06266942620277405, -0.04025258496403694, 0.04074123874306679, 0.032831206917762756, 0.024432525038719177, -0.04984235391020775, 0.05763022229075432, -0.003958832938224077, 0.015178706496953964, 0.03105984814465046, -0.01759141869843006, 0.016995875164866447, 0.06499052047729492, 0.042482055723667145, 0.023669010028243065, 0.011758153326809406, 0.025119690224528313, -0.012544575147330761, 0.006337186321616173, -0.0005964972078800201, 0.017423445358872414, 0.0009381708223372698, 0.029685519635677338, 0.005310256965458393, -0.011490922421216965, 0.02374536171555519, -0.02942592278122902, -0.014094513840973377, 0.02064548432826996, 0.030174169689416885, 0.013934174552559853, 0.006913641467690468, -0.00008297276508528739, -0.006947999354451895, -0.014346473850309849, -0.026402398943901062, -0.02006521262228489, 0.011994843371212482, -0.04837640002369881, -0.0017904459964483976, 0.023455224931240082, -0.009192737750709057, -0.017347093671560287, -0.016385063529014587, -0.00813908502459526, 0.004523834679275751, 0.03548824414610863, -0.004943768959492445, -0.05124722421169281, 0.001003069686703384, -0.02957862615585327, 0.05570615828037262, 0.010284566320478916, -0.04526125267148018, -0.0026284053456038237, 0.020294267684221268, 0.0452001728117466, -0.034816350787878036, 0.028998354449868202, 0.025394557043910027, 0.026997940614819527, 0.019927779212594032, 0.023989686742424965, -0.006489889696240425, -0.019790345802903175, 0.04168799892067909, -0.022997114807367325, -0.013361537829041481, 0.0052835335955023766, -0.031487416476011276, 0.07128189504146576, 0.05900454893708229, -0.015423032455146313, -0.023836983367800713, 0.028387540951371193, -0.0013600136153399944, -0.10053984075784683, 0.02266116812825203, -0.05503426492214203, 0.010185309685766697, -0.03881717473268509, 0.01064341887831688, 0.05042262375354767, -0.024661580100655556, 0.2777978181838989, 0.06914404779672623, 0.04752126336097717, 0.03325877711176872, -0.007062526885420084, 0.044314492493867874, 0.0012788900639861822, -0.041107725352048874, -0.0017828108975663781, -0.02551671862602234, 0.0057301907800138, -0.022844411432743073, -0.014415190555155277, -0.023791171610355377, 0.011422205716371536, 0.05698886513710022, -0.010170038789510727, -0.0076198941096663475, 0.03811474144458771, -0.0807494968175888, -0.018095338717103004, -0.014705326408147812, -0.02776145748794079, 0.017515067011117935, 0.005405696574598551, -0.00484069436788559, 0.016430873423814774, 0.012208627536892891, -0.0387866348028183, -0.013117212802171707, -0.046971529722213745, 0.003349928418174386, 0.052804797887802124, -0.014331203885376453, -0.02945646457374096, 0.006886918097734451, -0.009368347004055977, -0.017056956887245178, -0.04162691533565521, -0.015583370812237263, -0.006829654332250357, 0.014483907260000706, 0.02525712363421917, 0.026723075658082962, -0.007455737795680761, 0.041107725352048874, -0.0467882864177227, 0.02718118578195572, -0.021775489673018456, -0.041657455265522, 0.06169212982058525, 0.009834092110395432, 0.017316551879048347, -0.01971399411559105, -0.09437063336372375, 0.03102930821478367, 0.02085926942527294, 0.006875465624034405, -0.036648787558078766, -0.014766408130526543, 0.030265791341662407, -0.005474412813782692, -0.019958319142460823, -0.011513828299939632, -0.033442020416259766, 0.05759967863559723, 0.0222794096916914, 0.09015601873397827, -0.04901775345206261, -0.009032399393618107, 0.011162610724568367, -0.042390432208776474, -0.019301695749163628, -0.02566942200064659, 0.003997008316218853, -0.02592901885509491, -0.02246265299618244, 0.005443872418254614, 0.017362363636493683, -0.032128769904375076, -0.004004643764346838, 0.0028536426834762096, -0.029212139546871185, -0.027990512549877167, 0.03683203458786011, 0.02583739534020424, -0.016186548396945, -0.027364429086446762, -0.028998354449868202, 0.019637642428278923, -0.00033714022720232606, 0.04416178911924362, 0.01000206544995308, -0.04416178911924362, -0.028066864237189293 ]
9890_2
Examples CH4, for the central C neutral counting: C contributes 4 electrons, each H radical contributes one each: 4 + 4 × 1 = 8 valence electrons ionic counting: C4− contributes 8 electrons, each proton contributes 0 each: 8 + 4 × 0 = 8 electrons. Similar for H: neutral counting: H contributes 1 electron, the C contributes 1 electron (the other 3 electrons of C are for the other 3 hydrogens in the molecule): 1 + 1 × 1 = 2 valence electrons. ionic counting: H contributes 0 electrons (H+), C4− contributes 2 electrons (per H), 0 + 1 × 2 = 2 valence electrons conclusion: Methane follows the octet-rule for carbon, and the duet rule for hydrogen, and hence is expected to be a stable molecule (as we see from daily life) H2S, for the central S neutral counting: S contributes 6 electrons, each hydrogen radical contributes one each: 6 + 2 × 1 = 8 valence electrons ionic counting: S2− contributes 8 electrons, each proton contributes 0: 8 + 2 × 0 = 8 valence electrons conclusion: with an octet electron count (on sulfur), we can anticipate that H2S would be pseudo-tetrahedral if one considers the two lone pairs. SCl2, for the central S neutral counting: S contributes 6 electrons, each chlorine radical contributes one each: 6 + 2 × 1 = 8 valence electrons ionic counting: S2+ contributes 4 electrons, each chloride anion contributes 2: 4 + 2 × 2 = 8 valence electrons conclusion: see discussion for H2S above. Both SCl2 and H2S follow the octet rule - the behavior of these molecules is however quite different. SF6, for the central S neutral counting: S contributes 6 electrons, each fluorine radical contributes one each: 6 + 6 × 1 = 12 valence electrons ionic counting: S6+ contributes 0 electrons, each fluoride anion contributes 2: 0 + 6 × 2 = 12 valence electrons conclusion: ionic counting indicates a molecule lacking lone pairs of electrons, therefore its structure will be octahedral, as predicted by VSEPR. One might conclude that this molecule would be highly reactive - but the opposite is true: SF6 is inert, and it is widely used in industry because of this property.
[ -0.02925202064216137, 0.006849705707281828, 0.028182867914438248, -0.021668164059519768, -0.030563514679670334, 0.019829221069812775, -0.002279077423736453, 0.0010584612609818578, -0.007448431104421616, 0.07589559257030487, 0.05203210189938545, -0.017633894458413124, 0.01605154760181904, -0.04812613129615784, -0.04484739527106285, -0.039544399827718735, -0.02446221560239792, 0.026472223922610283, -0.03888865187764168, -0.03238820284605026, 0.013378665782511234, -0.021154969930648804, -0.06956621259450912, -0.02685711905360222, -0.0015262156957760453, 0.040314190089702606, 0.03609459847211838, -0.0058340104296803474, 0.05186104029417038, 0.011190465651452541, 0.03569544851779938, -0.04387803003191948, 0.021269014105200768, -0.0793168842792511, -0.014868351630866528, -0.01898815482854843, 0.01522473618388176, 0.002325407462194562, 0.011375785805284977, -0.026400946080684662, 0.062210436910390854, -0.055738501250743866, 0.011561105959117413, -0.048952944576740265, -0.04310823976993561, -0.029166487976908684, -0.013164835050702095, -0.008375030010938644, -0.03760566934943199, -0.04501846060156822, -0.014369414187967777, -0.0036030448973178864, 0.05645126849412918, -0.00444767577573657, 0.019002409651875496, -0.024775834754109383, -0.01861751452088356, 0.03344310075044632, -0.056565310806035995, 0.018831344321370125, 0.01457611657679081, -0.006461246870458126, -0.02243795432150364, -0.01080557145178318, 0.00048601903836242855, 0.05166146531701088, -0.004918103106319904, 0.026643287390470505, 0.020570499822497368, -0.01579495146870613, -0.024490727111697197, -0.030164364725351334, 0.004472622647881508, -0.04179674759507179, -0.029366064816713333, 0.011489829048514366, 0.04627293348312378, -0.030592026188969612, -0.03005032241344452, 0.005655818153172731, -0.03449799865484238, 0.010506208054721355, -0.03689289838075638, 0.003987940028309822, -0.019686667248606682, -0.025773709639906883, -0.023920511826872826, 0.025987541303038597, 0.018061554059386253, -0.019230496138334274, 0.0010691528441384435, 0.049352094531059265, 0.021653909236192703, -0.029066700488328934, 0.041739724576473236, 0.016878359019756317, -0.008888224139809608, 0.01121897716075182, -0.005310125648975372, 0.0045296442694962025, 0.03980099409818649, 0.007270239293575287, 0.0054419878870248795, 0.03803332895040512, -0.03626566380262375, 0.03888865187764168, 0.007562474347651005, 0.036721836775541306, 0.00980769470334053, -0.04749889671802521, 0.024961154907941818, -0.015937505289912224, -0.011839085258543491, -0.00942280050367117, -0.03888865187764168, 0.06489045172929764, 0.03218862786889076, 0.03840396925806999, -0.04248100519180298, -0.00418038759380579, 0.03461204096674919, -0.011475573293864727, 0.031076708808541298, 0.008182582445442677, -0.03985801711678505, 0.028467975556850433, -0.028909891843795776, 0.023350296542048454, -0.04430569335818291, 0.013813454657793045, 0.023849235847592354, -0.023250509053468704, -0.0012687280541285872, -0.003278735326603055, -0.034383952617645264, -0.004558154847472906, -0.02902393415570259, 0.03250224515795708, 0.03261628746986389, -0.015552609227597713, -0.0004579537780955434, -0.003909535240381956, 0.03181798756122589, 0.0693381205201149, -0.010363654233515263, 0.06939514726400375, -0.006521832197904587, 0.03318650275468826, -0.02266603894531727, -0.014725797809660435, 0.000903434120118618, 0.0004485987010411918, 0.007320133037865162, 0.04322228580713272, -0.04151163995265961, 0.003663630224764347, 0.02580222114920616, 0.021126460283994675, -0.03800481930375099, -0.02812584675848484, 0.028681805357336998, 0.0040093231946229935, 0.05992957949638367, 0.009814823046326637, -0.016707295551896095, -0.019358793273568153, -0.039972059428691864, -0.016265377402305603, -0.019330283626914024, -0.04325079545378685, 0.020171349868178368, -0.029964789748191833, -0.012851216830313206, 0.03304395079612732, 0.05060656741261482, 0.024091577157378197, 0.025645412504673004, -0.05402785539627075, -0.033557143062353134, -0.012673025019466877, 0.005773425102233887, -0.0013230766635388136, 0.027698185294866562, 0.04270908981561661, 0.06021468713879585, 0.02233816683292389, -0.06323682516813278, 0.01824687421321869, -0.04268058016896248, -0.01831815205514431, 0.01732027530670166, 0.07920283824205399, -0.03184649720788002, -0.03227416053414345, -0.047356341034173965, -0.014454945921897888, -0.07042153179645538, 0.06146916002035141, 0.005278050899505615, 0.0008023100672289729, 0.0041590044274926186, -0.0011876506032422185, -0.028810104355216026, -0.004540335386991501, -0.027042439207434654, 0.028610529378056526, 0.027512865141034126, 0.09140543639659882, 0.021425822749733925, -0.016336655244231224, 0.0024073757231235504, 0.014205477200448513, -0.01811857707798481, 0.0030150108505040407, 0.00730587774887681, -0.007897475734353065, -0.01140429638326168, -0.0014789947308599949, -0.04367845505475998, 0.013991646468639374, -0.03307246044278145, 0.01732027530670166, 0.002557057188823819, 0.058389998972415924, 0.01297951489686966, -0.01128312572836876, 0.017163466662168503, 0.01714921183884144, 0.031076708808541298, 0.03218862786889076, -0.025916263461112976, 0.04362143576145172, 0.02895265817642212, 0.005484753753989935, -0.022623272612690926, 0.017234742641448975, 0.05368572473526001, 0.027242014184594154, 0.01779070310294628, 0.008089923299849033, 0.02573094516992569, 0.007997263222932816, 0.04444824531674385, -0.001552944420836866, 0.02570243366062641, -0.0006245634285733104, -0.04211036488413811, 0.027512865141034126, -0.062210436910390854, 0.06437725573778152, -0.05360019579529762, 0.012787067331373692, 0.06010064482688904, -0.0020599011331796646, -0.049352094531059265, -0.01615133509039879, 0.04604484885931015, 0.01138291321694851, -0.03298692777752876, -0.010213973000645638, 0.011233231984078884, 0.01471154298633337, 0.025246262550354004, -0.009786312468349934, -0.009458438493311405, 0.05781978368759155, 0.026372436434030533, 0.014355158433318138, 0.05268784984946251, -0.018660280853509903, -0.06232448294758797, -0.029907768592238426, -0.04573122784495354, -0.00856035016477108, -0.03988652676343918, 0.018004532903432846, 0.02875308319926262, -0.009715035557746887, 0.008375030010938644, -0.028339676558971405, -0.020969649776816368, -0.010940996930003166, 0.023321786895394325, 0.00750545272603631, -0.00019890697149094194, 0.04156866297125816, -0.02286561392247677, 0.03703545406460762, -0.04168270528316498, -0.002794052707031369, -0.037149496376514435, -0.02533179335296154, 0.024048810824751854, -0.04028567671775818, -0.003620864124968648, -0.02213858999311924, 0.025274772197008133, -0.021867739036679268, -0.002320061670616269, -0.03908822685480118, -0.03769120201468468, -0.0016081840731203556, -0.0014905772404745221, -0.003002537414431572, -0.029679682105779648, -0.01045631431043148, -0.02785499393939972, 0.0027708876878023148, -0.006625183392316103, 0.04547463357448578, -0.0025035995058715343, 0.02510370872914791, 0.009586736559867859, 0.015167715027928352, -0.02443370595574379, 0.01749134063720703, 0.020085817202925682, 0.051975082606077194, 0.03024989739060402, -0.040969934314489365, -0.032730329781770706, 0.002562402980402112, -0.011019401252269745, -0.05744914337992668, -0.01794751174747944, 0.05428445339202881, -0.024889877066016197, -0.05228869989514351, 0.0041590044274926186, -0.0067606098018586636, -0.025488603860139847, 0.046130381524562836, -0.011261742562055588, -0.0022256197407841682, 0.00001907212754304055, 0.02191050536930561, -0.02692839503288269, 0.009486949071288109, 0.039344824850559235, 0.02276582643389702, 0.019629646092653275, -0.011810574680566788, -0.02503243088722229, 0.0030043195001780987, 0.01612282358109951, 0.046786125749349594, 0.016336655244231224, -0.02563115768134594, -0.033129483461380005, -0.0018603259231895208, 0.012844089418649673, 0.016678784042596817, 0.01012131292372942, 0.03204607218503952, 0.035353317856788635, 0.040770359337329865, -0.004201770760118961, -0.05271636322140694, 0.0022701676934957504, -0.019786454737186432, -0.00533507252112031, 0.01901666447520256, 0.005281615070998669, -0.010834082029759884, -0.04604484885931015, -0.016878359019756317, -0.008617371320724487, -0.047128256410360336, 0.010577484965324402, -0.02575945481657982, 0.010213973000645638, -0.00411267438903451, 0.013307388871908188, 0.031076708808541298, -0.013343026861548424, 0.009037905372679234, 0.06563172489404678, 0.04841123893857002, 0.03612310811877251, -0.02233816683292389, -0.009415672160685062, -0.03891716152429581, -0.035153742879629135, -0.015452821739017963, 0.018560493364930153, 0.022494975477457047, -0.038147371262311935, -0.00972216296941042, -0.044334203004837036, 0.004337196704000235, -0.014241115190088749, -0.030592026188969612, -0.05565296858549118, -0.05810489133000374, -0.008417796343564987, 0.026244137436151505, -0.0008357210899703205, -0.03478310629725456, 0.003472964745014906, 0.001403263071551919, 0.004091291222721338, 0.03965844213962555, 0.01771942526102066, 0.01948709227144718, 0.000033745134714990854, -0.017434317618608475, -0.052602317184209824, 0.030734580010175705, 0.018631769344210625, -0.0076907724142074585, -0.031732454895973206, 0.002612296724691987, -0.014996649697422981, -0.03287288546562195, 0.04709974676370621, -0.019857730716466904, -0.05474062263965607, -0.020299648866057396, 0.0007328151841647923, -0.00844630692154169, -0.004543899558484554, -0.05890319123864174, -0.008489073254168034, 0.02665754407644272, -0.006097734905779362, -0.010584613308310509, 0.018360918387770653, -0.020869862288236618, 0.03985801711678505, 0.05100571736693382, -0.04307973012328148, -0.010563230141997337, -0.049551669508218765, 0.00017529651813674718, -0.050749119371175766, -0.023150721564888954, 0.03960141912102699, 0.027698185294866562, -0.011782064102590084, -0.026486478745937347, 0.017405807971954346, -0.008824074640870094, 0.023663915693759918, -0.012623131275177002, 0.021055182442069054, 0.03398480266332626, 0.08365051448345184, 0.04290866479277611, 0.00930875726044178, 0.006810503546148539, 0.011361530981957912, -0.019829221069812775, 0.04729932174086571, -0.006564598064869642, 0.03198905289173126, 0.03883162885904312, 0.009401417337357998, -0.022723061963915825, 0.01734878681600094, 0.02536030486226082, -0.02403455600142479, -0.019729433581233025, 0.0066002365201711655, 0.010998019017279148, 0.008018646389245987, 0.03900269418954849, -0.04268058016896248, 0.014483456499874592, 0.03084862232208252, 0.006546779070049524, 0.01742006279528141, -0.037377581000328064, 0.021896250545978546, -0.00982195045799017, 0.030135853216052055, -0.028582017868757248, 0.0022505666129291058, 0.026016050949692726, -0.054569561034440994, -0.04863932356238365, -0.04866783693432808, -0.0017311365809291601, 0.006607364397495985, -0.03426991030573845, 0.013642390258610249, -0.027313290163874626, 0.020100072026252747, 0.03484012559056282, -0.05032145977020264, -0.030164364725351334, 0.008831202052533627, 0.04481888562440872, 0.004836134612560272, -0.007191834505647421, 0.004932358395308256, -0.024077320471405983, -0.04624442383646965, -0.01276568416506052, 0.020370924845337868, -0.011461318470537663, 0.06323682516813278, -0.008809818886220455, -0.03307246044278145, 0.0022131463047116995, -0.00010769486834760755, 0.007897475734353065, -0.016906870529055595, 0.024219874292612076, 0.02383497916162014, 0.002710302360355854, 0.017662404105067253, 0.02230965532362461, 0.0027708876878023148, -0.0669432207942009, 0.006129809655249119, -0.007188270799815655, 0.034754592925310135, 0.002047427697107196, -0.03387076035141945, 0.07230324298143387, 0.0004530535079538822, -0.017234742641448975, 0.04345037043094635, 0.029480107128620148, -0.008624499663710594, 0.0009684742544777691, 0.021767951548099518, -0.08439179509878159, -0.006949493195861578, -0.021454332396388054, -0.01582346111536026, -0.042766112834215164, -0.02895265817642212, -0.016564741730690002, -0.011197593994438648, -0.04242398217320442, 0.05211763456463814, 0.010228228755295277, -0.02892414666712284, -0.0037776732351630926, -0.027869250625371933, 0.03238820284605026, 0.02068454399704933, -0.04527505859732628, -0.03649374842643738, -0.027883505448698997, -0.03908822685480118, 0.02540307119488716, -0.04042823240160942, 0.03321501240134239, -0.010627378709614277, 0.028339676558971405, 0.024661792442202568, 0.03489714860916138, -0.028838615864515305, -0.020356670022010803, -0.0002857756335288286, 0.027113715186715126, 0.005666509736329317, 0.03632268309593201, -0.03446948528289795, 0.023720936849713326, -0.018004532903432846, -0.008824074640870094, 0.01037078257650137, -0.03147586062550545, 0.030563514679670334, 0.014782819896936417, 0.07047855108976364, -0.012245363555848598, -0.034954167902469635, -0.011725042946636677, -0.0026443712413311005, 0.011974511668086052, 0.05345764011144638, -0.03863205388188362, -0.04960868880152702, -0.06637300550937653, -0.02719924785196781, 0.0031023251358419657, 0.02181071788072586, 0.010213973000645638, -0.018489215523004532, -0.0013408957747742534, 0.029879257082939148, -0.053343597799539566, 0.05508275330066681, 0.058732129633426666, 0.027013927698135376, 0.03618013113737106, 0.0012384353904053569, 0.021326035261154175, -0.02982223592698574, -0.006767737213522196, -0.010213973000645638, 0.021183481439948082, 0.003524640342220664, 0.017605382949113846, -0.050977207720279694, -0.03903120383620262, -0.022195613011717796, 0.013806326314806938, 0.05679339915513992, -0.0037741095293313265, 0.03766268864274025, 0.020926885306835175, -0.02689988538622856, 0.0005140842986293137, 0.04122653231024742, -0.007697900291532278, 0.029936278238892555, 0.025388816371560097, -0.003421288914978504, 0.00618326710537076, 0.043535903096199036, 0.015680907294154167, -0.023393062874674797, -0.04883890226483345, 0.033756718039512634, -0.03187501057982445, 0.007819070480763912, 0.02822563424706459, 0.006193958688527346, -0.059131279587745667, -0.035324808210134506, -0.010442059487104416, -0.014996649697422981, -0.01662176288664341, -0.04829719662666321, -0.02772669680416584, -0.008318008854985237, -0.03144734725356102, -0.06397810578346252, -0.006917418912053108, -0.014255370944738388, 0.045759741216897964, 0.0020171350333839655, -0.010299505665898323, -0.036778856068849564, 0.0025428016670048237, 0.10611698031425476, -0.02084135264158249, -0.043165262788534164, -0.026244137436151505, 0.017633894458413124, -0.01203153282403946, -0.015552609227597713, 0.014397924765944481, 0.004935922101140022, -0.010413547977805138, 0.03817588463425636, 0.03324352577328682, 0.03680736571550369, 0.024690302088856697, -0.02151135541498661, 0.0817117840051651, 0.007662261836230755, -0.007555346470326185, 0.01682133786380291, -0.01615133509039879, 0.016265377402305603, 0.027897760272026062, 0.014668776653707027, -0.04128355532884598, 0.02473306842148304, -0.00781194306910038, 0.022951146587729454, -0.02473306842148304, 0.00985758937895298, -0.027912016957998276, -0.040171634405851364, -0.06540364027023315, -0.05231720954179764, 0.02812584675848484, 0.010955252684652805, -0.03024989739060402, 0.002806526143103838, -0.029480107128620148, 0.034326933324337006, -0.03330054506659508, 0.03464055061340332, -0.01213132031261921, 0.01712070032954216, -0.017961766570806503, -0.014590372331440449, -0.055938076227903366, -0.021169226616621017, -0.03988652676343918, -0.012430683709681034, -0.023749448359012604, 0.0009212533477693796, 0.05211763456463814, 0.02383497916162014, -0.03178947791457176, -0.01226674672216177, -0.012608875520527363, -0.02084135264158249, -0.010178335011005402, 0.040741849690675735, 0.029594149440526962, 0.006414916832000017, 0.040713340044021606, -0.012209725566208363, 0.006097734905779362, 0.011083550751209259, -0.022081568837165833, -0.0036012630444020033, 0.018075810745358467, 0.05009337142109871, -0.04065631702542305, 0.021254757419228554, -0.008945245295763016, 0.022452209144830704, -0.05491168797016144, -0.011347275227308273, -0.04781251400709152, 0.033557143062353134, 0.012480577453970909, -0.05525381863117218, -0.00166609650477767, 0.06580279022455215, 0.02193901501595974, -0.03709247335791588, 0.008702903985977173, -0.01941581442952156, -0.016963891685009003, -0.012345151044428349, 0.03726353868842125, 0.009829077869653702, 0.003856077790260315, -0.01141855213791132, -0.014554733410477638, 0.01751985028386116, -0.006318693049252033, 0.01572367362678051, -0.02193901501595974, 0.009750673547387123, -0.006065660156309605, -0.0017952857306227088, -0.06506150960922241, 0.003189639188349247, 0.0045973570086061954, -0.041169509291648865, 0.004183951299637556, -0.00455459114164114, -0.055567435920238495, -0.04000056907534599, -0.03746311366558075, -0.05362870544195175, -0.027912016957998276, -0.03543885052204132, -0.031532879918813705, -0.006564598064869642, -0.027598397806286812, 0.012858344241976738, 0.010242483578622341, 0.016564741730690002, -0.009993014857172966, -0.07179004698991776, -0.03851801156997681, 0.024020299315452576, -0.06985131651163101, 0.046558041125535965, -0.0006000620196573436, 0.001258927397429943, 0.0011226104106754065, -0.016336655244231224, 0.04786953702569008, 0.054170407354831696, -0.03632268309593201, -0.024775834754109383, -0.0018496343400329351, 0.04250951483845711, 0.00781194306910038, 0.008581733331084251, 0.02181071788072586, -0.010848336853086948, -0.06089894473552704, 0.019230496138334274, -0.009194714017212391, 0.00319498497992754, -0.009886099956929684, 0.03780524432659149, 0.014754308387637138, -0.01426249835640192, -0.022024547681212425, -0.01532452367246151, 0.06825471669435501, -0.029907768592238426, 0.005078475922346115, 0.06728535145521164, 0.006040713284164667, -0.00486108148470521, -0.04427717998623848, 0.00750545272603631, -0.011810574680566788, -0.00295442552305758, 0.012929621152579784, 0.04205334559082985, 0.01639367640018463, -0.005919542629271746, -0.013129196129739285, 0.02330753207206726, -0.01612282358109951, 0.010891103185713291, -0.007583857513964176, 0.011254615150392056, 0.000752416264731437, 0.002050991402938962, 0.014340902678668499, -0.018874110653996468, -0.010335143655538559, -0.011211848817765713, -0.0005176481790840626, 0.05482615530490875, 0.02709946036338806, 0.009258863516151905, -0.04772698134183884, 0.0031023251358419657, 0.02719924785196781, 0.0019316027173772454, 0.04729932174086571, 0.019330283626914024, 0.005089167505502701, -0.003034612163901329, 0.09077820181846619, -0.001684806658886373, 0.01818985305726528, 0.04347888007760048, -0.03124777227640152, 0.018432194367051125, -0.004693580791354179, -0.017462829127907753, 0.03421289101243019, 0.006272363010793924, -0.005880340468138456, -0.03062053583562374, -0.018175598233938217, 0.02310795523226261, -0.07960198819637299, 0.008617371320724487, 0.02426264062523842, -0.02383497916162014, -0.02290838025510311, -0.04841123893857002, 0.07401388883590698, -0.02715648151934147, 0.03649374842643738, 0.054369986057281494, 0.006169011816382408, -0.021653909236192703, 0.05890319123864174, -0.007519708015024662, 0.018161341547966003, 0.041967812925577164, 0.008253859356045723, -0.021126460283994675, 0.04404909536242485, 0.07555346190929413, 0.05092018470168114, 0.024761579930782318, 0.02742733433842659, -0.018403682857751846, -0.009037905372679234, 0.01894538849592209, -0.013029408641159534, 0.019700922071933746, 0.019330283626914024, 0.00006977335578994825, 0.01702091284096241, 0.03350012004375458, -0.020998161286115646, -0.05109125003218651, 0.011268870905041695, 0.006026457995176315, 0.024390939623117447, 0.010563230141997337, 0.021554119884967804, -0.0056878929026424885, -0.027797972783446312, -0.033129483461380005, -0.011831957846879959, 0.005320817232131958, -0.038118861615657806, 0.04145461693406105, 0.010442059487104416, -0.00444767577573657, -0.011026529595255852, -0.0037349071353673935, 0.007077791728079319, -0.02260901778936386, 0.02054199017584324, -0.011703659780323505, -0.04444824531674385, -0.00676417350769043, -0.018232619389891624, 0.05208912491798401, -0.004982252139598131, -0.037919286638498306, 0.007961624301970005, 0.02061326615512371, 0.03526778891682625, -0.04724229872226715, 0.019672412425279617, -0.0006174357258714736, 0.011646637693047523, 0.015281757339835167, 0.023164978250861168, 0.020057307556271553, -0.03267331048846245, 0.03358565270900726, -0.0022095823660492897, 0.012480577453970909, 0.0077691772021353245, -0.02985074743628502, 0.06010064482688904, 0.039772484451532364, -0.03161841258406639, -0.006564598064869642, 0.01522473618388176, -0.024590514600276947, -0.06300874054431915, 0.04242398217320442, -0.06631598621606827, 0.01914496347308159, -0.0070243338122963905, -0.0058161914348602295, 0.04404909536242485, -0.03903120383620262, 0.2399463951587677, 0.05787680670619011, 0.03618013113737106, -0.004618740174919367, 0.006108426488935947, 0.025388816371560097, -0.030107343569397926, -0.023293275386095047, 0.01794751174747944, -0.004262356087565422, -0.018104320392012596, -0.005873212590813637, -0.03503970056772232, 0.004526080098003149, 0.019073685631155968, 0.047156766057014465, -0.03558140620589256, -0.01335015520453453, 0.015581120736896992, -0.08866840600967407, -0.01791900023818016, -0.04322228580713272, 0.005124805960804224, 0.013820582069456577, -0.006945929490029812, -0.0024857802782207727, 0.012673025019466877, 0.005466934759169817, -0.012138448655605316, -0.014169838279485703, -0.020028796046972275, -0.010620251297950745, 0.04350739344954491, -0.011496956460177898, -0.02875308319926262, 0.025474347174167633, 0.0013979172799736261, 0.0027192120905965567, -0.02403455600142479, -0.022452209144830704, 0.036778856068849564, 0.009251736104488373, 0.004750602412968874, -0.02081284113228321, -0.03101968765258789, 0.05026443675160408, -0.04305122047662735, 0.04205334559082985, -0.006514704320579767, -0.04062780737876892, 0.05431296303868294, -0.01111918967217207, 0.015296013094484806, -0.02386349067091942, -0.08427774906158447, -0.000592488853726536, 0.00974354613572359, -0.010791315697133541, -0.019729433581233025, -0.0022612581960856915, 0.01861751452088356, -0.0045296442694962025, -0.015880482271313667, 0.016336655244231224, -0.015866227447986603, 0.039173759520053864, -0.006247416138648987, 0.05747765675187111, -0.041140999644994736, -0.018931131809949875, 0.006799811962991953, -0.042538028210401535, -0.010007270611822605, -0.01784772425889969, -0.013400048948824406, -0.019986029714345932, -0.01971517875790596, 0.01492537371814251, 0.05223168060183525, -0.01185334101319313, 0.002665754407644272, 0.0014282099436968565, -0.044334203004837036, -0.031504370272159576, 0.05462658032774925, 0.02473306842148304, -0.022053059190511703, -0.012844089418649673, 0.009066415950655937, 0.023221999406814575, 0.020770074799656868, 0.044533777981996536, 0.0011529030743986368, -0.01779070310294628, -0.054968710988759995 ]
9890_3
TiCl4, for the central Ti neutral counting: Ti contributes 4 electrons, each chlorine radical contributes one each: 4 + 4 × 1 = 8 valence electrons ionic counting: Ti4+ contributes 0 electrons, each chloride anion contributes two each: 0 + 4 × 2 = 8 valence electrons conclusion: Having only 8e (vs. 18 possible), we can anticipate that TiCl4 will be a good Lewis acid. Indeed, it reacts (in some cases violently) with water, alcohols, ethers, amines. Fe(CO)5 neutral counting: Fe contributes 8 electrons, each CO contributes 2 each: 8 + 2 × 5 = 18 valence electrons ionic counting: Fe(0) contributes 8 electrons, each CO contributes 2 each: 8 + 2 × 5 = 18 valence electrons conclusions: this is a special case, where ionic counting is the same as neutral counting, all fragments being neutral. Since this is an 18-electron complex, it is expected to be isolable compound. Ferrocene, (C5H5)2Fe, for the central Fe: neutral counting: Fe contributes 8 electrons, the 2 cyclopentadienyl-rings contribute 5 each: 8 + 2 × 5 = 18 electrons ionic counting: Fe2+ contributes 6 electrons, the two aromatic cyclopentadienyl rings contribute 6 each: 6 + 2 × 6 = 18 valence electrons on iron. conclusion: Ferrocene is expected to be an isolable compound. These examples show the methods of electron counting, they are a formalism, and don't have anything to do with real life chemical transformations. Most of the 'fragments' mentioned above do not exist as such; they cannot be kept in a bottle: e.g. the neutral C, the tetra-anionic C, the neutral Ti, and the tetra-cationic Ti are not free species, they are always bound to something, for neutral C, it is commonly found in graphite, charcoal, diamond (sharing electrons with the neighboring carbons), as for Ti which can be found as its metal (where it shares its electrons with neighboring Ti atoms), C4− and Ti4+ 'exist' only with appropriate counterions (with which they probably share electrons). So these formalisms are only used to predict stabilities or properties of compounds!
[ -0.03270750865340233, 0.009923755191266537, 0.05578116700053215, -0.03868406265974045, -0.043441515415906906, 0.012845129705965519, -0.005660628899931908, 0.011982841417193413, -0.01717144064605236, 0.05705973505973816, 0.0357106514275074, -0.007288570515811443, 0.013766887597739697, -0.03612693026661873, -0.035829588770866394, -0.01862841285765171, 0.0026463347021490335, 0.003419421147555113, -0.034223947674036026, 0.009908887557685375, 0.020888203755021095, 0.004441530909389257, -0.07201598584651947, -0.007191934622824192, -0.027727045118808746, 0.016799764707684517, 0.012101777829229832, -0.04576077684760094, 0.060776494443416595, 0.021899163722991943, -0.007604495622217655, -0.032499369233846664, 0.013722285628318787, -0.03630533441901207, -0.04347125068306923, -0.01708223856985569, 0.00841474998742342, -0.023430468514561653, 0.009841986000537872, -0.05271855369210243, 0.054799940437078476, -0.06250107288360596, 0.016294285655021667, -0.046355459839105606, -0.027712179347872734, -0.01657675951719284, 0.007626796141266823, -0.03425367921590805, -0.03577011823654175, -0.06523661315441132, -0.004062421154230833, 0.021304480731487274, 0.025660526007413864, 0.012228148058056831, -0.005348420701920986, -0.04141959920525551, -0.010302864946424961, 0.0005068734171800315, -0.03588905557990074, -0.008994564414024353, 0.015491465106606483, -0.01846487447619438, -0.01657675951719284, 0.007351755630224943, -0.0060620391741395, 0.06184692308306694, 0.002806155476719141, 0.030536917969584465, 0.012101777829229832, -0.01656189188361168, -0.044957954436540604, -0.011098251678049564, 0.018405405804514885, -0.04605811834335327, -0.02783111482858658, -0.0061029233038425446, 0.04715827852487564, -0.019579904153943062, -0.022954722866415977, -0.016621360555291176, -0.042757634073495865, 0.013841222040355206, -0.03657294064760208, 0.002246782649308443, -0.008385015651583672, -0.0019104157108813524, -0.019014954566955566, 0.06006287783384323, 0.014532539993524551, -0.02783111482858658, 0.009804818779230118, 0.02860420197248459, 0.02649308182299137, -0.0425494946539402, 0.022419510409235954, 0.024292757734656334, 0.011001615785062313, 0.007258836645632982, -0.013246540911495686, -0.011232055723667145, 0.005307536572217941, 0.04617705196142197, -0.004311444237828255, 0.041122257709503174, -0.025928132236003876, 0.0519157350063324, 0.003044028300791979, 0.020100250840187073, 0.025437520816922188, -0.04168720543384552, 0.03820831701159477, -0.030120640993118286, -0.028901543468236923, 0.018925752490758896, -0.006262744311243296, 0.038475923240184784, 0.010904979892075062, 0.012919465079903603, -0.036424268037080765, 0.0032819011248648167, 0.050280358642339706, -0.0343131497502327, 0.011098251678049564, 0.0001016882888507098, -0.040616776794195175, -0.008422182872891426, -0.012116644531488419, 0.009217570535838604, -0.022434376180171967, -0.0015768363373354077, 0.0007619362440891564, -0.024545498192310333, 0.023118261247873306, 0.01465147640556097, -0.027295902371406555, 0.010659674182534218, -0.009336506947875023, 0.03235069662332535, 0.013484412804245949, -0.011343558318912983, 0.021884296089410782, -0.013670251704752445, 0.017067372798919678, 0.07891429215669632, 0.026344411075115204, 0.08414749801158905, -0.024961775168776512, 0.012309916317462921, 0.004813206847757101, -0.0027764213737100363, -0.021393682807683945, -0.011217188090085983, 0.010585338808596134, 0.039516616612672806, -0.02690935879945755, 0.027117496356368065, 0.031399205327034, -0.0019921844359487295, -0.05426472797989845, -0.021750492975115776, 0.03681081160902977, 0.01940149813890457, 0.05503781512379646, 0.009641281329095364, -0.013484412804245949, -0.016115881502628326, -0.04926940053701401, -0.015223857946693897, -0.012897164560854435, -0.02170589193701744, 0.04088438302278519, -0.01623481698334217, -0.023356134071946144, 0.034223947674036026, 0.045731041580438614, -0.0031685398425906897, 0.04644466191530228, -0.05768414959311485, -0.02759324200451374, 0.0023359849583357573, -0.02597273513674736, -0.0014216615818440914, 0.013603349216282368, 0.03007603995501995, 0.04409566521644592, 0.010235963389277458, -0.026671485975384712, 0.010481269098818302, 0.0006680880323983729, -0.019624505192041397, 0.04998301714658737, 0.05997367575764656, -0.040022093802690506, -0.000898991827853024, -0.036602675914764404, 0.029451623558998108, -0.06303628534078598, 0.0695183202624321, -0.011350992135703564, -0.04136012867093086, -0.01587800867855549, -0.006697605364024639, -0.03594852238893509, 0.015238724648952484, -0.034461818635463715, 0.039665285497903824, 0.02811358869075775, 0.0823039785027504, 0.05185626447200775, -0.006485749967396259, 0.017780989408493042, 0.0278608500957489, 0.01080834399908781, 0.006281327921897173, 0.0047500221990048885, -0.00914323516190052, 0.02084360271692276, 0.01888115145266056, -0.04790163040161133, 0.011336124502122402, -0.021899163722991943, 0.012272749096155167, -0.007080432027578354, 0.03466995805501938, 0.01264442503452301, -0.007916703820228577, -0.009106067009270191, 0.024753635749220848, 0.008890494704246521, 0.02811358869075775, -0.03820831701159477, 0.04956674203276634, 0.019951580092310905, 0.0030403113923966885, -0.010615073144435883, 0.02348993718624115, 0.04926940053701401, 0.022493844851851463, 0.006374247372150421, 0.001406794530339539, 0.027102630585432053, 0.005682929418981075, 0.03707841783761978, 0.005129131954163313, 0.020992273464798927, -0.023935949429869652, -0.017067372798919678, 0.014294667169451714, -0.027221566066145897, 0.037881240248680115, -0.048317909240722656, 0.030224710702896118, 0.039605818688869476, -0.06642597168684006, -0.04192507639527321, -0.004850374534726143, 0.04766375944018364, 0.010919847525656223, 0.0034826062619686127, -0.02117067761719227, 0.003144380869343877, 0.04234135523438454, 0.009187836199998856, 0.013201938942074776, -0.0058724842965602875, 0.08075781166553497, 0.010548170655965805, 0.026879623532295227, 0.02460496500134468, -0.02604706957936287, -0.06809108704328537, -0.038892198354005814, -0.06178745627403259, 0.01263699121773243, -0.023460203781723976, 0.012681592255830765, 0.06428512185811996, -0.012659291736781597, 0.0038394152652472258, -0.01371485274285078, -0.030536917969584465, -0.004601351451128721, 0.016368620097637177, 0.03927874192595482, 0.0222857054322958, 0.08099567890167236, -0.05093450844287872, 0.017736388370394707, -0.04222241789102554, 0.007444674614816904, -0.021884296089410782, -0.019802909344434738, -0.031072132289409637, -0.035234905779361725, -0.0176025852560997, 0.008102541789412498, 0.02597273513674736, -0.025140179321169853, -0.012547789141535759, -0.01106851827353239, -0.009001998230814934, 0.013142471201717854, 0.0037910975515842438, 0.02707289531826973, -0.05031009390950203, 0.03901113569736481, -0.016888966783881187, 0.012674159370362759, -0.0036257014144212008, 0.018227001652121544, 0.007790333591401577, 0.021230146288871765, 0.013536447659134865, 0.023861613124608994, 0.005006478633731604, 0.0023174011148512363, 0.03681081160902977, 0.022062700241804123, 0.02905021421611309, -0.023727810010313988, -0.015744205564260483, 0.016933567821979523, -0.024456296116113663, -0.04106278717517853, -0.014815013855695724, 0.019356897100806236, -0.0261511392891407, -0.058130159974098206, 0.023252064362168312, -0.006303628906607628, -0.04703934118151665, 0.07272960245609283, 0.01307556964457035, 0.023296665400266647, -0.05943845957517624, 0.00749670946970582, -0.022583046928048134, 0.015008285641670227, 0.009596680290997028, 0.0210220068693161, 0.01616048254072666, 0.006463449448347092, -0.019862378016114235, 0.004025253467261791, 0.01657675951719284, 0.0102879973128438, -0.011945673264563084, -0.060508888214826584, -0.04025996848940849, -0.025169912725687027, 0.03023957647383213, 0.04519582912325859, -0.0025459821335971355, 0.049061261117458344, 0.015298193320631981, 0.060181815177202225, -0.010325165465474129, -0.04680147022008896, 0.008578287437558174, 0.029258351773023605, -0.023846745491027832, -0.005340987350791693, -0.0176025852560997, 0.036424268037080765, -0.055573027580976486, -0.011759835295379162, -0.024322491139173508, -0.03663240745663643, 0.010957014746963978, -0.019431233406066895, 0.011945673264563084, 0.0032670339569449425, 0.027697311714291573, 0.022360041737556458, 0.01042923517525196, -0.0015777655644342303, 0.06821002066135406, 0.029347553849220276, 0.05105344578623772, -0.015030586160719395, -0.041122257709503174, -0.011640898883342743, -0.002791288308799267, -0.007106449455022812, -0.0023266931530088186, 0.015848273411393166, -0.030804524198174477, 0.01178956963121891, -0.031993888318538666, -0.03175601735711098, -0.011440194211900234, -0.004742588382214308, -0.020397590473294258, -0.03707841783761978, -0.033361658453941345, 0.003597825765609741, 0.045225560665130615, -0.02366834133863449, 0.015655001625418663, 0.009180402383208275, 0.02212216891348362, 0.02195863053202629, -0.0031499559991061687, 0.034372616559267044, -0.02109634131193161, -0.015238724648952484, -0.04692040756344795, 0.055394623428583145, 0.004973027855157852, -0.020739533007144928, -0.014212898910045624, 0.0049767447635531425, -0.03553224727511406, -0.060181815177202225, -0.001333388383500278, -0.013789188116788864, -0.027816249057650566, 0.006403981242328882, -0.01974344067275524, -0.014889349229633808, -0.008563419803977013, -0.053670044988393784, -0.03220202773809433, -0.005537975579500198, 0.013841222040355206, -0.020635463297367096, 0.02742970548570156, -0.05601903796195984, 0.0070506976917386055, 0.05581090226769447, -0.008005905896425247, -0.018331071361899376, -0.06553395092487335, -0.02023405395448208, -0.07879535853862762, 0.01401219330728054, 0.05518648400902748, 0.03321298584342003, -0.062144264578819275, -0.037286557257175446, -0.0033116352278739214, -0.0036572939716279507, 0.010154194198548794, -0.028410930186510086, 0.03734602779150009, 0.03214256092905998, 0.07094555348157883, 0.04712854325771332, 0.05465127155184746, 0.010890113189816475, -0.008652622811496258, -0.028054121881723404, 0.02835146151483059, -0.031577613204717636, 0.020011046901345253, 0.054443132132291794, -0.009708182886242867, 0.0035253488458693027, 0.02518478035926819, 0.011692933738231659, -0.0391300730407238, -0.02185456082224846, 0.026953959837555885, 0.005976553540676832, -0.0381191112101078, 0.021319348365068436, -0.018568944185972214, 0.020263787358999252, 0.020888203755021095, 0.020129984244704247, -0.0003779482503887266, -0.014696077443659306, 0.03517543897032738, -0.009723049588501453, 0.03921927511692047, 0.003345086006447673, -0.017290377989411354, -0.0144359041005373, -0.048496313393116, 0.004679403733462095, -0.04177640751004219, 0.013878390192985535, 0.0338076688349247, 0.01630915328860283, -0.00034821414737962186, -0.021973498165607452, 0.004735155031085014, 0.005103114526718855, -0.05271855369210243, -0.00713246688246727, 0.010109593160450459, 0.007058131508529186, 0.007931570522487164, 0.0040438370779156685, -0.0210220068693161, -0.028083855286240578, -0.061965860426425934, -0.01880681701004505, 0.02485770545899868, -0.0047240047715604305, 0.06083596497774124, 0.0005612311069853604, -0.006288761738687754, -0.000695499125868082, -0.015461730770766735, 0.002518106484785676, 0.00392861757427454, 0.018167532980442047, -0.02459009923040867, 0.009715616703033447, 0.01852434314787388, 0.004515866283327341, 0.016428088769316673, -0.048912592232227325, 0.03023957647383213, 0.0007150121382437646, 0.02699856087565422, 0.0011066659353673458, -0.024411693215370178, 0.06285788118839264, 0.002761554205790162, 0.002241207519546151, 0.043084707111120224, 0.04127092659473419, -0.020397590473294258, 0.00728113716468215, 0.030343646183609962, -0.07380002737045288, -0.01093471422791481, -0.02836632914841175, 0.010191362351179123, -0.018078330904245377, -0.06006287783384323, -0.006307345349341631, 0.00557514326646924, -0.02963002771139145, 0.05170759558677673, 0.002510672900825739, -0.05355111137032509, -0.011417893692851067, -0.04320364445447922, 0.006872293073683977, 0.020799001678824425, -0.0291245486587286, -0.06565288454294205, -0.03568091616034508, -0.048912592232227325, 0.0040698545053601265, -0.01965423859655857, 0.024069752544164658, -0.03698921576142311, 0.017320111393928528, 0.021215278655290604, 0.05857617035508156, 0.012205846607685089, -0.021586954593658447, 0.013789188116788864, 0.03713788837194443, -0.0191190242767334, 0.022003231570124626, -0.0343131497502327, 0.032410167157649994, -0.030135508626699448, 0.010540737770497799, -0.0011196746490895748, -0.01963937096297741, 0.00228580879047513, -0.015342794358730316, 0.07249172776937485, -0.013885824009776115, -0.03904087096452713, -0.009552079252898693, -0.007374056149274111, -0.0012033017119392753, 0.0181080661714077, -0.05979527160525322, -0.03663240745663643, -0.04469034820795059, -0.011202321387827396, -0.005433906335383654, -0.023385867476463318, -0.005742397624999285, -0.018435141071677208, -0.008749257773160934, 0.028931276872754097, -0.07873588800430298, 0.04483902081847191, 0.03562144935131073, 0.013640517368912697, 0.030982930213212967, -0.0016325877513736486, 0.042490024119615555, -0.015119788236916065, -0.009187836199998856, -0.021899163722991943, 0.007820067927241325, 0.015655001625418663, 0.019342031329870224, -0.003233583178371191, -0.01784045808017254, -0.03321298584342003, 0.0338076688349247, 0.058814045041799545, -0.006537784822285175, 0.034223947674036026, -0.004452681168913841, -0.017290377989411354, 0.004545600153505802, 0.02417382039129734, -0.0032242911402136087, 0.04879365488886833, -0.005389305297285318, -0.02305879257619381, -0.014421037398278713, 0.02622547373175621, 0.007381489500403404, -0.034729424864053726, -0.01733497902750969, 0.03577011823654175, 0.026032201945781708, -0.011298957280814648, 0.028767738491296768, -0.018390540033578873, -0.02561592496931553, -0.011737534776329994, 0.004906126298010349, 0.007991038262844086, -0.0533132366836071, -0.04510662704706192, -0.02521451562643051, 0.0004910771967843175, -0.026849890127778053, -0.02374267764389515, 0.024917174130678177, -0.024203555658459663, 0.012562655843794346, -0.00196430878713727, 0.016636228188872337, -0.02673095278441906, -0.006920611020177603, 0.09639794379472733, -0.02748917229473591, -0.03133973851799965, -0.025660526007413864, -0.0046979873441159725, -0.0343131497502327, -0.010176494717597961, 0.014108829200267792, 0.004943293519318104, 0.014525107108056545, 0.025601057335734367, -0.0010583479888737202, 0.05830856412649155, 0.005080814007669687, -0.04106278717517853, 0.052064403891563416, -0.00706556485965848, -0.03904087096452713, -0.013863522559404373, -0.009760217741131783, 0.01999618113040924, 0.026240341365337372, 0.006403981242328882, -0.05262935161590576, 0.04629598930478096, 0.007195651531219482, 0.028202790766954422, 0.012830263003706932, -0.006909460760653019, -0.06345256417989731, -0.043352313339710236, -0.027786513790488243, -0.029525958001613617, -0.0023824444506317377, -0.015536066144704819, -0.015127222053706646, -0.017899926751852036, 0.00542647298425436, 0.016770031303167343, -0.010919847525656223, 0.002417753916233778, 0.02051652781665325, 0.01508262101560831, -0.036602675914764404, -0.03826778382062912, -0.024218423292040825, -0.030804524198174477, -0.02723643369972706, 0.002204040065407753, -0.041627734899520874, -0.0013083002995699644, 0.04469034820795059, 0.045047156512737274, -0.0704103410243988, -0.014160864055156708, 0.007567327935248613, 0.01191593986004591, 0.009894020855426788, 0.0049507273361086845, 0.007931570522487164, -0.022181637585163116, 0.009856853634119034, 0.0145622743293643, 0.04439300671219826, -0.034640222787857056, -0.01724577695131302, 0.0007224456639960408, -0.00032196452957578003, 0.043768592178821564, -0.04840711131691933, 0.013201938942074776, -0.007931570522487164, 0.006968928966671228, -0.045671574771404266, 0.011254356242716312, -0.03154787793755531, 0.036959484219551086, 0.013566181994974613, -0.03666214272379875, 0.012845129705965519, 0.07374056428670883, 0.031785748898983, 0.00023775662702973932, 0.003307918319478631, -0.025318583473563194, -0.023103393614292145, -0.026329543441534042, 0.01665109395980835, 0.01508262101560831, 0.04213321581482887, 0.01708223856985569, -0.023118261247873306, 0.004118172451853752, -0.04338204860687256, 0.01742418110370636, -0.042490024119615555, 0.015171823091804981, -0.029094815254211426, 0.0010053841397166252, -0.03535384312272072, 0.01170780137181282, 0.03333192318677902, -0.02145315147936344, -0.022478977218270302, 0.007333172019571066, -0.07707078009843826, 0.009626413695514202, -0.037197355180978775, -0.05759494751691818, -0.013744586147367954, -0.026775555685162544, -0.006195842754095793, 0.006180975586175919, -0.0333021879196167, 0.024976642802357674, 0.023014191538095474, 0.03154787793755531, -0.014978551305830479, -0.03193442150950432, -0.009329073131084442, 0.01828647032380104, -0.053342971950769424, 0.017379580065608025, -0.016190215945243835, 0.02742970548570156, -0.025824064388871193, -0.06583128869533539, 0.03826778382062912, 0.04186560958623886, 0.016041545197367668, -0.019029822200536728, 0.000017480397218605503, -0.00016376982966903597, 0.024218423292040825, 0.013804054819047451, 0.013759453780949116, -0.018093198537826538, -0.06434458494186401, 0.040795180946588516, -0.03154787793755531, -0.00015424563025590032, -0.005051079671829939, 0.02169102430343628, -0.0011949390172958374, -0.0036944616585969925, -0.01674029603600502, -0.005519391968846321, 0.06987512856721878, -0.02033812180161476, 0.03101266361773014, 0.03223176300525665, 0.025868665426969528, 0.016353754326701164, -0.007924136705696583, 0.004519582726061344, 0.007879535667598248, 0.011514529585838318, 0.03362926468253136, 0.03698921576142311, 0.024218423292040825, 0.051737330853939056, -0.009217570535838604, 0.02527398243546486, -0.013187072239816189, 0.004166490398347378, -0.0009068899671547115, 0.016368620097637177, -0.03657294064760208, 0.02751890756189823, 0.02246411144733429, 0.03160734474658966, 0.028856942430138588, -0.02588353119790554, -0.005374438129365444, 0.0636904388666153, 0.014212898910045624, 0.04332258179783821, -0.05509728193283081, 0.018093198537826538, 0.030804524198174477, -0.03110186569392681, 0.029094815254211426, 0.030031438916921616, -0.002153863664716482, -0.0533132366836071, 0.08462323993444443, -0.0008385944529436529, 0.014703511260449886, 0.03235069662332535, -0.014458204619586468, 0.026002468541264534, -0.018851418048143387, -0.016353754326701164, 0.03425367921590805, 0.033094052225351334, 0.008050506934523582, -0.031399205327034, -0.024158954620361328, 0.020040782168507576, -0.08349334448575974, -0.008593154139816761, -0.004605068359524012, -0.0009579954785294831, -0.029615161940455437, -0.04287656769156456, 0.05254014953970909, -0.03365899994969368, 0.043768592178821564, 0.024025151506066322, 0.03160734474658966, -0.03508623689413071, 0.027028294280171394, 0.005482224281877279, 0.011930806562304497, 0.04683120548725128, -0.005136565305292606, -0.0008204752812162042, 0.03987342491745949, 0.0528077557682991, 0.01853920891880989, 0.0041218893602490425, 0.03425367921590805, -0.02878260612487793, 0.001404006965458393, 0.0024437711108475924, 0.00734432227909565, 0.015744205564260483, 0.007939004339277744, -0.0065266345627605915, 0.02613627165555954, 0.02971922978758812, -0.01434670202434063, -0.025511855259537697, -0.007229102309793234, 0.003980652429163456, 0.02332639880478382, 0.003608976025134325, 0.021468019112944603, -0.0190595556050539, 0.00036168741644360125, -0.012540355324745178, -0.007916703820228577, -0.0163983553647995, -0.03425367921590805, 0.013766887597739697, 0.019951580092310905, -0.01051100343465805, -0.006589819211512804, -0.021586954593658447, 0.019624505192041397, -0.016680829226970673, 0.005831599701195955, -0.00858572032302618, -0.025333451107144356, 0.015610401518642902, -0.051885999739170074, 0.04391726106405258, -0.023698076605796814, -0.0254523865878582, -0.021140944212675095, 0.03553224727511406, 0.010860378853976727, -0.03297511488199234, 0.03333192318677902, 0.004493565298616886, 0.04005182906985283, 0.007229102309793234, 0.0009933046530932188, 0.008303246460855007, -0.016695694997906685, 0.007879535667598248, -0.04290630295872688, -0.014881915412843227, 0.02008538320660591, -0.0174093134701252, 0.058635640889406204, 0.0406465120613575, -0.0176025852560997, -0.023861613124608994, 0.019520435482263565, -0.009418275207281113, -0.08254185318946838, 0.015446864068508148, -0.04579050838947296, -0.010577904991805553, -0.049061261117458344, 0.008169443346560001, 0.035413309931755066, -0.02690935879945755, 0.26332515478134155, 0.051469724625349045, 0.05601903796195984, -0.001032330677844584, -0.002178022637963295, 0.02152748592197895, -0.025571323931217194, -0.042490024119615555, 0.0010890113189816475, -0.010340032167732716, -0.015521198511123657, 0.009626413695514202, -0.008124842308461666, -0.022761451080441475, 0.05063716694712639, 0.053759247064590454, -0.023817012086510658, -0.04100332036614418, 0.03654320538043976, -0.06933991611003876, 0.004452681168913841, -0.03475916013121605, 0.0002238187735201791, 0.02219650335609913, 0.020546261221170425, -0.0000025008291686390294, 0.010644806548953056, -0.016725430265069008, -0.04802056774497032, -0.01818240061402321, -0.02478337101638317, 0.014116263017058372, 0.04897205904126167, -0.05417552590370178, -0.02809872291982174, 0.008578287437558174, -0.008221478201448917, -0.04439300671219826, -0.03478889539837837, 0.003973218612372875, 0.021720757707953453, 0.01315733790397644, 0.009960922412574291, 0.020025914534926414, -0.005653195083141327, 0.05396738648414612, -0.04183587431907654, 0.07629769295454025, 0.008563419803977013, -0.07278907299041748, 0.033450860530138016, -0.031310003250837326, 0.0005380013026297092, -0.012257881462574005, -0.06945884972810745, 0.027281034737825394, -0.03918953984975815, 0.003527207300066948, -0.014168297871947289, 0.024798236787319183, 0.02203296683728695, -0.0244414284825325, -0.04593918099999428, 0.007333172019571066, -0.036335065960884094, 0.05364031344652176, -0.004686837084591389, 0.08658569306135178, -0.031726282089948654, -0.036870282143354416, -0.0036572939716279507, -0.03675134479999542, -0.024203555658459663, -0.02725130133330822, 0.013358043506741524, -0.010518437251448631, -0.03918953984975815, 0.008176877163350582, 0.023192595690488815, -0.02579432912170887, 0.0036684442311525345, 0.008310680277645588, -0.04980461299419403, -0.03698921576142311, 0.056346114724874496, -0.016115881502628326, -0.005281519144773483, -0.01319450605660677, -0.020769266411662102, 0.02793518453836441, 0.008771559223532677, 0.06003314256668091, 0.018940620124340057, -0.017126839607954025, -0.03351032733917236 ]
9890_4
See also d electron count References Inorganic chemistry Chemical bonding
[ -0.011956467293202877, -0.010827976278960705, 0.050456706434488297, -0.004278573673218489, -0.049819767475128174, 0.028246894478797913, 0.03982258215546608, -0.007054800167679787, 0.009713331237435341, 0.02921614982187748, 0.029160764068365097, -0.009069468826055527, 0.04696738347411156, -0.04525041580200195, 0.00031435920391231775, -0.015217321924865246, -0.0013552277814596891, 0.003023733152076602, -0.022251352667808533, 0.022209811955690384, 0.011970313265919685, 0.03547477722167969, -0.05870923027396202, -0.009062545374035835, -0.009651022031903267, 0.023206761106848717, 0.009090238250792027, 0.004181648138910532, 0.055856846272945404, 0.0231790691614151, 0.017211219295859337, -0.0289115272462368, 0.02576836757361889, -0.0330931730568409, 0.013126498088240623, -0.010675664059817791, 0.028219200670719147, -0.024286789819598198, 0.04156724363565445, -0.038410235196352005, 0.08601456135511398, -0.025394512340426445, 0.019440509378910065, -0.015992727130651474, -0.02819150686264038, -0.01011488027870655, -0.031126968562602997, -0.04106876999139786, -0.058820001780986786, -0.08324525505304337, 0.010973364114761353, 0.012053392827510834, 0.03037925809621811, 0.00041301563032902777, 0.0012989763636142015, -0.006383243948221207, -0.030213098973035812, -0.010737973265349865, -0.020548230037093163, 0.029243843629956245, 0.008854847401380539, -0.017155833542346954, 0.0003491918323561549, 0.00045823314576409757, 0.008252523839473724, 0.009713331237435341, -0.01104952022433281, 0.0007663181750103831, 0.0067432536743581295, 0.007380193565040827, 0.016117345541715622, -0.020742081105709076, -0.0005105903255753219, -0.02484065108001232, -0.038853324949741364, -0.01009411085397005, 0.03553016111254692, -0.013389581814408302, -0.035640932619571686, 0.005209751892834902, -0.006272471975535154, 0.012773411348462105, 0.0004169099556747824, 0.015051163733005524, -0.008335603401064873, -0.008806384168565273, -0.014303451403975487, 0.02273597940802574, -0.011603380553424358, -0.008370219729840755, 0.021046705543994904, 0.08136212825775146, 0.02488218992948532, -0.009408707730472088, 0.022348277270793915, 0.018235862255096436, -0.012233396992087364, 0.03356395661830902, 0.011852618306875229, 0.000735596171580255, 0.015535791404545307, 0.010384887456893921, -0.011693383567035198, 0.03907487168908119, -0.014885005541145802, 0.043561141937971115, 0.0289946049451828, 0.013341118581593037, 0.041318006813526154, -0.04585966467857361, 0.059983108192682266, -0.031043890863656998, -0.021351328119635582, -0.000986564322374761, -0.02791457809507847, 0.05524760112166405, -0.017474303022027016, 0.028883833438158035, -0.03403473645448685, -0.0052443682216107845, 0.04674584046006203, -0.01228186022490263, 0.017391225323081017, 0.0032366232480853796, -0.03627787530422211, -0.022265199571847916, -0.039047177881002426, 0.022763673216104507, -0.0061547765508294106, -0.03763483092188835, -0.018277401104569435, -0.02810842916369438, -0.0030410413164645433, 0.026072990149259567, -0.03616710007190704, 0.000452608015621081, -0.004330498166382313, 0.022722134366631508, 0.017529690638184547, -0.012385709211230278, 0.03406243026256561, -0.0012453211238607764, 0.02456372044980526, 0.07000798732042313, -0.02121286280453205, 0.07244497537612915, -0.008681765757501125, 0.010994134470820427, -0.023525232449173927, 0.025076040998101234, -0.06197700649499893, -0.040431827306747437, 0.005227060057222843, 0.03868716582655907, 0.004309728275984526, 0.009803333319723606, 0.07427271455526352, 0.023192916065454483, -0.010350271128118038, -0.03414551168680191, 0.00234871543943882, -0.021780570968985558, 0.04428115859627724, 0.013631895184516907, -0.03209622576832771, 0.021711338311433792, -0.046468909829854965, -0.03145928680896759, 0.001572445034980774, -0.01579887606203556, 0.025352971628308296, 0.0006711233290843666, -0.04081952944397926, 0.035502467304468155, 0.039490263909101486, 0.00762943085283041, 0.027305331081151962, -0.022625207901000977, 0.017460457980632782, 0.023511385545134544, -0.003195083700120449, -0.02209904044866562, 0.04408730939030647, 0.019634360447525978, -0.01075874362140894, 0.03816099837422371, -0.03807792067527771, -0.011998007073998451, -0.013714974746108055, 0.0004112848255317658, 0.02250058948993683, 0.03445013239979744, -0.01726660691201687, -0.0016460046172142029, -0.025934524834156036, 0.054610662162303925, -0.0385763943195343, 0.07377424091100693, -0.02299906313419342, -0.05646609514951706, -0.026779163628816605, -0.028966912999749184, -0.06524478644132614, 0.0005408795550465584, -0.045167338103055954, -0.04023797810077667, 0.02855151705443859, 0.0773189514875412, 0.012247243896126747, 0.03575170412659645, 0.019495895132422447, 0.017875852063298225, 0.006206701043993235, 0.019205117598176003, -0.0056424555368721485, 0.010467966087162495, -0.004946668166667223, 0.04979207366704941, -0.03735790029168129, 0.018277401104569435, 0.006577095482498407, 0.01838817447423935, -0.009270242415368557, 0.05173058435320854, 0.015355787239968777, 0.006383243948221207, -0.018692797049880028, 0.00821098405867815, -0.009831027127802372, 0.023248301818966866, 0.00002511033380869776, 0.05749073624610901, -0.005569761153310537, 0.04375499114394188, 0.011271064169704914, 0.02554682269692421, 0.06319550424814224, 0.04140108451247215, 0.006473246496170759, -0.017308145761489868, -0.00041582819540053606, 0.0033456645905971527, -0.0011968582402914762, 0.005555914714932442, 0.032234691083431244, -0.012330323457717896, -0.022126734256744385, 0.027900731191039085, -0.039268720895051956, 0.053004465997219086, -0.037247128784656525, 0.023996014147996902, 0.04098568856716156, 0.0005664090858772397, -0.05317062512040138, -0.04375499114394188, 0.0034027814399451017, 0.031791601330041885, -0.0366932675242424, -0.013583432883024216, 0.019038960337638855, 0.050179775804281235, -0.0036866350565105677, -0.0017411994049325585, 0.02630838192999363, 0.02572682872414589, -0.000012081896784366108, 0.012427248992025852, 0.028440745547413826, -0.027623800560832024, -0.04059798642992973, -0.03827177360653877, -0.03553016111254692, -0.015812721103429794, -0.0581553690135479, 0.029520774260163307, 0.041594937443733215, -0.02943769469857216, -0.01474654022604227, -0.008937926031649113, -0.007961747236549854, -0.012330323457717896, -0.020437458530068398, 0.03231776878237724, 0.06153392046689987, 0.04993053898215294, -0.02688993513584137, 0.037745602428913116, -0.04201032966375351, -0.006476708222180605, -0.023996014147996902, -0.04934898391366005, 0.0087233055382967, -0.04699507728219032, 0.015577331185340881, -0.002101208781823516, -0.01656043343245983, -0.04793664067983627, -0.01946820318698883, -0.025228353217244148, -0.04541657492518425, -0.017571229487657547, -0.013431120663881302, -0.02474372461438179, -0.025629902258515358, 0.036222487688064575, -0.013161114417016506, 0.00601631123572588, 0.007096339948475361, 0.025076040998101234, -0.006327858194708824, 0.03533631190657616, 0.044807326048612595, 0.050539784133434296, -0.03533631190657616, 0.055109135806560516, 0.03946257382631302, 0.0367763489484787, 0.004493194632232189, -0.02402370609343052, -0.0388256311416626, 0.03007463365793228, -0.01928819715976715, -0.047770481556653976, -0.027596106752753258, 0.027596106752753258, 0.005607839208096266, -0.06723868101835251, 0.023566771298646927, -0.014566535130143166, -0.07250036299228668, 0.037108663469552994, -0.0048255110159516335, 0.02658531256020069, -0.04256419092416763, 0.008335603401064873, -0.03458859771490097, -0.028440745547413826, 0.04674584046006203, -0.010855669155716896, 0.06053696945309639, -0.0194128155708313, -0.009318705648183823, 0.02644684724509716, 0.006224009208381176, -0.0026983399875462055, -0.021669797599315643, -0.021489793434739113, -0.019938983023166656, -0.0029493081383407116, -0.02765149436891079, 0.03741328790783882, 0.0020423613023012877, 0.07216804474592209, 0.04630275070667267, 0.026723777875304222, -0.020783621817827225, -0.03350856900215149, 0.018554331734776497, 0.002513142768293619, -0.026363767683506012, 0.009969491511583328, -0.02971462532877922, 0.001710910233668983, -0.05887538939714432, -0.04810279980301857, 0.013749591074883938, -0.04120723158121109, 0.045527346432209015, -0.06657405197620392, 0.05275522917509079, 0.039933353662490845, 0.02438371628522873, 0.05247829854488373, 0.001771488692611456, 0.019357429817318916, 0.07532504945993423, 0.01660197414457798, 0.07975593209266663, -0.01500962395220995, -0.007338653784245253, 0.006317473016679287, 0.017197374254465103, 0.010052571073174477, 0.004905128385871649, 0.030240792781114578, -0.019122039899230003, 0.04666276276111603, -0.053946029394865036, -0.028468437492847443, -0.021060552448034286, -0.04793664067983627, -0.040154896676540375, -0.049819767475128174, -0.030683880671858788, -0.03242854028940201, 0.04469655454158783, 0.0018987036310136318, 0.017737388610839844, -0.001417537103407085, 0.009727178141474724, 0.04657968133687973, -0.013659588992595673, 0.007096339948475361, 0.004998592659831047, -0.00345124420709908, -0.026640698313713074, 0.032594699412584305, 0.01525886170566082, -0.0019177425419911742, -0.047050464898347855, 0.005690918304026127, -0.07399578392505646, -0.002173903165385127, 0.017100447788834572, -0.010744896717369556, -0.008730228990316391, 0.013195730745792389, -0.04788125306367874, 0.021365175023674965, -0.012558790855109692, -0.009194087237119675, -0.025477590039372444, 0.018097396939992905, 0.011167215183377266, 0.0024975654669106007, -0.01914973184466362, -0.033176254481077194, 0.018055858090519905, 0.05616147071123123, -0.013071111403405666, -0.017571229487657547, -0.06302934139966965, -0.006369397509843111, -0.07211265712976456, -0.022223658859729767, 0.0407087579369545, 0.004867050796747208, -0.020465152338147163, -0.03350856900215149, 0.03793945536017418, -0.0403764434158802, 0.0003063541662413627, 0.026917628943920135, 0.018512792885303497, 0.02389908768236637, 0.01228186022490263, 0.03209622576832771, 0.017460457980632782, -0.014220372773706913, 0.02103285863995552, -0.034699369221925735, -0.004167801700532436, 0.014843465760350227, -0.005095518194139004, 0.027776112779974937, 0.011935696937143803, -0.01375651452690363, 0.009775640442967415, 0.01610349863767624, 0.01786200702190399, -0.004853203892707825, 0.014026521705091, -0.02921614982187748, -0.016698898747563362, 0.08662381023168564, -0.010571815073490143, -0.023068295791745186, -0.00017254057456739247, 0.01802816428244114, -0.015895800665020943, -0.03727482259273529, 0.019675899296998978, 0.006234393920749426, 0.03583478555083275, -0.02121286280453205, -0.010232576169073582, 0.0009095430723391473, -0.035862479358911514, -0.004233572632074356, -0.013410351239144802, 0.021448254585266113, 0.0023089067544788122, 0.002378139179199934, 0.0019385123159736395, -0.04680122435092926, 0.0014685961650684476, 0.014275758527219296, -0.06092467159032822, -0.015092703513801098, -0.011181062087416649, 0.004012028221040964, 0.018415866419672966, -0.00004824645657208748, 0.002765841782093048, 0.0002909931936301291, -0.03788406774401665, -0.01860971748828888, 0.007677893619984388, 0.03788406774401665, 0.011561841703951359, 0.02810842916369438, -0.05153673514723778, 0.024646800011396408, 0.013798053376376629, 0.017169680446386337, 0.01750199683010578, 0.022611360996961594, 0.01241340208798647, 0.0174050722271204, 0.008910233154892921, 0.0029787318781018257, -0.013881132937967777, 0.00982410367578268, 0.024619106203317642, 0.00394971901550889, 0.09670407325029373, 0.012932646088302135, -0.055192213505506516, 0.06607557833194733, 0.03206853196024895, -0.007030569016933441, 0.00635208934545517, 0.04752124473452568, -0.014926545321941376, 0.05754612386226654, 0.022888291627168655, -0.047853562980890274, -0.03159775212407112, -0.01474654022604227, 0.004721662029623985, -0.020437458530068398, -0.041816480457782745, -0.026613004505634308, 0.06053696945309639, 0.007844051346182823, 0.048352036625146866, 0.03007463365793228, -0.037025585770606995, 0.001356958644464612, -0.03073926642537117, 0.02420371025800705, 0.028883833438158035, 0.01906665414571762, -0.027706880122423172, -0.03597325086593628, -0.03799484297633171, 0.03145928680896759, -0.02524220012128353, 0.01201185304671526, -0.033979352563619614, 0.0057878438383340836, -0.010696434415876865, 0.031514670699834824, -0.00984487310051918, 0.003397589083760977, 0.03320394828915596, 0.04796433448791504, -0.03209622576832771, 0.023968320339918137, -0.020769774913787842, 0.02376062236726284, -0.05699226260185242, -0.02340061217546463, 0.013389581814408302, -0.022071346640586853, -0.006916334852576256, -0.02153133414685726, 0.027416102588176727, -0.02863459661602974, -0.05513682961463928, -0.013853440061211586, -0.020742081105709076, 0.015785029157996178, 0.04076414555311203, -0.051038261502981186, -0.05915232002735138, -0.06834640353918076, -0.07172495871782303, 0.004929360002279282, -0.01340342778712511, -0.010329501703381538, -0.01541117299348116, 0.00042253511492162943, 0.0347270630300045, -0.07881437242031097, 0.04292420297861099, 0.032151613384485245, 0.0193712767213583, 0.00220851949416101, -0.0017489881720393896, -0.0015741758979856968, -0.002341792220249772, -0.035280924290418625, -0.03558554872870445, -0.020949779078364372, -0.008127905428409576, 0.04134569689631462, -0.040210284292697906, -0.03445013239979744, -0.04846280813217163, 0.022805212065577507, 0.07504811882972717, 0.0019471663981676102, 0.05682610347867012, 0.04940437152981758, -0.04093030467629433, -0.0025598746724426746, 0.01668505184352398, -0.03356395661830902, 0.03381319344043732, 0.007857898250222206, -0.015023470856249332, -0.014954238198697567, 0.008439451456069946, 0.011651843786239624, -0.02993616834282875, -0.00024101593589875847, 0.04281342774629593, -0.014261912554502487, -0.023608310148119926, 0.03627787530422211, 0.003477206453680992, -0.029465386644005775, 0.008363296277821064, 0.018637411296367645, 0.0064697847701609135, -0.04106876999139786, -0.04278573766350746, 0.003368165111169219, 0.007016722112894058, -0.044225774705410004, -0.021863650530576706, -0.01011488027870655, 0.019578974694013596, 0.018360480666160583, -0.016435815021395683, 0.006258625537157059, -0.019925137981772423, -0.0010912786237895489, 0.07781742513179779, -0.011091060005128384, -0.03240085020661354, -0.04993053898215294, -0.0020873623434454203, -0.004624736495316029, -0.015992727130651474, 0.02299906313419342, -0.010371040552854538, -0.0054520657286047935, 0.034422438591718674, 0.05350293964147568, 0.029299229383468628, 0.028883833438158035, -0.02943769469857216, 0.04630275070667267, -0.027277637273073196, -0.027817651629447937, 0.0063451663590967655, 0.0021133245900273323, 0.01946820318698883, 0.01991129107773304, -0.03733021020889282, -0.02693147398531437, 0.015161935240030289, 0.013638818636536598, -0.011229525320231915, -0.02594837173819542, -0.011035673320293427, -0.06242009624838829, -0.013521123677492142, -0.005500528495758772, -0.04156724363565445, 0.004063952714204788, 0.02546374313533306, 0.0028368050698190928, -0.026100683957338333, -0.03788406774401665, 0.05020746961236, -0.007774819154292345, 0.03015771321952343, 0.007802512031048536, 0.014635767787694931, -0.06214316561818123, -0.011665690690279007, -0.027776112779974937, 0.015134242363274097, -0.03713635727763176, -0.02484065108001232, -0.05641070753335953, 0.0061340066604316235, 0.03181929513812065, 0.01120875496417284, -0.04212110489606857, -0.004738970194011927, -0.01910819299519062, -0.0174881499260664, 0.014116523787379265, -0.013604202307760715, -0.0020856314804404974, 0.01597888022661209, -0.013174960389733315, -0.009471016936004162, 0.0030064249876886606, -0.012274936772882938, -0.017418917268514633, -0.004451655317097902, 0.0007230477640405297, 0.03384088724851608, -0.03780099004507065, -0.015245014801621437, -0.0022812136448919773, -0.014566535130143166, -0.0697864443063736, -0.007996363565325737, -0.04788125306367874, 0.03248392790555954, 0.016408123075962067, -0.050899796187877655, -0.02484065108001232, 0.055995311588048935, 0.010454120114445686, -0.00843252893537283, 0.014344991184771061, -0.041899558156728745, -0.004953591153025627, -0.01870664395391941, 0.02801150269806385, 0.0023971782065927982, 0.027443796396255493, -0.013389581814408302, -0.02943769469857216, -0.0076225074008107185, -0.020035909488797188, 0.062253937125205994, -0.0163804292678833, -0.0025892986450344324, -0.029742317274212837, -0.04577658325433731, -0.022126734256744385, 0.011374913156032562, -0.003073926782235503, -0.0308777317404747, 0.0037212513852864504, -0.036582496017217636, -0.06031542643904686, 0.018914341926574707, -0.040957994759082794, -0.026419153437018394, -0.0037212513852864504, -0.037607140839099884, -0.010855669155716896, 0.002822958631440997, -0.059484634548425674, 0.018235862255096436, 0.0075394283048808575, 0.002751995110884309, -0.024356022477149963, -0.007802512031048536, -0.02657146565616131, 0.018194323405623436, -0.053807564079761505, -0.0006979509489610791, -0.007664046715945005, 0.024674491956830025, -0.03973950445652008, -0.03663788363337517, 0.02219596691429615, 0.04502887278795242, -0.01722506619989872, -0.00034962454810738564, -0.006362474523484707, 0.021600566804409027, 0.03445013239979744, 0.01543886587023735, 0.016477353870868683, -0.005119749344885349, -0.006227470934391022, 0.0016061959322541952, -0.013631895184516907, 0.015895800665020943, -0.022943677380681038, 0.018817415460944176, 0.032151613384485245, -0.0014521534321829677, -0.03780099004507065, 0.03530861809849739, 0.060647740960121155, 0.012060316279530525, 0.0328439362347126, 0.02716686576604843, 0.02237597107887268, 0.0038631781935691833, -0.032373156398534775, 0.040154896676540375, 0.01762661524116993, 0.023691389709711075, 0.022666746750473976, 0.019620513543486595, 0.02326214872300625, 0.03314856067299843, -0.03229007497429848, 0.03190237283706665, -0.019606666639447212, -0.008377142250537872, 0.001128491130657494, 0.028385359793901443, -0.01888664811849594, 0.00939486175775528, 0.04333959519863129, 0.027083786204457283, 0.014815772883594036, -0.05544145405292511, -0.02139286883175373, 0.018914341926574707, 0.03616710007190704, 0.010973364114761353, -0.06275241076946259, -0.007151725701987743, 0.014580382034182549, -0.025117581710219383, 0.03381319344043732, 0.01442807074636221, 0.0035152845084667206, -0.0005434757913462818, 0.09371322393417358, 0.008390989154577255, 0.014483456499874592, 0.04106876999139786, -0.02564374916255474, 0.028343819081783295, -0.042979586869478226, -0.0004833299608435482, -0.008633303456008434, 0.03422858938574791, 0.006978644523769617, -0.04696738347411156, -0.03663788363337517, 0.05159211903810501, -0.027360716834664345, -0.0020163990557193756, 0.007934054359793663, -0.02801150269806385, -0.049515143036842346, -0.04048721492290497, 0.04148416221141815, -0.017031215131282806, 0.03968411684036255, 0.03575170412659645, 0.028579210862517357, -0.01910819299519062, 0.054167572408914566, -0.03198545426130295, 0.005753227509558201, 0.05771228298544884, 0.02949308045208454, -0.016491200774908066, 0.06862333416938782, 0.01919127255678177, -0.0010782975004985929, 0.0035862477961927652, 0.031348515301942825, -0.047355085611343384, 0.019745131954550743, -0.018983574584126472, -0.018415866419672966, 0.0012306091375648975, 0.019052807241678238, -0.011388760060071945, -0.014331144280731678, 0.056632254272699356, 0.002116786316037178, -0.02250058948993683, 0.030628494918346405, -0.0016018688911572099, -0.013458814471960068, 0.01217108778655529, 0.0007883860380388796, 0.018734337761998177, 0.02550528384745121, -0.029825396835803986, -0.006137468386441469, -0.004963976331055164, -0.01883126236498356, -0.012773411348462105, 0.017612768337130547, 0.0061859311535954475, -0.01883126236498356, 0.0007407886441797018, 0.014912698417901993, -0.024328330531716347, -0.009581789374351501, 0.0018571640830487013, -0.026363767683506012, 0.018720490857958794, -0.023206761106848717, 0.03334241360425949, 0.0012522443430498242, -0.028745368123054504, -0.027402255684137344, 0.029548466205596924, 0.08246985077857971, -0.04059798642992973, 0.047992028295993805, -0.007643277291208506, 0.02907768450677395, 0.026876088231801987, 0.03431166708469391, -0.019260505214333534, -0.043699607253074646, 0.031570058315992355, -0.01570194959640503, 0.007961747236549854, 0.02448064088821411, -0.04289650917053223, 0.07454964518547058, 0.031514670699834824, -0.03467167913913727, -0.006324396468698978, 0.0347270630300045, 0.01431729830801487, -0.05239521712064743, 0.02053438499569893, -0.04649660363793373, -0.010744896717369556, -0.05580146238207817, 0.0027035323437303305, 0.054610662162303925, -0.06009388342499733, 0.22464588284492493, 0.03217930346727371, 0.019385123625397682, -0.024051399901509285, -0.013971135020256042, 0.03918564319610596, -0.025879139080643654, -0.04281342774629593, -0.002826420124620199, -0.030850039795041084, 0.020285146310925484, 0.015369633212685585, -0.008377142250537872, -0.00628631841391325, 0.02913307026028633, 0.05704765021800995, -0.03733021020889282, -0.025228353217244148, 0.009360245428979397, -0.03566862642765045, -0.007594814524054527, -0.04771509766578674, 0.017972778528928757, 0.0174050722271204, 0.0034875913988798857, -0.006701713893562555, 0.05710303410887718, -0.016449661925435066, -0.028094582259655, 0.00465242937207222, -0.034560903906822205, -0.015605024062097073, 0.03500399366021156, -0.03226238489151001, -0.041013382375240326, -0.0018346634460613132, 0.002660261932760477, -0.05034593492746353, 0.0029631545767188072, 0.003369895974174142, -0.017474303022027016, 0.023511385545134544, 0.0365271121263504, -0.006082082632929087, -0.024217557162046432, 0.017875852063298225, -0.03328702598810196, 0.05303215980529785, 0.001257436815649271, -0.03453321382403374, 0.07039569318294525, -0.0330100953578949, 0.010142573155462742, -0.05848768725991249, -0.09321475028991699, -0.006646328140050173, 0.011222601868212223, -0.024176018312573433, -0.03932410851120949, -0.012510327622294426, 0.014968084171414375, 0.015771182253956795, -0.02971462532877922, -0.021129785105586052, -0.026142222806811333, 0.022348277270793915, 0.027402255684137344, 0.05128749832510948, -0.0482412651181221, -0.0308777317404747, 0.02299906313419342, -0.03915794938802719, -0.05821075662970543, -0.005237444769591093, 0.035059381276369095, -0.022542128339409828, -0.0423426479101181, 0.011146445758640766, 0.010059494525194168, -0.01503731682896614, 0.007594814524054527, -0.023511385545134544, -0.020326687023043633, -0.04990284517407417, 0.0348101444542408, 0.030351564288139343, -0.007850974798202515, -0.03705327957868576, -0.010239498689770699, 0.022611360996961594, 0.021586719900369644, 0.038327157497406006, -0.0041124154813587666, -0.01714198663830757, -0.03766252472996712 ]
9891_0
Entropy is a scientific concept as well as a measurable physical property that is most commonly associated with a state of disorder, randomness, or uncertainty. The term and the concept are used in diverse fields, from classical thermodynamics, where it was first recognized, to the microscopic description of nature in statistical physics, and to the principles of information theory. It has found far-ranging applications in chemistry and physics, in biological systems and their relation to life, in cosmology, economics, sociology, weather science, climate change, and information systems including the transmission of information in telecommunication. The thermodynamic concept was referred to by Scottish scientist and engineer Macquorn Rankine in 1850 with the names thermodynamic function and heat-potential. In 1865, German physicist Rudolf Clausius, one of the leading founders of the field of thermodynamics, defined it as the quotient of an infinitesimal amount of heat to the instantaneous temperature. He initially described it as transformation-content, in German Verwandlungsinhalt, and later coined the term entropy from a Greek word for transformation. Referring to microscopic constitution and structure, in 1862, Clausius interpreted the concept as meaning disgregation. A consequence of entropy is that certain processes are irreversible or impossible, aside from the requirement of not violating the conservation of energy, the latter being expressed in the first law of thermodynamics. Entropy is central to the second law of thermodynamics, which states that the entropy of isolated systems left to spontaneous evolution cannot decrease with time, as they always arrive at a state of thermodynamic equilibrium, where the entropy is highest. Austrian physicist Ludwig Boltzmann explained entropy as the measure of the number of possible microscopic arrangements or states of individual atoms and molecules of a system that comply with the macroscopic condition of the system. He thereby introduced the concept of statistical disorder and probability distributions into a new field of thermodynamics, called statistical mechanics, and found the link between the microscopic interactions, which fluctuate about an average configuration, to the macroscopically observable behavior, in form of a simple logarithmic law, with a proportionality constant, the Boltzmann constant, that has become one of the defining universal constants for the modern International System of Units (SI).
[ -0.04326744005084038, 0.008670946583151817, 0.05496448650956154, -0.03782627359032631, -0.051181860268116, -0.0073506636545062065, -0.012999145314097404, -0.04105605557560921, -0.04705006629228592, 0.07274283468723297, 0.04201626405119896, -0.05406247451901436, 0.02460162714123726, -0.019305948168039322, 0.015523320995271206, -0.022797605022788048, -0.038524605333805084, -0.04146341606974602, -0.04178348556160927, -0.003024283330887556, 0.039572104811668396, 0.004029953386634588, -0.05752503499388695, -0.04390757530927658, -0.033985454589128494, 0.058688919991254807, 0.0640718936920166, 0.026245616376399994, 0.04216174781322479, 0.05871801823377609, 0.003989944700151682, -0.015086864121258259, -0.0036644204519689083, -0.0670979917049408, 0.011020539328455925, 0.028951648622751236, 0.03401454910635948, -0.0490286722779274, 0.018738554790616035, -0.03520753234624863, 0.043296538293361664, -0.0016203466802835464, 0.031774070113897324, -0.021386394277215004, -0.02199743315577507, 0.02631835825741291, 0.01722550392150879, 0.006015832535922527, -0.027103981003165245, -0.04961061477661133, -0.00014912281767465174, -0.008161745965480804, 0.02550363913178444, -0.027424048632383347, 0.014854087494313717, -0.04745742678642273, 0.001398481079377234, 0.04268549755215645, -0.017283698543906212, 0.0402122400701046, 0.04803936928510666, -0.01790928654372692, 0.04254001006484032, -0.033578094094991684, 0.021531879901885986, 0.04347112029790878, -0.033665385097265244, 0.015145058743655682, -0.008780060335993767, -0.019538726657629013, -0.008307231590151787, -0.005524818319827318, 0.0007187901646830142, -0.028718871995806694, -0.054237060248851776, 0.048243049532175064, 0.0047864788211882114, -0.02244843915104866, -0.05068720877170563, -0.03989217057824135, 0.013144630938768387, 0.00043554772855713964, -0.01176251657307148, 0.03459649160504341, -0.015421481803059578, -0.01741463504731655, 0.006619598250836134, -0.008627300150692463, 0.004062687512487173, -0.01110783126205206, 0.015581515617668629, 0.04047411307692528, -0.004189987201243639, 0.014941378496587276, 0.00840907171368599, 0.002165918005630374, -0.0188112985342741, 0.03229781985282898, -0.03616773709654808, 0.03567308560013771, 0.07815490663051605, 0.0546153225004673, -0.027991443872451782, 0.09456568956375122, -0.01732734404504299, 0.05077449977397919, 0.004848310258239508, 0.05470261350274086, 0.0009051936795003712, -0.019596919417381287, -0.0010584082920104265, 0.0016685387818142772, 0.004611895885318518, -0.00892554596066475, 0.0038080874364823103, 0.016934532672166824, 0.02068806253373623, 0.018025675788521767, -0.02500898763537407, 0.0053938813507556915, -0.022637570276856422, -0.009725716896355152, 0.012009842321276665, 0.03049379773437977, -0.04120154306292534, -0.008176295086741447, -0.0031934105791151524, 0.002602374879643321, 0.003317073453217745, -0.004179075825959444, -0.03186136111617088, -0.01632349193096161, -0.011777065694332123, 0.014817715622484684, 0.05551733449101448, 0.021386394277215004, 0.018738554790616035, 0.07064784318208694, -0.013086436316370964, -0.027904152870178223, 0.016658110544085503, -0.022521182894706726, -0.01390115637332201, 0.03721523657441139, -0.012133505195379257, 0.018112966790795326, 0.03194865211844444, -0.0156979039311409, -0.0009674797183834016, 0.02191014215350151, -0.0011757061583921313, 0.00501561863347888, -0.006492298096418381, 0.01455584168434143, -0.019262302666902542, 0.027729569002985954, -0.032821569591760635, 0.060580234974622726, -0.0303192138671875, 0.018011126667261124, -0.03063928335905075, -0.008125375024974346, 0.04286007955670357, -0.0016085259849205613, 0.0015967052895575762, -0.00235686800442636, -0.031832266598939896, -0.032908860594034195, -0.0359058640897274, -0.012613607570528984, 0.006346812471747398, -0.014563116244971752, -0.0299991462379694, 0.005761232692748308, 0.029228072613477707, 0.012671802192926407, 0.020804451778531075, -0.027453146874904633, -0.02474711276590824, -0.014679504558444023, -0.03383996710181236, -0.026783913373947144, 0.03666238859295845, 0.03337441384792328, -0.014352161437273026, 0.01898588053882122, -0.04355841130018234, 0.04326744005084038, -0.006455926690250635, -0.015552418306469917, 0.000006439588105422445, 0.039019256830215454, -0.0748378336429596, 0.003302524797618389, -0.008372700773179531, -0.0005742137436755002, -0.0384955108165741, 0.030435603111982346, 0.027656827121973038, -0.04088147357106209, -0.0029006206896156073, 0.0457988902926445, -0.03325802460312843, -0.011915276758372784, -0.014897732995450497, 0.01718185842037201, 0.020222509279847145, 0.05903808772563934, -0.00044214006629772484, 0.0070851524360477924, 0.005786692723631859, 0.018796749413013458, -0.023830553516745567, 0.021837400272488594, -0.0031934105791151524, -0.03602225333452225, -0.0374189168214798, 0.01952417753636837, -0.045158751308918, -0.03136670961976051, -0.0056302957236766815, 0.0005514816148206592, -0.0046991873532533646, 0.02145913615822792, 0.014337613247334957, 0.008772785775363445, -0.00778348371386528, 0.07530338317155838, -0.02137184515595436, 0.0008838254725560546, 0.016934532672166824, 0.06756354868412018, -0.008227215148508549, 0.00032757007284089923, 0.05173470452427864, 0.021488234400749207, -0.0036807875148952007, 0.034567397087812424, 0.018971331417560577, -0.014490373432636261, 0.030697477981448174, 0.02001882903277874, 0.047981176525354385, 0.009267437271773815, 0.00010939841013168916, 0.04265639930963516, -0.009863928891718388, -0.0016539902426302433, -0.012111682444810867, 0.03081386536359787, -0.039601199328899384, 0.02132819965481758, 0.05414976924657822, -0.0036153190303593874, -0.05051262676715851, 0.019713308662176132, 0.009325631894171238, 0.008670946583151817, -0.017691057175397873, -0.05825246497988701, -0.03154129534959793, 0.010205820202827454, -0.0267693642526865, -0.018593069165945053, -0.01659991592168808, 0.020848097279667854, -0.008845528587698936, 0.00001079066078091273, -0.038262732326984406, -0.013071888126432896, -0.055982887744903564, -0.03040650673210621, -0.02447069063782692, 0.014628584496676922, -0.019640566781163216, 0.001641260227188468, 0.004706461448222399, -0.04105605557560921, 0.07047326117753983, 0.015363287180662155, -0.012002567760646343, 0.0436457023024559, -0.007463415153324604, 0.002947903471067548, 0.01943688653409481, 0.00007586850551888347, -0.052840396761894226, 0.02672571875154972, -0.054644420742988586, 0.031774070113897324, -0.003902653232216835, -0.05793239548802376, -0.004091784358024597, -0.028777066618204117, 0.029679076746106148, 0.03520753234624863, 0.013646556064486504, 0.015945229679346085, -0.01347197312861681, -0.055488236248493195, 0.006030381191521883, -0.020266154780983925, -0.03322892636060715, -0.013137356378138065, -0.03928113356232643, 0.03014463186264038, 0.0008369972929358482, 0.006877835374325514, 0.01664356142282486, 0.0005405701813288033, -0.01825845241546631, 0.014366710558533669, -0.04562430828809738, 0.014657681807875633, -0.020804451778531075, 0.05420796200633049, 0.017880190163850784, 0.019407788291573524, 0.015232349745929241, 0.003282520454376936, -0.013915704563260078, -0.01390115637332201, 0.009638425894081593, -0.0989302545785904, 0.014519469812512398, 0.030464699491858482, 0.0037971760611981153, -0.02694394625723362, -0.0025587293785065413, -0.007550706621259451, -0.045013267546892166, -0.002480530645698309, -0.027249466627836227, 0.02964998036623001, -0.01668720692396164, -0.03005734086036682, -0.007543432060629129, 0.0077980319038033485, 0.054906293749809265, 0.015450578182935715, 0.01686178892850876, -0.08502183109521866, 0.0051174587570130825, 0.05371331050992012, -0.0188112985342741, 0.013486522249877453, 0.04475139454007149, -0.00373898190446198, -0.04597347229719162, 0.015363287180662155, -0.005142918787896633, 0.003453466109931469, 0.03040650673210621, 0.013704750686883926, -0.013661105185747147, 0.023423193022608757, -0.03383996710181236, -0.00008393841562792659, -0.021444588899612427, -0.0014975931262597442, 0.022957639768719673, 0.021924691274762154, -0.020091570913791656, -0.014381258748471737, -0.054731711745262146, -0.03477107733488083, -0.013333762064576149, -0.021197263151407242, 0.053335048258304596, -0.07530338317155838, 0.029489945620298386, 0.00181675236672163, -0.013697476126253605, 0.0088164322078228, -0.028893454000353813, 0.008692769333720207, 0.04993068426847458, 0.02771502174437046, 0.006874198094010353, -0.055662818253040314, -0.006841463968157768, -0.00289516500197351, 0.034974757581949234, 0.011187848635017872, 0.008678220212459564, 0.047981176525354385, -0.054411642253398895, 0.03689516708254814, -0.021313650533556938, -0.04879589378833771, 0.009456568397581577, -0.009842106141149998, 0.016934532672166824, -0.025256313383579254, -0.016003424301743507, -0.026623878628015518, 0.03180316835641861, -0.011864356696605682, -0.00007336796988965943, -0.006266795564442873, 0.039659395813941956, 0.01293367613106966, -0.014170304872095585, 0.030842963606119156, 0.022142918780446053, -0.021851947531104088, -0.034072745591402054, 0.03471288084983826, 0.013202824629843235, -0.015217801555991173, -0.01722550392150879, -0.008801883086562157, 0.038524605333805084, -0.03416003659367561, 0.06936757266521454, 0.039921268820762634, 0.007041506469249725, -0.016585366800427437, 0.014512196183204651, -0.01731279492378235, -0.05033804476261139, -0.0010329482611268759, 0.006819640751928091, 0.0677381306886673, -0.010409499518573284, -0.03919383883476257, -0.005135644227266312, -0.041143350303173065, 0.022913994267582893, 0.029940951615571976, 0.05575010925531387, -0.04934874176979065, 0.02969362586736679, 0.05249123275279999, -0.03706974908709526, -0.011551562696695328, 0.022637570276856422, -0.03968849033117294, 0.02982456237077713, -0.036691486835479736, -0.012897305190563202, 0.013217373751103878, -0.046089861541986465, -0.010649551637470722, -0.0005501176929101348, 0.011747968383133411, 0.03171587735414505, 0.03576038032770157, 0.004579161759465933, -0.029475398361682892, -0.020484382286667824, -0.04574069753289223, 0.044780489057302475, 0.0008306322852149606, -0.026289261877536774, 0.03779717907309532, 0.012984596192836761, -0.047573816031217575, 0.019465982913970947, -0.011129654012620449, 0.0016048888210207224, 0.009951219893991947, 0.03616773709654808, -0.015057766810059547, -0.012097133323550224, 0.03113393485546112, -0.00791442021727562, 0.029446300119161606, 0.05775781348347664, 0.02937355823814869, 0.0068487380631268024, -0.03459649160504341, -0.032501500099897385, -0.0237578097730875, 0.060638427734375, -0.045682501047849655, 0.0004153161426074803, -0.0034807447809726, -0.0369824580848217, -0.0462353453040123, 0.004099058918654919, 0.04070689156651497, 0.03680787608027458, -0.01050406601279974, -0.003511660499498248, -0.015334189869463444, -0.00798716302961111, 0.032268721610307693, -0.054586224257946014, 0.0002800599322654307, -0.04117244482040405, -0.021706461906433105, -0.010023962706327438, -0.009005563333630562, 0.006244972348213196, 0.022070176899433136, -0.007776209153234959, -0.030435603111982346, 0.003393453313037753, -0.013639281503856182, 0.026973044499754906, 0.03244330361485481, -0.01737098954617977, -0.004968335852026939, -0.024136073887348175, -0.017647411674261093, -0.004386392887681723, -0.005826701410114765, -0.0015094138216227293, -0.002651476301252842, -0.012162602506577969, -0.013086436316370964, -0.0012902760645374656, -0.0034152762964367867, 0.05173470452427864, 0.008518186397850513, 0.02127000503242016, 0.00004506645927904174, -0.01610526442527771, 0.03005734086036682, 0.006415918003767729, -0.0767582431435585, -0.016890887171030045, 0.05775781348347664, -0.05560462549328804, 0.0006310440949164331, -0.006455926690250635, -0.06855285167694092, -0.008532734587788582, -0.03520753234624863, 0.04268549755215645, -0.04629354178905487, 0.030581088736653328, -0.05048352852463722, 0.026434747502207756, -0.03453829884529114, 0.02612922713160515, 0.021080873906612396, -0.007579803466796875, -0.011420625261962414, -0.035964056849479675, -0.013166453689336777, 0.03523663058876991, -0.008612751960754395, 0.0006901476881466806, 0.005583012942224741, -0.014039367437362671, 0.06081301346421242, -0.04297646880149841, -0.047253746539354324, 0.006481386721134186, 0.007674369495362043, 0.019378691911697388, 0.015319641679525375, -0.022026531398296356, 0.0024423408322036266, -0.027278563007712364, 0.012860933318734169, 0.07024048268795013, 0.04961061477661133, 0.004073598887771368, 0.009776636958122253, -0.0479520782828331, -0.04920325428247452, -0.012155327945947647, -0.0001030902421916835, -0.011005991138517857, -0.00883825495839119, 0.06843645870685577, -0.01495592761784792, 0.008823705837130547, 0.02672571875154972, 0.012140779756009579, 0.007059692405164242, -0.0024332478642463684, -0.04993068426847458, -0.01984424516558647, -0.03541121259331703, -0.07512880116701126, 0.028646128252148628, 0.02307402715086937, -0.01124604232609272, -0.013093710877001286, -0.019916988909244537, 0.017792897298932076, -0.050047073513269424, -0.020804451778531075, 0.037942662835121155, 0.025678221136331558, -0.00045350613072514534, 0.03395635634660721, 0.0146213099360466, -0.004350021481513977, -0.03424732759594917, 0.006343175191432238, -0.0018212987342849374, -0.044605907052755356, -0.05551733449101448, -0.025227215141057968, -0.0823448896408081, -0.045158751308918, 0.009609328582882881, 0.026216518133878708, 0.015756098553538322, 0.04603166878223419, -0.01961146853864193, -0.012133505195379257, -0.026522038504481316, 0.03881557658314705, 0.010940522886812687, -0.00904193427413702, 0.06459563970565796, -0.0014803167432546616, -0.02982456237077713, -0.02042618952691555, 0.02775866724550724, -0.07454685866832733, -0.03171587735414505, 0.04990158602595329, 0.04283098131418228, -0.03255969285964966, 0.02956268936395645, 0.040997862815856934, -0.03279247134923935, -0.019131366163492203, -0.006950578186661005, -0.0015703359385952353, 0.03436371684074402, -0.03660419583320618, -0.02941720373928547, -0.008656397461891174, 0.001724914531223476, -0.011340607888996601, 0.02425246126949787, -0.030173728242516518, 0.025270860642194748, 0.01974240504205227, 0.009412922896444798, -0.040997862815856934, 0.013166453689336777, 0.07373213768005371, -0.020586222410202026, -0.01857852004468441, -0.061976898461580276, -0.03180316835641861, 0.01014035101979971, -0.019960634410381317, 0.024543432518839836, -0.03157038986682892, -0.040503211319446564, 0.020571675151586533, 0.016221651807427406, -0.002185922348871827, 0.015494224615395069, 0.023917844519019127, 0.02420881576836109, 0.02474711276590824, -0.05307317525148392, 0.01221352256834507, 0.031192127615213394, -0.00778348371386528, -0.0016630830941721797, -0.03244330361485481, -0.02564912475645542, 0.007572529371827841, -0.003544394625350833, -0.04911596328020096, -0.046671804040670395, -0.030988449230790138, -0.09648609906435013, -0.006834189407527447, -0.0720445066690445, -0.04835943877696991, 0.003986307419836521, -0.0337526760995388, -0.00834360346198082, -0.004841035697609186, -0.02756953425705433, 0.042627301067113876, 0.009223791770637035, 0.07803851366043091, -0.0176328644156456, 0.029213523492217064, -0.057059481739997864, 0.007979889400303364, -0.039252035319805145, -0.003491656156256795, -0.0065905009396374226, 0.03383996710181236, -0.0365460030734539, 0.03319983184337616, -0.06564313918352127, 0.06738896667957306, -0.017298245802521706, 0.0059176296927034855, -0.010889602825045586, -0.020658966153860092, -0.04079418256878853, 0.022608473896980286, -0.011209671385586262, 0.01920410804450512, -0.013261019252240658, 0.019829697906970978, 0.020207960158586502, 0.009129226207733154, -0.05764142423868179, -0.01866581104695797, -0.022099273279309273, 0.023321352899074554, -0.018694909289479256, -0.002545999363064766, -0.022884896025061607, 0.027103981003165245, -0.07507060468196869, -0.016076166182756424, 0.0006696887430734932, 0.05601198598742485, -0.0027678648475557566, -0.02560547925531864, 0.010991442948579788, 0.0032461490482091904, 0.005150192882865667, 0.00534296128898859, -0.00996576901525259, -0.0248344037681818, 0.004139067605137825, -0.057786908000707626, 0.014475824311375618, -0.03314163535833359, -0.007863501086831093, -0.04350021481513977, -0.006568678189069033, -0.005026530008763075, 0.002887890674173832, 0.009267437271773815, -0.02455798164010048, -0.008234488777816296, -0.03995036706328392, 0.007470689248293638, -0.003549850545823574, 0.045944374054670334, 0.03113393485546112, -0.004022678826004267, -0.023364998400211334, -0.0397757850587368, -0.04876679927110672, -0.019218657165765762, -0.05257852375507355, 0.01934959553182125, -0.006081301253288984, 0.05281129851937294, -0.038524605333805084, 0.03605135157704353, -0.043791186064481735, 0.021473685279488564, -0.015334189869463444, 0.03948481008410454, 0.006921480875462294, -0.000980209675617516, -0.0032588790636509657, 0.0014157574623823166, -0.015421481803059578, -0.0212845541536808, -0.004600984510034323, 0.012249893508851528, 0.033083442598581314, 0.0168763380497694, 0.0021931964438408613, 0.03436371684074402, 0.004033590201288462, -0.012548139318823814, -0.015668807551264763, 0.009834831580519676, 0.015537870116531849, 0.02124090865254402, 0.02339409664273262, 0.0006555948057211936, -0.01939324103295803, 0.02218656614422798, -0.029577236622571945, 0.03253059834241867, 0.001843121601268649, 0.013188276439905167, 0.02906803786754608, -0.03674967959523201, -0.05254942551255226, 0.04827214777469635, 0.031017545610666275, -0.03532392159104347, 0.0038480961229652166, -0.0033152548130601645, 0.018054772168397903, -0.01726914942264557, -0.005743046756833792, -0.03555670008063316, -0.007943517528474331, 0.001489409594796598, 0.016207104548811913, -0.009660248644649982, -0.024267010390758514, 0.04102696105837822, 0.0012593603460118175, 0.018549423664808273, 0.003500749124214053, -0.012024390511214733, -0.038437314331531525, 0.03791356831789017, 0.0060776639729738235, 0.0003118849126622081, 0.011464270763099194, -0.013893881812691689, 0.011638853698968887, 0.006692341063171625, -0.012133505195379257, -0.010351305827498436, 0.0035243905149400234, 0.03261788934469223, -0.009543860331177711, -0.038059052079916, 0.014359435997903347, 0.023423193022608757, 0.020135216414928436, -0.015639709308743477, -0.000980209675617516, 0.06657424569129944, 0.028282415121793747, 0.03253059834241867, -0.002469619270414114, 0.009260162711143494, 0.01889858953654766, -0.03148309886455536, -0.029970047995448112, 0.059765513986349106, 0.0612785667181015, 0.05897989124059677, 0.013748396188020706, -0.017167309299111366, -0.008147197775542736, 0.02199743315577507, -0.03442190960049629, -0.003924475982785225, 0.011376979760825634, -0.02109542302787304, 0.05484809726476669, -0.06145314872264862, 0.02023705653846264, -0.032094139605760574, 0.04387848079204559, 0.028777066618204117, 0.02244843915104866, 0.0134937958791852, -0.000043588872358668596, -0.022681215777993202, 0.04713735729455948, -0.0034280060790479183, -0.03334531560540199, 0.02860248275101185, 0.013435602188110352, 0.05685580149292946, 0.021080873906612396, -0.012060762383043766, 0.01169704832136631, -0.0041427044197916985, -0.005099272821098566, 0.01338468212634325, 0.005615747068077326, 0.05513906851410866, 0.03750620782375336, 0.01786564104259014, -0.01758921705186367, 0.009638425894081593, -0.03238511085510254, -0.02532905526459217, -0.022913994267582893, 0.03770988807082176, 0.02172101102769375, 0.0017576487734913826, -0.009311082772910595, -0.004975609946995974, 0.02941720373928547, -0.01502867043018341, -0.054673515260219574, -0.00897646602243185, -0.015450578182935715, -0.02191014215350151, 0.041405223309993744, -0.029795465990900993, -0.032996151596307755, -0.006808729376643896, -0.05091998726129532, -0.019786052405834198, -0.03351989760994911, 0.012970048002898693, -0.021473685279488564, 0.04975610226392746, 0.013682927936315536, 0.05039623752236366, 0.027700472623109818, -0.04286007955670357, -0.0724518671631813, 0.008263586089015007, 0.03520753234624863, 0.0088164322078228, 0.03194865211844444, 0.02513992413878441, 0.012853659689426422, -0.0034661961253732443, -0.01351561862975359, 0.038029953837394714, -0.0004050866700708866, -0.023015834391117096, -0.03363628685474396, -0.0698913186788559, -0.016250750049948692, -0.011355157010257244, 0.04920325428247452, 0.05947454273700714, 0.04588618129491806, 0.007099701091647148, -0.01705092005431652, -0.00834360346198082, -0.04862131178379059, 0.027365855872631073, -0.011602482758462429, -0.0016830874374136329, 0.01840393804013729, 0.009442020207643509, 0.025169022381305695, -0.04937783628702164, 0.24883869290351868, 0.07146256417036057, 0.05025075003504753, -0.014846812933683395, 0.019422337412834167, 0.05452803149819374, 0.019800599664449692, -0.03337441384792328, 0.019189560785889626, 0.020324349403381348, 0.0009115586872212589, 0.012162602506577969, -0.011711596511304379, -0.02074625715613365, 0.01984424516558647, 0.04184167832136154, -0.032501500099897385, 0.00006649149872828275, -0.011020539328455925, -0.014424904249608517, -0.03989217057824135, -0.011864356696605682, -0.025067182257771492, 0.0033334405161440372, -0.03840821608901024, 0.005924904253333807, 0.028718871995806694, 0.022332051768898964, 0.01234445907175541, -0.027700472623109818, -0.0425691083073616, -0.04341292381286621, 0.016832692548632622, -0.020164314657449722, -0.013311939314007759, 0.03063928335905075, 0.04737013578414917, -0.0010111253941431642, -0.002853337675333023, 0.014985023997724056, -0.008532734587788582, -0.006284981034696102, 0.036866068840026855, -0.014686779119074345, -0.024136073887348175, 0.019305948168039322, 0.0007678915862925351, 0.007819854654371738, 0.04390757530927658, -0.027540437877178192, 0.040648698806762695, -0.03197775036096573, 0.03430552035570145, 0.01632349193096161, -0.05851433798670769, 0.003491656156256795, 0.014752247370779514, -0.03369448333978653, -0.027918700128793716, 0.008852803148329258, 0.026376552879810333, 0.005804878193885088, 0.028398804366588593, 0.00044691379298456013, 0.05435344949364662, 0.026652975007891655, 0.031192127615213394, 0.02857338637113571, 0.019989730790257454, 0.010533162392675877, -0.02401968464255333, -0.013675653375685215, -0.009391100145876408, -0.08758237212896347, 0.032501500099897385, -0.008612751960754395, -0.011311511509120464, 0.05493539199233055, 0.009420197457075119, -0.006146769504994154, -0.038437314331531525, -0.03544031083583832, 0.008161745965480804, -0.021881045773625374, 0.02797689475119114, 0.03968849033117294, 0.021604621782898903, -0.024368850514292717, -0.006328627001494169, -0.004139067605137825, 0.029169877991080284, 0.04233632981777191, 0.011187848635017872, -0.005019255913794041, 0.020586222410202026 ]
9891_1
In 1948, Bell Labs scientist Claude Shannon developed similar statistical concepts of measuring microscopic uncertainty and multiplicity to the problem of random losses of information in telecommunication signals. Upon John von Neumann's suggestion, Shannon named this entity of missing information in analogous manner to its use in statistical mechanics as entropy, and gave birth to the field of information theory. This description has been identified as a universal definition of the concept of entropy. History In his 1803 paper, Fundamental Principles of Equilibrium and Movement, the French mathematician Lazare Carnot proposed that in any machine, the accelerations and shocks of the moving parts represent losses of moment of activity; in any natural process there exists an inherent tendency towards the dissipation of useful energy. In 1824, building on that work, Lazare's son, Sadi Carnot, published Reflections on the Motive Power of Fire, which posited that in all heat-engines, whenever "caloric" (what is now known as heat) falls through a temperature difference, work or motive power can be produced from the actions of its fall from a hot to cold body. He used an analogy with how water falls in a water wheel. That was an early insight into the second law of thermodynamics. Carnot based his views of heat partially on the early 18th-century "Newtonian hypothesis" that both heat and light were types of indestructible forms of matter, which are attracted and repelled by other matter, and partially on the contemporary views of Count Rumford, who showed in 1789 that heat could be created by friction, as when cannon bores are machined. Carnot reasoned that if the body of the working substance, such as a body of steam, is returned to its original state at the end of a complete engine cycle, "no change occurs in the condition of the working body". The first law of thermodynamics, deduced from the heat-friction experiments of James Joule in 1843, expresses the concept of energy, and its conservation in all processes; the first law, however, is unsuitable to separately quantify the effects of friction and dissipation.
[ -0.022524185478687286, 0.024863405153155327, 0.048167333006858826, -0.04707863926887512, -0.031954627484083176, 0.0009636408649384975, -0.025716707110404968, -0.06396809965372086, -0.02320094220340252, 0.0629088282585144, 0.031336717307567596, -0.02399539388716221, 0.03424970805644989, -0.02206811122596264, 0.019743604585528374, -0.023701151832938194, -0.02967425435781479, -0.029968496412038803, -0.04478355497121811, 0.011365077458322048, 0.046137064695358276, 0.0324254110455513, -0.021155962720513344, -0.036809612065553665, -0.035985734313726425, 0.027320321649312973, 0.09380418807268143, 0.003663306590169668, 0.048579271882772446, 0.04119380936026573, 0.027688125148415565, -0.031130749732255936, 0.017595641314983368, -0.0709121972322464, 0.0187284704297781, 0.009526068344712257, 0.03266080468893051, -0.05999584123492241, 0.001379256951622665, -0.06143762171268463, 0.041046686470508575, -0.006859504617750645, 0.04537203907966614, -0.019508210942149162, -0.01445461343973875, 0.011011987924575806, -0.007422241382300854, 0.00905528198927641, 0.004678439814597368, -0.04596051946282387, -0.015565374866127968, -0.00740752974525094, 0.032160595059394836, -0.049373723566532135, 0.029041634872555733, -0.029688965529203415, -0.006473312620073557, 0.04675497114658356, -0.0019567059352993965, 0.046343035995960236, 0.0546700693666935, -0.04516606777906418, 0.051021475344896317, -0.03289619833230972, 0.008290253579616547, 0.03504415974020958, -0.029026923701167107, 0.012711232528090477, -0.02127365954220295, -0.01996428519487381, 0.004777746275067329, -0.01277008093893528, 0.0007360634626820683, -0.007311901077628136, -0.03607400506734848, 0.036162279546260834, 0.008084285072982311, -0.02736445888876915, -0.06367386132478714, -0.022965548560023308, 0.013498328626155853, 0.024878118187189102, -0.01580076850950718, 0.052610378712415695, 0.0036651454865932465, -0.03831024095416069, 0.008327034302055836, -0.00819462537765503, -0.010850154794752598, -0.008775752037763596, 0.03451452776789665, 0.04501894861459732, -0.018257685005664825, 0.029615405946969986, 0.031336717307567596, -0.0218180064111948, 0.004568099044263363, 0.02071460150182247, -0.029277028515934944, 0.007760619278997183, 0.05414043366909027, 0.06638088077306747, -0.02939472533762455, 0.06243804469704628, -0.040046267211437225, 0.04110553488135338, -0.036780185997486115, 0.029953783378005028, -0.011556334793567657, -0.03383777290582657, 0.009754105471074581, 0.0029663220047950745, -0.003939157817512751, -0.012755368836224079, -0.0000725259305909276, 0.020126117393374443, 0.031307294964790344, -0.007819467224180698, -0.00944515224546194, -0.006256309803575277, -0.015462390147149563, -0.021670885384082794, 0.025981523096561432, 0.02554016187787056, -0.036809612065553665, 0.020817585289478302, -0.016021449118852615, 0.009732036851346493, -0.022965548560023308, 0.0002209109952673316, -0.035573795437812805, 0.005759777035564184, -0.024480892345309258, 0.00993065070360899, 0.057082850486040115, 0.026378748938441277, -0.007664990611374378, 0.06773439049720764, -0.022288793697953224, 0.0007889349944889545, 0.0026040372904390097, -0.023289214819669724, 0.01883145608007908, 0.03460279852151871, -0.039810873568058014, 0.028306031599640846, -0.01796344295144081, 0.013299715705215931, -0.009261250495910645, 0.010276383720338345, 0.013490972109138966, 0.0024274922907352448, 0.000049739453970687464, -0.005785523448139429, 0.0006431934889405966, 0.0109090032055974, -0.03686846047639847, 0.03986972197890282, -0.001908891717903316, 0.023039108142256737, -0.023686440661549568, -0.01665406860411167, 0.004965325351804495, 0.002995746210217476, -0.02333335019648075, 0.008613919839262962, -0.02960069477558136, -0.04201768338680267, -0.01927281729876995, -0.009871802292764187, 0.002377839060500264, -0.007105932105332613, -0.016065584495663643, 0.004056854639202356, 0.03136614337563515, -0.005160260014235973, 0.023348061367869377, -0.017433809116482735, -0.03348468244075775, -0.028717968612909317, -0.022877275943756104, -0.02543717622756958, 0.02808535099029541, 0.03180750459432602, 0.027761684730648994, 0.003135510953143239, -0.001831653295084834, 0.011041412129998207, -0.009158266708254814, -0.006557907443493605, 0.008452086709439754, 0.018610773608088493, -0.09309800714254379, 0.01593317650258541, -0.016609931364655495, -0.004056854639202356, -0.012490550987422466, 0.02963011898100376, 0.02130308374762535, -0.04278271272778511, -0.017477944493293762, 0.05831866338849068, -0.04787309095263481, -0.0058701178058981895, -0.025599010288715363, 0.024348482489585876, 0.034132011234760284, 0.06002526357769966, -0.020214390009641647, -0.0037276719231158495, -0.011401858180761337, 0.04681381955742836, -0.027997078374028206, -0.005833337549120188, -0.003069306490942836, 0.01009983941912651, -0.03239598870277405, 0.0020670464728027582, -0.0334552563726902, -0.028306031599640846, 0.032101746648550034, 0.024495603516697884, -0.025834402069449425, 0.008783108554780483, 0.0031943591311573982, 0.0187284704297781, -0.000027513304303283803, 0.1012190729379654, -0.010923715308308601, -0.00530002498999238, 0.006296767853200436, 0.05311058834195137, -0.01120324432849884, -0.004060532432049513, 0.051815927028656006, 0.008393238298594952, -0.003828817280009389, 0.027482155710458755, 0.015653647482395172, 0.005156582221388817, 0.03386719524860382, 0.023951256647706032, 0.06573355197906494, 0.007139034103602171, 0.011070836335420609, 0.03889872506260872, -0.00920975860208273, -0.007142712362110615, -0.02258303388953209, 0.03463222458958626, -0.049550268799066544, 0.030924780294299126, 0.04987393319606781, -0.007628210820257664, -0.04987393319606781, 0.021126538515090942, 0.018816743046045303, -0.0032201053109019995, -0.01559479907155037, -0.059495627880096436, -0.015771344304084778, 0.0016394768608734012, -0.02767341211438179, -0.027305610477924347, -0.0008601965964771807, 0.011173821054399014, 0.01862548664212227, -0.003247690387070179, -0.018154699355363846, 0.0009562848717905581, -0.034161437302827835, -0.06726360321044922, -0.05899541825056076, 0.004001684486865997, -0.04089956730604172, 0.01613914594054222, 0.037604063749313354, -0.04746115207672119, 0.04031108319759369, 0.001576030976139009, -0.04493067413568497, 0.030924780294299126, -0.014145659282803535, 0.04010511562228203, 0.020126117393374443, 0.0033984892070293427, -0.03348468244075775, 0.022215232253074646, -0.0667928159236908, 0.03042457066476345, 0.04760827496647835, -0.05269864946603775, -0.008216693997383118, -0.0009080108720809221, 0.03098362870514393, -0.0012955820420756936, 0.03689788281917572, 0.003950192127376795, -0.0298802237957716, -0.06243804469704628, -0.008121064864099026, -0.013763145543634892, -0.02726147323846817, -0.04131150618195534, -0.029541846364736557, 0.04675497114658356, -0.020390935242176056, -0.020832298323512077, 0.02240648865699768, 0.01713956706225872, -0.017683913931250572, 0.049756236374378204, -0.024363195523619652, 0.021229524165391922, -0.017566217109560966, 0.06714590638875961, 0.018816743046045303, 0.011070836335420609, 0.035191282629966736, -0.008062216453254223, 0.008716904558241367, 0.004604879301041365, 0.0061422912403941154, -0.08468270301818848, 0.002243591472506523, 0.03263138234615326, -0.008533002808690071, -0.024039529263973236, -0.013490972109138966, -0.029438860714435577, -0.05069780722260475, 0.0011024860432371497, -0.01357924472540617, 0.021111827343702316, -0.006510092876851559, -0.009974786080420017, 0.009555492550134659, 0.02461330033838749, 0.04275329038500786, 0.012843641452491283, -0.004568099044263363, -0.06567469984292984, 0.017198415473103523, 0.05216901749372482, -0.005358872935175896, -0.0046637277118861675, 0.04560743272304535, -0.006017238367348909, -0.027099641039967537, 0.028129486367106438, 0.004840272478759289, 0.017845746129751205, 0.02353931963443756, -0.008385882712900639, -0.015021027997136116, 0.048549845814704895, -0.017433809116482735, -0.018537214025855064, -0.009629053063690662, 0.00843001902103424, 0.025039950385689735, 0.014712074771523476, 0.009143554605543613, -0.024525027722120285, -0.06385040283203125, -0.01124002505093813, -0.024422043934464455, -0.02615806832909584, 0.05028587207198143, -0.06914675235748291, 0.030159752815961838, 0.018566638231277466, -0.024039529263973236, -0.0007999690715223551, -0.005347839090973139, 0.005837015341967344, 0.04501894861459732, 0.03380834683775902, 0.013520396314561367, -0.050403568893671036, 0.0015475263353437185, -0.0033010216429829597, 0.00385456345975399, -0.009798241779208183, 0.02451031655073166, 0.03463222458958626, -0.045695703476667404, 0.04960911348462105, -0.017095429822802544, -0.033514104783535004, 0.0299390722066164, -0.05802442133426666, -0.00017321169434580952, -0.013307071290910244, -0.009312743321061134, -0.0435183160007, 0.042870983481407166, -0.007256730925291777, -0.01256411150097847, -0.00587747385725379, 0.02050863206386566, 0.019978996366262436, -0.020817585289478302, 0.038221970200538635, -0.006579975131899118, -0.0238188486546278, -0.02949770912528038, 0.05337540805339813, 0.008540359325706959, -0.018816743046045303, 0.00009741002577356994, -0.03142499178647995, 0.045283764600753784, -0.026525869965553284, 0.0354560986161232, 0.017566217109560966, -0.017492657527327538, -0.00740752974525094, 0.008687480352818966, -0.012394922785460949, -0.04943257197737694, 0.0007664071163162589, 0.030748235061764717, 0.04810848459601402, 0.013182018883526325, -0.04575455188751221, 0.03321986272931099, -0.04760827496647835, 0.026422886177897453, 0.0354560986161232, 0.05452294647693634, -0.05269864946603775, 0.01225515827536583, 0.03836908936500549, -0.053022317588329315, 0.01624212972819805, 0.02952713333070278, -0.03722154721617699, 0.038398515433073044, -0.04581340029835701, -0.0015944211045280099, 0.025510737672448158, -0.05108032375574112, 0.0024238142650574446, 0.009312743321061134, 0.010842799209058285, 0.02199455164372921, 0.009592272341251373, 0.010555913671851158, -0.020052557811141014, -0.017168991267681122, -0.02358345501124859, 0.06179071217775345, -0.007569362409412861, -0.021347220987081528, 0.03919296711683273, -0.003972260281443596, -0.05043299123644829, 0.014270712621510029, 0.006774910259991884, -0.016815900802612305, 0.010680966079235077, 0.04298868030309677, -0.009871802292764187, 0.0026003592647612095, 0.038986995816230774, 0.009312743321061134, 0.04699036478996277, 0.04034050926566124, 0.02942414954304695, 0.00552438385784626, -0.02009669318795204, -0.02299497276544571, -0.05552336946129799, 0.049373723566532135, -0.025201784446835518, -0.013498328626155853, -0.031160173937678337, -0.029071059077978134, -0.021729733794927597, -0.01060004997998476, 0.045136645436286926, 0.050550688058137894, 0.020023133605718613, 0.019316954538226128, -0.040428780019283295, -0.02795294113457203, 0.011585758998990059, -0.02175915800035, -0.006190105341374874, -0.024804556742310524, -0.008812532760202885, -0.01387348584830761, -0.047931939363479614, -0.010136619210243225, 0.012439059093594551, -0.02451031655073166, -0.045725125819444656, 0.00688525103032589, -0.017080718651413918, 0.02474571019411087, -0.0064659565687179565, 0.009857090190052986, 0.00002191007115470711, -0.03589746356010437, 0.01168874278664589, -0.007856247946619987, -0.029585981741547585, -0.015153436921536922, 0.011335653252899647, 0.0073229349218308926, -0.006635145749896765, 0.005564842373132706, 0.0098938699811697, 0.04322407394647598, 0.013049609959125519, 0.01803700253367424, -0.0012505262857303023, -0.032984472811222076, 0.03928123787045479, -0.004248111508786678, -0.06673397123813629, -0.00031171206501312554, 0.054052162915468216, -0.05231613665819168, -0.0038803096394985914, -0.015683071687817574, -0.083034947514534, 0.011306229047477245, -0.03080708347260952, 0.06649857759475708, -0.026202205568552017, 0.024451468139886856, -0.05675918236374855, 0.00696984538808465, -0.025893250480294228, 0.0516982302069664, 0.020287951454520226, -0.011445993557572365, 0.009680544957518578, -0.02068517729640007, -0.01862548664212227, 0.025554873049259186, -0.02643759734928608, -0.010342588648200035, 0.0036283654626458883, -0.009673189371824265, 0.059672173112630844, -0.03445567935705185, -0.031513262540102005, -0.003503312822431326, 0.004078922793269157, 0.019670043140649796, 0.009643765166401863, -0.01634511537849903, 0.012777436524629593, -0.037515789270401, 0.029453573748469353, 0.05069780722260475, 0.04537203907966614, -0.009275962598621845, 0.006245275493711233, -0.020832298323512077, -0.034779343754053116, 0.002857820363715291, -0.0166982039809227, -0.004704185761511326, 0.000005908535968046635, 0.08597736060619354, -0.03733924403786659, -0.010232247412204742, 0.015197573229670525, 0.015344693325459957, 0.021700309589505196, -0.019361089915037155, -0.04584282264113426, -0.04178229346871376, -0.04578397423028946, -0.058112695813179016, 0.029909648001194, 0.039663754403591156, 0.007951876148581505, -0.00210382672958076, -0.020317375659942627, 0.018125275149941444, -0.052992891520261765, 0.00668663764372468, 0.03018917702138424, -0.0156977828592062, -0.01204918883740902, -0.0026757584419101477, 0.004832916427403688, -0.0007944520330056548, -0.03180750459432602, 0.002195777138695121, 0.0012174241710454226, -0.02977723814547062, -0.051992472261190414, -0.022597746923565865, -0.07197146862745285, -0.03663306683301926, 0.005428755655884743, 0.02839430421590805, 0.0023980680853128433, 0.032984472811222076, -0.004527640994638205, -0.027717547491192818, -0.020935282111167908, 0.053610797971487045, 0.017639776691794395, 0.010997275821864605, 0.015506526455283165, 0.00872426014393568, -0.0289092268794775, -0.01460909005254507, 0.03986972197890282, -0.07997483760118484, -0.00901850126683712, 0.03260195627808571, 0.015844903886318207, -0.033161014318466187, 0.028144199401140213, 0.041046686470508575, -0.05834808573126793, -0.0039649042300879955, -0.004435690585523844, -0.008444731123745441, 0.014351628720760345, -0.03266080468893051, -0.046343035995960236, 0.03507358580827713, -0.013329139910638332, -0.027585139498114586, 0.037604063749313354, -0.014005894772708416, 0.010975207202136517, 0.025172360241413116, -0.011129684746265411, -0.05831866338849068, -0.00689996313303709, 0.04484240338206291, -0.017669200897216797, -0.030365722253918648, -0.07926865667104721, -0.03775118291378021, 0.00470786402001977, -0.03380834683775902, 0.0098938699811697, -0.059701599180698395, -0.06096683815121651, 0.028835665434598923, -0.02564314566552639, 0.0013112135929986835, 0.003957548178732395, 0.028379591181874275, 0.04437161609530449, 0.020920569077134132, -0.04278271272778511, -0.0070875417441129684, 0.02430434711277485, 0.0021681920625269413, -0.013983827084302902, -0.019493497908115387, -0.010673610493540764, 0.02543717622756958, 0.0024293314199894667, -0.05731824412941933, -0.03224886581301689, -0.0278499573469162, -0.08597736060619354, -0.026069795712828636, -0.09874744713306427, -0.02811477519571781, 0.006407108623534441, -0.033102165907621384, -0.009349523112177849, -0.004781424067914486, -0.03748636692762375, 0.03613285347819328, 0.014690006151795387, 0.06820517778396606, -0.007396495435386896, 0.012600892223417759, -0.04481297731399536, -0.004240755457431078, -0.03733924403786659, 0.03348468244075775, 0.0013958080671727657, 0.02409837767481804, -0.03136614337563515, 0.007028693798929453, -0.07956290245056152, 0.04905005544424057, 0.01914040930569172, 0.0031373498495668173, 0.008047504350543022, -0.030718810856342316, -0.03077765926718712, 0.023215653374791145, -0.031277868896722794, 0.013542464934289455, -0.017183702439069748, 0.014991603791713715, 0.04787309095263481, 0.0019695789087563753, -0.05755363404750824, 0.0008436455391347408, -0.02829131856560707, 0.03733924403786659, 0.0019217646913602948, 0.03998741880059242, -0.024936966598033905, 0.03410258889198303, -0.05514085665345192, 0.01734553650021553, 0.012814217247068882, 0.042870983481407166, 0.0029056346975266933, -0.03280792757868767, -0.030542267486453056, -0.00020079682872164994, 0.001656947424635291, 0.016050873324275017, -0.004619591403752565, -0.02815891057252884, 0.005505993962287903, -0.038192544132471085, -0.02337748557329178, -0.04075244814157486, -0.016227418556809425, -0.07161837816238403, -0.015124012716114521, -0.008128421381115913, -0.005528062116354704, 0.0018730310257524252, -0.005620012525469065, -0.007996012456715107, -0.060907989740371704, 0.0177280493080616, 0.016286266967654228, 0.020802874118089676, 0.0278793815523386, 0.016771765425801277, -0.020317375659942627, -0.026202205568552017, -0.051198020577430725, -0.026525869965553284, -0.056435517966747284, 0.019199257716536522, 0.012497907504439354, 0.029482997953891754, -0.05449352413415909, 0.02423078753054142, -0.022494761273264885, 0.02337748557329178, 0.003249529516324401, 0.032337140291929245, -0.007834179326891899, -0.010813375003635883, -0.012041833251714706, 0.03260195627808571, -0.017566217109560966, -0.01852250099182129, -0.031719233840703964, 0.006716061849147081, 0.023245077580213547, 0.019920149818062782, 0.015153436921536922, 0.06438003480434418, 0.012328718788921833, -0.0384867861866951, -0.0405464768409729, -0.019331665709614754, 0.02657000720500946, 0.02754100412130356, 0.02980666235089302, -0.002530476776883006, -0.001555801834911108, 0.010342588648200035, 0.011644607409834862, 0.02099413052201271, 0.011350365355610847, 0.009408371523022652, 0.02926231548190117, -0.04463643580675125, -0.02034679986536503, 0.032307714223861694, 0.01755150407552719, -0.040840718895196915, 0.012873065657913685, 0.00769441481679678, 0.036986153572797775, -0.0028044891078025103, 0.002063368447124958, -0.04440104216337204, -0.002705182647332549, 0.004185585305094719, 0.0088493125513196, -0.00769441481679678, -0.010835442692041397, 0.035985734313726425, -0.006682959850877523, 0.024480892345309258, -0.008981721475720406, -0.009305386804044247, -0.05731824412941933, 0.0537579208612442, -0.0009190448909066617, 0.020611615851521492, -0.012527331709861755, -0.023554030805826187, 0.0037460620515048504, 0.004237077664583921, -0.01600673794746399, -0.007216272410005331, -0.010129263624548912, 0.0455780066549778, -0.010151331312954426, -0.02237706445157528, -0.00851829070597887, 0.021038265898823738, 0.02967425435781479, -0.01278479304164648, 0.0038582414854317904, 0.06426233798265457, 0.05796557292342186, 0.03845736384391785, 0.01509458851069212, 0.011953560635447502, 0.014263356104493141, -0.02423078753054142, -0.03728039562702179, 0.058465782552957535, 0.04946199432015419, 0.07738551497459412, 0.016359826549887657, -0.03245483711361885, 0.021641461178660393, 0.021773871034383774, -0.0258196908980608, -0.02268601953983307, 0.013866130262613297, -0.012593535706400871, 0.040664173662662506, -0.0628499835729599, -0.0054434677585959435, -0.004568099044263363, 0.018331244587898254, 0.03201347589492798, 0.02695252001285553, -0.005197040271013975, 0.02546660043299198, -0.04281213507056236, 0.04925602674484253, 0.01711014285683632, -0.002162674907594919, 0.032984472811222076, 0.02222994528710842, 0.05552336946129799, -0.00669399369508028, 0.00696248933672905, -0.0011548978509381413, 0.005825981497764587, -0.0013958080671727657, 0.023495182394981384, -0.012365498580038548, 0.03975202515721321, 0.04337119683623314, -0.0023189906496554613, -0.0197288915514946, -0.0006666408735327423, -0.023142093792557716, -0.02946828491985798, -0.03063053824007511, 0.017374960705637932, -0.012468483299016953, 0.005064631812274456, -0.012336074374616146, 0.011173821054399014, 0.025510737672448158, -0.0005746904062107205, -0.050580110400915146, -0.021155962720513344, 0.01831653341650963, -0.028762105852365494, 0.03736867010593414, -0.02130308374762535, -0.031513262540102005, -0.013027542270720005, -0.04242962226271629, -0.003253207542002201, -0.05290462076663971, -0.002241752343252301, -0.03763348609209061, 0.044283345341682434, 0.014219219796359539, 0.05837751179933548, 0.015859616920351982, -0.045725125819444656, -0.05446409806609154, 0.013711653649806976, 0.02960069477558136, 0.006259987596422434, 0.020773449912667274, 0.05087435245513916, 0.024525027722120285, 0.017669200897216797, -0.008643344044685364, 0.05184534937143326, 0.004012718331068754, 0.015344693325459957, -0.013226155191659927, -0.05308116599917412, -0.031307294964790344, -0.03198404982686043, 0.02543717622756958, 0.032101746648550034, 0.055611640214920044, 0.017639776691794395, -0.015271133743226528, -0.028011789545416832, -0.02926231548190117, 0.015028384514153004, -0.01855192519724369, 0.014469325542449951, -0.004590167198330164, -0.004803492221981287, -0.0015355728100985289, -0.045695703476667404, 0.255166232585907, 0.08073986321687698, 0.044283345341682434, 0.0029056346975266933, 0.036603640764951706, 0.061731863766908646, 0.0187578946352005, -0.02337748557329178, 0.023068532347679138, 0.01140921376645565, -0.015271133743226528, -0.0069183530285954475, -0.0034959567710757256, -0.0022674985229969025, 0.029380012303590775, 0.0054434677585959435, -0.015462390147149563, 0.01610972173511982, -0.017477944493293762, -0.01621270552277565, -0.032131168991327286, 0.00010373161785537377, -0.059525053948163986, 0.009702613577246666, -0.033102165907621384, 0.011262092739343643, 0.03263138234615326, -0.00552438385784626, 0.010349944233894348, -0.023671727627515793, -0.03369065001606941, -0.026099219918251038, 0.009342167526483536, -0.02489282935857773, 0.017433809116482735, 0.02674655057489872, 0.034955888986587524, -0.004446724429726601, 0.00836381409317255, -0.022112248465418816, -0.008098997175693512, -0.004112024791538715, 0.027202626690268517, 0.00822404958307743, 0.0010574304033070803, 0.032337140291929245, 0.023495182394981384, 0.008444731123745441, 0.03363180160522461, -0.041664596647024155, 0.023348061367869377, -0.016683492809534073, 0.03307274356484413, 0.0003974558785557747, -0.04195883497595787, 0.013976470567286015, 0.01916983351111412, -0.04981508478522301, -0.027997078374028206, -0.00908470619469881, 0.024319058284163475, 0.0022049720864742994, 0.007330290973186493, -0.009393659420311451, 0.014219219796359539, 0.02464272454380989, 0.016565795987844467, 0.010313164442777634, 0.022362353280186653, 0.02292141132056713, 0.008952297270298004, -0.02299497276544571, -0.04719633609056473, -0.06979408115148544, 0.036780185997486115, -0.016197994351387024, -0.008753684349358082, 0.04475412890315056, 0.025451889261603355, -0.020361511036753654, -0.007584074512124062, -0.03372007608413696, 0.028203045949339867, -0.03592688590288162, 0.03227829188108444, 0.01560951117426157, 0.011857932433485985, -0.005759777035564184, -0.033572953194379807, -0.024377906695008278, 0.03992857038974762, 0.025069374591112137, 0.012821572832763195, 0.008967009373009205, 0.03675076365470886 ]
9891_2
In the 1850s and 1860s, German physicist Rudolf Clausius objected to the supposition that no change occurs in the working body, and gave that change a mathematical interpretation, by questioning the nature of the inherent loss of usable heat when work is done, e.g., heat produced by friction. He described his observations as a dissipative use of energy, resulting in a transformation-content (Verwandlungsinhalt in German), of a thermodynamic system or working body of chemical species during a change of state. That was in contrast to earlier views, based on the theories of Isaac Newton, that heat was an indestructible particle that had mass. Clausius discovered that the non-usable energy increases as steam proceeds from inlet to exhaust in a steam engine. From the prefix en-, as in 'energy', and from the Greek word τροπή [tropē], which is translated in an established lexicon as turning or change and that he rendered in German as Verwandlung, a word often translated into English as transformation, in 1865 Clausius coined the name of that property as entropy. The word was adopted into the English language in 1868. Later, scientists such as Ludwig Boltzmann, Josiah Willard Gibbs, and James Clerk Maxwell gave entropy a statistical basis. In 1877, Boltzmann visualized a probabilistic way to measure the entropy of an ensemble of ideal gas particles, in which he defined entropy as proportional to the natural logarithm of the number of microstates such a gas could occupy. The proportionality constant in this definition, called the Boltzmann constant, has become one of the defining universal constants for the modern International System of Units (SI). Henceforth, the essential problem in statistical thermodynamics has been to determine the distribution of a given amount of energy E over N identical systems. Constantin Carathéodory, a Greek mathematician, linked entropy with a mathematical definition of irreversibility, in terms of trajectories and integrability.
[ -0.037674907594919205, 0.022604944184422493, 0.056614186614751816, -0.04948649927973747, -0.04974833503365517, 0.010138768702745438, 0.007833180949091911, -0.03334011137485504, -0.040467794984579086, 0.030459944158792496, 0.054897721856832504, -0.0379367396235466, 0.031449094414711, -0.0192156583070755, 0.006644020788371563, -0.009753291495144367, -0.02760886959731579, -0.030081741511821747, -0.06894944608211517, -0.0021492152009159327, 0.050853852182626724, 0.011789773590862751, -0.04500624164938927, -0.02750704623758793, -0.018633805215358734, 0.032932814210653305, 0.05707966536283493, 0.0254560187458992, 0.04919557273387909, 0.04896283522248268, 0.018430156633257866, -0.026023324579000473, 0.040642350912094116, -0.055915962904691696, 0.006604018621146679, 0.03217640891671181, 0.02698338031768799, -0.06219996511936188, 0.023230435326695442, -0.033631037920713425, 0.04974833503365517, -0.002707429463043809, 0.03339829668402672, -0.016553685069084167, -0.016291851177811623, 0.05129024013876915, 0.0008968701004050672, 0.011571578681468964, -0.04395890608429909, -0.05158116668462753, -0.0019273842917755246, -0.010386055335402489, 0.029470795765519142, -0.03476564958691597, 0.049282852560281754, -0.025048721581697464, -0.008415032178163528, 0.049428313970565796, -0.017804667353630066, 0.036278463900089264, 0.03447472304105759, -0.017382824793457985, 0.033107370138168335, -0.022168556228280067, 0.021150315180420876, 0.02555784210562706, -0.013077120296657085, -0.010102402418851852, -0.0022964966483414173, -0.03735489025712013, -0.020146621391177177, 0.0020801203791052103, -0.004000231623649597, -0.010473333299160004, -0.04788640886545181, 0.04087509214878082, -0.0007391336839646101, -0.016917342320084572, -0.05099931359291077, -0.020583009347319603, 0.006542196962982416, 0.008742324076592922, -0.0050802938640117645, 0.03755853697657585, -0.02360863983631134, -0.015157240442931652, -0.0024274131283164024, -0.006324002519249916, 0.013244402594864368, -0.021033944562077522, 0.04253337159752846, 0.04599538818001747, -0.0006977676530368626, 0.024146851152181625, 0.013295315206050873, 0.0014328102115541697, -0.021819444373250008, 0.03089633397758007, -0.010975180193781853, 0.019113833084702492, 0.058563388884067535, 0.05335581675171852, -0.012415263801813126, 0.08500855416059494, -0.04058416560292244, 0.04195151850581169, -0.011346111074090004, 0.057166945189237595, 0.018211962655186653, -0.009753291495144367, 0.013309861533343792, 0.0008423214894719422, 0.021994000300765038, -0.004869372583925724, 0.004636631812900305, 0.027623416855931282, 0.03473655506968498, -0.004367525689303875, -0.050330184400081635, 0.009018703363835812, 0.0023037695791572332, -0.015942741185426712, 0.008058648556470871, 0.036423925310373306, -0.05193027853965759, 0.00004707658808911219, -0.022881323471665382, 0.0020146621391177177, 0.004891192074865103, -0.007196780294179916, -0.04157331585884094, 0.0009855115786194801, -0.015259064733982086, 0.008756870403885841, 0.04078781604766846, 0.020175712183117867, 0.01614638976752758, 0.061734482645988464, -0.015317250043153763, -0.04369707405567169, 0.008240477181971073, -0.015462713316082954, -0.015171786770224571, 0.03846040740609169, -0.015986379235982895, 0.013978990726172924, 0.031885482370853424, 0.012713463045656681, -0.020335722714662552, 0.03357285261154175, 0.0023474085610359907, 0.0114188427105546, 0.002125577535480261, -0.019622953608632088, -0.027841610834002495, 0.0284525565803051, -0.011571578681468964, 0.04198061302304268, -0.027419768273830414, 0.027667054906487465, -0.04090418666601181, -0.02680882439017296, 0.021775806322693825, 0.01639367640018463, 0.020728472620248795, 0.025994231924414635, -0.03299099951982498, -0.03403833508491516, -0.023826833814382553, -0.01356442179530859, -0.010036944411695004, -0.024321407079696655, -0.01669914834201336, 0.008662319742143154, 0.03965320438146591, 0.023521361872553825, 0.010553337633609772, -0.042038798332214355, -0.021121222525835037, -0.016088204458355904, -0.030809056013822556, -0.05553776025772095, 0.04526807367801666, 0.039071351289749146, 0.002285586902871728, 0.0007345879566855729, -0.023870471864938736, 0.030518129467964172, 0.0020946667063981295, -0.016466407105326653, -0.001998297404497862, 0.05059202015399933, -0.06894944608211517, -0.007869546301662922, -0.0198411475867033, -0.01120792143046856, -0.025688759982585907, 0.026343341916799545, 0.022779500111937523, -0.014589935541152954, 0.01344077754765749, 0.06830941140651703, -0.046489961445331573, -0.01861925981938839, -0.04372616857290268, 0.010451514273881912, 0.045588091015815735, 0.05899977684020996, 0.01931748166680336, -0.0018164687789976597, 0.009469638578593731, 0.023943204432725906, -0.035725705325603485, 0.03851859271526337, -0.007658625021576881, -0.01103336550295353, -0.02890349179506302, 0.028859851881861687, -0.05227939039468765, -0.022881323471665382, 0.012458902783691883, 0.0016400949098169804, -0.012786194682121277, 0.015753639861941338, 0.03974048048257828, 0.03127453848719597, 0.0006777665112167597, 0.07924821972846985, -0.012720735743641853, 0.01582637056708336, 0.0006845850730314851, 0.04174787178635597, -0.01764465682208538, -0.007549528032541275, 0.03846040740609169, 0.016102749854326248, 0.0183428805321455, 0.038867704570293427, 0.0290780458599329, -0.02213946357369423, 0.05146479606628418, 0.014022629708051682, 0.04387162998318672, 0.01562272198498249, 0.01565181463956833, 0.048584628850221634, -0.014386286959052086, 0.00922235194593668, -0.013433504849672318, 0.013491690158843994, -0.05367583408951759, 0.015768185257911682, 0.05571231618523598, -0.012698916718363762, -0.07046225666999817, 0.017484648153185844, -0.0013618969824165106, 0.014808129519224167, -0.009913301095366478, -0.05035927891731262, -0.015157240442931652, -0.005720330867916346, -0.029412610456347466, -0.005916705820709467, -0.010938814841210842, 0.020204804837703705, 0.008647773414850235, 0.010386055335402489, -0.004338433034718037, 0.012160703539848328, -0.059290703386068344, -0.019201111048460007, -0.03197275847196579, -0.005880340468138456, -0.029092593118548393, 0.010087856091558933, 0.00582215515896678, -0.05568322166800499, 0.07168415188789368, 0.024699611589312553, -0.04483168572187424, 0.030809056013822556, -0.010393328964710236, 0.023317713290452957, 0.004523898009210825, 0.013869893737137318, -0.040322333574295044, 0.007658625021576881, -0.06650567054748535, 0.021252138540148735, 0.009469638578593731, -0.07197507470846176, 0.00899688433855772, -0.005338490940630436, 0.03412561118602753, 0.04721727967262268, -0.003240187419578433, 0.009731472469866276, -0.016160935163497925, -0.07302241027355194, -0.00045979933929629624, -0.033107370138168335, 0.01487358845770359, -0.0029710810631513596, -0.021950360387563705, 0.01169522199779749, -0.01789194531738758, 0.016510047018527985, 0.01861925981938839, -0.007614986039698124, -0.025194184854626656, 0.02126668579876423, -0.02785615809261799, 0.028234360739588737, -0.02241584286093712, 0.059116147458553314, 0.015957286581397057, 0.02433595433831215, -0.010924268513917923, -0.017601018771529198, 0.00011955237278016284, -0.030169019475579262, 0.00012227980187162757, -0.1105518490076065, 0.015244518406689167, 0.03147818520665169, -0.03834403678774834, -0.02952898107469082, 0.00943327322602272, -0.01604456454515457, -0.04852644354104996, -0.011258833110332489, -0.02740522287786007, 0.014415379613637924, -0.026314249262213707, -0.0228376854211092, 0.013062573969364166, -0.003034721128642559, 0.058767035603523254, -0.0016964618116617203, 0.02273586206138134, -0.06999678164720535, -0.00922235194593668, 0.03880951926112175, -0.02747795358300209, 0.01554999127984047, 0.03296190872788429, -0.008204110898077488, -0.04078781604766846, 0.018008314073085785, 0.009425999596714973, -0.01511360239237547, 0.03296190872788429, 0.03322374075651169, -0.02179035171866417, 0.03828585147857666, -0.018808361142873764, -0.007098592817783356, -0.017426462844014168, -0.0037420347798615694, 0.020670287311077118, 0.018081046640872955, -0.006374914199113846, -0.009440545924007893, -0.049079202115535736, -0.03758763149380684, -0.013302587904036045, -0.028132537379860878, 0.045588091015815735, -0.0855904072523117, 0.03587116673588753, 0.0061385370790958405, -0.012058879248797894, -0.01356442179530859, -0.03040175884962082, 0.038198575377464294, 0.03127453848719597, 0.02136850915849209, 0.004302067216485739, -0.050126537680625916, -0.0020019339863210917, -0.00010813125845743343, 0.011026092804968357, -0.03226368501782417, 0.02056846395134926, 0.02810344472527504, -0.025746945291757584, 0.024888712912797928, -0.004814824089407921, -0.046257223933935165, -0.0030474490486085415, -0.008662319742143154, 0.04107874259352684, -0.011549759656190872, -0.029208963736891747, -0.013149851933121681, 0.0516684465110302, -0.01966659352183342, 0.002760159783065319, -0.01224070880562067, 0.04023505747318268, 0.012655277736485004, -0.014880861155688763, 0.03587116673588753, 0.025586934760212898, -0.041689686477184296, -0.02960171364247799, 0.05870885029435158, 0.00022592216555494815, 0.009571462869644165, 0.00970965251326561, -0.03179820254445076, 0.04125329479575157, -0.04483168572187424, 0.0621417798101902, 0.008036828599870205, 0.013971718028187752, -0.026474259793758392, 0.00948418490588665, -0.021252138540148735, -0.05198846384882927, -0.018910184502601624, 0.02443777769804001, 0.05673055723309517, 0.016306398436427116, -0.043086130172014236, 0.005338490940630436, -0.0336892232298851, 0.0018746539717540145, 0.021644888445734978, 0.043260686099529266, -0.04160240665078163, 0.008916880004107952, 0.045588091015815735, -0.06505103409290314, -0.0071604144759476185, 0.046460870653390884, -0.038198575377464294, 0.0007032225257717073, -0.04058416560292244, -0.0014628119533881545, 0.02423412911593914, -0.07104410976171494, -0.013208037242293358, 0.014175365678966045, 0.04075872153043747, 0.046431779861450195, 0.04640268534421921, 0.025848768651485443, -0.023899564519524574, -0.008407759480178356, -0.03214731439948082, 0.05475226044654846, -0.009455092251300812, -0.0022928600665181875, 0.026168787851929665, 0.012793467380106449, -0.052424851804971695, 0.026212425902485847, 0.016364583745598793, -0.027710694819688797, 0.010946088470518589, 0.02360863983631134, -0.011731588281691074, -0.01589910127222538, 0.036598481237888336, -0.0180955920368433, 0.03584207594394684, 0.06080351769924164, 0.03235096484422684, 0.01667005568742752, -0.02483052760362625, -0.02942715771496296, -0.026023324579000473, 0.04963196441531181, -0.04200970381498337, -0.007396791595965624, -0.001015513320453465, -0.05149389058351517, -0.04657724127173424, 0.0031129075214266777, 0.027157936245203018, 0.032758258283138275, 0.008691412396728992, 0.02472870424389839, -0.032030943781137466, -0.01427718997001648, 0.015768185257911682, -0.041166018694639206, 0.003996594808995724, -0.021572157740592957, 0.014553569257259369, -0.04579174146056175, -0.026401527225971222, 0.0033874688670039177, 0.017601018771529198, -0.00857504177838564, -0.05771970376372337, 0.01806649938225746, -0.014248097315430641, 0.022546758875250816, 0.0064440094865858555, 0.0032892811577767134, -0.004880282562226057, -0.04177696257829666, -0.01792103797197342, -0.018779268488287926, -0.02211037091910839, 0.016451861709356308, 0.005505773238837719, 0.007774995639920235, -0.0002461506228428334, 0.011375203728675842, 0.0013382593169808388, 0.030459944158792496, -0.0014728124951943755, 0.02350681461393833, 0.01145520806312561, -0.007513162214308977, 0.04107874259352684, -0.00044161645928397775, -0.07150959223508835, -0.00384022225625813, 0.04983561113476753, -0.036947593092918396, 0.0005941253039054573, -0.009666013531386852, -0.06481830030679703, 0.0024746886920183897, -0.05443223938345909, 0.046809982508420944, -0.039245907217264175, 0.019302934408187866, -0.025368740782141685, -0.001152793993242085, -0.07081136852502823, 0.038227666169404984, 0.015753639861941338, -0.0007068591075949371, -0.017179176211357117, -0.030605407431721687, -0.013062573969364166, 0.036976683884859085, -0.020859388634562492, -0.002860165433958173, -0.010080583393573761, -0.022474028170108795, 0.05024290829896927, -0.056817833334207535, -0.03549296408891678, -0.0010973361786454916, -0.01049515325576067, -0.0072367824614048, 0.009767837822437286, 0.0026965197175741196, -0.016480954363942146, -0.008051374927163124, 0.007782268337905407, 0.056468721479177475, 0.040293242782354355, 0.018648352473974228, -0.00045684463111683726, -0.023404991254210472, -0.04683907330036163, -0.017630111426115036, -0.026066962629556656, -0.00943327322602272, -0.002376501215621829, 0.07267329841852188, -0.019695686176419258, -0.006294909864664078, 0.01917201839387417, 0.006756754592061043, 0.010422421619296074, -0.021019399166107178, -0.04040960967540741, -0.03130362927913666, -0.0509120374917984, -0.06656385213136673, 0.01464812085032463, 0.02161579579114914, -0.01365169882774353, 0.008538676425814629, -0.02768160216510296, 0.02712884359061718, -0.04774094372987747, -0.03281644359230995, 0.043464332818984985, -0.0007414065185002983, 0.013280768878757954, 0.01582637056708336, 0.01037150900810957, -0.0034347441978752613, -0.019986610859632492, 0.023841379210352898, -0.012211616151034832, -0.018401063978672028, -0.0046584513038396835, -0.02151397243142128, -0.06569107621908188, -0.01321530994027853, 0.04166059195995331, 0.033980149775743484, -0.008269569836556911, 0.043260686099529266, -0.008138652890920639, -0.032060038298368454, -0.01973932422697544, 0.04462803900241852, 0.038198575377464294, -0.009491458535194397, 0.02343408390879631, -0.0033565578050911427, -0.027419768273830414, -0.015855463221669197, 0.04462803900241852, -0.06435281783342361, -0.019724776968359947, 0.04314431548118591, 0.022604944184422493, -0.026037869974970818, 0.05181390792131424, 0.012284346856176853, -0.03857677802443504, -0.019812054932117462, -0.0019110196735709906, -0.00833502784371376, 0.033485572785139084, -0.04174787178635597, -0.05652690678834915, 0.004782095085829496, 0.0050802938640117645, -0.04148603603243828, 0.030314480885863304, -0.0174701027572155, 0.016655508428812027, 0.028321638703346252, 0.015811823308467865, -0.01854652725160122, 0.017979221418499947, 0.07209144532680511, -0.0461699441075325, -0.014386286959052086, -0.04305703565478325, -0.058359742164611816, 0.01333895418792963, -0.03165274113416672, 0.0374421663582325, -0.02531055547297001, -0.04407527670264244, 0.01340441219508648, 0.00005926479207118973, -0.006207631900906563, 0.025819675996899605, 0.014408106915652752, 0.04157331585884094, 0.014866314828395844, -0.05705057457089424, 0.01401535701006651, 0.017601018771529198, -0.02792888879776001, 0.008415032178163528, -0.025514204055070877, -0.01841561123728752, 0.00872050505131483, 0.015753639861941338, -0.04232972115278244, -0.05248303711414337, -0.027885250747203827, -0.07732810825109482, 0.005243939813226461, -0.09391088783740997, -0.029310787096619606, 0.016917342320084572, -0.012138884514570236, -0.015986379235982895, -0.026096055284142494, -0.028059804812073708, 0.04640268534421921, 0.027434315532445908, 0.08256477862596512, -0.01632094383239746, 0.02531055547297001, -0.028758028522133827, -0.015011778101325035, -0.0439298152923584, -0.0040184142999351025, -0.0043129767291247845, 0.04087509214878082, -0.03947864845395088, 0.03578389063477516, -0.049981072545051575, 0.04055507481098175, 0.00944781955331564, 0.01582637056708336, 0.01963750086724758, -0.003658393630757928, -0.028467101976275444, 0.028263453394174576, -0.0219649076461792, 0.005033018533140421, 0.0024365046992897987, 0.01617548242211342, 0.02011752873659134, 0.011280653066933155, -0.05105749890208244, 0.010909722186625004, -0.031885482370853424, 0.06278181821107864, -0.022357657551765442, 0.021499425172805786, -0.015040870755910873, 0.01652459241449833, -0.06283999979496002, 0.0013318952405825257, -0.00003778627797146328, 0.04582083225250244, -0.02702701836824417, -0.02151397243142128, -0.011949782259762287, 0.0040293242782354355, 0.010902449488639832, -0.008378666825592518, -0.0163500364869833, -0.023375898599624634, -0.0034838379360735416, -0.04445348307490349, 0.00899688433855772, -0.04762457311153412, -0.03322374075651169, -0.046809982508420944, 0.004712999798357487, 0.011338838376104832, 0.01312803290784359, 0.009862388484179974, -0.01340441219508648, -0.02161579579114914, -0.029485343024134636, 0.017353732138872147, -0.025441471487283707, 0.030779963359236717, 0.037296704947948456, 0.0021510336082428694, 0.003058358794078231, -0.03875133395195007, -0.06516740471124649, -0.010953361168503761, -0.0356966108083725, 0.01190614327788353, 0.020553916692733765, 0.03511475771665573, -0.03322374075651169, 0.0534140020608902, -0.023419536650180817, 0.05195936933159828, -0.013200763612985611, 0.005698511376976967, -0.0015864555025473237, -0.01013149507343769, -0.014124453999102116, 0.017062805593013763, -0.022721314802765846, -0.04163150116801262, 0.008233203552663326, 0.0157245472073555, 0.050650205463171005, 0.008829602040350437, 0.01048060692846775, 0.024845074862241745, -0.0022946782410144806, -0.005414858926087618, -0.026139695197343826, 0.004352979362010956, 0.020903028547763824, 0.030489036813378334, 0.021819444373250008, 0.00852413009852171, -0.02772524021565914, 0.009600555524230003, -0.02263403683900833, -0.000831866345833987, -0.01136793103069067, -0.003985685296356678, 0.014546296559274197, -0.042940665036439896, -0.020684832707047462, 0.02680882439017296, 0.027259759604930878, -0.043260686099529266, 0.004643904976546764, -0.006796756759285927, 0.02663426846265793, -0.0034511086996644735, -0.028685295954346657, -0.047479111701250076, 0.002134669106453657, 0.012349805794656277, -0.004632995463907719, -0.01365169882774353, -0.005429405253380537, 0.03217640891671181, 0.02695428766310215, 0.027288852259516716, 0.0003757035592570901, -0.017077352851629257, -0.06080351769924164, 0.036685761064291, -0.008458671160042286, 0.012233435176312923, -0.007291330955922604, -0.004629358649253845, -0.017586471512913704, -0.008356846868991852, -0.027187027037143707, 0.006058532278984785, 0.008218657225370407, 0.037674907594919205, -0.007098592817783356, -0.047653667628765106, 0.011149736121296883, 0.02001570351421833, 0.05082475766539574, -0.01639367640018463, 0.010313323698937893, 0.07244055718183517, 0.027870703488588333, 0.030285388231277466, 0.0015973651316016912, 0.002174671273678541, 0.01719372160732746, -0.02336135134100914, -0.03988594561815262, 0.042940665036439896, 0.05443223938345909, 0.0654001459479332, -0.005178481340408325, -0.025194184854626656, 0.002065574051812291, 0.011557032354176044, -0.038547687232494354, 0.012684370391070843, 0.009411454200744629, -0.00768044451251626, 0.06644748151302338, -0.0756407380104065, 0.021543065086007118, -0.015506352297961712, 0.058185186237096786, 0.033834684640169144, 0.0069931321777403355, -0.0032310960814356804, 0.02785615809261799, -0.019273843616247177, 0.058039721101522446, 0.009178712964057922, -0.026823369786143303, 0.02186308428645134, 0.02517963945865631, 0.05547957494854927, 0.023303166031837463, -0.0209612138569355, 0.014248097315430641, -0.009906027466058731, 0.00807319488376379, 0.008880513720214367, -0.014058995060622692, 0.045908112078905106, 0.045064426958560944, 0.018473796546459198, -0.00791318528354168, 0.018211962655186653, -0.006916763726621866, -0.02403048239648342, -0.02531055547297001, 0.007324060425162315, 0.005360310431569815, -0.02363773249089718, -0.0014391741715371609, 0.03389286994934082, 0.023899564519524574, -0.02203763835132122, -0.04736274108290672, -0.012546180747449398, -0.04128238931298256, -0.014109907671809196, 0.031332723796367645, -0.03278735280036926, -0.03139090910553932, 0.00416751392185688, -0.03988594561815262, -0.033311016857624054, -0.03208912909030914, -0.011862504296004772, -0.02785615809261799, 0.06557470560073853, -0.018008314073085785, 0.05323944613337517, 0.032903723418712616, -0.0290780458599329, -0.06883307546377182, 0.004494805354624987, 0.01511360239237547, 0.00938236154615879, 0.030139926820993423, 0.025252370163798332, 0.015913648530840874, 0.01208069920539856, -0.02493235282599926, 0.031536370515823364, -0.003587480401620269, 0.0052730324678123, -0.00384022225625813, -0.06231633201241493, -0.019695686176419258, -0.011557032354176044, 0.029630806297063828, 0.05684692785143852, 0.041166018694639206, 0.02231401950120926, -0.02760886959731579, -0.011637036688625813, -0.061559926718473434, 0.019404759630560875, -0.02266312949359417, 0.0018310151062905788, 0.011957055889070034, 0.010771532543003559, 0.021703073754906654, -0.06004711240530014, 0.2487998604774475, 0.07133504003286362, 0.046431779861450195, -0.014204458333551884, 0.03971138969063759, 0.03374740853905678, 0.007884092628955841, -0.03526022285223007, 0.010553337633609772, -0.005069384351372719, -0.017077352851629257, 0.01914292573928833, -0.0030474490486085415, -0.0096732871606946, 0.023128611966967583, 0.024277769029140472, -0.046082668006420135, -0.008131379261612892, -0.007254965137690306, 0.00042025159928016365, -0.03197275847196579, -0.0017210086807608604, -0.029208963736891747, 0.027841610834002495, -0.045209888368844986, 0.009462365880608559, 0.016015471890568733, -0.012393444776535034, 0.02186308428645134, -0.05812700092792511, -0.028045259416103363, -0.02151397243142128, -0.004131148103624582, -0.02538328804075718, 0.007869546301662922, 0.018386518582701683, 0.021121222525835037, 0.012000694870948792, 0.006298546213656664, -0.005694875027984381, -0.019506582990288734, -0.002434686291962862, 0.012233435176312923, -0.0029910821467638016, -0.01754283346235752, 0.007738629821687937, 0.010407875292003155, 0.020510278642177582, 0.03267098218202591, -0.04299885034561157, 0.040671445429325104, -0.02880166657269001, 0.014255370013415813, -0.008211384527385235, -0.04282429814338684, 0.029718084260821342, 0.001992842648178339, -0.029994463548064232, -0.03706396371126175, 0.00794955063611269, 0.008065921254456043, -0.008778689429163933, 0.028161630034446716, -0.016902796924114227, 0.023725008592009544, 0.04474440589547157, 0.01604456454515457, 0.04584992676973343, -0.01096790749579668, 0.008167745545506477, -0.010087856091558933, -0.03124544396996498, -0.014880861155688763, -0.08937244117259979, 0.03674394637346268, -0.01426264364272356, -0.014604481868445873, 0.042766112834215164, 0.021150315180420876, -0.000678221054840833, -0.0219649076461792, -0.03988594561815262, 0.011433389037847519, -0.009229624643921852, 0.03508566692471504, 0.03217640891671181, 0.03182729706168175, -0.004367525689303875, -0.0036293009761720896, -0.010022398084402084, 0.02001570351421833, 0.028307093307375908, -0.033252835273742676, -0.012851652689278126, 0.016204575076699257 ]
9891_3
Etymology In 1865, Clausius named the concept of "the differential of a quantity which depends on the configuration of the system," entropy () after the Greek word for 'transformation'. He gave "transformational content" () as a synonym, paralleling his "thermal and ergonal content" () as the name of , but preferring the term entropy as a close parallel of the word energy, as he found the concepts nearly "analogous in their physical significance." This term was formed by replacing the root of ('ergon', 'work') by that of ('tropy', 'transformation'). Definitions and descriptions The concept of entropy is described by two principal approaches, the macroscopic perspective of classical thermodynamics, and the microscopic description central to statistical mechanics. The classical approach defines entropy in terms of macroscopically measurable physical properties, such as bulk mass, volume, pressure, and temperature. The statistical definition of entropy defines it in terms of the statistics of the motions of the microscopic constituents of a system – modeled at first classically, e.g. Newtonian particles constituting a gas, and later quantum-mechanically (photons, phonons, spins, etc.). The two approaches form a consistent, unified view of the same phenomenon as expressed in the second law of thermodynamics, which has found universal applicability to physical processes.
[ -0.02598554454743862, 0.005051531363278627, 0.07430264353752136, -0.04355672001838684, -0.04705057665705681, 0.008159606717526913, 0.009331503883004189, -0.04434283822774887, -0.04588595777750015, 0.054824404418468475, 0.05467882379889488, -0.009411570616066456, -0.0025748980697244406, -0.015736903995275497, -0.014339362271130085, -0.0059759472496807575, -0.043149106204509735, -0.017381926998496056, -0.08781221508979797, -0.000535451399628073, 0.033308081328868866, 0.019987760111689568, -0.04198448732495308, -0.035724662244319916, -0.02950851432979107, 0.0339486226439476, 0.03636520355939865, 0.045332763344049454, 0.04862280935049057, 0.03380304574966431, -0.0031681254040449858, -0.01569323055446148, 0.0536888986825943, -0.058056216686964035, 0.004738540388643742, 0.03985906019806862, 0.03668547421693802, -0.07179871201515198, 0.02838756889104843, -0.030891498550772667, 0.04967096820473671, 0.022986652329564095, 0.03220169246196747, -0.01751294732093811, -0.030745921656489372, 0.04923423379659653, 0.010699929669499397, -0.0017705836798995733, -0.05304836109280586, -0.051417894661426544, 0.007151483558118343, -0.018226275220513344, 0.007853894494473934, -0.040761638432741165, 0.04559480398893356, -0.043440259993076324, 0.0062270681373775005, 0.05916260555386543, 0.004556568805128336, 0.03109530732035637, 0.044488415122032166, 0.01249780971556902, 0.030396535992622375, -0.031706731766462326, 0.01369154267013073, 0.028474915772676468, -0.04542011022567749, -0.004938709083944559, -0.004727622028440237, -0.01219209749251604, -0.02418038621544838, -0.001059074653312564, 0.01914341188967228, -0.012403184548020363, -0.054096516221761703, 0.060443684458732605, 0.00877103116363287, -0.042362987995147705, -0.041343946009874344, -0.024253174662590027, 0.009193205274641514, 0.012556040659546852, 0.012272164225578308, 0.010838228277862072, -0.025345003232359886, 0.01471786294132471, 0.0040652453899383545, -0.012446857057511806, 0.007191517390310764, -0.015110921114683151, 0.029319263994693756, 0.04731261357665062, 0.0024093040265142918, 0.023219576105475426, 0.026946354657411575, 0.007413522806018591, -0.02764512598514557, 0.0356082022190094, -0.045798610895872116, 0.045827727764844894, 0.05770683288574219, 0.04748730733990669, -0.0008411636808887124, 0.08064981549978256, -0.05502821132540703, 0.027747029438614845, -0.012264885939657688, 0.03907294198870659, -0.005102483555674553, -0.009717283770442009, 0.014703305438160896, -0.02148720622062683, 0.008123212493956089, -0.02182203345000744, -0.0005804894026368856, 0.014135553501546383, 0.009870139881968498, 0.003694023471325636, -0.041576869785785675, -0.005812172777950764, -0.0039851781912148, 0.0029552187770605087, 0.003561184275895357, 0.018124371767044067, -0.0520293191075325, 0.0011400521034374833, -0.02710648998618126, -0.010270477272570133, -0.014477659948170185, -0.009688167832791805, -0.04460487887263298, -0.010059390217065811, -0.012301280163228512, -0.0037631725426763296, 0.04111102223396301, 0.031473807990550995, 0.007358931470662355, 0.05738656222820282, -0.02816920354962349, -0.03001803532242775, -0.003377392888069153, -0.007311618886888027, -0.010590746998786926, 0.024034809321165085, 0.01570778898894787, 0.0018178962636739016, 0.011122103780508041, 0.0188376996666193, -0.0009744578856043518, 0.037820976227521896, 0.023772768676280975, -0.0006150639965198934, 0.01803702488541603, -0.004563847556710243, -0.02388923056423664, 0.010270477272570133, -0.025548812001943588, 0.0372677817940712, -0.04705057665705681, 0.02438419498503208, -0.0456821508705616, -0.03502589464187622, 0.03630697354674339, 0.020060548558831215, 0.03129911422729492, -0.0009371537016704679, -0.018240833654999733, -0.022942978888750076, -0.03554997220635414, -0.003992456942796707, -0.021923938766121864, -0.021574553102254868, -0.0017833216115832329, 0.00040011006058193743, 0.03368658199906349, 0.009884697385132313, 0.007355291862040758, -0.032289039343595505, -0.02119605243206024, -0.018226275220513344, -0.009564426727592945, -0.046089764684438705, 0.04961273819208145, 0.039684366434812546, -0.0022764645982533693, -0.012053798884153366, -0.030454766005277634, 0.05494086444377899, -0.017149003222584724, -0.012919983826577663, -0.004876838997006416, 0.055348481982946396, -0.0557560957968235, 0.018925046548247337, -0.012206654995679855, 0.00683121383190155, -0.0436149537563324, 0.011726249940693378, 0.004960545804351568, -0.018007909879088402, -0.010139457881450653, 0.03447270020842552, -0.06719847023487091, -0.015009017661213875, -0.03499677777290344, 0.009142252616584301, 0.008661848492920399, 0.03948055952787399, 0.02499561943113804, 0.0202206838876009, -0.005018776748329401, 0.030076265335083008, -0.03397773578763008, 0.040208443999290466, -0.008669126778841019, -0.04600242152810097, -0.037791863083839417, 0.016930637881159782, -0.04437195509672165, -0.02442786656320095, 0.009768235497176647, 0.0017587555339559913, 0.003996096085757017, 0.014535890892148018, 0.02498106099665165, 0.014528612606227398, -0.02075931988656521, 0.07989280670881271, 0.0030407453887164593, 0.023205017670989037, 0.02204040065407753, 0.04891396686434746, -0.012701617553830147, 0.011245844885706902, 0.041868023574352264, 0.012745290994644165, 0.02869328111410141, 0.042071834206581116, -0.006867608055472374, -0.0049678245559334755, 0.05890056490898132, 0.02415127120912075, 0.05284455046057701, -0.010940132662653923, 0.003653989639133215, 0.03342454135417938, -0.000450607156381011, 0.013866235502064228, -0.0055792490020394325, 0.01170441322028637, -0.04175156354904175, 0.03240550309419632, 0.06079307198524475, 0.018197160214185715, -0.033832158893346786, 0.028897089883685112, 0.019216200336813927, -0.01675594411790371, -0.011471489444375038, -0.041314832866191864, -0.015809692442417145, -0.0070241037756204605, -0.024238616228103638, 0.025024734437465668, -0.030396535992622375, 0.04597330465912819, 0.0048222471959888935, 0.013888072222471237, -0.042362987995147705, -0.0001329529914073646, -0.05159258842468262, -0.007904846221208572, -0.03901471197605133, 0.009447965770959854, -0.012425020337104797, 0.019478239119052887, 0.0045674871653318405, -0.049292467534542084, 0.0812903493642807, 0.015460306778550148, -0.01886681467294693, 0.03843240067362785, 0.0043127266690135, -0.011435095220804214, -0.01300005055963993, 0.026873566210269928, -0.04681765288114548, 0.024908272549510002, -0.07214809954166412, 0.010430611670017242, 0.008603617548942566, -0.05549405887722969, -0.004159870557487011, -0.01882314123213291, 0.021065032109618187, 0.042654141783714294, 0.004341842141002417, -0.013465898111462593, -0.020540954545140266, -0.07692303508520126, -0.024588001891970634, -0.033570121973752975, -0.022389784455299377, 0.03482208400964737, -0.029872456565499306, 0.04804050177335739, -0.01551853772252798, 0.02099224366247654, 0.01909973844885826, 0.007912125438451767, -0.027470432221889496, -0.007497229613363743, -0.014477659948170185, -0.0037959276232868433, -0.024486098438501358, 0.06591739505529404, 0.013909908942878246, 0.025359561666846275, 0.010874622501432896, 0.001130043645389378, 0.013356715440750122, -0.008807425387203693, 0.027281181886792183, -0.08746282756328583, 0.018153486773371696, 0.02736852876842022, -0.001312925131060183, -0.021647341549396515, 0.001863389159552753, -0.019769394770264626, -0.05118497088551521, -0.03752982243895531, -0.03260931000113487, -0.006292577832937241, -0.013356715440750122, -0.0053681619465351105, -0.0038214034866541624, 0.002341974526643753, 0.05951199308037758, 0.022142304107546806, 0.02763056755065918, -0.06871247291564941, -0.005077007692307234, 0.0013775250408798456, -0.01647934876382351, 0.006711112335324287, 0.04163509979844093, -0.008159606717526913, -0.050835587084293365, 0.007861172780394554, 0.0014794290764257312, -0.010823670774698257, 0.03080415166914463, 0.013247532770037651, -0.011333190836012363, 0.033366311341524124, -0.026116563007235527, -0.005739384330809116, -0.015038132667541504, 0.0021600029431283474, 0.04093633219599724, 0.017076214775443077, -0.008996675722301006, -0.03368658199906349, -0.04405168443918228, -0.016290096566081047, -0.005528297275304794, -0.018502872437238693, 0.052466049790382385, -0.09212130308151245, 0.02468990720808506, 0.00003409124110476114, -0.026116563007235527, 0.0009589903056621552, -0.035753779113292694, 0.01551853772252798, 0.04096544533967972, 0.007089613471180201, 0.015853365883231163, -0.027834376320242882, -0.007992192171514034, -0.0062307072803378105, 0.003626693971455097, -0.01206835638731718, 0.009469801560044289, 0.054853517562150955, -0.06318053603172302, 0.03499677777290344, -0.012570598162710667, -0.04405168443918228, 0.02707737311720848, -0.003695843042805791, -0.00047813038690946996, -0.012774406000971794, -0.01617363467812538, -0.01368426438421011, 0.031211769208312035, -0.01460868027061224, 0.019769394770264626, -0.019463682547211647, 0.02150176465511322, 0.016624925658106804, -0.017105329781770706, 0.02388923056423664, 0.016537578776478767, -0.02019156888127327, -0.046875882893800735, 0.0462353453040123, 0.024282289668917656, 0.0016104485839605331, -0.0009553508716635406, -0.04798227176070213, 0.018779469653964043, -0.017643965780735016, 0.06498569995164871, 0.03645255044102669, -0.01196645200252533, -0.010801834054291248, -0.013618754222989082, 0.006343530025333166, -0.04061606153845787, -0.0028423962648957968, 0.012061077170073986, 0.0734291821718216, 0.02123972401022911, -0.04620622843503952, 0.0273248553276062, -0.027470432221889496, 0.04146040976047516, 0.024107597768306732, 0.030338304117321968, -0.036015819758176804, 0.01885225810110569, 0.0708087906241417, -0.05945375934243202, 0.00769375916570425, 0.030716804787516594, -0.06219061464071274, 0.01856110244989395, -0.013676985166966915, 0.004982382524758577, 0.03322073444724083, -0.07098348438739777, 0.0015977106522768736, -0.003002531360834837, 0.04460487887263298, 0.024791810661554337, 0.05293189734220505, 0.013909908942878246, -0.02070108987390995, -0.006358087528496981, -0.03470562398433685, 0.06976062804460526, -0.017207235097885132, 0.016275539994239807, 0.03240550309419632, 0.007348013110458851, -0.037296898663043976, 0.03368658199906349, 0.009790072217583656, 0.016799617558717728, 0.017949678003787994, 0.04920512065291405, -0.04536188021302223, -0.012941819615662098, 0.013451340608298779, -0.03316250443458557, 0.0273248553276062, 0.04632268846035004, 0.026917237788438797, -0.0022091350983828306, -0.023831000551581383, -0.02527221478521824, -0.021676456555724144, 0.04096544533967972, -0.037558939307928085, -0.0056847925297915936, 0.0027113768737763166, -0.019783951342105865, -0.05595990642905235, 0.027266623452305794, 0.027193835005164146, 0.03965524956583977, 0.012978214770555496, -0.014026370830833912, -0.01672682911157608, -0.029872456565499306, -0.0007105990662239492, -0.03819947689771652, -0.014128275215625763, -0.01157339382916689, -0.018138928338885307, -0.029814226552844048, -0.039713483303785324, -0.009018512442708015, 0.001272891298867762, -0.016100846230983734, -0.05473705753684044, 0.013989976607263088, -0.011020200327038765, 0.0419553704559803, 0.030745921656489372, 0.0017332794377580285, -0.0052589792758226395, -0.028009068220853806, -0.012563318945467472, -0.0014430347364395857, -0.008741915225982666, 0.04081986844539642, 0.009520754218101501, -0.008836540393531322, -0.008261510170996189, 0.02100680209696293, 0.019187085330486298, 0.04064517468214035, -0.002906086388975382, 0.010285034775733948, -0.008734636940062046, -0.022680940106511116, 0.023787327110767365, -0.00033823971170932055, -0.05968668311834335, -0.01021952461451292, 0.051126740872859955, -0.023437941446900368, 0.003068041056394577, -0.012490530498325825, -0.07447733730077744, -0.01021952461451292, -0.019318105652928352, 0.0705176368355751, -0.03718043863773346, 0.011522441171109676, -0.020628299564123154, 0.0022910223342478275, -0.02362719178199768, 0.027514105662703514, 0.021123262122273445, -0.00782477855682373, -0.028605934232473373, -0.031473807990550995, -0.029901573434472084, 0.030338304117321968, -0.025839967653155327, -0.015402075834572315, -0.00609968788921833, -0.017250906676054, 0.048739273101091385, -0.023190461099147797, -0.03549174219369888, -0.022724613547325134, -0.0026877205818891525, 0.0065218620002269745, 0.026888122782111168, 0.013473177328705788, 0.0009780973196029663, -0.010539795272052288, 0.008239674381911755, 0.05252428352832794, 0.043964337557554245, 0.03686016798019409, 0.0169743113219738, -0.05185462534427643, -0.03950967267155647, -0.015372960828244686, -0.007773826830089092, -0.009746398776769638, 0.012934541329741478, 0.06457807868719101, -0.017454715445637703, -0.013378552161157131, 0.01114394050091505, 0.0273248553276062, 0.023437941446900368, -0.0028023626655340195, -0.06912009418010712, -0.022098630666732788, -0.03898559510707855, -0.07575841248035431, 0.012010125443339348, 0.01315290667116642, -0.02521398477256298, -0.013524129055440426, -0.003075320040807128, 0.04064517468214035, -0.029814226552844048, -0.023248691111803055, 0.040237560868263245, 0.0329878106713295, -0.00019357228302396834, 0.017309138551354408, 0.001130043645389378, 0.0091786477714777, -0.03549174219369888, -0.014950786717236042, 0.022418901324272156, -0.060676608234643936, -0.011311354115605354, -0.0404413677752018, -0.059046145528554916, -0.029930688440799713, 0.023219576105475426, 0.015853365883231163, 0.006117885001003742, 0.043964337557554245, -0.019711162894964218, -0.016785060986876488, 0.008814704604446888, 0.05421297997236252, 0.036219626665115356, -0.017047099769115448, 0.028838858008384705, -0.004691227804869413, -0.018109813332557678, -0.02763056755065918, 0.04332379624247551, -0.06457807868719101, -0.025024734437465668, 0.05130143463611603, 0.01392446644604206, -0.02605833299458027, 0.024558886885643005, 0.014994459226727486, -0.02199672721326351, 0.0006764794234186411, -0.0016495725139975548, -0.00038464245153591037, 0.026218468323349953, -0.04673030599951744, -0.03578289598226547, 0.012061077170073986, -0.010335986502468586, -0.02632037177681923, 0.0024675349704921246, -0.02231699600815773, 0.015547653660178185, 0.044197261333465576, 0.011340470053255558, -0.015372960828244686, 0.004771295469254255, 0.07150755822658539, -0.016260981559753418, -0.016595808789134026, -0.0445757620036602, -0.04279971867799759, -0.012810800224542618, -0.017178118228912354, 0.03368658199906349, -0.009171368554234505, -0.03266754001379013, 0.02837301231920719, 0.011995567940175533, 0.014317525550723076, 0.019871298223733902, 0.030454766005277634, 0.03686016798019409, 0.0005818541976623237, -0.05121408775448799, 0.016654040664434433, 0.028343895450234413, -0.004258135333657265, -0.008174164220690727, -0.0398881733417511, -0.011849990114569664, 0.012308558449149132, -0.00928783044219017, -0.03936409577727318, -0.054271209985017776, -0.02174924500286579, -0.11023111641407013, -0.006430876441299915, -0.08821982890367508, -0.04332379624247551, 0.01103475783020258, -0.015867922455072403, -0.009200483560562134, -0.008545386604964733, -0.0204244926571846, 0.04192625731229782, 0.012337674386799335, 0.07500141113996506, -0.021094147115945816, 0.027557779103517532, -0.06038545444607735, -0.007577297277748585, -0.055144671350717545, 0.021312514320015907, -0.0023492532782256603, 0.0398881733417511, -0.01859021931886673, 0.006197952665388584, -0.05255339667201042, 0.05974491313099861, -0.01886681467294693, 0.03196876868605614, 0.011689855717122555, -0.022680940106511116, -0.0021254282910376787, 0.01564955711364746, -0.01528561394661665, 0.008727357722818851, 0.007919403724372387, 0.02254991978406906, 0.017338253557682037, 0.020584627985954285, -0.08571590483188629, -0.014266572892665863, -0.031182652339339256, 0.038112130016088486, -0.053805362433195114, 0.012315837666392326, -0.01340766716748476, 0.021953053772449493, -0.04509983956813812, -0.013094675727188587, -0.0016286458121612668, 0.036831051111221313, -0.009935649111866951, -0.020351704210042953, 0.003977898973971605, 0.003872355679050088, 0.030425650998950005, 0.001146421069279313, -0.015591326169669628, -0.009258714504539967, -0.006547337863594294, -0.041547756642103195, -0.010772718116641045, -0.0055756098590791225, -0.023831000551581383, -0.06073484197258949, 0.007751990109682083, 0.02126884087920189, 0.009651773609220982, -0.012752569280564785, -0.015547653660178185, -0.03426888957619667, -0.05028239265084267, 0.006798458751291037, 0.010896459221839905, 0.028314780443906784, 0.019274432212114334, -0.019696606323122978, -0.02467534877359867, -0.03563731908798218, -0.03857797756791115, -0.00564475916326046, -0.013203859329223633, 0.007795663084834814, 0.002725934609770775, 0.05118497088551521, -0.036772821098566055, 0.03936409577727318, -0.032492849975824356, 0.023190461099147797, -0.012148424051702023, 0.017469273880124092, 0.00903306994587183, 0.010263198055326939, -0.024573445320129395, 0.006660160608589649, -0.020671973004937172, -0.014120995998382568, 0.012213933281600475, 0.007802942302078009, 0.03135734423995018, 0.01749838888645172, 0.014761536382138729, 0.04923423379659653, -0.029275590553879738, -0.027135604992508888, -0.007042300887405872, -0.002878790721297264, 0.01672682911157608, 0.029319263994693756, 0.03295869752764702, -0.004432828165590763, -0.02173468843102455, 0.03630697354674339, -0.02872239612042904, -0.012956378050148487, -0.015853365883231163, -0.0008780129719525576, 0.022462574765086174, -0.043382029980421066, -0.02335059456527233, 0.04384787753224373, 0.013778889551758766, -0.037820976227521896, -0.032551079988479614, 0.03001803532242775, 0.02073020488023758, -0.014819767326116562, -0.010510679334402084, -0.02998891845345497, -0.020526396110653877, 0.026640642434358597, -0.0011900942772626877, 0.006288938224315643, 0.009528032504022121, 0.04390610754489899, 0.03470562398433685, 0.028853416442871094, 0.022098630666732788, -0.01960925944149494, -0.024515213444828987, 0.035986702889204025, 0.01301460899412632, -0.005542854778468609, 0.01567867211997509, -0.010154015384614468, -0.02071564644575119, 0.00890205055475235, -0.05625106021761894, -0.0012710716109722853, 0.007497229613363743, 0.025970986112952232, 0.010852785781025887, -0.0404413677752018, 0.000056667093303985894, 0.017673080787062645, 0.0467885360121727, -0.015081806108355522, -0.0059759472496807575, 0.06632500886917114, 0.03869444131851196, 0.042362987995147705, -0.006525501608848572, 0.004549290053546429, 0.019813068211078644, -0.007577297277748585, -0.03554997220635414, 0.02234611287713051, 0.04440106824040413, 0.04239210486412048, -0.0045019774697721004, -0.060967765748500824, -0.004239938221871853, 0.02790716476738453, -0.029581302776932716, 0.007722874637693167, -0.0064126793295145035, 0.008217837661504745, 0.05715363845229149, -0.05712452530860901, 0.023583518341183662, -0.010445170104503632, 0.054271209985017776, 0.03985906019806862, 0.0016231866320595145, 0.00877103116363287, -0.005655677057802677, 0.0018979638116434216, 0.043964337557554245, 0.008050423115491867, -0.03080415166914463, 0.029377494007349014, 0.02496650256216526, 0.04999123886227608, -0.018983276560902596, -0.009498917497694492, 0.0057102688588202, 0.0007529074791818857, 0.010481564328074455, 0.005149796139448881, 0.004207183141261339, 0.05255339667201042, 0.05951199308037758, 0.026771660894155502, 0.021618226543068886, 0.025403235107660294, -0.03595758602023125, -0.027237508445978165, -0.04256679490208626, 0.018663007766008377, -0.0005386359407566488, -0.0012310378951951861, -0.002181839430704713, 0.005932274274528027, 0.015867922455072403, -0.005426392890512943, -0.035433508455753326, -0.019783951342105865, -0.01528561394661665, -0.018226275220513344, 0.06219061464071274, -0.039189402014017105, -0.03287135064601898, -0.030658574774861336, -0.027688797563314438, -0.024588001891970634, -0.019463682547211647, -0.0008288806420750916, -0.020934011787176132, 0.05255339667201042, -0.01650846377015114, 0.05721186846494675, 0.038083016872406006, -0.05205843597650528, -0.08746282756328583, 0.0016577612841501832, 0.024544328451156616, -0.002402025042101741, 0.021458091214299202, 0.017047099769115448, -0.0023492532782256603, -0.03476385399699211, -0.028489474207162857, 0.03141557797789574, 0.028110971674323082, 0.009477080777287483, -0.026626083999872208, -0.05386359244585037, -0.012454136274755001, -0.023801885545253754, 0.0447213388979435, 0.056716907769441605, 0.033308081328868866, 0.0204244926571846, -0.005746663082391024, -0.00915681105107069, -0.037558939307928085, 0.021370744332671165, -0.044459301978349686, -0.003977898973971605, 0.01672682911157608, 0.015838807448744774, 0.003277308540418744, -0.06976062804460526, 0.24922829866409302, 0.06562623381614685, 0.05604725331068039, -0.021603668108582497, 0.04710880666971207, 0.03217257931828499, 0.005459147971123457, -0.038956478238105774, 0.049525391310453415, -0.027426758781075478, 0.016624925658106804, 0.0020853944588452578, -0.02391834743320942, -0.007919403724372387, 0.0062671019695699215, 0.009295109659433365, -0.0367145910859108, -0.004920511972159147, -0.007963077165186405, -0.004960545804351568, -0.021414417773485184, 0.0093169454485178, -0.023845558986067772, 0.023044882342219353, -0.06032722443342209, 0.014237457886338234, 0.016275539994239807, -0.001434846082702279, 0.023801885545253754, -0.056716907769441605, -0.05692071467638016, -0.02177836000919342, -0.004905954468995333, -0.010430611670017242, 0.004793131723999977, 0.024355078116059303, 0.030221842229366302, -0.007104170974344015, -0.021356185898184776, 0.012978214770555496, -0.034501813352108, 0.003703122027218342, 0.05153435468673706, 0.004920511972159147, -0.0098337447270751, 0.02153087966144085, -0.006383563857525587, 0.003271849360316992, 0.023015767335891724, -0.030163612216711044, 0.03604493290185928, -0.03642343357205391, -0.0004754007968585938, -0.006190673913806677, -0.038112130016088486, 0.00398881733417511, -0.00730434013530612, -0.04277060553431511, -0.028052741661667824, 0.008064981549978256, -0.009993880055844784, -0.009498917497694492, 0.02758689410984516, -0.006405400112271309, 0.02467534877359867, 0.01909973844885826, -0.002154543763026595, 0.0393349789083004, 0.007810221053659916, -0.00564839830622077, 0.0008930256008170545, -0.025170311331748962, -0.007107810582965612, -0.07779649645090103, 0.021399859338998795, -0.020235242322087288, -0.032492849975824356, 0.03959701955318451, 0.017600292339920998, -0.019594701007008553, -0.04489603266119957, -0.03054211288690567, 0.0017068935558199883, -0.026087448000907898, 0.04378964379429817, 0.04675942286849022, 0.023059440776705742, 0.0050697289407253265, 0.00032277213176712394, -0.0188376996666193, 0.010539795272052288, 0.024544328451156616, 0.005426392890512943, -0.02017701044678688, 0.010619862005114555 ]
9891_4
State variables and functions of state Many thermodynamic properties are defined by physical variables that define a state of thermodynamic equilibrium; these are state variables. State variables depend only on the equilibrium condition, not on the path evolution to that state. State variables can be functions of state, also called state functions, in a sense that one state variable is a mathematical function of other state variables. Often, if some properties of a system are determined, they are sufficient to determine the state of the system and thus other properties' values. For example, temperature and pressure of a given quantity of gas determine its state, and thus also its volume via the ideal gas law. A system composed of a pure substance of a single phase at a particular uniform temperature and pressure is determined, and is thus a particular state, and has not only a particular volume but also a specific entropy. The fact that entropy is a function of state makes it useful. In the Carnot cycle, the working fluid returns to the same state that it had at the start of the cycle, hence the change or line integral of any state function, such as entropy, over this reversible cycle is zero. Reversible process Total entropy may be conserved during a reversible process. The entropy change of the system (not including the surroundings) is well-defined as heat transferred to the system divided by the system temperature , . A reversible process is a quasistatic one that deviates only infinitesimally from thermodynamic equilibrium and avoids friction or other dissipation. Any process that happens quickly enough to deviate from thermal equilibrium cannot be reversible, total entropy increases, and the potential for maximum work to be done in the process is also lost. For example, in the Carnot cycle, while the heat flow from the hot reservoir to the cold reservoir represents an increase in entropy, the work output, if reversibly and perfectly stored in some energy storage mechanism, represents a decrease in entropy that could be used to operate the heat engine in reverse and return to the previous state; thus the total entropy change may still be zero at all times if the entire process is reversible. An irreversible process increases the total entropy of system and surroundings.
[ -0.042027685791254044, 0.02628161944448948, 0.0454631932079792, -0.023075146600604057, -0.04242849722504616, -0.011644933372735977, -0.023375753313302994, -0.027526989579200745, -0.030633259564638138, 0.0696835070848465, 0.06401492655277252, 0.01481561828404665, 0.02629593387246132, -0.019911618903279305, 0.0058797248639166355, -0.00008801246440270916, -0.0632133036851883, -0.016347281634807587, -0.08147874474525452, 0.026725372299551964, -0.006187488790601492, -0.0035088681615889072, -0.031663909554481506, -0.04245712608098984, -0.031091326847672462, -0.00848856195807457, 0.058861665427684784, 0.000985918566584587, 0.05073096603155136, 0.048669666051864624, -0.011652090586721897, -0.03315262869000435, 0.020054765045642853, -0.05502535030245781, 0.03272319212555885, 0.01859467476606369, 0.03149213641881943, -0.010857629589736462, 0.015101910568773746, -0.03999501094222069, 0.05010112375020981, 0.011423056945204735, 0.03799096867442131, -0.02543705701828003, -0.05568382143974304, 0.002809241646900773, 0.007343393284827471, 0.007300449535250664, -0.018022090196609497, -0.0492708794772625, -0.015674494206905365, 0.02109973132610321, 0.04552045091986656, -0.05262049660086632, 0.022201955318450928, -0.015846269205212593, -0.035156674683094025, 0.001665862393565476, -0.02211606875061989, 0.084742471575737, 0.04154099151492119, 0.006112337112426758, 0.022244898602366447, -0.029216112568974495, -0.00469161244109273, 0.024120112881064415, 0.0013715182431042194, 0.019009798765182495, -0.0035804409999400377, -0.006234011612832546, -0.018022090196609497, -0.019797101616859436, -0.03152076527476311, -0.03054737113416195, -0.02880099043250084, 0.07884485274553299, 0.00596203375607729, -0.013498674146831036, -0.034126024693250656, -0.037590157240629196, 0.01697712391614914, 0.01677672006189823, -0.014006842859089375, 0.02792779915034771, -0.04142647236585617, 0.029101597145199776, -0.006620505824685097, -0.023934023454785347, 0.00378621369600296, -0.04586400091648102, 0.007486539427191019, 0.05677173286676407, 0.009991595521569252, 0.0008481404511258006, 0.014171460643410683, 0.0244922935962677, -0.011530416086316109, 0.01932471990585327, 0.011258438229560852, 0.014608056284487247, 0.03910750523209572, 0.05058782175183296, -0.02788485400378704, 0.0693972185254097, -0.017120270058512688, 0.052076540887355804, 0.005435972008854151, 0.05843222513794899, -0.014579427428543568, -0.01517348363995552, 0.0025336854159832, -0.0034283483400940895, -0.010478292591869831, -0.0371607206761837, -0.05313582345843315, 0.04875555261969566, 0.026854202151298523, -0.022373730316758156, -0.04801119118928909, 0.008710438385605812, 0.0006423679878935218, -0.015559977851808071, 0.012818730436265469, 0.034326426684856415, -0.018236810341477394, -0.0045699384063482285, -0.020026136189699173, 0.0013634663773700595, 0.020999528467655182, -0.010163371451199055, -0.026882832869887352, 0.012353505939245224, 0.0012212148867547512, 0.017292045056819916, 0.03366795554757118, 0.05519712343811989, -0.02115698903799057, 0.06029312685132027, -0.020856382325291634, -0.013384157791733742, 0.023046517744660378, -0.026825573295354843, 0.03192157298326492, 0.04128332808613777, 0.0009644466335885227, 0.03876395523548126, 0.0354715958237648, 0.0076082139275968075, -0.0004556071071419865, 0.02621004544198513, -0.0012570014223456383, 0.007450752891600132, 0.008552977815270424, -0.017549708485603333, -0.004229966551065445, -0.007185932714492083, -0.031148584559559822, 0.04543456435203552, -0.04177002236247063, 0.03243689984083176, -0.017621280625462532, -0.017606966197490692, 0.007500854320824146, 0.004512679763138294, -0.012346348725259304, -0.0038542079273611307, -0.0527922697365284, 0.007278977893292904, -0.04323011264204979, -0.021371709182858467, 0.010034539736807346, -0.044289395213127136, -0.010005909949541092, 0.006448730360716581, 0.05582696944475174, 0.005425236187875271, 0.008910843171179295, -0.015817640349268913, -0.020570090040564537, 0.007923134602606297, -0.04637932777404785, -0.010027382522821426, 0.04059622436761856, 0.03787644952535629, 0.003295938251540065, 0.0020129915792495012, -0.013999685645103455, 0.030948180705308914, -0.029144540429115295, -0.0009152402053587139, 0.007679786533117294, 0.022201955318450928, -0.03993775323033333, -0.014393337070941925, -0.02034105733036995, -0.0057974159717559814, -0.025064876303076744, 0.034269168972969055, -0.01608961820602417, 0.0010574916377663612, -0.02210175432264805, 0.02367636002600193, -0.058747146278619766, -0.013033449649810791, -0.03375384211540222, 0.015574292279779911, 0.0011317486641928554, 0.05760198086500168, -0.009533528238534927, 0.039365168660879135, 0.002605258487164974, 0.03303811326622963, -0.0161898210644722, 0.01679103448987007, -0.01616119220852852, -0.024807214736938477, -0.02802800014615059, 0.03956557437777519, -0.023461641743779182, -0.01052123587578535, 0.03638773038983345, 0.015058966353535652, 0.002070249989628792, 0.04248575493693352, -0.007522325962781906, 0.023118089884519577, 0.023261236026883125, 0.06974076479673386, 0.024220315739512444, 0.007536640856415033, 0.035242561250925064, 0.06871011108160019, -0.004176286514848471, 0.0013715182431042194, 0.04732409119606018, 0.009125562384724617, 0.014314606785774231, 0.03134898841381073, 0.026023956015706062, -0.005511123687028885, 0.03372521325945854, -0.0024406404700130224, 0.04921361804008484, -0.025179393589496613, 0.0194964949041605, -0.004083241801708937, -0.011272753588855267, -0.012732842937111855, -0.026768315583467484, 0.046894654631614685, 0.00044867346878163517, 0.02016928233206272, 0.03117721527814865, 0.019739843904972076, 0.004573517013341188, 0.015517034567892551, 0.012747157365083694, -0.0004276488907635212, -0.010041696950793266, -0.03366795554757118, 0.05230557546019554, -0.017234787344932556, 0.0039651463739573956, -0.04995797947049141, -0.0015916053671389818, 0.018308382481336594, 0.016318652778863907, -0.007028472144156694, -0.0244922935962677, -0.034355055540800095, -0.04469020292162895, -0.04915636032819748, -0.026009641587734222, -0.012425079010426998, -0.04291519150137901, 0.03375384211540222, 0.023876763880252838, -0.04686602205038071, 0.025952382013201714, 0.014858562499284744, -0.0037790562491863966, 0.02270296774804592, -0.011258438229560852, 0.03298085555434227, -0.005468179937452078, -0.011466000229120255, -0.0540519580245018, 0.011974168941378593, -0.03163528069853783, 0.011337168514728546, 0.03535708039999008, -0.07145851850509644, 0.000013664578546013217, -0.032522786408662796, 0.003714640624821186, 0.003603702411055565, 0.05253461003303528, 0.01767854019999504, -0.047066427767276764, -0.06424395740032196, -0.04457568749785423, -0.015602922067046165, -0.033267147839069366, -0.001187217771075666, -0.02705460786819458, 0.05087411403656006, 0.003371089929714799, 0.011236966587603092, -0.012231831438839436, -0.0052498821169137955, -0.01011327002197504, 0.0237908773124218, -0.030633259564638138, 0.022660022601485252, -0.01447206735610962, 0.019668269902467728, 0.04563496634364128, -0.0009671306470409036, -0.017592651769518852, -0.008624550886452198, 0.0023189664352685213, -0.007429281249642372, 0.008059123530983925, -0.06063667684793472, 0.03552885353565216, 0.017292045056819916, 0.0006226854166015983, -0.020985214039683342, -0.022660022601485252, -0.029302000999450684, -0.03372521325945854, -0.011308539658784866, -0.02621004544198513, 0.0005314297741279006, -0.011974168941378593, -0.03375384211540222, 0.011065191589295864, 0.03386836126446724, 0.03538570925593376, 0.01135148387402296, 0.018222494050860405, -0.03799096867442131, 0.03478449583053589, -0.0131622813642025, -0.027312271296977997, 0.020641664043068886, 0.045234158635139465, -0.023246921598911285, -0.01621844992041588, -0.023375753313302994, -0.016547685489058495, -0.020627349615097046, 0.020942270755767822, 0.017220472916960716, -0.010850472375750542, 0.017134584486484528, -0.04248575493693352, 0.0039723035879433155, -0.04122607037425041, 0.015531348995864391, 0.015602922067046165, 0.025136450305581093, -0.03653087839484215, 0.004734556190669537, -0.05522575601935387, -0.015345258638262749, 0.011967011727392673, 0.030948180705308914, 0.040109530091285706, -0.04632207006216049, 0.0560273714363575, -0.02281748317182064, -0.0037361124996095896, -0.029130226001143456, -0.017420876771211624, 0.016733774915337563, 0.006838803645223379, 0.04065348580479622, 0.004208494443446398, -0.07111496478319168, 0.0063843149691820145, -0.01515916921198368, -0.0009268707945011556, -0.002773455111309886, -0.011737978085875511, 0.052076540887355804, -0.033353034406900406, 0.03713209182024002, -0.05307856202125549, -0.05740157514810562, 0.037761934101581573, -0.04594988748431206, -0.006033606827259064, -0.049442652612924576, -0.02971712499856949, -0.0403958223760128, 0.034211911261081696, -0.043573662638664246, 0.00530714076012373, -0.02782759629189968, 0.020613035187125206, 0.013699078932404518, 0.009612258523702621, 0.01932471990585327, -0.021471910178661346, -0.06372863054275513, -0.004630775190889835, 0.03873532637953758, 0.036759912967681885, 0.03389699012041092, -0.018107978627085686, -0.06166732683777809, 0.012883146293461323, -0.0356147438287735, 0.06098022684454918, 0.03037559613585472, 0.0057902587577700615, 0.010707326233386993, 0.01482993271201849, -0.015846269205212593, -0.04494786635041237, 0.013799280859529972, 0.014586584642529488, 0.04740997776389122, 0.02636750601232052, -0.060522157698869705, -0.011165393516421318, -0.00013397577276919037, 0.03976598009467125, 0.05502535030245781, 0.01777874119579792, -0.02882961928844452, -0.009061146527528763, 0.052906788885593414, -0.04726683348417282, -0.004448264371603727, 0.04314422607421875, -0.04128332808613777, 0.006191067397594452, -0.014636686071753502, -0.0023064410779625177, 0.01225330401211977, -0.025923753157258034, -0.009089775383472443, -0.023103775456547737, 0.0026303089689463377, 0.030919551849365234, 0.03292359784245491, -0.012339191511273384, 0.02437777630984783, 0.003961567301303148, -0.017249101772904396, 0.02191566303372383, -0.006062236148864031, -0.026567911729216576, 0.028113888576626778, 0.012883146293461323, -0.06189636141061783, 0.03444094583392143, -0.02635319158434868, -0.013319741934537888, 0.006244747433811426, 0.0017929045716300607, -0.0423712357878685, -0.015846269205212593, 0.0013742023147642612, -0.009089775383472443, 0.043573662638664246, 0.05943424999713898, 0.006770809181034565, -0.002412011381238699, 0.005421657580882311, -0.014930135570466518, -0.03653087839484215, 0.01929609104990959, -0.06876737624406815, -0.011945540085434914, -0.033324405550956726, -0.04454705864191055, -0.022144697606563568, 0.027398157864809036, 0.053765665739774704, 0.042800676077604294, -0.02968849614262581, 0.036931686103343964, -0.014099887572228909, 0.02716912515461445, 0.047066427767276764, -0.023891080170869827, 0.013677607290446758, -0.049499910324811935, -0.005439550615847111, -0.028056630864739418, -0.020541461184620857, 0.01775011233985424, 0.022173326462507248, -0.00009768601012183353, -0.041970428079366684, 0.015932157635688782, -0.02778465300798416, 0.009390382096171379, 0.036931686103343964, -0.023189663887023926, -0.025594517588615417, -0.05230557546019554, 0.00972677581012249, -0.0373038649559021, 0.01941060647368431, 0.019840044900774956, -0.0013688342878594995, -0.0071465675719082355, 0.02882961928844452, -0.016290022060275078, 0.009018202312290668, 0.013248168863356113, 0.009089775383472443, 0.03157802298665047, -0.004752449691295624, -0.007636842783540487, 0.02636750601232052, -0.017177527770400047, -0.047925304621458054, 0.004949275404214859, 0.05657132714986801, -0.04248575493693352, -0.0031724749132990837, 0.001971837133169174, -0.04314422607421875, 0.005861831828951836, -0.059606023132801056, 0.03945105895400047, -0.0657326728105545, 0.016375910490751266, -0.036845799535512924, -0.0015227163676172495, -0.0028611321467906237, -0.01606098935008049, 0.035929664969444275, -0.0007501748623326421, -0.014285977929830551, -0.034183282405138016, 0.014178618788719177, -0.007336236070841551, -0.029344944283366203, 0.011473157443106174, -0.01681966334581375, -0.014958764426410198, 0.04469020292162895, -0.06252620369195938, 0.005364398937672377, 0.007715573068708181, -0.03160665184259415, -0.013627505861222744, 0.006455888040363789, -0.03527119383215904, 0.017177527770400047, -0.04139784350991249, 0.03229375556111336, 0.05256323888897896, 0.02708323672413826, -0.022345101460814476, -0.0010888047982007265, -0.036130066961050034, -0.002743036486208439, 0.013806439004838467, -0.03661676496267319, -0.05087411403656006, -0.015660179778933525, 0.07237465679645538, -0.038563553243875504, -0.03827726095914841, -0.005908354185521603, 0.017964832484722137, 0.004713084548711777, -0.012188888154923916, -0.018179550766944885, -0.03644498810172081, -0.06899640709161758, -0.09132719039916992, 0.040138158947229385, 0.03358206897974014, 0.002453165827319026, 0.009311651811003685, -0.023332810029387474, 0.02184409089386463, -0.03372521325945854, 0.016547685489058495, 0.05430961772799492, 0.050187014043331146, 0.01674809120595455, -0.005858252756297588, 0.041082922369241714, 0.010857629589736462, -0.005733000114560127, -0.005915511399507523, 0.0339256189763546, -0.0139352697879076, -0.016576314345002174, -0.04214220494031906, -0.04177002236247063, -0.044432539492845535, 0.02626730501651764, 0.0032816235907375813, 0.019954562187194824, 0.05734431743621826, -0.016533371061086655, -0.010005909949541092, -0.00009483427129453048, 0.004902753047645092, 0.00720382621511817, 0.007268241606652737, 0.029974786564707756, 0.0052856686525046825, -0.01933903433382511, 0.029273372143507004, 0.027698764577507973, -0.05471042916178703, -0.03369658440351486, 0.02444934844970703, 0.0017955885268747807, -0.05070233717560768, 0.011251281015574932, -0.008896528743207455, -0.03650224953889847, -0.01611824706196785, 0.004276488907635212, -0.013498674146831036, -0.01192406751215458, -0.03157802298665047, -0.020555775612592697, -0.004827601369470358, -0.005006534047424793, -0.018981169909238815, -0.003940095659345388, -0.007479382213205099, 0.013999685645103455, -0.0000019046535726374714, -0.003843472106382251, -0.02872941642999649, 0.014314606785774231, 0.057086654007434845, -0.01140874158591032, -0.02636750601232052, -0.04663699120283127, -0.016404539346694946, 0.016662202775478363, 0.012067213654518127, 0.06435847282409668, -0.008581606671214104, -0.03303811326622963, -0.005607747472822666, -0.014350393787026405, -0.027584247291088104, 0.016418853774666786, 0.039279282093048096, 0.03810548409819603, -0.0015710281440988183, -0.04071074351668358, 0.022588450461626053, 0.020011819899082184, 0.047753527760505676, -0.01104371901601553, 0.018079347908496857, -0.02453523688018322, -0.017148898914456367, 0.03618732839822769, -0.06407218426465988, -0.06928269565105438, -0.005124629475176334, -0.07747065275907516, 0.013419943861663342, -0.07672629505395889, -0.016576314345002174, 0.017979146912693977, -0.000515773193910718, -0.026739686727523804, -0.023347124457359314, -0.03572925925254822, 0.016347281634807587, 0.051131777465343475, 0.05273501202464104, -0.018966853618621826, 0.003011435503140092, -0.01138726994395256, 0.0013643610291182995, -0.03438368812203407, 0.043545033782720566, 0.020083393901586533, 0.03544296696782112, -0.03203609213232994, -0.0029559663962572813, -0.04033856466412544, 0.015559977851808071, -0.015889214351773262, -0.019711213186383247, 0.012589696794748306, -0.013971056789159775, -0.016347281634807587, 0.0019503652583807707, -0.0030329073779284954, 0.013262483291327953, -0.014579427428543568, 0.032637305557727814, -0.009003887884318829, -0.025150764733552933, -0.03879258409142494, 0.004469736013561487, -0.0118954386562109, 0.02543705701828003, -0.015717439353466034, 0.026682427152991295, -0.017249101772904396, 0.02705460786819458, -0.051217664033174515, 0.010592808946967125, -0.03867806866765022, 0.0626407191157341, 0.001821533776819706, -0.025680406019091606, -0.02029811218380928, 0.002177609596401453, -0.015087596140801907, 0.021557798609137535, -0.026668112725019455, -0.028342921286821365, 0.010786056518554688, -0.0715157762169838, 0.01601804606616497, -0.03621595725417137, -0.03123447299003601, -0.04921361804008484, -0.0027967162895947695, -0.032465528696775436, -0.027741707861423492, 0.011967011727392673, 0.008030494675040245, -0.022402361035346985, -0.028056630864739418, 0.023361438885331154, -0.05010112375020981, 0.05748746171593666, 0.0884070172905922, 0.0013428890379145741, -0.0012757893418893218, -0.015559977851808071, -0.05153258517384529, 0.020512832328677177, -0.01946786604821682, 0.022130383178591728, 0.0031026911456137896, 0.01785031519830227, -0.024850158020853996, 0.008703281171619892, -0.03807685524225235, -0.005851095542311668, -0.0026428343262523413, 0.05745883285999298, -0.016404539346694946, -0.008395517244935036, -0.017449505627155304, 0.03320989012718201, -0.037761934101581573, -0.03049011342227459, 0.03478449583053589, 0.018251124769449234, 0.008760539814829826, 0.007779988925904036, 0.012410764582455158, 0.02122856304049492, -0.012203202582895756, -0.024692697450518608, -0.02121424861252308, -0.024993304163217545, -0.01355593279004097, 0.06286975741386414, 0.03810548409819603, 0.016261393204331398, -0.019038427621126175, -0.0032708877697587013, -0.026038270443677902, 0.01388516929000616, -0.02463543973863125, 0.0505305640399456, 0.008037651889026165, -0.027727393433451653, -0.021729573607444763, 0.012217517010867596, 0.00926155038177967, -0.0489845871925354, -0.003079429967328906, -0.00810922496020794, 0.06498831510543823, -0.0037432697135955095, 0.00658471928909421, -0.020512832328677177, 0.017463820055127144, 0.03790507838129997, 0.029459461569786072, 0.011773764155805111, -0.046035777777433395, 0.026095528155565262, 0.006101601291447878, -0.009955809451639652, -0.041054293513298035, 0.009046832099556923, -0.03807685524225235, 0.04088251665234566, 0.017521079629659653, -0.006294848397374153, -0.021400338038802147, 0.004530573263764381, -0.04809708148241043, 0.01314080972224474, -0.03438368812203407, -0.002179398899897933, -0.04325874149799347, 0.016275707632303238, 0.028056630864739418, -0.023561842739582062, 0.01011327002197504, -0.0011120660929009318, 0.010714483447372913, -0.02296062931418419, -0.025981012731790543, 0.06189636141061783, 0.02381950616836548, 0.03286633640527725, 0.02868647314608097, 0.02022654004395008, -0.006609770003706217, -0.0007966973353177309, 0.007092888001352549, 0.03882121294736862, 0.036072809249162674, 0.06819479167461395, -0.007289713714271784, -0.03464134782552719, 0.009898550808429718, 0.02706892229616642, -0.04766764119267464, -0.009325966238975525, -0.012868831865489483, -0.033438920974731445, 0.058031417429447174, -0.059720542281866074, 0.029058651998639107, -0.006763651967048645, 0.010700169019401073, 0.05058782175183296, 0.027670135721564293, 0.004297961015254259, 0.03558611497282982, 0.021700944751501083, 0.047123685479164124, 0.04225672036409378, 0.015416831709444523, 0.005800994578748941, 0.027469731867313385, 0.060522157698869705, -0.0022008707746863365, 0.0024352725595235825, 0.004591410048305988, -0.023375753313302994, 0.020842067897319794, 0.012868831865489483, -0.04125469923019409, -0.013047764077782631, 0.027627192437648773, -0.0296312365680933, -0.028543327003717422, -0.02443503402173519, -0.014021157287061214, -0.0592624731361866, -0.029158854857087135, 0.020527146756649017, 0.0007085730321705341, 0.02016928233206272, 0.005546910222619772, 0.014214404858648777, 0.010227786377072334, 0.0017231208039447665, -0.041884541511535645, -0.012711371295154095, 0.013384157791733742, -0.03312399983406067, 0.020011819899082184, 0.0038255788385868073, -0.033467549830675125, -0.02184409089386463, -0.004824022762477398, 0.0009367120801471174, -0.04746723547577858, -0.006727865431457758, -0.015302315354347229, 0.05047330632805824, 0.01101509016007185, 0.0792456641793251, 0.014214404858648777, -0.042829304933547974, -0.07993276417255402, -0.01939629204571247, 0.04497649520635605, 0.00017322911298833787, 0.04554907977581024, 0.04211357235908508, -0.0014761938946321607, 0.010557022877037525, -0.028972765430808067, 0.07706984132528305, 0.031091326847672462, -0.0010002332273870707, -0.007128674536943436, -0.06922543793916702, -0.02535116858780384, -0.004544887691736221, 0.03160665184259415, 0.0353284515440464, -0.006269798148423433, 0.039336539804935455, -0.006030028220266104, -0.03318125754594803, -0.05347937345504761, 0.020011819899082184, -0.026567911729216576, 0.019611012190580368, 0.0013607823057100177, -0.0009948652004823089, 0.020813439041376114, -0.041197437793016434, 0.23934023082256317, 0.0927586555480957, 0.03028970956802368, 0.0053357696160674095, 0.044489797204732895, 0.04388858377933502, 0.0026821994688361883, -0.00850287638604641, 0.00925439316779375, -0.00018877387628890574, -0.019238831475377083, -0.024735640734434128, -0.012460865080356598, 0.012747157365083694, 0.020011819899082184, 0.013484359718859196, -0.025895124301314354, -0.020655978471040726, -0.009590786881744862, -0.01315512415021658, -0.029974786564707756, -0.00758674181997776, -0.0023064410779625177, 0.019109999760985374, -0.019782787188887596, 0.04907047376036644, -0.0019646799191832542, -0.004841915797442198, 0.02971712499856949, -0.08514328300952911, -0.025637460872530937, -0.037761934101581573, 0.001939629320986569, -0.006377157289534807, 0.01684829220175743, 0.03137761726975441, 0.040052272379398346, 0.011201180517673492, -0.032608676701784134, 0.0021257190965116024, 0.00017199895228259265, 0.013591719791293144, -0.0024406404700130224, 0.015846269205212593, 0.006863853894174099, 0.013641820289194584, -0.006362842861562967, 0.056113261729478836, 0.04909910261631012, -0.04732409119606018, 0.058918923139572144, -0.0505305640399456, 0.025565888732671738, -0.004713084548711777, -0.015903528779745102, 0.03747564181685448, -0.0161898210644722, 0.006545354146510363, -0.041197437793016434, 0.01855173148214817, 0.045377302914857864, 0.0008982415893115103, 0.03306674212217331, 0.015388202853500843, 0.01792188733816147, 0.03037559613585472, 0.006241168826818466, 0.03572925925254822, 0.024005595594644547, -0.00220444961450994, -0.00971961859613657, -0.02718343958258629, -0.04085388779640198, -0.10243532806634903, 0.036759912967681885, -0.00040125634404830635, -0.041855912655591965, 0.018379956483840942, 0.04337326064705849, -0.029402203857898712, 0.027627192437648773, -0.015660179778933525, 0.013105022720992565, -0.04961442947387695, 0.02872941642999649, 0.008352573029696941, -0.010700169019401073, 0.005342927295714617, 0.030060674995183945, 0.00015813167556189, 0.020641664043068886, 0.05597011372447014, 0.01764991134405136, 0.03320989012718201, -0.017134584486484528 ]
9891_5
Carnot cycle The concept of entropy arose from Rudolf Clausius's study of the Carnot cycle. In a Carnot cycle, heat is absorbed isothermally at temperature from a 'hot' reservoir and given up isothermally as heat to a 'cold' reservoir at . According to Carnot's principle, work can only be produced by the system when there is a temperature difference, and the work should be some function of the difference in temperature and the heat absorbed (). Carnot did not distinguish between and , since he was using the incorrect hypothesis that caloric theory was valid, and hence heat was conserved (the incorrect assumption that and were equal in magnitude) when, in fact, is greater than the magnitude of . Through the efforts of Clausius and Kelvin, it is now known that the maximum work that a heat engine can produce is the product of the Carnot efficiency and the heat absorbed from the hot reservoir: To derive the Carnot efficiency, which is (a number less than one), Kelvin had to evaluate the ratio of the work output to the heat absorbed during the isothermal expansion with the help of the Carnot–Clapeyron equation, which contained an unknown function called the Carnot function. The possibility that the Carnot function could be the temperature as measured from a zero point of temperature was suggested by Joule in a letter to Kelvin. This allowed Kelvin to establish his absolute temperature scale. It is also known that the net work produced by the system in one cycle is the net heat absorbed, which is the sum (or difference of the magnitudes) of the heat > 0 absorbed from the hot reservoir and the waste heat < 0 given off to the cold reservoir: Since the latter is valid over the entire cycle, this gave Clausius the hint that at each stage of the cycle, work and heat would not be equal, but rather their difference would be the change of a state function that would vanish upon completion of the cycle. The state function was called the internal energy central to the first law of thermodynamics. Now equating () and () gives
[ -0.01554863527417183, 0.05743033438920975, 0.04244474321603775, -0.031126143410801888, -0.04414830729365349, 0.0037752720527350903, -0.03141488507390022, -0.02924933470785618, -0.0161261148750782, 0.06900879740715027, 0.021583296358585358, 0.013108784332871437, 0.056679610162973404, -0.02859967201948166, 0.0033403579145669937, -0.03828689083456993, -0.04354195296764374, -0.01637154258787632, -0.08725714683532715, 0.0075794183649122715, 0.04663146659731865, 0.011109261773526669, -0.043599698692560196, -0.04414830729365349, -0.06000011786818504, 0.013744011521339417, 0.08685291558504105, 0.0038221923168748617, 0.043397583067417145, 0.03918198123574257, 0.000632069306448102, -0.04663146659731865, 0.01803179644048214, -0.04189613461494446, 0.04293559864163399, 0.014119373634457588, 0.03311844915151596, -0.03069303371012211, 0.029061654582619667, -0.07230043411254883, 0.056073255836963654, -0.016039492562413216, 0.007839283905923367, 0.006135719362646341, -0.018565965816378593, -0.003731961129233241, -0.0406256802380085, 0.0023315732832998037, -0.009499537758529186, -0.0500674694776535, -0.012257002294063568, 0.007312333676964045, -0.002631140872836113, -0.0261165089905262, 0.06386923044919968, 0.0077598802745342255, -0.0043419236317276955, 0.020370587706565857, -0.0456208772957325, 0.058902908116579056, 0.04391731321811676, -0.03721855208277702, 0.0314437560737133, -0.032425474375486374, 0.013426397927105427, 0.05338797718286514, 0.0007556860218755901, -0.017151139676570892, -0.008438418619334698, -0.03620796278119087, -0.01658809743821621, 0.023676658049225807, 0.002580611500889063, -0.009954302571713924, -0.05015409365296364, 0.0306352861225605, 0.01943218521773815, -0.01947549544274807, -0.029177149757742882, -0.023676658049225807, 0.014473079703748226, 0.0380558967590332, -0.027589082717895508, 0.03438890352845192, -0.021438926458358765, -0.009665562771260738, -0.038229141384363174, -0.005038508214056492, -0.007514451630413532, -0.026636241003870964, 0.03248322010040283, 0.040943294763565063, 0.008142461068928242, 0.06103958189487457, 0.011462967842817307, 0.007131871767342091, -0.024716122075915337, 0.017641998827457428, -0.0005436427891254425, 0.028859537094831467, 0.04824841022491455, 0.04951886460185051, -0.01967761293053627, 0.05255063250660896, -0.044841282069683075, 0.030317673459649086, -0.03993270546197891, 0.0027123489417135715, 0.010950454510748386, -0.001963430317118764, 0.018724771216511726, 0.02959582395851612, 0.019966352730989456, -0.02260832116007805, -0.005699000786989927, 0.010098672471940517, 0.0572282150387764, -0.025972139090299606, -0.02985568903386593, 0.0066698878072202206, 0.035283997654914856, -0.0182194784283638, -0.009932647459208965, 0.04686246067285538, -0.0054788365960121155, 0.01107316929847002, -0.023243548348546028, -0.01533208042383194, 0.014314272440969944, -0.0116073377430439, -0.014942281879484653, -0.02259388379752636, -0.03629458695650101, 0.0170067697763443, 0.06075084209442139, 0.06179030239582062, -0.023532288148999214, 0.04830615967512131, -0.02298368327319622, -0.02737252786755562, 0.024802744388580322, 0.0001504604733781889, 0.015779627487063408, 0.060808587819337845, -0.004385234788060188, 0.020154032856225967, -0.0119105139747262, 0.017338821664452553, -0.0103585384786129, 0.029104964807629585, -0.0057387021370232105, 0.008229082450270653, -0.003731961129233241, -0.0336093045771122, -0.024975987151265144, 0.01761312410235405, -0.05266612768173218, 0.03187686577439308, -0.023893212899565697, 0.035341743379831314, -0.014292617328464985, -0.005886681377887726, -0.008128023706376553, 0.032425474375486374, 0.005886681377887726, 0.03955734521150589, -0.042964473366737366, -0.03259871527552605, -0.0007371886167675257, -0.01884026825428009, -0.020644892007112503, 0.0019652347546070814, -0.04513002187013626, 0.010726680979132652, 0.03496638312935829, 0.019720925018191338, 0.02504817210137844, -0.035081878304481506, -0.0052297986112535, -0.01990860514342785, -0.031357135623693466, -0.01294275838881731, 0.034908633679151535, 0.07657378166913986, 0.025596776977181435, 0.01925894059240818, -0.012076539918780327, 0.02400870993733406, 0.009853243827819824, -0.0019056822638958693, 0.006742072757333517, 0.032800834625959396, -0.09389816224575043, -0.016689157113432884, -0.02197309397161007, -0.007629947736859322, -0.021410051733255386, 0.001929142395965755, 0.005406651645898819, -0.04614061117172241, 0.015693005174398422, 0.061270572245121, -0.046718090772628784, 0.007673258427530527, -0.05569789558649063, 0.002759269205853343, 0.027661267668008804, 0.04001932591199875, -0.011051513254642487, 0.03381142392754555, 0.010986546985805035, 0.0340135395526886, -0.0277334526181221, -0.01263958215713501, -0.03568823263049126, 0.021453361958265305, -0.030288798734545708, 0.011383564211428165, -0.039441850036382675, -0.0170067697763443, 0.023561162874102592, 0.020226217806339264, -0.007247367408126593, 0.02320023812353611, 0.02276712842285633, 0.013166531920433044, 0.0037933182902634144, 0.06848906725645065, -0.01149184163659811, -0.0010981133673340082, -0.007990872487425804, 0.05673735961318016, 0.04313771799206734, -0.016501476988196373, 0.033464934676885605, -0.01761312410235405, 0.015678567811846733, 0.02900390699505806, -0.003358404152095318, 0.014667978510260582, 0.025409096851944923, 0.020644892007112503, 0.04160739481449127, -0.018349410966038704, 0.033464934676885605, 0.03444664925336838, -0.02939370460808277, -0.001089992467314005, -0.024369634687900543, 0.039846085011959076, -0.044668037444353104, 0.010430723428726196, 0.0484505295753479, -0.003459462895989418, -0.054167576134204865, 0.005713437683880329, 0.021078001707792282, 0.000195237691514194, -0.000826968636829406, -0.0492589995265007, 0.01315209548920393, 0.0182194784283638, -0.01533208042383194, -0.016689157113432884, -0.011159790679812431, 0.01573631539940834, 0.016718029975891113, 0.03314732015132904, 0.0025409096851944923, 0.00982437003403902, -0.04455254226922989, -0.03811364620923996, -0.07362863421440125, -0.005576285999268293, -0.05237738788127899, 0.026058761402964592, 0.04077005013823509, -0.014292617328464985, 0.018334973603487015, 0.018089544028043747, -0.0492589995265007, 0.0352262482047081, -0.01860927604138851, 0.018681460991501808, 0.008438418619334698, -0.0005680051981471479, -0.0492589995265007, 0.007774317637085915, -0.04498565196990967, 0.00164491415489465, 0.05757470428943634, -0.04579412192106247, 0.02673730067908764, -0.022319581359624863, 0.020255092531442642, 0.03173249587416649, 0.04004820063710213, 0.018695898354053497, -0.020630454644560814, -0.05038508400321007, 0.0034847278147935867, 0.019230065867304802, -0.009001461789011955, -0.0068756151013076305, -0.010834958404302597, 0.055611275136470795, -0.059364888817071915, 0.003394496627151966, 0.009521192871034145, 0.01335421297699213, 0.005897508934140205, 0.0506160743534565, -0.02509148418903351, 0.02177097648382187, -0.010632840916514397, 0.06456220895051956, 0.0005080014816485345, 0.03513962775468826, 0.0022954808082431555, -0.003223057370632887, 0.0031526770908385515, -0.018060671165585518, 0.026159821078181267, -0.0985179990530014, 0.006680715829133987, 0.03436002880334854, -0.03479313850402832, -0.042127128690481186, 0.00626204302534461, -0.054600685834884644, -0.018089544028043747, 0.020240655168890953, -0.013931692577898502, 0.024153079837560654, -0.02008184790611267, -0.020385025069117546, -0.001451819553039968, 0.020847009494900703, 0.029971184208989143, -0.005406651645898819, 0.011044294573366642, -0.05838317424058914, 0.014545264653861523, 0.008395107463002205, -0.03153038024902344, 0.002809798577800393, 0.013837851583957672, -0.0031923786737024784, -0.03704530745744705, 0.014126591384410858, -0.014761819504201412, 0.006738463882356882, 0.02317136339843273, 0.019186755642294884, -0.02012515999376774, 0.031790245324373245, 0.004637882113456726, -0.027863385155797005, -0.023864340037107468, 0.018363846465945244, 0.021049126982688904, 0.00965112540870905, 0.011665085330605507, -0.019533243030309677, -0.05855641886591911, -0.02116462215781212, -0.01192495133727789, 0.008965369313955307, 0.03557273745536804, -0.06565941870212555, 0.03066416084766388, 0.037016432732343674, -0.05370559170842171, -0.015072214417159557, -0.013108784332871437, 0.013881162740290165, 0.013346994295716286, 0.03288745507597923, -0.003399910405278206, -0.04706457629799843, -0.019951915368437767, -0.024153079837560654, -0.007687695324420929, -0.00020662938186433166, 0.015101088210940361, 0.05177103355526924, -0.03721855208277702, 0.02753133326768875, -0.027040475979447365, -0.043397583067417145, 0.02074594981968403, -0.006225950550287962, 0.03539949283003807, -0.03000005893409252, -0.022319581359624863, -0.019937479868531227, 0.047295570373535156, -0.03343605995178223, -0.030404293909668922, -0.011152571998536587, -0.0055618491023778915, 0.01970648765563965, -0.015895122662186623, 0.02214633859694004, -0.04824841022491455, -0.03256984427571297, -0.027401400730013847, 0.06461995095014572, 0.009752185083925724, 0.0068467408418655396, 0.01824835129082203, -0.07160745561122894, 0.0076155103743076324, -0.024542877450585365, 0.03889324143528938, 0.019186755642294884, 0.004886920098215342, 0.007586636580526829, -0.03609246760606766, -0.011361909098923206, -0.029133839532732964, -0.035312868654727936, 0.007471140939742327, 0.020919194445014, 0.03456214815378189, -0.04946111887693405, 0.022622758522629738, -0.033667054027318954, 0.02032727748155594, 0.01346970908343792, 0.0372474268078804, -0.05919164791703224, 0.014270961284637451, 0.03753616660833359, -0.06652563810348511, 0.0015221998328343034, 0.040077075362205505, -0.044032808393239975, 0.009485100395977497, -0.029552511870861053, 0.013881162740290165, 0.03874887153506279, -0.029711319133639336, -0.0006311670294962823, -0.004237255547195673, 0.018739208579063416, 0.030952900648117065, 0.02441294491291046, 0.02073151245713234, -0.015866247937083244, -0.035341743379831314, -0.02507704682648182, 0.04053905978798866, -0.006514690350741148, -0.01409049890935421, 0.03251209482550621, -0.017353259027004242, -0.05434081703424454, 0.03153038024902344, 0.011029858142137527, -0.04625610634684563, 0.012581834569573402, 0.008452855981886387, -0.011679522693157196, -0.03464876860380173, 0.02216077409684658, 0.002903639106079936, 0.05971137806773186, 0.0526372529566288, 0.012589052319526672, -0.011058731935918331, -0.005161223001778126, -0.013606860302388668, -0.04019257053732872, 0.046920206397771835, -0.04180951416492462, -0.01778636872768402, -0.009564504027366638, -0.032194480299949646, -0.011520715430378914, -0.0002673098351806402, 0.040481310337781906, 0.03961509093642235, 0.011383564211428165, 0.01099376566708088, -0.04472578689455986, -0.010012050159275532, -0.002172766486182809, -0.018724771216511726, 0.02465837448835373, 0.0015862638829275966, -0.0017306337831541896, -0.05347460135817528, -0.02503373473882675, 0.011896077543497086, -0.0211213119328022, -0.0284119900316, -0.04120315983891487, 0.014870096929371357, -0.006009395699948072, 0.03184799477458, 0.04114541411399841, 0.003746398026123643, -0.009773840196430683, -0.06340724974870682, 0.020399462431669235, 0.00013737694825977087, -0.033869169652462006, 0.011831110343337059, 0.014610230922698975, 0.0019526025280356407, 0.027069350704550743, -0.003973780665546656, -0.008792124688625336, -0.007731006480753422, 0.012459119781851768, 0.00881378073245287, -0.010741118341684341, -0.007738225162029266, 0.026766173541545868, -0.01119588315486908, -0.04394618794322014, 0.012112632393836975, 0.03352268412709236, -0.03337831422686577, -0.007709350902587175, -0.005175659898668528, -0.04657372087240219, -0.014429768547415733, -0.01573631539940834, 0.05428307130932808, -0.03184799477458, 0.02585664391517639, -0.022925935685634613, -0.02194421924650669, -0.0576324500143528, 0.03184799477458, 0.030404293909668922, 0.011708396486938, -0.01242302730679512, -0.02240620367228985, -0.010308008641004562, 0.014278179965913296, -0.018594838678836823, -0.0580366887152195, -0.017858553677797318, -0.0680270791053772, 0.02383546531200409, -0.03375367447733879, -0.026477433741092682, -0.0015068604843690991, 0.0066482326947152615, 0.016718029975891113, -0.006189858075231314, -0.009203579276800156, 0.016313795000314713, -0.01739656925201416, 0.0034811184741556644, 0.05555352568626404, 0.028873974457383156, 0.014393676072359085, 0.02442738227546215, -0.020616017282009125, 0.00668432516977191, 0.00022377329878509045, -0.026015451177954674, -0.020182907581329346, 0.008221863768994808, 0.09453339129686356, -0.030924025923013687, -0.012560178525745869, -0.003020939417183399, 0.007745443377643824, 0.012242564931511879, -0.028007755056023598, -0.030404293909668922, -0.058094434440135956, -0.03259871527552605, -0.06675662845373154, 0.02799331769347191, 0.01905682310461998, -0.008965369313955307, 0.003002893179655075, -0.005117911845445633, -0.007889813743531704, -0.03589034825563431, 0.00336742727085948, 0.045072272419929504, 0.01573631539940834, 0.009131394326686859, 0.005565458443015814, 0.05474505573511124, 0.006915316917002201, 0.0024578969459980726, -0.01553419791162014, -0.004078448750078678, 0.011008202098309994, -0.002522863447666168, -0.019504370167851448, -0.03487975895404816, -0.019634302705526352, 0.027285905554890633, 0.007752662058919668, 0.004461029078811407, 0.04934561997652054, -0.02507704682648182, -0.05116468295454979, 0.0005129642086103559, 0.01946105808019638, 0.03808477148413658, 0.010632840916514397, 0.029364831745624542, -0.004771423991769552, -0.023445667698979378, 0.0006681617815047503, 0.03213673457503319, -0.07316664606332779, -0.01596730761229992, 0.028873974457383156, 0.025380222126841545, -0.02260832116007805, 0.012235346250236034, 0.021251244470477104, -0.05971137806773186, -0.011318597942590714, 0.004998806864023209, 0.01388838142156601, -0.016299357637763023, -0.03993270546197891, -0.033262819051742554, 0.011347471736371517, 0.0013606860302388668, -0.02503373473882675, 0.022478388622403145, -0.03727630153298378, 0.0046920208260416985, 0.009499537758529186, -0.0015095674898475409, -0.04201163351535797, 0.010077016428112984, 0.054369691759347916, -0.024744994938373566, -0.029133839532732964, -0.046284981071949005, -0.048363905400037766, 0.022651633247733116, -0.032627590000629425, 0.02441294491291046, -0.018753645941615105, -0.0641002207994461, 0.014465861022472382, -0.010055361315608025, -0.000972691981587559, 0.003721133340150118, 0.00994708389043808, 0.0068250857293605804, 0.006774555891752243, -0.043830692768096924, 0.0008427590946666896, 0.014574138447642326, 0.03343605995178223, -0.021236807107925415, -0.022492825984954834, -0.019995227456092834, 0.0069694556295871735, -0.0032609545160084963, -0.05858529359102249, -0.044408172369003296, -0.023344608023762703, -0.0604621022939682, 0.005403042305260897, -0.0832725390791893, -0.0038221923168748617, 0.0422426238656044, -0.054369691759347916, -0.004190335515886545, -0.02565452642738819, -0.030317673459649086, 0.006702371407300234, 0.012040447443723679, 0.03854675590991974, -0.0009212602162733674, 0.016660282388329506, -0.010769992135465145, -0.0326564647257328, -0.02650630846619606, 0.017555376514792442, 0.009535630233585835, 0.027675703167915344, -0.04432154819369316, 0.043570827692747116, -0.032425474375486374, 0.010192512534558773, -0.0091097392141819, 0.00850338488817215, 0.03909536078572273, -0.007005548104643822, -0.012957195751369, 0.04082779958844185, -0.024297449737787247, -0.007131871767342091, -0.038200266659259796, 0.03141488507390022, 0.012386934831738472, 0.012069321237504482, -0.07466809451580048, -0.0033620132599025965, -0.015129962004721165, 0.05364784225821495, -0.0031328261829912663, 0.06433121114969254, 0.016862399876117706, 0.007998091168701649, -0.04160739481449127, 0.00310575682669878, 0.00496271438896656, 0.021886471658945084, 0.0008066666196100414, -0.0211213119328022, -0.012062102556228638, 0.010625622235238552, -0.007860939018428326, -0.015693005174398422, -0.009910991415381432, -0.003916032612323761, -0.01676134206354618, -0.03415790945291519, 0.0031869648955762386, -0.027834510430693626, -0.01192495133727789, -0.04391731321811676, -0.006594093982130289, 0.02504817210137844, -0.010849395766854286, 0.013902818784117699, 0.01657366007566452, -0.00992542877793312, -0.029494764283299446, 0.0042769573628902435, 0.001078262459486723, 0.04827728495001793, 0.04680471122264862, -0.006438896059989929, 0.00559794157743454, 0.008445637300610542, -0.05255063250660896, -0.007860939018428326, -0.056448619812726974, 0.0030281580984592438, 0.0021258462220430374, 0.025567904114723206, -0.00564847094938159, 0.05797893926501274, -0.018479343503713608, 0.0054463534615933895, -0.007442266680300236, 0.030317673459649086, -0.019980790093541145, -0.029350394383072853, -0.026462996378540993, 0.021453361958265305, -0.03952847048640251, -0.018739208579063416, 0.03314732015132904, 0.000892386247869581, 0.008987024426460266, -0.006179030518978834, 0.022853750735521317, 0.0422426238656044, 0.00911695696413517, -0.008647754788398743, -0.04201163351535797, 0.0215255469083786, 0.03210785984992981, 0.057892318814992905, 0.024600625038146973, -0.002970410045236349, -0.022709380835294724, 0.005929992534220219, -0.02488936483860016, -0.010618403553962708, 0.0027448320761322975, 0.02737252786755562, 0.018190603703260422, -0.04781530052423477, -0.011628992855548859, 0.024716122075915337, 0.016819089651107788, -0.058527544140815735, 0.027228157967329025, -0.001527613727375865, 0.047353316098451614, -0.01337586808949709, 0.008294048719108105, -0.05165553838014603, 0.006673497147858143, 0.007629947736859322, -0.01438645739108324, -0.011744488961994648, -0.011838329024612904, 0.024773869663476944, -0.002073512179777026, -0.026896106079220772, -0.013180969282984734, 0.0011856375494971871, -0.05555352568626404, 0.05283937230706215, -0.0038618938997387886, 0.0040207006968557835, -0.005424697883427143, -0.0163282323628664, -0.005298374220728874, 0.01702120713889599, -0.036554452031850815, 0.011888858862221241, 0.012957195751369, 0.028484174981713295, 0.01044515985995531, 0.014141028746962547, -0.004287784919142723, -0.014314272440969944, 0.043830692768096924, 0.009788277558982372, -0.013816196471452713, 0.07668927311897278, 0.04261798411607742, 0.03791152685880661, 0.012300312519073486, 0.01866702362895012, 0.021280119195580482, 0.005872244480997324, -0.01885470561683178, 0.024499567225575447, 0.03661219775676727, 0.0651974305510521, 0.0019941087812185287, -0.06820032745599747, 0.011123698204755783, 0.021395614370703697, -0.05650636553764343, -0.03597697243094444, -0.004800298251211643, 0.003298851428553462, 0.0476420558989048, -0.07726675271987915, 0.03398466855287552, -0.022088589146733284, 0.04085667431354523, 0.021092437207698822, 0.007637165952473879, -0.019995227456092834, 0.03372479975223541, -0.004818344488739967, 0.03909536078572273, 0.02838311716914177, -0.016674719750881195, 0.03742067143321037, 0.0118094552308321, 0.052723877131938934, -0.0068467408418655396, -0.0017369500128552318, 0.007463922258466482, -0.015476450324058533, 0.020211782306432724, 0.03857563063502312, -0.004558478482067585, 0.0045476509258151054, 0.050471704453229904, -0.013960566371679306, -0.05278162285685539, 0.005489664152264595, 0.004540432244539261, -0.04082779958844185, -0.05451406165957451, -0.007214884273707867, 0.031386010348796844, -0.011542371474206448, -0.010250261053442955, 0.030202176421880722, 0.04541876167058945, -0.012083757668733597, -0.06011561304330826, -0.02239176630973816, 0.018508216366171837, -0.0043094404973089695, 0.017035644501447678, -0.02357560023665428, -0.006630186457186937, -0.02260832116007805, -0.017670871689915657, -0.0019471886334940791, -0.02070263959467411, -0.0230125579982996, -0.06461995095014572, 0.06872005760669708, 0.014473079703748226, 0.0657171681523323, 0.03519737347960472, -0.014552482403814793, -0.07484134286642075, 0.014249306172132492, 0.023647785186767578, 0.030317673459649086, 0.04230037331581116, 0.04406168311834335, 0.021453361958265305, 0.007528888527303934, -0.021583296358585358, 0.07478359341621399, -0.004237255547195673, -0.004883310757577419, 0.0044538103975355625, -0.05015409365296364, -0.03496638312935829, -0.025957701727747917, 0.011419656686484814, 0.020442772656679153, 0.03872000053524971, 0.02545240707695484, -0.023561162874102592, -0.053532347083091736, -0.06981726735830307, 0.0014689634554088116, -0.005287546664476395, 0.0023839075583964586, 0.001532125286757946, -0.003919641952961683, 0.003731961129233241, -0.061443816870450974, 0.2457752674818039, 0.07582305371761322, 0.01820504106581211, -0.00529115553945303, 0.05055832862854004, 0.045476507395505905, 0.021424489095807076, -0.04489902779459953, -0.004479075316339731, -0.0022485607769340277, -0.035283997654914856, 0.0057062190026044846, -0.009102520532906055, -0.011888858862221241, 0.03600584715604782, 0.0038474570028483868, -0.019778672605752945, -0.018103981390595436, -0.04085667431354523, -0.025380222126841545, -0.0332050696015358, 0.004840000066906214, -0.033840298652648926, 0.02340235561132431, -0.07339764386415482, 0.037796031683683395, -0.041347529739141464, -0.017468754202127457, -0.008423982188105583, -0.03288745507597923, -0.0456208772957325, 0.018075108528137207, 0.024600625038146973, -0.01109482441097498, 0.024095330387353897, 0.02857079729437828, 0.04146302491426468, 0.02546684443950653, -0.012487993575632572, -0.02447069250047207, -0.0014716703444719315, 0.021193496882915497, 0.04550538212060928, -0.022954808548092842, -0.010430723428726196, 0.03256984427571297, 0.004128978122025728, 0.0434553325176239, 0.028960594907402992, -0.0596536286175251, 0.0300289336591959, -0.04056793451309204, -0.0006045488407835364, -0.006337837316095829, -0.051020313054323196, 0.0012487993808463216, -0.004345532972365618, -0.031010648235678673, -0.0018298880895599723, 0.001621454139240086, 0.048999134451150894, -0.03005780652165413, 0.03487975895404816, 0.022276271134614944, -0.014350364916026592, 0.0376516617834568, -0.02198753133416176, 0.04533213749527931, 0.010654496029019356, 0.023763280361890793, 0.014148247428238392, -0.022074153646826744, -0.022868188098073006, -0.09470663219690323, 0.04998084902763367, 0.0000012089566325812484, -0.0031959880143404007, 0.01396778505295515, 0.04449479281902313, -0.022276271134614944, -0.009535630233585835, -0.018912453204393387, 0.007276241201907396, -0.018291661515831947, 0.021251244470477104, 0.0240231454372406, 0.029148276895284653, 0.007745443377643824, -0.016472602263092995, 0.006893661338835955, 0.04634272679686546, 0.016949022188782692, -0.006788993254303932, 0.02529360167682171, 0.017526501789689064 ]
9891_6
Now equating () and () gives This implies that there is a function of state whose change is and that is conserved over a complete cycle of the Carnot cycle. Clausius called this state function entropy. One can see that entropy was discovered through mathematics rather than through laboratory results. It is a mathematical construct and has no easy physical analogy. This makes the concept somewhat obscure or abstract, akin to how the concept of energy arose. Clausius then asked what would happen if there should be less work produced by the system than that predicted by Carnot's principle. The right-hand side of the first equation would be the upper bound of the work output by the system, which would now be converted into an inequality When the second equation is used to express the work as a net or total heat exchanged in a cycle, we get or So more heat is given up to the cold reservoir than in the Carnot cycle. If we denote the entropy changes by for the two stages of the process, then the above inequality can be written as a decrease in the entropy or The magnitude of the entropy that leaves the system is greater than the entropy that enters the system, implying that some irreversible process prevents the cycle from producing the maximum amount of work predicted by the Carnot equation. The Carnot cycle and efficiency are useful because they define the upper bound of the possible work output and the efficiency of any classical thermodynamic heat engine. Other cycles, such as the Otto cycle, Diesel cycle and Brayton cycle, can be analyzed from the standpoint of the Carnot cycle. Any machine or cyclic process that converts heat to work and is claimed to produce an efficiency greater than the Carnot efficiency is not viable because it violates the second law of thermodynamics. For very small numbers of particles in the system, statistical thermodynamics must be used. The efficiency of devices such as photovoltaic cells requires an analysis from the standpoint of quantum mechanics. Classical thermodynamics
[ -0.012463998980820179, 0.033284787088632584, 0.03482231870293617, -0.02561134658753872, -0.03616054356098175, 0.002621283521875739, -0.050937965512275696, -0.016642393544316292, -0.026308931410312653, 0.07875595986843109, 0.04535728320479393, 0.00746701005846262, 0.04752122238278389, -0.011773532256484032, 0.003334884997457266, -0.031405575573444366, -0.016941357403993607, -0.013460549525916576, -0.08040738850831985, 0.01796638034284115, 0.03408202528953552, -0.0021016537211835384, -0.047692056745290756, -0.048147622495889664, -0.04561353847384453, 0.016742046922445297, 0.0781865045428276, 0.013403603807091713, 0.041057877242565155, 0.04589826613664627, 0.010940700769424438, -0.03607512637972832, 0.016912885010242462, -0.03493621200323105, 0.03522093966603279, 0.01568855158984661, 0.025853365659713745, -0.010399715974926949, 0.020657068118453026, -0.07482670247554779, 0.04111482575535774, -0.025782184675335884, 0.038637686520814896, -0.008306959643959999, -0.014862838201224804, 0.012001315131783485, -0.03892241418361664, -0.002514510415494442, -0.035391777753829956, -0.06121667101979256, -0.028401687741279602, 0.013303948566317558, 0.030095823109149933, -0.06679735332727432, 0.054924167692661285, 0.00474785128608346, 0.00562695087864995, 0.01966051757335663, -0.03698625788092613, 0.04285167157649994, 0.052076879888772964, -0.02292066067457199, 0.014891311526298523, -0.03752724453806877, 0.0015464327298104763, 0.027547502890229225, 0.007274818141013384, -0.019489679485559464, -0.007050594314932823, -0.04250999540090561, -0.02326233498752117, 0.007353118620812893, 0.002929146634414792, 0.0003214320167899132, -0.04333570972084999, 0.024913761764764786, 0.032886166125535965, -0.01362426858395338, -0.022678641602396965, -0.021112633869051933, 0.02162514440715313, 0.014848602004349232, -0.021952582523226738, 0.004384822212159634, -0.03479384630918503, 0.0029807535465806723, -0.0050895255990326405, -0.011075946502387524, -0.0081788320094347, -0.037356406450271606, 0.03772655501961708, 0.0555790439248085, 0.005182062275707722, 0.04307945445179939, 0.010321415029466152, -0.00230808206833899, -0.028700653463602066, 0.02393144741654396, 0.01227180752903223, 0.028971144929528236, 0.043022505939006805, 0.05284564569592476, -0.023219626396894455, 0.05327273905277252, -0.05065323784947395, 0.02865794487297535, -0.004598368424922228, 0.030836118385195732, 0.017012540251016617, 0.01121831126511097, 0.005993539001792669, 0.02717735432088375, 0.02028691954910755, -0.028643706813454628, -0.003797569079324603, 0.03103542886674404, 0.020657068118453026, -0.0032672618981450796, -0.03231670707464218, 0.005609155632555485, 0.002454005414620042, -0.007050594314932823, -0.021610908210277557, 0.0354202501475811, 0.0011122215073555708, 0.01731150597333908, -0.027860702946782112, 0.009808903560042381, -0.024216176941990852, -0.01345343142747879, -0.007822921499609947, -0.009132673032581806, -0.020870614796876907, 0.029184691607952118, 0.05671795830130577, 0.05962219089269638, -0.03624596446752548, 0.07317527383565903, -0.021326180547475815, -0.017069485038518906, 0.007716147694736719, -0.011403384618461132, 0.010300060734152794, 0.05213382467627525, -0.0067801023833453655, 0.02825932390987873, 0.001013456261716783, 0.03641680255532265, 0.0014405492693185806, 0.02041504718363285, -0.006911789067089558, 0.0054881456308066845, -0.01480589248239994, -0.026308931410312653, -0.03832448273897171, 0.003014565212652087, -0.055664461106061935, 0.030181242153048515, -0.02763292007148266, 0.029640257358551025, -0.019760172814130783, -0.009474347345530987, 0.0012768303276970983, 0.027262773364782333, -0.011766413226723671, 0.032202817499637604, -0.048090677708387375, -0.01743963360786438, -0.0031480316538363695, -0.0027939004357904196, -0.014777420088648796, 0.008456442505121231, -0.04387669265270233, -0.002359689213335514, 0.04350654408335686, 0.013140229508280754, 0.025397799909114838, -0.03291463851928711, -0.013823578134179115, -0.0013079724740236998, -0.03103542886674404, -0.041598863899707794, 0.007207195274531841, 0.04934348538517952, 0.02047199383378029, 0.022208839654922485, -0.008463560603559017, 0.036673057824373245, 0.008961835876107216, 0.007623611018061638, 0.00008024678390938789, 0.04957126826047897, -0.08052127808332443, -0.017283031716942787, -0.0004359908343758434, 0.0037228278815746307, -0.013652740977704525, 0.02196681872010231, 0.011702349409461021, -0.04347807168960571, 0.013823578134179115, 0.06577233225107193, -0.05537973344326019, 0.016129881143569946, -0.05717352405190468, 0.005196298938244581, 0.021952582523226738, 0.035391777753829956, -0.027020754292607307, 0.014499809592962265, 0.005790669936686754, 0.04521491751074791, -0.022322731092572212, 0.004199748393148184, -0.011609813198447227, 0.0031231180764734745, -0.02797459438443184, 0.021311944350600243, -0.029697204008698463, -0.0023169799242168665, 0.015845151618123055, 0.015788206830620766, -0.031206265091896057, 0.010385479778051376, 0.014314735308289528, 0.014485572464764118, 0.03095000982284546, 0.0563478097319603, -0.007958167232573032, -0.008306959643959999, 0.031120847910642624, 0.06349450349807739, 0.009609594009816647, -0.0054881456308066845, 0.04020369425415993, -0.00943163875490427, 0.028544051572680473, 0.04157039150595665, -0.01213656086474657, -0.009097081609070301, 0.02007337287068367, 0.03143404796719551, 0.05267481133341789, -0.011503039859235287, 0.013460549525916576, 0.001449447008781135, -0.018535839393734932, -0.0014369902200996876, 0.0033366645220667124, 0.04783442243933678, -0.015403822995722294, 0.0005876978393644094, 0.05022614449262619, 0.012257570400834084, -0.03385424241423607, 0.022678641602396965, -0.013033456169068813, 0.006007775664329529, 0.011673877015709877, -0.06508897989988327, 0.005993539001792669, 0.006737392861396074, -0.011232547461986542, -0.024700215086340904, 0.00704703526571393, 0.00871981680393219, 0.008328314870595932, 0.024244649335741997, -0.015418059192597866, 0.020301155745983124, -0.04712260141968727, -0.047008708119392395, -0.06896129250526428, 0.019048349931836128, -0.04137108102440834, 0.03895088657736778, 0.04362043738365173, -0.03618901968002319, 0.004178393632173538, 0.001516180345788598, -0.021240761503577232, 0.05495264008641243, -0.020244210958480835, 0.04914417490363121, 0.01608717255294323, 0.003220993559807539, -0.03095000982284546, 0.019290369004011154, -0.05577835440635681, -0.007559547200798988, 0.032345179468393326, -0.0718085765838623, 0.02472868748009205, -0.024984944611787796, 0.02245085872709751, 0.009858731180429459, 0.027874939143657684, -0.014343208633363247, -0.047008708119392395, -0.054440129548311234, -0.023290807381272316, 0.001530416775494814, -0.019304605200886726, -0.018336528912186623, 0.020386574789881706, 0.0757378339767456, -0.03379729762673378, -0.02297760546207428, 0.0041534798219799995, 0.0132825942710042, -0.02494223415851593, 0.04615452140569687, -0.032345179468393326, 0.047008708119392395, -0.02041504718363285, 0.06190001964569092, 0.013574440963566303, 0.012905328534543514, -0.0012875075917690992, 0.002350791357457638, 0.022265784442424774, -0.020927559584379196, 0.027817994356155396, -0.09868697077035904, 0.01960357092320919, 0.03388271480798721, -0.022522039711475372, -0.034708429127931595, 0.003705032169818878, -0.037811972200870514, -0.014151016250252724, 0.030807645991444588, -0.03379729762673378, 0.03428133577108383, -0.02526967227458954, -0.00775885721668601, 0.028159668669104576, 0.011673877015709877, 0.025184253230690956, 0.011075946502387524, 0.0019165801350027323, -0.07511143386363983, 0.007951049134135246, 0.0015508816577494144, -0.009452993050217628, -0.0071751633659005165, 0.024685978889465332, -0.0043492307886481285, -0.04857471585273743, 0.005779992789030075, -0.02095603197813034, 0.026849916204810143, 0.015275695361196995, 0.029697204008698463, -0.001663883333094418, 0.038893941789865494, -0.027462083846330643, -0.03300005570054054, -0.04441767930984497, 0.009445874951779842, 0.03157641366124153, 0.018478892743587494, 0.005210535135120153, -0.02149701677262783, -0.06708208471536636, -0.01987406425178051, 0.033227838575839996, 0.001741293934173882, 0.03949186950922012, -0.020101847127079964, 0.03191808611154556, 0.01568855158984661, -0.06121667101979256, -0.012720255181193352, -0.01946120709180832, 0.02662213332951069, 0.01953238993883133, 0.06377922743558884, -0.02373213693499565, -0.0624694786965847, -0.001900564064271748, -0.055180422961711884, -0.02804577723145485, -0.00645622331649065, -0.00020509364549070597, 0.06810710579156876, -0.04259541258215904, 0.034566063433885574, -0.03655916452407837, -0.02317691594362259, 0.037470296025276184, -0.014734710566699505, 0.020457757636904716, -0.038495320826768875, -0.013140229508280754, -0.039036303758621216, 0.040317583829164505, -0.010712917894124985, -0.020372338593006134, -0.010257351212203503, -0.01581667922437191, 0.0024789192248135805, -0.0005876978393644094, 0.03738487884402275, -0.03519246727228165, -0.05466791242361069, -0.02778952196240425, 0.05162131413817406, 0.010627498850226402, -0.003327766666188836, 0.0035359745379537344, -0.06133056432008743, 0.011268138885498047, -0.018877513706684113, 0.056404754519462585, -0.0009146909578703344, 0.0050183432176709175, -0.007623611018061638, -0.032943110913038254, -0.021340416744351387, -0.0327153280377388, -0.019902536645531654, 0.008299841545522213, 0.053358159959316254, 0.027761047706007957, -0.03966270759701729, 0.02270711399614811, -0.0477205291390419, 0.02028691954910755, 0.0410863533616066, 0.01497672963887453, -0.045044079422950745, 0.014193725772202015, 0.04481629654765129, -0.07699064165353775, -0.0030163447372615337, 0.05495264008641243, -0.032829221338033676, -0.006865520961582661, -0.03391118720173836, -0.0029077918734401464, 0.04791983962059021, -0.023034552112221718, 0.020913323387503624, -0.012585008516907692, 0.032601434737443924, 0.03225976228713989, -0.0009529513772577047, 0.015902098268270493, -0.0205431766808033, -0.029355529695749283, -0.029554840177297592, 0.03627443686127663, -0.00266221328638494, -0.0010695122182369232, 0.02236543968319893, -0.011460330337285995, -0.030864590778946877, 0.04097246006131172, 0.031861141324043274, -0.036473747342824936, 0.003729945980012417, 0.01677052117884159, -0.018891749903559685, -0.03433828055858612, 0.027490556240081787, 0.003057274501770735, 0.0369008406996727, 0.03906477987766266, -0.0012777200900018215, -0.009623830206692219, 0.012720255181193352, -0.011140010319650173, -0.021781746298074722, 0.04060231149196625, -0.009588238783180714, -0.017425397410988808, -0.0074456557631492615, -0.01263483613729477, -0.016855938360095024, 0.01452828198671341, 0.04384822025895119, 0.05495264008641243, -0.004569895565509796, 0.0008279376779682934, -0.036872368305921555, -0.0007087075500749052, 0.019489679485559464, -0.026736024767160416, 0.018023326992988586, -0.014279144816100597, 0.03109237365424633, -0.039434924721717834, -0.04008980095386505, 0.018308056518435478, -0.005616273730993271, -0.0011220090091228485, -0.054724857211112976, 0.018350765109062195, 0.011140010319650173, -0.0020019987132400274, 0.02209494821727276, 0.0002219994057668373, -0.012592126615345478, -0.07454197108745575, -0.004306521732360125, -0.012051142752170563, -0.04097246006131172, 0.014606582932174206, 0.016813229769468307, -0.02452937699854374, 0.03587581589818001, -0.0022689318284392357, -0.02609538473188877, 0.016072934493422508, 0.028942672535777092, 0.028031541034579277, 0.006915348581969738, -0.020358102396130562, 0.03197503462433815, -0.010577671229839325, -0.0543547086417675, 0.018962930887937546, 0.04023216664791107, -0.021411597728729248, -0.012791437096893787, 0.004367026500403881, -0.05865411460399628, -0.011545749381184578, -0.046410780400037766, 0.06115972623229027, -0.02806001342833042, 0.0292701106518507, -0.04182664677500725, 0.01078409980982542, -0.05122269317507744, 0.021639380604028702, 0.024515140801668167, -0.009951268322765827, -0.015531950630247593, -0.03262991085648537, -0.012770082801580429, 0.013339539989829063, -0.01581667922437191, -0.022280020639300346, -0.03265838325023651, -0.04008980095386505, 0.012193506583571434, -0.012862619012594223, -0.012179270386695862, -0.0163576640188694, -0.015617369674146175, 0.008904890157282352, 0.016998304054141045, 0.0071004219353199005, 0.02494223415851593, -0.0351639948785305, 0.005733724217861891, 0.03576192632317543, 0.01250670850276947, -0.007481246720999479, 0.016642393544316292, -0.028743362054228783, -0.006178612820804119, 0.0008515167864970863, -0.016855938360095024, -0.006171494722366333, -0.014720474369823933, 0.08057822287082672, -0.02413075789809227, -0.015930570662021637, -0.022877952083945274, 0.017695888876914978, 0.0067801023833453655, -0.02865794487297535, -0.039178669452667236, -0.05859716609120369, -0.05865411460399628, -0.05065323784947395, 0.026522478088736534, 0.027319718152284622, -0.01940426044166088, -0.010157696902751923, -0.02472868748009205, 0.00033411133335903287, -0.03778349980711937, -0.014143898151814938, 0.07659202069044113, 0.00966653972864151, 0.012193506583571434, -0.003512840485200286, 0.0408300943672657, 0.006288945209234953, -0.004836828913539648, -0.030437499284744263, 0.002304523019120097, -0.006125226151198149, -0.005231889896094799, -0.01392323337495327, -0.03075069934129715, -0.013681214302778244, 0.05375678092241287, 0.01947544328868389, 0.016371900215744972, 0.04131413623690605, -0.00675874762237072, -0.023831792175769806, 0.004989870358258486, 0.0300104059278965, 0.03766960650682449, 0.006164376623928547, 0.04202595725655556, 0.00936045590788126, -0.041200242936611176, -0.009780431166291237, 0.03265838325023651, -0.06822099536657333, -0.0034843673929572105, 0.026180803775787354, 0.0005961506976746023, -0.0041499207727611065, 0.0354202501475811, 0.015403822995722294, -0.06440563499927521, -0.009068609215319157, 0.01131796557456255, 0.005876088514924049, -0.029497893527150154, -0.01846465654671192, -0.0295263659209013, 0.016912885010242462, -0.014905547723174095, -0.019489679485559464, 0.034850794821977615, -0.02568252943456173, 0.012627718038856983, 0.010990528389811516, 0.028558289632201195, -0.04900180920958519, 0.017866726964712143, 0.03806822746992111, -0.012670427560806274, -0.024629032239317894, -0.0757947787642479, -0.02236543968319893, 0.02770410291850567, -0.016272244974970818, 0.03821059316396713, -0.01731150597333908, -0.054582491517066956, 0.014357444830238819, 0.005669660400599241, 0.01803756318986416, -0.015418059192597866, 0.0019735258538275957, 0.014820128679275513, -0.004765646532177925, -0.044161420315504074, 0.01783825270831585, 0.014414390549063683, 0.02555440180003643, -0.013567322865128517, -0.004135684575885534, -0.0030270221177488565, -0.0013764853356406093, -0.004715819377452135, -0.08308383822441101, -0.03701473027467728, -0.01872091181576252, -0.0723210871219635, 0.0022208839654922485, -0.08786727488040924, -0.005182062275707722, 0.05156436935067177, -0.05751519650220871, -0.010570553131401539, -0.025995731353759766, -0.018222637474536896, 0.022009529173374176, 0.019902536645531654, 0.04433225840330124, -0.025454746559262276, 0.017354214563965797, -0.037811972200870514, -0.027134645730257034, -0.04467393457889557, 0.02519848942756653, 0.023148443549871445, 0.03040902502834797, -0.04601215943694115, 0.04854624345898628, -0.03895088657736778, 0.026394350454211235, -0.017667416483163834, -0.01846465654671192, 0.033484093844890594, -0.030295133590698242, 0.0033135302364826202, 0.026508241891860962, -0.028373215347528458, -0.001327547593973577, -0.05090949311852455, 0.037356406450271606, 0.012663309462368488, -0.007523955777287483, -0.04313639923930168, 0.0011825138935819268, -0.022963369265198708, 0.05184909701347351, -0.01817992702126503, 0.05449707433581352, 0.0023472323082387447, 0.006676888093352318, -0.032544489949941635, 0.007029240019619465, -0.006893993820995092, 0.012414171360433102, -0.008299841545522213, -0.015603132545948029, -0.007395828142762184, 0.038495320826768875, -0.01064885314553976, -0.00966653972864151, -0.02899961918592453, -0.016443083062767982, -0.019418496638536453, -0.014151016250252724, 0.009346219711005688, -0.027604447677731514, -0.01825110986828804, -0.03448064625263214, -0.003801128128543496, 0.00046935747377574444, -0.022080710157752037, -0.003276159754022956, 0.016642393544316292, -0.027675630524754524, -0.04908723011612892, -0.015033675357699394, -0.02717735432088375, 0.053158849477767944, 0.05122269317507744, 0.026052676141262054, 0.012592126615345478, -0.009816021658480167, -0.04273777827620506, 0.008513388223946095, -0.04954279586672783, -0.002099874196574092, 0.009331983514130116, 0.021198051050305367, -0.007481246720999479, 0.051535896956920624, -0.017824016511440277, 0.015332641080021858, 0.0023472323082387447, 0.033825770020484924, -0.03151946887373924, 0.01371680572628975, -0.019688989967107773, 0.024970706552267075, -0.03442370146512985, -0.0006464231410063803, 0.003875869559124112, 0.019446970894932747, 0.0074456557631492615, -0.012072497047483921, -0.009709248319268227, 0.048830971121788025, -0.0029006737750023603, -0.01493402011692524, -0.0543547086417675, 0.01756776124238968, 0.03225976228713989, 0.05933746322989464, 0.018365001305937767, 0.009346219711005688, -0.050994910299777985, 0.016813229769468307, -0.0002373480674577877, -0.021639380604028702, -0.012599244713783264, 0.02210918441414833, 0.030095823109149933, -0.039577290415763855, -0.022934896871447563, 0.038096699863672256, 0.039235614240169525, -0.028572525829076767, 0.02568252943456173, 0.01517604012042284, 0.04974210262298584, -0.0017421836964786053, -0.003220993559807539, -0.034651484340429306, 0.02351859025657177, 0.012898210436105728, -0.0028383892495185137, 0.01953238993883133, -0.029156219214200974, 0.026465533301234245, -0.016386136412620544, -0.02851557917892933, -0.019347315654158592, -0.024315832182765007, -0.04490171745419502, 0.04362043738365173, 0.0013489022385329008, 0.027803758159279823, -0.01588786207139492, 0.00343809905461967, -0.0049827522598207, 0.008228659629821777, -0.03040902502834797, 0.003907901234924793, -0.015588896349072456, 0.04441767930984497, 0.029924986883997917, -0.005979302804917097, -0.015489241108298302, -0.008919126354157925, 0.022351203486323357, -0.01226468849927187, -0.015232985839247704, 0.06679735332727432, 0.05859716609120369, 0.04663856327533722, 0.014905547723174095, 0.025113072246313095, 0.005057493690401316, 0.012748727574944496, -0.024842578917741776, 0.03243060037493706, 0.039605762809515, 0.05663253739476204, 0.03453759104013443, -0.060931943356990814, 0.018407709896564484, 0.04219679534435272, -0.06190001964569092, -0.02568252943456173, -0.005968625657260418, 0.0077232662588357925, 0.059451352804899216, -0.07778788357973099, 0.027604447677731514, -0.03055139072239399, 0.022821005433797836, 0.044844768941402435, 0.017411159351468086, -0.030779173597693443, 0.02176751010119915, 0.01615835353732109, 0.046126049011945724, 0.03257296234369278, 0.005979302804917097, 0.001146033057011664, 0.032886166125535965, 0.06326671689748764, 0.010492253117263317, -0.008214423432946205, 0.021311944350600243, -0.012585008516907692, 0.027860702946782112, 0.03006735071539879, -0.019489679485559464, 0.01429338101297617, 0.05125116556882858, -0.05008377879858017, -0.03744182363152504, -0.007431419100612402, -0.02094179578125477, -0.03069375455379486, -0.05831243842840195, 0.002747632097452879, 0.006562996655702591, -0.007616492919623852, 0.012307398021221161, 0.019703226163983345, 0.037755027413368225, -0.02526967227458954, -0.0354202501475811, -0.010670208372175694, -0.0004544536932371557, -0.017325742170214653, 0.025255436077713966, -0.02831626869738102, -0.010969173163175583, -0.017382686957716942, -0.02662213332951069, 0.01072003599256277, -0.03670153021812439, -0.011054592207074165, -0.05791381746530533, 0.0624694786965847, -0.004416854120790958, 0.06867656111717224, 0.020600121468305588, -0.00031053225393407047, -0.07294749468564987, 0.016272244974970818, 0.030095823109149933, -0.006139462813735008, 0.029184691607952118, 0.04749274626374245, 0.014556755311787128, 0.005502382293343544, -0.03177572414278984, 0.05523736774921417, 0.00289889401756227, 0.01798061840236187, 0.005666101351380348, -0.03422439098358154, -0.05253244563937187, -0.01422931719571352, 0.0027529706712812185, 0.028629470616579056, 0.044787824153900146, 0.020329630002379417, -0.03635985404253006, -0.035448722541332245, -0.059849973767995834, -0.00841373298317194, -0.019375788047909737, 0.006680447142571211, 0.00545611372217536, 0.00022744930174667388, -0.00892624445259571, -0.06264031678438187, 0.23734985291957855, 0.08695614337921143, 0.032943110913038254, 0.0028152549639344215, 0.045528121292591095, 0.03932103514671326, 0.0098373768851161, -0.05258939042687416, 0.0021158901508897543, 0.00468022795394063, -0.029754148796200752, 0.0021354653872549534, -0.01900564134120941, -0.003683677641674876, 0.026123858988285065, -0.0008185949991457164, -0.02487105131149292, -0.023305043578147888, -0.04043147712945938, -0.022564750164747238, -0.04370585456490517, 0.0033366645220667124, -0.037954337894916534, 0.016599683091044426, -0.06827794015407562, 0.02986804023385048, -0.0003897224087268114, -0.018293818458914757, -0.021710563451051712, -0.06520286947488785, -0.037954337894916534, -0.026066912338137627, 0.008598807267844677, 0.0008479576790705323, 0.012456880882382393, 0.0369008406996727, 0.054867222905159, 0.020116083323955536, 0.001020574476569891, -0.0516497865319252, 0.014321853406727314, 0.00875540729612112, 0.029384002089500427, -0.023561300709843636, -0.006381481885910034, 0.036132071167230606, -0.006125226151198149, 0.044645462185144424, 0.0004755859263241291, -0.05734436213970184, 0.02966873161494732, -0.029697204008698463, 0.011225429363548756, -0.0016647730953991413, -0.03399660810828209, 0.010876636020839214, -0.007623611018061638, -0.027020754292607307, -0.0035537700168788433, 0.009623830206692219, 0.025127308443188667, -0.036872368305921555, 0.03872310370206833, 0.026807207614183426, -0.012841264717280865, 0.007666320540010929, -0.002126567531377077, 0.02467174269258976, 0.006441987119615078, 0.016927121207118034, 0.009958386421203613, -0.028544051572680473, -0.018635492771863937, -0.07311832904815674, 0.05293106660246849, 0.016927121207118034, -0.019219188019633293, 0.03866615891456604, -0.002895334968343377, -0.000302301807096228, -0.009075727313756943, -0.03206045180559158, 0.006801456678658724, -0.017724361270666122, 0.019831353798508644, 0.025597110390663147, 0.003276159754022956, 0.0027191590052098036, -0.02358977310359478, -0.006922466680407524, 0.045186445116996765, 0.031177792698144913, 0.016599683091044426, 0.021739035844802856, -0.003639188827946782 ]
9891_7
Classical thermodynamics The thermodynamic definition of entropy was developed in the early 1850s by Rudolf Clausius and essentially describes how to measure the entropy of an isolated system in thermodynamic equilibrium with its parts. Clausius created the term entropy as an extensive thermodynamic variable that was shown to be useful in characterizing the Carnot cycle. Heat transfer along the isotherm steps of the Carnot cycle was found to be proportional to the temperature of a system (known as its absolute temperature). This relationship was expressed in increments of entropy equal to the ratio of incremental heat transfer divided by temperature, which was found to vary in the thermodynamic cycle but eventually return to the same value at the end of every cycle. Thus it was found to be a function of state, specifically a thermodynamic state of the system. While Clausius based his definition on a reversible process, there are also irreversible processes that change entropy. Following the second law of thermodynamics, entropy of an isolated system always increases for irreversible processes. The difference between an isolated system and closed system is that energy may not flow to and from an isolated system, but energy flow to and from a closed system is possible. Nevertheless, for both closed and isolated systems, and indeed, also in open systems, irreversible thermodynamics processes may occur. According to the Clausius equality, for a reversible cyclic process: . This means the line integral is path-independent. So we can define a state function called entropy, which satisfies . To find the entropy difference between any two states of a system, the integral must be evaluated for some reversible path between the initial and final states. Since entropy is a state function, the entropy change of the system for an irreversible path is the same as for a reversible path between the same two states. However, the heat transferred to or from, and the entropy change of, the surroundings is different. We can only obtain the change of entropy by integrating the above formula. To obtain the absolute value of the entropy, we need the third law of thermodynamics, which states that S = 0 at absolute zero for perfect crystals.
[ -0.04265890270471573, 0.05304749682545662, 0.055943168699741364, -0.023448964580893517, -0.05749548599123955, 0.01652323640882969, -0.017553139477968216, -0.03134489059448242, -0.03650933504104614, 0.07230221480131149, 0.04898758605122566, -0.004850995261222124, 0.028389515355229378, -0.031882233917713165, 0.009642285294830799, -0.021523492410779, -0.04880847409367561, -0.008142208680510521, -0.07737710326910019, 0.005921945441514254, 0.03692726790904999, 0.01103787962347269, -0.048121869564056396, -0.045256052166223526, -0.02556847594678402, 0.026434192433953285, 0.08286992460489273, 0.025866998359560966, 0.029359715059399605, 0.056898441165685654, -0.0006362266722135246, -0.04579339176416397, 0.02938956767320633, -0.0360914021730423, 0.035942140966653824, 0.03603169694542885, 0.02337433397769928, -0.03113592602312565, 0.028449220582842827, -0.04704719036817551, 0.04501723498106003, 0.01317977998405695, 0.03203149512410164, -0.019239792600274086, -0.039643824100494385, 0.02129960060119629, -0.011254308745265007, 0.010858765803277493, -0.011582683771848679, -0.04615161940455437, -0.018702451139688492, -0.008224301971495152, 0.030777698382735252, -0.04946522414684296, 0.060212042182683945, 0.003067321376875043, -0.010955785401165485, 0.01264243945479393, -0.016418753191828728, 0.06776466965675354, 0.03331514075398445, -0.03262853994965553, 0.02601625956594944, -0.03307632356882095, 0.013523081317543983, 0.03376292437314987, -0.015776928514242172, 0.009216890670359135, 0.004380821716040373, -0.035882435739040375, -0.028165623545646667, 0.0020952566992491484, 0.0035151056945323944, -0.013500692322850227, -0.0525997132062912, 0.0673467367887497, 0.026956606656312943, -0.009679600596427917, -0.04050954058766365, -0.022956401109695435, -0.007022748235613108, 0.02332955412566662, -0.019986100494861603, 0.04298727959394455, -0.031822528690099716, -0.013858919963240623, -0.009179575368762016, -0.011739407666027546, 0.0021736188791692257, -0.042121563106775284, 0.03961397334933281, 0.0502413809299469, 0.01466493122279644, 0.011739407666027546, -0.005962992552667856, -0.002755738329142332, -0.03265839070081711, 0.012105097994208336, 0.006310025230050087, 0.013493229635059834, 0.05713725835084915, 0.02567295916378498, -0.019627872854471207, 0.07552625983953476, -0.020926445722579956, 0.04164392501115799, -0.019403981044888496, 0.02753872610628605, 0.001147446921095252, -0.014642542228102684, 0.017717326059937477, 0.009843788109719753, 0.011470737867057323, -0.026613304391503334, -0.022941475734114647, 0.02028462290763855, 0.036270517855882645, -0.006056280806660652, -0.04119614139199257, 0.0060824016109108925, 0.03394204005599022, -0.02780739590525627, -0.007101110648363829, 0.03528539091348648, -0.03495701774954796, -0.02129960060119629, -0.032956913113594055, 0.011321475729346275, 0.02725512906908989, -0.017553139477968216, -0.053913213312625885, -0.014030570164322853, -0.0057316371239721775, 0.03892736881971359, 0.0456441305577755, 0.05516700819134712, -0.00947063509374857, 0.04889803007245064, -0.033344995230436325, -0.037673573940992355, 0.008492972701787949, -0.03355395793914795, 0.010007975623011589, 0.03433011844754219, 0.007619793992489576, 0.025031134486198425, -0.004395748022943735, 0.014560448005795479, 0.0013638759264722466, 0.031165776774287224, -0.02012043446302414, 0.0017650158843025565, 0.0032147171441465616, -0.0406886525452137, -0.022269798442721367, 0.03400174528360367, -0.05609242990612984, 0.046718813478946686, -0.04624117910861969, 0.03877810761332512, -0.02303103171288967, -0.02607596479356289, 0.02522517368197441, 0.02331462875008583, 0.006709299515932798, -0.000014262916920415591, -0.04412166401743889, -0.02759842947125435, -0.012291675433516502, -0.01081398781388998, -0.0021960081066936255, -0.02365792915225029, -0.02540428750216961, 0.003259495599195361, 0.04848009720444679, -0.003039334900677204, 0.021941423416137695, -0.030016465112566948, -0.019821912050247192, -0.006194347515702248, -0.051883257925510406, -0.024881873279809952, 0.03421070799231529, 0.0299567598849535, 0.015970967710018158, 0.03388233482837677, -0.019254717975854874, 0.04382314160466194, -0.004567398224025965, 0.007963094860315323, 0.0065749641507864, 0.02894178219139576, -0.06328682601451874, -0.0076421829871833324, -0.02044880948960781, -0.003944232128560543, -0.030046317726373672, 0.02573266252875328, 0.017911367118358612, -0.010410981252789497, 0.0063659981824457645, 0.06424210220575333, -0.041494663804769516, -0.0065376488491892815, -0.05254000797867775, 0.020329400897026062, 0.037733279168605804, 0.0522414855659008, 0.005026377271860838, -0.0016782577149569988, -0.0011847622226923704, 0.03415100648999214, -0.01634412258863449, 0.01882186159491539, -0.010291572660207748, -0.014082811772823334, -0.04910699650645256, 0.029523901641368866, -0.03507642447948456, -0.027673061937093735, 0.026090890169143677, 0.003761386964470148, -0.022344429045915604, 0.034479379653930664, 0.0036158571019768715, 0.011619999073445797, -0.006518991198390722, 0.07743680477142334, -0.018060628324747086, -0.005078618880361319, 0.02241905964910984, 0.06101805344223976, -0.015329143963754177, -0.006795124616473913, 0.04898758605122566, -0.00394796347245574, 0.019747281447052956, 0.04424107447266579, -0.005339825991541147, -0.008418342098593712, 0.04119614139199257, 0.03298676759004593, 0.0621524415910244, -0.028016362339258194, 0.01520227175205946, 0.04027072340250015, -0.021389156579971313, 0.0025990139693021774, -0.003511374117806554, 0.054928191006183624, -0.04647999629378319, 0.00397408427670598, 0.03438982367515564, -0.014993306249380112, -0.019195014610886574, 0.029882129281759262, 0.007970558479428291, 0.0048099481500685215, 0.0069145336747169495, -0.03973338007926941, 0.012612586840987206, -0.015045547857880592, -0.004925625864416361, -0.012888720259070396, -0.016926242038607597, 0.011821501888334751, 0.020030878484249115, 0.0032016567420214415, -0.0379720963537693, -0.0010672189528122544, -0.06382416933774948, -0.03265839070081711, -0.05791341885924339, 0.023060884326696396, -0.04349476844072342, 0.033733073621988297, 0.023284776136279106, -0.031613562256097794, 0.03701682388782501, -0.004227828700095415, -0.0037632526364177465, 0.03119562938809395, -0.0022967595141381025, 0.009978123940527439, -0.0018256533658131957, 0.004022594541311264, -0.06298830360174179, 0.013433524407446384, -0.049256257712841034, 0.01855318993330002, 0.030658287927508354, -0.05871943011879921, 0.01452313270419836, -0.02050851471722126, 0.01520227175205946, 0.035315245389938354, 0.019478611648082733, 0.008858663029968739, -0.040151312947273254, -0.04904729127883911, -0.012194654904305935, -0.021150337532162666, -0.02089659497141838, -0.003925574477761984, -0.015157493762671947, 0.0548386350274086, -0.019374128431081772, 0.013366357423365116, 0.027553651481866837, 0.0025859535671770573, 0.001413318794220686, 0.022210095077753067, -0.028673112392425537, 0.007254103198647499, -0.014545521698892117, 0.05546553060412407, 0.020314475521445274, 0.01820988953113556, -0.00025421081227250397, -0.022433986887335777, 0.018702451139688492, -0.019866690039634705, 0.010754282586276531, -0.09242264926433563, 0.026896901428699493, 0.02461320348083973, -0.013254411518573761, -0.008164597675204277, -0.007910853251814842, -0.02538936212658882, -0.03698697313666344, 0.005981650203466415, -0.03227031230926514, 0.014933601953089237, -0.008575066924095154, -0.04394255205988884, 0.008642233908176422, 0.014067885465919971, 0.03647948428988457, 0.004701733589172363, 0.006194347515702248, -0.062450964003801346, 0.01703072339296341, 0.01668742299079895, -0.025075912475585938, -0.004877115599811077, 0.005854777991771698, 0.009724379517138004, -0.04418136924505234, 0.017239689826965332, -0.03859899565577507, -0.0003050529630854726, 0.01764269545674324, 0.018612895160913467, 0.00781383365392685, 0.036718301475048065, -0.03421070799231529, -0.019314423203468323, -0.029091043397784233, -0.004108419641852379, 0.013642490841448307, -0.002015028614550829, -0.020015951246023178, -0.0018489754293113947, -0.06388387084007263, -0.024538571015000343, 0.000024269551431643777, 0.00022027715749572963, 0.044360484927892685, -0.06280919164419174, 0.03292706236243248, 0.037404902279376984, -0.01764269545674324, -0.021717531606554985, -0.0124707892537117, 0.029255231842398643, 0.03552421182394028, 0.04522620141506195, -0.0034460723400115967, -0.039464712142944336, -0.0179262924939394, 0.0011800978099927306, -0.007395901717245579, 0.005373409949243069, -0.006216736976057291, 0.04612176865339279, -0.06889905780553818, 0.02624015137553215, -0.028956709429621696, -0.05630139634013176, 0.026941679418087006, -0.01916516199707985, 0.026553601026535034, -0.03680785745382309, -0.01847855933010578, -0.03650933504104614, 0.029091043397784233, -0.019851764664053917, -0.019359201192855835, -0.005455503705888987, -0.00002434243288007565, 0.027464095503091812, -0.0018853578949347138, 0.025255026295781136, -0.018687525764107704, -0.043584324419498444, -0.01776210591197014, 0.07558596879243851, 0.022284725680947304, 0.008395953103899956, 0.005351020488888025, -0.07337689399719238, 0.031822528690099716, -0.03725564107298851, 0.056838735938072205, 0.02810591831803322, 0.010209478437900543, -0.02664315700531006, -0.0022575785405933857, -0.026001334190368652, -0.04907714203000069, -0.015358996577560902, 0.014149979688227177, 0.03839002922177315, 0.005392067600041628, -0.05871943011879921, 0.016314269974827766, -0.02900148741900921, 0.020359253510832787, 0.03134489059448242, 0.022374281659722328, -0.04880847409367561, 0.006739151664078236, 0.019478611648082733, -0.07188428193330765, -0.02012043446302414, 0.03540480136871338, -0.02309073694050312, 0.011508053168654442, -0.010373665951192379, 0.004235291853547096, 0.028553703799843788, -0.06531678140163422, -0.00882134772837162, -0.010649800300598145, 0.039972200989723206, 0.04176333546638489, 0.03871840238571167, 0.018165111541748047, -0.003298676572740078, -0.022881770506501198, -0.034748051315546036, 0.05325646325945854, -0.0007229848415590823, -0.03203149512410164, 0.02932986244559288, -0.016642645001411438, -0.05985381454229355, 0.02034432627260685, -0.014657468535006046, -0.014097738079726696, 0.010746819898486137, 0.0036457092501223087, -0.022433986887335777, -0.026777492836117744, 0.00842580571770668, -0.01691131480038166, 0.05982396379113197, 0.0476442351937294, -0.0009118937887251377, -0.008970608934760094, -0.01803077571094036, -0.016597867012023926, -0.005037571769207716, 0.02786710113286972, -0.04325595125555992, -0.008687012828886509, -0.0024273633025586605, -0.04955478012561798, -0.010731893591582775, 0.022045906633138657, 0.04083791375160217, 0.040419984608888626, 0.024508720263838768, 0.005608496721833944, -0.027150645852088928, 0.007179472595453262, 0.011328939348459244, -0.029643312096595764, 0.024583350867033005, -0.021598123013973236, 0.002016894519329071, -0.03483760729432106, -0.013388746418058872, 0.011560294777154922, 0.005183101631700993, -0.021195117384195328, -0.06471973657608032, 0.011515515856444836, -0.006866023875772953, 0.028419367969036102, 0.06000307574868202, 0.00701155373826623, -0.011172214522957802, -0.04242008551955223, -0.01503062155097723, -0.011231919750571251, -0.00876910611987114, 0.013776825740933418, 0.01646353118121624, 0.0029012681916356087, 0.006619742605835199, -0.004324848763644695, -0.00960496999323368, 0.013500692322850227, 0.02888207882642746, 0.02550877071917057, 0.002199739683419466, -0.011731944978237152, 0.03504657372832298, -0.007056332193315029, -0.07009314745664597, 0.013299189507961273, 0.0429275743663311, -0.027016310021281242, 0.0015663116937503219, 0.016373973339796066, -0.06304801255464554, -0.021448861807584763, -0.029598532244563103, 0.07892942428588867, -0.02804621495306492, 0.02567295916378498, -0.049196552485227585, -0.007754128891974688, -0.012396157719194889, 0.009963197633624077, 0.012657365761697292, 0.0005084216245450079, -0.023672856390476227, -0.0215831957757473, -0.001815391588024795, 0.01753821223974228, -0.018239742144942284, -0.02107570692896843, -0.009537803009152412, -0.045823246240615845, 0.02353852055966854, -0.04618147388100624, -0.028180548921227455, 0.006933191325515509, -0.015941116958856583, 0.01407534908503294, -0.01300812978297472, -0.005586107261478901, 0.009769157506525517, -0.020687628537416458, 0.030046317726373672, 0.03567347303032875, 0.03316587954759598, 0.007179472595453262, 0.007612330839037895, -0.03713623434305191, -0.011515515856444836, 0.008201912976801395, -0.028568629175424576, -0.021717531606554985, -0.015523184090852737, 0.08991505950689316, -0.009791546501219273, -0.025747589766979218, 0.0035095084458589554, -0.002627000445500016, 0.0038658699486404657, -0.016941167414188385, -0.047674085944890976, -0.06436151266098022, -0.02944927103817463, -0.09224353730678558, 0.03647948428988457, 0.02949405089020729, -0.00723544554784894, 0.005145786330103874, -0.01534407027065754, 0.009843788109719753, -0.037852685898542404, -0.0030020195990800858, 0.04794275760650635, 0.010799061506986618, 0.03197178989648819, -0.0024684101808816195, 0.03827061876654625, 0.01589633710682392, -0.007992947474122047, -0.010694578289985657, -0.00491816271096468, -0.02432960644364357, -0.02095629833638668, 0.0007416424923576415, -0.04173348471522331, -0.022896695882081985, 0.04510679095983505, 0.014814192429184914, 0.0019236061489209533, 0.03674815222620964, -0.041046880185604095, -0.02162797562777996, 0.01098563801497221, 0.03988264128565788, 0.03979308530688286, 0.013343967497348785, 0.03218075633049011, -0.015881411731243134, -0.02303103171288967, 0.006429434288293123, 0.04271860793232918, -0.051942963153123856, -0.02067270129919052, 0.026255078613758087, 0.025493845343589783, -0.033255435526371, 0.008918368257582188, -0.00791831687092781, -0.04077821224927902, 0.0088735893368721, -0.0010252391221001744, -0.0022967595141381025, -0.0037576553877443075, -0.026508823037147522, -0.019821912050247192, -0.0051719071343541145, -0.008440731093287468, -0.03218075633049011, 0.014926138333976269, -0.012075246311724186, 0.012351379729807377, 0.02495650388300419, 0.0033154685515910387, -0.0299567598849535, 0.003076650435104966, 0.06095835193991661, -0.01786658726632595, -0.025926703587174416, -0.0621524415910244, -0.05113695189356804, 0.014903749339282513, 0.01971742883324623, 0.03850943595170975, -0.027464095503091812, -0.046002358198165894, 0.009545265696942806, 0.007477995473891497, -0.013717121444642544, 0.009194501675665379, -0.004671881441026926, 0.03976323455572128, 0.028359662741422653, -0.044987380504608154, 0.037613868713378906, 0.018105406314134598, 0.032509129494428635, -0.0047315857373178005, -0.006511528044939041, -0.027971584349870682, -0.0008713133283890784, 0.001673593302257359, -0.06889905780553818, -0.04036027938127518, -0.021165264770388603, -0.0545998141169548, -0.005328631494194269, -0.10364710539579391, -0.029016412794589996, 0.02219516783952713, -0.030807550996541977, -0.006384655833244324, -0.035315245389938354, -0.01703072339296341, 0.016105303540825844, 0.03310617431998253, 0.050151824951171875, -0.029583606868982315, 0.011411032639443874, -0.04880847409367561, -0.02770291268825531, -0.03770342469215393, 0.00938107818365097, 0.014933601953089237, 0.04785320162773132, -0.04680836945772171, 0.010269183665513992, -0.046002358198165894, 0.04943536967039108, -0.02332955412566662, 0.004612176679074764, 0.031613562256097794, -0.00957511831074953, 0.007858611643314362, 0.020105509087443352, 0.001703445566818118, -0.002322880318388343, -0.02910597063601017, 0.036330223083496094, 0.03128518536686897, 0.002966569969430566, -0.053017646074295044, 0.00080414570402354, -0.014097738079726696, 0.03806165233254433, -0.0225235428661108, 0.033344995230436325, 0.016881462186574936, 0.018463633954524994, -0.045494869351387024, 0.0031774018425494432, -0.004914431367069483, 0.045315757393836975, -0.0017426266567781568, -0.024344531819224358, -0.027434242889285088, -0.00080414570402354, -0.007530237082391977, -0.0019058813340961933, -0.01815018430352211, -0.023628078401088715, -0.021941423416137695, -0.055375974625349045, -0.012231970205903053, -0.03647948428988457, -0.004246486350893974, -0.03791239112615585, 0.011314013041555882, -0.0002476806112099439, -0.009873640723526478, -0.006899607367813587, -0.008798958733677864, -0.013351431116461754, -0.03898707404732704, 0.022120537236332893, -0.029120896011590958, 0.035315245389938354, 0.045405313372612, -0.00915718637406826, 0.003257629694417119, -0.007433217018842697, -0.04191259667277336, -0.0004841666086576879, -0.04459930211305618, 0.015075400471687317, 0.00035636156098917127, 0.03271809592843056, -0.013814141042530537, 0.04074835777282715, -0.01140356995165348, 0.001181963598355651, -0.01894127018749714, 0.04686807468533516, 0.01030649896711111, -0.01855318993330002, -0.019732356071472168, 0.026225225999951363, -0.02107570692896843, -0.017941217869520187, 0.028971634805202484, 0.013030518777668476, 0.030434396117925644, 0.00560476491227746, 0.016373973339796066, 0.05451025813817978, -0.01020201575011015, -0.006033891346305609, -0.012664828449487686, -0.007339928764849901, 0.013045445084571838, 0.044748563319444656, 0.03803180158138275, 0.012373768724501133, -0.017284467816352844, 0.015762003138661385, -0.045882951468229294, -0.01764269545674324, -0.011276697739958763, 0.02579236775636673, 0.011433422565460205, -0.04871891811490059, -0.021105559542775154, 0.028076067566871643, -0.005156980827450752, -0.043972402811050415, 0.0063659981824457645, -0.030807550996541977, 0.06068968027830124, -0.009560192003846169, 0.007283955812454224, -0.03158370777964592, 0.0017696802970021963, 0.014500743709504604, 0.011187140829861164, -0.004074835684150457, -0.008798958733677864, 0.03450923413038254, 0.006030160002410412, -0.0067316885106265545, -0.023045958951115608, -0.0045263515785336494, -0.05051005259156227, 0.04895773530006409, -0.005858509335666895, 0.0075600892305374146, 0.010388592258095741, 0.0005256799631752074, -0.02123989537358284, 0.022568320855498314, -0.041882745921611786, -0.0214040819555521, 0.0015719089424237609, 0.04400225728750229, 0.007463069166988134, -0.006022696848958731, 0.02085181511938572, -0.011328939348459244, 0.0548386350274086, -0.014679857529699802, -0.01894127018749714, 0.09660197049379349, 0.021284673362970352, 0.054928191006183624, 0.017329247668385506, 0.020687628537416458, 0.015373922884464264, -0.026434192433953285, -0.032777801156044006, 0.036718301475048065, 0.04883832484483719, 0.06131657585501671, 0.0028602213133126497, -0.059077657759189606, -0.007157083600759506, 0.020359253510832787, -0.03310617431998253, -0.018344223499298096, -0.007164546754211187, 0.011314013041555882, 0.07212310284376144, -0.04674866795539856, 0.0287775956094265, 0.013493229635059834, 0.0251803956925869, 0.03791239112615585, 0.01691131480038166, -0.020374178886413574, 0.018135258927941322, 0.0028882077895104885, 0.041434962302446365, 0.025374434888362885, -0.025598328560590744, 0.0074593378230929375, 0.005351020488888025, 0.038121357560157776, 0.0015579157043248415, -0.017045650631189346, 0.00557864410802722, -0.022568320855498314, 0.011724482290446758, 0.029703015461564064, -0.006724225357174873, 0.02837458997964859, 0.05860001966357231, 0.01300812978297472, -0.01415744237601757, -0.021702606230974197, -0.019568167626857758, -0.02309073694050312, -0.05152503028512001, 0.010343814268708229, 0.00867954920977354, 0.007164546754211187, -0.018732303753495216, 0.005306242499500513, 0.02792680449783802, -0.013784289360046387, -0.04298727959394455, -0.007220519706606865, -0.00664586341008544, -0.008030262775719166, 0.051883257925510406, -0.030747845768928528, -0.0190457534044981, -0.02286684513092041, -0.025463992729783058, -0.023284776136279106, -0.024031084030866623, -0.00924674328416586, -0.03209119662642479, 0.07755621522665024, -0.013754436746239662, 0.07773532718420029, 0.030867254361510277, -0.03316587954759598, -0.07516803592443466, -0.021777236834168434, 0.03131503984332085, 0.014135053381323814, 0.03176282346248627, 0.04459930211305618, 0.005000256467610598, 0.006220468319952488, -0.013888771645724773, 0.07660094648599625, 0.006746614817529917, -0.007052600383758545, 0.0018694988684728742, -0.07522773742675781, -0.025135617703199387, -0.011485663242638111, 0.027329759672284126, 0.03427041321992874, 0.0450470857322216, 0.0382109135389328, -0.003565481398254633, -0.027822323143482208, -0.06609294563531876, 0.0029889591969549656, -0.022747434675693512, -0.009724379517138004, 0.008395953103899956, -0.000892769661732018, 0.008672086521983147, -0.04979359731078148, 0.26293885707855225, 0.07212310284376144, 0.029344787821173668, -0.021762309595942497, 0.025314731523394585, 0.036897413432598114, -0.01166477706283331, -0.04230067506432533, 0.012717070057988167, -0.004197976551949978, -0.012620050460100174, -0.0251803956925869, -0.008418342098593712, -0.002559832762926817, 0.032956913113594055, 0.01429924089461565, -0.02331462875008583, -0.0070040905848145485, -0.01213495060801506, -0.013067834079265594, -0.030419470742344856, -0.0005611295346170664, -0.040031902492046356, 0.005339825991541147, -0.07695917040109634, 0.027210351079702377, -0.010373665951192379, 0.011560294777154922, 0.011276697739958763, -0.07063049077987671, -0.03558391332626343, -0.017627770081162453, 0.016388900578022003, -0.017179986461997032, 0.022777287289500237, 0.014545521698892117, 0.02489679865539074, 0.03418085724115372, -0.009866178035736084, 0.02332955412566662, -0.007048869039863348, -0.003270690096542239, 0.0012435339158400893, -0.01332157850265503, -0.011791649274528027, 0.012426010333001614, -0.00013223626592662185, 0.03591229021549225, 0.04197230190038681, -0.03307632356882095, 0.03406144678592682, -0.04122599586844444, 0.004910699557512999, 0.018105406314134598, -0.047554679214954376, 0.018448706716299057, 0.006944385822862387, -0.016732200980186462, -0.011515515856444836, 0.013858919963240623, 0.026001334190368652, 0.003854675218462944, 0.03916618600487709, 0.002069135894998908, 0.017896439880132675, 0.05137576907873154, -0.014858971349895, 0.04265890270471573, 0.006403313484042883, 0.021523492410779, 0.004168124403804541, -0.041942451149225235, -0.01949353702366352, -0.1105131283402443, 0.035434652119874954, 0.0008624509209766984, -0.0312553346157074, 0.03253898397088051, 0.028867151588201523, -0.012463325634598732, -0.00924674328416586, -0.027404390275478363, 0.028389515355229378, -0.030314987525343895, 0.02898656204342842, 0.01804570108652115, 0.023687781766057014, 0.003802433842793107, -0.0023732560221105814, -0.017717326059937477, 0.019478611648082733, 0.04674866795539856, -0.0018769619055092335, 0.009858714416623116, 0.0112617714330554 ]
9891_8
From a macroscopic perspective, in classical thermodynamics the entropy is interpreted as a state function of a thermodynamic system: that is, a property depending only on the current state of the system, independent of how that state came to be achieved. In any process where the system gives up energy ΔE, and its entropy falls by ΔS, a quantity at least TR ΔS of that energy must be given up to the system's surroundings as heat (TR is the temperature of the system's external surroundings). Otherwise the process cannot go forward. In classical thermodynamics, the entropy of a system is defined only if it is in physical thermodynamic equilibrium (but chemical equilibrium is not required: the entropy of a mixture of two moles of hydrogen and one mole of oxygen at 1 bar pressure and 298 K is well-defined). Statistical mechanics The statistical definition was developed by Ludwig Boltzmann in the 1870s by analyzing the statistical behavior of the microscopic components of the system. Boltzmann showed that this definition of entropy was equivalent to the thermodynamic entropy to within a constant factor—known as Boltzmann's constant. In summary, the thermodynamic definition of entropy provides the experimental definition of entropy, while the statistical definition of entropy extends the concept, providing an explanation and a deeper understanding of its nature.
[ -0.03408340737223625, 0.02617017738521099, 0.05429040268063545, -0.035100821405649185, -0.05771004781126976, -0.022453786805272102, 0.0005762702785432339, -0.023047277703881264, -0.042787957936525345, 0.06324930489063263, 0.052029479295015335, -0.02106897160410881, 0.013883477076888084, -0.002826153067871928, 0.006683852057904005, -0.0039919414557516575, -0.03908569738268852, -0.007863771170377731, -0.06562327593564987, -0.0024357906077057123, 0.04920332506299019, -0.0030398808885365725, -0.04555758833885193, -0.046264126896858215, -0.03631606698036194, 0.023174455389380455, 0.07161471992731094, 0.04600977152585983, 0.045501064509153366, 0.045105405151844025, 0.0034196453634649515, -0.006719178985804319, 0.009135539643466473, -0.048383742570877075, 0.0032112165354192257, 0.02464405447244644, 0.029363730922341347, -0.0454445406794548, 0.020715702325105667, -0.061271000653505325, 0.05985792353749275, 0.01472425740212202, 0.020461348816752434, -0.0207015722990036, -0.013360639102756977, 0.029307207092642784, 0.0161655955016613, -0.013671515509486198, -0.007068915292620659, -0.04462495818734169, 0.0000800927373347804, -0.026890845969319344, 0.03676825016736984, -0.06172318384051323, 0.057229600846767426, -0.008195843547582626, -0.003511495189741254, 0.055109985172748566, -0.011071454733610153, 0.045274972915649414, 0.06867551803588867, -0.005069412291049957, 0.03750305250287056, -0.04312709718942642, -0.004871581215411425, 0.005906660109758377, -0.0199809018522501, 0.023541854694485664, -0.003737587481737137, -0.022312479093670845, -0.01240681204944849, 0.006009107921272516, -0.01217365451157093, -0.024658186361193657, -0.05556216835975647, 0.059518784284591675, 0.01186277810484171, -0.029194161295890808, -0.03422471508383751, -0.03128551319241524, 0.012251373380422592, 0.014653603546321392, 0.009050755761563778, -0.0009494107798673213, -0.017705848440527916, 0.0020524936262518167, 0.006394171621650457, -0.004161510616540909, -0.007531697861850262, -0.030663760378956795, 0.047225017100572586, 0.0546012781560421, 0.022580962628126144, 0.013558469712734222, 0.003744652960449457, 0.012364420108497143, -0.028911545872688293, 0.04329666495323181, -0.027512600645422935, 0.04866635799407959, 0.04275969788432121, 0.04524671286344528, -0.01818629540503025, 0.08150625228881836, -0.023047277703881264, 0.03614649921655655, 0.006478955969214439, 0.03863351419568062, -0.005376756191253662, 0.00830182433128357, 0.003765848930925131, -0.002598294522613287, -0.00831595528870821, -0.03190726786851883, -0.026777800172567368, 0.010908951051533222, 0.019797202199697495, -0.00937576312571764, -0.021789640188217163, 0.0010527420090511441, 0.006316452287137508, 0.005330831278115511, 0.02153528667986393, 0.009898601099848747, -0.05728612467646599, 0.013954130932688713, -0.025887561962008476, -0.004437060561031103, 0.01798846386373043, -0.03552474454045296, -0.051294680684804916, 0.007517567370086908, -0.008669224567711353, 0.028515884652733803, 0.04516192525625229, 0.035496484488248825, -0.008612701669335365, 0.07025816291570663, -0.024969061836600304, -0.04309883341193199, 0.011276351287961006, -0.036061715334653854, -0.010110562667250633, 0.04230751097202301, -0.019373279064893723, 0.0012223111698403955, 0.015416665002703667, 0.005811277311295271, -0.010435570031404495, 0.04637717083096504, -0.024022301658988, 0.001591477426700294, -0.011587227694690228, -0.004747937433421612, -0.011092650704085827, 0.037616096436977386, -0.0247853621840477, 0.04793155565857887, -0.02878437004983425, 0.012413877062499523, -0.056410014629364014, -0.03651389852166176, 0.01240681204944849, 0.01868087239563465, 0.014385119080543518, -0.015049265697598457, -0.034705158323049545, -0.021252671256661415, -0.039509620517492294, 0.0016418183222413063, 0.005620512180030346, -0.018228687345981598, -0.009474677965044975, 0.010442635975778103, 0.051294680684804916, -0.006309386808425188, -0.0025453041307628155, -0.04476626589894295, -0.036287806928157806, 0.0020913532935082912, -0.04417277127504349, -0.04389015585184097, 0.025859300047159195, 0.028996331617236137, 0.006623796187341213, 0.006433031056076288, -0.02636800892651081, 0.05205773934721947, 0.015134049579501152, 0.007340932730585337, -0.0010924848029389977, 0.04236403480172157, -0.04615107923746109, 0.0011852179886773229, -0.013749235309660435, 0.0035344576463103294, -0.03654215857386589, 0.020659178495407104, 0.01042144000530243, -0.017168879508972168, 0.005652306135743856, 0.03710738942027092, -0.06234493851661682, -0.019161317497491837, -0.03001374565064907, 0.024092955514788628, 0.026481054723262787, 0.056636109948158264, 0.011417658999562263, -0.013657384552061558, 0.004384070169180632, 0.02756912261247635, -0.02461579442024231, 0.03348991274833679, -0.021690724417567253, -0.03919874504208565, -0.03908569738268852, 0.02212877944111824, -0.0419401116669178, -0.02448861673474312, 0.011636685580015182, -0.010110562667250633, -0.01838412508368492, 0.04403146356344223, 0.018073249608278275, -0.016391687095165253, 0.01712648756802082, 0.048948973417282104, -0.014060111716389656, 0.0011437088251113892, 0.02686258591711521, 0.05542086064815521, -0.02653757855296135, 0.019571110606193542, 0.05615566298365593, 0.033009469509124756, 0.009714901447296143, 0.03594866767525673, -0.0003910247760359198, -0.00818171352148056, 0.04078138992190361, 0.03363122045993805, 0.04044225066900253, 0.009382828138768673, -0.013551403768360615, 0.06714940071105957, 0.004179174080491066, 0.02030590921640396, -0.018808048218488693, 0.01825694926083088, -0.03230293095111847, 0.028303923085331917, 0.054912153631448746, 0.024954931810498238, -0.030324622988700867, 0.014978611841797829, 0.005281373392790556, 0.015247096307575703, -0.013798692263662815, -0.03272685408592224, 0.003638672176748514, -0.00282085407525301, -0.035666052252054214, -0.00616101361811161, -0.021196147426962852, 0.034902989864349365, 0.0009299810044467449, 0.0033719539642333984, -0.04208141937851906, -0.01682974211871624, -0.03784219175577164, -0.027922391891479492, -0.045077141374349594, 0.021012447774410248, -0.006429498083889484, 0.014667734503746033, 0.012788343243300915, -0.061271000653505325, 0.07155819982290268, 0.02200160175561905, -0.022015731781721115, 0.036824773997068405, 0.008916513063013554, 0.014137830585241318, 0.0046631526201963425, -0.017183011397719383, -0.0334051288664341, 0.011233958415687084, -0.052962109446525574, 0.026410400867462158, 0.029844176024198532, -0.09230215847492218, -0.013099219650030136, -0.0020206994377076626, 0.026156047359108925, 0.020461348816752434, 0.0018387658055871725, 0.018299341201782227, -0.032613806426525116, -0.06590589135885239, -0.020814618095755577, 0.0050517488270998, -0.014109569601714611, -0.017140619456768036, -0.037192173302173615, 0.0252799391746521, -0.008351282216608524, -0.01095134299248457, -0.010046973824501038, -0.006588469259440899, -0.02210051752626896, 0.018836310133337975, -0.04120531305670738, 0.012774212285876274, -0.023965777829289436, 0.034309498965740204, 0.0192178413271904, 0.0023492397740483284, 0.010880689136683941, -0.012180719524621964, 0.007623548153787851, -0.026382138952612877, 0.0023651369847357273, -0.10405895859003067, 0.009665443561971188, 0.03614649921655655, -0.0020065687131136656, -0.010739381425082684, -0.013890542089939117, -0.0161655955016613, -0.04869461804628372, -0.008273563347756863, -0.029278947040438652, -0.008994231931865215, -0.01944393292069435, -0.019005879759788513, 0.0219592098146677, 0.013678581453859806, 0.06675373762845993, 0.017734110355377197, 0.0046348911710083485, -0.06319278478622437, 0.01848304085433483, 0.023202717304229736, -0.00258063105866313, 0.016306903213262558, 0.07144515216350555, -0.0064118350856006145, -0.03617475926876068, 0.0026336214505136013, -0.029702868312597275, 0.014159027487039566, 0.043551020324230194, 0.04256186634302139, 0.0006040902226231992, 0.031115945428609848, -0.0369095578789711, 0.01613733358681202, -0.03634433075785637, -0.028812630102038383, 0.007793117314577103, 0.012929650023579597, -0.03216162323951721, -0.0032200482673943043, -0.05601435527205467, -0.04959898814558983, 0.0067933653481304646, -0.011700273491442204, 0.0747234895825386, -0.07726702839136124, 0.04747937247157097, 0.013346508145332336, 0.01613733358681202, 0.0006120387697592378, -0.04897723346948624, 0.030042007565498352, 0.032783374190330505, 0.011551900766789913, 0.012993238866329193, -0.06895813345909119, -0.01143178902566433, 0.0053061023354530334, -0.0063623772002756596, 0.003709326032549143, 0.000713162065949291, 0.059349216520786285, -0.017508018761873245, 0.04756415635347366, -0.014964480884373188, -0.03292468190193176, 0.0018043221207335591, -0.02742781676352024, 0.03792697563767433, -0.040272682905197144, -0.03117246925830841, -0.015487318858504295, 0.025435378775000572, -0.02424839325249195, -0.019274363294243813, -0.024757100269198418, 0.03292468190193176, 0.004362873733043671, 0.019627632573246956, 0.026226701214909554, 0.016306903213262558, -0.03880308195948601, -0.02362664043903351, 0.05525129288434982, 0.016476472839713097, 0.003391383681446314, -0.005843071732670069, -0.01584058813750744, 0.03173770010471344, -0.022312479093670845, 0.058162230998277664, 0.026777800172567368, 0.0013574366457760334, -0.014653603546321392, 0.007104242220520973, -0.019500456750392914, -0.03252902254462242, -0.012823670171201229, 0.02782347798347473, 0.06539718061685562, 0.0068145617842674255, -0.055279552936553955, -0.005973780993372202, -0.016688434407114983, 0.026523446664214134, 0.03541169688105583, 0.04403146356344223, -0.022849448025226593, 0.007319736760109663, 0.05785135552287102, -0.05225557088851929, -0.011241024360060692, 0.056664370000362396, -0.03787045180797577, 0.011438854970037937, -0.03945309668779373, -0.010294262319803238, -0.007531697861850262, -0.056268706917762756, 0.014936218969523907, 0.0017080563120543957, 0.050644662231206894, 0.041431404650211334, 0.018765656277537346, -0.0008164932951331139, 0.0011613722890615463, -0.000532111618667841, -0.018737394362688065, 0.0738191157579422, 0.007100709713995457, -0.01835586503148079, 0.027781084179878235, 0.006044434849172831, -0.049514200538396835, 0.034111667424440384, -0.005613446701318026, -0.012004084885120392, 0.01882218010723591, 0.021846164017915726, -0.045077141374349594, -0.018567826598882675, 0.017013441771268845, -0.030494192615151405, 0.026325616985559464, 0.03402688354253769, 0.01623624935746193, -0.01722540333867073, -0.01902000978589058, -0.004320481326431036, -0.023315763100981712, 0.047394588589668274, -0.03402688354253769, -0.004221566021442413, -0.01303563080728054, -0.042787957936525345, -0.04801633954048157, 0.011876908130943775, 0.048948973417282104, 0.051294680684804916, 0.027950653806328773, -0.002313912846148014, -0.02666475437581539, -0.008605636656284332, 0.011601358652114868, -0.021393978968262672, -0.024107085540890694, -0.03976397588849068, -0.023711424320936203, -0.03323556110262871, -0.015529711730778217, 0.02123854123055935, 0.004723208490759134, 0.02246791683137417, -0.04072486609220505, 0.0034037481527775526, -0.03580735996365547, 0.02249617874622345, 0.027639776468276978, 0.010753512382507324, -0.014950349926948547, -0.04196837544441223, 0.004535975866019726, -0.03676825016736984, -0.03419645130634308, 0.04502061754465103, 0.01121276244521141, -0.015515580773353577, -0.014222615398466587, -0.00026738058659248054, 0.013925869017839432, 0.04171402007341385, -0.010795905254781246, 0.0313420370221138, 0.013876412063837051, -0.01954284869134426, 0.04343797266483307, -0.008746943436563015, -0.07155819982290268, -0.01690039597451687, 0.045896727591753006, -0.03360296040773392, -0.005744155962020159, -0.0161655955016613, -0.06341887265443802, -0.0035998125094920397, -0.04632065072655678, 0.036457374691963196, -0.025647340342402458, 0.023372286930680275, -0.022157039493322372, 0.01323346234858036, -0.049372896552085876, 0.030437668785452843, 0.009163801558315754, 0.012194850482046604, -0.018398256972432137, -0.0424770824611187, -0.00651781540364027, 0.023414678871631622, -0.01432859618216753, 0.004924571607261896, -0.009354567155241966, -0.008725747466087341, 0.016589518636465073, -0.034337759017944336, -0.01528948824852705, -0.008273563347756863, -0.00664145965129137, 0.024333178997039795, 0.005518063902854919, -0.00889531709253788, 0.0039919414557516575, -0.008958905003964901, 0.021718986332416534, 0.04827069491147995, 0.05270775407552719, 0.019203709438443184, -0.002252090722322464, -0.05332950875163078, -0.009552397765219212, -0.01596776582300663, -0.03193553164601326, -0.01489382702857256, -0.03382905200123787, 0.08133668452501297, -0.0015950101660564542, -0.014293269254267216, -0.0016630144091323018, 0.0144133809953928, 0.011347005143761635, 0.0069770654663443565, -0.07647570222616196, -0.026693016290664673, -0.058162230998277664, -0.0814497321844101, 0.027781084179878235, 0.0262690931558609, -0.02050374075770378, 0.017677588388323784, -0.015105788595974445, 0.016646042466163635, -0.04533149674534798, -0.01613733358681202, 0.0267636701464653, -0.008125190623104572, 0.009849143214523792, 0.01828521117568016, 0.010725251398980618, -0.003871829714626074, -0.027484338730573654, -0.009729032404720783, -0.011891039088368416, -0.02853001467883587, -0.04733806475996971, -0.030522452667355537, -0.062401462346315384, -0.03371600806713104, -0.0027731626760214567, 0.037446528673172, 0.008139320649206638, 0.05787961557507515, -0.0008050120668485761, -0.028148485347628593, -0.01520470343530178, 0.03753131255507469, 0.031059423461556435, 0.005472138989716768, 0.023697294294834137, 0.0005462424014694989, -0.018737394362688065, -0.014752519316971302, 0.02464405447244644, -0.07523219287395477, -0.05706002935767174, 0.05397952347993851, 0.02786586992442608, -0.030070269480347633, 0.022213563323020935, 0.014667734503746033, -0.03707912936806679, -0.004334612283855677, 0.0022874176502227783, 0.004702012054622173, 0.0257745161652565, -0.04900549352169037, -0.05135120078921318, -0.01828521117568016, -0.0013724506134167314, -0.01931675709784031, 0.013325312174856663, -0.025816908106207848, 0.01646234095096588, 0.0343942828476429, 0.003878895193338394, -0.0388878658413887, 0.016518864780664444, 0.050899017602205276, 0.0020507273729890585, 0.00938989408314228, -0.05946226045489311, -0.008471393957734108, 0.014922088012099266, -0.01663191057741642, 0.03849220648407936, -0.016123203560709953, -0.017380841076374054, 0.0235277246683836, 0.0174232330173254, -0.032387714833021164, 0.003755250945687294, 0.029363730922341347, 0.020418956875801086, 0.026749538257718086, -0.04909028112888336, 0.03094637580215931, 0.0028455830179154873, 0.010160020552575588, -0.025689732283353806, -0.007807247806340456, -0.013191069476306438, 0.00004802252442459576, 0.015176442451775074, -0.03922700509428978, -0.03784219175577164, -0.005027019884437323, -0.08393675088882446, 0.012095935642719269, -0.08207148313522339, -0.04281621798872948, 0.023372286930680275, -0.01828521117568016, -0.018313471227884293, -0.01702757179737091, -0.039735712110996246, 0.03962266817688942, 0.022976623848080635, 0.07585395127534866, -0.02200160175561905, 0.021224409341812134, -0.05771004781126976, -0.001879391842521727, -0.04880766570568085, 0.026947369799017906, 0.03524212911725044, 0.030635500326752663, -0.03456385061144829, 0.007125438656657934, -0.04270317405462265, 0.03283989802002907, -0.03772914409637451, 0.02077222615480423, 0.02163420245051384, -0.015996025875210762, -0.01025187037885189, 0.006853421218693256, -0.04405972734093666, 0.015331880189478397, -0.021874425932765007, 0.026777800172567368, 0.0037799798883497715, 0.009086082689464092, -0.05420561507344246, -0.021422240883111954, -0.03733348101377487, 0.053555600345134735, -0.030635500326752663, 0.013692711479961872, -0.013728038407862186, 0.003562719328328967, -0.0668102577328682, -0.00889531709253788, -0.0219592098146677, 0.04465321823954582, -0.005253111943602562, -0.011820385232567787, 0.006055032834410667, 0.015021003782749176, -0.010774708352982998, 0.005125935189425945, -0.01586885005235672, -0.01480904221534729, -0.014469903893768787, -0.06590589135885239, -0.02183203212916851, -0.03190726786851883, 0.007468109484761953, -0.041657496243715286, 0.002780228154733777, 0.013890542089939117, 0.002748433966189623, -0.01008936669677496, -0.013198135420680046, -0.01262583862990141, -0.042024895548820496, 0.026099523529410362, -0.01361499261111021, 0.04405972734093666, 0.06364496797323227, 0.0007520216749981046, -0.014257942326366901, -0.061610136181116104, -0.04909028112888336, -0.007178429048508406, -0.013191069476306438, 0.022708140313625336, -0.009891536086797714, 0.033348605036735535, -0.04776198789477348, 0.0378987118601799, -0.028303923085331917, 0.031455084681510925, -0.007983882911503315, 0.02782347798347473, -0.002391632180660963, -0.007030055858194828, -0.011580162681639194, 0.006906411610543728, -0.028346315026283264, -0.03696608170866966, 0.0012187785468995571, 0.022086385637521744, 0.04284448176622391, 0.021054839715361595, 0.023400546982884407, 0.021026579663157463, -0.02885502390563488, 0.01894935593008995, -0.015360142104327679, 0.011078519746661186, 0.014222615398466587, 0.04617934301495552, 0.00684988871216774, -0.0018387658055871725, -0.022015731781721115, 0.032642070204019547, -0.02998548373579979, 0.010880689136683941, -0.038153067231178284, 0.012957911938428879, 0.019528718665242195, -0.04846852645277977, -0.019938509911298752, 0.020955925807356834, 0.015911241993308067, -0.029391992837190628, -0.0012964977649971843, 0.007517567370086908, 0.0227646641433239, -0.008118124678730965, -0.00529197184368968, -0.011643750593066216, -0.001428090501576662, 0.043579280376434326, 0.023711424320936203, -0.012774212285876274, -0.011573096737265587, 0.03846394270658493, 0.020249387249350548, 0.028007177636027336, -0.02580277808010578, -0.018906963989138603, -0.05997096747159958, 0.03117246925830841, 0.009057820774614811, 0.034309498965740204, 0.010492093861103058, -0.0010235973168164492, -0.01692865788936615, 0.02193094789981842, -0.04304231330752373, -0.006298788823187351, 0.002925068372860551, 0.027286509051918983, 0.013240527361631393, -0.05081423372030258, 0.019401540979743004, -0.004673750605434179, 0.0250114556401968, -0.008937709033489227, -0.014512295834720135, 0.06064924597740173, 0.052227310836315155, 0.03196379169821739, -0.008393675088882446, -0.0005625811172649264, 0.004482985474169254, -0.011354070156812668, -0.029533300548791885, 0.04177054390311241, 0.06613197922706604, 0.06042315438389778, -0.008994231931865215, -0.01961350254714489, 0.0017813596641644835, 0.008577374741435051, -0.029137639328837395, 0.007778986357152462, -0.004974029492586851, 0.0015420197742059827, 0.05536434054374695, -0.05389473959803581, 0.019938509911298752, -0.00914260558784008, 0.036259543150663376, 0.05496867746114731, 0.02683432400226593, 0.01574167236685753, 0.003532691393047571, 0.009827947244048119, 0.05445997044444084, 0.00396721251308918, -0.00912847463041544, 0.029109377413988113, 0.01815803349018097, 0.07862357795238495, 0.0011198631254956126, -0.005362625699490309, 0.025025585666298866, -0.02180377207696438, -0.0005859851953573525, 0.021224409341812134, -0.008217040449380875, 0.034337759017944336, 0.054544754326343536, 0.030296361073851585, -0.011339939199388027, 0.01073231641203165, -0.0359204076230526, -0.010894820094108582, -0.040866173803806305, 0.02498319372534752, -0.0018369995523244143, -0.010696989484131336, -0.004514779429882765, 0.023598378524184227, -0.01480904221534729, -0.022835317999124527, -0.04821417108178139, -0.013092154636979103, -0.025336463004350662, -0.023612508550286293, 0.03156812861561775, -0.02067331038415432, -0.05581652373075485, -0.024827754124999046, -0.016547126695513725, -0.00806866679340601, -0.042985789477825165, -0.007432782556861639, -0.02756912261247635, 0.06138404458761215, 0.0023492397740483284, 0.06217536702752113, 0.013424227014183998, -0.028996331617236137, -0.07788877934217453, -0.004066127818077803, 0.019627632573246956, 0.003110534744337201, -0.0020224659238010645, 0.04852505028247833, 0.0008045704453252256, 0.005804211832582951, -0.0066873845644295216, 0.03137030079960823, -0.0002572240773588419, -0.0032324125058948994, -0.004917506594210863, -0.04841200262308121, -0.019189579412341118, -0.02259509451687336, 0.0475076325237751, 0.05397952347993851, 0.03659868240356445, 0.008407805114984512, -0.015430795960128307, -0.013989457860589027, -0.04928810894489288, 0.0030416473746299744, -0.01083123218268156, 0.026749538257718086, 0.0030222174245864153, 0.008118124678730965, 0.004624293185770512, -0.04880766570568085, 0.2324228286743164, 0.10598073899745941, 0.035496484488248825, -0.03481820598244667, 0.053583864122629166, 0.039509620517492294, 0.01815803349018097, -0.03792697563767433, 0.028996331617236137, 0.014173157513141632, 0.0004932520096190274, -0.005624044686555862, -0.0008014793857000768, -0.018836310133337975, 0.012018215842545033, 0.011495377868413925, -0.04210967943072319, -0.02232660911977291, -0.006750973407179117, -0.004292219877243042, -0.019161317497491837, -0.0007524632383137941, -0.02454514056444168, 0.0018211024580523372, -0.031031161546707153, 0.01702757179737091, 0.027116939425468445, 0.004119118209928274, 0.03515734523534775, -0.048553310334682465, -0.037587836384773254, -0.023117931559681892, 0.0023792677093297243, 0.005083542782813311, -0.013480749912559986, 0.02345707081258297, 0.041996635496616364, -0.0030557780992239714, -0.035835620015859604, 0.001186984358355403, -0.03210509940981865, 0.013735104352235794, 0.013127481564879417, -0.009050755761563778, -0.03094637580215931, 0.019627632573246956, 0.006365909706801176, 0.03038114495575428, 0.0012973808916285634, -0.02282118611037731, 0.04064008221030235, -0.021125493571162224, -0.0018723264802247286, 0.005754754412919283, -0.04756415635347366, 0.017211273312568665, -0.009827947244048119, -0.03074854612350464, -0.00926271639764309, 0.0024428560864180326, 0.00009886016050586477, 0.003020451171323657, 0.034705158323049545, 0.00421450100839138, 0.034309498965740204, 0.013897608034312725, 0.017140619456768036, 0.046235863119363785, -0.0012355587678030133, -0.0038541662506759167, -0.006902879104018211, -0.010774708352982998, 0.005553390830755234, -0.10863732546567917, 0.015529711730778217, 0.010393178090453148, -0.02872784622013569, 0.06172318384051323, 0.03755957633256912, -0.006892280653119087, -0.034111667424440384, -0.025435378775000572, 0.04482278972864151, -0.03832263499498367, 0.04267491027712822, 0.009736097417771816, 0.013049761764705181, 0.0041049872525036335, -0.005652306135743856, -0.0026654156390577555, 0.026283223181962967, 0.03693782165646553, -0.008754009380936623, -0.004504181444644928, -0.0013344741892069578 ]
9891_9
The interpretation of entropy in statistical mechanics is the measure of uncertainty, disorder, or mixedupness in the phrase of Gibbs, which remains about a system after its observable macroscopic properties, such as temperature, pressure and volume, have been taken into account. For a given set of macroscopic variables, the entropy measures the degree to which the probability of the system is spread out over different possible microstates. In contrast to the macrostate, which characterizes plainly observable average quantities, a microstate specifies all molecular details about the system including the position and velocity of every molecule. The more such states are available to the system with appreciable probability, the greater the entropy. In statistical mechanics, entropy is a measure of the number of ways a system can be arranged, often taken to be a measure of "disorder" (the higher the entropy, the higher the disorder). This definition describes the entropy as being proportional to the natural logarithm of the number of possible microscopic configurations of the individual atoms and molecules of the system (microstates) that could cause the observed macroscopic state (macrostate) of the system. The constant of proportionality is the Boltzmann constant. Boltzmann's constant, and therefore entropy, have dimensions of energy divided by temperature, which has a unit of joules per kelvin (J⋅K−1) in the International System of Units (or kg⋅m2⋅s−2⋅K−1 in terms of base units). The entropy of a substance is usually given as an intensive propertyeither entropy per unit mass (SI unit: J⋅K−1⋅kg−1) or entropy per unit amount of substance (SI unit: J⋅K−1⋅mol−1). Specifically, entropy is a logarithmic measure of the number of system states with significant probability of being occupied: ( is the probability that the system is in th state, usually given by the Boltzmann distribution; if states are defined in a continuous manner, the summation is replaced by an integral over all possible states) or, equivalently, the expected value of the logarithm of the probability that a microstate is occupied
[ -0.022729692980647087, 0.020059064030647278, 0.04208441451191902, -0.019662871956825256, -0.02152644284069538, -0.040499646216630936, 0.026823678985238075, -0.0186357069760561, -0.05449843779206276, 0.07583411782979965, 0.057315804064273834, -0.04405070096254349, -0.010095563717186451, -0.012164567597210407, 0.002446853555738926, -0.00618866877630353, -0.033720359206199646, 0.013558576814830303, -0.035129040479660034, -0.014277592301368713, 0.02743997797369957, -0.0023386343382298946, -0.06556247174739838, -0.050712600350379944, -0.01768191158771515, 0.03891487792134285, 0.05399952828884125, 0.04560612142086029, 0.06861461699008942, 0.05038977786898613, -0.0079311802983284, 0.0047322954051196575, -0.012993636541068554, -0.07906235009431839, 0.006698582787066698, 0.03187146037817001, 0.04140942171216011, -0.03507034480571747, 0.026148684322834015, -0.027938885614275932, 0.0774775817990303, 0.017432456836104393, 0.03078559972345829, -0.004992755129933357, -0.03697793930768967, -0.005865845363587141, 0.0002032548509305343, -0.002648618072271347, 0.0016682258574292064, -0.05047782137989998, -0.0012701995437964797, 0.0008923495188355446, 0.06427117437124252, -0.0485408790409565, 0.028364425525069237, -0.00034804383176378906, -0.008202645927667618, 0.0672646313905716, -0.012751518748700619, 0.06145381182432175, 0.069671131670475, -0.0029842809308320284, 0.011203434318304062, -0.05590711906552315, 0.007527651730924845, 0.032546453177928925, -0.03929639607667923, 0.02380087971687317, -0.014262918382883072, -0.02638346515595913, 0.022597627714276314, -0.018474295735359192, -0.0009285754640586674, -0.01731506548821926, -0.07301675528287888, 0.05708102136850357, 0.0017709423555061221, -0.007388250436633825, -0.044784389436244965, -0.015568885952234268, 0.024607937783002853, -0.00865753274410963, 0.0030117942951619625, 0.00012679067731369287, 0.004442488308995962, 0.017755279317498207, 0.0009427906479686499, -0.017828648909926414, 0.0041600181721150875, -0.040587689727544785, 0.02199600264430046, 0.06485813111066818, 0.010682514868676662, 0.003455676371231675, -0.015847686678171158, 0.009581981226801872, -0.002643115585669875, 0.031900808215141296, -0.003983932547271252, 0.062099456787109375, 0.04733762890100479, 0.05514408275485039, -0.002314789453521371, 0.07988408207893372, -0.01884113997220993, 0.026559550315141678, 0.023874247446656227, 0.03603881597518921, -0.01797538623213768, 0.00012071480887243524, 0.003253911854699254, -0.012370000593364239, -0.0014371138531714678, 0.009149104356765747, -0.02688237465918064, 0.017520498484373093, 0.0165520291775465, -0.006812304724007845, -0.029993215575814247, 0.01344118732959032, 0.004600231535732746, -0.004486509598791599, 0.016581377014517784, 0.030345387756824493, -0.03797575458884239, -0.00494506536051631, 0.008855628781020641, 0.012362663634121418, -0.001955281710252166, -0.0053632683120667934, -0.02945028617978096, 0.008694217540323734, -0.005590712185949087, 0.006218016147613525, 0.027117153629660606, 0.023360665887594223, -0.007014069240540266, 0.061336420476436615, -0.0017434291075915098, -0.025869881734251976, 0.03650837764143944, -0.012692824006080627, -0.008708891458809376, 0.03559860214591026, -0.02427043952047825, 0.006504155229777098, 0.0034244945272803307, -0.016185184940695763, -0.008569490164518356, 0.02456391602754593, -0.0061960057355463505, 0.001158311846666038, -0.008334709331393242, 0.008004549890756607, -0.002125864615663886, 0.03788771107792854, -0.04161485284566879, 0.038856182247400284, -0.045283298939466476, -0.0017837819177657366, -0.0037638258654624224, -0.03289862722158432, 0.005979567300528288, -0.007021406199783087, -0.01816614530980587, -0.013177058659493923, -0.0230525154620409, -0.005990572739392519, -0.03269319236278534, -0.011166750453412533, 0.0251361932605505, -0.025972599163651466, -0.015950404107570648, 0.0015315762721002102, 0.024167723953723907, 0.0027348266448825598, -0.003972927108407021, -0.04733762890100479, -0.0186357069760561, 0.002870559226721525, -0.032282326370477676, -0.036479029804468155, 0.0426420196890831, 0.036390986293554306, -0.000757992675062269, 0.011606963351368904, -0.042994190007448196, 0.01788734458386898, -0.022788388654589653, -0.016463985666632652, 0.014651774428784847, 0.06186467781662941, -0.023683488368988037, 0.011460226029157639, -0.015422147698700428, -0.004937728401273489, -0.04898109287023544, 0.03107907623052597, -0.014211560599505901, -0.03650837764143944, -0.01719767600297928, 0.0009382051066495478, -0.05429300293326378, -0.010601809248328209, -0.0625690147280693, -0.001875493093393743, 0.0313725508749485, 0.04950935021042824, -0.007274528965353966, 0.0013307288754731417, 0.028760617598891258, 0.014064822345972061, -0.011988482438027859, 0.013507219031453133, -0.011695006862282753, -0.0317247211933136, -0.02419707179069519, 0.028379099443554878, -0.03325079753994942, -0.012964288704097271, -0.00936921127140522, 0.007509309332817793, 0.009677360765635967, 0.03251710534095764, 0.041644200682640076, -0.035627949982881546, 0.004270071163773537, 0.04234854131937027, 0.010513766668736935, 0.027953559532761574, 0.04102790355682373, 0.07812322676181793, -0.007142464630305767, 0.016097141429781914, 0.042700715363025665, 0.03407252952456474, 0.007091106381267309, 0.03257580101490021, 0.02324327453970909, -0.016581377014517784, 0.02485739067196846, 0.045283298939466476, 0.03333883732557297, -0.006874667946249247, 0.015378126874566078, 0.035040996968746185, -0.01242135837674141, 0.026720961555838585, -0.030961686745285988, 0.025957925245165825, -0.01558355987071991, 0.0317247211933136, 0.0818210244178772, 0.02343403361737728, -0.028525836765766144, -0.009574644267559052, 0.010579798370599747, 0.01882646605372429, -0.01799006015062332, -0.026530202478170395, 0.0008570407517254353, 0.013470534235239029, -0.02036721259355545, -0.04516591131687164, -0.036185551434755325, 0.05264953896403313, 0.0012711166637018323, -0.010770558379590511, -0.04120398685336113, -0.007490966934710741, -0.04616372659802437, -0.010660504922270775, -0.04912783205509186, -0.007755095139145851, -0.02171720191836357, 0.02228947915136814, 0.0061960057355463505, -0.05881252884864807, 0.06585594266653061, 0.009251820854842663, -0.02427043952047825, 0.04945065453648567, -0.020910143852233887, 0.024255765601992607, 0.01856233738362789, -0.01568627543747425, -0.04636916145682335, -0.007953191176056862, -0.05074194818735123, 0.02953832969069481, -0.00009211239375872537, -0.05907665938138962, -0.017359087243676186, -0.017637889832258224, 0.0013243090361356735, -0.003165869042277336, -0.014182212762534618, 0.01674278825521469, 0.00035744422348216176, -0.07172545790672302, -0.009728719480335712, -0.020895469933748245, -0.0006759112002328038, -0.0069663794711232185, -0.04857022687792778, 0.022318826988339424, 0.02924485318362713, 0.018327556550502777, -0.009970836341381073, 0.03812249377369881, -0.01509932428598404, -0.002261596964672208, -0.03289862722158432, 0.017256371676921844, 0.0006158404285088181, 0.016508007422089577, 0.023478055372834206, 0.02494543418288231, 0.03395513817667961, 0.006221684627234936, -0.012392011471092701, -0.03706597909331322, 0.008356720209121704, -0.09549698978662491, 0.04085181653499603, 0.010249638929963112, 0.027894865721464157, -0.03794640675187111, 0.010323007591068745, -0.025004129856824875, -0.043933313339948654, -0.008760249242186546, -0.03556925430893898, -0.0011904108105227351, -0.0037931734696030617, -0.012325978837907314, -0.017256371676921844, -0.0033437886741012335, 0.060103822499513626, 0.016419965773820877, 0.021056881174445152, -0.05778536573052406, 0.004270071163773537, 0.0186357069760561, -0.013771346770226955, 0.01901722513139248, 0.05983969569206238, -0.011460226029157639, -0.025752492249011993, 0.010308333672583103, -0.01788734458386898, 0.0025477358140051365, 0.04290614649653435, 0.04358113929629326, -0.022450890392065048, 0.015275410376489162, -0.03213558718562126, 0.006551844999194145, -0.017623215913772583, -0.014989270828664303, 0.045752860605716705, -0.0025679124519228935, -0.009303179569542408, -0.0013830042444169521, -0.014138191938400269, -0.03891487792134285, 0.017094958573579788, -0.0336323156952858, 0.06215815246105194, -0.07149068266153336, 0.03099103271961212, -0.02983180433511734, 0.03527577966451645, 0.007193822879344225, -0.021922634914517403, 0.004171023145318031, 0.012546085752546787, 0.012978962622582912, 0.02303784154355526, -0.0809405967593193, 0.001975458348169923, -0.013184395618736744, 0.030550820752978325, 0.01901722513139248, 0.01477650087326765, 0.035804033279418945, -0.035510558634996414, 0.0054696532897651196, -0.013543902896344662, -0.053588662296533585, -0.020719384774565697, -0.013309122994542122, -0.00449384655803442, -0.027117153629660606, -0.02161448448896408, -0.01932537369430065, 0.03404318168759346, -0.0035822377540171146, -0.0021992335096001625, -0.014798511750996113, 0.05085933953523636, 0.029376916587352753, -0.0000961247569648549, 0.016522681340575218, 0.0006121719488874078, -0.032546453177928925, -0.023272622376680374, 0.042407236993312836, -0.013118363916873932, -0.007146133109927177, -0.01960417628288269, -0.020983511582016945, 0.00842275284230709, -0.018973203375935555, 0.05734515190124512, 0.038592055439949036, 0.001958950189873576, -0.010286322794854641, -0.01314771082252264, -0.018107449635863304, -0.02733726054430008, -0.000291870761429891, 0.022876430302858353, 0.05250280350446701, 0.023404687643051147, -0.059516869485378265, 0.008107266388833523, -0.007733084727078676, 0.020572645589709282, 0.053706053644418716, 0.011621637269854546, -0.05429300293326378, -0.011731690727174282, 0.041849635541439056, -0.03779967129230499, -0.006500486750155687, 0.05394083261489868, -0.04093986004590988, 0.015539538115262985, -0.022509586066007614, 0.0009125259821303189, -0.015348779037594795, -0.05470386892557144, -0.0076303682290017605, 0.003604248398914933, 0.009501275606453419, 0.034483395516872406, 0.02887800894677639, -0.0021735543850809336, -0.0186357069760561, 0.0065445080399513245, -0.012883583083748817, 0.03366166353225708, -0.012281958013772964, -0.017153654247522354, 0.012025166302919388, 0.007997212931513786, -0.06262771040201187, 0.05667015537619591, -0.03157798573374748, 0.0025293936487287283, 0.0032484091352671385, 0.017359087243676186, -0.03184211254119873, 0.006199674215167761, -0.001281204866245389, -0.016786810010671616, 0.05661146342754364, 0.06092555448412895, 0.029597023501992226, -0.010176269337534904, -0.008928998373448849, 0.006746272556483746, -0.02927420102059841, 0.039824653416872025, -0.0015563382767140865, -0.004629578907042742, -0.029670393094420433, -0.028423121199011803, -0.06579725444316864, -0.006173994857817888, 0.04572351276874542, 0.017329739406704903, -0.010623820126056671, 0.021746549755334854, -0.03286927938461304, -0.02314055897295475, 0.019941672682762146, -0.05050716549158096, 0.01672811433672905, -0.03615620732307434, -0.0426420196890831, 0.001933271181769669, -0.03700728341937065, 0.011922449804842472, 0.001329811755567789, 0.02102753333747387, -0.015656927600502968, 0.00371797033585608, -0.0028228694573044777, 0.022450890392065048, 0.03187146037817001, -0.025194888934493065, -0.0038702108431607485, -0.04234854131937027, -0.016786810010671616, -0.02388892136514187, -0.004431482870131731, 0.03509969264268875, -0.020983511582016945, -0.03201819956302643, 0.008378731086850166, 0.010469745844602585, -0.008488784544169903, 0.04989086836576462, -0.018474295735359192, 0.007659715600311756, -0.012113208882510662, -0.020103085786104202, 0.04217245802283287, -0.013932758942246437, -0.0816449373960495, -0.0051725092343986034, 0.04041160270571709, -0.0336323156952858, -0.008870302699506283, -0.029685067012906075, -0.05669950321316719, -0.0009721382521092892, -0.04883435741066933, 0.01634659618139267, -0.03392579033970833, 0.012105872854590416, -0.015642253682017326, 0.013661293312907219, -0.043639834970235825, 0.03011060692369938, 0.01844494789838791, 0.0010198280215263367, -0.00842275284230709, -0.04631046578288078, 0.005025771446526051, 0.021482421085238457, -0.004629578907042742, 0.002388158580288291, 0.01218657847493887, -0.03383774682879448, 0.03239971771836281, -0.04581155627965927, -0.007967865094542503, 0.016097141429781914, -0.0032924304250627756, 0.033426880836486816, 0.02418239787220955, 0.002002971712499857, 0.020000368356704712, 0.014651774428784847, 0.0348355658352375, 0.043757226318120956, 0.04349309951066971, 0.01892918162047863, 0.021276988089084625, -0.05226802080869675, 0.004923054948449135, -0.017359087243676186, -0.027938885614275932, -0.019428091123700142, -0.00031319359550252557, 0.09684698283672333, -0.026941068470478058, -0.017902016639709473, 0.024431850761175156, 0.01167299598455429, 0.01826886273920536, 0.000515416671987623, -0.07577542215585709, -0.037418149411678314, -0.05449843779206276, -0.09749262779951096, 0.025473689660429955, 0.022333500906825066, -0.009112420491874218, -0.017623215913772583, -0.023199254646897316, 0.03319210186600685, -0.02927420102059841, 0.001302298391237855, 0.033514924347400665, 0.023081863299012184, 0.005432968959212303, 0.014372971840202808, -0.021012859418988228, -0.03812249377369881, -0.028922030702233315, -0.00041613937355577946, -0.005964893382042646, -0.04425613582134247, -0.06438856571912766, -0.036097511649131775, -0.07542325556278229, -0.032751888036727905, 0.028349751606583595, 0.024153050035238266, 0.0013123865937814116, 0.048893049359321594, -0.019163962453603745, -0.00017883675172924995, -0.014050149358808994, 0.017432456836104393, 0.035804033279418945, 0.020323192700743675, 0.04768979921936989, -0.009310516528785229, -0.020895469933748245, -0.02284708246588707, 0.028936702758073807, -0.05728645622730255, -0.0660320296883583, 0.05097672715783119, 0.04003008455038071, -0.05329518765211105, 0.03671380877494812, 0.025605754926800728, -0.028731269761919975, -0.016287900507450104, -0.022113393992185593, 0.0036519381683319807, 0.03225297853350639, -0.03286927938461304, -0.02381555363535881, -0.010557788424193859, 0.0010179937817156315, -0.02083677425980568, 0.0037931734696030617, -0.03460078313946724, 0.006724261678755283, 0.008951008319854736, -0.01509932428598404, -0.056083206087350845, -0.010792568325996399, 0.09543829411268234, -0.028437795117497444, 0.005344925913959742, -0.059458177536726, -0.01433628797531128, 0.012083861976861954, -0.012340652756392956, 0.05279627814888954, -0.020822100341320038, -0.02570847049355507, 0.024343809112906456, 0.024798696860671043, -0.003925237338989973, 0.0011656488059088588, 0.04848218336701393, -0.0035547243896871805, 0.019266679883003235, -0.026603572070598602, 0.007296539377421141, -0.0008102680440060794, -0.0023808216210454702, 0.010066216811537743, -0.007520314771682024, 0.010286322794854641, -0.0008570407517254353, 0.015921056270599365, -0.03107907623052597, -0.04061703756451607, 0.00754966214299202, -0.08240797370672226, -0.007498303893953562, -0.07354500889778137, -0.03765293210744858, 0.011430878192186356, -0.017094958573579788, 0.00430675595998764, -0.03404318168759346, -0.04399200528860092, 0.032370369881391525, 0.04730828106403351, 0.05816688388586044, -0.04534199461340904, -0.022436216473579407, -0.03909096121788025, 0.016904199495911598, -0.04284745082259178, 0.0013875897275283933, 0.031137771904468536, 0.025605754926800728, -0.026911720633506775, 0.019281353801488876, -0.031607333570718765, 0.06679506599903107, -0.0428181029856205, 0.013257764279842377, 0.0062913852743804455, -0.017065612599253654, -0.038768138736486435, -0.01884113997220993, -0.04366918280720711, 0.010396376252174377, 0.022641649469733238, 0.03888553008437157, -0.01989765278995037, 0.015392799861729145, -0.04425613582134247, -0.0033181095495820045, -0.03489426150918007, 0.042495280504226685, 0.016463985666632652, -0.01003686897456646, 0.0012912930687889457, 0.010961317457258701, -0.04399200528860092, -0.0031291847117245197, -0.02677965722978115, -0.0028889013919979334, -0.004849685821682215, -0.010249638929963112, 0.01386672630906105, 0.008540142327547073, -0.025473689660429955, 0.008862965740263462, -0.023668814450502396, -0.0021038539707660675, 0.0013830042444169521, -0.04739632457494736, 0.006680240388959646, -0.010645831003785133, -0.005601717159152031, -0.045283298939466476, 0.0025312278885394335, -0.007659715600311756, -0.0046662637032568455, 0.012494727969169617, -0.027190523222088814, -0.0071901543997228146, -0.017476478591561317, 0.0033456229139119387, -0.028922030702233315, 0.06157119944691658, 0.039355091750621796, 0.021203618496656418, -0.01700691692531109, -0.05661146342754364, -0.040969207882881165, 0.01815147139132023, -0.022832408547401428, 0.031988851726055145, 0.004207707941532135, 0.028848661109805107, -0.05848970636725426, 0.010249638929963112, -0.04023551940917969, 0.02851116470992565, 0.021951982751488686, 0.030345387756824493, -0.012839561328291893, 0.006441791541874409, -0.004787322133779526, 0.003202553605660796, -0.03941378742456436, -0.011643648147583008, 0.003068655263632536, 0.03213558718562126, 0.023874247446656227, 0.01366863027215004, 0.015891708433628082, 0.0012179241748526692, -0.0079311802983284, 0.020059064030647278, -0.005836497992277145, -0.0027329924050718546, 0.02140905149281025, -0.007923843339085579, 0.03225297853350639, 0.0029567675665020943, -0.01920798420906067, 0.04064638540148735, -0.031401898711919785, -0.019252005964517593, -0.0000727384103811346, 0.02465195767581463, 0.01749115064740181, -0.042788755148649216, -0.05279627814888954, 0.008973019197583199, 0.0028815644327551126, -0.05784406140446663, -0.007857811637222767, 0.01730039156973362, 0.02908344194293022, -0.01060914620757103, -0.014996607787907124, -0.016610724851489067, -0.001949779107235372, 0.04258332401514053, 0.018034081906080246, -0.0003285552083980292, -0.03788771107792854, 0.008231992833316326, 0.012076525017619133, 0.009493938647210598, -0.00690768426284194, -0.02095416560769081, -0.020734058693051338, 0.026911720633506775, -0.005524680018424988, 0.023096537217497826, 0.015334105119109154, 0.007032411172986031, -0.012824888341128826, 0.03146059438586235, -0.037711627781391144, 0.015744971111416817, -0.011115391738712788, 0.026339443400502205, -0.007336892187595367, -0.0497441291809082, 0.007483630441129208, 0.011871092021465302, 0.026867700740695, -0.014218897558748722, -0.010411050170660019, 0.03941378742456436, 0.023111211135983467, 0.010528440587222576, -0.025649776682257652, 0.022509586066007614, 0.007953191176056862, -0.012986299581825733, -0.017725931480526924, 0.06098425015807152, 0.04052899405360222, 0.052062589675188065, 0.025370974093675613, -0.02303784154355526, -0.004068306647241116, 0.02228947915136814, -0.025649776682257652, 0.0259139034897089, 0.006493149790912867, -0.02333131805062294, 0.05135824531316757, -0.07025808095932007, 0.031519290059804916, -0.041849635541439056, 0.02199600264430046, 0.040118128061294556, 0.020895469933748245, 0.04273005947470665, 0.009119757451117039, -0.016522681340575218, 0.06297988444566727, 0.0018580680480226874, -0.009420569986104965, 0.04654524475336075, 0.07677324116230011, 0.05567234009504318, 0.02102753333747387, -0.017564520239830017, 0.02209872007369995, -0.009794751182198524, 0.010667841881513596, -0.021937308833003044, -0.0059758988209068775, 0.05631798505783081, 0.021144924685359, 0.02851116470992565, -0.01492323912680149, 0.00842275284230709, -0.022729692980647087, -0.04504851996898651, -0.004768980201333761, 0.025077497586607933, 0.009992847219109535, -0.007879822514951229, 0.02265632338821888, 0.002804527059197426, -0.007399255875498056, -0.004149012733250856, -0.03439535200595856, 0.012406685389578342, -0.041526809334754944, -0.023844899609684944, 0.012707497924566269, -0.02724921889603138, -0.036390986293554306, -0.007003063801676035, -0.024710653349757195, -0.00475430628284812, -0.027366608381271362, -0.001977292587980628, -0.04466700181365013, 0.05068325251340866, 0.033720359206199646, 0.05141694098711014, 0.020513951778411865, -0.0558190755546093, -0.07718411087989807, -0.0006607788964174688, 0.03747684508562088, -0.015216714702546597, 0.01796071231365204, 0.04067573323845863, -0.017535172402858734, 0.0014967260649427772, -0.0045745521783828735, 0.028760617598891258, -0.013331133872270584, 0.023683488368988037, -0.01567160151898861, -0.04070507735013962, -0.02763073705136776, 0.004592894576489925, 0.05567234009504318, 0.06556247174739838, 0.019912326708436012, 0.011416204273700714, -0.023390013724565506, -0.02064601518213749, -0.038386620581150055, 0.048130013048648834, -0.03545186296105385, 0.028379099443554878, 0.016669418662786484, 0.03316275402903557, 0.006129973568022251, -0.05088868737220764, 0.2537977695465088, 0.08921661227941513, 0.04540069028735161, -0.01366863027215004, 0.033514924347400665, 0.044021353125572205, 0.02113025076687336, -0.053970180451869965, 0.03606816381216049, 0.005421963520348072, 0.00247436692006886, -0.0038261893205344677, -0.012120545841753483, -0.02294979989528656, 0.024006312713027, 0.02151176892220974, -0.04005943238735199, -0.02228947915136814, 0.009457253850996494, -0.04334636032581329, -0.01146756298840046, -0.0000015941977835609578, -0.030169300734996796, 0.01891450770199299, -0.00539995264261961, 0.016962895169854164, 0.03879748657345772, 0.025224236771464348, 0.025106845423579216, -0.0287752915173769, -0.06063207983970642, -0.04519525542855263, 0.004343440290540457, 0.011496910825371742, -0.027117153629660606, 0.014563731849193573, 0.025033477693796158, -0.02783617004752159, 0.0013683304423466325, -0.011988482438027859, -0.013998790644109249, 0.00141602021176368, 0.020117759704589844, -0.01653735525906086, -0.07025808095932007, 0.02943561226129532, 0.01238467451184988, 0.020572645589709282, 0.005697097163647413, -0.038093145936727524, 0.056934285908937454, -0.03395513817667961, 0.020895469933748245, -0.013162384741008282, -0.06720593571662903, 0.02312588505446911, -0.032370369881391525, -0.006559181958436966, -0.010528440587222576, 0.011768375523388386, 0.03759423643350601, 0.006962710991501808, 0.014211560599505901, -0.01060914620757103, 0.012267284095287323, 0.021849265322089195, 0.025767166167497635, 0.03477687016129494, 0.014747153967618942, 0.00029783198260702193, -0.007498303893953562, -0.0034905264619737864, -0.015158019959926605, -0.09344266355037689, 0.013463197275996208, -0.005220199003815651, -0.04504851996898651, 0.018767770379781723, 0.0351877361536026, -0.021555790677666664, -0.027616063132882118, -0.027748126536607742, 0.023580772802233696, -0.03624424710869789, 0.022538933902978897, 0.04044095054268837, 0.0021717201452702284, -0.022245457395911217, 0.003110842313617468, 0.002901740837842226, 0.011232782155275345, 0.028247036039829254, 0.0020946827717125416, -0.010323007591068745, -0.03803445026278496 ]
9891_10
where kB is the Boltzmann constant, equal to . The summation is over all the possible microstates of the system, and pi is the probability that the system is in the i-th microstate. This definition assumes that the basis set of states has been picked so that there is no information on their relative phases. In a different basis set, the more general expression is where is the density matrix, is trace and is the matrix logarithm. This density matrix formulation is not needed in cases of thermal equilibrium so long as the basis states are chosen to be energy eigenstates. For most practical purposes, this can be taken as the fundamental definition of entropy since all other formulas for S can be mathematically derived from it, but not vice versa. In what has been called the fundamental assumption of statistical thermodynamics or the fundamental postulate in statistical mechanics, among system microstates of the same energy (degenerate microstates) each microstate is assumed to be populated with equal probability; this assumption is usually justified for an isolated system in equilibrium. Then for an isolated system pi = 1/Ω, where Ω is the number of microstates whose energy equals the system's energy, and the previous equation reduces to In thermodynamics, such a system is one in which the volume, number of molecules, and internal energy are fixed (the microcanonical ensemble). For a given thermodynamic system, the excess entropy is defined as the entropy minus that of an ideal gas at the same density and temperature, a quantity that is always negative because an ideal gas is maximally disordered. This concept plays an important role in liquid-state theory. For instance, Rosenfeld's excess-entropy scaling principle states that reduced transport coefficients throughout the two-dimensional phase diagram are functions uniquely determined by the excess entropy. The most general interpretation of entropy is as a measure of the extent of uncertainty about a system. The equilibrium state of a system maximizes the entropy because it does not reflect all information about the initial conditions, except for the conserved variables. This uncertainty is not of the everyday subjective kind, but rather the uncertainty inherent to the experimental method and interpretative model.
[ -0.025000501424074173, 0.026571063324809074, 0.04997244477272034, -0.016676519066095352, -0.015462902374565601, -0.02721356600522995, -0.017004908993840218, -0.025771504268050194, -0.06750563532114029, 0.08058413863182068, 0.07373077422380447, -0.0404634028673172, 0.0039335452020168304, -0.006635626778006554, 0.005896748509258032, 0.006942600477486849, -0.03252492472529411, -0.0006719509256072342, -0.034895043820142746, -0.0023826148826628923, 0.03806472569704056, -0.025286057963967323, -0.07687190175056458, -0.05137167498469353, -0.02120259404182434, 0.0410345159471035, 0.022273432463407516, 0.04351885989308357, 0.07670056819915771, 0.059395819902420044, -0.012393166311085224, -0.011650718748569489, 0.000891472736839205, -0.07133209705352783, -0.0038907118141651154, 0.022102098912000656, 0.028027404099702835, -0.005115036852657795, 0.0027931027580052614, -0.02641400694847107, 0.07173188030719757, 0.0024343719705939293, 0.035380490124225616, -0.007510144729167223, -0.04517509043216705, 0.006146610714495182, -0.01931791938841343, 0.005768247880041599, -0.008359676226973534, -0.07989880442619324, -0.0016633685445412993, 0.012186137959361076, 0.06465006619691849, -0.05180000886321068, 0.023829717189073563, 0.005539802368730307, -0.00900217890739441, 0.05779670178890228, -0.024700665846467018, 0.05571213737130165, 0.050086669623851776, -0.024443665519356728, 0.010765492916107178, -0.05685436725616455, 0.005985985044389963, 0.03829317167401314, -0.035066381096839905, 0.04237663373351097, -0.02014603465795517, 0.001120810629799962, -0.0032963966950774193, -0.014706176705658436, -0.007745729293674231, -0.01911802962422371, -0.05476979911327362, 0.0632793977856636, 0.012593056075274944, -0.0053399126045405865, -0.03729372099041939, -0.031011471524834633, 0.016490906476974487, 0.011829191818833351, 0.025600170716643333, 0.014620509929955006, -0.00182399433106184, 0.010722659528255463, -0.013799534179270267, -0.00490800803527236, -0.04191974177956581, -0.01630529575049877, 0.02964079938828945, 0.08852262049913406, -0.018689695745706558, 0.025800060480833054, 0.004472533706575632, 0.016333850100636482, 0.004176268819719553, 0.016233906149864197, 0.0015027428744360805, 0.034580931067466736, 0.06664896756410599, 0.05765392631292343, -0.019560642540454865, 0.0743589997291565, -0.01576273702085018, 0.034095484763383865, 0.013942312449216843, 0.022130655124783516, -0.025057611986994743, -0.004183407407253981, 0.008166925050318241, 0.01297855842858553, -0.004836618900299072, -0.00960184819996357, -0.046203095465898514, 0.024215219542384148, 0.026399729773402214, 0.005679011344909668, -0.02320149354636669, -0.008566704578697681, 0.016262462362647057, 0.011964831501245499, 0.015177345834672451, 0.027027955278754234, -0.05211412161588669, -0.01891813986003399, 0.014848954975605011, 0.005914595909416676, 0.006196583155542612, 0.0009584001381881535, -0.02878412976861, -0.00678197480738163, 0.0014545550802722573, 0.011265217326581478, -0.016162516549229622, 0.04414708539843559, -0.01023007370531559, 0.04277641326189041, -0.011657857336103916, -0.01641951873898506, 0.0273563452064991, -0.017576023936271667, -0.015391513705253601, 0.04023495689034462, 0.00016787619097158313, 0.02000325545668602, 0.024058163166046143, 0.0021970029920339584, -0.011643580161035061, 0.023472771048545837, -0.013356921263039112, -0.015448625199496746, -0.020674314349889755, 0.009694654494524002, -0.01276439055800438, 0.0015366526786237955, -0.047516658902168274, 0.04214818775653839, -0.046574320644140244, -0.010408546775579453, -0.003651557955890894, -0.04129151999950409, 0.002159523544833064, -0.008131231181323528, -0.04426131024956703, 0.0034373903181403875, -0.024586442857980728, -0.008666650392115116, -0.03143980726599693, -0.016890686005353928, 0.023187214508652687, -0.021102650091052055, -0.016348129138350487, 0.00497225858271122, 0.008638094179332256, -0.011265217326581478, 0.011686413548886776, -0.04291919246315956, 0.007071101106703281, 0.027227845042943954, -0.02904113009572029, -0.016647962853312492, 0.04269074648618698, 0.024143829941749573, 0.00983029417693615, 0.009451931342482567, -0.0595671571791172, 0.019389308989048004, -0.022815991193056107, -0.0015000657876953483, 0.009894544258713722, 0.030954360961914062, -0.0376078337430954, 0.02944090962409973, -0.03569460287690163, 0.005111467558890581, -0.04086318239569664, 0.04306197166442871, -0.0230872705578804, -0.035637494176626205, 0.01426356378942728, 0.0017633134266361594, -0.05322779342532158, -0.006899767089635134, -0.060309603810310364, 0.015520013868808746, 0.05825359374284744, 0.04608887434005737, -0.005911026615649462, -0.017447521910071373, 0.01997470110654831, 0.016619408503174782, -0.01000162772834301, 0.024015329778194427, -0.03183958679437637, -0.030154801905155182, -0.016819298267364502, 0.012286082841455936, -0.023044437170028687, 0.0003756857186090201, 0.014934622682631016, -0.006460723467171192, -0.017504634335637093, 0.046145983040332794, 0.04054906964302063, -0.025828614830970764, -0.0028073806315660477, 0.07344521582126617, 0.008323981426656246, 0.033381592482328415, 0.023072991520166397, 0.05619758367538452, -0.009666099213063717, 0.024814888834953308, 0.030754471197724342, 0.003439175197854638, 0.04486097767949104, 0.034038376063108444, 0.022301988676190376, -0.015976905822753906, 0.028027404099702835, 0.03837883844971657, 0.048830218613147736, -0.01809002459049225, 0.011636440642178059, 0.0370367206633091, -0.030583137646317482, -0.00950190331786871, -0.04648865386843681, 0.02051725797355175, 0.011893441900610924, 0.035152047872543335, 0.060937829315662384, 0.026199840009212494, -0.007917063310742378, -0.010265768505632877, 0.006896197330206633, -0.004511797800660133, -0.0410345159471035, -0.00525781512260437, -0.020931316539645195, -0.005100758746266365, -0.025600170716643333, -0.013099920004606247, -0.05859626084566116, 0.06687740981578827, 0.005639747250825167, -0.015748459845781326, -0.045432090759277344, -0.018218526616692543, -0.07070387154817581, 0.0007602950790897012, -0.032696258276700974, 0.017076298594474792, -0.04506086930632591, -0.003064381889998913, 0.011686413548886776, -0.04520364850759506, 0.035351935774087906, -0.003046534489840269, -0.00951618142426014, 0.035351935774087906, 0.0018222095677629113, 0.02781323529779911, 0.021188316866755486, -0.008502454496920109, -0.023344270884990692, 0.033552929759025574, -0.02131681703031063, 0.018032914027571678, 0.011036771349608898, -0.049943890422582626, -0.009587571024894714, -0.012164721265435219, 0.01326411496847868, 0.003690822049975395, -0.0035623214207589626, -0.013528254814445972, -0.01275011245161295, -0.031097140163183212, 0.0033517233096063137, 0.012564500793814659, 0.0006201937212608755, -0.025043334811925888, -0.04063473641872406, 0.03866439685225487, 0.01409223023802042, 0.02120259404182434, -0.020817093551158905, 0.026542507112026215, 0.0009414451778866351, 0.02017459087073803, -0.03569460287690163, 0.030697360634803772, -0.00243615685030818, 0.023586994037032127, 0.04406141862273216, 0.00502223102375865, 0.0255002249032259, -0.023758329451084137, -0.023544160649180412, 0.012900030240416527, 0.015148789621889591, -0.11810630559921265, 0.04280497133731842, 0.04186263307929039, 0.02995491214096546, -0.03880717232823372, 0.011822053231298923, -0.03723661229014397, -0.047459546476602554, 0.004354741889983416, -0.008295426145195961, -0.00404776819050312, -0.01334978174418211, -0.0013055301969870925, -0.018389860168099403, 0.020817093551158905, 0.07230298966169357, 0.023786883801221848, 0.02707078866660595, -0.05217123404145241, 0.030925804749131203, 0.008345398120582104, -0.02125970646739006, -0.000613501004409045, 0.05916737765073776, 0.00283593637868762, -0.033467259258031845, 0.006528543308377266, -0.032639145851135254, -0.016462352126836777, 0.034438155591487885, 0.05168578773736954, 0.00465814583003521, 0.019846199080348015, -0.026199840009212494, 0.0006389334448613226, -0.04286208003759384, -0.016119683161377907, 0.024643555283546448, 0.02263037860393524, -0.024400832131505013, -0.0007634183275513351, -0.03863583877682686, -0.0418911874294281, 0.03600871562957764, -0.017533190548419952, 0.04311908036470413, -0.060937829315662384, 0.033838484436273575, -0.016576575115323067, -0.00971607118844986, 0.002082780236378312, -0.0047116875648498535, 0.018018636852502823, 0.019817644730210304, 0.033952709287405014, 0.0032624867744743824, -0.07590100914239883, -0.0019703421276062727, 0.004476103466004133, 0.02054581418633461, 0.04032062366604805, 0.02097414992749691, 0.02028881385922432, -0.00683194724842906, 0.02046014741063118, -0.03763639181852341, -0.062251389026641846, 0.0036462037824094296, -0.022716045379638672, 0.008252592757344246, -0.010758353397250175, -0.027770401909947395, -0.05068633705377579, 0.027970291674137115, -0.02006036788225174, -0.022716045379638672, -0.028512850403785706, 0.03746505826711655, 0.016405239701271057, 0.01940358616411686, 0.01957492157816887, 0.007078240159898996, -0.05374179780483246, -0.02114548347890377, 0.06362206488847733, 0.00197391165420413, 0.022844547405838966, -0.00798131339251995, -0.013621061109006405, 0.00734594976529479, -0.012378889136016369, 0.05180000886321068, 0.03655127435922623, -0.01243599969893694, 0.02590000443160534, 0.017276188358664513, -0.015805570408701897, -0.0011556127574294806, -0.01914658583700657, 0.036751165986061096, 0.05451279878616333, 0.026856619864702225, -0.061737388372421265, -0.015205901116132736, -0.0051864259876310825, 0.010751214809715748, 0.010758353397250175, -0.002343350788578391, -0.05425579845905304, -0.04120584949851036, 0.05819648131728172, -0.05625469610095024, 0.016276739537715912, 0.025457391515374184, -0.028941184282302856, 0.026228394359350204, 0.00809553638100624, 0.01479184441268444, -0.019617754966020584, -0.04591754078865051, -0.006792683154344559, 0.0005028477171435952, -0.000015421184798469767, 0.03795050457119942, 0.03909273073077202, 0.014270702376961708, -0.0055540804751217365, 0.0048758829943835735, -0.027456289157271385, 0.0407489612698555, 0.0006893520476296544, -0.02986924536526203, 0.008616677485406399, 0.016790742054581642, -0.05916737765073776, 0.0532849058508873, 0.0024165248032659292, -0.003355292836204171, 0.005054356064647436, 0.012328916229307652, -0.04174840822815895, -0.020788537338376045, 0.026399729773402214, -0.034238263964653015, 0.05511246994137764, 0.04506086930632591, 0.031154250726103783, -0.0013439018512144685, 0.01134374551475048, 0.014106507413089275, -0.020245980471372604, 0.03769350051879883, -0.007888507097959518, -0.0005166793707758188, -0.0293552428483963, -0.011265217326581478, -0.049058664590120316, 0.00046938404557295144, 0.026085617020726204, -0.008288287557661533, -0.023843996226787567, 0.017333300784230232, -0.021273983642458916, -0.01419217512011528, 0.02120259404182434, -0.04003506898880005, 0.0226589348167181, -0.029726466163992882, -0.01863258332014084, -0.023387104272842407, -0.035637494176626205, 0.0068533639423549175, -0.0035444742534309626, 0.025371724739670753, -0.06339361518621445, 0.008916512131690979, -0.0022541142534464598, 0.017190521582961082, 0.05277090147137642, -0.006496417801827192, -0.00994451716542244, -0.03609438240528107, -0.016490906476974487, -0.03672260791063309, -0.013335504569113255, -0.00505792535841465, -0.004829479847103357, -0.017447521910071373, -0.015163067728281021, 0.0071139344945549965, 0.01327839307487011, 0.030383247882127762, -0.02174515277147293, 0.02103126049041748, 0.009551876224577427, -0.027313511818647385, 0.02257326804101467, 0.007138920947909355, -0.04143429547548294, 0.005025800317525864, 0.049315664917230606, -0.027599068358540535, -0.007859951816499233, -0.0060288188979029655, -0.06510695815086365, -0.001690139528363943, -0.036351386457681656, 0.047259654849767685, -0.046374429017305374, 0.006785544101148844, -0.007831396535038948, 0.0027449149638414383, -0.02775612473487854, 0.012143304571509361, -0.000010283113624609541, -0.0005947613390162587, 0.0019364323234185576, -0.033724263310432434, 0.00953045953065157, 0.015634236857295036, -0.009359125047922134, -0.02661389671266079, -0.019089475274086, -0.04568909481167793, 0.013571088202297688, -0.04420419782400131, -0.024500776082277298, 0.013157031498849392, -0.019103752449154854, 0.017918691039085388, 0.024386553093791008, 0.019246529787778854, -0.02552878111600876, 0.016805019229650497, 0.030897250398993492, 0.028541404753923416, 0.033238817006349564, -0.006417890079319477, 0.03994940221309662, -0.060652270913124084, 0.03195381164550781, -0.007453033234924078, -0.035409048199653625, -0.012307499535381794, -0.0037122387439012527, 0.08698061108589172, -0.01590551622211933, -0.01986047811806202, -0.00485803559422493, 0.0019275086233392358, 0.01499173417687416, 0.007235296070575714, -0.05208556726574898, -0.02117403969168663, -0.030383247882127762, -0.12701568007469177, 0.015420068986713886, 0.009494764730334282, -0.007560117170214653, -0.018960973247885704, -0.02955513261258602, 0.010708381421864033, -0.018504083156585693, 0.02148815244436264, 0.0501437783241272, 0.012728695757687092, -0.003979948349297047, 0.020188868045806885, 0.0029019713401794434, -0.026571063324809074, -0.025143278762698174, 0.01306422520428896, -0.01356394961476326, -0.022473322227597237, -0.05876759812235832, -0.03166825324296951, -0.05651169642806053, -0.048002105206251144, 0.03857873007655144, 0.03709383308887482, -0.0042048245668411255, 0.06699163466691971, -0.015605680644512177, -0.02111692726612091, -0.021530985832214355, 0.00668202992528677, 0.022944491356611252, 0.04554631561040878, 0.046345874667167664, -0.006514265201985836, -0.0158198494464159, -0.0025593030732125044, 0.03215369954705238, -0.05402735248208046, -0.06482139974832535, 0.011586468666791916, 0.023272881284356117, -0.030725914984941483, 0.025914283469319344, 0.032010920345783234, -0.036151494830846786, -0.00497225858271122, -0.006367917638272047, -0.0031625418923795223, 0.026685286313295364, -0.062080055475234985, -0.05388457328081131, -0.010665548034012318, -0.024200942367315292, -0.035123489797115326, 0.02764190174639225, -0.018875306472182274, 0.02701367624104023, 0.021530985832214355, -0.012278944253921509, -0.048059213906526566, -0.011743525043129921, 0.0757867842912674, -0.011400857008993626, -0.006325083784759045, -0.05225690081715584, -0.004754521418362856, -0.020303091034293175, 0.008837983943521976, 0.0524282343685627, 0.008959345519542694, -0.02521466836333275, -0.018218526616692543, 0.023658383637666702, 0.005632608663290739, -0.015205901116132736, 0.018218526616692543, 0.006642765831202269, 0.010958243161439896, -0.05051500350236893, -0.006571376696228981, -0.024757778272032738, 0.028569960966706276, 0.013571088202297688, -0.02228771150112152, -0.01843269355595112, -0.0017900844104588032, -0.02929813042283058, -0.02772756852209568, -0.062080055475234985, 0.016776464879512787, -0.08766594529151917, -0.021273983642458916, -0.0794990211725235, -0.048458993434906006, 0.019789088517427444, -0.003298181341961026, 0.00490800803527236, -0.006507126148790121, -0.04323330521583557, -0.003722947323694825, 0.04151996225118637, 0.046574320644140244, -0.016348129138350487, -0.030040578916668892, -0.060195378959178925, 0.030383247882127762, -0.0283557940274477, 0.0001280543947359547, 0.017533190548419952, 0.023901106789708138, -0.008416787721216679, 0.016333850100636482, -0.0274991225451231, 0.03735083341598511, -0.030354691669344902, -0.008159786462783813, 0.000358953868271783, -0.033924151211977005, -0.03772205859422684, 0.026256950572133064, -0.045346423983573914, 0.03766494616866112, -0.020845649763941765, 0.034837935119867325, -0.033695705235004425, 0.008152647875249386, -0.04177696630358696, -0.008538149297237396, -0.0005300648626871407, 0.02578578144311905, 0.015006011351943016, -0.012800085358321667, 0.00238618440926075, 0.007135351188480854, -0.04528931528329849, -0.005336343310773373, -0.007988452911376953, 0.010993937961757183, -0.0012653737794607878, -0.024743499234318733, 0.047173988074064255, 0.011900581419467926, -0.0407489612698555, 0.009623264893889427, -0.038178950548172, 0.0027199287433177233, 0.0025004069320857525, -0.02844146080315113, -0.023929663002490997, -0.024714944884181023, -0.0013439018512144685, -0.05691147595643997, -0.008702344261109829, 0.01886102929711342, -0.008773733861744404, 0.009708932600915432, -0.024657832458615303, -0.02240193448960781, -0.033695705235004425, 0.0010717305121943355, -0.01469189953058958, 0.061394721269607544, 0.0370367206633091, 0.012243249453604221, -0.019046640023589134, -0.034695155918598175, -0.033695705235004425, 0.011358022689819336, -0.035037823021411896, 0.032981812953948975, 0.007795701734721661, 0.013285531662404537, -0.048487551510334015, -0.0072781299240887165, -0.011557912454009056, 0.012693000957369804, 0.017176244407892227, 0.05005811154842377, -0.015077400952577591, -0.016048293560743332, -0.0188039168715477, 0.02672811970114708, -0.025571614503860474, -0.03720805421471596, 0.030925804749131203, 0.03909273073077202, 0.016919242218136787, 0.01469189953058958, 0.007831396535038948, 0.025543058291077614, -0.015862682834267616, 0.035751715302467346, -0.012100471183657646, -0.003567675594240427, 0.05237112194299698, 0.031011471524834633, 0.017704524099826813, 0.003944253548979759, -0.032182253897190094, 0.0541415773332119, -0.01988903433084488, -0.018675416707992554, 0.0031768197659403086, 0.006946169771254063, 0.011529357172548771, -0.05245678871870041, -0.031068583950400352, 0.003894281340762973, 0.0038371700793504715, -0.05582636222243309, 0.012400305829942226, 0.02718500979244709, 0.024229496717453003, -0.0019364323234185576, -0.012021942995488644, -0.0226589348167181, 0.0023326424416154623, 0.05479835718870163, 0.026885176077485085, -0.005960999056696892, -0.03649416193366051, 0.02747056819498539, 0.03198236599564552, 0.007285268511623144, -0.007652922999113798, -0.001553607638925314, 0.010408546775579453, 0.028198737651109695, 0.02157381922006607, 0.02612845040857792, 0.02105981670320034, -0.002011390868574381, -0.0017820531502366066, 0.020160311833024025, -0.027770401909947395, 0.0188039168715477, 0.005632608663290739, 0.02125970646739006, 0.013028530403971672, -0.034323930740356445, 0.002860922599211335, 0.012842918746173382, 0.04980111122131348, -0.0037300861440598965, -0.010265768505632877, 0.048344772309064865, 0.046945542097091675, 0.013021391816437244, -0.018332749605178833, 0.02584289386868477, 0.00799559149891138, 0.012478834018111229, -0.011108160950243473, 0.04009218141436577, 0.04240518808364868, 0.05819648131728172, 0.018989529460668564, -0.028941184282302856, 0.005632608663290739, 0.034266818314790726, -0.05631180852651596, 0.025371724739670753, -0.031554028391838074, -0.033238817006349564, 0.0044653951190412045, -0.05691147595643997, 0.034152597188949585, -0.04343319311738014, 0.01911802962422371, 0.04380441829562187, 0.00007947626727400348, 0.004861604887992144, 0.049315664917230606, 0.008452482521533966, 0.076357901096344, 0.030326135456562042, -0.030012022703886032, 0.019417865201830864, 0.09394820034503937, 0.06973297894001007, 0.026542507112026215, 0.0021970029920339584, 0.024572165682911873, -0.05057211592793465, 0.023601273074746132, -0.0031518335454165936, -0.013121336698532104, 0.016976354643702507, 0.004786646459251642, 0.02952657639980316, 0.010087295435369015, 0.008066980168223381, -0.008252592757344246, -0.04386153072118759, 0.017918691039085388, -0.004997244570404291, 0.00399779574945569, -0.0018811055924743414, 0.047459546476602554, 0.003851447720080614, -0.01621962897479534, -0.0032767646480351686, -0.04163418710231781, -0.006689168978482485, -0.034038376063108444, -0.024515055119991302, 0.02567156031727791, -0.0269280094653368, -0.030468914657831192, -0.020988427102565765, -0.02154526300728321, -0.008602399379014969, -0.030154801905155182, -0.01060129702091217, -0.03623716160655022, 0.0436045303940773, 0.0424623005092144, 0.048658885061740875, 0.024315165355801582, -0.05853915214538574, -0.05362757295370102, 0.01082974299788475, 0.030411802232265472, -0.007353088352829218, 0.0226589348167181, 0.02245904505252838, 0.008802289143204689, -0.02097414992749691, 0.007967035286128521, 0.060709383338689804, -0.021616652607917786, 0.02575722709298134, -0.03235359117388725, -0.03783627972006798, -0.030269024893641472, -0.003289257874712348, 0.05514102429151535, 0.03769350051879883, 0.007560117170214653, 0.006114485673606396, 0.002261253073811531, -0.004069184884428978, -0.07841390371322632, 0.02629978395998478, -0.06419317424297333, 0.00733167165890336, 0.009823154658079147, 0.017747357487678528, 0.012100471183657646, -0.035865940153598785, 0.23918239772319794, 0.09417664259672165, 0.05205700919032097, -0.02878412976861, 0.04109162837266922, 0.03592304885387421, 0.015534291975200176, -0.05199990049004555, 0.004433270078152418, 0.015277290716767311, -0.010686964727938175, -0.012321777641773224, -0.00013140076771378517, -0.01024435181170702, 0.02120259404182434, 0.05534091591835022, -0.033324483782052994, -0.02544311434030533, -0.017618857324123383, -0.048744551837444305, -0.02821301482617855, 0.017304744571447372, -0.028341514989733696, 0.020188868045806885, 0.001791869173757732, 0.01928936503827572, 0.008323981426656246, 0.0069104754365980625, -0.011101022362709045, -0.05194278806447983, -0.06396473199129105, -0.030297579243779182, 0.017947247251868248, 0.002086349530145526, -0.013099920004606247, 0.022844547405838966, 0.002170231891795993, -0.035837382078170776, 0.0023005171678960323, -0.01943214237689972, -0.011957691982388496, -0.01497745607048273, -0.0036122938618063927, 0.011093882843852043, -0.05402735248208046, 0.014384925365447998, 0.009223485365509987, 0.035666048526763916, -0.002511115511879325, -0.049058664590120316, 0.026171283796429634, -0.026799509301781654, 0.02872701734304428, -0.024843445047736168, -0.0558549165725708, 0.015391513705253601, -0.01469189953058958, -0.015719903632998466, 0.00482234125956893, 0.0031161389779299498, 0.059224486351013184, -0.005382746458053589, 0.012086193077266216, -0.014541981741786003, 0.0014759718906134367, 0.034438155591487885, 0.02644256316125393, 0.033181704580783844, 0.023444216698408127, -0.003776489058509469, -0.03695105388760567, -0.019817644730210304, -0.015034567564725876, -0.07418766617774963, -0.0007522637606598437, 0.004244088660925627, -0.031239917501807213, 0.023858273401856422, 0.030526025220751762, -0.0047687990590929985, -0.02260182425379753, -0.021016983315348625, 0.000028318649128777906, -0.021673763170838356, 0.004026351496577263, 0.04157707467675209, -0.016133960336446762, -0.0019971132278442383, 0.019075196236371994, 0.01943214237689972, 0.017775913700461388, 0.0316396988928318, 0.004211963154375553, -0.02248760126531124, -0.007574394810944796 ]
9891_11
The interpretative model has a central role in determining entropy. The qualifier "for a given set of macroscopic variables" above has deep implications: if two observers use different sets of macroscopic variables, they see different entropies. For example, if observer A uses the variables U, V and W, and observer B uses U, V, W, X, then, by changing X, observer B can cause an effect that looks like a violation of the second law of thermodynamics to observer A. In other words: the set of macroscopic variables one chooses must include everything that may change in the experiment, otherwise one might see decreasing entropy. Entropy can be defined for any Markov processes with reversible dynamics and the detailed balance property. In Boltzmann's 1896 Lectures on Gas Theory, he showed that this expression gives a measure of entropy for systems of atoms and molecules in the gas phase, thus providing a measure for the entropy of classical thermodynamics. Entropy of a system Entropy arises directly from the Carnot cycle. It can also be described as the reversible heat divided by temperature. Entropy is a fundamental function of state. In a thermodynamic system, pressure and temperature tend to become uniform over time because the equilibrium state has higher probability (more possible combinations of microstates) than any other state. As an example, for a glass of ice water in air at room temperature, the difference in temperature between the warm room (the surroundings) and the cold glass of ice and water (the system and not part of the room) decreases as portions of the thermal energy from the warm surroundings spread to the cooler system of ice and water. Over time the temperature of the glass and its contents and the temperature of the room become equal. In other words, the entropy of the room has decreased as some of its energy has been dispersed to the ice and water, of which the entropy has increased.
[ -0.025297455489635468, 0.032258301973342896, 0.04282466322183609, -0.03231716901063919, -0.035201579332351685, -0.011758387088775635, -0.006806325167417526, -0.02531217224895954, -0.04744560644030571, 0.08629684895277023, 0.047357309609651566, -0.03158134967088699, 0.007358189672231674, -0.00818230677396059, 0.014782602898776531, -0.02094140835106373, -0.04832858964800835, -0.0024686725810170174, -0.09135928004980087, -0.005978528875857592, 0.02794640325009823, 0.003747157985344529, -0.05836515873670578, -0.030580636113882065, -0.018778100609779358, 0.008748887106776237, 0.06698895990848541, 0.007946845144033432, 0.060396019369363785, 0.04606226831674576, 0.014995990321040154, -0.02497369609773159, 0.018160011619329453, -0.05133073031902313, -0.0029782273340970278, 0.007917411625385284, 0.02307528257369995, -0.04573850706219673, 0.016467629000544548, -0.03943989798426628, 0.04832858964800835, 0.025017844513058662, 0.022913401946425438, -0.04144132509827614, -0.03723243996500969, 0.0015700537478551269, 0.013450770638883114, -0.013413979671895504, -0.015393332578241825, -0.02563593164086342, 0.0035613637883216143, -0.0051065837033092976, 0.05103640258312225, -0.042736366391181946, 0.025724230334162712, -0.01492976676672697, -0.016673658043146133, 0.04126472771167755, -0.04214771091938019, 0.05350875481963158, 0.052949532866477966, 0.0028016306459903717, 0.01371566578745842, -0.047504473477602005, 0.007968919351696968, 0.021162154152989388, -0.030021414160728455, -0.012317609041929245, -0.01041919644922018, -0.003660699352622032, -0.013149084523320198, -0.0255623497068882, 0.0026452692691236734, -0.03587853163480759, -0.06133786961436272, 0.06451660394668579, 0.011522924527525902, 0.001433927216567099, -0.04450232908129692, -0.02359035611152649, 0.012141012586653233, 0.016467629000544548, -0.0068357582204043865, 0.011096149682998657, -0.02161836065351963, -0.004587830975651741, 0.030845530331134796, -0.017571356147527695, 0.00985997449606657, -0.03208170831203461, 0.026901541277766228, 0.042500901967287064, 0.015069572255015373, -0.004253033548593521, 0.006695952732115984, 0.0015930479858070612, -0.01336247194558382, 0.028049418702721596, 0.0028825707267969847, 0.027813956141471863, 0.03899840638041496, 0.04871121421456337, -0.015540496446192265, 0.06351589411497116, -0.023575639352202415, 0.03682038187980652, -0.004558398388326168, 0.04314842447638512, -0.03723243996500969, -0.028240730985999107, -0.0020382185466587543, 0.012494205497205257, 0.0058607980608940125, -0.0037857885472476482, -0.03458349034190178, 0.03249376639723778, 0.04341331869363785, -0.005669484846293926, -0.07081521302461624, 0.0007951443549245596, 0.008829827420413494, -0.009116796776652336, 0.013818680308759212, 0.007829113863408566, 0.0013732220977544785, 0.001567294355481863, -0.021368183195590973, -0.0018505846383050084, -0.006905660964548588, -0.009322825819253922, -0.05777650326490402, -0.011508208699524403, 0.00991148129105568, 0.02475295029580593, 0.034789521247148514, 0.020676512271165848, -0.0168061051517725, 0.04609169811010361, -0.03052177093923092, -0.020117290318012238, 0.03275866061449051, -0.021000273525714874, -0.020808959379792213, 0.03749733418226242, -0.003958705812692642, 0.02776980772614479, 0.005665806122124195, -0.008447201922535896, -0.004609905648976564, 0.033523913472890854, -0.0010421036276966333, -0.014502991922199726, -0.00896227452903986, 0.015393332578241825, -0.005551754031330347, 0.008079292252659798, -0.05512755736708641, 0.017394760623574257, -0.03917500004172325, 0.043325021862983704, -0.005331008229404688, -0.0003830857458524406, -0.004271429032087326, 0.01405414193868637, -0.008520783856511116, 0.0007923850207589567, -0.041647352278232574, -0.0036423038691282272, -0.010375047102570534, -0.03932216390967369, 0.014208664186298847, -0.02813771739602089, 0.0008779239724390209, 0.016202732920646667, 0.0518016554415226, -0.0010025533847510815, 0.02020558901131153, -0.023796385154128075, 0.004076437093317509, 0.003333259839564562, -0.042059410363435745, -0.03249376639723778, 0.03611399605870247, 0.02526802383363247, 0.0127811748534441, -0.0005863557453267276, -0.026813242584466934, 0.042353738099336624, -0.022207016125321388, 0.02470880001783371, -0.0008213578839786351, 0.04553247615695, -0.06634143739938736, 0.009970346465706825, -0.020470483228564262, 0.001822991413064301, -0.04818142578005791, 0.023502057418227196, 0.03108099289238453, -0.013149084523320198, 0.0006953488918952644, 0.02541518770158291, -0.061514463275671005, 0.013796605169773102, -0.049329303205013275, 0.042177144438028336, 0.023840533569455147, 0.05742331221699715, -0.0024760307278484106, 0.013266815803945065, 0.019690515473484993, 0.047239575535058975, -0.020602930337190628, -0.0006176280439831316, -0.022015703842043877, -0.05721728131175041, -0.03587853163480759, 0.02254549227654934, -0.04420800134539604, -0.0196022167801857, 0.0002871993347071111, -0.010242599993944168, 0.01345812901854515, 0.03037460707128048, 0.02057349868118763, -0.026739660650491714, -0.0022736806422472, 0.08435428887605667, 0.009882048703730106, 0.03726187348365784, 0.05230201035737991, 0.06098467484116554, -0.006758497096598148, 0.03467179089784622, 0.057393878698349, 0.03131645545363426, 0.01287683192640543, 0.03399483487010002, 0.012920981273055077, -0.01755664125084877, 0.07322870194911957, 0.02981538325548172, 0.05789423733949661, -0.003966064192354679, -0.014252813532948494, 0.038115423172712326, -0.009418482892215252, 0.007924770005047321, -0.004595189355313778, 0.03684981167316437, -0.03611399605870247, 0.04085266962647438, 0.08458974957466125, 0.02847619354724884, -0.021942121908068657, 0.04167678579688072, 0.018056998029351234, 0.02363450452685356, 0.00748327886685729, -0.06557618826627731, 0.006931414362043142, 0.002086046850308776, -0.0008167590713128448, -0.04002854973077774, -0.032699793577194214, 0.043854810297489166, 0.004278787411749363, 0.0006884505855850875, -0.04488495737314224, -0.04102926328778267, -0.025930259376764297, -0.009734884835779667, -0.058718353509902954, -0.006511997897177935, -0.02269265614449978, 0.010080719366669655, -0.001149717136286199, -0.04997682198882103, 0.017939265817403793, 0.004650375805795193, -0.021309316158294678, 0.030286308377981186, -0.02910899743437767, 0.03879237547516823, -0.010551643557846546, -0.018866397440433502, -0.041912246495485306, 0.01740947738289833, -0.06463433802127838, 0.023987697437405586, 0.037850528955459595, -0.07346416264772415, -0.032405465841293335, -0.022015703842043877, 0.03782109543681145, 0.007917411625385284, 0.001663870643824339, -0.005526000168174505, -0.027681509032845497, -0.07393509149551392, -0.02794640325009823, 0.004944703541696072, 0.0041132280603051186, -0.0012232990702614188, -0.048240289092063904, 0.04208884388208389, -0.00634643854573369, 0.024282025173306465, 0.011177089996635914, 0.005272143054753542, -0.009845257736742496, 0.01409093290567398, -0.03864521160721779, -0.0002881191030610353, -0.0015994864515960217, 0.03190511092543602, 0.022045135498046875, 0.021603643894195557, 0.012597220949828625, 0.01863093674182892, -0.012089505791664124, -0.04800482839345932, -0.0022700014524161816, -0.09035857021808624, 0.022015703842043877, 0.03425972908735275, 0.012472131289541721, -0.03808598965406418, -0.016703089699149132, -0.025032561272382736, -0.04035231098532677, 0.010536927729845047, -0.03679094836115837, 0.025621216744184494, 0.020779527723789215, -0.025503484532237053, -0.005161770153790712, 0.009271319024264812, 0.04623886197805405, 0.03134588897228241, 0.03879237547516823, -0.05533358454704285, 0.0031879355665296316, -0.016335180029273033, -0.028652790933847427, 0.004319257102906704, 0.05992509424686432, -0.00931546837091446, -0.03105155937373638, 0.007431771606206894, 0.01736532710492611, -0.006824720650911331, -0.0013860989129170775, 0.016055569052696228, -0.018881114199757576, 0.02317829802632332, -0.028608640655875206, 0.03187567740678787, -0.028019985184073448, -0.01123595517128706, 0.010794464498758316, 0.00018395473307464272, -0.03835088387131691, 0.0074391295202076435, -0.035495907068252563, -0.037026409059762955, 0.007424413226544857, 0.002983745886012912, 0.040528908371925354, -0.0867677703499794, 0.026445332914590836, 0.0002216654538642615, 0.011537641286849976, -0.022839820012450218, -0.004194167908281088, -0.0006700551602989435, 0.006460490636527538, 0.03320015221834183, 0.003515375079587102, -0.0700499638915062, 0.00649360241368413, 0.007549502421170473, 0.009190378710627556, 0.008351544849574566, 0.008130799047648907, 0.046945247799158096, -0.05047718062996864, 0.010021854192018509, -0.01431167870759964, -0.040381744503974915, 0.01590840518474579, -0.024958979338407516, 0.01632046513259411, -0.020617647096514702, -0.050594910979270935, -0.020558781921863556, 0.02225116454064846, -0.030198009684681892, -0.025400470942258835, -0.026077423244714737, 0.02806413546204567, -0.01860150322318077, 0.0007280008867383003, 0.026930972933769226, 0.005205919034779072, -0.05810026451945305, -0.024958979338407516, 0.05109526962041855, 0.025856677442789078, -0.013156442902982235, -0.009734884835779667, -0.03790939226746559, 0.032935258001089096, -0.03208170831203461, 0.05559847876429558, 0.03331788256764412, -0.011920266784727573, 0.008160232566297054, -0.020441051572561264, -0.0019591180607676506, -0.02292811870574951, 0.013929053209722042, 0.04382537677884102, 0.05165449157357216, 0.028608640655875206, -0.06339816004037857, 0.004315578378736973, -0.024502770975232124, 0.04915270581841469, 0.05377364903688431, 0.01636461354792118, -0.02373751997947693, 0.004348690155893564, 0.031699080020189285, -0.026621930301189423, 0.016276314854621887, 0.043589916080236435, -0.06745988130569458, 0.007233100477606058, -0.01112558227032423, -0.0019002524204552174, -0.009433198720216751, -0.052978966385126114, -0.008160232566297054, 0.011751028709113598, 0.011361044831573963, 0.0797627717256546, 0.006243424024432898, -0.0009630030835978687, -0.013031354174017906, 0.009102080948650837, -0.0051360162906348705, 0.042471468448638916, 0.014157156459987164, -0.014753170311450958, 0.028520341962575912, -0.001624320400878787, -0.05977793037891388, 0.04114699736237526, 0.008631156757473946, 0.01196441613137722, 0.033641643822193146, 0.02582724578678608, -0.04229487478733063, -0.024958979338407516, -0.011464059352874756, 0.005036680959165096, 0.046503759920597076, 0.0441197045147419, 0.014922408387064934, 0.01274438388645649, -0.00040217104833573103, -0.017527207732200623, -0.029830100014805794, 0.009374333545565605, -0.011618581600487232, -0.01568765938282013, -0.012707593850791454, -0.03443632647395134, -0.00891076773405075, -0.002253445563837886, 0.04241260513663292, 0.02687210775911808, -0.006401624996215105, 0.007089615799486637, -0.01269287709146738, -0.0030021413695067167, 0.014061500318348408, -0.028270164504647255, 0.007332435809075832, -0.017939265817403793, -0.004753390327095985, -0.02891768515110016, -0.049329303205013275, -0.021721376106142998, 0.005930700805038214, 0.017277028411626816, -0.036172859370708466, 0.0070086754858493805, -0.014745811931788921, 0.02932974323630333, 0.018395474180579185, -0.005102904513478279, -0.002615836448967457, -0.04741617292165756, -0.024252593517303467, -0.035495907068252563, -0.007652516942471266, 0.052272580564022064, -0.0057173133827745914, -0.016820821911096573, -0.011302178725600243, -0.00018947338685393333, 0.01726231351494789, 0.017174014821648598, -0.015408049337565899, 0.006662840489298105, -0.028638074174523354, -0.010544286109507084, 0.0629861056804657, -0.014480916783213615, -0.06840173155069351, 0.008954917080700397, 0.026666078716516495, -0.04088210314512253, 0.0026581459678709507, 0.01438526064157486, -0.05851232260465622, 0.011684805154800415, -0.04603283479809761, 0.03905726969242096, 0.0007031669956631958, 0.029874250292778015, -0.01116237323731184, -0.0048085767775774, -0.013973201625049114, 0.0077260988764464855, 0.014878259040415287, 0.005095546133816242, -0.013965844176709652, -0.02974180318415165, 0.006151446606963873, 0.01729174517095089, -0.018704518675804138, -0.011419910006225109, 0.0035116958897560835, -0.019705232232809067, 0.024355607107281685, -0.04544417932629585, -0.038292016834020615, -0.020470483228564262, -0.046503759920597076, 0.019808245822787285, 0.0016776672564446926, -0.008697380311787128, -0.007325077895075083, 0.0006061308667995036, 0.031110426411032677, 0.029903681948781013, 0.042177144438028336, 0.009028499014675617, 0.03278809413313866, -0.028579208999872208, 0.008734171278774738, 0.009212452918291092, -0.053655918687582016, -0.013259457424283028, -0.0045473612844944, 0.09912952780723572, -0.030198009684681892, -0.022869253531098366, 0.0017282547196373343, 0.0034509908873587847, -0.0029138431418687105, -0.00025615698541514575, -0.05006512254476547, -0.03375937417149544, -0.04211827740073204, -0.07905638962984085, 0.05347932130098343, 0.01306078676134348, -0.010588434524834156, -0.010161659680306911, -0.0008632076205685735, 0.04279522970318794, -0.029638787731528282, -0.004278787411749363, 0.05347932130098343, 0.016305748373270035, -0.0015351022593677044, -0.01989654451608658, 0.007354510482400656, -0.02359035611152649, 0.004098511766642332, -0.02407599613070488, 0.005570149514824152, -0.06345702707767487, -0.026901541277766228, -0.011522924527525902, -0.049888525158166885, -0.030610067769885063, 0.04170621931552887, 0.026180438697338104, -0.007358189672231674, 0.05848288908600807, -0.018027564510703087, -0.02675437740981579, -0.007946845144033432, -0.010338256135582924, 0.03935159742832184, 0.020632363855838776, 0.019366754218935966, -0.0008434324990957975, -0.023119430989027023, -0.008587007410824299, 0.033788807690143585, -0.08152873814105988, -0.045679640024900436, 0.049034975469112396, 0.027078136801719666, -0.028652790933847427, 0.017012134194374084, 0.02359035611152649, -0.04067607223987579, -0.033935971558094025, -0.007273570168763399, 0.012611936777830124, -0.0024649936240166426, -0.027681509032845497, -0.04297182708978653, 0.0022700014524161816, -0.014076217077672482, -0.004091153386980295, 0.0044369883835315704, -0.006033715326339006, -0.015967272222042084, 0.030757231637835503, -0.0002032699849223718, -0.06663576513528824, 0.009698093868792057, 0.06651803106069565, -0.019984843209385872, -0.009734884835779667, -0.04788709804415703, -0.03384767100214958, 0.02701927162706852, -0.004826972261071205, 0.06828399747610092, -0.0259008277207613, -0.036879245191812515, 0.011684805154800415, -0.008726812899112701, -0.009705452248454094, 0.009337542578577995, 0.03411256521940231, 0.02366393804550171, -0.002604799112305045, -0.047092411667108536, 0.007350831292569637, 0.01796869933605194, 0.03196397423744202, -0.018101146444678307, 0.0035632033832371235, -0.00009174742444884032, 0.007096973713487387, 0.022722089663147926, -0.05624600127339363, -0.04885837808251381, 0.003478584112599492, -0.08859260380268097, -0.01863093674182892, -0.06910811364650726, -0.01353171095252037, 0.017085716128349304, -0.02604799158871174, -0.010286749340593815, -0.03629058972001076, -0.029270878061652184, 0.0223688967525959, 0.03567250445485115, 0.041353024542331696, -0.04794596508145332, 0.009720168076455593, -0.04718071222305298, -0.02052934840321541, -0.029285594820976257, 0.0017411316512152553, 0.01986711099743843, 0.05515699088573456, -0.0301097109913826, 0.01845433935523033, -0.048240289092063904, 0.049064408987760544, -0.005286859348416328, 0.017733236774802208, 0.012332325801253319, -0.026062708348035812, -0.027269450947642326, 0.0024465981405228376, -0.0658116489648819, 0.02582724578678608, -0.007163197733461857, 0.0024190049152821302, 0.020190872251987457, 0.015628794208168983, -0.04308955743908882, -0.009153587743639946, 0.0016887044766917825, 0.04565020650625229, -0.014657513238489628, 0.004996210802346468, -0.001340110320597887, -0.005117620807141066, -0.04320728778839111, -0.01994069293141365, -0.03134588897228241, 0.05035945028066635, 0.004425950814038515, -0.004050683230161667, -0.00920509546995163, 0.003029734594747424, 0.006368513219058514, 0.034789521247148514, -0.03284695744514465, -0.011633297428488731, -0.024914829060435295, -0.05127186328172684, 0.005805611610412598, -0.02675437740981579, -0.02896183356642723, -0.05103640258312225, -0.012118938378989697, 0.007424413226544857, -0.02448805421590805, -0.018351323902606964, -0.006776892580091953, -0.0265777800232172, -0.02292811870574951, 0.004665092099457979, -0.043030694127082825, 0.05147789418697357, 0.06498753279447556, 0.015408049337565899, -0.02198627032339573, -0.012302893213927746, -0.05318499356508255, -0.016188016161322594, -0.028505627065896988, 0.013516994193196297, 0.018012847751379013, 0.041765082627534866, -0.036467187106609344, 0.018763383850455284, -0.037173572927713394, -0.0045510404743254185, 0.013443412259221077, 0.04565020650625229, 0.012795891612768173, 0.011920266784727573, -0.03908670321106911, 0.026195155456662178, -0.02582724578678608, -0.03443632647395134, 0.00836626160889864, 0.013575859367847443, 0.024502770975232124, 0.022648507729172707, 0.006651803385466337, 0.03514271229505539, -0.007380264345556498, -0.0015783316921442747, -0.024355607107281685, 0.0060042827390134335, 0.007968919351696968, 0.021633077412843704, 0.023251879960298538, 0.02016143873333931, -0.016747239977121353, 0.01751249097287655, -0.01733589544892311, -0.01559936162084341, -0.0009786392329260707, 0.020823676139116287, 0.01587897352874279, -0.019999559968709946, -0.009337542578577995, 0.014002635143697262, 0.0013520673383027315, -0.044708359986543655, 0.02086782641708851, 0.012773817405104637, 0.04815199226140976, 0.001402654917910695, -0.007111690007150173, -0.011648014187812805, -0.009624511934816837, 0.04635659605264664, 0.020102573558688164, 0.022560209035873413, -0.028667505830526352, 0.02915314771234989, 0.015452197752892971, -0.001058659516274929, -0.020396901294589043, -0.02903541550040245, -0.013082860969007015, 0.030198009684681892, 0.0002782315423246473, 0.025547634810209274, -0.0024245234671980143, 0.00896227452903986, -0.030992694199085236, 0.038262587040662766, -0.02392883226275444, -0.010227883234620094, -0.02877052128314972, 0.024237876757979393, 0.020411618053913116, -0.04771050065755844, -0.00913151353597641, -0.0034454723354429007, 0.038968972861766815, -0.007049145642668009, -0.006695952732115984, 0.05615770444273949, 0.023605072870850563, 0.032699793577194214, -0.016894403845071793, 0.03623172640800476, 0.004779144190251827, -0.012229311279952526, -0.019984843209385872, 0.041647352278232574, 0.03543704003095627, 0.04341331869363785, -0.0012030639918521047, -0.041647352278232574, -0.010868046432733536, 0.022457195445895195, -0.037732794880867004, 0.012847399339079857, 0.0036625389475375414, -0.028446760028600693, 0.04935873672366142, -0.081234410405159, 0.038586344569921494, -0.01964636705815792, 0.026930972933769226, 0.032111138105392456, 0.015172586776316166, -0.00037779705598950386, -0.0005730190314352512, 0.02966822125017643, 0.081116683781147, 0.023943549022078514, -0.005669484846293926, 0.03481895476579666, 0.04838745296001434, 0.06098467484116554, 0.020779527723789215, -0.008101366460323334, 0.02035275287926197, -0.01501806452870369, 0.02180967479944229, 0.01658535934984684, -0.010176376439630985, 0.04105869680643082, 0.02825544774532318, 0.0024263630621135235, -0.027755090966820717, -0.007041787263005972, -0.031287021934986115, -0.0412941612303257, -0.027181152254343033, 0.015820108354091644, 0.014149799011647701, 0.017880400642752647, 0.017541924491524696, 0.027666792273521423, -0.0022883969359099865, -0.015363899990916252, -0.05141902714967728, -0.022383613511919975, -0.014819393865764141, -0.04138245806097984, 0.034789521247148514, -0.020146723836660385, -0.03991081938147545, -0.005080829840153456, 0.0025680081453174353, -0.007748173549771309, -0.0273135993629694, -0.0061404090374708176, -0.04214771091938019, 0.04517928510904312, 0.04014628380537033, 0.06051374971866608, 0.03161078318953514, -0.03000669740140438, -0.08347130566835403, -0.0017098593525588512, 0.028240730985999107, -0.005824007093906403, 0.0461505651473999, 0.04323672130703926, 0.0016905440716072917, -0.0036478224210441113, -0.023340176790952682, 0.04335445165634155, 0.024090712890028954, -0.002717011608183384, -0.012398549355566502, -0.05386194586753845, -0.03473065420985222, 0.0033939648419618607, 0.04297182708978653, 0.045002687722444534, 0.013914336450397968, 0.022648507729172707, -0.025356320664286613, -0.007637800648808479, -0.0630449652671814, 0.02173609286546707, -0.016349896788597107, 0.02052934840321541, 0.013443412259221077, 0.01269287709146738, 0.007372905965894461, -0.058836083859205246, 0.2564181983470917, 0.08058689534664154, 0.033788807690143585, 0.017600789666175842, 0.05818856135010719, 0.05224314704537392, 0.010993135161697865, -0.0314636193215847, 0.04812255874276161, 0.005095546133816242, -0.020190872251987457, 0.0007960641523823142, -0.029918398708105087, -0.0028586566913872957, 0.002328867092728615, 0.00029800666379742324, -0.020808959379792213, -0.017880400642752647, 0.0017687248764559627, -0.013347756117582321, -0.01576124131679535, 0.016864970326423645, -0.015775958076119423, 0.005202239844948053, -0.019631650298833847, 0.030874963849782944, 0.035054415464401245, -0.008344187401235104, 0.031846243888139725, -0.09165360778570175, -0.0587477870285511, -0.014098291285336018, 0.013222666457295418, 0.0016620310489088297, -0.017718520015478134, 0.03838031738996506, 0.025518201291561127, 0.006920377258211374, -0.0185573548078537, 0.015540496446192265, -0.012884190306067467, -0.007615726441144943, 0.001017269678413868, 0.0022957550827413797, -0.059277575463056564, 0.024620503187179565, 0.019705232232809067, 0.03790939226746559, 0.04509098455309868, -0.04956476390361786, 0.03328844904899597, -0.025400470942258835, 0.043060123920440674, -0.014017350971698761, -0.03470122069120407, 0.024797098711133003, -0.02679852582514286, -0.04450232908129692, -0.04194168001413345, 0.02366393804550171, 0.025371037423610687, -0.013590576127171516, 0.011934983544051647, 0.021942121908068657, 0.022633790969848633, 0.007093294523656368, 0.015937838703393936, 0.02072066254913807, 0.007023391779512167, 0.006401624996215105, 0.003701169276610017, 0.0014486436266452074, -0.00818230677396059, -0.09812881797552109, 0.011957057751715183, 0.007792322896420956, -0.042912960052490234, 0.007413376122713089, 0.03608456254005432, -0.030286308377981186, -0.011898192577064037, -0.025297455489635468, 0.027563778683543205, -0.02132403291761875, 0.026430616155266762, 0.018321892246603966, 0.01687968708574772, 0.0038888033013790846, -0.003701169276610017, 0.01651177741587162, 0.012391190975904465, 0.004503211937844753, 0.0013879385078325868, 0.007391301449388266, -0.025930259376764297 ]
9891_12
However, as calculated in the example, the entropy of the system of ice and water has increased more than the entropy of the surrounding room has decreased. In an isolated system such as the room and ice water taken together, the dispersal of energy from warmer to cooler always results in a net increase in entropy. Thus, when the "universe" of the room and ice water system has reached a temperature equilibrium, the entropy change from the initial state is at a maximum. The entropy of the thermodynamic system is a measure of how far the equalization has progressed. Thermodynamic entropy is a non-conserved state function that is of great importance in the sciences of physics and chemistry. Historically, the concept of entropy evolved to explain why some processes (permitted by conservation laws) occur spontaneously while their time reversals (also permitted by conservation laws) do not; systems tend to progress in the direction of increasing entropy. For isolated systems, entropy never decreases. This fact has several important consequences in science: first, it prohibits "perpetual motion" machines; and second, it implies the arrow of entropy has the same direction as the arrow of time. Increases in the total entropy of system and surroundings correspond to irreversible changes, because some energy is expended as waste heat, limiting the amount of work a system can do. Unlike many other functions of state, entropy cannot be directly observed but must be calculated. Absolute standard molar entropy of a substance can be calculated from the measured temperature dependence of its heat capacity. The molar entropy of ions is obtained as a difference in entropy from a reference state defined as zero entropy. The second law of thermodynamics states that the entropy of an isolated system must increase or remain constant. Therefore, entropy is not a conserved quantity: for example, in an isolated system with non-uniform temperature, heat might irreversibly flow and the temperature become more uniform such that entropy increases. Chemical reactions cause changes in entropy and system entropy, in conjunction with enthalpy, plays an important role in determining in which direction a chemical reaction spontaneously proceeds.
[ -0.061801258474588394, 0.07276979833841324, 0.013784392736852169, -0.01686561107635498, -0.0655164122581482, -0.030222466215491295, -0.0012420696439221501, -0.01885586977005005, -0.04688167944550514, 0.0878073200583458, 0.06480876356363297, 0.008816114626824856, 0.02982441335916519, -0.027996324002742767, 0.0048724510706961155, -0.019873114302754402, -0.06035647541284561, -0.01242806762456894, -0.07176730036735535, -0.011646706610918045, 0.018826384097337723, 0.014558383263647556, -0.03552982583642006, -0.0766618624329567, -0.02162749134004116, 0.017499545589089394, 0.037564314901828766, 0.009767016395926476, 0.02933790534734726, 0.07707466185092926, 0.007658815011382103, -0.008388577029109001, -0.03081217221915722, -0.040601301938295364, 0.006645256653428078, 0.02148006483912468, 0.038419388234615326, -0.008889827877283096, 0.030281435698270798, -0.04293064400553703, 0.049417417496442795, 0.0065973433665931225, 0.04372674971818924, -0.03806556388735771, -0.04528947174549103, 0.011256026104092598, -0.010083983652293682, 0.005222589708864689, -0.015745166689157486, -0.04487667605280876, 0.016703441739082336, 0.008683430030941963, 0.05254286155104637, -0.04935844615101814, 0.015140717849135399, -0.0034258270170539618, -0.026979079470038414, 0.027318160980939865, -0.017661714926362038, 0.05864632502198219, 0.03476320579648018, 0.010998029261827469, 0.04293064400553703, -0.04428697004914284, 0.017927082255482674, 0.05652338266372681, -0.02291010320186615, 0.006571543402969837, -0.026065034791827202, -0.019991055130958557, -0.03700409084558487, 0.00746716046705842, 0.00790944043546915, -0.017794398590922356, -0.04024747759103775, 0.07153141498565674, 0.012582865543663502, -0.0025799665600061417, -0.036886151880025864, -0.02568172477185726, -0.01323891431093216, 0.005602213088423014, -0.012700807303190231, 0.01881164126098156, -0.014270900748670101, -0.0278636384755373, -0.0024767678696662188, -0.011042256839573383, 0.00292273354716599, -0.03800659254193306, 0.013010403141379356, 0.0645139068365097, -0.025445841252803802, 0.0003722523106262088, 0.005830724723637104, 0.01772068440914154, -0.03134290874004364, 0.040365420281887054, 0.025445841252803802, 0.003003818215802312, 0.04428697004914284, 0.040660273283720016, 0.0035677251871675253, 0.07182627171278, -0.003081217175349593, 0.0414268933236599, 0.01714572124183178, 0.05044940486550331, 0.01276714913547039, -0.029323162510991096, 0.024841392412781715, 0.00713176466524601, 0.007688300684094429, -0.005989208351820707, -0.04166277498006821, 0.026757938787341118, 0.04714704677462578, -0.008005267940461636, -0.06805215030908585, -0.02119995467364788, 0.02500356175005436, -0.008359091356396675, 0.0067042275331914425, 0.01695406623184681, -0.03968725726008415, -0.023028044030070305, 0.029352648183703423, 0.004448599647730589, 0.011749904602766037, -0.011056999675929546, -0.03667975217103958, -0.006092406809329987, -0.015376601368188858, 0.0251067616045475, 0.027598271146416664, 0.023219699040055275, 0.007938926108181477, 0.04393314570188522, -0.013754907995462418, -0.046616312116384506, 0.016364360228180885, -0.02767198532819748, 0.02858603000640869, 0.05074425786733627, -0.0012300912057980895, 0.03299408778548241, 0.012737663462758064, 0.009280508384108543, -0.005897066555917263, -0.0013848892413079739, -0.015288145281374454, 0.013740165159106255, -0.004315915517508984, -0.012509152293205261, -0.006317232269793749, 0.023706207051873207, -0.05891169607639313, 0.024590767920017242, -0.061801258474588394, 0.012774520553648472, -0.00021687844127882272, -0.007021194789558649, 0.019873114302754402, 0.0034829548094421625, -0.0021911286748945713, 0.012052129954099655, -0.03824247792363167, -0.022276168689131737, -0.017838627099990845, -0.013843364082276821, 0.01614321954548359, -0.043225497007369995, -0.03311202675104141, -0.0069069392047822475, 0.03682718053460121, 0.007607216015458107, 0.025829151272773743, -0.007703043054789305, -0.015170203521847725, 0.010187182575464249, -0.03358379378914833, -0.04107306897640228, 0.059471916407346725, 0.03800659254193306, 0.009501648135483265, 0.02643360011279583, -0.04449336603283882, 0.023455582559108734, -0.00007227361493278295, 0.004268001765012741, -0.008617088198661804, 0.037888653576374054, -0.07123656570911407, 0.0028858769219368696, -0.03821299225091934, -0.0011222854955121875, -0.04325498268008232, 0.0707058310508728, 0.008956169709563255, -0.031549304723739624, 0.0049277362413704395, 0.04245888069272041, -0.03721049055457115, 0.01026089582592249, -0.019681459292769432, 0.00027941958978772163, 0.04614454507827759, 0.06581126153469086, 0.012877718545496464, 0.01255338080227375, 0.015140717849135399, 0.04328446835279465, -0.01147716585546732, 0.011536136269569397, -0.029750701040029526, -0.02638937346637249, -0.04001159593462944, 0.045230500400066376, -0.04148586466908455, -0.020654475316405296, 0.010246152989566326, -0.025711210444569588, -0.007658815011382103, 0.03915652260184288, 0.01690983772277832, -0.029942356050014496, -0.002091615693643689, 0.03449783846735954, -0.005152561701834202, -0.005723840091377497, 0.03087114356458187, 0.06758037954568863, -0.01298091746866703, -0.024089517071843147, 0.040896154940128326, 0.0026592083740979433, 0.01283349096775055, 0.05478374660015106, 0.01763222925364971, -0.011403452605009079, 0.02720022015273571, 0.03014875203371048, 0.04720601812005043, -0.03019298054277897, 0.01662972755730152, 0.0414268933236599, -0.015044891275465488, -0.00022424977214541286, -0.02871871367096901, 0.04744189977645874, -0.029278935864567757, 0.00651257298886776, 0.0403064489364624, -0.007470846176147461, -0.016600241884589195, 0.018369361758232117, 0.02547532692551613, 0.005215218290686607, -0.013777021318674088, -0.06197816878557205, -0.0050088209100067616, 0.011772018857300282, -0.014477298595011234, -0.04296012967824936, -0.027657242491841316, 0.03340688347816467, -0.023367125540971756, -0.01744057424366474, -0.038124535232782364, -0.02686113864183426, -0.07153141498565674, 0.00039160207961685956, -0.04071924462914467, 0.008794000372290611, -0.027878381311893463, 0.00246571097522974, 0.01724891923367977, -0.04304858669638634, 0.03768225386738777, 0.019062267616391182, -0.003112545469775796, 0.021067271009087563, 0.012899832800030708, 0.011130712926387787, 0.004747138358652592, -0.0036764524411410093, -0.04405108839273453, 0.019932085648179054, -0.021258924156427383, 0.036797694861888885, 0.014617353677749634, -0.037505343556404114, -0.0059302374720573425, -0.026787424460053444, 0.010717918165028095, 0.028748199343681335, 0.01567145437002182, 0.02072818949818611, -0.04868028312921524, -0.028689227998256683, 0.0073602763004601, -0.020212195813655853, -0.031755704432725906, 0.0020805587992072105, -0.02709702029824257, 0.042989615350961685, -0.003980519715696573, 0.003147559240460396, 0.009059368632733822, 0.013865477405488491, 0.008115837350487709, 0.016172705218195915, -0.048326458781957626, 0.028703970834612846, -0.013275771401822567, 0.03387864679098129, 0.02438437007367611, 0.04977124184370041, 0.010681062005460262, -0.006564171984791756, 0.020123738795518875, -0.030546804890036583, 0.006365146022289991, -0.08810217678546906, -0.001133342506363988, 0.02444334141910076, 0.012007901445031166, -0.017175206914544106, 0.023544037714600563, -0.01866421476006508, -0.04528947174549103, 0.015612483955919743, -0.031844157725572586, 0.015494542196393013, -0.02858603000640869, -0.03729894384741783, 0.005664869677275419, -0.01298091746866703, 0.022895360365509987, 0.006331975106149912, 0.03744637221097946, -0.060562871396541595, 0.03464526683092117, 0.008447547443211079, -0.010865344665944576, 0.0065568010322749615, 0.02119995467364788, 0.004426485393196344, -0.04791366681456566, 0.002401211764663458, -0.034409381449222565, 0.020271165296435356, 0.01680663973093033, 0.04994815215468407, 0.04340241104364395, 0.023396611213684082, -0.037652768194675446, -0.0075040170922875404, -0.03476320579648018, 0.011514022015035152, 0.0005196789861656725, -0.01284086238592863, -0.014329871162772179, -0.02000579796731472, -0.06828802824020386, -0.022025544196367264, 0.01357799582183361, -0.013511653989553452, 0.057231031358242035, -0.034940119832754135, 0.029794927686452866, 0.02156851999461651, -0.01290720421820879, -0.024325398728251457, -0.0158188808709383, 0.03721049055457115, 0.036266960203647614, 0.03435041382908821, 0.005027248989790678, -0.06050390377640724, -0.026522057130932808, -0.003621167503297329, -0.0069069392047822475, 0.010872716084122658, 0.008300120942294598, 0.04378571733832359, -0.03921549394726753, 0.015730425715446472, -0.006372517440468073, -0.04932896047830582, 0.008108466863632202, -0.0389501228928566, 0.012192185036838055, -0.0403064489364624, -0.02139160968363285, -0.016393844038248062, 0.028939854353666306, -0.008624459616839886, -0.01701303757727146, -0.0321979820728302, 0.011654078029096127, -0.020226938650012016, -0.0225710216909647, 0.0033447423484176397, 0.004854022990912199, -0.02814375050365925, -0.03010452538728714, 0.04148586466908455, 0.011167570017278194, 0.020433334633708, -0.016688698902726173, -0.058941178023815155, 0.01695406623184681, -0.0452599860727787, 0.052277494221925735, 0.03759380057454109, 0.02248256653547287, -0.0244285985827446, 0.006483087316155434, -0.022851131856441498, -0.053840216249227524, 0.009273136965930462, 0.00507147703319788, 0.05616955831646919, -0.01419718749821186, -0.053604334592819214, 0.00327471480704844, -0.024885620921850204, 0.013754907995462418, 0.027067534625530243, 0.015509285032749176, -0.02148006483912468, -0.017072007060050964, 0.06073978543281555, -0.058852724730968475, -0.0014245101483538747, 0.04411005601286888, -0.0327582061290741, 0.0010559434304013848, -0.009936557151377201, -0.018605245277285576, 0.012059501372277737, -0.05578624829649925, -0.04045387730002403, -0.021612748503684998, 0.01262709405273199, 0.019268665462732315, 0.029087280854582787, 0.027126505970954895, 0.0035695680417120457, -0.024517053738236427, -0.01667395606637001, 0.06587023288011551, 0.00005977690307190642, -0.01842833310365677, 0.04039490595459938, 0.0065568010322749615, -0.07683877646923065, 0.044552337378263474, 0.005569042172282934, -0.021701205521821976, -0.009833358228206635, -0.00753718800842762, -0.034940119832754135, -0.03228643909096718, -0.004400685895234346, -0.03210952877998352, 0.0514519065618515, 0.02453179657459259, 0.01014295406639576, 0.0009674874600023031, 0.003119916655123234, -0.01643807254731655, -0.010467292740941048, 0.05681823566555977, -0.043992117047309875, 0.014853236265480518, -0.00408371863886714, -0.030989084392786026, -0.003728051669895649, 0.018133480101823807, 0.02995709702372551, 0.04859182983636856, 0.007161250337958336, -0.009973413310945034, -0.04363829270005226, 0.026507314294576645, 0.03992313891649246, -0.021421093493700027, 0.04054233059287071, -0.02720022015273571, 0.014912206679582596, -0.016423329710960388, -0.020167967304587364, 0.024413855746388435, 0.01895906962454319, 0.00981124397367239, -0.044699765741825104, -0.0024435969535261393, -0.02096407115459442, 0.0032544436398893595, 0.04416902735829353, -0.006280375644564629, 0.001947874785400927, -0.023322898894548416, -0.005804924760013819, -0.023013301193714142, -0.03499909117817879, 0.03600159287452698, 0.0147205526009202, -0.0022482567001134157, 0.0014742666389793158, -0.005093591287732124, 0.006331975106149912, 0.052690289914608, 0.005159933120012283, 0.054606836289167404, 0.016659213230013847, -0.015170203521847725, 0.04201659932732582, 0.010378836654126644, -0.07524656504392624, 0.0017175206448882818, 0.03376070410013199, -0.04505358636379242, -0.0058823237195611, 0.011934188194572926, -0.0804949551820755, -0.012582865543663502, -0.06168331578373909, 0.046616312116384506, -0.020330136641860008, 0.005414244253188372, -0.043992117047309875, 0.0023901548702269793, -0.007710414472967386, 0.03824247792363167, 0.007791499141603708, 0.007290248293429613, 0.0028232205659151077, -0.018118737265467644, 0.0012485195184126496, 0.010209296829998493, 0.0067300270311534405, 0.006777940783649683, -0.012450181879103184, -0.04095512628555298, 0.017175206914544106, -0.045938149094581604, -0.010850602760910988, 0.015273402445018291, -0.014941692352294922, -0.01214795745909214, 0.030428864061832428, -0.011749904602766037, -0.0065568010322749615, -0.011174941435456276, 0.037357915192842484, 0.02434014156460762, 0.0019239179091528058, 0.003611953230574727, -0.007006451953202486, -0.03853733092546463, -0.0016926423413679004, -0.002778992522507906, -0.0023809405975043774, -0.04906359314918518, -0.028895625844597816, 0.07560039311647415, -0.0067853122018277645, -0.03264026343822479, 0.008771886117756367, 0.01217007078230381, -0.0069069392047822475, -0.00026790189440362155, -0.05655286833643913, -0.0415448322892189, -0.0606808140873909, -0.11104176193475723, 0.03402607515454292, 0.040129538625478745, -0.017986053600907326, -0.014838493429124355, -0.009722788818180561, 0.02028590813279152, -0.04850337281823158, -0.03134290874004364, 0.05749639868736267, 0.02624194510281086, 0.026713712140917778, 0.009877586737275124, 0.02329341322183609, 0.0002526985190343112, -0.037181004881858826, 0.0002748125116340816, 0.010459921322762966, -0.011543507687747478, -0.06610611826181412, -0.004135318100452423, -0.0768977478146553, -0.04207557067275047, 0.031608276069164276, 0.051422420889139175, -0.0022206141147762537, 0.05926551669836044, -0.014469927176833153, -0.02899882383644581, 0.0006141241756267846, 0.019593004137277603, 0.02939687669277191, 0.020462820306420326, 0.06221405044198036, -0.006818483117967844, -0.03449783846735954, -0.016349617391824722, 0.0365912988781929, -0.03883218392729759, -0.023308156058192253, 0.02186337485909462, 0.012730292044579983, -0.026610512286424637, 0.019209694117307663, 0.020079512149095535, -0.0464983694255352, 0.010386208072304726, -0.005134133622050285, 0.027952095493674278, 0.013187315315008163, -0.03945137560367584, -0.03511703014373779, -0.0033797563519328833, -0.00967118889093399, -0.0065420581959187984, 0.006284061353653669, 0.00010331383964512497, 0.02124418132007122, 0.0040468620136380196, -0.019828885793685913, -0.03072371706366539, -0.00005597605922957882, 0.07412612438201904, -0.037888653576374054, -0.03243386745452881, -0.04820851981639862, -0.04472924768924713, 0.020462820306420326, -0.019696202129125595, 0.03777071088552475, -0.03311202675104141, -0.0013590895105153322, 0.007806241977959871, 0.008300120942294598, -0.017204690724611282, -0.0008946955786086619, 0.00986284390091896, 0.031844157725572586, 0.016113733872771263, -0.042842186987400055, 0.03420298546552658, -0.00507147703319788, 0.020698703825473785, -0.00009836122626438737, 0.006464659236371517, -0.011521393433213234, -0.017204690724611282, -0.018708443269133568, -0.0463804267346859, -0.03128393739461899, -0.0025173102039843798, -0.054990146309137344, -0.010017641820013523, -0.06657788157463074, -0.04475873336195946, 0.029618017375469208, -0.01895906962454319, -0.01195630244910717, -0.019121238961815834, -0.040748730301856995, 0.00783572718501091, 0.018546273931860924, 0.04932896047830582, -0.019504547119140625, -0.012516523711383343, -0.05254286155104637, 0.000706265855114907, -0.033701736479997635, 0.005598527379333973, -0.010717918165028095, 0.04101409763097763, -0.060326989740133286, 0.019091753289103508, -0.04788418114185333, 0.05858735740184784, -0.038360416889190674, -0.014057132415473461, 0.019032781943678856, -0.0010955643374472857, 0.011366595514118671, 0.013165201060473919, -0.017116235569119453, 0.019932085648179054, -0.03676820918917656, 0.06474979221820831, 0.01135922409594059, -0.020831387490034103, -0.05705411732196808, 0.007249705959111452, -0.017366860061883926, 0.026300916448235512, -0.0005385680124163628, 0.0004664671723730862, 0.024281172081828117, 0.03387864679098129, -0.0588822104036808, -0.011197054758667946, -0.03956931456923485, 0.058321986347436905, 0.005100962705910206, -0.02109675481915474, -0.009907071478664875, 0.010754775255918503, -0.02577017992734909, -0.005694354884326458, -0.018546273931860924, -0.007688300684094429, 0.007470846176147461, -0.039805199950933456, 0.006958538666367531, -0.051805730909109116, 0.004842965863645077, -0.06386522948741913, 0.003143873531371355, 0.010224038735032082, -0.007968410849571228, 0.024177972227334976, -0.007879954762756824, 0.008742401376366615, -0.017646972090005875, 0.03081217221915722, -0.05929500237107277, 0.07412612438201904, 0.06239096447825432, -0.004876136779785156, -0.038507845252752304, -0.0019276036182418466, -0.035411883145570755, 0.010371466167271137, -0.01763222925364971, 0.022349882870912552, -0.018310392275452614, 0.03387864679098129, -0.04387417435646057, 0.03491063416004181, -0.010555748827755451, 0.0057680681347846985, 0.00804949551820755, 0.03588365018367767, -0.0069474815391004086, -0.023160729557275772, -0.01857575960457325, 0.04201659932732582, -0.022467823699116707, -0.016040021553635597, 0.0059449803084135056, 0.011875217780470848, 0.022512052208185196, -0.008086352609097958, 0.0013388183433562517, 0.02205502800643444, -0.0006514415726996958, -0.0007219299441203475, -0.004301172681152821, 0.0016769783105701208, 0.004721338860690594, 0.039421889930963516, 0.01586310938000679, -0.0091183390468359, -0.039186008274555206, 0.013209428638219833, -0.0232491847127676, -0.020507048815488815, 0.006018693558871746, -0.00857286062091589, 0.010776889510452747, -0.044375427067279816, -0.040365420281887054, 0.03520548716187477, 0.004879822488874197, -0.027465587481856346, 0.0026776366867125034, -0.013894963078200817, 0.021185211837291718, 0.007161250337958336, 0.00978913065046072, -0.031549304723739624, 0.02423694357275963, 0.014705809764564037, 0.03464526683092117, -0.005222589708864689, -0.017971310764551163, 0.016688698902726173, -0.01744057424366474, 0.020138481631875038, -0.020654475316405296, -0.008676059544086456, -0.018649471923708916, 0.02052179165184498, -0.01620219089090824, 0.0018013694789260626, -0.012759777717292309, 0.013460054062306881, 0.0012807691236957908, 0.03376070410013199, -0.030075039714574814, -0.022983817383646965, -0.02852705866098404, 0.01782388426363468, -0.013135715387761593, -0.006652628071606159, 0.025460584089159966, 0.004625511355698109, 0.039038579910993576, -0.015435571782290936, -0.0074303038418293, 0.06669582426548004, 0.035176001489162445, 0.0339965894818306, 0.022777419537305832, 0.013460054062306881, -0.010629462078213692, -0.016688698902726173, -0.006888510659337044, 0.03405556082725525, 0.05557985231280327, 0.08326657861471176, 0.00702488049864769, -0.06421905755996704, 0.00028057137387804687, 0.010843231342732906, -0.02967698685824871, -0.017661714926362038, -0.019902599975466728, -0.015730425715446472, 0.05555036664009094, -0.06999818235635757, 0.03830144554376602, -0.025637496262788773, 0.02380940690636635, 0.05363382026553154, 0.0251067616045475, -0.013231542892754078, 0.02100829966366291, 0.015995793044567108, 0.046174030750989914, 0.03311202675104141, 0.0036948807537555695, 0.011182311922311783, 0.04626248776912689, 0.07978730648756027, 0.01100540068000555, -0.007806241977959871, 0.025313157588243484, -0.019224436953663826, -0.0027808353770524263, 0.011587735265493393, -0.0014622882008552551, 0.03429144248366356, 0.06610611826181412, -0.002509939018636942, -0.022217197343707085, -0.023411354050040245, -0.03134290874004364, -0.038566816598176956, -0.008587603457272053, 0.02528367191553116, 0.04225248098373413, 0.010083983652293682, -0.010990657843649387, 0.025991320610046387, 0.019976312294602394, -0.02124418132007122, -0.025652239099144936, 0.004514941480010748, 0.000366723834304139, -0.01637910306453705, 0.052660804241895676, -0.021037785336375237, -0.026846395805478096, 0.00699170958250761, -0.010017641820013523, -0.008558117784559727, -0.01723417639732361, -0.003921549301594496, -0.05378124490380287, 0.038507845252752304, 0.004002633970230818, 0.057466913014650345, 0.03443886712193489, -0.04095512628555298, -0.05339793860912323, -0.003368699224665761, 0.03585416451096535, -0.010725289583206177, 0.019710944965481758, 0.037357915192842484, 0.0009287879802286625, 0.019062267616391182, -0.021642234176397324, 0.0630396381020546, -0.01357799582183361, -0.01228801254183054, -0.004938793368637562, -0.048562344163656235, -0.01866421476006508, -0.009722788818180561, 0.029160993173718452, 0.040129538625478745, 0.024546539410948753, 0.022969074547290802, -0.0020492305047810078, 0.014012903906404972, -0.08320760726928711, 0.005521128419786692, -0.030134009197354317, -0.007688300684094429, 0.031165996566414833, 0.008255893364548683, 0.04425748437643051, -0.047943152487277985, 0.25687623023986816, 0.061034638434648514, 0.01780914142727852, 0.005517442710697651, 0.022349882870912552, 0.044935647398233414, 0.002622351748868823, -0.049417417496442795, -0.0002824141993187368, -0.0010605505667626858, -0.007290248293429613, -0.01752902939915657, 0.003153087804093957, 0.0067189703695476055, 0.008329606615006924, 0.03576570749282837, -0.02948533184826374, -0.027730954810976982, 0.007028566207736731, -0.04534844309091568, -0.017396345734596252, 0.007540873717516661, -0.05115705356001854, 0.013828621245920658, -0.03281717374920845, 0.013629594817757607, 0.017396345734596252, 0.011668819934129715, 0.0008495461661368608, -0.05900014936923981, -0.04635094106197357, -0.016467558220028877, 0.0038072934839874506, 0.009361593052744865, 0.005137819331139326, 0.01095380075275898, 0.020462820306420326, 0.00732341967523098, 0.006586286239326, -0.009169938042759895, -0.003162301843985915, -0.006092406809329987, -0.02380940690636635, 0.004430171102285385, -0.03225695341825485, 0.012973546050488949, 0.021686462685465813, 0.02367672137916088, 0.04587917774915695, -0.036561813205480576, 0.040660273283720016, -0.023897862061858177, 0.024797163903713226, 0.0042643160559237, -0.07088273763656616, 0.033465851098299026, -0.005609584506601095, -0.02739187330007553, -0.027834154665470123, 0.002257470740005374, 0.051510874181985855, 0.01264920737594366, 0.024163229390978813, 0.0213326383382082, 0.015184946358203888, 0.04997763782739639, 0.011211797595024109, 0.022659478709101677, -0.004787680692970753, 0.018752671778202057, -0.013378969393670559, -0.0029522189870476723, -0.02153903618454933, -0.09223011881113052, 0.05316205322742462, -0.012700807303190231, -0.026993822306394577, 0.03464526683092117, 0.04425748437643051, -0.0220108013600111, -0.008676059544086456, -0.03243386745452881, -0.015170203521847725, -0.01571568287909031, 0.024944592267274857, 0.002653680043295026, 0.02610926143825054, -0.006335660815238953, 0.007058051414787769, -0.009582732804119587, 0.013356856070458889, 0.044847190380096436, -0.018929583951830864, 0.0016594714252278209, 0.0010338295251131058 ]
9891_13
One dictionary definition of entropy is that it is "a measure of thermal energy per unit temperature that is not available for useful work" in a cyclic process. For instance, a substance at uniform temperature is at maximum entropy and cannot drive a heat engine. A substance at non-uniform temperature is at a lower entropy (than if the heat distribution is allowed to even out) and some of the thermal energy can drive a heat engine. A special case of entropy increase, the entropy of mixing, occurs when two or more different substances are mixed. If the substances are at the same temperature and pressure, there is no net exchange of heat or work – the entropy change is entirely due to the mixing of the different substances. At a statistical mechanical level, this results due to the change in available volume per particle with mixing. Equivalence of definitions Proofs of equivalence between the definition of entropy in statistical mechanics (the Gibbs entropy formula ) and in classical thermodynamics ( together with the fundamental thermodynamic relation) are known for the microcanonical ensemble, the canonical ensemble, the grand canonical ensemble, and the isothermal–isobaric ensemble. These proofs are based on the probability density of microstates of the generalized Boltzmann distribution and the identification of the thermodynamic internal energy as the ensemble average . Thermodynamic relations are then employed to derive the well-known Gibbs entropy formula. However, the equivalence between the Gibbs entropy formula and the thermodynamic definition of entropy is not a fundamental thermodynamic relation but rather a consequence of the form of the generalized Boltzmann distribution. Furthermore, it has been shown that the definitions of entropy in statistical mechanics is the only entropy that is equivalent to the classical thermodynamics entropy under the following postulates:
[ -0.03958655893802643, 0.039102405309677124, 0.030786382034420967, -0.0358557403087616, -0.03696644306182861, -0.038162581622600555, -0.007639636285603046, -0.032865386456251144, -0.06544598191976547, 0.10076060891151428, 0.05599077418446541, -0.006276178173720837, 0.020348630845546722, -0.04502614960074425, 0.0034673837944865227, -0.013328423723578453, -0.026429012417793274, 0.009426726959645748, -0.05057965964078903, -0.018412021920084953, 0.043459776788949966, 0.010907663032412529, -0.050465743988752365, -0.06732562929391861, -0.021530531346797943, 0.022214040160179138, 0.0750151053071022, 0.02477719821035862, 0.07085709273815155, 0.05527878552675247, -0.008316025137901306, 0.01209668442606926, 0.0005286514642648399, -0.058041300624608994, 0.014467605389654636, 0.01065134722739458, 0.025731263682246208, -0.006112420931458473, 0.03061550483107567, -0.04995311051607132, 0.06971791386604309, -0.017301319167017937, 0.03981439396739006, -0.01306498795747757, -0.01238859910517931, 0.007867472246289253, -0.009761362336575985, 0.007194643374532461, -0.009092092514038086, -0.05072205886244774, -0.001970428042113781, -0.01336402352899313, 0.03127053380012512, -0.054709192365407944, 0.051804281771183014, 0.009661683812737465, -0.009497926570475101, 0.03178316354751587, -0.010373671539127827, 0.058667849749326706, 0.050693579018116, 0.01053030975162983, 0.03360585495829582, -0.05485159158706665, -0.015094155445694923, 0.030216790735721588, -0.027254918590188026, 0.021544771268963814, -0.010316712781786919, -0.03941567987203598, -0.008323145098984241, -0.015208073891699314, -0.004962559789419174, -0.010537429712712765, -0.0335204154253006, 0.044399600476026535, 0.024905357509851456, -0.018796496093273163, -0.049298081547021866, -0.0002714456059038639, 0.006909848190844059, 0.007760674227029085, 0.010167195461690426, 0.02694164402782917, -0.007447399199008942, 0.0026218974962830544, 0.016660530120134354, -0.031697727739810944, 0.01238859910517931, -0.03591269999742508, 0.0017479317029938102, 0.05365544930100441, 0.012516757473349571, 0.021729888394474983, -0.024734480306506157, 0.04824433848261833, -0.016162138432264328, 0.047532349824905396, -0.0024296606425195932, 0.020006876438856125, 0.04494071379303932, 0.07398983836174011, 0.014581523835659027, 0.08122364431619644, -0.013776976615190506, 0.02225675992667675, -0.0034780637361109257, 0.04237755388021469, 0.0030722301453351974, 0.0054645114578306675, 0.0017710713436827064, -0.013976333662867546, 0.022755151614546776, -0.03918784484267235, 0.020533747971057892, 0.012118043377995491, 0.019437285140156746, 0.000642569619230926, -0.04625077173113823, -0.008422823622822762, 0.012716113589704037, -0.003784218803048134, 0.016347255557775497, 0.033093225210905075, -0.04269082844257355, -0.01872529648244381, 0.002563158515840769, -0.01856865920126438, 0.013428102247416973, -0.014581523835659027, -0.034830477088689804, -0.003476283745840192, -0.007774914149194956, 0.02422184683382511, 0.023694977164268494, 0.02930544503033161, 0.0028230343014001846, 0.0776921808719635, -0.02264123409986496, -0.020391350612044334, 0.0007564877741970122, -0.025802461430430412, -0.012673394754529, 0.04454199969768524, -0.009853919968008995, 0.01317890640348196, 0.040327027440071106, -0.010124475695192814, 0.0004934970056638122, 0.02419336885213852, -0.029960473999381065, 0.009811201132833958, -0.012652034871280193, -0.027397315949201584, -0.008622180670499802, 0.01889617368578911, -0.02242763713002205, 0.026272375136613846, -0.03471655771136284, 0.0232535433024168, -0.05129164829850197, -0.037991706281900406, 0.006817289628088474, 0.0060803815722465515, -0.01871105656027794, -0.007732194848358631, -0.023538338020443916, -0.02399401180446148, -0.05405416339635849, -0.010352312587201595, -0.0010261533316224813, -0.027781790122389793, -0.017443718388676643, -0.00028457288863137364, 0.05188972130417824, 0.008636419661343098, -0.013890895061194897, -0.04001375287771225, -0.004435688257217407, 0.014389286749064922, -0.027283398434519768, -0.039728958159685135, 0.03064398281276226, 0.019835999235510826, 0.0025168792344629765, 0.01814146526157856, -0.04881392791867256, 0.01248827762901783, -0.009932239539921284, -0.009512165561318398, 0.0036222413182258606, 0.04163708537817001, -0.04405784606933594, 0.03061550483107567, -0.01270187459886074, 0.0011285017244517803, -0.03810562193393707, 0.04864305257797241, -0.004966119769960642, -0.03158380836248398, -0.00522243557497859, 0.023168105632066727, -0.05957919359207153, -0.020790062844753265, -0.03955807909369469, 0.01552134845405817, 0.022982988506555557, 0.03300778567790985, -0.004770322702825069, 0.00820210762321949, 0.019992636516690254, 0.04630773141980171, -0.021402373909950256, 0.016916846856474876, -0.0142540093511343, -0.01280155312269926, -0.03195404261350632, 0.022356437519192696, -0.031897082924842834, -0.013000909239053726, 0.0049269599840044975, -0.005354153458029032, 0.009917999617755413, 0.037735387682914734, 0.03907392546534538, -0.03730819746851921, 0.021003659814596176, 0.0448552742600441, 0.0024047410115599632, 0.049298081547021866, 0.0343463234603405, 0.05214603617787361, -0.009519285522401333, -0.0007520377985201776, 0.04254842922091484, 0.0022819230798631907, 0.018013307824730873, 0.043231938034296036, 0.015065675601363182, 0.00556063000112772, 0.028593456372618675, 0.040497902780771255, 0.04898480698466301, -0.0031309693586081266, 0.02051950804889202, 0.04738995432853699, 0.003179028397426009, 0.02145933173596859, -0.015378951095044613, 0.0285080187022686, -0.02323930338025093, 0.031128136441111565, 0.06407896429300308, -0.005083597730845213, -0.01774275302886963, -0.019010091200470924, 0.012744593434035778, 0.024264566600322723, -0.021744128316640854, -0.058069780468940735, -0.006415016017854214, 0.007447399199008942, -0.0343463234603405, -0.01855441927909851, -0.024706000462174416, 0.027553953230381012, -0.00047703227028250694, -0.0030793501064181328, -0.05758562684059143, 0.003805578453466296, -0.059237439185380936, -0.008600820787250996, -0.06373720616102219, 0.015307752415537834, -0.03417544811964035, 0.020918220281600952, -5.249524406281125e-7, -0.03656772896647453, 0.04741843044757843, 0.028422579169273376, -0.04912720248103142, 0.05661732330918312, -0.014709682203829288, 0.016560852527618408, 0.008429943583905697, -0.007604036945849657, -0.06014878675341606, 0.020946700125932693, -0.03574182093143463, 0.022214040160179138, 0.03511527180671692, -0.04941200092434883, 0.003805578453466296, -0.005076477769762278, 0.0029672118835151196, 0.028807053342461586, 0.0022320838179439306, 0.00036155665293335915, -0.016304535791277885, -0.036396849900484085, -0.0048201619647443295, -0.01777123287320137, -0.011285017244517803, 0.002214284148067236, -0.054538317024707794, 0.040526382625103, -0.003716579871252179, 0.01220348197966814, 0.014097372069954872, 0.0035599423572421074, -0.019209448248147964, 0.003383725183084607, -0.023865854367613792, 0.020918220281600952, -0.021174537017941475, 0.034033048897981644, 0.02339594066143036, 0.012936830520629883, 0.006984606850892305, -0.0021680048666894436, 0.01287275180220604, -0.021003659814596176, 0.037763867527246475, -0.08145148307085037, 0.01812722720205784, 0.01855441927909851, -0.014695442281663418, -0.030017433688044548, 0.004179372452199459, 0.0042826104909181595, -0.047731708735227585, -0.015293512493371964, -0.020206233486533165, -0.017429478466510773, 0.006649972405284643, -0.022541554644703865, 0.009604724124073982, -0.006984606850892305, 0.08059709519147873, 0.020790062844753265, 0.015848863869905472, -0.04582357779145241, 0.038960009813308716, 0.0079173119738698, -0.009604724124073982, -0.008686259388923645, 0.05855393037199974, 0.009910879656672478, -0.04827281832695007, -0.00638653663918376, 0.0033783852122724056, 0.01660357043147087, 0.04200731962919235, 0.046165332198143005, -0.005585549399256706, 0.006941887550055981, -0.023766174912452698, 0.006429255940020084, -0.03557094559073448, -0.00790307205170393, 0.03226731717586517, 0.023282023146748543, -0.01700228452682495, 0.009234490804374218, -0.06578773260116577, -0.043459776788949966, 0.02457784116268158, -0.026030298322439194, 0.05929439887404442, -0.052829544991254807, 0.030188310891389847, -0.011683730408549309, 0.010494709946215153, 0.001763951382599771, -0.02402249164879322, 0.02556038647890091, 0.040668781846761703, 0.022128602489829063, -0.0029155928641557693, -0.0518612414598465, -0.04214971885085106, 0.003823378123342991, 0.006283298134803772, -0.009832561016082764, 0.011584052816033363, 0.057699546217918396, -0.034858956933021545, 0.05228843167424202, -0.016546612605452538, -0.0381910614669323, -0.01103582140058279, -0.03454567864537239, 0.027454275637865067, -0.06493334472179413, -0.022555794566869736, -0.026827724650502205, 0.020747343078255653, 0.0009407147881574929, 0.0039052567444741726, -0.0015779444947838783, 0.022356437519192696, 0.02402249164879322, -0.0030063712038099766, 0.02127421461045742, 0.011249417439103127, -0.05089293420314789, -0.039358723908662796, 0.06265498697757721, -0.006279738154262304, 0.0033623655326664448, -0.004951879847794771, -0.05086445435881615, 0.0011480813845992088, -0.007283641956746578, 0.0488424077630043, 0.037763867527246475, 0.014581523835659027, -0.007244482636451721, 0.004574526101350784, -0.011484374292194843, -0.03705187886953354, -0.025631584227085114, 0.024905357509851456, 0.04841521754860878, 0.012039724737405777, -0.06698387861251831, -0.015905821695923805, -0.04004223272204399, 0.005735067185014486, 0.050693579018116, 0.02227099984884262, -0.05075053870677948, 0.014147210866212845, 0.04662100598216057, -0.05080749839544296, 0.00638653663918376, 0.05522182583808899, -0.03537158668041229, 0.007554197683930397, -0.015393191017210484, -0.027084041386842728, -0.022142840549349785, -0.07774914056062698, 0.0009540645405650139, -0.0010573029285296798, 0.028536498546600342, 0.027667872607707977, 0.01969360187649727, 0.0029672118835151196, -0.007155484054237604, -0.027041321620345116, -0.014161450788378716, 0.04827281832695007, -0.009604724124073982, -0.02049102820456028, 0.03440328314900398, -0.011519973166286945, -0.02594486065208912, 0.05089293420314789, -0.026414772495627403, -0.03887457028031349, -0.011249417439103127, 0.02674228698015213, -0.03297930583357811, -0.003330326173454523, 0.013527780771255493, -0.0351722314953804, 0.04092509672045708, 0.05018094554543495, 0.029960473999381065, -0.009925119578838348, 0.00037090148543938994, -0.006482655182480812, -0.012338760308921337, 0.04881392791867256, -0.012822912074625492, 0.0001574162015458569, -0.030017433688044548, -0.041067495942115784, -0.03380521386861801, -0.007561317645013332, 0.05345609411597252, 0.029818076640367508, 0.017272839322686195, 0.013620339334011078, -0.04391545057296753, -0.019380325451493263, 0.029390884563326836, -0.031697727739810944, 0.01734403893351555, -0.017529156059026718, -0.03764995187520981, -0.01374849770218134, -0.0034923034254461527, 0.006984606850892305, 0.007411799859255552, 0.035058312118053436, -0.034033048897981644, -0.014524565078318119, -0.010829344391822815, -0.0013305284082889557, 0.027354596182703972, 0.005243794992566109, -0.013428102247416973, -0.018041787669062614, 0.0011979206465184689, -0.012644914910197258, -0.02872161567211151, 0.037564512342214584, -0.009761362336575985, -0.010117355734109879, 0.01034519262611866, 0.016703249886631966, -0.007073605433106422, 0.03793474659323692, -0.006258378736674786, 0.0072409226559102535, -0.0061195408925414085, -0.01714468188583851, 0.04659252613782883, -0.015250792726874352, -0.05225995182991028, 0.030188310891389847, 0.04901328682899475, -0.028536498546600342, -0.015677986666560173, -0.005984263028949499, -0.05721539258956909, -0.020647665485739708, -0.04260538890957832, 0.041665565222501755, -0.02365225739777088, 0.020405588671565056, -0.007853233255445957, 0.017842430621385574, -0.030302228406071663, 0.035428546369075775, 0.003385505173355341, 0.016432693228125572, 0.0030063712038099766, -0.029006410390138626, 0.013997693546116352, 0.015478629618883133, -0.013534900732338428, 0.007297881878912449, 0.003038410795852542, -0.05020942538976669, 0.012538117356598377, -0.033491939306259155, -0.017614595592021942, -0.015222313813865185, 0.007696595508605242, 0.002344222040846944, 0.01912401057779789, -0.005809825845062733, 0.005040878430008888, 0.006518254522234201, 0.039330244064331055, 0.05644644424319267, 0.018212664872407913, 0.004047654569149017, 0.0030811300966888666, -0.05211755633354187, 0.018639858812093735, -0.026400532573461533, -0.009141932241618633, -0.028379861265420914, -0.014211289584636688, 0.09022317826747894, -0.017457956448197365, -0.026614129543304443, 0.012858511880040169, 0.018682576715946198, -0.0202631913125515, 0.0018832094501703978, -0.05479463189840317, -0.008152267895638943, -0.05171884223818779, -0.09409639239311218, 0.005767106544226408, 0.02870737574994564, 0.008387223817408085, 0.01695956476032734, -0.008864256553351879, 0.018013307824730873, -0.06612949073314667, -0.024093689396977425, 0.04103901609778404, -0.0026592768263071775, 0.010679827071726322, 0.01872529648244381, 0.013214506208896637, -0.01619061827659607, -0.06111709028482437, -0.024236086755990982, -0.018255384638905525, -0.02029167115688324, -0.05912352353334427, -0.031754687428474426, -0.05311433970928192, -0.0019739880226552486, 0.03343497961759567, 0.01698804460465908, -0.031726207584142685, 0.03537158668041229, -0.014809359796345234, 0.0031701286789029837, -0.0012032605009153485, 0.009640323929488659, 0.047532349824905396, 0.01989295706152916, 0.041694045066833496, -0.016261816024780273, -0.04474135488271713, -0.017885150387883186, 0.027283398434519768, -0.053769368678331375, -0.06499030441045761, 0.035969655960798264, 0.014232649467885494, -0.042235154658555984, 0.03941567987203598, -0.0027215760201215744, -0.04821585863828659, -0.00536127295345068, 0.006678451783955097, 0.026201175525784492, 0.027582433074712753, -0.052402351051568985, -0.05539270117878914, -0.02612997591495514, 0.01680292747914791, -0.02365225739777088, -0.00015163129137363285, -0.027169479057192802, 0.027582433074712753, 0.00975424237549305, -0.0014836059417575598, -0.05245931074023247, -0.030871819704771042, 0.05912352353334427, -0.014866319485008717, -0.0054751913994550705, -0.03987135365605354, -0.041836440563201904, 0.007831873372197151, -0.0060020629316568375, 0.03397608920931816, -0.01171221025288105, -0.022598514333367348, 0.010039037093520164, 0.01523655280470848, -0.0036987802013754845, -0.015293512493371964, 0.038732171058654785, 0.007272962015122175, 0.008728978224098682, -0.05721539258956909, 0.004955439828336239, -0.021046379581093788, -0.001902789226733148, -0.00394441606476903, -0.020989419892430305, -0.007208883296698332, -0.0010439531179144979, 0.007354841101914644, -0.034260883927345276, -0.05559206008911133, 0.0013153987238183618, -0.09119148552417755, -0.009248729795217514, -0.06994574517011642, -0.01990719698369503, 0.040697261691093445, -0.01580614410340786, 0.0010759925935417414, -0.012046844698488712, -0.034061528742313385, 0.03260907158255577, 0.018112987279891968, 0.06026270240545273, -0.027368836104869843, -0.005471631418913603, -0.06049054116010666, 0.006895608268678188, -0.050038550049066544, 0.015179594047367573, 0.03727971762418747, 0.016147898510098457, -0.0456811785697937, 0.013428102247416973, -0.042662348598241806, 0.025218632072210312, -0.027767550200223923, 0.01140605565160513, 0.02671380713582039, -0.02869313582777977, 0.00955488532781601, 0.01835506223142147, -0.02207164280116558, 0.0017995508387684822, -0.02282635122537613, 0.04152316600084305, -0.012936830520629883, 0.021146057173609734, -0.0693761557340622, -0.017799710854887962, -0.04240603372454643, 0.06373720616102219, -0.019067050889134407, -0.0038162581622600555, -0.015151114203035831, 0.04004223272204399, -0.07746434211730957, 0.0014444466214627028, -0.051234688609838486, 0.01973631978034973, -0.003691660240292549, 0.00008265741053037345, -0.01893889345228672, 0.02187228575348854, -0.029903516173362732, 0.008828656747937202, -0.02496231533586979, -0.019650882109999657, 0.004439248237758875, -0.025033514946699142, 0.00037579640047624707, -0.019978396594524384, -0.010117355734109879, -0.06578773260116577, -0.0013572280295193195, 0.004538926295936108, 0.0054929908365011215, 0.023737695068120956, -0.03124205395579338, -0.01601974107325077, -0.01836930215358734, -0.011057181283831596, -0.027667872607707977, 0.06481943279504776, 0.04015614837408066, 0.018454741686582565, -0.007194643374532461, -0.04058334231376648, -0.040668781846761703, 0.0009380448027513921, -0.02069038525223732, 0.014104491099715233, -0.0014488964807242155, 0.03947263956069946, -0.039899833500385284, 0.023310502991080284, -0.0191667303442955, 0.013008029200136662, 0.008458423428237438, 0.034631118178367615, -0.009917999617755413, -0.009910879656672478, -0.019180970266461372, 0.030587024986743927, -0.022484594956040382, -0.0308433398604393, 0.024264566600322723, 0.039700478315353394, 0.03164076805114746, -0.008259066380560398, 0.027966907247900963, 0.032722990959882736, -0.010395031422376633, 0.008728978224098682, 0.004478407558053732, 0.03651076927781105, 0.004692004062235355, 0.027952667325735092, 0.01532199140638113, -0.01760035566985607, -0.031754687428474426, 0.013399623334407806, -0.028778573498129845, -0.013371143490076065, -0.022698191925883293, 0.01103582140058279, 0.00820210762321949, -0.0390169695019722, -0.054566796869039536, 0.04234907403588295, 0.007369080558419228, -0.049839191138744354, 0.02007807418704033, 0.015720704570412636, 0.038134101778268814, -0.0029422922525554895, -0.0019526283722370863, -0.024549363180994987, -0.012317400425672531, 0.032666031271219254, 0.021943485364317894, 0.0013349783839657903, -0.030985739082098007, 0.024506643414497375, 0.03184012323617935, 0.026756526902318, -0.015378951095044613, -0.02769635058939457, -0.0218438059091568, 0.032295797020196915, -0.015364711172878742, 0.02479143813252449, 0.001752381562255323, 0.0009011104120872915, -0.02013503387570381, 0.013029389083385468, -0.046136852353811264, -0.01326434500515461, -0.00994647853076458, 0.009412487968802452, -0.007397560402750969, -0.01893889345228672, 0.004236331209540367, 0.02225675992667675, 0.03238123655319214, -0.03181164339184761, -0.019608162343502045, 0.062370188534259796, 0.0425199531018734, 0.03898848965764046, -0.017842430621385574, 0.005243794992566109, 0.0038660974241793156, 0.0030455307569354773, -0.00630109803751111, 0.05109229311347008, 0.05311433970928192, 0.04639316722750664, 0.007853233255445957, -0.048472173511981964, -0.001943728537298739, 0.018454741686582565, -0.05918048322200775, 0.011413175612688065, -0.017842430621385574, -0.0016277836402878165, 0.07649604231119156, -0.05174732208251953, 0.05821217596530914, -0.03161228820681572, 0.01814146526157856, 0.05225995182991028, 0.011242297478020191, 0.012815792113542557, 0.0037023399490863085, 0.002548918826505542, 0.06442071497440338, 0.025645824149250984, -0.014218409545719624, 0.003769978880882263, 0.03218187764286995, 0.045795097947120667, 0.008501142263412476, 0.020775822922587395, 0.02950480207800865, -0.01637573540210724, 0.01717316173017025, -0.004763202741742134, 0.00011341753997839987, 0.0476747490465641, 0.036624688655138016, 0.004086813889443874, -0.025061994791030884, -0.010039037093520164, -0.054766152054071426, -0.022726671770215034, -0.019423045217990875, 0.02887825295329094, -0.008572340942919254, -0.009419606998562813, 0.019821759313344955, 0.005710147321224213, 0.002547138836234808, 0.004702684003859758, -0.04260538890957832, -0.017429478466510773, -0.014517445117235184, -0.026044538244605064, 0.033264100551605225, -0.028849773108959198, -0.03995679318904877, 0.012381479144096375, -0.017230121418833733, 0.001311838743276894, -0.05228843167424202, 0.02207164280116558, -0.05214603617787361, 0.07159756124019623, -0.006852888967841864, 0.07467334717512131, 0.001982887974008918, -0.04260538890957832, -0.06106013059616089, 0.004133093170821667, 0.02437848597764969, -0.01953696273267269, 0.03534310683608055, 0.030131351202726364, -0.006671331822872162, -0.015022956766188145, -0.01949424482882023, 0.02732611820101738, -0.0061800600960850716, 0.022712431848049164, 0.0019099090714007616, -0.042833227664232254, -0.021117577329277992, 0.0091704111546278, 0.037194278091192245, 0.060775335878133774, 0.029362404718995094, 0.00197932799346745, -0.017643073573708534, 0.00566386803984642, -0.054139602929353714, 0.02753971330821514, -0.04570965841412544, 0.019451525062322617, 0.02029167115688324, 0.01151285320520401, 0.013136187568306923, -0.05322825908660889, 0.2360384166240692, 0.07211019098758698, 0.035969655960798264, 0.0012557696318253875, 0.05664580315351486, 0.08156540244817734, -0.0008401463855989277, -0.017230121418833733, 0.0370233990252018, 0.011925807222723961, 0.007575557101517916, -0.011683730408549309, 0.012929710559546947, -0.008173627778887749, 0.0009246950503438711, 0.025845181196928024, -0.0378493070602417, -0.023367460817098618, -0.01033095270395279, -0.024905357509851456, -0.015948541462421417, 0.0015619246987625957, -0.05599077418446541, 0.035969655960798264, -0.018668336793780327, 0.017087724059820175, 0.028621936216950417, -0.002935172524303198, 0.013698657974600792, -0.05211755633354187, -0.06106013059616089, -0.03653924912214279, 0.00838010385632515, -0.006792369764298201, -0.018853453919291496, 0.023367460817098618, 0.01795634999871254, -0.04454199969768524, 0.0001733246899675578, -0.007831873372197151, -0.009611844085156918, 0.012281800620257854, -0.007297881878912449, 0.022513074800372124, -0.03821954131126404, 0.03127053380012512, 0.006884928327053785, 0.03964351862668991, 0.02145933173596859, -0.04975375533103943, 0.05029486492276192, -0.03710883855819702, 0.0014506764709949493, -0.008992413990199566, -0.031697727739810944, 0.01700228452682495, -0.0340045690536499, -0.03947263956069946, -0.011064301244914532, 0.03317866101861, 0.05664580315351486, 0.0008717408636584878, 0.025318309664726257, 0.01599126122891903, 0.013534900732338428, 0.006447055377066135, 0.04021310806274414, 0.005336353555321693, 0.00026477070059627295, 0.00022349762730300426, -0.0013785876799374819, -0.02578822150826454, 0.007105644792318344, -0.09295721352100372, 0.019622402265667915, 0.0015681545482948422, -0.024449683725833893, 0.03688100352883339, 0.04331737756729126, -0.016503892838954926, -0.0027358157094568014, -0.0378493070602417, 0.04291866347193718, -0.02597333863377571, 0.03790626674890518, 0.021715648472309113, 0.02029167115688324, -0.008465542457997799, -0.004300410393625498, -0.011398935690522194, 0.03520071133971214, 0.028038104996085167, 0.015934301540255547, 0.0023780413903295994, -0.019180970266461372 ]
9891_14
Second law of thermodynamics The second law of thermodynamics requires that, in general, the total entropy of any system does not decrease other than by increasing the entropy of some other system. Hence, in a system isolated from its environment, the entropy of that system tends not to decrease. It follows that heat cannot flow from a colder body to a hotter body without the application of work to the colder body. Secondly, it is impossible for any device operating on a cycle to produce net work from a single temperature reservoir; the production of net work requires flow of heat from a hotter reservoir to a colder reservoir, or a single expanding reservoir undergoing adiabatic cooling, which performs adiabatic work. As a result, there is no possibility of a perpetual motion machine. It follows that a reduction in the increase of entropy in a specified process, such as a chemical reaction, means that it is energetically more efficient. It follows from the second law of thermodynamics that the entropy of a system that is not isolated may decrease. An air conditioner, for example, may cool the air in a room, thus reducing the entropy of the air of that system. The heat expelled from the room (the system), which the air conditioner transports and discharges to the outside air, always makes a bigger contribution to the entropy of the environment than the decrease of the entropy of the air of that system. Thus, the total of entropy of the room plus the entropy of the environment increases, in agreement with the second law of thermodynamics. In mechanics, the second law in conjunction with the fundamental thermodynamic relation places limits on a system's ability to do useful work. The entropy change of a system at temperature absorbing an infinitesimal amount of heat in a reversible way, is given by . More explicitly, an energy is not available to do useful work, where is the temperature of the coldest accessible reservoir or heat sink external to the system. For further discussion, see Exergy. Statistical mechanics demonstrates that entropy is governed by probability, thus allowing for a decrease in disorder even in an isolated system. Although this is possible, such an event has a small probability of occurring, making it unlikely.
[ -0.07790800929069519, 0.06017839536070824, 0.004031071905046701, -0.03281683102250099, -0.02305701933801174, -0.01957644708454609, -0.02873958833515644, -0.024079881608486176, -0.04244878143072128, 0.08114707469940186, 0.016720956191420555, -0.008282342925667763, 0.040630362927913666, -0.03489096835255623, 0.005718084052205086, -0.04315910488367081, -0.029549352824687958, -0.0010823516640812159, -0.0691000297665596, 0.022943368181586266, 0.02494647353887558, 0.02706323005259037, -0.047733571380376816, -0.055944882333278656, -0.016649924218654633, 0.022190427407622337, 0.04057353734970093, 0.0029993304051458836, 0.04423879086971283, 0.07097527384757996, -0.0035800179466605186, -0.026736482977867126, -0.009539610706269741, -0.04503435268998146, 0.019761130213737488, 0.009397546760737896, 0.0410565547645092, -0.011315413750708103, 0.0382152684032917, -0.03972114995121956, 0.06148538738489151, 0.00009911197412293404, 0.04284656420350075, -0.010946046561002731, -0.023852579295635223, -0.010875014588236809, -0.03278841823339462, 0.016820400953292847, -0.017445484176278114, -0.05449582636356354, 0.0046028802171349525, 0.014987773261964321, 0.02479020319879055, -0.06148538738489151, 0.004389783833175898, 0.013041493482887745, -0.0049296277575194836, 0.04455133154988289, -0.003038397990167141, 0.07682831585407257, 0.02491806074976921, 0.014497651718556881, 0.03511827066540718, -0.024292977526783943, -0.0024594864808022976, 0.06313332915306091, -0.0003835733514279127, 0.023312734439969063, -0.03312937170267105, 0.001267923042178154, -0.014902534894645214, -0.0012137610465288162, -0.021039707586169243, -0.017005084082484245, -0.011578232049942017, 0.07341878116130829, -0.0014259694144129753, -0.020542483776807785, -0.03222016245126724, -0.01875247433781624, 0.0060945539735257626, 0.020045258104801178, -0.003613758133724332, 0.010008422657847404, -0.029691418632864952, -0.005096553359180689, 0.03406699374318123, -0.022886542603373528, 0.018525172024965286, -0.034379538148641586, 0.01217490155249834, 0.05955331400036812, -0.027517834678292274, 0.04904056340456009, 0.010825292207300663, -0.003436177736148238, -0.013829950243234634, 0.03861305117607117, 0.0037291853222995996, -0.00020543814753182232, 0.05506408214569092, 0.05864410102367401, 0.017658580094575882, 0.07626006007194519, -0.03710716962814331, 0.014000426977872849, 0.020613515749573708, 0.04568784683942795, -0.0007849046960473061, -0.032760005444288254, 0.014973566867411137, 0.01613849401473999, -0.0006845718598924577, -0.005107208155095577, -0.004894111771136522, 0.017516516149044037, 0.048017699271440506, 0.007891666144132614, -0.07182765752077103, 0.009589333087205887, 0.005799770820885897, -0.019846368581056595, -0.0005944498698227108, 0.02349741943180561, -0.02861173078417778, -0.016408415511250496, 0.0007387338555417955, 0.014916741289198399, 0.016593098640441895, -0.011457477696239948, -0.01461840607225895, -0.00038157557719387114, -0.024562900885939598, 0.014518961310386658, 0.025571556761860847, 0.028128711506724358, 0.004652602598071098, 0.06733842939138412, -0.02143748849630356, -0.002468365477398038, 0.016749368980526924, -0.006392889190465212, 0.018354695290327072, 0.0442672036588192, -0.008467026054859161, 0.037590187042951584, 0.0074370610527694225, 0.035317160189151764, -0.005508539266884327, 0.013581337407231331, -0.008509645238518715, 0.023852579295635223, 0.008651710115373135, -0.030941583216190338, -0.020570896565914154, 0.0014268573140725493, -0.0735892578959465, 0.01743127778172493, -0.009987113066017628, 0.029322050511837006, 0.005014866124838591, 0.014987773261964321, -0.013396654278039932, 0.021139152348041534, 0.006620191503316164, 0.01753072254359722, -0.04128385707736015, -0.010470131412148476, 0.0013345156330615282, -0.036141131073236465, -0.004986453335732222, -0.030543802306056023, -0.07785118371248245, -0.000751608400605619, 0.028242362663149834, 0.024321390315890312, 0.013964910991489887, -0.021480107679963112, -0.017573341727256775, -0.007841943763196468, -0.05668361485004425, -0.01882350631058216, 0.05245010182261467, 0.04028940573334694, 0.013716298155486584, 0.026423940435051918, -0.038982417434453964, 0.013375344686210155, 0.00006659259088337421, -0.012352482415735722, -0.009454372338950634, 0.024889647960662842, -0.058814577758312225, 0.013467686250805855, -0.025031711906194687, 0.014518961310386658, -0.044664982706308365, 0.017885882407426834, 0.02592671662569046, -0.039550673216581345, -0.0002617088903207332, 0.03778907656669617, -0.03827209398150444, 0.01923549361526966, -0.015200869180262089, 0.019789543002843857, 0.04006210342049599, 0.059155531227588654, -0.007021523080766201, 0.016493653878569603, -0.005750048439949751, 0.027020610868930817, -0.017701199278235435, 0.012558475136756897, -0.007280790247023106, -0.015797538682818413, -0.045801497995853424, 0.030458563938736916, -0.04111338034272194, -0.001541396602988243, -0.025500524789094925, -0.03185079246759415, -0.012593991123139858, 0.03122571110725403, -0.000018229722627438605, 0.01381574384868145, 0.03153825178742409, 0.04205100238323212, -0.01260109432041645, -0.0016479446785524487, 0.036936692893505096, 0.04847230389714241, 0.004876353777945042, -0.02285812981426716, 0.03429429978132248, -0.0008284118957817554, 0.009518301114439964, 0.052620578557252884, 0.02210518904030323, 0.006442611571401358, 0.019462795928120613, 0.034152232110500336, 0.05119993910193443, -0.018113184720277786, 0.0020013293251395226, 0.035317160189151764, 0.014703644439578056, -0.0337260402739048, -0.014540270902216434, 0.0168630201369524, -0.011322516947984695, 0.005838838405907154, 0.037249233573675156, -0.00043551556882448494, -0.0010983338579535484, 0.004535399377346039, 0.0069220783188939095, 0.015939602628350258, -0.014959360472857952, -0.07336195558309555, -0.0000534960490767844, 0.006431956775486469, -0.005636397283524275, -0.021210184320807457, -0.014170903712511063, 0.014916741289198399, -0.018113184720277786, -0.016280557960271835, -0.021863680332899094, 0.007948491722345352, -0.06512223184108734, -0.009134728461503983, -0.028625937178730965, 0.008694329299032688, -0.041425921022892, -0.020755579695105553, 0.04733579233288765, -0.03992003947496414, 0.02476179040968418, -0.009120522066950798, -0.05378550663590431, 0.04193735122680664, -0.005490781273692846, 0.01118045300245285, 0.027844583615660667, 0.0005487229791469872, -0.027588868513703346, 0.016635717824101448, -0.04997818544507027, 0.016848813742399216, 0.03747653588652611, -0.057678066194057465, -0.014142490923404694, 0.002683237660676241, 0.005480126477777958, 0.002860817825421691, 0.04429561644792557, -0.01185525767505169, -0.07336195558309555, -0.054296936839818954, 0.0019462795462459326, -0.04099972918629646, -0.029265224933624268, 0.008566470816731453, -0.005231514107435942, 0.06637239456176758, -0.02138066291809082, 0.00459577701985836, 0.006389337591826916, -0.00087547063594684, -0.026168225333094597, 0.04171004891395569, -0.035601288080215454, 0.025159569457173347, -0.013396654278039932, 0.02977665700018406, 0.05327407643198967, 0.009063695557415485, 0.016223732382059097, -0.0036332919262349606, 0.02292916178703308, -0.014121181331574917, 0.02409408800303936, -0.08143120259046555, 0.004830182995647192, 0.02646655961871147, 0.0013469462282955647, -0.022218840196728706, 0.02172161638736725, 0.0174596905708313, -0.027773551642894745, 0.02081240527331829, -0.01575491949915886, 0.027418389916419983, -0.018354695290327072, -0.006677017547190189, 0.03037332557141781, -0.003743391716852784, -0.00638578599318862, 0.007934285327792168, 0.0272195003926754, -0.04006210342049599, 0.0394086092710495, -0.015484998002648354, -0.006655707955360413, 0.0032479427754878998, 0.046881187707185745, 0.004141171462833881, -0.04619927704334259, 0.005838838405907154, -0.01711873523890972, 0.011187556199729443, 0.03204968199133873, 0.021494314074516296, 0.02892427146434784, 0.028086092323064804, -0.021764235571026802, -0.008722742088139057, -0.04395466297864914, 0.018013739958405495, -0.012068353593349457, 0.019221285358071327, -0.009631953202188015, -0.009816636331379414, -0.05441058799624443, -0.020073670893907547, 0.04739261791110039, -0.00805504061281681, 0.08194263279438019, -0.03517509624361992, 0.028256569057703018, 0.014732057228684425, -0.061314910650253296, -0.004162481054663658, -0.006883010268211365, -0.0008119856938719749, 0.03250429034233093, 0.03747653588652611, -0.005192446522414684, -0.06557683646678925, -0.011869464069604874, -0.00662374310195446, 0.014497651718556881, -0.0011249708477407694, 0.01980374939739704, 0.05154089257121086, -0.05549027770757675, 0.026168225333094597, -0.021238597109913826, -0.016749368980526924, 0.016337383538484573, -0.04568784683942795, 0.024023056030273438, -0.05043279007077217, 0.004130516666918993, -0.03264635428786278, 0.020229941233992577, -0.01676357537508011, -0.011883670464158058, -0.019619066268205643, 0.011862360872328281, -0.003825078485533595, -0.020926056429743767, 0.023284321650862694, -0.021593758836388588, -0.0382152684032917, -0.02946411445736885, 0.053416140377521515, 0.022843923419713974, 0.014760470017790794, -0.0136097501963377, -0.04006210342049599, 0.002523415256291628, -0.052023909986019135, 0.03037332557141781, 0.040090516209602356, 0.007998214103281498, -0.03875511512160301, -0.011123626492917538, -0.017232388257980347, -0.03966432437300682, -0.015413966029882431, 0.005909870844334364, 0.05816108360886574, 0.04537530615925789, -0.043755773454904556, -0.002624636050313711, -0.019746923819184303, 0.02425035834312439, 0.008879012428224087, 0.036680977791547775, -0.03267476707696915, -0.018070565536618233, 0.0669974759221077, -0.09217125177383423, 0.0034397293347865343, 0.03562970086932182, -0.03767542541027069, -0.009099212475121021, -0.0029442806262522936, -0.0023156465031206608, 0.02974824421107769, -0.04048829525709152, -0.027077436447143555, -0.03932337090373039, 0.016536273062229156, 0.022943368181586266, 0.01238089520484209, 0.008616194128990173, 0.03827209398150444, -0.004130516666918993, -0.01996001973748207, 0.05955331400036812, 0.018581997603178024, -0.0006526074139401317, 0.01419221330434084, -0.0024648138787597418, -0.04088607802987099, 0.041425921022892, 0.0013389551313593984, -0.025571556761860847, 0.002622860250994563, 0.023582657799124718, -0.028966890648007393, -0.02523060142993927, -0.0007462810026481748, -0.0018663684604689479, 0.03886876627802849, 0.016678337007761, 0.0003968918463215232, 0.022914955392479897, 0.0009971130639314651, -0.04705166444182396, -0.01189077366143465, 0.05105787515640259, -0.0394086092710495, 0.0018415071535855532, -0.014902534894645214, -0.008957147598266602, -0.00872984528541565, 0.02892427146434784, 0.05531980097293854, 0.05708139389753342, 0.026793308556079865, 0.005121414549648762, -0.04611403867602348, 0.01875247433781624, 0.04026099294424057, -0.027418389916419983, 0.024747584015130997, -0.018937157467007637, 0.02140907570719719, 0.001148056355305016, -0.03565811365842819, 0.006925629917532206, -0.009553817100822926, 0.0038108720909804106, -0.04287497699260712, 0.001688788179308176, -0.0033260781783610582, 0.018837712705135345, 0.0017012187745422125, 0.0014410637086257339, -0.007905872538685799, -0.027517834678292274, -0.025060124695301056, -0.0233695600181818, -0.024165119975805283, 0.023028606548905373, 0.027844583615660667, -0.04139750823378563, -0.013268796727061272, 0.024562900885939598, -0.00331187155097723, 0.04057353734970093, -0.001115203951485455, 0.059098705649375916, 0.0024914508685469627, -0.029663005843758583, 0.05208073556423187, 0.0096461595967412, -0.05801901966333389, 0.006712533533573151, 0.03599906712770462, -0.04935310408473015, -0.021650584414601326, 0.037590187042951584, -0.04475022479891777, -0.004382680635899305, -0.05574599280953407, 0.06267872452735901, -0.03818685561418533, 0.026225050911307335, -0.02902371622622013, 0.018681442365050316, -0.03378286585211754, 0.03233381360769272, -0.009454372338950634, -0.00983794592320919, 0.013957807794213295, -0.013979117386043072, -0.008452819660305977, 0.0007316306582652032, 0.03310095891356468, -0.0023618172854185104, -0.009916081093251705, -0.05080215632915497, 0.019477002322673798, -0.0340954065322876, -0.033044133335351944, -0.0003587121027521789, -0.017857469618320465, 0.010562472976744175, 0.024236151948571205, 0.009972906671464443, 0.004063036292791367, -0.0312541238963604, 0.04679594933986664, 0.0406019501388073, 0.05605853348970413, 0.0009251930750906467, -0.023582657799124718, -0.025557350367307663, 0.012643713504076004, 0.0006099881720729172, -0.014128284528851509, -0.012700539082288742, -0.0288674458861351, 0.07591910660266876, -0.010903427377343178, -0.014071458950638771, 0.006854597479104996, 0.024008849635720253, -0.0035036583431065083, -0.008374684490263462, -0.05648472532629967, -0.02952094003558159, -0.0755213275551796, -0.07035019248723984, 0.03435112535953522, 0.03994845226407051, 0.0064390599727630615, 0.007486783433705568, 0.002145169535651803, 0.036965105682611465, -0.06972511112689972, -0.029094748198986053, 0.07591910660266876, 0.0154423788189888, 0.013233279809355736, -0.0007280790014192462, 0.02484702877700329, -0.00921996682882309, -0.023611070588231087, -0.02422194555401802, 0.010363583452999592, -0.021181771531701088, -0.06523588299751282, -0.024591313675045967, -0.05875775218009949, -0.025429490953683853, 0.027105849236249924, 0.02605457417666912, -0.008722742088139057, 0.02835601381957531, -0.026281876489520073, -0.020698754116892815, -0.007657260168343782, 0.05273422971367836, 0.008424406871199608, 0.034692078828811646, 0.066713348031044, -0.015968015417456627, -0.05176819488406181, -0.011450374498963356, 0.040147341787815094, -0.07040701806545258, -0.035885415971279144, 0.03168031573295593, 0.02040041983127594, -0.019349144771695137, 0.02633870206773281, 0.02182106114923954, -0.0308847576379776, 0.0033012167550623417, -0.018681442365050316, 0.02150852046906948, -0.0012039941502735019, -0.015484998002648354, -0.035828590393066406, -0.008545161224901676, 0.01939176395535469, -0.015896983444690704, -0.005338062532246113, -0.009894771501421928, 0.04247719421982765, 0.0278161708265543, -0.013886775821447372, -0.0427045002579689, -0.01774381846189499, 0.025983542203903198, -0.0008075461955741048, -0.027020610868930817, -0.047193728387355804, -0.044125139713287354, 0.0365673266351223, -0.02001684531569481, 0.042136240750551224, -0.01606746017932892, -0.0278161708265543, -0.0032621491700410843, -0.009802429936826229, -0.01740286499261856, 0.0002366256812820211, 0.02390940487384796, 0.007444164250046015, 0.010569576174020767, -0.015342934057116508, 0.006186896003782749, -0.0037185305263847113, -0.0031112059950828552, -0.02523060142993927, -0.008012420497834682, -0.03565811365842819, 0.0007738059503026307, -0.027290532365441322, -0.059666965156793594, -0.02541528455913067, 0.006282789167016745, -0.04136909544467926, -0.011599541641771793, -0.07296417653560638, -0.025301633402705193, 0.0418805256485939, -0.02422194555401802, -0.013503202237188816, -0.023667896166443825, -0.059666965156793594, 0.008253930136561394, 0.01856779120862484, 0.028128711506724358, -0.006165586411952972, -0.03634002059698105, -0.041227031499147415, -0.02277289144694805, -0.035033032298088074, 0.02920839935541153, -0.006261479575186968, 0.026892753317952156, -0.07279369980096817, 0.021622171625494957, -0.08353374898433685, 0.07580545544624329, -0.0068759070709347725, -0.0022446142975240946, 0.033299848437309265, -0.003651049919426441, 0.009397546760737896, 0.02829918824136257, -0.025628382340073586, 0.029634593054652214, -0.04869960620999336, 0.04852912947535515, 0.04446609318256378, -0.02665124461054802, -0.04529006779193878, 0.006808426696807146, -0.020826611667871475, 0.023582657799124718, -0.019846368581056595, 0.006556262727826834, 0.0035658113192766905, 0.03060062788426876, -0.03622636944055557, -0.024562900885939598, -0.019065015017986298, 0.04986453428864479, -0.022176221013069153, 0.0239662304520607, -0.022048363462090492, 0.02399464324116707, -0.012082559987902641, -0.016237938776612282, -0.02346900664269924, -0.00495093734934926, 0.013375344686210155, -0.0340954065322876, -0.0055227456614375114, -0.05185343325138092, -0.016124287620186806, -0.059894267469644547, -0.0030259673949331045, 0.0071174162440001965, -0.0014286331133916974, 0.013822847045958042, 0.01474626362323761, -0.03202126920223236, -0.005568916443735361, 0.004112758673727512, -0.02864014357328415, 0.05662678927183151, 0.05835997313261032, 0.013524511829018593, -0.017758024856448174, -0.04085766524076462, -0.03341349959373474, 0.0043329582549631596, -0.031879205256700516, 0.024889647960662842, -0.011798432096838951, 0.0483870655298233, -0.009745604358613491, 0.03114047273993492, -0.014831502921879292, -0.025656795129179955, -0.01900818943977356, 0.03648208826780319, -0.03395334258675575, -0.0077638085931539536, -0.0011072128545492887, 0.03577176481485367, -0.023326940834522247, -0.005267030093818903, 0.014930947683751583, 0.029407288879156113, -0.008871909230947495, -0.0320780947804451, -0.003432626137509942, 0.0349193811416626, -0.028966890648007393, -0.010427512228488922, -0.022318284958600998, 0.011386445723474026, -0.010143384337425232, 0.05415487289428711, 0.034209057688713074, -0.026551799848675728, -0.04588673636317253, 0.01400753017514944, -0.007170690689235926, 0.005267030093818903, -0.036141131073236465, 0.00836758129298687, 0.01724659465253353, -0.05676885321736336, -0.05023390054702759, 0.04449450597167015, 0.00229788850992918, -0.04986453428864479, 0.008310755714774132, -0.018937157467007637, 0.016380002722144127, 0.02081240527331829, 0.010107867419719696, -0.036652565002441406, -0.00259799906052649, 0.006744497921317816, 0.04398307576775551, 0.023170670494437218, -0.022815510630607605, 0.04617086425423622, -0.01069033145904541, -0.023412181064486504, -0.0042299614287912846, -0.019903194159269333, -0.037533361464738846, 0.04159639775753021, -0.022687653079628944, 0.018738267943263054, -0.04497752711176872, 0.01616690680384636, -0.007266583852469921, 0.007756705395877361, -0.012778675183653831, -0.01091053057461977, -0.018837712705135345, 0.04949516803026199, -0.010193106718361378, 0.002862593624740839, 0.020855024456977844, 0.008424406871199608, 0.005256375297904015, -0.016507860273122787, -0.01771540567278862, 0.0601215697824955, 0.037277646362781525, 0.033299848437309265, 0.006396440789103508, -0.00686880387365818, -0.012558475136756897, -0.021053913980722427, -0.005345165729522705, 0.03855622559785843, 0.0467391200363636, 0.023042812943458557, 0.0040594846941530704, -0.06438349187374115, -0.005029072519391775, 0.03179396688938141, -0.05983744189143181, -0.01645103469491005, -0.008807980455458164, -0.003700772300362587, 0.0691000297665596, -0.0658041387796402, 0.03142460063099861, -0.03673780336976051, 0.04006210342049599, 0.04781880974769592, 0.016649924218654633, -0.026026161387562752, -0.002148721134290099, 0.0006570469122380018, 0.0564563125371933, 0.014220626093447208, -0.003825078485533595, 0.04196576401591301, 0.027233706787228584, 0.09251220524311066, 0.018965570256114006, 0.016919845715165138, 0.01771540567278862, 0.006179792806506157, 0.0068759070709347725, 0.025841478258371353, -0.034692078828811646, 0.03676621615886688, 0.04739261791110039, 0.0014073235215619206, -0.03849940001964569, 0.0012563802301883698, -0.04372736066579819, -0.020315181463956833, -0.017829056829214096, 0.02915157377719879, -0.0002945612359326333, -0.01071874424815178, 0.01645103469491005, 0.022375112399458885, 0.0055795712396502495, -0.023071225732564926, -0.01980374939739704, 0.0008608202915638685, 0.020712960511446, -0.01841152086853981, 0.025500524789094925, -0.01474626362323761, -0.050858981907367706, -0.02055669017136097, -0.02949252724647522, 0.0005691447295248508, -0.01856779120862484, -0.004638396203517914, -0.04594356194138527, 0.06245142221450806, -0.010988665744662285, 0.0686454251408577, 0.015058805234730244, -0.01740286499261856, -0.0731346532702446, 0.00778511818498373, 0.009795326739549637, -0.0001340730959782377, 0.003707875730469823, 0.02140907570719719, 0.02510274387896061, 0.015314520336687565, -0.0004963367828167975, 0.04159639775753021, -0.0029087644070386887, -0.0038534915074706078, -0.0011107644531875849, -0.078817218542099, -0.0056541552767157555, -0.002569586271420121, 0.010953149758279324, 0.029918720945715904, 0.03918130695819855, 0.01843993365764618, -0.017885882407426834, 0.010654815472662449, -0.07449846714735031, 0.010441718623042107, -0.020926056429743767, -0.016848813742399216, 0.02314225770533085, -0.008133175782859325, 0.014945154078304768, -0.02292916178703308, 0.2361675202846527, 0.058814577758312225, 0.008964250795543194, 0.012160695157945156, -0.0001384016068186611, 0.06694065034389496, -0.018198424950242043, -0.023880992084741592, 0.00401686504483223, -0.0038605947047472, -0.0312541238963604, -0.010505647398531437, 0.0077069830149412155, -0.010583782568573952, 0.0018557136645540595, 0.016337383538484573, -0.05554710328578949, -0.004691670183092356, -0.008545161224901676, -0.02223304659128189, -0.016308970749378204, -0.006556262727826834, -0.009916081093251705, 0.03830050677061081, -0.06392888724803925, 0.013226176612079144, 0.005671913269907236, 0.00941175315529108, -0.0253868717700243, -0.054581064730882645, -0.018212631344795227, -0.03963591158390045, 0.019221285358071327, -0.03179396688938141, 0.02166479080915451, 0.0337260402739048, 0.02817133069038391, -0.002351162489503622, 0.009319411590695381, -0.039238132536411285, -0.019207078963518143, -0.00956802349537611, -0.012054147198796272, -0.0033971101511269808, -0.024136707186698914, 0.04506276547908783, 0.02349741943180561, 0.033839691430330276, 0.041852112859487534, -0.024719171226024628, 0.03545922413468361, 0.0003385123563930392, 0.026708070188760757, 0.022147808223962784, -0.04969405755400658, 0.025571556761860847, -0.021366456523537636, -0.03716399520635605, -0.03233381360769272, -0.006041279993951321, 0.06301967799663544, -0.012515855953097343, 0.019334938377141953, 0.007323409430682659, 0.031651902943849564, 0.0032728039659559727, 0.007120967842638493, 0.012700539082288742, -0.015683887526392937, 0.012288553640246391, 0.0008026627474464476, -0.016678337007761, -0.00542330089956522, -0.1024567037820816, 0.062224119901657104, 0.0022463900968432426, -0.0029922272078692913, 0.059610139578580856, 0.037249233573675156, -0.014675231650471687, 0.004744944162666798, -0.04537530615925789, 0.0006019970751367509, -0.022062569856643677, 0.011727400124073029, -0.004308097064495087, 0.008673019707202911, 0.010711641050875187, -0.015470791608095169, -0.01485991571098566, 0.017928501591086388, 0.06074665114283562, -0.010342273861169815, -0.016223732382059097, -0.021295422688126564 ]
9891_15
The applicability of a second law of thermodynamics is limited to systems in or sufficiently near equilibrium state, so that they have defined entropy. Some inhomogeneous systems out of thermodynamic equilibrium still satisfy the hypothesis of local thermodynamic equilibrium, so that entropy density is locally defined as an intensive quantity. For such systems, there may apply a principle of maximum time rate of entropy production. It states that such a system may evolve to a steady state that maximizes its time rate of entropy production. This does not mean that such a system is necessarily always in a condition of maximum time rate of entropy production; it means that it may evolve to such a steady state. Applications The fundamental thermodynamic relation The entropy of a system depends on its internal energy and its external parameters, such as its volume. In the thermodynamic limit, this fact leads to an equation relating the change in the internal energy to changes in the entropy and the external parameters. This relation is known as the fundamental thermodynamic relation. If external pressure bears on the volume as the only external parameter, this relation is: Since both internal energy and entropy are monotonic functions of temperature , implying that the internal energy is fixed when one specifies the entropy and the volume, this relation is valid even if the change from one state of thermal equilibrium to another with infinitesimally larger entropy and volume happens in a non-quasistatic way (so during this change the system may be very far out of thermal equilibrium and then the whole-system entropy, pressure, and temperature may not exist). The fundamental thermodynamic relation implies many thermodynamic identities that are valid in general, independent of the microscopic details of the system. Important examples are the Maxwell relations and the relations between heat capacities.
[ -0.03959733247756958, 0.042959630489349365, 0.019548576325178146, 0.01808972842991352, -0.03679078444838524, 0.014783003367483616, -0.012219597585499287, -0.019187338650226593, -0.042570605874061584, 0.09564492106437683, 0.02792653813958168, -0.015102560631930828, 0.023286009207367897, -0.008190395310521126, 0.003584600519388914, -0.0026485056150704622, -0.006887851282954216, 0.008739200420677662, -0.09175466001033783, 0.020521143451333046, 0.00262592826038599, -0.004206348210573196, -0.03570706769824028, -0.03515131399035454, -0.02598140574991703, 0.03909715265035629, 0.0453493632376194, 0.005206701811403036, 0.06441165506839752, 0.04904511570930481, -0.012983756139874458, -0.027787599712610245, -0.012636411003768444, -0.051907237619161606, -0.0002748367260210216, 0.009267164394259453, 0.023272115737199783, -0.0056999316439032555, 0.040625471621751785, -0.0615217462182045, 0.08858687430620193, -0.005925705656409264, 0.03156671300530434, -0.02613423764705658, -0.03745768591761589, 0.0027804968412965536, -0.008072298020124435, -0.016366897150874138, -0.013977163471281528, -0.05840953812003136, 0.009399156086146832, 0.010823270305991173, 0.018173091113567352, -0.04543272778391838, 0.03509574010968208, 0.003374456660822034, -0.015172029845416546, 0.02127140760421753, -0.0375688374042511, 0.05426918342709541, 0.05126812309026718, 0.024939371272921562, 0.03476228937506676, -0.030316272750496864, 0.011851411312818527, 0.06413378566503525, -0.012157075107097626, 0.035067953169345856, -0.020048754289746284, -0.009232430718839169, -0.019270701333880424, 0.009961854666471481, -0.008857297711074352, -0.018520435318350792, -0.03567928075790405, 0.04182033985853195, 0.03426211327314377, -0.015088667161762714, -0.015144241973757744, -0.021757692098617554, 0.025272822007536888, 0.016089020296931267, -0.0035915474873036146, 0.015852825716137886, -0.040347594767808914, 0.00775968749076128, -0.0013190426398068666, -0.031872376799583435, -0.008475217968225479, -0.031094325706362724, 0.014935835264623165, 0.08258474618196487, 0.024328043684363365, 0.03734653443098068, 0.012018137611448765, 0.018270347267389297, -0.0037513261195272207, 0.015199817717075348, -0.007919466122984886, 0.005706878378987312, 0.03178901597857475, 0.05613095313310623, -0.0005700800102204084, 0.05613095313310623, -0.05504723638296127, 0.0469888336956501, 0.0002559498534537852, 0.031094325706362724, -0.0016646509757265449, -0.028343353420495987, 0.03259485587477684, 0.0276903435587883, 0.01746450737118721, -0.025342291221022606, 0.02038220502436161, 0.018075834959745407, 0.029566006734967232, 0.011913933791220188, -0.06041024252772331, 0.013004597276449203, 0.014908047392964363, 0.008350173942744732, 0.0027752865571528673, 0.029149193316698074, -0.014136942103505135, -0.025772999972105026, -0.006022962275892496, 0.010524554178118706, 0.020951850339770317, -0.05907643958926201, -0.029955033212900162, 0.0044182282872498035, -0.013497826643288136, 0.051129184663295746, 0.028009900823235512, 0.04515485092997551, 0.016658667474985123, 0.06863537430763245, -0.046071842312812805, -0.013476986438035965, 0.010844111442565918, -0.004633582197129726, 0.01522760558873415, 0.049100689589977264, -0.022146718576550484, 0.035179100930690765, 0.022230081260204315, 0.02077123150229454, -0.04854493960738182, 0.010739907622337341, -0.02213282324373722, 0.00522059528157115, -0.013240791857242584, 0.0046266354620456696, 0.010913579724729061, -0.016853179782629013, -0.07335926592350006, 0.010364774614572525, -0.0327615812420845, 0.018534328788518906, -0.0001605385186849162, -0.02159096486866474, 0.023466628044843674, 0.016227958723902702, -0.00200765416957438, -0.005550573114305735, -0.04254281520843506, -0.01781185157597065, -0.019729197025299072, -0.02667609602212906, 0.002087543485686183, -0.002191747073084116, -0.00031499849865213037, 0.008780881762504578, 0.055714137852191925, 0.007801368832588196, 0.01757565699517727, -0.02889910526573658, 0.00022989897115621716, 0.015602737665176392, -0.05740918219089508, -0.029065830633044243, 0.034012023359537125, 0.04571060463786125, 0.0017462769756093621, -0.0007072812877595425, -0.038485825061798096, 0.022771939635276794, 0.010343934409320354, 0.01835370995104313, -0.0010750327492132783, 0.025522911921143532, -0.062133073806762695, 0.02563406154513359, -0.038180164992809296, 0.003779113758355379, -0.0395139679312706, 0.024633707478642464, -0.00871141254901886, -0.043265294283628464, 0.004168140236288309, 0.0006899140425957739, -0.0553806871175766, 0.017325568944215775, -0.04415449872612953, 0.024869902059435844, 0.029899457469582558, 0.03162229061126709, 0.002450519008561969, -0.009850704111158848, 0.0037617464549839497, 0.011080306023359299, -0.008176501840353012, 0.02851007878780365, -0.015033092349767685, -0.0037513261195272207, -0.04162582755088806, 0.00841964315623045, -0.04384883493185043, 0.008940660394728184, 0.012789242900907993, -0.032650429755449295, -0.020785124972462654, 0.02310539036989212, 0.035067953169345856, -0.007196988444775343, 0.01952078938484192, 0.034790076315402985, -0.020118223503232002, 0.02373061142861843, 0.043459806591272354, 0.04651644453406334, -0.005838869605213404, 0.003056636080145836, 0.06724599003791809, -0.00841964315623045, 0.019145656377077103, 0.025522911921143532, 0.053074318915605545, 0.004550219513475895, 0.027023442089557648, 0.023230433464050293, 0.0301495473831892, -0.023091496899724007, -0.023577779531478882, 0.0430985689163208, -0.03687414526939392, -0.0072942450642585754, -0.024828221648931503, 0.02392512373626232, -0.001905187382362783, 0.021021319553256035, 0.056492190808057785, 0.03484565019607544, -0.03056636080145836, 0.03776334971189499, 0.0002524763986002654, 0.024244681000709534, -0.014220304787158966, -0.04671095684170723, -0.011761101894080639, 0.026898397132754326, -0.011517960578203201, -0.026273176074028015, -0.024605920538306236, 0.03512352705001831, -0.019048400223255157, -0.013150482438504696, -0.03473450243473053, -0.02252184972167015, -0.06702369451522827, -0.0031191580928862095, -0.04398777335882187, 0.02142423950135708, -0.028565652668476105, 0.00018724067194852978, 0.01906229369342327, -0.01522760558873415, 0.002110120840370655, 0.019506895914673805, -0.0353180393576622, 0.010607916861772537, -0.00017226141062565148, 0.007919466122984886, 0.007155307102948427, 0.0012591256527230144, -0.048406001180410385, 0.015936188399791718, -0.07374829053878784, 0.029038041830062866, 0.011351235210895538, -0.06774616986513138, -0.037513259798288345, -0.033122818917036057, 0.03904157876968384, 0.015616631135344505, 0.0013138324720785022, 0.009475572034716606, -0.04123679921030998, -0.026009194552898407, 0.006293891463428736, -0.007162253838032484, 0.01435229554772377, -0.02096574380993843, -0.045682813972234726, 0.05293538048863411, -0.04187591373920441, 0.02310539036989212, 0.008933713659644127, 0.01990981586277485, -0.011913933791220188, 0.022271761670708656, -0.038485825061798096, 0.03504016622900963, -0.010684332810342312, 0.012754508294165134, 0.04768352210521698, 0.018492648378014565, 0.003332775318995118, -0.004411281552165747, 0.022744150832295418, 0.0018009839113801718, 0.012018137611448765, -0.08247359842061996, 0.018034152686595917, 0.01450512744486332, -0.0011679475428536534, -0.01351866777986288, 0.011031677015125751, -0.028843529522418976, -0.034206535667181015, 0.007724952884018421, -0.016089020296931267, 0.020409991964697838, -0.012997650541365147, 0.017172737047076225, 0.00781526230275631, 0.02411963790655136, 0.026231495663523674, -0.0023237380664795637, 0.03490122780203819, -0.05187945067882538, 0.02617591992020607, 0.00026940947282128036, -0.018909461796283722, -0.006262630689889193, 0.0648006871342659, -0.03281715512275696, -0.026592733338475227, -0.007523492909967899, -0.037040870636701584, -0.0019486055243760347, 0.01882609911262989, 0.026815034449100494, 0.022105036303400993, 0.0010541920782998204, -0.009663138538599014, -0.0028447555378079414, -0.04243166744709015, 0.004508538171648979, 0.0015934451948851347, 0.03112211264669895, -0.01897893100976944, -0.01435229554772377, -0.07202546298503876, -0.012768402695655823, 0.024369725957512856, 0.028176626190543175, 0.06696812063455582, -0.04068104550242424, 0.05332440510392189, 0.022896982729434967, -0.02139645256102085, -0.017089374363422394, 0.007634643465280533, 0.027356892824172974, 0.02788485772907734, 0.029232556000351906, -0.022549638524651527, -0.03631839528679848, 0.002704080892726779, 0.021452028304338455, 0.007217829115688801, -0.018020259216427803, 0.002111857756972313, 0.05276865512132645, -0.024994947016239166, 0.01372707448899746, -0.05546405166387558, -0.04343201965093613, 0.015866719186306, -0.047544583678245544, 0.02881574258208275, -0.04409892112016678, -0.01913176290690899, -0.04265396669507027, 0.03601273149251938, -0.0197569839656353, -0.02373061142861843, -0.014866366051137447, 0.020409991964697838, 0.0019017138984054327, -0.005512365140020847, 0.014241144992411137, -0.0014162992592900991, -0.042959630489349365, -0.007773581426590681, 0.05646440386772156, 0.01638079062104225, 0.03301167115569115, -0.00017682032193988562, -0.044793613255023956, -0.013296366669237614, -0.037124235183000565, 0.031177688390016556, 0.05407467111945152, -0.01718663051724434, 0.007176147773861885, -0.005154599901288748, -0.023230433464050293, -0.023522203788161278, -0.014241144992411137, 0.052601929754018784, 0.04965644329786301, 0.042487241327762604, -0.046266354620456696, -0.008878138847649097, -0.023049814626574516, 0.019937602803111076, 0.02909361757338047, 0.0389026403427124, -0.027829281985759735, -0.005317851901054382, 0.06013236939907074, -0.05651998147368431, 0.010823270305991173, 0.07080280780792236, -0.02535618469119072, -0.01172636728733778, -0.0114901727065444, -0.012219597585499287, 0.02139645256102085, -0.05004546791315079, -0.0013329364592209458, -0.015255392529070377, 0.02967715822160244, 0.032372552901506424, 0.009260217659175396, 0.0027770232409238815, 0.012962915934622288, -0.029732732102274895, -0.03281715512275696, 0.062021926045417786, 0.013192163780331612, -0.012858712114393711, 0.0378745011985302, -0.013602030463516712, -0.03876370191574097, 0.05529732629656792, 0.007530439645051956, -0.023272115737199783, 0.012101500295102596, 0.02197999134659767, -0.013442251831293106, -0.04643307998776436, -0.0020475988276302814, -0.020701762288808823, 0.03248370438814163, 0.018367603421211243, 0.010045217350125313, -0.0027874435763806105, -0.003093107370659709, 0.01421335805207491, -0.03559591621160507, 0.035846006125211716, -0.02764866314828396, 0.019812559708952904, -0.02555069886147976, -0.004536325577646494, -0.016325214877724648, 0.008426589891314507, 0.04343201965093613, 0.03659626841545105, 0.0032025210093706846, 0.011976456269621849, -0.026189813390374184, -0.0046127415262162685, 0.05174051225185394, -0.04109786078333855, 0.021368665620684624, -0.02699565328657627, -0.026148132979869843, -0.02628706954419613, -0.0262592826038599, 0.014616278000175953, 0.002771813189610839, 0.0359293669462204, -0.047822460532188416, -0.005790241062641144, -0.008398802019655704, 0.013094906695187092, 0.02667609602212906, 0.012032031081616879, 0.023744504898786545, -0.05752033367753029, -0.019201232120394707, -0.034289900213479996, -0.01867326721549034, 0.008766988292336464, 0.02029884234070778, -0.014671852812170982, -0.028676804155111313, 0.015033092349767685, 0.00006181655771797523, 0.02197999134659767, 0.017672913148999214, 0.020993532612919807, -0.002568616298958659, -0.042681753635406494, 0.044043347239494324, 0.014338402077555656, -0.05126812309026718, 0.020896276459097862, 0.08564138412475586, -0.023160964250564575, -0.0002854741760529578, -0.027412468567490578, -0.037818923592567444, -0.029732732102274895, -0.053463343530893326, 0.05426918342709541, -0.012476632371544838, 0.026162026450037956, -0.03290051966905594, 0.03656848147511482, -0.016547515988349915, 0.024744858965277672, 0.017144950106739998, 0.0032580962870270014, -0.02081291377544403, -0.030010608956217766, 0.008607209660112858, 0.002099700504913926, 0.011990349739789963, -0.05204617604613304, 0.007106679026037455, -0.05868741124868393, 0.010003536008298397, -0.033039458096027374, -0.03579042851924896, 0.01038561575114727, -0.014824684709310532, 0.016589198261499405, 0.040236447006464005, -0.005237962584942579, -0.000009402738214703277, -0.022924769669771194, 0.045571666210889816, 0.031066536903381348, 0.03617945685982704, -0.0009195958846248686, -0.02224397473037243, -0.02407795563340187, 0.07397059351205826, -0.008940660394728184, -0.030788661912083626, -0.023744504898786545, -0.015616631135344505, 0.06958015263080597, 0.022813620045781136, -0.03151113912463188, 0.0027700765058398247, 0.008621103130280972, 0.004866303410381079, 0.008009775541722775, -0.0511847585439682, -0.020743444561958313, -0.06035466864705086, -0.07102511078119278, 0.04126458615064621, 0.028148839250206947, -0.0009569355170242488, -0.011427651159465313, -0.002249059034511447, 0.02027105540037155, -0.0589652881026268, 0.026148132979869843, 0.051712725311517715, 0.007120572496205568, 0.0030201647896319628, 0.01638079062104225, 0.04265396669507027, 0.011622164398431778, 0.005884024314582348, -0.006672497373074293, -0.014908047392964363, -0.03053857386112213, -0.046766530722379684, -0.03395644947886467, -0.05740918219089508, -0.03559591621160507, 0.028843529522418976, 0.022410700097680092, -0.010274465195834637, 0.06013236939907074, -0.022799726575613022, -0.032178040593862534, -0.019770877435803413, 0.006488404702395201, 0.012025084346532822, 0.017714595422148705, 0.03165007755160332, -0.030316272750496864, -0.016325214877724648, 0.015866719186306, 0.007551280315965414, -0.0686909481883049, -0.04771130904555321, 0.039152730256319046, -0.012136234901845455, -0.017408931627869606, 0.022813620045781136, 0.008871191181242466, -0.022160612046718597, -0.025258928537368774, -0.011170615442097187, 0.03281715512275696, 0.003706171177327633, -0.06113272160291672, -0.04540494084358215, -0.011142827570438385, -0.00958672259002924, -0.017784064635634422, 0.00547415716573596, -0.0007676324457861483, 0.041598036885261536, 0.029232556000351906, 0.015324861742556095, -0.03876370191574097, -0.02146592177450657, 0.023786185309290886, 0.0041577196680009365, -0.024717070162296295, -0.032372552901506424, -0.04476582631468773, 0.02753751166164875, -0.0020059174858033657, 0.06229979917407036, -0.0035776535514742136, -0.024453088641166687, -0.012955969199538231, 0.0007806579233147204, -0.0104411905631423, 0.005554046481847763, 0.017283886671066284, 0.0068322764709591866, 0.006960793863981962, -0.04209821671247482, -0.02485600858926773, -0.0204238872975111, 0.03409538418054581, 0.0006873089587315917, -0.02127140760421753, -0.03579042851924896, -0.0050295558758080006, -0.018450966104865074, -0.034790076315402985, -0.0333729088306427, 0.022396806627511978, -0.07402616739273071, -0.013817384839057922, -0.07308138906955719, -0.016978224739432335, 0.010934420861303806, -0.03567928075790405, -0.00440433481708169, -0.027606980875134468, -0.016241852194070816, -0.010871898382902145, 0.03092760033905506, 0.05740918219089508, -0.03242813050746918, -0.022619107738137245, -0.0511847585439682, -0.0038485827390104532, -0.018520435318350792, 0.019534682855010033, 0.010343934409320354, 0.019506895914673805, -0.03242813050746918, 0.032928306609392166, -0.06535643339157104, 0.02248016931116581, -0.02003486081957817, -0.021174151450395584, 0.014963623136281967, -0.012045924551784992, 0.011420703493058681, 0.015436012297868729, -0.02489769086241722, 0.04732228443026543, -0.029816094785928726, 0.036846358329057693, 0.021438132971525192, 0.0104411905631423, -0.05137927457690239, -0.015033092349767685, -0.024981053546071053, 0.042459454387426376, -0.009989642538130283, -0.025814680382609367, -0.016047339886426926, 0.04095892235636711, -0.05632546544075012, -0.02500884048640728, -0.04312635585665703, 0.05713130533695221, -0.03220582753419876, 0.015019197948276997, -0.0008414433104917407, 0.019743090495467186, -0.021493708714842796, -0.01649194024503231, -0.040625471621751785, 0.006200108211487532, 0.03190016373991966, -0.036929722875356674, -0.007863891310989857, -0.032066892832517624, 0.002132698427885771, -0.06457838416099548, 0.004025728441774845, 0.02457813359797001, -0.04965644329786301, 0.01382433157414198, 0.012177916243672371, -0.009419996291399002, -0.00006132810085546225, 0.004331392236053944, -0.016075126826763153, 0.055519625544548035, 0.0517960861325264, 0.007947253994643688, -0.0327615812420845, -0.03320618346333504, -0.02509220317006111, -0.021229727193713188, -0.028371140360832214, 0.014088313095271587, -0.0006269577424973249, 0.035762641578912735, -0.05868741124868393, 0.01971530355513096, -0.05301874130964279, 0.00781526230275631, -0.028329458087682724, 0.03395644947886467, -0.030232910066843033, -0.040625471621751785, -0.008850350975990295, 0.031094325706362724, -0.04409892112016678, -0.02593972533941269, 0.026342645287513733, 0.05321325361728668, 0.007280351594090462, 0.00479336129501462, 0.0027909171767532825, 0.013720127753913403, -0.030399635434150696, 0.0283572468906641, 0.010079951956868172, 0.031677864491939545, -0.0013285946333780885, 0.07991714030504227, -0.0049496665596961975, -0.03881927952170372, -0.009051810950040817, 0.020132116973400116, 0.01551937498152256, 0.013386677019298077, -0.03640175610780716, 0.0297883078455925, 0.019895922392606735, -0.02881574258208275, -0.03587379306554794, 0.04773909971117973, 0.027523618191480637, -0.026439901441335678, 0.04048653319478035, -0.006464090663939714, 0.04201485216617584, 0.003535972209647298, 0.001734988298267126, -0.046683169901371, 0.0017940369434654713, 0.016089020296931267, 0.025731317698955536, -0.014949728734791279, -0.047544583678245544, 0.023077601566910744, -0.007947253994643688, -0.003706171177327633, 0.0005101629649288952, -0.020409991964697838, -0.004095197655260563, 0.017492294311523438, -0.01964583434164524, -0.01301154401153326, -0.002884700195863843, 0.012518313713371754, -0.029732732102274895, 0.012066765688359737, -0.053268831223249435, -0.028676804155111313, -0.0012608623364940286, 0.013310261070728302, -0.021674329414963722, -0.017061587423086166, -0.018701056018471718, -0.014393976889550686, 0.03520689159631729, -0.030594147741794586, -0.011406810022890568, 0.06252209842205048, 0.04737785831093788, 0.024786539375782013, -0.002976746764034033, 0.04446016252040863, 0.001517897704616189, -0.007745793554931879, -0.035290252417325974, 0.02539786696434021, 0.04815591126680374, 0.033900871872901917, -0.012900393456220627, -0.0609104223549366, -0.011191456578671932, 0.026551052927970886, -0.06107714772224426, 0.000867494149133563, -0.045015912503004074, -0.007849996909499168, 0.027481937780976295, -0.06630121171474457, 0.023869549855589867, -0.048322636634111404, 0.03159450367093086, 0.043154142796993256, 0.028190521523356438, -0.00547415716573596, 0.02889910526573658, 0.03651290759444237, 0.0635780319571495, 0.03512352705001831, -0.006214002147316933, 0.026245389133691788, 0.022785833105444908, 0.07174758613109589, 0.005956966895610094, 0.03209467977285385, 0.02256353199481964, -0.04195927828550339, 0.0320391021668911, -0.002853439189493656, -0.03912494331598282, 0.007141413167119026, 0.047433435916900635, 0.010191102512180805, -0.009892385452985764, -0.004578007385134697, -0.0339842364192009, -0.0434042327105999, -0.015449905768036842, 0.022896982729434967, -0.002988903783261776, -0.017950790002942085, 0.02641211450099945, 0.04059768468141556, -0.01668645441532135, -0.034484412521123886, -0.032733794301748276, 0.0026537158992141485, 0.01711716130375862, -0.0375688374042511, 0.0366518460214138, -0.008329333737492561, -0.05043449625372887, -0.03959733247756958, -0.0327615812420845, 0.005956966895610094, -0.028246095404028893, 0.0019364483887329698, -0.02539786696434021, 0.0713585615158081, -0.0037478525191545486, 0.05935431644320488, 0.013560349121689796, -0.033622995018959045, -0.065523162484169, 0.008933713659644127, 0.026703884825110435, 0.016075126826763153, 0.02442530170083046, 0.05546405166387558, 0.04223715141415596, -0.04259839281439781, -0.012865658849477768, 0.05204617604613304, 0.01610291376709938, 0.0072595104575157166, -0.0006751518812961876, -0.058909714221954346, -0.04643307998776436, 0.004182033706456423, 0.05596422776579857, 0.03976405784487724, 0.01964583434164524, 0.011469332501292229, 0.0010107739362865686, 0.015922294929623604, -0.07958368957042694, -0.014560703188180923, -0.04204263910651207, 0.02418910712003708, 0.023438841104507446, 0.006787121295928955, 0.021146364510059357, -0.05713130533695221, 0.22385691106319427, 0.08080634474754333, 0.047822460532188416, -0.014324507676064968, 0.02470317669212818, 0.05718688294291496, 0.004987874533981085, -0.015561056323349476, 0.005488051101565361, -0.01990981586277485, -0.002714501228183508, -0.02870459109544754, -0.006345993373543024, -0.01260167732834816, 0.021924417465925217, 0.021257514134049416, -0.017131056636571884, -0.020993532612919807, -0.013442251831293106, -0.031733438372612, -0.017867427319288254, -0.008579421788454056, -0.011427651159465313, 0.016366897150874138, 0.0026901871897280216, 0.015658313408493996, 0.01396326906979084, -0.02228565514087677, -0.005814555566757917, -0.05010104551911354, -0.050851307809352875, -0.04696104675531387, 0.03387308493256569, -0.021521497517824173, -0.03076087310910225, 0.020409991964697838, 0.02450866438448429, 0.0008857297943904996, -0.010448138229548931, -0.005682564340531826, -0.02442530170083046, -0.00650577200576663, -0.013136588037014008, 0.002097963821142912, -0.025884149596095085, 0.03192795440554619, 0.046377506107091904, 0.0622442252933979, 0.012983756139874458, -0.02466149628162384, 0.032733794301748276, 0.003560286248102784, 0.00027505384059622884, -0.025911938399076462, -0.039347242563962936, 0.01357424259185791, -0.025411760434508324, -0.02753751166164875, -0.023855654522776604, 0.012705880217254162, 0.05674228072166443, -0.020743444561958313, 0.025606274604797363, 0.0026085609570145607, -0.004668316803872585, 0.013407517224550247, -0.009051810950040817, 0.021577071398496628, -0.01874273642897606, -0.007405395619571209, -0.010024377144873142, -0.015310968272387981, 0.014657959342002869, -0.07908350974321365, 0.033317334949970245, 0.018965037539601326, -0.029816094785928726, 0.0450436994433403, 0.038180164992809296, -0.02470317669212818, -0.009697872214019299, -0.01867326721549034, 0.03631839528679848, -0.028190521523356438, 0.024883795529603958, 0.02314707078039646, 0.001494451891630888, -0.015852825716137886, -0.0051163919270038605, 0.017909107729792595, 0.01947910711169243, 0.05974334105849266, -0.010941367596387863, -0.0073220329359173775, -0.03845803812146187 ]
9891_16
Entropy in chemical thermodynamics Thermodynamic entropy is central in chemical thermodynamics, enabling changes to be quantified and the outcome of reactions predicted. The second law of thermodynamics states that entropy in an isolated system – the combination of a subsystem under study and its surroundings – increases during all spontaneous chemical and physical processes. The Clausius equation of introduces the measurement of entropy change, . Entropy change describes the direction and quantifies the magnitude of simple changes such as heat transfer between systems – always from hotter to cooler spontaneously. The thermodynamic entropy therefore has the dimension of energy divided by temperature, and the unit joule per kelvin (J/K) in the International System of Units (SI). Thermodynamic entropy is an extensive property, meaning that it scales with the size or extent of a system. In many processes it is useful to specify the entropy as an intensive property independent of the size, as a specific entropy characteristic of the type of system studied. Specific entropy may be expressed relative to a unit of mass, typically the kilogram (unit: J⋅kg−1⋅K−1). Alternatively, in chemistry, it is also referred to one mole of substance, in which case it is called the molar entropy with a unit of J⋅mol−1⋅K−1. Thus, when one mole of substance at about is warmed by its surroundings to , the sum of the incremental values of constitute each element's or compound's standard molar entropy, an indicator of the amount of energy stored by a substance at . Entropy change also measures the mixing of substances as a summation of their relative quantities in the final mixture. Entropy is equally essential in predicting the extent and direction of complex chemical reactions. For such applications, must be incorporated in an expression that includes both the system and its surroundings, . This expression becomes, via some steps, the Gibbs free energy equation for reactants and products in the system: [the Gibbs free energy change of the system] [the enthalpy change] [the entropy change].
[ -0.05624943971633911, 0.04104688763618469, 0.051632367074489594, -0.014991404488682747, -0.06694752722978592, -0.015709303319454193, 0.006422373931854963, -0.049858737736940384, -0.029278986155986786, 0.07837759703397751, 0.05275848135352135, -0.013787869364023209, 0.03316408395767212, -0.03707733377814293, -0.001697090337984264, 0.0029402156360447407, -0.03338930755853653, -0.019087648019194603, -0.04738128185272217, -0.019214335829019547, 0.03322038799524307, 0.005781895946711302, -0.0635128766298294, -0.0612606480717659, -0.0030915371607989073, 0.016990257427096367, 0.033417459577322006, -0.015582614578306675, 0.05304000899195671, 0.03978000953793526, -0.03547262027859688, -0.039723701775074005, -0.005644650664180517, -0.05121007561683655, 0.007340861484408379, -0.000313200696837157, 0.043242812156677246, -0.04076535999774933, 0.039188798516988754, -0.02564726583659649, 0.08474014699459076, 0.0030704226810485125, 0.018679430708289146, -0.04467860609292984, -0.04504459351301193, 0.020467137917876244, -0.01642720028758049, -0.010050575248897076, -0.031052617356181145, -0.046480391174554825, -0.003821752266958356, 0.01649758219718933, 0.047775425016880035, -0.03752777725458145, 0.006031753029674292, -0.005500367376953363, -0.016779111698269844, 0.018088219687342644, -0.01858089491724968, 0.055376697331666946, 0.028068413957953453, -0.005556673277169466, 0.022747520357370377, -0.03536000847816467, 0.015230704098939896, 0.047324977815151215, -0.003431131364777684, 0.006383663509041071, -0.003344913013279438, -0.02433815784752369, -0.03986446559429169, -0.020199686288833618, -0.00508159352466464, -0.006960797589272261, -0.05782599747180939, 0.06835517287254333, 0.03167198225855827, -0.008466975763440132, -0.0432991161942482, -0.02740682102739811, -0.018088219687342644, 0.015709303319454193, -0.020833125337958336, -0.005095669999718666, -0.020523443818092346, 0.0030510674696415663, -0.0027818556409329176, -0.0074957022443413734, -0.01044471561908722, -0.025126438587903976, 0.02426777593791485, 0.06998804211616516, -0.01725771091878414, 0.005732628516852856, 0.004194777924567461, -0.003007078543305397, -0.020284144207835197, 0.038484975695610046, -0.014709875918924809, 0.02049528993666172, 0.04664930701255798, 0.049239374697208405, -0.0052012428641319275, 0.09459365159273148, -0.020382679998874664, 0.05647465959191322, 0.022043699398636818, 0.037415165454149246, 0.00397307425737381, -0.02294459007680416, 0.023296501487493515, -0.00477895000949502, 0.012211307883262634, -0.028603317216038704, -0.02232522703707218, 0.019678857177495956, 0.018369749188423157, 0.016905799508094788, -0.040962427854537964, -0.013999015092849731, 0.04321466013789177, -0.0060211955569684505, 0.005996561609208584, 0.029898349195718765, -0.04493198171257973, -0.012119811028242111, 0.02526720240712166, 0.01354856975376606, 0.03133414685726166, -0.014357964508235455, -0.03978000953793526, -0.014041244983673096, -0.035500772297382355, 0.029278986155986786, 0.02156510017812252, 0.02839217148721218, 0.015329238958656788, 0.07353530079126358, -0.023549877107143402, -0.025379814207553864, 0.02378917671740055, -0.02294459007680416, -0.0015844787703827024, 0.0296168215572834, 0.006823552306741476, 0.04526981711387634, 0.013450034894049168, -0.0026234956458210945, 0.0008393074967898428, 0.021227264776825905, -0.024915290996432304, -0.0023278906010091305, -0.020593825727701187, 0.008481052704155445, 0.0015519270673394203, 0.023578030988574028, -0.04411555081605911, 0.04673376679420471, -0.048085104674100876, 0.0007385729695670307, -0.01856681890785694, -0.038259752094745636, 0.03597937151789665, -0.0005300657940097153, -0.011683441698551178, -0.005722071044147015, -0.04619886353611946, -0.011099269613623619, -0.028997458517551422, -0.03969554975628853, 0.01566707342863083, -0.024816757068037987, -0.03671134635806084, 0.0022926994133740664, 0.027125291526317596, -0.00046452239621430635, 0.04628331959247589, -0.021058348938822746, -0.0018967997748404741, 0.0070241414941847324, -0.03702102601528168, -0.0375840850174427, 0.024084782227873802, 0.02856108918786049, 0.005127341952174902, 0.044481538236141205, -0.022775674238801003, 0.04298943653702736, 0.006126768887042999, 0.01580783724784851, 0.011514524929225445, 0.04242637753486633, -0.07190243154764175, -0.018989112228155136, -0.02049528993666172, 0.01331630814820528, -0.039948925375938416, 0.07894065231084824, 0.010184301063418388, -0.03302332013845444, 0.005303297191858292, 0.02602732926607132, -0.04062459245324135, -0.0057255905121564865, -0.0066863070242106915, 0.021734017878770828, 0.03597937151789665, 0.06706014275550842, 0.022606756538152695, 0.01385121326893568, 0.01927064172923565, 0.047156061977148056, -0.02309943176805973, 0.04890153929591179, -0.02702675759792328, -0.039414022117853165, -0.021199112758040428, 0.0396110899746418, -0.021931087598204613, -0.005595383234322071, -0.010501021519303322, -0.033501919358968735, 0.0008727390086278319, 0.03369898721575737, 0.025140514597296715, -0.006249937694519758, -0.03001096099615097, 0.05025287717580795, -0.01658204197883606, 0.002811768092215061, 0.03493771329522133, 0.044256314635276794, -0.005760781466960907, -0.0018985592760145664, 0.03333299979567528, 0.025520578026771545, 0.04783172905445099, 0.043946631252765656, 0.017102869227528572, -0.02526720240712166, 0.048310328274965286, -0.001211453229188919, 0.04023045301437378, -0.009058186784386635, 0.0290256105363369, 0.02778688445687294, 0.0027009162586182356, -0.004332023207098246, -0.0074534728191792965, 0.05867058411240578, -0.012309843674302101, 0.050168417394161224, 0.061598483473062515, -0.00952270906418562, -0.012542104348540306, 0.017299938946962357, 0.007854651659727097, 0.04355249181389809, 0.007439396344125271, -0.02156510017812252, -0.008178409188985825, 0.017328092828392982, -0.021522870287299156, -0.016933951526880264, -0.025773953646421432, 0.0333048477768898, -0.03133414685726166, -0.01689172349870205, -0.03916064649820328, -0.002843440044671297, -0.06604664027690887, -0.02135395258665085, -0.045326124876737595, 0.005444061476737261, -0.014991404488682747, 0.03200981393456459, 0.022846056148409843, -0.04014599695801735, 0.01613159477710724, 0.027969878166913986, -0.004852851387113333, 0.02194516360759735, -0.012816594913601875, 0.019143952056765556, 0.0365142747759819, 0.024661915376782417, -0.024056628346443176, 0.02863147109746933, -0.04473491385579109, -0.006971355061978102, 0.0028364018071442842, -0.05593975633382797, -0.004156067501753569, -0.05244880169630051, 0.010458791628479958, 0.04529796913266182, 0.006200670264661312, 0.007784269284456968, -0.05974039435386658, -0.030292490497231483, 0.0011181968729943037, -0.0300954207777977, -0.035810451954603195, -0.024549303576350212, -0.037499625235795975, 0.03831605985760689, 0.006651116069406271, 0.023437265306711197, -0.010275797918438911, 0.0018668873235583305, -0.006454045884311199, 0.009945002384483814, -0.023746946826577187, 0.01047286856919527, -0.025056056678295135, 0.0301517266780138, 0.05194205045700073, 0.05788230523467064, 0.0034012189134955406, -0.015582614578306675, -0.000699862779583782, 0.0136189516633749, -0.0145409582182765, -0.08333250135183334, 0.04740943759679794, 0.019833698868751526, -0.0069924695417284966, -0.03507847711443901, 0.009466403163969517, 0.013048856519162655, -0.03775300085544586, 0.013738601468503475, 0.009649396874010563, 0.0029454941395670176, -0.041328415274620056, 0.004346099682152271, 0.0019355099648237228, 0.017694080248475075, 0.048929691314697266, -0.004349618684500456, 0.05633389577269554, -0.0601908415555954, 0.011993123218417168, 0.0052540297619998455, 0.002341967076063156, 0.018749812617897987, 0.021621406078338623, 0.003892134642228484, -0.07072001695632935, -0.013386690989136696, 0.008875193074345589, 0.0054159085266292095, 0.019622551277279854, 0.0543631948530674, 0.03130599483847618, 0.02104427106678486, -0.043636951595544815, 0.0013135074404999614, -0.016075290739536285, 0.010543250478804111, 0.013562645763158798, -0.0066053676418960094, -0.03226318955421448, -0.02032637409865856, -0.04814141243696213, -0.016244206577539444, 0.00898076593875885, -0.013386690989136696, 0.03569784015417099, -0.0717335194349289, 0.03367083519697189, 0.011803091503679752, -0.009403059259057045, -0.02447892166674137, -0.01965070515871048, 0.005641131661832333, 0.08524689823389053, 0.020058920606970787, -0.0075871990993618965, -0.051013004034757614, -0.018299367278814316, 0.0019654224161058664, -0.013478187844157219, 0.009044109843671322, 0.02003076858818531, 0.0469871424138546, -0.0517449788749218, 0.03735886141657829, -0.02978573925793171, -0.03778115287423134, -0.011289301328361034, -0.02633701078593731, 0.02877223491668701, -0.05256141349673271, -0.01820083148777485, -0.02257860265672207, 0.02004484459757805, -0.004307389259338379, -0.006717978976666927, -0.020368602126836777, 0.01904541812837124, 0.006883377209305763, -0.006746131926774979, 0.009191912598907948, -0.020833125337958336, -0.04405924305319786, -0.02318388968706131, 0.044481538236141205, 0.015104015357792377, 0.015315162017941475, -0.005880431272089481, -0.049999501556158066, 0.018538666889071465, -0.044397078454494476, 0.06751058995723724, 0.027068985626101494, 0.004595956299453974, -0.02411293424665928, -0.026196246966719627, -0.023507647216320038, -0.032826248556375504, -0.015934525057673454, -0.017229557037353516, 0.0448475256562233, 0.0001924512762343511, -0.019003188237547874, 0.009022995829582214, -0.0400896891951561, 0.018989112228155136, 0.04465045407414436, 0.01451280526816845, -0.008312135003507137, 0.00727047910913825, 0.03628905117511749, -0.04873261973261833, 0.001977739157155156, 0.02316981367766857, -0.023366883397102356, -0.013682295568287373, -0.003459284082055092, -0.014132741838693619, -0.008734428323805332, -0.05481364205479622, 0.0031267283484339714, 0.0023877155035734177, 0.0148084107786417, 0.027913572266697884, 0.025928795337677002, 0.04242637753486633, 0.005862835794687271, -0.005236434284597635, -0.02425369992852211, 0.040343064814805984, 0.019664781168103218, -0.021832551807165146, 0.024929368868470192, -0.01547000277787447, -0.04397478699684143, 0.03600752353668213, 0.017637774348258972, 0.005577787756919861, -0.01504771038889885, -0.00989573448896408, -0.03344561159610748, -0.036345358937978745, 0.019369175657629967, 0.008051721379160881, 0.051378991454839706, 0.030658477917313576, 0.019594399258494377, -0.005236434284597635, -0.022085927426815033, -0.014864716678857803, -0.03952663391828537, 0.03693656623363495, -0.034121282398700714, 0.0070241414941847324, -0.0013064692029729486, -0.04667746275663376, -0.021691787987947464, 0.014322773553431034, 0.03609198331832886, 0.033192235976457596, -0.015174398198723793, 0.024310003966093063, -0.022606756538152695, 0.009051147848367691, 0.0396110899746418, -0.024197394028306007, 0.021297646686434746, -0.015850067138671875, -0.0010979620274156332, 0.0017331611597910523, -0.010409524664282799, 0.016948029398918152, 0.012802518904209137, 0.005056959576904774, -0.0282514076679945, 0.001723483670502901, -0.013970863074064255, 0.020199686288833618, 0.0184964369982481, -0.035416312515735626, 0.005644650664180517, -0.04084981605410576, -0.00420181592926383, -0.0028012108523398638, 0.022465990856289864, 0.033980514854192734, -0.005109746474772692, -0.06334396451711655, -0.00894557498395443, -0.0004768392536789179, -0.0006519149173982441, 0.034965865314006805, -0.0021290609147399664, 0.038175296038389206, 0.006052867509424686, -0.022508220747113228, 0.061373259872198105, 0.010627709329128265, -0.05900841951370239, 0.025070132687687874, 0.03561338409781456, -0.04752204939723015, 0.004293312784284353, 0.021860705688595772, -0.05751631781458855, -0.019763316959142685, -0.052082814276218414, 0.0295605156570673, 0.0024281851947307587, 0.03499402105808258, -0.041638098657131195, 0.008572549559175968, -0.024549303576350212, 0.010029460303485394, 0.0277165025472641, 0.015230704098939896, -0.03797822445631027, -0.029222680255770683, -0.015287009067833424, 0.03353007137775421, 0.003930844832211733, -0.013358538039028645, -0.010120957158505917, -0.02847662940621376, 0.010557327419519424, -0.036204591393470764, -0.018228985369205475, -0.0032938860822468996, -0.011528600938618183, -0.0066053676418960094, 0.030742935836315155, 0.007347899489104748, 0.022282999008893967, 0.02809656597673893, 0.06914345175027847, 0.03262917697429657, 0.011113346554338932, 0.016004906967282295, -0.008276944048702717, -0.04718421399593353, 0.011563791893422604, -0.005264587234705687, -0.0253375843167305, -0.03229134529829025, -0.0348532572388649, 0.06790472567081451, 0.0012888736091554165, -0.040568288415670395, 0.023057201877236366, 0.00952270906418562, -0.029419751837849617, 0.013027741573750973, -0.05334969237446785, -0.03606382757425308, -0.03513478487730026, -0.10292690247297287, 0.03285440057516098, 0.025295356288552284, -0.02226892113685608, -0.0024035514798015356, -0.016216054558753967, 0.039104338735342026, -0.07190243154764175, -0.027688348665833473, 0.046395931392908096, 0.011760862544178963, 0.0019548649434000254, 0.02080497145652771, 0.02847662940621376, 0.0016874127322807908, -0.036739498376846313, -0.006830590311437845, 0.023197965696454048, 0.0016777352429926395, -0.055067017674446106, -0.01542777381837368, -0.0643574669957161, -0.030208030715584755, 0.044087398797273636, 0.0277728084474802, -0.0023507648147642612, 0.0634002685546875, -0.01827121339738369, -0.03116522915661335, -0.009649396874010563, 0.027660196647047997, 0.010740320198237896, 0.019678857177495956, 0.05298370495438576, -0.007147310301661491, -0.006221784744411707, -0.002134339651092887, 0.030883699655532837, -0.04580472409725189, -0.04130026325583458, 0.01666649989783764, 0.02656223438680172, -0.04304574057459831, 0.01687764748930931, 0.005021768622100353, -0.028110641986131668, 0.02518274448812008, 0.014456499367952347, 0.03538816049695015, -0.015906373038887978, -0.017623698338866234, -0.010008346289396286, -0.006517389789223671, 0.0018017838010564446, -0.027364591136574745, -0.03276994451880455, 0.00617955531924963, 0.02716752141714096, 0.0007051414577290416, 0.0022487107198685408, -0.03685211017727852, -0.03524739667773247, 0.074942946434021, -0.032516565173864365, -0.027674272656440735, -0.041018735617399216, -0.034881409257650375, 0.03248841315507889, 0.0011604261817410588, 0.052786633372306824, -0.00867108441889286, -0.026449622586369514, 0.009762008674442768, 0.0015255337348207831, -0.000053556439524982125, 0.007530893199145794, 0.011380798183381557, 0.05396905541419983, 0.0047402395866811275, -0.03662688657641411, 0.029053764417767525, 0.005676322616636753, 0.02925083413720131, 0.0006162839708849788, -0.015948601067066193, -0.04456599801778793, -0.007277517579495907, -0.013499301858246326, -0.049239374697208405, -0.046170711517333984, 0.021128730848431587, -0.07635059207677841, -0.010705129243433475, -0.06559619307518005, -0.027843190357089043, 0.03975185379385948, -0.019453633576631546, -0.014836563728749752, -0.03200981393456459, -0.02992650307714939, 0.03459987789392471, 0.03671134635806084, 0.04169440269470215, -0.013055894523859024, 0.003997707739472389, -0.02547834813594818, 0.005345526617020369, -0.04360879957675934, 0.021213188767433167, -0.010979619808495045, 0.03172828629612923, -0.03375529497861862, 0.005342007614672184, -0.03240395709872246, 0.019158029928803444, -0.03077108971774578, 0.007882803678512573, 0.004888042341917753, -0.0036035676021128893, -0.0019319908460602164, 0.004595956299453974, -0.03828790411353111, -0.005394794046878815, -0.0549544058740139, 0.0523361898958683, 0.024436693638563156, 0.024816757068037987, -0.021297646686434746, -0.0267029982060194, 0.007048775441944599, 0.05574268475174904, -0.015835991129279137, 0.004976020194590092, -0.0036282013170421124, 0.014266467653214931, -0.06131695583462715, -0.017764462158083916, -0.07263440638780594, 0.05273032933473587, -0.0198055449873209, -0.032741788774728775, -0.008762581273913383, 0.02135395258665085, 0.004479825962334871, 0.015132168307900429, -0.019524017348885536, 0.005479252897202969, -0.000015464835087186657, -0.05619313195347786, 0.021396182477474213, -0.051238227635622025, -0.021593252196907997, -0.04622701555490494, -0.017102869227528572, 0.009051147848367691, -0.004764873534440994, 0.03724624961614609, -0.0011428305879235268, -0.003807676024734974, -0.016244206577539444, 0.0005419427761808038, -0.020227838307619095, 0.056530967354774475, 0.022536374628543854, -0.023310577496886253, -0.03085554763674736, -0.025084208697080612, -0.044256314635276794, -0.0030457887332886457, -0.026829686015844345, 0.029954655095934868, -0.010332103818655014, 0.018482360988855362, -0.047634657472372055, 0.03775300085544586, -0.017328092828392982, 0.026083635166287422, -0.026928221806883812, 0.04228561371564865, 0.0007640865514986217, -0.033586375415325165, 0.004831736441701651, 0.03291070833802223, -0.019636627286672592, -0.028110641986131668, -0.004089204594492912, 0.014308697544038296, 0.03001096099615097, -0.00199533486738801, 0.0037795230746269226, 0.023352807387709618, 0.01742662861943245, -0.015526308678090572, 0.001984777394682169, 0.0005459017702378333, 0.002019968582317233, 0.030602172017097473, 0.004388329107314348, -0.021860705688595772, -0.03001096099615097, 0.014456499367952347, -0.027815038338303566, -0.016469430178403854, -0.019918156787753105, 0.02188885770738125, -0.005394794046878815, -0.009881658479571342, -0.037809308618307114, 0.034965865314006805, 0.01232391968369484, -0.05244880169630051, 0.012823632918298244, -0.027617966756224632, 0.03502217307686806, -0.009705702774226665, -0.008072836324572563, -0.014681722968816757, 0.0041595869697630405, 0.017145099118351936, 0.03324854001402855, 0.02249414473772049, -0.04760650545358658, 0.03161567449569702, -0.00489508081227541, 0.009508632123470306, -0.04774726927280426, -0.00677428487688303, -0.02754758484661579, 0.04726867005228996, -0.014526882208883762, 0.01547000277787447, -0.010332103818655014, 0.02041083201766014, -0.00017793495499063283, 0.00600360007956624, -0.03882281109690666, 0.011725671589374542, 0.0034768797922879457, 0.00979016162455082, -0.03969554975628853, -0.028504783287644386, 0.037499625235795975, -0.018693506717681885, 0.0402023009955883, -0.025886565446853638, 0.01204942911863327, 0.050928544253110886, 0.027519432827830315, -0.00004935000470140949, 0.0264073945581913, -0.0027220307383686304, -0.022451914846897125, -0.02065013162791729, -0.01772223226726055, 0.058839503675699234, 0.05250510573387146, 0.05318077653646469, 0.01756739243865013, -0.029532361775636673, 0.009332677349448204, 0.010719206184148788, -0.05354676395654678, 0.03262917697429657, -0.010346180759370327, -0.005134379956871271, 0.05332154035568237, -0.06238676235079765, 0.028420323505997658, -0.0337834469974041, 0.053997207432985306, 0.0554330050945282, 0.012858823873102665, 0.0075871990993618965, 0.006049348507076502, 0.011317454278469086, 0.043327268213033676, 0.030827395617961884, -0.028997458517551422, 0.005429985001683235, 0.04065274819731712, 0.03828790411353111, 0.018594972789287567, -0.0016865329816937447, 0.019439557567238808, -0.02309943176805973, -0.0072493646293878555, -0.010508059523999691, 0.004726163577288389, 0.03386790305376053, 0.07927848398685455, -0.021058348938822746, -0.02287420816719532, -0.000576693972107023, -0.026379240676760674, -0.04968981817364693, 0.0027308284770697355, 0.006710940971970558, 0.020847201347351074, -0.013794907368719578, -0.008340287953615189, 0.02916637435555458, 0.01889057643711567, 0.011345607228577137, -0.029504209756851196, 0.014097550883889198, -0.03288255259394646, -0.029588667675852776, 0.018623124808073044, 0.0021730498410761356, -0.03184089809656143, -0.010465830564498901, 0.007446434814482927, -0.013604875653982162, -0.020227838307619095, 0.0053244116716086864, -0.024844909086823463, 0.0655398890376091, -0.03417758643627167, 0.07432357966899872, -0.005099189002066851, -0.04783172905445099, -0.08310727775096893, 0.007601275574415922, 0.022916438058018684, 0.0037232174072414637, 0.05416612699627876, 0.03001096099615097, 0.01703248731791973, 0.009431212209165096, -0.03890726715326309, 0.047099754214286804, 0.006872819736599922, -0.004462230019271374, -0.011408951133489609, -0.061823707073926926, 0.003568376414477825, -0.009445288218557835, 0.05467287823557854, 0.07409835606813431, 0.005820606369525194, 0.03279809653759003, 0.004391848109662533, 0.0161175187677145, -0.06165479123592377, 0.001548407948575914, -0.03713363781571388, -0.005609459709376097, 0.00556723028421402, 0.025309432297945023, 0.05895211547613144, -0.053011856973171234, 0.2301778793334961, 0.08023568242788315, 0.032741788774728775, 0.01135968416929245, -0.009353791363537312, 0.026421470567584038, -0.023549877107143402, -0.04566395655274391, 0.01419608574360609, 0.0030880181584507227, 0.017595544457435608, -0.02179032191634178, 0.011014810763299465, -0.014442423358559608, 0.028758158907294273, 0.022817902266979218, -0.03679580241441727, -0.018946882337331772, -0.01834159530699253, -0.03302332013845444, 0.007742039859294891, -0.011324492283165455, -0.03662688657641411, -0.0011076395167037845, -0.02180439978837967, 0.023127583786845207, 0.019158029928803444, 0.029982808977365494, 0.021593252196907997, -0.05867058411240578, -0.06424485146999359, -0.03178459405899048, 0.016455354169011116, -0.011824206449091434, -0.00570095656439662, 0.004817660432308912, 0.005419427994638681, -0.036345358937978745, -0.012837709859013557, 0.021607330068945885, -0.018693506717681885, -0.003863981692120433, -0.015695225447416306, 0.010768473148345947, -0.01889057643711567, 0.021396182477474213, 0.01673688180744648, 0.021663634106516838, 0.03276994451880455, -0.040258605033159256, 0.042398225516080856, -0.06086650863289833, 0.007756116334348917, -0.021734017878770828, -0.0718461275100708, 0.024746375158429146, -0.0179615318775177, -0.023676564916968346, -0.02580210752785206, 0.024507075548171997, 0.030517712235450745, 0.008002453483641148, -0.006077500991523266, -0.015005480498075485, -0.001879204181022942, 0.02111465483903885, -0.0002425985730951652, 0.038738351315259933, -0.015624843537807465, 0.010092804208397865, -0.014287582598626614, -0.03997707739472389, -0.003601808100938797, -0.11531416326761246, 0.04774726927280426, -0.006468122359365225, -0.031897202134132385, 0.025576883926987648, 0.03144675865769386, -0.027139369398355484, -0.010902199894189835, -0.014174970798194408, -0.0015290528535842896, -0.02188885770738125, 0.028152871876955032, 0.024295927956700325, 0.03451542183756828, -0.011528600938618183, 0.022620832547545433, -0.005380717571824789, 0.004852851387113333, 0.07156459987163544, 0.0011595464311540127, -0.017862997949123383, -0.0010249405167996883 ]
9891_17
World's technological capacity to store and communicate entropic information A 2011 study in Science (journal) estimated the world's technological capacity to store and communicate optimally compressed information normalized on the most effective compression algorithms available in the year 2007, therefore estimating the entropy of the technologically available sources. The author's estimate that human kind's technological capacity to store information grew from 2.6 (entropically compressed) exabytes in 1986 to 295 (entropically compressed) exabytes in 2007. The world's technological capacity to receive information through one-way broadcast networks was 432 exabytes of (entropically compressed) information in 1986, to 1.9 zettabytes in 2007. The world's effective capacity to exchange information through two-way telecommunication networks was 281 petabytes of (entropically compressed) information in 1986, to 65 (entropically compressed) exabytes in 2007. Entropy balance equation for open systems In chemical engineering, the principles of thermodynamics are commonly applied to "open systems", i.e. those in which heat, work, and mass flow across the system boundary. Flows of both heat () and work, i.e. (shaft work) and (pressure-volume work), across the system boundaries, in general cause changes in the entropy of the system. Transfer as heat entails entropy transfer , where is the absolute thermodynamic temperature of the system at the point of the heat flow. If there are mass flows across the system boundaries, they also influence the total entropy of the system. This account, in terms of heat and work, is valid only for cases in which the work and heat transfers are by paths physically distinct from the paths of entry and exit of matter from the system.
[ -0.04287626966834068, 0.01842927373945713, 0.053678084164857864, 0.02258150279521942, -0.0268841739743948, 0.01369784027338028, -0.005506216082721949, -0.046908143907785416, -0.005641614552587271, 0.08984459191560745, 0.02456735074520111, -0.018669983372092247, 0.04227449744939804, -0.007608657702803612, 0.010764200240373611, -0.030735516920685768, -0.026944352313876152, -0.003035188652575016, -0.02560540847480297, -0.006288519594818354, 0.02426646463572979, -0.018775293603539467, -0.06246395781636238, -0.015600944869220257, -0.058161284774541855, 0.015292536467313766, 0.04976656287908554, 0.034421373158693314, 0.07353656738996506, 0.031803663820028305, -0.010335437953472137, -0.007785428315401077, 0.004791611339896917, -0.06968522071838379, 0.018248742446303368, 0.00015455673565156758, 0.04516300559043884, -0.02562045305967331, -0.009199593216180801, -0.06685689091682434, 0.049826741218566895, -0.0016012783162295818, 0.059936512261629105, -0.05343737453222275, -0.04383910819888115, 0.014126602560281754, 0.0316833071410656, 0.007830561138689518, -0.021528400480747223, -0.06589405983686447, -0.012035444378852844, 0.04040900617837906, 0.031924016773700714, -0.04404972866177559, 0.03225499019026756, -0.022777078673243523, -0.02644788846373558, 0.03610633313655853, -0.008876140229403973, 0.04290635883808136, 0.0374603196978569, 0.003082202048972249, 0.050037361681461334, -0.0230027437210083, 0.03132224455475807, 0.05662676692008972, 0.002815165789797902, 0.0060402886010706425, -0.01979830674827099, -0.01677440106868744, -0.04028864949941635, -0.008785874582827091, -0.02831338346004486, -0.03372933343052864, -0.04582495614886284, 0.047118764370679855, 0.02101689577102661, 0.009643400087952614, -0.03020896576344967, -0.019286800175905228, -0.007345382124185562, 0.042455028742551804, -0.0356249175965786, 0.010786767117679119, -0.016729267314076424, -0.027425769716501236, 0.01990361697971821, -0.029005421325564384, 0.0053520118817687035, -0.028042586520314217, -0.002081755781546235, 0.05385861545801163, 0.007115956395864487, 0.033909864723682404, -0.022987699136137962, 0.0215584896504879, -0.021573534235358238, 0.00837967824190855, -0.05695774033665657, 0.021678844466805458, 0.032947029918432236, 0.08948352932929993, -0.0009891630616039038, 0.09116849303245544, -0.009222159162163734, 0.04832230880856514, -0.006232103798538446, 0.021062027662992477, -0.015277492813766003, -0.04320724681019783, -0.013517308980226517, -0.00859029870480299, -0.011223051697015762, -0.029637282714247704, 0.012727482244372368, 0.027531079947948456, 0.04657717049121857, -0.005058647599071264, -0.05006745085120201, 0.011516415514051914, -0.024296553805470467, -0.030344365164637566, 0.00849251076579094, 0.027726655825972557, -0.06426927447319031, -0.04392937198281288, -0.002455982845276594, -0.0023788807447999716, 0.010613757185637951, -0.028268249705433846, -0.027621345594525337, -0.017857590690255165, -0.033067382872104645, 0.023047875612974167, 0.016413336619734764, 0.0534975491464138, 0.03156295418739319, 0.04320724681019783, 0.006973035633563995, -0.02456735074520111, -0.004054440185427666, -0.018985914066433907, 0.009184548631310463, 0.05443029850721359, -0.02560540847480297, 0.05767986923456192, -0.007070823572576046, -0.005810862872749567, 0.0029844141099601984, 0.019858483225107193, 0.002465385477989912, 0.0038137314841151237, -0.012569517828524113, 0.005438516382128, -0.012704916298389435, 0.023484161123633385, -0.05632587894797325, 0.03261605650186539, -0.025635497644543648, 0.015450501814484596, -0.003956652246415615, 0.008402245119214058, 0.0005448859301395714, -0.006694715935736895, -0.03363906592130661, 0.01405890379101038, -0.01396111585199833, -0.03749040886759758, -0.03174348548054695, -0.01635316014289856, 0.011155352927744389, -0.03240543603897095, -0.027365591377019882, 0.015081916004419327, 0.02551514282822609, 0.023348761722445488, 0.056596677750349045, -0.008304457180202007, -0.02009919285774231, -0.0005890785832889378, -0.015112005174160004, -0.04537362605333328, 0.019016003236174583, 0.045042652636766434, -0.02229566127061844, 0.048262134194374084, -0.024747882038354874, 0.01727086305618286, 0.0017526616575196385, 0.02458239533007145, 0.015127049759030342, 0.05121081694960594, -0.07522153109312057, 0.0007484541856683791, -0.04651699215173721, -0.020550521090626717, -0.043688662350177765, 0.030991269275546074, 0.0366780161857605, -0.05885332450270653, -0.023348761722445488, 0.03965678811073303, -0.02604169398546219, 0.006168165244162083, -0.06240377947688103, 0.03923555091023445, -0.0056604198180139065, 0.03803200647234917, 0.003734748810529709, 0.01572129875421524, 0.04007802903652191, 0.04519309476017952, -0.005863517988473177, 0.010252694599330425, 0.01853458397090435, 0.0073679485358297825, -0.026929307729005814, 0.020971762016415596, -0.017315994948148727, -0.00282456842251122, -0.028554091230034828, 0.01716555282473564, 0.01853458397090435, 0.006115510128438473, 0.005525021348148584, 0.029095686972141266, -0.013938548974692822, 0.057017918676137924, -0.01062127947807312, 0.02291247807443142, 0.01602218486368656, 0.040439095348119736, -0.004453114699572325, 0.007634985260665417, 0.07407815754413605, 0.009244726039469242, 0.036587752401828766, 0.030554985627532005, 0.018504496663808823, -0.029336396604776382, 0.0020930389873683453, -0.010230127722024918, 0.03709925711154938, -0.04395946115255356, 0.021317781880497932, 0.013517308980226517, -0.027561167255043983, -0.025018680840730667, -0.03884439542889595, 0.047750625759363174, -0.052624981850385666, 0.028794800862669945, 0.03944616764783859, -0.003134857164695859, -0.030073566362261772, -0.005844712723046541, -0.005536304321140051, 0.0335187129676342, -0.03279658779501915, -0.04988691583275795, 0.007586091291159391, 0.033157650381326675, 0.006311086006462574, 0.004129661712795496, -0.00003070566162932664, 0.009688532911241055, -0.01844431832432747, 0.014457577839493752, -0.020234590396285057, -0.011538982391357422, -0.05945509672164917, -0.04037891700863838, -0.04510282725095749, -0.0005998917040415108, -0.03126206621527672, 0.015465546399354935, 0.01811334490776062, -0.05855243653059006, 0.004313954617828131, -0.0034282212145626545, -0.001875836867839098, 0.00034484369098208845, 0.005156435538083315, 0.007499586325138807, 0.0036331997253000736, -0.010967298410832882, -0.046095751225948334, 0.04173290356993675, -0.002882865024730563, 0.032014284282922745, 0.025740807875990868, -0.030735516920685768, -0.026823997497558594, -0.05394887924194336, 0.023679737001657486, 0.026387711986899376, 0.011208008043467999, 0.05066922307014465, -0.04645681753754616, -0.03261605650186539, -0.03854351118206978, -0.04116122052073479, -0.02507885731756687, -0.051270995289087296, -0.0035278897266834974, 0.054189588874578476, -0.03381960093975067, -0.007586091291159391, 0.0268841739743948, 0.015600944869220257, 0.0017799293855205178, 0.029200997203588486, -0.005122586153447628, 0.02632753551006317, -0.0029167148750275373, 0.03953643515706062, 0.07070823758840561, 0.043056800961494446, -0.0006440843571908772, 0.012614650651812553, -0.0048329830169677734, -0.012727482244372368, 0.01916644535958767, -0.08521094918251038, -0.014585454016923904, 0.020385034382343292, 0.015916874632239342, -0.03448154777288437, 0.016849622130393982, -0.0180080346763134, -0.055453311651945114, 0.04537362605333328, -0.03959661349654198, 0.034631989896297455, 0.015096960589289665, -0.02363460510969162, -0.022461147978901863, 0.006939185783267021, 0.007838083431124687, 0.022656723856925964, 0.03261605650186539, -0.046396639198064804, 0.022762034088373184, 0.034000132232904434, -0.018775293603539467, -0.01927175559103489, 0.04874354973435402, 0.01842927373945713, -0.01749652810394764, -0.009440301917493343, 0.0012721840757876635, -0.004580990877002478, 0.04925505816936493, 0.03839306905865669, 0.0035410535056144, 0.029516927897930145, -0.027139928191900253, 0.01570625603199005, -0.03237534686923027, 0.012133232317864895, 0.029516927897930145, -0.0011085772421211004, -0.03403021767735481, -0.0021099639125168324, -0.07167106866836548, -0.019933704286813736, 0.023408940061926842, 0.015254925936460495, 0.032736409455537796, -0.04380901902914047, 0.03550456091761589, 0.011463761329650879, -0.006984319072216749, 0.013983681797981262, 0.0043252380564808846, -0.0031649458687752485, 0.07022681832313538, 0.034301016479730606, 0.0566568560898304, -0.08515077084302902, -0.010816855356097221, -0.009816409088671207, 0.03132224455475807, 0.01348721981048584, 0.010094729252159595, 0.03008861094713211, -0.039927586913108826, 0.03249569982290268, -0.028508959338068962, -0.03297711908817291, 0.016518646851181984, -0.03240543603897095, -0.009079238399863243, -0.03093109279870987, -0.022566458210349083, -0.037550587207078934, 0.03613642230629921, 0.029501883313059807, -0.0008321381756104529, -0.03926563635468483, 0.048382487148046494, -0.005765730049461126, 0.017300952225923538, 0.031623128801584244, 0.0065329899080097675, -0.028885066509246826, -0.023694781586527824, 0.06342679262161255, 0.03779129683971405, 0.01842927373945713, 0.01328412164002657, -0.03947625681757927, 0.021107161417603493, -0.03619660064578056, -0.0010183114791288972, 0.046607259660959244, 0.04031873866915703, -0.02539478801190853, 0.026808952912688255, 0.01686466671526432, -0.0406196266412735, -0.008447377942502499, -0.01823369786143303, 0.07353656738996506, -0.008552688173949718, -0.023484161123633385, -0.007213744334876537, -0.04450105503201485, 0.0032552117481827736, 0.018354052677750587, 0.018293876200914383, -0.037039078772068024, 0.0017846307018771768, 0.05094001814723015, -0.06583388149738312, -0.0020685920026153326, 0.0316833071410656, -0.043056800961494446, -0.01405890379101038, -0.03809218108654022, -0.005273029208183289, 0.02342398464679718, -0.025755850598216057, 0.00802613701671362, 0.02386026829481125, 0.020746096968650818, 0.06324625760316849, 0.040258560329675674, 0.01885051466524601, -0.004614840727299452, -0.00797348190099001, -0.011373494751751423, 0.022987699136137962, -0.03403021767735481, -0.02479301579296589, 0.0009614251321181655, -0.03288685157895088, -0.039716966450214386, 0.019136356189846992, 0.02697443962097168, -0.031111624091863632, 0.013058457523584366, 0.05112054944038391, -0.022762034088373184, -0.012411552481353283, 0.01770714856684208, -0.0022528846748173237, 0.004366609733551741, 0.02739568054676056, 0.0341806635260582, 0.021077072247862816, 0.019031045958399773, -0.02384522370994091, -0.02043016627430916, 0.027726655825972557, -0.03715943545103073, 0.02957710437476635, -0.025274433195590973, -0.02032485604286194, -0.04841257631778717, 0.03959661349654198, 0.04131166264414787, 0.015525723807513714, 0.015871742740273476, 0.05042851343750954, -0.03791164979338646, -0.0015871742507442832, 0.03354880213737488, -0.046697523444890976, 0.011576592922210693, -0.012712438590824604, -0.02583107352256775, -0.03947625681757927, -0.0366780161857605, -0.026312490925192833, 0.03791164979338646, -0.0038400590419769287, -0.038693953305482864, 0.006085421424359083, -0.002271690173074603, -0.00661573326215148, -0.00021073780953884125, 0.002818926703184843, -0.0013032129500061274, -0.024507174268364906, -0.016684135422110558, -0.03318773955106735, -0.022837255150079727, -0.0027004529256373644, 0.04341786727309227, -0.03249569982290268, -0.012584561482071877, -0.014818641357123852, -0.01119296345859766, 0.018805382773280144, -0.005645375698804855, 0.020039014518260956, 0.0038231341168284416, -0.03415057435631752, 0.018820425495505333, 0.020023969933390617, -0.030780648812651634, 0.022987699136137962, 0.064931221306324, -0.03655766323208809, 0.0005115063977427781, 0.024401864036917686, -0.04636655002832413, -0.017947856336832047, -0.05933474004268646, 0.02820807322859764, -0.06866221129894257, 0.0009017180418595672, -0.01109517551958561, 0.017556704580783844, -0.04371875151991844, 0.031593043357133865, 0.023153185844421387, -0.006837636698037386, 0.004908204544335604, -0.028162939473986626, 0.023785047233104706, -0.017255818471312523, 0.002924236934632063, -0.009620833210647106, 0.004896921571344137, -0.044320523738861084, 0.012501818127930164, -0.056476324796676636, -0.038062091916799545, -0.02240097150206566, -0.021799199283123016, 0.011945178732275963, 0.031924016773700714, -0.02644788846373558, -0.017662014812231064, 0.017225729301571846, 0.012832792475819588, -0.006303564179688692, -0.008289412595331669, -0.02364964783191681, 0.01842927373945713, -0.05569402128458023, -0.03839306905865669, -0.02206999622285366, 0.01057614665478468, -0.026733731850981712, -0.008101359009742737, 0.06763920187950134, -0.0069203805178403854, 0.010094729252159595, 0.001159351784735918, 0.023890357464551926, 0.03478243574500084, -0.019346976652741432, -0.03908510506153107, -0.023469116538763046, -0.03863377869129181, -0.06908345222473145, 0.03072047233581543, 0.03824262320995331, -0.012697394005954266, 0.045885130763053894, 0.008311978541314602, 0.03998776525259018, -0.07106930017471313, 0.014404922723770142, 0.062223248183727264, 0.0002576337428763509, 0.02143813483417034, 0.015540767461061478, 0.016007142141461372, -0.012577039189636707, -0.03415057435631752, -0.011042520403862, -0.002318703569471836, -0.013096068054437637, -0.04209396615624428, -0.022521326318383217, -0.03592580184340477, -0.02665850892663002, 0.0032965834252536297, 0.062102895230054855, -0.014073948375880718, 0.04708867520093918, -0.02101689577102661, -0.034812524914741516, 0.0213629137724638, 0.014231912791728973, -0.015307581052184105, 0.016834577545523643, 0.042966537177562714, 0.018489452078938484, -0.019301844760775566, 0.014382355846464634, -0.018700072541832924, -0.06029757857322693, -0.02258150279521942, 0.001554264803417027, 0.00904915016144514, -0.05355772748589516, 0.021062027662992477, 0.012306242249906063, -0.002087397500872612, -0.008056225255131721, -0.0008796217734925449, 0.015751387923955917, 0.005525021348148584, -0.015435457229614258, 0.0015213553560897708, 0.011471282690763474, 0.019948748871684074, -0.03688863664865494, 0.017752280458807945, 0.04943558946251869, -0.008236757479608059, 0.01441996730864048, 0.004069484770298004, -0.000842951238155365, -0.00726263877004385, 0.07522153109312057, -0.008101359009742737, -0.01737617328763008, -0.054610829800367355, -0.03132224455475807, -0.03123197890818119, 0.003341716481372714, 0.018173521384596825, -0.01885051466524601, -0.0032947028521448374, 0.026207180693745613, -0.02748594619333744, 0.014081469736993313, -0.00910180527716875, -0.010297827422618866, 0.04630637168884277, 0.001754542114213109, -0.033578891307115555, -0.003509084228426218, 0.024702750146389008, 0.0037328682374209166, 0.0007813636329956353, -0.023785047233104706, -0.014081469736993313, -0.0025951426941901445, -0.02882489003241062, -0.04031873866915703, -0.0670374259352684, -0.002529323799535632, -0.08466935157775879, -0.01191509049385786, -0.06986575573682785, -0.04404972866177559, -0.011523937806487083, -0.00009796428639674559, -0.020700965076684952, -0.043688662350177765, -0.05623561516404152, 0.03646739572286606, 0.022340793162584305, 0.05394887924194336, -0.011418627575039864, 0.01927175559103489, -0.05421967804431915, -0.005303117912262678, -0.01727086305618286, 0.020475300028920174, -0.01374297309666872, 0.020234590396285057, -0.00442678714171052, -0.010711546055972576, -0.043899282813072205, 0.0117646474391222, 0.009816409088671207, -0.004611079581081867, -0.03049480728805065, -0.02185937575995922, -0.028584180399775505, 0.019948748871684074, -0.003640722017735243, 0.016744311898946762, -0.03093109279870987, 0.028870021924376488, 0.005874801427125931, 0.010132339783012867, -0.006611972115933895, -0.02384522370994091, -0.0005933098145760596, 0.021077072247862816, 0.027245238423347473, 0.00027902485453523695, -0.014277045615017414, 0.019241666421294212, -0.04693823307752609, -0.025755850598216057, -0.009951808489859104, 0.06396839022636414, -0.014818641357123852, -0.020761141553521156, 0.023183275014162064, 0.0406196266412735, -0.01718059740960598, 0.006536750588566065, -0.023484161123633385, -0.013088545762002468, 0.03643730655312538, -0.024657616391777992, 0.009899153374135494, -0.05446038767695427, 0.015194748528301716, -0.060357753187417984, -0.0025895012076944113, 0.008823485113680363, -0.026523111388087273, 0.006939185783267021, -0.03363906592130661, -0.011320839636027813, -0.01946733146905899, -0.009763753972947598, 0.019106268882751465, 0.03758067637681961, 0.006254670210182667, 0.01338190957903862, -0.03532402962446213, 0.00040172997978515923, -0.05301613360643387, -0.03529394045472145, -0.058582525700330734, 0.03625677525997162, -0.0027568689547479153, 0.0134420869871974, -0.023694781586527824, 0.02435673028230667, -0.04528335854411125, -0.008108880370855331, -0.0000825086171971634, 0.049616120755672455, 0.007702684495598078, -0.0049194879829883575, -0.03652757406234741, 0.04019838571548462, -0.07877198606729507, -0.008710652589797974, -0.019422197714447975, 0.007608657702803612, 0.004584752023220062, 0.010147384367883205, 0.0182036105543375, 0.03694881498813629, -0.003334194188937545, -0.02354433760046959, -0.03749040886759758, 0.0117646474391222, 0.03884439542889595, -0.022566458210349083, -0.0010305349715054035, 0.0024409384932368994, -0.014826163649559021, 0.013171290047466755, 0.02008414827287197, 0.01114030834287405, -0.0032740170136094093, 0.030840827152132988, 0.023077964782714844, -0.01082437764853239, -0.031713396310806274, 0.012449163012206554, 0.0316833071410656, -0.03604615479707718, 0.015397846698760986, -0.020971762016415596, 0.04209396615624428, 0.03439128398895264, -0.001618203124962747, -0.02479301579296589, 0.008236757479608059, 0.011313318274915218, 0.023484161123633385, -0.012073054909706116, -0.007823038846254349, 0.023363806307315826, 0.004359087441116571, -0.009380124509334564, 0.0005152674857527018, -0.02312309853732586, -0.04747982695698738, 0.0025857400614768267, -0.01990361697971821, -0.020851407200098038, -0.019106268882751465, 0.01384828332811594, 0.0349629670381546, 0.007623701822012663, -0.04049926996231079, 0.015691211447119713, -0.007890738546848297, 0.04726921021938324, -0.02426646463572979, -0.04714885354042053, 0.020475300028920174, -0.038693953305482864, 0.02073105238378048, -0.0270797498524189, 0.001839166390709579, 0.037941738963127136, 0.046998411417007446, 0.024853192269802094, 0.029757635667920113, 0.007036974187940359, 0.01937706582248211, -0.02498859167098999, -0.0019068657420575619, 0.05000727251172066, 0.01906113512814045, 0.022746989503502846, -0.0032533311750739813, -0.03415057435631752, -0.015450501814484596, 0.031292155385017395, -0.04820195585489273, -0.011832346208393574, -0.007304010447114706, -0.0316833071410656, 0.0003046471974812448, -0.04239485412836075, 0.009124371223151684, -0.04633646085858345, 0.03839306905865669, 0.04829221963882446, 0.02956205978989601, 0.003975457977503538, 0.009846498258411884, -0.006344935856759548, 0.032345257699489594, 0.024401864036917686, -0.019181489944458008, 0.0005472366465255618, 0.04769044741988182, 0.04516300559043884, -0.006476573646068573, 0.02437177486717701, 0.012178365141153336, -0.04344795644283295, 0.01171199232339859, -0.012923058122396469, -0.006860203575342894, 0.014585454016923904, 0.03228507936000824, -0.0003060575982090086, -0.03070542775094509, 0.018715117126703262, 0.003166826441884041, -0.006288519594818354, -0.024823104962706566, -0.008567731827497482, 0.015525723807513714, -0.05557366460561752, 0.016819532960653305, 0.002850895980373025, 0.0017526616575196385, -0.006107988301664591, -0.020159369334578514, 0.0070595405995845795, -0.009681010618805885, -0.009282336570322514, 0.009590744972229004, 0.0009529627277515829, -0.0023205841425806284, 0.0053933835588395596, -0.054941803216934204, -0.028027541935443878, -0.02363460510969162, -0.006288519594818354, -0.0061531211249530315, 0.06408873945474625, -0.020369989797472954, 0.06806043535470963, 0.013622619211673737, -0.03381960093975067, -0.10404641926288605, 0.011155352927744389, 0.07149054110050201, 0.02164875529706478, 0.041281573474407196, 0.03520367667078972, 0.02729037031531334, -0.0030126222409307957, 0.0030859631951898336, 0.031292155385017395, -0.007785428315401077, 0.01016242802143097, -0.03478243574500084, -0.06288519501686096, -0.01374297309666872, -0.027726655825972557, 0.024973547086119652, 0.050458602607250214, 0.036918725818395615, -0.023062920197844505, -0.014999172650277615, -0.012208454310894012, -0.06110997125506401, 0.022160261869430542, -0.02656824328005314, 0.017000066116452217, 0.02572576329112053, 0.02301778830587864, 0.027531079947948456, -0.05569402128458023, 0.268390417098999, 0.06812061369419098, 0.007356665562838316, 0.016097407788038254, -0.0014931473415344954, 0.037129346281290054, 0.03914528340101242, -0.039115194231271744, -0.006450246088206768, 0.009131893515586853, -0.00029853545129299164, -0.009289858862757683, -0.005555110052227974, 0.004675018135458231, 0.024221332743763924, 0.025560274720191956, -0.0013765540206804872, -0.03511340916156769, -0.019662907347083092, -0.011674380861222744, -0.024100977927446365, -0.01431465707719326, -0.03288685157895088, 0.009808887727558613, -0.01716555282473564, 0.011621725745499134, 0.02632753551006317, 0.020069103688001633, -0.008770829997956753, -0.04964620992541313, -0.016819532960653305, -0.029607193544507027, 0.03610633313655853, -0.055363044142723083, -0.015179703943431377, -0.0035918280482292175, 0.03397004306316376, -0.017030153423547745, -0.016924843192100525, -0.007702684495598078, -0.006442723795771599, 0.012938102707266808, -0.015187226235866547, -0.019617775455117226, -0.00895136222243309, 0.07889233529567719, 0.04116122052073479, 0.012524384073913097, 0.03709925711154938, -0.027215149253606796, 0.04949576407670975, -0.013577485457062721, 0.02322840876877308, -0.0019096866017207503, -0.02572576329112053, 0.024416908621788025, 0.00802613701671362, -0.007830561138689518, -0.01016242802143097, 0.04146210476756096, 0.03406030684709549, 0.023378850892186165, 0.012750049121677876, 0.016413336619734764, 0.01865493878722191, 0.018579717725515366, -0.01375049538910389, 0.021678844466805458, -0.002418372081592679, 0.01958768628537655, -0.00266660307534039, -0.01967795193195343, -0.04197361320257187, -0.08930300176143646, 0.008815962821245193, -0.004430547822266817, -0.013201378285884857, 0.04218423366546631, 0.023198319599032402, -0.0360160693526268, -0.01988857239484787, -0.0172859076410532, 0.020851407200098038, -0.018384141847491264, 0.006427679676562548, 0.03366915509104729, 0.006228342652320862, -0.01957264170050621, -0.0032100786920636892, 0.00816905777901411, 0.027531079947948456, 0.07431887090206146, -0.005408427678048611, -0.012825270183384418, 0.0008293173741549253 ]
9891_18
To derive a generalized entropy balanced equation, we start with the general balance equation for the change in any extensive quantity in a thermodynamic system, a quantity that may be either conserved, such as energy, or non-conserved, such as entropy. The basic generic balance expression states that , i.e. the rate of change of in the system, equals the rate at which enters the system at the boundaries, minus the rate at which leaves the system across the system boundaries, plus the rate at which is generated within the system. For an open thermodynamic system in which heat and work are transferred by paths separate from the paths for transfer of matter, using this generic balance equation, with respect to the rate of change with time of the extensive quantity entropy , the entropy balance equation is: where is the net rate of entropy flow due to the flows of mass into and out of the system (where is entropy per unit mass). is the rate of entropy flow due to the flow of heat across the system boundary. is the rate of entropy production within the system. This entropy production arises from processes within the system, including chemical reactions, internal matter diffusion, internal heat transfer, and frictional effects such as viscosity occurring within the system from mechanical work transfer to or from the system. If there are multiple heat flows, the term is replaced by where is the heat flow and is the temperature at the th heat flow port into the system. Note that the nomenclature "entropy balance" is misleading and often deemed inappropriate because entropy is not a conserved quantity. In other words, the term is never a known quantity but always a derived one based on the expression above. Therefore, the open system version of the second law is more appropriately described as the "entropy generation equation" since it specifies that , with zero for reversible processes or greater than zero for irreversible ones. Entropy change formulas for simple processes For certain simple transformations in systems of constant composition, the entropy changes are given by simple formulas. Isothermal expansion or compression of an ideal gas For the expansion (or compression) of an ideal gas from an initial volume and pressure to a final volume and pressure at any constant temperature, the change in entropy is given by:
[ -0.04783809930086136, 0.06445182114839554, 0.04371412470936775, 0.01497149933129549, -0.04023820534348488, -0.01729123480618, 0.034228984266519547, -0.012268822640180588, -0.0354367196559906, 0.09314290434122086, 0.04277150332927704, 0.00949250441044569, 0.050813253968954086, -0.04006146267056465, -0.007364239543676376, -0.013100981712341309, -0.020443128421902657, -0.0025130468420684338, -0.09013829380273819, 0.004157113377004862, 0.02730659954249859, -0.020192744210362434, -0.049576058983802795, -0.0526101253926754, -0.00802702084183693, 0.027630627155303955, 0.03794056177139282, 0.004691020585596561, 0.06669055670499802, 0.04271258786320686, -0.013815313577651978, -0.022843871265649796, -0.010884346440434456, -0.01686410792171955, 0.001038357731886208, 0.011775419116020203, 0.03581966087222099, 0.002873894525691867, 0.027321329340338707, -0.05193261802196503, 0.049016378819942474, -0.0031408481299877167, 0.014028876088559628, -0.015597458928823471, -0.026643818244338036, -0.004801484290510416, -0.021135367453098297, -0.006918703205883503, 0.004473775625228882, -0.02981044165790081, 0.009573511779308319, -0.006598358508199453, 0.03511269390583038, -0.07464393228292465, 0.02659963257610798, 0.017364876344799995, -0.030487950891256332, 0.03870644420385361, -0.03393441438674927, 0.02839650772511959, 0.016790466383099556, 0.0205167718231678, 0.016407525166869164, -0.02617250755429268, 0.004952451214194298, 0.07187497615814209, -0.012776955962181091, 0.002432040171697736, -0.02322681061923504, -0.012732770293951035, -0.025274069979786873, 0.010464584454894066, -0.005232292227447033, -0.010781246237456799, -0.03266776725649834, 0.07093235850334167, 0.06362702697515488, -0.01646643877029419, -0.031283289194107056, -0.022313645109534264, -0.00439276872202754, 0.024493461474776268, -0.023830678313970566, 0.02768954075872898, -0.028101937845349312, -0.021341565996408463, 0.040002550929784775, -0.005552636459469795, -0.0011672319378703833, -0.034670840948820114, 0.0199718177318573, 0.050989992916584015, 0.01574474386870861, 0.02701203152537346, -0.00866034533828497, 0.022711314260959625, -0.011473485268652439, 0.02209271863102913, -0.01911756582558155, -0.014308717101812363, 0.042123451828956604, 0.05767672508955002, -0.020001275464892387, 0.054200801998376846, -0.02321208268404007, 0.027056215330958366, 0.02869107760488987, 0.0371452234685421, -0.010773882269859314, -0.03511269390583038, 0.015641644597053528, 0.007150676567107439, 0.015243975445628166, -0.04430326446890831, 0.019073380157351494, 0.03490649536252022, 0.04138702526688576, 0.015715287998318672, -0.05608604848384857, 0.011149458587169647, 0.006075497716665268, -0.0134250083938241, 0.024434546008706093, 0.027925197035074234, -0.051549676805734634, -0.04545208811759949, 0.003991418052464724, 0.006208053790032864, -0.016068771481513977, -0.02277022786438465, -0.04327227175235748, -0.02082606963813305, -0.03443518280982971, 0.03352201730012894, 0.03346310555934906, 0.021297380328178406, -0.008262677118182182, 0.07847333699464798, -0.02446400374174118, -0.02979571372270584, 0.018631525337696075, -0.01844005659222603, 0.00010154595656786114, 0.043802496045827866, -0.0015952783869579434, 0.046217966824769974, 0.018057115375995636, 0.029044561088085175, -0.005309616681188345, 0.016378069296479225, 0.00030653647263534367, -0.01886718161404133, -0.014993591234087944, 0.00512919295579195, 0.004514278843998909, 0.010994809679687023, -0.05219772830605507, 0.015494359657168388, -0.042977701872587204, 0.0026658547576516867, -0.03122437559068203, -0.025995764881372452, 0.04677765071392059, 0.021297380328178406, -0.014109882526099682, 0.008247948251664639, -0.027748454362154007, -0.01886718161404133, -0.03655608370900154, -0.021267924457788467, 0.010994809679687023, -0.015553274191915989, -0.03794056177139282, -0.001476529985666275, 0.04389086738228798, 0.028175581246614456, 0.033963873982429504, -0.03037012368440628, -0.004945086780935526, 0.015597458928823471, -0.053670577704906464, -0.05705812945961952, 0.04671873524785042, 0.07417262345552444, 0.02714458666741848, 0.022431474179029465, -0.021002810448408127, 0.023005884140729904, -0.01939740777015686, 0.026688003912568092, 0.026511263102293015, 0.0382351316511631, -0.055909305810928345, 0.009809167124330997, -0.024537645280361176, 0.010295206680893898, -0.023698123171925545, 0.007997564040124416, 0.010000637732446194, -0.05107836425304413, 0.022033805027604103, 0.015096691437065601, -0.033256907016038895, -0.002286596456542611, -0.04009091854095459, 0.04503968730568886, 0.03334527835249901, 0.014676929451525211, 0.0022571394219994545, 0.002713722176849842, 0.031194917857646942, 0.04418543726205826, -0.023977963253855705, 0.013594386167824268, -0.023860136047005653, -0.01615714095532894, -0.024508189409971237, 0.017659446224570274, -0.01788037270307541, -0.02377176471054554, -0.0020932850893586874, 0.006440027616918087, -0.025789566338062286, 0.056203875690698624, 0.02153303660452366, -0.006594676524400711, 0.03941341117024422, 0.0528457835316658, -0.04147539660334587, 0.010339392349123955, 0.04869235306978226, 0.04501023143529892, 0.01969197578728199, -0.004186570178717375, 0.06934168189764023, -0.01047931332141161, 0.038588616997003555, 0.04695438966155052, 0.015921486541628838, -0.013712214305996895, 0.03717467933893204, 0.030001912266016006, 0.059414684772491455, -0.04038548842072487, 0.01159867737442255, 0.053228724747896194, -0.022858599200844765, -0.015597458928823471, 0.002194543369114399, 0.017085036262869835, -0.026467077434062958, 0.03252048045396805, 0.03402278572320938, 0.015538545325398445, -0.027085673063993454, 0.0028683713171631098, -0.010030094534158707, 0.028072481974959373, -0.011775419116020203, -0.054082974791526794, 0.02911820262670517, 0.028175581246614456, -0.0018659142078831792, -0.028087209910154343, -0.009831259958446026, 0.03673282638192177, -0.027247685939073563, -0.014816849492490292, -0.04091571643948555, -0.02082606963813305, -0.03658554330468178, -0.00030653647263534367, -0.05749998241662979, 0.015140876173973083, -0.005924530792981386, 0.04545208811759949, 0.019043924286961555, -0.020870255306363106, 0.013248266652226448, -0.012585485354065895, -0.0209438968449831, 0.003599272109568119, -0.03643825650215149, 0.007478385232388973, 0.004569510463625193, -0.008704531006515026, -0.03637934476137161, 0.0007042054203338921, -0.0616239570081234, 0.017747817561030388, 0.010192107409238815, -0.0231973547488451, 0.00520283542573452, -0.041004084050655365, 0.015096691437065601, 0.02686474658548832, -0.008034385740756989, 0.02026638761162758, -0.03175460174679756, -0.019633062183856964, -0.01799820177257061, -0.038294047117233276, -0.005309616681188345, -0.0474846176803112, -0.03894209861755371, 0.05909065902233124, -0.04047385975718498, 0.0026069406885653734, 0.019647791981697083, -0.02025165781378746, -0.013690121471881866, 0.03464138135313988, -0.012114173732697964, 0.018366413190960884, -0.010420398786664009, 0.0171734057366848, 0.05316980928182602, 0.03749870881438255, 0.024228347465395927, -0.011090544983744621, 0.024110520258545876, -0.007113855332136154, 0.02279968559741974, -0.07122692465782166, 0.002247934229671955, 0.016834652051329613, 0.008601431734859943, -0.019191207364201546, -0.0013043909566476941, 0.0035366760566830635, -0.030753064900636673, 0.0064547560177743435, -0.010162650607526302, -0.0124529292806983, 0.004687338601797819, -0.010597140528261662, 0.009094836190342903, 0.004087152890861034, 0.01799820177257061, -0.001816205563955009, 0.04306607320904732, -0.07199280709028244, 0.01911756582558155, 0.003987735603004694, 0.002386013511568308, 0.016775738447904587, 0.0582069493830204, -0.0075851669535040855, -0.03472975268959999, -0.004930358380079269, -0.01886718161404133, 0.002505682408809662, 0.022711314260959625, 0.02237256057560444, 0.024213619530200958, -0.0018116029677912593, -0.01562691666185856, 0.008910729549825191, -0.04206453636288643, 0.00878553744405508, 0.015420717187225819, 0.023536110296845436, -0.029339130967855453, -0.0360553152859211, -0.04135756939649582, -0.01927957870066166, -0.012423472478985786, 0.02138575166463852, 0.030281752347946167, -0.055614735931158066, 0.02251984365284443, 0.012799047864973545, -0.028455421328544617, -0.053670577704906464, -0.0020638280548155308, 0.04012037813663483, 0.03231428191065788, 0.045481543987989426, -0.012069988995790482, -0.03956069424748421, -0.012931604869663715, 0.013550200499594212, 0.012806412763893604, 0.00976498145610094, 0.004087152890861034, 0.042270734906196594, -0.048456694930791855, 0.019500507041811943, -0.03461192548274994, -0.05694029852747917, 0.018248585984110832, -0.044362179934978485, 0.024360904470086098, -0.07711831480264664, -0.01477266475558281, -0.014433909207582474, 0.018764082342386246, -0.032432109117507935, -0.021768692880868912, 0.019367950037121773, -0.00010827733785845339, -0.00639584194868803, 0.01839587092399597, 0.00012208528642077, -0.024272533133625984, -0.034081701189279556, -0.021857062354683876, 0.04707222059369087, 0.024994229897856712, 0.0028205036651343107, -0.0026143051218241453, -0.06309680640697479, -0.005803020671010017, -0.04668927937746048, 0.04978225752711296, 0.048986922949552536, -0.005328027531504631, -0.006708822213113308, 0.004720477387309074, -0.012813776731491089, -0.02010437473654747, -0.04174051061272621, 0.007533616852015257, 0.036614999175071716, 0.02375703677535057, -0.05287523940205574, 0.00976498145610094, -0.050813253968954086, 0.029294945299625397, 0.035495635122060776, 0.022696586325764656, -0.04026766121387482, 0.00866034533828497, 0.047042760998010635, -0.05867826193571091, -0.0022902784403413534, 0.05805966630578041, -0.029353858903050423, -0.029368586838245392, -0.00509973568841815, -0.007975471206009388, 0.009337855502963066, -0.06545335799455643, 0.00502977566793561, -0.0021466757170856, -0.00041653981315903366, 0.01980980485677719, 0.025509726256132126, 0.028617434203624725, 0.015833115205168724, 0.013660664670169353, -0.016657909378409386, 0.018793540075421333, -0.00878553744405508, -0.030694151297211647, 0.022843871265649796, -0.021827606484293938, -0.018513698130846024, 0.050548139959573746, -0.005092371720820665, -0.029574785381555557, 0.000521019974257797, 0.0013218809617683291, -0.024287261068820953, -0.03464138135313988, 0.023727579042315483, -0.003162940964102745, 0.03923666849732399, 0.05558528006076813, 0.031106548383831978, -0.02643761970102787, 0.019868718460202217, -0.025421354919672012, -0.022843871265649796, 0.018616797402501106, -0.04176996648311615, 0.014397088438272476, -0.02755698375403881, -0.029294945299625397, -0.015612187795341015, 0.001017185626551509, 0.03982580825686455, 0.004017192870378494, -0.018808268010616302, 0.028617434203624725, -0.04545208811759949, 0.0005247020744718611, 0.01574474386870861, -0.04736679047346115, 0.012195181101560593, -0.005033457651734352, -0.01839587092399597, -0.037351422011852264, -0.030605779960751534, 0.007515206467360258, 0.007636716589331627, -0.006778782699257135, -0.05010628700256348, -0.009794438257813454, -0.02109118178486824, 0.02092916890978813, 0.01491258479654789, 0.0012187816901132464, -0.0009601127239875495, -0.040827345103025436, 0.019176479429006577, -0.014853671193122864, -0.0118122398853302, -0.014249803498387337, 0.012371922843158245, -0.042948246002197266, 0.016643181443214417, -0.019043924286961555, -0.025347713381052017, 0.02347719483077526, 0.02908874675631523, 0.03679174184799194, -0.03278559446334839, -0.024670202285051346, 0.05157913267612457, 0.0077692726626992226, -0.03590803220868111, 0.02219581790268421, 0.045628827065229416, -0.015155605040490627, -0.020001275464892387, 0.004915629979223013, -0.05770618095993996, -0.018189672380685806, -0.03417007252573967, 0.06539444625377655, -0.03204917162656784, 0.01103163044899702, -0.031106548383831978, -0.0002890464093070477, 0.008189034648239613, 0.0045584640465676785, 0.029442230239510536, -0.0018290929729118943, -0.020914440974593163, -0.011502942070364952, 0.025686467066407204, 0.0022921196650713682, 0.0056115505285561085, -0.04327227175235748, -0.0066388617269694805, -0.053110893815755844, 0.03181351348757744, -0.02503841370344162, -0.0016320996219292283, 0.003750239033252001, -0.02502368576824665, 0.026629090309143066, 0.044538918882608414, 0.008748716674745083, 0.014949406497180462, -0.011981617659330368, 0.013262995518743992, 0.03894209861755371, 0.011716505512595177, 0.021739235147833824, 0.010339392349123955, -0.030311210080981255, 0.027807367965579033, -0.015980400145053864, -0.01829277165234089, -0.02178342081606388, 0.01732069067656994, 0.042270734906196594, -0.004569510463625193, -0.031990256160497665, -0.006388477981090546, -0.01328508835285902, 0.0011110795894637704, 0.027041487395763397, -0.041828881949186325, -0.06981299072504044, -0.029206573963165283, -0.08471821248531342, 0.039295583963394165, 0.019367950037121773, -0.010037458501756191, 0.007997564040124416, -0.006970252841711044, 0.03576074540615082, -0.05611550435423851, -0.0022939606569707394, 0.08165469020605087, 0.02122373878955841, 0.05543799698352814, -0.01272540632635355, 0.02418416179716587, -0.00801229290664196, -0.011863789521157742, -0.0018889274215325713, 0.014905220828950405, -0.021547764539718628, -0.03926612436771393, -0.02754225581884384, -0.06044567748904228, -0.03175460174679756, 0.042683131992816925, 0.015199790708720684, -0.0024964772164821625, 0.06062242016196251, -0.02067878469824791, -0.031047634780406952, 0.004679974168539047, 0.019942359998822212, 0.017792003229260445, 0.04483348876237869, 0.027512798085808754, 0.0037060535978525877, -0.029294945299625397, 0.02026638761162758, 0.017261777073144913, 0.0018530267989262938, -0.059061199426651, 0.015612187795341015, 0.0058987559750676155, -0.05328763648867607, 0.020722970366477966, -0.010324663482606411, -0.03175460174679756, -0.0026492851320654154, -0.009433590807020664, 0.05361166223883629, -0.017792003229260445, -0.00920529942959547, -0.021120639517903328, 0.0017269141972064972, 0.006458438001573086, -0.01857261173427105, 0.002150357933714986, -0.010810703970491886, 0.01816021464765072, 0.010361485183238983, 0.0002568278578110039, -0.024213619530200958, -0.00908010732382536, 0.05629224702715874, -0.016009856015443802, 0.003435417776927352, -0.018646255135536194, -0.04427380859851837, -0.004698385018855333, -0.0037668084260076284, 0.04203508049249649, -0.006834014318883419, 0.006509987637400627, 0.003229219000786543, -0.011392478831112385, -0.004197616595774889, 0.005942941177636385, 0.003987735603004694, 0.022313645109534264, 0.009330491535365582, -0.04333118721842766, -0.010633962228894234, -0.03838241472840309, 0.017040850594639778, -0.012784319929778576, 0.006583630107343197, -0.005751471035182476, -0.0203989427536726, 0.01379322074353695, -0.053935691714286804, -0.06044567748904228, -0.009028557687997818, -0.08395233005285263, -0.03222591057419777, -0.06710295379161835, -0.004687338601797819, 0.006826649885624647, -0.002800252055749297, -0.016481168568134308, 0.004628424532711506, -0.018764082342386246, 0.0009858876001089811, 0.04135756939649582, 0.05629224702715874, -0.024419818073511124, -0.00004887438626610674, -0.03505377843976021, -0.032137542963027954, -0.026408163830637932, 0.013329274021089077, -0.0012556028086692095, 0.024729115888476372, -0.05022411420941353, 0.01910283789038658, -0.05502559617161751, 0.0022608216386288404, -0.011952160857617855, 0.00023197355039883405, 0.01802765764296055, 0.02013383060693741, -0.008041749708354473, 0.024419818073511124, -0.02069351263344288, 0.020605141296982765, -0.0638037696480751, 0.038883183151483536, 0.01505986973643303, -0.0023031658492982388, -0.05325818061828613, 0.005961352027952671, 0.004952451214194298, 0.05611550435423851, -0.022681858390569687, -0.019795075058937073, -0.00356613309122622, 0.02714458666741848, -0.07594003528356552, 0.02036948688328266, -0.06274332106113434, 0.06993082165718079, -0.032255370169878006, 0.022961698472499847, -0.0052948882803320885, 0.003555086674168706, 0.0077987294644117355, -0.000978523283265531, -0.008748716674745083, -0.010641326196491718, 0.00534643791615963, -0.01497149933129549, 0.0038846363313496113, -0.0478675551712513, 0.02489112876355648, -0.055762022733688354, 0.015450174920260906, 0.006679365411400795, -0.02235783077776432, 0.007224319037050009, -0.01040567085146904, -0.021577222272753716, -0.042948246002197266, 0.014382359571754932, -0.024301990866661072, 0.05523179471492767, 0.02487640082836151, 0.011687047779560089, 0.007931285537779331, -0.030016640201210976, -0.0023768083192408085, -0.014433909207582474, -0.045893941074609756, 0.002676901174709201, -0.002275550039485097, 0.032137542963027954, -0.01712922193109989, 0.016981936991214752, 0.0015943578910082579, -0.025671739131212234, -0.011370385996997356, 0.05608604848384857, 0.007518888451159, -0.03570183366537094, -0.02757171355187893, 0.028794176876544952, -0.06292006373405457, 0.01844005659222603, 0.03894209861755371, 0.023020612075924873, 0.010663419030606747, -0.014161433093249798, 0.010589776560664177, 0.02350665256381035, -0.010869617573916912, -0.028514334931969643, 0.03166623041033745, 0.009890173561871052, -0.0016339406138285995, 0.06910602748394012, 0.0024191527627408504, -0.03611423075199127, -0.04583502560853958, 0.015612187795341015, -0.01983926072716713, 0.0029254441615194082, -0.03696848079562187, 0.02687947452068329, 0.010884346440434456, -0.024095792323350906, -0.03867698460817337, 0.06018056720495224, 0.004727841820567846, -0.04772027209401131, 0.027601169422268867, -0.04318390041589737, 0.04636525362730026, -0.013380823656916618, -0.001795033342204988, -0.003359934315085411, 0.015155605040490627, 0.03322744742035866, 0.04280095919966698, -0.03997309133410454, -0.05258066952228546, 0.020619871094822884, 0.007382649928331375, -0.014080425724387169, -0.009735524654388428, -0.019633062183856964, 0.0070880805142223835, 0.03729251027107239, -0.00014624919276684523, -0.017512161284685135, -0.0067235506139695644, 0.0008427451830357313, -0.0032936560455709696, 0.015833115205168724, -0.05903174355626106, -0.016657909378409386, -0.002757907612249255, 0.025082599371671677, -0.014595923013985157, -0.009897537529468536, 0.007198544219136238, -0.038176216185092926, 0.03431735560297966, -0.0291034746915102, -0.02969261445105076, 0.09455683827400208, 0.050577595829963684, 0.005434808786958456, 0.02263767272233963, -0.00456582847982645, 0.004779391456395388, -0.0118122398853302, -0.006745643448084593, 0.04047385975718498, 0.04780864343047142, 0.03897155448794365, 0.002119059907272458, -0.06227200850844383, -0.04280095919966698, 0.017247049137949944, -0.08560191839933395, 0.013005247339606285, -0.0373808816075325, -0.005633643362671137, 0.029456958174705505, -0.046217966824769974, 0.01398469042032957, -0.04839778319001198, 0.05838369205594063, 0.033551476895809174, 0.02503841370344162, -0.002599576488137245, 0.014043604955077171, 0.02293224260210991, 0.050283025950193405, 0.02786628156900406, 0.000036993798858020455, -0.003514583222568035, 0.014529644511640072, 0.04439163580536842, -0.0075372993014752865, 0.0362909734249115, 0.014102518558502197, -0.013218809850513935, 0.025627553462982178, 0.020914440974593163, -0.012401379644870758, 0.014537008479237556, 0.05567365139722824, -0.0015621393686160445, -0.032991793006658554, -0.005560000892728567, -0.02069351263344288, -0.04065060243010521, -0.006841378752142191, -0.014654836617410183, 0.010449855588376522, -0.0018944506300613284, -0.009993272833526134, 0.008314226754009724, -0.023374095559120178, 0.001740722102113068, -0.024419818073511124, -0.027512798085808754, 0.024714387953281403, -0.025259342044591904, 0.019795075058937073, -0.010788611136376858, -0.02615777961909771, -0.018940825015306473, -0.03190188482403755, -0.024360904470086098, 0.011701776646077633, 0.0241694338619709, -0.049576058983802795, 0.0616239570081234, 0.0028518016915768385, 0.060563504695892334, 0.008041749708354473, -0.010044822469353676, -0.08077097684144974, 0.01440445240586996, 0.024581830948591232, 0.01098008081316948, 0.031283289194107056, 0.04321335628628731, 0.013874227181077003, -0.016834652051329613, -0.028499606996774673, 0.036939024925231934, 0.02194543369114399, -0.004963497631251812, -0.018351685255765915, -0.05184424668550491, -0.012946332804858685, 0.009750253520905972, 0.029574785381555557, 0.07611677795648575, 0.019014466553926468, -0.008483603596687317, 0.018086573109030724, -0.015273433178663254, -0.06091699004173279, 0.024508189409971237, -0.04232965037226677, 0.014522280544042587, 0.03696848079562187, -0.00671618664637208, 0.008814995177090168, -0.04026766121387482, 0.2563933730125427, 0.09532271325588226, 0.04604122415184975, 0.0048567159101367, 0.025347713381052017, 0.015568002127110958, 0.012961061671376228, -0.02659963257610798, 0.006745643448084593, -0.01350601576268673, 0.0035734972916543484, -0.017792003229260445, 0.0006567981326952577, 0.007430517580360174, 0.004204980563372374, 0.029604243114590645, -0.04580556973814964, -0.03125383332371712, -0.004827259108424187, -0.030001912266016006, -0.030399581417441368, 0.019750891253352165, -0.03614368662238121, 0.02433144673705101, -0.012622306123375893, 0.029206573963165283, -0.0018889274215325713, -0.02321208268404007, 0.0012510002125054598, -0.04471566155552864, -0.05767672508955002, -0.006845060735940933, 0.007968107238411903, -0.02966315671801567, -0.007529934868216515, 0.0163191556930542, 0.0025461858604103327, -0.020178016275167465, -0.011856425553560257, -0.02135629393160343, 0.006760371848940849, 0.00899173691868782, -0.019780347123742104, -0.019500507041811943, -0.01511141937226057, 0.04825049638748169, 0.011760690249502659, 0.05909065902233124, 0.026555446907877922, -0.05446591600775719, 0.033404190093278885, -0.01813075691461563, 0.03151894360780716, -0.02138575166463852, -0.023138441145420074, 0.023580294102430344, -0.0317840576171875, -0.03979634866118431, -0.034111157059669495, 0.029501143842935562, 0.05962088331580162, 0.01266649179160595, 0.033492561429739, 0.012467657215893269, 0.013019975274801254, 0.025995764881372452, -0.0004140083328820765, 0.012673856690526009, -0.0231973547488451, -0.016672639176249504, -0.004687338601797819, -0.029162388294935226, -0.012835869565606117, -0.08854761719703674, 0.0638037696480751, 0.014964134432375431, -0.03941341117024422, 0.03490649536252022, 0.04073897376656532, -0.03334527835249901, 0.0020122784189879894, -0.03390495851635933, 0.020030731335282326, -0.02123846672475338, 0.04627688229084015, 0.007158041000366211, 0.0463947094976902, -0.018351685255765915, 0.0008961359271779656, 0.0015952783869579434, 0.02150357887148857, 0.07582221180200577, -0.020222201943397522, 0.015288161113858223, -0.03717467933893204 ]
9891_19
Here is the amount of gas (in moles) and is the ideal gas constant. These equations also apply for expansion into a finite vacuum or a throttling process, where the temperature, internal energy and enthalpy for an ideal gas remain constant. Cooling and heating For pure heating or cooling of any system (gas, liquid or solid) at constant pressure from an initial temperature to a final temperature , the entropy change is provided that the constant-pressure molar heat capacity (or specific heat) CP is constant and that no phase transition occurs in this temperature interval. Similarly at constant volume, the entropy change is where the constant-volume molar heat capacity Cv is constant and there is no phase change. At low temperatures near absolute zero, heat capacities of solids quickly drop off to near zero, so the assumption of constant heat capacity does not apply. Since entropy is a state function, the entropy change of any process in which temperature and volume both vary is the same as for a path divided into two steps – heating at constant volume and expansion at constant temperature. For an ideal gas, the total entropy change is Similarly if the temperature and pressure of an ideal gas both vary, Phase transitions Reversible phase transitions occur at constant temperature and pressure. The reversible heat is the enthalpy change for the transition, and the entropy change is the enthalpy change divided by the thermodynamic temperature. For fusion (melting) of a solid to a liquid at the melting point Tm, the entropy of fusion is Similarly, for vaporization of a liquid to a gas at the boiling point Tb, the entropy of vaporization is Approaches to understanding entropy As a fundamental aspect of thermodynamics and physics, several different approaches to entropy beyond that of Clausius and Boltzmann are valid. Standard textbook definitions The following is a list of additional definitions of entropy from a collection of textbooks: a measure of energy dispersal at a specific temperature. a measure of disorder in the universe or of the availability of the energy in a system to do work. a measure of a system's thermal energy per unit temperature that is unavailable for doing useful work.
[ -0.01837938278913498, 0.033255282789468765, 0.05130099877715111, -0.014083445072174072, -0.07118187099695206, -0.02234165370464325, 0.01244292501360178, -0.016071531921625137, -0.037203650921583176, 0.09142421931028366, 0.06022653728723526, -0.03514605015516281, 0.04582333192229271, -0.04206959903240204, -0.014597845263779163, 0.009578966535627842, -0.030613766983151436, 0.01495931576937437, -0.051773689687252045, -0.002047173911705613, -0.01689179241657257, -0.019338669255375862, -0.04334864765405655, -0.038482699543237686, 0.010698135010898113, 0.016057629138231277, 0.03269917145371437, 0.022619709372520447, 0.07090382277965546, 0.041207630187273026, -0.023898757994174957, -0.029807409271597862, 0.04073493927717209, -0.059614818543195724, -0.028319818899035454, 0.017253262922167778, 0.0393446683883667, -0.018754756078124046, 0.0038232451770454645, -0.023078497499227524, 0.08191476762294769, 0.015056634321808815, 0.048826318234205246, -0.02334265038371086, -0.05383129045367241, 0.00909237191081047, -0.029251301661133766, 0.003037742106243968, 0.0010444410145282745, -0.05727916583418846, -0.006888792850077152, 0.007333679590374231, 0.06545395404100418, -0.05900309979915619, -0.00023200147552415729, -0.01712813787162304, -0.02232775092124939, 0.020520400255918503, -0.021882865577936172, 0.042347654700279236, 0.03150353953242302, 0.02082625962793827, 0.03425627574324608, -0.017531316727399826, 0.003482628846541047, 0.049882922321558, 0.0036946451291441917, 0.005727916490286589, -0.019032809883356094, 0.018031815066933632, -0.02900105156004429, 0.016544224694371223, -0.006659397855401039, -0.042542289942502975, -0.010447886772453785, 0.04432183876633644, 0.01842109113931656, -0.022675318643450737, -0.02634563483297825, -0.021549200639128685, -0.025455862283706665, 0.04040127620100975, 0.014104299247264862, 0.00974579993635416, -0.03233770281076431, -0.02210530824959278, 0.007583928294479847, 0.007125138770788908, 0.02470511570572853, -0.021479686722159386, 0.002396479481831193, 0.06445296108722687, 0.0014085182920098305, -0.006113716401159763, 0.004730396904051304, 0.024288034066557884, -0.020701134577393532, 0.008473701775074005, 0.01817084103822708, -0.020214539021253586, 0.05113416537642479, 0.03420066460967064, 0.019130129367113113, 0.05647280812263489, -0.021785546094179153, 0.04846484586596489, 0.007632587570697069, 0.054276179522275925, -0.026609785854816437, -0.002799658104777336, -0.010065562091767788, -0.006280549336224794, -0.009537259116768837, -0.04290376231074333, -0.03789878636598587, 0.025942455977201462, 0.037342678755521774, -0.009321766905486584, -0.037314873188734055, -0.0237458273768425, 0.009773604571819305, -0.012018892914056778, -0.008216501213610172, 0.03022449091076851, -0.029112273827195168, -0.016127143055200577, 0.017378387972712517, 0.0008437206852249801, 0.025914650410413742, -0.05102294310927391, -0.042681317776441574, 0.006735862698405981, 0.010072513483464718, 0.02495536394417286, 0.02495536394417286, 0.0069339764304459095, 0.03002985380589962, 0.06968037784099579, -0.051745884120464325, -0.014528331346809864, 0.007104284595698118, -0.019324766471982002, 0.008084425702691078, 0.05900309979915619, -0.025928553193807602, 0.02888983115553856, 0.021590908989310265, -0.002665844513103366, -0.025233417749404907, 0.006628117058426142, -0.0061936574056744576, 0.015251272358000278, 0.007031295448541641, -0.012352557852864265, 0.004198618233203888, 0.016349585726857185, -0.028000056743621826, 0.025441959500312805, -0.06122753396630287, -0.020242344588041306, 0.017517413944005966, -0.03294942155480385, -0.009043713100254536, 0.019908679649233818, -0.004657407756894827, -0.014542234130203724, -0.055610839277505875, -0.023148011416196823, -0.04045688360929489, -0.03406164050102234, 0.011170826852321625, -0.014528331346809864, -0.022703124210238457, 0.017976203933358192, 0.030558155849575996, 0.004073494113981724, 0.03826025873422623, -0.01839328557252884, -0.004796434659510851, 0.029140079393982887, -0.055694255977869034, -0.031114263460040092, 0.027179798111319542, 0.052997130900621414, 0.04031785950064659, 0.03789878636598587, -0.036035824567079544, 0.036091435700654984, -0.01115692500025034, -0.005415105260908604, -0.002650204114615917, 0.04415500536561012, -0.05463764816522598, -0.008633582852780819, -0.03575776889920235, -0.0030568582005798817, -0.06389685720205307, 0.06684422492980957, -0.02997424267232418, -0.016613738611340523, 0.013749780133366585, 0.04423842206597328, -0.07974594086408615, 0.005682732444256544, -0.046518467366695404, 0.0338670015335083, 0.04810337722301483, 0.05889187753200531, 0.020645523443818092, -0.003223690902814269, 0.009426036849617958, 0.05616694688796997, -0.008425042033195496, 0.011817303486168385, -0.0038927586283534765, -0.01049654558300972, -0.05641719698905945, 0.03144792839884758, -0.0444052554666996, 0.0011078722309321165, 0.004410634748637676, -0.008703095838427544, -0.008390285074710846, 0.0656207874417305, 0.011991087347269058, -0.009836167097091675, 0.015181759372353554, 0.06634373217821121, 0.011344610713422298, -0.0010427032830193639, 0.0024468768388032913, 0.04090177267789841, -0.006294451653957367, -0.007472706492990255, 0.07718784362077713, 0.030585961416363716, 0.035813380032777786, 0.06695544719696045, 0.023175816982984543, -0.015195662155747414, 0.030558155849575996, 0.021382367238402367, 0.05739038437604904, -0.016488613560795784, 0.007514414377510548, 0.03817684203386307, -0.036091435700654984, -0.020506497472524643, -0.014500525780022144, 0.03884417191147804, -0.03506263345479965, 0.029751798138022423, 0.01808742620050907, -0.0009749275050126016, -0.015501521527767181, 0.022591903805732727, -0.004664359148591757, 0.024440962821245193, 0.0012408168986439705, -0.0086057772859931, 0.008883831091225147, -0.003030790714547038, -0.016377391293644905, -0.017712052911520004, -0.02477462962269783, 0.0414578802883625, 0.00007114277104847133, -0.03539630025625229, -0.014861996285617352, -0.02071503736078739, -0.04865948483347893, -0.03703681752085686, -0.043988171964883804, 0.002236598404124379, -0.0070764790289103985, 0.03773195296525955, -0.001529298024252057, -0.055583033710718155, 0.03025229647755623, -0.003341863863170147, -0.026929548010230064, -0.0022904714569449425, -0.010211540386080742, 0.02350948192179203, 0.02092357724905014, 0.01710033230483532, -0.03406164050102234, 0.021813351660966873, -0.03823245316743851, 0.0002908707538153976, -0.0017769400728866458, -0.03945589065551758, 0.008376382291316986, -0.009759701788425446, 0.011337659321725368, 0.025553179904818535, 0.034534331411123276, 0.011831206269562244, -0.041402269154787064, -0.02902885712683201, 0.005863467697054148, -0.03642509877681732, -0.026540271937847137, -0.001319019589573145, -0.021271144971251488, 0.03770414739847183, -0.0248024333268404, 0.029751798138022423, 0.0032080502714961767, 0.024162909016013145, -0.015988117083907127, 0.025441959500312805, -0.006172803230583668, 0.04054030030965805, -0.021702129393815994, 0.026429051533341408, 0.06161680817604065, 0.03244892507791519, 0.01301988773047924, -0.02085406519472599, 0.02619270421564579, -0.007570025511085987, 0.008821269497275352, -0.08514019101858139, 0.006715008988976479, 0.0365363210439682, -0.00018334198102820665, -0.042403265833854675, 0.001522346748970449, -0.02369021810591221, -0.0171420406550169, -0.012908666394650936, -0.018671339377760887, 0.010433983989059925, -0.0015405940357595682, -0.01825425773859024, -0.006808852311223745, 0.021535297855734825, 0.03628607094287872, -0.0034044261556118727, 0.034867994487285614, -0.05352543294429779, 0.01850450597703457, 0.006158900447189808, -0.01808742620050907, 0.010162880644202232, 0.04437744989991188, -0.02371802367269993, -0.04924339801073074, -0.022578001022338867, -0.002309587551280856, -0.028500555083155632, 0.0448223352432251, 0.04320962354540825, 0.02214701659977436, 0.010746794752776623, -0.03539630025625229, -0.002113211899995804, -0.022494584321975708, -0.008362479507923126, 0.009961291216313839, -0.007834176532924175, -0.017920592799782753, -0.0033331746235489845, -0.05460984259843826, -0.01824035495519638, 0.00024003897851798683, -0.001589253544807434, 0.030724989250302315, -0.05722355470061302, 0.039845164865255356, -0.005064061842858791, 0.005081440322101116, -0.03250453621149063, -0.013374406844377518, 0.05088391900062561, 0.05224638432264328, 0.0030429556500166655, -0.023898757994174957, -0.07190481573343277, -0.007799420040100813, -0.0020489117596298456, -0.020701134577393532, -0.02095138281583786, -0.001995038939639926, 0.04318181797862053, -0.03022449091076851, 0.021604811772704124, -0.002205317374318838, -0.06689983606338501, -0.011622665449976921, -0.031892817467451096, 0.008932490833103657, -0.03281039372086525, -0.04865948483347893, -0.015056634321808815, 0.030641572549939156, -0.0002754474407993257, 0.021868962794542313, -0.00852931197732687, 0.03167037293314934, 0.017281068488955498, -0.0022070552222430706, -0.011594859883189201, 0.032031841576099396, -0.052941519767045975, -0.024009980261325836, 0.07818883657455444, 0.03517385572195053, 0.037148039788007736, 0.003962272312492132, -0.03876075521111488, -0.00692007364705205, -0.04323742538690567, 0.037398289889097214, 0.03661973774433136, -0.025567082688212395, -0.012387314811348915, -0.016780570149421692, 0.0033783584367483854, -0.05102294310927391, -0.0035086963325738907, -0.0025911175180226564, 0.03912222385406494, 0.00361122889444232, -0.05491570383310318, 0.02113211899995804, -0.03142012283205986, -0.010837161913514137, 0.006082435604184866, 0.0006156293675303459, -0.0553605891764164, -0.009676286019384861, 0.050439029932022095, -0.049159981310367584, 0.0007859375327825546, 0.03903880715370178, -0.03909441828727722, 0.010948384180665016, -0.007549171335995197, -0.008348576724529266, -0.004893753677606583, -0.06823449581861496, -0.0052239433862268925, 0.020256247371435165, 0.029418133199214935, 0.04212521016597748, 0.03956711292266846, 0.02491365559399128, 0.011441930197179317, -0.015140051022171974, -0.019157933071255684, 0.05244101956486702, -0.012262189760804176, -0.011754740960896015, 0.017364485189318657, -0.027040770277380943, -0.028458846732974052, 0.033255282789468765, -0.016460807994008064, -0.03748170658946037, 0.025664402171969414, -0.0032775637228041887, -0.07018087804317474, -0.015292980708181858, 0.004928510636091232, -0.028292015194892883, 0.04660188406705856, 0.04815898463129997, 0.008077474310994148, 0.004094347823411226, -0.002387790475040674, -0.018879879266023636, -0.0010279315756633878, 0.033338699489831924, -0.026456857100129128, 0.009328718297183514, -0.02634563483297825, -0.037287067621946335, -0.025386348366737366, 0.0004492313018999994, 0.036035824567079544, 0.006085911300033331, 0.028264209628105164, -0.004945889115333557, -0.0366753488779068, 0.0019133604364469647, 0.04020663723349571, -0.01829596608877182, 0.03522946685552597, -0.0392056405544281, -0.0027805420104414225, -0.01300598494708538, -0.04198618233203888, -0.006433479022234678, -0.01302683912217617, 0.017837176099419594, -0.05538839474320412, -0.00045357589260675013, -0.02236945927143097, 0.0029786555096507072, 0.0444052554666996, -0.01586299203336239, 0.00340268830768764, -0.04284815117716789, -0.002243549795821309, -0.022536292672157288, 0.010030805133283138, 0.02602587267756462, -0.008508458733558655, -0.030780598521232605, 0.022897763177752495, -0.027012964710593224, -0.0073892902582883835, 0.053136155009269714, -0.0015023616142570972, 0.06361880153417587, 0.032226480543613434, -0.02214701659977436, 0.048937536776065826, -0.01829596608877182, -0.050272196531295776, 0.030474739149212837, 0.05096733570098877, -0.018782561644911766, 0.005992067977786064, 0.024065591394901276, -0.047630682587623596, -0.01299208216369152, -0.058224547654390335, 0.05744599550962448, -0.03492360562086105, -0.007882836274802685, 0.002186201047152281, 0.017378387972712517, -0.006297927349805832, 0.02762468345463276, 0.01187986508011818, 0.007375387474894524, -0.025747818872332573, -0.030558155849575996, 0.034534331411123276, 0.006854035891592503, -0.03553532436490059, -0.007632587570697069, -0.0072433119639754295, -0.016210559755563736, 0.016530321910977364, -0.05922554433345795, 0.006777571048587561, 0.015028828755021095, -0.019366474822163582, -0.030419128015637398, 0.028528360649943352, -0.011949378997087479, -0.00593298114836216, 0.007521365769207478, 0.06545395404100418, 0.021716032177209854, 0.0049076564610004425, -0.0021601335611194372, 0.017281068488955498, -0.031837206333875656, -0.004657407756894827, -0.008619680069386959, 0.0004870292905252427, -0.0658988431096077, -0.025928553193807602, 0.08297137171030045, -0.006402197759598494, -0.041068606078624725, 0.014146007597446442, 0.016127143055200577, 0.037259262055158615, -0.0006708057480864227, -0.04554527625441551, -0.0014589156489819288, -0.041235435754060745, -0.08803195506334305, 0.02106260508298874, 0.027902739122509956, -0.002841366222128272, -0.017823273316025734, -0.014695163816213608, 0.015418104827404022, -0.02875080332159996, -0.008974199183285236, 0.06278463453054428, 0.014806386083364487, 0.002684960840269923, 0.006357014179229736, 0.02214701659977436, 0.020506497472524643, -0.023815341293811798, 0.015084439888596535, 0.025845136493444443, 0.007333679590374231, -0.04801996052265167, -0.005008451174944639, -0.03767634183168411, -0.06161680817604065, 0.04740824177861214, 0.033310893923044205, -0.025122197344899178, 0.04754726588726044, -0.0397617481648922, -0.04582333192229271, -0.0029056663624942303, 0.004681737627834082, 0.014764677733182907, 0.006461284123361111, 0.025803430005908012, -0.008856026455760002, -0.03564654663205147, 0.029501549899578094, 0.01242207083851099, -0.037314873188734055, -0.02109041064977646, 0.012540244497358799, 0.03753731772303581, -0.07285019755363464, 0.023148011416196823, 0.011407173238694668, -0.04148568585515022, 0.0032601854763925076, -0.03912222385406494, -0.0038232451770454645, 0.00718074943870306, -0.03692559525370598, -0.025122197344899178, -0.021215535700321198, 0.027124186977744102, -0.03128109872341156, -0.007674295920878649, -0.0000057701677178556565, 0.0037850127555429935, 0.05524936690926552, -0.004396731965243816, 0.00649604108184576, -0.012130114249885082, 0.048826318234205246, -0.03814903646707535, -0.012665368616580963, -0.06189486384391785, -0.049159981310367584, 0.016321782022714615, 0.004028310067951679, 0.04293156787753105, -0.00782027468085289, -0.002844841917976737, 0.018574019894003868, -0.029223496094346046, -0.008918588049709797, 0.022007988765835762, 0.026804424822330475, 0.03895539417862892, -0.01710033230483532, -0.04193057119846344, 0.023161914199590683, -0.013874904252588749, 0.0026050203014165163, 0.002768377074971795, -0.019102323800325394, -0.035868991166353226, -0.026721008121967316, -0.003117682645097375, -0.04084616154432297, -0.04457208886742592, 0.051579054445028305, -0.08502897620201111, -0.027026867493987083, -0.07696539908647537, -0.04304279014468193, 0.029835214838385582, -0.012192676775157452, -0.029584966599941254, -0.021507492288947105, -0.03028010204434395, 0.006801900919526815, 0.04852045699954033, 0.03756512328982353, 0.004358499310910702, -0.006819278933107853, -0.0366753488779068, -0.012317800894379616, -0.012116211466491222, 0.006367441266775131, 0.02861177735030651, 0.034673359245061874, -0.021743837743997574, 0.011803400702774525, -0.031892817467451096, 0.00912017747759819, -0.012832201085984707, -0.0037884884513914585, 0.024468768388032913, -0.0054324837401509285, -0.017990106716752052, 0.021660421043634415, -0.01958891749382019, 0.02356509305536747, -0.019296960905194283, 0.003175031393766403, -0.018115229904651642, -0.01049654558300972, -0.059559207409620285, 0.024037785828113556, 0.03155915066599846, 0.026832230389118195, -0.0008789119310677052, 0.018017912283539772, 0.007038246840238571, 0.005863467697054148, -0.04999414458870888, 0.00026762715424411, -0.059670429676771164, 0.053108349442481995, 0.014187715016305447, 0.0004040474887005985, -0.021702129393815994, 0.03022449091076851, -0.008362479507923126, -0.003407901618629694, -0.01682227849960327, 0.0073892902582883835, 0.034701164811849594, -0.013631606474518776, 0.009773604571819305, -0.04557308182120323, -0.012046697549521923, -0.03620265796780586, 0.0032375934533774853, 0.009231398813426495, -0.009641529060900211, 0.014020882546901703, 0.00020245820633135736, -0.0035225991159677505, -0.0052274190820753574, 0.02900105156004429, -0.045072585344314575, 0.04579552635550499, 0.050133172422647476, 0.0170725267380476, 0.001669194083660841, 0.011803400702774525, -0.06384124606847763, -0.020436983555555344, -0.00195333082228899, -0.010023853741586208, -0.023259233683347702, 0.021813351660966873, -0.030724989250302315, 0.01835157722234726, -0.005755722057074308, 0.0070764790289103985, -0.03817684203386307, 0.0342840813100338, -0.016071531921625137, -0.03022449091076851, -0.004375877790153027, 0.01689179241657257, -0.062339749187231064, -0.035868991166353226, 0.005387300159782171, 0.034506525844335556, 0.0210069939494133, 0.013923563994467258, 0.022661417722702026, 0.017628636211156845, 0.012623660266399384, 0.026776619255542755, -0.01562664657831192, -0.0007285889005288482, 0.017475705593824387, 0.05669524893164635, 0.02498316951096058, 0.0006855773972347379, -0.024079492315649986, 0.020673329010605812, -0.024093395099043846, -0.06272902339696884, -0.01572396419942379, 0.008883831091225147, -0.0006269253208301961, -0.023884855210781097, -0.04696335271000862, 0.021799448877573013, 0.022675318643450737, -0.05905871093273163, 0.014528331346809864, -0.005036256741732359, 0.022021891549229622, 0.013986125588417053, -0.008445896208286285, -0.02900105156004429, 0.01942208595573902, 0.04568430408835411, 0.03753731772303581, 0.005682732444256544, -0.059281155467033386, 0.03823245316743851, 0.014278083108365536, 0.0016631116159260273, -0.01807352341711521, -0.02902885712683201, -0.03556312993168831, 0.0448223352432251, 0.030419128015637398, -0.014000028371810913, -0.007020868360996246, -0.0029630151111632586, -0.014111250638961792, 0.027165895327925682, -0.022814346477389336, 0.029723992571234703, -0.01589079760015011, 0.04615699499845505, -0.00972494576126337, -0.02095138281583786, -0.004375877790153027, 0.010823259130120277, 0.020381372421979904, -0.008904685266315937, 0.00975275132805109, 0.058224547654390335, 0.039622724056243896, 0.029723992571234703, 0.012373412027955055, 0.020576009526848793, -0.009293961338698864, 0.0054255323484539986, -0.0052274190820753574, 0.014514428563416004, 0.03155915066599846, 0.04576772078871727, 0.012679271399974823, -0.05399812385439873, -0.005133575759828091, 0.01850450597703457, -0.06667739897966385, 0.014076493680477142, -0.01818474382162094, -0.03242111951112747, 0.03283819928765297, -0.08653046190738678, 0.030724989250302315, -0.012908666394650936, 0.038538310676813126, 0.056862082332372665, -0.002851793309673667, 0.025400251150131226, 0.03678657114505768, 0.015098342671990395, 0.050188783556222916, 0.04348767548799515, -0.00622146250680089, 0.010037756524980068, 0.014792483299970627, 0.05777966231107712, 0.0526912696659565, -0.0077646635472774506, 0.012971227988600731, -0.055471811443567276, 0.010204588994383812, -0.008626631461083889, -0.00031476604635827243, 0.020381372421979904, 0.021716032177209854, 0.013756731525063515, -0.006982636172324419, -0.009898729622364044, -0.0055019971914589405, -0.05900309979915619, -0.029251301661133766, 0.007590879686176777, 0.02337045595049858, -0.0021549200173467398, 0.013297941535711288, 0.03522946685552597, -0.00552285136654973, -0.011942427605390549, -0.02488585002720356, 0.0037919641472399235, -0.012046697549521923, -0.00390666164457798, 0.038649532943964005, -0.02762468345463276, -0.045044779777526855, -0.006680252030491829, -0.026985159143805504, -0.01248463336378336, -0.029362522065639496, -0.028236404061317444, -0.022744832560420036, 0.04295937344431877, -0.0019098847405984998, 0.060671426355838776, 0.01968623697757721, -0.058168936520814896, -0.07857811450958252, -0.02334265038371086, 0.02499707229435444, 0.003979650791734457, 0.03370016813278198, 0.007646490354090929, 0.013916612602770329, 0.018601825460791588, -0.03264356404542923, 0.06756716966629028, 0.002215744461864233, 0.007472706492990255, -0.0020801930222660303, -0.06411929428577423, 0.005592364817857742, 0.005265651270747185, 0.05513814836740494, 0.06628812104463577, 0.003124634036794305, 0.026498565450310707, -0.0250109750777483, -0.016572030261158943, -0.07679856568574905, 0.0019568062853068113, -0.03420066460967064, 0.005324737634509802, 0.010190686210989952, 0.006506468169391155, 0.053219571709632874, -0.039872970432043076, 0.2241116762161255, 0.07240531593561172, 0.0393446683883667, 0.0037850127555429935, 0.01493151020258665, 0.03759292885661125, -0.007368436083197594, -0.051690272986888885, -0.0035573558416217566, -0.0072363605722785, -0.018587922677397728, -0.018893782049417496, 0.020589912310242653, -0.007017392665147781, 0.025066586211323738, 0.01715594343841076, -0.02369021810591221, -0.03169817849993706, -0.013228428550064564, -0.029418133199214935, -0.014848094433546066, -0.008682242594659328, -0.015612742863595486, 0.0389275886118412, -0.0000466229539597407, 0.012797444127500057, 0.0006981766782701015, 0.0015675305621698499, 0.03422847017645836, -0.07385119050741196, -0.05519375577569008, -0.03286600485444069, 0.0036633640993386507, 0.02095138281583786, -0.021938476711511612, 0.020325761288404465, -0.013138060458004475, -0.03951150178909302, -0.0067914738319814205, -0.005693159531801939, 0.00039601000025868416, 0.02499707229435444, -0.0010053396690636873, 0.03375577926635742, -0.009050664491951466, 0.029668383300304413, 0.029390327632427216, 0.021771643310785294, 0.021257244050502777, -0.03942808508872986, 0.05755721777677536, -0.038482699543237686, 0.007987107150256634, -0.008744804188609123, -0.04579552635550499, 0.025247320532798767, -0.011768643744289875, -0.014006979763507843, -0.007646490354090929, 0.0389275886118412, 0.021577006205916405, 0.02633173204958439, 0.013715023174881935, -0.01976965367794037, -0.017823273316025734, 0.06461979448795319, -0.0018925063777714968, 0.0473526306450367, -0.0026258742436766624, -0.014556136913597584, -0.01500102411955595, -0.0414578802883625, -0.0171420406550169, -0.08230403810739517, 0.04871509596705437, -0.020367469638586044, -0.03294942155480385, 0.020367469638586044, 0.03787098079919815, -0.014653456397354603, 0.010948384180665016, -0.015445910394191742, -0.021577006205916405, -0.012755735777318478, 0.017725955694913864, 0.022536292672157288, -0.003639034228399396, -0.003407901618629694, 0.02633173204958439, 0.0015075750416144729, 0.007479657884687185, 0.06178364157676697, -0.01817084103822708, -0.0005422057001851499, -0.031837206333875656 ]
9891_20
In Boltzmann's definition, entropy is a measure of the number of possible microscopic states (or microstates) of a system in thermodynamic equilibrium. Consistent with the Boltzmann definition, the second law of thermodynamics needs to be re-worded as such that entropy increases over time, though the underlying principle remains the same. Order and disorder Entropy is often loosely associated with the amount of order or disorder, or of chaos, in a thermodynamic system. The traditional qualitative description of entropy is that it refers to changes in the status quo of the system and is a measure of "molecular disorder" and the amount of wasted energy in a dynamical energy transformation from one state or form to another. In this direction, several recent authors have derived exact entropy formulas to account for and measure disorder and order in atomic and molecular assemblies. One of the simpler entropy order/disorder formulas is that derived in 1984 by thermodynamic physicist Peter Landsberg, based on a combination of thermodynamics and information theory arguments. He argues that when constraints operate on a system, such that it is prevented from entering one or more of its possible or permitted states, as contrasted with its forbidden states, the measure of the total amount of "disorder" in the system is given by: Similarly, the total amount of "order" in the system is given by: In which CD is the "disorder" capacity of the system, which is the entropy of the parts contained in the permitted ensemble, CI is the "information" capacity of the system, an expression similar to Shannon's channel capacity, and CO is the "order" capacity of the system. Energy dispersal The concept of entropy can be described qualitatively as a measure of energy dispersal at a specific temperature. Similar terms have been in use from early in the history of classical thermodynamics, and with the development of statistical thermodynamics and quantum theory, entropy changes have been described in terms of the mixing or "spreading" of the total energy of each constituent of a system over its particular quantized energy levels.
[ -0.05911889299750328, 0.01750156097114086, 0.04755460470914841, -0.028191477060317993, -0.022409332916140556, -0.02820557914674282, 0.01132453978061676, -0.04405711591243744, -0.05742655694484711, 0.10046827048063278, 0.027415823191404343, -0.03190051019191742, 0.015625890344381332, -0.01088735368102789, 0.018784916028380394, -0.023988844826817513, -0.055198319256305695, -0.006589528173208237, -0.04738537222146988, -0.004449429921805859, 0.03195692226290703, -0.012354043312370777, -0.06222150847315788, -0.05505729094147682, -0.023650377988815308, 0.04126476123929024, 0.0506008081138134, 0.038162149488925934, 0.04823153838515282, 0.045946888625621796, 0.004470584448426962, -0.017628487199544907, -0.011712366715073586, -0.07615506649017334, 0.007157165557146072, 0.03568005561828613, 0.032859500497579575, -0.04614432528614998, 0.022169584408402443, -0.03164665773510933, 0.06870879232883453, 0.014123943634331226, 0.02893892489373684, -0.009928363375365734, -0.016740011051297188, -0.0021330469753593206, 0.00818666908890009, -0.004893667995929718, -0.00932194385677576, -0.06549335271120071, 0.015188704244792461, 0.005859708879143, 0.05412650480866432, -0.03438260033726692, 0.02026570774614811, -0.027077356353402138, 0.0013529863208532333, 0.053223926573991776, -0.00867321528494358, 0.028191477060317993, 0.0753088966012001, 0.0032418787013739347, 0.02836070954799652, -0.05316751450300217, 0.0020413787569850683, 0.04208272323012352, -0.03359284624457359, 0.021422136574983597, -0.015964357182383537, -0.02986970730125904, -0.01817849650979042, 0.009935415349900723, 0.0010189265012741089, -0.01850285939872265, -0.06301126629114151, 0.06464719027280807, 0.008680267259478569, -0.03895190358161926, -0.05387265607714653, -0.02686581388115883, 0.007756534032523632, -0.017388738691806793, -0.012544430792331696, 0.01668360084295273, -0.007897562347352505, 0.003874741494655609, -0.00033912801882252097, -0.011938011273741722, 0.008073846809566021, -0.03819035366177559, 0.016077179461717606, 0.05607268959283829, -0.0002401881356490776, 0.014286126010119915, -0.022832415997982025, 0.010485423728823662, -0.017938748002052307, 0.008511033840477467, -0.011832240037620068, 0.037485215812921524, 0.06994983553886414, 0.04163143411278725, -0.013425855897367, 0.09922722727060318, -0.018093878403306007, 0.02576579712331295, 0.025215787813067436, 0.022888828068971634, -0.015033573843538761, -0.01937723346054554, -0.005894965957850218, 0.009709770791232586, -0.01668360084295273, -0.009759129956364632, -0.02338242530822754, 0.02249394915997982, 0.02572348713874817, 0.0032207246404141188, -0.024595264345407486, 0.002418628428131342, 0.013602140359580517, -0.026837607845664024, 0.01189570315182209, 0.027556851506233215, -0.03173127770423889, -0.031026136130094528, 0.011930960230529308, 0.01730412244796753, 0.013573935255408287, -0.01169121265411377, -0.03835958614945412, -0.011670058593153954, -0.002892834600061178, -0.0037090335972607136, 0.037062130868434906, 0.03362105041742325, -0.026513244956731796, 0.08811423182487488, -0.009152710437774658, -0.02878379262983799, 0.020801614969968796, -0.0397980734705925, -0.0124175064265728, 0.05189826339483261, 0.0035750570241361856, 0.023720892146229744, 0.023086266592144966, -0.007502683904021978, 0.015766918659210205, 0.029362007975578308, -0.0011070689652115107, -0.006674144882708788, -0.008722575381398201, 0.02436961978673935, -0.005859708879143, 0.03023638017475605, -0.04058782756328583, 0.05469061806797981, -0.05237776041030884, 0.016951553523540497, 0.005320277530699968, -0.020336221903562546, 0.03410054370760918, -0.014363691210746765, -0.010012980550527573, 0.0002119825512636453, -0.02586451545357704, -0.04301350936293602, -0.048034101724624634, -0.006448500324040651, 0.013538678176701069, -0.009328994899988174, -0.021704193204641342, 0.0008955271332524717, 0.009815541096031666, -0.007848202250897884, 0.011211717501282692, -0.037062130868434906, -0.012671356089413166, -0.0008347088587470353, -0.026090160012245178, -0.027627363801002502, 0.015202807262539864, 0.02524399384856224, 0.0012419269187375903, 0.01563999429345131, -0.054154712706804276, 0.03342361003160477, -0.01236814633011818, -0.0065225400030612946, 0.009230275638401508, 0.05536755174398422, -0.0610932856798172, 0.006191124673932791, -0.0048584109172225, -0.0017461016541346908, -0.04171605035662651, 0.029954325407743454, 0.009674513712525368, -0.04498789831995964, -0.01189570315182209, 0.023396527394652367, -0.04448019713163376, -0.020970847457647324, -0.04947258532047272, 0.01776951551437378, 0.028233785182237625, 0.044649429619312286, 0.003638519672676921, -0.0033758552744984627, 0.008489878848195076, 0.015428451821208, 0.001072693383321166, 0.039657045155763626, -0.01121876947581768, -0.04617253318428993, -0.025258095934987068, 0.02769787795841694, -0.03432618826627731, -0.03838779404759407, -0.0012710138689726591, 0.006825750228017569, 0.0008073846693150699, 0.04622894525527954, 0.0054189967922866344, -0.023861920461058617, 0.005443676840513945, 0.06526771187782288, -0.030038941651582718, 0.01477972324937582, 0.03522876650094986, 0.0648164227604866, -0.018869532272219658, 0.0054366253316402435, 0.038162149488925934, 0.009328994899988174, 0.016556674614548683, 0.038303177803754807, 0.032549239695072174, 0.014349588192999363, 0.013341238722205162, 0.030010735616087914, 0.0598522387444973, -0.014850237406790257, 0.024327311664819717, 0.03672366216778755, -0.0019602878019213676, 0.014681003987789154, -0.015498965978622437, 0.028544045984745026, -0.02919277362525463, 0.03269026428461075, 0.07288321852684021, -0.005856183357536793, -0.0068398527801036835, 0.0007849083631299436, 0.01262199692428112, 0.02421448938548565, -0.012579687871038914, -0.050572603940963745, -0.005214506294578314, 0.0044318013824522495, -0.0030849853064864874, -0.0444519929587841, -0.03243641555309296, 0.04326735809445381, -0.01720540225505829, 0.014554078690707684, -0.04783666133880615, 0.0030585424974560738, -0.03751341998577118, -0.036441609263420105, -0.04047500714659691, 0.01635923609137535, -0.029362007975578308, 0.01595025509595871, 0.014441256411373615, -0.0573701485991478, 0.06058558449149132, 0.006677670869976282, -0.016288721933960915, 0.0432109460234642, 0.007615506183356047, 0.011789931915700436, 0.008997580036520958, -0.00903988815844059, -0.04416993632912636, 0.024651676416397095, -0.06402666121721268, 0.014878442510962486, -0.008130257949233055, -0.0564393624663353, -0.005859708879143, -0.016500264406204224, 0.0016015480505302548, 0.007016137707978487, 0.010584143921732903, 0.020322119817137718, -0.01813618652522564, -0.06549335271120071, -0.018615681678056717, -0.030264586210250854, -0.04442378506064415, -0.021224698051810265, -0.050685424357652664, 0.055311139672994614, 0.026626067236065865, 0.013157902285456657, 0.00927258376032114, -0.011881600134074688, -0.00550713948905468, 0.018742607906460762, -0.019870830699801445, 0.0024098141584545374, -0.0214503426104784, 0.05350598320364952, 0.030574847012758255, 0.03962883725762367, 0.02572348713874817, 0.003160787746310234, -0.003909998573362827, -0.011655955575406551, 0.01916569098830223, -0.10007339715957642, 0.020237503573298454, 0.012149552814662457, 0.02872738242149353, -0.040023718029260635, -0.00026442730450071394, -0.01610538549721241, -0.017106683924794197, 0.006367409601807594, -0.010351447388529778, 0.0021207069512456656, 0.006674144882708788, -0.006124136503785849, -0.016034871339797974, -0.012565585784614086, 0.04916232451796532, 0.02702094428241253, 0.01740284264087677, -0.08202182501554489, 0.018629785627126694, 0.012833538465201855, 0.008426416665315628, 0.015061778947710991, 0.053957272320985794, 0.011303385719656944, -0.03875446692109108, 0.019574671983718872, -0.00826423428952694, 0.010971969924867153, 0.040813472121953964, 0.027965830639004707, -0.0053978427313268185, 0.0003012267698068172, -0.04219554737210274, -0.015569479204714298, -0.031054342165589333, -0.02425679750740528, 0.02919277362525463, -0.001650026417337358, -0.02020929753780365, -0.020843923091888428, -0.04794948548078537, -0.059400949627161026, 0.0330287329852581, -0.03345181792974472, 0.06453436613082886, -0.06803185492753983, 0.029587652534246445, 0.01277712732553482, 0.007009086199104786, 0.007269987836480141, -0.027190178632736206, -0.000605979235842824, 0.030772287398576736, 0.027035048231482506, 0.023128574714064598, -0.07141652703285217, 0.000902578525710851, 0.0026671900413930416, 0.023819610476493835, 0.016584880650043488, 0.0401083342730999, 0.03912113979458809, -0.033903107047080994, 0.03531338647007942, -0.007707174401730299, -0.02841712161898613, -0.008412313647568226, 0.0005173960817046463, 0.0005077004316262901, -0.03740059584379196, 0.0006571018602699041, -0.029785091057419777, 0.02207086607813835, -0.024595264345407486, -0.004523469600826502, 0.013150851242244244, 0.04397249594330788, 0.03362105041742325, 0.004724434576928616, 0.042421191930770874, -0.00005255492578726262, -0.027937626466155052, -0.04329556226730347, 0.03621596470475197, 0.016091283410787582, -0.005969005636870861, -0.01626051589846611, -0.0043612876906991005, 0.03226718306541443, -0.035398002713918686, 0.06746774166822433, 0.046257149428129196, 0.010562988929450512, -0.013390598818659782, 0.012826487421989441, -0.011938011273741722, -0.047864869236946106, -0.026781197637319565, 0.02146444469690323, 0.06250356137752533, 0.006526065990328789, -0.05573422461748123, -0.012770076282322407, -0.00723473122343421, 0.04151861369609833, 0.041123732924461365, 0.01705027185380459, -0.05548037216067314, -0.0028575777541846037, 0.05356239527463913, -0.041490405797958374, 0.01937723346054554, 0.013940607197582722, -0.044028908014297485, 0.014321383088827133, 0.0011520215775817633, 0.004601035267114639, 0.0006482875905930996, -0.05762399733066559, 0.007403964642435312, -0.005729258060455322, -0.002487379591912031, 0.021746501326560974, 0.020759306848049164, 0.0029615857638418674, -0.013270724564790726, 0.006025416776537895, -0.020688792690634727, 0.03881087526679039, -0.016175899654626846, -0.016965655609965324, 0.026611963286995888, 0.022056762129068375, -0.03370566666126251, 0.031618453562259674, -0.0189682524651289, 0.006970303598791361, -0.0037583934608846903, 0.020124681293964386, -0.026470934972167015, 0.014666900970041752, 0.021845221519470215, -0.029728680849075317, 0.04425455257296562, 0.05728553235530853, 0.029587652534246445, 0.018827224150300026, -0.006896263919770718, -0.017840027809143066, -0.01137389987707138, 0.03813394159078598, -0.04047500714659691, -0.008377056568861008, -0.004689177498221397, -0.008003332652151585, -0.05832913890480995, 0.017374636605381966, 0.060247115790843964, 0.028713278472423553, 0.015089984983205795, 0.02140803448855877, -0.019560569897294044, -0.01662718877196312, 0.023241396993398666, -0.04809051379561424, -0.027303000912070274, -0.023988844826817513, -0.03308514505624771, -0.004925399087369442, -0.020449044182896614, 0.008370005525648594, 0.0034622347448021173, -0.01771310344338417, -0.035877496004104614, 0.01176877785474062, 0.003287712810561061, 0.002044904511421919, 0.010005929507315159, -0.016443852335214615, -0.005538870580494404, -0.012593790888786316, 0.012269427068531513, -0.023368321359157562, -0.012629047967493534, 0.045636627823114395, 0.01179698295891285, -0.023100368678569794, -0.01740284264087677, 0.013961761258542538, -0.010457218624651432, 0.0586111918091774, 0.013101491145789623, 0.03060305304825306, -0.004241413902491331, -0.03678007423877716, 0.029644062742590904, 0.010654657147824764, -0.05832913890480995, 0.005711629521101713, 0.04986746236681938, -0.036864690482616425, -0.006635362282395363, -0.010372601449489594, -0.03951601684093475, 0.006229907274246216, -0.04363403096795082, 0.03221077099442482, -0.05294186994433403, 0.01932082138955593, -0.035398002713918686, 0.023128574714064598, 0.0013635634677484632, 0.006543694529682398, 0.007819997146725655, -0.033282581716775894, -0.012875846587121487, -0.03951601684093475, 0.01865798979997635, 0.017572075128555298, 0.007439221255481243, 0.023058060556650162, 0.008348851464688778, -0.001565409591421485, 0.030264586210250854, -0.02742992527782917, -0.012946360744535923, 0.017600281164050102, -0.0067129279486835, 0.018742607906460762, 0.013982915319502354, -0.007953973487019539, 0.013573935255408287, -0.005228609312325716, 0.033282581716775894, 0.056382954120635986, 0.04986746236681938, 0.016429750248789787, 0.02748633734881878, -0.06363178789615631, -0.029756885021924973, -0.01720540225505829, -0.006593054160475731, -0.013891248032450676, -0.021055465564131737, 0.07028830051422119, -0.005711629521101713, -0.00679049314931035, 0.017022067680954933, 0.02150675468146801, 0.012629047967493534, 0.023001650348305702, -0.0764935314655304, -0.029079951345920563, -0.03127998858690262, -0.0647600069642067, 0.014370742253959179, 0.022141380235552788, -0.02192983776330948, -0.016556674614548683, -0.007608455140143633, 0.04713152348995209, -0.043718647211790085, 0.0018598053138703108, 0.03356463834643364, 0.020660586655139923, 0.008637958206236362, 0.012791230343282223, 0.00631099846214056, -0.026626067236065865, -0.049021296203136444, -0.010704017244279385, -0.017487458884716034, -0.036554429680109024, -0.07457555085420609, -0.016387442126870155, -0.07767816632986069, -0.026118366047739983, 0.01446946244686842, 0.026019645854830742, 0.020900333300232887, 0.0530828982591629, -0.02109777368605137, 0.021859323605895042, -0.016401544213294983, 0.017134889960289, 0.01995544694364071, 0.021492650732398033, 0.041490405797958374, -0.016796423122286797, -0.0444519929587841, -0.006924469489604235, 0.037739064544439316, -0.058780428022146225, -0.050572603940963745, 0.03455183282494545, 0.04306991770863533, -0.055452167987823486, 0.006779916118830442, 0.03283129259943962, -0.03906472772359848, -0.003264795755967498, -0.023763200268149376, 0.015047675929963589, -0.00015645282110199332, -0.0518418550491333, -0.03573646768927574, -0.012734819203615189, 0.003132582176476717, -0.006776390131562948, 0.0071642170660197735, -0.015202807262539864, 0.01807977631688118, 0.03339540585875511, -0.006931520998477936, -0.04089808836579323, -0.014441256411373615, 0.07852432876825333, -0.0030197598971426487, 0.01260084193199873, -0.05708809196949005, -0.03641340136528015, 0.007883459329605103, -0.008200772106647491, 0.050205931067466736, -0.011430311016738415, -0.025229889899492264, -0.009935415349900723, 0.013129697181284428, -0.004632766358554363, -0.016655394807457924, 0.0385570265352726, 0.01631692796945572, 0.02696453407406807, -0.04292888939380646, 0.011606595478951931, 0.018051570281386375, 0.006624785251915455, -0.01189570315182209, -0.013736116699874401, -0.015865638852119446, 0.005094632506370544, -0.02212727628648281, -0.055254727602005005, -0.06160098314285278, -0.013855990953743458, -0.08879116177558899, -0.019560569897294044, -0.08557572960853577, -0.03367746248841286, 0.03111075423657894, -0.026626067236065865, 0.00924437865614891, -0.013778425753116608, -0.048287950456142426, 0.016034871339797974, 0.024496546015143394, 0.062165096402168274, -0.0289953351020813, 0.002341062994673848, -0.044282760471105576, 0.002436256967484951, -0.046426381915807724, 0.0030497282277792692, 0.017642589285969734, 0.018531065434217453, -0.04541098326444626, 0.005588230211287737, -0.07513966411352158, 0.06278561800718307, -0.020237503573298454, 0.015766918659210205, 0.002000833163037896, -0.03153383731842041, -0.03342361003160477, 0.00823602918535471, -0.024285003542900085, -0.00013364596816245466, -0.011853394098579884, 0.046116121113300323, 0.010090545751154423, 0.03266206011176109, -0.050262343138456345, -0.023001650348305702, -0.029728680849075317, 0.05189826339483261, -0.006303946953266859, -0.014539975672960281, -0.015047675929963589, 0.015089984983205795, -0.08049872517585754, 0.0034798632841557264, -0.04589047655463219, 0.029531240463256836, -0.011486722156405449, -0.025117067620158195, 0.015879740938544273, 0.011331591755151749, -0.006515488959848881, 0.007361656054854393, -0.01124697457998991, -0.03689289838075638, 0.0014578758273273706, -0.04416993632912636, -0.0027324154507368803, -0.009625153616070747, -0.02458116225898266, -0.0254555344581604, -0.01059824600815773, -0.0040651289746165276, 0.004495264030992985, 0.002406288404017687, -0.03799291327595711, -0.01848875731229782, -0.03266206011176109, 0.0013979390496388078, -0.03435439616441727, 0.04123655706644058, 0.03881087526679039, 0.022000351920723915, -0.002318145940080285, -0.054267533123493195, -0.05170082673430443, -0.027514541521668434, -0.01947595179080963, 0.019236205145716667, -0.012354043312370777, 0.035087741911411285, -0.03511594608426094, -0.0043507106602191925, -0.04431096464395523, 0.0019162165699526668, 0.00867321528494358, 0.02986970730125904, -0.004357762169092894, 0.008419365622103214, -0.02005416713654995, 0.007474478334188461, -0.015809226781129837, 0.0018756709760054946, -0.0046856519766151905, 0.040333978831768036, 0.009265532717108727, 0.010718120262026787, 0.022832415997982025, 0.00916681345552206, -0.011521979235112667, 0.01080273650586605, -0.004724434576928616, -0.0061593931168317795, 0.007805894128978252, 0.02458116225898266, 0.0046856519766151905, 0.003055016743019223, -0.014455359429121017, 0.015527171082794666, -0.0217606034129858, -0.0098719522356987, 0.009857850149273872, 0.03661084175109863, 0.02769787795841694, -0.0172900203615427, -0.043041713535785675, 0.0345800407230854, 0.02841712161898613, -0.03943140059709549, 0.012438660487532616, -0.0008285389048978686, 0.036441609263420105, -0.0025755218230187893, -0.006783441640436649, -0.011232871562242508, -0.02239522896707058, 0.011112998239696026, 0.034213367849588394, 0.010901456698775291, -0.029897913336753845, 0.01699386164546013, -0.002088975626975298, 0.020843923091888428, 0.004414173308759928, -0.030631259083747864, -0.0065225400030612946, 0.03852882236242294, 0.0050629014149308205, 0.025004245340824127, -0.0072029996663331985, 0.01844644919037819, -0.00606419937685132, 0.02197214588522911, -0.03412875160574913, 0.0022934661246836185, -0.008214875124394894, 0.02820557914674282, -0.02415807917714119, -0.05268802121281624, -0.011345693841576576, 0.01197326835244894, 0.01964518614113331, 0.0013714962406083941, -0.0314774252474308, 0.05181364715099335, 0.03850061446428299, 0.026851711794734, -0.018827224150300026, 0.0035821085330098867, 0.011761726811528206, -0.03170306980609894, -0.017529767006635666, 0.07643711566925049, 0.05198288336396217, 0.05172903090715408, 0.012156604789197445, -0.01796695403754711, -0.012156604789197445, 0.027035048231482506, -0.04140578955411911, -0.0017513901693746448, 0.0013247807510197163, -0.02218368835747242, 0.06679081171751022, -0.05610089749097824, 0.021436240524053574, -0.03331078961491585, 0.04479045793414116, 0.04400070384144783, 0.015118190087378025, 0.04095450043678284, -0.0032788985408842564, -0.016542572528123856, 0.03745700791478157, 0.01059824600815773, -0.022987546399235725, 0.025963235646486282, 0.05023413524031639, 0.045636627823114395, 0.0004277111729606986, -0.0037654447369277477, 0.019518259912729263, -0.003472812008112669, -0.008144360966980457, 0.017699001356959343, -0.014314331114292145, 0.052039291709661484, 0.025949131697416306, 0.05274443328380585, -0.0031625505071133375, 0.000279852218227461, -0.03034920245409012, -0.030405614525079727, -0.009293737821280956, 0.037485215812921524, -0.0013714962406083941, 0.0010823890333995223, 0.00006346255395328626, -0.016965655609965324, -0.009173864498734474, -0.022197790443897247, -0.047357168048620224, -0.015513068065047264, -0.03122357651591301, -0.01121876947581768, 0.03833138197660446, -0.03474927321076393, -0.03522876650094986, -0.02632990851998329, -0.03960063308477402, -0.0074885813519358635, -0.03869805485010147, -0.0035697685088962317, -0.016457954421639442, 0.0333389937877655, 0.03920575603842735, 0.05900607258081436, 0.02249394915997982, -0.03627237305045128, -0.05906248092651367, 0.0029792143031954765, 0.05201108753681183, -0.002318145940080285, 0.022634977474808693, 0.04256222024559975, -0.006222855765372515, -0.005827977787703276, -0.006984406616538763, 0.03096972592175007, -0.03866984695196152, 0.0043718647211790085, -0.012093141674995422, -0.06182662770152092, -0.017896439880132675, 0.011416207998991013, 0.05770861357450485, 0.05570601671934128, 0.029108157381415367, -0.008807191625237465, -0.018827224150300026, 0.005976057145744562, -0.036498017609119415, 0.013722014613449574, -0.04690587893128395, 0.028868410736322403, -0.0013424092903733253, 0.032803088426589966, 0.020547764375805855, -0.03336720168590546, 0.23128575086593628, 0.08958091586828232, 0.05316751450300217, -0.023890124633908272, 0.01184634305536747, 0.051926471292972565, 0.017684897407889366, -0.036074936389923096, 0.023311911150813103, -0.0012004999443888664, 0.0023269602097570896, 0.008250132203102112, -0.025074759498238564, -0.018954148516058922, 0.013362392783164978, 0.040503211319446564, -0.03373387083411217, -0.019828522577881813, -0.012741870246827602, -0.028064550831913948, -0.030885109677910805, -0.03305693715810776, -0.02379140630364418, 0.01839003711938858, -0.050008490681648254, 0.008285388350486755, 0.043605826795101166, 0.031251780688762665, 0.03525697439908981, -0.049021296203136444, -0.05147518217563629, -0.03672366216778755, 0.031138958409428596, -0.02717607468366623, -0.031928714364767075, 0.008616804145276546, 0.033226173371076584, -0.03226718306541443, 0.0037865990307182074, -0.008447570726275444, 0.0105700409039855, 0.009413612075150013, 0.008341800421476364, -0.02769787795841694, -0.0254555344581604, 0.04016474261879921, 0.013383546844124794, 0.02357986383140087, 0.0172900203615427, -0.02452475018799305, 0.03505953401327133, -0.01999775506556034, 0.01262199692428112, -0.0013759033754467964, -0.07237551361322403, 0.02919277362525463, 0.00463629188016057, -0.029418418183922768, -0.017797719687223434, 0.03294411674141884, 0.03443901240825653, -0.002050193026661873, 0.007411015685647726, -0.007925767451524734, 0.04888026788830757, 0.019870830699801445, 0.05344957113265991, 0.0435212068259716, 0.02410166710615158, 0.012064936570823193, -0.001307152328081429, -0.018770812079310417, -0.0054084197618067265, -0.09059631824493408, 0.014525873586535454, -0.007411015685647726, -0.03474927321076393, 0.03424157202243805, 0.035567235201597214, -0.016147693619132042, -0.028332503512501717, -0.04462122544646263, -0.0026178304105997086, -0.0033476497046649456, 0.023184986785054207, 0.0057539381086826324, 0.022381126880645752, -0.012925206683576107, -0.016274619847536087, 0.001655314932577312, 0.021422136574983597, 0.033959515392780304, 0.02404525689780712, 0.0011916856747120619, -0.009780284948647022 ]
9891_21
Ambiguities in the terms disorder and chaos, which usually have meanings directly opposed to equilibrium, contribute to widespread confusion and hamper comprehension of entropy for most students. As the second law of thermodynamics shows, in an isolated system internal portions at different temperatures tend to adjust to a single uniform temperature and thus produce equilibrium. A recently developed educational approach avoids ambiguous terms and describes such spreading out of energy as dispersal, which leads to loss of the differentials required for work even though the total energy remains constant in accordance with the first law of thermodynamics (compare discussion in next section). Physical chemist Peter Atkins, in his textbook Physical Chemistry, introduces entropy with the statement that "spontaneous changes are always accompanied by a dispersal of energy or matter and often both". Relating entropy to energy usefulness Following on from the above, it is possible (in a thermal context) to regard lower entropy as an indicator or measure of the effectiveness or usefulness of a particular quantity of energy. This is because energy supplied at a higher temperature (i.e. with low entropy) tends to be more useful than the same amount of energy available at a lower temperature. Mixing a hot parcel of a fluid with a cold one produces a parcel of intermediate temperature, in which the overall increase in entropy represents a "loss" that can never be replaced. Thus, the fact that the entropy of the universe is steadily increasing, means that its total energy is becoming less useful: eventually, this leads to the "heat death of the Universe."
[ -0.03715992346405983, 0.04990800842642784, 0.034668922424316406, -0.023093076422810555, -0.0672278106212616, -0.02022109553217888, 0.007890623062849045, -0.025715958327054977, -0.04155581444501877, 0.08744890987873077, 0.03968023508787155, 0.0012308493023738265, 0.025510815903544426, -0.026507217437028885, 0.005187150556594133, -0.01827225089073181, -0.05412806198000908, -0.028895651921629906, -0.08076715469360352, 0.007374105975031853, 0.023210300132632256, -0.009817488491535187, -0.034551698714494705, -0.05442111939191818, 0.008183682337403297, 0.02595040574669838, 0.03247097507119179, 0.01008856762200594, 0.05210595205426216, 0.04296249896287918, 0.008205661550164223, -0.03041956014931202, -0.009216716513037682, -0.05858256295323372, 0.009854120202362537, 0.013832401484251022, 0.03039025515317917, -0.04050080105662346, 0.014074175618588924, -0.03050747886300087, 0.039152730256319046, -0.02691750042140484, 0.0337018258869648, -0.019517753273248672, -0.013194996863603592, -0.000567344599403441, 0.00001586927828611806, -0.01464564073830843, 0.009692938067018986, -0.05764477327466011, 0.01701209507882595, -0.017612867057323456, 0.03839077427983284, -0.07191676646471024, 0.028500022366642952, 0.011597823351621628, 0.00024177395971491933, 0.03587046265602112, -0.01252828724682331, 0.021100273355841637, 0.06300775706768036, 0.02728382498025894, 0.03232444450259209, -0.0451897531747818, -0.010857848450541496, 0.05298513174057007, -0.012125330045819283, -0.0076195430010557175, -0.03279333934187889, -0.011436641216278076, -0.042347077280282974, 0.008506047539412975, 0.007524298969656229, -0.010279056616127491, -0.02719590812921524, 0.033379457890987396, 0.004780530463904142, -0.05160775035619736, -0.0338483564555645, -0.019766852259635925, 0.02162778005003929, 0.022301815450191498, -0.009158104658126831, 0.017407724633812904, -0.027738066390156746, -0.00046317113447003067, -0.0010449397377669811, -0.011370702646672726, 0.02822161465883255, -0.02124680206179619, 0.019737547263503075, 0.05222317576408386, -0.0008874203194864094, 0.02137867920100689, 0.011861576698720455, 0.03970954194664955, 0.005447240546345711, 0.03244166821241379, -0.01308509986847639, 0.025320326909422874, 0.05855325609445572, 0.05236970633268356, -0.02918871119618416, 0.07320622354745865, -0.05433320254087448, 0.032177917659282684, 0.015136515721678734, 0.0282948799431324, 0.004395890049636364, -0.027562230825424194, -0.006872241850942373, 0.01071864552795887, 0.017700783908367157, 0.005967420991510153, -0.0036815579514950514, 0.0568242073059082, 0.014330602250993252, -0.0027455997187644243, -0.04603962227702141, 0.022345775738358498, -0.012601551599800587, -0.031210821121931076, -0.016704382374882698, 0.03724784404039383, 0.0226681400090456, -0.017524948343634605, 0.013216977007687092, 0.02381107211112976, 0.01065270695835352, -0.013194996863603592, -0.03871313855051994, -0.004102830775082111, -0.009282655082643032, 0.026800276711583138, 0.05521238222718239, 0.03036094829440117, -0.00040845145122148097, 0.08012242615222931, -0.025554774329066277, -0.03724784404039383, 0.0001454993907827884, -0.030712619423866272, -0.015444227494299412, 0.056032948195934296, -0.01422070525586605, 0.02249230444431305, 0.028807733207941055, -0.021129578351974487, 0.0014497279189527035, 0.029657606035470963, -0.006813629996031523, 0.012755407951772213, 0.008608618751168251, 0.0005027799634262919, -0.022858629003167152, -0.0112168462947011, -0.02036762423813343, 0.022990506142377853, -0.03270542249083519, 0.004560736007988453, -0.0029855421744287014, -0.0033097390551120043, 0.04161442816257477, 0.011934841983020306, -0.016719035804271698, 0.00672937510535121, -0.04305041953921318, -0.017246542498469353, -0.03047817200422287, -0.00678798696026206, -0.0015779414679855108, -0.022931894287467003, -0.03592907637357712, 0.01066736038774252, 0.013612606562674046, 0.025349633768200874, 0.02376711368560791, -0.03044886700809002, 0.01704140193760395, 0.02260952815413475, -0.03970954194664955, -0.037804655730724335, 0.01797919161617756, 0.030859149992465973, 0.0085280267521739, 0.01291659101843834, -0.055974334478378296, 0.03170902281999588, -0.010073915123939514, 0.005513179115951061, -0.0032694432884454727, 0.05040620639920235, -0.1022190973162651, 0.012220574542880058, 0.009927385486662388, 0.03270542249083519, -0.0012271860614418983, 0.04222985357046127, 0.030185112729668617, -0.03853730484843254, 0.004630337469279766, 0.02710798941552639, -0.03308640047907829, 0.005791585426777601, -0.0140302162617445, 0.013231629505753517, 0.019766852259635925, 0.04199540615081787, 0.02152520976960659, 0.008791780099272728, 0.009934712201356888, 0.018330862745642662, -0.01583985798060894, 0.022125979885458946, -0.015414921566843987, -0.027782026678323746, -0.04193679243326187, 0.04964425414800644, -0.029657606035470963, -0.026287423446774483, -0.005842870566993952, 0.0012885453179478645, 0.023005159571766853, 0.026741664856672287, 0.01253561396151781, -0.022331122308969498, -0.014257336966693401, 0.04765145108103752, -0.026785625144839287, 0.023107729852199554, 0.03803910315036774, 0.0684586614370346, 0.00269797770306468, -0.0009153525461442769, 0.04384167864918709, 0.0012903769966214895, 0.02151055634021759, 0.06283192336559296, 0.01910747028887272, -0.002012951299548149, 0.021964797750115395, 0.026389993727207184, 0.053512636572122574, -0.00393432192504406, -0.014250011183321476, 0.04715324938297272, 0.01528304535895586, 0.016528546810150146, -0.02249230444431305, 0.0336725190281868, -0.06629002094268799, 0.020924437791109085, 0.07285455614328384, -0.0060956343077123165, -0.041292063891887665, 0.0031760307028889656, 0.024646291509270668, 0.017393073067069054, -0.045805174857378006, -0.0672864243388176, -0.019752200692892075, 0.03839077427983284, -0.008183682337403297, -0.02143729105591774, 0.005025967955589294, 0.019503099843859673, -0.03522573411464691, 0.00427134009078145, -0.037775348871946335, -0.019752200692892075, -0.05890492722392082, -0.016250140964984894, -0.03962162509560585, 0.012022759765386581, -0.0281776562333107, 0.011172887869179249, 0.008374170400202274, -0.028822386637330055, 0.02507122792303562, 0.021803615614771843, -0.02586248703300953, 0.05181289091706276, -0.0055314949713647366, 0.0014332433929666877, 0.01803780347108841, 0.015107209794223309, -0.053717777132987976, 0.020689990371465683, -0.042376380413770676, 0.023518012836575508, 0.0054252613335847855, -0.051549140363931656, -0.006685416214168072, -0.02600901760160923, 0.02044088952243328, 0.02719590812921524, 0.01183227077126503, 0.01570798084139824, -0.02039693109691143, -0.05462626367807388, -0.004373910836875439, -0.030126500874757767, -0.028485368937253952, -0.011920188553631306, -0.049028828740119934, 0.06511778384447098, -0.015502839349210262, 0.013978931121528149, 0.03850799798965454, -0.015517492778599262, -0.017612867057323456, 0.023093076422810555, -0.021188190206885338, 0.01825759746134281, -0.01296787615865469, 0.03296917676925659, 0.023005159571766853, 0.02375246025621891, 0.020733948796987534, 0.005029630847275257, 0.007330147083848715, -0.03724784404039383, 0.026155546307563782, -0.07613682001829147, 0.008462089113891125, 0.016162222251296043, 0.005286057945340872, -0.042434994131326675, 0.01189088262617588, -0.00023318824241869152, -0.04401751235127449, 0.012110677547752857, -0.014308623038232327, -0.003062470117583871, -0.022389734163880348, -0.0038097715005278587, -0.03745298460125923, -0.025584081187844276, 0.03979745879769325, 0.0084181297570467, 0.03598768636584282, -0.06306637078523636, 0.01563471555709839, 0.013766462914645672, 0.004721918608993292, -0.008843066170811653, 0.044603630900382996, 0.0006282459944486618, -0.02161312662065029, 0.01408882811665535, -0.006286122836172581, -0.0014140113489702344, 0.037804655730724335, 0.03513781726360321, 0.010293709114193916, 0.015004638582468033, -0.03633935749530792, -0.0013727998593822122, -0.02488073892891407, -0.027488967403769493, 0.009927385486662388, 0.0033134021796286106, 0.008337538689374924, -0.026258118450641632, -0.0673450380563736, -0.0337311290204525, 0.03484475612640381, -0.007663501892238855, 0.05157844349741936, -0.06986534595489502, 0.04659643769264221, 0.002500162459909916, -0.011385356076061726, 0.018374821171164513, -0.014557722955942154, -0.00679531367495656, 0.02715194784104824, 0.02140798605978489, 0.017422378063201904, -0.06388694047927856, -0.02581852860748768, -0.021158885210752487, 0.04272805154323578, 0.01528304535895586, -0.0026137230452150106, 0.04955633729696274, -0.043519314378499985, 0.04841340333223343, -0.017246542498469353, -0.04196609929203987, 0.0016219003591686487, -0.03830285742878914, 0.03941648080945015, -0.05949104577302933, -0.0074546970427036285, -0.027899250388145447, 0.037687432020902634, 0.004187085200101137, -0.01690952479839325, 0.011473273858428001, 0.02599436417222023, 0.022331122308969498, -0.022800017148256302, 0.0032474638428539038, 0.0056963409297168255, -0.02357662469148636, -0.06031161546707153, 0.02132006734609604, 0.004817163106054068, -0.016396669670939445, -0.005967420991510153, -0.01408882811665535, 0.004362921230494976, -0.04067663848400116, 0.05535890907049179, 0.04768075421452522, 0.027342436835169792, -0.0055424850434064865, 0.02611158788204193, -0.02142263762652874, -0.03056609071791172, -0.002522141905501485, 0.014345254749059677, 0.04671366140246391, -0.008110417053103447, -0.04864785075187683, 0.00224190391600132, -0.01818433217704296, 0.032148610800504684, 0.033467378467321396, 0.004707265645265579, -0.023107729852199554, 0.000027660338673740625, 0.0453069768846035, -0.039123423397541046, 0.01353934220969677, 0.03718923032283783, -0.044603630900382996, 0.00012168831744929776, -0.004077188204973936, -0.00002505600241420325, 0.006890557706356049, -0.03587046265602112, 0.003611956490203738, -0.010960419662296772, 0.020528806373476982, -0.00269797770306468, 0.014887414872646332, 0.004033229313790798, -0.012191268615424633, -0.023386135697364807, -0.04407612606883049, 0.04395890235900879, 0.002675998257473111, -0.01476286444813013, 0.026389993727207184, 0.0224629994481802, -0.06224580481648445, 0.035636015236377716, -0.021158885210752487, -0.02045554295182228, -0.016191529110074043, 0.05213525891304016, -0.04835479333996773, 0.004428859334439039, 0.009004248306155205, -0.029042180627584457, 0.038976892828941345, 0.05058204382658005, 0.02930593490600586, 0.020059911534190178, -0.0031302401330322027, -0.01676299422979355, 0.0025715958327054977, 0.044515714049339294, -0.052486930042505264, -0.03847869113087654, -0.0002646692155394703, -0.023180995136499405, -0.017524948343634605, 0.019854770973324776, 0.06119079142808914, 0.012762734666466713, 0.02051415480673313, -0.01592777483165264, -0.021686391904950142, 0.02357662469148636, 0.03311570733785629, -0.03959231823682785, 0.0002436055801808834, -0.011766333132982254, -0.01573728770017624, -0.03759951516985893, -0.006956496275961399, 0.014946026727557182, -0.013180344365537167, 0.002157649490982294, -0.03935787081718445, -0.0049820090644061565, -0.007271535228937864, 0.011253478936851025, 0.0014195062685757875, -0.017642172053456306, -0.029027529060840607, -0.021774308755993843, -0.032236527651548386, -0.03850799798965454, -0.04053010791540146, 0.020748602226376534, 0.008857718668878078, -0.007319157011806965, 0.003842740785330534, 0.0226974468678236, 0.006549876183271408, 0.04073524847626686, 0.013612606562674046, 0.04076455533504486, -0.017466336488723755, -0.029569687321782112, 0.05905145779252052, -0.01077725738286972, -0.06869310885667801, -0.018682533875107765, 0.018887674435973167, -0.025701304897665977, -0.01071864552795887, -0.0022565568797290325, -0.0141474399715662, -0.007590237073600292, -0.060487449169158936, 0.01589846983551979, -0.046889495104551315, 0.013883686624467373, -0.038888975977897644, 0.03836146742105484, 0.013912992551922798, 0.005590106826275587, 0.0073448000475764275, -0.013663891702890396, -0.01183959748595953, -0.04404681921005249, 0.021290762349963188, 0.0058245547115802765, -0.008088437840342522, -0.00965630542486906, 0.004187085200101137, -0.037658125162124634, 0.053805697709321976, -0.022931894287467003, -0.01353201549500227, 0.008088437840342522, -0.029672259464859962, 0.003941648174077272, 0.016440629959106445, 0.0023261585738509893, 0.01526839192956686, -0.0024030867498368025, 0.03167971596121788, 0.07033424079418182, 0.013451424427330494, -0.025027267634868622, 0.0005151433870196342, -0.03607560694217682, -0.006542549934238195, -0.006608488503843546, -0.03144526854157448, -0.004036892671138048, -0.008271600119769573, 0.0672864243388176, -0.002203440060839057, -0.01806710846722126, -0.007234902586787939, 0.03806841000914574, 0.026419300585985184, -0.018448086455464363, -0.05447973310947418, -0.015605410560965538, -0.045893095433712006, -0.05442111939191818, 0.022184591740369797, 0.025540122762322426, -0.008044479414820671, -0.00953175500035286, -0.012125330045819283, 0.02946711704134941, -0.055945027619600296, -0.0036925477907061577, 0.04316764324903488, 0.020895130932331085, 0.01603034697473049, 0.004751224536448717, 0.026814930140972137, -0.017407724633812904, -0.013136385008692741, -0.003252958646044135, -0.02017713524401188, -0.023166341707110405, -0.05735171586275101, -0.011128928512334824, -0.05321957916021347, -0.037951186299324036, 0.022067368030548096, 0.03589976951479912, 0.008330211974680424, 0.04832548648118973, 0.01790592633187771, -0.025393592193722725, -0.02722521312534809, 0.0006314513157121837, 0.02929128147661686, 0.011180213652551174, 0.04850132018327713, 0.00904820766299963, -0.07637126743793488, -0.0015587094239890575, 0.027591537684202194, -0.0339655801653862, -0.017495643347501755, 0.061483852565288544, 0.03478614613413811, -0.026858888566493988, 0.011956821195781231, 0.006762344390153885, -0.032089997082948685, -0.02706403099000454, -0.033291541039943695, 0.02496865577995777, 0.0226681400090456, -0.02731313183903694, -0.0038061083760112524, 0.007370442617684603, 0.004425195977091789, 0.015620063059031963, 0.00045080771087668836, -0.028778428211808205, 0.016572505235671997, 0.034434475004673004, -0.005198140162974596, -0.053600553423166275, 0.006758681032806635, 0.055739887058734894, -0.020983049646019936, -0.02262418158352375, -0.038918282836675644, -0.06347665190696716, 0.03261750563979149, -0.046830885112285614, 0.05277998745441437, -0.011964147910475731, -0.03604630008339882, -0.02132006734609604, -0.01679230108857155, -0.03235375136137009, -0.001182311330921948, 0.0169388297945261, 0.012682143598794937, -0.019810812547802925, -0.033350154757499695, 0.003489237744361162, 0.007143321447074413, -0.02252161130309105, -0.008894351311028004, -0.0028005484491586685, -0.02932058833539486, -0.03062470257282257, -0.018960939720273018, -0.00622751098126173, -0.0336139053106308, -0.015517492778599262, -0.08955893665552139, -0.028998222202062607, -0.04310902953147888, -0.03680825233459473, 0.03135735169053078, -0.0454242005944252, 0.02126145549118519, -0.006568192504346371, -0.043490007519721985, 0.01699744164943695, 0.04410543292760849, 0.05163705721497536, -0.03068331442773342, -0.008930983953177929, -0.03947509452700615, -0.012176616117358208, -0.020968396216630936, -0.0021429965272545815, 0.012484327889978886, -0.007766072638332844, -0.05324888229370117, 0.017480989918112755, -0.0686345025897026, 0.05195942148566246, -0.005220119841396809, -0.004527766723185778, -0.01690952479839325, -0.032089997082948685, -0.017451684921979904, 0.04096969589591026, -0.05277998745441437, 0.005791585426777601, -0.01806710846722126, 0.04199540615081787, 0.020895130932331085, 0.003557007759809494, -0.04855993390083313, -0.0025367948692291975, -0.03041956014931202, 0.04302111268043518, -0.02367919497191906, -0.033320847898721695, 0.021994104608893394, 0.037863269448280334, -0.07021702080965042, -0.004670633468776941, -0.04102830961346626, 0.03830285742878914, -0.02262418158352375, -0.02942315861582756, -0.010352321900427341, 0.03191416338086128, -0.008608618751168251, 0.008337538689374924, -0.014953353442251682, -0.0024323926772922277, 0.0032621168065816164, 0.0040661985985934734, -0.006868578493595123, -0.03502059355378151, -0.02593575231730938, -0.012762734666466713, 0.009561060927808285, 0.0009432847728021443, -0.006242163944989443, 0.029789483174681664, -0.011158234439790249, -0.009934712201356888, -0.027796678245067596, -0.001464380882680416, -0.047856591641902924, 0.05277998745441437, 0.060663286596536636, -0.0051358649507164955, -0.005846533924341202, -0.043490007519721985, -0.036720335483551025, 0.0069015477783977985, -0.051256079226732254, 0.02051415480673313, -0.01363458577543497, 0.036632418632507324, -0.037775348871946335, 0.017393073067069054, -0.03745298460125923, -0.009934712201356888, -0.03698408976197243, 0.03757020831108093, -0.00021407069289125502, -0.0037126955576241016, -0.01928330585360527, 0.015297697857022285, -0.036778949201107025, -0.016001040115952492, -0.004608358256518841, 0.0335552953183651, 0.0021466596517711878, -0.010257077403366566, 0.01907816343009472, 0.025393592193722725, -0.02480747364461422, -0.012770061381161213, 0.009722243994474411, -0.0003837245749309659, -0.007223912980407476, 0.03695478290319443, 0.020939091220498085, 0.00013130431761965156, -0.018492044880986214, -0.013334200717508793, -0.010191138833761215, 0.0038097715005278587, -0.01910747028887272, 0.010953092947602272, 0.01572263427078724, -0.030331643298268318, -0.039152730256319046, 0.04768075421452522, 0.024602333083748817, -0.04211262986063957, 0.019561711698770523, -0.008843066170811653, 0.05732240900397301, 0.024309271946549416, 0.015165821649134159, -0.02476351521909237, -0.01676299422979355, -0.011978800408542156, 0.038976892828941345, 0.005472883116453886, -0.035548098385334015, 0.041204143315553665, -0.004681623075157404, 0.025129839777946472, -0.00009009285713545978, -0.01528304535895586, -0.0025367948692291975, 0.02164243347942829, 0.0024891728535294533, 0.011172887869179249, -0.009311961010098457, 0.005846533924341202, 0.0041834223084151745, 0.032412365078926086, -0.017774049192667007, -0.012520960532128811, -0.009568387642502785, 0.019415181130170822, -0.039064809679985046, -0.049028828740119934, 0.005234772805124521, 0.02126145549118519, 0.026697706431150436, 0.01359062734991312, -0.004073524847626686, 0.06898616999387741, 0.04085247218608856, 0.02691750042140484, -0.0008695620344951749, -0.0034544370137155056, 0.000400896038627252, -0.02942315861582756, -0.01688021793961525, 0.033203624188899994, 0.05535890907049179, 0.060663286596536636, 0.01290926430374384, -0.06974812597036362, 0.00797854084521532, 0.030009277164936066, -0.06593835353851318, 0.007502319291234016, -0.014301296323537827, -0.03874244540929794, 0.06558667868375778, -0.08246690034866333, 0.03592907637357712, -0.018843716010451317, 0.028602592647075653, 0.04433988034725189, -0.010073915123939514, 0.003743833163753152, -0.022213898599147797, -0.0026320393662899733, 0.06206997111439705, 0.022140633314847946, -0.01688021793961525, -0.016338057816028595, 0.018667880445718765, 0.06570390611886978, 0.03039025515317917, 0.013224302791059017, 0.03710131347179413, 0.015048597939312458, 0.0284414105117321, 0.03126943111419678, 0.0063813673332333565, 0.026639094576239586, 0.05046482011675835, 0.019766852259635925, -0.015576104633510113, -0.030273031443357468, -0.012132656760513783, -0.00846941489726305, -0.02014783024787903, 0.013488056138157845, -0.011949494481086731, -0.016411323100328445, -0.008359517902135849, -0.006205531768500805, -0.00483547942712903, -0.003580818884074688, -0.041292063891887665, -0.023078422993421555, 0.004985671956092119, -0.02578922174870968, 0.06294915080070496, -0.014748211950063705, -0.06359387934207916, -0.00953908171504736, -0.017671478912234306, -0.014630988240242004, -0.036691028624773026, -0.02482212707400322, -0.041145533323287964, 0.05116816237568855, -0.00016312874504365027, 0.05040620639920235, 0.04035427048802376, -0.02126145549118519, -0.08404941856861115, 0.0003486948262434453, 0.058289505541324615, -0.016176875680685043, 0.004527766723185778, 0.061542462557554245, -0.009678284637629986, 0.014953353442251682, -0.008718515746295452, 0.04155581444501877, 0.006469285115599632, 0.006022369489073753, -0.009165431372821331, -0.07162370532751083, -0.040207743644714355, 0.0068978844210505486, 0.05002523213624954, 0.06119079142808914, 0.015107209794223309, 0.00280237989500165, -0.02385503053665161, -0.004003923386335373, -0.07385095208883286, 0.012945896945893764, -0.04322625324130058, 0.03642727807164192, 0.023093076422810555, 0.0016841754550114274, 0.0679311603307724, -0.045687951147556305, 0.25414106249809265, 0.057234492152929306, 0.05310235545039177, 0.014462478458881378, -0.00476587750017643, 0.06892755627632141, 0.03252958878874779, -0.038976892828941345, 0.01799384318292141, 0.0011676583671942353, -0.009722243994474411, 0.014946026727557182, 0.0075829108245670795, 0.002665008418262005, 0.02479282021522522, 0.0340828038752079, -0.007773399353027344, 0.01235245168209076, 0.0021887870971113443, -0.022228552028536797, -0.04143859073519707, -0.004326288588345051, -0.01289461087435484, 0.024587679654359818, -0.020895130932331085, -0.007223912980407476, 0.030097195878624916, -0.0035478498321026564, 0.016162222251296043, -0.028573285788297653, -0.03733576089143753, -0.0339655801653862, 0.008454762399196625, -0.02047019451856613, -0.01814037375152111, 0.05978410691022873, 0.032089997082948685, -0.028968917205929756, 0.018550656735897064, -0.009729570709168911, -0.023386135697364807, -0.0047036027535796165, -0.0171000137925148, 0.017744744196534157, -0.029730871319770813, 0.041174836456775665, 0.022111328318715096, 0.037980493158102036, 0.01458702888339758, -0.04096969589591026, 0.032089997082948685, -0.026785625144839287, 0.012367104180157185, -0.014403866603970528, -0.05773269012570381, 0.008447435684502125, 0.005850197281688452, -0.0343172512948513, -0.04650851711630821, 0.001671354053542018, 0.050318289548158646, -0.007330147083848715, 0.01922469399869442, 0.009121472015976906, 0.04715324938297272, 0.011824944987893105, 0.05966688320040703, 0.023430094122886658, 0.010498851537704468, -0.005498526152223349, -0.020792560651898384, -0.018565310165286064, -0.012301166541874409, -0.08240828663110733, 0.042347077280282974, 0.005091906059533358, -0.02590644545853138, 0.034463778138160706, 0.023195646703243256, -0.016513893380761147, -0.019986648112535477, -0.03232444450259209, -0.012982528656721115, -0.008029825985431671, 0.04305041953921318, 0.002382938750088215, 0.030126500874757767, -0.026507217437028885, 0.00021201012714300305, -0.019517753273248672, 0.014799497090280056, 0.045834481716156006, 0.021686391904950142, -0.0003461763553787023, -0.014235357753932476 ]
9891_22
Entropy and adiabatic accessibility A definition of entropy based entirely on the relation of adiabatic accessibility between equilibrium states was given by E.H.Lieb and J. Yngvason in 1999. This approach has several predecessors, including the pioneering work of Constantin Carathéodory from 1909 and the monograph by R. Giles. In the setting of Lieb and Yngvason one starts by picking, for a unit amount of the substance under consideration, two reference states and such that the latter is adiabatically accessible from the former but not vice versa. Defining the entropies of the reference states to be 0 and 1 respectively the entropy of a state is defined as the largest number such that is adiabatically accessible from a composite state consisting of an amount in the state and a complementary amount, , in the state . A simple but important result within this setting is that entropy is uniquely determined, apart from a choice of unit and an additive constant for each chemical element, by the following properties: It is monotonic with respect to the relation of adiabatic accessibility, additive on composite systems, and extensive under scaling. Entropy in quantum mechanics In quantum statistical mechanics, the concept of entropy was developed by John von Neumann and is generally referred to as "von Neumann entropy", where ρ is the density matrix and Tr is the trace operator. This upholds the correspondence principle, because in the classical limit, when the phases between the basis states used for the classical probabilities are purely random, this expression is equivalent to the familiar classical definition of entropy, i.e. in such a basis the density matrix is diagonal. Von Neumann established a rigorous mathematical framework for quantum mechanics with his work Mathematische Grundlagen der Quantenmechanik. He provided in this work a theory of measurement, where the usual notion of wave function collapse is described as an irreversible process (the so-called von Neumann or projective measurement). Using this concept, in conjunction with the density matrix he extended the classical concept of entropy into the quantum domain. Information theory
[ -0.03249552473425865, 0.01871366985142231, 0.07636750489473343, -0.0182900782674551, -0.042117103934288025, -0.011240304447710514, -0.019681880250573158, -0.019757520407438278, -0.06444643437862396, 0.060603849589824677, 0.05567203462123871, -0.028970638290047646, -0.0005238163284957409, -0.0025926074013113976, 0.0007171745528467, -0.0010296679101884365, -0.027684735134243965, 0.009462732821702957, -0.057638708502054214, 0.026096265763044357, 0.07660955935716629, 0.01377428974956274, -0.10160145908594131, -0.014931602403521538, -0.02015085518360138, 0.033130910247564316, 0.057215116918087006, 0.015181219205260277, 0.056549474596977234, 0.05703357979655266, 0.0439627543091774, -0.02638370357453823, 0.034764766693115234, -0.03591451421380043, 0.038546834141016006, 0.04477968066930771, 0.022465480491518974, -0.05957512930035591, 0.04344839230179787, -0.029288331046700478, 0.06193513795733452, 0.019091876223683357, 0.023675743490457535, -0.03237449750304222, -0.04759353771805763, 0.02108880877494812, 0.00782131589949131, 0.007465801201760769, -0.04602019861340523, -0.09912042319774628, -0.02863781526684761, -0.015491348691284657, 0.06166283041238785, -0.0023864845279604197, -0.0016017055604606867, -0.031224749982357025, -0.02564241737127304, 0.033796556293964386, 0.002791165839880705, 0.01797238551080227, 0.05261612311005592, -0.016278019174933434, 0.006077782716602087, -0.0412396639585495, 0.024174975231289864, 0.03349399194121361, -0.0175034087151289, -0.001499589765444398, -0.01782110147178173, -0.026217292994260788, -0.01295736338943243, -0.012685054913163185, -0.03316116705536842, -0.05119406804442406, -0.048652518540620804, 0.059514615684747696, 0.0015733401523903012, -0.005393228493630886, -0.03688272461295128, -0.022208301350474358, 0.015400579199194908, -0.0023013881873339415, -0.01065786648541689, 0.010748635977506638, -0.004092196933925152, -0.0014664967311546206, -0.011005816981196404, -0.016777250915765762, -0.007586827501654625, -0.033554501831531525, 0.018229566514492035, 0.04611096903681755, 0.010030043311417103, 0.04692789539694786, 0.004576301667839289, 0.016005709767341614, -0.0010400685714557767, 0.03186013549566269, 0.02415984682738781, 0.02509780041873455, 0.05210176110267639, 0.05415920913219452, -0.005801691673696041, 0.09446091949939728, 0.012110180221498013, 0.026474472135305405, -0.01937931403517723, 0.04726071655750275, 0.007957469671964645, -0.018199309706687927, 0.02630806155502796, -0.008706319145858288, 0.004882649052888155, -0.03182987868785858, 0.0005257073789834976, -0.008910550735890865, 0.021103937178850174, 0.01992393098771572, -0.03279808908700943, 0.003197738202288747, 0.014651729725301266, 0.022541122511029243, 0.019757520407438278, 0.0529186874628067, -0.01626289077103138, 0.00765490485355258, 0.011800050735473633, -0.000178702684934251, -0.01759417913854122, -0.02260163612663746, -0.03739708289504051, -0.017185714095830917, -0.01999957300722599, -0.006077782716602087, 0.005018803756684065, 0.05179919674992561, 0.0022654584608972073, 0.029938846826553345, -0.03485553339123726, -0.0393032468855381, 0.0146895507350564, -0.0013577622594311833, 0.014334036037325859, 0.023721126839518547, -0.01695879176259041, 0.01770007610321045, -0.0035475792828947306, 0.017987513914704323, -0.007889392785727978, 0.015703143551945686, 0.016671353951096535, -0.009424912743270397, -0.01071837916970253, -0.013789418153464794, -0.04051350802183151, -0.021376246586441994, -0.0010117030469700694, 0.04220787435770035, -0.05772947892546654, 0.014833268709480762, -0.01618724875152111, -0.026822423562407494, -0.004126235842704773, -0.00022976059699431062, -0.008335676975548267, 0.03645913302898407, -0.0031012953259050846, -0.05415920913219452, 0.017866486683487892, 0.0024337605573236942, 0.0040619405917823315, -0.02304035611450672, -0.0004001900088042021, 0.00922068115323782, 0.03086167201399803, -0.01132351066917181, 0.030286796391010284, -0.01132351066917181, 0.005797909572720528, -0.007098940666764975, -0.010249403305351734, -0.03198116272687912, 0.047563280910253525, 0.03609605133533478, 0.008176829665899277, -0.013025440275669098, -0.027790632098913193, 0.01315403077751398, -0.01149748545140028, 0.00479566166177392, -0.020362650975584984, 0.023993436247110367, -0.06837978214025497, 0.026368575170636177, -0.028002427890896797, 0.024764979258179665, -0.0556417778134346, 0.03061961941421032, -0.008978628553450108, -0.015476220287382603, 0.0022635674104094505, 0.05376587063074112, -0.037366826087236404, 0.018774183467030525, -0.05276740714907646, 0.03757862374186516, 0.016777250915765762, 0.04193556681275368, 0.0005999304703436792, 0.004636814817786217, 0.005306240636855364, 0.016973918303847313, -0.0159451961517334, 0.0005469815223477781, 0.002104720566421747, -0.02606600895524025, -0.04229864478111267, 0.053523819893598557, -0.01523416768759489, 0.006773682776838541, 0.004723802208900452, 0.028789097443223, -0.02019624039530754, 0.034220147877931595, 0.031224749982357025, -0.012654798105359077, -0.01023427490144968, 0.07140543311834335, 0.02388753928244114, 0.0005011239554733038, 0.03370578587055206, 0.051375605165958405, -0.03555143624544144, 0.03987811878323555, 0.05403818190097809, 0.005559639073908329, 0.002342990832403302, 0.028456276282668114, 0.01777571812272072, -0.02695857733488083, 0.03881914168596268, 0.019228031858801842, 0.04598994180560112, -0.013804546557366848, 0.0060740006156265736, 0.04187505319714546, 0.006206372752785683, 0.005279766395688057, -0.023282408714294434, 0.03388732671737671, -0.037881188094615936, 0.041421204805374146, 0.02903115004301071, 0.005548293236643076, -0.05288843438029289, 0.0011554216034710407, 0.007144325412809849, -0.0188649520277977, -0.026625756174325943, -0.03210218995809555, -0.004500660579651594, 0.012843901291489601, -0.003265815321356058, -0.030332181602716446, -0.03676169738173485, 0.026171907782554626, 0.030922183766961098, -0.002808185061439872, -0.021769581362605095, -0.015022371895611286, -0.050830986350774765, -0.02019624039530754, -0.03128526359796524, 0.008449139073491096, -0.035581693053245544, -0.007359903305768967, 0.021179579198360443, -0.04847097769379616, 0.041300177574157715, -0.0024545618798583746, 0.006686695385724306, 0.011709281243383884, -0.012874158099293709, 0.027246015146374702, 0.010529275983572006, -0.003137225052341819, -0.008653370663523674, 0.019697008654475212, -0.037064261734485626, 0.028743714094161987, 0.04834995046257973, -0.07285775244235992, -0.02750319615006447, -0.022828560322523117, 0.022692404687404633, 0.01851700246334076, -0.0014986442402005196, -0.019863419234752655, -0.027790632098913193, -0.06365975737571716, -0.014031470753252506, 0.004477967973798513, -0.00398629903793335, -0.02658037096261978, -0.029363973066210747, 0.057911019772291183, 0.0017492062179371715, -0.0007568862638436258, 0.04024120047688484, 0.032162703573703766, -0.033826813101768494, 0.012964927591383457, -0.052706893533468246, -0.005726050119847059, -0.028426019474864006, 0.07709366828203201, 0.028062941506505013, 0.017049560323357582, 0.01085453387349844, -0.011285689659416676, -0.013063261285424232, 0.001775680691935122, 0.03116423636674881, -0.0960947722196579, 0.026081137359142303, 0.04689763858914375, -0.007057338021695614, -0.005321369040757418, -0.009024012833833694, -0.04841046407818794, -0.03661041334271431, -0.0099241454154253, -0.024991901591420174, 0.0074431090615689754, -0.020438292995095253, -0.014697114937007427, -0.027836017310619354, -0.0014759518671780825, 0.06329668313264847, 0.023327792063355446, 0.012390052899718285, -0.07884854078292847, 0.013986085541546345, 0.0059529743157327175, 0.023131124675273895, -0.01167146023362875, 0.024265745654702187, -0.02178470976650715, -0.009197988547384739, 0.018577516078948975, -0.0056050242856144905, 0.028062941506505013, 0.011542869731783867, 0.00007239113620016724, 0.00965183600783348, 0.02859243005514145, -0.02747293934226036, 0.008993756957352161, -0.036549899727106094, -0.013842367567121983, 0.027957042679190636, 0.025536520406603813, -0.01571827195584774, 0.014402112923562527, -0.05709409341216087, -0.040906842797994614, -0.025218825787305832, 0.0012651016004383564, 0.04995354637503624, -0.08163214474916458, 0.04175402596592903, -0.014334036037325859, 0.00686823483556509, -0.004890213254839182, -0.03440168499946594, 0.010937739163637161, 0.0146895507350564, 0.006459771189838648, 0.02925807423889637, -0.05703357979655266, -0.008002854883670807, 0.0227680467069149, 0.029000893235206604, 0.022268813103437424, -0.011247868649661541, 0.024371642619371414, -0.027760375291109085, 0.017805974930524826, -0.017049560323357582, -0.03143654391169548, -0.013222108595073223, -0.015249296091496944, 0.0023184074088931084, -0.041300177574157715, -0.024795234203338623, -0.026398831978440285, 0.08102701604366302, -0.008418882265686989, -0.002367574255913496, -0.041179150342941284, 0.012042103335261345, 0.058032043278217316, 0.010332608595490456, 0.06844029575586319, 0.0009691548184491694, -0.04432583227753639, -0.02505241520702839, 0.05376587063074112, 0.006641310639679432, -0.0011800050269812346, 0.017049560323357582, -0.008237343281507492, 0.0058130379766225815, -0.0377299040555954, 0.0657777190208435, 0.06819824129343033, -0.0124505665153265, -0.024220360442996025, 0.01992393098771572, -0.0042623900808393955, -0.0063690016977488995, -0.01804802566766739, 0.0385165773332119, 0.036126308143138885, 0.034220147877931595, -0.059817180037498474, 0.029908590018749237, -0.00558233167976141, 0.017896743491292, 0.03458322584629059, 0.009561066515743732, -0.06220744550228119, -0.04841046407818794, 0.04187505319714546, -0.054219719022512436, 0.017185714095830917, 0.010884790681302547, -0.030029617249965668, 0.026504728943109512, -0.00959132332354784, 0.03343347832560539, -0.023025227710604668, -0.06505156308412552, -0.0013048133114352822, 0.008630678057670593, 0.027684735134243965, 0.03615656495094299, 0.02875884249806404, 0.009621580131351948, -0.020907269790768623, 0.0030105258338153362, -0.028698328882455826, 0.04275249317288399, 0.005041495896875858, -0.019076747819781303, 0.004383416380733252, 0.01913726143538952, -0.05031662806868553, 0.014175188727676868, -0.016323404386639595, 0.011996718123555183, 0.004924252163618803, 0.009129910729825497, -0.011293253861367702, -0.004882649052888155, 0.0037177724298089743, -0.01138402335345745, 0.028123455122113228, 0.033554501831531525, 0.010007350705564022, -0.02408420667052269, -0.017715204507112503, -0.015975452959537506, -0.045233529061079025, 0.03963606804609299, -0.05143611878156662, 0.0005796018522232771, -0.029348844662308693, -0.015105578117072582, -0.04063453525304794, -0.0008490741602145135, 0.01258672121912241, 0.032162703573703766, 0.013668391853570938, 0.00735233910381794, -0.033675529062747955, -0.0031466803047806025, -0.03860734403133392, -0.06747208535671234, 0.010030043311417103, -0.028471404686570168, -0.020135726779699326, -0.029590897262096405, -0.03428066149353981, 0.0016357442364096642, 0.024643952026963234, -0.0447494238615036, -0.06825875490903854, 0.02832012251019478, -0.04139094799757004, 0.024659080430865288, 0.05742691457271576, -0.005412138532847166, 0.0035305600613355637, -0.03536989539861679, -0.001472169766202569, -0.01680750772356987, -0.036670926958322525, 0.009213116951286793, 0.015824170783162117, -0.012828772887587547, -0.03349399194121361, -0.009046705439686775, 0.023312663659453392, 0.011255432851612568, -0.008403753861784935, 0.028970638290047646, -0.009825811721384525, -0.028199095278978348, 0.03042295202612877, 0.03089192695915699, -0.039787352085113525, 0.019243160262703896, 0.04120940715074539, -0.025203697383403778, 0.0010722161969169974, -0.003415206912904978, -0.058969996869564056, 0.008184393867850304, -0.04190531000494957, 0.0914352685213089, -0.04595968499779701, 0.011618511751294136, -0.04471916705369949, -0.014455062337219715, 0.0023467729333788157, 0.019152389839291573, 0.013418775983154774, -0.006800157483667135, -0.014901346527040005, -0.038577087223529816, -0.016293147578835487, 0.03603554144501686, -0.010778892785310745, -0.014137368649244308, -0.0060399617068469524, -0.008237343281507492, 0.01645955815911293, -0.0282142236828804, -0.04556635022163391, 0.02559703402221203, -0.0020631179213523865, 0.03042295202612877, 0.008229779079556465, 0.003642131108790636, -0.02537010982632637, -0.017110073938965797, 0.04723045974969864, 0.009235808625817299, 0.02113419398665428, 0.0035173227079212666, 0.023237023502588272, -0.05077047646045685, 0.016595711931586266, -0.011747102253139019, -0.03412937745451927, -0.020014701411128044, 0.012768260203301907, 0.08514190465211868, -0.03279808908700943, -0.007019517477601767, -0.0035608166363090277, 0.01242787390947342, 0.0011440754169598222, -0.012927106581628323, -0.0696505531668663, -0.048380207270383835, -0.05555100739002228, -0.0720105692744255, 0.03576323017477989, 0.018108539283275604, 0.013085953891277313, -0.021814964711666107, -0.038032472133636475, 0.012828772887587547, -0.02638370357453823, 0.030755773186683655, 0.052585866302251816, 0.008918114937841892, 0.004912905860692263, 0.0033395655918866396, -0.010461199097335339, -0.02069547399878502, -0.027412425726652145, -0.0071934922598302364, -0.008623113855719566, -0.009492989629507065, 0.0044023264199495316, -0.018577516078948975, -0.0451427586376667, -0.03131552040576935, 0.02311599627137184, 0.044961217790842056, -0.0071934922598302364, 0.0447494238615036, 0.0072464412078261375, -0.024931389838457108, -0.008146573789417744, 0.03506733104586601, -0.006879580672830343, -0.0039938632398843765, 0.031618084758520126, -0.020877012982964516, -0.05010483041405678, -0.03918221965432167, 0.035581693053245544, -0.05760845169425011, -0.01766981929540634, 0.04998380318284035, -0.0027401079423725605, -0.033403221517801285, 0.037760160863399506, 0.04190531000494957, -0.0322837270796299, -0.029000893235206604, -0.005865986924618483, 0.006875799037516117, 0.020982909947633743, -0.04487045109272003, -0.02953038364648819, 0.014175188727676868, -0.009992222301661968, -0.04971149563789368, 0.011936205439269543, 0.03104321099817753, 0.01231441181153059, 0.037911444902420044, -0.02205701731145382, 0.004005209542810917, 0.02848653309047222, 0.10099633038043976, -0.018456488847732544, -0.047684308141469955, -0.05334227904677391, -0.013169159181416035, 0.0076851611956954, 0.019515467807650566, 0.03836529329419136, -0.019364185631275177, -0.02039290778338909, 0.019091876223683357, 0.03863760083913803, 0.021270347759127617, 0.004103543236851692, 0.0072350953705608845, 0.025233954191207886, 0.004334249533712864, -0.0661408007144928, 0.027034219354391098, 0.03400835022330284, 0.016444429755210876, 0.004220787435770035, -0.056277163326740265, 0.005631498526781797, 0.012715310789644718, -0.005378100089728832, -0.035037074238061905, -0.07993777841329575, -0.025233954191207886, -0.099604532122612, -0.011951333843171597, -0.09476348757743835, -0.009228244423866272, 0.023569844663143158, -0.014462626539170742, -0.03015064261853695, -0.028062941506505013, -0.035854000598192215, 0.023554716259241104, 0.00035575072979554534, 0.05418946221470833, -0.029500126838684082, 0.003303636098280549, -0.05412895232439041, 0.002791165839880705, -0.007223749067634344, -0.022435225546360016, -0.006444643251597881, 0.014318907633423805, 0.009016448631882668, 0.0037329006008803844, -0.027987299486994743, 0.047018662095069885, -0.022783175110816956, 0.010302351787686348, 0.0141071118414402, 0.005937845911830664, -0.013017876073718071, 0.0024942734744399786, -0.010173761285841465, 0.016096480190753937, -0.004651943221688271, 0.03782067447900772, 0.002774146618321538, 0.003188282949849963, -0.05957512930035591, -0.01856238767504692, -0.01759417913854122, -0.0006859725108370185, -0.0011270560789853334, 0.006172334309667349, 0.006962786428630352, -0.01878931187093258, -0.05700332298874855, -0.010506583377718925, 0.020044958218932152, 0.03361501544713974, -0.003704535076394677, -0.006437079049646854, 0.008623113855719566, 0.011731973849236965, -0.025415493175387383, -0.004890213254839182, 0.0002626173081807792, -0.04738174378871918, 0.008509651757776737, -0.030014488846063614, 0.011331073939800262, 0.02049880661070347, -0.000263326452113688, -0.01801777072250843, -0.02925807423889637, -0.0018002641154453158, -0.04526378586888313, 0.005767653230577707, -0.03012038581073284, -0.033826813101768494, -0.04801712930202484, 0.032586295157670975, 0.01933392882347107, 0.03086167201399803, 0.04853149130940437, 0.002751454245299101, -0.00685688853263855, -0.01583929918706417, -0.042238131165504456, 0.007775930687785149, -0.02155778557062149, -0.0252944678068161, 0.006455989088863134, 0.007303172256797552, -0.06193513795733452, 0.021497271955013275, -0.0299539752304554, -0.01564263179898262, 0.025627288967370987, 0.031769368797540665, -0.005162522196769714, 0.00011824870307464153, -0.028547046706080437, 0.03240475431084633, -0.025143185630440712, -0.0396965816617012, -0.014629037119448185, 0.014901346527040005, -0.007874264381825924, 0.0007039373158477247, -0.020211368799209595, 0.05972640961408615, 0.0137137770652771, 0.008086060173809528, -0.047805335372686386, -0.002530203200876713, 0.023917796090245247, 0.023237023502588272, 0.0025963892694562674, 0.023630358278751373, -0.02467420883476734, 0.04057402163743973, -0.027140116319060326, -0.03143654391169548, 0.004735148511826992, 0.01550647709518671, 0.012601848691701889, 0.0010287223849445581, -0.004455275367945433, 0.0396965816617012, -0.015203911811113358, -0.023978307843208313, 0.02096778340637684, 0.03252578154206276, 0.03875862807035446, -0.004039247985929251, -0.011686588637530804, -0.012034539133310318, 0.011527742259204388, 0.06565669178962708, -0.0017302959458902478, -0.029484998434782028, 0.0018390303011983633, 0.020831627771258354, 0.03600528463721275, 0.007136761676520109, -0.007136761676520109, 0.007670032791793346, -0.04353916272521019, 0.017579050734639168, 0.03158782795071602, -0.028138581663370132, 0.009780426509678364, 0.020090343430638313, 0.006323616951704025, -0.003797195851802826, -0.02999936044216156, -0.006841760128736496, 0.0016310166101902723, 0.046988409012556076, -0.02267727628350258, -0.016641097143292427, 0.004772969055920839, -0.004179184790700674, 0.030755773186683655, -0.020831627771258354, -0.028456276282668114, 0.048773542046546936, 0.04710943251848221, 0.03210218995809555, -0.02183009311556816, 0.027866274118423462, 0.029076535254716873, -0.0008471831097267568, -0.03603554144501686, 0.03116423636674881, 0.039394017308950424, 0.08024034649133682, -0.007216184865683317, -0.03173911198973656, 0.010824277065694332, 0.022631892934441566, -0.05697306618094444, -0.013827239163219929, -0.006773682776838541, -0.013880187645554543, 0.06220744550228119, -0.0408463291823864, 0.010181325487792492, 0.0010277768597006798, 0.015393014997243881, 0.0567915253341198, 0.00558233167976141, -0.016595711931586266, 0.0008069986361078918, -0.003335783490911126, 0.032313983887434006, 0.02968166582286358, -0.02175445295870304, 0.038577087223529816, 0.03552117943763733, 0.05969615280628204, -0.017684947699308395, 0.008539908565580845, -0.0051057911477983, 0.015960324555635452, 0.008449139073491096, 0.006607272196561098, 0.001309540937654674, 0.021648554131388664, 0.028789097443223, 0.03827452287077904, -0.016837764531373978, 0.005775216966867447, -0.01579391397535801, -0.02163342572748661, -0.046685840934515, 0.0047994437627494335, -0.011686588637530804, -0.0017302959458902478, 0.007980162277817726, 0.013842367567121983, 0.0058054737746715546, -0.02564241737127304, -0.03651964291930199, -0.037760160863399506, -0.004436365328729153, -0.0393032468855381, 0.014606344513595104, -0.017518537119030952, -0.040876585990190506, -0.006531630642712116, -0.03785093128681183, -0.0007058283663354814, -0.007458236999809742, -0.02229906991124153, 0.011898384429514408, 0.03019602783024311, 0.037881188094615936, 0.0451427586376667, 0.03661041334271431, -0.044174548238515854, -0.04338787868618965, 0.0019326364854350686, 0.02217804454267025, 0.005918935872614384, 0.03718528896570206, 0.054764337837696075, 0.03673144057393074, -0.016444429755210876, 0.02412959188222885, 0.060482826083898544, -0.021194705739617348, -0.0030237629543989897, -0.04520327225327492, -0.0204231645911932, -0.019757520407438278, -0.011580690741539001, 0.006051308009773493, 0.03237449750304222, 0.018123667687177658, 0.020846756175160408, -0.010423378087580204, -0.022616764530539513, -0.06511207669973373, 0.0038917474448680878, -0.029666537418961525, 0.02680729515850544, -0.018335463479161263, 0.018138796091079712, 0.005332715343683958, -0.05636793375015259, 0.27134066820144653, 0.05660998821258545, 0.059272561222314835, -0.0000058245318541594315, 0.024795234203338623, 0.07086081802845001, -0.00033873142092488706, -0.03757862374186516, 0.010007350705564022, -0.002114175818860531, -0.009364399127662182, 0.013978521339595318, -0.013229671865701675, -0.0258693415671587, 0.021769581362605095, 0.035037074238061905, -0.0032941808458417654, -0.02606600895524025, -0.034220147877931595, -0.042934030294418335, -0.02509780041873455, -0.004489314276725054, -0.015824170783162117, -0.025733187794685364, -0.035975027829408646, 0.029424484819173813, 0.04465865343809128, -0.020090343430638313, 0.0013634352944791317, -0.05521818622946739, -0.065354123711586, -0.014878653921186924, 0.020105471834540367, -0.004996111150830984, -0.00430777482688427, -0.001838084775954485, 0.006005923263728619, -0.015181219205260277, -0.011278125457465649, -0.008623113855719566, 0.0004845774092245847, 0.0007119742222130299, 0.030090129002928734, 0.014001213945448399, -0.0159451961517334, 0.018274949863553047, -0.027941914275288582, 0.017730332911014557, 0.016746995970606804, -0.0354001522064209, 0.013138902373611927, -0.014901346527040005, 0.01987854763865471, -0.002600171370431781, -0.029969103634357452, 0.02267727628350258, 0.013471724465489388, -0.020574446767568588, 0.000475358625408262, 0.023055484518408775, 0.002144432393833995, -0.004368287976831198, 0.023584973067045212, -0.023206766694784164, 0.023645486682653427, 0.02707960456609726, 0.04260120913386345, 0.018350591883063316, 0.017836229875683784, 0.030301924794912338, -0.004126235842704773, 0.011172227561473846, -0.026504728943109512, -0.06844029575586319, 0.016126735135912895, 0.0013171050231903791, -0.037760160863399506, 0.05727563053369522, -0.0003689879667945206, -0.01320698019117117, -0.008070931769907475, -0.015294681303203106, -0.005132265854626894, -0.0369734913110733, 0.018804440274834633, 0.03833503648638725, -0.0020404255483299494, -0.0016858566086739302, -0.03633810579776764, 0.010499019175767899, 0.01618724875152111, 0.011134406551718712, 0.0011119279079139233, -0.010748635977506638, 0.000895404489710927 ]
9891_23
Information theory When viewed in terms of information theory, the entropy state function is the amount of information in the system that is needed to fully specify the microstate of the system. Entropy is the measure of the amount of missing information before reception. Often called Shannon entropy, it was originally devised by Claude Shannon in 1948 to study the size of information of a transmitted message. The definition of information entropy is expressed in terms of a discrete set of probabilities so that In the case of transmitted messages, these probabilities were the probabilities that a particular message was actually transmitted, and the entropy of the message system was a measure of the average size of information of a message. For the case of equal probabilities (i.e. each message is equally probable), the Shannon entropy (in bits) is just the number of binary questions needed to determine the content of the message. Most researchers consider information entropy and thermodynamic entropy directly linked to the same concept, while others argue that they are distinct. Both expressions are mathematically similar. If is the number of microstates that can yield a given macrostate, and each microstate has the same a priori probability, then that probability is . The Shannon entropy (in nats) is: and if entropy is measured in units of per nat, then the entropy is given by: which is the Boltzmann entropy formula, where is Boltzmann's constant, which may be interpreted as the thermodynamic entropy per nat. Some authors argue for dropping the word entropy for the function of information theory and using Shannon's other term, "uncertainty", instead. Measurement The entropy of a substance can be measured, although in an indirect way. The measurement, known as entropymetry, is done on a closed system (with particle number N and volume V being constants) and uses the definition of temperature in terms of entropy, while limiting energy exchange to heat (). The resulting relation describes how entropy changes when a small amount of energy is introduced into the system at a certain temperature .
[ -0.026973942294716835, 0.0028992013540118933, 0.07293481379747391, -0.012179488316178322, -0.030811119824647903, -0.04010561853647232, -0.00639529712498188, -0.027926130220294, -0.0643509030342102, 0.06565838307142258, 0.0449376218020916, -0.048206329345703125, 0.007852003909647465, -0.004029037430882454, 0.015036053955554962, -0.019654879346489906, -0.04371540993452072, -0.01762259751558304, -0.012172382324934006, -0.020138079300522804, 0.06537415087223053, 0.0012213240843266249, -0.055965956300497055, -0.022738834843039513, -0.0251974705606699, 0.010836475528776646, 0.08026808500289917, 0.04058881849050522, 0.07361697405576706, 0.06508991122245789, 0.021900339052081108, 0.009926922619342804, -0.0034019427839666605, -0.06008737161755562, 0.0126982182264328, 0.014581277966499329, 0.05369207262992859, -0.05679024010896683, -0.004103648941963911, -0.03595578297972679, 0.05889357998967171, 0.04922957718372345, 0.0274429302662611, -0.03166382759809494, -0.04513658583164215, -0.009138168767094612, 0.026362836360931396, -0.002513707149773836, -0.0027766248676925898, -0.06020106375217438, -0.016002453863620758, -0.009855863638222218, 0.05613649636507034, -0.03251653164625168, 0.04235107824206352, -0.0322607196867466, 0.009116851724684238, 0.04436914995312691, 0.000708367966581136, 0.058325111865997314, 0.03905394673347473, -0.028849896043539047, 0.04252162203192711, -0.04425545781850815, 0.0051126847974956036, 0.018390031531453133, -0.023875776678323746, 0.022056668996810913, -0.009799016639590263, -0.0385991707444191, 0.0062602851539850235, -0.00903158076107502, -0.025666458532214165, -0.03433563932776451, -0.05278252065181732, 0.058438804000616074, 0.01664198376238346, 0.003446354530751705, -0.061735935509204865, -0.013494077138602734, 0.02060706913471222, -0.002584765898063779, -0.019285373389720917, 0.017992103472352028, 0.003915342967957258, -0.008200191892683506, 0.013600665144622326, -0.053549956530332565, 0.008761556819081306, -0.035358887165784836, 0.027300812304019928, 0.03427879139780998, -0.011213087476789951, 0.009052898734807968, 0.0031052720732986927, -0.002668260131031275, -0.0038123077247291803, 0.005883673205971718, -0.024131588637828827, 0.01583191379904747, 0.0662837028503418, 0.05778506398200989, -0.017537325620651245, 0.10408701747655869, 0.015689795836806297, 0.041185714304447174, 0.00038482813397422433, 0.007624615449458361, -0.0408446304500103, 0.00016176993085537106, 0.006185673642903566, -0.003862048964947462, -0.017054125666618347, -0.019939115270972252, -0.05372049659490585, 0.005670496728271246, 0.02670391835272312, 0.016983067616820335, -0.030128955841064453, 0.011476005427539349, 0.0046259318478405476, -0.013955960050225258, 0.004469601903110743, 0.0499117411673069, -0.05372049659490585, -0.02222721092402935, 0.00756066245958209, -0.0002250567195005715, -0.013174312189221382, -0.0022703304421156645, -0.052242472767829895, 0.019015349447727203, 0.004956355318427086, 0.00522993179038167, 0.03837178274989128, 0.026547588407993317, 0.009280286729335785, 0.023122552782297134, 0.007596191950142384, -0.04002034664154053, 0.0322607196867466, -0.031493283808231354, -0.008093603886663914, 0.03558627516031265, -0.024430034682154655, 0.029588907957077026, -0.010076145641505718, -0.01352960616350174, 0.017835773527622223, 0.01929958537220955, 0.0029009778518229723, 0.008761556819081306, -0.010772522538900375, 0.011646546423435211, 0.007454073987901211, 0.01009035762399435, -0.036524251103401184, 0.027087636291980743, -0.04641564562916756, 0.023079916834831238, -0.021999822929501534, -0.02012386918067932, 0.008335203863680363, -0.004249319899827242, -0.02147398702800274, 0.005844591185450554, -0.020265985280275345, -0.027300812304019928, -0.036666370928287506, 0.0008709151297807693, 0.01372146513313055, -0.0030413190834224224, -0.025780154392123222, 0.02104763314127922, 0.002007412724196911, -0.020351257175207138, 0.025339588522911072, -0.024970082566142082, -0.014893936924636364, -0.0006701738457195461, -0.014595489017665386, -0.0020589304622262716, 0.016400383785367012, 0.03228914365172386, -0.02303728088736534, 0.007873320952057838, -0.00020551553461700678, -0.004728966858237982, -0.010644616559147835, -0.009749275632202625, 0.02967417798936367, 0.02556697651743889, -0.03461987525224686, 0.0028956483583897352, -0.03515992313623428, 0.006203438155353069, -0.0349041111767292, 0.010168522596359253, 0.008171768859028816, -0.06582892686128616, -0.02401789464056492, 0.03461987525224686, -0.0076032979413867, -0.02160189300775528, -0.03569997102022171, 0.018716903403401375, 0.029816295951604843, 0.05815456807613373, -0.024714270606637, 0.003387731034308672, 0.023662598803639412, 0.03660952299833298, 0.0034410252701491117, 0.008434686809778214, 0.007112991530448198, -0.011113605462014675, -0.030271073803305626, 0.025780154392123222, -0.028096672147512436, -0.026092812418937683, 0.0014158476842567325, 0.034676723182201385, -0.009514780715107918, 0.02241196297109127, 0.011760241352021694, -0.008185980841517448, 0.0013812065590173006, 0.10061933845281601, -0.020749187096953392, 0.03427879139780998, 0.02458636462688446, 0.0707746222615242, -0.010644616559147835, 0.02123238705098629, 0.04476708173751831, 0.029475213959813118, 0.031493283808231354, 0.03282919153571129, -0.0022117069456726313, 0.011930782347917557, 0.011305464431643486, 0.010907534509897232, 0.044113337993621826, -0.021317657083272934, 0.023605752736330032, 0.03447775915265083, -0.008491533808410168, 0.013671724125742912, -0.04760943353176117, 0.029645755887031555, -0.03595578297972679, 0.050565481185913086, 0.06685217469930649, -0.02047916315495968, -0.03638213500380516, -0.011198875494301319, 0.02191455103456974, 0.03606947511434555, -0.018716903403401375, -0.03126589581370354, -0.011611017398536205, 0.024785328656435013, -0.0029898013453930616, -0.00956452265381813, -0.03743380680680275, 0.02887832000851631, 0.02364838868379593, 0.004832002334296703, -0.04277743399143219, -0.018986927345395088, -0.0385139025747776, -0.048831645399332047, -0.049428541213274, 0.0026327306404709816, -0.018532149493694305, 0.011056758463382721, -0.0024106716737151146, -0.0639529749751091, 0.044113337993621826, -0.003632884006947279, -0.009521886706352234, 0.03547258302569389, -0.00909553375095129, 0.015192383900284767, 0.013060618191957474, -0.02383314073085785, -0.06673847883939743, 0.029844719916582108, -0.017594173550605774, 0.06207701936364174, 0.032118603587150574, -0.04365856200456619, -0.053350988775491714, -0.03359662741422653, 0.018034737557172775, 0.01924273930490017, 0.03632528707385063, 0.040702514350414276, -0.014723394997417927, -0.03732011094689369, 0.002447977662086487, -0.01002640463411808, -0.019271161407232285, -0.038826558738946915, -0.04016246646642685, 0.026249142363667488, 0.010410122573375702, -0.0034321427810937166, 0.011696288362145424, 0.023790504783391953, -0.004984778817743063, 0.0535215325653553, -0.04351644590497017, -0.01625826582312584, -0.03035634383559227, 0.047836821526288986, 0.017736291512846947, 0.031379591673612595, 0.03496095910668373, -0.003826519474387169, 0.0008695827564224601, 0.0051304493099451065, 0.00025625599664635956, -0.06770487874746323, 0.01369304209947586, 0.01837582141160965, 0.0001634353684494272, -0.02396104671061039, -0.01319563016295433, -0.039082370698451996, -0.03197648748755455, 0.017366785556077957, -0.0471830815076828, 0.01086489949375391, 0.015803489834070206, -0.03325554355978966, -0.00003380847192602232, 0.0013883124338462949, 0.053606800734996796, 0.036780063062906265, 0.005123343784362078, -0.08185980468988419, 0.03339766338467598, 0.04834844544529915, 0.007272874005138874, 0.0114546874538064, 0.019086409360170364, 0.013280900195240974, -0.044113337993621826, 0.03606947511434555, -0.0031194838229566813, 0.054345812648534775, 0.03712114691734314, 0.016613561660051346, -0.031066931784152985, 0.0417257621884346, -0.03754749894142151, -0.010069039650261402, 0.005251249764114618, -0.011703393422067165, 0.029134131968021393, 0.010452757589519024, -0.021374505013227463, -0.00010858681343961507, -0.04849056527018547, -0.0206639152020216, -0.020379681140184402, -0.010161416605114937, 0.0476662814617157, -0.07009245455265045, 0.009074215777218342, 0.004817790351808071, 0.014694971963763237, -0.008669180795550346, -0.018176855519413948, 0.00045122375013306737, 0.039878230541944504, 0.006800332572311163, 0.0403614304959774, -0.08146187663078308, -0.0037270369939506054, 0.01577506586909294, 0.020564433187246323, 0.033056579530239105, 0.021516621112823486, 0.025908058509230614, -0.03760434687137604, 0.034676723182201385, -0.010566452518105507, -0.05474374443292618, 0.0068820505402982235, -0.035046227276325226, -0.021431351080536842, -0.011539958417415619, -0.05178769677877426, -0.016968855634331703, 0.023762082681059837, 0.01099280547350645, 0.023449422791600227, -0.011142028495669365, 0.04073093831539154, 0.021189751103520393, -0.0005125119932927191, 0.04314693808555603, 0.005730896722525358, -0.011056758463382721, -0.024046316742897034, 0.025126412510871887, 0.010580663569271564, 0.019654879346489906, 0.0024888364132493734, -0.016286689788103104, 0.03632528707385063, -0.014005701057612896, 0.029844719916582108, 0.051872964948415756, -0.008377838879823685, -0.007098780013620853, 0.042862702161073685, -0.017494691535830498, -0.031237473711371422, 0.0064130621030926704, 0.01378541812300682, 0.04002034664154053, 0.001281724194996059, -0.03942345455288887, 0.0040006134659051895, 0.0007696562679484487, 0.027926130220294, 0.03166382759809494, 0.03555785119533539, -0.051617152988910675, -0.010715675540268421, -0.008512850850820541, -0.05494270846247673, 0.02489902451634407, 0.043289054185152054, -0.014289936050772667, 0.042009998112916946, -0.03834335878491402, 0.005045178811997175, 0.004586849361658096, -0.06526045501232147, 0.003716378239914775, 0.014936571940779686, -0.0023236246779561043, 0.03476199135184288, 0.020450739189982414, -0.005361390765756369, -0.028707778081297874, -0.0006968209054321051, -0.024231070652604103, 0.03868444263935089, -0.022625140845775604, -0.05426054447889328, 0.03317027539014816, 0.020010173320770264, -0.05684708431363106, 0.01644301973283291, -0.03837178274989128, -0.011035440489649773, 0.0003015560214407742, 0.02047916315495968, -0.024543728679418564, 0.0011769123375415802, 0.012911394238471985, -0.011007017455995083, 0.03160697966814041, 0.024174222722649574, 0.019583821296691895, -0.010466969572007656, -0.016172995790839195, -0.023818928748369217, -0.06986507028341293, 0.045108161866664886, -0.013167206197977066, 0.009138168767094612, -0.03885498270392418, -0.03550100699067116, -0.04775155335664749, 0.012961135245859623, 0.04610298573970795, 0.04388594999909401, -0.013152994215488434, 0.02941836789250374, -0.045221857726573944, 0.011248617433011532, 0.007688568439334631, -0.03936660662293434, 0.00037128254189155996, -0.024472670629620552, -0.027457142248749733, -0.01911483332514763, -0.016471443697810173, 0.011632335372269154, 0.02681761234998703, -0.029276249930262566, -0.05065075308084488, 0.021246599033474922, 0.009187910705804825, 0.023307304829359055, 0.011760241352021694, 0.01002640463411808, -0.02036546915769577, -0.03166382759809494, 0.0087260277941823, -0.012961135245859623, -0.017707867547869682, 0.005343626253306866, -0.00360801350325346, -0.01887323334813118, 0.0009441945585422218, -0.01300377119332552, 0.023293092846870422, 0.054914284497499466, 0.004871084820479155, 0.007265768013894558, -0.02377629280090332, -0.03916764259338379, 0.02322203479707241, 0.022497234866023064, -0.067079558968544, 0.0007154738996177912, 0.03575681522488594, -0.05929151177406311, 0.00473251985386014, 0.008505744859576225, -0.07009245455265045, 0.007852003909647465, -0.043175362050533295, 0.049570657312870026, -0.02320782281458378, 0.01216527633368969, -0.057330287992954254, -0.0053294142708182335, -0.019200103357434273, 0.012129747308790684, 0.010644616559147835, -0.018404243513941765, -0.014638124965131283, -0.04073093831539154, -0.019214315339922905, 0.015092900954186916, -0.006626238580793142, 0.021701375022530556, 0.008605227805674076, 0.035785239189863205, 0.03726326301693916, -0.022952010855078697, -0.04897376522421837, -0.0192569512873888, -0.0037874369882047176, 0.024415822699666023, 0.02209930494427681, -0.048518989235162735, -0.012321606278419495, -0.011383629404008389, 0.017167819663882256, 0.034420911222696304, 0.016371961683034897, 0.005485743749886751, 0.048632681369781494, -0.06327080726623535, -0.020905515179038048, -0.033994559198617935, -0.02067812718451023, -0.03356820344924927, 0.01924273930490017, 0.0762319415807724, -0.02495587058365345, -0.013543818145990372, 0.003858495969325304, 0.004810684826225042, 0.002618518890812993, -0.01780734956264496, -0.056960780173540115, -0.049627505242824554, -0.02563803642988205, -0.06361188739538193, 0.023918410763144493, 0.037035875022411346, 0.008633650839328766, -0.0036844017449766397, -0.02650495432317257, 0.03356820344924927, -0.034676723182201385, 0.0213460810482502, 0.04641564562916756, -0.023420998826622963, -0.005848144181072712, 0.008349415846168995, -0.0011564829619601369, -0.025311164557933807, -0.04908745735883713, 0.032431263476610184, -0.009010262787342072, -0.021516621112823486, -0.08640757203102112, -0.03942345455288887, -0.07651618123054504, -0.03936660662293434, -0.02010965719819069, 0.053919460624456406, 0.0024888364132493734, 0.03606947511434555, -0.03166382759809494, -0.009891392663121223, -0.003114154329523444, 0.04334590211510658, 0.03365347534418106, 0.006626238580793142, 0.023307304829359055, -0.003719931235536933, -0.0076104034669697285, -0.0179352555423975, 0.005862355697900057, -0.07873321324586868, -0.029134131968021393, 0.030157379806041718, 0.033056579530239105, -0.03729168698191643, 0.02705921232700348, 0.0598599798977375, -0.019782785326242447, 0.01052381657063961, -0.014098077081143856, -0.007056144531816244, 0.03245968744158745, -0.03962241858243942, -0.032800767570734024, 0.02160189300775528, 0.01350118312984705, -0.018205279484391212, 0.007383015472441912, 0.0032918015494942665, -0.007425650488585234, 0.01583191379904747, -0.008697603829205036, -0.03240283951163292, 0.026831824332475662, 0.08453162014484406, -0.029873143881559372, -0.010708569549024105, -0.06798911839723587, 0.0048391083255410194, 0.009784804657101631, 0.004210237413644791, 0.02556697651743889, -0.025097988545894623, -0.011767346411943436, 0.020763397216796875, 0.00878998078405857, 0.0004438958130776882, -0.016244055703282356, 0.0036986134946346283, 0.02364838868379593, 0.015746641904115677, -0.0317775197327137, 0.019384855404496193, 0.04843371734023094, -0.0048142378218472, -0.0019026008667424321, -0.021218175068497658, -0.021886128932237625, 0.003202978055924177, 0.0007563327089883387, -0.049513813108205795, -0.044738657772541046, -0.00457974337041378, -0.08777189999818802, -0.012278970330953598, -0.09925501048564911, -0.041498374193906784, 0.012463723309338093, -0.016613561660051346, -0.023193610832095146, -0.0002906751469708979, -0.04223738610744476, 0.05599438026547432, 0.003316672286018729, 0.07498130947351456, -0.027897708117961884, 0.030640579760074615, -0.03561469912528992, 0.0022987539414316416, -0.03629686310887337, -0.0014744712971150875, -0.0053329672664403915, -0.0011529299663379788, -0.020777609199285507, 0.0039046842139214277, -0.03891183063387871, 0.04712623357772827, -0.002096236217767, 0.029190978035330772, -0.019029561430215836, -0.027414506301283836, -0.03894025459885597, 0.01887323334813118, -0.005741555709391832, 0.0032331780530512333, -0.00959294568747282, 0.03595578297972679, -0.0042244489304721355, -0.004998990800231695, -0.003059083828702569, -0.015263442881405354, -0.03521677106618881, 0.023264670744538307, 0.011028334498405457, 0.00983454566448927, -0.011511534452438354, -0.001456706551834941, -0.08419053256511688, -0.010140098631381989, 0.006011579185724258, 0.03515992313623428, 0.012342923320829868, -0.028849896043539047, 0.0265191663056612, -0.01750890165567398, -0.009600051678717136, -0.004675672855228186, 0.011163346469402313, -0.016400383785367012, 0.04809263348579407, -0.02167295105755329, -0.01682673767209053, -0.017295725643634796, -0.006747038569301367, -0.025908058509230614, 0.001390088931657374, -0.032004907727241516, 0.005322308279573917, -0.00032420604838989675, -0.03459145128726959, -0.02489902451634407, -0.049456965178251266, 0.03905394673347473, -0.016613561660051346, 0.023762082681059837, 0.013110359199345112, 0.007134309504181147, -0.019910691305994987, -0.01285454723984003, -0.051986660808324814, -0.011717605404555798, -0.03371032327413559, 0.019285373389720917, 0.014936571940779686, 0.037519074976444244, -0.060257911682128906, 0.005695367231965065, -0.023918410763144493, 0.012925606220960617, 0.02781243622303009, 0.05372049659490585, 0.012684006243944168, 0.005197955295443535, -0.01387068908661604, 0.02799719013273716, -0.013273794203996658, -0.03066900372505188, -0.0499117411673069, 0.036723218858242035, 0.015689795836806297, 0.006231861654669046, 0.016300901770591736, 0.05855249986052513, 0.007375909481197596, -0.004309719894081354, -0.04539239779114723, -0.0132595831528306, 0.02421685867011547, -0.026490742340683937, 0.009237651713192463, 0.008441791869699955, -0.001213329960592091, 0.016528289765119553, -0.020379681140184402, 0.01780734956264496, 0.02570909447968006, -0.001822659745812416, 0.038712866604328156, -0.022582504898309708, -0.03029949590563774, 0.032942887395620346, 0.017849985510110855, -0.02843775413930416, -0.001557077164761722, -0.012875865213572979, 0.02855144813656807, -0.008136238902807236, 0.005890779197216034, -0.024117376655340195, 0.021431351080536842, 0.028835684061050415, 0.017267301678657532, -0.04033300653100014, -0.013202736154198647, 0.02936151996254921, -0.009045792743563652, 0.020038597285747528, 0.011063864454627037, -0.016855161637067795, -0.036979030817747116, 0.039821382611989975, 0.008775768801569939, 0.003773225238546729, 0.00039881785050965846, 0.0012444182066246867, 0.026433894410729408, 0.012833229266107082, -0.010978593491017818, -0.007219580002129078, -0.02749977819621563, 0.04959908127784729, 0.009763486683368683, -0.04723992943763733, -0.008448897860944271, -0.01006193459033966, 0.026675494387745857, -0.002867224859073758, -0.017295725643634796, 0.03461987525224686, 0.012051582336425781, 0.03282919153571129, 0.015519254840910435, 0.008882356807589531, -0.005173084791749716, -0.01523501891642809, -0.0292478259652853, 0.06321395933628082, 0.024103164672851562, 0.06827335059642792, 0.02855144813656807, -0.032999731600284576, -0.034420911222696304, 0.0006914915284141898, -0.0028636718634516, 0.010538028553128242, -0.01546240784227848, -0.03388086333870888, 0.06020106375217438, -0.043544866144657135, 0.0008904563146643341, -0.008640756830573082, 0.0265191663056612, 0.038144394755363464, 0.021317657083272934, 0.020536009222269058, -0.003302460303530097, -0.030498461797833443, 0.037462230771780014, -0.010232475586235523, -0.004551319871097803, 0.03894025459885597, 0.04891691729426384, 0.03487568721175194, -0.01949855126440525, 0.030896391719579697, -0.013948854058980942, -0.011980523355305195, -0.005499955732375383, -0.0016130360309034586, -0.011788664385676384, 0.05377734452486038, 0.020379681140184402, 0.03979295864701271, -0.02215615101158619, -0.002064259722828865, -0.017395207658410072, -0.030157379806041718, -0.02552434243261814, 0.0001237978576682508, -0.01365751214325428, -0.00428129592910409, -0.005169531796127558, 0.003501425264403224, 0.020209139212965965, -0.01894429139792919, -0.022639352828264236, -0.011724711395800114, -0.02961733192205429, -0.05642073228955269, 0.015817701816558838, -0.04496604576706886, -0.015263442881405354, -0.001023247605189681, -0.04706938564777374, -0.024984294548630714, -0.03828651085495949, -0.02887832000851631, -0.00922343973070383, 0.04166891425848007, 0.008804192766547203, 0.03248811140656471, 0.034420911222696304, -0.0435732901096344, -0.052668824791908264, 0.0006999297183938324, 0.00887525174766779, 0.0031319190748035908, 0.04226581007242203, 0.056392308324575424, -0.01139073446393013, 0.012655582278966904, -0.01393464207649231, 0.06429405510425568, -0.016158783808350563, -0.01713939569890499, -0.033937711268663406, -0.03271549940109253, -0.03592735901474953, -0.024572152644395828, 0.020337045192718506, 0.04638722166419029, 0.048149481415748596, 0.0017649243818596005, -0.017992103472352028, -0.01787840761244297, -0.03251653164625168, 0.016613561660051346, -0.016840949654579163, 0.029162555932998657, -0.024188434705138206, 0.018517937511205673, 0.007233791518956423, -0.03689375892281532, 0.23580171167850494, 0.0957304909825325, 0.050195977091789246, -0.004817790351808071, 0.052498284727334976, 0.07395806163549423, 0.03319869935512543, -0.015178171917796135, 0.007944379933178425, 0.02434476464986801, 0.006867838557809591, -0.02521168254315853, -0.0038975782226771116, -0.016499865800142288, 0.026291776448488235, 0.03643898293375969, -0.016215631738305092, -0.028210366144776344, -0.01523501891642809, -0.02202824503183365, -0.045108161866664886, 0.006487673614174128, -0.06833019852638245, 0.017182031646370888, -0.030697425827383995, 0.017835773527622223, 0.045534517616033554, 0.022625140845775604, 0.026675494387745857, -0.021445563063025475, -0.04704096540808678, -0.03916764259338379, 0.020265985280275345, -0.018546361476182938, -0.022767258808016777, 0.007987015880644321, 0.021744010969996452, -0.017963679507374763, -0.014950783923268318, -0.015306077897548676, 0.008377838879823685, -0.009237651713192463, -0.009479251690208912, -0.012527676299214363, -0.032061755657196045, 0.04519343376159668, 0.009131062775850296, -0.01058776956051588, 0.0694102942943573, -0.026604436337947845, 0.02470005862414837, -0.016400383785367012, 0.05860934406518936, 0.0019452362321317196, -0.03868444263935089, 0.03558627516031265, 0.027840860188007355, -0.010253793559968472, 0.005965391173958778, 0.016499865800142288, 0.02116132713854313, 0.037462230771780014, 0.007617509458214045, -0.012691112235188484, 0.01638617180287838, 0.013046406209468842, 0.023818928748369217, 0.03507465124130249, 0.042606890201568604, 0.04513658583164215, 0.01900113932788372, 0.007944379933178425, -0.030157379806041718, -0.08788559585809708, 0.004601060878485441, -0.02197139896452427, -0.039565570652484894, 0.04456811398267746, 0.03197648748755455, -0.044482845813035965, -0.031180625781416893, -0.012776382267475128, 0.02849460206925869, -0.04780839756131172, 0.024984294548630714, 0.02383314073085785, 0.01306772418320179, 0.0019772127270698547, -0.01812000945210457, 0.006032897159457207, 0.027855072170495987, 0.001668994897045195, 0.019725939258933067, -0.03251653164625168, 0.01465233601629734 ]